@azure/arm-batch 10.0.1-alpha.20250102.1 → 10.0.1-alpha.20250106.1

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 (759) hide show
  1. package/{dist-esm/src → dist/browser}/batchManagementClient.d.ts +2 -2
  2. package/dist/browser/batchManagementClient.d.ts.map +1 -0
  3. package/{dist-esm/src → dist/browser}/batchManagementClient.js +15 -18
  4. package/dist/browser/batchManagementClient.js.map +1 -0
  5. package/dist/browser/index.d.ts +5 -0
  6. package/{dist-esm/src → dist/browser}/index.d.ts.map +1 -1
  7. package/{dist-esm/src → dist/browser}/index.js +4 -4
  8. package/dist/browser/index.js.map +1 -0
  9. package/dist/browser/lroImpl.js.map +1 -0
  10. package/dist/browser/models/index.js.map +1 -0
  11. package/dist/browser/models/mappers.js.map +1 -0
  12. package/{dist-esm/src → dist/browser}/models/parameters.js +1 -1
  13. package/dist/browser/models/parameters.js.map +1 -0
  14. package/{dist-esm/src → dist/browser}/operations/applicationOperations.d.ts +3 -3
  15. package/dist/browser/operations/applicationOperations.d.ts.map +1 -0
  16. package/{dist-esm/src → dist/browser}/operations/applicationOperations.js +3 -3
  17. package/dist/browser/operations/applicationOperations.js.map +1 -0
  18. package/{dist-esm/src → dist/browser}/operations/applicationPackageOperations.d.ts +3 -3
  19. package/dist/browser/operations/applicationPackageOperations.d.ts.map +1 -0
  20. package/{dist-esm/src → dist/browser}/operations/applicationPackageOperations.js +3 -3
  21. package/dist/browser/operations/applicationPackageOperations.js.map +1 -0
  22. package/{dist-esm/src → dist/browser}/operations/batchAccountOperations.d.ts +3 -3
  23. package/dist/browser/operations/batchAccountOperations.d.ts.map +1 -0
  24. package/{dist-esm/src → dist/browser}/operations/batchAccountOperations.js +79 -87
  25. package/dist/browser/operations/batchAccountOperations.js.map +1 -0
  26. package/{dist-esm/src → dist/browser}/operations/certificateOperations.d.ts +3 -3
  27. package/dist/browser/operations/certificateOperations.d.ts.map +1 -0
  28. package/{dist-esm/src → dist/browser}/operations/certificateOperations.js +42 -46
  29. package/dist/browser/operations/certificateOperations.js.map +1 -0
  30. package/dist/browser/operations/index.d.ts +11 -0
  31. package/dist/browser/operations/index.d.ts.map +1 -0
  32. package/dist/browser/operations/index.js +18 -0
  33. package/dist/browser/operations/index.js.map +1 -0
  34. package/{dist-esm/src → dist/browser}/operations/location.d.ts +3 -3
  35. package/dist/browser/operations/location.d.ts.map +1 -0
  36. package/{dist-esm/src → dist/browser}/operations/location.js +3 -3
  37. package/dist/browser/operations/location.js.map +1 -0
  38. package/{dist-esm/src → dist/browser}/operations/networkSecurityPerimeterOperations.d.ts +3 -3
  39. package/dist/browser/operations/networkSecurityPerimeterOperations.d.ts.map +1 -0
  40. package/{dist-esm/src → dist/browser}/operations/networkSecurityPerimeterOperations.js +46 -50
  41. package/dist/browser/operations/networkSecurityPerimeterOperations.js.map +1 -0
  42. package/{dist-esm/src → dist/browser}/operations/operations.d.ts +3 -3
  43. package/dist/browser/operations/operations.d.ts.map +1 -0
  44. package/{dist-esm/src → dist/browser}/operations/operations.js +3 -3
  45. package/dist/browser/operations/operations.js.map +1 -0
  46. package/{dist-esm/src → dist/browser}/operations/poolOperations.d.ts +3 -3
  47. package/dist/browser/operations/poolOperations.d.ts.map +1 -0
  48. package/{dist-esm/src → dist/browser}/operations/poolOperations.js +42 -46
  49. package/dist/browser/operations/poolOperations.js.map +1 -0
  50. package/{dist-esm/src → dist/browser}/operations/privateEndpointConnectionOperations.d.ts +3 -3
  51. package/dist/browser/operations/privateEndpointConnectionOperations.d.ts.map +1 -0
  52. package/{dist-esm/src → dist/browser}/operations/privateEndpointConnectionOperations.js +88 -96
  53. package/dist/browser/operations/privateEndpointConnectionOperations.js.map +1 -0
  54. package/{dist-esm/src → dist/browser}/operations/privateLinkResourceOperations.d.ts +3 -3
  55. package/dist/browser/operations/privateLinkResourceOperations.d.ts.map +1 -0
  56. package/{dist-esm/src → dist/browser}/operations/privateLinkResourceOperations.js +3 -3
  57. package/dist/browser/operations/privateLinkResourceOperations.js.map +1 -0
  58. package/{dist-esm/src → dist/browser}/operationsInterfaces/applicationOperations.d.ts +1 -1
  59. package/dist/browser/operationsInterfaces/applicationOperations.d.ts.map +1 -0
  60. package/dist/browser/operationsInterfaces/applicationOperations.js.map +1 -0
  61. package/{dist-esm/src → dist/browser}/operationsInterfaces/applicationPackageOperations.d.ts +1 -1
  62. package/dist/browser/operationsInterfaces/applicationPackageOperations.d.ts.map +1 -0
  63. package/dist/browser/operationsInterfaces/applicationPackageOperations.js.map +1 -0
  64. package/{dist-esm/src → dist/browser}/operationsInterfaces/batchAccountOperations.d.ts +1 -1
  65. package/dist/browser/operationsInterfaces/batchAccountOperations.d.ts.map +1 -0
  66. package/dist/browser/operationsInterfaces/batchAccountOperations.js.map +1 -0
  67. package/{dist-esm/src → dist/browser}/operationsInterfaces/certificateOperations.d.ts +1 -1
  68. package/dist/browser/operationsInterfaces/certificateOperations.d.ts.map +1 -0
  69. package/dist/browser/operationsInterfaces/certificateOperations.js.map +1 -0
  70. package/dist/browser/operationsInterfaces/index.d.ts +11 -0
  71. package/dist/browser/operationsInterfaces/index.d.ts.map +1 -0
  72. package/dist/browser/operationsInterfaces/index.js +18 -0
  73. package/dist/browser/operationsInterfaces/index.js.map +1 -0
  74. package/{dist-esm/src → dist/browser}/operationsInterfaces/location.d.ts +1 -1
  75. package/dist/browser/operationsInterfaces/location.d.ts.map +1 -0
  76. package/dist/browser/operationsInterfaces/location.js.map +1 -0
  77. package/{dist-esm/src → dist/browser}/operationsInterfaces/networkSecurityPerimeterOperations.d.ts +1 -1
  78. package/dist/browser/operationsInterfaces/networkSecurityPerimeterOperations.d.ts.map +1 -0
  79. package/dist/browser/operationsInterfaces/networkSecurityPerimeterOperations.js.map +1 -0
  80. package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.d.ts +1 -1
  81. package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.d.ts.map +1 -1
  82. package/dist/browser/operationsInterfaces/operations.js.map +1 -0
  83. package/{dist-esm/src → dist/browser}/operationsInterfaces/poolOperations.d.ts +1 -1
  84. package/dist/browser/operationsInterfaces/poolOperations.d.ts.map +1 -0
  85. package/dist/browser/operationsInterfaces/poolOperations.js.map +1 -0
  86. package/{dist-esm/src → dist/browser}/operationsInterfaces/privateEndpointConnectionOperations.d.ts +1 -1
  87. package/dist/browser/operationsInterfaces/privateEndpointConnectionOperations.d.ts.map +1 -0
  88. package/dist/browser/operationsInterfaces/privateEndpointConnectionOperations.js.map +1 -0
  89. package/{dist-esm/src → dist/browser}/operationsInterfaces/privateLinkResourceOperations.d.ts +1 -1
  90. package/dist/browser/operationsInterfaces/privateLinkResourceOperations.d.ts.map +1 -0
  91. package/dist/browser/operationsInterfaces/privateLinkResourceOperations.js.map +1 -0
  92. package/dist/browser/package.json +3 -0
  93. package/dist/browser/pagingHelper.js.map +1 -0
  94. package/dist/commonjs/batchManagementClient.d.ts +30 -0
  95. package/dist/commonjs/batchManagementClient.d.ts.map +1 -0
  96. package/dist/commonjs/batchManagementClient.js +114 -0
  97. package/dist/commonjs/batchManagementClient.js.map +1 -0
  98. package/dist/commonjs/index.d.ts +5 -0
  99. package/dist/commonjs/index.d.ts.map +1 -0
  100. package/dist/commonjs/index.js +19 -0
  101. package/dist/commonjs/index.js.map +1 -0
  102. package/dist/commonjs/lroImpl.d.ts +11 -0
  103. package/dist/commonjs/lroImpl.d.ts.map +1 -0
  104. package/dist/commonjs/lroImpl.js +24 -0
  105. package/dist/commonjs/lroImpl.js.map +1 -0
  106. package/{types/arm-batch.d.ts → dist/commonjs/models/index.d.ts} +2366 -3263
  107. package/dist/commonjs/models/index.d.ts.map +1 -0
  108. package/dist/commonjs/models/index.js +111 -0
  109. package/dist/commonjs/models/index.js.map +1 -0
  110. package/dist/commonjs/models/mappers.d.ts +144 -0
  111. package/dist/commonjs/models/mappers.d.ts.map +1 -0
  112. package/dist/commonjs/models/mappers.js +4564 -0
  113. package/dist/commonjs/models/mappers.js.map +1 -0
  114. package/dist/commonjs/models/parameters.d.ts +36 -0
  115. package/dist/commonjs/models/parameters.d.ts.map +1 -0
  116. package/dist/commonjs/models/parameters.js +329 -0
  117. package/dist/commonjs/models/parameters.js.map +1 -0
  118. package/dist/commonjs/operations/applicationOperations.d.ts +71 -0
  119. package/dist/commonjs/operations/applicationOperations.d.ts.map +1 -0
  120. package/dist/commonjs/operations/applicationOperations.js +286 -0
  121. package/dist/commonjs/operations/applicationOperations.js.map +1 -0
  122. package/dist/commonjs/operations/applicationPackageOperations.d.ts +83 -0
  123. package/dist/commonjs/operations/applicationPackageOperations.d.ts.map +1 -0
  124. package/dist/commonjs/operations/applicationPackageOperations.js +311 -0
  125. package/dist/commonjs/operations/applicationPackageOperations.js.map +1 -0
  126. package/dist/commonjs/operations/batchAccountOperations.d.ts +203 -0
  127. package/dist/commonjs/operations/batchAccountOperations.d.ts.map +1 -0
  128. package/dist/commonjs/operations/batchAccountOperations.js +882 -0
  129. package/dist/commonjs/operations/batchAccountOperations.js.map +1 -0
  130. package/dist/commonjs/operations/certificateOperations.d.ts +124 -0
  131. package/dist/commonjs/operations/certificateOperations.d.ts.map +1 -0
  132. package/dist/commonjs/operations/certificateOperations.js +420 -0
  133. package/dist/commonjs/operations/certificateOperations.js.map +1 -0
  134. package/dist/commonjs/operations/index.d.ts +11 -0
  135. package/dist/commonjs/operations/index.d.ts.map +1 -0
  136. package/dist/commonjs/operations/index.js +21 -0
  137. package/dist/commonjs/operations/index.js.map +1 -0
  138. package/dist/commonjs/operations/location.d.ts +49 -0
  139. package/dist/commonjs/operations/location.d.ts.map +1 -0
  140. package/dist/commonjs/operations/location.js +213 -0
  141. package/dist/commonjs/operations/location.js.map +1 -0
  142. package/dist/commonjs/operations/networkSecurityPerimeterOperations.d.ts +66 -0
  143. package/dist/commonjs/operations/networkSecurityPerimeterOperations.d.ts.map +1 -0
  144. package/dist/commonjs/operations/networkSecurityPerimeterOperations.js +286 -0
  145. package/dist/commonjs/operations/networkSecurityPerimeterOperations.js.map +1 -0
  146. package/dist/commonjs/operations/operations.d.ts +32 -0
  147. package/dist/commonjs/operations/operations.d.ts.map +1 -0
  148. package/dist/commonjs/operations/operations.js +137 -0
  149. package/dist/commonjs/operations/operations.js.map +1 -0
  150. package/dist/commonjs/operations/poolOperations.d.ts +103 -0
  151. package/dist/commonjs/operations/poolOperations.d.ts.map +1 -0
  152. package/dist/commonjs/operations/poolOperations.js +424 -0
  153. package/dist/commonjs/operations/poolOperations.js.map +1 -0
  154. package/dist/commonjs/operations/privateEndpointConnectionOperations.d.ts +88 -0
  155. package/dist/commonjs/operations/privateEndpointConnectionOperations.d.ts.map +1 -0
  156. package/dist/commonjs/operations/privateEndpointConnectionOperations.js +389 -0
  157. package/dist/commonjs/operations/privateEndpointConnectionOperations.js.map +1 -0
  158. package/dist/commonjs/operations/privateLinkResourceOperations.d.ts +47 -0
  159. package/dist/commonjs/operations/privateLinkResourceOperations.d.ts.map +1 -0
  160. package/dist/commonjs/operations/privateLinkResourceOperations.js +187 -0
  161. package/dist/commonjs/operations/privateLinkResourceOperations.js.map +1 -0
  162. package/dist/commonjs/operationsInterfaces/applicationOperations.d.ts +46 -0
  163. package/dist/commonjs/operationsInterfaces/applicationOperations.d.ts.map +1 -0
  164. package/dist/commonjs/operationsInterfaces/applicationOperations.js +10 -0
  165. package/dist/commonjs/operationsInterfaces/applicationOperations.js.map +1 -0
  166. package/dist/commonjs/operationsInterfaces/applicationPackageOperations.d.ts +56 -0
  167. package/dist/commonjs/operationsInterfaces/applicationPackageOperations.d.ts.map +1 -0
  168. package/dist/commonjs/operationsInterfaces/applicationPackageOperations.js +10 -0
  169. package/dist/commonjs/operationsInterfaces/applicationPackageOperations.js.map +1 -0
  170. package/dist/commonjs/operationsInterfaces/batchAccountOperations.d.ts +127 -0
  171. package/dist/commonjs/operationsInterfaces/batchAccountOperations.d.ts.map +1 -0
  172. package/dist/commonjs/operationsInterfaces/batchAccountOperations.js +10 -0
  173. package/dist/commonjs/operationsInterfaces/batchAccountOperations.js.map +1 -0
  174. package/dist/commonjs/operationsInterfaces/certificateOperations.d.ts +97 -0
  175. package/dist/commonjs/operationsInterfaces/certificateOperations.d.ts.map +1 -0
  176. package/dist/commonjs/operationsInterfaces/certificateOperations.js +10 -0
  177. package/dist/commonjs/operationsInterfaces/certificateOperations.js.map +1 -0
  178. package/dist/commonjs/operationsInterfaces/index.d.ts +11 -0
  179. package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
  180. package/dist/commonjs/operationsInterfaces/index.js +21 -0
  181. package/dist/commonjs/operationsInterfaces/index.js.map +1 -0
  182. package/dist/commonjs/operationsInterfaces/location.d.ts +25 -0
  183. package/dist/commonjs/operationsInterfaces/location.d.ts.map +1 -0
  184. package/dist/commonjs/operationsInterfaces/location.js +10 -0
  185. package/dist/commonjs/operationsInterfaces/location.js.map +1 -0
  186. package/dist/commonjs/operationsInterfaces/networkSecurityPerimeterOperations.d.ts +41 -0
  187. package/dist/commonjs/operationsInterfaces/networkSecurityPerimeterOperations.d.ts.map +1 -0
  188. package/dist/commonjs/operationsInterfaces/networkSecurityPerimeterOperations.js +10 -0
  189. package/dist/commonjs/operationsInterfaces/networkSecurityPerimeterOperations.js.map +1 -0
  190. package/dist/commonjs/operationsInterfaces/operations.d.ts +11 -0
  191. package/dist/commonjs/operationsInterfaces/operations.d.ts.map +1 -0
  192. package/dist/commonjs/operationsInterfaces/operations.js +10 -0
  193. package/dist/commonjs/operationsInterfaces/operations.js.map +1 -0
  194. package/dist/commonjs/operationsInterfaces/poolOperations.d.ts +78 -0
  195. package/dist/commonjs/operationsInterfaces/poolOperations.d.ts.map +1 -0
  196. package/dist/commonjs/operationsInterfaces/poolOperations.js +10 -0
  197. package/dist/commonjs/operationsInterfaces/poolOperations.js.map +1 -0
  198. package/dist/commonjs/operationsInterfaces/privateEndpointConnectionOperations.d.ts +63 -0
  199. package/dist/commonjs/operationsInterfaces/privateEndpointConnectionOperations.d.ts.map +1 -0
  200. package/dist/commonjs/operationsInterfaces/privateEndpointConnectionOperations.js +10 -0
  201. package/dist/commonjs/operationsInterfaces/privateEndpointConnectionOperations.js.map +1 -0
  202. package/dist/commonjs/operationsInterfaces/privateLinkResourceOperations.d.ts +22 -0
  203. package/dist/commonjs/operationsInterfaces/privateLinkResourceOperations.d.ts.map +1 -0
  204. package/dist/commonjs/operationsInterfaces/privateLinkResourceOperations.js +10 -0
  205. package/dist/commonjs/operationsInterfaces/privateLinkResourceOperations.js.map +1 -0
  206. package/dist/commonjs/package.json +3 -0
  207. package/dist/commonjs/pagingHelper.d.ts +13 -0
  208. package/dist/commonjs/pagingHelper.d.ts.map +1 -0
  209. package/dist/commonjs/pagingHelper.js +36 -0
  210. package/dist/commonjs/pagingHelper.js.map +1 -0
  211. package/dist/esm/batchManagementClient.d.ts +30 -0
  212. package/dist/esm/batchManagementClient.d.ts.map +1 -0
  213. package/dist/esm/batchManagementClient.js +109 -0
  214. package/dist/esm/batchManagementClient.js.map +1 -0
  215. package/dist/esm/index.d.ts +5 -0
  216. package/dist/esm/index.d.ts.map +1 -0
  217. package/{src/index.ts → dist/esm/index.js} +5 -5
  218. package/dist/esm/index.js.map +1 -0
  219. package/dist/esm/lroImpl.d.ts +11 -0
  220. package/dist/esm/lroImpl.d.ts.map +1 -0
  221. package/dist/esm/lroImpl.js +21 -0
  222. package/dist/esm/lroImpl.js.map +1 -0
  223. package/dist/esm/models/index.d.ts +2366 -0
  224. package/dist/esm/models/index.d.ts.map +1 -0
  225. package/dist/esm/models/index.js +108 -0
  226. package/dist/esm/models/index.js.map +1 -0
  227. package/dist/esm/models/mappers.d.ts +144 -0
  228. package/dist/esm/models/mappers.d.ts.map +1 -0
  229. package/dist/esm/models/mappers.js +4559 -0
  230. package/dist/esm/models/mappers.js.map +1 -0
  231. package/dist/esm/models/parameters.d.ts +36 -0
  232. package/dist/esm/models/parameters.d.ts.map +1 -0
  233. package/dist/esm/models/parameters.js +326 -0
  234. package/dist/esm/models/parameters.js.map +1 -0
  235. package/dist/esm/operations/applicationOperations.d.ts +71 -0
  236. package/dist/esm/operations/applicationOperations.d.ts.map +1 -0
  237. package/dist/esm/operations/applicationOperations.js +282 -0
  238. package/dist/esm/operations/applicationOperations.js.map +1 -0
  239. package/dist/esm/operations/applicationPackageOperations.d.ts +83 -0
  240. package/dist/esm/operations/applicationPackageOperations.d.ts.map +1 -0
  241. package/dist/esm/operations/applicationPackageOperations.js +307 -0
  242. package/dist/esm/operations/applicationPackageOperations.js.map +1 -0
  243. package/dist/esm/operations/batchAccountOperations.d.ts +203 -0
  244. package/dist/esm/operations/batchAccountOperations.d.ts.map +1 -0
  245. package/dist/esm/operations/batchAccountOperations.js +878 -0
  246. package/dist/esm/operations/batchAccountOperations.js.map +1 -0
  247. package/dist/esm/operations/certificateOperations.d.ts +124 -0
  248. package/dist/esm/operations/certificateOperations.d.ts.map +1 -0
  249. package/dist/esm/operations/certificateOperations.js +416 -0
  250. package/dist/esm/operations/certificateOperations.js.map +1 -0
  251. package/dist/esm/operations/index.d.ts +11 -0
  252. package/dist/esm/operations/index.d.ts.map +1 -0
  253. package/dist/esm/operations/index.js +18 -0
  254. package/dist/esm/operations/index.js.map +1 -0
  255. package/dist/esm/operations/location.d.ts +49 -0
  256. package/dist/esm/operations/location.d.ts.map +1 -0
  257. package/dist/esm/operations/location.js +209 -0
  258. package/dist/esm/operations/location.js.map +1 -0
  259. package/dist/esm/operations/networkSecurityPerimeterOperations.d.ts +66 -0
  260. package/dist/esm/operations/networkSecurityPerimeterOperations.d.ts.map +1 -0
  261. package/dist/esm/operations/networkSecurityPerimeterOperations.js +282 -0
  262. package/dist/esm/operations/networkSecurityPerimeterOperations.js.map +1 -0
  263. package/dist/esm/operations/operations.d.ts +32 -0
  264. package/dist/esm/operations/operations.d.ts.map +1 -0
  265. package/dist/esm/operations/operations.js +133 -0
  266. package/dist/esm/operations/operations.js.map +1 -0
  267. package/dist/esm/operations/poolOperations.d.ts +103 -0
  268. package/dist/esm/operations/poolOperations.d.ts.map +1 -0
  269. package/dist/esm/operations/poolOperations.js +420 -0
  270. package/dist/esm/operations/poolOperations.js.map +1 -0
  271. package/dist/esm/operations/privateEndpointConnectionOperations.d.ts +88 -0
  272. package/dist/esm/operations/privateEndpointConnectionOperations.d.ts.map +1 -0
  273. package/dist/esm/operations/privateEndpointConnectionOperations.js +385 -0
  274. package/dist/esm/operations/privateEndpointConnectionOperations.js.map +1 -0
  275. package/dist/esm/operations/privateLinkResourceOperations.d.ts +47 -0
  276. package/dist/esm/operations/privateLinkResourceOperations.d.ts.map +1 -0
  277. package/dist/esm/operations/privateLinkResourceOperations.js +183 -0
  278. package/dist/esm/operations/privateLinkResourceOperations.js.map +1 -0
  279. package/dist/esm/operationsInterfaces/applicationOperations.d.ts +46 -0
  280. package/dist/esm/operationsInterfaces/applicationOperations.d.ts.map +1 -0
  281. package/dist/esm/operationsInterfaces/applicationOperations.js +9 -0
  282. package/dist/esm/operationsInterfaces/applicationOperations.js.map +1 -0
  283. package/dist/esm/operationsInterfaces/applicationPackageOperations.d.ts +56 -0
  284. package/dist/esm/operationsInterfaces/applicationPackageOperations.d.ts.map +1 -0
  285. package/dist/esm/operationsInterfaces/applicationPackageOperations.js +9 -0
  286. package/dist/esm/operationsInterfaces/applicationPackageOperations.js.map +1 -0
  287. package/dist/esm/operationsInterfaces/batchAccountOperations.d.ts +127 -0
  288. package/dist/esm/operationsInterfaces/batchAccountOperations.d.ts.map +1 -0
  289. package/dist/esm/operationsInterfaces/batchAccountOperations.js +9 -0
  290. package/dist/esm/operationsInterfaces/batchAccountOperations.js.map +1 -0
  291. package/dist/esm/operationsInterfaces/certificateOperations.d.ts +97 -0
  292. package/dist/esm/operationsInterfaces/certificateOperations.d.ts.map +1 -0
  293. package/dist/esm/operationsInterfaces/certificateOperations.js +9 -0
  294. package/dist/esm/operationsInterfaces/certificateOperations.js.map +1 -0
  295. package/dist/esm/operationsInterfaces/index.d.ts +11 -0
  296. package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
  297. package/dist/esm/operationsInterfaces/index.js +18 -0
  298. package/dist/esm/operationsInterfaces/index.js.map +1 -0
  299. package/dist/esm/operationsInterfaces/location.d.ts +25 -0
  300. package/dist/esm/operationsInterfaces/location.d.ts.map +1 -0
  301. package/dist/esm/operationsInterfaces/location.js +9 -0
  302. package/dist/esm/operationsInterfaces/location.js.map +1 -0
  303. package/dist/esm/operationsInterfaces/networkSecurityPerimeterOperations.d.ts +41 -0
  304. package/dist/esm/operationsInterfaces/networkSecurityPerimeterOperations.d.ts.map +1 -0
  305. package/dist/esm/operationsInterfaces/networkSecurityPerimeterOperations.js +9 -0
  306. package/dist/esm/operationsInterfaces/networkSecurityPerimeterOperations.js.map +1 -0
  307. package/dist/esm/operationsInterfaces/operations.d.ts +11 -0
  308. package/dist/esm/operationsInterfaces/operations.d.ts.map +1 -0
  309. package/dist/esm/operationsInterfaces/operations.js +9 -0
  310. package/dist/esm/operationsInterfaces/operations.js.map +1 -0
  311. package/dist/esm/operationsInterfaces/poolOperations.d.ts +78 -0
  312. package/dist/esm/operationsInterfaces/poolOperations.d.ts.map +1 -0
  313. package/dist/esm/operationsInterfaces/poolOperations.js +9 -0
  314. package/dist/esm/operationsInterfaces/poolOperations.js.map +1 -0
  315. package/dist/esm/operationsInterfaces/privateEndpointConnectionOperations.d.ts +63 -0
  316. package/dist/esm/operationsInterfaces/privateEndpointConnectionOperations.d.ts.map +1 -0
  317. package/dist/esm/operationsInterfaces/privateEndpointConnectionOperations.js +9 -0
  318. package/dist/esm/operationsInterfaces/privateEndpointConnectionOperations.js.map +1 -0
  319. package/dist/esm/operationsInterfaces/privateLinkResourceOperations.d.ts +22 -0
  320. package/dist/esm/operationsInterfaces/privateLinkResourceOperations.d.ts.map +1 -0
  321. package/dist/esm/operationsInterfaces/privateLinkResourceOperations.js +9 -0
  322. package/dist/esm/operationsInterfaces/privateLinkResourceOperations.js.map +1 -0
  323. package/dist/esm/package.json +3 -0
  324. package/dist/esm/pagingHelper.d.ts +13 -0
  325. package/dist/esm/pagingHelper.d.ts.map +1 -0
  326. package/dist/esm/pagingHelper.js +32 -0
  327. package/dist/esm/pagingHelper.js.map +1 -0
  328. package/dist/react-native/batchManagementClient.d.ts +30 -0
  329. package/dist/react-native/batchManagementClient.d.ts.map +1 -0
  330. package/dist/react-native/batchManagementClient.js +109 -0
  331. package/dist/react-native/batchManagementClient.js.map +1 -0
  332. package/dist/react-native/index.d.ts +5 -0
  333. package/dist/react-native/index.d.ts.map +1 -0
  334. package/dist/react-native/index.js +13 -0
  335. package/dist/react-native/index.js.map +1 -0
  336. package/dist/react-native/lroImpl.d.ts +11 -0
  337. package/dist/react-native/lroImpl.d.ts.map +1 -0
  338. package/dist/react-native/lroImpl.js +21 -0
  339. package/dist/react-native/lroImpl.js.map +1 -0
  340. package/dist/react-native/models/index.d.ts +2366 -0
  341. package/dist/react-native/models/index.d.ts.map +1 -0
  342. package/dist/react-native/models/index.js +108 -0
  343. package/dist/react-native/models/index.js.map +1 -0
  344. package/dist/react-native/models/mappers.d.ts +144 -0
  345. package/dist/react-native/models/mappers.d.ts.map +1 -0
  346. package/dist/react-native/models/mappers.js +4559 -0
  347. package/dist/react-native/models/mappers.js.map +1 -0
  348. package/dist/react-native/models/parameters.d.ts +36 -0
  349. package/dist/react-native/models/parameters.d.ts.map +1 -0
  350. package/dist/react-native/models/parameters.js +326 -0
  351. package/dist/react-native/models/parameters.js.map +1 -0
  352. package/dist/react-native/operations/applicationOperations.d.ts +71 -0
  353. package/dist/react-native/operations/applicationOperations.d.ts.map +1 -0
  354. package/dist/react-native/operations/applicationOperations.js +282 -0
  355. package/dist/react-native/operations/applicationOperations.js.map +1 -0
  356. package/dist/react-native/operations/applicationPackageOperations.d.ts +83 -0
  357. package/dist/react-native/operations/applicationPackageOperations.d.ts.map +1 -0
  358. package/dist/react-native/operations/applicationPackageOperations.js +307 -0
  359. package/dist/react-native/operations/applicationPackageOperations.js.map +1 -0
  360. package/dist/react-native/operations/batchAccountOperations.d.ts +203 -0
  361. package/dist/react-native/operations/batchAccountOperations.d.ts.map +1 -0
  362. package/dist/react-native/operations/batchAccountOperations.js +878 -0
  363. package/dist/react-native/operations/batchAccountOperations.js.map +1 -0
  364. package/dist/react-native/operations/certificateOperations.d.ts +124 -0
  365. package/dist/react-native/operations/certificateOperations.d.ts.map +1 -0
  366. package/dist/react-native/operations/certificateOperations.js +416 -0
  367. package/dist/react-native/operations/certificateOperations.js.map +1 -0
  368. package/dist/react-native/operations/index.d.ts +11 -0
  369. package/dist/react-native/operations/index.d.ts.map +1 -0
  370. package/dist/react-native/operations/index.js +18 -0
  371. package/dist/react-native/operations/index.js.map +1 -0
  372. package/dist/react-native/operations/location.d.ts +49 -0
  373. package/dist/react-native/operations/location.d.ts.map +1 -0
  374. package/dist/react-native/operations/location.js +209 -0
  375. package/dist/react-native/operations/location.js.map +1 -0
  376. package/dist/react-native/operations/networkSecurityPerimeterOperations.d.ts +66 -0
  377. package/dist/react-native/operations/networkSecurityPerimeterOperations.d.ts.map +1 -0
  378. package/dist/react-native/operations/networkSecurityPerimeterOperations.js +282 -0
  379. package/dist/react-native/operations/networkSecurityPerimeterOperations.js.map +1 -0
  380. package/dist/react-native/operations/operations.d.ts +32 -0
  381. package/dist/react-native/operations/operations.d.ts.map +1 -0
  382. package/dist/react-native/operations/operations.js +133 -0
  383. package/dist/react-native/operations/operations.js.map +1 -0
  384. package/dist/react-native/operations/poolOperations.d.ts +103 -0
  385. package/dist/react-native/operations/poolOperations.d.ts.map +1 -0
  386. package/dist/react-native/operations/poolOperations.js +420 -0
  387. package/dist/react-native/operations/poolOperations.js.map +1 -0
  388. package/dist/react-native/operations/privateEndpointConnectionOperations.d.ts +88 -0
  389. package/dist/react-native/operations/privateEndpointConnectionOperations.d.ts.map +1 -0
  390. package/dist/react-native/operations/privateEndpointConnectionOperations.js +385 -0
  391. package/dist/react-native/operations/privateEndpointConnectionOperations.js.map +1 -0
  392. package/dist/react-native/operations/privateLinkResourceOperations.d.ts +47 -0
  393. package/dist/react-native/operations/privateLinkResourceOperations.d.ts.map +1 -0
  394. package/dist/react-native/operations/privateLinkResourceOperations.js +183 -0
  395. package/dist/react-native/operations/privateLinkResourceOperations.js.map +1 -0
  396. package/dist/react-native/operationsInterfaces/applicationOperations.d.ts +46 -0
  397. package/dist/react-native/operationsInterfaces/applicationOperations.d.ts.map +1 -0
  398. package/dist/react-native/operationsInterfaces/applicationOperations.js +9 -0
  399. package/dist/react-native/operationsInterfaces/applicationOperations.js.map +1 -0
  400. package/dist/react-native/operationsInterfaces/applicationPackageOperations.d.ts +56 -0
  401. package/dist/react-native/operationsInterfaces/applicationPackageOperations.d.ts.map +1 -0
  402. package/dist/react-native/operationsInterfaces/applicationPackageOperations.js +9 -0
  403. package/dist/react-native/operationsInterfaces/applicationPackageOperations.js.map +1 -0
  404. package/dist/react-native/operationsInterfaces/batchAccountOperations.d.ts +127 -0
  405. package/dist/react-native/operationsInterfaces/batchAccountOperations.d.ts.map +1 -0
  406. package/dist/react-native/operationsInterfaces/batchAccountOperations.js +9 -0
  407. package/dist/react-native/operationsInterfaces/batchAccountOperations.js.map +1 -0
  408. package/dist/react-native/operationsInterfaces/certificateOperations.d.ts +97 -0
  409. package/dist/react-native/operationsInterfaces/certificateOperations.d.ts.map +1 -0
  410. package/dist/react-native/operationsInterfaces/certificateOperations.js +9 -0
  411. package/dist/react-native/operationsInterfaces/certificateOperations.js.map +1 -0
  412. package/dist/react-native/operationsInterfaces/index.d.ts +11 -0
  413. package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
  414. package/dist/react-native/operationsInterfaces/index.js +18 -0
  415. package/dist/react-native/operationsInterfaces/index.js.map +1 -0
  416. package/dist/react-native/operationsInterfaces/location.d.ts +25 -0
  417. package/dist/react-native/operationsInterfaces/location.d.ts.map +1 -0
  418. package/dist/react-native/operationsInterfaces/location.js +9 -0
  419. package/dist/react-native/operationsInterfaces/location.js.map +1 -0
  420. package/dist/react-native/operationsInterfaces/networkSecurityPerimeterOperations.d.ts +41 -0
  421. package/dist/react-native/operationsInterfaces/networkSecurityPerimeterOperations.d.ts.map +1 -0
  422. package/dist/react-native/operationsInterfaces/networkSecurityPerimeterOperations.js +9 -0
  423. package/dist/react-native/operationsInterfaces/networkSecurityPerimeterOperations.js.map +1 -0
  424. package/dist/react-native/operationsInterfaces/operations.d.ts +11 -0
  425. package/dist/react-native/operationsInterfaces/operations.d.ts.map +1 -0
  426. package/dist/react-native/operationsInterfaces/operations.js +9 -0
  427. package/dist/react-native/operationsInterfaces/operations.js.map +1 -0
  428. package/dist/react-native/operationsInterfaces/poolOperations.d.ts +78 -0
  429. package/dist/react-native/operationsInterfaces/poolOperations.d.ts.map +1 -0
  430. package/dist/react-native/operationsInterfaces/poolOperations.js +9 -0
  431. package/dist/react-native/operationsInterfaces/poolOperations.js.map +1 -0
  432. package/dist/react-native/operationsInterfaces/privateEndpointConnectionOperations.d.ts +63 -0
  433. package/dist/react-native/operationsInterfaces/privateEndpointConnectionOperations.d.ts.map +1 -0
  434. package/dist/react-native/operationsInterfaces/privateEndpointConnectionOperations.js +9 -0
  435. package/dist/react-native/operationsInterfaces/privateEndpointConnectionOperations.js.map +1 -0
  436. package/dist/react-native/operationsInterfaces/privateLinkResourceOperations.d.ts +22 -0
  437. package/dist/react-native/operationsInterfaces/privateLinkResourceOperations.d.ts.map +1 -0
  438. package/dist/react-native/operationsInterfaces/privateLinkResourceOperations.js +9 -0
  439. package/dist/react-native/operationsInterfaces/privateLinkResourceOperations.js.map +1 -0
  440. package/dist/react-native/package.json +3 -0
  441. package/dist/react-native/pagingHelper.d.ts +13 -0
  442. package/dist/react-native/pagingHelper.d.ts.map +1 -0
  443. package/dist/react-native/pagingHelper.js +32 -0
  444. package/dist/react-native/pagingHelper.js.map +1 -0
  445. package/package.json +58 -28
  446. package/dist/index.js +0 -8793
  447. package/dist/index.js.map +0 -1
  448. package/dist/index.min.js +0 -1
  449. package/dist/index.min.js.map +0 -1
  450. package/dist-esm/samples-dev/applicationCreateSample.d.ts +0 -2
  451. package/dist-esm/samples-dev/applicationCreateSample.d.ts.map +0 -1
  452. package/dist-esm/samples-dev/applicationCreateSample.js +0 -44
  453. package/dist-esm/samples-dev/applicationCreateSample.js.map +0 -1
  454. package/dist-esm/samples-dev/applicationDeleteSample.d.ts +0 -2
  455. package/dist-esm/samples-dev/applicationDeleteSample.d.ts.map +0 -1
  456. package/dist-esm/samples-dev/applicationDeleteSample.js +0 -39
  457. package/dist-esm/samples-dev/applicationDeleteSample.js.map +0 -1
  458. package/dist-esm/samples-dev/applicationGetSample.d.ts +0 -2
  459. package/dist-esm/samples-dev/applicationGetSample.d.ts.map +0 -1
  460. package/dist-esm/samples-dev/applicationGetSample.js +0 -39
  461. package/dist-esm/samples-dev/applicationGetSample.js.map +0 -1
  462. package/dist-esm/samples-dev/applicationListSample.d.ts +0 -2
  463. package/dist-esm/samples-dev/applicationListSample.d.ts.map +0 -1
  464. package/dist-esm/samples-dev/applicationListSample.js +0 -54
  465. package/dist-esm/samples-dev/applicationListSample.js.map +0 -1
  466. package/dist-esm/samples-dev/applicationPackageActivateSample.d.ts +0 -2
  467. package/dist-esm/samples-dev/applicationPackageActivateSample.d.ts.map +0 -1
  468. package/dist-esm/samples-dev/applicationPackageActivateSample.js +0 -41
  469. package/dist-esm/samples-dev/applicationPackageActivateSample.js.map +0 -1
  470. package/dist-esm/samples-dev/applicationPackageCreateSample.d.ts +0 -2
  471. package/dist-esm/samples-dev/applicationPackageCreateSample.d.ts.map +0 -1
  472. package/dist-esm/samples-dev/applicationPackageCreateSample.js +0 -40
  473. package/dist-esm/samples-dev/applicationPackageCreateSample.js.map +0 -1
  474. package/dist-esm/samples-dev/applicationPackageDeleteSample.d.ts +0 -2
  475. package/dist-esm/samples-dev/applicationPackageDeleteSample.d.ts.map +0 -1
  476. package/dist-esm/samples-dev/applicationPackageDeleteSample.js +0 -40
  477. package/dist-esm/samples-dev/applicationPackageDeleteSample.js.map +0 -1
  478. package/dist-esm/samples-dev/applicationPackageGetSample.d.ts +0 -2
  479. package/dist-esm/samples-dev/applicationPackageGetSample.d.ts.map +0 -1
  480. package/dist-esm/samples-dev/applicationPackageGetSample.js +0 -40
  481. package/dist-esm/samples-dev/applicationPackageGetSample.js.map +0 -1
  482. package/dist-esm/samples-dev/applicationPackageListSample.d.ts +0 -2
  483. package/dist-esm/samples-dev/applicationPackageListSample.d.ts.map +0 -1
  484. package/dist-esm/samples-dev/applicationPackageListSample.js +0 -55
  485. package/dist-esm/samples-dev/applicationPackageListSample.js.map +0 -1
  486. package/dist-esm/samples-dev/applicationUpdateSample.d.ts +0 -2
  487. package/dist-esm/samples-dev/applicationUpdateSample.d.ts.map +0 -1
  488. package/dist-esm/samples-dev/applicationUpdateSample.js +0 -44
  489. package/dist-esm/samples-dev/applicationUpdateSample.js.map +0 -1
  490. package/dist-esm/samples-dev/batchAccountCreateSample.d.ts +0 -2
  491. package/dist-esm/samples-dev/batchAccountCreateSample.d.ts.map +0 -1
  492. package/dist-esm/samples-dev/batchAccountCreateSample.js +0 -157
  493. package/dist-esm/samples-dev/batchAccountCreateSample.js.map +0 -1
  494. package/dist-esm/samples-dev/batchAccountDeleteSample.d.ts +0 -2
  495. package/dist-esm/samples-dev/batchAccountDeleteSample.d.ts.map +0 -1
  496. package/dist-esm/samples-dev/batchAccountDeleteSample.js +0 -38
  497. package/dist-esm/samples-dev/batchAccountDeleteSample.js.map +0 -1
  498. package/dist-esm/samples-dev/batchAccountGetDetectorSample.d.ts +0 -2
  499. package/dist-esm/samples-dev/batchAccountGetDetectorSample.d.ts.map +0 -1
  500. package/dist-esm/samples-dev/batchAccountGetDetectorSample.js +0 -39
  501. package/dist-esm/samples-dev/batchAccountGetDetectorSample.js.map +0 -1
  502. package/dist-esm/samples-dev/batchAccountGetKeysSample.d.ts +0 -2
  503. package/dist-esm/samples-dev/batchAccountGetKeysSample.d.ts.map +0 -1
  504. package/dist-esm/samples-dev/batchAccountGetKeysSample.js +0 -38
  505. package/dist-esm/samples-dev/batchAccountGetKeysSample.js.map +0 -1
  506. package/dist-esm/samples-dev/batchAccountGetSample.d.ts +0 -2
  507. package/dist-esm/samples-dev/batchAccountGetSample.d.ts.map +0 -1
  508. package/dist-esm/samples-dev/batchAccountGetSample.js +0 -56
  509. package/dist-esm/samples-dev/batchAccountGetSample.js.map +0 -1
  510. package/dist-esm/samples-dev/batchAccountListByResourceGroupSample.d.ts +0 -2
  511. package/dist-esm/samples-dev/batchAccountListByResourceGroupSample.d.ts.map +0 -1
  512. package/dist-esm/samples-dev/batchAccountListByResourceGroupSample.js +0 -53
  513. package/dist-esm/samples-dev/batchAccountListByResourceGroupSample.js.map +0 -1
  514. package/dist-esm/samples-dev/batchAccountListDetectorsSample.d.ts +0 -2
  515. package/dist-esm/samples-dev/batchAccountListDetectorsSample.d.ts.map +0 -1
  516. package/dist-esm/samples-dev/batchAccountListDetectorsSample.js +0 -54
  517. package/dist-esm/samples-dev/batchAccountListDetectorsSample.js.map +0 -1
  518. package/dist-esm/samples-dev/batchAccountListOutboundNetworkDependenciesEndpointsSample.d.ts +0 -2
  519. package/dist-esm/samples-dev/batchAccountListOutboundNetworkDependenciesEndpointsSample.d.ts.map +0 -1
  520. package/dist-esm/samples-dev/batchAccountListOutboundNetworkDependenciesEndpointsSample.js +0 -54
  521. package/dist-esm/samples-dev/batchAccountListOutboundNetworkDependenciesEndpointsSample.js.map +0 -1
  522. package/dist-esm/samples-dev/batchAccountListSample.d.ts +0 -2
  523. package/dist-esm/samples-dev/batchAccountListSample.d.ts.map +0 -1
  524. package/dist-esm/samples-dev/batchAccountListSample.js +0 -52
  525. package/dist-esm/samples-dev/batchAccountListSample.js.map +0 -1
  526. package/dist-esm/samples-dev/batchAccountRegenerateKeySample.d.ts +0 -2
  527. package/dist-esm/samples-dev/batchAccountRegenerateKeySample.d.ts.map +0 -1
  528. package/dist-esm/samples-dev/batchAccountRegenerateKeySample.js +0 -41
  529. package/dist-esm/samples-dev/batchAccountRegenerateKeySample.js.map +0 -1
  530. package/dist-esm/samples-dev/batchAccountSynchronizeAutoStorageKeysSample.d.ts +0 -2
  531. package/dist-esm/samples-dev/batchAccountSynchronizeAutoStorageKeysSample.d.ts.map +0 -1
  532. package/dist-esm/samples-dev/batchAccountSynchronizeAutoStorageKeysSample.js +0 -38
  533. package/dist-esm/samples-dev/batchAccountSynchronizeAutoStorageKeysSample.js.map +0 -1
  534. package/dist-esm/samples-dev/batchAccountUpdateSample.d.ts +0 -2
  535. package/dist-esm/samples-dev/batchAccountUpdateSample.d.ts.map +0 -1
  536. package/dist-esm/samples-dev/batchAccountUpdateSample.js +0 -43
  537. package/dist-esm/samples-dev/batchAccountUpdateSample.js.map +0 -1
  538. package/dist-esm/samples-dev/certificateCancelDeletionSample.d.ts +0 -2
  539. package/dist-esm/samples-dev/certificateCancelDeletionSample.d.ts.map +0 -1
  540. package/dist-esm/samples-dev/certificateCancelDeletionSample.js +0 -43
  541. package/dist-esm/samples-dev/certificateCancelDeletionSample.js.map +0 -1
  542. package/dist-esm/samples-dev/certificateCreateSample.d.ts +0 -2
  543. package/dist-esm/samples-dev/certificateCreateSample.d.ts.map +0 -1
  544. package/dist-esm/samples-dev/certificateCreateSample.js +0 -92
  545. package/dist-esm/samples-dev/certificateCreateSample.js.map +0 -1
  546. package/dist-esm/samples-dev/certificateDeleteSample.d.ts +0 -2
  547. package/dist-esm/samples-dev/certificateDeleteSample.d.ts.map +0 -1
  548. package/dist-esm/samples-dev/certificateDeleteSample.js +0 -39
  549. package/dist-esm/samples-dev/certificateDeleteSample.js.map +0 -1
  550. package/dist-esm/samples-dev/certificateGetSample.d.ts +0 -2
  551. package/dist-esm/samples-dev/certificateGetSample.d.ts.map +0 -1
  552. package/dist-esm/samples-dev/certificateGetSample.js +0 -58
  553. package/dist-esm/samples-dev/certificateGetSample.js.map +0 -1
  554. package/dist-esm/samples-dev/certificateListByBatchAccountSample.d.ts +0 -2
  555. package/dist-esm/samples-dev/certificateListByBatchAccountSample.d.ts.map +0 -1
  556. package/dist-esm/samples-dev/certificateListByBatchAccountSample.js +0 -94
  557. package/dist-esm/samples-dev/certificateListByBatchAccountSample.js.map +0 -1
  558. package/dist-esm/samples-dev/certificateUpdateSample.d.ts +0 -2
  559. package/dist-esm/samples-dev/certificateUpdateSample.d.ts.map +0 -1
  560. package/dist-esm/samples-dev/certificateUpdateSample.js +0 -43
  561. package/dist-esm/samples-dev/certificateUpdateSample.js.map +0 -1
  562. package/dist-esm/samples-dev/locationCheckNameAvailabilitySample.d.ts +0 -2
  563. package/dist-esm/samples-dev/locationCheckNameAvailabilitySample.d.ts.map +0 -1
  564. package/dist-esm/samples-dev/locationCheckNameAvailabilitySample.js +0 -62
  565. package/dist-esm/samples-dev/locationCheckNameAvailabilitySample.js.map +0 -1
  566. package/dist-esm/samples-dev/locationGetQuotasSample.d.ts +0 -2
  567. package/dist-esm/samples-dev/locationGetQuotasSample.d.ts.map +0 -1
  568. package/dist-esm/samples-dev/locationGetQuotasSample.js +0 -37
  569. package/dist-esm/samples-dev/locationGetQuotasSample.js.map +0 -1
  570. package/dist-esm/samples-dev/locationListSupportedVirtualMachineSkusSample.d.ts +0 -2
  571. package/dist-esm/samples-dev/locationListSupportedVirtualMachineSkusSample.d.ts.map +0 -1
  572. package/dist-esm/samples-dev/locationListSupportedVirtualMachineSkusSample.js +0 -53
  573. package/dist-esm/samples-dev/locationListSupportedVirtualMachineSkusSample.js.map +0 -1
  574. package/dist-esm/samples-dev/networkSecurityPerimeterGetConfigurationSample.d.ts +0 -2
  575. package/dist-esm/samples-dev/networkSecurityPerimeterGetConfigurationSample.d.ts.map +0 -1
  576. package/dist-esm/samples-dev/networkSecurityPerimeterGetConfigurationSample.js +0 -39
  577. package/dist-esm/samples-dev/networkSecurityPerimeterGetConfigurationSample.js.map +0 -1
  578. package/dist-esm/samples-dev/networkSecurityPerimeterListConfigurationsSample.d.ts +0 -2
  579. package/dist-esm/samples-dev/networkSecurityPerimeterListConfigurationsSample.d.ts.map +0 -1
  580. package/dist-esm/samples-dev/networkSecurityPerimeterListConfigurationsSample.js +0 -54
  581. package/dist-esm/samples-dev/networkSecurityPerimeterListConfigurationsSample.js.map +0 -1
  582. package/dist-esm/samples-dev/networkSecurityPerimeterReconcileConfigurationSample.d.ts +0 -2
  583. package/dist-esm/samples-dev/networkSecurityPerimeterReconcileConfigurationSample.d.ts.map +0 -1
  584. package/dist-esm/samples-dev/networkSecurityPerimeterReconcileConfigurationSample.js +0 -39
  585. package/dist-esm/samples-dev/networkSecurityPerimeterReconcileConfigurationSample.js.map +0 -1
  586. package/dist-esm/samples-dev/operationsListSample.d.ts +0 -2
  587. package/dist-esm/samples-dev/operationsListSample.d.ts.map +0 -1
  588. package/dist-esm/samples-dev/operationsListSample.js +0 -53
  589. package/dist-esm/samples-dev/operationsListSample.js.map +0 -1
  590. package/dist-esm/samples-dev/poolCreateSample.d.ts +0 -2
  591. package/dist-esm/samples-dev/poolCreateSample.d.ts.map +0 -1
  592. package/dist-esm/samples-dev/poolCreateSample.js +0 -642
  593. package/dist-esm/samples-dev/poolCreateSample.js.map +0 -1
  594. package/dist-esm/samples-dev/poolDeleteSample.d.ts +0 -2
  595. package/dist-esm/samples-dev/poolDeleteSample.d.ts.map +0 -1
  596. package/dist-esm/samples-dev/poolDeleteSample.js +0 -39
  597. package/dist-esm/samples-dev/poolDeleteSample.js.map +0 -1
  598. package/dist-esm/samples-dev/poolDisableAutoScaleSample.d.ts +0 -2
  599. package/dist-esm/samples-dev/poolDisableAutoScaleSample.d.ts.map +0 -1
  600. package/dist-esm/samples-dev/poolDisableAutoScaleSample.js +0 -39
  601. package/dist-esm/samples-dev/poolDisableAutoScaleSample.js.map +0 -1
  602. package/dist-esm/samples-dev/poolGetSample.d.ts +0 -2
  603. package/dist-esm/samples-dev/poolGetSample.d.ts.map +0 -1
  604. package/dist-esm/samples-dev/poolGetSample.js +0 -153
  605. package/dist-esm/samples-dev/poolGetSample.js.map +0 -1
  606. package/dist-esm/samples-dev/poolListByBatchAccountSample.d.ts +0 -2
  607. package/dist-esm/samples-dev/poolListByBatchAccountSample.d.ts.map +0 -1
  608. package/dist-esm/samples-dev/poolListByBatchAccountSample.js +0 -91
  609. package/dist-esm/samples-dev/poolListByBatchAccountSample.js.map +0 -1
  610. package/dist-esm/samples-dev/poolStopResizeSample.d.ts +0 -2
  611. package/dist-esm/samples-dev/poolStopResizeSample.d.ts.map +0 -1
  612. package/dist-esm/samples-dev/poolStopResizeSample.js +0 -39
  613. package/dist-esm/samples-dev/poolStopResizeSample.js.map +0 -1
  614. package/dist-esm/samples-dev/poolUpdateSample.d.ts +0 -2
  615. package/dist-esm/samples-dev/poolUpdateSample.d.ts.map +0 -1
  616. package/dist-esm/samples-dev/poolUpdateSample.js +0 -130
  617. package/dist-esm/samples-dev/poolUpdateSample.js.map +0 -1
  618. package/dist-esm/samples-dev/privateEndpointConnectionDeleteSample.d.ts +0 -2
  619. package/dist-esm/samples-dev/privateEndpointConnectionDeleteSample.d.ts.map +0 -1
  620. package/dist-esm/samples-dev/privateEndpointConnectionDeleteSample.js +0 -39
  621. package/dist-esm/samples-dev/privateEndpointConnectionDeleteSample.js.map +0 -1
  622. package/dist-esm/samples-dev/privateEndpointConnectionGetSample.d.ts +0 -2
  623. package/dist-esm/samples-dev/privateEndpointConnectionGetSample.d.ts.map +0 -1
  624. package/dist-esm/samples-dev/privateEndpointConnectionGetSample.js +0 -39
  625. package/dist-esm/samples-dev/privateEndpointConnectionGetSample.js.map +0 -1
  626. package/dist-esm/samples-dev/privateEndpointConnectionListByBatchAccountSample.d.ts +0 -2
  627. package/dist-esm/samples-dev/privateEndpointConnectionListByBatchAccountSample.d.ts.map +0 -1
  628. package/dist-esm/samples-dev/privateEndpointConnectionListByBatchAccountSample.js +0 -54
  629. package/dist-esm/samples-dev/privateEndpointConnectionListByBatchAccountSample.js.map +0 -1
  630. package/dist-esm/samples-dev/privateEndpointConnectionUpdateSample.d.ts +0 -2
  631. package/dist-esm/samples-dev/privateEndpointConnectionUpdateSample.d.ts.map +0 -1
  632. package/dist-esm/samples-dev/privateEndpointConnectionUpdateSample.js +0 -45
  633. package/dist-esm/samples-dev/privateEndpointConnectionUpdateSample.js.map +0 -1
  634. package/dist-esm/samples-dev/privateLinkResourceGetSample.d.ts +0 -2
  635. package/dist-esm/samples-dev/privateLinkResourceGetSample.d.ts.map +0 -1
  636. package/dist-esm/samples-dev/privateLinkResourceGetSample.js +0 -39
  637. package/dist-esm/samples-dev/privateLinkResourceGetSample.js.map +0 -1
  638. package/dist-esm/samples-dev/privateLinkResourceListByBatchAccountSample.d.ts +0 -2
  639. package/dist-esm/samples-dev/privateLinkResourceListByBatchAccountSample.d.ts.map +0 -1
  640. package/dist-esm/samples-dev/privateLinkResourceListByBatchAccountSample.js +0 -54
  641. package/dist-esm/samples-dev/privateLinkResourceListByBatchAccountSample.js.map +0 -1
  642. package/dist-esm/src/batchManagementClient.d.ts.map +0 -1
  643. package/dist-esm/src/batchManagementClient.js.map +0 -1
  644. package/dist-esm/src/index.d.ts +0 -5
  645. package/dist-esm/src/index.js.map +0 -1
  646. package/dist-esm/src/lroImpl.js.map +0 -1
  647. package/dist-esm/src/models/index.js.map +0 -1
  648. package/dist-esm/src/models/mappers.js.map +0 -1
  649. package/dist-esm/src/models/parameters.js.map +0 -1
  650. package/dist-esm/src/operations/applicationOperations.d.ts.map +0 -1
  651. package/dist-esm/src/operations/applicationOperations.js.map +0 -1
  652. package/dist-esm/src/operations/applicationPackageOperations.d.ts.map +0 -1
  653. package/dist-esm/src/operations/applicationPackageOperations.js.map +0 -1
  654. package/dist-esm/src/operations/batchAccountOperations.d.ts.map +0 -1
  655. package/dist-esm/src/operations/batchAccountOperations.js.map +0 -1
  656. package/dist-esm/src/operations/certificateOperations.d.ts.map +0 -1
  657. package/dist-esm/src/operations/certificateOperations.js.map +0 -1
  658. package/dist-esm/src/operations/index.d.ts +0 -11
  659. package/dist-esm/src/operations/index.d.ts.map +0 -1
  660. package/dist-esm/src/operations/index.js +0 -18
  661. package/dist-esm/src/operations/index.js.map +0 -1
  662. package/dist-esm/src/operations/location.d.ts.map +0 -1
  663. package/dist-esm/src/operations/location.js.map +0 -1
  664. package/dist-esm/src/operations/networkSecurityPerimeterOperations.d.ts.map +0 -1
  665. package/dist-esm/src/operations/networkSecurityPerimeterOperations.js.map +0 -1
  666. package/dist-esm/src/operations/operations.d.ts.map +0 -1
  667. package/dist-esm/src/operations/operations.js.map +0 -1
  668. package/dist-esm/src/operations/poolOperations.d.ts.map +0 -1
  669. package/dist-esm/src/operations/poolOperations.js.map +0 -1
  670. package/dist-esm/src/operations/privateEndpointConnectionOperations.d.ts.map +0 -1
  671. package/dist-esm/src/operations/privateEndpointConnectionOperations.js.map +0 -1
  672. package/dist-esm/src/operations/privateLinkResourceOperations.d.ts.map +0 -1
  673. package/dist-esm/src/operations/privateLinkResourceOperations.js.map +0 -1
  674. package/dist-esm/src/operationsInterfaces/applicationOperations.d.ts.map +0 -1
  675. package/dist-esm/src/operationsInterfaces/applicationOperations.js.map +0 -1
  676. package/dist-esm/src/operationsInterfaces/applicationPackageOperations.d.ts.map +0 -1
  677. package/dist-esm/src/operationsInterfaces/applicationPackageOperations.js.map +0 -1
  678. package/dist-esm/src/operationsInterfaces/batchAccountOperations.d.ts.map +0 -1
  679. package/dist-esm/src/operationsInterfaces/batchAccountOperations.js.map +0 -1
  680. package/dist-esm/src/operationsInterfaces/certificateOperations.d.ts.map +0 -1
  681. package/dist-esm/src/operationsInterfaces/certificateOperations.js.map +0 -1
  682. package/dist-esm/src/operationsInterfaces/index.d.ts +0 -11
  683. package/dist-esm/src/operationsInterfaces/index.d.ts.map +0 -1
  684. package/dist-esm/src/operationsInterfaces/index.js +0 -18
  685. package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
  686. package/dist-esm/src/operationsInterfaces/location.d.ts.map +0 -1
  687. package/dist-esm/src/operationsInterfaces/location.js.map +0 -1
  688. package/dist-esm/src/operationsInterfaces/networkSecurityPerimeterOperations.d.ts.map +0 -1
  689. package/dist-esm/src/operationsInterfaces/networkSecurityPerimeterOperations.js.map +0 -1
  690. package/dist-esm/src/operationsInterfaces/operations.js.map +0 -1
  691. package/dist-esm/src/operationsInterfaces/poolOperations.d.ts.map +0 -1
  692. package/dist-esm/src/operationsInterfaces/poolOperations.js.map +0 -1
  693. package/dist-esm/src/operationsInterfaces/privateEndpointConnectionOperations.d.ts.map +0 -1
  694. package/dist-esm/src/operationsInterfaces/privateEndpointConnectionOperations.js.map +0 -1
  695. package/dist-esm/src/operationsInterfaces/privateLinkResourceOperations.d.ts.map +0 -1
  696. package/dist-esm/src/operationsInterfaces/privateLinkResourceOperations.js.map +0 -1
  697. package/dist-esm/src/pagingHelper.js.map +0 -1
  698. package/dist-esm/test/batch_examples.d.ts +0 -4
  699. package/dist-esm/test/batch_examples.d.ts.map +0 -1
  700. package/dist-esm/test/batch_examples.js +0 -503
  701. package/dist-esm/test/batch_examples.js.map +0 -1
  702. package/dist-esm/test/fakeTestSecrets.d.ts +0 -3
  703. package/dist-esm/test/fakeTestSecrets.d.ts.map +0 -1
  704. package/dist-esm/test/fakeTestSecrets.js +0 -7
  705. package/dist-esm/test/fakeTestSecrets.js.map +0 -1
  706. package/src/batchManagementClient.ts +0 -188
  707. package/src/lroImpl.ts +0 -42
  708. package/src/models/index.ts +0 -2705
  709. package/src/models/mappers.ts +0 -4828
  710. package/src/models/parameters.ts +0 -377
  711. package/src/operations/applicationOperations.ts +0 -369
  712. package/src/operations/applicationPackageOperations.ts +0 -419
  713. package/src/operations/batchAccountOperations.ts +0 -1151
  714. package/src/operations/certificateOperations.ts +0 -552
  715. package/src/operations/index.ts +0 -18
  716. package/src/operations/location.ts +0 -271
  717. package/src/operations/networkSecurityPerimeterOperations.ts +0 -397
  718. package/src/operations/operations.ts +0 -149
  719. package/src/operations/poolOperations.ts +0 -566
  720. package/src/operations/privateEndpointConnectionOperations.ts +0 -542
  721. package/src/operations/privateLinkResourceOperations.ts +0 -247
  722. package/src/operationsInterfaces/applicationOperations.ts +0 -90
  723. package/src/operationsInterfaces/applicationPackageOperations.ts +0 -106
  724. package/src/operationsInterfaces/batchAccountOperations.ts +0 -224
  725. package/src/operationsInterfaces/certificateOperations.ts +0 -155
  726. package/src/operationsInterfaces/index.ts +0 -18
  727. package/src/operationsInterfaces/location.ts +0 -52
  728. package/src/operationsInterfaces/networkSecurityPerimeterOperations.ts +0 -81
  729. package/src/operationsInterfaces/operations.ts +0 -22
  730. package/src/operationsInterfaces/poolOperations.ts +0 -142
  731. package/src/operationsInterfaces/privateEndpointConnectionOperations.ts +0 -122
  732. package/src/operationsInterfaces/privateLinkResourceOperations.ts +0 -45
  733. package/src/pagingHelper.ts +0 -39
  734. package/tsconfig.json +0 -33
  735. /package/{dist-esm/src → dist/browser}/lroImpl.d.ts +0 -0
  736. /package/{dist-esm/src → dist/browser}/lroImpl.d.ts.map +0 -0
  737. /package/{dist-esm/src → dist/browser}/lroImpl.js +0 -0
  738. /package/{dist-esm/src → dist/browser}/models/index.d.ts +0 -0
  739. /package/{dist-esm/src → dist/browser}/models/index.d.ts.map +0 -0
  740. /package/{dist-esm/src → dist/browser}/models/index.js +0 -0
  741. /package/{dist-esm/src → dist/browser}/models/mappers.d.ts +0 -0
  742. /package/{dist-esm/src → dist/browser}/models/mappers.d.ts.map +0 -0
  743. /package/{dist-esm/src → dist/browser}/models/mappers.js +0 -0
  744. /package/{dist-esm/src → dist/browser}/models/parameters.d.ts +0 -0
  745. /package/{dist-esm/src → dist/browser}/models/parameters.d.ts.map +0 -0
  746. /package/{dist-esm/src → dist/browser}/operationsInterfaces/applicationOperations.js +0 -0
  747. /package/{dist-esm/src → dist/browser}/operationsInterfaces/applicationPackageOperations.js +0 -0
  748. /package/{dist-esm/src → dist/browser}/operationsInterfaces/batchAccountOperations.js +0 -0
  749. /package/{dist-esm/src → dist/browser}/operationsInterfaces/certificateOperations.js +0 -0
  750. /package/{dist-esm/src → dist/browser}/operationsInterfaces/location.js +0 -0
  751. /package/{dist-esm/src → dist/browser}/operationsInterfaces/networkSecurityPerimeterOperations.js +0 -0
  752. /package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.js +0 -0
  753. /package/{dist-esm/src → dist/browser}/operationsInterfaces/poolOperations.js +0 -0
  754. /package/{dist-esm/src → dist/browser}/operationsInterfaces/privateEndpointConnectionOperations.js +0 -0
  755. /package/{dist-esm/src → dist/browser}/operationsInterfaces/privateLinkResourceOperations.js +0 -0
  756. /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts +0 -0
  757. /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts.map +0 -0
  758. /package/{dist-esm/src → dist/browser}/pagingHelper.js +0 -0
  759. /package/{types → dist/commonjs}/tsdoc-metadata.json +0 -0
