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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1475) hide show
  1. package/README.md +10 -10
  2. package/dist/browser/api/agentPools/index.d.ts +3 -0
  3. package/dist/browser/api/agentPools/index.js +4 -0
  4. package/dist/browser/api/agentPools/index.js.map +1 -0
  5. package/dist/browser/api/agentPools/operations.d.ts +48 -0
  6. package/dist/browser/api/agentPools/operations.js +305 -0
  7. package/dist/browser/api/agentPools/operations.js.map +1 -0
  8. package/dist/browser/api/agentPools/options.d.ts +47 -0
  9. package/dist/browser/api/agentPools/options.js +4 -0
  10. package/dist/browser/api/agentPools/options.js.map +1 -0
  11. package/dist/browser/api/containerServiceContext.d.ts +22 -0
  12. package/dist/browser/api/containerServiceContext.js +24 -0
  13. package/dist/browser/api/containerServiceContext.js.map +1 -0
  14. package/dist/browser/api/index.d.ts +3 -0
  15. package/dist/browser/api/index.js +4 -0
  16. package/dist/browser/api/index.js.map +1 -0
  17. package/dist/browser/api/machines/index.d.ts +3 -0
  18. package/dist/browser/api/machines/index.js +4 -0
  19. package/dist/browser/api/machines/index.js.map +1 -0
  20. package/dist/browser/api/machines/operations.d.ts +14 -0
  21. package/dist/browser/api/machines/operations.js +65 -0
  22. package/dist/browser/api/machines/operations.js.map +1 -0
  23. package/dist/browser/api/machines/options.d.ts +8 -0
  24. package/dist/browser/api/machines/options.js +4 -0
  25. package/dist/browser/api/machines/options.js.map +1 -0
  26. package/dist/browser/api/maintenanceConfigurations/index.d.ts +3 -0
  27. package/dist/browser/api/maintenanceConfigurations/index.js +4 -0
  28. package/dist/browser/api/maintenanceConfigurations/index.js.map +1 -0
  29. package/dist/browser/api/maintenanceConfigurations/operations.d.ts +27 -0
  30. package/dist/browser/api/maintenanceConfigurations/operations.js +125 -0
  31. package/dist/browser/api/maintenanceConfigurations/operations.js.map +1 -0
  32. package/dist/browser/api/maintenanceConfigurations/options.d.ts +14 -0
  33. package/dist/browser/api/maintenanceConfigurations/options.js +4 -0
  34. package/dist/browser/api/maintenanceConfigurations/options.js.map +1 -0
  35. package/dist/browser/api/managedClusters/index.d.ts +3 -0
  36. package/dist/browser/api/managedClusters/index.js +4 -0
  37. package/dist/browser/api/managedClusters/index.js.map +1 -0
  38. package/dist/browser/api/managedClusters/operations.d.ts +116 -0
  39. package/dist/browser/api/managedClusters/operations.js +806 -0
  40. package/dist/browser/api/managedClusters/operations.js.map +1 -0
  41. package/dist/browser/api/managedClusters/options.d.ts +119 -0
  42. package/dist/browser/api/managedClusters/options.js +4 -0
  43. package/dist/browser/api/managedClusters/options.js.map +1 -0
  44. package/dist/browser/api/managedNamespaces/index.d.ts +3 -0
  45. package/dist/browser/api/managedNamespaces/index.js +4 -0
  46. package/dist/browser/api/managedNamespaces/index.js.map +1 -0
  47. package/dist/browser/api/managedNamespaces/operations.d.ts +36 -0
  48. package/dist/browser/api/managedNamespaces/operations.js +196 -0
  49. package/dist/browser/api/managedNamespaces/operations.js.map +1 -0
  50. package/dist/browser/api/managedNamespaces/options.d.ts +24 -0
  51. package/dist/browser/api/managedNamespaces/options.js +4 -0
  52. package/dist/browser/api/managedNamespaces/options.js.map +1 -0
  53. package/dist/browser/api/operations/index.d.ts +3 -0
  54. package/dist/browser/api/operations/index.js +4 -0
  55. package/dist/browser/api/operations/index.js.map +1 -0
  56. package/dist/browser/api/operations/operations.d.ts +10 -0
  57. package/dist/browser/api/operations/operations.js +31 -0
  58. package/dist/browser/api/operations/operations.js.map +1 -0
  59. package/dist/browser/api/operations/options.d.ts +5 -0
  60. package/dist/browser/api/operations/options.js +4 -0
  61. package/dist/browser/api/operations/options.js.map +1 -0
  62. package/dist/browser/api/privateEndpointConnections/index.d.ts +3 -0
  63. package/dist/browser/api/privateEndpointConnections/index.js +4 -0
  64. package/dist/browser/api/privateEndpointConnections/index.js.map +1 -0
  65. package/dist/browser/api/privateEndpointConnections/operations.d.ts +27 -0
  66. package/dist/browser/api/privateEndpointConnections/operations.js +131 -0
  67. package/dist/browser/api/privateEndpointConnections/operations.js.map +1 -0
  68. package/dist/browser/api/privateEndpointConnections/options.d.ts +16 -0
  69. package/dist/browser/api/privateEndpointConnections/options.js +4 -0
  70. package/dist/browser/api/privateEndpointConnections/options.js.map +1 -0
  71. package/dist/browser/api/privateLinkResources/index.d.ts +3 -0
  72. package/dist/browser/api/privateLinkResources/index.js +4 -0
  73. package/dist/browser/api/privateLinkResources/index.js.map +1 -0
  74. package/dist/browser/api/privateLinkResources/operations.d.ts +9 -0
  75. package/dist/browser/api/privateLinkResources/operations.js +34 -0
  76. package/dist/browser/api/privateLinkResources/operations.js.map +1 -0
  77. package/dist/browser/api/privateLinkResources/options.d.ts +5 -0
  78. package/dist/browser/api/privateLinkResources/options.js +4 -0
  79. package/dist/browser/api/privateLinkResources/options.js.map +1 -0
  80. package/dist/browser/api/resolvePrivateLinkServiceId/index.d.ts +3 -0
  81. package/dist/browser/api/resolvePrivateLinkServiceId/index.js +4 -0
  82. package/dist/browser/api/resolvePrivateLinkServiceId/index.js.map +1 -0
  83. package/dist/browser/api/resolvePrivateLinkServiceId/operations.d.ts +9 -0
  84. package/dist/browser/api/resolvePrivateLinkServiceId/operations.js +36 -0
  85. package/dist/browser/api/resolvePrivateLinkServiceId/operations.js.map +1 -0
  86. package/dist/browser/api/resolvePrivateLinkServiceId/options.d.ts +5 -0
  87. package/dist/browser/api/resolvePrivateLinkServiceId/options.js +4 -0
  88. package/dist/browser/api/resolvePrivateLinkServiceId/options.js.map +1 -0
  89. package/dist/browser/api/snapshots/index.d.ts +3 -0
  90. package/dist/browser/api/snapshots/index.js +4 -0
  91. package/dist/browser/api/snapshots/index.js.map +1 -0
  92. package/dist/browser/api/snapshots/operations.d.ts +35 -0
  93. package/dist/browser/api/snapshots/operations.js +176 -0
  94. package/dist/browser/api/snapshots/operations.js.map +1 -0
  95. package/dist/browser/api/snapshots/options.d.ts +20 -0
  96. package/dist/browser/api/snapshots/options.js +4 -0
  97. package/dist/browser/api/snapshots/options.js.map +1 -0
  98. package/dist/browser/api/trustedAccessRoleBindings/index.d.ts +3 -0
  99. package/dist/browser/api/trustedAccessRoleBindings/index.js +4 -0
  100. package/dist/browser/api/trustedAccessRoleBindings/index.js.map +1 -0
  101. package/dist/browser/api/trustedAccessRoleBindings/operations.d.ts +28 -0
  102. package/dist/browser/api/trustedAccessRoleBindings/operations.js +136 -0
  103. package/dist/browser/api/trustedAccessRoleBindings/operations.js.map +1 -0
  104. package/dist/browser/api/trustedAccessRoleBindings/options.d.ts +18 -0
  105. package/dist/browser/api/trustedAccessRoleBindings/options.js +4 -0
  106. package/dist/browser/api/trustedAccessRoleBindings/options.js.map +1 -0
  107. package/dist/browser/api/trustedAccessRoles/index.d.ts +3 -0
  108. package/dist/browser/api/trustedAccessRoles/index.js +4 -0
  109. package/dist/browser/api/trustedAccessRoles/index.js.map +1 -0
  110. package/dist/browser/api/trustedAccessRoles/operations.d.ts +10 -0
  111. package/dist/browser/api/trustedAccessRoles/operations.js +33 -0
  112. package/dist/browser/api/trustedAccessRoles/operations.js.map +1 -0
  113. package/dist/browser/api/trustedAccessRoles/options.d.ts +5 -0
  114. package/dist/browser/api/trustedAccessRoles/options.js +4 -0
  115. package/dist/browser/api/trustedAccessRoles/options.js.map +1 -0
  116. package/dist/browser/classic/agentPools/index.d.ts +54 -0
  117. package/dist/browser/classic/agentPools/index.js +63 -0
  118. package/dist/browser/classic/agentPools/index.js.map +1 -0
  119. package/dist/browser/classic/index.d.ts +13 -0
  120. package/dist/browser/classic/index.js +4 -0
  121. package/dist/browser/classic/index.js.map +1 -0
  122. package/dist/browser/classic/machines/index.d.ts +13 -0
  123. package/dist/browser/classic/machines/index.js +15 -0
  124. package/dist/browser/classic/machines/index.js.map +1 -0
  125. package/dist/browser/classic/maintenanceConfigurations/index.d.ts +22 -0
  126. package/dist/browser/classic/maintenanceConfigurations/index.js +17 -0
  127. package/dist/browser/classic/maintenanceConfigurations/index.js.map +1 -0
  128. package/dist/browser/classic/managedClusters/index.d.ts +112 -0
  129. package/dist/browser/classic/managedClusters/index.js +128 -0
  130. package/dist/browser/classic/managedClusters/index.js.map +1 -0
  131. package/dist/browser/classic/managedNamespaces/index.d.ts +36 -0
  132. package/dist/browser/classic/managedNamespaces/index.js +36 -0
  133. package/dist/browser/classic/managedNamespaces/index.js.map +1 -0
  134. package/dist/browser/classic/operations/index.d.ts +11 -0
  135. package/dist/browser/classic/operations/index.js +14 -0
  136. package/dist/browser/classic/operations/index.js.map +1 -0
  137. package/dist/browser/classic/privateEndpointConnections/index.d.ts +27 -0
  138. package/dist/browser/classic/privateEndpointConnections/index.js +26 -0
  139. package/dist/browser/classic/privateEndpointConnections/index.js.map +1 -0
  140. package/dist/browser/classic/privateLinkResources/index.d.ts +10 -0
  141. package/dist/browser/classic/privateLinkResources/index.js +14 -0
  142. package/dist/browser/classic/privateLinkResources/index.js.map +1 -0
  143. package/dist/browser/classic/resolvePrivateLinkServiceId/index.d.ts +10 -0
  144. package/dist/browser/classic/resolvePrivateLinkServiceId/index.js +14 -0
  145. package/dist/browser/classic/resolvePrivateLinkServiceId/index.js.map +1 -0
  146. package/dist/browser/classic/snapshots/index.d.ts +26 -0
  147. package/dist/browser/classic/snapshots/index.js +19 -0
  148. package/dist/browser/classic/snapshots/index.js.map +1 -0
  149. package/dist/browser/classic/trustedAccessRoleBindings/index.d.ts +32 -0
  150. package/dist/browser/classic/trustedAccessRoleBindings/index.js +34 -0
  151. package/dist/browser/classic/trustedAccessRoleBindings/index.js.map +1 -0
  152. package/dist/browser/classic/trustedAccessRoles/index.d.ts +11 -0
  153. package/dist/browser/classic/trustedAccessRoles/index.js +14 -0
  154. package/dist/browser/classic/trustedAccessRoles/index.js.map +1 -0
  155. package/dist/browser/containerServiceClient.d.ts +46 -36
  156. package/dist/browser/containerServiceClient.js +66 -126
  157. package/dist/browser/containerServiceClient.js.map +1 -1
  158. package/dist/browser/index.d.ts +25 -3
  159. package/dist/browser/index.js +4 -6
  160. package/dist/browser/index.js.map +1 -1
  161. package/dist/browser/logger.d.ts +2 -0
  162. package/dist/browser/logger.js +5 -0
  163. package/dist/browser/logger.js.map +1 -0
  164. package/dist/browser/models/index.d.ts +2 -5544
  165. package/dist/browser/models/index.js +1 -852
  166. package/dist/browser/models/index.js.map +1 -1
  167. package/dist/browser/models/models.d.ts +3838 -0
  168. package/dist/browser/models/models.js +4784 -0
  169. package/dist/browser/models/models.js.map +1 -0
  170. package/dist/browser/restorePollerHelpers.d.ts +21 -0
  171. package/dist/browser/restorePollerHelpers.js +142 -0
  172. package/dist/browser/restorePollerHelpers.js.map +1 -0
  173. package/dist/browser/static-helpers/cloudSettingHelpers.d.ts +22 -0
  174. package/dist/browser/static-helpers/cloudSettingHelpers.js +38 -0
  175. package/dist/browser/static-helpers/cloudSettingHelpers.js.map +1 -0
  176. package/dist/browser/static-helpers/pagingHelpers.d.ts +74 -0
  177. package/dist/browser/static-helpers/pagingHelpers.js +143 -0
  178. package/dist/browser/static-helpers/pagingHelpers.js.map +1 -0
  179. package/dist/browser/static-helpers/pollingHelpers.d.ts +34 -0
  180. package/dist/browser/static-helpers/pollingHelpers.js +95 -0
  181. package/dist/browser/static-helpers/pollingHelpers.js.map +1 -0
  182. package/dist/browser/static-helpers/serialization/check-prop-undefined.d.ts +8 -0
  183. package/dist/browser/static-helpers/serialization/check-prop-undefined.js +17 -0
  184. package/dist/browser/static-helpers/serialization/check-prop-undefined.js.map +1 -0
  185. package/dist/browser/static-helpers/simplePollerHelpers.d.ts +73 -0
  186. package/dist/browser/static-helpers/simplePollerHelpers.js +44 -0
  187. package/dist/browser/static-helpers/simplePollerHelpers.js.map +1 -0
  188. package/dist/browser/static-helpers/urlTemplate.d.ts +5 -0
  189. package/dist/browser/static-helpers/urlTemplate.js +200 -0
  190. package/dist/browser/static-helpers/urlTemplate.js.map +1 -0
  191. package/dist/commonjs/api/agentPools/index.d.ts +3 -0
  192. package/dist/commonjs/api/agentPools/index.js +43 -0
  193. package/dist/commonjs/api/agentPools/index.js.map +7 -0
  194. package/dist/commonjs/api/agentPools/operations.d.ts +48 -0
  195. package/dist/commonjs/api/agentPools/operations.js +444 -0
  196. package/dist/commonjs/api/agentPools/operations.js.map +7 -0
  197. package/dist/commonjs/api/agentPools/options.d.ts +47 -0
  198. package/dist/commonjs/api/agentPools/options.js +15 -0
  199. package/dist/commonjs/api/agentPools/options.js.map +7 -0
  200. package/dist/commonjs/api/containerServiceContext.d.ts +22 -0
  201. package/dist/commonjs/api/containerServiceContext.js +44 -0
  202. package/dist/commonjs/api/containerServiceContext.js.map +7 -0
  203. package/dist/commonjs/api/index.d.ts +3 -0
  204. package/dist/commonjs/api/index.js +27 -0
  205. package/dist/commonjs/api/index.js.map +7 -0
  206. package/dist/commonjs/api/machines/index.d.ts +3 -0
  207. package/dist/commonjs/api/machines/index.js +29 -0
  208. package/dist/commonjs/api/machines/index.js.map +7 -0
  209. package/dist/commonjs/api/machines/operations.d.ts +14 -0
  210. package/dist/commonjs/api/machines/operations.js +117 -0
  211. package/dist/commonjs/api/machines/operations.js.map +7 -0
  212. package/dist/commonjs/api/machines/options.d.ts +8 -0
  213. package/dist/commonjs/api/machines/options.js +15 -0
  214. package/dist/commonjs/api/machines/options.js.map +7 -0
  215. package/dist/commonjs/api/maintenanceConfigurations/index.d.ts +3 -0
  216. package/dist/commonjs/api/maintenanceConfigurations/index.js +33 -0
  217. package/dist/commonjs/api/maintenanceConfigurations/index.js.map +7 -0
  218. package/dist/commonjs/api/maintenanceConfigurations/operations.d.ts +27 -0
  219. package/dist/commonjs/api/maintenanceConfigurations/operations.js +190 -0
  220. package/dist/commonjs/api/maintenanceConfigurations/operations.js.map +7 -0
  221. package/dist/commonjs/api/maintenanceConfigurations/options.d.ts +14 -0
  222. package/dist/commonjs/api/maintenanceConfigurations/options.js +15 -0
  223. package/dist/commonjs/api/maintenanceConfigurations/options.js.map +7 -0
  224. package/dist/commonjs/api/managedClusters/index.d.ts +3 -0
  225. package/dist/commonjs/api/managedClusters/index.js +77 -0
  226. package/dist/commonjs/api/managedClusters/index.js.map +7 -0
  227. package/dist/commonjs/api/managedClusters/operations.d.ts +116 -0
  228. package/dist/commonjs/api/managedClusters/operations.js +1150 -0
  229. package/dist/commonjs/api/managedClusters/operations.js.map +7 -0
  230. package/dist/commonjs/api/managedClusters/options.d.ts +119 -0
  231. package/dist/commonjs/api/managedClusters/options.js +15 -0
  232. package/dist/commonjs/api/managedClusters/options.js.map +7 -0
  233. package/dist/commonjs/api/managedNamespaces/index.d.ts +3 -0
  234. package/dist/commonjs/api/managedNamespaces/index.js +37 -0
  235. package/dist/commonjs/api/managedNamespaces/index.js.map +7 -0
  236. package/dist/commonjs/api/managedNamespaces/operations.d.ts +36 -0
  237. package/dist/commonjs/api/managedNamespaces/operations.js +298 -0
  238. package/dist/commonjs/api/managedNamespaces/operations.js.map +7 -0
  239. package/dist/commonjs/api/managedNamespaces/options.d.ts +24 -0
  240. package/dist/commonjs/api/managedNamespaces/options.js +15 -0
  241. package/dist/commonjs/api/managedNamespaces/options.js.map +7 -0
  242. package/dist/commonjs/api/operations/index.d.ts +3 -0
  243. package/dist/commonjs/api/operations/index.js +27 -0
  244. package/dist/commonjs/api/operations/index.js.map +7 -0
  245. package/dist/commonjs/api/operations/operations.d.ts +10 -0
  246. package/dist/commonjs/api/operations/operations.js +67 -0
  247. package/dist/commonjs/api/operations/operations.js.map +7 -0
  248. package/dist/commonjs/api/operations/options.d.ts +5 -0
  249. package/dist/commonjs/api/operations/options.js +15 -0
  250. package/dist/commonjs/api/operations/options.js.map +7 -0
  251. package/dist/commonjs/api/privateEndpointConnections/index.d.ts +3 -0
  252. package/dist/commonjs/api/privateEndpointConnections/index.js +33 -0
  253. package/dist/commonjs/api/privateEndpointConnections/index.js.map +7 -0
  254. package/dist/commonjs/api/privateEndpointConnections/operations.d.ts +27 -0
  255. package/dist/commonjs/api/privateEndpointConnections/operations.js +202 -0
  256. package/dist/commonjs/api/privateEndpointConnections/operations.js.map +7 -0
  257. package/dist/commonjs/api/privateEndpointConnections/options.d.ts +16 -0
  258. package/dist/commonjs/api/privateEndpointConnections/options.js +15 -0
  259. package/dist/commonjs/api/privateEndpointConnections/options.js.map +7 -0
  260. package/dist/commonjs/api/privateLinkResources/index.d.ts +3 -0
  261. package/dist/commonjs/api/privateLinkResources/index.js +27 -0
  262. package/dist/commonjs/api/privateLinkResources/index.js.map +7 -0
  263. package/dist/commonjs/api/privateLinkResources/operations.d.ts +9 -0
  264. package/dist/commonjs/api/privateLinkResources/operations.js +64 -0
  265. package/dist/commonjs/api/privateLinkResources/operations.js.map +7 -0
  266. package/dist/commonjs/api/privateLinkResources/options.d.ts +5 -0
  267. package/dist/commonjs/api/privateLinkResources/options.js +15 -0
  268. package/dist/commonjs/api/privateLinkResources/options.js.map +7 -0
  269. package/dist/commonjs/api/resolvePrivateLinkServiceId/index.d.ts +3 -0
  270. package/dist/commonjs/api/resolvePrivateLinkServiceId/index.js +27 -0
  271. package/dist/commonjs/api/resolvePrivateLinkServiceId/index.js.map +7 -0
  272. package/dist/commonjs/api/resolvePrivateLinkServiceId/operations.d.ts +9 -0
  273. package/dist/commonjs/api/resolvePrivateLinkServiceId/operations.js +66 -0
  274. package/dist/commonjs/api/resolvePrivateLinkServiceId/operations.js.map +7 -0
  275. package/dist/commonjs/api/resolvePrivateLinkServiceId/options.d.ts +5 -0
  276. package/dist/commonjs/api/resolvePrivateLinkServiceId/options.js +15 -0
  277. package/dist/commonjs/api/resolvePrivateLinkServiceId/options.js.map +7 -0
  278. package/dist/commonjs/api/snapshots/index.d.ts +3 -0
  279. package/dist/commonjs/api/snapshots/index.js +37 -0
  280. package/dist/commonjs/api/snapshots/index.js.map +7 -0
  281. package/dist/commonjs/api/snapshots/operations.d.ts +35 -0
  282. package/dist/commonjs/api/snapshots/operations.js +270 -0
  283. package/dist/commonjs/api/snapshots/operations.js.map +7 -0
  284. package/dist/commonjs/api/snapshots/options.d.ts +20 -0
  285. package/dist/commonjs/api/snapshots/options.js +15 -0
  286. package/dist/commonjs/api/snapshots/options.js.map +7 -0
  287. package/dist/commonjs/api/trustedAccessRoleBindings/index.d.ts +3 -0
  288. package/dist/commonjs/api/trustedAccessRoleBindings/index.js +33 -0
  289. package/dist/commonjs/api/trustedAccessRoleBindings/index.js.map +7 -0
  290. package/dist/commonjs/api/trustedAccessRoleBindings/operations.d.ts +28 -0
  291. package/dist/commonjs/api/trustedAccessRoleBindings/operations.js +207 -0
  292. package/dist/commonjs/api/trustedAccessRoleBindings/operations.js.map +7 -0
  293. package/dist/commonjs/api/trustedAccessRoleBindings/options.d.ts +18 -0
  294. package/dist/commonjs/api/trustedAccessRoleBindings/options.js +15 -0
  295. package/dist/commonjs/api/trustedAccessRoleBindings/options.js.map +7 -0
  296. package/dist/commonjs/api/trustedAccessRoles/index.d.ts +3 -0
  297. package/dist/commonjs/api/trustedAccessRoles/index.js +27 -0
  298. package/dist/commonjs/api/trustedAccessRoles/index.js.map +7 -0
  299. package/dist/commonjs/api/trustedAccessRoles/operations.d.ts +10 -0
  300. package/dist/commonjs/api/trustedAccessRoles/operations.js +69 -0
  301. package/dist/commonjs/api/trustedAccessRoles/operations.js.map +7 -0
  302. package/dist/commonjs/api/trustedAccessRoles/options.d.ts +5 -0
  303. package/dist/commonjs/api/trustedAccessRoles/options.js +15 -0
  304. package/dist/commonjs/api/trustedAccessRoles/options.js.map +7 -0
  305. package/dist/commonjs/classic/agentPools/index.d.ts +54 -0
  306. package/dist/commonjs/classic/agentPools/index.js +138 -0
  307. package/dist/commonjs/classic/agentPools/index.js.map +7 -0
  308. package/dist/commonjs/classic/index.d.ts +13 -0
  309. package/dist/commonjs/classic/index.js +15 -0
  310. package/dist/commonjs/classic/index.js.map +7 -0
  311. package/dist/commonjs/classic/machines/index.d.ts +13 -0
  312. package/dist/commonjs/classic/machines/index.js +38 -0
  313. package/dist/commonjs/classic/machines/index.js.map +7 -0
  314. package/dist/commonjs/classic/maintenanceConfigurations/index.d.ts +22 -0
  315. package/dist/commonjs/classic/maintenanceConfigurations/index.js +40 -0
  316. package/dist/commonjs/classic/maintenanceConfigurations/index.js.map +7 -0
  317. package/dist/commonjs/classic/managedClusters/index.d.ts +112 -0
  318. package/dist/commonjs/classic/managedClusters/index.js +173 -0
  319. package/dist/commonjs/classic/managedClusters/index.js.map +7 -0
  320. package/dist/commonjs/classic/managedNamespaces/index.d.ts +36 -0
  321. package/dist/commonjs/classic/managedNamespaces/index.js +86 -0
  322. package/dist/commonjs/classic/managedNamespaces/index.js.map +7 -0
  323. package/dist/commonjs/classic/operations/index.d.ts +11 -0
  324. package/dist/commonjs/classic/operations/index.js +37 -0
  325. package/dist/commonjs/classic/operations/index.js.map +7 -0
  326. package/dist/commonjs/classic/privateEndpointConnections/index.d.ts +27 -0
  327. package/dist/commonjs/classic/privateEndpointConnections/index.js +68 -0
  328. package/dist/commonjs/classic/privateEndpointConnections/index.js.map +7 -0
  329. package/dist/commonjs/classic/privateLinkResources/index.d.ts +10 -0
  330. package/dist/commonjs/classic/privateLinkResources/index.js +37 -0
  331. package/dist/commonjs/classic/privateLinkResources/index.js.map +7 -0
  332. package/dist/commonjs/classic/resolvePrivateLinkServiceId/index.d.ts +10 -0
  333. package/dist/commonjs/classic/resolvePrivateLinkServiceId/index.js +37 -0
  334. package/dist/commonjs/classic/resolvePrivateLinkServiceId/index.js.map +7 -0
  335. package/dist/commonjs/classic/snapshots/index.d.ts +26 -0
  336. package/dist/commonjs/classic/snapshots/index.js +42 -0
  337. package/dist/commonjs/classic/snapshots/index.js.map +7 -0
  338. package/dist/commonjs/classic/trustedAccessRoleBindings/index.d.ts +32 -0
  339. package/dist/commonjs/classic/trustedAccessRoleBindings/index.js +90 -0
  340. package/dist/commonjs/classic/trustedAccessRoleBindings/index.js.map +7 -0
  341. package/dist/commonjs/classic/trustedAccessRoles/index.d.ts +11 -0
  342. package/dist/commonjs/classic/trustedAccessRoles/index.js +37 -0
  343. package/dist/commonjs/classic/trustedAccessRoles/index.js.map +7 -0
  344. package/dist/commonjs/containerServiceClient.d.ts +46 -36
  345. package/dist/commonjs/containerServiceClient.js +95 -140
  346. package/dist/commonjs/containerServiceClient.js.map +7 -1
  347. package/dist/commonjs/index.d.ts +25 -3
  348. package/dist/commonjs/index.js +172 -16
  349. package/dist/commonjs/index.js.map +7 -1
  350. package/dist/commonjs/logger.d.ts +2 -0
  351. package/dist/commonjs/logger.js +28 -0
  352. package/dist/commonjs/logger.js.map +7 -0
  353. package/dist/commonjs/models/index.d.ts +2 -5544
  354. package/dist/commonjs/models/index.js +163 -859
  355. package/dist/commonjs/models/index.js.map +7 -1
  356. package/dist/commonjs/models/models.d.ts +3838 -0
  357. package/dist/commonjs/models/models.js +4634 -0
  358. package/dist/commonjs/models/models.js.map +7 -0
  359. package/dist/commonjs/restorePollerHelpers.d.ts +21 -0
  360. package/dist/commonjs/restorePollerHelpers.js +154 -0
  361. package/dist/commonjs/restorePollerHelpers.js.map +7 -0
  362. package/dist/commonjs/static-helpers/cloudSettingHelpers.d.ts +22 -0
  363. package/dist/commonjs/static-helpers/cloudSettingHelpers.js +51 -0
  364. package/dist/commonjs/static-helpers/cloudSettingHelpers.js.map +7 -0
  365. package/dist/commonjs/static-helpers/pagingHelpers.d.ts +74 -0
  366. package/dist/commonjs/static-helpers/pagingHelpers.js +142 -0
  367. package/dist/commonjs/static-helpers/pagingHelpers.js.map +7 -0
  368. package/dist/commonjs/static-helpers/pollingHelpers.d.ts +34 -0
  369. package/dist/commonjs/static-helpers/pollingHelpers.js +100 -0
  370. package/dist/commonjs/static-helpers/pollingHelpers.js.map +7 -0
  371. package/dist/commonjs/static-helpers/serialization/check-prop-undefined.d.ts +8 -0
  372. package/dist/commonjs/static-helpers/serialization/check-prop-undefined.js +34 -0
  373. package/dist/commonjs/static-helpers/serialization/check-prop-undefined.js.map +7 -0
  374. package/dist/commonjs/static-helpers/simplePollerHelpers.d.ts +73 -0
  375. package/dist/commonjs/static-helpers/simplePollerHelpers.js +66 -0
  376. package/dist/commonjs/static-helpers/simplePollerHelpers.js.map +7 -0
  377. package/dist/commonjs/static-helpers/urlTemplate.d.ts +5 -0
  378. package/dist/commonjs/static-helpers/urlTemplate.js +196 -0
  379. package/dist/commonjs/static-helpers/urlTemplate.js.map +7 -0
  380. package/dist/commonjs/tsdoc-metadata.json +1 -1
  381. package/dist/esm/api/agentPools/index.d.ts +3 -0
  382. package/dist/esm/api/agentPools/index.js +22 -0
  383. package/dist/esm/api/agentPools/index.js.map +7 -0
  384. package/dist/esm/api/agentPools/operations.d.ts +48 -0
  385. package/dist/esm/api/agentPools/operations.js +403 -0
  386. package/dist/esm/api/agentPools/operations.js.map +7 -0
  387. package/dist/esm/api/agentPools/options.d.ts +47 -0
  388. package/dist/esm/api/agentPools/options.js +0 -0
  389. package/dist/esm/api/agentPools/options.js.map +7 -0
  390. package/dist/esm/api/containerServiceContext.d.ts +22 -0
  391. package/dist/esm/api/containerServiceContext.js +21 -0
  392. package/dist/esm/api/containerServiceContext.js.map +7 -0
  393. package/dist/esm/api/index.d.ts +3 -0
  394. package/dist/esm/api/index.js +4 -0
  395. package/dist/esm/api/index.js.map +7 -0
  396. package/dist/esm/api/machines/index.d.ts +3 -0
  397. package/dist/esm/api/machines/index.js +5 -0
  398. package/dist/esm/api/machines/index.js.map +7 -0
  399. package/dist/esm/api/machines/operations.d.ts +14 -0
  400. package/dist/esm/api/machines/operations.js +93 -0
  401. package/dist/esm/api/machines/operations.js.map +7 -0
  402. package/dist/esm/api/machines/options.d.ts +8 -0
  403. package/dist/esm/api/machines/options.js +0 -0
  404. package/dist/esm/api/machines/options.js.map +7 -0
  405. package/dist/esm/api/maintenanceConfigurations/index.d.ts +3 -0
  406. package/dist/esm/api/maintenanceConfigurations/index.js +7 -0
  407. package/dist/esm/api/maintenanceConfigurations/index.js.map +7 -0
  408. package/dist/esm/api/maintenanceConfigurations/operations.d.ts +27 -0
  409. package/dist/esm/api/maintenanceConfigurations/operations.js +161 -0
  410. package/dist/esm/api/maintenanceConfigurations/operations.js.map +7 -0
  411. package/dist/esm/api/maintenanceConfigurations/options.d.ts +14 -0
  412. package/dist/esm/api/maintenanceConfigurations/options.js +0 -0
  413. package/dist/esm/api/maintenanceConfigurations/options.js.map +7 -0
  414. package/dist/esm/api/managedClusters/index.d.ts +3 -0
  415. package/dist/esm/api/managedClusters/index.js +56 -0
  416. package/dist/esm/api/managedClusters/index.js.map +7 -0
  417. package/dist/esm/api/managedClusters/operations.d.ts +116 -0
  418. package/dist/esm/api/managedClusters/operations.js +1069 -0
  419. package/dist/esm/api/managedClusters/operations.js.map +7 -0
  420. package/dist/esm/api/managedClusters/options.d.ts +119 -0
  421. package/dist/esm/api/managedClusters/options.js +0 -0
  422. package/dist/esm/api/managedClusters/options.js.map +7 -0
  423. package/dist/esm/api/managedNamespaces/index.d.ts +3 -0
  424. package/dist/esm/api/managedNamespaces/index.js +16 -0
  425. package/dist/esm/api/managedNamespaces/index.js.map +7 -0
  426. package/dist/esm/api/managedNamespaces/operations.d.ts +36 -0
  427. package/dist/esm/api/managedNamespaces/operations.js +265 -0
  428. package/dist/esm/api/managedNamespaces/operations.js.map +7 -0
  429. package/dist/esm/api/managedNamespaces/options.d.ts +24 -0
  430. package/dist/esm/api/managedNamespaces/options.js +0 -0
  431. package/dist/esm/api/managedNamespaces/options.js.map +7 -0
  432. package/dist/esm/api/operations/index.d.ts +3 -0
  433. package/dist/esm/api/operations/index.js +4 -0
  434. package/dist/esm/api/operations/index.js.map +7 -0
  435. package/dist/esm/api/operations/operations.d.ts +10 -0
  436. package/dist/esm/api/operations/operations.js +45 -0
  437. package/dist/esm/api/operations/operations.js.map +7 -0
  438. package/dist/esm/api/operations/options.d.ts +5 -0
  439. package/dist/esm/api/operations/options.js +0 -0
  440. package/dist/esm/api/operations/options.js.map +7 -0
  441. package/dist/esm/api/privateEndpointConnections/index.d.ts +3 -0
  442. package/dist/esm/api/privateEndpointConnections/index.js +7 -0
  443. package/dist/esm/api/privateEndpointConnections/index.js.map +7 -0
  444. package/dist/esm/api/privateEndpointConnections/operations.d.ts +27 -0
  445. package/dist/esm/api/privateEndpointConnections/operations.js +173 -0
  446. package/dist/esm/api/privateEndpointConnections/operations.js.map +7 -0
  447. package/dist/esm/api/privateEndpointConnections/options.d.ts +16 -0
  448. package/dist/esm/api/privateEndpointConnections/options.js +0 -0
  449. package/dist/esm/api/privateEndpointConnections/options.js.map +7 -0
  450. package/dist/esm/api/privateLinkResources/index.d.ts +3 -0
  451. package/dist/esm/api/privateLinkResources/index.js +4 -0
  452. package/dist/esm/api/privateLinkResources/index.js.map +7 -0
  453. package/dist/esm/api/privateLinkResources/operations.d.ts +9 -0
  454. package/dist/esm/api/privateLinkResources/operations.js +42 -0
  455. package/dist/esm/api/privateLinkResources/operations.js.map +7 -0
  456. package/dist/esm/api/privateLinkResources/options.d.ts +5 -0
  457. package/dist/esm/api/privateLinkResources/options.js +0 -0
  458. package/dist/esm/api/privateLinkResources/options.js.map +7 -0
  459. package/dist/esm/api/resolvePrivateLinkServiceId/index.d.ts +3 -0
  460. package/dist/esm/api/resolvePrivateLinkServiceId/index.js +4 -0
  461. package/dist/esm/api/resolvePrivateLinkServiceId/index.js.map +7 -0
  462. package/dist/esm/api/resolvePrivateLinkServiceId/operations.d.ts +9 -0
  463. package/dist/esm/api/resolvePrivateLinkServiceId/operations.js +45 -0
  464. package/dist/esm/api/resolvePrivateLinkServiceId/operations.js.map +7 -0
  465. package/dist/esm/api/resolvePrivateLinkServiceId/options.d.ts +5 -0
  466. package/dist/esm/api/resolvePrivateLinkServiceId/options.js +0 -0
  467. package/dist/esm/api/resolvePrivateLinkServiceId/options.js.map +7 -0
  468. package/dist/esm/api/snapshots/index.d.ts +3 -0
  469. package/dist/esm/api/snapshots/index.js +16 -0
  470. package/dist/esm/api/snapshots/index.js.map +7 -0
  471. package/dist/esm/api/snapshots/operations.d.ts +35 -0
  472. package/dist/esm/api/snapshots/operations.js +236 -0
  473. package/dist/esm/api/snapshots/operations.js.map +7 -0
  474. package/dist/esm/api/snapshots/options.d.ts +20 -0
  475. package/dist/esm/api/snapshots/options.js +0 -0
  476. package/dist/esm/api/snapshots/options.js.map +7 -0
  477. package/dist/esm/api/trustedAccessRoleBindings/index.d.ts +3 -0
  478. package/dist/esm/api/trustedAccessRoleBindings/index.js +7 -0
  479. package/dist/esm/api/trustedAccessRoleBindings/index.js.map +7 -0
  480. package/dist/esm/api/trustedAccessRoleBindings/operations.d.ts +28 -0
  481. package/dist/esm/api/trustedAccessRoleBindings/operations.js +178 -0
  482. package/dist/esm/api/trustedAccessRoleBindings/operations.js.map +7 -0
  483. package/dist/esm/api/trustedAccessRoleBindings/options.d.ts +18 -0
  484. package/dist/esm/api/trustedAccessRoleBindings/options.js +0 -0
  485. package/dist/esm/api/trustedAccessRoleBindings/options.js.map +7 -0
  486. package/dist/esm/api/trustedAccessRoles/index.d.ts +3 -0
  487. package/dist/esm/api/trustedAccessRoles/index.js +4 -0
  488. package/dist/esm/api/trustedAccessRoles/index.js.map +7 -0
  489. package/dist/esm/api/trustedAccessRoles/operations.d.ts +10 -0
  490. package/dist/esm/api/trustedAccessRoles/operations.js +47 -0
  491. package/dist/esm/api/trustedAccessRoles/operations.js.map +7 -0
  492. package/dist/esm/api/trustedAccessRoles/options.d.ts +5 -0
  493. package/dist/esm/api/trustedAccessRoles/options.js +0 -0
  494. package/dist/esm/api/trustedAccessRoles/options.js.map +7 -0
  495. package/dist/esm/classic/agentPools/index.d.ts +54 -0
  496. package/dist/esm/classic/agentPools/index.js +125 -0
  497. package/dist/esm/classic/agentPools/index.js.map +7 -0
  498. package/dist/esm/classic/index.d.ts +13 -0
  499. package/dist/esm/classic/index.js +0 -0
  500. package/dist/esm/classic/index.js.map +7 -0
  501. package/dist/esm/classic/machines/index.d.ts +13 -0
  502. package/dist/esm/classic/machines/index.js +15 -0
  503. package/dist/esm/classic/machines/index.js.map +7 -0
  504. package/dist/esm/classic/maintenanceConfigurations/index.d.ts +22 -0
  505. package/dist/esm/classic/maintenanceConfigurations/index.js +22 -0
  506. package/dist/esm/classic/maintenanceConfigurations/index.js.map +7 -0
  507. package/dist/esm/classic/managedClusters/index.d.ts +112 -0
  508. package/dist/esm/classic/managedClusters/index.js +177 -0
  509. package/dist/esm/classic/managedClusters/index.js.map +7 -0
  510. package/dist/esm/classic/managedNamespaces/index.d.ts +36 -0
  511. package/dist/esm/classic/managedNamespaces/index.js +70 -0
  512. package/dist/esm/classic/managedNamespaces/index.js.map +7 -0
  513. package/dist/esm/classic/operations/index.d.ts +11 -0
  514. package/dist/esm/classic/operations/index.js +14 -0
  515. package/dist/esm/classic/operations/index.js.map +7 -0
  516. package/dist/esm/classic/privateEndpointConnections/index.d.ts +27 -0
  517. package/dist/esm/classic/privateEndpointConnections/index.js +45 -0
  518. package/dist/esm/classic/privateEndpointConnections/index.js.map +7 -0
  519. package/dist/esm/classic/privateLinkResources/index.d.ts +10 -0
  520. package/dist/esm/classic/privateLinkResources/index.js +14 -0
  521. package/dist/esm/classic/privateLinkResources/index.js.map +7 -0
  522. package/dist/esm/classic/resolvePrivateLinkServiceId/index.d.ts +10 -0
  523. package/dist/esm/classic/resolvePrivateLinkServiceId/index.js +14 -0
  524. package/dist/esm/classic/resolvePrivateLinkServiceId/index.js.map +7 -0
  525. package/dist/esm/classic/snapshots/index.d.ts +26 -0
  526. package/dist/esm/classic/snapshots/index.js +26 -0
  527. package/dist/esm/classic/snapshots/index.js.map +7 -0
  528. package/dist/esm/classic/trustedAccessRoleBindings/index.d.ts +32 -0
  529. package/dist/esm/classic/trustedAccessRoleBindings/index.js +72 -0
  530. package/dist/esm/classic/trustedAccessRoleBindings/index.js.map +7 -0
  531. package/dist/esm/classic/trustedAccessRoles/index.d.ts +11 -0
  532. package/dist/esm/classic/trustedAccessRoles/index.js +14 -0
  533. package/dist/esm/classic/trustedAccessRoles/index.js.map +7 -0
  534. package/dist/esm/containerServiceClient.d.ts +46 -36
  535. package/dist/esm/containerServiceClient.js +72 -135
  536. package/dist/esm/containerServiceClient.js.map +7 -1
  537. package/dist/esm/index.d.ts +25 -3
  538. package/dist/esm/index.js +148 -10
  539. package/dist/esm/index.js.map +7 -1
  540. package/dist/esm/logger.d.ts +2 -0
  541. package/dist/esm/logger.js +5 -0
  542. package/dist/esm/logger.js.map +7 -0
  543. package/dist/esm/models/index.d.ts +2 -5544
  544. package/dist/esm/models/index.js +142 -855
  545. package/dist/esm/models/index.js.map +7 -1
  546. package/dist/esm/models/models.d.ts +3838 -0
  547. package/dist/esm/models/models.js +4139 -0
  548. package/dist/esm/models/models.js.map +7 -0
  549. package/dist/esm/restorePollerHelpers.d.ts +21 -0
  550. package/dist/esm/restorePollerHelpers.js +155 -0
  551. package/dist/esm/restorePollerHelpers.js.map +7 -0
  552. package/dist/esm/static-helpers/cloudSettingHelpers.d.ts +22 -0
  553. package/dist/esm/static-helpers/cloudSettingHelpers.js +27 -0
  554. package/dist/esm/static-helpers/cloudSettingHelpers.js.map +7 -0
  555. package/dist/esm/static-helpers/pagingHelpers.d.ts +74 -0
  556. package/dist/esm/static-helpers/pagingHelpers.js +119 -0
  557. package/dist/esm/static-helpers/pagingHelpers.js.map +7 -0
  558. package/dist/esm/static-helpers/pollingHelpers.d.ts +34 -0
  559. package/dist/esm/static-helpers/pollingHelpers.js +77 -0
  560. package/dist/esm/static-helpers/pollingHelpers.js.map +7 -0
  561. package/dist/esm/static-helpers/serialization/check-prop-undefined.d.ts +8 -0
  562. package/dist/esm/static-helpers/serialization/check-prop-undefined.js +11 -0
  563. package/dist/esm/static-helpers/serialization/check-prop-undefined.js.map +7 -0
  564. package/dist/esm/static-helpers/simplePollerHelpers.d.ts +73 -0
  565. package/dist/esm/static-helpers/simplePollerHelpers.js +43 -0
  566. package/dist/esm/static-helpers/simplePollerHelpers.js.map +7 -0
  567. package/dist/esm/static-helpers/urlTemplate.d.ts +5 -0
  568. package/dist/esm/static-helpers/urlTemplate.js +173 -0
  569. package/dist/esm/static-helpers/urlTemplate.js.map +7 -0
  570. package/dist/react-native/api/agentPools/index.d.ts +3 -0
  571. package/dist/react-native/api/agentPools/index.js +4 -0
  572. package/dist/react-native/api/agentPools/index.js.map +1 -0
  573. package/dist/react-native/api/agentPools/operations.d.ts +48 -0
  574. package/dist/react-native/api/agentPools/operations.js +305 -0
  575. package/dist/react-native/api/agentPools/operations.js.map +1 -0
  576. package/dist/react-native/api/agentPools/options.d.ts +47 -0
  577. package/dist/react-native/api/agentPools/options.js +4 -0
  578. package/dist/react-native/api/agentPools/options.js.map +1 -0
  579. package/dist/react-native/api/containerServiceContext.d.ts +22 -0
  580. package/dist/react-native/api/containerServiceContext.js +24 -0
  581. package/dist/react-native/api/containerServiceContext.js.map +1 -0
  582. package/dist/react-native/api/index.d.ts +3 -0
  583. package/dist/react-native/api/index.js +4 -0
  584. package/dist/react-native/api/index.js.map +1 -0
  585. package/dist/react-native/api/machines/index.d.ts +3 -0
  586. package/dist/react-native/api/machines/index.js +4 -0
  587. package/dist/react-native/api/machines/index.js.map +1 -0
  588. package/dist/react-native/api/machines/operations.d.ts +14 -0
  589. package/dist/react-native/api/machines/operations.js +65 -0
  590. package/dist/react-native/api/machines/operations.js.map +1 -0
  591. package/dist/react-native/api/machines/options.d.ts +8 -0
  592. package/dist/react-native/api/machines/options.js +4 -0
  593. package/dist/react-native/api/machines/options.js.map +1 -0
  594. package/dist/react-native/api/maintenanceConfigurations/index.d.ts +3 -0
  595. package/dist/react-native/api/maintenanceConfigurations/index.js +4 -0
  596. package/dist/react-native/api/maintenanceConfigurations/index.js.map +1 -0
  597. package/dist/react-native/api/maintenanceConfigurations/operations.d.ts +27 -0
  598. package/dist/react-native/api/maintenanceConfigurations/operations.js +125 -0
  599. package/dist/react-native/api/maintenanceConfigurations/operations.js.map +1 -0
  600. package/dist/react-native/api/maintenanceConfigurations/options.d.ts +14 -0
  601. package/dist/react-native/api/maintenanceConfigurations/options.js +4 -0
  602. package/dist/react-native/api/maintenanceConfigurations/options.js.map +1 -0
  603. package/dist/react-native/api/managedClusters/index.d.ts +3 -0
  604. package/dist/react-native/api/managedClusters/index.js +4 -0
  605. package/dist/react-native/api/managedClusters/index.js.map +1 -0
  606. package/dist/react-native/api/managedClusters/operations.d.ts +116 -0
  607. package/dist/react-native/api/managedClusters/operations.js +806 -0
  608. package/dist/react-native/api/managedClusters/operations.js.map +1 -0
  609. package/dist/react-native/api/managedClusters/options.d.ts +119 -0
  610. package/dist/react-native/api/managedClusters/options.js +4 -0
  611. package/dist/react-native/api/managedClusters/options.js.map +1 -0
  612. package/dist/react-native/api/managedNamespaces/index.d.ts +3 -0
  613. package/dist/react-native/api/managedNamespaces/index.js +4 -0
  614. package/dist/react-native/api/managedNamespaces/index.js.map +1 -0
  615. package/dist/react-native/api/managedNamespaces/operations.d.ts +36 -0
  616. package/dist/react-native/api/managedNamespaces/operations.js +196 -0
  617. package/dist/react-native/api/managedNamespaces/operations.js.map +1 -0
  618. package/dist/react-native/api/managedNamespaces/options.d.ts +24 -0
  619. package/dist/react-native/api/managedNamespaces/options.js +4 -0
  620. package/dist/react-native/api/managedNamespaces/options.js.map +1 -0
  621. package/dist/react-native/api/operations/index.d.ts +3 -0
  622. package/dist/react-native/api/operations/index.js +4 -0
  623. package/dist/react-native/api/operations/index.js.map +1 -0
  624. package/dist/react-native/api/operations/operations.d.ts +10 -0
  625. package/dist/react-native/api/operations/operations.js +31 -0
  626. package/dist/react-native/api/operations/operations.js.map +1 -0
  627. package/dist/react-native/api/operations/options.d.ts +5 -0
  628. package/dist/react-native/api/operations/options.js +4 -0
  629. package/dist/react-native/api/operations/options.js.map +1 -0
  630. package/dist/react-native/api/privateEndpointConnections/index.d.ts +3 -0
  631. package/dist/react-native/api/privateEndpointConnections/index.js +4 -0
  632. package/dist/react-native/api/privateEndpointConnections/index.js.map +1 -0
  633. package/dist/react-native/api/privateEndpointConnections/operations.d.ts +27 -0
  634. package/dist/react-native/api/privateEndpointConnections/operations.js +131 -0
  635. package/dist/react-native/api/privateEndpointConnections/operations.js.map +1 -0
  636. package/dist/react-native/api/privateEndpointConnections/options.d.ts +16 -0
  637. package/dist/react-native/api/privateEndpointConnections/options.js +4 -0
  638. package/dist/react-native/api/privateEndpointConnections/options.js.map +1 -0
  639. package/dist/react-native/api/privateLinkResources/index.d.ts +3 -0
  640. package/dist/react-native/api/privateLinkResources/index.js +4 -0
  641. package/dist/react-native/api/privateLinkResources/index.js.map +1 -0
  642. package/dist/react-native/api/privateLinkResources/operations.d.ts +9 -0
  643. package/dist/react-native/api/privateLinkResources/operations.js +34 -0
  644. package/dist/react-native/api/privateLinkResources/operations.js.map +1 -0
  645. package/dist/react-native/api/privateLinkResources/options.d.ts +5 -0
  646. package/dist/react-native/api/privateLinkResources/options.js +4 -0
  647. package/dist/react-native/api/privateLinkResources/options.js.map +1 -0
  648. package/dist/react-native/api/resolvePrivateLinkServiceId/index.d.ts +3 -0
  649. package/dist/react-native/api/resolvePrivateLinkServiceId/index.js +4 -0
  650. package/dist/react-native/api/resolvePrivateLinkServiceId/index.js.map +1 -0
  651. package/dist/react-native/api/resolvePrivateLinkServiceId/operations.d.ts +9 -0
  652. package/dist/react-native/api/resolvePrivateLinkServiceId/operations.js +36 -0
  653. package/dist/react-native/api/resolvePrivateLinkServiceId/operations.js.map +1 -0
  654. package/dist/react-native/api/resolvePrivateLinkServiceId/options.d.ts +5 -0
  655. package/dist/react-native/api/resolvePrivateLinkServiceId/options.js +4 -0
  656. package/dist/react-native/api/resolvePrivateLinkServiceId/options.js.map +1 -0
  657. package/dist/react-native/api/snapshots/index.d.ts +3 -0
  658. package/dist/react-native/api/snapshots/index.js +4 -0
  659. package/dist/react-native/api/snapshots/index.js.map +1 -0
  660. package/dist/react-native/api/snapshots/operations.d.ts +35 -0
  661. package/dist/react-native/api/snapshots/operations.js +176 -0
  662. package/dist/react-native/api/snapshots/operations.js.map +1 -0
  663. package/dist/react-native/api/snapshots/options.d.ts +20 -0
  664. package/dist/react-native/api/snapshots/options.js +4 -0
  665. package/dist/react-native/api/snapshots/options.js.map +1 -0
  666. package/dist/react-native/api/trustedAccessRoleBindings/index.d.ts +3 -0
  667. package/dist/react-native/api/trustedAccessRoleBindings/index.js +4 -0
  668. package/dist/react-native/api/trustedAccessRoleBindings/index.js.map +1 -0
  669. package/dist/react-native/api/trustedAccessRoleBindings/operations.d.ts +28 -0
  670. package/dist/react-native/api/trustedAccessRoleBindings/operations.js +136 -0
  671. package/dist/react-native/api/trustedAccessRoleBindings/operations.js.map +1 -0
  672. package/dist/react-native/api/trustedAccessRoleBindings/options.d.ts +18 -0
  673. package/dist/react-native/api/trustedAccessRoleBindings/options.js +4 -0
  674. package/dist/react-native/api/trustedAccessRoleBindings/options.js.map +1 -0
  675. package/dist/react-native/api/trustedAccessRoles/index.d.ts +3 -0
  676. package/dist/react-native/api/trustedAccessRoles/index.js +4 -0
  677. package/dist/react-native/api/trustedAccessRoles/index.js.map +1 -0
  678. package/dist/react-native/api/trustedAccessRoles/operations.d.ts +10 -0
  679. package/dist/react-native/api/trustedAccessRoles/operations.js +33 -0
  680. package/dist/react-native/api/trustedAccessRoles/operations.js.map +1 -0
  681. package/dist/react-native/api/trustedAccessRoles/options.d.ts +5 -0
  682. package/dist/react-native/api/trustedAccessRoles/options.js +4 -0
  683. package/dist/react-native/api/trustedAccessRoles/options.js.map +1 -0
  684. package/dist/react-native/classic/agentPools/index.d.ts +54 -0
  685. package/dist/react-native/classic/agentPools/index.js +63 -0
  686. package/dist/react-native/classic/agentPools/index.js.map +1 -0
  687. package/dist/react-native/classic/index.d.ts +13 -0
  688. package/dist/react-native/classic/index.js +4 -0
  689. package/dist/react-native/classic/index.js.map +1 -0
  690. package/dist/react-native/classic/machines/index.d.ts +13 -0
  691. package/dist/react-native/classic/machines/index.js +15 -0
  692. package/dist/react-native/classic/machines/index.js.map +1 -0
  693. package/dist/react-native/classic/maintenanceConfigurations/index.d.ts +22 -0
  694. package/dist/react-native/classic/maintenanceConfigurations/index.js +17 -0
  695. package/dist/react-native/classic/maintenanceConfigurations/index.js.map +1 -0
  696. package/dist/react-native/classic/managedClusters/index.d.ts +112 -0
  697. package/dist/react-native/classic/managedClusters/index.js +128 -0
  698. package/dist/react-native/classic/managedClusters/index.js.map +1 -0
  699. package/dist/react-native/classic/managedNamespaces/index.d.ts +36 -0
  700. package/dist/react-native/classic/managedNamespaces/index.js +36 -0
  701. package/dist/react-native/classic/managedNamespaces/index.js.map +1 -0
  702. package/dist/react-native/classic/operations/index.d.ts +11 -0
  703. package/dist/react-native/classic/operations/index.js +14 -0
  704. package/dist/react-native/classic/operations/index.js.map +1 -0
  705. package/dist/react-native/classic/privateEndpointConnections/index.d.ts +27 -0
  706. package/dist/react-native/classic/privateEndpointConnections/index.js +26 -0
  707. package/dist/react-native/classic/privateEndpointConnections/index.js.map +1 -0
  708. package/dist/react-native/classic/privateLinkResources/index.d.ts +10 -0
  709. package/dist/react-native/classic/privateLinkResources/index.js +14 -0
  710. package/dist/react-native/classic/privateLinkResources/index.js.map +1 -0
  711. package/dist/react-native/classic/resolvePrivateLinkServiceId/index.d.ts +10 -0
  712. package/dist/react-native/classic/resolvePrivateLinkServiceId/index.js +14 -0
  713. package/dist/react-native/classic/resolvePrivateLinkServiceId/index.js.map +1 -0
  714. package/dist/react-native/classic/snapshots/index.d.ts +26 -0
  715. package/dist/react-native/classic/snapshots/index.js +19 -0
  716. package/dist/react-native/classic/snapshots/index.js.map +1 -0
  717. package/dist/react-native/classic/trustedAccessRoleBindings/index.d.ts +32 -0
  718. package/dist/react-native/classic/trustedAccessRoleBindings/index.js +34 -0
  719. package/dist/react-native/classic/trustedAccessRoleBindings/index.js.map +1 -0
  720. package/dist/react-native/classic/trustedAccessRoles/index.d.ts +11 -0
  721. package/dist/react-native/classic/trustedAccessRoles/index.js +14 -0
  722. package/dist/react-native/classic/trustedAccessRoles/index.js.map +1 -0
  723. package/dist/react-native/containerServiceClient.d.ts +46 -36
  724. package/dist/react-native/containerServiceClient.js +66 -126
  725. package/dist/react-native/containerServiceClient.js.map +1 -1
  726. package/dist/react-native/index.d.ts +25 -3
  727. package/dist/react-native/index.js +4 -6
  728. package/dist/react-native/index.js.map +1 -1
  729. package/dist/react-native/logger.d.ts +2 -0
  730. package/dist/react-native/logger.js +5 -0
  731. package/dist/react-native/logger.js.map +1 -0
  732. package/dist/react-native/models/index.d.ts +2 -5544
  733. package/dist/react-native/models/index.js +1 -852
  734. package/dist/react-native/models/index.js.map +1 -1
  735. package/dist/react-native/models/models.d.ts +3838 -0
  736. package/dist/react-native/models/models.js +4784 -0
  737. package/dist/react-native/models/models.js.map +1 -0
  738. package/dist/react-native/restorePollerHelpers.d.ts +21 -0
  739. package/dist/react-native/restorePollerHelpers.js +142 -0
  740. package/dist/react-native/restorePollerHelpers.js.map +1 -0
  741. package/dist/react-native/static-helpers/cloudSettingHelpers.d.ts +22 -0
  742. package/dist/react-native/static-helpers/cloudSettingHelpers.js +38 -0
  743. package/dist/react-native/static-helpers/cloudSettingHelpers.js.map +1 -0
  744. package/dist/react-native/static-helpers/pagingHelpers.d.ts +74 -0
  745. package/dist/react-native/static-helpers/pagingHelpers.js +143 -0
  746. package/dist/react-native/static-helpers/pagingHelpers.js.map +1 -0
  747. package/dist/react-native/static-helpers/pollingHelpers.d.ts +34 -0
  748. package/dist/react-native/static-helpers/pollingHelpers.js +95 -0
  749. package/dist/react-native/static-helpers/pollingHelpers.js.map +1 -0
  750. package/dist/react-native/static-helpers/serialization/check-prop-undefined.d.ts +8 -0
  751. package/dist/react-native/static-helpers/serialization/check-prop-undefined.js +17 -0
  752. package/dist/react-native/static-helpers/serialization/check-prop-undefined.js.map +1 -0
  753. package/dist/react-native/static-helpers/simplePollerHelpers.d.ts +73 -0
  754. package/dist/react-native/static-helpers/simplePollerHelpers.js +44 -0
  755. package/dist/react-native/static-helpers/simplePollerHelpers.js.map +1 -0
  756. package/dist/react-native/static-helpers/urlTemplate.d.ts +5 -0
  757. package/dist/react-native/static-helpers/urlTemplate.js +200 -0
  758. package/dist/react-native/static-helpers/urlTemplate.js.map +1 -0
  759. package/package.json +335 -95
  760. package/dist/browser/containerServiceClient.d.ts.map +0 -1
  761. package/dist/browser/index.d.ts.map +0 -1
  762. package/dist/browser/lroImpl.d.ts +0 -11
  763. package/dist/browser/lroImpl.d.ts.map +0 -1
  764. package/dist/browser/lroImpl.js +0 -20
  765. package/dist/browser/lroImpl.js.map +0 -1
  766. package/dist/browser/models/index.d.ts.map +0 -1
  767. package/dist/browser/models/mappers.d.ts +0 -281
  768. package/dist/browser/models/mappers.d.ts.map +0 -1
  769. package/dist/browser/models/mappers.js +0 -9121
  770. package/dist/browser/models/mappers.js.map +0 -1
  771. package/dist/browser/models/parameters.d.ts +0 -51
  772. package/dist/browser/models/parameters.d.ts.map +0 -1
  773. package/dist/browser/models/parameters.js +0 -436
  774. package/dist/browser/models/parameters.js.map +0 -1
  775. package/dist/browser/operations/agentPools.d.ts +0 -172
  776. package/dist/browser/operations/agentPools.d.ts.map +0 -1
  777. package/dist/browser/operations/agentPools.js +0 -789
  778. package/dist/browser/operations/agentPools.js.map +0 -1
  779. package/dist/browser/operations/containerService.d.ts +0 -39
  780. package/dist/browser/operations/containerService.d.ts.map +0 -1
  781. package/dist/browser/operations/containerService.js +0 -123
  782. package/dist/browser/operations/containerService.js.map +0 -1
  783. package/dist/browser/operations/identityBindings.d.ts +0 -81
  784. package/dist/browser/operations/identityBindings.d.ts.map +0 -1
  785. package/dist/browser/operations/identityBindings.js +0 -358
  786. package/dist/browser/operations/identityBindings.js.map +0 -1
  787. package/dist/browser/operations/index.d.ts +0 -20
  788. package/dist/browser/operations/index.d.ts.map +0 -1
  789. package/dist/browser/operations/index.js +0 -24
  790. package/dist/browser/operations/index.js.map +0 -1
  791. package/dist/browser/operations/jWTAuthenticators.d.ts +0 -83
  792. package/dist/browser/operations/jWTAuthenticators.d.ts.map +0 -1
  793. package/dist/browser/operations/jWTAuthenticators.js +0 -360
  794. package/dist/browser/operations/jWTAuthenticators.js.map +0 -1
  795. package/dist/browser/operations/loadBalancers.d.ts +0 -72
  796. package/dist/browser/operations/loadBalancers.d.ts.map +0 -1
  797. package/dist/browser/operations/loadBalancers.js +0 -296
  798. package/dist/browser/operations/loadBalancers.js.map +0 -1
  799. package/dist/browser/operations/machines.d.ts +0 -71
  800. package/dist/browser/operations/machines.d.ts.map +0 -1
  801. package/dist/browser/operations/machines.js +0 -282
  802. package/dist/browser/operations/machines.js.map +0 -1
  803. package/dist/browser/operations/maintenanceConfigurations.d.ts +0 -66
  804. package/dist/browser/operations/maintenanceConfigurations.d.ts.map +0 -1
  805. package/dist/browser/operations/maintenanceConfigurations.js +0 -232
  806. package/dist/browser/operations/maintenanceConfigurations.js.map +0 -1
  807. package/dist/browser/operations/managedClusterSnapshots.d.ts +0 -83
  808. package/dist/browser/operations/managedClusterSnapshots.d.ts.map +0 -1
  809. package/dist/browser/operations/managedClusterSnapshots.js +0 -337
  810. package/dist/browser/operations/managedClusterSnapshots.js.map +0 -1
  811. package/dist/browser/operations/managedClusters.d.ts +0 -468
  812. package/dist/browser/operations/managedClusters.d.ts.map +0 -1
  813. package/dist/browser/operations/managedClusters.js +0 -2173
  814. package/dist/browser/operations/managedClusters.js.map +0 -1
  815. package/dist/browser/operations/managedNamespaces.d.ts +0 -103
  816. package/dist/browser/operations/managedNamespaces.d.ts.map +0 -1
  817. package/dist/browser/operations/managedNamespaces.js +0 -434
  818. package/dist/browser/operations/managedNamespaces.js.map +0 -1
  819. package/dist/browser/operations/meshMemberships.d.ts +0 -81
  820. package/dist/browser/operations/meshMemberships.d.ts.map +0 -1
  821. package/dist/browser/operations/meshMemberships.js +0 -350
  822. package/dist/browser/operations/meshMemberships.js.map +0 -1
  823. package/dist/browser/operations/operationStatusResultOperations.d.ts +0 -55
  824. package/dist/browser/operations/operationStatusResultOperations.d.ts.map +0 -1
  825. package/dist/browser/operations/operationStatusResultOperations.js +0 -194
  826. package/dist/browser/operations/operationStatusResultOperations.js.map +0 -1
  827. package/dist/browser/operations/operations.d.ts +0 -26
  828. package/dist/browser/operations/operations.d.ts.map +0 -1
  829. package/dist/browser/operations/operations.js +0 -74
  830. package/dist/browser/operations/operations.js.map +0 -1
  831. package/dist/browser/operations/privateEndpointConnections.d.ts +0 -54
  832. package/dist/browser/operations/privateEndpointConnections.d.ts.map +0 -1
  833. package/dist/browser/operations/privateEndpointConnections.js +0 -218
  834. package/dist/browser/operations/privateEndpointConnections.js.map +0 -1
  835. package/dist/browser/operations/privateLinkResources.d.ts +0 -20
  836. package/dist/browser/operations/privateLinkResources.d.ts.map +0 -1
  837. package/dist/browser/operations/privateLinkResources.js +0 -49
  838. package/dist/browser/operations/privateLinkResources.js.map +0 -1
  839. package/dist/browser/operations/resolvePrivateLinkServiceId.d.ts +0 -21
  840. package/dist/browser/operations/resolvePrivateLinkServiceId.d.ts.map +0 -1
  841. package/dist/browser/operations/resolvePrivateLinkServiceId.js +0 -52
  842. package/dist/browser/operations/resolvePrivateLinkServiceId.js.map +0 -1
  843. package/dist/browser/operations/snapshots.d.ts +0 -83
  844. package/dist/browser/operations/snapshots.d.ts.map +0 -1
  845. package/dist/browser/operations/snapshots.js +0 -337
  846. package/dist/browser/operations/snapshots.js.map +0 -1
  847. package/dist/browser/operations/trustedAccessRoleBindings.d.ts +0 -81
  848. package/dist/browser/operations/trustedAccessRoleBindings.d.ts.map +0 -1
  849. package/dist/browser/operations/trustedAccessRoleBindings.js +0 -360
  850. package/dist/browser/operations/trustedAccessRoleBindings.js.map +0 -1
  851. package/dist/browser/operations/trustedAccessRoles.d.ts +0 -35
  852. package/dist/browser/operations/trustedAccessRoles.d.ts.map +0 -1
  853. package/dist/browser/operations/trustedAccessRoles.js +0 -119
  854. package/dist/browser/operations/trustedAccessRoles.js.map +0 -1
  855. package/dist/browser/operationsInterfaces/agentPools.d.ts +0 -147
  856. package/dist/browser/operationsInterfaces/agentPools.d.ts.map +0 -1
  857. package/dist/browser/operationsInterfaces/agentPools.js +0 -4
  858. package/dist/browser/operationsInterfaces/agentPools.js.map +0 -1
  859. package/dist/browser/operationsInterfaces/containerService.d.ts +0 -14
  860. package/dist/browser/operationsInterfaces/containerService.d.ts.map +0 -1
  861. package/dist/browser/operationsInterfaces/containerService.js +0 -4
  862. package/dist/browser/operationsInterfaces/containerService.js.map +0 -1
  863. package/dist/browser/operationsInterfaces/identityBindings.d.ts +0 -56
  864. package/dist/browser/operationsInterfaces/identityBindings.d.ts.map +0 -1
  865. package/dist/browser/operationsInterfaces/identityBindings.js +0 -4
  866. package/dist/browser/operationsInterfaces/identityBindings.js.map +0 -1
  867. package/dist/browser/operationsInterfaces/index.d.ts +0 -20
  868. package/dist/browser/operationsInterfaces/index.d.ts.map +0 -1
  869. package/dist/browser/operationsInterfaces/index.js +0 -24
  870. package/dist/browser/operationsInterfaces/index.js.map +0 -1
  871. package/dist/browser/operationsInterfaces/jWTAuthenticators.d.ts +0 -58
  872. package/dist/browser/operationsInterfaces/jWTAuthenticators.d.ts.map +0 -1
  873. package/dist/browser/operationsInterfaces/jWTAuthenticators.js +0 -4
  874. package/dist/browser/operationsInterfaces/jWTAuthenticators.js.map +0 -1
  875. package/dist/browser/operationsInterfaces/loadBalancers.d.ts +0 -47
  876. package/dist/browser/operationsInterfaces/loadBalancers.d.ts.map +0 -1
  877. package/dist/browser/operationsInterfaces/loadBalancers.js +0 -4
  878. package/dist/browser/operationsInterfaces/loadBalancers.js.map +0 -1
  879. package/dist/browser/operationsInterfaces/machines.d.ts +0 -44
  880. package/dist/browser/operationsInterfaces/machines.d.ts.map +0 -1
  881. package/dist/browser/operationsInterfaces/machines.js +0 -4
  882. package/dist/browser/operationsInterfaces/machines.js.map +0 -1
  883. package/dist/browser/operationsInterfaces/maintenanceConfigurations.d.ts +0 -41
  884. package/dist/browser/operationsInterfaces/maintenanceConfigurations.d.ts.map +0 -1
  885. package/dist/browser/operationsInterfaces/maintenanceConfigurations.js +0 -4
  886. package/dist/browser/operationsInterfaces/maintenanceConfigurations.js.map +0 -1
  887. package/dist/browser/operationsInterfaces/managedClusterSnapshots.d.ts +0 -47
  888. package/dist/browser/operationsInterfaces/managedClusterSnapshots.d.ts.map +0 -1
  889. package/dist/browser/operationsInterfaces/managedClusterSnapshots.js +0 -4
  890. package/dist/browser/operationsInterfaces/managedClusterSnapshots.js.map +0 -1
  891. package/dist/browser/operationsInterfaces/managedClusters.d.ts +0 -348
  892. package/dist/browser/operationsInterfaces/managedClusters.d.ts.map +0 -1
  893. package/dist/browser/operationsInterfaces/managedClusters.js +0 -4
  894. package/dist/browser/operationsInterfaces/managedClusters.js.map +0 -1
  895. package/dist/browser/operationsInterfaces/managedNamespaces.d.ts +0 -78
  896. package/dist/browser/operationsInterfaces/managedNamespaces.d.ts.map +0 -1
  897. package/dist/browser/operationsInterfaces/managedNamespaces.js +0 -4
  898. package/dist/browser/operationsInterfaces/managedNamespaces.js.map +0 -1
  899. package/dist/browser/operationsInterfaces/meshMemberships.d.ts +0 -56
  900. package/dist/browser/operationsInterfaces/meshMemberships.d.ts.map +0 -1
  901. package/dist/browser/operationsInterfaces/meshMemberships.js +0 -4
  902. package/dist/browser/operationsInterfaces/meshMemberships.js.map +0 -1
  903. package/dist/browser/operationsInterfaces/operationStatusResultOperations.d.ts +0 -30
  904. package/dist/browser/operationsInterfaces/operationStatusResultOperations.d.ts.map +0 -1
  905. package/dist/browser/operationsInterfaces/operationStatusResultOperations.js +0 -4
  906. package/dist/browser/operationsInterfaces/operationStatusResultOperations.js.map +0 -1
  907. package/dist/browser/operationsInterfaces/operations.d.ts +0 -11
  908. package/dist/browser/operationsInterfaces/operations.d.ts.map +0 -1
  909. package/dist/browser/operationsInterfaces/operations.js +0 -4
  910. package/dist/browser/operationsInterfaces/operations.js.map +0 -1
  911. package/dist/browser/operationsInterfaces/privateEndpointConnections.d.ts +0 -46
  912. package/dist/browser/operationsInterfaces/privateEndpointConnections.d.ts.map +0 -1
  913. package/dist/browser/operationsInterfaces/privateEndpointConnections.js +0 -4
  914. package/dist/browser/operationsInterfaces/privateEndpointConnections.js.map +0 -1
  915. package/dist/browser/operationsInterfaces/privateLinkResources.d.ts +0 -12
  916. package/dist/browser/operationsInterfaces/privateLinkResources.d.ts.map +0 -1
  917. package/dist/browser/operationsInterfaces/privateLinkResources.js +0 -4
  918. package/dist/browser/operationsInterfaces/privateLinkResources.js.map +0 -1
  919. package/dist/browser/operationsInterfaces/resolvePrivateLinkServiceId.d.ts +0 -13
  920. package/dist/browser/operationsInterfaces/resolvePrivateLinkServiceId.d.ts.map +0 -1
  921. package/dist/browser/operationsInterfaces/resolvePrivateLinkServiceId.js +0 -4
  922. package/dist/browser/operationsInterfaces/resolvePrivateLinkServiceId.js.map +0 -1
  923. package/dist/browser/operationsInterfaces/snapshots.d.ts +0 -47
  924. package/dist/browser/operationsInterfaces/snapshots.d.ts.map +0 -1
  925. package/dist/browser/operationsInterfaces/snapshots.js +0 -4
  926. package/dist/browser/operationsInterfaces/snapshots.js.map +0 -1
  927. package/dist/browser/operationsInterfaces/trustedAccessRoleBindings.d.ts +0 -56
  928. package/dist/browser/operationsInterfaces/trustedAccessRoleBindings.d.ts.map +0 -1
  929. package/dist/browser/operationsInterfaces/trustedAccessRoleBindings.js +0 -4
  930. package/dist/browser/operationsInterfaces/trustedAccessRoleBindings.js.map +0 -1
  931. package/dist/browser/operationsInterfaces/trustedAccessRoles.d.ts +0 -12
  932. package/dist/browser/operationsInterfaces/trustedAccessRoles.d.ts.map +0 -1
  933. package/dist/browser/operationsInterfaces/trustedAccessRoles.js +0 -4
  934. package/dist/browser/operationsInterfaces/trustedAccessRoles.js.map +0 -1
  935. package/dist/browser/pagingHelper.d.ts +0 -13
  936. package/dist/browser/pagingHelper.d.ts.map +0 -1
  937. package/dist/browser/pagingHelper.js +0 -25
  938. package/dist/browser/pagingHelper.js.map +0 -1
  939. package/dist/commonjs/containerServiceClient.d.ts.map +0 -1
  940. package/dist/commonjs/index.d.ts.map +0 -1
  941. package/dist/commonjs/lroImpl.d.ts +0 -11
  942. package/dist/commonjs/lroImpl.d.ts.map +0 -1
  943. package/dist/commonjs/lroImpl.js +0 -23
  944. package/dist/commonjs/lroImpl.js.map +0 -1
  945. package/dist/commonjs/models/index.d.ts.map +0 -1
  946. package/dist/commonjs/models/mappers.d.ts +0 -281
  947. package/dist/commonjs/models/mappers.d.ts.map +0 -1
  948. package/dist/commonjs/models/mappers.js +0 -9129
  949. package/dist/commonjs/models/mappers.js.map +0 -1
  950. package/dist/commonjs/models/parameters.d.ts +0 -51
  951. package/dist/commonjs/models/parameters.d.ts.map +0 -1
  952. package/dist/commonjs/models/parameters.js +0 -439
  953. package/dist/commonjs/models/parameters.js.map +0 -1
  954. package/dist/commonjs/operations/agentPools.d.ts +0 -172
  955. package/dist/commonjs/operations/agentPools.d.ts.map +0 -1
  956. package/dist/commonjs/operations/agentPools.js +0 -794
  957. package/dist/commonjs/operations/agentPools.js.map +0 -1
  958. package/dist/commonjs/operations/containerService.d.ts +0 -39
  959. package/dist/commonjs/operations/containerService.d.ts.map +0 -1
  960. package/dist/commonjs/operations/containerService.js +0 -128
  961. package/dist/commonjs/operations/containerService.js.map +0 -1
  962. package/dist/commonjs/operations/identityBindings.d.ts +0 -81
  963. package/dist/commonjs/operations/identityBindings.d.ts.map +0 -1
  964. package/dist/commonjs/operations/identityBindings.js +0 -363
  965. package/dist/commonjs/operations/identityBindings.js.map +0 -1
  966. package/dist/commonjs/operations/index.d.ts +0 -20
  967. package/dist/commonjs/operations/index.d.ts.map +0 -1
  968. package/dist/commonjs/operations/index.js +0 -27
  969. package/dist/commonjs/operations/index.js.map +0 -1
  970. package/dist/commonjs/operations/jWTAuthenticators.d.ts +0 -83
  971. package/dist/commonjs/operations/jWTAuthenticators.d.ts.map +0 -1
  972. package/dist/commonjs/operations/jWTAuthenticators.js +0 -365
  973. package/dist/commonjs/operations/jWTAuthenticators.js.map +0 -1
  974. package/dist/commonjs/operations/loadBalancers.d.ts +0 -72
  975. package/dist/commonjs/operations/loadBalancers.d.ts.map +0 -1
  976. package/dist/commonjs/operations/loadBalancers.js +0 -301
  977. package/dist/commonjs/operations/loadBalancers.js.map +0 -1
  978. package/dist/commonjs/operations/machines.d.ts +0 -71
  979. package/dist/commonjs/operations/machines.d.ts.map +0 -1
  980. package/dist/commonjs/operations/machines.js +0 -287
  981. package/dist/commonjs/operations/machines.js.map +0 -1
  982. package/dist/commonjs/operations/maintenanceConfigurations.d.ts +0 -66
  983. package/dist/commonjs/operations/maintenanceConfigurations.d.ts.map +0 -1
  984. package/dist/commonjs/operations/maintenanceConfigurations.js +0 -237
  985. package/dist/commonjs/operations/maintenanceConfigurations.js.map +0 -1
  986. package/dist/commonjs/operations/managedClusterSnapshots.d.ts +0 -83
  987. package/dist/commonjs/operations/managedClusterSnapshots.d.ts.map +0 -1
  988. package/dist/commonjs/operations/managedClusterSnapshots.js +0 -342
  989. package/dist/commonjs/operations/managedClusterSnapshots.js.map +0 -1
  990. package/dist/commonjs/operations/managedClusters.d.ts +0 -468
  991. package/dist/commonjs/operations/managedClusters.d.ts.map +0 -1
  992. package/dist/commonjs/operations/managedClusters.js +0 -2178
  993. package/dist/commonjs/operations/managedClusters.js.map +0 -1
  994. package/dist/commonjs/operations/managedNamespaces.d.ts +0 -103
  995. package/dist/commonjs/operations/managedNamespaces.d.ts.map +0 -1
  996. package/dist/commonjs/operations/managedNamespaces.js +0 -439
  997. package/dist/commonjs/operations/managedNamespaces.js.map +0 -1
  998. package/dist/commonjs/operations/meshMemberships.d.ts +0 -81
  999. package/dist/commonjs/operations/meshMemberships.d.ts.map +0 -1
  1000. package/dist/commonjs/operations/meshMemberships.js +0 -355
  1001. package/dist/commonjs/operations/meshMemberships.js.map +0 -1
  1002. package/dist/commonjs/operations/operationStatusResultOperations.d.ts +0 -55
  1003. package/dist/commonjs/operations/operationStatusResultOperations.d.ts.map +0 -1
  1004. package/dist/commonjs/operations/operationStatusResultOperations.js +0 -199
  1005. package/dist/commonjs/operations/operationStatusResultOperations.js.map +0 -1
  1006. package/dist/commonjs/operations/operations.d.ts +0 -26
  1007. package/dist/commonjs/operations/operations.d.ts.map +0 -1
  1008. package/dist/commonjs/operations/operations.js +0 -79
  1009. package/dist/commonjs/operations/operations.js.map +0 -1
  1010. package/dist/commonjs/operations/privateEndpointConnections.d.ts +0 -54
  1011. package/dist/commonjs/operations/privateEndpointConnections.d.ts.map +0 -1
  1012. package/dist/commonjs/operations/privateEndpointConnections.js +0 -223
  1013. package/dist/commonjs/operations/privateEndpointConnections.js.map +0 -1
  1014. package/dist/commonjs/operations/privateLinkResources.d.ts +0 -20
  1015. package/dist/commonjs/operations/privateLinkResources.d.ts.map +0 -1
  1016. package/dist/commonjs/operations/privateLinkResources.js +0 -54
  1017. package/dist/commonjs/operations/privateLinkResources.js.map +0 -1
  1018. package/dist/commonjs/operations/resolvePrivateLinkServiceId.d.ts +0 -21
  1019. package/dist/commonjs/operations/resolvePrivateLinkServiceId.d.ts.map +0 -1
  1020. package/dist/commonjs/operations/resolvePrivateLinkServiceId.js +0 -57
  1021. package/dist/commonjs/operations/resolvePrivateLinkServiceId.js.map +0 -1
  1022. package/dist/commonjs/operations/snapshots.d.ts +0 -83
  1023. package/dist/commonjs/operations/snapshots.d.ts.map +0 -1
  1024. package/dist/commonjs/operations/snapshots.js +0 -342
  1025. package/dist/commonjs/operations/snapshots.js.map +0 -1
  1026. package/dist/commonjs/operations/trustedAccessRoleBindings.d.ts +0 -81
  1027. package/dist/commonjs/operations/trustedAccessRoleBindings.d.ts.map +0 -1
  1028. package/dist/commonjs/operations/trustedAccessRoleBindings.js +0 -365
  1029. package/dist/commonjs/operations/trustedAccessRoleBindings.js.map +0 -1
  1030. package/dist/commonjs/operations/trustedAccessRoles.d.ts +0 -35
  1031. package/dist/commonjs/operations/trustedAccessRoles.d.ts.map +0 -1
  1032. package/dist/commonjs/operations/trustedAccessRoles.js +0 -124
  1033. package/dist/commonjs/operations/trustedAccessRoles.js.map +0 -1
  1034. package/dist/commonjs/operationsInterfaces/agentPools.d.ts +0 -147
  1035. package/dist/commonjs/operationsInterfaces/agentPools.d.ts.map +0 -1
  1036. package/dist/commonjs/operationsInterfaces/agentPools.js +0 -5
  1037. package/dist/commonjs/operationsInterfaces/agentPools.js.map +0 -1
  1038. package/dist/commonjs/operationsInterfaces/containerService.d.ts +0 -14
  1039. package/dist/commonjs/operationsInterfaces/containerService.d.ts.map +0 -1
  1040. package/dist/commonjs/operationsInterfaces/containerService.js +0 -5
  1041. package/dist/commonjs/operationsInterfaces/containerService.js.map +0 -1
  1042. package/dist/commonjs/operationsInterfaces/identityBindings.d.ts +0 -56
  1043. package/dist/commonjs/operationsInterfaces/identityBindings.d.ts.map +0 -1
  1044. package/dist/commonjs/operationsInterfaces/identityBindings.js +0 -5
  1045. package/dist/commonjs/operationsInterfaces/identityBindings.js.map +0 -1
  1046. package/dist/commonjs/operationsInterfaces/index.d.ts +0 -20
  1047. package/dist/commonjs/operationsInterfaces/index.d.ts.map +0 -1
  1048. package/dist/commonjs/operationsInterfaces/index.js +0 -27
  1049. package/dist/commonjs/operationsInterfaces/index.js.map +0 -1
  1050. package/dist/commonjs/operationsInterfaces/jWTAuthenticators.d.ts +0 -58
  1051. package/dist/commonjs/operationsInterfaces/jWTAuthenticators.d.ts.map +0 -1
  1052. package/dist/commonjs/operationsInterfaces/jWTAuthenticators.js +0 -5
  1053. package/dist/commonjs/operationsInterfaces/jWTAuthenticators.js.map +0 -1
  1054. package/dist/commonjs/operationsInterfaces/loadBalancers.d.ts +0 -47
  1055. package/dist/commonjs/operationsInterfaces/loadBalancers.d.ts.map +0 -1
  1056. package/dist/commonjs/operationsInterfaces/loadBalancers.js +0 -5
  1057. package/dist/commonjs/operationsInterfaces/loadBalancers.js.map +0 -1
  1058. package/dist/commonjs/operationsInterfaces/machines.d.ts +0 -44
  1059. package/dist/commonjs/operationsInterfaces/machines.d.ts.map +0 -1
  1060. package/dist/commonjs/operationsInterfaces/machines.js +0 -5
  1061. package/dist/commonjs/operationsInterfaces/machines.js.map +0 -1
  1062. package/dist/commonjs/operationsInterfaces/maintenanceConfigurations.d.ts +0 -41
  1063. package/dist/commonjs/operationsInterfaces/maintenanceConfigurations.d.ts.map +0 -1
  1064. package/dist/commonjs/operationsInterfaces/maintenanceConfigurations.js +0 -5
  1065. package/dist/commonjs/operationsInterfaces/maintenanceConfigurations.js.map +0 -1
  1066. package/dist/commonjs/operationsInterfaces/managedClusterSnapshots.d.ts +0 -47
  1067. package/dist/commonjs/operationsInterfaces/managedClusterSnapshots.d.ts.map +0 -1
  1068. package/dist/commonjs/operationsInterfaces/managedClusterSnapshots.js +0 -5
  1069. package/dist/commonjs/operationsInterfaces/managedClusterSnapshots.js.map +0 -1
  1070. package/dist/commonjs/operationsInterfaces/managedClusters.d.ts +0 -348
  1071. package/dist/commonjs/operationsInterfaces/managedClusters.d.ts.map +0 -1
  1072. package/dist/commonjs/operationsInterfaces/managedClusters.js +0 -5
  1073. package/dist/commonjs/operationsInterfaces/managedClusters.js.map +0 -1
  1074. package/dist/commonjs/operationsInterfaces/managedNamespaces.d.ts +0 -78
  1075. package/dist/commonjs/operationsInterfaces/managedNamespaces.d.ts.map +0 -1
  1076. package/dist/commonjs/operationsInterfaces/managedNamespaces.js +0 -5
  1077. package/dist/commonjs/operationsInterfaces/managedNamespaces.js.map +0 -1
  1078. package/dist/commonjs/operationsInterfaces/meshMemberships.d.ts +0 -56
  1079. package/dist/commonjs/operationsInterfaces/meshMemberships.d.ts.map +0 -1
  1080. package/dist/commonjs/operationsInterfaces/meshMemberships.js +0 -5
  1081. package/dist/commonjs/operationsInterfaces/meshMemberships.js.map +0 -1
  1082. package/dist/commonjs/operationsInterfaces/operationStatusResultOperations.d.ts +0 -30
  1083. package/dist/commonjs/operationsInterfaces/operationStatusResultOperations.d.ts.map +0 -1
  1084. package/dist/commonjs/operationsInterfaces/operationStatusResultOperations.js +0 -5
  1085. package/dist/commonjs/operationsInterfaces/operationStatusResultOperations.js.map +0 -1
  1086. package/dist/commonjs/operationsInterfaces/operations.d.ts +0 -11
  1087. package/dist/commonjs/operationsInterfaces/operations.d.ts.map +0 -1
  1088. package/dist/commonjs/operationsInterfaces/operations.js +0 -5
  1089. package/dist/commonjs/operationsInterfaces/operations.js.map +0 -1
  1090. package/dist/commonjs/operationsInterfaces/privateEndpointConnections.d.ts +0 -46
  1091. package/dist/commonjs/operationsInterfaces/privateEndpointConnections.d.ts.map +0 -1
  1092. package/dist/commonjs/operationsInterfaces/privateEndpointConnections.js +0 -5
  1093. package/dist/commonjs/operationsInterfaces/privateEndpointConnections.js.map +0 -1
  1094. package/dist/commonjs/operationsInterfaces/privateLinkResources.d.ts +0 -12
  1095. package/dist/commonjs/operationsInterfaces/privateLinkResources.d.ts.map +0 -1
  1096. package/dist/commonjs/operationsInterfaces/privateLinkResources.js +0 -5
  1097. package/dist/commonjs/operationsInterfaces/privateLinkResources.js.map +0 -1
  1098. package/dist/commonjs/operationsInterfaces/resolvePrivateLinkServiceId.d.ts +0 -13
  1099. package/dist/commonjs/operationsInterfaces/resolvePrivateLinkServiceId.d.ts.map +0 -1
  1100. package/dist/commonjs/operationsInterfaces/resolvePrivateLinkServiceId.js +0 -5
  1101. package/dist/commonjs/operationsInterfaces/resolvePrivateLinkServiceId.js.map +0 -1
  1102. package/dist/commonjs/operationsInterfaces/snapshots.d.ts +0 -47
  1103. package/dist/commonjs/operationsInterfaces/snapshots.d.ts.map +0 -1
  1104. package/dist/commonjs/operationsInterfaces/snapshots.js +0 -5
  1105. package/dist/commonjs/operationsInterfaces/snapshots.js.map +0 -1
  1106. package/dist/commonjs/operationsInterfaces/trustedAccessRoleBindings.d.ts +0 -56
  1107. package/dist/commonjs/operationsInterfaces/trustedAccessRoleBindings.d.ts.map +0 -1
  1108. package/dist/commonjs/operationsInterfaces/trustedAccessRoleBindings.js +0 -5
  1109. package/dist/commonjs/operationsInterfaces/trustedAccessRoleBindings.js.map +0 -1
  1110. package/dist/commonjs/operationsInterfaces/trustedAccessRoles.d.ts +0 -12
  1111. package/dist/commonjs/operationsInterfaces/trustedAccessRoles.d.ts.map +0 -1
  1112. package/dist/commonjs/operationsInterfaces/trustedAccessRoles.js +0 -5
  1113. package/dist/commonjs/operationsInterfaces/trustedAccessRoles.js.map +0 -1
  1114. package/dist/commonjs/pagingHelper.d.ts +0 -13
  1115. package/dist/commonjs/pagingHelper.d.ts.map +0 -1
  1116. package/dist/commonjs/pagingHelper.js +0 -29
  1117. package/dist/commonjs/pagingHelper.js.map +0 -1
  1118. package/dist/esm/containerServiceClient.d.ts.map +0 -1
  1119. package/dist/esm/index.d.ts.map +0 -1
  1120. package/dist/esm/lroImpl.d.ts +0 -11
  1121. package/dist/esm/lroImpl.d.ts.map +0 -1
  1122. package/dist/esm/lroImpl.js +0 -20
  1123. package/dist/esm/lroImpl.js.map +0 -1
  1124. package/dist/esm/models/index.d.ts.map +0 -1
  1125. package/dist/esm/models/mappers.d.ts +0 -281
  1126. package/dist/esm/models/mappers.d.ts.map +0 -1
  1127. package/dist/esm/models/mappers.js +0 -9121
  1128. package/dist/esm/models/mappers.js.map +0 -1
  1129. package/dist/esm/models/parameters.d.ts +0 -51
  1130. package/dist/esm/models/parameters.d.ts.map +0 -1
  1131. package/dist/esm/models/parameters.js +0 -436
  1132. package/dist/esm/models/parameters.js.map +0 -1
  1133. package/dist/esm/operations/agentPools.d.ts +0 -172
  1134. package/dist/esm/operations/agentPools.d.ts.map +0 -1
  1135. package/dist/esm/operations/agentPools.js +0 -789
  1136. package/dist/esm/operations/agentPools.js.map +0 -1
  1137. package/dist/esm/operations/containerService.d.ts +0 -39
  1138. package/dist/esm/operations/containerService.d.ts.map +0 -1
  1139. package/dist/esm/operations/containerService.js +0 -123
  1140. package/dist/esm/operations/containerService.js.map +0 -1
  1141. package/dist/esm/operations/identityBindings.d.ts +0 -81
  1142. package/dist/esm/operations/identityBindings.d.ts.map +0 -1
  1143. package/dist/esm/operations/identityBindings.js +0 -358
  1144. package/dist/esm/operations/identityBindings.js.map +0 -1
  1145. package/dist/esm/operations/index.d.ts +0 -20
  1146. package/dist/esm/operations/index.d.ts.map +0 -1
  1147. package/dist/esm/operations/index.js +0 -24
  1148. package/dist/esm/operations/index.js.map +0 -1
  1149. package/dist/esm/operations/jWTAuthenticators.d.ts +0 -83
  1150. package/dist/esm/operations/jWTAuthenticators.d.ts.map +0 -1
  1151. package/dist/esm/operations/jWTAuthenticators.js +0 -360
  1152. package/dist/esm/operations/jWTAuthenticators.js.map +0 -1
  1153. package/dist/esm/operations/loadBalancers.d.ts +0 -72
  1154. package/dist/esm/operations/loadBalancers.d.ts.map +0 -1
  1155. package/dist/esm/operations/loadBalancers.js +0 -296
  1156. package/dist/esm/operations/loadBalancers.js.map +0 -1
  1157. package/dist/esm/operations/machines.d.ts +0 -71
  1158. package/dist/esm/operations/machines.d.ts.map +0 -1
  1159. package/dist/esm/operations/machines.js +0 -282
  1160. package/dist/esm/operations/machines.js.map +0 -1
  1161. package/dist/esm/operations/maintenanceConfigurations.d.ts +0 -66
  1162. package/dist/esm/operations/maintenanceConfigurations.d.ts.map +0 -1
  1163. package/dist/esm/operations/maintenanceConfigurations.js +0 -232
  1164. package/dist/esm/operations/maintenanceConfigurations.js.map +0 -1
  1165. package/dist/esm/operations/managedClusterSnapshots.d.ts +0 -83
  1166. package/dist/esm/operations/managedClusterSnapshots.d.ts.map +0 -1
  1167. package/dist/esm/operations/managedClusterSnapshots.js +0 -337
  1168. package/dist/esm/operations/managedClusterSnapshots.js.map +0 -1
  1169. package/dist/esm/operations/managedClusters.d.ts +0 -468
  1170. package/dist/esm/operations/managedClusters.d.ts.map +0 -1
  1171. package/dist/esm/operations/managedClusters.js +0 -2173
  1172. package/dist/esm/operations/managedClusters.js.map +0 -1
  1173. package/dist/esm/operations/managedNamespaces.d.ts +0 -103
  1174. package/dist/esm/operations/managedNamespaces.d.ts.map +0 -1
  1175. package/dist/esm/operations/managedNamespaces.js +0 -434
  1176. package/dist/esm/operations/managedNamespaces.js.map +0 -1
  1177. package/dist/esm/operations/meshMemberships.d.ts +0 -81
  1178. package/dist/esm/operations/meshMemberships.d.ts.map +0 -1
  1179. package/dist/esm/operations/meshMemberships.js +0 -350
  1180. package/dist/esm/operations/meshMemberships.js.map +0 -1
  1181. package/dist/esm/operations/operationStatusResultOperations.d.ts +0 -55
  1182. package/dist/esm/operations/operationStatusResultOperations.d.ts.map +0 -1
  1183. package/dist/esm/operations/operationStatusResultOperations.js +0 -194
  1184. package/dist/esm/operations/operationStatusResultOperations.js.map +0 -1
  1185. package/dist/esm/operations/operations.d.ts +0 -26
  1186. package/dist/esm/operations/operations.d.ts.map +0 -1
  1187. package/dist/esm/operations/operations.js +0 -74
  1188. package/dist/esm/operations/operations.js.map +0 -1
  1189. package/dist/esm/operations/privateEndpointConnections.d.ts +0 -54
  1190. package/dist/esm/operations/privateEndpointConnections.d.ts.map +0 -1
  1191. package/dist/esm/operations/privateEndpointConnections.js +0 -218
  1192. package/dist/esm/operations/privateEndpointConnections.js.map +0 -1
  1193. package/dist/esm/operations/privateLinkResources.d.ts +0 -20
  1194. package/dist/esm/operations/privateLinkResources.d.ts.map +0 -1
  1195. package/dist/esm/operations/privateLinkResources.js +0 -49
  1196. package/dist/esm/operations/privateLinkResources.js.map +0 -1
  1197. package/dist/esm/operations/resolvePrivateLinkServiceId.d.ts +0 -21
  1198. package/dist/esm/operations/resolvePrivateLinkServiceId.d.ts.map +0 -1
  1199. package/dist/esm/operations/resolvePrivateLinkServiceId.js +0 -52
  1200. package/dist/esm/operations/resolvePrivateLinkServiceId.js.map +0 -1
  1201. package/dist/esm/operations/snapshots.d.ts +0 -83
  1202. package/dist/esm/operations/snapshots.d.ts.map +0 -1
  1203. package/dist/esm/operations/snapshots.js +0 -337
  1204. package/dist/esm/operations/snapshots.js.map +0 -1
  1205. package/dist/esm/operations/trustedAccessRoleBindings.d.ts +0 -81
  1206. package/dist/esm/operations/trustedAccessRoleBindings.d.ts.map +0 -1
  1207. package/dist/esm/operations/trustedAccessRoleBindings.js +0 -360
  1208. package/dist/esm/operations/trustedAccessRoleBindings.js.map +0 -1
  1209. package/dist/esm/operations/trustedAccessRoles.d.ts +0 -35
  1210. package/dist/esm/operations/trustedAccessRoles.d.ts.map +0 -1
  1211. package/dist/esm/operations/trustedAccessRoles.js +0 -119
  1212. package/dist/esm/operations/trustedAccessRoles.js.map +0 -1
  1213. package/dist/esm/operationsInterfaces/agentPools.d.ts +0 -147
  1214. package/dist/esm/operationsInterfaces/agentPools.d.ts.map +0 -1
  1215. package/dist/esm/operationsInterfaces/agentPools.js +0 -4
  1216. package/dist/esm/operationsInterfaces/agentPools.js.map +0 -1
  1217. package/dist/esm/operationsInterfaces/containerService.d.ts +0 -14
  1218. package/dist/esm/operationsInterfaces/containerService.d.ts.map +0 -1
  1219. package/dist/esm/operationsInterfaces/containerService.js +0 -4
  1220. package/dist/esm/operationsInterfaces/containerService.js.map +0 -1
  1221. package/dist/esm/operationsInterfaces/identityBindings.d.ts +0 -56
  1222. package/dist/esm/operationsInterfaces/identityBindings.d.ts.map +0 -1
  1223. package/dist/esm/operationsInterfaces/identityBindings.js +0 -4
  1224. package/dist/esm/operationsInterfaces/identityBindings.js.map +0 -1
  1225. package/dist/esm/operationsInterfaces/index.d.ts +0 -20
  1226. package/dist/esm/operationsInterfaces/index.d.ts.map +0 -1
  1227. package/dist/esm/operationsInterfaces/index.js +0 -24
  1228. package/dist/esm/operationsInterfaces/index.js.map +0 -1
  1229. package/dist/esm/operationsInterfaces/jWTAuthenticators.d.ts +0 -58
  1230. package/dist/esm/operationsInterfaces/jWTAuthenticators.d.ts.map +0 -1
  1231. package/dist/esm/operationsInterfaces/jWTAuthenticators.js +0 -4
  1232. package/dist/esm/operationsInterfaces/jWTAuthenticators.js.map +0 -1
  1233. package/dist/esm/operationsInterfaces/loadBalancers.d.ts +0 -47
  1234. package/dist/esm/operationsInterfaces/loadBalancers.d.ts.map +0 -1
  1235. package/dist/esm/operationsInterfaces/loadBalancers.js +0 -4
  1236. package/dist/esm/operationsInterfaces/loadBalancers.js.map +0 -1
  1237. package/dist/esm/operationsInterfaces/machines.d.ts +0 -44
  1238. package/dist/esm/operationsInterfaces/machines.d.ts.map +0 -1
  1239. package/dist/esm/operationsInterfaces/machines.js +0 -4
  1240. package/dist/esm/operationsInterfaces/machines.js.map +0 -1
  1241. package/dist/esm/operationsInterfaces/maintenanceConfigurations.d.ts +0 -41
  1242. package/dist/esm/operationsInterfaces/maintenanceConfigurations.d.ts.map +0 -1
  1243. package/dist/esm/operationsInterfaces/maintenanceConfigurations.js +0 -4
  1244. package/dist/esm/operationsInterfaces/maintenanceConfigurations.js.map +0 -1
  1245. package/dist/esm/operationsInterfaces/managedClusterSnapshots.d.ts +0 -47
  1246. package/dist/esm/operationsInterfaces/managedClusterSnapshots.d.ts.map +0 -1
  1247. package/dist/esm/operationsInterfaces/managedClusterSnapshots.js +0 -4
  1248. package/dist/esm/operationsInterfaces/managedClusterSnapshots.js.map +0 -1
  1249. package/dist/esm/operationsInterfaces/managedClusters.d.ts +0 -348
  1250. package/dist/esm/operationsInterfaces/managedClusters.d.ts.map +0 -1
  1251. package/dist/esm/operationsInterfaces/managedClusters.js +0 -4
  1252. package/dist/esm/operationsInterfaces/managedClusters.js.map +0 -1
  1253. package/dist/esm/operationsInterfaces/managedNamespaces.d.ts +0 -78
  1254. package/dist/esm/operationsInterfaces/managedNamespaces.d.ts.map +0 -1
  1255. package/dist/esm/operationsInterfaces/managedNamespaces.js +0 -4
  1256. package/dist/esm/operationsInterfaces/managedNamespaces.js.map +0 -1
  1257. package/dist/esm/operationsInterfaces/meshMemberships.d.ts +0 -56
  1258. package/dist/esm/operationsInterfaces/meshMemberships.d.ts.map +0 -1
  1259. package/dist/esm/operationsInterfaces/meshMemberships.js +0 -4
  1260. package/dist/esm/operationsInterfaces/meshMemberships.js.map +0 -1
  1261. package/dist/esm/operationsInterfaces/operationStatusResultOperations.d.ts +0 -30
  1262. package/dist/esm/operationsInterfaces/operationStatusResultOperations.d.ts.map +0 -1
  1263. package/dist/esm/operationsInterfaces/operationStatusResultOperations.js +0 -4
  1264. package/dist/esm/operationsInterfaces/operationStatusResultOperations.js.map +0 -1
  1265. package/dist/esm/operationsInterfaces/operations.d.ts +0 -11
  1266. package/dist/esm/operationsInterfaces/operations.d.ts.map +0 -1
  1267. package/dist/esm/operationsInterfaces/operations.js +0 -4
  1268. package/dist/esm/operationsInterfaces/operations.js.map +0 -1
  1269. package/dist/esm/operationsInterfaces/privateEndpointConnections.d.ts +0 -46
  1270. package/dist/esm/operationsInterfaces/privateEndpointConnections.d.ts.map +0 -1
  1271. package/dist/esm/operationsInterfaces/privateEndpointConnections.js +0 -4
  1272. package/dist/esm/operationsInterfaces/privateEndpointConnections.js.map +0 -1
  1273. package/dist/esm/operationsInterfaces/privateLinkResources.d.ts +0 -12
  1274. package/dist/esm/operationsInterfaces/privateLinkResources.d.ts.map +0 -1
  1275. package/dist/esm/operationsInterfaces/privateLinkResources.js +0 -4
  1276. package/dist/esm/operationsInterfaces/privateLinkResources.js.map +0 -1
  1277. package/dist/esm/operationsInterfaces/resolvePrivateLinkServiceId.d.ts +0 -13
  1278. package/dist/esm/operationsInterfaces/resolvePrivateLinkServiceId.d.ts.map +0 -1
  1279. package/dist/esm/operationsInterfaces/resolvePrivateLinkServiceId.js +0 -4
  1280. package/dist/esm/operationsInterfaces/resolvePrivateLinkServiceId.js.map +0 -1
  1281. package/dist/esm/operationsInterfaces/snapshots.d.ts +0 -47
  1282. package/dist/esm/operationsInterfaces/snapshots.d.ts.map +0 -1
  1283. package/dist/esm/operationsInterfaces/snapshots.js +0 -4
  1284. package/dist/esm/operationsInterfaces/snapshots.js.map +0 -1
  1285. package/dist/esm/operationsInterfaces/trustedAccessRoleBindings.d.ts +0 -56
  1286. package/dist/esm/operationsInterfaces/trustedAccessRoleBindings.d.ts.map +0 -1
  1287. package/dist/esm/operationsInterfaces/trustedAccessRoleBindings.js +0 -4
  1288. package/dist/esm/operationsInterfaces/trustedAccessRoleBindings.js.map +0 -1
  1289. package/dist/esm/operationsInterfaces/trustedAccessRoles.d.ts +0 -12
  1290. package/dist/esm/operationsInterfaces/trustedAccessRoles.d.ts.map +0 -1
  1291. package/dist/esm/operationsInterfaces/trustedAccessRoles.js +0 -4
  1292. package/dist/esm/operationsInterfaces/trustedAccessRoles.js.map +0 -1
  1293. package/dist/esm/pagingHelper.d.ts +0 -13
  1294. package/dist/esm/pagingHelper.d.ts.map +0 -1
  1295. package/dist/esm/pagingHelper.js +0 -25
  1296. package/dist/esm/pagingHelper.js.map +0 -1
  1297. package/dist/react-native/containerServiceClient.d.ts.map +0 -1
  1298. package/dist/react-native/index.d.ts.map +0 -1
  1299. package/dist/react-native/lroImpl.d.ts +0 -11
  1300. package/dist/react-native/lroImpl.d.ts.map +0 -1
  1301. package/dist/react-native/lroImpl.js +0 -20
  1302. package/dist/react-native/lroImpl.js.map +0 -1
  1303. package/dist/react-native/models/index.d.ts.map +0 -1
  1304. package/dist/react-native/models/mappers.d.ts +0 -281
  1305. package/dist/react-native/models/mappers.d.ts.map +0 -1
  1306. package/dist/react-native/models/mappers.js +0 -9121
  1307. package/dist/react-native/models/mappers.js.map +0 -1
  1308. package/dist/react-native/models/parameters.d.ts +0 -51
  1309. package/dist/react-native/models/parameters.d.ts.map +0 -1
  1310. package/dist/react-native/models/parameters.js +0 -436
  1311. package/dist/react-native/models/parameters.js.map +0 -1
  1312. package/dist/react-native/operations/agentPools.d.ts +0 -172
  1313. package/dist/react-native/operations/agentPools.d.ts.map +0 -1
  1314. package/dist/react-native/operations/agentPools.js +0 -789
  1315. package/dist/react-native/operations/agentPools.js.map +0 -1
  1316. package/dist/react-native/operations/containerService.d.ts +0 -39
  1317. package/dist/react-native/operations/containerService.d.ts.map +0 -1
  1318. package/dist/react-native/operations/containerService.js +0 -123
  1319. package/dist/react-native/operations/containerService.js.map +0 -1
  1320. package/dist/react-native/operations/identityBindings.d.ts +0 -81
  1321. package/dist/react-native/operations/identityBindings.d.ts.map +0 -1
  1322. package/dist/react-native/operations/identityBindings.js +0 -358
  1323. package/dist/react-native/operations/identityBindings.js.map +0 -1
  1324. package/dist/react-native/operations/index.d.ts +0 -20
  1325. package/dist/react-native/operations/index.d.ts.map +0 -1
  1326. package/dist/react-native/operations/index.js +0 -24
  1327. package/dist/react-native/operations/index.js.map +0 -1
  1328. package/dist/react-native/operations/jWTAuthenticators.d.ts +0 -83
  1329. package/dist/react-native/operations/jWTAuthenticators.d.ts.map +0 -1
  1330. package/dist/react-native/operations/jWTAuthenticators.js +0 -360
  1331. package/dist/react-native/operations/jWTAuthenticators.js.map +0 -1
  1332. package/dist/react-native/operations/loadBalancers.d.ts +0 -72
  1333. package/dist/react-native/operations/loadBalancers.d.ts.map +0 -1
  1334. package/dist/react-native/operations/loadBalancers.js +0 -296
  1335. package/dist/react-native/operations/loadBalancers.js.map +0 -1
  1336. package/dist/react-native/operations/machines.d.ts +0 -71
  1337. package/dist/react-native/operations/machines.d.ts.map +0 -1
  1338. package/dist/react-native/operations/machines.js +0 -282
  1339. package/dist/react-native/operations/machines.js.map +0 -1
  1340. package/dist/react-native/operations/maintenanceConfigurations.d.ts +0 -66
  1341. package/dist/react-native/operations/maintenanceConfigurations.d.ts.map +0 -1
  1342. package/dist/react-native/operations/maintenanceConfigurations.js +0 -232
  1343. package/dist/react-native/operations/maintenanceConfigurations.js.map +0 -1
  1344. package/dist/react-native/operations/managedClusterSnapshots.d.ts +0 -83
  1345. package/dist/react-native/operations/managedClusterSnapshots.d.ts.map +0 -1
  1346. package/dist/react-native/operations/managedClusterSnapshots.js +0 -337
  1347. package/dist/react-native/operations/managedClusterSnapshots.js.map +0 -1
  1348. package/dist/react-native/operations/managedClusters.d.ts +0 -468
  1349. package/dist/react-native/operations/managedClusters.d.ts.map +0 -1
  1350. package/dist/react-native/operations/managedClusters.js +0 -2173
  1351. package/dist/react-native/operations/managedClusters.js.map +0 -1
  1352. package/dist/react-native/operations/managedNamespaces.d.ts +0 -103
  1353. package/dist/react-native/operations/managedNamespaces.d.ts.map +0 -1
  1354. package/dist/react-native/operations/managedNamespaces.js +0 -434
  1355. package/dist/react-native/operations/managedNamespaces.js.map +0 -1
  1356. package/dist/react-native/operations/meshMemberships.d.ts +0 -81
  1357. package/dist/react-native/operations/meshMemberships.d.ts.map +0 -1
  1358. package/dist/react-native/operations/meshMemberships.js +0 -350
  1359. package/dist/react-native/operations/meshMemberships.js.map +0 -1
  1360. package/dist/react-native/operations/operationStatusResultOperations.d.ts +0 -55
  1361. package/dist/react-native/operations/operationStatusResultOperations.d.ts.map +0 -1
  1362. package/dist/react-native/operations/operationStatusResultOperations.js +0 -194
  1363. package/dist/react-native/operations/operationStatusResultOperations.js.map +0 -1
  1364. package/dist/react-native/operations/operations.d.ts +0 -26
  1365. package/dist/react-native/operations/operations.d.ts.map +0 -1
  1366. package/dist/react-native/operations/operations.js +0 -74
  1367. package/dist/react-native/operations/operations.js.map +0 -1
  1368. package/dist/react-native/operations/privateEndpointConnections.d.ts +0 -54
  1369. package/dist/react-native/operations/privateEndpointConnections.d.ts.map +0 -1
  1370. package/dist/react-native/operations/privateEndpointConnections.js +0 -218
  1371. package/dist/react-native/operations/privateEndpointConnections.js.map +0 -1
  1372. package/dist/react-native/operations/privateLinkResources.d.ts +0 -20
  1373. package/dist/react-native/operations/privateLinkResources.d.ts.map +0 -1
  1374. package/dist/react-native/operations/privateLinkResources.js +0 -49
  1375. package/dist/react-native/operations/privateLinkResources.js.map +0 -1
  1376. package/dist/react-native/operations/resolvePrivateLinkServiceId.d.ts +0 -21
  1377. package/dist/react-native/operations/resolvePrivateLinkServiceId.d.ts.map +0 -1
  1378. package/dist/react-native/operations/resolvePrivateLinkServiceId.js +0 -52
  1379. package/dist/react-native/operations/resolvePrivateLinkServiceId.js.map +0 -1
  1380. package/dist/react-native/operations/snapshots.d.ts +0 -83
  1381. package/dist/react-native/operations/snapshots.d.ts.map +0 -1
  1382. package/dist/react-native/operations/snapshots.js +0 -337
  1383. package/dist/react-native/operations/snapshots.js.map +0 -1
  1384. package/dist/react-native/operations/trustedAccessRoleBindings.d.ts +0 -81
  1385. package/dist/react-native/operations/trustedAccessRoleBindings.d.ts.map +0 -1
  1386. package/dist/react-native/operations/trustedAccessRoleBindings.js +0 -360
  1387. package/dist/react-native/operations/trustedAccessRoleBindings.js.map +0 -1
  1388. package/dist/react-native/operations/trustedAccessRoles.d.ts +0 -35
  1389. package/dist/react-native/operations/trustedAccessRoles.d.ts.map +0 -1
  1390. package/dist/react-native/operations/trustedAccessRoles.js +0 -119
  1391. package/dist/react-native/operations/trustedAccessRoles.js.map +0 -1
  1392. package/dist/react-native/operationsInterfaces/agentPools.d.ts +0 -147
  1393. package/dist/react-native/operationsInterfaces/agentPools.d.ts.map +0 -1
  1394. package/dist/react-native/operationsInterfaces/agentPools.js +0 -4
  1395. package/dist/react-native/operationsInterfaces/agentPools.js.map +0 -1
  1396. package/dist/react-native/operationsInterfaces/containerService.d.ts +0 -14
  1397. package/dist/react-native/operationsInterfaces/containerService.d.ts.map +0 -1
  1398. package/dist/react-native/operationsInterfaces/containerService.js +0 -4
  1399. package/dist/react-native/operationsInterfaces/containerService.js.map +0 -1
  1400. package/dist/react-native/operationsInterfaces/identityBindings.d.ts +0 -56
  1401. package/dist/react-native/operationsInterfaces/identityBindings.d.ts.map +0 -1
  1402. package/dist/react-native/operationsInterfaces/identityBindings.js +0 -4
  1403. package/dist/react-native/operationsInterfaces/identityBindings.js.map +0 -1
  1404. package/dist/react-native/operationsInterfaces/index.d.ts +0 -20
  1405. package/dist/react-native/operationsInterfaces/index.d.ts.map +0 -1
  1406. package/dist/react-native/operationsInterfaces/index.js +0 -24
  1407. package/dist/react-native/operationsInterfaces/index.js.map +0 -1
  1408. package/dist/react-native/operationsInterfaces/jWTAuthenticators.d.ts +0 -58
  1409. package/dist/react-native/operationsInterfaces/jWTAuthenticators.d.ts.map +0 -1
  1410. package/dist/react-native/operationsInterfaces/jWTAuthenticators.js +0 -4
  1411. package/dist/react-native/operationsInterfaces/jWTAuthenticators.js.map +0 -1
  1412. package/dist/react-native/operationsInterfaces/loadBalancers.d.ts +0 -47
  1413. package/dist/react-native/operationsInterfaces/loadBalancers.d.ts.map +0 -1
  1414. package/dist/react-native/operationsInterfaces/loadBalancers.js +0 -4
  1415. package/dist/react-native/operationsInterfaces/loadBalancers.js.map +0 -1
  1416. package/dist/react-native/operationsInterfaces/machines.d.ts +0 -44
  1417. package/dist/react-native/operationsInterfaces/machines.d.ts.map +0 -1
  1418. package/dist/react-native/operationsInterfaces/machines.js +0 -4
  1419. package/dist/react-native/operationsInterfaces/machines.js.map +0 -1
  1420. package/dist/react-native/operationsInterfaces/maintenanceConfigurations.d.ts +0 -41
  1421. package/dist/react-native/operationsInterfaces/maintenanceConfigurations.d.ts.map +0 -1
  1422. package/dist/react-native/operationsInterfaces/maintenanceConfigurations.js +0 -4
  1423. package/dist/react-native/operationsInterfaces/maintenanceConfigurations.js.map +0 -1
  1424. package/dist/react-native/operationsInterfaces/managedClusterSnapshots.d.ts +0 -47
  1425. package/dist/react-native/operationsInterfaces/managedClusterSnapshots.d.ts.map +0 -1
  1426. package/dist/react-native/operationsInterfaces/managedClusterSnapshots.js +0 -4
  1427. package/dist/react-native/operationsInterfaces/managedClusterSnapshots.js.map +0 -1
  1428. package/dist/react-native/operationsInterfaces/managedClusters.d.ts +0 -348
  1429. package/dist/react-native/operationsInterfaces/managedClusters.d.ts.map +0 -1
  1430. package/dist/react-native/operationsInterfaces/managedClusters.js +0 -4
  1431. package/dist/react-native/operationsInterfaces/managedClusters.js.map +0 -1
  1432. package/dist/react-native/operationsInterfaces/managedNamespaces.d.ts +0 -78
  1433. package/dist/react-native/operationsInterfaces/managedNamespaces.d.ts.map +0 -1
  1434. package/dist/react-native/operationsInterfaces/managedNamespaces.js +0 -4
  1435. package/dist/react-native/operationsInterfaces/managedNamespaces.js.map +0 -1
  1436. package/dist/react-native/operationsInterfaces/meshMemberships.d.ts +0 -56
  1437. package/dist/react-native/operationsInterfaces/meshMemberships.d.ts.map +0 -1
  1438. package/dist/react-native/operationsInterfaces/meshMemberships.js +0 -4
  1439. package/dist/react-native/operationsInterfaces/meshMemberships.js.map +0 -1
  1440. package/dist/react-native/operationsInterfaces/operationStatusResultOperations.d.ts +0 -30
  1441. package/dist/react-native/operationsInterfaces/operationStatusResultOperations.d.ts.map +0 -1
  1442. package/dist/react-native/operationsInterfaces/operationStatusResultOperations.js +0 -4
  1443. package/dist/react-native/operationsInterfaces/operationStatusResultOperations.js.map +0 -1
  1444. package/dist/react-native/operationsInterfaces/operations.d.ts +0 -11
  1445. package/dist/react-native/operationsInterfaces/operations.d.ts.map +0 -1
  1446. package/dist/react-native/operationsInterfaces/operations.js +0 -4
  1447. package/dist/react-native/operationsInterfaces/operations.js.map +0 -1
  1448. package/dist/react-native/operationsInterfaces/privateEndpointConnections.d.ts +0 -46
  1449. package/dist/react-native/operationsInterfaces/privateEndpointConnections.d.ts.map +0 -1
  1450. package/dist/react-native/operationsInterfaces/privateEndpointConnections.js +0 -4
  1451. package/dist/react-native/operationsInterfaces/privateEndpointConnections.js.map +0 -1
  1452. package/dist/react-native/operationsInterfaces/privateLinkResources.d.ts +0 -12
  1453. package/dist/react-native/operationsInterfaces/privateLinkResources.d.ts.map +0 -1
  1454. package/dist/react-native/operationsInterfaces/privateLinkResources.js +0 -4
  1455. package/dist/react-native/operationsInterfaces/privateLinkResources.js.map +0 -1
  1456. package/dist/react-native/operationsInterfaces/resolvePrivateLinkServiceId.d.ts +0 -13
  1457. package/dist/react-native/operationsInterfaces/resolvePrivateLinkServiceId.d.ts.map +0 -1
  1458. package/dist/react-native/operationsInterfaces/resolvePrivateLinkServiceId.js +0 -4
  1459. package/dist/react-native/operationsInterfaces/resolvePrivateLinkServiceId.js.map +0 -1
  1460. package/dist/react-native/operationsInterfaces/snapshots.d.ts +0 -47
  1461. package/dist/react-native/operationsInterfaces/snapshots.d.ts.map +0 -1
  1462. package/dist/react-native/operationsInterfaces/snapshots.js +0 -4
  1463. package/dist/react-native/operationsInterfaces/snapshots.js.map +0 -1
  1464. package/dist/react-native/operationsInterfaces/trustedAccessRoleBindings.d.ts +0 -56
  1465. package/dist/react-native/operationsInterfaces/trustedAccessRoleBindings.d.ts.map +0 -1
  1466. package/dist/react-native/operationsInterfaces/trustedAccessRoleBindings.js +0 -4
  1467. package/dist/react-native/operationsInterfaces/trustedAccessRoleBindings.js.map +0 -1
  1468. package/dist/react-native/operationsInterfaces/trustedAccessRoles.d.ts +0 -12
  1469. package/dist/react-native/operationsInterfaces/trustedAccessRoles.d.ts.map +0 -1
  1470. package/dist/react-native/operationsInterfaces/trustedAccessRoles.js +0 -4
  1471. package/dist/react-native/operationsInterfaces/trustedAccessRoles.js.map +0 -1
  1472. package/dist/react-native/pagingHelper.d.ts +0 -13
  1473. package/dist/react-native/pagingHelper.d.ts.map +0 -1
  1474. package/dist/react-native/pagingHelper.js +0 -25
  1475. package/dist/react-native/pagingHelper.js.map +0 -1
