@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
@@ -0,0 +1,1069 @@
1
+ import {
2
+ errorResponseDeserializer,
3
+ managedClusterSerializer,
4
+ managedClusterDeserializer,
5
+ managedClusterServicePrincipalProfileSerializer,
6
+ managedClusterAADProfileSerializer,
7
+ tagsObjectSerializer,
8
+ _managedClusterListResultDeserializer,
9
+ managedClusterAccessProfileDeserializer,
10
+ credentialResultsDeserializer,
11
+ runCommandRequestSerializer,
12
+ runCommandResultDeserializer,
13
+ _outboundEnvironmentEndpointCollectionDeserializer,
14
+ managedClusterUpgradeProfileDeserializer,
15
+ meshRevisionProfileDeserializer,
16
+ _meshRevisionProfileListDeserializer,
17
+ meshUpgradeProfileDeserializer,
18
+ _meshUpgradeProfileListDeserializer,
19
+ kubernetesVersionListResultDeserializer
20
+ } from "../../models/models.js";
21
+ import { buildPagedAsyncIterator } from "../../static-helpers/pagingHelpers.js";
22
+ import { getLongRunningPoller } from "../../static-helpers/pollingHelpers.js";
23
+ import { expandUrlTemplate } from "../../static-helpers/urlTemplate.js";
24
+ import { createRestError, operationOptionsToRequestParameters } from "@azure-rest/core-client";
25
+ function _listKubernetesVersionsSend(context, location, options = { requestOptions: {} }) {
26
+ const path = expandUrlTemplate(
27
+ "/subscriptions/{subscriptionId}/providers/Microsoft.ContainerService/locations/{location}/kubernetesVersions{?api%2Dversion}",
28
+ {
29
+ subscriptionId: context.subscriptionId,
30
+ location,
31
+ "api%2Dversion": context.apiVersion ?? "2026-01-01"
32
+ },
33
+ {
34
+ allowReserved: options?.requestOptions?.skipUrlEncoding
35
+ }
36
+ );
37
+ return context.path(path).get({
38
+ ...operationOptionsToRequestParameters(options),
39
+ headers: { accept: "application/json", ...options.requestOptions?.headers }
40
+ });
41
+ }
42
+ async function _listKubernetesVersionsDeserialize(result) {
43
+ const expectedStatuses = ["200"];
44
+ if (!expectedStatuses.includes(result.status)) {
45
+ const error = createRestError(result);
46
+ error.details = errorResponseDeserializer(result.body);
47
+ throw error;
48
+ }
49
+ return kubernetesVersionListResultDeserializer(result.body);
50
+ }
51
+ async function listKubernetesVersions(context, location, options = { requestOptions: {} }) {
52
+ const result = await _listKubernetesVersionsSend(context, location, options);
53
+ return _listKubernetesVersionsDeserialize(result);
54
+ }
55
+ function _listMeshUpgradeProfilesSend(context, resourceGroupName, resourceName, options = { requestOptions: {} }) {
56
+ const path = expandUrlTemplate(
57
+ "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/meshUpgradeProfiles{?api%2Dversion}",
58
+ {
59
+ subscriptionId: context.subscriptionId,
60
+ resourceGroupName,
61
+ resourceName,
62
+ "api%2Dversion": context.apiVersion ?? "2026-01-01"
63
+ },
64
+ {
65
+ allowReserved: options?.requestOptions?.skipUrlEncoding
66
+ }
67
+ );
68
+ return context.path(path).get({
69
+ ...operationOptionsToRequestParameters(options),
70
+ headers: { accept: "application/json", ...options.requestOptions?.headers }
71
+ });
72
+ }
73
+ async function _listMeshUpgradeProfilesDeserialize(result) {
74
+ const expectedStatuses = ["200"];
75
+ if (!expectedStatuses.includes(result.status)) {
76
+ const error = createRestError(result);
77
+ error.details = errorResponseDeserializer(result.body);
78
+ throw error;
79
+ }
80
+ return _meshUpgradeProfileListDeserializer(result.body);
81
+ }
82
+ function listMeshUpgradeProfiles(context, resourceGroupName, resourceName, options = { requestOptions: {} }) {
83
+ return buildPagedAsyncIterator(
84
+ context,
85
+ () => _listMeshUpgradeProfilesSend(context, resourceGroupName, resourceName, options),
86
+ _listMeshUpgradeProfilesDeserialize,
87
+ ["200"],
88
+ { itemName: "value", nextLinkName: "nextLink", apiVersion: context.apiVersion ?? "2026-01-01" }
89
+ );
90
+ }
91
+ function _getMeshUpgradeProfileSend(context, resourceGroupName, resourceName, mode, options = { requestOptions: {} }) {
92
+ const path = expandUrlTemplate(
93
+ "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/meshUpgradeProfiles/{mode}{?api%2Dversion}",
94
+ {
95
+ subscriptionId: context.subscriptionId,
96
+ resourceGroupName,
97
+ resourceName,
98
+ mode,
99
+ "api%2Dversion": context.apiVersion ?? "2026-01-01"
100
+ },
101
+ {
102
+ allowReserved: options?.requestOptions?.skipUrlEncoding
103
+ }
104
+ );
105
+ return context.path(path).get({
106
+ ...operationOptionsToRequestParameters(options),
107
+ headers: { accept: "application/json", ...options.requestOptions?.headers }
108
+ });
109
+ }
110
+ async function _getMeshUpgradeProfileDeserialize(result) {
111
+ const expectedStatuses = ["200"];
112
+ if (!expectedStatuses.includes(result.status)) {
113
+ const error = createRestError(result);
114
+ error.details = errorResponseDeserializer(result.body);
115
+ throw error;
116
+ }
117
+ return meshUpgradeProfileDeserializer(result.body);
118
+ }
119
+ async function getMeshUpgradeProfile(context, resourceGroupName, resourceName, mode, options = { requestOptions: {} }) {
120
+ const result = await _getMeshUpgradeProfileSend(
121
+ context,
122
+ resourceGroupName,
123
+ resourceName,
124
+ mode,
125
+ options
126
+ );
127
+ return _getMeshUpgradeProfileDeserialize(result);
128
+ }
129
+ function _listMeshRevisionProfilesSend(context, location, options = { requestOptions: {} }) {
130
+ const path = expandUrlTemplate(
131
+ "/subscriptions/{subscriptionId}/providers/Microsoft.ContainerService/locations/{location}/meshRevisionProfiles{?api%2Dversion}",
132
+ {
133
+ subscriptionId: context.subscriptionId,
134
+ location,
135
+ "api%2Dversion": context.apiVersion ?? "2026-01-01"
136
+ },
137
+ {
138
+ allowReserved: options?.requestOptions?.skipUrlEncoding
139
+ }
140
+ );
141
+ return context.path(path).get({
142
+ ...operationOptionsToRequestParameters(options),
143
+ headers: { accept: "application/json", ...options.requestOptions?.headers }
144
+ });
145
+ }
146
+ async function _listMeshRevisionProfilesDeserialize(result) {
147
+ const expectedStatuses = ["200"];
148
+ if (!expectedStatuses.includes(result.status)) {
149
+ const error = createRestError(result);
150
+ error.details = errorResponseDeserializer(result.body);
151
+ throw error;
152
+ }
153
+ return _meshRevisionProfileListDeserializer(result.body);
154
+ }
155
+ function listMeshRevisionProfiles(context, location, options = { requestOptions: {} }) {
156
+ return buildPagedAsyncIterator(
157
+ context,
158
+ () => _listMeshRevisionProfilesSend(context, location, options),
159
+ _listMeshRevisionProfilesDeserialize,
160
+ ["200"],
161
+ { itemName: "value", nextLinkName: "nextLink", apiVersion: context.apiVersion ?? "2026-01-01" }
162
+ );
163
+ }
164
+ function _getMeshRevisionProfileSend(context, location, mode, options = { requestOptions: {} }) {
165
+ const path = expandUrlTemplate(
166
+ "/subscriptions/{subscriptionId}/providers/Microsoft.ContainerService/locations/{location}/meshRevisionProfiles/{mode}{?api%2Dversion}",
167
+ {
168
+ subscriptionId: context.subscriptionId,
169
+ location,
170
+ mode,
171
+ "api%2Dversion": context.apiVersion ?? "2026-01-01"
172
+ },
173
+ {
174
+ allowReserved: options?.requestOptions?.skipUrlEncoding
175
+ }
176
+ );
177
+ return context.path(path).get({
178
+ ...operationOptionsToRequestParameters(options),
179
+ headers: { accept: "application/json", ...options.requestOptions?.headers }
180
+ });
181
+ }
182
+ async function _getMeshRevisionProfileDeserialize(result) {
183
+ const expectedStatuses = ["200"];
184
+ if (!expectedStatuses.includes(result.status)) {
185
+ const error = createRestError(result);
186
+ error.details = errorResponseDeserializer(result.body);
187
+ throw error;
188
+ }
189
+ return meshRevisionProfileDeserializer(result.body);
190
+ }
191
+ async function getMeshRevisionProfile(context, location, mode, options = { requestOptions: {} }) {
192
+ const result = await _getMeshRevisionProfileSend(context, location, mode, options);
193
+ return _getMeshRevisionProfileDeserialize(result);
194
+ }
195
+ function _getUpgradeProfileSend(context, resourceGroupName, resourceName, options = { requestOptions: {} }) {
196
+ const path = expandUrlTemplate(
197
+ "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/upgradeProfiles/default{?api%2Dversion}",
198
+ {
199
+ subscriptionId: context.subscriptionId,
200
+ resourceGroupName,
201
+ resourceName,
202
+ "api%2Dversion": context.apiVersion ?? "2026-01-01"
203
+ },
204
+ {
205
+ allowReserved: options?.requestOptions?.skipUrlEncoding
206
+ }
207
+ );
208
+ return context.path(path).get({
209
+ ...operationOptionsToRequestParameters(options),
210
+ headers: { accept: "application/json", ...options.requestOptions?.headers }
211
+ });
212
+ }
213
+ async function _getUpgradeProfileDeserialize(result) {
214
+ const expectedStatuses = ["200"];
215
+ if (!expectedStatuses.includes(result.status)) {
216
+ const error = createRestError(result);
217
+ error.details = errorResponseDeserializer(result.body);
218
+ throw error;
219
+ }
220
+ return managedClusterUpgradeProfileDeserializer(result.body);
221
+ }
222
+ async function getUpgradeProfile(context, resourceGroupName, resourceName, options = { requestOptions: {} }) {
223
+ const result = await _getUpgradeProfileSend(context, resourceGroupName, resourceName, options);
224
+ return _getUpgradeProfileDeserialize(result);
225
+ }
226
+ function _listOutboundNetworkDependenciesEndpointsSend(context, resourceGroupName, resourceName, options = {
227
+ requestOptions: {}
228
+ }) {
229
+ const path = expandUrlTemplate(
230
+ "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/outboundNetworkDependenciesEndpoints{?api%2Dversion}",
231
+ {
232
+ subscriptionId: context.subscriptionId,
233
+ resourceGroupName,
234
+ resourceName,
235
+ "api%2Dversion": context.apiVersion ?? "2026-01-01"
236
+ },
237
+ {
238
+ allowReserved: options?.requestOptions?.skipUrlEncoding
239
+ }
240
+ );
241
+ return context.path(path).get({
242
+ ...operationOptionsToRequestParameters(options),
243
+ headers: { accept: "application/json", ...options.requestOptions?.headers }
244
+ });
245
+ }
246
+ async function _listOutboundNetworkDependenciesEndpointsDeserialize(result) {
247
+ const expectedStatuses = ["200"];
248
+ if (!expectedStatuses.includes(result.status)) {
249
+ const error = createRestError(result);
250
+ error.details = errorResponseDeserializer(result.body);
251
+ throw error;
252
+ }
253
+ return _outboundEnvironmentEndpointCollectionDeserializer(result.body);
254
+ }
255
+ function listOutboundNetworkDependenciesEndpoints(context, resourceGroupName, resourceName, options = {
256
+ requestOptions: {}
257
+ }) {
258
+ return buildPagedAsyncIterator(
259
+ context,
260
+ () => _listOutboundNetworkDependenciesEndpointsSend(
261
+ context,
262
+ resourceGroupName,
263
+ resourceName,
264
+ options
265
+ ),
266
+ _listOutboundNetworkDependenciesEndpointsDeserialize,
267
+ ["200"],
268
+ { itemName: "value", nextLinkName: "nextLink", apiVersion: context.apiVersion ?? "2026-01-01" }
269
+ );
270
+ }
271
+ function _getCommandResultSend(context, resourceGroupName, resourceName, commandId, options = { requestOptions: {} }) {
272
+ const path = expandUrlTemplate(
273
+ "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/commandResults/{commandId}{?api%2Dversion}",
274
+ {
275
+ subscriptionId: context.subscriptionId,
276
+ resourceGroupName,
277
+ resourceName,
278
+ commandId,
279
+ "api%2Dversion": context.apiVersion ?? "2026-01-01"
280
+ },
281
+ {
282
+ allowReserved: options?.requestOptions?.skipUrlEncoding
283
+ }
284
+ );
285
+ return context.path(path).get({
286
+ ...operationOptionsToRequestParameters(options),
287
+ headers: { accept: "application/json", ...options.requestOptions?.headers }
288
+ });
289
+ }
290
+ async function _getCommandResultDeserialize(result) {
291
+ const expectedStatuses = ["200", "202"];
292
+ if (!expectedStatuses.includes(result.status)) {
293
+ const error = createRestError(result);
294
+ error.details = errorResponseDeserializer(result.body);
295
+ throw error;
296
+ }
297
+ return runCommandResultDeserializer(result.body);
298
+ }
299
+ async function getCommandResult(context, resourceGroupName, resourceName, commandId, options = { requestOptions: {} }) {
300
+ const result = await _getCommandResultSend(
301
+ context,
302
+ resourceGroupName,
303
+ resourceName,
304
+ commandId,
305
+ options
306
+ );
307
+ return _getCommandResultDeserialize(result);
308
+ }
309
+ function _runCommandSend(context, resourceGroupName, resourceName, requestPayload, options = { requestOptions: {} }) {
310
+ const path = expandUrlTemplate(
311
+ "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/runCommand{?api%2Dversion}",
312
+ {
313
+ subscriptionId: context.subscriptionId,
314
+ resourceGroupName,
315
+ resourceName,
316
+ "api%2Dversion": context.apiVersion ?? "2026-01-01"
317
+ },
318
+ {
319
+ allowReserved: options?.requestOptions?.skipUrlEncoding
320
+ }
321
+ );
322
+ return context.path(path).post({
323
+ ...operationOptionsToRequestParameters(options),
324
+ contentType: "application/json",
325
+ headers: { accept: "application/json", ...options.requestOptions?.headers },
326
+ body: runCommandRequestSerializer(requestPayload)
327
+ });
328
+ }
329
+ async function _runCommandDeserialize(result) {
330
+ const expectedStatuses = ["202", "200", "201"];
331
+ if (!expectedStatuses.includes(result.status)) {
332
+ const error = createRestError(result);
333
+ error.details = errorResponseDeserializer(result.body);
334
+ throw error;
335
+ }
336
+ return runCommandResultDeserializer(result.body);
337
+ }
338
+ function runCommand(context, resourceGroupName, resourceName, requestPayload, options = { requestOptions: {} }) {
339
+ return getLongRunningPoller(context, _runCommandDeserialize, ["202", "200", "201"], {
340
+ updateIntervalInMs: options?.updateIntervalInMs,
341
+ abortSignal: options?.abortSignal,
342
+ getInitialResponse: () => _runCommandSend(context, resourceGroupName, resourceName, requestPayload, options),
343
+ resourceLocationConfig: "location",
344
+ apiVersion: context.apiVersion ?? "2026-01-01"
345
+ });
346
+ }
347
+ function _startSend(context, resourceGroupName, resourceName, options = { requestOptions: {} }) {
348
+ const path = expandUrlTemplate(
349
+ "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/start{?api%2Dversion}",
350
+ {
351
+ subscriptionId: context.subscriptionId,
352
+ resourceGroupName,
353
+ resourceName,
354
+ "api%2Dversion": context.apiVersion ?? "2026-01-01"
355
+ },
356
+ {
357
+ allowReserved: options?.requestOptions?.skipUrlEncoding
358
+ }
359
+ );
360
+ return context.path(path).post({ ...operationOptionsToRequestParameters(options) });
361
+ }
362
+ async function _startDeserialize(result) {
363
+ const expectedStatuses = ["202", "204", "200", "201"];
364
+ if (!expectedStatuses.includes(result.status)) {
365
+ const error = createRestError(result);
366
+ error.details = errorResponseDeserializer(result.body);
367
+ throw error;
368
+ }
369
+ return;
370
+ }
371
+ function start(context, resourceGroupName, resourceName, options = { requestOptions: {} }) {
372
+ return getLongRunningPoller(context, _startDeserialize, ["202", "204", "200", "201"], {
373
+ updateIntervalInMs: options?.updateIntervalInMs,
374
+ abortSignal: options?.abortSignal,
375
+ getInitialResponse: () => _startSend(context, resourceGroupName, resourceName, options),
376
+ resourceLocationConfig: "location",
377
+ apiVersion: context.apiVersion ?? "2026-01-01"
378
+ });
379
+ }
380
+ function _stopSend(context, resourceGroupName, resourceName, options = { requestOptions: {} }) {
381
+ const path = expandUrlTemplate(
382
+ "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/stop{?api%2Dversion}",
383
+ {
384
+ subscriptionId: context.subscriptionId,
385
+ resourceGroupName,
386
+ resourceName,
387
+ "api%2Dversion": context.apiVersion ?? "2026-01-01"
388
+ },
389
+ {
390
+ allowReserved: options?.requestOptions?.skipUrlEncoding
391
+ }
392
+ );
393
+ return context.path(path).post({ ...operationOptionsToRequestParameters(options) });
394
+ }
395
+ async function _stopDeserialize(result) {
396
+ const expectedStatuses = ["202", "204", "200", "201"];
397
+ if (!expectedStatuses.includes(result.status)) {
398
+ const error = createRestError(result);
399
+ error.details = errorResponseDeserializer(result.body);
400
+ throw error;
401
+ }
402
+ return;
403
+ }
404
+ function stop(context, resourceGroupName, resourceName, options = { requestOptions: {} }) {
405
+ return getLongRunningPoller(context, _stopDeserialize, ["202", "204", "200", "201"], {
406
+ updateIntervalInMs: options?.updateIntervalInMs,
407
+ abortSignal: options?.abortSignal,
408
+ getInitialResponse: () => _stopSend(context, resourceGroupName, resourceName, options),
409
+ resourceLocationConfig: "location",
410
+ apiVersion: context.apiVersion ?? "2026-01-01"
411
+ });
412
+ }
413
+ function _rotateServiceAccountSigningKeysSend(context, resourceGroupName, resourceName, options = { requestOptions: {} }) {
414
+ const path = expandUrlTemplate(
415
+ "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/rotateServiceAccountSigningKeys{?api%2Dversion}",
416
+ {
417
+ subscriptionId: context.subscriptionId,
418
+ resourceGroupName,
419
+ resourceName,
420
+ "api%2Dversion": context.apiVersion ?? "2026-01-01"
421
+ },
422
+ {
423
+ allowReserved: options?.requestOptions?.skipUrlEncoding
424
+ }
425
+ );
426
+ return context.path(path).post({ ...operationOptionsToRequestParameters(options) });
427
+ }
428
+ async function _rotateServiceAccountSigningKeysDeserialize(result) {
429
+ const expectedStatuses = ["202", "204", "200", "201"];
430
+ if (!expectedStatuses.includes(result.status)) {
431
+ const error = createRestError(result);
432
+ error.details = errorResponseDeserializer(result.body);
433
+ throw error;
434
+ }
435
+ return;
436
+ }
437
+ function rotateServiceAccountSigningKeys(context, resourceGroupName, resourceName, options = { requestOptions: {} }) {
438
+ return getLongRunningPoller(
439
+ context,
440
+ _rotateServiceAccountSigningKeysDeserialize,
441
+ ["202", "204", "200", "201"],
442
+ {
443
+ updateIntervalInMs: options?.updateIntervalInMs,
444
+ abortSignal: options?.abortSignal,
445
+ getInitialResponse: () => _rotateServiceAccountSigningKeysSend(context, resourceGroupName, resourceName, options),
446
+ resourceLocationConfig: "location",
447
+ apiVersion: context.apiVersion ?? "2026-01-01"
448
+ }
449
+ );
450
+ }
451
+ function _abortLatestOperationSend(context, resourceGroupName, resourceName, options = { requestOptions: {} }) {
452
+ const path = expandUrlTemplate(
453
+ "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/abort{?api%2Dversion}",
454
+ {
455
+ subscriptionId: context.subscriptionId,
456
+ resourceGroupName,
457
+ resourceName,
458
+ "api%2Dversion": context.apiVersion ?? "2026-01-01"
459
+ },
460
+ {
461
+ allowReserved: options?.requestOptions?.skipUrlEncoding
462
+ }
463
+ );
464
+ return context.path(path).post({ ...operationOptionsToRequestParameters(options) });
465
+ }
466
+ async function _abortLatestOperationDeserialize(result) {
467
+ const expectedStatuses = ["202", "204", "200", "201"];
468
+ if (!expectedStatuses.includes(result.status)) {
469
+ const error = createRestError(result);
470
+ error.details = errorResponseDeserializer(result.body);
471
+ throw error;
472
+ }
473
+ return;
474
+ }
475
+ function abortLatestOperation(context, resourceGroupName, resourceName, options = { requestOptions: {} }) {
476
+ return getLongRunningPoller(
477
+ context,
478
+ _abortLatestOperationDeserialize,
479
+ ["202", "204", "200", "201"],
480
+ {
481
+ updateIntervalInMs: options?.updateIntervalInMs,
482
+ abortSignal: options?.abortSignal,
483
+ getInitialResponse: () => _abortLatestOperationSend(context, resourceGroupName, resourceName, options),
484
+ resourceLocationConfig: "location",
485
+ apiVersion: context.apiVersion ?? "2026-01-01"
486
+ }
487
+ );
488
+ }
489
+ function _rotateClusterCertificatesSend(context, resourceGroupName, resourceName, options = { requestOptions: {} }) {
490
+ const path = expandUrlTemplate(
491
+ "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/rotateClusterCertificates{?api%2Dversion}",
492
+ {
493
+ subscriptionId: context.subscriptionId,
494
+ resourceGroupName,
495
+ resourceName,
496
+ "api%2Dversion": context.apiVersion ?? "2026-01-01"
497
+ },
498
+ {
499
+ allowReserved: options?.requestOptions?.skipUrlEncoding
500
+ }
501
+ );
502
+ return context.path(path).post({ ...operationOptionsToRequestParameters(options) });
503
+ }
504
+ async function _rotateClusterCertificatesDeserialize(result) {
505
+ const expectedStatuses = ["202", "204", "200", "201"];
506
+ if (!expectedStatuses.includes(result.status)) {
507
+ const error = createRestError(result);
508
+ error.details = errorResponseDeserializer(result.body);
509
+ throw error;
510
+ }
511
+ return;
512
+ }
513
+ function rotateClusterCertificates(context, resourceGroupName, resourceName, options = { requestOptions: {} }) {
514
+ return getLongRunningPoller(
515
+ context,
516
+ _rotateClusterCertificatesDeserialize,
517
+ ["202", "204", "200", "201"],
518
+ {
519
+ updateIntervalInMs: options?.updateIntervalInMs,
520
+ abortSignal: options?.abortSignal,
521
+ getInitialResponse: () => _rotateClusterCertificatesSend(context, resourceGroupName, resourceName, options),
522
+ resourceLocationConfig: "location",
523
+ apiVersion: context.apiVersion ?? "2026-01-01"
524
+ }
525
+ );
526
+ }
527
+ function _resetAADProfileSend(context, resourceGroupName, resourceName, parameters, options = { requestOptions: {} }) {
528
+ const path = expandUrlTemplate(
529
+ "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/resetAADProfile{?api%2Dversion}",
530
+ {
531
+ subscriptionId: context.subscriptionId,
532
+ resourceGroupName,
533
+ resourceName,
534
+ "api%2Dversion": context.apiVersion ?? "2026-01-01"
535
+ },
536
+ {
537
+ allowReserved: options?.requestOptions?.skipUrlEncoding
538
+ }
539
+ );
540
+ return context.path(path).post({
541
+ ...operationOptionsToRequestParameters(options),
542
+ contentType: "application/json",
543
+ body: managedClusterAADProfileSerializer(parameters)
544
+ });
545
+ }
546
+ async function _resetAADProfileDeserialize(result) {
547
+ const expectedStatuses = ["202", "200", "201"];
548
+ if (!expectedStatuses.includes(result.status)) {
549
+ const error = createRestError(result);
550
+ error.details = errorResponseDeserializer(result.body);
551
+ throw error;
552
+ }
553
+ return;
554
+ }
555
+ function resetAADProfile(context, resourceGroupName, resourceName, parameters, options = { requestOptions: {} }) {
556
+ return getLongRunningPoller(context, _resetAADProfileDeserialize, ["202", "200", "201"], {
557
+ updateIntervalInMs: options?.updateIntervalInMs,
558
+ abortSignal: options?.abortSignal,
559
+ getInitialResponse: () => _resetAADProfileSend(context, resourceGroupName, resourceName, parameters, options),
560
+ resourceLocationConfig: "location",
561
+ apiVersion: context.apiVersion ?? "2026-01-01"
562
+ });
563
+ }
564
+ function _resetServicePrincipalProfileSend(context, resourceGroupName, resourceName, parameters, options = { requestOptions: {} }) {
565
+ const path = expandUrlTemplate(
566
+ "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/resetServicePrincipalProfile{?api%2Dversion}",
567
+ {
568
+ subscriptionId: context.subscriptionId,
569
+ resourceGroupName,
570
+ resourceName,
571
+ "api%2Dversion": context.apiVersion ?? "2026-01-01"
572
+ },
573
+ {
574
+ allowReserved: options?.requestOptions?.skipUrlEncoding
575
+ }
576
+ );
577
+ return context.path(path).post({
578
+ ...operationOptionsToRequestParameters(options),
579
+ contentType: "application/json",
580
+ body: managedClusterServicePrincipalProfileSerializer(parameters)
581
+ });
582
+ }
583
+ async function _resetServicePrincipalProfileDeserialize(result) {
584
+ const expectedStatuses = ["202", "200", "201"];
585
+ if (!expectedStatuses.includes(result.status)) {
586
+ const error = createRestError(result);
587
+ error.details = errorResponseDeserializer(result.body);
588
+ throw error;
589
+ }
590
+ return;
591
+ }
592
+ function resetServicePrincipalProfile(context, resourceGroupName, resourceName, parameters, options = { requestOptions: {} }) {
593
+ return getLongRunningPoller(
594
+ context,
595
+ _resetServicePrincipalProfileDeserialize,
596
+ ["202", "200", "201"],
597
+ {
598
+ updateIntervalInMs: options?.updateIntervalInMs,
599
+ abortSignal: options?.abortSignal,
600
+ getInitialResponse: () => _resetServicePrincipalProfileSend(
601
+ context,
602
+ resourceGroupName,
603
+ resourceName,
604
+ parameters,
605
+ options
606
+ ),
607
+ resourceLocationConfig: "location",
608
+ apiVersion: context.apiVersion ?? "2026-01-01"
609
+ }
610
+ );
611
+ }
612
+ function _listClusterMonitoringUserCredentialsSend(context, resourceGroupName, resourceName, options = {
613
+ requestOptions: {}
614
+ }) {
615
+ const path = expandUrlTemplate(
616
+ "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/listClusterMonitoringUserCredential{?api%2Dversion,server%2Dfqdn}",
617
+ {
618
+ subscriptionId: context.subscriptionId,
619
+ resourceGroupName,
620
+ resourceName,
621
+ "api%2Dversion": context.apiVersion ?? "2026-01-01",
622
+ "server%2Dfqdn": options?.serverFqdn
623
+ },
624
+ {
625
+ allowReserved: options?.requestOptions?.skipUrlEncoding
626
+ }
627
+ );
628
+ return context.path(path).post({
629
+ ...operationOptionsToRequestParameters(options),
630
+ headers: { accept: "application/json", ...options.requestOptions?.headers }
631
+ });
632
+ }
633
+ async function _listClusterMonitoringUserCredentialsDeserialize(result) {
634
+ const expectedStatuses = ["200"];
635
+ if (!expectedStatuses.includes(result.status)) {
636
+ const error = createRestError(result);
637
+ error.details = errorResponseDeserializer(result.body);
638
+ throw error;
639
+ }
640
+ return credentialResultsDeserializer(result.body);
641
+ }
642
+ async function listClusterMonitoringUserCredentials(context, resourceGroupName, resourceName, options = {
643
+ requestOptions: {}
644
+ }) {
645
+ const result = await _listClusterMonitoringUserCredentialsSend(
646
+ context,
647
+ resourceGroupName,
648
+ resourceName,
649
+ options
650
+ );
651
+ return _listClusterMonitoringUserCredentialsDeserialize(result);
652
+ }
653
+ function _listClusterUserCredentialsSend(context, resourceGroupName, resourceName, options = { requestOptions: {} }) {
654
+ const path = expandUrlTemplate(
655
+ "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/listClusterUserCredential{?api%2Dversion,server%2Dfqdn,format}",
656
+ {
657
+ subscriptionId: context.subscriptionId,
658
+ resourceGroupName,
659
+ resourceName,
660
+ "api%2Dversion": context.apiVersion ?? "2026-01-01",
661
+ "server%2Dfqdn": options?.serverFqdn,
662
+ format: options?.format
663
+ },
664
+ {
665
+ allowReserved: options?.requestOptions?.skipUrlEncoding
666
+ }
667
+ );
668
+ return context.path(path).post({
669
+ ...operationOptionsToRequestParameters(options),
670
+ headers: { accept: "application/json", ...options.requestOptions?.headers }
671
+ });
672
+ }
673
+ async function _listClusterUserCredentialsDeserialize(result) {
674
+ const expectedStatuses = ["200"];
675
+ if (!expectedStatuses.includes(result.status)) {
676
+ const error = createRestError(result);
677
+ error.details = errorResponseDeserializer(result.body);
678
+ throw error;
679
+ }
680
+ return credentialResultsDeserializer(result.body);
681
+ }
682
+ async function listClusterUserCredentials(context, resourceGroupName, resourceName, options = { requestOptions: {} }) {
683
+ const result = await _listClusterUserCredentialsSend(
684
+ context,
685
+ resourceGroupName,
686
+ resourceName,
687
+ options
688
+ );
689
+ return _listClusterUserCredentialsDeserialize(result);
690
+ }
691
+ function _listClusterAdminCredentialsSend(context, resourceGroupName, resourceName, options = { requestOptions: {} }) {
692
+ const path = expandUrlTemplate(
693
+ "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/listClusterAdminCredential{?api%2Dversion,server%2Dfqdn}",
694
+ {
695
+ subscriptionId: context.subscriptionId,
696
+ resourceGroupName,
697
+ resourceName,
698
+ "api%2Dversion": context.apiVersion ?? "2026-01-01",
699
+ "server%2Dfqdn": options?.serverFqdn
700
+ },
701
+ {
702
+ allowReserved: options?.requestOptions?.skipUrlEncoding
703
+ }
704
+ );
705
+ return context.path(path).post({
706
+ ...operationOptionsToRequestParameters(options),
707
+ headers: { accept: "application/json", ...options.requestOptions?.headers }
708
+ });
709
+ }
710
+ async function _listClusterAdminCredentialsDeserialize(result) {
711
+ const expectedStatuses = ["200"];
712
+ if (!expectedStatuses.includes(result.status)) {
713
+ const error = createRestError(result);
714
+ error.details = errorResponseDeserializer(result.body);
715
+ throw error;
716
+ }
717
+ return credentialResultsDeserializer(result.body);
718
+ }
719
+ async function listClusterAdminCredentials(context, resourceGroupName, resourceName, options = { requestOptions: {} }) {
720
+ const result = await _listClusterAdminCredentialsSend(
721
+ context,
722
+ resourceGroupName,
723
+ resourceName,
724
+ options
725
+ );
726
+ return _listClusterAdminCredentialsDeserialize(result);
727
+ }
728
+ function _getAccessProfileSend(context, resourceGroupName, resourceName, roleName, options = { requestOptions: {} }) {
729
+ const path = expandUrlTemplate(
730
+ "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/accessProfiles/{roleName}/listCredential{?api%2Dversion}",
731
+ {
732
+ subscriptionId: context.subscriptionId,
733
+ resourceGroupName,
734
+ resourceName,
735
+ roleName,
736
+ "api%2Dversion": context.apiVersion ?? "2026-01-01"
737
+ },
738
+ {
739
+ allowReserved: options?.requestOptions?.skipUrlEncoding
740
+ }
741
+ );
742
+ return context.path(path).post({
743
+ ...operationOptionsToRequestParameters(options),
744
+ headers: { accept: "application/json", ...options.requestOptions?.headers }
745
+ });
746
+ }
747
+ async function _getAccessProfileDeserialize(result) {
748
+ const expectedStatuses = ["200"];
749
+ if (!expectedStatuses.includes(result.status)) {
750
+ const error = createRestError(result);
751
+ error.details = errorResponseDeserializer(result.body);
752
+ throw error;
753
+ }
754
+ return managedClusterAccessProfileDeserializer(result.body);
755
+ }
756
+ async function getAccessProfile(context, resourceGroupName, resourceName, roleName, options = { requestOptions: {} }) {
757
+ const result = await _getAccessProfileSend(
758
+ context,
759
+ resourceGroupName,
760
+ resourceName,
761
+ roleName,
762
+ options
763
+ );
764
+ return _getAccessProfileDeserialize(result);
765
+ }
766
+ function _listSend(context, options = { requestOptions: {} }) {
767
+ const path = expandUrlTemplate(
768
+ "/subscriptions/{subscriptionId}/providers/Microsoft.ContainerService/managedClusters{?api%2Dversion}",
769
+ {
770
+ subscriptionId: context.subscriptionId,
771
+ "api%2Dversion": context.apiVersion ?? "2026-01-01"
772
+ },
773
+ {
774
+ allowReserved: options?.requestOptions?.skipUrlEncoding
775
+ }
776
+ );
777
+ return context.path(path).get({
778
+ ...operationOptionsToRequestParameters(options),
779
+ headers: { accept: "application/json", ...options.requestOptions?.headers }
780
+ });
781
+ }
782
+ async function _listDeserialize(result) {
783
+ const expectedStatuses = ["200"];
784
+ if (!expectedStatuses.includes(result.status)) {
785
+ const error = createRestError(result);
786
+ error.details = errorResponseDeserializer(result.body);
787
+ throw error;
788
+ }
789
+ return _managedClusterListResultDeserializer(result.body);
790
+ }
791
+ function list(context, options = { requestOptions: {} }) {
792
+ return buildPagedAsyncIterator(
793
+ context,
794
+ () => _listSend(context, options),
795
+ _listDeserialize,
796
+ ["200"],
797
+ { itemName: "value", nextLinkName: "nextLink", apiVersion: context.apiVersion ?? "2026-01-01" }
798
+ );
799
+ }
800
+ function _listByResourceGroupSend(context, resourceGroupName, options = { requestOptions: {} }) {
801
+ const path = expandUrlTemplate(
802
+ "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters{?api%2Dversion}",
803
+ {
804
+ subscriptionId: context.subscriptionId,
805
+ resourceGroupName,
806
+ "api%2Dversion": context.apiVersion ?? "2026-01-01"
807
+ },
808
+ {
809
+ allowReserved: options?.requestOptions?.skipUrlEncoding
810
+ }
811
+ );
812
+ return context.path(path).get({
813
+ ...operationOptionsToRequestParameters(options),
814
+ headers: { accept: "application/json", ...options.requestOptions?.headers }
815
+ });
816
+ }
817
+ async function _listByResourceGroupDeserialize(result) {
818
+ const expectedStatuses = ["200"];
819
+ if (!expectedStatuses.includes(result.status)) {
820
+ const error = createRestError(result);
821
+ error.details = errorResponseDeserializer(result.body);
822
+ throw error;
823
+ }
824
+ return _managedClusterListResultDeserializer(result.body);
825
+ }
826
+ function listByResourceGroup(context, resourceGroupName, options = { requestOptions: {} }) {
827
+ return buildPagedAsyncIterator(
828
+ context,
829
+ () => _listByResourceGroupSend(context, resourceGroupName, options),
830
+ _listByResourceGroupDeserialize,
831
+ ["200"],
832
+ { itemName: "value", nextLinkName: "nextLink", apiVersion: context.apiVersion ?? "2026-01-01" }
833
+ );
834
+ }
835
+ function _$deleteSend(context, resourceGroupName, resourceName, options = { requestOptions: {} }) {
836
+ const path = expandUrlTemplate(
837
+ "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}{?api%2Dversion}",
838
+ {
839
+ subscriptionId: context.subscriptionId,
840
+ resourceGroupName,
841
+ resourceName,
842
+ "api%2Dversion": context.apiVersion ?? "2026-01-01"
843
+ },
844
+ {
845
+ allowReserved: options?.requestOptions?.skipUrlEncoding
846
+ }
847
+ );
848
+ return context.path(path).delete({
849
+ ...operationOptionsToRequestParameters(options),
850
+ headers: {
851
+ ...options?.ifMatch !== void 0 ? { "if-match": options?.ifMatch } : {},
852
+ ...options.requestOptions?.headers
853
+ }
854
+ });
855
+ }
856
+ async function _$deleteDeserialize(result) {
857
+ const expectedStatuses = ["202", "204", "200"];
858
+ if (!expectedStatuses.includes(result.status)) {
859
+ const error = createRestError(result);
860
+ error.details = errorResponseDeserializer(result.body);
861
+ throw error;
862
+ }
863
+ return;
864
+ }
865
+ function $delete(context, resourceGroupName, resourceName, options = { requestOptions: {} }) {
866
+ return getLongRunningPoller(context, _$deleteDeserialize, ["202", "204", "200"], {
867
+ updateIntervalInMs: options?.updateIntervalInMs,
868
+ abortSignal: options?.abortSignal,
869
+ getInitialResponse: () => _$deleteSend(context, resourceGroupName, resourceName, options),
870
+ resourceLocationConfig: "azure-async-operation",
871
+ apiVersion: context.apiVersion ?? "2026-01-01"
872
+ });
873
+ }
874
+ function _updateTagsSend(context, resourceGroupName, resourceName, parameters, options = { requestOptions: {} }) {
875
+ const path = expandUrlTemplate(
876
+ "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}{?api%2Dversion}",
877
+ {
878
+ subscriptionId: context.subscriptionId,
879
+ resourceGroupName,
880
+ resourceName,
881
+ "api%2Dversion": context.apiVersion ?? "2026-01-01"
882
+ },
883
+ {
884
+ allowReserved: options?.requestOptions?.skipUrlEncoding
885
+ }
886
+ );
887
+ return context.path(path).patch({
888
+ ...operationOptionsToRequestParameters(options),
889
+ contentType: "application/json",
890
+ headers: {
891
+ ...options?.ifMatch !== void 0 ? { "if-match": options?.ifMatch } : {},
892
+ accept: "application/json",
893
+ ...options.requestOptions?.headers
894
+ },
895
+ body: tagsObjectSerializer(parameters)
896
+ });
897
+ }
898
+ async function _updateTagsDeserialize(result) {
899
+ const expectedStatuses = ["200", "202", "201"];
900
+ if (!expectedStatuses.includes(result.status)) {
901
+ const error = createRestError(result);
902
+ error.details = errorResponseDeserializer(result.body);
903
+ throw error;
904
+ }
905
+ return managedClusterDeserializer(result.body);
906
+ }
907
+ function updateTags(context, resourceGroupName, resourceName, parameters, options = { requestOptions: {} }) {
908
+ return getLongRunningPoller(context, _updateTagsDeserialize, ["200", "202", "201"], {
909
+ updateIntervalInMs: options?.updateIntervalInMs,
910
+ abortSignal: options?.abortSignal,
911
+ getInitialResponse: () => _updateTagsSend(context, resourceGroupName, resourceName, parameters, options),
912
+ resourceLocationConfig: "azure-async-operation",
913
+ apiVersion: context.apiVersion ?? "2026-01-01"
914
+ });
915
+ }
916
+ function _createOrUpdateSend(context, resourceGroupName, resourceName, parameters, options = { requestOptions: {} }) {
917
+ const path = expandUrlTemplate(
918
+ "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}{?api%2Dversion}",
919
+ {
920
+ subscriptionId: context.subscriptionId,
921
+ resourceGroupName,
922
+ resourceName,
923
+ "api%2Dversion": context.apiVersion ?? "2026-01-01"
924
+ },
925
+ {
926
+ allowReserved: options?.requestOptions?.skipUrlEncoding
927
+ }
928
+ );
929
+ return context.path(path).put({
930
+ ...operationOptionsToRequestParameters(options),
931
+ contentType: "application/json",
932
+ headers: {
933
+ ...options?.ifMatch !== void 0 ? { "if-match": options?.ifMatch } : {},
934
+ ...options?.ifNoneMatch !== void 0 ? { "if-none-match": options?.ifNoneMatch } : {},
935
+ accept: "application/json",
936
+ ...options.requestOptions?.headers
937
+ },
938
+ body: managedClusterSerializer(parameters)
939
+ });
940
+ }
941
+ async function _createOrUpdateDeserialize(result) {
942
+ const expectedStatuses = ["200", "201", "202"];
943
+ if (!expectedStatuses.includes(result.status)) {
944
+ const error = createRestError(result);
945
+ error.details = errorResponseDeserializer(result.body);
946
+ throw error;
947
+ }
948
+ return managedClusterDeserializer(result.body);
949
+ }
950
+ function createOrUpdate(context, resourceGroupName, resourceName, parameters, options = { requestOptions: {} }) {
951
+ return getLongRunningPoller(context, _createOrUpdateDeserialize, ["200", "201", "202"], {
952
+ updateIntervalInMs: options?.updateIntervalInMs,
953
+ abortSignal: options?.abortSignal,
954
+ getInitialResponse: () => _createOrUpdateSend(context, resourceGroupName, resourceName, parameters, options),
955
+ resourceLocationConfig: "azure-async-operation",
956
+ apiVersion: context.apiVersion ?? "2026-01-01"
957
+ });
958
+ }
959
+ function _getSend(context, resourceGroupName, resourceName, options = { requestOptions: {} }) {
960
+ const path = expandUrlTemplate(
961
+ "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}{?api%2Dversion}",
962
+ {
963
+ subscriptionId: context.subscriptionId,
964
+ resourceGroupName,
965
+ resourceName,
966
+ "api%2Dversion": context.apiVersion ?? "2026-01-01"
967
+ },
968
+ {
969
+ allowReserved: options?.requestOptions?.skipUrlEncoding
970
+ }
971
+ );
972
+ return context.path(path).get({
973
+ ...operationOptionsToRequestParameters(options),
974
+ headers: { accept: "application/json", ...options.requestOptions?.headers }
975
+ });
976
+ }
977
+ async function _getDeserialize(result) {
978
+ const expectedStatuses = ["200"];
979
+ if (!expectedStatuses.includes(result.status)) {
980
+ const error = createRestError(result);
981
+ error.details = errorResponseDeserializer(result.body);
982
+ throw error;
983
+ }
984
+ return managedClusterDeserializer(result.body);
985
+ }
986
+ async function get(context, resourceGroupName, resourceName, options = { requestOptions: {} }) {
987
+ const result = await _getSend(context, resourceGroupName, resourceName, options);
988
+ return _getDeserialize(result);
989
+ }
990
+ export {
991
+ $delete,
992
+ _$deleteDeserialize,
993
+ _$deleteSend,
994
+ _abortLatestOperationDeserialize,
995
+ _abortLatestOperationSend,
996
+ _createOrUpdateDeserialize,
997
+ _createOrUpdateSend,
998
+ _getAccessProfileDeserialize,
999
+ _getAccessProfileSend,
1000
+ _getCommandResultDeserialize,
1001
+ _getCommandResultSend,
1002
+ _getDeserialize,
1003
+ _getMeshRevisionProfileDeserialize,
1004
+ _getMeshRevisionProfileSend,
1005
+ _getMeshUpgradeProfileDeserialize,
1006
+ _getMeshUpgradeProfileSend,
1007
+ _getSend,
1008
+ _getUpgradeProfileDeserialize,
1009
+ _getUpgradeProfileSend,
1010
+ _listByResourceGroupDeserialize,
1011
+ _listByResourceGroupSend,
1012
+ _listClusterAdminCredentialsDeserialize,
1013
+ _listClusterAdminCredentialsSend,
1014
+ _listClusterMonitoringUserCredentialsDeserialize,
1015
+ _listClusterMonitoringUserCredentialsSend,
1016
+ _listClusterUserCredentialsDeserialize,
1017
+ _listClusterUserCredentialsSend,
1018
+ _listDeserialize,
1019
+ _listKubernetesVersionsDeserialize,
1020
+ _listKubernetesVersionsSend,
1021
+ _listMeshRevisionProfilesDeserialize,
1022
+ _listMeshRevisionProfilesSend,
1023
+ _listMeshUpgradeProfilesDeserialize,
1024
+ _listMeshUpgradeProfilesSend,
1025
+ _listOutboundNetworkDependenciesEndpointsDeserialize,
1026
+ _listOutboundNetworkDependenciesEndpointsSend,
1027
+ _listSend,
1028
+ _resetAADProfileDeserialize,
1029
+ _resetAADProfileSend,
1030
+ _resetServicePrincipalProfileDeserialize,
1031
+ _resetServicePrincipalProfileSend,
1032
+ _rotateClusterCertificatesDeserialize,
1033
+ _rotateClusterCertificatesSend,
1034
+ _rotateServiceAccountSigningKeysDeserialize,
1035
+ _rotateServiceAccountSigningKeysSend,
1036
+ _runCommandDeserialize,
1037
+ _runCommandSend,
1038
+ _startDeserialize,
1039
+ _startSend,
1040
+ _stopDeserialize,
1041
+ _stopSend,
1042
+ _updateTagsDeserialize,
1043
+ _updateTagsSend,
1044
+ abortLatestOperation,
1045
+ createOrUpdate,
1046
+ get,
1047
+ getAccessProfile,
1048
+ getCommandResult,
1049
+ getMeshRevisionProfile,
1050
+ getMeshUpgradeProfile,
1051
+ getUpgradeProfile,
1052
+ list,
1053
+ listByResourceGroup,
1054
+ listClusterAdminCredentials,
1055
+ listClusterMonitoringUserCredentials,
1056
+ listClusterUserCredentials,
1057
+ listKubernetesVersions,
1058
+ listMeshRevisionProfiles,
1059
+ listMeshUpgradeProfiles,
1060
+ listOutboundNetworkDependenciesEndpoints,
1061
+ resetAADProfile,
1062
+ resetServicePrincipalProfile,
1063
+ rotateClusterCertificates,
1064
+ rotateServiceAccountSigningKeys,
1065
+ runCommand,
1066
+ start,
1067
+ stop,
1068
+ updateTags
1069
+ };