@azure/arm-containerservice 24.2.0-beta.1 → 25.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1475) hide show
  1. package/README.md +10 -10
  2. package/dist/browser/api/agentPools/index.d.ts +3 -0
  3. package/dist/browser/api/agentPools/index.js +4 -0
  4. package/dist/browser/api/agentPools/index.js.map +1 -0
  5. package/dist/browser/api/agentPools/operations.d.ts +48 -0
  6. package/dist/browser/api/agentPools/operations.js +305 -0
  7. package/dist/browser/api/agentPools/operations.js.map +1 -0
  8. package/dist/browser/api/agentPools/options.d.ts +47 -0
  9. package/dist/browser/api/agentPools/options.js +4 -0
  10. package/dist/browser/api/agentPools/options.js.map +1 -0
  11. package/dist/browser/api/containerServiceContext.d.ts +22 -0
  12. package/dist/browser/api/containerServiceContext.js +24 -0
  13. package/dist/browser/api/containerServiceContext.js.map +1 -0
  14. package/dist/browser/api/index.d.ts +3 -0
  15. package/dist/browser/api/index.js +4 -0
  16. package/dist/browser/api/index.js.map +1 -0
  17. package/dist/browser/api/machines/index.d.ts +3 -0
  18. package/dist/browser/api/machines/index.js +4 -0
  19. package/dist/browser/api/machines/index.js.map +1 -0
  20. package/dist/browser/api/machines/operations.d.ts +14 -0
  21. package/dist/browser/api/machines/operations.js +65 -0
  22. package/dist/browser/api/machines/operations.js.map +1 -0
  23. package/dist/browser/api/machines/options.d.ts +8 -0
  24. package/dist/browser/api/machines/options.js +4 -0
  25. package/dist/browser/api/machines/options.js.map +1 -0
  26. package/dist/browser/api/maintenanceConfigurations/index.d.ts +3 -0
  27. package/dist/browser/api/maintenanceConfigurations/index.js +4 -0
  28. package/dist/browser/api/maintenanceConfigurations/index.js.map +1 -0
  29. package/dist/browser/api/maintenanceConfigurations/operations.d.ts +27 -0
  30. package/dist/browser/api/maintenanceConfigurations/operations.js +125 -0
  31. package/dist/browser/api/maintenanceConfigurations/operations.js.map +1 -0
  32. package/dist/browser/api/maintenanceConfigurations/options.d.ts +14 -0
  33. package/dist/browser/api/maintenanceConfigurations/options.js +4 -0
  34. package/dist/browser/api/maintenanceConfigurations/options.js.map +1 -0
  35. package/dist/browser/api/managedClusters/index.d.ts +3 -0
  36. package/dist/browser/api/managedClusters/index.js +4 -0
  37. package/dist/browser/api/managedClusters/index.js.map +1 -0
  38. package/dist/browser/api/managedClusters/operations.d.ts +116 -0
  39. package/dist/browser/api/managedClusters/operations.js +806 -0
  40. package/dist/browser/api/managedClusters/operations.js.map +1 -0
  41. package/dist/browser/api/managedClusters/options.d.ts +119 -0
  42. package/dist/browser/api/managedClusters/options.js +4 -0
  43. package/dist/browser/api/managedClusters/options.js.map +1 -0
  44. package/dist/browser/api/managedNamespaces/index.d.ts +3 -0
  45. package/dist/browser/api/managedNamespaces/index.js +4 -0
  46. package/dist/browser/api/managedNamespaces/index.js.map +1 -0
  47. package/dist/browser/api/managedNamespaces/operations.d.ts +36 -0
  48. package/dist/browser/api/managedNamespaces/operations.js +196 -0
  49. package/dist/browser/api/managedNamespaces/operations.js.map +1 -0
  50. package/dist/browser/api/managedNamespaces/options.d.ts +24 -0
  51. package/dist/browser/api/managedNamespaces/options.js +4 -0
  52. package/dist/browser/api/managedNamespaces/options.js.map +1 -0
  53. package/dist/browser/api/operations/index.d.ts +3 -0
  54. package/dist/browser/api/operations/index.js +4 -0
  55. package/dist/browser/api/operations/index.js.map +1 -0
  56. package/dist/browser/api/operations/operations.d.ts +10 -0
  57. package/dist/browser/api/operations/operations.js +31 -0
  58. package/dist/browser/api/operations/operations.js.map +1 -0
  59. package/dist/browser/api/operations/options.d.ts +5 -0
  60. package/dist/browser/api/operations/options.js +4 -0
  61. package/dist/browser/api/operations/options.js.map +1 -0
  62. package/dist/browser/api/privateEndpointConnections/index.d.ts +3 -0
  63. package/dist/browser/api/privateEndpointConnections/index.js +4 -0
  64. package/dist/browser/api/privateEndpointConnections/index.js.map +1 -0
  65. package/dist/browser/api/privateEndpointConnections/operations.d.ts +27 -0
  66. package/dist/browser/api/privateEndpointConnections/operations.js +131 -0
  67. package/dist/browser/api/privateEndpointConnections/operations.js.map +1 -0
  68. package/dist/browser/api/privateEndpointConnections/options.d.ts +16 -0
  69. package/dist/browser/api/privateEndpointConnections/options.js +4 -0
  70. package/dist/browser/api/privateEndpointConnections/options.js.map +1 -0
  71. package/dist/browser/api/privateLinkResources/index.d.ts +3 -0
  72. package/dist/browser/api/privateLinkResources/index.js +4 -0
  73. package/dist/browser/api/privateLinkResources/index.js.map +1 -0
  74. package/dist/browser/api/privateLinkResources/operations.d.ts +9 -0
  75. package/dist/browser/api/privateLinkResources/operations.js +34 -0
  76. package/dist/browser/api/privateLinkResources/operations.js.map +1 -0
  77. package/dist/browser/api/privateLinkResources/options.d.ts +5 -0
  78. package/dist/browser/api/privateLinkResources/options.js +4 -0
  79. package/dist/browser/api/privateLinkResources/options.js.map +1 -0
  80. package/dist/browser/api/resolvePrivateLinkServiceId/index.d.ts +3 -0
  81. package/dist/browser/api/resolvePrivateLinkServiceId/index.js +4 -0
  82. package/dist/browser/api/resolvePrivateLinkServiceId/index.js.map +1 -0
  83. package/dist/browser/api/resolvePrivateLinkServiceId/operations.d.ts +9 -0
  84. package/dist/browser/api/resolvePrivateLinkServiceId/operations.js +36 -0
  85. package/dist/browser/api/resolvePrivateLinkServiceId/operations.js.map +1 -0
  86. package/dist/browser/api/resolvePrivateLinkServiceId/options.d.ts +5 -0
  87. package/dist/browser/api/resolvePrivateLinkServiceId/options.js +4 -0
  88. package/dist/browser/api/resolvePrivateLinkServiceId/options.js.map +1 -0
  89. package/dist/browser/api/snapshots/index.d.ts +3 -0
  90. package/dist/browser/api/snapshots/index.js +4 -0
  91. package/dist/browser/api/snapshots/index.js.map +1 -0
  92. package/dist/browser/api/snapshots/operations.d.ts +35 -0
  93. package/dist/browser/api/snapshots/operations.js +176 -0
  94. package/dist/browser/api/snapshots/operations.js.map +1 -0
  95. package/dist/browser/api/snapshots/options.d.ts +20 -0
  96. package/dist/browser/api/snapshots/options.js +4 -0
  97. package/dist/browser/api/snapshots/options.js.map +1 -0
  98. package/dist/browser/api/trustedAccessRoleBindings/index.d.ts +3 -0
  99. package/dist/browser/api/trustedAccessRoleBindings/index.js +4 -0
  100. package/dist/browser/api/trustedAccessRoleBindings/index.js.map +1 -0
  101. package/dist/browser/api/trustedAccessRoleBindings/operations.d.ts +28 -0
  102. package/dist/browser/api/trustedAccessRoleBindings/operations.js +136 -0
  103. package/dist/browser/api/trustedAccessRoleBindings/operations.js.map +1 -0
  104. package/dist/browser/api/trustedAccessRoleBindings/options.d.ts +18 -0
  105. package/dist/browser/api/trustedAccessRoleBindings/options.js +4 -0
  106. package/dist/browser/api/trustedAccessRoleBindings/options.js.map +1 -0
  107. package/dist/browser/api/trustedAccessRoles/index.d.ts +3 -0
  108. package/dist/browser/api/trustedAccessRoles/index.js +4 -0
  109. package/dist/browser/api/trustedAccessRoles/index.js.map +1 -0
  110. package/dist/browser/api/trustedAccessRoles/operations.d.ts +10 -0
  111. package/dist/browser/api/trustedAccessRoles/operations.js +33 -0
  112. package/dist/browser/api/trustedAccessRoles/operations.js.map +1 -0
  113. package/dist/browser/api/trustedAccessRoles/options.d.ts +5 -0
  114. package/dist/browser/api/trustedAccessRoles/options.js +4 -0
  115. package/dist/browser/api/trustedAccessRoles/options.js.map +1 -0
  116. package/dist/browser/classic/agentPools/index.d.ts +54 -0
  117. package/dist/browser/classic/agentPools/index.js +63 -0
  118. package/dist/browser/classic/agentPools/index.js.map +1 -0
  119. package/dist/browser/classic/index.d.ts +13 -0
  120. package/dist/browser/classic/index.js +4 -0
  121. package/dist/browser/classic/index.js.map +1 -0
  122. package/dist/browser/classic/machines/index.d.ts +13 -0
  123. package/dist/browser/classic/machines/index.js +15 -0
  124. package/dist/browser/classic/machines/index.js.map +1 -0
  125. package/dist/browser/classic/maintenanceConfigurations/index.d.ts +22 -0
  126. package/dist/browser/classic/maintenanceConfigurations/index.js +17 -0
  127. package/dist/browser/classic/maintenanceConfigurations/index.js.map +1 -0
  128. package/dist/browser/classic/managedClusters/index.d.ts +112 -0
  129. package/dist/browser/classic/managedClusters/index.js +128 -0
  130. package/dist/browser/classic/managedClusters/index.js.map +1 -0
  131. package/dist/browser/classic/managedNamespaces/index.d.ts +36 -0
  132. package/dist/browser/classic/managedNamespaces/index.js +36 -0
  133. package/dist/browser/classic/managedNamespaces/index.js.map +1 -0
  134. package/dist/browser/classic/operations/index.d.ts +11 -0
  135. package/dist/browser/classic/operations/index.js +14 -0
  136. package/dist/browser/classic/operations/index.js.map +1 -0
  137. package/dist/browser/classic/privateEndpointConnections/index.d.ts +27 -0
  138. package/dist/browser/classic/privateEndpointConnections/index.js +26 -0
  139. package/dist/browser/classic/privateEndpointConnections/index.js.map +1 -0
  140. package/dist/browser/classic/privateLinkResources/index.d.ts +10 -0
  141. package/dist/browser/classic/privateLinkResources/index.js +14 -0
  142. package/dist/browser/classic/privateLinkResources/index.js.map +1 -0
  143. package/dist/browser/classic/resolvePrivateLinkServiceId/index.d.ts +10 -0
  144. package/dist/browser/classic/resolvePrivateLinkServiceId/index.js +14 -0
  145. package/dist/browser/classic/resolvePrivateLinkServiceId/index.js.map +1 -0
  146. package/dist/browser/classic/snapshots/index.d.ts +26 -0
  147. package/dist/browser/classic/snapshots/index.js +19 -0
  148. package/dist/browser/classic/snapshots/index.js.map +1 -0
  149. package/dist/browser/classic/trustedAccessRoleBindings/index.d.ts +32 -0
  150. package/dist/browser/classic/trustedAccessRoleBindings/index.js +34 -0
  151. package/dist/browser/classic/trustedAccessRoleBindings/index.js.map +1 -0
  152. package/dist/browser/classic/trustedAccessRoles/index.d.ts +11 -0
  153. package/dist/browser/classic/trustedAccessRoles/index.js +14 -0
  154. package/dist/browser/classic/trustedAccessRoles/index.js.map +1 -0
  155. package/dist/browser/containerServiceClient.d.ts +46 -36
  156. package/dist/browser/containerServiceClient.js +66 -126
  157. package/dist/browser/containerServiceClient.js.map +1 -1
  158. package/dist/browser/index.d.ts +25 -3
  159. package/dist/browser/index.js +4 -6
  160. package/dist/browser/index.js.map +1 -1
  161. package/dist/browser/logger.d.ts +2 -0
  162. package/dist/browser/logger.js +5 -0
  163. package/dist/browser/logger.js.map +1 -0
  164. package/dist/browser/models/index.d.ts +2 -5544
  165. package/dist/browser/models/index.js +1 -852
  166. package/dist/browser/models/index.js.map +1 -1
  167. package/dist/browser/models/models.d.ts +3838 -0
  168. package/dist/browser/models/models.js +4784 -0
  169. package/dist/browser/models/models.js.map +1 -0
  170. package/dist/browser/restorePollerHelpers.d.ts +21 -0
  171. package/dist/browser/restorePollerHelpers.js +142 -0
  172. package/dist/browser/restorePollerHelpers.js.map +1 -0
  173. package/dist/browser/static-helpers/cloudSettingHelpers.d.ts +22 -0
  174. package/dist/browser/static-helpers/cloudSettingHelpers.js +38 -0
  175. package/dist/browser/static-helpers/cloudSettingHelpers.js.map +1 -0
  176. package/dist/browser/static-helpers/pagingHelpers.d.ts +74 -0
  177. package/dist/browser/static-helpers/pagingHelpers.js +143 -0
  178. package/dist/browser/static-helpers/pagingHelpers.js.map +1 -0
  179. package/dist/browser/static-helpers/pollingHelpers.d.ts +34 -0
  180. package/dist/browser/static-helpers/pollingHelpers.js +95 -0
  181. package/dist/browser/static-helpers/pollingHelpers.js.map +1 -0
  182. package/dist/browser/static-helpers/serialization/check-prop-undefined.d.ts +8 -0
  183. package/dist/browser/static-helpers/serialization/check-prop-undefined.js +17 -0
  184. package/dist/browser/static-helpers/serialization/check-prop-undefined.js.map +1 -0
  185. package/dist/browser/static-helpers/simplePollerHelpers.d.ts +73 -0
  186. package/dist/browser/static-helpers/simplePollerHelpers.js +44 -0
  187. package/dist/browser/static-helpers/simplePollerHelpers.js.map +1 -0
  188. package/dist/browser/static-helpers/urlTemplate.d.ts +5 -0
  189. package/dist/browser/static-helpers/urlTemplate.js +200 -0
  190. package/dist/browser/static-helpers/urlTemplate.js.map +1 -0
  191. package/dist/commonjs/api/agentPools/index.d.ts +3 -0
  192. package/dist/commonjs/api/agentPools/index.js +43 -0
  193. package/dist/commonjs/api/agentPools/index.js.map +7 -0
  194. package/dist/commonjs/api/agentPools/operations.d.ts +48 -0
  195. package/dist/commonjs/api/agentPools/operations.js +444 -0
  196. package/dist/commonjs/api/agentPools/operations.js.map +7 -0
  197. package/dist/commonjs/api/agentPools/options.d.ts +47 -0
  198. package/dist/commonjs/api/agentPools/options.js +15 -0
  199. package/dist/commonjs/api/agentPools/options.js.map +7 -0
  200. package/dist/commonjs/api/containerServiceContext.d.ts +22 -0
  201. package/dist/commonjs/api/containerServiceContext.js +44 -0
  202. package/dist/commonjs/api/containerServiceContext.js.map +7 -0
  203. package/dist/commonjs/api/index.d.ts +3 -0
  204. package/dist/commonjs/api/index.js +27 -0
  205. package/dist/commonjs/api/index.js.map +7 -0
  206. package/dist/commonjs/api/machines/index.d.ts +3 -0
  207. package/dist/commonjs/api/machines/index.js +29 -0
  208. package/dist/commonjs/api/machines/index.js.map +7 -0
  209. package/dist/commonjs/api/machines/operations.d.ts +14 -0
  210. package/dist/commonjs/api/machines/operations.js +117 -0
  211. package/dist/commonjs/api/machines/operations.js.map +7 -0
  212. package/dist/commonjs/api/machines/options.d.ts +8 -0
  213. package/dist/commonjs/api/machines/options.js +15 -0
  214. package/dist/commonjs/api/machines/options.js.map +7 -0
  215. package/dist/commonjs/api/maintenanceConfigurations/index.d.ts +3 -0
  216. package/dist/commonjs/api/maintenanceConfigurations/index.js +33 -0
  217. package/dist/commonjs/api/maintenanceConfigurations/index.js.map +7 -0
  218. package/dist/commonjs/api/maintenanceConfigurations/operations.d.ts +27 -0
  219. package/dist/commonjs/api/maintenanceConfigurations/operations.js +190 -0
  220. package/dist/commonjs/api/maintenanceConfigurations/operations.js.map +7 -0
  221. package/dist/commonjs/api/maintenanceConfigurations/options.d.ts +14 -0
  222. package/dist/commonjs/api/maintenanceConfigurations/options.js +15 -0
  223. package/dist/commonjs/api/maintenanceConfigurations/options.js.map +7 -0
  224. package/dist/commonjs/api/managedClusters/index.d.ts +3 -0
  225. package/dist/commonjs/api/managedClusters/index.js +77 -0
  226. package/dist/commonjs/api/managedClusters/index.js.map +7 -0
  227. package/dist/commonjs/api/managedClusters/operations.d.ts +116 -0
  228. package/dist/commonjs/api/managedClusters/operations.js +1150 -0
  229. package/dist/commonjs/api/managedClusters/operations.js.map +7 -0
  230. package/dist/commonjs/api/managedClusters/options.d.ts +119 -0
  231. package/dist/commonjs/api/managedClusters/options.js +15 -0
  232. package/dist/commonjs/api/managedClusters/options.js.map +7 -0
  233. package/dist/commonjs/api/managedNamespaces/index.d.ts +3 -0
  234. package/dist/commonjs/api/managedNamespaces/index.js +37 -0
  235. package/dist/commonjs/api/managedNamespaces/index.js.map +7 -0
  236. package/dist/commonjs/api/managedNamespaces/operations.d.ts +36 -0
  237. package/dist/commonjs/api/managedNamespaces/operations.js +298 -0
  238. package/dist/commonjs/api/managedNamespaces/operations.js.map +7 -0
  239. package/dist/commonjs/api/managedNamespaces/options.d.ts +24 -0
  240. package/dist/commonjs/api/managedNamespaces/options.js +15 -0
  241. package/dist/commonjs/api/managedNamespaces/options.js.map +7 -0
  242. package/dist/commonjs/api/operations/index.d.ts +3 -0
  243. package/dist/commonjs/api/operations/index.js +27 -0
  244. package/dist/commonjs/api/operations/index.js.map +7 -0
  245. package/dist/commonjs/api/operations/operations.d.ts +10 -0
  246. package/dist/commonjs/api/operations/operations.js +67 -0
  247. package/dist/commonjs/api/operations/operations.js.map +7 -0
  248. package/dist/commonjs/api/operations/options.d.ts +5 -0
  249. package/dist/commonjs/api/operations/options.js +15 -0
  250. package/dist/commonjs/api/operations/options.js.map +7 -0
  251. package/dist/commonjs/api/privateEndpointConnections/index.d.ts +3 -0
  252. package/dist/commonjs/api/privateEndpointConnections/index.js +33 -0
  253. package/dist/commonjs/api/privateEndpointConnections/index.js.map +7 -0
  254. package/dist/commonjs/api/privateEndpointConnections/operations.d.ts +27 -0
  255. package/dist/commonjs/api/privateEndpointConnections/operations.js +202 -0
  256. package/dist/commonjs/api/privateEndpointConnections/operations.js.map +7 -0
  257. package/dist/commonjs/api/privateEndpointConnections/options.d.ts +16 -0
  258. package/dist/commonjs/api/privateEndpointConnections/options.js +15 -0
  259. package/dist/commonjs/api/privateEndpointConnections/options.js.map +7 -0
  260. package/dist/commonjs/api/privateLinkResources/index.d.ts +3 -0
  261. package/dist/commonjs/api/privateLinkResources/index.js +27 -0
  262. package/dist/commonjs/api/privateLinkResources/index.js.map +7 -0
  263. package/dist/commonjs/api/privateLinkResources/operations.d.ts +9 -0
  264. package/dist/commonjs/api/privateLinkResources/operations.js +64 -0
  265. package/dist/commonjs/api/privateLinkResources/operations.js.map +7 -0
  266. package/dist/commonjs/api/privateLinkResources/options.d.ts +5 -0
  267. package/dist/commonjs/api/privateLinkResources/options.js +15 -0
  268. package/dist/commonjs/api/privateLinkResources/options.js.map +7 -0
  269. package/dist/commonjs/api/resolvePrivateLinkServiceId/index.d.ts +3 -0
  270. package/dist/commonjs/api/resolvePrivateLinkServiceId/index.js +27 -0
  271. package/dist/commonjs/api/resolvePrivateLinkServiceId/index.js.map +7 -0
  272. package/dist/commonjs/api/resolvePrivateLinkServiceId/operations.d.ts +9 -0
  273. package/dist/commonjs/api/resolvePrivateLinkServiceId/operations.js +66 -0
  274. package/dist/commonjs/api/resolvePrivateLinkServiceId/operations.js.map +7 -0
  275. package/dist/commonjs/api/resolvePrivateLinkServiceId/options.d.ts +5 -0
  276. package/dist/commonjs/api/resolvePrivateLinkServiceId/options.js +15 -0
  277. package/dist/commonjs/api/resolvePrivateLinkServiceId/options.js.map +7 -0
  278. package/dist/commonjs/api/snapshots/index.d.ts +3 -0
  279. package/dist/commonjs/api/snapshots/index.js +37 -0
  280. package/dist/commonjs/api/snapshots/index.js.map +7 -0
  281. package/dist/commonjs/api/snapshots/operations.d.ts +35 -0
  282. package/dist/commonjs/api/snapshots/operations.js +270 -0
  283. package/dist/commonjs/api/snapshots/operations.js.map +7 -0
  284. package/dist/commonjs/api/snapshots/options.d.ts +20 -0
  285. package/dist/commonjs/api/snapshots/options.js +15 -0
  286. package/dist/commonjs/api/snapshots/options.js.map +7 -0
  287. package/dist/commonjs/api/trustedAccessRoleBindings/index.d.ts +3 -0
  288. package/dist/commonjs/api/trustedAccessRoleBindings/index.js +33 -0
  289. package/dist/commonjs/api/trustedAccessRoleBindings/index.js.map +7 -0
  290. package/dist/commonjs/api/trustedAccessRoleBindings/operations.d.ts +28 -0
  291. package/dist/commonjs/api/trustedAccessRoleBindings/operations.js +207 -0
  292. package/dist/commonjs/api/trustedAccessRoleBindings/operations.js.map +7 -0
  293. package/dist/commonjs/api/trustedAccessRoleBindings/options.d.ts +18 -0
  294. package/dist/commonjs/api/trustedAccessRoleBindings/options.js +15 -0
  295. package/dist/commonjs/api/trustedAccessRoleBindings/options.js.map +7 -0
  296. package/dist/commonjs/api/trustedAccessRoles/index.d.ts +3 -0
  297. package/dist/commonjs/api/trustedAccessRoles/index.js +27 -0
  298. package/dist/commonjs/api/trustedAccessRoles/index.js.map +7 -0
  299. package/dist/commonjs/api/trustedAccessRoles/operations.d.ts +10 -0
  300. package/dist/commonjs/api/trustedAccessRoles/operations.js +69 -0
  301. package/dist/commonjs/api/trustedAccessRoles/operations.js.map +7 -0
  302. package/dist/commonjs/api/trustedAccessRoles/options.d.ts +5 -0
  303. package/dist/commonjs/api/trustedAccessRoles/options.js +15 -0
  304. package/dist/commonjs/api/trustedAccessRoles/options.js.map +7 -0
  305. package/dist/commonjs/classic/agentPools/index.d.ts +54 -0
  306. package/dist/commonjs/classic/agentPools/index.js +138 -0
  307. package/dist/commonjs/classic/agentPools/index.js.map +7 -0
  308. package/dist/commonjs/classic/index.d.ts +13 -0
  309. package/dist/commonjs/classic/index.js +15 -0
  310. package/dist/commonjs/classic/index.js.map +7 -0
  311. package/dist/commonjs/classic/machines/index.d.ts +13 -0
  312. package/dist/commonjs/classic/machines/index.js +38 -0
  313. package/dist/commonjs/classic/machines/index.js.map +7 -0
  314. package/dist/commonjs/classic/maintenanceConfigurations/index.d.ts +22 -0
  315. package/dist/commonjs/classic/maintenanceConfigurations/index.js +40 -0
  316. package/dist/commonjs/classic/maintenanceConfigurations/index.js.map +7 -0
  317. package/dist/commonjs/classic/managedClusters/index.d.ts +112 -0
  318. package/dist/commonjs/classic/managedClusters/index.js +173 -0
  319. package/dist/commonjs/classic/managedClusters/index.js.map +7 -0
  320. package/dist/commonjs/classic/managedNamespaces/index.d.ts +36 -0
  321. package/dist/commonjs/classic/managedNamespaces/index.js +86 -0
  322. package/dist/commonjs/classic/managedNamespaces/index.js.map +7 -0
  323. package/dist/commonjs/classic/operations/index.d.ts +11 -0
  324. package/dist/commonjs/classic/operations/index.js +37 -0
  325. package/dist/commonjs/classic/operations/index.js.map +7 -0
  326. package/dist/commonjs/classic/privateEndpointConnections/index.d.ts +27 -0
  327. package/dist/commonjs/classic/privateEndpointConnections/index.js +68 -0
  328. package/dist/commonjs/classic/privateEndpointConnections/index.js.map +7 -0
  329. package/dist/commonjs/classic/privateLinkResources/index.d.ts +10 -0
  330. package/dist/commonjs/classic/privateLinkResources/index.js +37 -0
  331. package/dist/commonjs/classic/privateLinkResources/index.js.map +7 -0
  332. package/dist/commonjs/classic/resolvePrivateLinkServiceId/index.d.ts +10 -0
  333. package/dist/commonjs/classic/resolvePrivateLinkServiceId/index.js +37 -0
  334. package/dist/commonjs/classic/resolvePrivateLinkServiceId/index.js.map +7 -0
  335. package/dist/commonjs/classic/snapshots/index.d.ts +26 -0
  336. package/dist/commonjs/classic/snapshots/index.js +42 -0
  337. package/dist/commonjs/classic/snapshots/index.js.map +7 -0
  338. package/dist/commonjs/classic/trustedAccessRoleBindings/index.d.ts +32 -0
  339. package/dist/commonjs/classic/trustedAccessRoleBindings/index.js +90 -0
  340. package/dist/commonjs/classic/trustedAccessRoleBindings/index.js.map +7 -0
  341. package/dist/commonjs/classic/trustedAccessRoles/index.d.ts +11 -0
  342. package/dist/commonjs/classic/trustedAccessRoles/index.js +37 -0
  343. package/dist/commonjs/classic/trustedAccessRoles/index.js.map +7 -0
  344. package/dist/commonjs/containerServiceClient.d.ts +46 -36
  345. package/dist/commonjs/containerServiceClient.js +95 -140
  346. package/dist/commonjs/containerServiceClient.js.map +7 -1
  347. package/dist/commonjs/index.d.ts +25 -3
  348. package/dist/commonjs/index.js +172 -16
  349. package/dist/commonjs/index.js.map +7 -1
  350. package/dist/commonjs/logger.d.ts +2 -0
  351. package/dist/commonjs/logger.js +28 -0
  352. package/dist/commonjs/logger.js.map +7 -0
  353. package/dist/commonjs/models/index.d.ts +2 -5544
  354. package/dist/commonjs/models/index.js +163 -859
  355. package/dist/commonjs/models/index.js.map +7 -1
  356. package/dist/commonjs/models/models.d.ts +3838 -0
  357. package/dist/commonjs/models/models.js +4634 -0
  358. package/dist/commonjs/models/models.js.map +7 -0
  359. package/dist/commonjs/restorePollerHelpers.d.ts +21 -0
  360. package/dist/commonjs/restorePollerHelpers.js +154 -0
  361. package/dist/commonjs/restorePollerHelpers.js.map +7 -0
  362. package/dist/commonjs/static-helpers/cloudSettingHelpers.d.ts +22 -0
  363. package/dist/commonjs/static-helpers/cloudSettingHelpers.js +51 -0
  364. package/dist/commonjs/static-helpers/cloudSettingHelpers.js.map +7 -0
  365. package/dist/commonjs/static-helpers/pagingHelpers.d.ts +74 -0
  366. package/dist/commonjs/static-helpers/pagingHelpers.js +142 -0
  367. package/dist/commonjs/static-helpers/pagingHelpers.js.map +7 -0
  368. package/dist/commonjs/static-helpers/pollingHelpers.d.ts +34 -0
  369. package/dist/commonjs/static-helpers/pollingHelpers.js +100 -0
  370. package/dist/commonjs/static-helpers/pollingHelpers.js.map +7 -0
  371. package/dist/commonjs/static-helpers/serialization/check-prop-undefined.d.ts +8 -0
  372. package/dist/commonjs/static-helpers/serialization/check-prop-undefined.js +34 -0
  373. package/dist/commonjs/static-helpers/serialization/check-prop-undefined.js.map +7 -0
  374. package/dist/commonjs/static-helpers/simplePollerHelpers.d.ts +73 -0
  375. package/dist/commonjs/static-helpers/simplePollerHelpers.js +66 -0
  376. package/dist/commonjs/static-helpers/simplePollerHelpers.js.map +7 -0
  377. package/dist/commonjs/static-helpers/urlTemplate.d.ts +5 -0
  378. package/dist/commonjs/static-helpers/urlTemplate.js +196 -0
  379. package/dist/commonjs/static-helpers/urlTemplate.js.map +7 -0
  380. package/dist/commonjs/tsdoc-metadata.json +1 -1
  381. package/dist/esm/api/agentPools/index.d.ts +3 -0
  382. package/dist/esm/api/agentPools/index.js +22 -0
  383. package/dist/esm/api/agentPools/index.js.map +7 -0
  384. package/dist/esm/api/agentPools/operations.d.ts +48 -0
  385. package/dist/esm/api/agentPools/operations.js +403 -0
  386. package/dist/esm/api/agentPools/operations.js.map +7 -0
  387. package/dist/esm/api/agentPools/options.d.ts +47 -0
  388. package/dist/esm/api/agentPools/options.js +0 -0
  389. package/dist/esm/api/agentPools/options.js.map +7 -0
  390. package/dist/esm/api/containerServiceContext.d.ts +22 -0
  391. package/dist/esm/api/containerServiceContext.js +21 -0
  392. package/dist/esm/api/containerServiceContext.js.map +7 -0
  393. package/dist/esm/api/index.d.ts +3 -0
  394. package/dist/esm/api/index.js +4 -0
  395. package/dist/esm/api/index.js.map +7 -0
  396. package/dist/esm/api/machines/index.d.ts +3 -0
  397. package/dist/esm/api/machines/index.js +5 -0
  398. package/dist/esm/api/machines/index.js.map +7 -0
  399. package/dist/esm/api/machines/operations.d.ts +14 -0
  400. package/dist/esm/api/machines/operations.js +93 -0
  401. package/dist/esm/api/machines/operations.js.map +7 -0
  402. package/dist/esm/api/machines/options.d.ts +8 -0
  403. package/dist/esm/api/machines/options.js +0 -0
  404. package/dist/esm/api/machines/options.js.map +7 -0
  405. package/dist/esm/api/maintenanceConfigurations/index.d.ts +3 -0
  406. package/dist/esm/api/maintenanceConfigurations/index.js +7 -0
  407. package/dist/esm/api/maintenanceConfigurations/index.js.map +7 -0
  408. package/dist/esm/api/maintenanceConfigurations/operations.d.ts +27 -0
  409. package/dist/esm/api/maintenanceConfigurations/operations.js +161 -0
  410. package/dist/esm/api/maintenanceConfigurations/operations.js.map +7 -0
  411. package/dist/esm/api/maintenanceConfigurations/options.d.ts +14 -0
  412. package/dist/esm/api/maintenanceConfigurations/options.js +0 -0
  413. package/dist/esm/api/maintenanceConfigurations/options.js.map +7 -0
  414. package/dist/esm/api/managedClusters/index.d.ts +3 -0
  415. package/dist/esm/api/managedClusters/index.js +56 -0
  416. package/dist/esm/api/managedClusters/index.js.map +7 -0
  417. package/dist/esm/api/managedClusters/operations.d.ts +116 -0
  418. package/dist/esm/api/managedClusters/operations.js +1069 -0
  419. package/dist/esm/api/managedClusters/operations.js.map +7 -0
  420. package/dist/esm/api/managedClusters/options.d.ts +119 -0
  421. package/dist/esm/api/managedClusters/options.js +0 -0
  422. package/dist/esm/api/managedClusters/options.js.map +7 -0
  423. package/dist/esm/api/managedNamespaces/index.d.ts +3 -0
  424. package/dist/esm/api/managedNamespaces/index.js +16 -0
  425. package/dist/esm/api/managedNamespaces/index.js.map +7 -0
  426. package/dist/esm/api/managedNamespaces/operations.d.ts +36 -0
  427. package/dist/esm/api/managedNamespaces/operations.js +265 -0
  428. package/dist/esm/api/managedNamespaces/operations.js.map +7 -0
  429. package/dist/esm/api/managedNamespaces/options.d.ts +24 -0
  430. package/dist/esm/api/managedNamespaces/options.js +0 -0
  431. package/dist/esm/api/managedNamespaces/options.js.map +7 -0
  432. package/dist/esm/api/operations/index.d.ts +3 -0
  433. package/dist/esm/api/operations/index.js +4 -0
  434. package/dist/esm/api/operations/index.js.map +7 -0
  435. package/dist/esm/api/operations/operations.d.ts +10 -0
  436. package/dist/esm/api/operations/operations.js +45 -0
  437. package/dist/esm/api/operations/operations.js.map +7 -0
  438. package/dist/esm/api/operations/options.d.ts +5 -0
  439. package/dist/esm/api/operations/options.js +0 -0
  440. package/dist/esm/api/operations/options.js.map +7 -0
  441. package/dist/esm/api/privateEndpointConnections/index.d.ts +3 -0
  442. package/dist/esm/api/privateEndpointConnections/index.js +7 -0
  443. package/dist/esm/api/privateEndpointConnections/index.js.map +7 -0
  444. package/dist/esm/api/privateEndpointConnections/operations.d.ts +27 -0
  445. package/dist/esm/api/privateEndpointConnections/operations.js +173 -0
  446. package/dist/esm/api/privateEndpointConnections/operations.js.map +7 -0
  447. package/dist/esm/api/privateEndpointConnections/options.d.ts +16 -0
  448. package/dist/esm/api/privateEndpointConnections/options.js +0 -0
  449. package/dist/esm/api/privateEndpointConnections/options.js.map +7 -0
  450. package/dist/esm/api/privateLinkResources/index.d.ts +3 -0
  451. package/dist/esm/api/privateLinkResources/index.js +4 -0
  452. package/dist/esm/api/privateLinkResources/index.js.map +7 -0
  453. package/dist/esm/api/privateLinkResources/operations.d.ts +9 -0
  454. package/dist/esm/api/privateLinkResources/operations.js +42 -0
  455. package/dist/esm/api/privateLinkResources/operations.js.map +7 -0
  456. package/dist/esm/api/privateLinkResources/options.d.ts +5 -0
  457. package/dist/esm/api/privateLinkResources/options.js +0 -0
  458. package/dist/esm/api/privateLinkResources/options.js.map +7 -0
  459. package/dist/esm/api/resolvePrivateLinkServiceId/index.d.ts +3 -0
  460. package/dist/esm/api/resolvePrivateLinkServiceId/index.js +4 -0
  461. package/dist/esm/api/resolvePrivateLinkServiceId/index.js.map +7 -0
  462. package/dist/esm/api/resolvePrivateLinkServiceId/operations.d.ts +9 -0
  463. package/dist/esm/api/resolvePrivateLinkServiceId/operations.js +45 -0
  464. package/dist/esm/api/resolvePrivateLinkServiceId/operations.js.map +7 -0
  465. package/dist/esm/api/resolvePrivateLinkServiceId/options.d.ts +5 -0
  466. package/dist/esm/api/resolvePrivateLinkServiceId/options.js +0 -0
  467. package/dist/esm/api/resolvePrivateLinkServiceId/options.js.map +7 -0
  468. package/dist/esm/api/snapshots/index.d.ts +3 -0
  469. package/dist/esm/api/snapshots/index.js +16 -0
  470. package/dist/esm/api/snapshots/index.js.map +7 -0
  471. package/dist/esm/api/snapshots/operations.d.ts +35 -0
  472. package/dist/esm/api/snapshots/operations.js +236 -0
  473. package/dist/esm/api/snapshots/operations.js.map +7 -0
  474. package/dist/esm/api/snapshots/options.d.ts +20 -0
  475. package/dist/esm/api/snapshots/options.js +0 -0
  476. package/dist/esm/api/snapshots/options.js.map +7 -0
  477. package/dist/esm/api/trustedAccessRoleBindings/index.d.ts +3 -0
  478. package/dist/esm/api/trustedAccessRoleBindings/index.js +7 -0
  479. package/dist/esm/api/trustedAccessRoleBindings/index.js.map +7 -0
  480. package/dist/esm/api/trustedAccessRoleBindings/operations.d.ts +28 -0
  481. package/dist/esm/api/trustedAccessRoleBindings/operations.js +178 -0
  482. package/dist/esm/api/trustedAccessRoleBindings/operations.js.map +7 -0
  483. package/dist/esm/api/trustedAccessRoleBindings/options.d.ts +18 -0
  484. package/dist/esm/api/trustedAccessRoleBindings/options.js +0 -0
  485. package/dist/esm/api/trustedAccessRoleBindings/options.js.map +7 -0
  486. package/dist/esm/api/trustedAccessRoles/index.d.ts +3 -0
  487. package/dist/esm/api/trustedAccessRoles/index.js +4 -0
  488. package/dist/esm/api/trustedAccessRoles/index.js.map +7 -0
  489. package/dist/esm/api/trustedAccessRoles/operations.d.ts +10 -0
  490. package/dist/esm/api/trustedAccessRoles/operations.js +47 -0
  491. package/dist/esm/api/trustedAccessRoles/operations.js.map +7 -0
  492. package/dist/esm/api/trustedAccessRoles/options.d.ts +5 -0
  493. package/dist/esm/api/trustedAccessRoles/options.js +0 -0
  494. package/dist/esm/api/trustedAccessRoles/options.js.map +7 -0
  495. package/dist/esm/classic/agentPools/index.d.ts +54 -0
  496. package/dist/esm/classic/agentPools/index.js +125 -0
  497. package/dist/esm/classic/agentPools/index.js.map +7 -0
  498. package/dist/esm/classic/index.d.ts +13 -0
  499. package/dist/esm/classic/index.js +0 -0
  500. package/dist/esm/classic/index.js.map +7 -0
  501. package/dist/esm/classic/machines/index.d.ts +13 -0
  502. package/dist/esm/classic/machines/index.js +15 -0
  503. package/dist/esm/classic/machines/index.js.map +7 -0
  504. package/dist/esm/classic/maintenanceConfigurations/index.d.ts +22 -0
  505. package/dist/esm/classic/maintenanceConfigurations/index.js +22 -0
  506. package/dist/esm/classic/maintenanceConfigurations/index.js.map +7 -0
  507. package/dist/esm/classic/managedClusters/index.d.ts +112 -0
  508. package/dist/esm/classic/managedClusters/index.js +177 -0
  509. package/dist/esm/classic/managedClusters/index.js.map +7 -0
  510. package/dist/esm/classic/managedNamespaces/index.d.ts +36 -0
  511. package/dist/esm/classic/managedNamespaces/index.js +70 -0
  512. package/dist/esm/classic/managedNamespaces/index.js.map +7 -0
  513. package/dist/esm/classic/operations/index.d.ts +11 -0
  514. package/dist/esm/classic/operations/index.js +14 -0
  515. package/dist/esm/classic/operations/index.js.map +7 -0
  516. package/dist/esm/classic/privateEndpointConnections/index.d.ts +27 -0
  517. package/dist/esm/classic/privateEndpointConnections/index.js +45 -0
  518. package/dist/esm/classic/privateEndpointConnections/index.js.map +7 -0
  519. package/dist/esm/classic/privateLinkResources/index.d.ts +10 -0
  520. package/dist/esm/classic/privateLinkResources/index.js +14 -0
  521. package/dist/esm/classic/privateLinkResources/index.js.map +7 -0
  522. package/dist/esm/classic/resolvePrivateLinkServiceId/index.d.ts +10 -0
  523. package/dist/esm/classic/resolvePrivateLinkServiceId/index.js +14 -0
  524. package/dist/esm/classic/resolvePrivateLinkServiceId/index.js.map +7 -0
  525. package/dist/esm/classic/snapshots/index.d.ts +26 -0
  526. package/dist/esm/classic/snapshots/index.js +26 -0
  527. package/dist/esm/classic/snapshots/index.js.map +7 -0
  528. package/dist/esm/classic/trustedAccessRoleBindings/index.d.ts +32 -0
  529. package/dist/esm/classic/trustedAccessRoleBindings/index.js +72 -0
  530. package/dist/esm/classic/trustedAccessRoleBindings/index.js.map +7 -0
  531. package/dist/esm/classic/trustedAccessRoles/index.d.ts +11 -0
  532. package/dist/esm/classic/trustedAccessRoles/index.js +14 -0
  533. package/dist/esm/classic/trustedAccessRoles/index.js.map +7 -0
  534. package/dist/esm/containerServiceClient.d.ts +46 -36
  535. package/dist/esm/containerServiceClient.js +72 -135
  536. package/dist/esm/containerServiceClient.js.map +7 -1
  537. package/dist/esm/index.d.ts +25 -3
  538. package/dist/esm/index.js +148 -10
  539. package/dist/esm/index.js.map +7 -1
  540. package/dist/esm/logger.d.ts +2 -0
  541. package/dist/esm/logger.js +5 -0
  542. package/dist/esm/logger.js.map +7 -0
  543. package/dist/esm/models/index.d.ts +2 -5544
  544. package/dist/esm/models/index.js +142 -855
  545. package/dist/esm/models/index.js.map +7 -1
  546. package/dist/esm/models/models.d.ts +3838 -0
  547. package/dist/esm/models/models.js +4139 -0
  548. package/dist/esm/models/models.js.map +7 -0
  549. package/dist/esm/restorePollerHelpers.d.ts +21 -0
  550. package/dist/esm/restorePollerHelpers.js +155 -0
  551. package/dist/esm/restorePollerHelpers.js.map +7 -0
  552. package/dist/esm/static-helpers/cloudSettingHelpers.d.ts +22 -0
  553. package/dist/esm/static-helpers/cloudSettingHelpers.js +27 -0
  554. package/dist/esm/static-helpers/cloudSettingHelpers.js.map +7 -0
  555. package/dist/esm/static-helpers/pagingHelpers.d.ts +74 -0
  556. package/dist/esm/static-helpers/pagingHelpers.js +119 -0
  557. package/dist/esm/static-helpers/pagingHelpers.js.map +7 -0
  558. package/dist/esm/static-helpers/pollingHelpers.d.ts +34 -0
  559. package/dist/esm/static-helpers/pollingHelpers.js +77 -0
  560. package/dist/esm/static-helpers/pollingHelpers.js.map +7 -0
  561. package/dist/esm/static-helpers/serialization/check-prop-undefined.d.ts +8 -0
  562. package/dist/esm/static-helpers/serialization/check-prop-undefined.js +11 -0
  563. package/dist/esm/static-helpers/serialization/check-prop-undefined.js.map +7 -0
  564. package/dist/esm/static-helpers/simplePollerHelpers.d.ts +73 -0
  565. package/dist/esm/static-helpers/simplePollerHelpers.js +43 -0
  566. package/dist/esm/static-helpers/simplePollerHelpers.js.map +7 -0
  567. package/dist/esm/static-helpers/urlTemplate.d.ts +5 -0
  568. package/dist/esm/static-helpers/urlTemplate.js +173 -0
  569. package/dist/esm/static-helpers/urlTemplate.js.map +7 -0
  570. package/dist/react-native/api/agentPools/index.d.ts +3 -0
  571. package/dist/react-native/api/agentPools/index.js +4 -0
  572. package/dist/react-native/api/agentPools/index.js.map +1 -0
  573. package/dist/react-native/api/agentPools/operations.d.ts +48 -0
  574. package/dist/react-native/api/agentPools/operations.js +305 -0
  575. package/dist/react-native/api/agentPools/operations.js.map +1 -0
  576. package/dist/react-native/api/agentPools/options.d.ts +47 -0
  577. package/dist/react-native/api/agentPools/options.js +4 -0
  578. package/dist/react-native/api/agentPools/options.js.map +1 -0
  579. package/dist/react-native/api/containerServiceContext.d.ts +22 -0
  580. package/dist/react-native/api/containerServiceContext.js +24 -0
  581. package/dist/react-native/api/containerServiceContext.js.map +1 -0
  582. package/dist/react-native/api/index.d.ts +3 -0
  583. package/dist/react-native/api/index.js +4 -0
  584. package/dist/react-native/api/index.js.map +1 -0
  585. package/dist/react-native/api/machines/index.d.ts +3 -0
  586. package/dist/react-native/api/machines/index.js +4 -0
  587. package/dist/react-native/api/machines/index.js.map +1 -0
  588. package/dist/react-native/api/machines/operations.d.ts +14 -0
  589. package/dist/react-native/api/machines/operations.js +65 -0
  590. package/dist/react-native/api/machines/operations.js.map +1 -0
  591. package/dist/react-native/api/machines/options.d.ts +8 -0
  592. package/dist/react-native/api/machines/options.js +4 -0
  593. package/dist/react-native/api/machines/options.js.map +1 -0
  594. package/dist/react-native/api/maintenanceConfigurations/index.d.ts +3 -0
  595. package/dist/react-native/api/maintenanceConfigurations/index.js +4 -0
  596. package/dist/react-native/api/maintenanceConfigurations/index.js.map +1 -0
  597. package/dist/react-native/api/maintenanceConfigurations/operations.d.ts +27 -0
  598. package/dist/react-native/api/maintenanceConfigurations/operations.js +125 -0
  599. package/dist/react-native/api/maintenanceConfigurations/operations.js.map +1 -0
  600. package/dist/react-native/api/maintenanceConfigurations/options.d.ts +14 -0
  601. package/dist/react-native/api/maintenanceConfigurations/options.js +4 -0
  602. package/dist/react-native/api/maintenanceConfigurations/options.js.map +1 -0
  603. package/dist/react-native/api/managedClusters/index.d.ts +3 -0
  604. package/dist/react-native/api/managedClusters/index.js +4 -0
  605. package/dist/react-native/api/managedClusters/index.js.map +1 -0
  606. package/dist/react-native/api/managedClusters/operations.d.ts +116 -0
  607. package/dist/react-native/api/managedClusters/operations.js +806 -0
  608. package/dist/react-native/api/managedClusters/operations.js.map +1 -0
  609. package/dist/react-native/api/managedClusters/options.d.ts +119 -0
  610. package/dist/react-native/api/managedClusters/options.js +4 -0
  611. package/dist/react-native/api/managedClusters/options.js.map +1 -0
  612. package/dist/react-native/api/managedNamespaces/index.d.ts +3 -0
  613. package/dist/react-native/api/managedNamespaces/index.js +4 -0
  614. package/dist/react-native/api/managedNamespaces/index.js.map +1 -0
  615. package/dist/react-native/api/managedNamespaces/operations.d.ts +36 -0
  616. package/dist/react-native/api/managedNamespaces/operations.js +196 -0
  617. package/dist/react-native/api/managedNamespaces/operations.js.map +1 -0
  618. package/dist/react-native/api/managedNamespaces/options.d.ts +24 -0
  619. package/dist/react-native/api/managedNamespaces/options.js +4 -0
  620. package/dist/react-native/api/managedNamespaces/options.js.map +1 -0
  621. package/dist/react-native/api/operations/index.d.ts +3 -0
  622. package/dist/react-native/api/operations/index.js +4 -0
  623. package/dist/react-native/api/operations/index.js.map +1 -0
  624. package/dist/react-native/api/operations/operations.d.ts +10 -0
  625. package/dist/react-native/api/operations/operations.js +31 -0
  626. package/dist/react-native/api/operations/operations.js.map +1 -0
  627. package/dist/react-native/api/operations/options.d.ts +5 -0
  628. package/dist/react-native/api/operations/options.js +4 -0
  629. package/dist/react-native/api/operations/options.js.map +1 -0
  630. package/dist/react-native/api/privateEndpointConnections/index.d.ts +3 -0
  631. package/dist/react-native/api/privateEndpointConnections/index.js +4 -0
  632. package/dist/react-native/api/privateEndpointConnections/index.js.map +1 -0
  633. package/dist/react-native/api/privateEndpointConnections/operations.d.ts +27 -0
  634. package/dist/react-native/api/privateEndpointConnections/operations.js +131 -0
  635. package/dist/react-native/api/privateEndpointConnections/operations.js.map +1 -0
  636. package/dist/react-native/api/privateEndpointConnections/options.d.ts +16 -0
  637. package/dist/react-native/api/privateEndpointConnections/options.js +4 -0
  638. package/dist/react-native/api/privateEndpointConnections/options.js.map +1 -0
  639. package/dist/react-native/api/privateLinkResources/index.d.ts +3 -0
  640. package/dist/react-native/api/privateLinkResources/index.js +4 -0
  641. package/dist/react-native/api/privateLinkResources/index.js.map +1 -0
  642. package/dist/react-native/api/privateLinkResources/operations.d.ts +9 -0
  643. package/dist/react-native/api/privateLinkResources/operations.js +34 -0
  644. package/dist/react-native/api/privateLinkResources/operations.js.map +1 -0
  645. package/dist/react-native/api/privateLinkResources/options.d.ts +5 -0
  646. package/dist/react-native/api/privateLinkResources/options.js +4 -0
  647. package/dist/react-native/api/privateLinkResources/options.js.map +1 -0
  648. package/dist/react-native/api/resolvePrivateLinkServiceId/index.d.ts +3 -0
  649. package/dist/react-native/api/resolvePrivateLinkServiceId/index.js +4 -0
  650. package/dist/react-native/api/resolvePrivateLinkServiceId/index.js.map +1 -0
  651. package/dist/react-native/api/resolvePrivateLinkServiceId/operations.d.ts +9 -0
  652. package/dist/react-native/api/resolvePrivateLinkServiceId/operations.js +36 -0
  653. package/dist/react-native/api/resolvePrivateLinkServiceId/operations.js.map +1 -0
  654. package/dist/react-native/api/resolvePrivateLinkServiceId/options.d.ts +5 -0
  655. package/dist/react-native/api/resolvePrivateLinkServiceId/options.js +4 -0
  656. package/dist/react-native/api/resolvePrivateLinkServiceId/options.js.map +1 -0
  657. package/dist/react-native/api/snapshots/index.d.ts +3 -0
  658. package/dist/react-native/api/snapshots/index.js +4 -0
  659. package/dist/react-native/api/snapshots/index.js.map +1 -0
  660. package/dist/react-native/api/snapshots/operations.d.ts +35 -0
  661. package/dist/react-native/api/snapshots/operations.js +176 -0
  662. package/dist/react-native/api/snapshots/operations.js.map +1 -0
  663. package/dist/react-native/api/snapshots/options.d.ts +20 -0
  664. package/dist/react-native/api/snapshots/options.js +4 -0
  665. package/dist/react-native/api/snapshots/options.js.map +1 -0
  666. package/dist/react-native/api/trustedAccessRoleBindings/index.d.ts +3 -0
  667. package/dist/react-native/api/trustedAccessRoleBindings/index.js +4 -0
  668. package/dist/react-native/api/trustedAccessRoleBindings/index.js.map +1 -0
  669. package/dist/react-native/api/trustedAccessRoleBindings/operations.d.ts +28 -0
  670. package/dist/react-native/api/trustedAccessRoleBindings/operations.js +136 -0
  671. package/dist/react-native/api/trustedAccessRoleBindings/operations.js.map +1 -0
  672. package/dist/react-native/api/trustedAccessRoleBindings/options.d.ts +18 -0
  673. package/dist/react-native/api/trustedAccessRoleBindings/options.js +4 -0
  674. package/dist/react-native/api/trustedAccessRoleBindings/options.js.map +1 -0
  675. package/dist/react-native/api/trustedAccessRoles/index.d.ts +3 -0
  676. package/dist/react-native/api/trustedAccessRoles/index.js +4 -0
  677. package/dist/react-native/api/trustedAccessRoles/index.js.map +1 -0
  678. package/dist/react-native/api/trustedAccessRoles/operations.d.ts +10 -0
  679. package/dist/react-native/api/trustedAccessRoles/operations.js +33 -0
  680. package/dist/react-native/api/trustedAccessRoles/operations.js.map +1 -0
  681. package/dist/react-native/api/trustedAccessRoles/options.d.ts +5 -0
  682. package/dist/react-native/api/trustedAccessRoles/options.js +4 -0
  683. package/dist/react-native/api/trustedAccessRoles/options.js.map +1 -0
  684. package/dist/react-native/classic/agentPools/index.d.ts +54 -0
  685. package/dist/react-native/classic/agentPools/index.js +63 -0
  686. package/dist/react-native/classic/agentPools/index.js.map +1 -0
  687. package/dist/react-native/classic/index.d.ts +13 -0
  688. package/dist/react-native/classic/index.js +4 -0
  689. package/dist/react-native/classic/index.js.map +1 -0
  690. package/dist/react-native/classic/machines/index.d.ts +13 -0
  691. package/dist/react-native/classic/machines/index.js +15 -0
  692. package/dist/react-native/classic/machines/index.js.map +1 -0
  693. package/dist/react-native/classic/maintenanceConfigurations/index.d.ts +22 -0
  694. package/dist/react-native/classic/maintenanceConfigurations/index.js +17 -0
  695. package/dist/react-native/classic/maintenanceConfigurations/index.js.map +1 -0
  696. package/dist/react-native/classic/managedClusters/index.d.ts +112 -0
  697. package/dist/react-native/classic/managedClusters/index.js +128 -0
  698. package/dist/react-native/classic/managedClusters/index.js.map +1 -0
  699. package/dist/react-native/classic/managedNamespaces/index.d.ts +36 -0
  700. package/dist/react-native/classic/managedNamespaces/index.js +36 -0
  701. package/dist/react-native/classic/managedNamespaces/index.js.map +1 -0
  702. package/dist/react-native/classic/operations/index.d.ts +11 -0
  703. package/dist/react-native/classic/operations/index.js +14 -0
  704. package/dist/react-native/classic/operations/index.js.map +1 -0
  705. package/dist/react-native/classic/privateEndpointConnections/index.d.ts +27 -0
  706. package/dist/react-native/classic/privateEndpointConnections/index.js +26 -0
  707. package/dist/react-native/classic/privateEndpointConnections/index.js.map +1 -0
  708. package/dist/react-native/classic/privateLinkResources/index.d.ts +10 -0
  709. package/dist/react-native/classic/privateLinkResources/index.js +14 -0
  710. package/dist/react-native/classic/privateLinkResources/index.js.map +1 -0
  711. package/dist/react-native/classic/resolvePrivateLinkServiceId/index.d.ts +10 -0
  712. package/dist/react-native/classic/resolvePrivateLinkServiceId/index.js +14 -0
  713. package/dist/react-native/classic/resolvePrivateLinkServiceId/index.js.map +1 -0
  714. package/dist/react-native/classic/snapshots/index.d.ts +26 -0
  715. package/dist/react-native/classic/snapshots/index.js +19 -0
  716. package/dist/react-native/classic/snapshots/index.js.map +1 -0
  717. package/dist/react-native/classic/trustedAccessRoleBindings/index.d.ts +32 -0
  718. package/dist/react-native/classic/trustedAccessRoleBindings/index.js +34 -0
  719. package/dist/react-native/classic/trustedAccessRoleBindings/index.js.map +1 -0
  720. package/dist/react-native/classic/trustedAccessRoles/index.d.ts +11 -0
  721. package/dist/react-native/classic/trustedAccessRoles/index.js +14 -0
  722. package/dist/react-native/classic/trustedAccessRoles/index.js.map +1 -0
  723. package/dist/react-native/containerServiceClient.d.ts +46 -36
  724. package/dist/react-native/containerServiceClient.js +66 -126
  725. package/dist/react-native/containerServiceClient.js.map +1 -1
  726. package/dist/react-native/index.d.ts +25 -3
  727. package/dist/react-native/index.js +4 -6
  728. package/dist/react-native/index.js.map +1 -1
  729. package/dist/react-native/logger.d.ts +2 -0
  730. package/dist/react-native/logger.js +5 -0
  731. package/dist/react-native/logger.js.map +1 -0
  732. package/dist/react-native/models/index.d.ts +2 -5544
  733. package/dist/react-native/models/index.js +1 -852
  734. package/dist/react-native/models/index.js.map +1 -1
  735. package/dist/react-native/models/models.d.ts +3838 -0
  736. package/dist/react-native/models/models.js +4784 -0
  737. package/dist/react-native/models/models.js.map +1 -0
  738. package/dist/react-native/restorePollerHelpers.d.ts +21 -0
  739. package/dist/react-native/restorePollerHelpers.js +142 -0
  740. package/dist/react-native/restorePollerHelpers.js.map +1 -0
  741. package/dist/react-native/static-helpers/cloudSettingHelpers.d.ts +22 -0
  742. package/dist/react-native/static-helpers/cloudSettingHelpers.js +38 -0
  743. package/dist/react-native/static-helpers/cloudSettingHelpers.js.map +1 -0
  744. package/dist/react-native/static-helpers/pagingHelpers.d.ts +74 -0
  745. package/dist/react-native/static-helpers/pagingHelpers.js +143 -0
  746. package/dist/react-native/static-helpers/pagingHelpers.js.map +1 -0
  747. package/dist/react-native/static-helpers/pollingHelpers.d.ts +34 -0
  748. package/dist/react-native/static-helpers/pollingHelpers.js +95 -0
  749. package/dist/react-native/static-helpers/pollingHelpers.js.map +1 -0
  750. package/dist/react-native/static-helpers/serialization/check-prop-undefined.d.ts +8 -0
  751. package/dist/react-native/static-helpers/serialization/check-prop-undefined.js +17 -0
  752. package/dist/react-native/static-helpers/serialization/check-prop-undefined.js.map +1 -0
  753. package/dist/react-native/static-helpers/simplePollerHelpers.d.ts +73 -0
  754. package/dist/react-native/static-helpers/simplePollerHelpers.js +44 -0
  755. package/dist/react-native/static-helpers/simplePollerHelpers.js.map +1 -0
  756. package/dist/react-native/static-helpers/urlTemplate.d.ts +5 -0
  757. package/dist/react-native/static-helpers/urlTemplate.js +200 -0
  758. package/dist/react-native/static-helpers/urlTemplate.js.map +1 -0
  759. package/package.json +335 -95
  760. package/dist/browser/containerServiceClient.d.ts.map +0 -1
  761. package/dist/browser/index.d.ts.map +0 -1
  762. package/dist/browser/lroImpl.d.ts +0 -11
  763. package/dist/browser/lroImpl.d.ts.map +0 -1
  764. package/dist/browser/lroImpl.js +0 -20
  765. package/dist/browser/lroImpl.js.map +0 -1
  766. package/dist/browser/models/index.d.ts.map +0 -1
  767. package/dist/browser/models/mappers.d.ts +0 -281
  768. package/dist/browser/models/mappers.d.ts.map +0 -1
  769. package/dist/browser/models/mappers.js +0 -9121
  770. package/dist/browser/models/mappers.js.map +0 -1
  771. package/dist/browser/models/parameters.d.ts +0 -51
  772. package/dist/browser/models/parameters.d.ts.map +0 -1
  773. package/dist/browser/models/parameters.js +0 -436
  774. package/dist/browser/models/parameters.js.map +0 -1
  775. package/dist/browser/operations/agentPools.d.ts +0 -172
  776. package/dist/browser/operations/agentPools.d.ts.map +0 -1
  777. package/dist/browser/operations/agentPools.js +0 -789
  778. package/dist/browser/operations/agentPools.js.map +0 -1
  779. package/dist/browser/operations/containerService.d.ts +0 -39
  780. package/dist/browser/operations/containerService.d.ts.map +0 -1
  781. package/dist/browser/operations/containerService.js +0 -123
  782. package/dist/browser/operations/containerService.js.map +0 -1
  783. package/dist/browser/operations/identityBindings.d.ts +0 -81
  784. package/dist/browser/operations/identityBindings.d.ts.map +0 -1
  785. package/dist/browser/operations/identityBindings.js +0 -358
  786. package/dist/browser/operations/identityBindings.js.map +0 -1
  787. package/dist/browser/operations/index.d.ts +0 -20
  788. package/dist/browser/operations/index.d.ts.map +0 -1
  789. package/dist/browser/operations/index.js +0 -24
  790. package/dist/browser/operations/index.js.map +0 -1
  791. package/dist/browser/operations/jWTAuthenticators.d.ts +0 -83
  792. package/dist/browser/operations/jWTAuthenticators.d.ts.map +0 -1
  793. package/dist/browser/operations/jWTAuthenticators.js +0 -360
  794. package/dist/browser/operations/jWTAuthenticators.js.map +0 -1
  795. package/dist/browser/operations/loadBalancers.d.ts +0 -72
  796. package/dist/browser/operations/loadBalancers.d.ts.map +0 -1
  797. package/dist/browser/operations/loadBalancers.js +0 -296
  798. package/dist/browser/operations/loadBalancers.js.map +0 -1
  799. package/dist/browser/operations/machines.d.ts +0 -71
  800. package/dist/browser/operations/machines.d.ts.map +0 -1
  801. package/dist/browser/operations/machines.js +0 -282
  802. package/dist/browser/operations/machines.js.map +0 -1
  803. package/dist/browser/operations/maintenanceConfigurations.d.ts +0 -66
  804. package/dist/browser/operations/maintenanceConfigurations.d.ts.map +0 -1
  805. package/dist/browser/operations/maintenanceConfigurations.js +0 -232
  806. package/dist/browser/operations/maintenanceConfigurations.js.map +0 -1
  807. package/dist/browser/operations/managedClusterSnapshots.d.ts +0 -83
  808. package/dist/browser/operations/managedClusterSnapshots.d.ts.map +0 -1
  809. package/dist/browser/operations/managedClusterSnapshots.js +0 -337
  810. package/dist/browser/operations/managedClusterSnapshots.js.map +0 -1
  811. package/dist/browser/operations/managedClusters.d.ts +0 -468
  812. package/dist/browser/operations/managedClusters.d.ts.map +0 -1
  813. package/dist/browser/operations/managedClusters.js +0 -2173
  814. package/dist/browser/operations/managedClusters.js.map +0 -1
  815. package/dist/browser/operations/managedNamespaces.d.ts +0 -103
  816. package/dist/browser/operations/managedNamespaces.d.ts.map +0 -1
  817. package/dist/browser/operations/managedNamespaces.js +0 -434
  818. package/dist/browser/operations/managedNamespaces.js.map +0 -1
  819. package/dist/browser/operations/meshMemberships.d.ts +0 -81
  820. package/dist/browser/operations/meshMemberships.d.ts.map +0 -1
  821. package/dist/browser/operations/meshMemberships.js +0 -350
  822. package/dist/browser/operations/meshMemberships.js.map +0 -1
  823. package/dist/browser/operations/operationStatusResultOperations.d.ts +0 -55
  824. package/dist/browser/operations/operationStatusResultOperations.d.ts.map +0 -1
  825. package/dist/browser/operations/operationStatusResultOperations.js +0 -194
  826. package/dist/browser/operations/operationStatusResultOperations.js.map +0 -1
  827. package/dist/browser/operations/operations.d.ts +0 -26
  828. package/dist/browser/operations/operations.d.ts.map +0 -1
  829. package/dist/browser/operations/operations.js +0 -74
  830. package/dist/browser/operations/operations.js.map +0 -1
  831. package/dist/browser/operations/privateEndpointConnections.d.ts +0 -54
  832. package/dist/browser/operations/privateEndpointConnections.d.ts.map +0 -1
  833. package/dist/browser/operations/privateEndpointConnections.js +0 -218
  834. package/dist/browser/operations/privateEndpointConnections.js.map +0 -1
  835. package/dist/browser/operations/privateLinkResources.d.ts +0 -20
  836. package/dist/browser/operations/privateLinkResources.d.ts.map +0 -1
  837. package/dist/browser/operations/privateLinkResources.js +0 -49
  838. package/dist/browser/operations/privateLinkResources.js.map +0 -1
  839. package/dist/browser/operations/resolvePrivateLinkServiceId.d.ts +0 -21
  840. package/dist/browser/operations/resolvePrivateLinkServiceId.d.ts.map +0 -1
  841. package/dist/browser/operations/resolvePrivateLinkServiceId.js +0 -52
  842. package/dist/browser/operations/resolvePrivateLinkServiceId.js.map +0 -1
  843. package/dist/browser/operations/snapshots.d.ts +0 -83
  844. package/dist/browser/operations/snapshots.d.ts.map +0 -1
  845. package/dist/browser/operations/snapshots.js +0 -337
  846. package/dist/browser/operations/snapshots.js.map +0 -1
  847. package/dist/browser/operations/trustedAccessRoleBindings.d.ts +0 -81
  848. package/dist/browser/operations/trustedAccessRoleBindings.d.ts.map +0 -1
  849. package/dist/browser/operations/trustedAccessRoleBindings.js +0 -360
  850. package/dist/browser/operations/trustedAccessRoleBindings.js.map +0 -1
  851. package/dist/browser/operations/trustedAccessRoles.d.ts +0 -35
  852. package/dist/browser/operations/trustedAccessRoles.d.ts.map +0 -1
  853. package/dist/browser/operations/trustedAccessRoles.js +0 -119
  854. package/dist/browser/operations/trustedAccessRoles.js.map +0 -1
  855. package/dist/browser/operationsInterfaces/agentPools.d.ts +0 -147
  856. package/dist/browser/operationsInterfaces/agentPools.d.ts.map +0 -1
  857. package/dist/browser/operationsInterfaces/agentPools.js +0 -4
  858. package/dist/browser/operationsInterfaces/agentPools.js.map +0 -1
  859. package/dist/browser/operationsInterfaces/containerService.d.ts +0 -14
  860. package/dist/browser/operationsInterfaces/containerService.d.ts.map +0 -1
  861. package/dist/browser/operationsInterfaces/containerService.js +0 -4
  862. package/dist/browser/operationsInterfaces/containerService.js.map +0 -1
  863. package/dist/browser/operationsInterfaces/identityBindings.d.ts +0 -56
  864. package/dist/browser/operationsInterfaces/identityBindings.d.ts.map +0 -1
  865. package/dist/browser/operationsInterfaces/identityBindings.js +0 -4
  866. package/dist/browser/operationsInterfaces/identityBindings.js.map +0 -1
  867. package/dist/browser/operationsInterfaces/index.d.ts +0 -20
  868. package/dist/browser/operationsInterfaces/index.d.ts.map +0 -1
  869. package/dist/browser/operationsInterfaces/index.js +0 -24
  870. package/dist/browser/operationsInterfaces/index.js.map +0 -1
  871. package/dist/browser/operationsInterfaces/jWTAuthenticators.d.ts +0 -58
  872. package/dist/browser/operationsInterfaces/jWTAuthenticators.d.ts.map +0 -1
  873. package/dist/browser/operationsInterfaces/jWTAuthenticators.js +0 -4
  874. package/dist/browser/operationsInterfaces/jWTAuthenticators.js.map +0 -1
  875. package/dist/browser/operationsInterfaces/loadBalancers.d.ts +0 -47
  876. package/dist/browser/operationsInterfaces/loadBalancers.d.ts.map +0 -1
  877. package/dist/browser/operationsInterfaces/loadBalancers.js +0 -4
  878. package/dist/browser/operationsInterfaces/loadBalancers.js.map +0 -1
  879. package/dist/browser/operationsInterfaces/machines.d.ts +0 -44
  880. package/dist/browser/operationsInterfaces/machines.d.ts.map +0 -1
  881. package/dist/browser/operationsInterfaces/machines.js +0 -4
  882. package/dist/browser/operationsInterfaces/machines.js.map +0 -1
  883. package/dist/browser/operationsInterfaces/maintenanceConfigurations.d.ts +0 -41
  884. package/dist/browser/operationsInterfaces/maintenanceConfigurations.d.ts.map +0 -1
  885. package/dist/browser/operationsInterfaces/maintenanceConfigurations.js +0 -4
  886. package/dist/browser/operationsInterfaces/maintenanceConfigurations.js.map +0 -1
  887. package/dist/browser/operationsInterfaces/managedClusterSnapshots.d.ts +0 -47
  888. package/dist/browser/operationsInterfaces/managedClusterSnapshots.d.ts.map +0 -1
  889. package/dist/browser/operationsInterfaces/managedClusterSnapshots.js +0 -4
  890. package/dist/browser/operationsInterfaces/managedClusterSnapshots.js.map +0 -1
  891. package/dist/browser/operationsInterfaces/managedClusters.d.ts +0 -348
  892. package/dist/browser/operationsInterfaces/managedClusters.d.ts.map +0 -1
  893. package/dist/browser/operationsInterfaces/managedClusters.js +0 -4
  894. package/dist/browser/operationsInterfaces/managedClusters.js.map +0 -1
  895. package/dist/browser/operationsInterfaces/managedNamespaces.d.ts +0 -78
  896. package/dist/browser/operationsInterfaces/managedNamespaces.d.ts.map +0 -1
  897. package/dist/browser/operationsInterfaces/managedNamespaces.js +0 -4
  898. package/dist/browser/operationsInterfaces/managedNamespaces.js.map +0 -1
  899. package/dist/browser/operationsInterfaces/meshMemberships.d.ts +0 -56
  900. package/dist/browser/operationsInterfaces/meshMemberships.d.ts.map +0 -1
  901. package/dist/browser/operationsInterfaces/meshMemberships.js +0 -4
  902. package/dist/browser/operationsInterfaces/meshMemberships.js.map +0 -1
  903. package/dist/browser/operationsInterfaces/operationStatusResultOperations.d.ts +0 -30
  904. package/dist/browser/operationsInterfaces/operationStatusResultOperations.d.ts.map +0 -1
  905. package/dist/browser/operationsInterfaces/operationStatusResultOperations.js +0 -4
  906. package/dist/browser/operationsInterfaces/operationStatusResultOperations.js.map +0 -1
  907. package/dist/browser/operationsInterfaces/operations.d.ts +0 -11
  908. package/dist/browser/operationsInterfaces/operations.d.ts.map +0 -1
  909. package/dist/browser/operationsInterfaces/operations.js +0 -4
  910. package/dist/browser/operationsInterfaces/operations.js.map +0 -1
  911. package/dist/browser/operationsInterfaces/privateEndpointConnections.d.ts +0 -46
  912. package/dist/browser/operationsInterfaces/privateEndpointConnections.d.ts.map +0 -1
  913. package/dist/browser/operationsInterfaces/privateEndpointConnections.js +0 -4
  914. package/dist/browser/operationsInterfaces/privateEndpointConnections.js.map +0 -1
  915. package/dist/browser/operationsInterfaces/privateLinkResources.d.ts +0 -12
  916. package/dist/browser/operationsInterfaces/privateLinkResources.d.ts.map +0 -1
  917. package/dist/browser/operationsInterfaces/privateLinkResources.js +0 -4
  918. package/dist/browser/operationsInterfaces/privateLinkResources.js.map +0 -1
  919. package/dist/browser/operationsInterfaces/resolvePrivateLinkServiceId.d.ts +0 -13
  920. package/dist/browser/operationsInterfaces/resolvePrivateLinkServiceId.d.ts.map +0 -1
  921. package/dist/browser/operationsInterfaces/resolvePrivateLinkServiceId.js +0 -4
  922. package/dist/browser/operationsInterfaces/resolvePrivateLinkServiceId.js.map +0 -1
  923. package/dist/browser/operationsInterfaces/snapshots.d.ts +0 -47
  924. package/dist/browser/operationsInterfaces/snapshots.d.ts.map +0 -1
  925. package/dist/browser/operationsInterfaces/snapshots.js +0 -4
  926. package/dist/browser/operationsInterfaces/snapshots.js.map +0 -1
  927. package/dist/browser/operationsInterfaces/trustedAccessRoleBindings.d.ts +0 -56
  928. package/dist/browser/operationsInterfaces/trustedAccessRoleBindings.d.ts.map +0 -1
  929. package/dist/browser/operationsInterfaces/trustedAccessRoleBindings.js +0 -4
  930. package/dist/browser/operationsInterfaces/trustedAccessRoleBindings.js.map +0 -1
  931. package/dist/browser/operationsInterfaces/trustedAccessRoles.d.ts +0 -12
  932. package/dist/browser/operationsInterfaces/trustedAccessRoles.d.ts.map +0 -1
  933. package/dist/browser/operationsInterfaces/trustedAccessRoles.js +0 -4
  934. package/dist/browser/operationsInterfaces/trustedAccessRoles.js.map +0 -1
  935. package/dist/browser/pagingHelper.d.ts +0 -13
  936. package/dist/browser/pagingHelper.d.ts.map +0 -1
  937. package/dist/browser/pagingHelper.js +0 -25
  938. package/dist/browser/pagingHelper.js.map +0 -1
  939. package/dist/commonjs/containerServiceClient.d.ts.map +0 -1
  940. package/dist/commonjs/index.d.ts.map +0 -1
  941. package/dist/commonjs/lroImpl.d.ts +0 -11
  942. package/dist/commonjs/lroImpl.d.ts.map +0 -1
  943. package/dist/commonjs/lroImpl.js +0 -23
  944. package/dist/commonjs/lroImpl.js.map +0 -1
  945. package/dist/commonjs/models/index.d.ts.map +0 -1
  946. package/dist/commonjs/models/mappers.d.ts +0 -281
  947. package/dist/commonjs/models/mappers.d.ts.map +0 -1
  948. package/dist/commonjs/models/mappers.js +0 -9129
  949. package/dist/commonjs/models/mappers.js.map +0 -1
  950. package/dist/commonjs/models/parameters.d.ts +0 -51
  951. package/dist/commonjs/models/parameters.d.ts.map +0 -1
  952. package/dist/commonjs/models/parameters.js +0 -439
  953. package/dist/commonjs/models/parameters.js.map +0 -1
  954. package/dist/commonjs/operations/agentPools.d.ts +0 -172
  955. package/dist/commonjs/operations/agentPools.d.ts.map +0 -1
  956. package/dist/commonjs/operations/agentPools.js +0 -794
  957. package/dist/commonjs/operations/agentPools.js.map +0 -1
  958. package/dist/commonjs/operations/containerService.d.ts +0 -39
  959. package/dist/commonjs/operations/containerService.d.ts.map +0 -1
  960. package/dist/commonjs/operations/containerService.js +0 -128
  961. package/dist/commonjs/operations/containerService.js.map +0 -1
  962. package/dist/commonjs/operations/identityBindings.d.ts +0 -81
  963. package/dist/commonjs/operations/identityBindings.d.ts.map +0 -1
  964. package/dist/commonjs/operations/identityBindings.js +0 -363
  965. package/dist/commonjs/operations/identityBindings.js.map +0 -1
  966. package/dist/commonjs/operations/index.d.ts +0 -20
  967. package/dist/commonjs/operations/index.d.ts.map +0 -1
  968. package/dist/commonjs/operations/index.js +0 -27
  969. package/dist/commonjs/operations/index.js.map +0 -1
  970. package/dist/commonjs/operations/jWTAuthenticators.d.ts +0 -83
  971. package/dist/commonjs/operations/jWTAuthenticators.d.ts.map +0 -1
  972. package/dist/commonjs/operations/jWTAuthenticators.js +0 -365
  973. package/dist/commonjs/operations/jWTAuthenticators.js.map +0 -1
  974. package/dist/commonjs/operations/loadBalancers.d.ts +0 -72
  975. package/dist/commonjs/operations/loadBalancers.d.ts.map +0 -1
  976. package/dist/commonjs/operations/loadBalancers.js +0 -301
  977. package/dist/commonjs/operations/loadBalancers.js.map +0 -1
  978. package/dist/commonjs/operations/machines.d.ts +0 -71
  979. package/dist/commonjs/operations/machines.d.ts.map +0 -1
  980. package/dist/commonjs/operations/machines.js +0 -287
  981. package/dist/commonjs/operations/machines.js.map +0 -1
  982. package/dist/commonjs/operations/maintenanceConfigurations.d.ts +0 -66
  983. package/dist/commonjs/operations/maintenanceConfigurations.d.ts.map +0 -1
  984. package/dist/commonjs/operations/maintenanceConfigurations.js +0 -237
  985. package/dist/commonjs/operations/maintenanceConfigurations.js.map +0 -1
  986. package/dist/commonjs/operations/managedClusterSnapshots.d.ts +0 -83
  987. package/dist/commonjs/operations/managedClusterSnapshots.d.ts.map +0 -1
  988. package/dist/commonjs/operations/managedClusterSnapshots.js +0 -342
  989. package/dist/commonjs/operations/managedClusterSnapshots.js.map +0 -1
  990. package/dist/commonjs/operations/managedClusters.d.ts +0 -468
  991. package/dist/commonjs/operations/managedClusters.d.ts.map +0 -1
  992. package/dist/commonjs/operations/managedClusters.js +0 -2178
  993. package/dist/commonjs/operations/managedClusters.js.map +0 -1
  994. package/dist/commonjs/operations/managedNamespaces.d.ts +0 -103
  995. package/dist/commonjs/operations/managedNamespaces.d.ts.map +0 -1
  996. package/dist/commonjs/operations/managedNamespaces.js +0 -439
  997. package/dist/commonjs/operations/managedNamespaces.js.map +0 -1
  998. package/dist/commonjs/operations/meshMemberships.d.ts +0 -81
  999. package/dist/commonjs/operations/meshMemberships.d.ts.map +0 -1
  1000. package/dist/commonjs/operations/meshMemberships.js +0 -355
  1001. package/dist/commonjs/operations/meshMemberships.js.map +0 -1
  1002. package/dist/commonjs/operations/operationStatusResultOperations.d.ts +0 -55
  1003. package/dist/commonjs/operations/operationStatusResultOperations.d.ts.map +0 -1
  1004. package/dist/commonjs/operations/operationStatusResultOperations.js +0 -199
  1005. package/dist/commonjs/operations/operationStatusResultOperations.js.map +0 -1
  1006. package/dist/commonjs/operations/operations.d.ts +0 -26
  1007. package/dist/commonjs/operations/operations.d.ts.map +0 -1
  1008. package/dist/commonjs/operations/operations.js +0 -79
  1009. package/dist/commonjs/operations/operations.js.map +0 -1
  1010. package/dist/commonjs/operations/privateEndpointConnections.d.ts +0 -54
  1011. package/dist/commonjs/operations/privateEndpointConnections.d.ts.map +0 -1
  1012. package/dist/commonjs/operations/privateEndpointConnections.js +0 -223
  1013. package/dist/commonjs/operations/privateEndpointConnections.js.map +0 -1
  1014. package/dist/commonjs/operations/privateLinkResources.d.ts +0 -20
  1015. package/dist/commonjs/operations/privateLinkResources.d.ts.map +0 -1
  1016. package/dist/commonjs/operations/privateLinkResources.js +0 -54
  1017. package/dist/commonjs/operations/privateLinkResources.js.map +0 -1
  1018. package/dist/commonjs/operations/resolvePrivateLinkServiceId.d.ts +0 -21
  1019. package/dist/commonjs/operations/resolvePrivateLinkServiceId.d.ts.map +0 -1
  1020. package/dist/commonjs/operations/resolvePrivateLinkServiceId.js +0 -57
  1021. package/dist/commonjs/operations/resolvePrivateLinkServiceId.js.map +0 -1
  1022. package/dist/commonjs/operations/snapshots.d.ts +0 -83
  1023. package/dist/commonjs/operations/snapshots.d.ts.map +0 -1
  1024. package/dist/commonjs/operations/snapshots.js +0 -342
  1025. package/dist/commonjs/operations/snapshots.js.map +0 -1
  1026. package/dist/commonjs/operations/trustedAccessRoleBindings.d.ts +0 -81
  1027. package/dist/commonjs/operations/trustedAccessRoleBindings.d.ts.map +0 -1
  1028. package/dist/commonjs/operations/trustedAccessRoleBindings.js +0 -365
  1029. package/dist/commonjs/operations/trustedAccessRoleBindings.js.map +0 -1
  1030. package/dist/commonjs/operations/trustedAccessRoles.d.ts +0 -35
  1031. package/dist/commonjs/operations/trustedAccessRoles.d.ts.map +0 -1
  1032. package/dist/commonjs/operations/trustedAccessRoles.js +0 -124
  1033. package/dist/commonjs/operations/trustedAccessRoles.js.map +0 -1
  1034. package/dist/commonjs/operationsInterfaces/agentPools.d.ts +0 -147
  1035. package/dist/commonjs/operationsInterfaces/agentPools.d.ts.map +0 -1
  1036. package/dist/commonjs/operationsInterfaces/agentPools.js +0 -5
  1037. package/dist/commonjs/operationsInterfaces/agentPools.js.map +0 -1
  1038. package/dist/commonjs/operationsInterfaces/containerService.d.ts +0 -14
  1039. package/dist/commonjs/operationsInterfaces/containerService.d.ts.map +0 -1
  1040. package/dist/commonjs/operationsInterfaces/containerService.js +0 -5
  1041. package/dist/commonjs/operationsInterfaces/containerService.js.map +0 -1
  1042. package/dist/commonjs/operationsInterfaces/identityBindings.d.ts +0 -56
  1043. package/dist/commonjs/operationsInterfaces/identityBindings.d.ts.map +0 -1
  1044. package/dist/commonjs/operationsInterfaces/identityBindings.js +0 -5
  1045. package/dist/commonjs/operationsInterfaces/identityBindings.js.map +0 -1
  1046. package/dist/commonjs/operationsInterfaces/index.d.ts +0 -20
  1047. package/dist/commonjs/operationsInterfaces/index.d.ts.map +0 -1
  1048. package/dist/commonjs/operationsInterfaces/index.js +0 -27
  1049. package/dist/commonjs/operationsInterfaces/index.js.map +0 -1
  1050. package/dist/commonjs/operationsInterfaces/jWTAuthenticators.d.ts +0 -58
  1051. package/dist/commonjs/operationsInterfaces/jWTAuthenticators.d.ts.map +0 -1
  1052. package/dist/commonjs/operationsInterfaces/jWTAuthenticators.js +0 -5
  1053. package/dist/commonjs/operationsInterfaces/jWTAuthenticators.js.map +0 -1
  1054. package/dist/commonjs/operationsInterfaces/loadBalancers.d.ts +0 -47
  1055. package/dist/commonjs/operationsInterfaces/loadBalancers.d.ts.map +0 -1
  1056. package/dist/commonjs/operationsInterfaces/loadBalancers.js +0 -5
  1057. package/dist/commonjs/operationsInterfaces/loadBalancers.js.map +0 -1
  1058. package/dist/commonjs/operationsInterfaces/machines.d.ts +0 -44
  1059. package/dist/commonjs/operationsInterfaces/machines.d.ts.map +0 -1
  1060. package/dist/commonjs/operationsInterfaces/machines.js +0 -5
  1061. package/dist/commonjs/operationsInterfaces/machines.js.map +0 -1
  1062. package/dist/commonjs/operationsInterfaces/maintenanceConfigurations.d.ts +0 -41
  1063. package/dist/commonjs/operationsInterfaces/maintenanceConfigurations.d.ts.map +0 -1
  1064. package/dist/commonjs/operationsInterfaces/maintenanceConfigurations.js +0 -5
  1065. package/dist/commonjs/operationsInterfaces/maintenanceConfigurations.js.map +0 -1
  1066. package/dist/commonjs/operationsInterfaces/managedClusterSnapshots.d.ts +0 -47
  1067. package/dist/commonjs/operationsInterfaces/managedClusterSnapshots.d.ts.map +0 -1
  1068. package/dist/commonjs/operationsInterfaces/managedClusterSnapshots.js +0 -5
  1069. package/dist/commonjs/operationsInterfaces/managedClusterSnapshots.js.map +0 -1
  1070. package/dist/commonjs/operationsInterfaces/managedClusters.d.ts +0 -348
  1071. package/dist/commonjs/operationsInterfaces/managedClusters.d.ts.map +0 -1
  1072. package/dist/commonjs/operationsInterfaces/managedClusters.js +0 -5
  1073. package/dist/commonjs/operationsInterfaces/managedClusters.js.map +0 -1
  1074. package/dist/commonjs/operationsInterfaces/managedNamespaces.d.ts +0 -78
  1075. package/dist/commonjs/operationsInterfaces/managedNamespaces.d.ts.map +0 -1
  1076. package/dist/commonjs/operationsInterfaces/managedNamespaces.js +0 -5
  1077. package/dist/commonjs/operationsInterfaces/managedNamespaces.js.map +0 -1
  1078. package/dist/commonjs/operationsInterfaces/meshMemberships.d.ts +0 -56
  1079. package/dist/commonjs/operationsInterfaces/meshMemberships.d.ts.map +0 -1
  1080. package/dist/commonjs/operationsInterfaces/meshMemberships.js +0 -5
  1081. package/dist/commonjs/operationsInterfaces/meshMemberships.js.map +0 -1
  1082. package/dist/commonjs/operationsInterfaces/operationStatusResultOperations.d.ts +0 -30
  1083. package/dist/commonjs/operationsInterfaces/operationStatusResultOperations.d.ts.map +0 -1
  1084. package/dist/commonjs/operationsInterfaces/operationStatusResultOperations.js +0 -5
  1085. package/dist/commonjs/operationsInterfaces/operationStatusResultOperations.js.map +0 -1
  1086. package/dist/commonjs/operationsInterfaces/operations.d.ts +0 -11
  1087. package/dist/commonjs/operationsInterfaces/operations.d.ts.map +0 -1
  1088. package/dist/commonjs/operationsInterfaces/operations.js +0 -5
  1089. package/dist/commonjs/operationsInterfaces/operations.js.map +0 -1
  1090. package/dist/commonjs/operationsInterfaces/privateEndpointConnections.d.ts +0 -46
  1091. package/dist/commonjs/operationsInterfaces/privateEndpointConnections.d.ts.map +0 -1
  1092. package/dist/commonjs/operationsInterfaces/privateEndpointConnections.js +0 -5
  1093. package/dist/commonjs/operationsInterfaces/privateEndpointConnections.js.map +0 -1
  1094. package/dist/commonjs/operationsInterfaces/privateLinkResources.d.ts +0 -12
  1095. package/dist/commonjs/operationsInterfaces/privateLinkResources.d.ts.map +0 -1
  1096. package/dist/commonjs/operationsInterfaces/privateLinkResources.js +0 -5
  1097. package/dist/commonjs/operationsInterfaces/privateLinkResources.js.map +0 -1
  1098. package/dist/commonjs/operationsInterfaces/resolvePrivateLinkServiceId.d.ts +0 -13
  1099. package/dist/commonjs/operationsInterfaces/resolvePrivateLinkServiceId.d.ts.map +0 -1
  1100. package/dist/commonjs/operationsInterfaces/resolvePrivateLinkServiceId.js +0 -5
  1101. package/dist/commonjs/operationsInterfaces/resolvePrivateLinkServiceId.js.map +0 -1
  1102. package/dist/commonjs/operationsInterfaces/snapshots.d.ts +0 -47
  1103. package/dist/commonjs/operationsInterfaces/snapshots.d.ts.map +0 -1
  1104. package/dist/commonjs/operationsInterfaces/snapshots.js +0 -5
  1105. package/dist/commonjs/operationsInterfaces/snapshots.js.map +0 -1
  1106. package/dist/commonjs/operationsInterfaces/trustedAccessRoleBindings.d.ts +0 -56
  1107. package/dist/commonjs/operationsInterfaces/trustedAccessRoleBindings.d.ts.map +0 -1
  1108. package/dist/commonjs/operationsInterfaces/trustedAccessRoleBindings.js +0 -5
  1109. package/dist/commonjs/operationsInterfaces/trustedAccessRoleBindings.js.map +0 -1
  1110. package/dist/commonjs/operationsInterfaces/trustedAccessRoles.d.ts +0 -12
  1111. package/dist/commonjs/operationsInterfaces/trustedAccessRoles.d.ts.map +0 -1
  1112. package/dist/commonjs/operationsInterfaces/trustedAccessRoles.js +0 -5
  1113. package/dist/commonjs/operationsInterfaces/trustedAccessRoles.js.map +0 -1
  1114. package/dist/commonjs/pagingHelper.d.ts +0 -13
  1115. package/dist/commonjs/pagingHelper.d.ts.map +0 -1
  1116. package/dist/commonjs/pagingHelper.js +0 -29
  1117. package/dist/commonjs/pagingHelper.js.map +0 -1
  1118. package/dist/esm/containerServiceClient.d.ts.map +0 -1
  1119. package/dist/esm/index.d.ts.map +0 -1
  1120. package/dist/esm/lroImpl.d.ts +0 -11
  1121. package/dist/esm/lroImpl.d.ts.map +0 -1
  1122. package/dist/esm/lroImpl.js +0 -20
  1123. package/dist/esm/lroImpl.js.map +0 -1
  1124. package/dist/esm/models/index.d.ts.map +0 -1
  1125. package/dist/esm/models/mappers.d.ts +0 -281
  1126. package/dist/esm/models/mappers.d.ts.map +0 -1
  1127. package/dist/esm/models/mappers.js +0 -9121
  1128. package/dist/esm/models/mappers.js.map +0 -1
  1129. package/dist/esm/models/parameters.d.ts +0 -51
  1130. package/dist/esm/models/parameters.d.ts.map +0 -1
  1131. package/dist/esm/models/parameters.js +0 -436
  1132. package/dist/esm/models/parameters.js.map +0 -1
  1133. package/dist/esm/operations/agentPools.d.ts +0 -172
  1134. package/dist/esm/operations/agentPools.d.ts.map +0 -1
  1135. package/dist/esm/operations/agentPools.js +0 -789
  1136. package/dist/esm/operations/agentPools.js.map +0 -1
  1137. package/dist/esm/operations/containerService.d.ts +0 -39
  1138. package/dist/esm/operations/containerService.d.ts.map +0 -1
  1139. package/dist/esm/operations/containerService.js +0 -123
  1140. package/dist/esm/operations/containerService.js.map +0 -1
  1141. package/dist/esm/operations/identityBindings.d.ts +0 -81
  1142. package/dist/esm/operations/identityBindings.d.ts.map +0 -1
  1143. package/dist/esm/operations/identityBindings.js +0 -358
  1144. package/dist/esm/operations/identityBindings.js.map +0 -1
  1145. package/dist/esm/operations/index.d.ts +0 -20
  1146. package/dist/esm/operations/index.d.ts.map +0 -1
  1147. package/dist/esm/operations/index.js +0 -24
  1148. package/dist/esm/operations/index.js.map +0 -1
  1149. package/dist/esm/operations/jWTAuthenticators.d.ts +0 -83
  1150. package/dist/esm/operations/jWTAuthenticators.d.ts.map +0 -1
  1151. package/dist/esm/operations/jWTAuthenticators.js +0 -360
  1152. package/dist/esm/operations/jWTAuthenticators.js.map +0 -1
  1153. package/dist/esm/operations/loadBalancers.d.ts +0 -72
  1154. package/dist/esm/operations/loadBalancers.d.ts.map +0 -1
  1155. package/dist/esm/operations/loadBalancers.js +0 -296
  1156. package/dist/esm/operations/loadBalancers.js.map +0 -1
  1157. package/dist/esm/operations/machines.d.ts +0 -71
  1158. package/dist/esm/operations/machines.d.ts.map +0 -1
  1159. package/dist/esm/operations/machines.js +0 -282
  1160. package/dist/esm/operations/machines.js.map +0 -1
  1161. package/dist/esm/operations/maintenanceConfigurations.d.ts +0 -66
  1162. package/dist/esm/operations/maintenanceConfigurations.d.ts.map +0 -1
  1163. package/dist/esm/operations/maintenanceConfigurations.js +0 -232
  1164. package/dist/esm/operations/maintenanceConfigurations.js.map +0 -1
  1165. package/dist/esm/operations/managedClusterSnapshots.d.ts +0 -83
  1166. package/dist/esm/operations/managedClusterSnapshots.d.ts.map +0 -1
  1167. package/dist/esm/operations/managedClusterSnapshots.js +0 -337
  1168. package/dist/esm/operations/managedClusterSnapshots.js.map +0 -1
  1169. package/dist/esm/operations/managedClusters.d.ts +0 -468
  1170. package/dist/esm/operations/managedClusters.d.ts.map +0 -1
  1171. package/dist/esm/operations/managedClusters.js +0 -2173
  1172. package/dist/esm/operations/managedClusters.js.map +0 -1
  1173. package/dist/esm/operations/managedNamespaces.d.ts +0 -103
  1174. package/dist/esm/operations/managedNamespaces.d.ts.map +0 -1
  1175. package/dist/esm/operations/managedNamespaces.js +0 -434
  1176. package/dist/esm/operations/managedNamespaces.js.map +0 -1
  1177. package/dist/esm/operations/meshMemberships.d.ts +0 -81
  1178. package/dist/esm/operations/meshMemberships.d.ts.map +0 -1
  1179. package/dist/esm/operations/meshMemberships.js +0 -350
  1180. package/dist/esm/operations/meshMemberships.js.map +0 -1
  1181. package/dist/esm/operations/operationStatusResultOperations.d.ts +0 -55
  1182. package/dist/esm/operations/operationStatusResultOperations.d.ts.map +0 -1
  1183. package/dist/esm/operations/operationStatusResultOperations.js +0 -194
  1184. package/dist/esm/operations/operationStatusResultOperations.js.map +0 -1
  1185. package/dist/esm/operations/operations.d.ts +0 -26
  1186. package/dist/esm/operations/operations.d.ts.map +0 -1
  1187. package/dist/esm/operations/operations.js +0 -74
  1188. package/dist/esm/operations/operations.js.map +0 -1
  1189. package/dist/esm/operations/privateEndpointConnections.d.ts +0 -54
  1190. package/dist/esm/operations/privateEndpointConnections.d.ts.map +0 -1
  1191. package/dist/esm/operations/privateEndpointConnections.js +0 -218
  1192. package/dist/esm/operations/privateEndpointConnections.js.map +0 -1
  1193. package/dist/esm/operations/privateLinkResources.d.ts +0 -20
  1194. package/dist/esm/operations/privateLinkResources.d.ts.map +0 -1
  1195. package/dist/esm/operations/privateLinkResources.js +0 -49
  1196. package/dist/esm/operations/privateLinkResources.js.map +0 -1
  1197. package/dist/esm/operations/resolvePrivateLinkServiceId.d.ts +0 -21
  1198. package/dist/esm/operations/resolvePrivateLinkServiceId.d.ts.map +0 -1
  1199. package/dist/esm/operations/resolvePrivateLinkServiceId.js +0 -52
  1200. package/dist/esm/operations/resolvePrivateLinkServiceId.js.map +0 -1
  1201. package/dist/esm/operations/snapshots.d.ts +0 -83
  1202. package/dist/esm/operations/snapshots.d.ts.map +0 -1
  1203. package/dist/esm/operations/snapshots.js +0 -337
  1204. package/dist/esm/operations/snapshots.js.map +0 -1
  1205. package/dist/esm/operations/trustedAccessRoleBindings.d.ts +0 -81
  1206. package/dist/esm/operations/trustedAccessRoleBindings.d.ts.map +0 -1
  1207. package/dist/esm/operations/trustedAccessRoleBindings.js +0 -360
  1208. package/dist/esm/operations/trustedAccessRoleBindings.js.map +0 -1
  1209. package/dist/esm/operations/trustedAccessRoles.d.ts +0 -35
  1210. package/dist/esm/operations/trustedAccessRoles.d.ts.map +0 -1
  1211. package/dist/esm/operations/trustedAccessRoles.js +0 -119
  1212. package/dist/esm/operations/trustedAccessRoles.js.map +0 -1
  1213. package/dist/esm/operationsInterfaces/agentPools.d.ts +0 -147
  1214. package/dist/esm/operationsInterfaces/agentPools.d.ts.map +0 -1
  1215. package/dist/esm/operationsInterfaces/agentPools.js +0 -4
  1216. package/dist/esm/operationsInterfaces/agentPools.js.map +0 -1
  1217. package/dist/esm/operationsInterfaces/containerService.d.ts +0 -14
  1218. package/dist/esm/operationsInterfaces/containerService.d.ts.map +0 -1
  1219. package/dist/esm/operationsInterfaces/containerService.js +0 -4
  1220. package/dist/esm/operationsInterfaces/containerService.js.map +0 -1
  1221. package/dist/esm/operationsInterfaces/identityBindings.d.ts +0 -56
  1222. package/dist/esm/operationsInterfaces/identityBindings.d.ts.map +0 -1
  1223. package/dist/esm/operationsInterfaces/identityBindings.js +0 -4
  1224. package/dist/esm/operationsInterfaces/identityBindings.js.map +0 -1
  1225. package/dist/esm/operationsInterfaces/index.d.ts +0 -20
  1226. package/dist/esm/operationsInterfaces/index.d.ts.map +0 -1
  1227. package/dist/esm/operationsInterfaces/index.js +0 -24
  1228. package/dist/esm/operationsInterfaces/index.js.map +0 -1
  1229. package/dist/esm/operationsInterfaces/jWTAuthenticators.d.ts +0 -58
  1230. package/dist/esm/operationsInterfaces/jWTAuthenticators.d.ts.map +0 -1
  1231. package/dist/esm/operationsInterfaces/jWTAuthenticators.js +0 -4
  1232. package/dist/esm/operationsInterfaces/jWTAuthenticators.js.map +0 -1
  1233. package/dist/esm/operationsInterfaces/loadBalancers.d.ts +0 -47
  1234. package/dist/esm/operationsInterfaces/loadBalancers.d.ts.map +0 -1
  1235. package/dist/esm/operationsInterfaces/loadBalancers.js +0 -4
  1236. package/dist/esm/operationsInterfaces/loadBalancers.js.map +0 -1
  1237. package/dist/esm/operationsInterfaces/machines.d.ts +0 -44
  1238. package/dist/esm/operationsInterfaces/machines.d.ts.map +0 -1
  1239. package/dist/esm/operationsInterfaces/machines.js +0 -4
  1240. package/dist/esm/operationsInterfaces/machines.js.map +0 -1
  1241. package/dist/esm/operationsInterfaces/maintenanceConfigurations.d.ts +0 -41
  1242. package/dist/esm/operationsInterfaces/maintenanceConfigurations.d.ts.map +0 -1
  1243. package/dist/esm/operationsInterfaces/maintenanceConfigurations.js +0 -4
  1244. package/dist/esm/operationsInterfaces/maintenanceConfigurations.js.map +0 -1
  1245. package/dist/esm/operationsInterfaces/managedClusterSnapshots.d.ts +0 -47
  1246. package/dist/esm/operationsInterfaces/managedClusterSnapshots.d.ts.map +0 -1
  1247. package/dist/esm/operationsInterfaces/managedClusterSnapshots.js +0 -4
  1248. package/dist/esm/operationsInterfaces/managedClusterSnapshots.js.map +0 -1
  1249. package/dist/esm/operationsInterfaces/managedClusters.d.ts +0 -348
  1250. package/dist/esm/operationsInterfaces/managedClusters.d.ts.map +0 -1
  1251. package/dist/esm/operationsInterfaces/managedClusters.js +0 -4
  1252. package/dist/esm/operationsInterfaces/managedClusters.js.map +0 -1
  1253. package/dist/esm/operationsInterfaces/managedNamespaces.d.ts +0 -78
  1254. package/dist/esm/operationsInterfaces/managedNamespaces.d.ts.map +0 -1
  1255. package/dist/esm/operationsInterfaces/managedNamespaces.js +0 -4
  1256. package/dist/esm/operationsInterfaces/managedNamespaces.js.map +0 -1
  1257. package/dist/esm/operationsInterfaces/meshMemberships.d.ts +0 -56
  1258. package/dist/esm/operationsInterfaces/meshMemberships.d.ts.map +0 -1
  1259. package/dist/esm/operationsInterfaces/meshMemberships.js +0 -4
  1260. package/dist/esm/operationsInterfaces/meshMemberships.js.map +0 -1
  1261. package/dist/esm/operationsInterfaces/operationStatusResultOperations.d.ts +0 -30
  1262. package/dist/esm/operationsInterfaces/operationStatusResultOperations.d.ts.map +0 -1
  1263. package/dist/esm/operationsInterfaces/operationStatusResultOperations.js +0 -4
  1264. package/dist/esm/operationsInterfaces/operationStatusResultOperations.js.map +0 -1
  1265. package/dist/esm/operationsInterfaces/operations.d.ts +0 -11
  1266. package/dist/esm/operationsInterfaces/operations.d.ts.map +0 -1
  1267. package/dist/esm/operationsInterfaces/operations.js +0 -4
  1268. package/dist/esm/operationsInterfaces/operations.js.map +0 -1
  1269. package/dist/esm/operationsInterfaces/privateEndpointConnections.d.ts +0 -46
  1270. package/dist/esm/operationsInterfaces/privateEndpointConnections.d.ts.map +0 -1
  1271. package/dist/esm/operationsInterfaces/privateEndpointConnections.js +0 -4
  1272. package/dist/esm/operationsInterfaces/privateEndpointConnections.js.map +0 -1
  1273. package/dist/esm/operationsInterfaces/privateLinkResources.d.ts +0 -12
  1274. package/dist/esm/operationsInterfaces/privateLinkResources.d.ts.map +0 -1
  1275. package/dist/esm/operationsInterfaces/privateLinkResources.js +0 -4
  1276. package/dist/esm/operationsInterfaces/privateLinkResources.js.map +0 -1
  1277. package/dist/esm/operationsInterfaces/resolvePrivateLinkServiceId.d.ts +0 -13
  1278. package/dist/esm/operationsInterfaces/resolvePrivateLinkServiceId.d.ts.map +0 -1
  1279. package/dist/esm/operationsInterfaces/resolvePrivateLinkServiceId.js +0 -4
  1280. package/dist/esm/operationsInterfaces/resolvePrivateLinkServiceId.js.map +0 -1
  1281. package/dist/esm/operationsInterfaces/snapshots.d.ts +0 -47
  1282. package/dist/esm/operationsInterfaces/snapshots.d.ts.map +0 -1
  1283. package/dist/esm/operationsInterfaces/snapshots.js +0 -4
  1284. package/dist/esm/operationsInterfaces/snapshots.js.map +0 -1
  1285. package/dist/esm/operationsInterfaces/trustedAccessRoleBindings.d.ts +0 -56
  1286. package/dist/esm/operationsInterfaces/trustedAccessRoleBindings.d.ts.map +0 -1
  1287. package/dist/esm/operationsInterfaces/trustedAccessRoleBindings.js +0 -4
  1288. package/dist/esm/operationsInterfaces/trustedAccessRoleBindings.js.map +0 -1
  1289. package/dist/esm/operationsInterfaces/trustedAccessRoles.d.ts +0 -12
  1290. package/dist/esm/operationsInterfaces/trustedAccessRoles.d.ts.map +0 -1
  1291. package/dist/esm/operationsInterfaces/trustedAccessRoles.js +0 -4
  1292. package/dist/esm/operationsInterfaces/trustedAccessRoles.js.map +0 -1
  1293. package/dist/esm/pagingHelper.d.ts +0 -13
  1294. package/dist/esm/pagingHelper.d.ts.map +0 -1
  1295. package/dist/esm/pagingHelper.js +0 -25
  1296. package/dist/esm/pagingHelper.js.map +0 -1
  1297. package/dist/react-native/containerServiceClient.d.ts.map +0 -1
  1298. package/dist/react-native/index.d.ts.map +0 -1
  1299. package/dist/react-native/lroImpl.d.ts +0 -11
  1300. package/dist/react-native/lroImpl.d.ts.map +0 -1
  1301. package/dist/react-native/lroImpl.js +0 -20
  1302. package/dist/react-native/lroImpl.js.map +0 -1
  1303. package/dist/react-native/models/index.d.ts.map +0 -1
  1304. package/dist/react-native/models/mappers.d.ts +0 -281
  1305. package/dist/react-native/models/mappers.d.ts.map +0 -1
  1306. package/dist/react-native/models/mappers.js +0 -9121
  1307. package/dist/react-native/models/mappers.js.map +0 -1
  1308. package/dist/react-native/models/parameters.d.ts +0 -51
  1309. package/dist/react-native/models/parameters.d.ts.map +0 -1
  1310. package/dist/react-native/models/parameters.js +0 -436
  1311. package/dist/react-native/models/parameters.js.map +0 -1
  1312. package/dist/react-native/operations/agentPools.d.ts +0 -172
  1313. package/dist/react-native/operations/agentPools.d.ts.map +0 -1
  1314. package/dist/react-native/operations/agentPools.js +0 -789
  1315. package/dist/react-native/operations/agentPools.js.map +0 -1
  1316. package/dist/react-native/operations/containerService.d.ts +0 -39
  1317. package/dist/react-native/operations/containerService.d.ts.map +0 -1
  1318. package/dist/react-native/operations/containerService.js +0 -123
  1319. package/dist/react-native/operations/containerService.js.map +0 -1
  1320. package/dist/react-native/operations/identityBindings.d.ts +0 -81
  1321. package/dist/react-native/operations/identityBindings.d.ts.map +0 -1
  1322. package/dist/react-native/operations/identityBindings.js +0 -358
  1323. package/dist/react-native/operations/identityBindings.js.map +0 -1
  1324. package/dist/react-native/operations/index.d.ts +0 -20
  1325. package/dist/react-native/operations/index.d.ts.map +0 -1
  1326. package/dist/react-native/operations/index.js +0 -24
  1327. package/dist/react-native/operations/index.js.map +0 -1
  1328. package/dist/react-native/operations/jWTAuthenticators.d.ts +0 -83
  1329. package/dist/react-native/operations/jWTAuthenticators.d.ts.map +0 -1
  1330. package/dist/react-native/operations/jWTAuthenticators.js +0 -360
  1331. package/dist/react-native/operations/jWTAuthenticators.js.map +0 -1
  1332. package/dist/react-native/operations/loadBalancers.d.ts +0 -72
  1333. package/dist/react-native/operations/loadBalancers.d.ts.map +0 -1
  1334. package/dist/react-native/operations/loadBalancers.js +0 -296
  1335. package/dist/react-native/operations/loadBalancers.js.map +0 -1
  1336. package/dist/react-native/operations/machines.d.ts +0 -71
  1337. package/dist/react-native/operations/machines.d.ts.map +0 -1
  1338. package/dist/react-native/operations/machines.js +0 -282
  1339. package/dist/react-native/operations/machines.js.map +0 -1
  1340. package/dist/react-native/operations/maintenanceConfigurations.d.ts +0 -66
  1341. package/dist/react-native/operations/maintenanceConfigurations.d.ts.map +0 -1
  1342. package/dist/react-native/operations/maintenanceConfigurations.js +0 -232
  1343. package/dist/react-native/operations/maintenanceConfigurations.js.map +0 -1
  1344. package/dist/react-native/operations/managedClusterSnapshots.d.ts +0 -83
  1345. package/dist/react-native/operations/managedClusterSnapshots.d.ts.map +0 -1
  1346. package/dist/react-native/operations/managedClusterSnapshots.js +0 -337
  1347. package/dist/react-native/operations/managedClusterSnapshots.js.map +0 -1
  1348. package/dist/react-native/operations/managedClusters.d.ts +0 -468
  1349. package/dist/react-native/operations/managedClusters.d.ts.map +0 -1
  1350. package/dist/react-native/operations/managedClusters.js +0 -2173
  1351. package/dist/react-native/operations/managedClusters.js.map +0 -1
  1352. package/dist/react-native/operations/managedNamespaces.d.ts +0 -103
  1353. package/dist/react-native/operations/managedNamespaces.d.ts.map +0 -1
  1354. package/dist/react-native/operations/managedNamespaces.js +0 -434
  1355. package/dist/react-native/operations/managedNamespaces.js.map +0 -1
  1356. package/dist/react-native/operations/meshMemberships.d.ts +0 -81
  1357. package/dist/react-native/operations/meshMemberships.d.ts.map +0 -1
  1358. package/dist/react-native/operations/meshMemberships.js +0 -350
  1359. package/dist/react-native/operations/meshMemberships.js.map +0 -1
  1360. package/dist/react-native/operations/operationStatusResultOperations.d.ts +0 -55
  1361. package/dist/react-native/operations/operationStatusResultOperations.d.ts.map +0 -1
  1362. package/dist/react-native/operations/operationStatusResultOperations.js +0 -194
  1363. package/dist/react-native/operations/operationStatusResultOperations.js.map +0 -1
  1364. package/dist/react-native/operations/operations.d.ts +0 -26
  1365. package/dist/react-native/operations/operations.d.ts.map +0 -1
  1366. package/dist/react-native/operations/operations.js +0 -74
  1367. package/dist/react-native/operations/operations.js.map +0 -1
  1368. package/dist/react-native/operations/privateEndpointConnections.d.ts +0 -54
  1369. package/dist/react-native/operations/privateEndpointConnections.d.ts.map +0 -1
  1370. package/dist/react-native/operations/privateEndpointConnections.js +0 -218
  1371. package/dist/react-native/operations/privateEndpointConnections.js.map +0 -1
  1372. package/dist/react-native/operations/privateLinkResources.d.ts +0 -20
  1373. package/dist/react-native/operations/privateLinkResources.d.ts.map +0 -1
  1374. package/dist/react-native/operations/privateLinkResources.js +0 -49
  1375. package/dist/react-native/operations/privateLinkResources.js.map +0 -1
  1376. package/dist/react-native/operations/resolvePrivateLinkServiceId.d.ts +0 -21
  1377. package/dist/react-native/operations/resolvePrivateLinkServiceId.d.ts.map +0 -1
  1378. package/dist/react-native/operations/resolvePrivateLinkServiceId.js +0 -52
  1379. package/dist/react-native/operations/resolvePrivateLinkServiceId.js.map +0 -1
  1380. package/dist/react-native/operations/snapshots.d.ts +0 -83
  1381. package/dist/react-native/operations/snapshots.d.ts.map +0 -1
  1382. package/dist/react-native/operations/snapshots.js +0 -337
  1383. package/dist/react-native/operations/snapshots.js.map +0 -1
  1384. package/dist/react-native/operations/trustedAccessRoleBindings.d.ts +0 -81
  1385. package/dist/react-native/operations/trustedAccessRoleBindings.d.ts.map +0 -1
  1386. package/dist/react-native/operations/trustedAccessRoleBindings.js +0 -360
  1387. package/dist/react-native/operations/trustedAccessRoleBindings.js.map +0 -1
  1388. package/dist/react-native/operations/trustedAccessRoles.d.ts +0 -35
  1389. package/dist/react-native/operations/trustedAccessRoles.d.ts.map +0 -1
  1390. package/dist/react-native/operations/trustedAccessRoles.js +0 -119
  1391. package/dist/react-native/operations/trustedAccessRoles.js.map +0 -1
  1392. package/dist/react-native/operationsInterfaces/agentPools.d.ts +0 -147
  1393. package/dist/react-native/operationsInterfaces/agentPools.d.ts.map +0 -1
  1394. package/dist/react-native/operationsInterfaces/agentPools.js +0 -4
  1395. package/dist/react-native/operationsInterfaces/agentPools.js.map +0 -1
  1396. package/dist/react-native/operationsInterfaces/containerService.d.ts +0 -14
  1397. package/dist/react-native/operationsInterfaces/containerService.d.ts.map +0 -1
  1398. package/dist/react-native/operationsInterfaces/containerService.js +0 -4
  1399. package/dist/react-native/operationsInterfaces/containerService.js.map +0 -1
  1400. package/dist/react-native/operationsInterfaces/identityBindings.d.ts +0 -56
  1401. package/dist/react-native/operationsInterfaces/identityBindings.d.ts.map +0 -1
  1402. package/dist/react-native/operationsInterfaces/identityBindings.js +0 -4
  1403. package/dist/react-native/operationsInterfaces/identityBindings.js.map +0 -1
  1404. package/dist/react-native/operationsInterfaces/index.d.ts +0 -20
  1405. package/dist/react-native/operationsInterfaces/index.d.ts.map +0 -1
  1406. package/dist/react-native/operationsInterfaces/index.js +0 -24
  1407. package/dist/react-native/operationsInterfaces/index.js.map +0 -1
  1408. package/dist/react-native/operationsInterfaces/jWTAuthenticators.d.ts +0 -58
  1409. package/dist/react-native/operationsInterfaces/jWTAuthenticators.d.ts.map +0 -1
  1410. package/dist/react-native/operationsInterfaces/jWTAuthenticators.js +0 -4
  1411. package/dist/react-native/operationsInterfaces/jWTAuthenticators.js.map +0 -1
  1412. package/dist/react-native/operationsInterfaces/loadBalancers.d.ts +0 -47
  1413. package/dist/react-native/operationsInterfaces/loadBalancers.d.ts.map +0 -1
  1414. package/dist/react-native/operationsInterfaces/loadBalancers.js +0 -4
  1415. package/dist/react-native/operationsInterfaces/loadBalancers.js.map +0 -1
  1416. package/dist/react-native/operationsInterfaces/machines.d.ts +0 -44
  1417. package/dist/react-native/operationsInterfaces/machines.d.ts.map +0 -1
  1418. package/dist/react-native/operationsInterfaces/machines.js +0 -4
  1419. package/dist/react-native/operationsInterfaces/machines.js.map +0 -1
  1420. package/dist/react-native/operationsInterfaces/maintenanceConfigurations.d.ts +0 -41
  1421. package/dist/react-native/operationsInterfaces/maintenanceConfigurations.d.ts.map +0 -1
  1422. package/dist/react-native/operationsInterfaces/maintenanceConfigurations.js +0 -4
  1423. package/dist/react-native/operationsInterfaces/maintenanceConfigurations.js.map +0 -1
  1424. package/dist/react-native/operationsInterfaces/managedClusterSnapshots.d.ts +0 -47
  1425. package/dist/react-native/operationsInterfaces/managedClusterSnapshots.d.ts.map +0 -1
  1426. package/dist/react-native/operationsInterfaces/managedClusterSnapshots.js +0 -4
  1427. package/dist/react-native/operationsInterfaces/managedClusterSnapshots.js.map +0 -1
  1428. package/dist/react-native/operationsInterfaces/managedClusters.d.ts +0 -348
  1429. package/dist/react-native/operationsInterfaces/managedClusters.d.ts.map +0 -1
  1430. package/dist/react-native/operationsInterfaces/managedClusters.js +0 -4
  1431. package/dist/react-native/operationsInterfaces/managedClusters.js.map +0 -1
  1432. package/dist/react-native/operationsInterfaces/managedNamespaces.d.ts +0 -78
  1433. package/dist/react-native/operationsInterfaces/managedNamespaces.d.ts.map +0 -1
  1434. package/dist/react-native/operationsInterfaces/managedNamespaces.js +0 -4
  1435. package/dist/react-native/operationsInterfaces/managedNamespaces.js.map +0 -1
  1436. package/dist/react-native/operationsInterfaces/meshMemberships.d.ts +0 -56
  1437. package/dist/react-native/operationsInterfaces/meshMemberships.d.ts.map +0 -1
  1438. package/dist/react-native/operationsInterfaces/meshMemberships.js +0 -4
  1439. package/dist/react-native/operationsInterfaces/meshMemberships.js.map +0 -1
  1440. package/dist/react-native/operationsInterfaces/operationStatusResultOperations.d.ts +0 -30
  1441. package/dist/react-native/operationsInterfaces/operationStatusResultOperations.d.ts.map +0 -1
  1442. package/dist/react-native/operationsInterfaces/operationStatusResultOperations.js +0 -4
  1443. package/dist/react-native/operationsInterfaces/operationStatusResultOperations.js.map +0 -1
  1444. package/dist/react-native/operationsInterfaces/operations.d.ts +0 -11
  1445. package/dist/react-native/operationsInterfaces/operations.d.ts.map +0 -1
  1446. package/dist/react-native/operationsInterfaces/operations.js +0 -4
  1447. package/dist/react-native/operationsInterfaces/operations.js.map +0 -1
  1448. package/dist/react-native/operationsInterfaces/privateEndpointConnections.d.ts +0 -46
  1449. package/dist/react-native/operationsInterfaces/privateEndpointConnections.d.ts.map +0 -1
  1450. package/dist/react-native/operationsInterfaces/privateEndpointConnections.js +0 -4
  1451. package/dist/react-native/operationsInterfaces/privateEndpointConnections.js.map +0 -1
  1452. package/dist/react-native/operationsInterfaces/privateLinkResources.d.ts +0 -12
  1453. package/dist/react-native/operationsInterfaces/privateLinkResources.d.ts.map +0 -1
  1454. package/dist/react-native/operationsInterfaces/privateLinkResources.js +0 -4
  1455. package/dist/react-native/operationsInterfaces/privateLinkResources.js.map +0 -1
  1456. package/dist/react-native/operationsInterfaces/resolvePrivateLinkServiceId.d.ts +0 -13
  1457. package/dist/react-native/operationsInterfaces/resolvePrivateLinkServiceId.d.ts.map +0 -1
  1458. package/dist/react-native/operationsInterfaces/resolvePrivateLinkServiceId.js +0 -4
  1459. package/dist/react-native/operationsInterfaces/resolvePrivateLinkServiceId.js.map +0 -1
  1460. package/dist/react-native/operationsInterfaces/snapshots.d.ts +0 -47
  1461. package/dist/react-native/operationsInterfaces/snapshots.d.ts.map +0 -1
  1462. package/dist/react-native/operationsInterfaces/snapshots.js +0 -4
  1463. package/dist/react-native/operationsInterfaces/snapshots.js.map +0 -1
  1464. package/dist/react-native/operationsInterfaces/trustedAccessRoleBindings.d.ts +0 -56
  1465. package/dist/react-native/operationsInterfaces/trustedAccessRoleBindings.d.ts.map +0 -1
  1466. package/dist/react-native/operationsInterfaces/trustedAccessRoleBindings.js +0 -4
  1467. package/dist/react-native/operationsInterfaces/trustedAccessRoleBindings.js.map +0 -1
  1468. package/dist/react-native/operationsInterfaces/trustedAccessRoles.d.ts +0 -12
  1469. package/dist/react-native/operationsInterfaces/trustedAccessRoles.d.ts.map +0 -1
  1470. package/dist/react-native/operationsInterfaces/trustedAccessRoles.js +0 -4
  1471. package/dist/react-native/operationsInterfaces/trustedAccessRoles.js.map +0 -1
  1472. package/dist/react-native/pagingHelper.d.ts +0 -13
  1473. package/dist/react-native/pagingHelper.d.ts.map +0 -1
  1474. package/dist/react-native/pagingHelper.js +0 -25
  1475. package/dist/react-native/pagingHelper.js.map +0 -1
