@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
@@ -0,0 +1 @@
1
+ {"version":3,"file":"applicationPackageOperations.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/applicationPackageOperations.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 { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport {\n ApplicationPackage,\n ApplicationPackageListOptionalParams,\n ActivateApplicationPackageParameters,\n ApplicationPackageActivateOptionalParams,\n ApplicationPackageActivateResponse,\n ApplicationPackageCreateOptionalParams,\n ApplicationPackageCreateResponse,\n ApplicationPackageDeleteOptionalParams,\n ApplicationPackageGetOptionalParams,\n ApplicationPackageGetResponse,\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Interface representing a ApplicationPackageOperations. */\nexport interface ApplicationPackageOperations {\n /**\n * Lists all of the application packages in the specified application.\n * @param resourceGroupName The name of the resource group that contains the Batch account.\n * @param accountName The name of the Batch account.\n * @param applicationName The name of the application. This must be unique within the account.\n * @param options The options parameters.\n */\n list(\n resourceGroupName: string,\n accountName: string,\n applicationName: string,\n options?: ApplicationPackageListOptionalParams,\n ): PagedAsyncIterableIterator<ApplicationPackage>;\n /**\n * Activates the specified application package. This should be done after the `ApplicationPackage` was\n * created and uploaded. This needs to be done before an `ApplicationPackage` can be used on Pools or\n * Tasks.\n * @param resourceGroupName The name of the resource group that contains the Batch account.\n * @param accountName The name of the Batch account.\n * @param applicationName The name of the application. This must be unique within the account.\n * @param versionName The version of the application.\n * @param parameters The parameters for the request.\n * @param options The options parameters.\n */\n activate(\n resourceGroupName: string,\n accountName: string,\n applicationName: string,\n versionName: string,\n parameters: ActivateApplicationPackageParameters,\n options?: ApplicationPackageActivateOptionalParams,\n ): Promise<ApplicationPackageActivateResponse>;\n /**\n * Creates an application package record. The record contains a storageUrl where the package should be\n * uploaded to. Once it is uploaded the `ApplicationPackage` needs to be activated using\n * `ApplicationPackageActive` before it can be used. If the auto storage account was configured to use\n * storage keys, the URL returned will contain a SAS.\n * @param resourceGroupName The name of the resource group that contains the Batch account.\n * @param accountName The name of the Batch account.\n * @param applicationName The name of the application. This must be unique within the account.\n * @param versionName The version of the application.\n * @param options The options parameters.\n */\n create(\n resourceGroupName: string,\n accountName: string,\n applicationName: string,\n versionName: string,\n options?: ApplicationPackageCreateOptionalParams,\n ): Promise<ApplicationPackageCreateResponse>;\n /**\n * Deletes an application package record and its associated binary file.\n * @param resourceGroupName The name of the resource group that contains the Batch account.\n * @param accountName The name of the Batch account.\n * @param applicationName The name of the application. This must be unique within the account.\n * @param versionName The version of the application.\n * @param options The options parameters.\n */\n delete(\n resourceGroupName: string,\n accountName: string,\n applicationName: string,\n versionName: string,\n options?: ApplicationPackageDeleteOptionalParams,\n ): Promise<void>;\n /**\n * Gets information about the specified application package.\n * @param resourceGroupName The name of the resource group that contains the Batch account.\n * @param accountName The name of the Batch account.\n * @param applicationName The name of the application. This must be unique within the account.\n * @param versionName The version of the application.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n accountName: string,\n applicationName: string,\n versionName: string,\n options?: ApplicationPackageGetOptionalParams,\n ): Promise<ApplicationPackageGetResponse>;\n}\n"]}
@@ -1,6 +1,6 @@
1
1
  import { PagedAsyncIterableIterator } from "@azure/core-paging";
2
2
  import { SimplePollerLike, OperationState } from "@azure/core-lro";
3
- import { BatchAccount, BatchAccountListOptionalParams, BatchAccountListByResourceGroupOptionalParams, DetectorResponse, BatchAccountListDetectorsOptionalParams, OutboundEnvironmentEndpoint, BatchAccountListOutboundNetworkDependenciesEndpointsOptionalParams, BatchAccountCreateParameters, BatchAccountCreateOptionalParams, BatchAccountCreateResponse, BatchAccountUpdateParameters, BatchAccountUpdateOptionalParams, BatchAccountUpdateResponse, BatchAccountDeleteOptionalParams, BatchAccountGetOptionalParams, BatchAccountGetResponse, BatchAccountSynchronizeAutoStorageKeysOptionalParams, BatchAccountRegenerateKeyParameters, BatchAccountRegenerateKeyOptionalParams, BatchAccountRegenerateKeyResponse, BatchAccountGetKeysOptionalParams, BatchAccountGetKeysResponse, BatchAccountGetDetectorOptionalParams, BatchAccountGetDetectorResponse } from "../models";
3
+ import { BatchAccount, BatchAccountListOptionalParams, BatchAccountListByResourceGroupOptionalParams, DetectorResponse, BatchAccountListDetectorsOptionalParams, OutboundEnvironmentEndpoint, BatchAccountListOutboundNetworkDependenciesEndpointsOptionalParams, BatchAccountCreateParameters, BatchAccountCreateOptionalParams, BatchAccountCreateResponse, BatchAccountUpdateParameters, BatchAccountUpdateOptionalParams, BatchAccountUpdateResponse, BatchAccountDeleteOptionalParams, BatchAccountGetOptionalParams, BatchAccountGetResponse, BatchAccountSynchronizeAutoStorageKeysOptionalParams, BatchAccountRegenerateKeyParameters, BatchAccountRegenerateKeyOptionalParams, BatchAccountRegenerateKeyResponse, BatchAccountGetKeysOptionalParams, BatchAccountGetKeysResponse, BatchAccountGetDetectorOptionalParams, BatchAccountGetDetectorResponse } from "../models/index.js";
4
4
  /** Interface representing a BatchAccountOperations. */
