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