@azure/arm-search 3.3.0-beta.1 → 3.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (639) hide show
  1. package/CHANGELOG.md +229 -4
  2. package/LICENSE +3 -3
  3. package/README.md +24 -18
  4. package/dist/browser/index.d.ts +5 -0
  5. package/dist/browser/index.d.ts.map +1 -0
  6. package/{dist-esm/src → dist/browser}/index.js +4 -4
  7. package/dist/browser/index.js.map +1 -0
  8. package/{dist-esm/src → dist/browser}/lroImpl.d.ts.map +1 -1
  9. package/{dist-esm/src → dist/browser}/lroImpl.js +7 -3
  10. package/dist/browser/lroImpl.js.map +1 -0
  11. package/{dist-esm/src → dist/browser}/models/index.d.ts +393 -197
  12. package/dist/browser/models/index.d.ts.map +1 -0
  13. package/{dist-esm/src → dist/browser}/models/index.js +109 -7
  14. package/dist/browser/models/index.js.map +1 -0
  15. package/{dist-esm/src → dist/browser}/models/mappers.d.ts +12 -15
  16. package/dist/browser/models/mappers.d.ts.map +1 -0
  17. package/{dist-esm/src → dist/browser}/models/mappers.js +395 -362
  18. package/dist/browser/models/mappers.js.map +1 -0
  19. package/{dist-esm/src → dist/browser}/models/parameters.d.ts.map +1 -1
  20. package/{dist-esm/src → dist/browser}/models/parameters.js +3 -7
  21. package/dist/browser/models/parameters.js.map +1 -0
  22. package/{dist-esm/src → dist/browser}/operations/adminKeys.d.ts +3 -3
  23. package/dist/browser/operations/adminKeys.d.ts.map +1 -0
  24. package/{dist-esm/src → dist/browser}/operations/adminKeys.js +3 -2
  25. package/dist/browser/operations/adminKeys.js.map +1 -0
  26. package/dist/browser/operations/index.d.ts +10 -0
  27. package/dist/browser/operations/index.d.ts.map +1 -0
  28. package/dist/browser/operations/index.js +17 -0
  29. package/dist/browser/operations/index.js.map +1 -0
  30. package/{dist-esm/src → dist/browser}/operations/networkSecurityPerimeterConfigurations.d.ts +6 -6
  31. package/dist/browser/operations/networkSecurityPerimeterConfigurations.d.ts.map +1 -0
  32. package/{dist-esm/src → dist/browser}/operations/networkSecurityPerimeterConfigurations.js +73 -89
  33. package/dist/browser/operations/networkSecurityPerimeterConfigurations.js.map +1 -0
  34. package/{dist-esm/src → dist/browser}/operations/operations.d.ts +3 -3
  35. package/dist/browser/operations/operations.d.ts.map +1 -0
  36. package/{dist-esm/src → dist/browser}/operations/operations.js +12 -29
  37. package/dist/browser/operations/operations.js.map +1 -0
  38. package/{dist-esm/src → dist/browser}/operations/privateEndpointConnections.d.ts +3 -3
  39. package/dist/browser/operations/privateEndpointConnections.d.ts.map +1 -0
  40. package/{dist-esm/src → dist/browser}/operations/privateEndpointConnections.js +27 -48
  41. package/dist/browser/operations/privateEndpointConnections.js.map +1 -0
  42. package/{dist-esm/src → dist/browser}/operations/privateLinkResources.d.ts +3 -3
  43. package/dist/browser/operations/privateLinkResources.d.ts.map +1 -0
  44. package/{dist-esm/src → dist/browser}/operations/privateLinkResources.js +12 -29
  45. package/dist/browser/operations/privateLinkResources.js.map +1 -0
  46. package/{dist-esm/src → dist/browser}/operations/queryKeys.d.ts +3 -3
  47. package/dist/browser/operations/queryKeys.d.ts.map +1 -0
  48. package/{dist-esm/src → dist/browser}/operations/queryKeys.js +26 -43
  49. package/dist/browser/operations/queryKeys.js.map +1 -0
  50. package/{dist-esm/src → dist/browser}/operations/services.d.ts +23 -5
  51. package/dist/browser/operations/services.d.ts.map +1 -0
  52. package/{dist-esm/src → dist/browser}/operations/services.js +190 -152
  53. package/dist/browser/operations/services.js.map +1 -0
  54. package/{dist-esm/src → dist/browser}/operations/sharedPrivateLinkResources.d.ts +3 -3
  55. package/dist/browser/operations/sharedPrivateLinkResources.d.ts.map +1 -0
  56. package/{dist-esm/src → dist/browser}/operations/sharedPrivateLinkResources.js +122 -141
  57. package/dist/browser/operations/sharedPrivateLinkResources.js.map +1 -0
  58. package/{dist-esm/src → dist/browser}/operations/usages.d.ts +3 -3
  59. package/dist/browser/operations/usages.d.ts.map +1 -0
  60. package/{dist-esm/src → dist/browser}/operations/usages.js +27 -48
  61. package/dist/browser/operations/usages.js.map +1 -0
  62. package/{dist-esm/src → dist/browser}/operationsInterfaces/adminKeys.d.ts +1 -1
  63. package/dist/browser/operationsInterfaces/adminKeys.d.ts.map +1 -0
  64. package/dist/browser/operationsInterfaces/adminKeys.js.map +1 -0
  65. package/dist/browser/operationsInterfaces/index.d.ts +10 -0
  66. package/dist/browser/operationsInterfaces/index.d.ts.map +1 -0
  67. package/dist/browser/operationsInterfaces/index.js +17 -0
  68. package/dist/browser/operationsInterfaces/index.js.map +1 -0
  69. package/{dist-esm/src → dist/browser}/operationsInterfaces/networkSecurityPerimeterConfigurations.d.ts +4 -4
  70. package/dist/browser/operationsInterfaces/networkSecurityPerimeterConfigurations.d.ts.map +1 -0
  71. package/dist/browser/operationsInterfaces/networkSecurityPerimeterConfigurations.js.map +1 -0
  72. package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.d.ts +1 -1
  73. package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.d.ts.map +1 -1
  74. package/dist/browser/operationsInterfaces/operations.js.map +1 -0
  75. package/{dist-esm/src → dist/browser}/operationsInterfaces/privateEndpointConnections.d.ts +1 -1
  76. package/dist/browser/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
  77. package/dist/browser/operationsInterfaces/privateEndpointConnections.js.map +1 -0
  78. package/{dist-esm/src → dist/browser}/operationsInterfaces/privateLinkResources.d.ts +1 -1
  79. package/dist/browser/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
  80. package/dist/browser/operationsInterfaces/privateLinkResources.js.map +1 -0
  81. package/{dist-esm/src → dist/browser}/operationsInterfaces/queryKeys.d.ts +1 -1
  82. package/dist/browser/operationsInterfaces/queryKeys.d.ts.map +1 -0
  83. package/dist/browser/operationsInterfaces/queryKeys.js.map +1 -0
  84. package/{dist-esm/src → dist/browser}/operationsInterfaces/services.d.ts +21 -3
  85. package/dist/browser/operationsInterfaces/services.d.ts.map +1 -0
  86. package/dist/browser/operationsInterfaces/services.js.map +1 -0
  87. package/{dist-esm/src → dist/browser}/operationsInterfaces/sharedPrivateLinkResources.d.ts +1 -1
  88. package/dist/browser/operationsInterfaces/sharedPrivateLinkResources.d.ts.map +1 -0
  89. package/dist/browser/operationsInterfaces/sharedPrivateLinkResources.js.map +1 -0
  90. package/{dist-esm/src → dist/browser}/operationsInterfaces/usages.d.ts +1 -1
  91. package/{dist-esm/src → dist/browser}/operationsInterfaces/usages.d.ts.map +1 -1
  92. package/dist/browser/operationsInterfaces/usages.js.map +1 -0
  93. package/dist/browser/package.json +3 -0
  94. package/{dist-esm/src → dist/browser}/pagingHelper.d.ts.map +1 -1
  95. package/{dist-esm/src → dist/browser}/pagingHelper.js +2 -4
  96. package/dist/browser/pagingHelper.js.map +1 -0
  97. package/{dist-esm/src → dist/browser}/searchManagementClient.d.ts +3 -3
  98. package/dist/browser/searchManagementClient.d.ts.map +1 -0
  99. package/{dist-esm/src → dist/browser}/searchManagementClient.js +43 -32
  100. package/dist/browser/searchManagementClient.js.map +1 -0
  101. package/dist/commonjs/index.d.ts +5 -0
  102. package/dist/commonjs/index.d.ts.map +1 -0
  103. package/dist/commonjs/index.js +19 -0
  104. package/dist/commonjs/index.js.map +1 -0
  105. package/dist/commonjs/lroImpl.d.ts +11 -0
  106. package/dist/commonjs/lroImpl.d.ts.map +1 -0
  107. package/dist/commonjs/lroImpl.js +28 -0
  108. package/dist/commonjs/lroImpl.js.map +1 -0
  109. package/{types/arm-search.d.ts → dist/commonjs/models/index.d.ts} +1440 -1788
  110. package/dist/commonjs/models/index.d.ts.map +1 -0
  111. package/dist/commonjs/models/index.js +235 -0
  112. package/dist/commonjs/models/index.js.map +1 -0
  113. package/dist/commonjs/models/mappers.d.ts +57 -0
  114. package/dist/commonjs/models/mappers.d.ts.map +1 -0
  115. package/dist/commonjs/models/mappers.js +1874 -0
  116. package/dist/commonjs/models/mappers.js.map +1 -0
  117. package/dist/commonjs/models/parameters.d.ts +26 -0
  118. package/dist/commonjs/models/parameters.d.ts.map +1 -0
  119. package/dist/commonjs/models/parameters.js +229 -0
  120. package/dist/commonjs/models/parameters.js.map +1 -0
  121. package/dist/commonjs/operations/adminKeys.d.ts +33 -0
  122. package/dist/commonjs/operations/adminKeys.d.ts.map +1 -0
  123. package/dist/commonjs/operations/adminKeys.js +96 -0
  124. package/dist/commonjs/operations/adminKeys.js.map +1 -0
  125. package/dist/commonjs/operations/index.d.ts +10 -0
  126. package/dist/commonjs/operations/index.d.ts.map +1 -0
  127. package/dist/commonjs/operations/index.js +20 -0
  128. package/dist/commonjs/operations/index.js.map +1 -0
  129. package/dist/commonjs/operations/networkSecurityPerimeterConfigurations.d.ts +79 -0
  130. package/dist/commonjs/operations/networkSecurityPerimeterConfigurations.d.ts.map +1 -0
  131. package/dist/commonjs/operations/networkSecurityPerimeterConfigurations.js +278 -0
  132. package/dist/commonjs/operations/networkSecurityPerimeterConfigurations.js.map +1 -0
  133. package/dist/commonjs/operations/operations.d.ts +26 -0
  134. package/dist/commonjs/operations/operations.d.ts.map +1 -0
  135. package/dist/commonjs/operations/operations.js +84 -0
  136. package/dist/commonjs/operations/operations.js.map +1 -0
  137. package/dist/commonjs/operations/privateEndpointConnections.d.ts +79 -0
  138. package/dist/commonjs/operations/privateEndpointConnections.d.ts.map +1 -0
  139. package/dist/commonjs/operations/privateEndpointConnections.js +270 -0
  140. package/dist/commonjs/operations/privateEndpointConnections.js.map +1 -0
  141. package/dist/commonjs/operations/privateLinkResources.d.ts +34 -0
  142. package/dist/commonjs/operations/privateLinkResources.d.ts.map +1 -0
  143. package/dist/commonjs/operations/privateLinkResources.js +97 -0
  144. package/dist/commonjs/operations/privateLinkResources.js.map +1 -0
  145. package/dist/commonjs/operations/queryKeys.d.ts +66 -0
  146. package/dist/commonjs/operations/queryKeys.d.ts.map +1 -0
  147. package/dist/commonjs/operations/queryKeys.js +214 -0
  148. package/dist/commonjs/operations/queryKeys.js.map +1 -0
  149. package/dist/commonjs/operations/services.d.ts +141 -0
  150. package/dist/commonjs/operations/services.d.ts.map +1 -0
  151. package/dist/commonjs/operations/services.js +549 -0
  152. package/dist/commonjs/operations/services.js.map +1 -0
  153. package/dist/commonjs/operations/sharedPrivateLinkResources.d.ts +107 -0
  154. package/dist/commonjs/operations/sharedPrivateLinkResources.d.ts.map +1 -0
  155. package/dist/commonjs/operations/sharedPrivateLinkResources.js +390 -0
  156. package/dist/commonjs/operations/sharedPrivateLinkResources.js.map +1 -0
  157. package/dist/commonjs/operations/usages.d.ts +35 -0
  158. package/dist/commonjs/operations/usages.d.ts.map +1 -0
  159. package/dist/commonjs/operations/usages.js +129 -0
  160. package/dist/commonjs/operations/usages.js.map +1 -0
  161. package/dist/commonjs/operationsInterfaces/adminKeys.d.ts +25 -0
  162. package/dist/commonjs/operationsInterfaces/adminKeys.d.ts.map +1 -0
  163. package/dist/commonjs/operationsInterfaces/adminKeys.js +10 -0
  164. package/dist/commonjs/operationsInterfaces/adminKeys.js.map +1 -0
  165. package/dist/commonjs/operationsInterfaces/index.d.ts +10 -0
  166. package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
  167. package/dist/commonjs/operationsInterfaces/index.js +20 -0
  168. package/dist/commonjs/operationsInterfaces/index.js.map +1 -0
  169. package/dist/commonjs/operationsInterfaces/networkSecurityPerimeterConfigurations.d.ts +50 -0
  170. package/dist/commonjs/operationsInterfaces/networkSecurityPerimeterConfigurations.d.ts.map +1 -0
  171. package/dist/commonjs/operationsInterfaces/networkSecurityPerimeterConfigurations.js +10 -0
  172. package/dist/commonjs/operationsInterfaces/networkSecurityPerimeterConfigurations.js.map +1 -0
  173. package/dist/commonjs/operationsInterfaces/operations.d.ts +11 -0
  174. package/dist/commonjs/operationsInterfaces/operations.d.ts.map +1 -0
  175. package/dist/commonjs/operationsInterfaces/operations.js +10 -0
  176. package/dist/commonjs/operationsInterfaces/operations.js.map +1 -0
  177. package/dist/commonjs/operationsInterfaces/privateEndpointConnections.d.ts +50 -0
  178. package/dist/commonjs/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
  179. package/dist/commonjs/operationsInterfaces/privateEndpointConnections.js +10 -0
  180. package/dist/commonjs/operationsInterfaces/privateEndpointConnections.js.map +1 -0
  181. package/dist/commonjs/operationsInterfaces/privateLinkResources.d.ts +15 -0
  182. package/dist/commonjs/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
  183. package/dist/commonjs/operationsInterfaces/privateLinkResources.js +10 -0
  184. package/dist/commonjs/operationsInterfaces/privateLinkResources.js.map +1 -0
  185. package/dist/commonjs/operationsInterfaces/queryKeys.d.ts +37 -0
  186. package/dist/commonjs/operationsInterfaces/queryKeys.d.ts.map +1 -0
  187. package/dist/commonjs/operationsInterfaces/queryKeys.js +10 -0
  188. package/dist/commonjs/operationsInterfaces/queryKeys.js.map +1 -0
  189. package/dist/commonjs/operationsInterfaces/services.d.ts +103 -0
  190. package/dist/commonjs/operationsInterfaces/services.d.ts.map +1 -0
  191. package/dist/commonjs/operationsInterfaces/services.js +10 -0
  192. package/dist/commonjs/operationsInterfaces/services.js.map +1 -0
  193. package/dist/commonjs/operationsInterfaces/sharedPrivateLinkResources.d.ts +78 -0
  194. package/dist/commonjs/operationsInterfaces/sharedPrivateLinkResources.d.ts.map +1 -0
  195. package/dist/commonjs/operationsInterfaces/sharedPrivateLinkResources.js +10 -0
  196. package/dist/commonjs/operationsInterfaces/sharedPrivateLinkResources.js.map +1 -0
  197. package/dist/commonjs/operationsInterfaces/usages.d.ts +12 -0
  198. package/dist/commonjs/operationsInterfaces/usages.d.ts.map +1 -0
  199. package/dist/commonjs/operationsInterfaces/usages.js +10 -0
  200. package/dist/commonjs/operationsInterfaces/usages.js.map +1 -0
  201. package/dist/commonjs/package.json +3 -0
  202. package/dist/commonjs/pagingHelper.d.ts +13 -0
  203. package/dist/commonjs/pagingHelper.d.ts.map +1 -0
  204. package/dist/commonjs/pagingHelper.js +34 -0
  205. package/dist/commonjs/pagingHelper.js.map +1 -0
  206. package/dist/commonjs/searchManagementClient.d.ts +36 -0
  207. package/dist/commonjs/searchManagementClient.d.ts.map +1 -0
  208. package/dist/commonjs/searchManagementClient.js +160 -0
  209. package/dist/commonjs/searchManagementClient.js.map +1 -0
  210. package/{types → dist/commonjs}/tsdoc-metadata.json +11 -11
  211. package/dist/esm/index.d.ts +5 -0
  212. package/dist/esm/index.d.ts.map +1 -0
  213. package/{src/index.ts → dist/esm/index.js} +5 -5
  214. package/dist/esm/index.js.map +1 -0
  215. package/dist/esm/lroImpl.d.ts +11 -0
  216. package/dist/esm/lroImpl.d.ts.map +1 -0
  217. package/dist/esm/lroImpl.js +25 -0
  218. package/dist/esm/lroImpl.js.map +1 -0
  219. package/dist/esm/models/index.d.ts +1440 -0
  220. package/dist/esm/models/index.d.ts.map +1 -0
  221. package/dist/esm/models/index.js +232 -0
  222. package/dist/esm/models/index.js.map +1 -0
  223. package/dist/esm/models/mappers.d.ts +57 -0
  224. package/dist/esm/models/mappers.d.ts.map +1 -0
  225. package/dist/esm/models/mappers.js +1870 -0
  226. package/dist/esm/models/mappers.js.map +1 -0
  227. package/dist/esm/models/parameters.d.ts +26 -0
  228. package/dist/esm/models/parameters.d.ts.map +1 -0
  229. package/dist/esm/models/parameters.js +226 -0
  230. package/dist/esm/models/parameters.js.map +1 -0
  231. package/dist/esm/operations/adminKeys.d.ts +33 -0
  232. package/dist/esm/operations/adminKeys.d.ts.map +1 -0
  233. package/dist/esm/operations/adminKeys.js +91 -0
  234. package/dist/esm/operations/adminKeys.js.map +1 -0
  235. package/dist/esm/operations/index.d.ts +10 -0
  236. package/dist/esm/operations/index.d.ts.map +1 -0
  237. package/dist/esm/operations/index.js +17 -0
  238. package/dist/esm/operations/index.js.map +1 -0
  239. package/dist/esm/operations/networkSecurityPerimeterConfigurations.d.ts +79 -0
  240. package/dist/esm/operations/networkSecurityPerimeterConfigurations.d.ts.map +1 -0
  241. package/dist/esm/operations/networkSecurityPerimeterConfigurations.js +273 -0
  242. package/dist/esm/operations/networkSecurityPerimeterConfigurations.js.map +1 -0
  243. package/dist/esm/operations/operations.d.ts +26 -0
  244. package/dist/esm/operations/operations.d.ts.map +1 -0
  245. package/dist/esm/operations/operations.js +79 -0
  246. package/dist/esm/operations/operations.js.map +1 -0
  247. package/dist/esm/operations/privateEndpointConnections.d.ts +79 -0
  248. package/dist/esm/operations/privateEndpointConnections.d.ts.map +1 -0
  249. package/dist/esm/operations/privateEndpointConnections.js +265 -0
  250. package/dist/esm/operations/privateEndpointConnections.js.map +1 -0
  251. package/dist/esm/operations/privateLinkResources.d.ts +34 -0
  252. package/dist/esm/operations/privateLinkResources.d.ts.map +1 -0
  253. package/dist/esm/operations/privateLinkResources.js +92 -0
  254. package/dist/esm/operations/privateLinkResources.js.map +1 -0
  255. package/dist/esm/operations/queryKeys.d.ts +66 -0
  256. package/dist/esm/operations/queryKeys.d.ts.map +1 -0
  257. package/dist/esm/operations/queryKeys.js +209 -0
  258. package/dist/esm/operations/queryKeys.js.map +1 -0
  259. package/dist/esm/operations/services.d.ts +141 -0
  260. package/dist/esm/operations/services.d.ts.map +1 -0
  261. package/dist/esm/operations/services.js +544 -0
  262. package/dist/esm/operations/services.js.map +1 -0
  263. package/dist/esm/operations/sharedPrivateLinkResources.d.ts +107 -0
  264. package/dist/esm/operations/sharedPrivateLinkResources.d.ts.map +1 -0
  265. package/dist/esm/operations/sharedPrivateLinkResources.js +385 -0
  266. package/dist/esm/operations/sharedPrivateLinkResources.js.map +1 -0
  267. package/dist/esm/operations/usages.d.ts +35 -0
  268. package/dist/esm/operations/usages.d.ts.map +1 -0
  269. package/dist/esm/operations/usages.js +124 -0
  270. package/dist/esm/operations/usages.js.map +1 -0
  271. package/dist/esm/operationsInterfaces/adminKeys.d.ts +25 -0
  272. package/dist/esm/operationsInterfaces/adminKeys.d.ts.map +1 -0
  273. package/dist/esm/operationsInterfaces/adminKeys.js +9 -0
  274. package/dist/esm/operationsInterfaces/adminKeys.js.map +1 -0
  275. package/dist/esm/operationsInterfaces/index.d.ts +10 -0
  276. package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
  277. package/dist/esm/operationsInterfaces/index.js +17 -0
  278. package/dist/esm/operationsInterfaces/index.js.map +1 -0
  279. package/dist/esm/operationsInterfaces/networkSecurityPerimeterConfigurations.d.ts +50 -0
  280. package/dist/esm/operationsInterfaces/networkSecurityPerimeterConfigurations.d.ts.map +1 -0
  281. package/dist/esm/operationsInterfaces/networkSecurityPerimeterConfigurations.js +9 -0
  282. package/dist/esm/operationsInterfaces/networkSecurityPerimeterConfigurations.js.map +1 -0
  283. package/dist/esm/operationsInterfaces/operations.d.ts +11 -0
  284. package/dist/esm/operationsInterfaces/operations.d.ts.map +1 -0
  285. package/dist/esm/operationsInterfaces/operations.js +9 -0
  286. package/dist/esm/operationsInterfaces/operations.js.map +1 -0
  287. package/dist/esm/operationsInterfaces/privateEndpointConnections.d.ts +50 -0
  288. package/dist/esm/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
  289. package/dist/esm/operationsInterfaces/privateEndpointConnections.js +9 -0
  290. package/dist/esm/operationsInterfaces/privateEndpointConnections.js.map +1 -0
  291. package/dist/esm/operationsInterfaces/privateLinkResources.d.ts +15 -0
  292. package/dist/esm/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
  293. package/dist/esm/operationsInterfaces/privateLinkResources.js +9 -0
  294. package/dist/esm/operationsInterfaces/privateLinkResources.js.map +1 -0
  295. package/dist/esm/operationsInterfaces/queryKeys.d.ts +37 -0
  296. package/dist/esm/operationsInterfaces/queryKeys.d.ts.map +1 -0
  297. package/dist/esm/operationsInterfaces/queryKeys.js +9 -0
  298. package/dist/esm/operationsInterfaces/queryKeys.js.map +1 -0
  299. package/dist/esm/operationsInterfaces/services.d.ts +103 -0
  300. package/dist/esm/operationsInterfaces/services.d.ts.map +1 -0
  301. package/dist/esm/operationsInterfaces/services.js +9 -0
  302. package/dist/esm/operationsInterfaces/services.js.map +1 -0
  303. package/dist/esm/operationsInterfaces/sharedPrivateLinkResources.d.ts +78 -0
  304. package/dist/esm/operationsInterfaces/sharedPrivateLinkResources.d.ts.map +1 -0
  305. package/dist/esm/operationsInterfaces/sharedPrivateLinkResources.js +9 -0
  306. package/dist/esm/operationsInterfaces/sharedPrivateLinkResources.js.map +1 -0
  307. package/dist/esm/operationsInterfaces/usages.d.ts +12 -0
  308. package/dist/esm/operationsInterfaces/usages.d.ts.map +1 -0
  309. package/dist/esm/operationsInterfaces/usages.js +9 -0
  310. package/dist/esm/operationsInterfaces/usages.js.map +1 -0
  311. package/dist/esm/package.json +3 -0
  312. package/dist/esm/pagingHelper.d.ts +13 -0
  313. package/dist/esm/pagingHelper.d.ts.map +1 -0
  314. package/dist/esm/pagingHelper.js +30 -0
  315. package/dist/esm/pagingHelper.js.map +1 -0
  316. package/dist/esm/searchManagementClient.d.ts +36 -0
  317. package/dist/esm/searchManagementClient.d.ts.map +1 -0
  318. package/dist/esm/searchManagementClient.js +155 -0
  319. package/dist/esm/searchManagementClient.js.map +1 -0
  320. package/dist/react-native/index.d.ts +5 -0
  321. package/dist/react-native/index.d.ts.map +1 -0
  322. package/dist/react-native/index.js +13 -0
  323. package/dist/react-native/index.js.map +1 -0
  324. package/dist/react-native/lroImpl.d.ts +11 -0
  325. package/dist/react-native/lroImpl.d.ts.map +1 -0
  326. package/dist/react-native/lroImpl.js +25 -0
  327. package/dist/react-native/lroImpl.js.map +1 -0
  328. package/dist/react-native/models/index.d.ts +1440 -0
  329. package/dist/react-native/models/index.d.ts.map +1 -0
  330. package/dist/react-native/models/index.js +232 -0
  331. package/dist/react-native/models/index.js.map +1 -0
  332. package/dist/react-native/models/mappers.d.ts +57 -0
  333. package/dist/react-native/models/mappers.d.ts.map +1 -0
  334. package/dist/react-native/models/mappers.js +1870 -0
  335. package/dist/react-native/models/mappers.js.map +1 -0
  336. package/dist/react-native/models/parameters.d.ts +26 -0
  337. package/dist/react-native/models/parameters.d.ts.map +1 -0
  338. package/dist/react-native/models/parameters.js +226 -0
  339. package/dist/react-native/models/parameters.js.map +1 -0
  340. package/dist/react-native/operations/adminKeys.d.ts +33 -0
  341. package/dist/react-native/operations/adminKeys.d.ts.map +1 -0
  342. package/dist/react-native/operations/adminKeys.js +91 -0
  343. package/dist/react-native/operations/adminKeys.js.map +1 -0
  344. package/dist/react-native/operations/index.d.ts +10 -0
  345. package/dist/react-native/operations/index.d.ts.map +1 -0
  346. package/dist/react-native/operations/index.js +17 -0
  347. package/dist/react-native/operations/index.js.map +1 -0
  348. package/dist/react-native/operations/networkSecurityPerimeterConfigurations.d.ts +79 -0
  349. package/dist/react-native/operations/networkSecurityPerimeterConfigurations.d.ts.map +1 -0
  350. package/dist/react-native/operations/networkSecurityPerimeterConfigurations.js +273 -0
  351. package/dist/react-native/operations/networkSecurityPerimeterConfigurations.js.map +1 -0
  352. package/dist/react-native/operations/operations.d.ts +26 -0
  353. package/dist/react-native/operations/operations.d.ts.map +1 -0
  354. package/dist/react-native/operations/operations.js +79 -0
  355. package/dist/react-native/operations/operations.js.map +1 -0
  356. package/dist/react-native/operations/privateEndpointConnections.d.ts +79 -0
  357. package/dist/react-native/operations/privateEndpointConnections.d.ts.map +1 -0
  358. package/dist/react-native/operations/privateEndpointConnections.js +265 -0
  359. package/dist/react-native/operations/privateEndpointConnections.js.map +1 -0
  360. package/dist/react-native/operations/privateLinkResources.d.ts +34 -0
  361. package/dist/react-native/operations/privateLinkResources.d.ts.map +1 -0
  362. package/dist/react-native/operations/privateLinkResources.js +92 -0
  363. package/dist/react-native/operations/privateLinkResources.js.map +1 -0
  364. package/dist/react-native/operations/queryKeys.d.ts +66 -0
  365. package/dist/react-native/operations/queryKeys.d.ts.map +1 -0
  366. package/dist/react-native/operations/queryKeys.js +209 -0
  367. package/dist/react-native/operations/queryKeys.js.map +1 -0
  368. package/dist/react-native/operations/services.d.ts +141 -0
  369. package/dist/react-native/operations/services.d.ts.map +1 -0
  370. package/dist/react-native/operations/services.js +544 -0
  371. package/dist/react-native/operations/services.js.map +1 -0
  372. package/dist/react-native/operations/sharedPrivateLinkResources.d.ts +107 -0
  373. package/dist/react-native/operations/sharedPrivateLinkResources.d.ts.map +1 -0
  374. package/dist/react-native/operations/sharedPrivateLinkResources.js +385 -0
  375. package/dist/react-native/operations/sharedPrivateLinkResources.js.map +1 -0
  376. package/dist/react-native/operations/usages.d.ts +35 -0
  377. package/dist/react-native/operations/usages.d.ts.map +1 -0
  378. package/dist/react-native/operations/usages.js +124 -0
  379. package/dist/react-native/operations/usages.js.map +1 -0
  380. package/dist/react-native/operationsInterfaces/adminKeys.d.ts +25 -0
  381. package/dist/react-native/operationsInterfaces/adminKeys.d.ts.map +1 -0
  382. package/dist/react-native/operationsInterfaces/adminKeys.js +9 -0
  383. package/dist/react-native/operationsInterfaces/adminKeys.js.map +1 -0
  384. package/dist/react-native/operationsInterfaces/index.d.ts +10 -0
  385. package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
  386. package/dist/react-native/operationsInterfaces/index.js +17 -0
  387. package/dist/react-native/operationsInterfaces/index.js.map +1 -0
  388. package/dist/react-native/operationsInterfaces/networkSecurityPerimeterConfigurations.d.ts +50 -0
  389. package/dist/react-native/operationsInterfaces/networkSecurityPerimeterConfigurations.d.ts.map +1 -0
  390. package/dist/react-native/operationsInterfaces/networkSecurityPerimeterConfigurations.js +9 -0
  391. package/dist/react-native/operationsInterfaces/networkSecurityPerimeterConfigurations.js.map +1 -0
  392. package/dist/react-native/operationsInterfaces/operations.d.ts +11 -0
  393. package/dist/react-native/operationsInterfaces/operations.d.ts.map +1 -0
  394. package/dist/react-native/operationsInterfaces/operations.js +9 -0
  395. package/dist/react-native/operationsInterfaces/operations.js.map +1 -0
  396. package/dist/react-native/operationsInterfaces/privateEndpointConnections.d.ts +50 -0
  397. package/dist/react-native/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
  398. package/dist/react-native/operationsInterfaces/privateEndpointConnections.js +9 -0
  399. package/dist/react-native/operationsInterfaces/privateEndpointConnections.js.map +1 -0
  400. package/dist/react-native/operationsInterfaces/privateLinkResources.d.ts +15 -0
  401. package/dist/react-native/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
  402. package/dist/react-native/operationsInterfaces/privateLinkResources.js +9 -0
  403. package/dist/react-native/operationsInterfaces/privateLinkResources.js.map +1 -0
  404. package/dist/react-native/operationsInterfaces/queryKeys.d.ts +37 -0
  405. package/dist/react-native/operationsInterfaces/queryKeys.d.ts.map +1 -0
  406. package/dist/react-native/operationsInterfaces/queryKeys.js +9 -0
  407. package/dist/react-native/operationsInterfaces/queryKeys.js.map +1 -0
  408. package/dist/react-native/operationsInterfaces/services.d.ts +103 -0
  409. package/dist/react-native/operationsInterfaces/services.d.ts.map +1 -0
  410. package/dist/react-native/operationsInterfaces/services.js +9 -0
  411. package/dist/react-native/operationsInterfaces/services.js.map +1 -0
  412. package/dist/react-native/operationsInterfaces/sharedPrivateLinkResources.d.ts +78 -0
  413. package/dist/react-native/operationsInterfaces/sharedPrivateLinkResources.d.ts.map +1 -0
  414. package/dist/react-native/operationsInterfaces/sharedPrivateLinkResources.js +9 -0
  415. package/dist/react-native/operationsInterfaces/sharedPrivateLinkResources.js.map +1 -0
  416. package/dist/react-native/operationsInterfaces/usages.d.ts +12 -0
  417. package/dist/react-native/operationsInterfaces/usages.d.ts.map +1 -0
  418. package/dist/react-native/operationsInterfaces/usages.js +9 -0
  419. package/dist/react-native/operationsInterfaces/usages.js.map +1 -0
  420. package/dist/react-native/package.json +3 -0
  421. package/dist/react-native/pagingHelper.d.ts +13 -0
  422. package/dist/react-native/pagingHelper.d.ts.map +1 -0
  423. package/dist/react-native/pagingHelper.js +30 -0
  424. package/dist/react-native/pagingHelper.js.map +1 -0
  425. package/dist/react-native/searchManagementClient.d.ts +36 -0
  426. package/dist/react-native/searchManagementClient.d.ts.map +1 -0
  427. package/dist/react-native/searchManagementClient.js +155 -0
  428. package/dist/react-native/searchManagementClient.js.map +1 -0
  429. package/package.json +81 -66
  430. package/review/{arm-search.api.md → arm-search-node.api.md} +216 -137
  431. package/dist/index.js +0 -4576
  432. package/dist/index.js.map +0 -1
  433. package/dist/index.min.js +0 -1
  434. package/dist/index.min.js.map +0 -1
  435. package/dist-esm/samples-dev/adminKeysGetSample.d.ts +0 -2
  436. package/dist-esm/samples-dev/adminKeysGetSample.d.ts.map +0 -1
  437. package/dist-esm/samples-dev/adminKeysGetSample.js +0 -38
  438. package/dist-esm/samples-dev/adminKeysGetSample.js.map +0 -1
  439. package/dist-esm/samples-dev/adminKeysRegenerateSample.d.ts +0 -2
  440. package/dist-esm/samples-dev/adminKeysRegenerateSample.d.ts.map +0 -1
  441. package/dist-esm/samples-dev/adminKeysRegenerateSample.js +0 -39
  442. package/dist-esm/samples-dev/adminKeysRegenerateSample.js.map +0 -1
  443. package/dist-esm/samples-dev/networkSecurityPerimeterConfigurationsGetSample.d.ts +0 -2
  444. package/dist-esm/samples-dev/networkSecurityPerimeterConfigurationsGetSample.d.ts.map +0 -1
  445. package/dist-esm/samples-dev/networkSecurityPerimeterConfigurationsGetSample.js +0 -39
  446. package/dist-esm/samples-dev/networkSecurityPerimeterConfigurationsGetSample.js.map +0 -1
  447. package/dist-esm/samples-dev/networkSecurityPerimeterConfigurationsListByServiceSample.d.ts +0 -2
  448. package/dist-esm/samples-dev/networkSecurityPerimeterConfigurationsListByServiceSample.d.ts.map +0 -1
  449. package/dist-esm/samples-dev/networkSecurityPerimeterConfigurationsListByServiceSample.js +0 -54
  450. package/dist-esm/samples-dev/networkSecurityPerimeterConfigurationsListByServiceSample.js.map +0 -1
  451. package/dist-esm/samples-dev/networkSecurityPerimeterConfigurationsReconcileSample.d.ts +0 -2
  452. package/dist-esm/samples-dev/networkSecurityPerimeterConfigurationsReconcileSample.d.ts.map +0 -1
  453. package/dist-esm/samples-dev/networkSecurityPerimeterConfigurationsReconcileSample.js +0 -39
  454. package/dist-esm/samples-dev/networkSecurityPerimeterConfigurationsReconcileSample.js.map +0 -1
  455. package/dist-esm/samples-dev/operationsListSample.d.ts +0 -2
  456. package/dist-esm/samples-dev/operationsListSample.d.ts.map +0 -1
  457. package/dist-esm/samples-dev/operationsListSample.js +0 -53
  458. package/dist-esm/samples-dev/operationsListSample.js.map +0 -1
  459. package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.d.ts +0 -2
  460. package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.d.ts.map +0 -1
  461. package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.js +0 -39
  462. package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.js.map +0 -1
  463. package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.d.ts +0 -2
  464. package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.d.ts.map +0 -1
  465. package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.js +0 -39
  466. package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.js.map +0 -1
  467. package/dist-esm/samples-dev/privateEndpointConnectionsListByServiceSample.d.ts +0 -2
  468. package/dist-esm/samples-dev/privateEndpointConnectionsListByServiceSample.d.ts.map +0 -1
  469. package/dist-esm/samples-dev/privateEndpointConnectionsListByServiceSample.js +0 -54
  470. package/dist-esm/samples-dev/privateEndpointConnectionsListByServiceSample.js.map +0 -1
  471. package/dist-esm/samples-dev/privateEndpointConnectionsUpdateSample.d.ts +0 -2
  472. package/dist-esm/samples-dev/privateEndpointConnectionsUpdateSample.d.ts.map +0 -1
  473. package/dist-esm/samples-dev/privateEndpointConnectionsUpdateSample.js +0 -47
  474. package/dist-esm/samples-dev/privateEndpointConnectionsUpdateSample.js.map +0 -1
  475. package/dist-esm/samples-dev/privateLinkResourcesListSupportedSample.d.ts +0 -2
  476. package/dist-esm/samples-dev/privateLinkResourcesListSupportedSample.d.ts.map +0 -1
  477. package/dist-esm/samples-dev/privateLinkResourcesListSupportedSample.js +0 -54
  478. package/dist-esm/samples-dev/privateLinkResourcesListSupportedSample.js.map +0 -1
  479. package/dist-esm/samples-dev/queryKeysCreateSample.d.ts +0 -2
  480. package/dist-esm/samples-dev/queryKeysCreateSample.d.ts.map +0 -1
  481. package/dist-esm/samples-dev/queryKeysCreateSample.js +0 -39
  482. package/dist-esm/samples-dev/queryKeysCreateSample.js.map +0 -1
  483. package/dist-esm/samples-dev/queryKeysDeleteSample.d.ts +0 -2
  484. package/dist-esm/samples-dev/queryKeysDeleteSample.d.ts.map +0 -1
  485. package/dist-esm/samples-dev/queryKeysDeleteSample.js +0 -39
  486. package/dist-esm/samples-dev/queryKeysDeleteSample.js.map +0 -1
  487. package/dist-esm/samples-dev/queryKeysListBySearchServiceSample.d.ts +0 -2
  488. package/dist-esm/samples-dev/queryKeysListBySearchServiceSample.d.ts.map +0 -1
  489. package/dist-esm/samples-dev/queryKeysListBySearchServiceSample.js +0 -54
  490. package/dist-esm/samples-dev/queryKeysListBySearchServiceSample.js.map +0 -1
  491. package/dist-esm/samples-dev/servicesCheckNameAvailabilitySample.d.ts +0 -2
  492. package/dist-esm/samples-dev/servicesCheckNameAvailabilitySample.d.ts.map +0 -1
  493. package/dist-esm/samples-dev/servicesCheckNameAvailabilitySample.js +0 -37
  494. package/dist-esm/samples-dev/servicesCheckNameAvailabilitySample.js.map +0 -1
  495. package/dist-esm/samples-dev/servicesCreateOrUpdateSample.d.ts +0 -2
  496. package/dist-esm/samples-dev/servicesCreateOrUpdateSample.d.ts.map +0 -1
  497. package/dist-esm/samples-dev/servicesCreateOrUpdateSample.js +0 -301
  498. package/dist-esm/samples-dev/servicesCreateOrUpdateSample.js.map +0 -1
  499. package/dist-esm/samples-dev/servicesDeleteSample.d.ts +0 -2
  500. package/dist-esm/samples-dev/servicesDeleteSample.d.ts.map +0 -1
  501. package/dist-esm/samples-dev/servicesDeleteSample.js +0 -38
  502. package/dist-esm/samples-dev/servicesDeleteSample.js.map +0 -1
  503. package/dist-esm/samples-dev/servicesGetSample.d.ts +0 -2
  504. package/dist-esm/samples-dev/servicesGetSample.d.ts.map +0 -1
  505. package/dist-esm/samples-dev/servicesGetSample.js +0 -38
  506. package/dist-esm/samples-dev/servicesGetSample.js.map +0 -1
  507. package/dist-esm/samples-dev/servicesListByResourceGroupSample.d.ts +0 -2
  508. package/dist-esm/samples-dev/servicesListByResourceGroupSample.d.ts.map +0 -1
  509. package/dist-esm/samples-dev/servicesListByResourceGroupSample.js +0 -53
  510. package/dist-esm/samples-dev/servicesListByResourceGroupSample.js.map +0 -1
  511. package/dist-esm/samples-dev/servicesListBySubscriptionSample.d.ts +0 -2
  512. package/dist-esm/samples-dev/servicesListBySubscriptionSample.d.ts.map +0 -1
  513. package/dist-esm/samples-dev/servicesListBySubscriptionSample.js +0 -52
  514. package/dist-esm/samples-dev/servicesListBySubscriptionSample.js.map +0 -1
  515. package/dist-esm/samples-dev/servicesUpdateSample.d.ts +0 -2
  516. package/dist-esm/samples-dev/servicesUpdateSample.d.ts.map +0 -1
  517. package/dist-esm/samples-dev/servicesUpdateSample.js +0 -257
  518. package/dist-esm/samples-dev/servicesUpdateSample.js.map +0 -1
  519. package/dist-esm/samples-dev/sharedPrivateLinkResourcesCreateOrUpdateSample.d.ts +0 -2
  520. package/dist-esm/samples-dev/sharedPrivateLinkResourcesCreateOrUpdateSample.d.ts.map +0 -1
  521. package/dist-esm/samples-dev/sharedPrivateLinkResourcesCreateOrUpdateSample.js +0 -47
  522. package/dist-esm/samples-dev/sharedPrivateLinkResourcesCreateOrUpdateSample.js.map +0 -1
  523. package/dist-esm/samples-dev/sharedPrivateLinkResourcesDeleteSample.d.ts +0 -2
  524. package/dist-esm/samples-dev/sharedPrivateLinkResourcesDeleteSample.d.ts.map +0 -1
  525. package/dist-esm/samples-dev/sharedPrivateLinkResourcesDeleteSample.js +0 -39
  526. package/dist-esm/samples-dev/sharedPrivateLinkResourcesDeleteSample.js.map +0 -1
  527. package/dist-esm/samples-dev/sharedPrivateLinkResourcesGetSample.d.ts +0 -2
  528. package/dist-esm/samples-dev/sharedPrivateLinkResourcesGetSample.d.ts.map +0 -1
  529. package/dist-esm/samples-dev/sharedPrivateLinkResourcesGetSample.js +0 -39
  530. package/dist-esm/samples-dev/sharedPrivateLinkResourcesGetSample.js.map +0 -1
  531. package/dist-esm/samples-dev/sharedPrivateLinkResourcesListByServiceSample.d.ts +0 -2
  532. package/dist-esm/samples-dev/sharedPrivateLinkResourcesListByServiceSample.d.ts.map +0 -1
  533. package/dist-esm/samples-dev/sharedPrivateLinkResourcesListByServiceSample.js +0 -54
  534. package/dist-esm/samples-dev/sharedPrivateLinkResourcesListByServiceSample.js.map +0 -1
  535. package/dist-esm/samples-dev/usageBySubscriptionSkuSample.d.ts +0 -2
  536. package/dist-esm/samples-dev/usageBySubscriptionSkuSample.d.ts.map +0 -1
  537. package/dist-esm/samples-dev/usageBySubscriptionSkuSample.js +0 -38
  538. package/dist-esm/samples-dev/usageBySubscriptionSkuSample.js.map +0 -1
  539. package/dist-esm/samples-dev/usagesListBySubscriptionSample.d.ts +0 -2
  540. package/dist-esm/samples-dev/usagesListBySubscriptionSample.d.ts.map +0 -1
  541. package/dist-esm/samples-dev/usagesListBySubscriptionSample.js +0 -53
  542. package/dist-esm/samples-dev/usagesListBySubscriptionSample.js.map +0 -1
  543. package/dist-esm/src/index.d.ts +0 -6
  544. package/dist-esm/src/index.d.ts.map +0 -1
  545. package/dist-esm/src/index.js.map +0 -1
  546. package/dist-esm/src/lroImpl.js.map +0 -1
  547. package/dist-esm/src/models/index.d.ts.map +0 -1
  548. package/dist-esm/src/models/index.js.map +0 -1
  549. package/dist-esm/src/models/mappers.d.ts.map +0 -1
  550. package/dist-esm/src/models/mappers.js.map +0 -1
  551. package/dist-esm/src/models/parameters.js.map +0 -1
  552. package/dist-esm/src/operations/adminKeys.d.ts.map +0 -1
  553. package/dist-esm/src/operations/adminKeys.js.map +0 -1
  554. package/dist-esm/src/operations/index.d.ts +0 -10
  555. package/dist-esm/src/operations/index.d.ts.map +0 -1
  556. package/dist-esm/src/operations/index.js +0 -17
  557. package/dist-esm/src/operations/index.js.map +0 -1
  558. package/dist-esm/src/operations/networkSecurityPerimeterConfigurations.d.ts.map +0 -1
  559. package/dist-esm/src/operations/networkSecurityPerimeterConfigurations.js.map +0 -1
  560. package/dist-esm/src/operations/operations.d.ts.map +0 -1
  561. package/dist-esm/src/operations/operations.js.map +0 -1
  562. package/dist-esm/src/operations/privateEndpointConnections.d.ts.map +0 -1
  563. package/dist-esm/src/operations/privateEndpointConnections.js.map +0 -1
  564. package/dist-esm/src/operations/privateLinkResources.d.ts.map +0 -1
  565. package/dist-esm/src/operations/privateLinkResources.js.map +0 -1
  566. package/dist-esm/src/operations/queryKeys.d.ts.map +0 -1
  567. package/dist-esm/src/operations/queryKeys.js.map +0 -1
  568. package/dist-esm/src/operations/services.d.ts.map +0 -1
  569. package/dist-esm/src/operations/services.js.map +0 -1
  570. package/dist-esm/src/operations/sharedPrivateLinkResources.d.ts.map +0 -1
  571. package/dist-esm/src/operations/sharedPrivateLinkResources.js.map +0 -1
  572. package/dist-esm/src/operations/usages.d.ts.map +0 -1
  573. package/dist-esm/src/operations/usages.js.map +0 -1
  574. package/dist-esm/src/operationsInterfaces/adminKeys.d.ts.map +0 -1
  575. package/dist-esm/src/operationsInterfaces/adminKeys.js.map +0 -1
  576. package/dist-esm/src/operationsInterfaces/index.d.ts +0 -10
  577. package/dist-esm/src/operationsInterfaces/index.d.ts.map +0 -1
  578. package/dist-esm/src/operationsInterfaces/index.js +0 -17
  579. package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
  580. package/dist-esm/src/operationsInterfaces/networkSecurityPerimeterConfigurations.d.ts.map +0 -1
  581. package/dist-esm/src/operationsInterfaces/networkSecurityPerimeterConfigurations.js.map +0 -1
  582. package/dist-esm/src/operationsInterfaces/operations.js.map +0 -1
  583. package/dist-esm/src/operationsInterfaces/privateEndpointConnections.d.ts.map +0 -1
  584. package/dist-esm/src/operationsInterfaces/privateEndpointConnections.js.map +0 -1
  585. package/dist-esm/src/operationsInterfaces/privateLinkResources.d.ts.map +0 -1
  586. package/dist-esm/src/operationsInterfaces/privateLinkResources.js.map +0 -1
  587. package/dist-esm/src/operationsInterfaces/queryKeys.d.ts.map +0 -1
  588. package/dist-esm/src/operationsInterfaces/queryKeys.js.map +0 -1
  589. package/dist-esm/src/operationsInterfaces/services.d.ts.map +0 -1
  590. package/dist-esm/src/operationsInterfaces/services.js.map +0 -1
  591. package/dist-esm/src/operationsInterfaces/sharedPrivateLinkResources.d.ts.map +0 -1
  592. package/dist-esm/src/operationsInterfaces/sharedPrivateLinkResources.js.map +0 -1
  593. package/dist-esm/src/operationsInterfaces/usages.js.map +0 -1
  594. package/dist-esm/src/pagingHelper.js.map +0 -1
  595. package/dist-esm/src/searchManagementClient.d.ts.map +0 -1
  596. package/dist-esm/src/searchManagementClient.js.map +0 -1
  597. package/dist-esm/test/search_examples.d.ts +0 -4
  598. package/dist-esm/test/search_examples.d.ts.map +0 -1
  599. package/dist-esm/test/search_examples.js +0 -204
  600. package/dist-esm/test/search_examples.js.map +0 -1
  601. package/src/lroImpl.ts +0 -42
  602. package/src/models/index.ts +0 -1446
  603. package/src/models/mappers.ts +0 -1969
  604. package/src/models/parameters.ts +0 -267
  605. package/src/operations/adminKeys.ts +0 -120
  606. package/src/operations/index.ts +0 -17
  607. package/src/operations/networkSecurityPerimeterConfigurations.ts +0 -400
  608. package/src/operations/operations.ts +0 -103
  609. package/src/operations/privateEndpointConnections.ts +0 -373
  610. package/src/operations/privateLinkResources.ts +0 -144
  611. package/src/operations/queryKeys.ts +0 -298
  612. package/src/operations/services.ts +0 -634
  613. package/src/operations/sharedPrivateLinkResources.ts +0 -544
  614. package/src/operations/usages.ts +0 -176
  615. package/src/operationsInterfaces/adminKeys.ts +0 -48
  616. package/src/operationsInterfaces/index.ts +0 -17
  617. package/src/operationsInterfaces/networkSecurityPerimeterConfigurations.ts +0 -90
  618. package/src/operationsInterfaces/operations.ts +0 -22
  619. package/src/operationsInterfaces/privateEndpointConnections.ts +0 -88
  620. package/src/operationsInterfaces/privateLinkResources.ts +0 -31
  621. package/src/operationsInterfaces/queryKeys.ts +0 -66
  622. package/src/operationsInterfaces/services.ts +0 -144
  623. package/src/operationsInterfaces/sharedPrivateLinkResources.ts +0 -131
  624. package/src/operationsInterfaces/usages.ts +0 -27
  625. package/src/pagingHelper.ts +0 -39
  626. package/src/searchManagementClient.ts +0 -226
  627. package/tsconfig.json +0 -33
  628. /package/{dist-esm/src → dist/browser}/lroImpl.d.ts +0 -0
  629. /package/{dist-esm/src → dist/browser}/models/parameters.d.ts +0 -0
  630. /package/{dist-esm/src → dist/browser}/operationsInterfaces/adminKeys.js +0 -0
  631. /package/{dist-esm/src → dist/browser}/operationsInterfaces/networkSecurityPerimeterConfigurations.js +0 -0
  632. /package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.js +0 -0
  633. /package/{dist-esm/src → dist/browser}/operationsInterfaces/privateEndpointConnections.js +0 -0
  634. /package/{dist-esm/src → dist/browser}/operationsInterfaces/privateLinkResources.js +0 -0
  635. /package/{dist-esm/src → dist/browser}/operationsInterfaces/queryKeys.js +0 -0
  636. /package/{dist-esm/src → dist/browser}/operationsInterfaces/services.js +0 -0
  637. /package/{dist-esm/src → dist/browser}/operationsInterfaces/sharedPrivateLinkResources.js +0 -0
  638. /package/{dist-esm/src → dist/browser}/operationsInterfaces/usages.js +0 -0
  639. /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts +0 -0