@@ -1,149 +0,0 @@
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
-
9
- import { PagedAsyncIterableIterator, PageSettings } from "@azure/core-paging";
10
- import { setContinuationToken } from "../pagingHelper";
11
- import { Operations } from "../operationsInterfaces";
12
- import * as coreClient from "@azure/core-client";
13
- import * as Mappers from "../models/mappers";
14
- import * as Parameters from "../models/parameters";
15
- import { BatchManagementClient } from "../batchManagementClient";
16
- import {
17
- Operation,
18
- OperationsListNextOptionalParams,
19
- OperationsListOptionalParams,
20
- OperationsListResponse,
21
- OperationsListNextResponse,
22
- } from "../models";
23
-
24
- /// <reference lib="esnext.asynciterable" />
25
- /** Class containing Operations operations. */
26
- export class OperationsImpl implements Operations {
27
- private readonly client: BatchManagementClient;
28
-
29
- /**
30
- * Initialize a new instance of the class Operations class.
31
- * @param client Reference to the service client
32
- */
33
- constructor(client: BatchManagementClient) {
34
- this.client = client;
35
- }
36
-
37
- /**
38
- * Lists available operations for the Microsoft.Batch provider
39
- * @param options The options parameters.
40
- */
41
- public list(
42
- options?: OperationsListOptionalParams,
43
- ): PagedAsyncIterableIterator<Operation> {
44
- const iter = this.listPagingAll(options);
45
- return {
46
- next() {
47
- return iter.next();
48
- },
49
- [Symbol.asyncIterator]() {
50
- return this;
51
- },
52
- byPage: (settings?: PageSettings) => {
53
- if (settings?.maxPageSize) {
54
- throw new Error("maxPageSize is not supported by this operation.");
55
- }
56
- return this.listPagingPage(options, settings);
57
- },
58
- };
59
- }
60
-
61
- private async *listPagingPage(
62
- options?: OperationsListOptionalParams,
63
- settings?: PageSettings,
64
- ): AsyncIterableIterator<Operation[]> {
65
- let result: OperationsListResponse;
66
- let continuationToken = settings?.continuationToken;
67
- if (!continuationToken) {
68
- result = await this._list(options);
69
- let page = result.value || [];
70
- continuationToken = result.nextLink;
71
- setContinuationToken(page, continuationToken);
72
- yield page;
73
- }
74
- while (continuationToken) {
75
- result = await this._listNext(continuationToken, options);
76
- continuationToken = result.nextLink;
77
- let page = result.value || [];
78
- setContinuationToken(page, continuationToken);
79
- yield page;
80
- }
81
- }
82
-
83
- private async *listPagingAll(
84
- options?: OperationsListOptionalParams,
85
- ): AsyncIterableIterator<Operation> {
86
- for await (const page of this.listPagingPage(options)) {
87
- yield* page;
88
- }
89
- }
90
-
91
- /**
92
- * Lists available operations for the Microsoft.Batch provider
93
- * @param options The options parameters.
94
- */
95
- private _list(
96
- options?: OperationsListOptionalParams,
97
- ): Promise<OperationsListResponse> {
98
- return this.client.sendOperationRequest({ options }, listOperationSpec);
99
- }
100
-
101
- /**
102
- * ListNext
103
- * @param nextLink The nextLink from the previous successful call to the List method.
104
- * @param options The options parameters.
105
- */
106
- private _listNext(
107
- nextLink: string,
108
- options?: OperationsListNextOptionalParams,
109
- ): Promise<OperationsListNextResponse> {
110
- return this.client.sendOperationRequest(
111
- { nextLink, options },
112
- listNextOperationSpec,
113
- );
114
- }
115
- }
116
- // Operation Specifications
117
- const serializer = coreClient.createSerializer(Mappers, /* isXml */ false);
118
-
119
- const listOperationSpec: coreClient.OperationSpec = {
120
- path: "/providers/Microsoft.Batch/operations",
121
- httpMethod: "GET",
122
- responses: {
123
- 200: {
124
- bodyMapper: Mappers.OperationListResult,
125
- },
126
- default: {
127
- bodyMapper: Mappers.CloudError,
128
- },
129
- },
130
- queryParameters: [Parameters.apiVersion],
131
- urlParameters: [Parameters.$host],
132
- headerParameters: [Parameters.accept],
133
- serializer,
134
- };
135
- const listNextOperationSpec: coreClient.OperationSpec = {
136
- path: "{nextLink}",
137
- httpMethod: "GET",
138
- responses: {
139
- 200: {
140
- bodyMapper: Mappers.OperationListResult,
141
- },
142
- default: {
143
- bodyMapper: Mappers.CloudError,
144
- },
145
- },
146
- urlParameters: [Parameters.$host, Parameters.nextLink],
147
- headerParameters: [Parameters.accept],
148
- serializer,
149
- };
@@ -1,566 +0,0 @@
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
-
9
- import { PagedAsyncIterableIterator, PageSettings } from "@azure/core-paging";
10
- import { setContinuationToken } from "../pagingHelper";
11
- import { PoolOperations } from "../operationsInterfaces";
12
- import * as coreClient from "@azure/core-client";
13
- import * as Mappers from "../models/mappers";
14
- import * as Parameters from "../models/parameters";
15
- import { BatchManagementClient } from "../batchManagementClient";
16
- import {
17
- SimplePollerLike,
18
- OperationState,
19
- createHttpPoller,
20
- } from "@azure/core-lro";
21
- import { createLroSpec } from "../lroImpl";
22
- import {
23
- Pool,
24
- PoolListByBatchAccountNextOptionalParams,
25
- PoolListByBatchAccountOptionalParams,
26
- PoolListByBatchAccountResponse,
27
- PoolCreateOptionalParams,
28
- PoolCreateResponse,
29
- PoolUpdateOptionalParams,
30
- PoolUpdateResponse,
31
- PoolDeleteOptionalParams,
32
- PoolGetOptionalParams,
33
- PoolGetResponse,
34
- PoolDisableAutoScaleOptionalParams,
35
- PoolDisableAutoScaleResponse,
36
- PoolStopResizeOptionalParams,
37
- PoolStopResizeResponse,
38
- PoolListByBatchAccountNextResponse,
39
- } from "../models";
40
-
41
- /// <reference lib="esnext.asynciterable" />
42
- /** Class containing PoolOperations operations. */
43
- export class PoolOperationsImpl implements PoolOperations {
44
- private readonly client: BatchManagementClient;
45
-
46
- /**
47
- * Initialize a new instance of the class PoolOperations class.
48
- * @param client Reference to the service client
49
- */
50
- constructor(client: BatchManagementClient) {
51
- this.client = client;
52
- }
53
-
54
- /**
55
- * Lists all of the pools in the specified account.
56
- * @param resourceGroupName The name of the resource group that contains the Batch account.
57
- * @param accountName The name of the Batch account.
58
- * @param options The options parameters.
59
- */
60
- public listByBatchAccount(
61
- resourceGroupName: string,
62
- accountName: string,
63
- options?: PoolListByBatchAccountOptionalParams,
64
- ): PagedAsyncIterableIterator<Pool> {
65
- const iter = this.listByBatchAccountPagingAll(
66
- resourceGroupName,
67
- accountName,
68
- options,
69
- );
70
- return {
71
- next() {
72
- return iter.next();
73
- },
74
- [Symbol.asyncIterator]() {
75
- return this;
76
- },
77
- byPage: (settings?: PageSettings) => {
78
- if (settings?.maxPageSize) {
79
- throw new Error("maxPageSize is not supported by this operation.");
80
- }
81
- return this.listByBatchAccountPagingPage(
82
- resourceGroupName,
83
- accountName,
84
- options,
85
- settings,
86
- );
87
- },
88
- };
89
- }
90
-
91
- private async *listByBatchAccountPagingPage(
92
- resourceGroupName: string,
93
- accountName: string,
94
- options?: PoolListByBatchAccountOptionalParams,
95
- settings?: PageSettings,
96
- ): AsyncIterableIterator<Pool[]> {
97
- let result: PoolListByBatchAccountResponse;
98
- let continuationToken = settings?.continuationToken;
99
- if (!continuationToken) {
100
- result = await this._listByBatchAccount(
101
- resourceGroupName,
102
- accountName,
103
- options,
104
- );
105
- let page = result.value || [];
106
- continuationToken = result.nextLink;
107
- setContinuationToken(page, continuationToken);
108
- yield page;
109
- }
110
- while (continuationToken) {
111
- result = await this._listByBatchAccountNext(
112
- resourceGroupName,
113
- accountName,
114
- continuationToken,
115
- options,
116
- );
117
- continuationToken = result.nextLink;
118
- let page = result.value || [];
119
- setContinuationToken(page, continuationToken);
120
- yield page;
121
- }
122
- }
123
-
124
- private async *listByBatchAccountPagingAll(
125
- resourceGroupName: string,
126
- accountName: string,
127
- options?: PoolListByBatchAccountOptionalParams,
128
- ): AsyncIterableIterator<Pool> {
129
- for await (const page of this.listByBatchAccountPagingPage(
130
- resourceGroupName,
131
- accountName,
132
- options,
133
- )) {
134
- yield* page;
135
- }
136
- }
137
-
138
- /**
139
- * Lists all of the pools in the specified account.
140
- * @param resourceGroupName The name of the resource group that contains the Batch account.
141
- * @param accountName The name of the Batch account.
142
- * @param options The options parameters.
143
- */
144
- private _listByBatchAccount(
145
- resourceGroupName: string,
146
- accountName: string,
147
- options?: PoolListByBatchAccountOptionalParams,
148
- ): Promise<PoolListByBatchAccountResponse> {
149
- return this.client.sendOperationRequest(
150
- { resourceGroupName, accountName, options },
151
- listByBatchAccountOperationSpec,
152
- );
153
- }
154
-
155
- /**
156
- * Creates a new pool inside the specified account.
157
- * @param resourceGroupName The name of the resource group that contains the Batch account.
158
- * @param accountName The name of the Batch account.
159
- * @param poolName The pool name. This must be unique within the account.
160
- * @param parameters Additional parameters for pool creation.
161
- * @param options The options parameters.
162
- */
163
- create(
164
- resourceGroupName: string,
165
- accountName: string,
166
- poolName: string,
167
- parameters: Pool,
168
- options?: PoolCreateOptionalParams,
169
- ): Promise<PoolCreateResponse> {
170
- return this.client.sendOperationRequest(
171
- { resourceGroupName, accountName, poolName, parameters, options },
172
- createOperationSpec,
173
- );
174
- }
175
-
176
- /**
177
- * Updates the properties of an existing pool.
178
- * @param resourceGroupName The name of the resource group that contains the Batch account.
179
- * @param accountName The name of the Batch account.
180
- * @param poolName The pool name. This must be unique within the account.
181
- * @param parameters Pool properties that should be updated. Properties that are supplied will be
182
- * updated, any property not supplied will be unchanged.
183
- * @param options The options parameters.
184
- */
185
- update(
186
- resourceGroupName: string,
187
- accountName: string,
188
- poolName: string,
189
- parameters: Pool,
190
- options?: PoolUpdateOptionalParams,
191
- ): Promise<PoolUpdateResponse> {
192
- return this.client.sendOperationRequest(
193
- { resourceGroupName, accountName, poolName, parameters, options },
194
- updateOperationSpec,
195
- );
196
- }
197
-
198
- /**
199
- * Deletes the specified pool.
200
- * @param resourceGroupName The name of the resource group that contains the Batch account.
201
- * @param accountName The name of the Batch account.
202
- * @param poolName The pool name. This must be unique within the account.
203
- * @param options The options parameters.
204
- */
205
- async beginDelete(
206
- resourceGroupName: string,
207
- accountName: string,
208
- poolName: string,
209
- options?: PoolDeleteOptionalParams,
210
- ): Promise<SimplePollerLike<OperationState<void>, void>> {
211
- const directSendOperation = async (
212
- args: coreClient.OperationArguments,
213
- spec: coreClient.OperationSpec,
214
- ): Promise<void> => {
215
- return this.client.sendOperationRequest(args, spec);
216
- };
217
- const sendOperationFn = async (
218
- args: coreClient.OperationArguments,
219
- spec: coreClient.OperationSpec,
220
- ) => {
221
- let currentRawResponse: coreClient.FullOperationResponse | undefined =
222
- undefined;
223
- const providedCallback = args.options?.onResponse;
224
- const callback: coreClient.RawResponseCallback = (
225
- rawResponse: coreClient.FullOperationResponse,
226
- flatResponse: unknown,
227
- ) => {
228
- currentRawResponse = rawResponse;
229
- providedCallback?.(rawResponse, flatResponse);
230
- };
231
- const updatedArgs = {
232
- ...args,
233
- options: {
234
- ...args.options,
235
- onResponse: callback,
236
- },
237
- };
238
- const flatResponse = await directSendOperation(updatedArgs, spec);
239
- return {
240
- flatResponse,
241
- rawResponse: {
242
- statusCode: currentRawResponse!.status,
243
- body: currentRawResponse!.parsedBody,
244
- headers: currentRawResponse!.headers.toJSON(),
245
- },
246
- };
247
- };
248
-
249
- const lro = createLroSpec({
250
- sendOperationFn,
251
- args: { resourceGroupName, accountName, poolName, options },
252
- spec: deleteOperationSpec,
253
- });
254
- const poller = await createHttpPoller<void, OperationState<void>>(lro, {
255
- restoreFrom: options?.resumeFrom,
256
- intervalInMs: options?.updateIntervalInMs,
257
- resourceLocationConfig: "location",
258
- });
259
- await poller.poll();
260
- return poller;
261
- }
262
-
263
- /**
264
- * Deletes the specified pool.
265
- * @param resourceGroupName The name of the resource group that contains the Batch account.
266
- * @param accountName The name of the Batch account.
267
- * @param poolName The pool name. This must be unique within the account.
268
- * @param options The options parameters.
269
- */
270
- async beginDeleteAndWait(
271
- resourceGroupName: string,
272
- accountName: string,
273
- poolName: string,
274
- options?: PoolDeleteOptionalParams,
275
- ): Promise<void> {
276
- const poller = await this.beginDelete(
277
- resourceGroupName,
278
- accountName,
279
- poolName,
280
- options,
281
- );
282
- return poller.pollUntilDone();
283
- }
284
-
285
- /**
286
- * Gets information about the specified pool.
287
- * @param resourceGroupName The name of the resource group that contains the Batch account.
288
- * @param accountName The name of the Batch account.
289
- * @param poolName The pool name. This must be unique within the account.
290
- * @param options The options parameters.
291
- */
292
- get(
293
- resourceGroupName: string,
294
- accountName: string,
295
- poolName: string,
296
- options?: PoolGetOptionalParams,
297
- ): Promise<PoolGetResponse> {
298
- return this.client.sendOperationRequest(
299
- { resourceGroupName, accountName, poolName, options },
300
- getOperationSpec,
301
- );
302
- }
303
-
304
- /**
305
- * Disables automatic scaling for a pool.
306
- * @param resourceGroupName The name of the resource group that contains the Batch account.
307
- * @param accountName The name of the Batch account.
308
- * @param poolName The pool name. This must be unique within the account.
309
- * @param options The options parameters.
310
- */
311
- disableAutoScale(
312
- resourceGroupName: string,
313
- accountName: string,
314
- poolName: string,
315
- options?: PoolDisableAutoScaleOptionalParams,
316
- ): Promise<PoolDisableAutoScaleResponse> {
317
- return this.client.sendOperationRequest(
318
- { resourceGroupName, accountName, poolName, options },
319
- disableAutoScaleOperationSpec,
320
- );
321
- }
322
-
323
- /**
324
- * This does not restore the pool to its previous state before the resize operation: it only stops any
325
- * further changes being made, and the pool maintains its current state. After stopping, the pool
326
- * stabilizes at the number of nodes it was at when the stop operation was done. During the stop
327
- * operation, the pool allocation state changes first to stopping and then to steady. A resize
328
- * operation need not be an explicit resize pool request; this API can also be used to halt the initial
329
- * sizing of the pool when it is created.
330
- * @param resourceGroupName The name of the resource group that contains the Batch account.
331
- * @param accountName The name of the Batch account.
332
- * @param poolName The pool name. This must be unique within the account.
333
- * @param options The options parameters.
334
- */
335
- stopResize(
336
- resourceGroupName: string,
337
- accountName: string,
338
- poolName: string,
339
- options?: PoolStopResizeOptionalParams,
340
- ): Promise<PoolStopResizeResponse> {
341
- return this.client.sendOperationRequest(
342
- { resourceGroupName, accountName, poolName, options },
343
- stopResizeOperationSpec,
344
- );
345
- }
346
-
347
- /**
348
- * ListByBatchAccountNext
349
- * @param resourceGroupName The name of the resource group that contains the Batch account.
350
- * @param accountName The name of the Batch account.
351
- * @param nextLink The nextLink from the previous successful call to the ListByBatchAccount method.
352
- * @param options The options parameters.
353
- */
354
- private _listByBatchAccountNext(
355
- resourceGroupName: string,
356
- accountName: string,
357
- nextLink: string,
358
- options?: PoolListByBatchAccountNextOptionalParams,
359
- ): Promise<PoolListByBatchAccountNextResponse> {
360
- return this.client.sendOperationRequest(
361
- { resourceGroupName, accountName, nextLink, options },
362
- listByBatchAccountNextOperationSpec,
363
- );
364
- }
365
- }
366
- // Operation Specifications
367
- const serializer = coreClient.createSerializer(Mappers, /* isXml */ false);
368
-
369
- const listByBatchAccountOperationSpec: coreClient.OperationSpec = {
370
- path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Batch/batchAccounts/{accountName}/pools",
371
- httpMethod: "GET",
372
- responses: {
373
- 200: {
374
- bodyMapper: Mappers.ListPoolsResult,
375
- },
376
- default: {
377
- bodyMapper: Mappers.CloudError,
378
- },
379
- },
380
- queryParameters: [
381
- Parameters.apiVersion,
382
- Parameters.maxresults,
383
- Parameters.filter,
384
- Parameters.select,
385
- ],
386
- urlParameters: [
387
- Parameters.$host,
388
- Parameters.resourceGroupName,
389
- Parameters.subscriptionId,
390
- Parameters.accountName1,
391
- ],
392
- headerParameters: [Parameters.accept],
393
- serializer,
394
- };
395
- const createOperationSpec: coreClient.OperationSpec = {
396
- path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Batch/batchAccounts/{accountName}/pools/{poolName}",
397
- httpMethod: "PUT",
398
- responses: {
399
- 200: {
400
- bodyMapper: Mappers.Pool,
401
- headersMapper: Mappers.PoolCreateHeaders,
402
- },
403
- default: {
404
- bodyMapper: Mappers.CloudError,
405
- },
406
- },
407
- requestBody: Parameters.parameters10,
408
- queryParameters: [Parameters.apiVersion],
409
- urlParameters: [
410
- Parameters.$host,
411
- Parameters.resourceGroupName,
412
- Parameters.subscriptionId,
413
- Parameters.accountName1,
414
- Parameters.poolName,
415
- ],
416
- headerParameters: [
417
- Parameters.contentType,
418
- Parameters.accept,
419
- Parameters.ifMatch,
420
- Parameters.ifNoneMatch,
421
- ],
422
- mediaType: "json",
423
- serializer,
424
- };
425
- const updateOperationSpec: coreClient.OperationSpec = {
426
- path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Batch/batchAccounts/{accountName}/pools/{poolName}",
427
- httpMethod: "PATCH",
428
- responses: {
429
- 200: {
430
- bodyMapper: Mappers.Pool,
431
- headersMapper: Mappers.PoolUpdateHeaders,
432
- },
433
- default: {
434
- bodyMapper: Mappers.CloudError,
435
- },
436
- },
437
- requestBody: Parameters.parameters10,
438
- queryParameters: [Parameters.apiVersion],
439
- urlParameters: [
440
- Parameters.$host,
441
- Parameters.resourceGroupName,
442
- Parameters.subscriptionId,
443
- Parameters.accountName1,
444
- Parameters.poolName,
445
- ],
446
- headerParameters: [
447
- Parameters.contentType,
448
- Parameters.accept,
449
- Parameters.ifMatch,
450
- ],
451
- mediaType: "json",
452
- serializer,
453
- };
454
- const deleteOperationSpec: coreClient.OperationSpec = {
455
- path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Batch/batchAccounts/{accountName}/pools/{poolName}",
456
- httpMethod: "DELETE",
457
- responses: {
458
- 200: {},
459
- 201: {},
460
- 202: {},
461
- 204: {},
462
- default: {
463
- bodyMapper: Mappers.CloudError,
464
- },
465
- },
466
- queryParameters: [Parameters.apiVersion],
467
- urlParameters: [
468
- Parameters.$host,
469
- Parameters.resourceGroupName,
470
- Parameters.subscriptionId,
471
- Parameters.accountName1,
472
- Parameters.poolName,
473
- ],
474
- headerParameters: [Parameters.accept],
475
- serializer,
476
- };
477
- const getOperationSpec: coreClient.OperationSpec = {
478
- path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Batch/batchAccounts/{accountName}/pools/{poolName}",
479
- httpMethod: "GET",
480
- responses: {
481
- 200: {
482
- bodyMapper: Mappers.Pool,
483
- headersMapper: Mappers.PoolGetHeaders,
484
- },
485
- default: {
486
- bodyMapper: Mappers.CloudError,
487
- },
488
- },
489
- queryParameters: [Parameters.apiVersion],
490
- urlParameters: [
491
- Parameters.$host,
492
- Parameters.resourceGroupName,
493
- Parameters.subscriptionId,
494
- Parameters.accountName1,
495
- Parameters.poolName,
496
- ],
497
- headerParameters: [Parameters.accept],
498
- serializer,
499
- };
500
- const disableAutoScaleOperationSpec: coreClient.OperationSpec = {
501
- path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Batch/batchAccounts/{accountName}/pools/{poolName}/disableAutoScale",
502
- httpMethod: "POST",
503
- responses: {
504
- 200: {
505
- bodyMapper: Mappers.Pool,
506
- headersMapper: Mappers.PoolDisableAutoScaleHeaders,
507
- },
508
- default: {
509
- bodyMapper: Mappers.CloudError,
510
- },
511
- },
512
- queryParameters: [Parameters.apiVersion],
513
- urlParameters: [
514
- Parameters.$host,
515
- Parameters.resourceGroupName,
516
- Parameters.subscriptionId,
517
- Parameters.accountName1,
518
- Parameters.poolName,
519
- ],
520
- headerParameters: [Parameters.accept],
521
- serializer,
522
- };
523
- const stopResizeOperationSpec: coreClient.OperationSpec = {
524
- path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Batch/batchAccounts/{accountName}/pools/{poolName}/stopResize",
525
- httpMethod: "POST",
526
- responses: {
527
- 200: {
528
- bodyMapper: Mappers.Pool,
529
- headersMapper: Mappers.PoolStopResizeHeaders,
530
- },
531
- default: {
532
- bodyMapper: Mappers.CloudError,
533
- },
534
- },
535
- queryParameters: [Parameters.apiVersion],
536
- urlParameters: [
537
- Parameters.$host,
538
- Parameters.resourceGroupName,
539
- Parameters.subscriptionId,
540
- Parameters.accountName1,
541
- Parameters.poolName,
542
- ],
543
- headerParameters: [Parameters.accept],
544
- serializer,
545
- };
546
- const listByBatchAccountNextOperationSpec: coreClient.OperationSpec = {
547
- path: "{nextLink}",
548
- httpMethod: "GET",
549
- responses: {
550
- 200: {
551
- bodyMapper: Mappers.ListPoolsResult,
552
- },
553
- default: {
554
- bodyMapper: Mappers.CloudError,
555
- },
556
- },
557
- urlParameters: [
558
- Parameters.$host,
559
- Parameters.resourceGroupName,
560
- Parameters.subscriptionId,
561
- Parameters.accountName1,
562
- Parameters.nextLink,
563
- ],
564
- headerParameters: [Parameters.accept],
565
- serializer,
566
- };