@@ -1,855 +1,4 @@
1
1
  // Copyright (c) Microsoft Corporation.
2
2
  // Licensed under the MIT License.
3
- /** Known values of {@link KubernetesSupportPlan} that the service accepts. */
4
- export var KnownKubernetesSupportPlan;
5
- (function (KnownKubernetesSupportPlan) {
6
- /** Support for the version is the same as for the open source Kubernetes offering. Official Kubernetes open source community support versions for 1 year after release. */
7
- KnownKubernetesSupportPlan["KubernetesOfficial"] = "KubernetesOfficial";
8
- /** Support for the version extended past the KubernetesOfficial support of 1 year. AKS continues to patch CVEs for another 1 year, for a total of 2 years of support. */
9
- KnownKubernetesSupportPlan["AKSLongTermSupport"] = "AKSLongTermSupport";
10
- })(KnownKubernetesSupportPlan || (KnownKubernetesSupportPlan = {}));
11
- /** Known values of {@link ManagedClusterSKUName} that the service accepts. */
12
- export var KnownManagedClusterSKUName;
13
- (function (KnownManagedClusterSKUName) {
14
- /** Base option for the AKS control plane. */
15
- KnownManagedClusterSKUName["Base"] = "Base";
16
- /** Automatic clusters are optimized to run most production workloads with configuration that follows AKS best practices and recommendations for cluster and workload setup, scalability, and security. For more details about Automatic clusters see aka.ms\/aks\/automatic. */
17
- KnownManagedClusterSKUName["Automatic"] = "Automatic";
18
- })(KnownManagedClusterSKUName || (KnownManagedClusterSKUName = {}));
19
- /** Known values of {@link ManagedClusterSKUTier} that the service accepts. */
20
- export var KnownManagedClusterSKUTier;
21
- (function (KnownManagedClusterSKUTier) {
22
- /** Cluster has premium capabilities in addition to all of the capabilities included in 'Standard'. Premium enables selection of LongTermSupport (aka.ms\/aks\/lts) for certain Kubernetes versions. */
23
- KnownManagedClusterSKUTier["Premium"] = "Premium";
24
- /** Recommended for mission-critical and production workloads. Includes Kubernetes control plane autoscaling, workload-intensive testing, and up to 5,000 nodes per cluster. Guarantees 99.95% availability of the Kubernetes API server endpoint for clusters that use Availability Zones and 99.9% of availability for clusters that don't use Availability Zones. */
25
- KnownManagedClusterSKUTier["Standard"] = "Standard";
26
- /** The cluster management is free, but charged for VM, storage, and networking usage. Best for experimenting, learning, simple testing, or workloads with fewer than 10 nodes. Not recommended for production use cases. */
27
- KnownManagedClusterSKUTier["Free"] = "Free";
28
- })(KnownManagedClusterSKUTier || (KnownManagedClusterSKUTier = {}));
29
- /** Known values of {@link ExtendedLocationTypes} that the service accepts. */
30
- export var KnownExtendedLocationTypes;
31
- (function (KnownExtendedLocationTypes) {
32
- /** EdgeZone */
33
- KnownExtendedLocationTypes["EdgeZone"] = "EdgeZone";
34
- })(KnownExtendedLocationTypes || (KnownExtendedLocationTypes = {}));
35
- /** Known values of {@link Code} that the service accepts. */
36
- export var KnownCode;
37
- (function (KnownCode) {
38
- /** The cluster is running. */
39
- KnownCode["Running"] = "Running";
40
- /** The cluster is stopped. */
41
- KnownCode["Stopped"] = "Stopped";
42
- })(KnownCode || (KnownCode = {}));
43
- /** Known values of {@link OSDiskType} that the service accepts. */
44
- export var KnownOSDiskType;
45
- (function (KnownOSDiskType) {
46
- /** Azure replicates the operating system disk for a virtual machine to Azure storage to avoid data loss should the VM need to be relocated to another host. Since containers aren't designed to have local state persisted, this behavior offers limited value while providing some drawbacks, including slower node provisioning and higher read\/write latency. */
47
- KnownOSDiskType["Managed"] = "Managed";
48
- /** Ephemeral OS disks are stored only on the host machine, just like a temporary disk. This provides lower read\/write latency, along with faster node scaling and cluster upgrades. */
49
- KnownOSDiskType["Ephemeral"] = "Ephemeral";
50
- })(KnownOSDiskType || (KnownOSDiskType = {}));
51
- /** Known values of {@link KubeletDiskType} that the service accepts. */
52
- export var KnownKubeletDiskType;
53
- (function (KnownKubeletDiskType) {
54
- /** Kubelet will use the OS disk for its data. */
55
- KnownKubeletDiskType["OS"] = "OS";
56
- /** Kubelet will use the temporary disk for its data. */
57
- KnownKubeletDiskType["Temporary"] = "Temporary";
58
- })(KnownKubeletDiskType || (KnownKubeletDiskType = {}));
59
- /** Known values of {@link WorkloadRuntime} that the service accepts. */
60
- export var KnownWorkloadRuntime;
61
- (function (KnownWorkloadRuntime) {
62
- /** Nodes will use Kubelet to run standard OCI container workloads. */
63
- KnownWorkloadRuntime["OCIContainer"] = "OCIContainer";
64
- /** Nodes will use Krustlet to run WASM workloads using the WASI provider (Preview). */
65
- KnownWorkloadRuntime["WasmWasi"] = "WasmWasi";
66
- /** Nodes can use (Kata + Cloud Hypervisor + Hyper-V) to enable Nested VM-based pods (Preview). Due to the use Hyper-V, AKS node OS itself is a nested VM (the root OS) of Hyper-V. Thus it can only be used with VM series that support Nested Virtualization such as Dv3 series. This naming convention will be deprecated in future releases in favor of KataVmIsolation. */
67
- KnownWorkloadRuntime["KataMshvVmIsolation"] = "KataMshvVmIsolation";
68
- /** Nodes can use (Kata + Cloud Hypervisor + Hyper-V) to enable Nested VM-based pods. Due to the use Hyper-V, AKS node OS itself is a nested VM (the root OS) of Hyper-V. Thus it can only be used with VM series that support Nested Virtualization such as Dv3 series. */
69
- KnownWorkloadRuntime["KataVmIsolation"] = "KataVmIsolation";
70
- })(KnownWorkloadRuntime || (KnownWorkloadRuntime = {}));
71
- /** Known values of {@link PodIPAllocationMode} that the service accepts. */
72
- export var KnownPodIPAllocationMode;
73
- (function (KnownPodIPAllocationMode) {
74
- /** Each node gets allocated with a non-contiguous list of IP addresses assignable to pods. This is better for maximizing a small to medium subnet of size \/16 or smaller. The Azure CNI cluster with dynamic IP allocation defaults to this mode if the customer does not explicitly specify a podIPAllocationMode */
75
- KnownPodIPAllocationMode["DynamicIndividual"] = "DynamicIndividual";
76
- /** Each node is statically allocated CIDR block(s) of size \/28 = 16 IPs per block to satisfy the maxPods per node. Number of CIDR blocks >= (maxPods \/ 16). The block, rather than a single IP, counts against the Azure Vnet Private IP limit of 65K. Therefore block mode is suitable for running larger workloads with more than the current limit of 65K pods in a cluster. This mode is better suited to scale with larger subnets of \/15 or bigger */
77
- KnownPodIPAllocationMode["StaticBlock"] = "StaticBlock";
78
- })(KnownPodIPAllocationMode || (KnownPodIPAllocationMode = {}));
79
- /** Known values of {@link OSType} that the service accepts. */
80
- export var KnownOSType;
81
- (function (KnownOSType) {
82
- /** Use Linux. */
83
- KnownOSType["Linux"] = "Linux";
84
- /** Use Windows. */
85
- KnownOSType["Windows"] = "Windows";
86
- })(KnownOSType || (KnownOSType = {}));
87
- /** Known values of {@link Ossku} that the service accepts. */
88
- export var KnownOssku;
89
- (function (KnownOssku) {
90
- /** Use Ubuntu as the OS for node images. */
91
- KnownOssku["Ubuntu"] = "Ubuntu";
92
- /** Deprecated OSSKU. Microsoft recommends that new deployments choose 'AzureLinux' instead. */
93
- KnownOssku["Mariner"] = "Mariner";
94
- /** Use AzureLinux as the OS for node images. Azure Linux is a container-optimized Linux distro built by Microsoft, visit https:\//aka.ms\/azurelinux for more information. */
95
- KnownOssku["AzureLinux"] = "AzureLinux";
96
- /** Use AzureLinux3 as the OS for node images. Azure Linux is a container-optimized Linux distro built by Microsoft, visit https:\//aka.ms\/azurelinux for more information. For limitations, visit https:\//aka.ms\/aks\/node-images. For OS migration guidance, see https:\//aka.ms\/aks\/upgrade-os-version. */
97
- KnownOssku["AzureLinux3"] = "AzureLinux3";
98
- /** Use Flatcar Container Linux as the OS for node images. Flatcar is a container-optimized, security-focused Linux OS, with an immutable filesystem and part of the Cloud Native Computing Foundation (CNCF). For more information about Flatcar Container Linux for AKS, see aka.ms\/aks\/flatcar-container-linux-for-aks */
99
- KnownOssku["Flatcar"] = "Flatcar";
100
- /** Deprecated OSSKU. Microsoft recommends that new deployments choose 'AzureLinux' instead. */
101
- KnownOssku["CBLMariner"] = "CBLMariner";
102
- /** Use Windows2019 as the OS for node images. Unsupported for system node pools. Windows2019 only supports Windows2019 containers; it cannot run Windows2022 containers and vice versa. */
103
- KnownOssku["Windows2019"] = "Windows2019";
104
- /** Use Windows2022 as the OS for node images. Unsupported for system node pools. Windows2022 only supports Windows2022 containers; it cannot run Windows2019 containers and vice versa. */
105
- KnownOssku["Windows2022"] = "Windows2022";
106
- /** Use Windows2025 as the OS for node images. Unsupported for system node pools. Windows2025 supports Windows2022 and Windows 2025 containers; it cannot run Windows2019 containers and vice versa. */
107
- KnownOssku["Windows2025"] = "Windows2025";
108
- /** Use Windows Annual Channel version as the OS for node images. Unsupported for system node pools. Details about supported container images and kubernetes versions under different AKS Annual Channel versions could be seen in https:\//aka.ms\/aks\/windows-annual-channel-details. */
109
- KnownOssku["WindowsAnnual"] = "WindowsAnnual";
110
- /** Use Ubuntu2204 as the OS for node images, however, Ubuntu 22.04 may not be supported for all nodepools. For limitations and supported kubernetes versions, see see https:\//aka.ms\/aks\/supported-ubuntu-versions */
111
- KnownOssku["Ubuntu2204"] = "Ubuntu2204";
112
- /** Use Ubuntu2404 as the OS for node images, however, Ubuntu 24.04 may not be supported for all nodepools. For limitations and supported kubernetes versions, see see https:\//aka.ms\/aks\/supported-ubuntu-versions */
113
- KnownOssku["Ubuntu2404"] = "Ubuntu2404";
114
- })(KnownOssku || (KnownOssku = {}));
115
- /** Known values of {@link ScaleDownMode} that the service accepts. */
116
- export var KnownScaleDownMode;
117
- (function (KnownScaleDownMode) {
118
- /** Create new instances during scale up and remove instances during scale down. */
119
- KnownScaleDownMode["Delete"] = "Delete";
120
- /** Attempt to start deallocated instances (if they exist) during scale up and deallocate instances during scale down. */
121
- KnownScaleDownMode["Deallocate"] = "Deallocate";
122
- })(KnownScaleDownMode || (KnownScaleDownMode = {}));
123
- /** Known values of {@link AgentPoolType} that the service accepts. */
124
- export var KnownAgentPoolType;
125
- (function (KnownAgentPoolType) {
126
- /** Create an Agent Pool backed by a Virtual Machine Scale Set. */
127
- KnownAgentPoolType["VirtualMachineScaleSets"] = "VirtualMachineScaleSets";
128
- /** Use of this is strongly discouraged. */
129
- KnownAgentPoolType["AvailabilitySet"] = "AvailabilitySet";
130
- /** Create an Agent Pool backed by a Single Instance VM orchestration mode. */
131
- KnownAgentPoolType["VirtualMachines"] = "VirtualMachines";
132
- })(KnownAgentPoolType || (KnownAgentPoolType = {}));
133
- /** Known values of {@link AgentPoolMode} that the service accepts. */
134
- export var KnownAgentPoolMode;
135
- (function (KnownAgentPoolMode) {
136
- /** System agent pools are primarily for hosting critical system pods such as CoreDNS and metrics-server. System agent pools osType must be Linux. System agent pools VM SKU must have at least 2vCPUs and 4GB of memory. */
137
- KnownAgentPoolMode["System"] = "System";
138
- /** User agent pools are primarily for hosting your application pods. */
139
- KnownAgentPoolMode["User"] = "User";
140
- /** Gateway agent pools are dedicated to providing static egress IPs to pods. For more details, see https:\//aka.ms\/aks\/static-egress-gateway. */
141
- KnownAgentPoolMode["Gateway"] = "Gateway";
142
- /** ManagedSystem is a system pool managed by AKS. The pool scales dynamically according to cluster usage, and has additional automated monitoring and healing capabilities. There can only be one ManagedSystem pool, and it is recommended to delete all other system pools for the best experience. */
143
- KnownAgentPoolMode["ManagedSystem"] = "ManagedSystem";
144
- /** Machines agent pools are dedicated to hosting machines. Only limited operations, such as creation and deletion, are allowed at the pool level. Please use the machine APIs to manage the full machine lifecycle. */
145
- KnownAgentPoolMode["Machines"] = "Machines";
146
- })(KnownAgentPoolMode || (KnownAgentPoolMode = {}));
147
- /** Known values of {@link UpgradeStrategy} that the service accepts. */
148
- export var KnownUpgradeStrategy;
149
- (function (KnownUpgradeStrategy) {
150
- /** Specifies that the agent pool will conduct rolling upgrade. This is the default upgrade strategy. */
151
- KnownUpgradeStrategy["Rolling"] = "Rolling";
152
- /** Specifies that the agent pool will conduct blue-green upgrade. */
153
- KnownUpgradeStrategy["BlueGreen"] = "BlueGreen";
154
- })(KnownUpgradeStrategy || (KnownUpgradeStrategy = {}));
155
- /** Known values of {@link UndrainableNodeBehavior} that the service accepts. */
156
- export var KnownUndrainableNodeBehavior;
157
- (function (KnownUndrainableNodeBehavior) {
158
- /** AKS will cordon the blocked nodes and replace them with surge nodes during upgrade. The blocked nodes will be cordoned and replaced by surge nodes. The blocked nodes will have label 'kubernetes.azure.com\/upgrade-status:Quarantined'. A surge node will be retained for each blocked node. A best-effort attempt will be made to delete all other surge nodes. If there are enough surge nodes to replace blocked nodes, then the upgrade operation and the managed cluster will be in failed state. Otherwise, the upgrade operation and the managed cluster will be in canceled state. */
159
- KnownUndrainableNodeBehavior["Cordon"] = "Cordon";
160
- /** AKS will mark the blocked nodes schedulable, but the blocked nodes are not upgraded. A best-effort attempt will be made to delete all surge nodes. The upgrade operation and the managed cluster will be in failed state if there are any blocked nodes. */
161
- KnownUndrainableNodeBehavior["Schedule"] = "Schedule";
162
- })(KnownUndrainableNodeBehavior || (KnownUndrainableNodeBehavior = {}));
163
- /** Known values of {@link ScaleSetPriority} that the service accepts. */
164
- export var KnownScaleSetPriority;
165
- (function (KnownScaleSetPriority) {
166
- /** Spot priority VMs will be used. There is no SLA for spot nodes. See [spot on AKS](https:\//docs.microsoft.com\/azure\/aks\/spot-node-pool) for more information. */
167
- KnownScaleSetPriority["Spot"] = "Spot";
168
- /** Regular VMs will be used. */
169
- KnownScaleSetPriority["Regular"] = "Regular";
170
- })(KnownScaleSetPriority || (KnownScaleSetPriority = {}));
171
- /** Known values of {@link ScaleSetEvictionPolicy} that the service accepts. */
172
- export var KnownScaleSetEvictionPolicy;
173
- (function (KnownScaleSetEvictionPolicy) {
174
- /** Nodes in the underlying Scale Set of the node pool are deleted when they're evicted. */
175
- KnownScaleSetEvictionPolicy["Delete"] = "Delete";
176
- /** Nodes in the underlying Scale Set of the node pool are set to the stopped-deallocated state upon eviction. Nodes in the stopped-deallocated state count against your compute quota and can cause issues with cluster scaling or upgrading. */
177
- KnownScaleSetEvictionPolicy["Deallocate"] = "Deallocate";
178
- })(KnownScaleSetEvictionPolicy || (KnownScaleSetEvictionPolicy = {}));
179
- /** Known values of {@link SeccompDefault} that the service accepts. */
180
- export var KnownSeccompDefault;
181
- (function (KnownSeccompDefault) {
182
- /** No seccomp profile is applied, allowing all system calls. */
183
- KnownSeccompDefault["Unconfined"] = "Unconfined";
184
- /** The default seccomp profile for container runtime is applied, which restricts certain system calls for enhanced security. */
185
- KnownSeccompDefault["RuntimeDefault"] = "RuntimeDefault";
186
- })(KnownSeccompDefault || (KnownSeccompDefault = {}));
187
- /** Known values of {@link GPUInstanceProfile} that the service accepts. */
188
- export var KnownGPUInstanceProfile;
189
- (function (KnownGPUInstanceProfile) {
190
- /** MIG1G */
191
- KnownGPUInstanceProfile["MIG1G"] = "MIG1g";
192
- /** MIG2G */
193
- KnownGPUInstanceProfile["MIG2G"] = "MIG2g";
194
- /** MIG3G */
195
- KnownGPUInstanceProfile["MIG3G"] = "MIG3g";
196
- /** MIG4G */
197
- KnownGPUInstanceProfile["MIG4G"] = "MIG4g";
198
- /** MIG7G */
199
- KnownGPUInstanceProfile["MIG7G"] = "MIG7g";
200
- })(KnownGPUInstanceProfile || (KnownGPUInstanceProfile = {}));
201
- /** Known values of {@link Protocol} that the service accepts. */
202
- export var KnownProtocol;
203
- (function (KnownProtocol) {
204
- /** TCP protocol. */
205
- KnownProtocol["TCP"] = "TCP";
206
- /** UDP protocol. */
207
- KnownProtocol["UDP"] = "UDP";
208
- })(KnownProtocol || (KnownProtocol = {}));
209
- /** Known values of {@link AgentPoolSSHAccess} that the service accepts. */
210
- export var KnownAgentPoolSSHAccess;
211
- (function (KnownAgentPoolSSHAccess) {
212
- /** Can SSH onto the node as a local user using private key. */
213
- KnownAgentPoolSSHAccess["LocalUser"] = "LocalUser";
214
- /** SSH service will be turned off on the node. More information can be found under https:\//aka.ms\/aks\/ssh\/disable */
215
- KnownAgentPoolSSHAccess["Disabled"] = "Disabled";
216
- /** SSH to node with EntraId integration. More information can be found under https:\//aka.ms\/aks\/ssh\/aad */
217
- KnownAgentPoolSSHAccess["EntraId"] = "EntraId";
218
- })(KnownAgentPoolSSHAccess || (KnownAgentPoolSSHAccess = {}));
219
- /** Known values of {@link GPUDriver} that the service accepts. */
220
- export var KnownGPUDriver;
221
- (function (KnownGPUDriver) {
222
- /** Install driver. */
223
- KnownGPUDriver["Install"] = "Install";
224
- /** Skip driver install. */
225
- KnownGPUDriver["None"] = "None";
226
- })(KnownGPUDriver || (KnownGPUDriver = {}));
227
- /** Known values of {@link DriverType} that the service accepts. */
228
- export var KnownDriverType;
229
- (function (KnownDriverType) {
230
- /** Install the GRID driver for the GPU, suitable for applications requiring virtualization support. */
231
- KnownDriverType["Grid"] = "GRID";
232
- /** Install the CUDA driver for the GPU, optimized for computational tasks in scientific computing and data-intensive applications. */
233
- KnownDriverType["Cuda"] = "CUDA";
234
- })(KnownDriverType || (KnownDriverType = {}));
235
- /** Known values of {@link LocalDNSMode} that the service accepts. */
236
- export var KnownLocalDNSMode;
237
- (function (KnownLocalDNSMode) {
238
- /** If the current orchestrator version supports this feature, prefer enabling localDNS. */
239
- KnownLocalDNSMode["Preferred"] = "Preferred";
240
- /** Enable localDNS. */
241
- KnownLocalDNSMode["Required"] = "Required";
242
- /** Disable localDNS. */
243
- KnownLocalDNSMode["Disabled"] = "Disabled";
244
- })(KnownLocalDNSMode || (KnownLocalDNSMode = {}));
245
- /** Known values of {@link LocalDNSState} that the service accepts. */
246
- export var KnownLocalDNSState;
247
- (function (KnownLocalDNSState) {
248
- /** localDNS is enabled. */
249
- KnownLocalDNSState["Enabled"] = "Enabled";
250
- /** localDNS is disabled. */
251
- KnownLocalDNSState["Disabled"] = "Disabled";
252
- })(KnownLocalDNSState || (KnownLocalDNSState = {}));
253
- /** Known values of {@link LocalDNSQueryLogging} that the service accepts. */
254
- export var KnownLocalDNSQueryLogging;
255
- (function (KnownLocalDNSQueryLogging) {
256
- /** Enables error logging in localDNS. See [errors plugin](https:\//coredns.io\/plugins\/errors) for more information. */
257
- KnownLocalDNSQueryLogging["Error"] = "Error";
258
- /** Enables query logging in localDNS. See [log plugin](https:\//coredns.io\/plugins\/log) for more information. */
259
- KnownLocalDNSQueryLogging["Log"] = "Log";
260
- })(KnownLocalDNSQueryLogging || (KnownLocalDNSQueryLogging = {}));
261
- /** Known values of {@link LocalDNSProtocol} that the service accepts. */
262
- export var KnownLocalDNSProtocol;
263
- (function (KnownLocalDNSProtocol) {
264
- /** Prefer UDP protocol for connections from localDNS to upstream DNS server. */
265
- KnownLocalDNSProtocol["PreferUDP"] = "PreferUDP";
266
- /** Enforce TCP protocol for connections from localDNS to upstream DNS server. */
267
- KnownLocalDNSProtocol["ForceTCP"] = "ForceTCP";
268
- })(KnownLocalDNSProtocol || (KnownLocalDNSProtocol = {}));
269
- /** Known values of {@link LocalDNSForwardDestination} that the service accepts. */
270
- export var KnownLocalDNSForwardDestination;
271
- (function (KnownLocalDNSForwardDestination) {
272
- /** Forward DNS queries from localDNS to cluster CoreDNS. */
273
- KnownLocalDNSForwardDestination["ClusterCoreDNS"] = "ClusterCoreDNS";
274
- /** Forward DNS queries from localDNS to DNS server configured in the VNET. A VNET can have multiple DNS servers configured. */
275
- KnownLocalDNSForwardDestination["VnetDNS"] = "VnetDNS";
276
- })(KnownLocalDNSForwardDestination || (KnownLocalDNSForwardDestination = {}));
277
- /** Known values of {@link LocalDNSForwardPolicy} that the service accepts. */
278
- export var KnownLocalDNSForwardPolicy;
279
- (function (KnownLocalDNSForwardPolicy) {
280
- /** Implements sequential upstream DNS server selection. See [forward plugin](https:\//coredns.io\/plugins\/forward) for more information. */
281
- KnownLocalDNSForwardPolicy["Sequential"] = "Sequential";
282
- /** Implements round robin upstream DNS server selection. See [forward plugin](https:\//coredns.io\/plugins\/forward) for more information. */
283
- KnownLocalDNSForwardPolicy["RoundRobin"] = "RoundRobin";
284
- /** Implements random upstream DNS server selection. See [forward plugin](https:\//coredns.io\/plugins\/forward) for more information. */
285
- KnownLocalDNSForwardPolicy["Random"] = "Random";
286
- })(KnownLocalDNSForwardPolicy || (KnownLocalDNSForwardPolicy = {}));
287
- /** Known values of {@link LocalDNSServeStale} that the service accepts. */
288
- export var KnownLocalDNSServeStale;
289
- (function (KnownLocalDNSServeStale) {
290
- /** Serve stale data with verification. First verify that an entry is still unavailable from the source before sending the expired entry to the client. See [cache plugin](https:\//coredns.io\/plugins\/cache) for more information. */
291
- KnownLocalDNSServeStale["Verify"] = "Verify";
292
- /** Serve stale data immediately. Send the expired entry to the client before checking to see if the entry is available from the source. See [cache plugin](https:\//coredns.io\/plugins\/cache) for more information. */
293
- KnownLocalDNSServeStale["Immediate"] = "Immediate";
294
- /** Disable serving stale data. */
295
- KnownLocalDNSServeStale["Disable"] = "Disable";
296
- })(KnownLocalDNSServeStale || (KnownLocalDNSServeStale = {}));
297
- /** Known values of {@link LicenseType} that the service accepts. */
298
- export var KnownLicenseType;
299
- (function (KnownLicenseType) {
300
- /** No additional licensing is applied. */
301
- KnownLicenseType["None"] = "None";
302
- /** Enables Azure Hybrid User Benefits for Windows VMs. */
303
- KnownLicenseType["WindowsServer"] = "Windows_Server";
304
- })(KnownLicenseType || (KnownLicenseType = {}));
305
- /** Known values of {@link ManagedClusterPodIdentityProvisioningState} that the service accepts. */
306
- export var KnownManagedClusterPodIdentityProvisioningState;
307
- (function (KnownManagedClusterPodIdentityProvisioningState) {
308
- /** Assigned */
309
- KnownManagedClusterPodIdentityProvisioningState["Assigned"] = "Assigned";
310
- /** Canceled */
311
- KnownManagedClusterPodIdentityProvisioningState["Canceled"] = "Canceled";
312
- /** Deleting */
313
- KnownManagedClusterPodIdentityProvisioningState["Deleting"] = "Deleting";
314
- /** Failed */
315
- KnownManagedClusterPodIdentityProvisioningState["Failed"] = "Failed";
316
- /** Succeeded */
317
- KnownManagedClusterPodIdentityProvisioningState["Succeeded"] = "Succeeded";
318
- /** Updating */
319
- KnownManagedClusterPodIdentityProvisioningState["Updating"] = "Updating";
320
- })(KnownManagedClusterPodIdentityProvisioningState || (KnownManagedClusterPodIdentityProvisioningState = {}));
321
- /** Known values of {@link RestrictionLevel} that the service accepts. */
322
- export var KnownRestrictionLevel;
323
- (function (KnownRestrictionLevel) {
324
- /** All RBAC permissions are allowed on the managed node resource group */
325
- KnownRestrictionLevel["Unrestricted"] = "Unrestricted";
326
- /** Only *\/read RBAC permissions allowed on the managed node resource group */
327
- KnownRestrictionLevel["ReadOnly"] = "ReadOnly";
328
- })(KnownRestrictionLevel || (KnownRestrictionLevel = {}));
329
- /** Known values of {@link NetworkPlugin} that the service accepts. */
330
- export var KnownNetworkPlugin;
331
- (function (KnownNetworkPlugin) {
332
- /** Use the Azure CNI network plugin. See [Azure CNI (advanced) networking](https:\//docs.microsoft.com\/azure\/aks\/concepts-network#azure-cni-advanced-networking) for more information. */
333
- KnownNetworkPlugin["Azure"] = "azure";
334
- /** Use the Kubenet network plugin. See [Kubenet (basic) networking](https:\//docs.microsoft.com\/azure\/aks\/concepts-network#kubenet-basic-networking) for more information. */
335
- KnownNetworkPlugin["Kubenet"] = "kubenet";
336
- /** Do not use a network plugin. A custom CNI will need to be installed after cluster creation for networking functionality. */
337
- KnownNetworkPlugin["None"] = "none";
338
- })(KnownNetworkPlugin || (KnownNetworkPlugin = {}));
339
- /** Known values of {@link NetworkPluginMode} that the service accepts. */
340
- export var KnownNetworkPluginMode;
341
- (function (KnownNetworkPluginMode) {
342
- /** Pods are given IPs from the PodCIDR address space but use Azure Routing Domains rather than Kubenet reference plugins host-local and bridge. */
343
- KnownNetworkPluginMode["Overlay"] = "overlay";
344
- })(KnownNetworkPluginMode || (KnownNetworkPluginMode = {}));
345
- /** Known values of {@link NetworkPolicy} that the service accepts. */
346
- export var KnownNetworkPolicy;
347
- (function (KnownNetworkPolicy) {
348
- /** Network policies will not be enforced. This is the default value when NetworkPolicy is not specified. */
349
- KnownNetworkPolicy["None"] = "none";
350
- /** Use Calico network policies. See [differences between Azure and Calico policies](https:\//docs.microsoft.com\/azure\/aks\/use-network-policies#differences-between-azure-and-calico-policies-and-their-capabilities) for more information. */
351
- KnownNetworkPolicy["Calico"] = "calico";
352
- /** Use Azure network policies. See [differences between Azure and Calico policies](https:\//docs.microsoft.com\/azure\/aks\/use-network-policies#differences-between-azure-and-calico-policies-and-their-capabilities) for more information. */
353
- KnownNetworkPolicy["Azure"] = "azure";
354
- /** Use Cilium to enforce network policies. This requires networkDataplane to be 'cilium'. */
355
- KnownNetworkPolicy["Cilium"] = "cilium";
356
- })(KnownNetworkPolicy || (KnownNetworkPolicy = {}));
357
- /** Known values of {@link NetworkMode} that the service accepts. */
358
- export var KnownNetworkMode;
359
- (function (KnownNetworkMode) {
360
- /** No bridge is created. Intra-VM Pod to Pod communication is through IP routes created by Azure CNI. See [Transparent Mode](https:\//docs.microsoft.com\/azure\/aks\/faq#transparent-mode) for more information. */
361
- KnownNetworkMode["Transparent"] = "transparent";
362
- /** This is no longer supported */
363
- KnownNetworkMode["Bridge"] = "bridge";
364
- })(KnownNetworkMode || (KnownNetworkMode = {}));
365
- /** Known values of {@link NetworkDataplane} that the service accepts. */
366
- export var KnownNetworkDataplane;
367
- (function (KnownNetworkDataplane) {
368
- /** Use Azure network dataplane. */
369
- KnownNetworkDataplane["Azure"] = "azure";
370
- /** Use Cilium network dataplane. See [Azure CNI Powered by Cilium](https:\//learn.microsoft.com\/azure\/aks\/azure-cni-powered-by-cilium) for more information. */
371
- KnownNetworkDataplane["Cilium"] = "cilium";
372
- })(KnownNetworkDataplane || (KnownNetworkDataplane = {}));
373
- /** Known values of {@link OutboundType} that the service accepts. */
374
- export var KnownOutboundType;
375
- (function (KnownOutboundType) {
376
- /** The load balancer is used for egress through an AKS assigned public IP. This supports Kubernetes services of type 'loadBalancer'. For more information see [outbound type loadbalancer](https:\//docs.microsoft.com\/azure\/aks\/egress-outboundtype#outbound-type-of-loadbalancer). */
377
- KnownOutboundType["LoadBalancer"] = "loadBalancer";
378
- /** Egress paths must be defined by the user. This is an advanced scenario and requires proper network configuration. For more information see [outbound type userDefinedRouting](https:\//docs.microsoft.com\/azure\/aks\/egress-outboundtype#outbound-type-of-userdefinedrouting). */
379
- KnownOutboundType["UserDefinedRouting"] = "userDefinedRouting";
380
- /** The AKS-managed NAT gateway is used for egress. */
381
- KnownOutboundType["ManagedNATGateway"] = "managedNATGateway";
382
- /** The user-assigned NAT gateway associated to the cluster subnet is used for egress. This is an advanced scenario and requires proper network configuration. */
383
- KnownOutboundType["UserAssignedNATGateway"] = "userAssignedNATGateway";
384
- /** The AKS cluster is not set with any outbound-type. All AKS nodes follows Azure VM default outbound behavior. Please refer to https:\//azure.microsoft.com\/en-us\/updates\/default-outbound-access-for-vms-in-azure-will-be-retired-transition-to-a-new-method-of-internet-access\/ */
385
- KnownOutboundType["None"] = "none";
386
- })(KnownOutboundType || (KnownOutboundType = {}));
387
- /** Known values of {@link LoadBalancerSku} that the service accepts. */
388
- export var KnownLoadBalancerSku;
389
- (function (KnownLoadBalancerSku) {
390
- /** Use a a standard Load Balancer. This is the recommended Load Balancer SKU. For more information about on working with the load balancer in the managed cluster, see the [standard Load Balancer](https:\//docs.microsoft.com\/azure\/aks\/load-balancer-standard) article. */
391
- KnownLoadBalancerSku["Standard"] = "standard";
392
- /** Use a basic Load Balancer with limited functionality. */
393
- KnownLoadBalancerSku["Basic"] = "basic";
394
- })(KnownLoadBalancerSku || (KnownLoadBalancerSku = {}));
395
- /** Known values of {@link BackendPoolType} that the service accepts. */
396
- export var KnownBackendPoolType;
397
- (function (KnownBackendPoolType) {
398
- /** The type of the managed inbound Load Balancer BackendPool. https:\//cloud-provider-azure.sigs.k8s.io\/topics\/loadbalancer\/#configure-load-balancer-backend. */
399
- KnownBackendPoolType["NodeIPConfiguration"] = "NodeIPConfiguration";
400
- /** The type of the managed inbound Load Balancer BackendPool. https:\//cloud-provider-azure.sigs.k8s.io\/topics\/loadbalancer\/#configure-load-balancer-backend. */
401
- KnownBackendPoolType["NodeIP"] = "NodeIP";
402
- })(KnownBackendPoolType || (KnownBackendPoolType = {}));
403
- /** Known values of {@link ClusterServiceLoadBalancerHealthProbeMode} that the service accepts. */
404
- export var KnownClusterServiceLoadBalancerHealthProbeMode;
405
- (function (KnownClusterServiceLoadBalancerHealthProbeMode) {
406
- /** Each External Traffic Policy Cluster service will have its own health probe targeting service nodePort. */
407
- KnownClusterServiceLoadBalancerHealthProbeMode["ServiceNodePort"] = "ServiceNodePort";
408
- /** All External Traffic Policy Cluster services in a Standard Load Balancer will have a dedicated health probe targeting the backend nodes' kube-proxy health check port 10256. */
409
- KnownClusterServiceLoadBalancerHealthProbeMode["Shared"] = "Shared";
410
- })(KnownClusterServiceLoadBalancerHealthProbeMode || (KnownClusterServiceLoadBalancerHealthProbeMode = {}));
411
- /** Known values of {@link IpFamily} that the service accepts. */
412
- export var KnownIpFamily;
413
- (function (KnownIpFamily) {
414
- /** IPv4 family */
415
- KnownIpFamily["IPv4"] = "IPv4";
416
- /** IPv6 family */
417
- KnownIpFamily["IPv6"] = "IPv6";
418
- })(KnownIpFamily || (KnownIpFamily = {}));
419
- /** Known values of {@link PodLinkLocalAccess} that the service accepts. */
420
- export var KnownPodLinkLocalAccess;
421
- (function (KnownPodLinkLocalAccess) {
422
- /** Pods with hostNetwork=false can access Azure Instance Metadata Service (IMDS) without restriction. */
423
- KnownPodLinkLocalAccess["Imds"] = "IMDS";
424
- /** Pods with hostNetwork=false cannot access Azure Instance Metadata Service (IMDS). */
425
- KnownPodLinkLocalAccess["None"] = "None";
426
- })(KnownPodLinkLocalAccess || (KnownPodLinkLocalAccess = {}));
427
- /** Known values of {@link Mode} that the service accepts. */
428
- export var KnownMode;
429
- (function (KnownMode) {
430
- /** IPTables proxy mode */
431
- KnownMode["Iptables"] = "IPTABLES";
432
- /** IPVS proxy mode. Must be using Kubernetes version >= 1.22. */
433
- KnownMode["Ipvs"] = "IPVS";
434
- /** NFTables proxy mode. Must be using Kubernetes version >= 1.33. */
435
- KnownMode["Nftables"] = "NFTABLES";
436
- })(KnownMode || (KnownMode = {}));
437
- /** Known values of {@link IpvsScheduler} that the service accepts. */
438
- export var KnownIpvsScheduler;
439
- (function (KnownIpvsScheduler) {
440
- /** Round Robin */
441
- KnownIpvsScheduler["RoundRobin"] = "RoundRobin";
442
- /** Least Connection */
443
- KnownIpvsScheduler["LeastConnection"] = "LeastConnection";
444
- })(KnownIpvsScheduler || (KnownIpvsScheduler = {}));
445
- /** Known values of {@link AdvancedNetworkPolicies} that the service accepts. */
446
- export var KnownAdvancedNetworkPolicies;
447
- (function (KnownAdvancedNetworkPolicies) {
448
- /** Enable Layer7 network policies (FQDN, HTTP\/S, Kafka). This option is a superset of the FQDN option. */
449
- KnownAdvancedNetworkPolicies["L7"] = "L7";
450
- /** Enable FQDN based network policies */
451
- KnownAdvancedNetworkPolicies["Fqdn"] = "FQDN";
452
- /** Disable Layer 7 network policies (FQDN, HTTP\/S, Kafka) */
453
- KnownAdvancedNetworkPolicies["None"] = "None";
454
- })(KnownAdvancedNetworkPolicies || (KnownAdvancedNetworkPolicies = {}));
455
- /** Known values of {@link TransitEncryptionType} that the service accepts. */
456
- export var KnownTransitEncryptionType;
457
- (function (KnownTransitEncryptionType) {
458
- /** Enable WireGuard encryption. Refer to https:\//docs.cilium.io\/en\/latest\/security\/network\/encryption-wireguard\/ on use cases and implementation details */
459
- KnownTransitEncryptionType["WireGuard"] = "WireGuard";
460
- /** Disable Transit encryption */
461
- KnownTransitEncryptionType["None"] = "None";
462
- })(KnownTransitEncryptionType || (KnownTransitEncryptionType = {}));
463
- /** Known values of {@link AccelerationMode} that the service accepts. */
464
- export var KnownAccelerationMode;
465
- (function (KnownAccelerationMode) {
466
- /** Enable eBPF host routing with veth device mode. */
467
- KnownAccelerationMode["BpfVeth"] = "BpfVeth";
468
- /** Disable acceleration options. */
469
- KnownAccelerationMode["None"] = "None";
470
- })(KnownAccelerationMode || (KnownAccelerationMode = {}));
471
- /** Known values of {@link UpgradeChannel} that the service accepts. */
472
- export var KnownUpgradeChannel;
473
- (function (KnownUpgradeChannel) {
474
- /** Automatically upgrade the cluster to the latest supported patch release on the latest supported minor version. In cases where the cluster is at a version of Kubernetes that is at an N-2 minor version where N is the latest supported minor version, the cluster first upgrades to the latest supported patch version on N-1 minor version. For example, if a cluster is running version 1.17.7 and versions 1.17.9, 1.18.4, 1.18.6, and 1.19.1 are available, your cluster first is upgraded to 1.18.6, then is upgraded to 1.19.1. */
475
- KnownUpgradeChannel["Rapid"] = "rapid";
476
- /** Automatically upgrade the cluster to the latest supported patch release on minor version N-1, where N is the latest supported minor version. For example, if a cluster is running version 1.17.7 and versions 1.17.9, 1.18.4, 1.18.6, and 1.19.1 are available, your cluster is upgraded to 1.18.6. */
477
- KnownUpgradeChannel["Stable"] = "stable";
478
- /** Automatically upgrade the cluster to the latest supported patch version when it becomes available while keeping the minor version the same. For example, if a cluster is running version 1.17.7 and versions 1.17.9, 1.18.4, 1.18.6, and 1.19.1 are available, your cluster is upgraded to 1.17.9. */
479
- KnownUpgradeChannel["Patch"] = "patch";
480
- /** Automatically upgrade the node image to the latest version available. Consider using nodeOSUpgradeChannel instead as that allows you to configure node OS patching separate from Kubernetes version patching */
481
- KnownUpgradeChannel["NodeImage"] = "node-image";
482
- /** Disables auto-upgrades and keeps the cluster at its current version of Kubernetes. */
483
- KnownUpgradeChannel["None"] = "none";
484
- })(KnownUpgradeChannel || (KnownUpgradeChannel = {}));
485
- /** Known values of {@link NodeOSUpgradeChannel} that the service accepts. */
486
- export var KnownNodeOSUpgradeChannel;
487
- (function (KnownNodeOSUpgradeChannel) {
488
- /** No attempt to update your machines OS will be made either by OS or by rolling VHDs. This means you are responsible for your security updates */
489
- KnownNodeOSUpgradeChannel["None"] = "None";
490
- /** OS updates will be applied automatically through the OS built-in patching infrastructure. Newly scaled in machines will be unpatched initially, and will be patched at some later time by the OS's infrastructure. Behavior of this option depends on the OS in question. Ubuntu and Mariner apply security patches through unattended upgrade roughly once a day around 06:00 UTC. Windows does not apply security patches automatically and so for them this option is equivalent to None till further notice */
491
- KnownNodeOSUpgradeChannel["Unmanaged"] = "Unmanaged";
492
- /** AKS downloads and updates the nodes with tested security updates. These updates honor the maintenance window settings and produce a new VHD that is used on new nodes. On some occasions it's not possible to apply the updates in place, in such cases the existing nodes will also be re-imaged to the newly produced VHD in order to apply the changes. This option incurs an extra cost of hosting the new Security Patch VHDs in your resource group for just in time consumption. */
493
- KnownNodeOSUpgradeChannel["SecurityPatch"] = "SecurityPatch";
494
- /** AKS will update the nodes with a newly patched VHD containing security fixes and bugfixes on a weekly cadence. With the VHD update machines will be rolling reimaged to that VHD following maintenance windows and surge settings. No extra VHD cost is incurred when choosing this option as AKS hosts the images. */
495
- KnownNodeOSUpgradeChannel["NodeImage"] = "NodeImage";
496
- })(KnownNodeOSUpgradeChannel || (KnownNodeOSUpgradeChannel = {}));
497
- /** Known values of {@link Expander} that the service accepts. */
498
- export var KnownExpander;
499
- (function (KnownExpander) {
500
- /** Selects the node group that will have the least idle CPU (if tied, unused memory) after scale-up. This is useful when you have different classes of nodes, for example, high CPU or high memory nodes, and only want to expand those when there are pending pods that need a lot of those resources. */
501
- KnownExpander["LeastWaste"] = "least-waste";
502
- /** Selects the node group that would be able to schedule the most pods when scaling up. This is useful when you are using nodeSelector to make sure certain pods land on certain nodes. Note that this won't cause the autoscaler to select bigger nodes vs. smaller, as it can add multiple smaller nodes at once. */
503
- KnownExpander["MostPods"] = "most-pods";
504
- /** Selects the node group that has the highest priority assigned by the user. It's configuration is described in more details [here](https:\//github.com\/kubernetes\/autoscaler\/blob\/master\/cluster-autoscaler\/expander\/priority\/readme.md). */
505
- KnownExpander["Priority"] = "priority";
506
- /** Used when you don't have a particular need for the node groups to scale differently. */
507
- KnownExpander["Random"] = "random";
508
- })(KnownExpander || (KnownExpander = {}));
509
- /** Known values of {@link KeyVaultNetworkAccessTypes} that the service accepts. */
510
- export var KnownKeyVaultNetworkAccessTypes;
511
- (function (KnownKeyVaultNetworkAccessTypes) {
512
- /** Public */
513
- KnownKeyVaultNetworkAccessTypes["Public"] = "Public";
514
- /** Private */
515
- KnownKeyVaultNetworkAccessTypes["Private"] = "Private";
516
- })(KnownKeyVaultNetworkAccessTypes || (KnownKeyVaultNetworkAccessTypes = {}));
517
- /** Known values of {@link InfrastructureEncryption} that the service accepts. */
518
- export var KnownInfrastructureEncryption;
519
- (function (KnownInfrastructureEncryption) {
520
- /** Encryption at rest of Kubernetes resource objects using service-managed keys is enabled. More information on this can be found under https:\//aka.ms\/aks\/kubernetesResourceObjectEncryption. */
521
- KnownInfrastructureEncryption["Enabled"] = "Enabled";
522
- /** Encryption at rest of Kubernetes resource objects using service-managed keys is disabled. More information on this can be found under https:\//aka.ms\/aks\/kubernetesResourceObjectEncryption. */
523
- KnownInfrastructureEncryption["Disabled"] = "Disabled";
524
- })(KnownInfrastructureEncryption || (KnownInfrastructureEncryption = {}));
525
- /** Known values of {@link ManagedGatewayType} that the service accepts. */
526
- export var KnownManagedGatewayType;
527
- (function (KnownManagedGatewayType) {
528
- /** Gateway API CRDs will not be reconciled on your cluster. */
529
- KnownManagedGatewayType["Disabled"] = "Disabled";
530
- /** The latest Gateway CRD bundle from the standard channel that is compatible with your Kubernetes version will be reconciled onto your cluster. See https:\//gateway-api.sigs.k8s.io\/concepts\/versioning\/ for more details. */
531
- KnownManagedGatewayType["Standard"] = "Standard";
532
- })(KnownManagedGatewayType || (KnownManagedGatewayType = {}));
533
- /** Known values of {@link NginxIngressControllerType} that the service accepts. */
534
- export var KnownNginxIngressControllerType;
535
- (function (KnownNginxIngressControllerType) {
536
- /** The default NginxIngressController will be created. Users can edit the default NginxIngressController Custom Resource to configure load balancer annotations. */
537
- KnownNginxIngressControllerType["AnnotationControlled"] = "AnnotationControlled";
538
- /** The default NginxIngressController will be created and the operator will provision an external loadbalancer with it. Any annotation to make the default loadbalancer internal will be overwritten. */
539
- KnownNginxIngressControllerType["External"] = "External";
540
- /** The default NginxIngressController will be created and the operator will provision an internal loadbalancer with it. Any annotation to make the default loadbalancer external will be overwritten. */
541
- KnownNginxIngressControllerType["Internal"] = "Internal";
542
- /** The default Ingress Controller will not be created. It will not be deleted by the system if it exists. Users should delete the default NginxIngressController Custom Resource manually if desired. */
543
- KnownNginxIngressControllerType["None"] = "None";
544
- })(KnownNginxIngressControllerType || (KnownNginxIngressControllerType = {}));
545
- /** Known values of {@link PublicNetworkAccess} that the service accepts. */
546
- export var KnownPublicNetworkAccess;
547
- (function (KnownPublicNetworkAccess) {
548
- /** Inbound\/Outbound to the managedCluster is allowed. */
549
- KnownPublicNetworkAccess["Enabled"] = "Enabled";
550
- /** Inbound traffic to managedCluster is disabled, traffic from managedCluster is allowed. */
551
- KnownPublicNetworkAccess["Disabled"] = "Disabled";
552
- /** Inbound\/Outbound traffic is managed by Microsoft.Network\/NetworkSecurityPerimeters. */
553
- KnownPublicNetworkAccess["SecuredByPerimeter"] = "SecuredByPerimeter";
554
- })(KnownPublicNetworkAccess || (KnownPublicNetworkAccess = {}));
555
- /** Known values of {@link AddonAutoscaling} that the service accepts. */
556
- export var KnownAddonAutoscaling;
557
- (function (KnownAddonAutoscaling) {
558
- /** Feature to autoscale AKS-managed add-ons is enabled. The default VPA update mode is Initial mode. */
559
- KnownAddonAutoscaling["Enabled"] = "Enabled";
560
- /** Feature to autoscale AKS-managed add-ons is disabled. */
561
- KnownAddonAutoscaling["Disabled"] = "Disabled";
562
- })(KnownAddonAutoscaling || (KnownAddonAutoscaling = {}));
563
- /** Known values of {@link ServiceMeshMode} that the service accepts. */
564
- export var KnownServiceMeshMode;
565
- (function (KnownServiceMeshMode) {
566
- /** Istio deployed as an AKS addon. */
567
- KnownServiceMeshMode["Istio"] = "Istio";
568
- /** Mesh is disabled. */
569
- KnownServiceMeshMode["Disabled"] = "Disabled";
570
- })(KnownServiceMeshMode || (KnownServiceMeshMode = {}));
571
- /** Known values of {@link IstioIngressGatewayMode} that the service accepts. */
572
- export var KnownIstioIngressGatewayMode;
573
- (function (KnownIstioIngressGatewayMode) {
574
- /** The ingress gateway is assigned a public IP address and is publicly accessible. */
575
- KnownIstioIngressGatewayMode["External"] = "External";
576
- /** The ingress gateway is assigned an internal IP address and cannot is accessed publicly. */
577
- KnownIstioIngressGatewayMode["Internal"] = "Internal";
578
- })(KnownIstioIngressGatewayMode || (KnownIstioIngressGatewayMode = {}));
579
- /** Known values of {@link ProxyRedirectionMechanism} that the service accepts. */
580
- export var KnownProxyRedirectionMechanism;
581
- (function (KnownProxyRedirectionMechanism) {
582
- /** Istio will inject an init container into each pod to redirect traffic (requires NET_ADMIN and NET_RAW). */
583
- KnownProxyRedirectionMechanism["InitContainers"] = "InitContainers";
584
- /** Istio will install a chained CNI plugin to redirect traffic (recommended). */
585
- KnownProxyRedirectionMechanism["CNIChaining"] = "CNIChaining";
586
- })(KnownProxyRedirectionMechanism || (KnownProxyRedirectionMechanism = {}));
587
- /** Known values of {@link NodeProvisioningMode} that the service accepts. */
588
- export var KnownNodeProvisioningMode;
589
- (function (KnownNodeProvisioningMode) {
590
- /** Nodes are provisioned manually by the user */
591
- KnownNodeProvisioningMode["Manual"] = "Manual";
592
- /** Nodes are provisioned automatically by AKS using Karpenter (See aka.ms\/aks\/nap for more details). Fixed size Node Pools can still be created, but autoscaling Node Pools cannot be. (See aka.ms\/aks\/nap for more details). */
593
- KnownNodeProvisioningMode["Auto"] = "Auto";
594
- })(KnownNodeProvisioningMode || (KnownNodeProvisioningMode = {}));
595
- /** Known values of {@link NodeProvisioningDefaultNodePools} that the service accepts. */
596
- export var KnownNodeProvisioningDefaultNodePools;
597
- (function (KnownNodeProvisioningDefaultNodePools) {
598
- /** No Karpenter NodePools are provisioned automatically. Automatic scaling will not happen unless the user creates one or more NodePool CRD instances. */
599
- KnownNodeProvisioningDefaultNodePools["None"] = "None";
600
- /** A standard set of Karpenter NodePools are provisioned */
601
- KnownNodeProvisioningDefaultNodePools["Auto"] = "Auto";
602
- })(KnownNodeProvisioningDefaultNodePools || (KnownNodeProvisioningDefaultNodePools = {}));
603
- /** Known values of {@link ArtifactSource} that the service accepts. */
604
- export var KnownArtifactSource;
605
- (function (KnownArtifactSource) {
606
- /** pull images from Azure Container Registry with cache */
607
- KnownArtifactSource["Cache"] = "Cache";
608
- /** pull images from Microsoft Artifact Registry */
609
- KnownArtifactSource["Direct"] = "Direct";
610
- })(KnownArtifactSource || (KnownArtifactSource = {}));
611
- /** Known values of {@link SchedulerConfigMode} that the service accepts. */
612
- export var KnownSchedulerConfigMode;
613
- (function (KnownSchedulerConfigMode) {
614
- /** No config customization. Use default configuration. */
615
- KnownSchedulerConfigMode["Default"] = "Default";
616
- /** Enable config customization. Customer can specify scheduler configuration via a CRD. See aka.ms\/aks\/scheduler-crd for details. */
617
- KnownSchedulerConfigMode["ManagedByCRD"] = "ManagedByCRD";
618
- })(KnownSchedulerConfigMode || (KnownSchedulerConfigMode = {}));
619
- /** Known values of {@link CreatedByType} that the service accepts. */
620
- export var KnownCreatedByType;
621
- (function (KnownCreatedByType) {
622
- /** User */
623
- KnownCreatedByType["User"] = "User";
624
- /** Application */
625
- KnownCreatedByType["Application"] = "Application";
626
- /** ManagedIdentity */
627
- KnownCreatedByType["ManagedIdentity"] = "ManagedIdentity";
628
- /** Key */
629
- KnownCreatedByType["Key"] = "Key";
630
- })(KnownCreatedByType || (KnownCreatedByType = {}));
631
- /** Known values of {@link Format} that the service accepts. */
632
- export var KnownFormat;
633
- (function (KnownFormat) {
634
- /** Return azure auth-provider kubeconfig. This format is deprecated in v1.22 and will be fully removed in v1.26. See: https:\//aka.ms\/k8s\/changes-1-26. */
635
- KnownFormat["Azure"] = "azure";
636
- /** Return exec format kubeconfig. This format requires kubelogin binary in the path. */
637
- KnownFormat["Exec"] = "exec";
638
- })(KnownFormat || (KnownFormat = {}));
639
- /** Known values of {@link WeekDay} that the service accepts. */
640
- export var KnownWeekDay;
641
- (function (KnownWeekDay) {
642
- /** Sunday */
643
- KnownWeekDay["Sunday"] = "Sunday";
644
- /** Monday */
645
- KnownWeekDay["Monday"] = "Monday";
646
- /** Tuesday */
647
- KnownWeekDay["Tuesday"] = "Tuesday";
648
- /** Wednesday */
649
- KnownWeekDay["Wednesday"] = "Wednesday";
650
- /** Thursday */
651
- KnownWeekDay["Thursday"] = "Thursday";
652
- /** Friday */
653
- KnownWeekDay["Friday"] = "Friday";
654
- /** Saturday */
655
- KnownWeekDay["Saturday"] = "Saturday";
656
- })(KnownWeekDay || (KnownWeekDay = {}));
657
- /** Known values of {@link Type} that the service accepts. */
658
- export var KnownType;
659
- (function (KnownType) {
660
- /** First. */
661
- KnownType["First"] = "First";
662
- /** Second. */
663
- KnownType["Second"] = "Second";
664
- /** Third. */
665
- KnownType["Third"] = "Third";
666
- /** Fourth. */
667
- KnownType["Fourth"] = "Fourth";
668
- /** Last. */
669
- KnownType["Last"] = "Last";
670
- })(KnownType || (KnownType = {}));
671
- /** Known values of {@link NamespaceProvisioningState} that the service accepts. */
672
- export var KnownNamespaceProvisioningState;
673
- (function (KnownNamespaceProvisioningState) {
674
- /** Updating */
675
- KnownNamespaceProvisioningState["Updating"] = "Updating";
676
- /** Deleting */
677
- KnownNamespaceProvisioningState["Deleting"] = "Deleting";
678
- /** Creating */
679
- KnownNamespaceProvisioningState["Creating"] = "Creating";
680
- /** Succeeded */
681
- KnownNamespaceProvisioningState["Succeeded"] = "Succeeded";
682
- /** Failed */
683
- KnownNamespaceProvisioningState["Failed"] = "Failed";
684
- /** Canceled */
685
- KnownNamespaceProvisioningState["Canceled"] = "Canceled";
686
- })(KnownNamespaceProvisioningState || (KnownNamespaceProvisioningState = {}));
687
- /** Known values of {@link PolicyRule} that the service accepts. */
688
- export var KnownPolicyRule;
689
- (function (KnownPolicyRule) {
690
- /** Deny all network traffic. */
691
- KnownPolicyRule["DenyAll"] = "DenyAll";
692
- /** Allow all network traffic. */
693
- KnownPolicyRule["AllowAll"] = "AllowAll";
694
- /** Allow traffic within the same namespace. */
695
- KnownPolicyRule["AllowSameNamespace"] = "AllowSameNamespace";
696
- })(KnownPolicyRule || (KnownPolicyRule = {}));
697
- /** Known values of {@link AdoptionPolicy} that the service accepts. */
698
- export var KnownAdoptionPolicy;
699
- (function (KnownAdoptionPolicy) {
700
- /** If the namespace already exists in Kubernetes, attempts to create that same namespace in ARM will fail. */
701
- KnownAdoptionPolicy["Never"] = "Never";
702
- /** Take over the existing namespace to be managed by ARM, if there is no difference. */
703
- KnownAdoptionPolicy["IfIdentical"] = "IfIdentical";
704
- /** Always take over the existing namespace to be managed by ARM, some fields might be overwritten. */
705
- KnownAdoptionPolicy["Always"] = "Always";
706
- })(KnownAdoptionPolicy || (KnownAdoptionPolicy = {}));
707
- /** Known values of {@link DeletePolicy} that the service accepts. */
708
- export var KnownDeletePolicy;
709
- (function (KnownDeletePolicy) {
710
- /** Only delete the ARM resource, keep the Kubernetes namespace. Also delete the ManagedByARM label. */
711
- KnownDeletePolicy["Keep"] = "Keep";
712
- /** Delete both the ARM resource and the Kubernetes namespace together. */
713
- KnownDeletePolicy["Delete"] = "Delete";
714
- })(KnownDeletePolicy || (KnownDeletePolicy = {}));
715
- /** Known values of {@link DriftAction} that the service accepts. */
716
- export var KnownDriftAction;
717
- (function (KnownDriftAction) {
718
- /** The machine is up to date. */
719
- KnownDriftAction["Synced"] = "Synced";
720
- /** The machine has drifted and needs to be deleted and recreated. */
721
- KnownDriftAction["Recreate"] = "Recreate";
722
- })(KnownDriftAction || (KnownDriftAction = {}));
723
- /** Known values of {@link VmState} that the service accepts. */
724
- export var KnownVmState;
725
- (function (KnownVmState) {
726
- /** The virtual machine is currently running. */
727
- KnownVmState["Running"] = "Running";
728
- /** The virtual machine has been deleted by the user or due to spot eviction. */
729
- KnownVmState["Deleted"] = "Deleted";
730
- })(KnownVmState || (KnownVmState = {}));
731
- /** Known values of {@link PrivateEndpointConnectionProvisioningState} that the service accepts. */
732
- export var KnownPrivateEndpointConnectionProvisioningState;
733
- (function (KnownPrivateEndpointConnectionProvisioningState) {
734
- /** Canceled */
735
- KnownPrivateEndpointConnectionProvisioningState["Canceled"] = "Canceled";
736
- /** Creating */
737
- KnownPrivateEndpointConnectionProvisioningState["Creating"] = "Creating";
738
- /** Deleting */
739
- KnownPrivateEndpointConnectionProvisioningState["Deleting"] = "Deleting";
740
- /** Failed */
741
- KnownPrivateEndpointConnectionProvisioningState["Failed"] = "Failed";
742
- /** Succeeded */
743
- KnownPrivateEndpointConnectionProvisioningState["Succeeded"] = "Succeeded";
744
- })(KnownPrivateEndpointConnectionProvisioningState || (KnownPrivateEndpointConnectionProvisioningState = {}));
745
- /** Known values of {@link ConnectionStatus} that the service accepts. */
746
- export var KnownConnectionStatus;
747
- (function (KnownConnectionStatus) {
748
- /** Pending */
749
- KnownConnectionStatus["Pending"] = "Pending";
750
- /** Approved */
751
- KnownConnectionStatus["Approved"] = "Approved";
752
- /** Rejected */
753
- KnownConnectionStatus["Rejected"] = "Rejected";
754
- /** Disconnected */
755
- KnownConnectionStatus["Disconnected"] = "Disconnected";
756
- })(KnownConnectionStatus || (KnownConnectionStatus = {}));
757
- /** Known values of {@link SnapshotType} that the service accepts. */
758
- export var KnownSnapshotType;
759
- (function (KnownSnapshotType) {
760
- /** The snapshot is a snapshot of a node pool. */
761
- KnownSnapshotType["NodePool"] = "NodePool";
762
- /** The snapshot is a snapshot of a managed cluster. */
763
- KnownSnapshotType["ManagedCluster"] = "ManagedCluster";
764
- })(KnownSnapshotType || (KnownSnapshotType = {}));
765
- /** Known values of {@link TrustedAccessRoleBindingProvisioningState} that the service accepts. */
766
- export var KnownTrustedAccessRoleBindingProvisioningState;
767
- (function (KnownTrustedAccessRoleBindingProvisioningState) {
768
- /** Canceled */
769
- KnownTrustedAccessRoleBindingProvisioningState["Canceled"] = "Canceled";
770
- /** Deleting */
771
- KnownTrustedAccessRoleBindingProvisioningState["Deleting"] = "Deleting";
772
- /** Failed */
773
- KnownTrustedAccessRoleBindingProvisioningState["Failed"] = "Failed";
774
- /** Succeeded */
775
- KnownTrustedAccessRoleBindingProvisioningState["Succeeded"] = "Succeeded";
776
- /** Updating */
777
- KnownTrustedAccessRoleBindingProvisioningState["Updating"] = "Updating";
778
- })(KnownTrustedAccessRoleBindingProvisioningState || (KnownTrustedAccessRoleBindingProvisioningState = {}));
779
- /** Known values of {@link GuardrailsSupport} that the service accepts. */
780
- export var KnownGuardrailsSupport;
781
- (function (KnownGuardrailsSupport) {
782
- /** The version is preview. It is not recommended to use preview versions on critical production clusters. The preview version may not support all use-cases. */
783
- KnownGuardrailsSupport["Preview"] = "Preview";
784
- /** The version is stable and can be used on critical production clusters. */
785
- KnownGuardrailsSupport["Stable"] = "Stable";
786
- })(KnownGuardrailsSupport || (KnownGuardrailsSupport = {}));
787
- /** Known values of {@link SafeguardsSupport} that the service accepts. */
788
- export var KnownSafeguardsSupport;
789
- (function (KnownSafeguardsSupport) {
790
- /** The version is preview. It is not recommended to use preview versions on critical production clusters. The preview version may not support all use-cases. */
791
- KnownSafeguardsSupport["Preview"] = "Preview";
792
- /** The version is stable and can be used on critical production clusters. */
793
- KnownSafeguardsSupport["Stable"] = "Stable";
794
- })(KnownSafeguardsSupport || (KnownSafeguardsSupport = {}));
795
- /** Known values of {@link Operator} that the service accepts. */
796
- export var KnownOperator;
797
- (function (KnownOperator) {
798
- /** The value of the key should be in the given list. */
799
- KnownOperator["In"] = "In";
800
- /** The value of the key should not be in the given list. */
801
- KnownOperator["NotIn"] = "NotIn";
802
- /** The value of the key should exist. */
803
- KnownOperator["Exists"] = "Exists";
804
- /** The value of the key should not exist. */
805
- KnownOperator["DoesNotExist"] = "DoesNotExist";
806
- })(KnownOperator || (KnownOperator = {}));
807
- /** Known values of {@link IdentityBindingProvisioningState} that the service accepts. */
808
- export var KnownIdentityBindingProvisioningState;
809
- (function (KnownIdentityBindingProvisioningState) {
810
- /** Resource has been created. */
811
- KnownIdentityBindingProvisioningState["Succeeded"] = "Succeeded";
812
- /** Resource creation failed. */
813
- KnownIdentityBindingProvisioningState["Failed"] = "Failed";
814
- /** Resource creation was canceled. */
815
- KnownIdentityBindingProvisioningState["Canceled"] = "Canceled";
816
- /** The identity binding is being created. */
817
- KnownIdentityBindingProvisioningState["Creating"] = "Creating";
818
- /** The identity binding is being updated. */
819
- KnownIdentityBindingProvisioningState["Updating"] = "Updating";
820
- /** The identity binding is being deleted. */
821
- KnownIdentityBindingProvisioningState["Deleting"] = "Deleting";
822
- })(KnownIdentityBindingProvisioningState || (KnownIdentityBindingProvisioningState = {}));
823
- /** Known values of {@link JWTAuthenticatorProvisioningState} that the service accepts. */
824
- export var KnownJWTAuthenticatorProvisioningState;
825
- (function (KnownJWTAuthenticatorProvisioningState) {
826
- /** Resource has been created. */
827
- KnownJWTAuthenticatorProvisioningState["Succeeded"] = "Succeeded";
828
- /** Resource creation failed. */
829
- KnownJWTAuthenticatorProvisioningState["Failed"] = "Failed";
830
- /** Resource creation was canceled. */
831
- KnownJWTAuthenticatorProvisioningState["Canceled"] = "Canceled";
832
- /** The JWT authenticator is being created. */
833
- KnownJWTAuthenticatorProvisioningState["Creating"] = "Creating";
834
- /** The JWT authenticator is being updated. */
835
- KnownJWTAuthenticatorProvisioningState["Updating"] = "Updating";
836
- /** The JWT authenticator is being deleted. */
837
- KnownJWTAuthenticatorProvisioningState["Deleting"] = "Deleting";
838
- })(KnownJWTAuthenticatorProvisioningState || (KnownJWTAuthenticatorProvisioningState = {}));
839
- /** Known values of {@link MeshMembershipProvisioningState} that the service accepts. */
840
- export var KnownMeshMembershipProvisioningState;
841
- (function (KnownMeshMembershipProvisioningState) {
842
- /** Resource creation was canceled. */
843
- KnownMeshMembershipProvisioningState["Canceled"] = "Canceled";
844
- /** The Mesh Membership is being created. */
845
- KnownMeshMembershipProvisioningState["Creating"] = "Creating";
846
- /** The Mesh Membership is being deleted. */
847
- KnownMeshMembershipProvisioningState["Deleting"] = "Deleting";
848
- /** Resource creation failed. */
849
- KnownMeshMembershipProvisioningState["Failed"] = "Failed";
850
- /** Resource has been created. */
851
- KnownMeshMembershipProvisioningState["Succeeded"] = "Succeeded";
852
- /** The Mesh Membership is being updated. */
853
- KnownMeshMembershipProvisioningState["Updating"] = "Updating";
854
- })(KnownMeshMembershipProvisioningState || (KnownMeshMembershipProvisioningState = {}));
3
+ export { KnownOSDiskType, KnownKubeletDiskType, KnownWorkloadRuntime, KnownPodIPAllocationMode, KnownOSType, KnownOssku, KnownScaleDownMode, KnownAgentPoolType, KnownAgentPoolMode, KnownUndrainableNodeBehavior, KnownCode, KnownScaleSetPriority, KnownScaleSetEvictionPolicy, KnownGPUInstanceProfile, KnownProtocol, KnownAgentPoolSSHAccess, KnownGPUDriver, KnownLocalDNSMode, KnownLocalDNSState, KnownLocalDNSQueryLogging, KnownLocalDNSProtocol, KnownLocalDNSForwardDestination, KnownLocalDNSForwardPolicy, KnownLocalDNSServeStale, KnownCreatedByType, KnownLicenseType, KnownManagedClusterPodIdentityProvisioningState, KnownRestrictionLevel, KnownKubernetesSupportPlan, KnownNetworkPlugin, KnownNetworkPluginMode, KnownNetworkPolicy, KnownNetworkMode, KnownNetworkDataplane, KnownAdvancedNetworkPolicies, KnownTransitEncryptionType, KnownAccelerationMode, KnownOutboundType, KnownLoadBalancerSku, KnownBackendPoolType, KnownIpFamily, KnownUpgradeChannel, KnownNodeOSUpgradeChannel, KnownExpander, KnownKeyVaultNetworkAccessTypes, KnownNginxIngressControllerType, KnownPublicNetworkAccess, KnownServiceMeshMode, KnownIstioIngressGatewayMode, KnownProxyRedirectionMechanism, KnownNodeProvisioningMode, KnownNodeProvisioningDefaultNodePools, KnownArtifactSource, KnownManagedClusterSKUName, KnownManagedClusterSKUTier, KnownExtendedLocationTypes, KnownResourceIdentityType, KnownWeekDay, KnownType, KnownNamespaceProvisioningState, KnownPolicyRule, KnownAdoptionPolicy, KnownDeletePolicy, KnownPrivateEndpointConnectionProvisioningState, KnownConnectionStatus, KnownSnapshotType, KnownTrustedAccessRoleBindingProvisioningState, KnownFormat, KnownVersions, } from "./models.js";
855
4
  //# sourceMappingURL=index.js.map