@@ -1,2173 +0,0 @@
1
- // Copyright (c) Microsoft Corporation.
2
- // Licensed under the MIT License.
3
- import { setContinuationToken } from "../pagingHelper.js";
4
- import * as coreClient from "@azure/core-client";
5
- import * as Mappers from "../models/mappers.js";
6
- import * as Parameters from "../models/parameters.js";
7
- import { createHttpPoller } from "@azure/core-lro";
8
- import { createLroSpec } from "../lroImpl.js";
9
- /// <reference lib="esnext.asynciterable" />
10
- /** Class containing ManagedClusters operations. */
11
- export class ManagedClustersImpl {
12
- client;
13
- /**
14
- * Initialize a new instance of the class ManagedClusters class.
15
- * @param client Reference to the service client
16
- */
17
- constructor(client) {
18
- this.client = client;
19
- }
20
- /**
21
- * Gets a list of managed clusters in the specified subscription.
22
- * @param options The options parameters.
23
- */
24
- list(options) {
25
- const iter = this.listPagingAll(options);
26
- return {
27
- next() {
28
- return iter.next();
29
- },
30
- [Symbol.asyncIterator]() {
31
- return this;
32
- },
33
- byPage: (settings) => {
34
- if (settings?.maxPageSize) {
35
- throw new Error("maxPageSize is not supported by this operation.");
36
- }
37
- return this.listPagingPage(options, settings);
38
- },
39
- };
40
- }
41
- async *listPagingPage(options, settings) {
42
- let result;
43
- let continuationToken = settings?.continuationToken;
44
- if (!continuationToken) {
45
- result = await this._list(options);
46
- const page = result.value || [];
47
- continuationToken = result.nextLink;
48
- setContinuationToken(page, continuationToken);
49
- yield page;
50
- }
51
- while (continuationToken) {
52
- result = await this._listNext(continuationToken, options);
53
- continuationToken = result.nextLink;
54
- const page = result.value || [];
55
- setContinuationToken(page, continuationToken);
56
- yield page;
57
- }
58
- }
59
- async *listPagingAll(options) {
60
- for await (const page of this.listPagingPage(options)) {
61
- yield* page;
62
- }
63
- }
64
- /**
65
- * Lists managed clusters in the specified subscription and resource group.
66
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
67
- * @param options The options parameters.
68
- */
69
- listByResourceGroup(resourceGroupName, options) {
70
- const iter = this.listByResourceGroupPagingAll(resourceGroupName, options);
71
- return {
72
- next() {
73
- return iter.next();
74
- },
75
- [Symbol.asyncIterator]() {
76
- return this;
77
- },
78
- byPage: (settings) => {
79
- if (settings?.maxPageSize) {
80
- throw new Error("maxPageSize is not supported by this operation.");
81
- }
82
- return this.listByResourceGroupPagingPage(resourceGroupName, options, settings);
83
- },
84
- };
85
- }
86
- async *listByResourceGroupPagingPage(resourceGroupName, options, settings) {
87
- let result;
88
- let continuationToken = settings?.continuationToken;
89
- if (!continuationToken) {
90
- result = await this._listByResourceGroup(resourceGroupName, options);
91
- const page = result.value || [];
92
- continuationToken = result.nextLink;
93
- setContinuationToken(page, continuationToken);
94
- yield page;
95
- }
96
- while (continuationToken) {
97
- result = await this._listByResourceGroupNext(resourceGroupName, continuationToken, options);
98
- continuationToken = result.nextLink;
99
- const page = result.value || [];
100
- setContinuationToken(page, continuationToken);
101
- yield page;
102
- }
103
- }
104
- async *listByResourceGroupPagingAll(resourceGroupName, options) {
105
- for await (const page of this.listByResourceGroupPagingPage(resourceGroupName, options)) {
106
- yield* page;
107
- }
108
- }
109
- /**
110
- * Gets a list of egress endpoints (network endpoints of all outbound dependencies) in the specified
111
- * managed cluster. The operation returns properties of each egress endpoint.
112
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
113
- * @param resourceName The name of the managed cluster resource.
114
- * @param options The options parameters.
115
- */
116
- listOutboundNetworkDependenciesEndpoints(resourceGroupName, resourceName, options) {
117
- const iter = this.listOutboundNetworkDependenciesEndpointsPagingAll(resourceGroupName, resourceName, options);
118
- return {
119
- next() {
120
- return iter.next();
121
- },
122
- [Symbol.asyncIterator]() {
123
- return this;
124
- },
125
- byPage: (settings) => {
126
- if (settings?.maxPageSize) {
127
- throw new Error("maxPageSize is not supported by this operation.");
128
- }
129
- return this.listOutboundNetworkDependenciesEndpointsPagingPage(resourceGroupName, resourceName, options, settings);
130
- },
131
- };
132
- }
133
- async *listOutboundNetworkDependenciesEndpointsPagingPage(resourceGroupName, resourceName, options, settings) {
134
- let result;
135
- let continuationToken = settings?.continuationToken;
136
- if (!continuationToken) {
137
- result = await this._listOutboundNetworkDependenciesEndpoints(resourceGroupName, resourceName, options);
138
- const page = result.value || [];
139
- continuationToken = result.nextLink;
140
- setContinuationToken(page, continuationToken);
141
- yield page;
142
- }
143
- while (continuationToken) {
144
- result = await this._listOutboundNetworkDependenciesEndpointsNext(resourceGroupName, resourceName, continuationToken, options);
145
- continuationToken = result.nextLink;
146
- const page = result.value || [];
147
- setContinuationToken(page, continuationToken);
148
- yield page;
149
- }
150
- }
151
- async *listOutboundNetworkDependenciesEndpointsPagingAll(resourceGroupName, resourceName, options) {
152
- for await (const page of this.listOutboundNetworkDependenciesEndpointsPagingPage(resourceGroupName, resourceName, options)) {
153
- yield* page;
154
- }
155
- }
156
- /**
157
- * Contains list of Guardrails version along with its support info and whether it is a default version.
158
- * @param location The name of the Azure region.
159
- * @param options The options parameters.
160
- */
161
- listGuardrailsVersions(location, options) {
162
- const iter = this.listGuardrailsVersionsPagingAll(location, options);
163
- return {
164
- next() {
165
- return iter.next();
166
- },
167
- [Symbol.asyncIterator]() {
168
- return this;
169
- },
170
- byPage: (settings) => {
171
- if (settings?.maxPageSize) {
172
- throw new Error("maxPageSize is not supported by this operation.");
173
- }
174
- return this.listGuardrailsVersionsPagingPage(location, options, settings);
175
- },
176
- };
177
- }
178
- async *listGuardrailsVersionsPagingPage(location, options, settings) {
179
- let result;
180
- let continuationToken = settings?.continuationToken;
181
- if (!continuationToken) {
182
- result = await this._listGuardrailsVersions(location, options);
183
- const page = result.value || [];
184
- continuationToken = result.nextLink;
185
- setContinuationToken(page, continuationToken);
186
- yield page;
187
- }
188
- while (continuationToken) {
189
- result = await this._listGuardrailsVersionsNext(location, continuationToken, options);
190
- continuationToken = result.nextLink;
191
- const page = result.value || [];
192
- setContinuationToken(page, continuationToken);
193
- yield page;
194
- }
195
- }
196
- async *listGuardrailsVersionsPagingAll(location, options) {
197
- for await (const page of this.listGuardrailsVersionsPagingPage(location, options)) {
198
- yield* page;
199
- }
200
- }
201
- /**
202
- * Contains list of Safeguards version along with its support info and whether it is a default version.
203
- * @param location The name of the Azure region.
204
- * @param options The options parameters.
205
- */
206
- listSafeguardsVersions(location, options) {
207
- const iter = this.listSafeguardsVersionsPagingAll(location, options);
208
- return {
209
- next() {
210
- return iter.next();
211
- },
212
- [Symbol.asyncIterator]() {
213
- return this;
214
- },
215
- byPage: (settings) => {
216
- if (settings?.maxPageSize) {
217
- throw new Error("maxPageSize is not supported by this operation.");
218
- }
219
- return this.listSafeguardsVersionsPagingPage(location, options, settings);
220
- },
221
- };
222
- }
223
- async *listSafeguardsVersionsPagingPage(location, options, settings) {
224
- let result;
225
- let continuationToken = settings?.continuationToken;
226
- if (!continuationToken) {
227
- result = await this._listSafeguardsVersions(location, options);
228
- const page = result.value || [];
229
- continuationToken = result.nextLink;
230
- setContinuationToken(page, continuationToken);
231
- yield page;
232
- }
233
- while (continuationToken) {
234
- result = await this._listSafeguardsVersionsNext(location, continuationToken, options);
235
- continuationToken = result.nextLink;
236
- const page = result.value || [];
237
- setContinuationToken(page, continuationToken);
238
- yield page;
239
- }
240
- }
241
- async *listSafeguardsVersionsPagingAll(location, options) {
242
- for await (const page of this.listSafeguardsVersionsPagingPage(location, options)) {
243
- yield* page;
244
- }
245
- }
246
- /**
247
- * Contains extra metadata on each revision, including supported revisions, cluster compatibility and
248
- * available upgrades
249
- * @param location The name of the Azure region.
250
- * @param options The options parameters.
251
- */
252
- listMeshRevisionProfiles(location, options) {
253
- const iter = this.listMeshRevisionProfilesPagingAll(location, options);
254
- return {
255
- next() {
256
- return iter.next();
257
- },
258
- [Symbol.asyncIterator]() {
259
- return this;
260
- },
261
- byPage: (settings) => {
262
- if (settings?.maxPageSize) {
263
- throw new Error("maxPageSize is not supported by this operation.");
264
- }
265
- return this.listMeshRevisionProfilesPagingPage(location, options, settings);
266
- },
267
- };
268
- }
269
- async *listMeshRevisionProfilesPagingPage(location, options, settings) {
270
- let result;
271
- let continuationToken = settings?.continuationToken;
272
- if (!continuationToken) {
273
- result = await this._listMeshRevisionProfiles(location, options);
274
- const page = result.value || [];
275
- continuationToken = result.nextLink;
276
- setContinuationToken(page, continuationToken);
277
- yield page;
278
- }
279
- while (continuationToken) {
280
- result = await this._listMeshRevisionProfilesNext(location, continuationToken, options);
281
- continuationToken = result.nextLink;
282
- const page = result.value || [];
283
- setContinuationToken(page, continuationToken);
284
- yield page;
285
- }
286
- }
287
- async *listMeshRevisionProfilesPagingAll(location, options) {
288
- for await (const page of this.listMeshRevisionProfilesPagingPage(location, options)) {
289
- yield* page;
290
- }
291
- }
292
- /**
293
- * Lists available upgrades for all service meshes in a specific cluster.
294
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
295
- * @param resourceName The name of the managed cluster resource.
296
- * @param options The options parameters.
297
- */
298
- listMeshUpgradeProfiles(resourceGroupName, resourceName, options) {
299
- const iter = this.listMeshUpgradeProfilesPagingAll(resourceGroupName, resourceName, options);
300
- return {
301
- next() {
302
- return iter.next();
303
- },
304
- [Symbol.asyncIterator]() {
305
- return this;
306
- },
307
- byPage: (settings) => {
308
- if (settings?.maxPageSize) {
309
- throw new Error("maxPageSize is not supported by this operation.");
310
- }
311
- return this.listMeshUpgradeProfilesPagingPage(resourceGroupName, resourceName, options, settings);
312
- },
313
- };
314
- }
315
- async *listMeshUpgradeProfilesPagingPage(resourceGroupName, resourceName, options, settings) {
316
- let result;
317
- let continuationToken = settings?.continuationToken;
318
- if (!continuationToken) {
319
- result = await this._listMeshUpgradeProfiles(resourceGroupName, resourceName, options);
320
- const page = result.value || [];
321
- continuationToken = result.nextLink;
322
- setContinuationToken(page, continuationToken);
323
- yield page;
324
- }
325
- while (continuationToken) {
326
- result = await this._listMeshUpgradeProfilesNext(resourceGroupName, resourceName, continuationToken, options);
327
- continuationToken = result.nextLink;
328
- const page = result.value || [];
329
- setContinuationToken(page, continuationToken);
330
- yield page;
331
- }
332
- }
333
- async *listMeshUpgradeProfilesPagingAll(resourceGroupName, resourceName, options) {
334
- for await (const page of this.listMeshUpgradeProfilesPagingPage(resourceGroupName, resourceName, options)) {
335
- yield* page;
336
- }
337
- }
338
- /**
339
- * Contains extra metadata on the version, including supported patch versions, capabilities, available
340
- * upgrades, and details on preview status of the version
341
- * @param location The name of the Azure region.
342
- * @param options The options parameters.
343
- */
344
- listKubernetesVersions(location, options) {
345
- return this.client.sendOperationRequest({ location, options }, listKubernetesVersionsOperationSpec);
346
- }
347
- /**
348
- * Gets a list of managed clusters in the specified subscription.
349
- * @param options The options parameters.
350
- */
351
- _list(options) {
352
- return this.client.sendOperationRequest({ options }, listOperationSpec);
353
- }
354
- /**
355
- * Lists managed clusters in the specified subscription and resource group.
356
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
357
- * @param options The options parameters.
358
- */
359
- _listByResourceGroup(resourceGroupName, options) {
360
- return this.client.sendOperationRequest({ resourceGroupName, options }, listByResourceGroupOperationSpec);
361
- }
362
- /**
363
- * Gets the upgrade profile of a managed cluster.
364
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
365
- * @param resourceName The name of the managed cluster resource.
366
- * @param options The options parameters.
367
- */
368
- getUpgradeProfile(resourceGroupName, resourceName, options) {
369
- return this.client.sendOperationRequest({ resourceGroupName, resourceName, options }, getUpgradeProfileOperationSpec);
370
- }
371
- /**
372
- * **WARNING**: This API will be deprecated. Instead use
373
- * [ListClusterUserCredentials](https://docs.microsoft.com/rest/api/aks/managedclusters/listclusterusercredentials)
374
- * or
375
- * [ListClusterAdminCredentials](https://docs.microsoft.com/rest/api/aks/managedclusters/listclusteradmincredentials)
376
- * .
377
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
378
- * @param resourceName The name of the managed cluster resource.
379
- * @param roleName The name of the role for managed cluster accessProfile resource.
380
- * @param options The options parameters.
381
- */
382
- getAccessProfile(resourceGroupName, resourceName, roleName, options) {
383
- return this.client.sendOperationRequest({ resourceGroupName, resourceName, roleName, options }, getAccessProfileOperationSpec);
384
- }
385
- /**
386
- * Lists the admin credentials of a managed cluster.
387
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
388
- * @param resourceName The name of the managed cluster resource.
389
- * @param options The options parameters.
390
- */
391
- listClusterAdminCredentials(resourceGroupName, resourceName, options) {
392
- return this.client.sendOperationRequest({ resourceGroupName, resourceName, options }, listClusterAdminCredentialsOperationSpec);
393
- }
394
- /**
395
- * Lists the user credentials of a managed cluster.
396
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
397
- * @param resourceName The name of the managed cluster resource.
398
- * @param options The options parameters.
399
- */
400
- listClusterUserCredentials(resourceGroupName, resourceName, options) {
401
- return this.client.sendOperationRequest({ resourceGroupName, resourceName, options }, listClusterUserCredentialsOperationSpec);
402
- }
403
- /**
404
- * Lists the cluster monitoring user credentials of a managed cluster.
405
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
406
- * @param resourceName The name of the managed cluster resource.
407
- * @param options The options parameters.
408
- */
409
- listClusterMonitoringUserCredentials(resourceGroupName, resourceName, options) {
410
- return this.client.sendOperationRequest({ resourceGroupName, resourceName, options }, listClusterMonitoringUserCredentialsOperationSpec);
411
- }
412
- /**
413
- * Gets a managed cluster.
414
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
415
- * @param resourceName The name of the managed cluster resource.
416
- * @param options The options parameters.
417
- */
418
- get(resourceGroupName, resourceName, options) {
419
- return this.client.sendOperationRequest({ resourceGroupName, resourceName, options }, getOperationSpec);
420
- }
421
- /**
422
- * Creates or updates a managed cluster.
423
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
424
- * @param resourceName The name of the managed cluster resource.
425
- * @param parameters The managed cluster to create or update.
426
- * @param options The options parameters.
427
- */
428
- async beginCreateOrUpdate(resourceGroupName, resourceName, parameters, options) {
429
- const directSendOperation = async (args, spec) => {
430
- return this.client.sendOperationRequest(args, spec);
431
- };
432
- const sendOperationFn = async (args, spec) => {
433
- let currentRawResponse = undefined;
434
- const providedCallback = args.options?.onResponse;
435
- const callback = (rawResponse, flatResponse) => {
436
- currentRawResponse = rawResponse;
437
- providedCallback?.(rawResponse, flatResponse);
438
- };
439
- const updatedArgs = {
440
- ...args,
441
- options: {
442
- ...args.options,
443
- onResponse: callback,
444
- },
445
- };
446
- const flatResponse = await directSendOperation(updatedArgs, spec);
447
- return {
448
- flatResponse,
449
- rawResponse: {
450
- statusCode: currentRawResponse.status,
451
- body: currentRawResponse.parsedBody,
452
- headers: currentRawResponse.headers.toJSON(),
453
- },
454
- };
455
- };
456
- const lro = createLroSpec({
457
- sendOperationFn,
458
- args: { resourceGroupName, resourceName, parameters, options },
459
- spec: createOrUpdateOperationSpec,
460
- });
461
- const poller = await createHttpPoller(lro, {
462
- restoreFrom: options?.resumeFrom,
463
- intervalInMs: options?.updateIntervalInMs,
464
- });
465
- await poller.poll();
466
- return poller;
467
- }
468
- /**
469
- * Creates or updates a managed cluster.
470
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
471
- * @param resourceName The name of the managed cluster resource.
472
- * @param parameters The managed cluster to create or update.
473
- * @param options The options parameters.
474
- */
475
- async beginCreateOrUpdateAndWait(resourceGroupName, resourceName, parameters, options) {
476
- const poller = await this.beginCreateOrUpdate(resourceGroupName, resourceName, parameters, options);
477
- return poller.pollUntilDone();
478
- }
479
- /**
480
- * Updates tags on a managed cluster.
481
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
482
- * @param resourceName The name of the managed cluster resource.
483
- * @param parameters Parameters supplied to the Update Managed Cluster Tags operation.
484
- * @param options The options parameters.
485
- */
486
- async beginUpdateTags(resourceGroupName, resourceName, parameters, options) {
487
- const directSendOperation = async (args, spec) => {
488
- return this.client.sendOperationRequest(args, spec);
489
- };
490
- const sendOperationFn = async (args, spec) => {
491
- let currentRawResponse = undefined;
492
- const providedCallback = args.options?.onResponse;
493
- const callback = (rawResponse, flatResponse) => {
494
- currentRawResponse = rawResponse;
495
- providedCallback?.(rawResponse, flatResponse);
496
- };
497
- const updatedArgs = {
498
- ...args,
499
- options: {
500
- ...args.options,
501
- onResponse: callback,
502
- },
503
- };
504
- const flatResponse = await directSendOperation(updatedArgs, spec);
505
- return {
506
- flatResponse,
507
- rawResponse: {
508
- statusCode: currentRawResponse.status,
509
- body: currentRawResponse.parsedBody,
510
- headers: currentRawResponse.headers.toJSON(),
511
- },
512
- };
513
- };
514
- const lro = createLroSpec({
515
- sendOperationFn,
516
- args: { resourceGroupName, resourceName, parameters, options },
517
- spec: updateTagsOperationSpec,
518
- });
519
- const poller = await createHttpPoller(lro, {
520
- restoreFrom: options?.resumeFrom,
521
- intervalInMs: options?.updateIntervalInMs,
522
- });
523
- await poller.poll();
524
- return poller;
525
- }
526
- /**
527
- * Updates tags on a managed cluster.
528
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
529
- * @param resourceName The name of the managed cluster resource.
530
- * @param parameters Parameters supplied to the Update Managed Cluster Tags operation.
531
- * @param options The options parameters.
532
- */
533
- async beginUpdateTagsAndWait(resourceGroupName, resourceName, parameters, options) {
534
- const poller = await this.beginUpdateTags(resourceGroupName, resourceName, parameters, options);
535
- return poller.pollUntilDone();
536
- }
537
- /**
538
- * Deletes a managed cluster.
539
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
540
- * @param resourceName The name of the managed cluster resource.
541
- * @param options The options parameters.
542
- */
543
- async beginDelete(resourceGroupName, resourceName, options) {
544
- const directSendOperation = async (args, spec) => {
545
- return this.client.sendOperationRequest(args, spec);
546
- };
547
- const sendOperationFn = async (args, spec) => {
548
- let currentRawResponse = undefined;
549
- const providedCallback = args.options?.onResponse;
550
- const callback = (rawResponse, flatResponse) => {
551
- currentRawResponse = rawResponse;
552
- providedCallback?.(rawResponse, flatResponse);
553
- };
554
- const updatedArgs = {
555
- ...args,
556
- options: {
557
- ...args.options,
558
- onResponse: callback,
559
- },
560
- };
561
- const flatResponse = await directSendOperation(updatedArgs, spec);
562
- return {
563
- flatResponse,
564
- rawResponse: {
565
- statusCode: currentRawResponse.status,
566
- body: currentRawResponse.parsedBody,
567
- headers: currentRawResponse.headers.toJSON(),
568
- },
569
- };
570
- };
571
- const lro = createLroSpec({
572
- sendOperationFn,
573
- args: { resourceGroupName, resourceName, options },
574
- spec: deleteOperationSpec,
575
- });
576
- const poller = await createHttpPoller(lro, {
577
- restoreFrom: options?.resumeFrom,
578
- intervalInMs: options?.updateIntervalInMs,
579
- });
580
- await poller.poll();
581
- return poller;
582
- }
583
- /**
584
- * Deletes a managed cluster.
585
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
586
- * @param resourceName The name of the managed cluster resource.
587
- * @param options The options parameters.
588
- */
589
- async beginDeleteAndWait(resourceGroupName, resourceName, options) {
590
- const poller = await this.beginDelete(resourceGroupName, resourceName, options);
591
- return poller.pollUntilDone();
592
- }
593
- /**
594
- * This action cannot be performed on a cluster that is not using a service principal
595
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
596
- * @param resourceName The name of the managed cluster resource.
597
- * @param parameters The service principal profile to set on the managed cluster.
598
- * @param options The options parameters.
599
- */
600
- async beginResetServicePrincipalProfile(resourceGroupName, resourceName, parameters, options) {
601
- const directSendOperation = async (args, spec) => {
602
- return this.client.sendOperationRequest(args, spec);
603
- };
604
- const sendOperationFn = async (args, spec) => {
605
- let currentRawResponse = undefined;
606
- const providedCallback = args.options?.onResponse;
607
- const callback = (rawResponse, flatResponse) => {
608
- currentRawResponse = rawResponse;
609
- providedCallback?.(rawResponse, flatResponse);
610
- };
611
- const updatedArgs = {
612
- ...args,
613
- options: {
614
- ...args.options,
615
- onResponse: callback,
616
- },
617
- };
618
- const flatResponse = await directSendOperation(updatedArgs, spec);
619
- return {
620
- flatResponse,
621
- rawResponse: {
622
- statusCode: currentRawResponse.status,
623
- body: currentRawResponse.parsedBody,
624
- headers: currentRawResponse.headers.toJSON(),
625
- },
626
- };
627
- };
628
- const lro = createLroSpec({
629
- sendOperationFn,
630
- args: { resourceGroupName, resourceName, parameters, options },
631
- spec: resetServicePrincipalProfileOperationSpec,
632
- });
633
- const poller = await createHttpPoller(lro, {
634
- restoreFrom: options?.resumeFrom,
635
- intervalInMs: options?.updateIntervalInMs,
636
- resourceLocationConfig: "location",
637
- });
638
- await poller.poll();
639
- return poller;
640
- }
641
- /**
642
- * This action cannot be performed on a cluster that is not using a service principal
643
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
644
- * @param resourceName The name of the managed cluster resource.
645
- * @param parameters The service principal profile to set on the managed cluster.
646
- * @param options The options parameters.
647
- */
648
- async beginResetServicePrincipalProfileAndWait(resourceGroupName, resourceName, parameters, options) {
649
- const poller = await this.beginResetServicePrincipalProfile(resourceGroupName, resourceName, parameters, options);
650
- return poller.pollUntilDone();
651
- }
652
- /**
653
- * **WARNING**: This API will be deprecated. Please see [AKS-managed Azure Active Directory
654
- * integration](https://aka.ms/aks-managed-aad) to update your cluster with AKS-managed Azure AD.
655
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
656
- * @param resourceName The name of the managed cluster resource.
657
- * @param parameters The AAD profile to set on the Managed Cluster
658
- * @param options The options parameters.
659
- */
660
- async beginResetAADProfile(resourceGroupName, resourceName, parameters, options) {
661
- const directSendOperation = async (args, spec) => {
662
- return this.client.sendOperationRequest(args, spec);
663
- };
664
- const sendOperationFn = async (args, spec) => {
665
- let currentRawResponse = undefined;
666
- const providedCallback = args.options?.onResponse;
667
- const callback = (rawResponse, flatResponse) => {
668
- currentRawResponse = rawResponse;
669
- providedCallback?.(rawResponse, flatResponse);
670
- };
671
- const updatedArgs = {
672
- ...args,
673
- options: {
674
- ...args.options,
675
- onResponse: callback,
676
- },
677
- };
678
- const flatResponse = await directSendOperation(updatedArgs, spec);
679
- return {
680
- flatResponse,
681
- rawResponse: {
682
- statusCode: currentRawResponse.status,
683
- body: currentRawResponse.parsedBody,
684
- headers: currentRawResponse.headers.toJSON(),
685
- },
686
- };
687
- };
688
- const lro = createLroSpec({
689
- sendOperationFn,
690
- args: { resourceGroupName, resourceName, parameters, options },
691
- spec: resetAADProfileOperationSpec,
692
- });
693
- const poller = await createHttpPoller(lro, {
694
- restoreFrom: options?.resumeFrom,
695
- intervalInMs: options?.updateIntervalInMs,
696
- resourceLocationConfig: "location",
697
- });
698
- await poller.poll();
699
- return poller;
700
- }
701
- /**
702
- * **WARNING**: This API will be deprecated. Please see [AKS-managed Azure Active Directory
703
- * integration](https://aka.ms/aks-managed-aad) to update your cluster with AKS-managed Azure AD.
704
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
705
- * @param resourceName The name of the managed cluster resource.
706
- * @param parameters The AAD profile to set on the Managed Cluster
707
- * @param options The options parameters.
708
- */
709
- async beginResetAADProfileAndWait(resourceGroupName, resourceName, parameters, options) {
710
- const poller = await this.beginResetAADProfile(resourceGroupName, resourceName, parameters, options);
711
- return poller.pollUntilDone();
712
- }
713
- /**
714
- * Aborts the currently running operation on the managed cluster. The Managed Cluster will be moved to
715
- * a Canceling state and eventually to a Canceled state when cancellation finishes. If the operation
716
- * completes before cancellation can take place, an error is returned.
717
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
718
- * @param resourceName The name of the managed cluster resource.
719
- * @param options The options parameters.
720
- */
721
- async beginAbortLatestOperation(resourceGroupName, resourceName, options) {
722
- const directSendOperation = async (args, spec) => {
723
- return this.client.sendOperationRequest(args, spec);
724
- };
725
- const sendOperationFn = async (args, spec) => {
726
- let currentRawResponse = undefined;
727
- const providedCallback = args.options?.onResponse;
728
- const callback = (rawResponse, flatResponse) => {
729
- currentRawResponse = rawResponse;
730
- providedCallback?.(rawResponse, flatResponse);
731
- };
732
- const updatedArgs = {
733
- ...args,
734
- options: {
735
- ...args.options,
736
- onResponse: callback,
737
- },
738
- };
739
- const flatResponse = await directSendOperation(updatedArgs, spec);
740
- return {
741
- flatResponse,
742
- rawResponse: {
743
- statusCode: currentRawResponse.status,
744
- body: currentRawResponse.parsedBody,
745
- headers: currentRawResponse.headers.toJSON(),
746
- },
747
- };
748
- };
749
- const lro = createLroSpec({
750
- sendOperationFn,
751
- args: { resourceGroupName, resourceName, options },
752
- spec: abortLatestOperationOperationSpec,
753
- });
754
- const poller = await createHttpPoller(lro, {
755
- restoreFrom: options?.resumeFrom,
756
- intervalInMs: options?.updateIntervalInMs,
757
- resourceLocationConfig: "location",
758
- });
759
- await poller.poll();
760
- return poller;
761
- }
762
- /**
763
- * Aborts the currently running operation on the managed cluster. The Managed Cluster will be moved to
764
- * a Canceling state and eventually to a Canceled state when cancellation finishes. If the operation
765
- * completes before cancellation can take place, an error is returned.
766
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
767
- * @param resourceName The name of the managed cluster resource.
768
- * @param options The options parameters.
769
- */
770
- async beginAbortLatestOperationAndWait(resourceGroupName, resourceName, options) {
771
- const poller = await this.beginAbortLatestOperation(resourceGroupName, resourceName, options);
772
- return poller.pollUntilDone();
773
- }
774
- /**
775
- * See [Certificate rotation](https://docs.microsoft.com/azure/aks/certificate-rotation) for more
776
- * details about rotating managed cluster certificates.
777
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
778
- * @param resourceName The name of the managed cluster resource.
779
- * @param options The options parameters.
780
- */
781
- async beginRotateClusterCertificates(resourceGroupName, resourceName, options) {
782
- const directSendOperation = async (args, spec) => {
783
- return this.client.sendOperationRequest(args, spec);
784
- };
785
- const sendOperationFn = async (args, spec) => {
786
- let currentRawResponse = undefined;
787
- const providedCallback = args.options?.onResponse;
788
- const callback = (rawResponse, flatResponse) => {
789
- currentRawResponse = rawResponse;
790
- providedCallback?.(rawResponse, flatResponse);
791
- };
792
- const updatedArgs = {
793
- ...args,
794
- options: {
795
- ...args.options,
796
- onResponse: callback,
797
- },
798
- };
799
- const flatResponse = await directSendOperation(updatedArgs, spec);
800
- return {
801
- flatResponse,
802
- rawResponse: {
803
- statusCode: currentRawResponse.status,
804
- body: currentRawResponse.parsedBody,
805
- headers: currentRawResponse.headers.toJSON(),
806
- },
807
- };
808
- };
809
- const lro = createLroSpec({
810
- sendOperationFn,
811
- args: { resourceGroupName, resourceName, options },
812
- spec: rotateClusterCertificatesOperationSpec,
813
- });
814
- const poller = await createHttpPoller(lro, {
815
- restoreFrom: options?.resumeFrom,
816
- intervalInMs: options?.updateIntervalInMs,
817
- resourceLocationConfig: "location",
818
- });
819
- await poller.poll();
820
- return poller;
821
- }
822
- /**
823
- * See [Certificate rotation](https://docs.microsoft.com/azure/aks/certificate-rotation) for more
824
- * details about rotating managed cluster certificates.
825
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
826
- * @param resourceName The name of the managed cluster resource.
827
- * @param options The options parameters.
828
- */
829
- async beginRotateClusterCertificatesAndWait(resourceGroupName, resourceName, options) {
830
- const poller = await this.beginRotateClusterCertificates(resourceGroupName, resourceName, options);
831
- return poller.pollUntilDone();
832
- }
833
- /**
834
- * Rotates the service account signing keys of a managed cluster.
835
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
836
- * @param resourceName The name of the managed cluster resource.
837
- * @param options The options parameters.
838
- */
839
- async beginRotateServiceAccountSigningKeys(resourceGroupName, resourceName, options) {
840
- const directSendOperation = async (args, spec) => {
841
- return this.client.sendOperationRequest(args, spec);
842
- };
843
- const sendOperationFn = async (args, spec) => {
844
- let currentRawResponse = undefined;
845
- const providedCallback = args.options?.onResponse;
846
- const callback = (rawResponse, flatResponse) => {
847
- currentRawResponse = rawResponse;
848
- providedCallback?.(rawResponse, flatResponse);
849
- };
850
- const updatedArgs = {
851
- ...args,
852
- options: {
853
- ...args.options,
854
- onResponse: callback,
855
- },
856
- };
857
- const flatResponse = await directSendOperation(updatedArgs, spec);
858
- return {
859
- flatResponse,
860
- rawResponse: {
861
- statusCode: currentRawResponse.status,
862
- body: currentRawResponse.parsedBody,
863
- headers: currentRawResponse.headers.toJSON(),
864
- },
865
- };
866
- };
867
- const lro = createLroSpec({
868
- sendOperationFn,
869
- args: { resourceGroupName, resourceName, options },
870
- spec: rotateServiceAccountSigningKeysOperationSpec,
871
- });
872
- const poller = await createHttpPoller(lro, {
873
- restoreFrom: options?.resumeFrom,
874
- intervalInMs: options?.updateIntervalInMs,
875
- resourceLocationConfig: "location",
876
- });
877
- await poller.poll();
878
- return poller;
879
- }
880
- /**
881
- * Rotates the service account signing keys of a managed cluster.
882
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
883
- * @param resourceName The name of the managed cluster resource.
884
- * @param options The options parameters.
885
- */
886
- async beginRotateServiceAccountSigningKeysAndWait(resourceGroupName, resourceName, options) {
887
- const poller = await this.beginRotateServiceAccountSigningKeys(resourceGroupName, resourceName, options);
888
- return poller.pollUntilDone();
889
- }
890
- /**
891
- * This can only be performed on Azure Virtual Machine Scale set backed clusters. Stopping a cluster
892
- * stops the control plane and agent nodes entirely, while maintaining all object and cluster state. A
893
- * cluster does not accrue charges while it is stopped. See [stopping a
894
- * cluster](https://docs.microsoft.com/azure/aks/start-stop-cluster) for more details about stopping a
895
- * cluster.
896
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
897
- * @param resourceName The name of the managed cluster resource.
898
- * @param options The options parameters.
899
- */
900
- async beginStop(resourceGroupName, resourceName, options) {
901
- const directSendOperation = async (args, spec) => {
902
- return this.client.sendOperationRequest(args, spec);
903
- };
904
- const sendOperationFn = async (args, spec) => {
905
- let currentRawResponse = undefined;
906
- const providedCallback = args.options?.onResponse;
907
- const callback = (rawResponse, flatResponse) => {
908
- currentRawResponse = rawResponse;
909
- providedCallback?.(rawResponse, flatResponse);
910
- };
911
- const updatedArgs = {
912
- ...args,
913
- options: {
914
- ...args.options,
915
- onResponse: callback,
916
- },
917
- };
918
- const flatResponse = await directSendOperation(updatedArgs, spec);
919
- return {
920
- flatResponse,
921
- rawResponse: {
922
- statusCode: currentRawResponse.status,
923
- body: currentRawResponse.parsedBody,
924
- headers: currentRawResponse.headers.toJSON(),
925
- },
926
- };
927
- };
928
- const lro = createLroSpec({
929
- sendOperationFn,
930
- args: { resourceGroupName, resourceName, options },
931
- spec: stopOperationSpec,
932
- });
933
- const poller = await createHttpPoller(lro, {
934
- restoreFrom: options?.resumeFrom,
935
- intervalInMs: options?.updateIntervalInMs,
936
- resourceLocationConfig: "location",
937
- });
938
- await poller.poll();
939
- return poller;
940
- }
941
- /**
942
- * This can only be performed on Azure Virtual Machine Scale set backed clusters. Stopping a cluster
943
- * stops the control plane and agent nodes entirely, while maintaining all object and cluster state. A
944
- * cluster does not accrue charges while it is stopped. See [stopping a
945
- * cluster](https://docs.microsoft.com/azure/aks/start-stop-cluster) for more details about stopping a
946
- * cluster.
947
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
948
- * @param resourceName The name of the managed cluster resource.
949
- * @param options The options parameters.
950
- */
951
- async beginStopAndWait(resourceGroupName, resourceName, options) {
952
- const poller = await this.beginStop(resourceGroupName, resourceName, options);
953
- return poller.pollUntilDone();
954
- }
955
- /**
956
- * See [starting a cluster](https://docs.microsoft.com/azure/aks/start-stop-cluster) for more details
957
- * about starting a cluster.
958
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
959
- * @param resourceName The name of the managed cluster resource.
960
- * @param options The options parameters.
961
- */
962
- async beginStart(resourceGroupName, resourceName, options) {
963
- const directSendOperation = async (args, spec) => {
964
- return this.client.sendOperationRequest(args, spec);
965
- };
966
- const sendOperationFn = async (args, spec) => {
967
- let currentRawResponse = undefined;
968
- const providedCallback = args.options?.onResponse;
969
- const callback = (rawResponse, flatResponse) => {
970
- currentRawResponse = rawResponse;
971
- providedCallback?.(rawResponse, flatResponse);
972
- };
973
- const updatedArgs = {
974
- ...args,
975
- options: {
976
- ...args.options,
977
- onResponse: callback,
978
- },
979
- };
980
- const flatResponse = await directSendOperation(updatedArgs, spec);
981
- return {
982
- flatResponse,
983
- rawResponse: {
984
- statusCode: currentRawResponse.status,
985
- body: currentRawResponse.parsedBody,
986
- headers: currentRawResponse.headers.toJSON(),
987
- },
988
- };
989
- };
990
- const lro = createLroSpec({
991
- sendOperationFn,
992
- args: { resourceGroupName, resourceName, options },
993
- spec: startOperationSpec,
994
- });
995
- const poller = await createHttpPoller(lro, {
996
- restoreFrom: options?.resumeFrom,
997
- intervalInMs: options?.updateIntervalInMs,
998
- resourceLocationConfig: "location",
999
- });
1000
- await poller.poll();
1001
- return poller;
1002
- }
1003
- /**
1004
- * See [starting a cluster](https://docs.microsoft.com/azure/aks/start-stop-cluster) for more details
1005
- * about starting a cluster.
1006
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
1007
- * @param resourceName The name of the managed cluster resource.
1008
- * @param options The options parameters.
1009
- */
1010
- async beginStartAndWait(resourceGroupName, resourceName, options) {
1011
- const poller = await this.beginStart(resourceGroupName, resourceName, options);
1012
- return poller.pollUntilDone();
1013
- }
1014
- /**
1015
- * AKS will create a pod to run the command. This is primarily useful for private clusters. For more
1016
- * information see [AKS Run
1017
- * Command](https://docs.microsoft.com/azure/aks/private-clusters#aks-run-command-preview).
1018
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
1019
- * @param resourceName The name of the managed cluster resource.
1020
- * @param requestPayload The run command request
1021
- * @param options The options parameters.
1022
- */
1023
- async beginRunCommand(resourceGroupName, resourceName, requestPayload, options) {
1024
- const directSendOperation = async (args, spec) => {
1025
- return this.client.sendOperationRequest(args, spec);
1026
- };
1027
- const sendOperationFn = async (args, spec) => {
1028
- let currentRawResponse = undefined;
1029
- const providedCallback = args.options?.onResponse;
1030
- const callback = (rawResponse, flatResponse) => {
1031
- currentRawResponse = rawResponse;
1032
- providedCallback?.(rawResponse, flatResponse);
1033
- };
1034
- const updatedArgs = {
1035
- ...args,
1036
- options: {
1037
- ...args.options,
1038
- onResponse: callback,
1039
- },
1040
- };
1041
- const flatResponse = await directSendOperation(updatedArgs, spec);
1042
- return {
1043
- flatResponse,
1044
- rawResponse: {
1045
- statusCode: currentRawResponse.status,
1046
- body: currentRawResponse.parsedBody,
1047
- headers: currentRawResponse.headers.toJSON(),
1048
- },
1049
- };
1050
- };
1051
- const lro = createLroSpec({
1052
- sendOperationFn,
1053
- args: { resourceGroupName, resourceName, requestPayload, options },
1054
- spec: runCommandOperationSpec,
1055
- });
1056
- const poller = await createHttpPoller(lro, {
1057
- restoreFrom: options?.resumeFrom,
1058
- intervalInMs: options?.updateIntervalInMs,
1059
- resourceLocationConfig: "location",
1060
- });
1061
- await poller.poll();
1062
- return poller;
1063
- }
1064
- /**
1065
- * AKS will create a pod to run the command. This is primarily useful for private clusters. For more
1066
- * information see [AKS Run
1067
- * Command](https://docs.microsoft.com/azure/aks/private-clusters#aks-run-command-preview).
1068
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
1069
- * @param resourceName The name of the managed cluster resource.
1070
- * @param requestPayload The run command request
1071
- * @param options The options parameters.
1072
- */
1073
- async beginRunCommandAndWait(resourceGroupName, resourceName, requestPayload, options) {
1074
- const poller = await this.beginRunCommand(resourceGroupName, resourceName, requestPayload, options);
1075
- return poller.pollUntilDone();
1076
- }
1077
- /**
1078
- * Gets the results of a command which has been run on the Managed Cluster.
1079
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
1080
- * @param resourceName The name of the managed cluster resource.
1081
- * @param commandId Id of the command.
1082
- * @param options The options parameters.
1083
- */
1084
- getCommandResult(resourceGroupName, resourceName, commandId, options) {
1085
- return this.client.sendOperationRequest({ resourceGroupName, resourceName, commandId, options }, getCommandResultOperationSpec);
1086
- }
1087
- /**
1088
- * Gets a list of egress endpoints (network endpoints of all outbound dependencies) in the specified
1089
- * managed cluster. The operation returns properties of each egress endpoint.
1090
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
1091
- * @param resourceName The name of the managed cluster resource.
1092
- * @param options The options parameters.
1093
- */
1094
- _listOutboundNetworkDependenciesEndpoints(resourceGroupName, resourceName, options) {
1095
- return this.client.sendOperationRequest({ resourceGroupName, resourceName, options }, listOutboundNetworkDependenciesEndpointsOperationSpec);
1096
- }
1097
- /**
1098
- * Contains Guardrails version along with its support info and whether it is a default version.
1099
- * @param location The name of the Azure region.
1100
- * @param version Safeguards version
1101
- * @param options The options parameters.
1102
- */
1103
- getGuardrailsVersions(location, version, options) {
1104
- return this.client.sendOperationRequest({ location, version, options }, getGuardrailsVersionsOperationSpec);
1105
- }
1106
- /**
1107
- * Contains list of Guardrails version along with its support info and whether it is a default version.
1108
- * @param location The name of the Azure region.
1109
- * @param options The options parameters.
1110
- */
1111
- _listGuardrailsVersions(location, options) {
1112
- return this.client.sendOperationRequest({ location, options }, listGuardrailsVersionsOperationSpec);
1113
- }
1114
- /**
1115
- * Contains Safeguards version along with its support info and whether it is a default version.
1116
- * @param location The name of the Azure region.
1117
- * @param version Safeguards version
1118
- * @param options The options parameters.
1119
- */
1120
- getSafeguardsVersions(location, version, options) {
1121
- return this.client.sendOperationRequest({ location, version, options }, getSafeguardsVersionsOperationSpec);
1122
- }
1123
- /**
1124
- * Contains list of Safeguards version along with its support info and whether it is a default version.
1125
- * @param location The name of the Azure region.
1126
- * @param options The options parameters.
1127
- */
1128
- _listSafeguardsVersions(location, options) {
1129
- return this.client.sendOperationRequest({ location, options }, listSafeguardsVersionsOperationSpec);
1130
- }
1131
- /**
1132
- * Contains extra metadata on each revision, including supported revisions, cluster compatibility and
1133
- * available upgrades
1134
- * @param location The name of the Azure region.
1135
- * @param options The options parameters.
1136
- */
1137
- _listMeshRevisionProfiles(location, options) {
1138
- return this.client.sendOperationRequest({ location, options }, listMeshRevisionProfilesOperationSpec);
1139
- }
1140
- /**
1141
- * Contains extra metadata on the revision, including supported revisions, cluster compatibility and
1142
- * available upgrades
1143
- * @param location The name of the Azure region.
1144
- * @param mode The mode of the mesh.
1145
- * @param options The options parameters.
1146
- */
1147
- getMeshRevisionProfile(location, mode, options) {
1148
- return this.client.sendOperationRequest({ location, mode, options }, getMeshRevisionProfileOperationSpec);
1149
- }
1150
- /**
1151
- * Lists available upgrades for all service meshes in a specific cluster.
1152
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
1153
- * @param resourceName The name of the managed cluster resource.
1154
- * @param options The options parameters.
1155
- */
1156
- _listMeshUpgradeProfiles(resourceGroupName, resourceName, options) {
1157
- return this.client.sendOperationRequest({ resourceGroupName, resourceName, options }, listMeshUpgradeProfilesOperationSpec);
1158
- }
1159
- /**
1160
- * Gets available upgrades for a service mesh in a cluster.
1161
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
1162
- * @param resourceName The name of the managed cluster resource.
1163
- * @param mode The mode of the mesh.
1164
- * @param options The options parameters.
1165
- */
1166
- getMeshUpgradeProfile(resourceGroupName, resourceName, mode, options) {
1167
- return this.client.sendOperationRequest({ resourceGroupName, resourceName, mode, options }, getMeshUpgradeProfileOperationSpec);
1168
- }
1169
- /**
1170
- * Rebalance nodes across specific load balancers.
1171
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
1172
- * @param resourceName The name of the managed cluster resource.
1173
- * @param parameters The names of the load balancers to be rebalanced. If set to empty, all load
1174
- * balancers will be rebalanced.
1175
- * @param options The options parameters.
1176
- */
1177
- async beginRebalanceLoadBalancers(resourceGroupName, resourceName, parameters, options) {
1178
- const directSendOperation = async (args, spec) => {
1179
- return this.client.sendOperationRequest(args, spec);
1180
- };
1181
- const sendOperationFn = async (args, spec) => {
1182
- let currentRawResponse = undefined;
1183
- const providedCallback = args.options?.onResponse;
1184
- const callback = (rawResponse, flatResponse) => {
1185
- currentRawResponse = rawResponse;
1186
- providedCallback?.(rawResponse, flatResponse);
1187
- };
1188
- const updatedArgs = {
1189
- ...args,
1190
- options: {
1191
- ...args.options,
1192
- onResponse: callback,
1193
- },
1194
- };
1195
- const flatResponse = await directSendOperation(updatedArgs, spec);
1196
- return {
1197
- flatResponse,
1198
- rawResponse: {
1199
- statusCode: currentRawResponse.status,
1200
- body: currentRawResponse.parsedBody,
1201
- headers: currentRawResponse.headers.toJSON(),
1202
- },
1203
- };
1204
- };
1205
- const lro = createLroSpec({
1206
- sendOperationFn,
1207
- args: { resourceGroupName, resourceName, parameters, options },
1208
- spec: rebalanceLoadBalancersOperationSpec,
1209
- });
1210
- const poller = await createHttpPoller(lro, {
1211
- restoreFrom: options?.resumeFrom,
1212
- intervalInMs: options?.updateIntervalInMs,
1213
- });
1214
- await poller.poll();
1215
- return poller;
1216
- }
1217
- /**
1218
- * Rebalance nodes across specific load balancers.
1219
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
1220
- * @param resourceName The name of the managed cluster resource.
1221
- * @param parameters The names of the load balancers to be rebalanced. If set to empty, all load
1222
- * balancers will be rebalanced.
1223
- * @param options The options parameters.
1224
- */
1225
- async beginRebalanceLoadBalancersAndWait(resourceGroupName, resourceName, parameters, options) {
1226
- const poller = await this.beginRebalanceLoadBalancers(resourceGroupName, resourceName, parameters, options);
1227
- return poller.pollUntilDone();
1228
- }
1229
- /**
1230
- * ListNext
1231
- * @param nextLink The nextLink from the previous successful call to the List method.
1232
- * @param options The options parameters.
1233
- */
1234
- _listNext(nextLink, options) {
1235
- return this.client.sendOperationRequest({ nextLink, options }, listNextOperationSpec);
1236
- }
1237
- /**
1238
- * ListByResourceGroupNext
1239
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
1240
- * @param nextLink The nextLink from the previous successful call to the ListByResourceGroup method.
1241
- * @param options The options parameters.
1242
- */
1243
- _listByResourceGroupNext(resourceGroupName, nextLink, options) {
1244
- return this.client.sendOperationRequest({ resourceGroupName, nextLink, options }, listByResourceGroupNextOperationSpec);
1245
- }
1246
- /**
1247
- * ListOutboundNetworkDependenciesEndpointsNext
1248
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
1249
- * @param resourceName The name of the managed cluster resource.
1250
- * @param nextLink The nextLink from the previous successful call to the
1251
- * ListOutboundNetworkDependenciesEndpoints method.
1252
- * @param options The options parameters.
1253
- */
1254
- _listOutboundNetworkDependenciesEndpointsNext(resourceGroupName, resourceName, nextLink, options) {
1255
- return this.client.sendOperationRequest({ resourceGroupName, resourceName, nextLink, options }, listOutboundNetworkDependenciesEndpointsNextOperationSpec);
1256
- }
1257
- /**
1258
- * ListGuardrailsVersionsNext
1259
- * @param location The name of the Azure region.
1260
- * @param nextLink The nextLink from the previous successful call to the ListGuardrailsVersions method.
1261
- * @param options The options parameters.
1262
- */
1263
- _listGuardrailsVersionsNext(location, nextLink, options) {
1264
- return this.client.sendOperationRequest({ location, nextLink, options }, listGuardrailsVersionsNextOperationSpec);
1265
- }
1266
- /**
1267
- * ListSafeguardsVersionsNext
1268
- * @param location The name of the Azure region.
1269
- * @param nextLink The nextLink from the previous successful call to the ListSafeguardsVersions method.
1270
- * @param options The options parameters.
1271
- */
1272
- _listSafeguardsVersionsNext(location, nextLink, options) {
1273
- return this.client.sendOperationRequest({ location, nextLink, options }, listSafeguardsVersionsNextOperationSpec);
1274
- }
1275
- /**
1276
- * ListMeshRevisionProfilesNext
1277
- * @param location The name of the Azure region.
1278
- * @param nextLink The nextLink from the previous successful call to the ListMeshRevisionProfiles
1279
- * method.
1280
- * @param options The options parameters.
1281
- */
1282
- _listMeshRevisionProfilesNext(location, nextLink, options) {
1283
- return this.client.sendOperationRequest({ location, nextLink, options }, listMeshRevisionProfilesNextOperationSpec);
1284
- }
1285
- /**
1286
- * ListMeshUpgradeProfilesNext
1287
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
1288
- * @param resourceName The name of the managed cluster resource.
1289
- * @param nextLink The nextLink from the previous successful call to the ListMeshUpgradeProfiles
1290
- * method.
1291
- * @param options The options parameters.
1292
- */
1293
- _listMeshUpgradeProfilesNext(resourceGroupName, resourceName, nextLink, options) {
1294
- return this.client.sendOperationRequest({ resourceGroupName, resourceName, nextLink, options }, listMeshUpgradeProfilesNextOperationSpec);
1295
- }
1296
- }
1297
- // Operation Specifications
1298
- const serializer = coreClient.createSerializer(Mappers, /* isXml */ false);
1299
- const listKubernetesVersionsOperationSpec = {
1300
- path: "/subscriptions/{subscriptionId}/providers/Microsoft.ContainerService/locations/{location}/kubernetesVersions",
1301
- httpMethod: "GET",
1302
- responses: {
1303
- 200: {
1304
- bodyMapper: Mappers.KubernetesVersionListResult,
1305
- },
1306
- default: {
1307
- bodyMapper: Mappers.ErrorResponse,
1308
- },
1309
- },
1310
- queryParameters: [Parameters.apiVersion],
1311
- urlParameters: [Parameters.$host, Parameters.subscriptionId, Parameters.location],
1312
- headerParameters: [Parameters.accept],
1313
- serializer,
1314
- };
1315
- const listOperationSpec = {
1316
- path: "/subscriptions/{subscriptionId}/providers/Microsoft.ContainerService/managedClusters",
1317
- httpMethod: "GET",
1318
- responses: {
1319
- 200: {
1320
- bodyMapper: Mappers.ManagedClusterListResult,
1321
- },
1322
- default: {
1323
- bodyMapper: Mappers.ErrorResponse,
1324
- },
1325
- },
1326
- queryParameters: [Parameters.apiVersion],
1327
- urlParameters: [Parameters.$host, Parameters.subscriptionId],
1328
- headerParameters: [Parameters.accept],
1329
- serializer,
1330
- };
1331
- const listByResourceGroupOperationSpec = {
1332
- path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters",
1333
- httpMethod: "GET",
1334
- responses: {
1335
- 200: {
1336
- bodyMapper: Mappers.ManagedClusterListResult,
1337
- },
1338
- default: {
1339
- bodyMapper: Mappers.ErrorResponse,
1340
- },
1341
- },
1342
- queryParameters: [Parameters.apiVersion],
1343
- urlParameters: [Parameters.$host, Parameters.subscriptionId, Parameters.resourceGroupName],
1344
- headerParameters: [Parameters.accept],
1345
- serializer,
1346
- };
1347
- const getUpgradeProfileOperationSpec = {
1348
- path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/upgradeProfiles/default",
1349
- httpMethod: "GET",
1350
- responses: {
1351
- 200: {
1352
- bodyMapper: Mappers.ManagedClusterUpgradeProfile,
1353
- },
1354
- default: {
1355
- bodyMapper: Mappers.ErrorResponse,
1356
- },
1357
- },
1358
- queryParameters: [Parameters.apiVersion],
1359
- urlParameters: [
1360
- Parameters.$host,
1361
- Parameters.subscriptionId,
1362
- Parameters.resourceGroupName,
1363
- Parameters.resourceName,
1364
- ],
1365
- headerParameters: [Parameters.accept],
1366
- serializer,
1367
- };
1368
- const getAccessProfileOperationSpec = {
1369
- path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/accessProfiles/{roleName}/listCredential",
1370
- httpMethod: "POST",
1371
- responses: {
1372
- 200: {
1373
- bodyMapper: Mappers.ManagedClusterAccessProfile,
1374
- },
1375
- default: {
1376
- bodyMapper: Mappers.ErrorResponse,
1377
- },
1378
- },
1379
- queryParameters: [Parameters.apiVersion],
1380
- urlParameters: [
1381
- Parameters.$host,
1382
- Parameters.subscriptionId,
1383
- Parameters.resourceGroupName,
1384
- Parameters.resourceName,
1385
- Parameters.roleName,
1386
- ],
1387
- headerParameters: [Parameters.accept],
1388
- serializer,
1389
- };
1390
- const listClusterAdminCredentialsOperationSpec = {
1391
- path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/listClusterAdminCredential",
1392
- httpMethod: "POST",
1393
- responses: {
1394
- 200: {
1395
- bodyMapper: Mappers.CredentialResults,
1396
- },
1397
- default: {
1398
- bodyMapper: Mappers.ErrorResponse,
1399
- },
1400
- },
1401
- queryParameters: [Parameters.apiVersion, Parameters.serverFqdn],
1402
- urlParameters: [
1403
- Parameters.$host,
1404
- Parameters.subscriptionId,
1405
- Parameters.resourceGroupName,
1406
- Parameters.resourceName,
1407
- ],
1408
- headerParameters: [Parameters.accept],
1409
- serializer,
1410
- };
1411
- const listClusterUserCredentialsOperationSpec = {
1412
- path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/listClusterUserCredential",
1413
- httpMethod: "POST",
1414
- responses: {
1415
- 200: {
1416
- bodyMapper: Mappers.CredentialResults,
1417
- },
1418
- default: {
1419
- bodyMapper: Mappers.ErrorResponse,
1420
- },
1421
- },
1422
- queryParameters: [Parameters.apiVersion, Parameters.serverFqdn, Parameters.format],
1423
- urlParameters: [
1424
- Parameters.$host,
1425
- Parameters.subscriptionId,
1426
- Parameters.resourceGroupName,
1427
- Parameters.resourceName,
1428
- ],
1429
- headerParameters: [Parameters.accept],
1430
- serializer,
1431
- };
1432
- const listClusterMonitoringUserCredentialsOperationSpec = {
1433
- path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/listClusterMonitoringUserCredential",
1434
- httpMethod: "POST",
1435
- responses: {
1436
- 200: {
1437
- bodyMapper: Mappers.CredentialResults,
1438
- },
1439
- default: {
1440
- bodyMapper: Mappers.ErrorResponse,
1441
- },
1442
- },
1443
- queryParameters: [Parameters.apiVersion, Parameters.serverFqdn],
1444
- urlParameters: [
1445
- Parameters.$host,
1446
- Parameters.subscriptionId,
1447
- Parameters.resourceGroupName,
1448
- Parameters.resourceName,
1449
- ],
1450
- headerParameters: [Parameters.accept],
1451
- serializer,
1452
- };
1453
- const getOperationSpec = {
1454
- path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}",
1455
- httpMethod: "GET",
1456
- responses: {
1457
- 200: {
1458
- bodyMapper: Mappers.ManagedCluster,
1459
- },
1460
- default: {
1461
- bodyMapper: Mappers.ErrorResponse,
1462
- },
1463
- },
1464
- queryParameters: [Parameters.apiVersion],
1465
- urlParameters: [
1466
- Parameters.$host,
1467
- Parameters.subscriptionId,
1468
- Parameters.resourceGroupName,
1469
- Parameters.resourceName,
1470
- ],
1471
- headerParameters: [Parameters.accept],
1472
- serializer,
1473
- };
1474
- const createOrUpdateOperationSpec = {
1475
- path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}",
1476
- httpMethod: "PUT",
1477
- responses: {
1478
- 200: {
1479
- bodyMapper: Mappers.ManagedCluster,
1480
- },
1481
- 201: {
1482
- bodyMapper: Mappers.ManagedCluster,
1483
- },
1484
- 202: {
1485
- bodyMapper: Mappers.ManagedCluster,
1486
- },
1487
- 204: {
1488
- bodyMapper: Mappers.ManagedCluster,
1489
- },
1490
- default: {
1491
- bodyMapper: Mappers.ErrorResponse,
1492
- },
1493
- },
1494
- requestBody: Parameters.parameters,
1495
- queryParameters: [Parameters.apiVersion],
1496
- urlParameters: [
1497
- Parameters.$host,
1498
- Parameters.subscriptionId,
1499
- Parameters.resourceGroupName,
1500
- Parameters.resourceName,
1501
- ],
1502
- headerParameters: [
1503
- Parameters.accept,
1504
- Parameters.contentType,
1505
- Parameters.ifMatch,
1506
- Parameters.ifNoneMatch,
1507
- ],
1508
- mediaType: "json",
1509
- serializer,
1510
- };
1511
- const updateTagsOperationSpec = {
1512
- path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}",
1513
- httpMethod: "PATCH",
1514
- responses: {
1515
- 200: {
1516
- bodyMapper: Mappers.ManagedCluster,
1517
- },
1518
- 201: {
1519
- bodyMapper: Mappers.ManagedCluster,
1520
- },
1521
- 202: {
1522
- bodyMapper: Mappers.ManagedCluster,
1523
- },
1524
- 204: {
1525
- bodyMapper: Mappers.ManagedCluster,
1526
- },
1527
- default: {
1528
- bodyMapper: Mappers.ErrorResponse,
1529
- },
1530
- },
1531
- requestBody: Parameters.parameters1,
1532
- queryParameters: [Parameters.apiVersion],
1533
- urlParameters: [
1534
- Parameters.$host,
1535
- Parameters.subscriptionId,
1536
- Parameters.resourceGroupName,
1537
- Parameters.resourceName,
1538
- ],
1539
- headerParameters: [Parameters.accept, Parameters.contentType, Parameters.ifMatch],
1540
- mediaType: "json",
1541
- serializer,
1542
- };
1543
- const deleteOperationSpec = {
1544
- path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}",
1545
- httpMethod: "DELETE",
1546
- responses: {
1547
- 200: {
1548
- headersMapper: Mappers.ManagedClustersDeleteHeaders,
1549
- },
1550
- 201: {
1551
- headersMapper: Mappers.ManagedClustersDeleteHeaders,
1552
- },
1553
- 202: {
1554
- headersMapper: Mappers.ManagedClustersDeleteHeaders,
1555
- },
1556
- 204: {
1557
- headersMapper: Mappers.ManagedClustersDeleteHeaders,
1558
- },
1559
- default: {
1560
- bodyMapper: Mappers.ErrorResponse,
1561
- },
1562
- },
1563
- queryParameters: [Parameters.apiVersion, Parameters.ignorePodDisruptionBudget],
1564
- urlParameters: [
1565
- Parameters.$host,
1566
- Parameters.subscriptionId,
1567
- Parameters.resourceGroupName,
1568
- Parameters.resourceName,
1569
- ],
1570
- headerParameters: [Parameters.accept, Parameters.ifMatch],
1571
- serializer,
1572
- };
1573
- const resetServicePrincipalProfileOperationSpec = {
1574
- path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/resetServicePrincipalProfile",
1575
- httpMethod: "POST",
1576
- responses: {
1577
- 200: {},
1578
- 201: {},
1579
- 202: {},
1580
- 204: {},
1581
- default: {
1582
- bodyMapper: Mappers.ErrorResponse,
1583
- },
1584
- },
1585
- requestBody: Parameters.parameters2,
1586
- queryParameters: [Parameters.apiVersion],
1587
- urlParameters: [
1588
- Parameters.$host,
1589
- Parameters.subscriptionId,
1590
- Parameters.resourceGroupName,
1591
- Parameters.resourceName,
1592
- ],
1593
- headerParameters: [Parameters.accept, Parameters.contentType],
1594
- mediaType: "json",
1595
- serializer,
1596
- };
1597
- const resetAADProfileOperationSpec = {
1598
- path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/resetAADProfile",
1599
- httpMethod: "POST",
1600
- responses: {
1601
- 200: {},
1602
- 201: {},
1603
- 202: {},
1604
- 204: {},
1605
- default: {
1606
- bodyMapper: Mappers.ErrorResponse,
1607
- },
1608
- },
1609
- requestBody: Parameters.parameters3,
1610
- queryParameters: [Parameters.apiVersion],
1611
- urlParameters: [
1612
- Parameters.$host,
1613
- Parameters.subscriptionId,
1614
- Parameters.resourceGroupName,
1615
- Parameters.resourceName,
1616
- ],
1617
- headerParameters: [Parameters.accept, Parameters.contentType],
1618
- mediaType: "json",
1619
- serializer,
1620
- };
1621
- const abortLatestOperationOperationSpec = {
1622
- path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedclusters/{resourceName}/abort",
1623
- httpMethod: "POST",
1624
- responses: {
1625
- 200: {
1626
- headersMapper: Mappers.ManagedClustersAbortLatestOperationHeaders,
1627
- },
1628
- 201: {
1629
- headersMapper: Mappers.ManagedClustersAbortLatestOperationHeaders,
1630
- },
1631
- 202: {
1632
- headersMapper: Mappers.ManagedClustersAbortLatestOperationHeaders,
1633
- },
1634
- 204: {
1635
- headersMapper: Mappers.ManagedClustersAbortLatestOperationHeaders,
1636
- },
1637
- default: {
1638
- bodyMapper: Mappers.ErrorResponse,
1639
- },
1640
- },
1641
- queryParameters: [Parameters.apiVersion],
1642
- urlParameters: [
1643
- Parameters.$host,
1644
- Parameters.subscriptionId,
1645
- Parameters.resourceGroupName,
1646
- Parameters.resourceName,
1647
- ],
1648
- headerParameters: [Parameters.accept],
1649
- serializer,
1650
- };
1651
- const rotateClusterCertificatesOperationSpec = {
1652
- path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/rotateClusterCertificates",
1653
- httpMethod: "POST",
1654
- responses: {
1655
- 200: {
1656
- headersMapper: Mappers.ManagedClustersRotateClusterCertificatesHeaders,
1657
- },
1658
- 201: {
1659
- headersMapper: Mappers.ManagedClustersRotateClusterCertificatesHeaders,
1660
- },
1661
- 202: {
1662
- headersMapper: Mappers.ManagedClustersRotateClusterCertificatesHeaders,
1663
- },
1664
- 204: {
1665
- headersMapper: Mappers.ManagedClustersRotateClusterCertificatesHeaders,
1666
- },
1667
- default: {
1668
- bodyMapper: Mappers.ErrorResponse,
1669
- },
1670
- },
1671
- queryParameters: [Parameters.apiVersion],
1672
- urlParameters: [
1673
- Parameters.$host,
1674
- Parameters.subscriptionId,
1675
- Parameters.resourceGroupName,
1676
- Parameters.resourceName,
1677
- ],
1678
- headerParameters: [Parameters.accept],
1679
- serializer,
1680
- };
1681
- const rotateServiceAccountSigningKeysOperationSpec = {
1682
- path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/rotateServiceAccountSigningKeys",
1683
- httpMethod: "POST",
1684
- responses: {
1685
- 200: {
1686
- headersMapper: Mappers.ManagedClustersRotateServiceAccountSigningKeysHeaders,
1687
- },
1688
- 201: {
1689
- headersMapper: Mappers.ManagedClustersRotateServiceAccountSigningKeysHeaders,
1690
- },
1691
- 202: {
1692
- headersMapper: Mappers.ManagedClustersRotateServiceAccountSigningKeysHeaders,
1693
- },
1694
- 204: {
1695
- headersMapper: Mappers.ManagedClustersRotateServiceAccountSigningKeysHeaders,
1696
- },
1697
- default: {
1698
- bodyMapper: Mappers.ErrorResponse,
1699
- },
1700
- },
1701
- queryParameters: [Parameters.apiVersion],
1702
- urlParameters: [
1703
- Parameters.$host,
1704
- Parameters.subscriptionId,
1705
- Parameters.resourceGroupName,
1706
- Parameters.resourceName,
1707
- ],
1708
- headerParameters: [Parameters.accept],
1709
- serializer,
1710
- };
1711
- const stopOperationSpec = {
1712
- path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/stop",
1713
- httpMethod: "POST",
1714
- responses: {
1715
- 200: {
1716
- headersMapper: Mappers.ManagedClustersStopHeaders,
1717
- },
1718
- 201: {
1719
- headersMapper: Mappers.ManagedClustersStopHeaders,
1720
- },
1721
- 202: {
1722
- headersMapper: Mappers.ManagedClustersStopHeaders,
1723
- },
1724
- 204: {
1725
- headersMapper: Mappers.ManagedClustersStopHeaders,
1726
- },
1727
- default: {
1728
- bodyMapper: Mappers.ErrorResponse,
1729
- },
1730
- },
1731
- queryParameters: [Parameters.apiVersion],
1732
- urlParameters: [
1733
- Parameters.$host,
1734
- Parameters.subscriptionId,
1735
- Parameters.resourceGroupName,
1736
- Parameters.resourceName,
1737
- ],
1738
- headerParameters: [Parameters.accept],
1739
- serializer,
1740
- };
1741
- const startOperationSpec = {
1742
- path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/start",
1743
- httpMethod: "POST",
1744
- responses: {
1745
- 200: {
1746
- headersMapper: Mappers.ManagedClustersStartHeaders,
1747
- },
1748
- 201: {
1749
- headersMapper: Mappers.ManagedClustersStartHeaders,
1750
- },
1751
- 202: {
1752
- headersMapper: Mappers.ManagedClustersStartHeaders,
1753
- },
1754
- 204: {
1755
- headersMapper: Mappers.ManagedClustersStartHeaders,
1756
- },
1757
- default: {
1758
- bodyMapper: Mappers.ErrorResponse,
1759
- },
1760
- },
1761
- queryParameters: [Parameters.apiVersion],
1762
- urlParameters: [
1763
- Parameters.$host,
1764
- Parameters.subscriptionId,
1765
- Parameters.resourceGroupName,
1766
- Parameters.resourceName,
1767
- ],
1768
- headerParameters: [Parameters.accept],
1769
- serializer,
1770
- };
1771
- const runCommandOperationSpec = {
1772
- path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/runCommand",
1773
- httpMethod: "POST",
1774
- responses: {
1775
- 200: {
1776
- bodyMapper: Mappers.RunCommandResult,
1777
- },
1778
- 201: {
1779
- bodyMapper: Mappers.RunCommandResult,
1780
- },
1781
- 202: {
1782
- bodyMapper: Mappers.RunCommandResult,
1783
- },
1784
- 204: {
1785
- bodyMapper: Mappers.RunCommandResult,
1786
- },
1787
- default: {
1788
- bodyMapper: Mappers.ErrorResponse,
1789
- },
1790
- },
1791
- requestBody: Parameters.requestPayload,
1792
- queryParameters: [Parameters.apiVersion],
1793
- urlParameters: [
1794
- Parameters.$host,
1795
- Parameters.subscriptionId,
1796
- Parameters.resourceGroupName,
1797
- Parameters.resourceName,
1798
- ],
1799
- headerParameters: [Parameters.accept, Parameters.contentType],
1800
- mediaType: "json",
1801
- serializer,
1802
- };
1803
- const getCommandResultOperationSpec = {
1804
- path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/commandResults/{commandId}",
1805
- httpMethod: "GET",
1806
- responses: {
1807
- 200: {
1808
- bodyMapper: Mappers.RunCommandResult,
1809
- },
1810
- 202: {
1811
- headersMapper: Mappers.ManagedClustersGetCommandResultHeaders,
1812
- },
1813
- default: {
1814
- bodyMapper: Mappers.ErrorResponse,
1815
- },
1816
- },
1817
- queryParameters: [Parameters.apiVersion],
1818
- urlParameters: [
1819
- Parameters.$host,
1820
- Parameters.subscriptionId,
1821
- Parameters.resourceGroupName,
1822
- Parameters.resourceName,
1823
- Parameters.commandId,
1824
- ],
1825
- headerParameters: [Parameters.accept],
1826
- serializer,
1827
- };
1828
- const listOutboundNetworkDependenciesEndpointsOperationSpec = {
1829
- path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/outboundNetworkDependenciesEndpoints",
1830
- httpMethod: "GET",
1831
- responses: {
1832
- 200: {
1833
- bodyMapper: Mappers.OutboundEnvironmentEndpointCollection,
1834
- },
1835
- default: {
1836
- bodyMapper: Mappers.ErrorResponse,
1837
- },
1838
- },
1839
- queryParameters: [Parameters.apiVersion],
1840
- urlParameters: [
1841
- Parameters.$host,
1842
- Parameters.subscriptionId,
1843
- Parameters.resourceGroupName,
1844
- Parameters.resourceName,
1845
- ],
1846
- headerParameters: [Parameters.accept],
1847
- serializer,
1848
- };
1849
- const getGuardrailsVersionsOperationSpec = {
1850
- path: "/subscriptions/{subscriptionId}/providers/Microsoft.ContainerService/locations/{location}/guardrailsVersions/{version}",
1851
- httpMethod: "GET",
1852
- responses: {
1853
- 200: {
1854
- bodyMapper: Mappers.GuardrailsAvailableVersion,
1855
- },
1856
- default: {
1857
- bodyMapper: Mappers.ErrorResponse,
1858
- },
1859
- },
1860
- queryParameters: [Parameters.apiVersion],
1861
- urlParameters: [
1862
- Parameters.$host,
1863
- Parameters.subscriptionId,
1864
- Parameters.location,
1865
- Parameters.version,
1866
- ],
1867
- headerParameters: [Parameters.accept],
1868
- serializer,
1869
- };
1870
- const listGuardrailsVersionsOperationSpec = {
1871
- path: "/subscriptions/{subscriptionId}/providers/Microsoft.ContainerService/locations/{location}/guardrailsVersions",
1872
- httpMethod: "GET",
1873
- responses: {
1874
- 200: {
1875
- bodyMapper: Mappers.GuardrailsAvailableVersionsList,
1876
- },
1877
- default: {
1878
- bodyMapper: Mappers.ErrorResponse,
1879
- },
1880
- },
1881
- queryParameters: [Parameters.apiVersion],
1882
- urlParameters: [Parameters.$host, Parameters.subscriptionId, Parameters.location],
1883
- headerParameters: [Parameters.accept],
1884
- serializer,
1885
- };
1886
- const getSafeguardsVersionsOperationSpec = {
1887
- path: "/subscriptions/{subscriptionId}/providers/Microsoft.ContainerService/locations/{location}/safeguardsVersions/{version}",
1888
- httpMethod: "GET",
1889
- responses: {
1890
- 200: {
1891
- bodyMapper: Mappers.SafeguardsAvailableVersion,
1892
- },
1893
- default: {
1894
- bodyMapper: Mappers.ErrorResponse,
1895
- },
1896
- },
1897
- queryParameters: [Parameters.apiVersion],
1898
- urlParameters: [
1899
- Parameters.$host,
1900
- Parameters.subscriptionId,
1901
- Parameters.location,
1902
- Parameters.version,
1903
- ],
1904
- headerParameters: [Parameters.accept],
1905
- serializer,
1906
- };
1907
- const listSafeguardsVersionsOperationSpec = {
1908
- path: "/subscriptions/{subscriptionId}/providers/Microsoft.ContainerService/locations/{location}/safeguardsVersions",
1909
- httpMethod: "GET",
1910
- responses: {
1911
- 200: {
1912
- bodyMapper: Mappers.SafeguardsAvailableVersionsList,
1913
- },
1914
- default: {
1915
- bodyMapper: Mappers.ErrorResponse,
1916
- },
1917
- },
1918
- queryParameters: [Parameters.apiVersion],
1919
- urlParameters: [Parameters.$host, Parameters.subscriptionId, Parameters.location],
1920
- headerParameters: [Parameters.accept],
1921
- serializer,
1922
- };
1923
- const listMeshRevisionProfilesOperationSpec = {
1924
- path: "/subscriptions/{subscriptionId}/providers/Microsoft.ContainerService/locations/{location}/meshRevisionProfiles",
1925
- httpMethod: "GET",
1926
- responses: {
1927
- 200: {
1928
- bodyMapper: Mappers.MeshRevisionProfileList,
1929
- },
1930
- default: {
1931
- bodyMapper: Mappers.ErrorResponse,
1932
- },
1933
- },
1934
- queryParameters: [Parameters.apiVersion],
1935
- urlParameters: [Parameters.$host, Parameters.subscriptionId, Parameters.location],
1936
- headerParameters: [Parameters.accept],
1937
- serializer,
1938
- };
1939
- const getMeshRevisionProfileOperationSpec = {
1940
- path: "/subscriptions/{subscriptionId}/providers/Microsoft.ContainerService/locations/{location}/meshRevisionProfiles/{mode}",
1941
- httpMethod: "GET",
1942
- responses: {
1943
- 200: {
1944
- bodyMapper: Mappers.MeshRevisionProfile,
1945
- },
1946
- default: {
1947
- bodyMapper: Mappers.ErrorResponse,
1948
- },
1949
- },
1950
- queryParameters: [Parameters.apiVersion],
1951
- urlParameters: [
1952
- Parameters.$host,
1953
- Parameters.subscriptionId,
1954
- Parameters.location,
1955
- Parameters.mode,
1956
- ],
1957
- headerParameters: [Parameters.accept],
1958
- serializer,
1959
- };
1960
- const listMeshUpgradeProfilesOperationSpec = {
1961
- path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/meshUpgradeProfiles",
1962
- httpMethod: "GET",
1963
- responses: {
1964
- 200: {
1965
- bodyMapper: Mappers.MeshUpgradeProfileList,
1966
- },
1967
- default: {
1968
- bodyMapper: Mappers.ErrorResponse,
1969
- },
1970
- },
1971
- queryParameters: [Parameters.apiVersion],
1972
- urlParameters: [
1973
- Parameters.$host,
1974
- Parameters.subscriptionId,
1975
- Parameters.resourceGroupName,
1976
- Parameters.resourceName,
1977
- ],
1978
- headerParameters: [Parameters.accept],
1979
- serializer,
1980
- };
1981
- const getMeshUpgradeProfileOperationSpec = {
1982
- path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/meshUpgradeProfiles/{mode}",
1983
- httpMethod: "GET",
1984
- responses: {
1985
- 200: {
1986
- bodyMapper: Mappers.MeshUpgradeProfile,
1987
- },
1988
- default: {
1989
- bodyMapper: Mappers.ErrorResponse,
1990
- },
1991
- },
1992
- queryParameters: [Parameters.apiVersion],
1993
- urlParameters: [
1994
- Parameters.$host,
1995
- Parameters.subscriptionId,
1996
- Parameters.resourceGroupName,
1997
- Parameters.resourceName,
1998
- Parameters.mode,
1999
- ],
2000
- headerParameters: [Parameters.accept],
2001
- serializer,
2002
- };
2003
- const rebalanceLoadBalancersOperationSpec = {
2004
- path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/rebalanceLoadBalancers",
2005
- httpMethod: "POST",
2006
- responses: {
2007
- 200: {
2008
- headersMapper: Mappers.ManagedClustersRebalanceLoadBalancersHeaders,
2009
- },
2010
- 201: {
2011
- headersMapper: Mappers.ManagedClustersRebalanceLoadBalancersHeaders,
2012
- },
2013
- 202: {
2014
- headersMapper: Mappers.ManagedClustersRebalanceLoadBalancersHeaders,
2015
- },
2016
- 204: {
2017
- headersMapper: Mappers.ManagedClustersRebalanceLoadBalancersHeaders,
2018
- },
2019
- default: {
2020
- bodyMapper: Mappers.ErrorResponse,
2021
- headersMapper: Mappers.ManagedClustersRebalanceLoadBalancersExceptionHeaders,
2022
- },
2023
- },
2024
- requestBody: Parameters.parameters4,
2025
- queryParameters: [Parameters.apiVersion],
2026
- urlParameters: [
2027
- Parameters.$host,
2028
- Parameters.subscriptionId,
2029
- Parameters.resourceGroupName,
2030
- Parameters.resourceName,
2031
- ],
2032
- headerParameters: [Parameters.accept, Parameters.contentType],
2033
- mediaType: "json",
2034
- serializer,
2035
- };
2036
- const listNextOperationSpec = {
2037
- path: "{nextLink}",
2038
- httpMethod: "GET",
2039
- responses: {
2040
- 200: {
2041
- bodyMapper: Mappers.ManagedClusterListResult,
2042
- },
2043
- default: {
2044
- bodyMapper: Mappers.ErrorResponse,
2045
- },
2046
- },
2047
- urlParameters: [Parameters.$host, Parameters.subscriptionId, Parameters.nextLink],
2048
- headerParameters: [Parameters.accept],
2049
- serializer,
2050
- };
2051
- const listByResourceGroupNextOperationSpec = {
2052
- path: "{nextLink}",
2053
- httpMethod: "GET",
2054
- responses: {
2055
- 200: {
2056
- bodyMapper: Mappers.ManagedClusterListResult,
2057
- },
2058
- default: {
2059
- bodyMapper: Mappers.ErrorResponse,
2060
- },
2061
- },
2062
- urlParameters: [
2063
- Parameters.$host,
2064
- Parameters.subscriptionId,
2065
- Parameters.resourceGroupName,
2066
- Parameters.nextLink,
2067
- ],
2068
- headerParameters: [Parameters.accept],
2069
- serializer,
2070
- };
2071
- const listOutboundNetworkDependenciesEndpointsNextOperationSpec = {
2072
- path: "{nextLink}",
2073
- httpMethod: "GET",
2074
- responses: {
2075
- 200: {
2076
- bodyMapper: Mappers.OutboundEnvironmentEndpointCollection,
2077
- },
2078
- default: {
2079
- bodyMapper: Mappers.ErrorResponse,
2080
- },
2081
- },
2082
- urlParameters: [
2083
- Parameters.$host,
2084
- Parameters.subscriptionId,
2085
- Parameters.resourceGroupName,
2086
- Parameters.resourceName,
2087
- Parameters.nextLink,
2088
- ],
2089
- headerParameters: [Parameters.accept],
2090
- serializer,
2091
- };
2092
- const listGuardrailsVersionsNextOperationSpec = {
2093
- path: "{nextLink}",
2094
- httpMethod: "GET",
2095
- responses: {
2096
- 200: {
2097
- bodyMapper: Mappers.GuardrailsAvailableVersionsList,
2098
- },
2099
- default: {
2100
- bodyMapper: Mappers.ErrorResponse,
2101
- },
2102
- },
2103
- urlParameters: [
2104
- Parameters.$host,
2105
- Parameters.subscriptionId,
2106
- Parameters.location,
2107
- Parameters.nextLink,
2108
- ],
2109
- headerParameters: [Parameters.accept],
2110
- serializer,
2111
- };
2112
- const listSafeguardsVersionsNextOperationSpec = {
2113
- path: "{nextLink}",
2114
- httpMethod: "GET",
2115
- responses: {
2116
- 200: {
2117
- bodyMapper: Mappers.SafeguardsAvailableVersionsList,
2118
- },
2119
- default: {
2120
- bodyMapper: Mappers.ErrorResponse,
2121
- },
2122
- },
2123
- urlParameters: [
2124
- Parameters.$host,
2125
- Parameters.subscriptionId,
2126
- Parameters.location,
2127
- Parameters.nextLink,
2128
- ],
2129
- headerParameters: [Parameters.accept],
2130
- serializer,
2131
- };
2132
- const listMeshRevisionProfilesNextOperationSpec = {
2133
- path: "{nextLink}",
2134
- httpMethod: "GET",
2135
- responses: {
2136
- 200: {
2137
- bodyMapper: Mappers.MeshRevisionProfileList,
2138
- },
2139
- default: {
2140
- bodyMapper: Mappers.ErrorResponse,
2141
- },
2142
- },
2143
- urlParameters: [
2144
- Parameters.$host,
2145
- Parameters.subscriptionId,
2146
- Parameters.location,
2147
- Parameters.nextLink,
2148
- ],
2149
- headerParameters: [Parameters.accept],
2150
- serializer,
2151
- };
2152
- const listMeshUpgradeProfilesNextOperationSpec = {
2153
- path: "{nextLink}",
2154
- httpMethod: "GET",
2155
- responses: {
2156
- 200: {
2157
- bodyMapper: Mappers.MeshUpgradeProfileList,
2158
- },
2159
- default: {
2160
- bodyMapper: Mappers.ErrorResponse,
2161
- },
2162
- },
2163
- urlParameters: [
2164
- Parameters.$host,
2165
- Parameters.subscriptionId,
2166
- Parameters.resourceGroupName,
2167
- Parameters.resourceName,
2168
- Parameters.nextLink,
2169
- ],
2170
- headerParameters: [Parameters.accept],
2171
- serializer,
2172
- };
2173
- //# sourceMappingURL=managedClusters.js.map