@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
@@ -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 SharedPrivateLinkResources operations. */
17
16
  export class SharedPrivateLinkResourcesImpl {
17
+ client;
18
18
  /**
19
19
  * Initialize a new instance of the class SharedPrivateLinkResources class.
20
20
  * @param client Reference to the service client
@@ -40,52 +40,35 @@ export class SharedPrivateLinkResourcesImpl {
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
  * Initiates the creation or update of a shared private link resource managed by the search service in
@@ -100,49 +83,52 @@ export class SharedPrivateLinkResourcesImpl {
100
83
  * update.
101
84
  * @param options The options parameters.
102
85
  */
103
- beginCreateOrUpdate(resourceGroupName, searchServiceName, sharedPrivateLinkResourceName, sharedPrivateLinkResource, options) {
104
- return __awaiter(this, void 0, void 0, function* () {
105
- const directSendOperation = (args, spec) => __awaiter(this, void 0, void 0, function* () {
106
- return this.client.sendOperationRequest(args, spec);
107
- });
108
- const sendOperationFn = (args, spec) => __awaiter(this, void 0, void 0, function* () {
109
- var _a;
110
- let currentRawResponse = undefined;
111
- const providedCallback = (_a = args.options) === null || _a === void 0 ? void 0 : _a.onResponse;
112
- const callback = (rawResponse, flatResponse) => {
113
- currentRawResponse = rawResponse;
114
- providedCallback === null || providedCallback === void 0 ? void 0 : providedCallback(rawResponse, flatResponse);
115
- };
116
- const updatedArgs = Object.assign(Object.assign({}, args), { options: Object.assign(Object.assign({}, args.options), { onResponse: callback }) });
117
- const flatResponse = yield directSendOperation(updatedArgs, spec);
118
- return {
119
- flatResponse,
120
- rawResponse: {
121
- statusCode: currentRawResponse.status,
122
- body: currentRawResponse.parsedBody,
123
- headers: currentRawResponse.headers.toJSON(),
124
- },
125
- };
126
- });
127
- const lro = createLroSpec({
128
- sendOperationFn,
129
- args: {
130
- resourceGroupName,
131
- searchServiceName,
132
- sharedPrivateLinkResourceName,
133
- sharedPrivateLinkResource,
134
- options,
86
+ async beginCreateOrUpdate(resourceGroupName, searchServiceName, sharedPrivateLinkResourceName, sharedPrivateLinkResource, options) {
87
+ const directSendOperation = async (args, spec) => {
88
+ return this.client.sendOperationRequest(args, spec);
89
+ };
90
+ const sendOperationFn = async (args, spec) => {
91
+ let currentRawResponse = undefined;
92
+ const providedCallback = args.options?.onResponse;
93
+ const callback = (rawResponse, flatResponse) => {
94
+ currentRawResponse = rawResponse;
95
+ providedCallback?.(rawResponse, flatResponse);
96
+ };
97
+ const updatedArgs = {
98
+ ...args,
99
+ options: {
100
+ ...args.options,
101
+ onResponse: callback,
135
102
  },
136
- spec: createOrUpdateOperationSpec,
137
- });
138
- const poller = yield createHttpPoller(lro, {
139
- restoreFrom: options === null || options === void 0 ? void 0 : options.resumeFrom,
140
- intervalInMs: options === null || options === void 0 ? void 0 : options.updateIntervalInMs,
141
- resourceLocationConfig: "azure-async-operation",
142
- });
143
- yield poller.poll();
144
- return poller;
103
+ };
104
+ const flatResponse = await directSendOperation(updatedArgs, spec);
105
+ return {
106
+ flatResponse,
107
+ rawResponse: {
108
+ statusCode: currentRawResponse.status,
109
+ body: currentRawResponse.parsedBody,
110
+ headers: currentRawResponse.headers.toJSON(),
111
+ },
112
+ };
113
+ };
114
+ const lro = createLroSpec({
115
+ sendOperationFn,
116
+ args: {
117
+ resourceGroupName,
118
+ searchServiceName,
119
+ sharedPrivateLinkResourceName,
120
+ sharedPrivateLinkResource,
121
+ options,
122
+ },
123
+ spec: createOrUpdateOperationSpec,
124
+ });
125
+ const poller = await createHttpPoller(lro, {
126
+ restoreFrom: options?.resumeFrom,
127
+ intervalInMs: options?.updateIntervalInMs,
128
+ resourceLocationConfig: "azure-async-operation",
145
129
  });
130
+ await poller.poll();
131
+ return poller;
146
132
  }
147
133
  /**
148
134
  * Initiates the creation or update of a shared private link resource managed by the search service in
@@ -157,11 +143,9 @@ export class SharedPrivateLinkResourcesImpl {
157
143
  * update.
158
144
  * @param options The options parameters.
159
145
  */
160
- beginCreateOrUpdateAndWait(resourceGroupName, searchServiceName, sharedPrivateLinkResourceName, sharedPrivateLinkResource, options) {
161
- return __awaiter(this, void 0, void 0, function* () {
162
- const poller = yield this.beginCreateOrUpdate(resourceGroupName, searchServiceName, sharedPrivateLinkResourceName, sharedPrivateLinkResource, options);
163
- return poller.pollUntilDone();
164
- });
146
+ async beginCreateOrUpdateAndWait(resourceGroupName, searchServiceName, sharedPrivateLinkResourceName, sharedPrivateLinkResource, options) {
147
+ const poller = await this.beginCreateOrUpdate(resourceGroupName, searchServiceName, sharedPrivateLinkResourceName, sharedPrivateLinkResource, options);
148
+ return poller.pollUntilDone();
165
149
  }
166
150
  /**
167
151
  * Gets the details of the shared private link resource managed by the search service in the given
@@ -192,48 +176,51 @@ export class SharedPrivateLinkResourcesImpl {
192
176
  * Azure AI Search service within the specified resource group.
193
177
  * @param options The options parameters.
194
178
  */
195
- beginDelete(resourceGroupName, searchServiceName, sharedPrivateLinkResourceName, options) {
196
- return __awaiter(this, void 0, void 0, function* () {
197
- const directSendOperation = (args, spec) => __awaiter(this, void 0, void 0, function* () {
198
- return this.client.sendOperationRequest(args, spec);
199
- });
200
- const sendOperationFn = (args, spec) => __awaiter(this, void 0, void 0, function* () {
201
- var _a;
202
- let currentRawResponse = undefined;
203
- const providedCallback = (_a = args.options) === null || _a === void 0 ? void 0 : _a.onResponse;
204
- const callback = (rawResponse, flatResponse) => {
205
- currentRawResponse = rawResponse;
206
- providedCallback === null || providedCallback === void 0 ? void 0 : providedCallback(rawResponse, flatResponse);
207
- };
208
- const updatedArgs = Object.assign(Object.assign({}, args), { options: Object.assign(Object.assign({}, args.options), { onResponse: callback }) });
209
- const flatResponse = yield directSendOperation(updatedArgs, spec);
210
- return {
211
- flatResponse,
212
- rawResponse: {
213
- statusCode: currentRawResponse.status,
214
- body: currentRawResponse.parsedBody,
215
- headers: currentRawResponse.headers.toJSON(),
216
- },
217
- };
218
- });
219
- const lro = createLroSpec({
220
- sendOperationFn,
221
- args: {
222
- resourceGroupName,
223
- searchServiceName,
224
- sharedPrivateLinkResourceName,
225
- options,
179
+ async beginDelete(resourceGroupName, searchServiceName, sharedPrivateLinkResourceName, options) {
180
+ const directSendOperation = async (args, spec) => {
181
+ return this.client.sendOperationRequest(args, spec);
182
+ };
183
+ const sendOperationFn = async (args, spec) => {
184
+ let currentRawResponse = undefined;
185
+ const providedCallback = args.options?.onResponse;
186
+ const callback = (rawResponse, flatResponse) => {
187
+ currentRawResponse = rawResponse;
188
+ providedCallback?.(rawResponse, flatResponse);
189
+ };
190
+ const updatedArgs = {
191
+ ...args,
192
+ options: {
193
+ ...args.options,
194
+ onResponse: callback,
226
195
  },
227
- spec: deleteOperationSpec,
228
- });
229
- const poller = yield createHttpPoller(lro, {
230
- restoreFrom: options === null || options === void 0 ? void 0 : options.resumeFrom,
231
- intervalInMs: options === null || options === void 0 ? void 0 : options.updateIntervalInMs,
232
- resourceLocationConfig: "azure-async-operation",
233
- });
234
- yield poller.poll();
235
- return poller;
196
+ };
197
+ const flatResponse = await directSendOperation(updatedArgs, spec);
198
+ return {
199
+ flatResponse,
200
+ rawResponse: {
201
+ statusCode: currentRawResponse.status,
202
+ body: currentRawResponse.parsedBody,
203
+ headers: currentRawResponse.headers.toJSON(),
204
+ },
205
+ };
206
+ };
207
+ const lro = createLroSpec({
208
+ sendOperationFn,
209
+ args: {
210
+ resourceGroupName,
211
+ searchServiceName,
212
+ sharedPrivateLinkResourceName,
213
+ options,
214
+ },
215
+ spec: deleteOperationSpec,
216
+ });
217
+ const poller = await createHttpPoller(lro, {
218
+ restoreFrom: options?.resumeFrom,
219
+ intervalInMs: options?.updateIntervalInMs,
220
+ resourceLocationConfig: "azure-async-operation",
236
221
  });
222
+ await poller.poll();
223
+ return poller;
237
224
  }
238
225
  /**
239
226
  * Initiates the deletion of the shared private link resource from the search service.
@@ -245,11 +232,9 @@ export class SharedPrivateLinkResourcesImpl {
245
232
  * Azure AI Search service within the specified resource group.
246
233
  * @param options The options parameters.
247
234
  */
248
- beginDeleteAndWait(resourceGroupName, searchServiceName, sharedPrivateLinkResourceName, options) {
249
- return __awaiter(this, void 0, void 0, function* () {
250
- const poller = yield this.beginDelete(resourceGroupName, searchServiceName, sharedPrivateLinkResourceName, options);
251
- return poller.pollUntilDone();
252
- });
235
+ async beginDeleteAndWait(resourceGroupName, searchServiceName, sharedPrivateLinkResourceName, options) {
236
+ const poller = await this.beginDelete(resourceGroupName, searchServiceName, sharedPrivateLinkResourceName, options);
237
+ return poller.pollUntilDone();
253
238
  }
254
239
  /**
255
240
  * Gets a list of all shared private link resources managed by the given service.
@@ -306,11 +291,7 @@ const createOrUpdateOperationSpec = {
306
291
  Parameters.subscriptionId,
307
292
  Parameters.sharedPrivateLinkResourceName,
308
293
  ],
309
- headerParameters: [
310
- Parameters.accept,
311
- Parameters.clientRequestId,
312
- Parameters.contentType,
313
- ],
294
+ headerParameters: [Parameters.accept, Parameters.clientRequestId, Parameters.contentType],
314
295
  mediaType: "json",
315
296
  serializer,
316
297
  };
@@ -0,0 +1 @@
1
+ {"version":3,"file":"sharedPrivateLinkResources.js","sourceRoot":"","sources":["../../../src/operations/sharedPrivateLinkResources.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 { PagedAsyncIterableIterator, PageSettings } from \"@azure/core-paging\";\nimport { setContinuationToken } from \"../pagingHelper.js\";\nimport { SharedPrivateLinkResources } 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 { SimplePollerLike, OperationState, createHttpPoller } from \"@azure/core-lro\";\nimport { createLroSpec } from \"../lroImpl.js\";\nimport {\n SharedPrivateLinkResource,\n SharedPrivateLinkResourcesListByServiceNextOptionalParams,\n SharedPrivateLinkResourcesListByServiceOptionalParams,\n SharedPrivateLinkResourcesListByServiceResponse,\n SharedPrivateLinkResourcesCreateOrUpdateOptionalParams,\n SharedPrivateLinkResourcesCreateOrUpdateResponse,\n SharedPrivateLinkResourcesGetOptionalParams,\n SharedPrivateLinkResourcesGetResponse,\n SharedPrivateLinkResourcesDeleteOptionalParams,\n SharedPrivateLinkResourcesListByServiceNextResponse,\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing SharedPrivateLinkResources operations. */\nexport class SharedPrivateLinkResourcesImpl implements SharedPrivateLinkResources {\n private readonly client: SearchManagementClient;\n\n /**\n * Initialize a new instance of the class SharedPrivateLinkResources class.\n * @param client Reference to the service client\n */\n constructor(client: SearchManagementClient) {\n this.client = client;\n }\n\n /**\n * Gets a list of all shared private link resources managed by the given 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 public listByService(\n resourceGroupName: string,\n searchServiceName: string,\n options?: SharedPrivateLinkResourcesListByServiceOptionalParams,\n ): PagedAsyncIterableIterator<SharedPrivateLinkResource> {\n const iter = this.listByServicePagingAll(resourceGroupName, searchServiceName, options);\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: (settings?: PageSettings) => {\n if (settings?.maxPageSize) {\n throw new Error(\"maxPageSize is not supported by this operation.\");\n }\n return this.listByServicePagingPage(\n resourceGroupName,\n searchServiceName,\n options,\n settings,\n );\n },\n };\n }\n\n private async *listByServicePagingPage(\n resourceGroupName: string,\n searchServiceName: string,\n options?: SharedPrivateLinkResourcesListByServiceOptionalParams,\n settings?: PageSettings,\n ): AsyncIterableIterator<SharedPrivateLinkResource[]> {\n let result: SharedPrivateLinkResourcesListByServiceResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._listByService(resourceGroupName, searchServiceName, options);\n let page = result.value || [];\n continuationToken = result.nextLink;\n setContinuationToken(page, continuationToken);\n yield page;\n }\n while (continuationToken) {\n result = await this._listByServiceNext(\n resourceGroupName,\n searchServiceName,\n continuationToken,\n options,\n );\n continuationToken = result.nextLink;\n let page = result.value || [];\n setContinuationToken(page, continuationToken);\n yield page;\n }\n }\n\n private async *listByServicePagingAll(\n resourceGroupName: string,\n searchServiceName: string,\n options?: SharedPrivateLinkResourcesListByServiceOptionalParams,\n ): AsyncIterableIterator<SharedPrivateLinkResource> {\n for await (const page of this.listByServicePagingPage(\n resourceGroupName,\n searchServiceName,\n options,\n )) {\n yield* page;\n }\n }\n\n /**\n * Initiates the creation or update of a shared private link resource managed by the search service in\n * the given resource group.\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 sharedPrivateLinkResourceName The name of the shared private link resource managed by the\n * Azure AI Search service within the specified resource group.\n * @param sharedPrivateLinkResource The definition of the shared private link resource to create or\n * update.\n * @param options The options parameters.\n */\n async beginCreateOrUpdate(\n resourceGroupName: string,\n searchServiceName: string,\n sharedPrivateLinkResourceName: string,\n sharedPrivateLinkResource: SharedPrivateLinkResource,\n options?: SharedPrivateLinkResourcesCreateOrUpdateOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<SharedPrivateLinkResourcesCreateOrUpdateResponse>,\n SharedPrivateLinkResourcesCreateOrUpdateResponse\n >\n > {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ): Promise<SharedPrivateLinkResourcesCreateOrUpdateResponse> => {\n return this.client.sendOperationRequest(args, spec);\n };\n const sendOperationFn = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ) => {\n let currentRawResponse: coreClient.FullOperationResponse | undefined = undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown,\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback,\n },\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON(),\n },\n };\n };\n\n const lro = createLroSpec({\n sendOperationFn,\n args: {\n resourceGroupName,\n searchServiceName,\n sharedPrivateLinkResourceName,\n sharedPrivateLinkResource,\n options,\n },\n spec: createOrUpdateOperationSpec,\n });\n const poller = await createHttpPoller<\n SharedPrivateLinkResourcesCreateOrUpdateResponse,\n OperationState<SharedPrivateLinkResourcesCreateOrUpdateResponse>\n >(lro, {\n restoreFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs,\n resourceLocationConfig: \"azure-async-operation\",\n });\n await poller.poll();\n return poller;\n }\n\n /**\n * Initiates the creation or update of a shared private link resource managed by the search service in\n * the given resource group.\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 sharedPrivateLinkResourceName The name of the shared private link resource managed by the\n * Azure AI Search service within the specified resource group.\n * @param sharedPrivateLinkResource The definition of the shared private link resource to create or\n * update.\n * @param options The options parameters.\n */\n async beginCreateOrUpdateAndWait(\n resourceGroupName: string,\n searchServiceName: string,\n sharedPrivateLinkResourceName: string,\n sharedPrivateLinkResource: SharedPrivateLinkResource,\n options?: SharedPrivateLinkResourcesCreateOrUpdateOptionalParams,\n ): Promise<SharedPrivateLinkResourcesCreateOrUpdateResponse> {\n const poller = await this.beginCreateOrUpdate(\n resourceGroupName,\n searchServiceName,\n sharedPrivateLinkResourceName,\n sharedPrivateLinkResource,\n options,\n );\n return poller.pollUntilDone();\n }\n\n /**\n * Gets the details of the shared private link resource managed by the search service in the given\n * resource group.\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 sharedPrivateLinkResourceName The name of the shared private link resource managed by the\n * Azure AI Search service within the specified resource group.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n searchServiceName: string,\n sharedPrivateLinkResourceName: string,\n options?: SharedPrivateLinkResourcesGetOptionalParams,\n ): Promise<SharedPrivateLinkResourcesGetResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n searchServiceName,\n sharedPrivateLinkResourceName,\n options,\n },\n getOperationSpec,\n );\n }\n\n /**\n * Initiates the deletion of the shared private link resource from the 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 sharedPrivateLinkResourceName The name of the shared private link resource managed by the\n * Azure AI Search service within the specified resource group.\n * @param options The options parameters.\n */\n async beginDelete(\n resourceGroupName: string,\n searchServiceName: string,\n sharedPrivateLinkResourceName: string,\n options?: SharedPrivateLinkResourcesDeleteOptionalParams,\n ): Promise<SimplePollerLike<OperationState<void>, void>> {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ): Promise<void> => {\n return this.client.sendOperationRequest(args, spec);\n };\n const sendOperationFn = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ) => {\n let currentRawResponse: coreClient.FullOperationResponse | undefined = undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown,\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback,\n },\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON(),\n },\n };\n };\n\n const lro = createLroSpec({\n sendOperationFn,\n args: {\n resourceGroupName,\n searchServiceName,\n sharedPrivateLinkResourceName,\n options,\n },\n spec: deleteOperationSpec,\n });\n const poller = await createHttpPoller<void, OperationState<void>>(lro, {\n restoreFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs,\n resourceLocationConfig: \"azure-async-operation\",\n });\n await poller.poll();\n return poller;\n }\n\n /**\n * Initiates the deletion of the shared private link resource from the 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 sharedPrivateLinkResourceName The name of the shared private link resource managed by the\n * Azure AI Search service within the specified resource group.\n * @param options The options parameters.\n */\n async beginDeleteAndWait(\n resourceGroupName: string,\n searchServiceName: string,\n sharedPrivateLinkResourceName: string,\n options?: SharedPrivateLinkResourcesDeleteOptionalParams,\n ): Promise<void> {\n const poller = await this.beginDelete(\n resourceGroupName,\n searchServiceName,\n sharedPrivateLinkResourceName,\n options,\n );\n return poller.pollUntilDone();\n }\n\n /**\n * Gets a list of all shared private link resources managed by the given 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 private _listByService(\n resourceGroupName: string,\n searchServiceName: string,\n options?: SharedPrivateLinkResourcesListByServiceOptionalParams,\n ): Promise<SharedPrivateLinkResourcesListByServiceResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, searchServiceName, options },\n listByServiceOperationSpec,\n );\n }\n\n /**\n * ListByServiceNext\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 nextLink The nextLink from the previous successful call to the ListByService method.\n * @param options The options parameters.\n */\n private _listByServiceNext(\n resourceGroupName: string,\n searchServiceName: string,\n nextLink: string,\n options?: SharedPrivateLinkResourcesListByServiceNextOptionalParams,\n ): Promise<SharedPrivateLinkResourcesListByServiceNextResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, searchServiceName, nextLink, options },\n listByServiceNextOperationSpec,\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst createOrUpdateOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Search/searchServices/{searchServiceName}/sharedPrivateLinkResources/{sharedPrivateLinkResourceName}\",\n httpMethod: \"PUT\",\n responses: {\n 200: {\n bodyMapper: Mappers.SharedPrivateLinkResource,\n },\n 201: {\n bodyMapper: Mappers.SharedPrivateLinkResource,\n },\n 202: {\n bodyMapper: Mappers.SharedPrivateLinkResource,\n },\n 204: {\n bodyMapper: Mappers.SharedPrivateLinkResource,\n },\n default: {\n bodyMapper: Mappers.CloudError,\n },\n },\n requestBody: Parameters.sharedPrivateLinkResource,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.resourceGroupName,\n Parameters.searchServiceName,\n Parameters.subscriptionId,\n Parameters.sharedPrivateLinkResourceName,\n ],\n headerParameters: [Parameters.accept, Parameters.clientRequestId, Parameters.contentType],\n mediaType: \"json\",\n serializer,\n};\nconst getOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Search/searchServices/{searchServiceName}/sharedPrivateLinkResources/{sharedPrivateLinkResourceName}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.SharedPrivateLinkResource,\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.sharedPrivateLinkResourceName,\n ],\n headerParameters: [Parameters.accept, Parameters.clientRequestId],\n serializer,\n};\nconst deleteOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Search/searchServices/{searchServiceName}/sharedPrivateLinkResources/{sharedPrivateLinkResourceName}\",\n httpMethod: \"DELETE\",\n responses: {\n 200: {},\n 201: {},\n 202: {},\n 204: {},\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.sharedPrivateLinkResourceName,\n ],\n headerParameters: [Parameters.accept, Parameters.clientRequestId],\n serializer,\n};\nconst listByServiceOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Search/searchServices/{searchServiceName}/sharedPrivateLinkResources\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.SharedPrivateLinkResourceListResult,\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 listByServiceNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.SharedPrivateLinkResourceListResult,\n },\n default: {\n bodyMapper: Mappers.CloudError,\n },\n },\n urlParameters: [\n Parameters.$host,\n Parameters.resourceGroupName,\n Parameters.searchServiceName,\n Parameters.subscriptionId,\n Parameters.nextLink,\n ],\n headerParameters: [Parameters.accept, Parameters.clientRequestId],\n serializer,\n};\n"]}
@@ -1,7 +1,7 @@
1
1
  import { PagedAsyncIterableIterator } from "@azure/core-paging";
2
- import { Usages } from "../operationsInterfaces";
3
- import { SearchManagementClient } from "../searchManagementClient";
4
- import { QuotaUsageResult, UsagesListBySubscriptionOptionalParams } from "../models";
2
+ import { Usages } from "../operationsInterfaces/index.js";
3
+ import { SearchManagementClient } from "../searchManagementClient.js";
4
+ import { QuotaUsageResult, UsagesListBySubscriptionOptionalParams } from "../models/index.js";
5
5
  /** Class containing Usages operations. */
6
6
  export declare class UsagesImpl implements Usages {
7
7
  private readonly client;
@@ -0,0 +1 @@
1
+ {"version":3,"file":"usages.d.ts","sourceRoot":"","sources":["../../../src/operations/usages.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAgB,MAAM,oBAAoB,CAAC;AAE9E,OAAO,EAAE,MAAM,EAAE,MAAM,kCAAkC,CAAC;AAI1D,OAAO,EAAE,sBAAsB,EAAE,MAAM,8BAA8B,CAAC;AACtE,OAAO,EACL,gBAAgB,EAEhB,sCAAsC,EAGvC,MAAM,oBAAoB,CAAC;AAG5B,0CAA0C;AAC1C,qBAAa,UAAW,YAAW,MAAM;IACvC,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAyB;IAEhD;;;OAGG;gBACS,MAAM,EAAE,sBAAsB;IAI1C;;;;OAIG;IACI,kBAAkB,CACvB,QAAQ,EAAE,MAAM,EAChB,OAAO,CAAC,EAAE,sCAAsC,GAC/C,0BAA0B,CAAC,gBAAgB,CAAC;YAkBhC,4BAA4B;YAuB5B,2BAA2B;IAS1C;;;;OAIG;IACH,OAAO,CAAC,mBAAmB;IAO3B;;;;;OAKG;IACH,OAAO,CAAC,uBAAuB;CAUhC"}
@@ -5,14 +5,14 @@
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 } 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";
10
+ import * as Mappers from "../models/mappers.js";
11
+ import * as Parameters from "../models/parameters.js";
13
12
  /// <reference lib="esnext.asynciterable" />
14
13
  /** Class containing Usages operations. */
15
14
  export class UsagesImpl {
15
+ client;
16
16
  /**
17
17
  * Initialize a new instance of the class Usages class.
18
18
  * @param client Reference to the service client
@@ -35,52 +35,35 @@ export class UsagesImpl {
35
35
  return this;
36
36
  },
37
37
  byPage: (settings) => {
38
- if (settings === null || settings === void 0 ? void 0 : settings.maxPageSize) {
38
+ if (settings?.maxPageSize) {
39
39
  throw new Error("maxPageSize is not supported by this operation.");
40
40
  }
41
41
  return this.listBySubscriptionPagingPage(location, options, settings);
42
42
  },
43
43
  };
44
44
  }
45
- listBySubscriptionPagingPage(location, options, settings) {
46
- return __asyncGenerator(this, arguments, function* listBySubscriptionPagingPage_1() {
47
- let result;
48
- let continuationToken = settings === null || settings === void 0 ? void 0 : settings.continuationToken;
49
- if (!continuationToken) {
50
- result = yield __await(this._listBySubscription(location, options));
51
- let page = result.value || [];
52
- continuationToken = result.nextLink;
53
- setContinuationToken(page, continuationToken);
54
- yield yield __await(page);
55
- }
56
- while (continuationToken) {
57
- result = yield __await(this._listBySubscriptionNext(location, continuationToken, options));
58
- continuationToken = result.nextLink;
59
- let page = result.value || [];
60
- setContinuationToken(page, continuationToken);
61
- yield yield __await(page);
62
- }
63
- });
45
+ async *listBySubscriptionPagingPage(location, options, settings) {
46
+ let result;
47
+ let continuationToken = settings?.continuationToken;
48
+ if (!continuationToken) {
49
+ result = await this._listBySubscription(location, options);
50
+ let page = result.value || [];
51
+ continuationToken = result.nextLink;
52
+ setContinuationToken(page, continuationToken);
53
+ yield page;
54
+ }
55
+ while (continuationToken) {
56
+ result = await this._listBySubscriptionNext(location, continuationToken, options);
57
+ continuationToken = result.nextLink;
58
+ let page = result.value || [];
59
+ setContinuationToken(page, continuationToken);
60
+ yield page;
61
+ }
64
62
  }
65
- listBySubscriptionPagingAll(location, options) {
66
- return __asyncGenerator(this, arguments, function* listBySubscriptionPagingAll_1() {
67
- var _a, e_1, _b, _c;
68
- try {
69
- for (var _d = true, _e = __asyncValues(this.listBySubscriptionPagingPage(location, options)), _f; _f = yield __await(_e.next()), _a = _f.done, !_a; _d = true) {
70
- _c = _f.value;
71
- _d = false;
72
- const page = _c;
73
- yield __await(yield* __asyncDelegator(__asyncValues(page)));
74
- }
75
- }
76
- catch (e_1_1) { e_1 = { error: e_1_1 }; }
77
- finally {
78
- try {
79
- if (!_d && !_a && (_b = _e.return)) yield __await(_b.call(_e));
80
- }
81
- finally { if (e_1) throw e_1.error; }
82
- }
83
- });
63
+ async *listBySubscriptionPagingAll(location, options) {
64
+ for await (const page of this.listBySubscriptionPagingPage(location, options)) {
65
+ yield* page;
66
+ }
84
67
  }
85
68
  /**
86
69
  * Get a list of all Azure AI Search quota usages across the subscription.
@@ -114,11 +97,7 @@ const listBySubscriptionOperationSpec = {
114
97
  },
115
98
  },
116
99
  queryParameters: [Parameters.apiVersion],
117
- urlParameters: [
118
- Parameters.$host,
119
- Parameters.subscriptionId,
120
- Parameters.location,
121
- ],
100
+ urlParameters: [Parameters.$host, Parameters.subscriptionId, Parameters.location],
122
101
  headerParameters: [Parameters.accept, Parameters.clientRequestId],
123
102
  serializer,
124
103
  };
@@ -0,0 +1 @@
1
+ {"version":3,"file":"usages.js","sourceRoot":"","sources":["../../../src/operations/usages.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 { PagedAsyncIterableIterator, PageSettings } from \"@azure/core-paging\";\nimport { setContinuationToken } from \"../pagingHelper.js\";\nimport { Usages } 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 QuotaUsageResult,\n UsagesListBySubscriptionNextOptionalParams,\n UsagesListBySubscriptionOptionalParams,\n UsagesListBySubscriptionResponse,\n UsagesListBySubscriptionNextResponse,\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing Usages operations. */\nexport class UsagesImpl implements Usages {\n private readonly client: SearchManagementClient;\n\n /**\n * Initialize a new instance of the class Usages class.\n * @param client Reference to the service client\n */\n constructor(client: SearchManagementClient) {\n this.client = client;\n }\n\n /**\n * Get a list of all Azure AI Search quota usages across the subscription.\n * @param location The unique location name for a Microsoft Azure geographic region.\n * @param options The options parameters.\n */\n public listBySubscription(\n location: string,\n options?: UsagesListBySubscriptionOptionalParams,\n ): PagedAsyncIterableIterator<QuotaUsageResult> {\n const iter = this.listBySubscriptionPagingAll(location, options);\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: (settings?: PageSettings) => {\n if (settings?.maxPageSize) {\n throw new Error(\"maxPageSize is not supported by this operation.\");\n }\n return this.listBySubscriptionPagingPage(location, options, settings);\n },\n };\n }\n\n private async *listBySubscriptionPagingPage(\n location: string,\n options?: UsagesListBySubscriptionOptionalParams,\n settings?: PageSettings,\n ): AsyncIterableIterator<QuotaUsageResult[]> {\n let result: UsagesListBySubscriptionResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._listBySubscription(location, options);\n let page = result.value || [];\n continuationToken = result.nextLink;\n setContinuationToken(page, continuationToken);\n yield page;\n }\n while (continuationToken) {\n result = await this._listBySubscriptionNext(location, continuationToken, options);\n continuationToken = result.nextLink;\n let page = result.value || [];\n setContinuationToken(page, continuationToken);\n yield page;\n }\n }\n\n private async *listBySubscriptionPagingAll(\n location: string,\n options?: UsagesListBySubscriptionOptionalParams,\n ): AsyncIterableIterator<QuotaUsageResult> {\n for await (const page of this.listBySubscriptionPagingPage(location, options)) {\n yield* page;\n }\n }\n\n /**\n * Get a list of all Azure AI Search quota usages across the subscription.\n * @param location The unique location name for a Microsoft Azure geographic region.\n * @param options The options parameters.\n */\n private _listBySubscription(\n location: string,\n options?: UsagesListBySubscriptionOptionalParams,\n ): Promise<UsagesListBySubscriptionResponse> {\n return this.client.sendOperationRequest({ location, options }, listBySubscriptionOperationSpec);\n }\n\n /**\n * ListBySubscriptionNext\n * @param location The unique location name for a Microsoft Azure geographic region.\n * @param nextLink The nextLink from the previous successful call to the ListBySubscription method.\n * @param options The options parameters.\n */\n private _listBySubscriptionNext(\n location: string,\n nextLink: string,\n options?: UsagesListBySubscriptionNextOptionalParams,\n ): Promise<UsagesListBySubscriptionNextResponse> {\n return this.client.sendOperationRequest(\n { location, nextLink, options },\n listBySubscriptionNextOperationSpec,\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst listBySubscriptionOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/providers/Microsoft.Search/locations/{location}/usages\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.QuotaUsagesListResult,\n },\n default: {\n bodyMapper: Mappers.CloudError,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [Parameters.$host, Parameters.subscriptionId, Parameters.location],\n headerParameters: [Parameters.accept, Parameters.clientRequestId],\n serializer,\n};\nconst listBySubscriptionNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.QuotaUsagesListResult,\n },\n default: {\n bodyMapper: Mappers.CloudError,\n },\n },\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.nextLink,\n Parameters.location,\n ],\n headerParameters: [Parameters.accept, Parameters.clientRequestId],\n serializer,\n};\n"]}
@@ -1,4 +1,4 @@
1
- import { AdminKeysGetOptionalParams, AdminKeysGetResponse, AdminKeyKind, AdminKeysRegenerateOptionalParams, AdminKeysRegenerateResponse } from "../models";
1
+ import { AdminKeysGetOptionalParams, AdminKeysGetResponse, AdminKeyKind, AdminKeysRegenerateOptionalParams, AdminKeysRegenerateResponse } from "../models/index.js";
2
2
  /** Interface representing a AdminKeys. */
3
3
  export interface AdminKeys {
4
4
  /**
@@ -0,0 +1 @@
1
+ {"version":3,"file":"adminKeys.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/adminKeys.ts"],"names":[],"mappings":"AAQA,OAAO,EACL,0BAA0B,EAC1B,oBAAoB,EACpB,YAAY,EACZ,iCAAiC,EACjC,2BAA2B,EAC5B,MAAM,oBAAoB,CAAC;AAE5B,0CAA0C;AAC1C,MAAM,WAAW,SAAS;IACxB;;;;;;;OAOG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,iBAAiB,EAAE,MAAM,EACzB,OAAO,CAAC,EAAE,0BAA0B,GACnC,OAAO,CAAC,oBAAoB,CAAC,CAAC;IACjC;;;;;;;;;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,CAAC;CACzC"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"adminKeys.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/adminKeys.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG","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 AdminKeysGetOptionalParams,\n AdminKeysGetResponse,\n AdminKeyKind,\n AdminKeysRegenerateOptionalParams,\n AdminKeysRegenerateResponse,\n} from \"../models/index.js\";\n\n/** Interface representing a AdminKeys. */\nexport interface AdminKeys {\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 /**\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}\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/operationsInterfaces/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/operationsInterfaces/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"]}