5
5
  export interface BatchAccountOperations {
6
6
  /**
@@ -0,0 +1 @@
1
+ {"version":3,"file":"batchAccountOperations.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/batchAccountOperations.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AAChE,OAAO,EAAE,gBAAgB,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AACnE,OAAO,EACL,YAAY,EACZ,8BAA8B,EAC9B,6CAA6C,EAC7C,gBAAgB,EAChB,uCAAuC,EACvC,2BAA2B,EAC3B,kEAAkE,EAClE,4BAA4B,EAC5B,gCAAgC,EAChC,0BAA0B,EAC1B,4BAA4B,EAC5B,gCAAgC,EAChC,0BAA0B,EAC1B,gCAAgC,EAChC,6BAA6B,EAC7B,uBAAuB,EACvB,oDAAoD,EACpD,mCAAmC,EACnC,uCAAuC,EACvC,iCAAiC,EACjC,iCAAiC,EACjC,2BAA2B,EAC3B,qCAAqC,EACrC,+BAA+B,EAChC,MAAM,oBAAoB,CAAC;AAG5B,uDAAuD;AACvD,MAAM,WAAW,sBAAsB;IACrC;;;OAGG;IACH,IAAI,CACF,OAAO,CAAC,EAAE,8BAA8B,GACvC,0BAA0B,CAAC,YAAY,CAAC,CAAC;IAC5C;;;;OAIG;IACH,mBAAmB,CACjB,iBAAiB,EAAE,MAAM,EACzB,OAAO,CAAC,EAAE,6CAA6C,GACtD,0BAA0B,CAAC,YAAY,CAAC,CAAC;IAC5C;;;;;OAKG;IACH,aAAa,CACX,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,OAAO,CAAC,EAAE,uCAAuC,GAChD,0BAA0B,CAAC,gBAAgB,CAAC,CAAC;IAChD;;;;;;;;;;OAUG;IACH,wCAAwC,CACtC,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,OAAO,CAAC,EAAE,kEAAkE,GAC3E,0BAA0B,CAAC,2BAA2B,CAAC,CAAC;IAC3D;;;;;;;;;;OAUG;IACH,WAAW,CACT,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,UAAU,EAAE,4BAA4B,EACxC,OAAO,CAAC,EAAE,gCAAgC,GACzC,OAAO,CACR,gBAAgB,CACd,cAAc,CAAC,0BAA0B,CAAC,EAC1C,0BAA0B,CAC3B,CACF,CAAC;IACF;;;;;;;;;;OAUG;IACH,kBAAkB,CAChB,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,UAAU,EAAE,4BAA4B,EACxC,OAAO,CAAC,EAAE,gCAAgC,GACzC,OAAO,CAAC,0BAA0B,CAAC,CAAC;IACvC;;;;;;OAMG;IACH,MAAM,CACJ,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,UAAU,EAAE,4BAA4B,EACxC,OAAO,CAAC,EAAE,gCAAgC,GACzC,OAAO,CAAC,0BAA0B,CAAC,CAAC;IACvC;;;;;OAKG;IACH,WAAW,CACT,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,OAAO,CAAC,EAAE,gCAAgC,GACzC,OAAO,CAAC,gBAAgB,CAAC,cAAc,CAAC,IAAI,CAAC,EAAE,IAAI,CAAC,CAAC,CAAC;IACzD;;;;;OAKG;IACH,kBAAkB,CAChB,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,OAAO,CAAC,EAAE,gCAAgC,GACzC,OAAO,CAAC,IAAI,CAAC,CAAC;IACjB;;;;;OAKG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,OAAO,CAAC,EAAE,6BAA6B,GACtC,OAAO,CAAC,uBAAuB,CAAC,CAAC;IACpC;;;;;;OAMG;IACH,0BAA0B,CACxB,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,OAAO,CAAC,EAAE,oDAAoD,GAC7D,OAAO,CAAC,IAAI,CAAC,CAAC;IACjB;;;;;;;;;OASG;IACH,aAAa,CACX,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,UAAU,EAAE,mCAAmC,EAC/C,OAAO,CAAC,EAAE,uCAAuC,GAChD,OAAO,CAAC,iCAAiC,CAAC,CAAC;IAC9C;;;;;;;;OAQG;IACH,OAAO,CACL,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,OAAO,CAAC,EAAE,iCAAiC,GAC1C,OAAO,CAAC,2BAA2B,CAAC,CAAC;IACxC;;;;;;OAMG;IACH,WAAW,CACT,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,UAAU,EAAE,MAAM,EAClB,OAAO,CAAC,EAAE,qCAAqC,GAC9C,OAAO,CAAC,+BAA+B,CAAC,CAAC;CAC7C"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"batchAccountOperations.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/batchAccountOperations.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 { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport { SimplePollerLike, OperationState } from \"@azure/core-lro\";\nimport {\n BatchAccount,\n BatchAccountListOptionalParams,\n BatchAccountListByResourceGroupOptionalParams,\n DetectorResponse,\n BatchAccountListDetectorsOptionalParams,\n OutboundEnvironmentEndpoint,\n BatchAccountListOutboundNetworkDependenciesEndpointsOptionalParams,\n BatchAccountCreateParameters,\n BatchAccountCreateOptionalParams,\n BatchAccountCreateResponse,\n BatchAccountUpdateParameters,\n BatchAccountUpdateOptionalParams,\n BatchAccountUpdateResponse,\n BatchAccountDeleteOptionalParams,\n BatchAccountGetOptionalParams,\n BatchAccountGetResponse,\n BatchAccountSynchronizeAutoStorageKeysOptionalParams,\n BatchAccountRegenerateKeyParameters,\n BatchAccountRegenerateKeyOptionalParams,\n BatchAccountRegenerateKeyResponse,\n BatchAccountGetKeysOptionalParams,\n BatchAccountGetKeysResponse,\n BatchAccountGetDetectorOptionalParams,\n BatchAccountGetDetectorResponse,\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Interface representing a BatchAccountOperations. */\nexport interface BatchAccountOperations {\n /**\n * Gets information about the Batch accounts associated with the subscription.\n * @param options The options parameters.\n */\n list(\n options?: BatchAccountListOptionalParams,\n ): PagedAsyncIterableIterator<BatchAccount>;\n /**\n * Gets information about the Batch accounts associated with the specified resource group.\n * @param resourceGroupName The name of the resource group that contains the Batch account.\n * @param options The options parameters.\n */\n listByResourceGroup(\n resourceGroupName: string,\n options?: BatchAccountListByResourceGroupOptionalParams,\n ): PagedAsyncIterableIterator<BatchAccount>;\n /**\n * Gets information about the detectors available for a given Batch account.\n * @param resourceGroupName The name of the resource group that contains the Batch account.\n * @param accountName The name of the Batch account.\n * @param options The options parameters.\n */\n listDetectors(\n resourceGroupName: string,\n accountName: string,\n options?: BatchAccountListDetectorsOptionalParams,\n ): PagedAsyncIterableIterator<DetectorResponse>;\n /**\n * Lists the endpoints that a Batch Compute Node under this Batch Account may call as part of Batch\n * service administration. If you are deploying a Pool inside of a virtual network that you specify,\n * you must make sure your network allows outbound access to these endpoints. Failure to allow access\n * to these endpoints may cause Batch to mark the affected nodes as unusable. For more information\n * about creating a pool inside of a virtual network, see\n * https://docs.microsoft.com/azure/batch/batch-virtual-network.\n * @param resourceGroupName The name of the resource group that contains the Batch account.\n * @param accountName The name of the Batch account.\n * @param options The options parameters.\n */\n listOutboundNetworkDependenciesEndpoints(\n resourceGroupName: string,\n accountName: string,\n options?: BatchAccountListOutboundNetworkDependenciesEndpointsOptionalParams,\n ): PagedAsyncIterableIterator<OutboundEnvironmentEndpoint>;\n /**\n * Creates a new Batch account with the specified parameters. Existing accounts cannot be updated with\n * this API and should instead be updated with the Update Batch Account API.\n * @param resourceGroupName The name of the resource group that contains the Batch account.\n * @param accountName A name for the Batch account which must be unique within the region. Batch\n * account names must be between 3 and 24 characters in length and must use only numbers and lowercase\n * letters. This name is used as part of the DNS name that is used to access the Batch service in the\n * region in which the account is created. For example: http://accountname.region.batch.azure.com/.\n * @param parameters Additional parameters for account creation.\n * @param options The options parameters.\n */\n beginCreate(\n resourceGroupName: string,\n accountName: string,\n parameters: BatchAccountCreateParameters,\n options?: BatchAccountCreateOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<BatchAccountCreateResponse>,\n BatchAccountCreateResponse\n >\n >;\n /**\n * Creates a new Batch account with the specified parameters. Existing accounts cannot be updated with\n * this API and should instead be updated with the Update Batch Account API.\n * @param resourceGroupName The name of the resource group that contains the Batch account.\n * @param accountName A name for the Batch account which must be unique within the region. Batch\n * account names must be between 3 and 24 characters in length and must use only numbers and lowercase\n * letters. This name is used as part of the DNS name that is used to access the Batch service in the\n * region in which the account is created. For example: http://accountname.region.batch.azure.com/.\n * @param parameters Additional parameters for account creation.\n * @param options The options parameters.\n */\n beginCreateAndWait(\n resourceGroupName: string,\n accountName: string,\n parameters: BatchAccountCreateParameters,\n options?: BatchAccountCreateOptionalParams,\n ): Promise<BatchAccountCreateResponse>;\n /**\n * Updates the properties of an existing Batch account.\n * @param resourceGroupName The name of the resource group that contains the Batch account.\n * @param accountName The name of the Batch account.\n * @param parameters Additional parameters for account update.\n * @param options The options parameters.\n */\n update(\n resourceGroupName: string,\n accountName: string,\n parameters: BatchAccountUpdateParameters,\n options?: BatchAccountUpdateOptionalParams,\n ): Promise<BatchAccountUpdateResponse>;\n /**\n * Deletes the specified Batch account.\n * @param resourceGroupName The name of the resource group that contains the Batch account.\n * @param accountName The name of the Batch account.\n * @param options The options parameters.\n */\n beginDelete(\n resourceGroupName: string,\n accountName: string,\n options?: BatchAccountDeleteOptionalParams,\n ): Promise<SimplePollerLike<OperationState<void>, void>>;\n /**\n * Deletes the specified Batch account.\n * @param resourceGroupName The name of the resource group that contains the Batch account.\n * @param accountName The name of the Batch account.\n * @param options The options parameters.\n */\n beginDeleteAndWait(\n resourceGroupName: string,\n accountName: string,\n options?: BatchAccountDeleteOptionalParams,\n ): Promise<void>;\n /**\n * Gets information about the specified Batch account.\n * @param resourceGroupName The name of the resource group that contains the Batch account.\n * @param accountName The name of the Batch account.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n accountName: string,\n options?: BatchAccountGetOptionalParams,\n ): Promise<BatchAccountGetResponse>;\n /**\n * Synchronizes access keys for the auto-storage account configured for the specified Batch account,\n * only if storage key authentication is being used.\n * @param resourceGroupName The name of the resource group that contains the Batch account.\n * @param accountName The name of the Batch account.\n * @param options The options parameters.\n */\n synchronizeAutoStorageKeys(\n resourceGroupName: string,\n accountName: string,\n options?: BatchAccountSynchronizeAutoStorageKeysOptionalParams,\n ): Promise<void>;\n /**\n * This operation applies only to Batch accounts with allowedAuthenticationModes containing\n * 'SharedKey'. If the Batch account doesn't contain 'SharedKey' in its allowedAuthenticationMode,\n * clients cannot use shared keys to authenticate, and must use another allowedAuthenticationModes\n * instead. In this case, regenerating the keys will fail.\n * @param resourceGroupName The name of the resource group that contains the Batch account.\n * @param accountName The name of the Batch account.\n * @param parameters The type of key to regenerate.\n * @param options The options parameters.\n */\n regenerateKey(\n resourceGroupName: string,\n accountName: string,\n parameters: BatchAccountRegenerateKeyParameters,\n options?: BatchAccountRegenerateKeyOptionalParams,\n ): Promise<BatchAccountRegenerateKeyResponse>;\n /**\n * This operation applies only to Batch accounts with allowedAuthenticationModes containing\n * 'SharedKey'. If the Batch account doesn't contain 'SharedKey' in its allowedAuthenticationMode,\n * clients cannot use shared keys to authenticate, and must use another allowedAuthenticationModes\n * instead. In this case, getting the keys will fail.\n * @param resourceGroupName The name of the resource group that contains the Batch account.\n * @param accountName The name of the Batch account.\n * @param options The options parameters.\n */\n getKeys(\n resourceGroupName: string,\n accountName: string,\n options?: BatchAccountGetKeysOptionalParams,\n ): Promise<BatchAccountGetKeysResponse>;\n /**\n * Gets information about the given detector for a given Batch account.\n * @param resourceGroupName The name of the resource group that contains the Batch account.\n * @param accountName The name of the Batch account.\n * @param detectorId The name of the detector.\n * @param options The options parameters.\n */\n getDetector(\n resourceGroupName: string,\n accountName: string,\n detectorId: string,\n options?: BatchAccountGetDetectorOptionalParams,\n ): Promise<BatchAccountGetDetectorResponse>;\n}\n"]}
@@ -1,6 +1,6 @@
1
1
  import { PagedAsyncIterableIterator } from "@azure/core-paging";
2
2
  import { SimplePollerLike, OperationState } from "@azure/core-lro";
3
- import { Certificate, CertificateListByBatchAccountOptionalParams, CertificateCreateOrUpdateParameters, CertificateCreateOptionalParams, CertificateCreateResponse, CertificateUpdateOptionalParams, CertificateUpdateResponse, CertificateDeleteOptionalParams, CertificateGetOptionalParams, CertificateGetResponse, CertificateCancelDeletionOptionalParams, CertificateCancelDeletionResponse } from "../models";
3
+ import { Certificate, CertificateListByBatchAccountOptionalParams, CertificateCreateOrUpdateParameters, CertificateCreateOptionalParams, CertificateCreateResponse, CertificateUpdateOptionalParams, CertificateUpdateResponse, CertificateDeleteOptionalParams, CertificateGetOptionalParams, CertificateGetResponse, CertificateCancelDeletionOptionalParams, CertificateCancelDeletionResponse } from "../models/index.js";
4
4
  /** Interface representing a CertificateOperations. */
5
5
  export interface CertificateOperations {
6
6
  /**
@@ -0,0 +1 @@
1
+ {"version":3,"file":"certificateOperations.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/certificateOperations.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AAChE,OAAO,EAAE,gBAAgB,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AACnE,OAAO,EACL,WAAW,EACX,2CAA2C,EAC3C,mCAAmC,EACnC,+BAA+B,EAC/B,yBAAyB,EACzB,+BAA+B,EAC/B,yBAAyB,EACzB,+BAA+B,EAC/B,4BAA4B,EAC5B,sBAAsB,EACtB,uCAAuC,EACvC,iCAAiC,EAClC,MAAM,oBAAoB,CAAC;AAG5B,sDAAsD;AACtD,MAAM,WAAW,qBAAqB;IACpC;;;;;;;OAOG;IACH,kBAAkB,CAChB,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,OAAO,CAAC,EAAE,2CAA2C,GACpD,0BAA0B,CAAC,WAAW,CAAC,CAAC;IAC3C;;;;;;;;;;;OAWG;IACH,MAAM,CACJ,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,eAAe,EAAE,MAAM,EACvB,UAAU,EAAE,mCAAmC,EAC/C,OAAO,CAAC,EAAE,+BAA+B,GACxC,OAAO,CAAC,yBAAyB,CAAC,CAAC;IACtC;;;;;;;;;;;OAWG;IACH,MAAM,CACJ,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,eAAe,EAAE,MAAM,EACvB,UAAU,EAAE,mCAAmC,EAC/C,OAAO,CAAC,EAAE,+BAA+B,GACxC,OAAO,CAAC,yBAAyB,CAAC,CAAC;IACtC;;;;;;;;;;OAUG;IACH,WAAW,CACT,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,eAAe,EAAE,MAAM,EACvB,OAAO,CAAC,EAAE,+BAA+B,GACxC,OAAO,CAAC,gBAAgB,CAAC,cAAc,CAAC,IAAI,CAAC,EAAE,IAAI,CAAC,CAAC,CAAC;IACzD;;;;;;;;;;OAUG;IACH,kBAAkB,CAChB,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,eAAe,EAAE,MAAM,EACvB,OAAO,CAAC,EAAE,+BAA+B,GACxC,OAAO,CAAC,IAAI,CAAC,CAAC;IACjB;;;;;;;;;;OAUG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,eAAe,EAAE,MAAM,EACvB,OAAO,CAAC,EAAE,4BAA4B,GACrC,OAAO,CAAC,sBAAsB,CAAC,CAAC;IACnC;;;;;;;;;;;;;;;;;OAiBG;IACH,cAAc,CACZ,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,eAAe,EAAE,MAAM,EACvB,OAAO,CAAC,EAAE,uCAAuC,GAChD,OAAO,CAAC,iCAAiC,CAAC,CAAC;CAC/C"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"certificateOperations.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/certificateOperations.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 { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport { SimplePollerLike, OperationState } from \"@azure/core-lro\";\nimport {\n Certificate,\n CertificateListByBatchAccountOptionalParams,\n CertificateCreateOrUpdateParameters,\n CertificateCreateOptionalParams,\n CertificateCreateResponse,\n CertificateUpdateOptionalParams,\n CertificateUpdateResponse,\n CertificateDeleteOptionalParams,\n CertificateGetOptionalParams,\n CertificateGetResponse,\n CertificateCancelDeletionOptionalParams,\n CertificateCancelDeletionResponse,\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Interface representing a CertificateOperations. */\nexport interface CertificateOperations {\n /**\n * Warning: This operation is deprecated and will be removed after February, 2024. Please use the\n * [Azure KeyVault\n * Extension](https://learn.microsoft.com/azure/batch/batch-certificate-migration-guide) instead.\n * @param resourceGroupName The name of the resource group that contains the Batch account.\n * @param accountName The name of the Batch account.\n * @param options The options parameters.\n */\n listByBatchAccount(\n resourceGroupName: string,\n accountName: string,\n options?: CertificateListByBatchAccountOptionalParams,\n ): PagedAsyncIterableIterator<Certificate>;\n /**\n * Warning: This operation is deprecated and will be removed after February, 2024. Please use the\n * [Azure KeyVault\n * Extension](https://learn.microsoft.com/azure/batch/batch-certificate-migration-guide) instead.\n * @param resourceGroupName The name of the resource group that contains the Batch account.\n * @param accountName The name of the Batch account.\n * @param certificateName The identifier for the certificate. This must be made up of algorithm and\n * thumbprint separated by a dash, and must match the certificate data in the request. For example\n * SHA1-a3d1c5.\n * @param parameters Additional parameters for certificate creation.\n * @param options The options parameters.\n */\n create(\n resourceGroupName: string,\n accountName: string,\n certificateName: string,\n parameters: CertificateCreateOrUpdateParameters,\n options?: CertificateCreateOptionalParams,\n ): Promise<CertificateCreateResponse>;\n /**\n * Warning: This operation is deprecated and will be removed after February, 2024. Please use the\n * [Azure KeyVault\n * Extension](https://learn.microsoft.com/azure/batch/batch-certificate-migration-guide) instead.\n * @param resourceGroupName The name of the resource group that contains the Batch account.\n * @param accountName The name of the Batch account.\n * @param certificateName The identifier for the certificate. This must be made up of algorithm and\n * thumbprint separated by a dash, and must match the certificate data in the request. For example\n * SHA1-a3d1c5.\n * @param parameters Certificate entity to update.\n * @param options The options parameters.\n */\n update(\n resourceGroupName: string,\n accountName: string,\n certificateName: string,\n parameters: CertificateCreateOrUpdateParameters,\n options?: CertificateUpdateOptionalParams,\n ): Promise<CertificateUpdateResponse>;\n /**\n * Warning: This operation is deprecated and will be removed after February, 2024. Please use the\n * [Azure KeyVault\n * Extension](https://learn.microsoft.com/azure/batch/batch-certificate-migration-guide) instead.\n * @param resourceGroupName The name of the resource group that contains the Batch account.\n * @param accountName The name of the Batch account.\n * @param certificateName The identifier for the certificate. This must be made up of algorithm and\n * thumbprint separated by a dash, and must match the certificate data in the request. For example\n * SHA1-a3d1c5.\n * @param options The options parameters.\n */\n beginDelete(\n resourceGroupName: string,\n accountName: string,\n certificateName: string,\n options?: CertificateDeleteOptionalParams,\n ): Promise<SimplePollerLike<OperationState<void>, void>>;\n /**\n * Warning: This operation is deprecated and will be removed after February, 2024. Please use the\n * [Azure KeyVault\n * Extension](https://learn.microsoft.com/azure/batch/batch-certificate-migration-guide) instead.\n * @param resourceGroupName The name of the resource group that contains the Batch account.\n * @param accountName The name of the Batch account.\n * @param certificateName The identifier for the certificate. This must be made up of algorithm and\n * thumbprint separated by a dash, and must match the certificate data in the request. For example\n * SHA1-a3d1c5.\n * @param options The options parameters.\n */\n beginDeleteAndWait(\n resourceGroupName: string,\n accountName: string,\n certificateName: string,\n options?: CertificateDeleteOptionalParams,\n ): Promise<void>;\n /**\n * Warning: This operation is deprecated and will be removed after February, 2024. Please use the\n * [Azure KeyVault\n * Extension](https://learn.microsoft.com/azure/batch/batch-certificate-migration-guide) instead.\n * @param resourceGroupName The name of the resource group that contains the Batch account.\n * @param accountName The name of the Batch account.\n * @param certificateName The identifier for the certificate. This must be made up of algorithm and\n * thumbprint separated by a dash, and must match the certificate data in the request. For example\n * SHA1-a3d1c5.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n accountName: string,\n certificateName: string,\n options?: CertificateGetOptionalParams,\n ): Promise<CertificateGetResponse>;\n /**\n * If you try to delete a certificate that is being used by a pool or compute node, the status of the\n * certificate changes to deleteFailed. If you decide that you want to continue using the certificate,\n * you can use this operation to set the status of the certificate back to active. If you intend to\n * delete the certificate, you do not need to run this operation after the deletion failed. You must\n * make sure that the certificate is not being used by any resources, and then you can try again to\n * delete the certificate.\n *\n * Warning: This operation is deprecated and will be removed after February, 2024. Please use the\n * [Azure KeyVault\n * Extension](https://learn.microsoft.com/azure/batch/batch-certificate-migration-guide) instead.\n * @param resourceGroupName The name of the resource group that contains the Batch account.\n * @param accountName The name of the Batch account.\n * @param certificateName The identifier for the certificate. This must be made up of algorithm and\n * thumbprint separated by a dash, and must match the certificate data in the request. For example\n * SHA1-a3d1c5.\n * @param options The options parameters.\n */\n cancelDeletion(\n resourceGroupName: string,\n accountName: string,\n certificateName: string,\n options?: CertificateCancelDeletionOptionalParams,\n ): Promise<CertificateCancelDeletionResponse>;\n}\n"]}
@@ -0,0 +1,11 @@
1
+ export * from "./batchAccountOperations.js";
2
+ export * from "./applicationPackageOperations.js";
3
+ export * from "./applicationOperations.js";
4
+ export * from "./location.js";
5
+ export * from "./operations.js";
6
+ export * from "./certificateOperations.js";
7
+ export * from "./privateLinkResourceOperations.js";
8
+ export * from "./privateEndpointConnectionOperations.js";
9
+ export * from "./poolOperations.js";
10
+ export * from "./networkSecurityPerimeterOperations.js";
11
+ //# 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,6BAA6B,CAAC;AAC5C,cAAc,mCAAmC,CAAC;AAClD,cAAc,4BAA4B,CAAC;AAC3C,cAAc,eAAe,CAAC;AAC9B,cAAc,iBAAiB,CAAC;AAChC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,oCAAoC,CAAC;AACnD,cAAc,0CAA0C,CAAC;AACzD,cAAc,qBAAqB,CAAC;AACpC,cAAc,yCAAyC,CAAC"}
@@ -0,0 +1,18 @@
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 "./batchAccountOperations.js";
9
+ export * from "./applicationPackageOperations.js";
10
+ export * from "./applicationOperations.js";
11
+ export * from "./location.js";
12
+ export * from "./operations.js";
13
+ export * from "./certificateOperations.js";
14
+ export * from "./privateLinkResourceOperations.js";
15
+ export * from "./privateEndpointConnectionOperations.js";
16
+ export * from "./poolOperations.js";
17
+ export * from "./networkSecurityPerimeterOperations.js";
18
+ //# 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,6BAA6B,CAAC;AAC5C,cAAc,mCAAmC,CAAC;AAClD,cAAc,4BAA4B,CAAC;AAC3C,cAAc,eAAe,CAAC;AAC9B,cAAc,iBAAiB,CAAC;AAChC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,oCAAoC,CAAC;AACnD,cAAc,0CAA0C,CAAC;AACzD,cAAc,qBAAqB,CAAC;AACpC,cAAc,yCAAyC,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 \"./batchAccountOperations.js\";\nexport * from \"./applicationPackageOperations.js\";\nexport * from \"./applicationOperations.js\";\nexport * from \"./location.js\";\nexport * from \"./operations.js\";\nexport * from \"./certificateOperations.js\";\nexport * from \"./privateLinkResourceOperations.js\";\nexport * from \"./privateEndpointConnectionOperations.js\";\nexport * from \"./poolOperations.js\";\nexport * from \"./networkSecurityPerimeterOperations.js\";\n"]}
@@ -1,5 +1,5 @@
1
1
  import { PagedAsyncIterableIterator } from "@azure/core-paging";
2
- import { SupportedSku, LocationListSupportedVirtualMachineSkusOptionalParams, LocationGetQuotasOptionalParams, LocationGetQuotasResponse, CheckNameAvailabilityParameters, LocationCheckNameAvailabilityOptionalParams, LocationCheckNameAvailabilityResponse } from "../models";
2
+ import { SupportedSku, LocationListSupportedVirtualMachineSkusOptionalParams, LocationGetQuotasOptionalParams, LocationGetQuotasResponse, CheckNameAvailabilityParameters, LocationCheckNameAvailabilityOptionalParams, LocationCheckNameAvailabilityResponse } from "../models/index.js";
3
3
  /** Interface representing a Location. */
4
4
  export interface Location {
5
5
  /**
@@ -0,0 +1 @@
1
+ {"version":3,"file":"location.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/location.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AAChE,OAAO,EACL,YAAY,EACZ,qDAAqD,EACrD,+BAA+B,EAC/B,yBAAyB,EACzB,+BAA+B,EAC/B,2CAA2C,EAC3C,qCAAqC,EACtC,MAAM,oBAAoB,CAAC;AAG5B,yCAAyC;AACzC,MAAM,WAAW,QAAQ;IACvB;;;;OAIG;IACH,+BAA+B,CAC7B,YAAY,EAAE,MAAM,EACpB,OAAO,CAAC,EAAE,qDAAqD,GAC9D,0BAA0B,CAAC,YAAY,CAAC,CAAC;IAC5C;;;;OAIG;IACH,SAAS,CACP,YAAY,EAAE,MAAM,EACpB,OAAO,CAAC,EAAE,+BAA+B,GACxC,OAAO,CAAC,yBAAyB,CAAC,CAAC;IACtC;;;;;OAKG;IACH,qBAAqB,CACnB,YAAY,EAAE,MAAM,EACpB,UAAU,EAAE,+BAA+B,EAC3C,OAAO,CAAC,EAAE,2CAA2C,GACpD,OAAO,CAAC,qCAAqC,CAAC,CAAC;CACnD"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"location.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/location.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 { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport {\n SupportedSku,\n LocationListSupportedVirtualMachineSkusOptionalParams,\n LocationGetQuotasOptionalParams,\n LocationGetQuotasResponse,\n CheckNameAvailabilityParameters,\n LocationCheckNameAvailabilityOptionalParams,\n LocationCheckNameAvailabilityResponse,\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Interface representing a Location. */\nexport interface Location {\n /**\n * Gets the list of Batch supported Virtual Machine VM sizes available at the given location.\n * @param locationName The region for which to retrieve Batch service supported SKUs.\n * @param options The options parameters.\n */\n listSupportedVirtualMachineSkus(\n locationName: string,\n options?: LocationListSupportedVirtualMachineSkusOptionalParams,\n ): PagedAsyncIterableIterator<SupportedSku>;\n /**\n * Gets the Batch service quotas for the specified subscription at the given location.\n * @param locationName The region for which to retrieve Batch service quotas.\n * @param options The options parameters.\n */\n getQuotas(\n locationName: string,\n options?: LocationGetQuotasOptionalParams,\n ): Promise<LocationGetQuotasResponse>;\n /**\n * Checks whether the Batch account name is available in the specified region.\n * @param locationName The desired region for the name check.\n * @param parameters Properties needed to check the availability of a name.\n * @param options The options parameters.\n */\n checkNameAvailability(\n locationName: string,\n parameters: CheckNameAvailabilityParameters,\n options?: LocationCheckNameAvailabilityOptionalParams,\n ): Promise<LocationCheckNameAvailabilityResponse>;\n}\n"]}
@@ -1,6 +1,6 @@
1
1
  import { PagedAsyncIterableIterator } from "@azure/core-paging";
2
2
  import { SimplePollerLike, OperationState } from "@azure/core-lro";
3
- import { NetworkSecurityPerimeterConfiguration, NetworkSecurityPerimeterListConfigurationsOptionalParams, NetworkSecurityPerimeterGetConfigurationOptionalParams, NetworkSecurityPerimeterGetConfigurationResponse, NetworkSecurityPerimeterReconcileConfigurationOptionalParams, NetworkSecurityPerimeterReconcileConfigurationResponse } from "../models";
3
+ import { NetworkSecurityPerimeterConfiguration, NetworkSecurityPerimeterListConfigurationsOptionalParams, NetworkSecurityPerimeterGetConfigurationOptionalParams, NetworkSecurityPerimeterGetConfigurationResponse, NetworkSecurityPerimeterReconcileConfigurationOptionalParams, NetworkSecurityPerimeterReconcileConfigurationResponse } from "../models/index.js";
4
4
  /** Interface representing a NetworkSecurityPerimeterOperations. */
5
5
  export interface NetworkSecurityPerimeterOperations {
6
6
  /**
@@ -0,0 +1 @@
1
+ {"version":3,"file":"networkSecurityPerimeterOperations.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/networkSecurityPerimeterOperations.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AAChE,OAAO,EAAE,gBAAgB,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AACnE,OAAO,EACL,qCAAqC,EACrC,wDAAwD,EACxD,sDAAsD,EACtD,gDAAgD,EAChD,4DAA4D,EAC5D,sDAAsD,EACvD,MAAM,oBAAoB,CAAC;AAG5B,mEAAmE;AACnE,MAAM,WAAW,kCAAkC;IACjD;;;;;OAKG;IACH,kBAAkB,CAChB,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,OAAO,CAAC,EAAE,wDAAwD,GACjE,0BAA0B,CAAC,qCAAqC,CAAC,CAAC;IACrE;;;;;;;OAOG;IACH,gBAAgB,CACd,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,yCAAyC,EAAE,MAAM,EACjD,OAAO,CAAC,EAAE,sDAAsD,GAC/D,OAAO,CAAC,gDAAgD,CAAC,CAAC;IAC7D;;;;;;;OAOG;IACH,2BAA2B,CACzB,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,yCAAyC,EAAE,MAAM,EACjD,OAAO,CAAC,EAAE,4DAA4D,GACrE,OAAO,CACR,gBAAgB,CACd,cAAc,CAAC,sDAAsD,CAAC,EACtE,sDAAsD,CACvD,CACF,CAAC;IACF;;;;;;;OAOG;IACH,kCAAkC,CAChC,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,yCAAyC,EAAE,MAAM,EACjD,OAAO,CAAC,EAAE,4DAA4D,GACrE,OAAO,CAAC,sDAAsD,CAAC,CAAC;CACpE"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"networkSecurityPerimeterOperations.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/networkSecurityPerimeterOperations.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 { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport { SimplePollerLike, OperationState } from \"@azure/core-lro\";\nimport {\n NetworkSecurityPerimeterConfiguration,\n NetworkSecurityPerimeterListConfigurationsOptionalParams,\n NetworkSecurityPerimeterGetConfigurationOptionalParams,\n NetworkSecurityPerimeterGetConfigurationResponse,\n NetworkSecurityPerimeterReconcileConfigurationOptionalParams,\n NetworkSecurityPerimeterReconcileConfigurationResponse,\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Interface representing a NetworkSecurityPerimeterOperations. */\nexport interface NetworkSecurityPerimeterOperations {\n /**\n * Lists all of the NSP configurations in the specified account.\n * @param resourceGroupName The name of the resource group that contains the Batch account.\n * @param accountName The name of the Batch account.\n * @param options The options parameters.\n */\n listConfigurations(\n resourceGroupName: string,\n accountName: string,\n options?: NetworkSecurityPerimeterListConfigurationsOptionalParams,\n ): PagedAsyncIterableIterator<NetworkSecurityPerimeterConfiguration>;\n /**\n * Gets information about the specified NSP configuration.\n * @param resourceGroupName The name of the resource group that contains the Batch account.\n * @param accountName The name of the Batch account.\n * @param networkSecurityPerimeterConfigurationName The name for Network Security Perimeter\n * configuration\n * @param options The options parameters.\n */\n getConfiguration(\n resourceGroupName: string,\n accountName: string,\n networkSecurityPerimeterConfigurationName: string,\n options?: NetworkSecurityPerimeterGetConfigurationOptionalParams,\n ): Promise<NetworkSecurityPerimeterGetConfigurationResponse>;\n /**\n * Reconciles the specified NSP configuration.\n * @param resourceGroupName The name of the resource group that contains the Batch account.\n * @param accountName The name of the Batch account.\n * @param networkSecurityPerimeterConfigurationName The name for Network Security Perimeter\n * configuration\n * @param options The options parameters.\n */\n beginReconcileConfiguration(\n resourceGroupName: string,\n accountName: string,\n networkSecurityPerimeterConfigurationName: string,\n options?: NetworkSecurityPerimeterReconcileConfigurationOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<NetworkSecurityPerimeterReconcileConfigurationResponse>,\n NetworkSecurityPerimeterReconcileConfigurationResponse\n >\n >;\n /**\n * Reconciles the specified NSP configuration.\n * @param resourceGroupName The name of the resource group that contains the Batch account.\n * @param accountName The name of the Batch account.\n * @param networkSecurityPerimeterConfigurationName The name for Network Security Perimeter\n * configuration\n * @param options The options parameters.\n */\n beginReconcileConfigurationAndWait(\n resourceGroupName: string,\n accountName: string,\n networkSecurityPerimeterConfigurationName: string,\n options?: NetworkSecurityPerimeterReconcileConfigurationOptionalParams,\n ): Promise<NetworkSecurityPerimeterReconcileConfigurationResponse>;\n}\n"]}
@@ -1,5 +1,5 @@
1
1
  import { PagedAsyncIterableIterator } from "@azure/core-paging";
2
- import { Operation, OperationsListOptionalParams } from "../models";
2
+ import { Operation, OperationsListOptionalParams } from "../models/index.js";
3
3
  /** Interface representing a Operations. */
4
4
  export interface Operations {
5
5
  /**
@@ -1 +1 @@
1
- {"version":3,"file":"operations.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/operations.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AAChE,OAAO,EAAE,SAAS,EAAE,4BAA4B,EAAE,MAAM,WAAW,CAAC;AAGpE,2CAA2C;AAC3C,MAAM,WAAW,UAAU;IACzB;;;OAGG;IACH,IAAI,CACF,OAAO,CAAC,EAAE,4BAA4B,GACrC,0BAA0B,CAAC,SAAS,CAAC,CAAC;CAC1C"}
1
+ {"version":3,"file":"operations.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/operations.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AAChE,OAAO,EAAE,SAAS,EAAE,4BAA4B,EAAE,MAAM,oBAAoB,CAAC;AAG7E,2CAA2C;AAC3C,MAAM,WAAW,UAAU;IACzB;;;OAGG;IACH,IAAI,CACF,OAAO,CAAC,EAAE,4BAA4B,GACrC,0BAA0B,CAAC,SAAS,CAAC,CAAC;CAC1C"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"operations.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/operations.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 { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport { Operation, OperationsListOptionalParams } from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Interface representing a Operations. */\nexport interface Operations {\n /**\n * Lists available operations for the Microsoft.Batch provider\n * @param options The options parameters.\n */\n list(\n options?: OperationsListOptionalParams,\n ): PagedAsyncIterableIterator<Operation>;\n}\n"]}
@@ -1,6 +1,6 @@
1
1
  import { PagedAsyncIterableIterator } from "@azure/core-paging";
2
2
  import { SimplePollerLike, OperationState } from "@azure/core-lro";
3
- import { Pool, PoolListByBatchAccountOptionalParams, PoolCreateOptionalParams, PoolCreateResponse, PoolUpdateOptionalParams, PoolUpdateResponse, PoolDeleteOptionalParams, PoolGetOptionalParams, PoolGetResponse, PoolDisableAutoScaleOptionalParams, PoolDisableAutoScaleResponse, PoolStopResizeOptionalParams, PoolStopResizeResponse } from "../models";
3
+ import { Pool, PoolListByBatchAccountOptionalParams, PoolCreateOptionalParams, PoolCreateResponse, PoolUpdateOptionalParams, PoolUpdateResponse, PoolDeleteOptionalParams, PoolGetOptionalParams, PoolGetResponse, PoolDisableAutoScaleOptionalParams, PoolDisableAutoScaleResponse, PoolStopResizeOptionalParams, PoolStopResizeResponse } from "../models/index.js";
4
4
  /** Interface representing a PoolOperations. */
5
5
  export interface PoolOperations {
6
6
  /**
@@ -0,0 +1 @@
1
+ {"version":3,"file":"poolOperations.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/poolOperations.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AAChE,OAAO,EAAE,gBAAgB,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AACnE,OAAO,EACL,IAAI,EACJ,oCAAoC,EACpC,wBAAwB,EACxB,kBAAkB,EAClB,wBAAwB,EACxB,kBAAkB,EAClB,wBAAwB,EACxB,qBAAqB,EACrB,eAAe,EACf,kCAAkC,EAClC,4BAA4B,EAC5B,4BAA4B,EAC5B,sBAAsB,EACvB,MAAM,oBAAoB,CAAC;AAG5B,+CAA+C;AAC/C,MAAM,WAAW,cAAc;IAC7B;;;;;OAKG;IACH,kBAAkB,CAChB,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,OAAO,CAAC,EAAE,oCAAoC,GAC7C,0BAA0B,CAAC,IAAI,CAAC,CAAC;IACpC;;;;;;;OAOG;IACH,MAAM,CACJ,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,QAAQ,EAAE,MAAM,EAChB,UAAU,EAAE,IAAI,EAChB,OAAO,CAAC,EAAE,wBAAwB,GACjC,OAAO,CAAC,kBAAkB,CAAC,CAAC;IAC/B;;;;;;;;OAQG;IACH,MAAM,CACJ,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,QAAQ,EAAE,MAAM,EAChB,UAAU,EAAE,IAAI,EAChB,OAAO,CAAC,EAAE,wBAAwB,GACjC,OAAO,CAAC,kBAAkB,CAAC,CAAC;IAC/B;;;;;;OAMG;IACH,WAAW,CACT,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,QAAQ,EAAE,MAAM,EAChB,OAAO,CAAC,EAAE,wBAAwB,GACjC,OAAO,CAAC,gBAAgB,CAAC,cAAc,CAAC,IAAI,CAAC,EAAE,IAAI,CAAC,CAAC,CAAC;IACzD;;;;;;OAMG;IACH,kBAAkB,CAChB,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,QAAQ,EAAE,MAAM,EAChB,OAAO,CAAC,EAAE,wBAAwB,GACjC,OAAO,CAAC,IAAI,CAAC,CAAC;IACjB;;;;;;OAMG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,QAAQ,EAAE,MAAM,EAChB,OAAO,CAAC,EAAE,qBAAqB,GAC9B,OAAO,CAAC,eAAe,CAAC,CAAC;IAC5B;;;;;;OAMG;IACH,gBAAgB,CACd,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,QAAQ,EAAE,MAAM,EAChB,OAAO,CAAC,EAAE,kCAAkC,GAC3C,OAAO,CAAC,4BAA4B,CAAC,CAAC;IACzC;;;;;;;;;;;OAWG;IACH,UAAU,CACR,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,QAAQ,EAAE,MAAM,EAChB,OAAO,CAAC,EAAE,4BAA4B,GACrC,OAAO,CAAC,sBAAsB,CAAC,CAAC;CACpC"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"poolOperations.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/poolOperations.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 { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport { SimplePollerLike, OperationState } from \"@azure/core-lro\";\nimport {\n Pool,\n PoolListByBatchAccountOptionalParams,\n PoolCreateOptionalParams,\n PoolCreateResponse,\n PoolUpdateOptionalParams,\n PoolUpdateResponse,\n PoolDeleteOptionalParams,\n PoolGetOptionalParams,\n PoolGetResponse,\n PoolDisableAutoScaleOptionalParams,\n PoolDisableAutoScaleResponse,\n PoolStopResizeOptionalParams,\n PoolStopResizeResponse,\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Interface representing a PoolOperations. */\nexport interface PoolOperations {\n /**\n * Lists all of the pools in the specified account.\n * @param resourceGroupName The name of the resource group that contains the Batch account.\n * @param accountName The name of the Batch account.\n * @param options The options parameters.\n */\n listByBatchAccount(\n resourceGroupName: string,\n accountName: string,\n options?: PoolListByBatchAccountOptionalParams,\n ): PagedAsyncIterableIterator<Pool>;\n /**\n * Creates a new pool inside the specified account.\n * @param resourceGroupName The name of the resource group that contains the Batch account.\n * @param accountName The name of the Batch account.\n * @param poolName The pool name. This must be unique within the account.\n * @param parameters Additional parameters for pool creation.\n * @param options The options parameters.\n */\n create(\n resourceGroupName: string,\n accountName: string,\n poolName: string,\n parameters: Pool,\n options?: PoolCreateOptionalParams,\n ): Promise<PoolCreateResponse>;\n /**\n * Updates the properties of an existing pool.\n * @param resourceGroupName The name of the resource group that contains the Batch account.\n * @param accountName The name of the Batch account.\n * @param poolName The pool name. This must be unique within the account.\n * @param parameters Pool properties that should be updated. Properties that are supplied will be\n * updated, any property not supplied will be unchanged.\n * @param options The options parameters.\n */\n update(\n resourceGroupName: string,\n accountName: string,\n poolName: string,\n parameters: Pool,\n options?: PoolUpdateOptionalParams,\n ): Promise<PoolUpdateResponse>;\n /**\n * Deletes the specified pool.\n * @param resourceGroupName The name of the resource group that contains the Batch account.\n * @param accountName The name of the Batch account.\n * @param poolName The pool name. This must be unique within the account.\n * @param options The options parameters.\n */\n beginDelete(\n resourceGroupName: string,\n accountName: string,\n poolName: string,\n options?: PoolDeleteOptionalParams,\n ): Promise<SimplePollerLike<OperationState<void>, void>>;\n /**\n * Deletes the specified pool.\n * @param resourceGroupName The name of the resource group that contains the Batch account.\n * @param accountName The name of the Batch account.\n * @param poolName The pool name. This must be unique within the account.\n * @param options The options parameters.\n */\n beginDeleteAndWait(\n resourceGroupName: string,\n accountName: string,\n poolName: string,\n options?: PoolDeleteOptionalParams,\n ): Promise<void>;\n /**\n * Gets information about the specified pool.\n * @param resourceGroupName The name of the resource group that contains the Batch account.\n * @param accountName The name of the Batch account.\n * @param poolName The pool name. This must be unique within the account.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n accountName: string,\n poolName: string,\n options?: PoolGetOptionalParams,\n ): Promise<PoolGetResponse>;\n /**\n * Disables automatic scaling for a pool.\n * @param resourceGroupName The name of the resource group that contains the Batch account.\n * @param accountName The name of the Batch account.\n * @param poolName The pool name. This must be unique within the account.\n * @param options The options parameters.\n */\n disableAutoScale(\n resourceGroupName: string,\n accountName: string,\n poolName: string,\n options?: PoolDisableAutoScaleOptionalParams,\n ): Promise<PoolDisableAutoScaleResponse>;\n /**\n * This does not restore the pool to its previous state before the resize operation: it only stops any\n * further changes being made, and the pool maintains its current state. After stopping, the pool\n * stabilizes at the number of nodes it was at when the stop operation was done. During the stop\n * operation, the pool allocation state changes first to stopping and then to steady. A resize\n * operation need not be an explicit resize pool request; this API can also be used to halt the initial\n * sizing of the pool when it is created.\n * @param resourceGroupName The name of the resource group that contains the Batch account.\n * @param accountName The name of the Batch account.\n * @param poolName The pool name. This must be unique within the account.\n * @param options The options parameters.\n */\n stopResize(\n resourceGroupName: string,\n accountName: string,\n poolName: string,\n options?: PoolStopResizeOptionalParams,\n ): Promise<PoolStopResizeResponse>;\n}\n"]}
@@ -1,6 +1,6 @@
1
1
  import { PagedAsyncIterableIterator } from "@azure/core-paging";
2
2
  import { SimplePollerLike, OperationState } from "@azure/core-lro";
3
- import { PrivateEndpointConnection, PrivateEndpointConnectionListByBatchAccountOptionalParams, PrivateEndpointConnectionGetOptionalParams, PrivateEndpointConnectionGetResponse, PrivateEndpointConnectionUpdateOptionalParams, PrivateEndpointConnectionUpdateResponse, PrivateEndpointConnectionDeleteOptionalParams, PrivateEndpointConnectionDeleteResponse } from "../models";
3
+ import { PrivateEndpointConnection, PrivateEndpointConnectionListByBatchAccountOptionalParams, PrivateEndpointConnectionGetOptionalParams, PrivateEndpointConnectionGetResponse, PrivateEndpointConnectionUpdateOptionalParams, PrivateEndpointConnectionUpdateResponse, PrivateEndpointConnectionDeleteOptionalParams, PrivateEndpointConnectionDeleteResponse } from "../models/index.js";
4
4
  /** Interface representing a PrivateEndpointConnectionOperations. */
5
5
  export interface PrivateEndpointConnectionOperations {
6
6
  /**
@@ -0,0 +1 @@
1
+ {"version":3,"file":"privateEndpointConnectionOperations.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/privateEndpointConnectionOperations.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AAChE,OAAO,EAAE,gBAAgB,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AACnE,OAAO,EACL,yBAAyB,EACzB,yDAAyD,EACzD,0CAA0C,EAC1C,oCAAoC,EACpC,6CAA6C,EAC7C,uCAAuC,EACvC,6CAA6C,EAC7C,uCAAuC,EACxC,MAAM,oBAAoB,CAAC;AAG5B,oEAAoE;AACpE,MAAM,WAAW,mCAAmC;IAClD;;;;;OAKG;IACH,kBAAkB,CAChB,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,OAAO,CAAC,EAAE,yDAAyD,GAClE,0BAA0B,CAAC,yBAAyB,CAAC,CAAC;IACzD;;;;;;;OAOG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,6BAA6B,EAAE,MAAM,EACrC,OAAO,CAAC,EAAE,0CAA0C,GACnD,OAAO,CAAC,oCAAoC,CAAC,CAAC;IACjD;;;;;;;;;OASG;IACH,WAAW,CACT,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,6BAA6B,EAAE,MAAM,EACrC,UAAU,EAAE,yBAAyB,EACrC,OAAO,CAAC,EAAE,6CAA6C,GACtD,OAAO,CACR,gBAAgB,CACd,cAAc,CAAC,uCAAuC,CAAC,EACvD,uCAAuC,CACxC,CACF,CAAC;IACF;;;;;;;;;OASG;IACH,kBAAkB,CAChB,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,6BAA6B,EAAE,MAAM,EACrC,UAAU,EAAE,yBAAyB,EACrC,OAAO,CAAC,EAAE,6CAA6C,GACtD,OAAO,CAAC,uCAAuC,CAAC,CAAC;IACpD;;;;;;;OAOG;IACH,WAAW,CACT,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,6BAA6B,EAAE,MAAM,EACrC,OAAO,CAAC,EAAE,6CAA6C,GACtD,OAAO,CACR,gBAAgB,CACd,cAAc,CAAC,uCAAuC,CAAC,EACvD,uCAAuC,CACxC,CACF,CAAC;IACF;;;;;;;OAOG;IACH,kBAAkB,CAChB,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,6BAA6B,EAAE,MAAM,EACrC,OAAO,CAAC,EAAE,6CAA6C,GACtD,OAAO,CAAC,uCAAuC,CAAC,CAAC;CACrD"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"privateEndpointConnectionOperations.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/privateEndpointConnectionOperations.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 { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport { SimplePollerLike, OperationState } from \"@azure/core-lro\";\nimport {\n PrivateEndpointConnection,\n PrivateEndpointConnectionListByBatchAccountOptionalParams,\n PrivateEndpointConnectionGetOptionalParams,\n PrivateEndpointConnectionGetResponse,\n PrivateEndpointConnectionUpdateOptionalParams,\n PrivateEndpointConnectionUpdateResponse,\n PrivateEndpointConnectionDeleteOptionalParams,\n PrivateEndpointConnectionDeleteResponse,\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Interface representing a PrivateEndpointConnectionOperations. */\nexport interface PrivateEndpointConnectionOperations {\n /**\n * Lists all of the private endpoint connections in the specified account.\n * @param resourceGroupName The name of the resource group that contains the Batch account.\n * @param accountName The name of the Batch account.\n * @param options The options parameters.\n */\n listByBatchAccount(\n resourceGroupName: string,\n accountName: string,\n options?: PrivateEndpointConnectionListByBatchAccountOptionalParams,\n ): PagedAsyncIterableIterator<PrivateEndpointConnection>;\n /**\n * Gets information about the specified private endpoint connection.\n * @param resourceGroupName The name of the resource group that contains the Batch account.\n * @param accountName The name of the Batch account.\n * @param privateEndpointConnectionName The private endpoint connection name. This must be unique\n * within the account.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n accountName: string,\n privateEndpointConnectionName: string,\n options?: PrivateEndpointConnectionGetOptionalParams,\n ): Promise<PrivateEndpointConnectionGetResponse>;\n /**\n * Updates the properties of an existing private endpoint connection.\n * @param resourceGroupName The name of the resource group that contains the Batch account.\n * @param accountName The name of the Batch account.\n * @param privateEndpointConnectionName The private endpoint connection name. This must be unique\n * within the account.\n * @param parameters PrivateEndpointConnection properties that should be updated. Properties that are\n * supplied will be updated, any property not supplied will be unchanged.\n * @param options The options parameters.\n */\n beginUpdate(\n resourceGroupName: string,\n accountName: string,\n privateEndpointConnectionName: string,\n parameters: PrivateEndpointConnection,\n options?: PrivateEndpointConnectionUpdateOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<PrivateEndpointConnectionUpdateResponse>,\n PrivateEndpointConnectionUpdateResponse\n >\n >;\n /**\n * Updates the properties of an existing private endpoint connection.\n * @param resourceGroupName The name of the resource group that contains the Batch account.\n * @param accountName The name of the Batch account.\n * @param privateEndpointConnectionName The private endpoint connection name. This must be unique\n * within the account.\n * @param parameters PrivateEndpointConnection properties that should be updated. Properties that are\n * supplied will be updated, any property not supplied will be unchanged.\n * @param options The options parameters.\n */\n beginUpdateAndWait(\n resourceGroupName: string,\n accountName: string,\n privateEndpointConnectionName: string,\n parameters: PrivateEndpointConnection,\n options?: PrivateEndpointConnectionUpdateOptionalParams,\n ): Promise<PrivateEndpointConnectionUpdateResponse>;\n /**\n * Deletes the specified private endpoint connection.\n * @param resourceGroupName The name of the resource group that contains the Batch account.\n * @param accountName The name of the Batch account.\n * @param privateEndpointConnectionName The private endpoint connection name. This must be unique\n * within the account.\n * @param options The options parameters.\n */\n beginDelete(\n resourceGroupName: string,\n accountName: string,\n privateEndpointConnectionName: string,\n options?: PrivateEndpointConnectionDeleteOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<PrivateEndpointConnectionDeleteResponse>,\n PrivateEndpointConnectionDeleteResponse\n >\n >;\n /**\n * Deletes the specified private endpoint connection.\n * @param resourceGroupName The name of the resource group that contains the Batch account.\n * @param accountName The name of the Batch account.\n * @param privateEndpointConnectionName The private endpoint connection name. This must be unique\n * within the account.\n * @param options The options parameters.\n */\n beginDeleteAndWait(\n resourceGroupName: string,\n accountName: string,\n privateEndpointConnectionName: string,\n options?: PrivateEndpointConnectionDeleteOptionalParams,\n ): Promise<PrivateEndpointConnectionDeleteResponse>;\n}\n"]}
@@ -1,5 +1,5 @@
1
1
  import { PagedAsyncIterableIterator } from "@azure/core-paging";
2
- import { PrivateLinkResource, PrivateLinkResourceListByBatchAccountOptionalParams, PrivateLinkResourceGetOptionalParams, PrivateLinkResourceGetResponse } from "../models";
2
+ import { PrivateLinkResource, PrivateLinkResourceListByBatchAccountOptionalParams, PrivateLinkResourceGetOptionalParams, PrivateLinkResourceGetResponse } from "../models/index.js";
3
3
  /** Interface representing a PrivateLinkResourceOperations. */
4
4
  export interface PrivateLinkResourceOperations {
5
5
  /**
@@ -0,0 +1 @@
1
+ {"version":3,"file":"privateLinkResourceOperations.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/privateLinkResourceOperations.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AAChE,OAAO,EACL,mBAAmB,EACnB,mDAAmD,EACnD,oCAAoC,EACpC,8BAA8B,EAC/B,MAAM,oBAAoB,CAAC;AAG5B,8DAA8D;AAC9D,MAAM,WAAW,6BAA6B;IAC5C;;;;;OAKG;IACH,kBAAkB,CAChB,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,OAAO,CAAC,EAAE,mDAAmD,GAC5D,0BAA0B,CAAC,mBAAmB,CAAC,CAAC;IACnD;;;;;;;OAOG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,uBAAuB,EAAE,MAAM,EAC/B,OAAO,CAAC,EAAE,oCAAoC,GAC7C,OAAO,CAAC,8BAA8B,CAAC,CAAC;CAC5C"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"privateLinkResourceOperations.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/privateLinkResourceOperations.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 { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport {\n PrivateLinkResource,\n PrivateLinkResourceListByBatchAccountOptionalParams,\n PrivateLinkResourceGetOptionalParams,\n PrivateLinkResourceGetResponse,\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Interface representing a PrivateLinkResourceOperations. */\nexport interface PrivateLinkResourceOperations {\n /**\n * Lists all of the private link resources in the specified account.\n * @param resourceGroupName The name of the resource group that contains the Batch account.\n * @param accountName The name of the Batch account.\n * @param options The options parameters.\n */\n listByBatchAccount(\n resourceGroupName: string,\n accountName: string,\n options?: PrivateLinkResourceListByBatchAccountOptionalParams,\n ): PagedAsyncIterableIterator<PrivateLinkResource>;\n /**\n * Gets information about the specified private link resource.\n * @param resourceGroupName The name of the resource group that contains the Batch account.\n * @param accountName The name of the Batch account.\n * @param privateLinkResourceName The private link resource name. This must be unique within the\n * account.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n accountName: string,\n privateLinkResourceName: string,\n options?: PrivateLinkResourceGetOptionalParams,\n ): Promise<PrivateLinkResourceGetResponse>;\n}\n"]}
@@ -0,0 +1,3 @@
1
+ {
2
+ "type": "module"
3
+ }
@@ -0,0 +1 @@
1
+ {"version":3,"file":"pagingHelper.js","sourceRoot":"","sources":["../../src/pagingHelper.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAMH,MAAM,OAAO,GAAG,IAAI,OAAO,EAAoB,CAAC;AAEhD;;;;;;GAMG;AACH,MAAM,UAAU,oBAAoB,CAAC,IAAa;;IAChD,IAAI,OAAO,IAAI,KAAK,QAAQ,IAAI,IAAI,KAAK,IAAI,EAAE,CAAC;QAC9C,OAAO,SAAS,CAAC;IACnB,CAAC;IACD,OAAO,MAAA,OAAO,CAAC,GAAG,CAAC,IAAI,CAAC,0CAAE,iBAAiB,CAAC;AAC9C,CAAC;AAED,MAAM,UAAU,oBAAoB,CAClC,IAAa,EACb,iBAAqC;;IAErC,IAAI,OAAO,IAAI,KAAK,QAAQ,IAAI,IAAI,KAAK,IAAI,IAAI,CAAC,iBAAiB,EAAE,CAAC;QACpE,OAAO;IACT,CAAC;IACD,MAAM,QAAQ,GAAG,MAAA,OAAO,CAAC,GAAG,CAAC,IAAI,CAAC,mCAAI,EAAE,CAAC;IACzC,QAAQ,CAAC,iBAAiB,GAAG,iBAAiB,CAAC;IAC/C,OAAO,CAAC,GAAG,CAAC,IAAI,EAAE,QAAQ,CAAC,CAAC;AAC9B,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 interface PageInfo {\n continuationToken?: string;\n}\n\nconst pageMap = new WeakMap<object, PageInfo>();\n\n/**\n * Given the last `.value` produced by the `byPage` iterator,\n * returns a continuation token that can be used to begin paging from\n * that point later.\n * @param page An object from accessing `value` on the IteratorResult from a `byPage` iterator.\n * @returns The continuation token that can be passed into byPage() during future calls.\n */\nexport function getContinuationToken(page: unknown): string | undefined {\n if (typeof page !== \"object\" || page === null) {\n return undefined;\n }\n return pageMap.get(page)?.continuationToken;\n}\n\nexport function setContinuationToken(\n page: unknown,\n continuationToken: string | undefined,\n): void {\n if (typeof page !== \"object\" || page === null || !continuationToken) {\n return;\n }\n const pageInfo = pageMap.get(page) ?? {};\n pageInfo.continuationToken = continuationToken;\n pageMap.set(page, pageInfo);\n}\n"]}
@@ -0,0 +1,30 @@
1
+ import * as coreClient from "@azure/core-client";
2
+ import * as coreAuth from "@azure/core-auth";
3
+ import { BatchAccountOperations, ApplicationPackageOperations, ApplicationOperations, Location, Operations, CertificateOperations, PrivateLinkResourceOperations, PrivateEndpointConnectionOperations, PoolOperations, NetworkSecurityPerimeterOperations } from "./operationsInterfaces/index.js";
4
+ import { BatchManagementClientOptionalParams } from "./models/index.js";
5
+ export declare class BatchManagementClient extends coreClient.ServiceClient {
6
+ $host: string;
7
+ apiVersion: string;
8
+ subscriptionId: string;
9
+ /**
10
+ * Initializes a new instance of the BatchManagementClient class.
11
+ * @param credentials Subscription credentials which uniquely identify client subscription.
12
+ * @param subscriptionId The Azure subscription ID. This is a GUID-formatted string (e.g.
13
+ * 00000000-0000-0000-0000-000000000000)
14
+ * @param options The parameter options
15
+ */
16
+ constructor(credentials: coreAuth.TokenCredential, subscriptionId: string, options?: BatchManagementClientOptionalParams);
17
+ /** A function that adds a policy that sets the api-version (or equivalent) to reflect the library version. */
18
+ private addCustomApiVersionPolicy;
19
+ batchAccountOperations: BatchAccountOperations;
20
+ applicationPackageOperations: ApplicationPackageOperations;
21
+ applicationOperations: ApplicationOperations;
22
+ location: Location;
23
+ operations: Operations;
24
+ certificateOperations: CertificateOperations;
25
+ privateLinkResourceOperations: PrivateLinkResourceOperations;
26
+ privateEndpointConnectionOperations: PrivateEndpointConnectionOperations;
27
+ poolOperations: PoolOperations;
28
+ networkSecurityPerimeterOperations: NetworkSecurityPerimeterOperations;
29
+ }
30
+ //# sourceMappingURL=batchManagementClient.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"batchManagementClient.d.ts","sourceRoot":"","sources":["../../src/batchManagementClient.ts"],"names":[],"mappings":"AAQA,OAAO,KAAK,UAAU,MAAM,oBAAoB,CAAC;AAOjD,OAAO,KAAK,QAAQ,MAAM,kBAAkB,CAAC;AAa7C,OAAO,EACL,sBAAsB,EACtB,4BAA4B,EAC5B,qBAAqB,EACrB,QAAQ,EACR,UAAU,EACV,qBAAqB,EACrB,6BAA6B,EAC7B,mCAAmC,EACnC,cAAc,EACd,kCAAkC,EACnC,MAAM,iCAAiC,CAAC;AACzC,OAAO,EAAE,mCAAmC,EAAE,MAAM,mBAAmB,CAAC;AAExE,qBAAa,qBAAsB,SAAQ,UAAU,CAAC,aAAa;IACjE,KAAK,EAAE,MAAM,CAAC;IACd,UAAU,EAAE,MAAM,CAAC;IACnB,cAAc,EAAE,MAAM,CAAC;IAEvB;;;;;;OAMG;gBAED,WAAW,EAAE,QAAQ,CAAC,eAAe,EACrC,cAAc,EAAE,MAAM,EACtB,OAAO,CAAC,EAAE,mCAAmC;IA4F/C,8GAA8G;IAC9G,OAAO,CAAC,yBAAyB;IA2BjC,sBAAsB,EAAE,sBAAsB,CAAC;IAC/C,4BAA4B,EAAE,4BAA4B,CAAC;IAC3D,qBAAqB,EAAE,qBAAqB,CAAC;IAC7C,QAAQ,EAAE,QAAQ,CAAC;IACnB,UAAU,EAAE,UAAU,CAAC;IACvB,qBAAqB,EAAE,qBAAqB,CAAC;IAC7C,6BAA6B,EAAE,6BAA6B,CAAC;IAC7D,mCAAmC,EAAE,mCAAmC,CAAC;IACzE,cAAc,EAAE,cAAc,CAAC;IAC/B,kCAAkC,EAAE,kCAAkC,CAAC;CACxE"}
@@ -0,0 +1,114 @@
1
+ "use strict";
2
+ /*
3
+ * Copyright (c) Microsoft Corporation.
4
+ * Licensed under the MIT License.
5
+ *
6
+ * Code generated by Microsoft (R) AutoRest Code Generator.
7
+ * Changes may cause incorrect behavior and will be lost if the code is regenerated.
8
+ */
9
+ Object.defineProperty(exports, "__esModule", { value: true });
10
+ exports.BatchManagementClient = void 0;
11
+ const tslib_1 = require("tslib");
12
+ const coreClient = tslib_1.__importStar(require("@azure/core-client"));
13
+ const coreRestPipeline = tslib_1.__importStar(require("@azure/core-rest-pipeline"));
14
+ const index_js_1 = require("./operations/index.js");
15
+ class BatchManagementClient extends coreClient.ServiceClient {
16
+ /**
17
+ * Initializes a new instance of the BatchManagementClient class.
18
+ * @param credentials Subscription credentials which uniquely identify client subscription.
19
+ * @param subscriptionId The Azure subscription ID. This is a GUID-formatted string (e.g.
20
+ * 00000000-0000-0000-0000-000000000000)
21
+ * @param options The parameter options
22
+ */
23
+ constructor(credentials, subscriptionId, options) {
24
+ var _a, _b, _c;
25
+ if (credentials === undefined) {
26
+ throw new Error("'credentials' cannot be null");
27
+ }
28
+ if (subscriptionId === undefined) {
29
+ throw new Error("'subscriptionId' cannot be null");
30
+ }
31
+ // Initializing default values for options
32
+ if (!options) {
33
+ options = {};
34
+ }
35
+ const defaults = {
36
+ requestContentType: "application/json; charset=utf-8",
37
+ credential: credentials,
38
+ };
39
+ const packageDetails = `azsdk-js-arm-batch/10.0.1`;
40
+ const userAgentPrefix = options.userAgentOptions && options.userAgentOptions.userAgentPrefix
41
+ ? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`
42
+ : `${packageDetails}`;
43
+ const optionsWithDefaults = Object.assign(Object.assign(Object.assign({}, defaults), options), { userAgentOptions: {
44
+ userAgentPrefix,
45
+ }, endpoint: (_b = (_a = options.endpoint) !== null && _a !== void 0 ? _a : options.baseUri) !== null && _b !== void 0 ? _b : "https://management.azure.com" });
46
+ super(optionsWithDefaults);
47
+ let bearerTokenAuthenticationPolicyFound = false;
48
+ if ((options === null || options === void 0 ? void 0 : options.pipeline) && options.pipeline.getOrderedPolicies().length > 0) {
49
+ const pipelinePolicies = options.pipeline.getOrderedPolicies();
50
+ bearerTokenAuthenticationPolicyFound = pipelinePolicies.some((pipelinePolicy) => pipelinePolicy.name ===
51
+ coreRestPipeline.bearerTokenAuthenticationPolicyName);
52
+ }
53
+ if (!options ||
54
+ !options.pipeline ||
55
+ options.pipeline.getOrderedPolicies().length == 0 ||
56
+ !bearerTokenAuthenticationPolicyFound) {
57
+ this.pipeline.removePolicy({
58
+ name: coreRestPipeline.bearerTokenAuthenticationPolicyName,
59
+ });
60
+ this.pipeline.addPolicy(coreRestPipeline.bearerTokenAuthenticationPolicy({
61
+ credential: credentials,
62
+ scopes: (_c = optionsWithDefaults.credentialScopes) !== null && _c !== void 0 ? _c : `${optionsWithDefaults.endpoint}/.default`,
63
+ challengeCallbacks: {
64
+ authorizeRequestOnChallenge: coreClient.authorizeRequestOnClaimChallenge,
65
+ },
66
+ }));
67
+ }
68
+ // Parameter assignments
69
+ this.subscriptionId = subscriptionId;
70
+ // Assigning values to Constant parameters
71
+ this.$host = options.$host || "https://management.azure.com";
72
+ this.apiVersion = options.apiVersion || "2024-07-01";
73
+ this.batchAccountOperations = new index_js_1.BatchAccountOperationsImpl(this);
74
+ this.applicationPackageOperations = new index_js_1.ApplicationPackageOperationsImpl(this);
75
+ this.applicationOperations = new index_js_1.ApplicationOperationsImpl(this);
76
+ this.location = new index_js_1.LocationImpl(this);
77
+ this.operations = new index_js_1.OperationsImpl(this);
78
+ this.certificateOperations = new index_js_1.CertificateOperationsImpl(this);
79
+ this.privateLinkResourceOperations = new index_js_1.PrivateLinkResourceOperationsImpl(this);
80
+ this.privateEndpointConnectionOperations =
81
+ new index_js_1.PrivateEndpointConnectionOperationsImpl(this);
82
+ this.poolOperations = new index_js_1.PoolOperationsImpl(this);
83
+ this.networkSecurityPerimeterOperations =
84
+ new index_js_1.NetworkSecurityPerimeterOperationsImpl(this);
85
+ this.addCustomApiVersionPolicy(options.apiVersion);
86
+ }
87
+ /** A function that adds a policy that sets the api-version (or equivalent) to reflect the library version. */
88
+ addCustomApiVersionPolicy(apiVersion) {
89
+ if (!apiVersion) {
90
+ return;
91
+ }
92
+ const apiVersionPolicy = {
93
+ name: "CustomApiVersionPolicy",
94
+ async sendRequest(request, next) {
95
+ const param = request.url.split("?");
96
+ if (param.length > 1) {
97
+ const newParams = param[1].split("&").map((item) => {
98
+ if (item.indexOf("api-version") > -1) {
99
+ return "api-version=" + apiVersion;
100
+ }
101
+ else {
102
+ return item;
103
+ }
104
+ });
105
+ request.url = param[0] + "?" + newParams.join("&");
106
+ }
107
+ return next(request);
108
+ },
109
+ };
110
+ this.pipeline.addPolicy(apiVersionPolicy);
111
+ }
112
+ }
113
+ exports.BatchManagementClient = BatchManagementClient;
114
+ //# sourceMappingURL=batchManagementClient.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"batchManagementClient.js","sourceRoot":"","sources":["../../src/batchManagementClient.ts"],"names":[],"mappings":";AAAA;;;;;;GAMG;;;;AAEH,uEAAiD;AACjD,oFAA8D;AAO9D,oDAW+B;AAe/B,MAAa,qBAAsB,SAAQ,UAAU,CAAC,aAAa;IAKjE;;;;;;OAMG;IACH,YACE,WAAqC,EACrC,cAAsB,EACtB,OAA6C;;QAE7C,IAAI,WAAW,KAAK,SAAS,EAAE,CAAC;YAC9B,MAAM,IAAI,KAAK,CAAC,8BAA8B,CAAC,CAAC;QAClD,CAAC;QACD,IAAI,cAAc,KAAK,SAAS,EAAE,CAAC;YACjC,MAAM,IAAI,KAAK,CAAC,iCAAiC,CAAC,CAAC;QACrD,CAAC;QAED,0CAA0C;QAC1C,IAAI,CAAC,OAAO,EAAE,CAAC;YACb,OAAO,GAAG,EAAE,CAAC;QACf,CAAC;QACD,MAAM,QAAQ,GAAwC;YACpD,kBAAkB,EAAE,iCAAiC;YACrD,UAAU,EAAE,WAAW;SACxB,CAAC;QAEF,MAAM,cAAc,GAAG,2BAA2B,CAAC;QACnD,MAAM,eAAe,GACnB,OAAO,CAAC,gBAAgB,IAAI,OAAO,CAAC,gBAAgB,CAAC,eAAe;YAClE,CAAC,CAAC,GAAG,OAAO,CAAC,gBAAgB,CAAC,eAAe,IAAI,cAAc,EAAE;YACjE,CAAC,CAAC,GAAG,cAAc,EAAE,CAAC;QAE1B,MAAM,mBAAmB,iDACpB,QAAQ,GACR,OAAO,KACV,gBAAgB,EAAE;gBAChB,eAAe;aAChB,EACD,QAAQ,EACN,MAAA,MAAA,OAAO,CAAC,QAAQ,mCAAI,OAAO,CAAC,OAAO,mCAAI,8BAA8B,GACxE,CAAC;QACF,KAAK,CAAC,mBAAmB,CAAC,CAAC;QAE3B,IAAI,oCAAoC,GAAY,KAAK,CAAC;QAC1D,IAAI,CAAA,OAAO,aAAP,OAAO,uBAAP,OAAO,CAAE,QAAQ,KAAI,OAAO,CAAC,QAAQ,CAAC,kBAAkB,EAAE,CAAC,MAAM,GAAG,CAAC,EAAE,CAAC;YAC1E,MAAM,gBAAgB,GACpB,OAAO,CAAC,QAAQ,CAAC,kBAAkB,EAAE,CAAC;YACxC,oCAAoC,GAAG,gBAAgB,CAAC,IAAI,CAC1D,CAAC,cAAc,EAAE,EAAE,CACjB,cAAc,CAAC,IAAI;gBACnB,gBAAgB,CAAC,mCAAmC,CACvD,CAAC;QACJ,CAAC;QACD,IACE,CAAC,OAAO;YACR,CAAC,OAAO,CAAC,QAAQ;YACjB,OAAO,CAAC,QAAQ,CAAC,kBAAkB,EAAE,CAAC,MAAM,IAAI,CAAC;YACjD,CAAC,oCAAoC,EACrC,CAAC;YACD,IAAI,CAAC,QAAQ,CAAC,YAAY,CAAC;gBACzB,IAAI,EAAE,gBAAgB,CAAC,mCAAmC;aAC3D,CAAC,CAAC;YACH,IAAI,CAAC,QAAQ,CAAC,SAAS,CACrB,gBAAgB,CAAC,+BAA+B,CAAC;gBAC/C,UAAU,EAAE,WAAW;gBACvB,MAAM,EACJ,MAAA,mBAAmB,CAAC,gBAAgB,mCACpC,GAAG,mBAAmB,CAAC,QAAQ,WAAW;gBAC5C,kBAAkB,EAAE;oBAClB,2BAA2B,EACzB,UAAU,CAAC,gCAAgC;iBAC9C;aACF,CAAC,CACH,CAAC;QACJ,CAAC;QACD,wBAAwB;QACxB,IAAI,CAAC,cAAc,GAAG,cAAc,CAAC;QAErC,0CAA0C;QAC1C,IAAI,CAAC,KAAK,GAAG,OAAO,CAAC,KAAK,IAAI,8BAA8B,CAAC;QAC7D,IAAI,CAAC,UAAU,GAAG,OAAO,CAAC,UAAU,IAAI,YAAY,CAAC;QACrD,IAAI,CAAC,sBAAsB,GAAG,IAAI,qCAA0B,CAAC,IAAI,CAAC,CAAC;QACnE,IAAI,CAAC,4BAA4B,GAAG,IAAI,2CAAgC,CACtE,IAAI,CACL,CAAC;QACF,IAAI,CAAC,qBAAqB,GAAG,IAAI,oCAAyB,CAAC,IAAI,CAAC,CAAC;QACjE,IAAI,CAAC,QAAQ,GAAG,IAAI,uBAAY,CAAC,IAAI,CAAC,CAAC;QACvC,IAAI,CAAC,UAAU,GAAG,IAAI,yBAAc,CAAC,IAAI,CAAC,CAAC;QAC3C,IAAI,CAAC,qBAAqB,GAAG,IAAI,oCAAyB,CAAC,IAAI,CAAC,CAAC;QACjE,IAAI,CAAC,6BAA6B,GAAG,IAAI,4CAAiC,CACxE,IAAI,CACL,CAAC;QACF,IAAI,CAAC,mCAAmC;YACtC,IAAI,kDAAuC,CAAC,IAAI,CAAC,CAAC;QACpD,IAAI,CAAC,cAAc,GAAG,IAAI,6BAAkB,CAAC,IAAI,CAAC,CAAC;QACnD,IAAI,CAAC,kCAAkC;YACrC,IAAI,iDAAsC,CAAC,IAAI,CAAC,CAAC;QACnD,IAAI,CAAC,yBAAyB,CAAC,OAAO,CAAC,UAAU,CAAC,CAAC;IACrD,CAAC;IAED,8GAA8G;IACtG,yBAAyB,CAAC,UAAmB;QACnD,IAAI,CAAC,UAAU,EAAE,CAAC;YAChB,OAAO;QACT,CAAC;QACD,MAAM,gBAAgB,GAAG;YACvB,IAAI,EAAE,wBAAwB;YAC9B,KAAK,CAAC,WAAW,CACf,OAAwB,EACxB,IAAiB;gBAEjB,MAAM,KAAK,GAAG,OAAO,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC;gBACrC,IAAI,KAAK,CAAC,MAAM,GAAG,CAAC,EAAE,CAAC;oBACrB,MAAM,SAAS,GAAG,KAAK,CAAC,CAAC,CAAC,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC,GAAG,CAAC,CAAC,IAAI,EAAE,EAAE;wBACjD,IAAI,IAAI,CAAC,OAAO,CAAC,aAAa,CAAC,GAAG,CAAC,CAAC,EAAE,CAAC;4BACrC,OAAO,cAAc,GAAG,UAAU,CAAC;wBACrC,CAAC;6BAAM,CAAC;4BACN,OAAO,IAAI,CAAC;wBACd,CAAC;oBACH,CAAC,CAAC,CAAC;oBACH,OAAO,CAAC,GAAG,GAAG,KAAK,CAAC,CAAC,CAAC,GAAG,GAAG,GAAG,SAAS,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC;gBACrD,CAAC;gBACD,OAAO,IAAI,CAAC,OAAO,CAAC,CAAC;YACvB,CAAC;SACF,CAAC;QACF,IAAI,CAAC,QAAQ,CAAC,SAAS,CAAC,gBAAgB,CAAC,CAAC;IAC5C,CAAC;CAYF;AAjJD,sDAiJC","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport * as coreClient from \"@azure/core-client\";\nimport * as coreRestPipeline from \"@azure/core-rest-pipeline\";\nimport {\n PipelineRequest,\n PipelineResponse,\n SendRequest,\n} from \"@azure/core-rest-pipeline\";\nimport * as coreAuth from \"@azure/core-auth\";\nimport {\n BatchAccountOperationsImpl,\n ApplicationPackageOperationsImpl,\n ApplicationOperationsImpl,\n LocationImpl,\n OperationsImpl,\n CertificateOperationsImpl,\n PrivateLinkResourceOperationsImpl,\n PrivateEndpointConnectionOperationsImpl,\n PoolOperationsImpl,\n NetworkSecurityPerimeterOperationsImpl,\n} from \"./operations/index.js\";\nimport {\n BatchAccountOperations,\n ApplicationPackageOperations,\n ApplicationOperations,\n Location,\n Operations,\n CertificateOperations,\n PrivateLinkResourceOperations,\n PrivateEndpointConnectionOperations,\n PoolOperations,\n NetworkSecurityPerimeterOperations,\n} from \"./operationsInterfaces/index.js\";\nimport { BatchManagementClientOptionalParams } from \"./models/index.js\";\n\nexport class BatchManagementClient extends coreClient.ServiceClient {\n $host: string;\n apiVersion: string;\n subscriptionId: string;\n\n /**\n * Initializes a new instance of the BatchManagementClient class.\n * @param credentials Subscription credentials which uniquely identify client subscription.\n * @param subscriptionId The Azure subscription ID. This is a GUID-formatted string (e.g.\n * 00000000-0000-0000-0000-000000000000)\n * @param options The parameter options\n */\n constructor(\n credentials: coreAuth.TokenCredential,\n subscriptionId: string,\n options?: BatchManagementClientOptionalParams,\n ) {\n if (credentials === undefined) {\n throw new Error(\"'credentials' cannot be null\");\n }\n if (subscriptionId === undefined) {\n throw new Error(\"'subscriptionId' cannot be null\");\n }\n\n // Initializing default values for options\n if (!options) {\n options = {};\n }\n const defaults: BatchManagementClientOptionalParams = {\n requestContentType: \"application/json; charset=utf-8\",\n credential: credentials,\n };\n\n const packageDetails = `azsdk-js-arm-batch/10.0.1`;\n const userAgentPrefix =\n options.userAgentOptions && options.userAgentOptions.userAgentPrefix\n ? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`\n : `${packageDetails}`;\n\n const optionsWithDefaults = {\n ...defaults,\n ...options,\n userAgentOptions: {\n userAgentPrefix,\n },\n endpoint:\n options.endpoint ?? options.baseUri ?? \"https://management.azure.com\",\n };\n super(optionsWithDefaults);\n\n let bearerTokenAuthenticationPolicyFound: boolean = false;\n if (options?.pipeline && options.pipeline.getOrderedPolicies().length > 0) {\n const pipelinePolicies: coreRestPipeline.PipelinePolicy[] =\n options.pipeline.getOrderedPolicies();\n bearerTokenAuthenticationPolicyFound = pipelinePolicies.some(\n (pipelinePolicy) =>\n pipelinePolicy.name ===\n coreRestPipeline.bearerTokenAuthenticationPolicyName,\n );\n }\n if (\n !options ||\n !options.pipeline ||\n options.pipeline.getOrderedPolicies().length == 0 ||\n !bearerTokenAuthenticationPolicyFound\n ) {\n this.pipeline.removePolicy({\n name: coreRestPipeline.bearerTokenAuthenticationPolicyName,\n });\n this.pipeline.addPolicy(\n coreRestPipeline.bearerTokenAuthenticationPolicy({\n credential: credentials,\n scopes:\n optionsWithDefaults.credentialScopes ??\n `${optionsWithDefaults.endpoint}/.default`,\n challengeCallbacks: {\n authorizeRequestOnChallenge:\n coreClient.authorizeRequestOnClaimChallenge,\n },\n }),\n );\n }\n // Parameter assignments\n this.subscriptionId = subscriptionId;\n\n // Assigning values to Constant parameters\n this.$host = options.$host || \"https://management.azure.com\";\n this.apiVersion = options.apiVersion || \"2024-07-01\";\n this.batchAccountOperations = new BatchAccountOperationsImpl(this);\n this.applicationPackageOperations = new ApplicationPackageOperationsImpl(\n this,\n );\n this.applicationOperations = new ApplicationOperationsImpl(this);\n this.location = new LocationImpl(this);\n this.operations = new OperationsImpl(this);\n this.certificateOperations = new CertificateOperationsImpl(this);\n this.privateLinkResourceOperations = new PrivateLinkResourceOperationsImpl(\n this,\n );\n this.privateEndpointConnectionOperations =\n new PrivateEndpointConnectionOperationsImpl(this);\n this.poolOperations = new PoolOperationsImpl(this);\n this.networkSecurityPerimeterOperations =\n new NetworkSecurityPerimeterOperationsImpl(this);\n this.addCustomApiVersionPolicy(options.apiVersion);\n }\n\n /** A function that adds a policy that sets the api-version (or equivalent) to reflect the library version. */\n private addCustomApiVersionPolicy(apiVersion?: string) {\n if (!apiVersion) {\n return;\n }\n const apiVersionPolicy = {\n name: \"CustomApiVersionPolicy\",\n async sendRequest(\n request: PipelineRequest,\n next: SendRequest,\n ): Promise<PipelineResponse> {\n const param = request.url.split(\"?\");\n if (param.length > 1) {\n const newParams = param[1].split(\"&\").map((item) => {\n if (item.indexOf(\"api-version\") > -1) {\n return \"api-version=\" + apiVersion;\n } else {\n return item;\n }\n });\n request.url = param[0] + \"?\" + newParams.join(\"&\");\n }\n return next(request);\n },\n };\n this.pipeline.addPolicy(apiVersionPolicy);\n }\n\n batchAccountOperations: BatchAccountOperations;\n applicationPackageOperations: ApplicationPackageOperations;\n applicationOperations: ApplicationOperations;\n location: Location;\n operations: Operations;\n certificateOperations: CertificateOperations;\n privateLinkResourceOperations: PrivateLinkResourceOperations;\n privateEndpointConnectionOperations: PrivateEndpointConnectionOperations;\n poolOperations: PoolOperations;\n networkSecurityPerimeterOperations: NetworkSecurityPerimeterOperations;\n}\n"]}
@@ -0,0 +1,5 @@
1
+ export { getContinuationToken } from "./pagingHelper.js";
2
+ export * from "./models/index.js";
3
+ export { BatchManagementClient } from "./batchManagementClient.js";
4
+ export * from "./operationsInterfaces/index.js";
5
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AASA,OAAO,EAAE,oBAAoB,EAAE,MAAM,mBAAmB,CAAC;AACzD,cAAc,mBAAmB,CAAC;AAClC,OAAO,EAAE,qBAAqB,EAAE,MAAM,4BAA4B,CAAC;AACnE,cAAc,iCAAiC,CAAC"}
@@ -0,0 +1,19 @@
1
+ "use strict";
2
+ /*
3
+ * Copyright (c) Microsoft Corporation.
4
+ * Licensed under the MIT License.
5
+ *
6
+ * Code generated by Microsoft (R) AutoRest Code Generator.
7
+ * Changes may cause incorrect behavior and will be lost if the code is regenerated.
8
+ */
9
+ Object.defineProperty(exports, "__esModule", { value: true });
10
+ exports.BatchManagementClient = exports.getContinuationToken = void 0;
11
+ const tslib_1 = require("tslib");
12
+ /// <reference lib="esnext.asynciterable" />
13
+ var pagingHelper_js_1 = require("./pagingHelper.js");
14
+ Object.defineProperty(exports, "getContinuationToken", { enumerable: true, get: function () { return pagingHelper_js_1.getContinuationToken; } });
15
+ tslib_1.__exportStar(require("./models/index.js"), exports);
16
+ var batchManagementClient_js_1 = require("./batchManagementClient.js");
17
+ Object.defineProperty(exports, "BatchManagementClient", { enumerable: true, get: function () { return batchManagementClient_js_1.BatchManagementClient; } });
18
+ tslib_1.__exportStar(require("./operationsInterfaces/index.js"), exports);
19
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":";AAAA;;;;;;GAMG;;;;AAEH,4CAA4C;AAC5C,qDAAyD;AAAhD,uHAAA,oBAAoB,OAAA;AAC7B,4DAAkC;AAClC,uEAAmE;AAA1D,iIAAA,qBAAqB,OAAA;AAC9B,0EAAgD","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\n/// <reference lib=\"esnext.asynciterable\" />\nexport { getContinuationToken } from \"./pagingHelper.js\";\nexport * from \"./models/index.js\";\nexport { BatchManagementClient } from \"./batchManagementClient.js\";\nexport * from \"./operationsInterfaces/index.js\";\n"]}
@@ -0,0 +1,11 @@
1
+ import { LongRunningOperation, LroResponse } from "@azure/core-lro";
2
+ export declare function createLroSpec<T>(inputs: {
3
+ sendOperationFn: (args: any, spec: any) => Promise<LroResponse<T>>;
4
+ args: Record<string, unknown>;
5
+ spec: {
6
+ readonly requestBody?: unknown;
7
+ readonly path?: string;
8
+ readonly httpMethod: string;
9
+ } & Record<string, any>;
10
+ }): LongRunningOperation<T>;
11
+ //# sourceMappingURL=lroImpl.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"lroImpl.d.ts","sourceRoot":"","sources":["../../src/lroImpl.ts"],"names":[],"mappings":"AAYA,OAAO,EAAE,oBAAoB,EAAE,WAAW,EAAE,MAAM,iBAAiB,CAAC;AAEpE,wBAAgB,aAAa,CAAC,CAAC,EAAE,MAAM,EAAE;IACvC,eAAe,EAAE,CAAC,IAAI,EAAE,GAAG,EAAE,IAAI,EAAE,GAAG,KAAK,OAAO,CAAC,WAAW,CAAC,CAAC,CAAC,CAAC,CAAC;IACnE,IAAI,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IAC9B,IAAI,EAAE;QACJ,QAAQ,CAAC,WAAW,CAAC,EAAE,OAAO,CAAC;QAC/B,QAAQ,CAAC,IAAI,CAAC,EAAE,MAAM,CAAC;QACvB,QAAQ,CAAC,UAAU,EAAE,MAAM,CAAC;KAC7B,GAAG,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;CACzB,GAAG,oBAAoB,CAAC,CAAC,CAAC,CAmB1B"}
@@ -0,0 +1,24 @@
1
+ "use strict";
2
+ /*
3
+ * Copyright (c) Microsoft Corporation.
4
+ * Licensed under the MIT License.
5
+ *
6
+ * Code generated by Microsoft (R) AutoRest Code Generator.
7
+ * Changes may cause incorrect behavior and will be lost if the code is regenerated.
8
+ */
9
+ Object.defineProperty(exports, "__esModule", { value: true });
10
+ exports.createLroSpec = createLroSpec;
11
+ const tslib_1 = require("tslib");
12
+ function createLroSpec(inputs) {
13
+ const { args, spec, sendOperationFn } = inputs;
14
+ return {
15
+ requestMethod: spec.httpMethod,
16
+ requestPath: spec.path,
17
+ sendInitialRequest: () => sendOperationFn(args, spec),
18
+ sendPollRequest: (path, options) => {
19
+ const { requestBody } = spec, restSpec = tslib_1.__rest(spec, ["requestBody"]);
20
+ return sendOperationFn(args, Object.assign(Object.assign({}, restSpec), { httpMethod: "GET", path, abortSignal: options === null || options === void 0 ? void 0 : options.abortSignal }));
21
+ },
22
+ };
23
+ }
24
+ //# sourceMappingURL=lroImpl.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"lroImpl.js","sourceRoot":"","sources":["../../src/lroImpl.ts"],"names":[],"mappings":";AAAA;;;;;;GAMG;;AAQH,sCA2BC;;AA3BD,SAAgB,aAAa,CAAI,MAQhC;IACC,MAAM,EAAE,IAAI,EAAE,IAAI,EAAE,eAAe,EAAE,GAAG,MAAM,CAAC;IAC/C,OAAO;QACL,aAAa,EAAE,IAAI,CAAC,UAAU;QAC9B,WAAW,EAAE,IAAI,CAAC,IAAK;QACvB,kBAAkB,EAAE,GAAG,EAAE,CAAC,eAAe,CAAC,IAAI,EAAE,IAAI,CAAC;QACrD,eAAe,EAAE,CACf,IAAY,EACZ,OAA2C,EAC3C,EAAE;YACF,MAAM,EAAE,WAAW,KAAkB,IAAI,EAAjB,QAAQ,kBAAK,IAAI,EAAnC,eAA4B,CAAO,CAAC;YAC1C,OAAO,eAAe,CAAC,IAAI,kCACtB,QAAQ,KACX,UAAU,EAAE,KAAK,EACjB,IAAI,EACJ,WAAW,EAAE,OAAO,aAAP,OAAO,uBAAP,OAAO,CAAE,WAAW,IACjC,CAAC;QACL,CAAC;KACF,CAAC;AACJ,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\n// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport { AbortSignalLike } from \"@azure/abort-controller\";\nimport { LongRunningOperation, LroResponse } from \"@azure/core-lro\";\n\nexport function createLroSpec<T>(inputs: {\n sendOperationFn: (args: any, spec: any) => Promise<LroResponse<T>>;\n args: Record<string, unknown>;\n spec: {\n readonly requestBody?: unknown;\n readonly path?: string;\n readonly httpMethod: string;\n } & Record<string, any>;\n}): LongRunningOperation<T> {\n const { args, spec, sendOperationFn } = inputs;\n return {\n requestMethod: spec.httpMethod,\n requestPath: spec.path!,\n sendInitialRequest: () => sendOperationFn(args, spec),\n sendPollRequest: (\n path: string,\n options?: { abortSignal?: AbortSignalLike },\n ) => {\n const { requestBody, ...restSpec } = spec;\n return sendOperationFn(args, {\n ...restSpec,\n httpMethod: \"GET\",\n path,\n abortSignal: options?.abortSignal,\n });\n },\n };\n}\n"]}