@@ -0,0 +1 @@
1
+ {"version":3,"file":"mappers.js","sourceRoot":"","sources":["../../../src/models/mappers.ts"],"names":[],"mappings":"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","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport * as coreClient from \"@azure/core-client\";\n\nexport const OperationListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OperationListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Operation\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const Operation: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Operation\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n isDataAction: {\n serializedName: \"isDataAction\",\n readOnly: true,\n type: {\n name: \"Boolean\",\n },\n },\n display: {\n serializedName: \"display\",\n type: {\n name: \"Composite\",\n className: \"OperationDisplay\",\n },\n },\n origin: {\n serializedName: \"origin\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n actionType: {\n serializedName: \"actionType\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const OperationDisplay: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OperationDisplay\",\n modelProperties: {\n provider: {\n serializedName: \"provider\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n resource: {\n serializedName: \"resource\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n operation: {\n serializedName: \"operation\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n description: {\n serializedName: \"description\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const CloudError: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CloudError\",\n modelProperties: {\n error: {\n serializedName: \"error\",\n type: {\n name: \"Composite\",\n className: \"CloudErrorBody\",\n },\n },\n message: {\n serializedName: \"message\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const CloudErrorBody: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CloudErrorBody\",\n modelProperties: {\n code: {\n serializedName: \"code\",\n type: {\n name: \"String\",\n },\n },\n message: {\n serializedName: \"message\",\n type: {\n name: \"String\",\n },\n },\n target: {\n serializedName: \"target\",\n type: {\n name: \"String\",\n },\n },\n details: {\n serializedName: \"details\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"CloudErrorBody\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const AdminKeyResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AdminKeyResult\",\n modelProperties: {\n primaryKey: {\n serializedName: \"primaryKey\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n secondaryKey: {\n serializedName: \"secondaryKey\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const QueryKey: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"QueryKey\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n key: {\n serializedName: \"key\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ListQueryKeysResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ListQueryKeysResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"QueryKey\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const NetworkRuleSet: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"NetworkRuleSet\",\n modelProperties: {\n ipRules: {\n serializedName: \"ipRules\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"IpRule\",\n },\n },\n },\n },\n bypass: {\n serializedName: \"bypass\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const IpRule: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"IpRule\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const EncryptionWithCmk: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"EncryptionWithCmk\",\n modelProperties: {\n enforcement: {\n serializedName: \"enforcement\",\n type: {\n name: \"Enum\",\n allowedValues: [\"Disabled\", \"Enabled\", \"Unspecified\"],\n },\n },\n encryptionComplianceStatus: {\n serializedName: \"encryptionComplianceStatus\",\n readOnly: true,\n type: {\n name: \"Enum\",\n allowedValues: [\"Compliant\", \"NonCompliant\"],\n },\n },\n },\n },\n};\n\nexport const DataPlaneAuthOptions: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DataPlaneAuthOptions\",\n modelProperties: {\n apiKeyOnly: {\n serializedName: \"apiKeyOnly\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"any\" } },\n },\n },\n aadOrApiKey: {\n serializedName: \"aadOrApiKey\",\n type: {\n name: \"Composite\",\n className: \"DataPlaneAadOrApiKeyAuthOption\",\n },\n },\n },\n },\n};\n\nexport const DataPlaneAadOrApiKeyAuthOption: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DataPlaneAadOrApiKeyAuthOption\",\n modelProperties: {\n aadAuthFailureMode: {\n serializedName: \"aadAuthFailureMode\",\n type: {\n name: \"Enum\",\n allowedValues: [\"http403\", \"http401WithBearerChallenge\"],\n },\n },\n },\n },\n};\n\nexport const PrivateEndpointConnectionProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PrivateEndpointConnectionProperties\",\n modelProperties: {\n privateEndpoint: {\n serializedName: \"privateEndpoint\",\n type: {\n name: \"Composite\",\n className: \"PrivateEndpointConnectionPropertiesPrivateEndpoint\",\n },\n },\n privateLinkServiceConnectionState: {\n serializedName: \"privateLinkServiceConnectionState\",\n type: {\n name: \"Composite\",\n className: \"PrivateEndpointConnectionPropertiesPrivateLinkServiceConnectionState\",\n },\n },\n groupId: {\n serializedName: \"groupId\",\n type: {\n name: \"String\",\n },\n },\n provisioningState: {\n serializedName: \"provisioningState\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const PrivateEndpointConnectionPropertiesPrivateEndpoint: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PrivateEndpointConnectionPropertiesPrivateEndpoint\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const PrivateEndpointConnectionPropertiesPrivateLinkServiceConnectionState: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"PrivateEndpointConnectionPropertiesPrivateLinkServiceConnectionState\",\n modelProperties: {\n status: {\n serializedName: \"status\",\n type: {\n name: \"Enum\",\n allowedValues: [\"Pending\", \"Approved\", \"Rejected\", \"Disconnected\"],\n },\n },\n description: {\n serializedName: \"description\",\n type: {\n name: \"String\",\n },\n },\n actionsRequired: {\n defaultValue: \"None\",\n serializedName: \"actionsRequired\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n };\n\nexport const Resource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Resource\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n type: {\n serializedName: \"type\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n systemData: {\n serializedName: \"systemData\",\n type: {\n name: \"Composite\",\n className: \"SystemData\",\n },\n },\n },\n },\n};\n\nexport const SystemData: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SystemData\",\n modelProperties: {\n createdBy: {\n serializedName: \"createdBy\",\n type: {\n name: \"String\",\n },\n },\n createdByType: {\n serializedName: \"createdByType\",\n type: {\n name: \"String\",\n },\n },\n createdAt: {\n serializedName: \"createdAt\",\n type: {\n name: \"DateTime\",\n },\n },\n lastModifiedBy: {\n serializedName: \"lastModifiedBy\",\n type: {\n name: \"String\",\n },\n },\n lastModifiedByType: {\n serializedName: \"lastModifiedByType\",\n type: {\n name: \"String\",\n },\n },\n lastModifiedAt: {\n serializedName: \"lastModifiedAt\",\n type: {\n name: \"DateTime\",\n },\n },\n },\n },\n};\n\nexport const SharedPrivateLinkResourceProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SharedPrivateLinkResourceProperties\",\n modelProperties: {\n privateLinkResourceId: {\n serializedName: \"privateLinkResourceId\",\n type: {\n name: \"String\",\n },\n },\n groupId: {\n serializedName: \"groupId\",\n type: {\n name: \"String\",\n },\n },\n requestMessage: {\n serializedName: \"requestMessage\",\n type: {\n name: \"String\",\n },\n },\n resourceRegion: {\n serializedName: \"resourceRegion\",\n type: {\n name: \"String\",\n },\n },\n status: {\n serializedName: \"status\",\n type: {\n name: \"String\",\n },\n },\n provisioningState: {\n serializedName: \"provisioningState\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const Sku: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Sku\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const Identity: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Identity\",\n modelProperties: {\n principalId: {\n serializedName: \"principalId\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n tenantId: {\n serializedName: \"tenantId\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n type: {\n serializedName: \"type\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n userAssignedIdentities: {\n serializedName: \"userAssignedIdentities\",\n type: {\n name: \"Dictionary\",\n value: {\n type: { name: \"Composite\", className: \"UserAssignedIdentity\" },\n },\n },\n },\n },\n },\n};\n\nexport const UserAssignedIdentity: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"UserAssignedIdentity\",\n modelProperties: {\n principalId: {\n serializedName: \"principalId\",\n readOnly: true,\n type: {\n name: \"Uuid\",\n },\n },\n clientId: {\n serializedName: \"clientId\",\n readOnly: true,\n type: {\n name: \"Uuid\",\n },\n },\n },\n },\n};\n\nexport const SearchServiceListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SearchServiceListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"SearchService\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const PrivateLinkResourcesResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PrivateLinkResourcesResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"PrivateLinkResource\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const PrivateLinkResourceProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PrivateLinkResourceProperties\",\n modelProperties: {\n groupId: {\n serializedName: \"groupId\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n requiredMembers: {\n serializedName: \"requiredMembers\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n requiredZoneNames: {\n serializedName: \"requiredZoneNames\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n shareablePrivateLinkResourceTypes: {\n serializedName: \"shareablePrivateLinkResourceTypes\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ShareablePrivateLinkResourceType\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const ShareablePrivateLinkResourceType: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ShareablePrivateLinkResourceType\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"ShareablePrivateLinkResourceProperties\",\n },\n },\n },\n },\n};\n\nexport const ShareablePrivateLinkResourceProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ShareablePrivateLinkResourceProperties\",\n modelProperties: {\n type: {\n serializedName: \"type\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n groupId: {\n serializedName: \"groupId\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n description: {\n serializedName: \"description\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const PrivateEndpointConnectionListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PrivateEndpointConnectionListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"PrivateEndpointConnection\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const SharedPrivateLinkResourceListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SharedPrivateLinkResourceListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"SharedPrivateLinkResource\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const CheckNameAvailabilityInput: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CheckNameAvailabilityInput\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n typeParam: {\n defaultValue: \"searchServices\",\n isConstant: true,\n serializedName: \"type\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const CheckNameAvailabilityOutput: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CheckNameAvailabilityOutput\",\n modelProperties: {\n isNameAvailable: {\n serializedName: \"nameAvailable\",\n readOnly: true,\n type: {\n name: \"Boolean\",\n },\n },\n reason: {\n serializedName: \"reason\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n message: {\n serializedName: \"message\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const QuotaUsagesListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"QuotaUsagesListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"QuotaUsageResult\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const QuotaUsageResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"QuotaUsageResult\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n type: {\n name: \"String\",\n },\n },\n unit: {\n serializedName: \"unit\",\n type: {\n name: \"String\",\n },\n },\n currentValue: {\n serializedName: \"currentValue\",\n type: {\n name: \"Number\",\n },\n },\n limit: {\n serializedName: \"limit\",\n type: {\n name: \"Number\",\n },\n },\n name: {\n serializedName: \"name\",\n type: {\n name: \"Composite\",\n className: \"QuotaUsageResultName\",\n },\n },\n },\n },\n};\n\nexport const QuotaUsageResultName: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"QuotaUsageResultName\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"String\",\n },\n },\n localizedValue: {\n serializedName: \"localizedValue\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const NetworkSecurityPerimeterConfigurationListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"NetworkSecurityPerimeterConfigurationListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"NetworkSecurityPerimeterConfiguration\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const NetworkSecurityPerimeterConfigurationProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"NetworkSecurityPerimeterConfigurationProperties\",\n modelProperties: {\n provisioningState: {\n serializedName: \"provisioningState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n provisioningIssues: {\n serializedName: \"provisioningIssues\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ProvisioningIssue\",\n },\n },\n },\n },\n networkSecurityPerimeter: {\n serializedName: \"networkSecurityPerimeter\",\n type: {\n name: \"Composite\",\n className: \"NetworkSecurityPerimeter\",\n },\n },\n resourceAssociation: {\n serializedName: \"resourceAssociation\",\n type: {\n name: \"Composite\",\n className: \"ResourceAssociation\",\n },\n },\n profile: {\n serializedName: \"profile\",\n type: {\n name: \"Composite\",\n className: \"NetworkSecurityProfile\",\n },\n },\n },\n },\n};\n\nexport const ProvisioningIssue: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ProvisioningIssue\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"ProvisioningIssueProperties\",\n },\n },\n },\n },\n};\n\nexport const ProvisioningIssueProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ProvisioningIssueProperties\",\n modelProperties: {\n issueType: {\n serializedName: \"issueType\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n severity: {\n serializedName: \"severity\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n description: {\n serializedName: \"description\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n suggestedResourceIds: {\n serializedName: \"suggestedResourceIds\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n suggestedAccessRules: {\n serializedName: \"suggestedAccessRules\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"AccessRule\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const AccessRule: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AccessRule\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\",\n },\n },\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"AccessRuleProperties\",\n },\n },\n },\n },\n};\n\nexport const AccessRuleProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AccessRuleProperties\",\n modelProperties: {\n direction: {\n serializedName: \"direction\",\n type: {\n name: \"String\",\n },\n },\n addressPrefixes: {\n serializedName: \"addressPrefixes\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n subscriptions: {\n serializedName: \"subscriptions\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"AccessRulePropertiesSubscriptionsItem\",\n },\n },\n },\n },\n networkSecurityPerimeters: {\n serializedName: \"networkSecurityPerimeters\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"NetworkSecurityPerimeter\",\n },\n },\n },\n },\n fullyQualifiedDomainNames: {\n serializedName: \"fullyQualifiedDomainNames\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n emailAddresses: {\n serializedName: \"emailAddresses\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n phoneNumbers: {\n serializedName: \"phoneNumbers\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const AccessRulePropertiesSubscriptionsItem: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AccessRulePropertiesSubscriptionsItem\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const NetworkSecurityPerimeter: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"NetworkSecurityPerimeter\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n type: {\n name: \"String\",\n },\n },\n perimeterGuid: {\n serializedName: \"perimeterGuid\",\n type: {\n name: \"Uuid\",\n },\n },\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ResourceAssociation: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ResourceAssociation\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\",\n },\n },\n accessMode: {\n serializedName: \"accessMode\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const NetworkSecurityProfile: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"NetworkSecurityProfile\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\",\n },\n },\n accessRulesVersion: {\n serializedName: \"accessRulesVersion\",\n type: {\n name: \"Number\",\n },\n },\n accessRules: {\n serializedName: \"accessRules\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"AccessRule\",\n },\n },\n },\n },\n diagnosticSettingsVersion: {\n serializedName: \"diagnosticSettingsVersion\",\n type: {\n name: \"Number\",\n },\n },\n enabledLogCategories: {\n serializedName: \"enabledLogCategories\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const AsyncOperationResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AsyncOperationResult\",\n modelProperties: {\n status: {\n serializedName: \"status\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const PrivateEndpointConnection: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PrivateEndpointConnection\",\n modelProperties: {\n ...Resource.type.modelProperties,\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"PrivateEndpointConnectionProperties\",\n },\n },\n },\n },\n};\n\nexport const SharedPrivateLinkResource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SharedPrivateLinkResource\",\n modelProperties: {\n ...Resource.type.modelProperties,\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"SharedPrivateLinkResourceProperties\",\n },\n },\n },\n },\n};\n\nexport const TrackedResource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"TrackedResource\",\n modelProperties: {\n ...Resource.type.modelProperties,\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } },\n },\n },\n location: {\n serializedName: \"location\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const SearchServiceUpdate: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SearchServiceUpdate\",\n modelProperties: {\n ...Resource.type.modelProperties,\n sku: {\n serializedName: \"sku\",\n type: {\n name: \"Composite\",\n className: \"Sku\",\n },\n },\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } },\n },\n },\n identity: {\n serializedName: \"identity\",\n type: {\n name: \"Composite\",\n className: \"Identity\",\n },\n },\n replicaCount: {\n defaultValue: 1,\n constraints: {\n InclusiveMaximum: 12,\n InclusiveMinimum: 1,\n },\n serializedName: \"properties.replicaCount\",\n type: {\n name: \"Number\",\n },\n },\n partitionCount: {\n defaultValue: 1,\n constraints: {\n InclusiveMaximum: 12,\n InclusiveMinimum: 1,\n },\n serializedName: \"properties.partitionCount\",\n type: {\n name: \"Number\",\n },\n },\n endpoint: {\n serializedName: \"properties.endpoint\",\n type: {\n name: \"String\",\n },\n },\n hostingMode: {\n defaultValue: \"default\",\n serializedName: \"properties.hostingMode\",\n type: {\n name: \"Enum\",\n allowedValues: [\"default\", \"highDensity\"],\n },\n },\n computeType: {\n serializedName: \"properties.computeType\",\n type: {\n name: \"String\",\n },\n },\n publicNetworkAccess: {\n defaultValue: \"enabled\",\n serializedName: \"properties.publicNetworkAccess\",\n type: {\n name: \"String\",\n },\n },\n status: {\n serializedName: \"properties.status\",\n readOnly: true,\n type: {\n name: \"Enum\",\n allowedValues: [\n \"running\",\n \"provisioning\",\n \"deleting\",\n \"degraded\",\n \"disabled\",\n \"error\",\n \"stopped\",\n ],\n },\n },\n statusDetails: {\n serializedName: \"properties.statusDetails\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n provisioningState: {\n serializedName: \"properties.provisioningState\",\n readOnly: true,\n type: {\n name: \"Enum\",\n allowedValues: [\"succeeded\", \"provisioning\", \"failed\"],\n },\n },\n networkRuleSet: {\n serializedName: \"properties.networkRuleSet\",\n type: {\n name: \"Composite\",\n className: \"NetworkRuleSet\",\n },\n },\n dataExfiltrationProtections: {\n serializedName: \"properties.dataExfiltrationProtections\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n encryptionWithCmk: {\n serializedName: \"properties.encryptionWithCmk\",\n type: {\n name: \"Composite\",\n className: \"EncryptionWithCmk\",\n },\n },\n disableLocalAuth: {\n serializedName: \"properties.disableLocalAuth\",\n nullable: true,\n type: {\n name: \"Boolean\",\n },\n },\n authOptions: {\n serializedName: \"properties.authOptions\",\n type: {\n name: \"Composite\",\n className: \"DataPlaneAuthOptions\",\n },\n },\n semanticSearch: {\n serializedName: \"properties.semanticSearch\",\n nullable: true,\n type: {\n name: \"String\",\n },\n },\n privateEndpointConnections: {\n serializedName: \"properties.privateEndpointConnections\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"PrivateEndpointConnection\",\n },\n },\n },\n },\n sharedPrivateLinkResources: {\n serializedName: \"properties.sharedPrivateLinkResources\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"SharedPrivateLinkResource\",\n },\n },\n },\n },\n eTag: {\n serializedName: \"properties.eTag\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n upgradeAvailable: {\n serializedName: \"properties.upgradeAvailable\",\n type: {\n name: \"String\",\n },\n },\n serviceUpgradedAt: {\n serializedName: \"properties.serviceUpgradedAt\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n },\n },\n};\n\nexport const PrivateLinkResource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PrivateLinkResource\",\n modelProperties: {\n ...Resource.type.modelProperties,\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"PrivateLinkResourceProperties\",\n },\n },\n },\n },\n};\n\nexport const ProxyResource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ProxyResource\",\n modelProperties: {\n ...Resource.type.modelProperties,\n },\n },\n};\n\nexport const SearchService: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SearchService\",\n modelProperties: {\n ...TrackedResource.type.modelProperties,\n sku: {\n serializedName: \"sku\",\n type: {\n name: \"Composite\",\n className: \"Sku\",\n },\n },\n identity: {\n serializedName: \"identity\",\n type: {\n name: \"Composite\",\n className: \"Identity\",\n },\n },\n replicaCount: {\n defaultValue: 1,\n constraints: {\n InclusiveMaximum: 12,\n InclusiveMinimum: 1,\n },\n serializedName: \"properties.replicaCount\",\n type: {\n name: \"Number\",\n },\n },\n partitionCount: {\n defaultValue: 1,\n constraints: {\n InclusiveMaximum: 12,\n InclusiveMinimum: 1,\n },\n serializedName: \"properties.partitionCount\",\n type: {\n name: \"Number\",\n },\n },\n endpoint: {\n serializedName: \"properties.endpoint\",\n type: {\n name: \"String\",\n },\n },\n hostingMode: {\n defaultValue: \"default\",\n serializedName: \"properties.hostingMode\",\n type: {\n name: \"Enum\",\n allowedValues: [\"default\", \"highDensity\"],\n },\n },\n computeType: {\n serializedName: \"properties.computeType\",\n type: {\n name: \"String\",\n },\n },\n publicNetworkAccess: {\n defaultValue: \"enabled\",\n serializedName: \"properties.publicNetworkAccess\",\n type: {\n name: \"String\",\n },\n },\n status: {\n serializedName: \"properties.status\",\n readOnly: true,\n type: {\n name: \"Enum\",\n allowedValues: [\n \"running\",\n \"provisioning\",\n \"deleting\",\n \"degraded\",\n \"disabled\",\n \"error\",\n \"stopped\",\n ],\n },\n },\n statusDetails: {\n serializedName: \"properties.statusDetails\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n provisioningState: {\n serializedName: \"properties.provisioningState\",\n readOnly: true,\n type: {\n name: \"Enum\",\n allowedValues: [\"succeeded\", \"provisioning\", \"failed\"],\n },\n },\n networkRuleSet: {\n serializedName: \"properties.networkRuleSet\",\n type: {\n name: \"Composite\",\n className: \"NetworkRuleSet\",\n },\n },\n dataExfiltrationProtections: {\n serializedName: \"properties.dataExfiltrationProtections\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n encryptionWithCmk: {\n serializedName: \"properties.encryptionWithCmk\",\n type: {\n name: \"Composite\",\n className: \"EncryptionWithCmk\",\n },\n },\n disableLocalAuth: {\n serializedName: \"properties.disableLocalAuth\",\n nullable: true,\n type: {\n name: \"Boolean\",\n },\n },\n authOptions: {\n serializedName: \"properties.authOptions\",\n type: {\n name: \"Composite\",\n className: \"DataPlaneAuthOptions\",\n },\n },\n semanticSearch: {\n serializedName: \"properties.semanticSearch\",\n nullable: true,\n type: {\n name: \"String\",\n },\n },\n privateEndpointConnections: {\n serializedName: \"properties.privateEndpointConnections\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"PrivateEndpointConnection\",\n },\n },\n },\n },\n sharedPrivateLinkResources: {\n serializedName: \"properties.sharedPrivateLinkResources\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"SharedPrivateLinkResource\",\n },\n },\n },\n },\n eTag: {\n serializedName: \"properties.eTag\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n upgradeAvailable: {\n serializedName: \"properties.upgradeAvailable\",\n type: {\n name: \"String\",\n },\n },\n serviceUpgradedAt: {\n serializedName: \"properties.serviceUpgradedAt\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n },\n },\n};\n\nexport const NetworkSecurityPerimeterConfiguration: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"NetworkSecurityPerimeterConfiguration\",\n modelProperties: {\n ...ProxyResource.type.modelProperties,\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"NetworkSecurityPerimeterConfigurationProperties\",\n },\n },\n },\n },\n};\n\nexport const ServicesUpgradeHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ServicesUpgradeHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const NetworkSecurityPerimeterConfigurationsReconcileHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"NetworkSecurityPerimeterConfigurationsReconcileHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n"]}
@@ -1 +1 @@
1
- {"version":3,"file":"parameters.d.ts","sourceRoot":"","sources":["../../../src/models/parameters.ts"],"names":[],"mappings":"AAQA,OAAO,EACL,kBAAkB,EAClB,qBAAqB,EACrB,uBAAuB,EACxB,MAAM,oBAAoB,CAAC;AAS5B,eAAO,MAAM,MAAM,EAAE,kBAUpB,CAAC;AAEF,eAAO,MAAM,KAAK,EAAE,qBAUnB,CAAC;AAEF,eAAO,MAAM,UAAU,EAAE,uBAUxB,CAAC;AAEF,eAAO,MAAM,iBAAiB,EAAE,qBAS/B,CAAC;AAEF,eAAO,MAAM,iBAAiB,EAAE,qBAY/B,CAAC;AAEF,eAAO,MAAM,eAAe,EAAE,kBAY7B,CAAC;AAEF,eAAO,MAAM,cAAc,EAAE,qBAS5B,CAAC;AAEF,eAAO,MAAM,OAAO,EAAE,qBAUrB,CAAC;AAEF,eAAO,MAAM,IAAI,EAAE,qBASlB,CAAC;AAEF,eAAO,MAAM,GAAG,EAAE,qBASjB,CAAC;AAEF,eAAO,MAAM,QAAQ,EAAE,qBAUtB,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,kBAUzB,CAAC;AAEF,eAAO,MAAM,OAAO,EAAE,kBAGrB,CAAC;AAEF,eAAO,MAAM,kBAAkB,EAAE,qBAShC,CAAC;AAEF,eAAO,MAAM,QAAQ,EAAE,kBAGtB,CAAC;AAEF,eAAO,MAAM,KAAK,EAAE,kBAGnB,CAAC;AAEF,eAAO,MAAM,SAAS,EAAE,kBAGvB,CAAC;AAEF,eAAO,MAAM,yBAAyB,EAAE,kBAGvC,CAAC;AAEF,eAAO,MAAM,6BAA6B,EAAE,qBAS3C,CAAC;AAEF,eAAO,MAAM,yBAAyB,EAAE,kBAGvC,CAAC;AAEF,eAAO,MAAM,6BAA6B,EAAE,qBAS3C,CAAC;AAEF,eAAO,MAAM,QAAQ,EAAE,qBAStB,CAAC;AAEF,eAAO,MAAM,OAAO,EAAE,qBASrB,CAAC;AAEF,eAAO,MAAM,aAAa,EAAE,qBAgB3B,CAAC"}
1
+ {"version":3,"file":"parameters.d.ts","sourceRoot":"","sources":["../../../src/models/parameters.ts"],"names":[],"mappings":"AAQA,OAAO,EACL,kBAAkB,EAClB,qBAAqB,EACrB,uBAAuB,EACxB,MAAM,oBAAoB,CAAC;AAS5B,eAAO,MAAM,MAAM,EAAE,kBAUpB,CAAC;AAEF,eAAO,MAAM,KAAK,EAAE,qBAUnB,CAAC;AAEF,eAAO,MAAM,UAAU,EAAE,uBAUxB,CAAC;AAEF,eAAO,MAAM,iBAAiB,EAAE,qBAS/B,CAAC;AAEF,eAAO,MAAM,iBAAiB,EAAE,qBAY/B,CAAC;AAEF,eAAO,MAAM,eAAe,EAAE,kBAQ7B,CAAC;AAEF,eAAO,MAAM,cAAc,EAAE,qBAS5B,CAAC;AAEF,eAAO,MAAM,OAAO,EAAE,qBAUrB,CAAC;AAEF,eAAO,MAAM,IAAI,EAAE,qBASlB,CAAC;AAEF,eAAO,MAAM,GAAG,EAAE,qBASjB,CAAC;AAEF,eAAO,MAAM,QAAQ,EAAE,qBAUtB,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,kBAUzB,CAAC;AAEF,eAAO,MAAM,OAAO,EAAE,kBAGrB,CAAC;AAEF,eAAO,MAAM,kBAAkB,EAAE,qBAShC,CAAC;AAEF,eAAO,MAAM,QAAQ,EAAE,kBAGtB,CAAC;AAEF,eAAO,MAAM,KAAK,EAAE,kBAGnB,CAAC;AAEF,eAAO,MAAM,SAAS,EAAE,kBAGvB,CAAC;AAEF,eAAO,MAAM,yBAAyB,EAAE,kBAGvC,CAAC;AAEF,eAAO,MAAM,6BAA6B,EAAE,qBAS3C,CAAC;AAEF,eAAO,MAAM,yBAAyB,EAAE,kBAGvC,CAAC;AAEF,eAAO,MAAM,6BAA6B,EAAE,qBAS3C,CAAC;AAEF,eAAO,MAAM,QAAQ,EAAE,qBAStB,CAAC;AAEF,eAAO,MAAM,OAAO,EAAE,qBASrB,CAAC;AAEF,eAAO,MAAM,aAAa,EAAE,qBAc3B,CAAC"}
@@ -5,7 +5,7 @@
5
5
  * Code generated by Microsoft (R) AutoRest Code Generator.
6
6
  * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
7
  */
8
- import { SearchService as SearchServiceMapper, SearchServiceUpdate as SearchServiceUpdateMapper, CheckNameAvailabilityInput as CheckNameAvailabilityInputMapper, PrivateEndpointConnection as PrivateEndpointConnectionMapper, SharedPrivateLinkResource as SharedPrivateLinkResourceMapper, } from "../models/mappers";
8
+ import { SearchService as SearchServiceMapper, SearchServiceUpdate as SearchServiceUpdateMapper, CheckNameAvailabilityInput as CheckNameAvailabilityInputMapper, PrivateEndpointConnection as PrivateEndpointConnectionMapper, SharedPrivateLinkResource as SharedPrivateLinkResourceMapper, } from "../models/mappers.js";
9
9
  export const accept = {
10
10
  parameterPath: "accept",
11
11
  mapper: {
@@ -31,7 +31,7 @@ export const $host = {
31
31
  export const apiVersion = {
32
32
  parameterPath: "apiVersion",
33
33
  mapper: {
34
- defaultValue: "2024-03-01-preview",
34
+ defaultValue: "2025-05-01",
35
35
  isConstant: true,
36
36
  serializedName: "api-version",
37
37
  type: {
@@ -63,11 +63,7 @@ export const searchServiceName = {
63
63
  },
64
64
  };
65
65
  export const clientRequestId = {
66
- parameterPath: [
67
- "options",
68
- "searchManagementRequestOptions",
69
- "clientRequestId",
70
- ],
66
+ parameterPath: ["options", "searchManagementRequestOptions", "clientRequestId"],
71
67
  mapper: {
72
68
  serializedName: "x-ms-client-request-id",
73
69
  type: {
@@ -0,0 +1 @@
1
+ {"version":3,"file":"parameters.js","sourceRoot":"","sources":["../../../src/models/parameters.ts"],"names":[],"mappings":"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","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport {\n OperationParameter,\n OperationURLParameter,\n OperationQueryParameter,\n} from \"@azure/core-client\";\nimport {\n SearchService as SearchServiceMapper,\n SearchServiceUpdate as SearchServiceUpdateMapper,\n CheckNameAvailabilityInput as CheckNameAvailabilityInputMapper,\n PrivateEndpointConnection as PrivateEndpointConnectionMapper,\n SharedPrivateLinkResource as SharedPrivateLinkResourceMapper,\n} from \"../models/mappers.js\";\n\nexport const accept: OperationParameter = {\n parameterPath: \"accept\",\n mapper: {\n defaultValue: \"application/json\",\n isConstant: true,\n serializedName: \"Accept\",\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const $host: OperationURLParameter = {\n parameterPath: \"$host\",\n mapper: {\n serializedName: \"$host\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n skipEncoding: true,\n};\n\nexport const apiVersion: OperationQueryParameter = {\n parameterPath: \"apiVersion\",\n mapper: {\n defaultValue: \"2025-05-01\",\n isConstant: true,\n serializedName: \"api-version\",\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const resourceGroupName: OperationURLParameter = {\n parameterPath: \"resourceGroupName\",\n mapper: {\n serializedName: \"resourceGroupName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const searchServiceName: OperationURLParameter = {\n parameterPath: \"searchServiceName\",\n mapper: {\n constraints: {\n Pattern: new RegExp(\"^(?=.{2,60}$)[a-z0-9][a-z0-9]+(-[a-z0-9]+)*$\"),\n },\n serializedName: \"searchServiceName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const clientRequestId: OperationParameter = {\n parameterPath: [\"options\", \"searchManagementRequestOptions\", \"clientRequestId\"],\n mapper: {\n serializedName: \"x-ms-client-request-id\",\n type: {\n name: \"Uuid\",\n },\n },\n};\n\nexport const subscriptionId: OperationURLParameter = {\n parameterPath: \"subscriptionId\",\n mapper: {\n serializedName: \"subscriptionId\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const keyKind: OperationURLParameter = {\n parameterPath: \"keyKind\",\n mapper: {\n serializedName: \"keyKind\",\n required: true,\n type: {\n name: \"Enum\",\n allowedValues: [\"primary\", \"secondary\"],\n },\n },\n};\n\nexport const name: OperationURLParameter = {\n parameterPath: \"name\",\n mapper: {\n serializedName: \"name\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const key: OperationURLParameter = {\n parameterPath: \"key\",\n mapper: {\n serializedName: \"key\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const nextLink: OperationURLParameter = {\n parameterPath: \"nextLink\",\n mapper: {\n serializedName: \"nextLink\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n skipEncoding: true,\n};\n\nexport const contentType: OperationParameter = {\n parameterPath: [\"options\", \"contentType\"],\n mapper: {\n defaultValue: \"application/json\",\n isConstant: true,\n serializedName: \"Content-Type\",\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const service: OperationParameter = {\n parameterPath: \"service\",\n mapper: SearchServiceMapper,\n};\n\nexport const searchServiceName1: OperationURLParameter = {\n parameterPath: \"searchServiceName\",\n mapper: {\n serializedName: \"searchServiceName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const service1: OperationParameter = {\n parameterPath: \"service\",\n mapper: SearchServiceUpdateMapper,\n};\n\nexport const name1: OperationParameter = {\n parameterPath: \"name\",\n mapper: CheckNameAvailabilityInputMapper,\n};\n\nexport const typeParam: OperationParameter = {\n parameterPath: \"typeParam\",\n mapper: CheckNameAvailabilityInputMapper,\n};\n\nexport const privateEndpointConnection: OperationParameter = {\n parameterPath: \"privateEndpointConnection\",\n mapper: PrivateEndpointConnectionMapper,\n};\n\nexport const privateEndpointConnectionName: OperationURLParameter = {\n parameterPath: \"privateEndpointConnectionName\",\n mapper: {\n serializedName: \"privateEndpointConnectionName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const sharedPrivateLinkResource: OperationParameter = {\n parameterPath: \"sharedPrivateLinkResource\",\n mapper: SharedPrivateLinkResourceMapper,\n};\n\nexport const sharedPrivateLinkResourceName: OperationURLParameter = {\n parameterPath: \"sharedPrivateLinkResourceName\",\n mapper: {\n serializedName: \"sharedPrivateLinkResourceName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const location: OperationURLParameter = {\n parameterPath: \"location\",\n mapper: {\n serializedName: \"location\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const skuName: OperationURLParameter = {\n parameterPath: \"skuName\",\n mapper: {\n serializedName: \"skuName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const nspConfigName: OperationURLParameter = {\n parameterPath: \"nspConfigName\",\n mapper: {\n constraints: {\n Pattern: new RegExp(\"^[0-9a-fA-F]{8}-([0-9a-fA-F]{4}-){3}[0-9a-fA-F]{12}\\\\.[a-z][a-z0-9]*$\"),\n MaxLength: 100,\n MinLength: 38,\n },\n serializedName: \"nspConfigName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n"]}
@@ -1,6 +1,6 @@
1
- import { AdminKeys } from "../operationsInterfaces";
2
- import { SearchManagementClient } from "../searchManagementClient";
3
- import { AdminKeysGetOptionalParams, AdminKeysGetResponse, AdminKeyKind, AdminKeysRegenerateOptionalParams, AdminKeysRegenerateResponse } from "../models";
1
+ import { AdminKeys } from "../operationsInterfaces/index.js";
2
+ import { SearchManagementClient } from "../searchManagementClient.js";
3
+ import { AdminKeysGetOptionalParams, AdminKeysGetResponse, AdminKeyKind, AdminKeysRegenerateOptionalParams, AdminKeysRegenerateResponse } from "../models/index.js";
4
4
  /** Class containing AdminKeys operations. */
5
5
  export declare class AdminKeysImpl implements AdminKeys {
6
6
  private readonly client;
@@ -0,0 +1 @@
1
+ {"version":3,"file":"adminKeys.d.ts","sourceRoot":"","sources":["../../../src/operations/adminKeys.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,SAAS,EAAE,MAAM,kCAAkC,CAAC;AAI7D,OAAO,EAAE,sBAAsB,EAAE,MAAM,8BAA8B,CAAC;AACtE,OAAO,EACL,0BAA0B,EAC1B,oBAAoB,EACpB,YAAY,EACZ,iCAAiC,EACjC,2BAA2B,EAC5B,MAAM,oBAAoB,CAAC;AAE5B,6CAA6C;AAC7C,qBAAa,aAAc,YAAW,SAAS;IAC7C,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAyB;IAEhD;;;OAGG;gBACS,MAAM,EAAE,sBAAsB;IAI1C;;;;;;;OAOG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,iBAAiB,EAAE,MAAM,EACzB,OAAO,CAAC,EAAE,0BAA0B,GACnC,OAAO,CAAC,oBAAoB,CAAC;IAOhC;;;;;;;;;OASG;IACH,UAAU,CACR,iBAAiB,EAAE,MAAM,EACzB,iBAAiB,EAAE,MAAM,EACzB,OAAO,EAAE,YAAY,EACrB,OAAO,CAAC,EAAE,iCAAiC,GAC1C,OAAO,CAAC,2BAA2B,CAAC;CAMxC"}
@@ -6,10 +6,11 @@
6
6
  * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
7
  */
8
8
  import * as coreClient from "@azure/core-client";
9
- import * as Mappers from "../models/mappers";
10
- import * as Parameters from "../models/parameters";
9
+ import * as Mappers from "../models/mappers.js";
10
+ import * as Parameters from "../models/parameters.js";
11
11
  /** Class containing AdminKeys operations. */
12
12
  export class AdminKeysImpl {
13
+ client;
13
14
  /**
14
15
  * Initialize a new instance of the class AdminKeys class.
15
16
  * @param client Reference to the service client
@@ -0,0 +1 @@
1
+ {"version":3,"file":"adminKeys.js","sourceRoot":"","sources":["../../../src/operations/adminKeys.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAGH,OAAO,KAAK,UAAU,MAAM,oBAAoB,CAAC;AACjD,OAAO,KAAK,OAAO,MAAM,sBAAsB,CAAC;AAChD,OAAO,KAAK,UAAU,MAAM,yBAAyB,CAAC;AAUtD,6CAA6C;AAC7C,MAAM,OAAO,aAAa;IACP,MAAM,CAAyB;IAEhD;;;OAGG;IACH,YAAY,MAA8B;QACxC,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC;IACvB,CAAC;IAED;;;;;;;OAOG;IACH,GAAG,CACD,iBAAyB,EACzB,iBAAyB,EACzB,OAAoC;QAEpC,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,iBAAiB,EAAE,iBAAiB,EAAE,OAAO,EAAE,EACjD,gBAAgB,CACjB,CAAC;IACJ,CAAC;IAED;;;;;;;;;OASG;IACH,UAAU,CACR,iBAAyB,EACzB,iBAAyB,EACzB,OAAqB,EACrB,OAA2C;QAE3C,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,iBAAiB,EAAE,iBAAiB,EAAE,OAAO,EAAE,OAAO,EAAE,EAC1D,uBAAuB,CACxB,CAAC;IACJ,CAAC;CACF;AACD,2BAA2B;AAC3B,MAAM,UAAU,GAAG,UAAU,CAAC,gBAAgB,CAAC,OAAO,EAAE,WAAW,CAAC,KAAK,CAAC,CAAC;AAE3E,MAAM,gBAAgB,GAA6B;IACjD,IAAI,EAAE,gJAAgJ;IACtJ,UAAU,EAAE,MAAM;IAClB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,cAAc;SACnC;QACD,OAAO,EAAE;YACP,UAAU,EAAE,OAAO,CAAC,UAAU;SAC/B;KACF;IACD,eAAe,EAAE,CAAC,UAAU,CAAC,UAAU,CAAC;IACxC,aAAa,EAAE;QACb,UAAU,CAAC,KAAK;QAChB,UAAU,CAAC,iBAAiB;QAC5B,UAAU,CAAC,iBAAiB;QAC5B,UAAU,CAAC,cAAc;KAC1B;IACD,gBAAgB,EAAE,CAAC,UAAU,CAAC,MAAM,EAAE,UAAU,CAAC,eAAe,CAAC;IACjE,UAAU;CACX,CAAC;AACF,MAAM,uBAAuB,GAA6B;IACxD,IAAI,EAAE,+JAA+J;IACrK,UAAU,EAAE,MAAM;IAClB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,cAAc;SACnC;QACD,OAAO,EAAE;YACP,UAAU,EAAE,OAAO,CAAC,UAAU;SAC/B;KACF;IACD,eAAe,EAAE,CAAC,UAAU,CAAC,UAAU,CAAC;IACxC,aAAa,EAAE;QACb,UAAU,CAAC,KAAK;QAChB,UAAU,CAAC,iBAAiB;QAC5B,UAAU,CAAC,iBAAiB;QAC5B,UAAU,CAAC,cAAc;QACzB,UAAU,CAAC,OAAO;KACnB;IACD,gBAAgB,EAAE,CAAC,UAAU,CAAC,MAAM,EAAE,UAAU,CAAC,eAAe,CAAC;IACjE,UAAU;CACX,CAAC","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { AdminKeys } from \"../operationsInterfaces/index.js\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers.js\";\nimport * as Parameters from \"../models/parameters.js\";\nimport { SearchManagementClient } from \"../searchManagementClient.js\";\nimport {\n AdminKeysGetOptionalParams,\n AdminKeysGetResponse,\n AdminKeyKind,\n AdminKeysRegenerateOptionalParams,\n AdminKeysRegenerateResponse,\n} from \"../models/index.js\";\n\n/** Class containing AdminKeys operations. */\nexport class AdminKeysImpl implements AdminKeys {\n private readonly client: SearchManagementClient;\n\n /**\n * Initialize a new instance of the class AdminKeys class.\n * @param client Reference to the service client\n */\n constructor(client: SearchManagementClient) {\n this.client = client;\n }\n\n /**\n * Gets the primary and secondary admin API keys for the specified Azure AI Search service.\n * @param resourceGroupName The name of the resource group within the current subscription. You can\n * obtain this value from the Azure Resource Manager API or the portal.\n * @param searchServiceName The name of the Azure AI Search service associated with the specified\n * resource group.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n searchServiceName: string,\n options?: AdminKeysGetOptionalParams,\n ): Promise<AdminKeysGetResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, searchServiceName, options },\n getOperationSpec,\n );\n }\n\n /**\n * Regenerates either the primary or secondary admin API key. You can only regenerate one key at a\n * time.\n * @param resourceGroupName The name of the resource group within the current subscription. You can\n * obtain this value from the Azure Resource Manager API or the portal.\n * @param searchServiceName The name of the Azure AI Search service associated with the specified\n * resource group.\n * @param keyKind Specifies which key to regenerate. Valid values include 'primary' and 'secondary'.\n * @param options The options parameters.\n */\n regenerate(\n resourceGroupName: string,\n searchServiceName: string,\n keyKind: AdminKeyKind,\n options?: AdminKeysRegenerateOptionalParams,\n ): Promise<AdminKeysRegenerateResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, searchServiceName, keyKind, options },\n regenerateOperationSpec,\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst getOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Search/searchServices/{searchServiceName}/listAdminKeys\",\n httpMethod: \"POST\",\n responses: {\n 200: {\n bodyMapper: Mappers.AdminKeyResult,\n },\n default: {\n bodyMapper: Mappers.CloudError,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.resourceGroupName,\n Parameters.searchServiceName,\n Parameters.subscriptionId,\n ],\n headerParameters: [Parameters.accept, Parameters.clientRequestId],\n serializer,\n};\nconst regenerateOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Search/searchServices/{searchServiceName}/regenerateAdminKey/{keyKind}\",\n httpMethod: \"POST\",\n responses: {\n 200: {\n bodyMapper: Mappers.AdminKeyResult,\n },\n default: {\n bodyMapper: Mappers.CloudError,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.resourceGroupName,\n Parameters.searchServiceName,\n Parameters.subscriptionId,\n Parameters.keyKind,\n ],\n headerParameters: [Parameters.accept, Parameters.clientRequestId],\n serializer,\n};\n"]}
@@ -0,0 +1,10 @@
1
+ export * from "./operations.js";
2
+ export * from "./adminKeys.js";
3
+ export * from "./queryKeys.js";
4
+ export * from "./services.js";
5
+ export * from "./privateLinkResources.js";
6
+ export * from "./privateEndpointConnections.js";
7
+ export * from "./sharedPrivateLinkResources.js";
8
+ export * from "./usages.js";
9
+ export * from "./networkSecurityPerimeterConfigurations.js";
10
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/operations/index.ts"],"names":[],"mappings":"AAQA,cAAc,iBAAiB,CAAC;AAChC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,eAAe,CAAC;AAC9B,cAAc,2BAA2B,CAAC;AAC1C,cAAc,iCAAiC,CAAC;AAChD,cAAc,iCAAiC,CAAC;AAChD,cAAc,aAAa,CAAC;AAC5B,cAAc,6CAA6C,CAAC"}
@@ -0,0 +1,17 @@
1
+ /*
2
+ * Copyright (c) Microsoft Corporation.
3
+ * Licensed under the MIT License.
4
+ *
5
+ * Code generated by Microsoft (R) AutoRest Code Generator.
6
+ * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
+ */
8
+ export * from "./operations.js";
9
+ export * from "./adminKeys.js";
10
+ export * from "./queryKeys.js";
11
+ export * from "./services.js";
12
+ export * from "./privateLinkResources.js";
13
+ export * from "./privateEndpointConnections.js";
14
+ export * from "./sharedPrivateLinkResources.js";
15
+ export * from "./usages.js";
16
+ export * from "./networkSecurityPerimeterConfigurations.js";
17
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/operations/index.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,cAAc,iBAAiB,CAAC;AAChC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,eAAe,CAAC;AAC9B,cAAc,2BAA2B,CAAC;AAC1C,cAAc,iCAAiC,CAAC;AAChD,cAAc,iCAAiC,CAAC;AAChD,cAAc,aAAa,CAAC;AAC5B,cAAc,6CAA6C,CAAC","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nexport * from \"./operations.js\";\nexport * from \"./adminKeys.js\";\nexport * from \"./queryKeys.js\";\nexport * from \"./services.js\";\nexport * from \"./privateLinkResources.js\";\nexport * from \"./privateEndpointConnections.js\";\nexport * from \"./sharedPrivateLinkResources.js\";\nexport * from \"./usages.js\";\nexport * from \"./networkSecurityPerimeterConfigurations.js\";\n"]}
@@ -1,8 +1,8 @@
1
1
  import { PagedAsyncIterableIterator } from "@azure/core-paging";
2
- import { NetworkSecurityPerimeterConfigurations } from "../operationsInterfaces";
3
- import { SearchManagementClient } from "../searchManagementClient";
2
+ import { NetworkSecurityPerimeterConfigurations } from "../operationsInterfaces/index.js";
3
+ import { SearchManagementClient } from "../searchManagementClient.js";
4
4
  import { SimplePollerLike, OperationState } from "@azure/core-lro";
5
- import { NetworkSecurityPerimeterConfiguration, NetworkSecurityPerimeterConfigurationsListByServiceOptionalParams, NetworkSecurityPerimeterConfigurationsGetOptionalParams, NetworkSecurityPerimeterConfigurationsGetResponse, NetworkSecurityPerimeterConfigurationsReconcileOptionalParams, NetworkSecurityPerimeterConfigurationsReconcileResponse } from "../models";
5
+ import { NetworkSecurityPerimeterConfiguration, NetworkSecurityPerimeterConfigurationsListByServiceOptionalParams, NetworkSecurityPerimeterConfigurationsGetOptionalParams, NetworkSecurityPerimeterConfigurationsGetResponse, NetworkSecurityPerimeterConfigurationsReconcileOptionalParams, NetworkSecurityPerimeterConfigurationsReconcileResponse } from "../models/index.js";
6
6
  /** Class containing NetworkSecurityPerimeterConfigurations operations. */
7
7
  export declare class NetworkSecurityPerimeterConfigurationsImpl implements NetworkSecurityPerimeterConfigurations {
8
8
  private readonly client;
@@ -37,7 +37,7 @@ export declare class NetworkSecurityPerimeterConfigurationsImpl implements Netwo
37
37
  * obtain this value from the Azure Resource Manager API or the portal.
38
38
  * @param searchServiceName The name of the Azure AI Search service associated with the specified
39
39
  * resource group.
40
- * @param nspConfigName The network security configuration name.
40
+ * @param nspConfigName The network security perimeter configuration name.
41
41
  * @param options The options parameters.
42
42
  */
43
43
  get(resourceGroupName: string, searchServiceName: string, nspConfigName: string, options?: NetworkSecurityPerimeterConfigurationsGetOptionalParams): Promise<NetworkSecurityPerimeterConfigurationsGetResponse>;
@@ -49,7 +49,7 @@ export declare class NetworkSecurityPerimeterConfigurationsImpl implements Netwo
49
49
  * obtain this value from the Azure Resource Manager API or the portal.
50
50
  * @param searchServiceName The name of the Azure AI Search service associated with the specified
51
51
  * resource group.
52
- * @param nspConfigName The network security configuration name.
52
+ * @param nspConfigName The network security perimeter configuration name.
53
53
  * @param options The options parameters.
54
54
  */
55
55
  beginReconcile(resourceGroupName: string, searchServiceName: string, nspConfigName: string, options?: NetworkSecurityPerimeterConfigurationsReconcileOptionalParams): Promise<SimplePollerLike<OperationState<NetworkSecurityPerimeterConfigurationsReconcileResponse>, NetworkSecurityPerimeterConfigurationsReconcileResponse>>;
@@ -61,7 +61,7 @@ export declare class NetworkSecurityPerimeterConfigurationsImpl implements Netwo
61
61
  * obtain this value from the Azure Resource Manager API or the portal.
62
62
  * @param searchServiceName The name of the Azure AI Search service associated with the specified
63
63
  * resource group.
64
- * @param nspConfigName The network security configuration name.
64
+ * @param nspConfigName The network security perimeter configuration name.
65
65
  * @param options The options parameters.
66
66
  */
67
67
  beginReconcileAndWait(resourceGroupName: string, searchServiceName: string, nspConfigName: string, options?: NetworkSecurityPerimeterConfigurationsReconcileOptionalParams): Promise<NetworkSecurityPerimeterConfigurationsReconcileResponse>;
@@ -0,0 +1 @@
1
+ {"version":3,"file":"networkSecurityPerimeterConfigurations.d.ts","sourceRoot":"","sources":["../../../src/operations/networkSecurityPerimeterConfigurations.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAgB,MAAM,oBAAoB,CAAC;AAE9E,OAAO,EAAE,sCAAsC,EAAE,MAAM,kCAAkC,CAAC;AAI1F,OAAO,EAAE,sBAAsB,EAAE,MAAM,8BAA8B,CAAC;AACtE,OAAO,EAAE,gBAAgB,EAAE,cAAc,EAAoB,MAAM,iBAAiB,CAAC;AAErF,OAAO,EACL,qCAAqC,EAErC,iEAAiE,EAEjE,uDAAuD,EACvD,iDAAiD,EACjD,6DAA6D,EAC7D,uDAAuD,EAExD,MAAM,oBAAoB,CAAC;AAG5B,0EAA0E;AAC1E,qBAAa,0CACX,YAAW,sCAAsC;IAEjD,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAyB;IAEhD;;;OAGG;gBACS,MAAM,EAAE,sBAAsB;IAI1C;;;;;;;OAOG;IACI,aAAa,CAClB,iBAAiB,EAAE,MAAM,EACzB,iBAAiB,EAAE,MAAM,EACzB,OAAO,CAAC,EAAE,iEAAiE,GAC1E,0BAA0B,CAAC,qCAAqC,CAAC;YAuBrD,uBAAuB;YA6BvB,sBAAsB;IAcrC;;;;;;;OAOG;IACH,OAAO,CAAC,cAAc;IAWtB;;;;;;;;OAQG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,iBAAiB,EAAE,MAAM,EACzB,aAAa,EAAE,MAAM,EACrB,OAAO,CAAC,EAAE,uDAAuD,GAChE,OAAO,CAAC,iDAAiD,CAAC;IAO7D;;;;;;;;;;OAUG;IACG,cAAc,CAClB,iBAAiB,EAAE,MAAM,EACzB,iBAAiB,EAAE,MAAM,EACzB,aAAa,EAAE,MAAM,EACrB,OAAO,CAAC,EAAE,6DAA6D,GACtE,OAAO,CACR,gBAAgB,CACd,cAAc,CAAC,uDAAuD,CAAC,EACvE,uDAAuD,CACxD,CACF;IAuDD;;;;;;;;;;OAUG;IACG,qBAAqB,CACzB,iBAAiB,EAAE,MAAM,EACzB,iBAAiB,EAAE,MAAM,EACzB,aAAa,EAAE,MAAM,EACrB,OAAO,CAAC,EAAE,6DAA6D,GACtE,OAAO,CAAC,uDAAuD,CAAC;IAUnE;;;;;;;;OAQG;IACH,OAAO,CAAC,kBAAkB;CAW3B"}
@@ -5,16 +5,16 @@
5
5
  * Code generated by Microsoft (R) AutoRest Code Generator.
6
6
  * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
7
  */
8
- import { __asyncDelegator, __asyncGenerator, __asyncValues, __await, __awaiter } from "tslib";
9
- import { setContinuationToken } from "../pagingHelper";
8
+ import { setContinuationToken } from "../pagingHelper.js";
10
9
  import * as coreClient from "@azure/core-client";
11
- import * as Mappers from "../models/mappers";
12
- import * as Parameters from "../models/parameters";
13
- import { createHttpPoller, } from "@azure/core-lro";
14
- import { createLroSpec } from "../lroImpl";
10
+ import * as Mappers from "../models/mappers.js";
11
+ import * as Parameters from "../models/parameters.js";
12
+ import { createHttpPoller } from "@azure/core-lro";
13
+ import { createLroSpec } from "../lroImpl.js";
15
14
  /// <reference lib="esnext.asynciterable" />
16
15
  /** Class containing NetworkSecurityPerimeterConfigurations operations. */
17
16
  export class NetworkSecurityPerimeterConfigurationsImpl {
17
+ client;
18
18
  /**
19
19
  * Initialize a new instance of the class NetworkSecurityPerimeterConfigurations class.
20
20
  * @param client Reference to the service client
@@ -40,52 +40,35 @@ export class NetworkSecurityPerimeterConfigurationsImpl {
40
40
  return this;
41
41
  },
42
42
  byPage: (settings) => {
43
- if (settings === null || settings === void 0 ? void 0 : settings.maxPageSize) {
43
+ if (settings?.maxPageSize) {
44
44
  throw new Error("maxPageSize is not supported by this operation.");
45
45
  }
46
46
  return this.listByServicePagingPage(resourceGroupName, searchServiceName, options, settings);
47
47
  },
48
48
  };
49
49
  }
50
- listByServicePagingPage(resourceGroupName, searchServiceName, options, settings) {
51
- return __asyncGenerator(this, arguments, function* listByServicePagingPage_1() {
52
- let result;
53
- let continuationToken = settings === null || settings === void 0 ? void 0 : settings.continuationToken;
54
- if (!continuationToken) {
55
- result = yield __await(this._listByService(resourceGroupName, searchServiceName, options));
56
- let page = result.value || [];
57
- continuationToken = result.nextLink;
58
- setContinuationToken(page, continuationToken);
59
- yield yield __await(page);
60
- }
61
- while (continuationToken) {
62
- result = yield __await(this._listByServiceNext(resourceGroupName, searchServiceName, continuationToken, options));
63
- continuationToken = result.nextLink;
64
- let page = result.value || [];
65
- setContinuationToken(page, continuationToken);
66
- yield yield __await(page);
67
- }
68
- });
50
+ async *listByServicePagingPage(resourceGroupName, searchServiceName, options, settings) {
51
+ let result;
52
+ let continuationToken = settings?.continuationToken;
53
+ if (!continuationToken) {
54
+ result = await this._listByService(resourceGroupName, searchServiceName, options);
55
+ let page = result.value || [];
56
+ continuationToken = result.nextLink;
57
+ setContinuationToken(page, continuationToken);
58
+ yield page;
59
+ }
60
+ while (continuationToken) {
61
+ result = await this._listByServiceNext(resourceGroupName, searchServiceName, continuationToken, options);
62
+ continuationToken = result.nextLink;
63
+ let page = result.value || [];
64
+ setContinuationToken(page, continuationToken);
65
+ yield page;
66
+ }
69
67
  }
70
- listByServicePagingAll(resourceGroupName, searchServiceName, options) {
71
- return __asyncGenerator(this, arguments, function* listByServicePagingAll_1() {
72
- var _a, e_1, _b, _c;
73
- try {
74
- for (var _d = true, _e = __asyncValues(this.listByServicePagingPage(resourceGroupName, searchServiceName, options)), _f; _f = yield __await(_e.next()), _a = _f.done, !_a; _d = true) {
75
- _c = _f.value;
76
- _d = false;
77
- const page = _c;
78
- yield __await(yield* __asyncDelegator(__asyncValues(page)));
79
- }
80
- }
81
- catch (e_1_1) { e_1 = { error: e_1_1 }; }
82
- finally {
83
- try {
84
- if (!_d && !_a && (_b = _e.return)) yield __await(_b.call(_e));
85
- }
86
- finally { if (e_1) throw e_1.error; }
87
- }
88
- });
68
+ async *listByServicePagingAll(resourceGroupName, searchServiceName, options) {
69
+ for await (const page of this.listByServicePagingPage(resourceGroupName, searchServiceName, options)) {
70
+ yield* page;
71
+ }
89
72
  }
90
73
  /**
91
74
  * Gets a list of network security perimeter configurations for a search service.
@@ -104,7 +87,7 @@ export class NetworkSecurityPerimeterConfigurationsImpl {
104
87
  * obtain this value from the Azure Resource Manager API or the portal.
105
88
  * @param searchServiceName The name of the Azure AI Search service associated with the specified
106
89
  * resource group.
107
- * @param nspConfigName The network security configuration name.
90
+ * @param nspConfigName The network security perimeter configuration name.
108
91
  * @param options The options parameters.
109
92
  */
110
93
  get(resourceGroupName, searchServiceName, nspConfigName, options) {
@@ -118,46 +101,49 @@ export class NetworkSecurityPerimeterConfigurationsImpl {
118
101
  * obtain this value from the Azure Resource Manager API or the portal.
119
102
  * @param searchServiceName The name of the Azure AI Search service associated with the specified
120
103
  * resource group.
121
- * @param nspConfigName The network security configuration name.
104
+ * @param nspConfigName The network security perimeter configuration name.
122
105
  * @param options The options parameters.
123
106
  */
124
- beginReconcile(resourceGroupName, searchServiceName, nspConfigName, options) {
125
- return __awaiter(this, void 0, void 0, function* () {
126
- const directSendOperation = (args, spec) => __awaiter(this, void 0, void 0, function* () {
127
- return this.client.sendOperationRequest(args, spec);
128
- });
129
- const sendOperationFn = (args, spec) => __awaiter(this, void 0, void 0, function* () {
130
- var _a;
131
- let currentRawResponse = undefined;
132
- const providedCallback = (_a = args.options) === null || _a === void 0 ? void 0 : _a.onResponse;
133
- const callback = (rawResponse, flatResponse) => {
134
- currentRawResponse = rawResponse;
135
- providedCallback === null || providedCallback === void 0 ? void 0 : providedCallback(rawResponse, flatResponse);
136
- };
137
- const updatedArgs = Object.assign(Object.assign({}, args), { options: Object.assign(Object.assign({}, args.options), { onResponse: callback }) });
138
- const flatResponse = yield directSendOperation(updatedArgs, spec);
139
- return {
140
- flatResponse,
141
- rawResponse: {
142
- statusCode: currentRawResponse.status,
143
- body: currentRawResponse.parsedBody,
144
- headers: currentRawResponse.headers.toJSON(),
145
- },
146
- };
147
- });
148
- const lro = createLroSpec({
149
- sendOperationFn,
150
- args: { resourceGroupName, searchServiceName, nspConfigName, options },
151
- spec: reconcileOperationSpec,
152
- });
153
- const poller = yield createHttpPoller(lro, {
154
- restoreFrom: options === null || options === void 0 ? void 0 : options.resumeFrom,
155
- intervalInMs: options === null || options === void 0 ? void 0 : options.updateIntervalInMs,
156
- resourceLocationConfig: "location",
157
- });
158
- yield poller.poll();
159
- return poller;
107
+ async beginReconcile(resourceGroupName, searchServiceName, nspConfigName, options) {
108
+ const directSendOperation = async (args, spec) => {
109
+ return this.client.sendOperationRequest(args, spec);
110
+ };
111
+ const sendOperationFn = async (args, spec) => {
112
+ let currentRawResponse = undefined;
113
+ const providedCallback = args.options?.onResponse;
114
+ const callback = (rawResponse, flatResponse) => {
115
+ currentRawResponse = rawResponse;
116
+ providedCallback?.(rawResponse, flatResponse);
117
+ };
118
+ const updatedArgs = {
119
+ ...args,
120
+ options: {
121
+ ...args.options,
122
+ onResponse: callback,
123
+ },
124
+ };
125
+ const flatResponse = await directSendOperation(updatedArgs, spec);
126
+ return {
127
+ flatResponse,
128
+ rawResponse: {
129
+ statusCode: currentRawResponse.status,
130
+ body: currentRawResponse.parsedBody,
131
+ headers: currentRawResponse.headers.toJSON(),
132
+ },
133
+ };
134
+ };
135
+ const lro = createLroSpec({
136
+ sendOperationFn,
137
+ args: { resourceGroupName, searchServiceName, nspConfigName, options },
138
+ spec: reconcileOperationSpec,
160
139
  });
140
+ const poller = await createHttpPoller(lro, {
141
+ restoreFrom: options?.resumeFrom,
142
+ intervalInMs: options?.updateIntervalInMs,
143
+ resourceLocationConfig: "location",
144
+ });
145
+ await poller.poll();
146
+ return poller;
161
147
  }
162
148
  /**
163
149
  * Reconcile network security perimeter configuration for the Azure AI Search resource provider. This
@@ -167,14 +153,12 @@ export class NetworkSecurityPerimeterConfigurationsImpl {
167
153
  * obtain this value from the Azure Resource Manager API or the portal.
168
154
  * @param searchServiceName The name of the Azure AI Search service associated with the specified
169
155
  * resource group.
170
- * @param nspConfigName The network security configuration name.
156
+ * @param nspConfigName The network security perimeter configuration name.
171
157
  * @param options The options parameters.
172
158
  */
173
- beginReconcileAndWait(resourceGroupName, searchServiceName, nspConfigName, options) {
174
- return __awaiter(this, void 0, void 0, function* () {
175
- const poller = yield this.beginReconcile(resourceGroupName, searchServiceName, nspConfigName, options);
176
- return poller.pollUntilDone();
177
- });
159
+ async beginReconcileAndWait(resourceGroupName, searchServiceName, nspConfigName, options) {
160
+ const poller = await this.beginReconcile(resourceGroupName, searchServiceName, nspConfigName, options);
161
+ return poller.pollUntilDone();
178
162
  }
179
163
  /**
180
164
  * ListByServiceNext