@azure/arm-containerservice 25.2.0 → 25.3.0-beta.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (664) hide show
  1. package/README.md +1 -1
  2. package/dist/browser/api/agentPools/index.d.ts +2 -2
  3. package/dist/browser/api/agentPools/index.js +1 -1
  4. package/dist/browser/api/agentPools/index.js.map +1 -1
  5. package/dist/browser/api/agentPools/operations.d.ts +5 -1
  6. package/dist/browser/api/agentPools/operations.js +50 -15
  7. package/dist/browser/api/agentPools/operations.js.map +1 -1
  8. package/dist/browser/api/agentPools/options.d.ts +5 -0
  9. package/dist/browser/api/agentPools/options.js.map +1 -1
  10. package/dist/browser/api/containerService/index.d.ts +3 -0
  11. package/dist/browser/api/containerService/index.js +4 -0
  12. package/dist/browser/api/containerService/index.js.map +1 -0
  13. package/dist/browser/api/containerService/operations.d.ts +10 -0
  14. package/dist/browser/api/containerService/operations.js +37 -0
  15. package/dist/browser/api/containerService/operations.js.map +1 -0
  16. package/dist/browser/api/containerService/options.d.ts +5 -0
  17. package/dist/browser/api/containerService/options.js.map +1 -0
  18. package/dist/browser/api/containerServiceContext.js +1 -1
  19. package/dist/browser/api/containerServiceContext.js.map +1 -1
  20. package/dist/browser/api/identityBindings/index.d.ts +3 -0
  21. package/dist/browser/api/identityBindings/index.js.map +1 -0
  22. package/dist/browser/api/identityBindings/operations.d.ts +23 -0
  23. package/dist/browser/api/identityBindings/operations.js +135 -0
  24. package/dist/browser/api/identityBindings/operations.js.map +1 -0
  25. package/dist/browser/api/identityBindings/options.d.ts +18 -0
  26. package/dist/browser/api/identityBindings/options.js.map +1 -0
  27. package/dist/browser/api/jwtAuthenticators/index.d.ts +3 -0
  28. package/dist/browser/api/jwtAuthenticators/index.js +4 -0
  29. package/dist/browser/api/jwtAuthenticators/index.js.map +1 -0
  30. package/dist/browser/api/jwtAuthenticators/operations.d.ts +23 -0
  31. package/dist/browser/api/jwtAuthenticators/operations.js +135 -0
  32. package/dist/browser/api/jwtAuthenticators/operations.js.map +1 -0
  33. package/dist/{react-native/api/trustedAccessRoleBindings → browser/api/jwtAuthenticators}/options.d.ts +4 -4
  34. package/dist/browser/api/jwtAuthenticators/options.js.map +1 -0
  35. package/dist/browser/api/loadBalancers/index.d.ts +3 -0
  36. package/dist/browser/api/loadBalancers/index.js +4 -0
  37. package/dist/browser/api/loadBalancers/index.js.map +1 -0
  38. package/dist/browser/api/loadBalancers/operations.d.ts +23 -0
  39. package/dist/{react-native/api/maintenanceConfigurations → browser/api/loadBalancers}/operations.js +42 -32
  40. package/dist/browser/api/loadBalancers/operations.js.map +1 -0
  41. package/dist/browser/api/loadBalancers/options.d.ts +16 -0
  42. package/dist/browser/api/loadBalancers/options.js.map +1 -0
  43. package/dist/browser/api/machines/index.d.ts +2 -2
  44. package/dist/browser/api/machines/index.js +1 -1
  45. package/dist/browser/api/machines/index.js.map +1 -1
  46. package/dist/browser/api/machines/operations.d.ts +6 -1
  47. package/dist/browser/api/machines/operations.js +51 -4
  48. package/dist/browser/api/machines/operations.js.map +1 -1
  49. package/dist/browser/api/machines/options.d.ts +9 -0
  50. package/dist/browser/api/machines/options.js.map +1 -1
  51. package/dist/browser/api/maintenanceConfigurations/operations.js +9 -5
  52. package/dist/browser/api/maintenanceConfigurations/operations.js.map +1 -1
  53. package/dist/browser/api/managedClusterSnapshots/index.d.ts +3 -0
  54. package/dist/browser/api/managedClusterSnapshots/index.js.map +1 -0
  55. package/dist/browser/api/managedClusterSnapshots/operations.d.ts +30 -0
  56. package/dist/{react-native/api/snapshots → browser/api/managedClusterSnapshots}/operations.js +35 -27
  57. package/dist/browser/api/managedClusterSnapshots/operations.js.map +1 -0
  58. package/dist/browser/api/managedClusterSnapshots/options.d.ts +20 -0
  59. package/dist/browser/api/managedClusterSnapshots/options.js.map +1 -0
  60. package/dist/browser/api/managedClusters/index.d.ts +2 -2
  61. package/dist/browser/api/managedClusters/index.js +1 -1
  62. package/dist/browser/api/managedClusters/index.js.map +1 -1
  63. package/dist/browser/api/managedClusters/operations.d.ts +22 -2
  64. package/dist/browser/api/managedClusters/operations.js +215 -44
  65. package/dist/browser/api/managedClusters/operations.js.map +1 -1
  66. package/dist/browser/api/managedClusters/options.d.ts +19 -0
  67. package/dist/browser/api/managedClusters/options.js.map +1 -1
  68. package/dist/browser/api/managedNamespaces/operations.js +13 -9
  69. package/dist/browser/api/managedNamespaces/operations.js.map +1 -1
  70. package/dist/browser/api/meshMemberships/index.d.ts +3 -0
  71. package/dist/browser/api/meshMemberships/index.js +4 -0
  72. package/dist/browser/api/meshMemberships/index.js.map +1 -0
  73. package/dist/browser/api/meshMemberships/operations.d.ts +23 -0
  74. package/dist/{react-native/api/trustedAccessRoleBindings → browser/api/meshMemberships}/operations.js +39 -35
  75. package/dist/browser/api/meshMemberships/operations.js.map +1 -0
  76. package/dist/browser/api/meshMemberships/options.d.ts +18 -0
  77. package/dist/browser/api/meshMemberships/options.js.map +1 -0
  78. package/dist/browser/api/operationStatusResult/index.d.ts +3 -0
  79. package/dist/browser/api/operationStatusResult/index.js +4 -0
  80. package/dist/browser/api/operationStatusResult/index.js.map +1 -0
  81. package/dist/browser/api/operationStatusResult/operations.d.ts +18 -0
  82. package/dist/browser/api/operationStatusResult/operations.js +97 -0
  83. package/dist/browser/api/operationStatusResult/operations.js.map +1 -0
  84. package/dist/browser/api/operationStatusResult/options.d.ts +11 -0
  85. package/dist/browser/api/operationStatusResult/options.js.map +1 -0
  86. package/dist/browser/api/operations/operations.js +6 -2
  87. package/dist/browser/api/operations/operations.js.map +1 -1
  88. package/dist/browser/api/privateEndpointConnections/operations.js +5 -5
  89. package/dist/browser/api/privateEndpointConnections/operations.js.map +1 -1
  90. package/dist/browser/api/privateLinkResources/operations.js +1 -1
  91. package/dist/browser/api/privateLinkResources/operations.js.map +1 -1
  92. package/dist/browser/api/resolvePrivateLinkServiceId/operations.js +1 -1
  93. package/dist/browser/api/resolvePrivateLinkServiceId/operations.js.map +1 -1
  94. package/dist/browser/api/snapshots/operations.js +16 -8
  95. package/dist/browser/api/snapshots/operations.js.map +1 -1
  96. package/dist/browser/api/trustedAccessRoleBindings/operations.js +11 -7
  97. package/dist/browser/api/trustedAccessRoleBindings/operations.js.map +1 -1
  98. package/dist/browser/api/trustedAccessRoles/operations.js +6 -2
  99. package/dist/browser/api/trustedAccessRoles/operations.js.map +1 -1
  100. package/dist/browser/api/vmSkus/index.d.ts +3 -0
  101. package/dist/browser/api/vmSkus/index.js.map +1 -0
  102. package/dist/browser/api/vmSkus/operations.d.ts +10 -0
  103. package/dist/{react-native/api/trustedAccessRoles → browser/api/vmSkus}/operations.js +11 -6
  104. package/dist/browser/api/vmSkus/operations.js.map +1 -0
  105. package/dist/browser/api/vmSkus/options.d.ts +7 -0
  106. package/dist/browser/api/vmSkus/options.js.map +1 -0
  107. package/dist/browser/classic/agentPools/index.d.ts +7 -1
  108. package/dist/browser/classic/agentPools/index.js +10 -1
  109. package/dist/browser/classic/agentPools/index.js.map +1 -1
  110. package/dist/browser/classic/containerService/index.d.ts +11 -0
  111. package/dist/browser/classic/containerService/index.js +14 -0
  112. package/dist/browser/classic/containerService/index.js.map +1 -0
  113. package/dist/browser/classic/identityBindings/index.d.ts +27 -0
  114. package/dist/browser/classic/identityBindings/index.js +34 -0
  115. package/dist/browser/classic/identityBindings/index.js.map +1 -0
  116. package/dist/browser/classic/index.d.ts +8 -0
  117. package/dist/browser/classic/index.js.map +1 -1
  118. package/dist/browser/classic/jwtAuthenticators/index.d.ts +27 -0
  119. package/dist/browser/classic/jwtAuthenticators/index.js +34 -0
  120. package/dist/browser/classic/jwtAuthenticators/index.js.map +1 -0
  121. package/dist/browser/classic/loadBalancers/index.d.ts +23 -0
  122. package/dist/browser/classic/loadBalancers/index.js +26 -0
  123. package/dist/browser/classic/loadBalancers/index.js.map +1 -0
  124. package/dist/browser/classic/machines/index.d.ts +9 -1
  125. package/dist/browser/classic/machines/index.js +11 -1
  126. package/dist/browser/classic/machines/index.js.map +1 -1
  127. package/dist/browser/classic/managedClusterSnapshots/index.d.ts +21 -0
  128. package/dist/{react-native/classic/snapshots → browser/classic/managedClusterSnapshots}/index.js +4 -4
  129. package/dist/browser/classic/managedClusterSnapshots/index.js.map +1 -0
  130. package/dist/browser/classic/managedClusters/index.d.ts +16 -2
  131. package/dist/browser/classic/managedClusters/index.js +14 -1
  132. package/dist/browser/classic/managedClusters/index.js.map +1 -1
  133. package/dist/browser/classic/meshMemberships/index.d.ts +27 -0
  134. package/dist/browser/classic/meshMemberships/index.js +34 -0
  135. package/dist/browser/classic/meshMemberships/index.js.map +1 -0
  136. package/dist/browser/classic/operationStatusResult/index.d.ts +15 -0
  137. package/dist/browser/classic/operationStatusResult/index.js +16 -0
  138. package/dist/browser/classic/operationStatusResult/index.js.map +1 -0
  139. package/dist/browser/classic/vmSkus/index.d.ts +11 -0
  140. package/dist/browser/classic/vmSkus/index.js +14 -0
  141. package/dist/browser/classic/vmSkus/index.js.map +1 -0
  142. package/dist/browser/containerServiceClient.d.ts +24 -0
  143. package/dist/browser/containerServiceClient.js +32 -0
  144. package/dist/browser/containerServiceClient.js.map +1 -1
  145. package/dist/browser/index.d.ts +14 -6
  146. package/dist/browser/index.js +1 -1
  147. package/dist/browser/index.js.map +1 -1
  148. package/dist/browser/models/index.d.ts +2 -2
  149. package/dist/browser/models/index.js +1 -1
  150. package/dist/browser/models/index.js.map +1 -1
  151. package/dist/browser/models/models.d.ts +1658 -13
  152. package/dist/browser/models/models.js +2066 -16
  153. package/dist/browser/models/models.js.map +1 -1
  154. package/dist/browser/restorePollerHelpers.js +35 -5
  155. package/dist/browser/restorePollerHelpers.js.map +1 -1
  156. package/dist/commonjs/api/agentPools/index.d.ts +2 -2
  157. package/dist/commonjs/api/agentPools/index.js +2 -0
  158. package/dist/commonjs/api/agentPools/index.js.map +2 -2
  159. package/dist/commonjs/api/agentPools/operations.d.ts +5 -1
  160. package/dist/commonjs/api/agentPools/operations.js +59 -15
  161. package/dist/commonjs/api/agentPools/operations.js.map +2 -2
  162. package/dist/commonjs/api/agentPools/options.d.ts +5 -0
  163. package/dist/commonjs/api/agentPools/options.js.map +1 -1
  164. package/dist/commonjs/api/containerService/index.d.ts +3 -0
  165. package/dist/commonjs/api/containerService/index.js +28 -0
  166. package/dist/commonjs/api/containerService/index.js.map +7 -0
  167. package/dist/commonjs/api/containerService/operations.d.ts +10 -0
  168. package/dist/commonjs/api/containerService/operations.js +74 -0
  169. package/dist/commonjs/api/containerService/operations.js.map +7 -0
  170. package/dist/commonjs/api/containerService/options.d.ts +5 -0
  171. package/dist/commonjs/api/containerService/options.js +16 -0
  172. package/dist/commonjs/api/containerService/options.js.map +7 -0
  173. package/dist/commonjs/api/containerServiceContext.js +1 -1
  174. package/dist/commonjs/api/containerServiceContext.js.map +1 -1
  175. package/dist/commonjs/api/identityBindings/index.d.ts +3 -0
  176. package/dist/commonjs/api/identityBindings/index.js +34 -0
  177. package/dist/commonjs/api/identityBindings/index.js.map +7 -0
  178. package/dist/commonjs/api/identityBindings/operations.d.ts +23 -0
  179. package/dist/commonjs/api/identityBindings/operations.js +212 -0
  180. package/dist/commonjs/api/identityBindings/operations.js.map +7 -0
  181. package/dist/commonjs/api/identityBindings/options.d.ts +18 -0
  182. package/dist/commonjs/api/identityBindings/options.js +16 -0
  183. package/dist/commonjs/api/identityBindings/options.js.map +7 -0
  184. package/dist/commonjs/api/jwtAuthenticators/index.d.ts +3 -0
  185. package/dist/commonjs/api/jwtAuthenticators/index.js +34 -0
  186. package/dist/commonjs/api/jwtAuthenticators/index.js.map +7 -0
  187. package/dist/commonjs/api/jwtAuthenticators/operations.d.ts +23 -0
  188. package/dist/commonjs/api/jwtAuthenticators/operations.js +212 -0
  189. package/dist/commonjs/api/jwtAuthenticators/operations.js.map +7 -0
  190. package/dist/commonjs/api/jwtAuthenticators/options.d.ts +18 -0
  191. package/dist/commonjs/api/jwtAuthenticators/options.js +16 -0
  192. package/dist/commonjs/api/jwtAuthenticators/options.js.map +7 -0
  193. package/dist/commonjs/api/loadBalancers/index.d.ts +3 -0
  194. package/dist/commonjs/api/loadBalancers/index.js +34 -0
  195. package/dist/commonjs/api/loadBalancers/index.js.map +7 -0
  196. package/dist/commonjs/api/loadBalancers/operations.d.ts +23 -0
  197. package/dist/commonjs/api/loadBalancers/operations.js +207 -0
  198. package/dist/commonjs/api/loadBalancers/operations.js.map +7 -0
  199. package/dist/commonjs/api/loadBalancers/options.d.ts +16 -0
  200. package/dist/commonjs/api/loadBalancers/options.js +16 -0
  201. package/dist/commonjs/api/loadBalancers/options.js.map +7 -0
  202. package/dist/commonjs/api/machines/index.d.ts +2 -2
  203. package/dist/commonjs/api/machines/index.js +2 -0
  204. package/dist/commonjs/api/machines/index.js.map +2 -2
  205. package/dist/commonjs/api/machines/operations.d.ts +6 -1
  206. package/dist/commonjs/api/machines/operations.js +67 -3
  207. package/dist/commonjs/api/machines/operations.js.map +2 -2
  208. package/dist/commonjs/api/machines/options.d.ts +9 -0
  209. package/dist/commonjs/api/machines/options.js.map +1 -1
  210. package/dist/commonjs/api/maintenanceConfigurations/operations.js +9 -5
  211. package/dist/commonjs/api/maintenanceConfigurations/operations.js.map +2 -2
  212. package/dist/commonjs/api/managedClusterSnapshots/index.d.ts +3 -0
  213. package/dist/commonjs/api/managedClusterSnapshots/index.js +38 -0
  214. package/dist/commonjs/api/managedClusterSnapshots/index.js.map +7 -0
  215. package/dist/commonjs/api/managedClusterSnapshots/operations.d.ts +30 -0
  216. package/dist/commonjs/api/managedClusterSnapshots/operations.js +279 -0
  217. package/dist/commonjs/api/managedClusterSnapshots/operations.js.map +7 -0
  218. package/dist/commonjs/api/managedClusterSnapshots/options.d.ts +20 -0
  219. package/dist/commonjs/api/managedClusterSnapshots/options.js +16 -0
  220. package/dist/commonjs/api/managedClusterSnapshots/options.js.map +7 -0
  221. package/dist/commonjs/api/managedClusters/index.d.ts +2 -2
  222. package/dist/commonjs/api/managedClusters/index.js +10 -0
  223. package/dist/commonjs/api/managedClusters/index.js.map +2 -2
  224. package/dist/commonjs/api/managedClusters/operations.d.ts +22 -2
  225. package/dist/commonjs/api/managedClusters/operations.js +276 -43
  226. package/dist/commonjs/api/managedClusters/operations.js.map +2 -2
  227. package/dist/commonjs/api/managedClusters/options.d.ts +19 -0
  228. package/dist/commonjs/api/managedClusters/options.js.map +1 -1
  229. package/dist/commonjs/api/managedNamespaces/operations.js +13 -9
  230. package/dist/commonjs/api/managedNamespaces/operations.js.map +2 -2
  231. package/dist/commonjs/api/meshMemberships/index.d.ts +3 -0
  232. package/dist/commonjs/api/meshMemberships/index.js +34 -0
  233. package/dist/commonjs/api/meshMemberships/index.js.map +7 -0
  234. package/dist/commonjs/api/meshMemberships/operations.d.ts +23 -0
  235. package/dist/commonjs/api/meshMemberships/operations.js +212 -0
  236. package/dist/commonjs/api/meshMemberships/operations.js.map +7 -0
  237. package/dist/commonjs/api/meshMemberships/options.d.ts +18 -0
  238. package/dist/commonjs/api/meshMemberships/options.js +16 -0
  239. package/dist/commonjs/api/meshMemberships/options.js.map +7 -0
  240. package/dist/commonjs/api/operationStatusResult/index.d.ts +3 -0
  241. package/dist/commonjs/api/operationStatusResult/index.js +32 -0
  242. package/dist/commonjs/api/operationStatusResult/index.js.map +7 -0
  243. package/dist/commonjs/api/operationStatusResult/operations.d.ts +18 -0
  244. package/dist/commonjs/api/operationStatusResult/operations.js +159 -0
  245. package/dist/commonjs/api/operationStatusResult/operations.js.map +7 -0
  246. package/dist/commonjs/api/operationStatusResult/options.d.ts +11 -0
  247. package/dist/commonjs/api/operationStatusResult/options.js +16 -0
  248. package/dist/commonjs/api/operationStatusResult/options.js.map +7 -0
  249. package/dist/commonjs/api/operations/operations.js +6 -2
  250. package/dist/commonjs/api/operations/operations.js.map +2 -2
  251. package/dist/commonjs/api/privateEndpointConnections/operations.js +5 -5
  252. package/dist/commonjs/api/privateEndpointConnections/operations.js.map +1 -1
  253. package/dist/commonjs/api/privateLinkResources/operations.js +1 -1
  254. package/dist/commonjs/api/privateLinkResources/operations.js.map +1 -1
  255. package/dist/commonjs/api/resolvePrivateLinkServiceId/operations.js +1 -1
  256. package/dist/commonjs/api/resolvePrivateLinkServiceId/operations.js.map +1 -1
  257. package/dist/commonjs/api/snapshots/operations.js +16 -8
  258. package/dist/commonjs/api/snapshots/operations.js.map +2 -2
  259. package/dist/commonjs/api/trustedAccessRoleBindings/operations.js +11 -7
  260. package/dist/commonjs/api/trustedAccessRoleBindings/operations.js.map +2 -2
  261. package/dist/commonjs/api/trustedAccessRoles/operations.js +6 -2
  262. package/dist/commonjs/api/trustedAccessRoles/operations.js.map +2 -2
  263. package/dist/commonjs/api/vmSkus/index.d.ts +3 -0
  264. package/dist/commonjs/api/vmSkus/index.js +28 -0
  265. package/dist/commonjs/api/vmSkus/index.js.map +7 -0
  266. package/dist/commonjs/api/vmSkus/operations.d.ts +10 -0
  267. package/dist/commonjs/api/vmSkus/operations.js +75 -0
  268. package/dist/commonjs/api/vmSkus/operations.js.map +7 -0
  269. package/dist/commonjs/api/vmSkus/options.d.ts +7 -0
  270. package/dist/commonjs/api/vmSkus/options.js +16 -0
  271. package/dist/commonjs/api/vmSkus/options.js.map +7 -0
  272. package/dist/commonjs/classic/agentPools/index.d.ts +7 -1
  273. package/dist/commonjs/classic/agentPools/index.js +21 -0
  274. package/dist/commonjs/classic/agentPools/index.js.map +2 -2
  275. package/dist/commonjs/classic/containerService/index.d.ts +11 -0
  276. package/dist/commonjs/classic/containerService/index.js +38 -0
  277. package/dist/commonjs/classic/containerService/index.js.map +7 -0
  278. package/dist/commonjs/classic/identityBindings/index.d.ts +27 -0
  279. package/dist/commonjs/classic/identityBindings/index.js +85 -0
  280. package/dist/commonjs/classic/identityBindings/index.js.map +7 -0
  281. package/dist/commonjs/classic/index.d.ts +8 -0
  282. package/dist/commonjs/classic/index.js.map +1 -1
  283. package/dist/commonjs/classic/jwtAuthenticators/index.d.ts +27 -0
  284. package/dist/commonjs/classic/jwtAuthenticators/index.js +85 -0
  285. package/dist/commonjs/classic/jwtAuthenticators/index.js.map +7 -0
  286. package/dist/commonjs/classic/loadBalancers/index.d.ts +23 -0
  287. package/dist/commonjs/classic/loadBalancers/index.js +57 -0
  288. package/dist/commonjs/classic/loadBalancers/index.js.map +7 -0
  289. package/dist/commonjs/classic/machines/index.d.ts +9 -1
  290. package/dist/commonjs/classic/machines/index.js +34 -0
  291. package/dist/commonjs/classic/machines/index.js.map +2 -2
  292. package/dist/commonjs/classic/managedClusterSnapshots/index.d.ts +21 -0
  293. package/dist/commonjs/classic/managedClusterSnapshots/index.js +43 -0
  294. package/dist/commonjs/classic/managedClusterSnapshots/index.js.map +7 -0
  295. package/dist/commonjs/classic/managedClusters/index.d.ts +16 -2
  296. package/dist/commonjs/classic/managedClusters/index.js +25 -0
  297. package/dist/commonjs/classic/managedClusters/index.js.map +2 -2
  298. package/dist/commonjs/classic/meshMemberships/index.d.ts +27 -0
  299. package/dist/commonjs/classic/meshMemberships/index.js +79 -0
  300. package/dist/commonjs/classic/meshMemberships/index.js.map +7 -0
  301. package/dist/commonjs/classic/operationStatusResult/index.d.ts +15 -0
  302. package/dist/commonjs/classic/operationStatusResult/index.js +40 -0
  303. package/dist/commonjs/classic/operationStatusResult/index.js.map +7 -0
  304. package/dist/commonjs/classic/vmSkus/index.d.ts +11 -0
  305. package/dist/commonjs/classic/vmSkus/index.js +38 -0
  306. package/dist/commonjs/classic/vmSkus/index.js.map +7 -0
  307. package/dist/commonjs/containerServiceClient.d.ts +24 -0
  308. package/dist/commonjs/containerServiceClient.js +32 -0
  309. package/dist/commonjs/containerServiceClient.js.map +2 -2
  310. package/dist/commonjs/index.d.ts +14 -6
  311. package/dist/commonjs/index.js +54 -0
  312. package/dist/commonjs/index.js.map +2 -2
  313. package/dist/commonjs/models/index.d.ts +2 -2
  314. package/dist/commonjs/models/index.js +54 -0
  315. package/dist/commonjs/models/index.js.map +2 -2
  316. package/dist/commonjs/models/models.d.ts +1658 -13
  317. package/dist/commonjs/models/models.js +2027 -53
  318. package/dist/commonjs/models/models.js.map +3 -3
  319. package/dist/commonjs/restorePollerHelpers.js +56 -26
  320. package/dist/commonjs/restorePollerHelpers.js.map +3 -3
  321. package/dist/esm/api/agentPools/index.d.ts +2 -2
  322. package/dist/esm/api/agentPools/index.js +1 -1
  323. package/dist/esm/api/agentPools/index.js.map +1 -1
  324. package/dist/esm/api/agentPools/operations.d.ts +5 -1
  325. package/dist/esm/api/agentPools/operations.js +50 -15
  326. package/dist/esm/api/agentPools/operations.js.map +1 -1
  327. package/dist/esm/api/agentPools/options.d.ts +5 -0
  328. package/dist/esm/api/agentPools/options.js.map +1 -1
  329. package/dist/esm/api/containerService/index.d.ts +3 -0
  330. package/dist/esm/api/containerService/index.js +4 -0
  331. package/dist/esm/api/containerService/index.js.map +1 -0
  332. package/dist/esm/api/containerService/operations.d.ts +10 -0
  333. package/dist/esm/api/containerService/operations.js +37 -0
  334. package/dist/esm/api/containerService/operations.js.map +1 -0
  335. package/dist/esm/api/containerService/options.d.ts +5 -0
  336. package/dist/esm/api/containerService/options.js.map +1 -0
  337. package/dist/esm/api/containerServiceContext.js +1 -1
  338. package/dist/esm/api/containerServiceContext.js.map +1 -1
  339. package/dist/esm/api/identityBindings/index.d.ts +3 -0
  340. package/dist/esm/api/identityBindings/index.js +4 -0
  341. package/dist/esm/api/identityBindings/index.js.map +1 -0
  342. package/dist/esm/api/identityBindings/operations.d.ts +23 -0
  343. package/dist/esm/api/identityBindings/operations.js +135 -0
  344. package/dist/esm/api/identityBindings/operations.js.map +1 -0
  345. package/dist/esm/api/identityBindings/options.d.ts +18 -0
  346. package/dist/esm/api/identityBindings/options.js.map +1 -0
  347. package/dist/esm/api/jwtAuthenticators/index.d.ts +3 -0
  348. package/dist/esm/api/jwtAuthenticators/index.js +4 -0
  349. package/dist/esm/api/jwtAuthenticators/index.js.map +1 -0
  350. package/dist/esm/api/jwtAuthenticators/operations.d.ts +23 -0
  351. package/dist/esm/api/jwtAuthenticators/operations.js +135 -0
  352. package/dist/esm/api/jwtAuthenticators/operations.js.map +1 -0
  353. package/dist/esm/api/jwtAuthenticators/options.d.ts +18 -0
  354. package/dist/esm/api/jwtAuthenticators/options.js.map +1 -0
  355. package/dist/esm/api/loadBalancers/index.d.ts +3 -0
  356. package/dist/esm/api/loadBalancers/index.js +4 -0
  357. package/dist/esm/api/loadBalancers/index.js.map +1 -0
  358. package/dist/esm/api/loadBalancers/operations.d.ts +23 -0
  359. package/dist/{react-native/api/privateEndpointConnections → esm/api/loadBalancers}/operations.js +43 -39
  360. package/dist/esm/api/loadBalancers/operations.js.map +1 -0
  361. package/dist/esm/api/loadBalancers/options.d.ts +16 -0
  362. package/dist/esm/api/loadBalancers/options.js.map +1 -0
  363. package/dist/esm/api/machines/index.d.ts +2 -2
  364. package/dist/esm/api/machines/index.js +1 -1
  365. package/dist/esm/api/machines/index.js.map +1 -1
  366. package/dist/esm/api/machines/operations.d.ts +6 -1
  367. package/dist/esm/api/machines/operations.js +51 -4
  368. package/dist/esm/api/machines/operations.js.map +1 -1
  369. package/dist/esm/api/machines/options.d.ts +9 -0
  370. package/dist/esm/api/machines/options.js.map +1 -1
  371. package/dist/esm/api/maintenanceConfigurations/operations.js +9 -5
  372. package/dist/esm/api/maintenanceConfigurations/operations.js.map +1 -1
  373. package/dist/esm/api/managedClusterSnapshots/index.d.ts +3 -0
  374. package/dist/esm/api/managedClusterSnapshots/index.js +4 -0
  375. package/dist/esm/api/managedClusterSnapshots/index.js.map +1 -0
  376. package/dist/esm/api/managedClusterSnapshots/operations.d.ts +30 -0
  377. package/dist/esm/api/managedClusterSnapshots/operations.js +179 -0
  378. package/dist/esm/api/managedClusterSnapshots/operations.js.map +1 -0
  379. package/dist/esm/api/managedClusterSnapshots/options.d.ts +20 -0
  380. package/dist/esm/api/managedClusterSnapshots/options.js +4 -0
  381. package/dist/esm/api/managedClusterSnapshots/options.js.map +1 -0
  382. package/dist/esm/api/managedClusters/index.d.ts +2 -2
  383. package/dist/esm/api/managedClusters/index.js +1 -1
  384. package/dist/esm/api/managedClusters/index.js.map +1 -1
  385. package/dist/esm/api/managedClusters/operations.d.ts +22 -2
  386. package/dist/esm/api/managedClusters/operations.js +215 -44
  387. package/dist/esm/api/managedClusters/operations.js.map +1 -1
  388. package/dist/esm/api/managedClusters/options.d.ts +19 -0
  389. package/dist/esm/api/managedClusters/options.js.map +1 -1
  390. package/dist/esm/api/managedNamespaces/operations.js +13 -9
  391. package/dist/esm/api/managedNamespaces/operations.js.map +1 -1
  392. package/dist/esm/api/meshMemberships/index.d.ts +3 -0
  393. package/dist/esm/api/meshMemberships/index.js +4 -0
  394. package/dist/esm/api/meshMemberships/index.js.map +1 -0
  395. package/dist/esm/api/meshMemberships/operations.d.ts +23 -0
  396. package/dist/esm/api/meshMemberships/operations.js +135 -0
  397. package/dist/esm/api/meshMemberships/operations.js.map +1 -0
  398. package/dist/esm/api/meshMemberships/options.d.ts +18 -0
  399. package/dist/esm/api/meshMemberships/options.js +4 -0
  400. package/dist/esm/api/meshMemberships/options.js.map +1 -0
  401. package/dist/esm/api/operationStatusResult/index.d.ts +3 -0
  402. package/dist/esm/api/operationStatusResult/index.js +4 -0
  403. package/dist/esm/api/operationStatusResult/index.js.map +1 -0
  404. package/dist/esm/api/operationStatusResult/operations.d.ts +18 -0
  405. package/dist/esm/api/operationStatusResult/operations.js +97 -0
  406. package/dist/esm/api/operationStatusResult/operations.js.map +1 -0
  407. package/dist/esm/api/operationStatusResult/options.d.ts +11 -0
  408. package/dist/esm/api/operationStatusResult/options.js +4 -0
  409. package/dist/esm/api/operationStatusResult/options.js.map +1 -0
  410. package/dist/esm/api/operations/operations.js +6 -2
  411. package/dist/esm/api/operations/operations.js.map +1 -1
  412. package/dist/esm/api/privateEndpointConnections/operations.js +5 -5
  413. package/dist/esm/api/privateEndpointConnections/operations.js.map +1 -1
  414. package/dist/esm/api/privateLinkResources/operations.js +1 -1
  415. package/dist/esm/api/privateLinkResources/operations.js.map +1 -1
  416. package/dist/esm/api/resolvePrivateLinkServiceId/operations.js +1 -1
  417. package/dist/esm/api/resolvePrivateLinkServiceId/operations.js.map +1 -1
  418. package/dist/esm/api/snapshots/operations.js +16 -8
  419. package/dist/esm/api/snapshots/operations.js.map +1 -1
  420. package/dist/esm/api/trustedAccessRoleBindings/operations.js +11 -7
  421. package/dist/esm/api/trustedAccessRoleBindings/operations.js.map +1 -1
  422. package/dist/esm/api/trustedAccessRoles/operations.js +6 -2
  423. package/dist/esm/api/trustedAccessRoles/operations.js.map +1 -1
  424. package/dist/esm/api/vmSkus/index.d.ts +3 -0
  425. package/dist/esm/api/vmSkus/index.js.map +1 -0
  426. package/dist/esm/api/vmSkus/operations.d.ts +10 -0
  427. package/dist/esm/api/vmSkus/operations.js +38 -0
  428. package/dist/esm/api/vmSkus/operations.js.map +1 -0
  429. package/dist/esm/api/vmSkus/options.d.ts +7 -0
  430. package/dist/esm/api/vmSkus/options.js +4 -0
  431. package/dist/esm/api/vmSkus/options.js.map +1 -0
  432. package/dist/esm/classic/agentPools/index.d.ts +7 -1
  433. package/dist/esm/classic/agentPools/index.js +10 -1
  434. package/dist/esm/classic/agentPools/index.js.map +1 -1
  435. package/dist/esm/classic/containerService/index.d.ts +11 -0
  436. package/dist/esm/classic/containerService/index.js +14 -0
  437. package/dist/esm/classic/containerService/index.js.map +1 -0
  438. package/dist/esm/classic/identityBindings/index.d.ts +27 -0
  439. package/dist/esm/classic/identityBindings/index.js +34 -0
  440. package/dist/esm/classic/identityBindings/index.js.map +1 -0
  441. package/dist/esm/classic/index.d.ts +8 -0
  442. package/dist/esm/classic/index.js.map +1 -1
  443. package/dist/esm/classic/jwtAuthenticators/index.d.ts +27 -0
  444. package/dist/esm/classic/jwtAuthenticators/index.js +34 -0
  445. package/dist/esm/classic/jwtAuthenticators/index.js.map +1 -0
  446. package/dist/esm/classic/loadBalancers/index.d.ts +23 -0
  447. package/dist/esm/classic/loadBalancers/index.js +26 -0
  448. package/dist/esm/classic/loadBalancers/index.js.map +1 -0
  449. package/dist/esm/classic/machines/index.d.ts +9 -1
  450. package/dist/esm/classic/machines/index.js +11 -1
  451. package/dist/esm/classic/machines/index.js.map +1 -1
  452. package/dist/esm/classic/managedClusterSnapshots/index.d.ts +21 -0
  453. package/dist/esm/classic/managedClusterSnapshots/index.js +19 -0
  454. package/dist/esm/classic/managedClusterSnapshots/index.js.map +1 -0
  455. package/dist/esm/classic/managedClusters/index.d.ts +16 -2
  456. package/dist/esm/classic/managedClusters/index.js +14 -1
  457. package/dist/esm/classic/managedClusters/index.js.map +1 -1
  458. package/dist/esm/classic/meshMemberships/index.d.ts +27 -0
  459. package/dist/esm/classic/meshMemberships/index.js +34 -0
  460. package/dist/esm/classic/meshMemberships/index.js.map +1 -0
  461. package/dist/esm/classic/operationStatusResult/index.d.ts +15 -0
  462. package/dist/esm/classic/operationStatusResult/index.js +16 -0
  463. package/dist/esm/classic/operationStatusResult/index.js.map +1 -0
  464. package/dist/esm/classic/vmSkus/index.d.ts +11 -0
  465. package/dist/esm/classic/vmSkus/index.js +14 -0
  466. package/dist/esm/classic/vmSkus/index.js.map +1 -0
  467. package/dist/esm/containerServiceClient.d.ts +24 -0
  468. package/dist/esm/containerServiceClient.js +32 -0
  469. package/dist/esm/containerServiceClient.js.map +1 -1
  470. package/dist/esm/index.d.ts +14 -6
  471. package/dist/esm/index.js +1 -1
  472. package/dist/esm/index.js.map +1 -1
  473. package/dist/esm/models/index.d.ts +2 -2
  474. package/dist/esm/models/index.js +1 -1
  475. package/dist/esm/models/index.js.map +1 -1
  476. package/dist/esm/models/models.d.ts +1658 -13
  477. package/dist/esm/models/models.js +2066 -16
  478. package/dist/esm/models/models.js.map +1 -1
  479. package/dist/esm/restorePollerHelpers.js +35 -5
  480. package/dist/esm/restorePollerHelpers.js.map +1 -1
  481. package/package.json +119 -70
  482. package/dist/react-native/api/agentPools/index.d.ts +0 -3
  483. package/dist/react-native/api/agentPools/index.js +0 -4
  484. package/dist/react-native/api/agentPools/index.js.map +0 -1
  485. package/dist/react-native/api/agentPools/operations.d.ts +0 -43
  486. package/dist/react-native/api/agentPools/operations.js +0 -300
  487. package/dist/react-native/api/agentPools/operations.js.map +0 -1
  488. package/dist/react-native/api/agentPools/options.d.ts +0 -47
  489. package/dist/react-native/api/agentPools/options.js.map +0 -1
  490. package/dist/react-native/api/containerServiceContext.d.ts +0 -22
  491. package/dist/react-native/api/containerServiceContext.js +0 -24
  492. package/dist/react-native/api/containerServiceContext.js.map +0 -1
  493. package/dist/react-native/api/index.d.ts +0 -3
  494. package/dist/react-native/api/index.js +0 -4
  495. package/dist/react-native/api/index.js.map +0 -1
  496. package/dist/react-native/api/machines/index.d.ts +0 -3
  497. package/dist/react-native/api/machines/index.js +0 -4
  498. package/dist/react-native/api/machines/index.js.map +0 -1
  499. package/dist/react-native/api/machines/operations.d.ts +0 -14
  500. package/dist/react-native/api/machines/operations.js +0 -65
  501. package/dist/react-native/api/machines/operations.js.map +0 -1
  502. package/dist/react-native/api/machines/options.d.ts +0 -8
  503. package/dist/react-native/api/machines/options.js.map +0 -1
  504. package/dist/react-native/api/maintenanceConfigurations/index.d.ts +0 -3
  505. package/dist/react-native/api/maintenanceConfigurations/index.js.map +0 -1
  506. package/dist/react-native/api/maintenanceConfigurations/operations.d.ts +0 -22
  507. package/dist/react-native/api/maintenanceConfigurations/operations.js.map +0 -1
  508. package/dist/react-native/api/maintenanceConfigurations/options.d.ts +0 -14
  509. package/dist/react-native/api/maintenanceConfigurations/options.js.map +0 -1
  510. package/dist/react-native/api/managedClusters/index.d.ts +0 -3
  511. package/dist/react-native/api/managedClusters/index.js +0 -4
  512. package/dist/react-native/api/managedClusters/index.js.map +0 -1
  513. package/dist/react-native/api/managedClusters/operations.d.ts +0 -111
  514. package/dist/react-native/api/managedClusters/operations.js +0 -801
  515. package/dist/react-native/api/managedClusters/operations.js.map +0 -1
  516. package/dist/react-native/api/managedClusters/options.d.ts +0 -119
  517. package/dist/react-native/api/managedClusters/options.js.map +0 -1
  518. package/dist/react-native/api/managedNamespaces/index.d.ts +0 -3
  519. package/dist/react-native/api/managedNamespaces/index.js +0 -4
  520. package/dist/react-native/api/managedNamespaces/index.js.map +0 -1
  521. package/dist/react-native/api/managedNamespaces/operations.d.ts +0 -31
  522. package/dist/react-native/api/managedNamespaces/operations.js +0 -191
  523. package/dist/react-native/api/managedNamespaces/operations.js.map +0 -1
  524. package/dist/react-native/api/managedNamespaces/options.d.ts +0 -24
  525. package/dist/react-native/api/managedNamespaces/options.js.map +0 -1
  526. package/dist/react-native/api/operations/index.d.ts +0 -3
  527. package/dist/react-native/api/operations/index.js.map +0 -1
  528. package/dist/react-native/api/operations/operations.d.ts +0 -10
  529. package/dist/react-native/api/operations/operations.js +0 -31
  530. package/dist/react-native/api/operations/operations.js.map +0 -1
  531. package/dist/react-native/api/operations/options.d.ts +0 -5
  532. package/dist/react-native/api/operations/options.js.map +0 -1
  533. package/dist/react-native/api/privateEndpointConnections/index.d.ts +0 -3
  534. package/dist/react-native/api/privateEndpointConnections/index.js +0 -4
  535. package/dist/react-native/api/privateEndpointConnections/index.js.map +0 -1
  536. package/dist/react-native/api/privateEndpointConnections/operations.d.ts +0 -22
  537. package/dist/react-native/api/privateEndpointConnections/operations.js.map +0 -1
  538. package/dist/react-native/api/privateEndpointConnections/options.d.ts +0 -16
  539. package/dist/react-native/api/privateEndpointConnections/options.js.map +0 -1
  540. package/dist/react-native/api/privateLinkResources/index.d.ts +0 -3
  541. package/dist/react-native/api/privateLinkResources/index.js.map +0 -1
  542. package/dist/react-native/api/privateLinkResources/operations.d.ts +0 -9
  543. package/dist/react-native/api/privateLinkResources/operations.js +0 -34
  544. package/dist/react-native/api/privateLinkResources/operations.js.map +0 -1
  545. package/dist/react-native/api/privateLinkResources/options.d.ts +0 -5
  546. package/dist/react-native/api/privateLinkResources/options.js.map +0 -1
  547. package/dist/react-native/api/resolvePrivateLinkServiceId/index.d.ts +0 -3
  548. package/dist/react-native/api/resolvePrivateLinkServiceId/index.js +0 -4
  549. package/dist/react-native/api/resolvePrivateLinkServiceId/index.js.map +0 -1
  550. package/dist/react-native/api/resolvePrivateLinkServiceId/operations.d.ts +0 -9
  551. package/dist/react-native/api/resolvePrivateLinkServiceId/operations.js +0 -36
  552. package/dist/react-native/api/resolvePrivateLinkServiceId/operations.js.map +0 -1
  553. package/dist/react-native/api/resolvePrivateLinkServiceId/options.d.ts +0 -5
  554. package/dist/react-native/api/resolvePrivateLinkServiceId/options.js.map +0 -1
  555. package/dist/react-native/api/snapshots/index.d.ts +0 -3
  556. package/dist/react-native/api/snapshots/index.js.map +0 -1
  557. package/dist/react-native/api/snapshots/operations.d.ts +0 -30
  558. package/dist/react-native/api/snapshots/operations.js.map +0 -1
  559. package/dist/react-native/api/snapshots/options.d.ts +0 -20
  560. package/dist/react-native/api/snapshots/options.js.map +0 -1
  561. package/dist/react-native/api/trustedAccessRoleBindings/index.d.ts +0 -3
  562. package/dist/react-native/api/trustedAccessRoleBindings/index.js +0 -4
  563. package/dist/react-native/api/trustedAccessRoleBindings/index.js.map +0 -1
  564. package/dist/react-native/api/trustedAccessRoleBindings/operations.d.ts +0 -23
  565. package/dist/react-native/api/trustedAccessRoleBindings/operations.js.map +0 -1
  566. package/dist/react-native/api/trustedAccessRoleBindings/options.js.map +0 -1
  567. package/dist/react-native/api/trustedAccessRoles/index.d.ts +0 -3
  568. package/dist/react-native/api/trustedAccessRoles/index.js +0 -4
  569. package/dist/react-native/api/trustedAccessRoles/index.js.map +0 -1
  570. package/dist/react-native/api/trustedAccessRoles/operations.d.ts +0 -10
  571. package/dist/react-native/api/trustedAccessRoles/operations.js.map +0 -1
  572. package/dist/react-native/api/trustedAccessRoles/options.d.ts +0 -5
  573. package/dist/react-native/api/trustedAccessRoles/options.js.map +0 -1
  574. package/dist/react-native/classic/agentPools/index.d.ts +0 -49
  575. package/dist/react-native/classic/agentPools/index.js +0 -63
  576. package/dist/react-native/classic/agentPools/index.js.map +0 -1
  577. package/dist/react-native/classic/index.d.ts +0 -13
  578. package/dist/react-native/classic/index.js +0 -4
  579. package/dist/react-native/classic/index.js.map +0 -1
  580. package/dist/react-native/classic/machines/index.d.ts +0 -13
  581. package/dist/react-native/classic/machines/index.js +0 -15
  582. package/dist/react-native/classic/machines/index.js.map +0 -1
  583. package/dist/react-native/classic/maintenanceConfigurations/index.d.ts +0 -17
  584. package/dist/react-native/classic/maintenanceConfigurations/index.js +0 -17
  585. package/dist/react-native/classic/maintenanceConfigurations/index.js.map +0 -1
  586. package/dist/react-native/classic/managedClusters/index.d.ts +0 -107
  587. package/dist/react-native/classic/managedClusters/index.js +0 -128
  588. package/dist/react-native/classic/managedClusters/index.js.map +0 -1
  589. package/dist/react-native/classic/managedNamespaces/index.d.ts +0 -31
  590. package/dist/react-native/classic/managedNamespaces/index.js +0 -36
  591. package/dist/react-native/classic/managedNamespaces/index.js.map +0 -1
  592. package/dist/react-native/classic/operations/index.d.ts +0 -11
  593. package/dist/react-native/classic/operations/index.js +0 -14
  594. package/dist/react-native/classic/operations/index.js.map +0 -1
  595. package/dist/react-native/classic/privateEndpointConnections/index.d.ts +0 -22
  596. package/dist/react-native/classic/privateEndpointConnections/index.js +0 -26
  597. package/dist/react-native/classic/privateEndpointConnections/index.js.map +0 -1
  598. package/dist/react-native/classic/privateLinkResources/index.d.ts +0 -10
  599. package/dist/react-native/classic/privateLinkResources/index.js +0 -14
  600. package/dist/react-native/classic/privateLinkResources/index.js.map +0 -1
  601. package/dist/react-native/classic/resolvePrivateLinkServiceId/index.d.ts +0 -10
  602. package/dist/react-native/classic/resolvePrivateLinkServiceId/index.js +0 -14
  603. package/dist/react-native/classic/resolvePrivateLinkServiceId/index.js.map +0 -1
  604. package/dist/react-native/classic/snapshots/index.d.ts +0 -21
  605. package/dist/react-native/classic/snapshots/index.js.map +0 -1
  606. package/dist/react-native/classic/trustedAccessRoleBindings/index.d.ts +0 -27
  607. package/dist/react-native/classic/trustedAccessRoleBindings/index.js +0 -34
  608. package/dist/react-native/classic/trustedAccessRoleBindings/index.js.map +0 -1
  609. package/dist/react-native/classic/trustedAccessRoles/index.d.ts +0 -11
  610. package/dist/react-native/classic/trustedAccessRoles/index.js +0 -14
  611. package/dist/react-native/classic/trustedAccessRoles/index.js.map +0 -1
  612. package/dist/react-native/containerServiceClient.d.ts +0 -48
  613. package/dist/react-native/containerServiceClient.js +0 -77
  614. package/dist/react-native/containerServiceClient.js.map +0 -1
  615. package/dist/react-native/index.d.ts +0 -27
  616. package/dist/react-native/index.js +0 -8
  617. package/dist/react-native/index.js.map +0 -1
  618. package/dist/react-native/logger.d.ts +0 -2
  619. package/dist/react-native/logger.js +0 -5
  620. package/dist/react-native/logger.js.map +0 -1
  621. package/dist/react-native/models/index.d.ts +0 -3
  622. package/dist/react-native/models/index.js +0 -4
  623. package/dist/react-native/models/index.js.map +0 -1
  624. package/dist/react-native/models/models.d.ts +0 -3949
  625. package/dist/react-native/models/models.js +0 -4932
  626. package/dist/react-native/models/models.js.map +0 -1
  627. package/dist/react-native/package.json +0 -3
  628. package/dist/react-native/restorePollerHelpers.d.ts +0 -21
  629. package/dist/react-native/restorePollerHelpers.js +0 -142
  630. package/dist/react-native/restorePollerHelpers.js.map +0 -1
  631. package/dist/react-native/static-helpers/cloudSettingHelpers.d.ts +0 -22
  632. package/dist/react-native/static-helpers/cloudSettingHelpers.js +0 -38
  633. package/dist/react-native/static-helpers/cloudSettingHelpers.js.map +0 -1
  634. package/dist/react-native/static-helpers/pagingHelpers.d.ts +0 -74
  635. package/dist/react-native/static-helpers/pagingHelpers.js +0 -143
  636. package/dist/react-native/static-helpers/pagingHelpers.js.map +0 -1
  637. package/dist/react-native/static-helpers/pollingHelpers.d.ts +0 -34
  638. package/dist/react-native/static-helpers/pollingHelpers.js +0 -95
  639. package/dist/react-native/static-helpers/pollingHelpers.js.map +0 -1
  640. package/dist/react-native/static-helpers/serialization/check-prop-undefined.d.ts +0 -8
  641. package/dist/react-native/static-helpers/serialization/check-prop-undefined.js +0 -17
  642. package/dist/react-native/static-helpers/serialization/check-prop-undefined.js.map +0 -1
  643. package/dist/react-native/static-helpers/simplePollerHelpers.d.ts +0 -73
  644. package/dist/react-native/static-helpers/simplePollerHelpers.js +0 -44
  645. package/dist/react-native/static-helpers/simplePollerHelpers.js.map +0 -1
  646. package/dist/react-native/static-helpers/urlTemplate.d.ts +0 -5
  647. package/dist/react-native/static-helpers/urlTemplate.js +0 -200
  648. package/dist/react-native/static-helpers/urlTemplate.js.map +0 -1
  649. /package/dist/{react-native/api/agentPools → browser/api/containerService}/options.js +0 -0
  650. /package/dist/{react-native/api/maintenanceConfigurations → browser/api/identityBindings}/index.js +0 -0
  651. /package/dist/{react-native/api/machines → browser/api/identityBindings}/options.js +0 -0
  652. /package/dist/{react-native/api/maintenanceConfigurations → browser/api/jwtAuthenticators}/options.js +0 -0
  653. /package/dist/{react-native/api/managedClusters → browser/api/loadBalancers}/options.js +0 -0
  654. /package/dist/{react-native/api/snapshots → browser/api/managedClusterSnapshots}/index.js +0 -0
  655. /package/dist/{react-native/api/managedNamespaces → browser/api/managedClusterSnapshots}/options.js +0 -0
  656. /package/dist/{react-native/api/operations → browser/api/meshMemberships}/options.js +0 -0
  657. /package/dist/{react-native/api/privateEndpointConnections → browser/api/operationStatusResult}/options.js +0 -0
  658. /package/dist/{react-native/api/operations → browser/api/vmSkus}/index.js +0 -0
  659. /package/dist/{react-native/api/privateLinkResources → browser/api/vmSkus}/options.js +0 -0
  660. /package/dist/{react-native/api/resolvePrivateLinkServiceId → esm/api/containerService}/options.js +0 -0
  661. /package/dist/{react-native/api/snapshots → esm/api/identityBindings}/options.js +0 -0
  662. /package/dist/{react-native/api/trustedAccessRoleBindings → esm/api/jwtAuthenticators}/options.js +0 -0
  663. /package/dist/{react-native/api/trustedAccessRoles → esm/api/loadBalancers}/options.js +0 -0
  664. /package/dist/{react-native/api/privateLinkResources → esm/api/vmSkus}/index.js +0 -0
@@ -49,9 +49,15 @@ export interface AgentPool extends ProxyResource {
49
49
  /** The version of Kubernetes the Agent Pool is running. If orchestratorVersion is a fully specified version <major.minor.patch>, this field will be exactly equal to it. If orchestratorVersion is <major.minor>, this field will contain the full <major.minor.patch> version being used. */
50
50
  readonly currentOrchestratorVersion?: string;
51
51
  /** The version of node image */
52
- readonly nodeImageVersion?: string;
52
+ nodeImageVersion?: string;
53
+ /** Defines the upgrade strategy for the agent pool. The default is Rolling. */
54
+ upgradeStrategy?: UpgradeStrategy;
55
+ /** Whether to enable the full-cache ephemeral OS disk feature. When this feature is enabled, the entire operating system will be locally cached on the ephemeral OS disk, preventing E17 events caused by network failures. */
56
+ enableOSDiskFullCaching?: boolean;
53
57
  /** Settings for upgrading the agentpool */
54
58
  upgradeSettings?: AgentPoolUpgradeSettings;
59
+ /** Settings for Blue-Green upgrade on the agentpool. Applies when upgrade strategy is set to BlueGreen. */
60
+ upgradeSettingsBlueGreen?: AgentPoolBlueGreenUpgradeSettings;
55
61
  /** The current deployment or provisioning state. */
56
62
  readonly provisioningState?: string;
57
63
  /** Whether the Agent Pool is running or stopped. When an Agent Pool is first created it is initially Running. The Agent Pool can be stopped by setting this field to Stopped. A stopped Agent Pool stops all of its VMs and does not accrue billing charges. An Agent Pool can only be stopped if it is Running and provisioning state is Succeeded */
@@ -74,6 +80,8 @@ export interface AgentPool extends ProxyResource {
74
80
  nodeLabels?: Record<string, string>;
75
81
  /** The taints added to new nodes during node pool create and scale. For example, key=value:NoSchedule. */
76
82
  nodeTaints?: string[];
83
+ /** Taints added on the nodes during creation that will not be reconciled by AKS. These taints will not be reconciled by AKS and can be removed with a kubectl call. This field can be modified after node pool is created, but nodes will not be recreated with new taints until another operation that requires recreation (e.g. node image upgrade) happens. These taints allow for required configuration to run before the node is ready to accept workloads, for example 'key1=value1:NoSchedule' that then can be removed with `kubectl taint nodes node1 key1=value1:NoSchedule-` */
84
+ nodeInitializationTaints?: string[];
77
85
  /** The ID for Proximity Placement Group. */
78
86
  proximityPlacementGroupID?: string;
79
87
  /** The Kubelet configuration on the agent pool nodes. */
@@ -114,6 +122,8 @@ export interface AgentPool extends ProxyResource {
114
122
  status?: AgentPoolStatus;
115
123
  /** Configures the per-node local DNS, with VnetDNS and KubeDNS overrides. LocalDNS helps improve performance and reliability of DNS resolution in an AKS cluster. For more details see aka.ms/aks/localdns. */
116
124
  localDNSProfile?: LocalDNSProfile;
125
+ /** Settings to determine the prepared image specification used to provision nodes in a pool. */
126
+ preparedImageSpecificationProfile?: PreparedImageSpecificationProfile;
117
127
  }
118
128
  export declare function agentPoolSerializer(item: AgentPool): any;
119
129
  export declare function agentPoolDeserializer(item: any): AgentPool;
@@ -164,9 +174,15 @@ export interface ManagedClusterAgentPoolProfileProperties {
164
174
  /** The version of Kubernetes the Agent Pool is running. If orchestratorVersion is a fully specified version <major.minor.patch>, this field will be exactly equal to it. If orchestratorVersion is <major.minor>, this field will contain the full <major.minor.patch> version being used. */
165
175
  readonly currentOrchestratorVersion?: string;
166
176
  /** The version of node image */
167
- readonly nodeImageVersion?: string;
177
+ nodeImageVersion?: string;
178
+ /** Defines the upgrade strategy for the agent pool. The default is Rolling. */
179
+ upgradeStrategy?: UpgradeStrategy;
180
+ /** Whether to enable the full-cache ephemeral OS disk feature. When this feature is enabled, the entire operating system will be locally cached on the ephemeral OS disk, preventing E17 events caused by network failures. */
181
+ enableOSDiskFullCaching?: boolean;
168
182
  /** Settings for upgrading the agentpool */
169
183
  upgradeSettings?: AgentPoolUpgradeSettings;
184
+ /** Settings for Blue-Green upgrade on the agentpool. Applies when upgrade strategy is set to BlueGreen. */
185
+ upgradeSettingsBlueGreen?: AgentPoolBlueGreenUpgradeSettings;
170
186
  /** The current deployment or provisioning state. */
171
187
  readonly provisioningState?: string;
172
188
  /** Whether the Agent Pool is running or stopped. When an Agent Pool is first created it is initially Running. The Agent Pool can be stopped by setting this field to Stopped. A stopped Agent Pool stops all of its VMs and does not accrue billing charges. An Agent Pool can only be stopped if it is Running and provisioning state is Succeeded */
@@ -189,6 +205,8 @@ export interface ManagedClusterAgentPoolProfileProperties {
189
205
  nodeLabels?: Record<string, string>;
190
206
  /** The taints added to new nodes during node pool create and scale. For example, key=value:NoSchedule. */
191
207
  nodeTaints?: string[];
208
+ /** Taints added on the nodes during creation that will not be reconciled by AKS. These taints will not be reconciled by AKS and can be removed with a kubectl call. This field can be modified after node pool is created, but nodes will not be recreated with new taints until another operation that requires recreation (e.g. node image upgrade) happens. These taints allow for required configuration to run before the node is ready to accept workloads, for example 'key1=value1:NoSchedule' that then can be removed with `kubectl taint nodes node1 key1=value1:NoSchedule-` */
209
+ nodeInitializationTaints?: string[];
192
210
  /** The ID for Proximity Placement Group. */
193
211
  proximityPlacementGroupID?: string;
194
212
  /** The Kubelet configuration on the agent pool nodes. */
@@ -229,6 +247,8 @@ export interface ManagedClusterAgentPoolProfileProperties {
229
247
  status?: AgentPoolStatus;
230
248
  /** Configures the per-node local DNS, with VnetDNS and KubeDNS overrides. LocalDNS helps improve performance and reliability of DNS resolution in an AKS cluster. For more details see aka.ms/aks/localdns. */
231
249
  localDNSProfile?: LocalDNSProfile;
250
+ /** Settings to determine the prepared image specification used to provision nodes in a pool. */
251
+ preparedImageSpecificationProfile?: PreparedImageSpecificationProfile;
232
252
  }
233
253
  export declare function managedClusterAgentPoolProfilePropertiesSerializer(item: ManagedClusterAgentPoolProfileProperties): any;
234
254
  export declare function managedClusterAgentPoolProfilePropertiesDeserializer(item: any): ManagedClusterAgentPoolProfileProperties;
@@ -270,6 +290,8 @@ export declare enum KnownWorkloadRuntime {
270
290
  OCIContainer = "OCIContainer",
271
291
  /** Nodes will use Krustlet to run WASM workloads using the WASI provider (Preview). */
272
292
  WasmWasi = "WasmWasi",
293
+ /** 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. */
294
+ KataMshvVmIsolation = "KataMshvVmIsolation",
273
295
  /** 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. */
274
296
  KataVmIsolation = "KataVmIsolation"
275
297
  }
@@ -280,6 +302,7 @@ export declare enum KnownWorkloadRuntime {
280
302
  * ### Known values supported by the service
281
303
  * **OCIContainer**: Nodes will use Kubelet to run standard OCI container workloads. \
282
304
  * **WasmWasi**: Nodes will use Krustlet to run WASM workloads using the WASI provider (Preview). \
305
+ * **KataMshvVmIsolation**: 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. \
283
306
  * **KataVmIsolation**: 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.
284
307
  */
285
308
  export type WorkloadRuntime = string;
@@ -324,6 +347,10 @@ export declare enum KnownOssku {
324
347
  /** 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. */
325
348
  AzureLinux3 = "AzureLinux3",
326
349
  /** Deprecated OSSKU. Microsoft recommends that new deployments choose 'AzureLinux' instead. */
350
+ Mariner = "Mariner",
351
+ /** 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 */
352
+ Flatcar = "Flatcar",
353
+ /** Deprecated OSSKU. Microsoft recommends that new deployments choose 'AzureLinux' instead. */
327
354
  CBLMariner = "CBLMariner",
328
355
  /** 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. */
329
356
  Windows2019 = "Windows2019",
@@ -333,6 +360,8 @@ export declare enum KnownOssku {
333
360
  Ubuntu2204 = "Ubuntu2204",
334
361
  /** 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. */
335
362
  Windows2025 = "Windows2025",
363
+ /** 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. */
364
+ WindowsAnnual = "WindowsAnnual",
336
365
  /** 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 */
337
366
  Ubuntu2404 = "Ubuntu2404",
338
367
  /** Use Azure Container Linux as the OS for node images. Azure Container Linux is a container-optimized, security-focused Linux OS built on Azure Linux, with an immutable filesystem. ACL is derived from the Flatcar Container Linux project, building on Flatcar's proven container-first, immutable design, while adding Azure Linux packages, servicing, and deep integration with the Azure and AKS lifecycle. For more information, see https://aka.ms/azurecontainerlinux */
@@ -346,11 +375,14 @@ export declare enum KnownOssku {
346
375
  * **Ubuntu**: Use Ubuntu as the OS for node images. \
347
376
  * **AzureLinux**: 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. \
348
377
  * **AzureLinux3**: 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. \
378
+ * **Mariner**: Deprecated OSSKU. Microsoft recommends that new deployments choose 'AzureLinux' instead. \
379
+ * **Flatcar**: 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 \
349
380
  * **CBLMariner**: Deprecated OSSKU. Microsoft recommends that new deployments choose 'AzureLinux' instead. \
350
381
  * **Windows2019**: 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. \
351
382
  * **Windows2022**: 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. \
352
383
  * **Ubuntu2204**: 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 https:\//aka.ms\/aks\/supported-ubuntu-versions \
353
384
  * **Windows2025**: 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. \
385
+ * **WindowsAnnual**: 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. \
354
386
  * **Ubuntu2404**: 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 \
355
387
  * **AzureContainerLinux**: Use Azure Container Linux as the OS for node images. Azure Container Linux is a container-optimized, security-focused Linux OS built on Azure Linux, with an immutable filesystem. ACL is derived from the Flatcar Container Linux project, building on Flatcar's proven container-first, immutable design, while adding Azure Linux packages, servicing, and deep integration with the Azure and AKS lifecycle. For more information, see https:\//aka.ms\/azurecontainerlinux
356
388
  */
@@ -397,7 +429,11 @@ export declare enum KnownAgentPoolMode {
397
429
  /** User agent pools are primarily for hosting your application pods. */
398
430
  User = "User",
399
431
  /** Gateway agent pools are dedicated to providing static egress IPs to pods. For more details, see https://aka.ms/aks/static-egress-gateway. */
400
- Gateway = "Gateway"
432
+ Gateway = "Gateway",
433
+ /** 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. */
434
+ ManagedSystem = "ManagedSystem",
435
+ /** 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. */
436
+ Machines = "Machines"
401
437
  }
402
438
  /**
403
439
  * The mode of an agent pool. A cluster must have at least one 'System' Agent Pool at all times. For additional information on agent pool restrictions and best practices, see: https://docs.microsoft.com/azure/aks/use-system-pools \
@@ -406,15 +442,35 @@ export declare enum KnownAgentPoolMode {
406
442
  * ### Known values supported by the service
407
443
  * **System**: 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. \
408
444
  * **User**: User agent pools are primarily for hosting your application pods. \
409
- * **Gateway**: Gateway agent pools are dedicated to providing static egress IPs to pods. For more details, see https:\//aka.ms\/aks\/static-egress-gateway.
445
+ * **Gateway**: Gateway agent pools are dedicated to providing static egress IPs to pods. For more details, see https:\//aka.ms\/aks\/static-egress-gateway. \
446
+ * **ManagedSystem**: 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. \
447
+ * **Machines**: 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.
410
448
  */
411
449
  export type AgentPoolMode = string;
450
+ /** Defines the upgrade strategy for the agent pool. The default is Rolling. */
451
+ export declare enum KnownUpgradeStrategy {
452
+ /** Specifies that the agent pool will conduct rolling upgrade. This is the default upgrade strategy. */
453
+ Rolling = "Rolling",
454
+ /** Specifies that the agent pool will conduct blue-green upgrade. */
455
+ BlueGreen = "BlueGreen"
456
+ }
457
+ /**
458
+ * Defines the upgrade strategy for the agent pool. The default is Rolling. \
459
+ * {@link KnownUpgradeStrategy} can be used interchangeably with UpgradeStrategy,
460
+ * this enum contains the known values that the service supports.
461
+ * ### Known values supported by the service
462
+ * **Rolling**: Specifies that the agent pool will conduct rolling upgrade. This is the default upgrade strategy. \
463
+ * **BlueGreen**: Specifies that the agent pool will conduct blue-green upgrade.
464
+ */
465
+ export type UpgradeStrategy = string;
412
466
  /** Settings for upgrading an agentpool */
413
467
  export interface AgentPoolUpgradeSettings {
414
468
  /** The maximum number or percentage of nodes that are surged during upgrade. This can either be set to an integer (e.g. '5') or a percentage (e.g. '50%'). If a percentage is specified, it is the percentage of the total agent pool size at the time of the upgrade. For percentages, fractional nodes are rounded up. If not specified, the default is 10%. For more information, including best practices, see: https://learn.microsoft.com/en-us/azure/aks/upgrade-cluster */
415
469
  maxSurge?: string;
416
470
  /** The maximum number or percentage of nodes that can be simultaneously unavailable during upgrade. This can either be set to an integer (e.g. '1') or a percentage (e.g. '5%'). If a percentage is specified, it is the percentage of the total agent pool size at the time of the upgrade. For percentages, fractional nodes are rounded up. If not specified, the default is 0. For more information, including best practices, see: https://learn.microsoft.com/en-us/azure/aks/upgrade-cluster */
417
471
  maxUnavailable?: string;
472
+ /** The maximum number or percentage of extra nodes that are allowed to be blocked in the agent pool during an upgrade when undrainable node behavior is Cordon. This can either be set to an integer (e.g. '5') or a percentage (e.g. '50%'). If a percentage is specified, it is the percentage of the total agent pool size at the time of the upgrade. For percentages, fractional nodes are rounded up. If not specified, the default is maxSurge. This must always be greater than or equal to maxSurge. For more information, including best practices, see: https://learn.microsoft.com/en-us/azure/aks/upgrade-cluster */
473
+ maxBlockedNodes?: string;
418
474
  /** The drain timeout for a node. The amount of time (in minutes) to wait on eviction of pods and graceful termination per node. This eviction wait time honors waiting on pod disruption budgets. If this time is exceeded, the upgrade fails. If not specified, the default is 30 minutes. */
419
475
  drainTimeoutInMinutes?: number;
420
476
  /** The soak duration for a node. The amount of time (in minutes) to wait after draining a node and before reimaging it and moving on to next node. If not specified, the default is 0 minutes. */
@@ -440,6 +496,19 @@ export declare enum KnownUndrainableNodeBehavior {
440
496
  * **Schedule**: 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.
441
497
  */
442
498
  export type UndrainableNodeBehavior = string;
499
+ /** Settings for blue-green upgrade on an agentpool */
500
+ export interface AgentPoolBlueGreenUpgradeSettings {
501
+ /** The number or percentage of nodes to drain in batch during blue-green upgrade. Must be a non-zero number. This can either be set to an integer (e.g. '5') or a percentage (e.g. '50%'). If a percentage is specified, it is the percentage of the total number of blue nodes of the initial upgrade operation. For percentages, fractional nodes are rounded up. If not specified, the default is 10%. For more information, including best practices, see: https://learn.microsoft.com/en-us/azure/aks/upgrade-cluster */
502
+ drainBatchSize?: string;
503
+ /** The drain timeout for a node, i.e., the amount of time (in minutes) to wait on eviction of pods and graceful termination per node. This eviction wait time honors waiting on pod disruption budgets. If this time is exceeded, the upgrade fails. If not specified, the default is 30 minutes. */
504
+ drainTimeoutInMinutes?: number;
505
+ /** The soak duration after draining a batch of nodes, i.e., the amount of time (in minutes) to wait after draining a batch of nodes before moving on the next batch. If not specified, the default is 15 minutes. */
506
+ batchSoakDurationInMinutes?: number;
507
+ /** The soak duration for a node pool, i.e., the amount of time (in minutes) to wait after all old nodes are drained before we remove the old nodes. If not specified, the default is 60 minutes. Only applicable for blue-green upgrade strategy. */
508
+ finalSoakDurationInMinutes?: number;
509
+ }
510
+ export declare function agentPoolBlueGreenUpgradeSettingsSerializer(item: AgentPoolBlueGreenUpgradeSettings): any;
511
+ export declare function agentPoolBlueGreenUpgradeSettingsDeserializer(item: any): AgentPoolBlueGreenUpgradeSettings;
443
512
  /** Describes the Power State of the cluster */
444
513
  export interface PowerState {
445
514
  /** Tells whether the cluster is Running or Stopped */
@@ -519,9 +588,51 @@ export interface KubeletConfig {
519
588
  containerLogMaxFiles?: number;
520
589
  /** The maximum number of processes per pod. */
521
590
  podMaxPids?: number;
591
+ /** Specifies the default seccomp profile applied to all workloads. If not specified, 'Unconfined' will be used by default. */
592
+ seccompDefault?: SeccompDefault;
593
+ /** Kube-reserved values for kubelet. When a value is not set, the system-computed default based on VM size is used. See [AKS node resource reservations](https://aka.ms/aks/nodereservations) for details on computed defaults. Only applicable for Linux nodepools. */
594
+ kubeReserved?: KubeReserved;
595
+ /** Hard eviction thresholds for kubelet. When a threshold is not set, the system default is used. See [AKS node resource reservations](https://aka.ms/aks/nodereservations) for details on computed defaults. Only applicable for Linux nodepools. */
596
+ hardEvictionThreshold?: HardEvictionThreshold;
522
597
  }
523
598
  export declare function kubeletConfigSerializer(item: KubeletConfig): any;
524
599
  export declare function kubeletConfigDeserializer(item: any): KubeletConfig;
600
+ /** Specifies the default seccomp profile applied to all workloads. If not specified, 'Unconfined' will be used by default. */
601
+ export declare enum KnownSeccompDefault {
602
+ /** No seccomp profile is applied, allowing all system calls. */
603
+ Unconfined = "Unconfined",
604
+ /** The default seccomp profile for container runtime is applied, which restricts certain system calls for enhanced security. */
605
+ RuntimeDefault = "RuntimeDefault"
606
+ }
607
+ /**
608
+ * Specifies the default seccomp profile applied to all workloads. If not specified, 'Unconfined' will be used by default. \
609
+ * {@link KnownSeccompDefault} can be used interchangeably with SeccompDefault,
610
+ * this enum contains the known values that the service supports.
611
+ * ### Known values supported by the service
612
+ * **Unconfined**: No seccomp profile is applied, allowing all system calls. \
613
+ * **RuntimeDefault**: The default seccomp profile for container runtime is applied, which restricts certain system calls for enhanced security.
614
+ */
615
+ export type SeccompDefault = string;
616
+ /** Kube-reserved values for kubelet. When a value is not set, the system-computed default based on VM size is used. See [AKS node resource reservations](https://aka.ms/aks/nodereservations) for details on computed defaults. Only applicable for Linux nodepools. */
617
+ export interface KubeReserved {
618
+ /** The amount of CPU reserved for Kubernetes system daemons, in millicores. Must be greater than or equal to 140. For example, a value of 200 means 200m (0.2 CPU cores). */
619
+ cpuMillicores?: number;
620
+ /** The amount of memory reserved for Kubernetes system daemons, in MiB. Must be greater than or equal to 750. */
621
+ memoryMB?: number;
622
+ }
623
+ export declare function kubeReservedSerializer(item: KubeReserved): any;
624
+ export declare function kubeReservedDeserializer(item: any): KubeReserved;
625
+ /** Hard eviction thresholds for kubelet. These thresholds trigger pod eviction when node resources drop below the specified values. Values must be greater than or equal to the documented minimums for each signal. Supported formats are Ki, Mi, Gi, or percentages using %. */
626
+ export interface HardEvictionThreshold {
627
+ /** The threshold for available memory below which pod eviction is triggered. Accepts absolute values (e.g. '500Mi') or percentage values (e.g. '5%'). Absolute values must be greater than or equal to 100Mi. Percentage values must be greater than or equal to 2%. */
628
+ memoryAvailable?: string;
629
+ /** The threshold for available node filesystem space below which pod eviction is triggered. Accepts absolute values (e.g. '1Gi') or percentage values (e.g. '10%'). Must be greater than or equal to the system default of 10%. */
630
+ nodeFsAvailable?: string;
631
+ /** The threshold for available inodes on the node filesystem below which pod eviction is triggered. Accepts absolute inode counts (e.g. '100000') or percentage values (e.g. '5%'). Percentage values must be greater than or equal to the system default of 5%. */
632
+ nodeFsInodesFree?: string;
633
+ }
634
+ export declare function hardEvictionThresholdSerializer(item: HardEvictionThreshold): any;
635
+ export declare function hardEvictionThresholdDeserializer(item: any): HardEvictionThreshold;
525
636
  /** OS configurations of Linux agent nodes. See [AKS custom node configuration](https://docs.microsoft.com/azure/aks/custom-node-configuration) for more details. */
526
637
  export interface LinuxOSConfig {
527
638
  /** Sysctl settings for Linux agent nodes. */
@@ -632,10 +743,14 @@ export declare function creationDataDeserializer(item: any): CreationData;
632
743
  export interface AgentPoolNetworkProfile {
633
744
  /** IPTags of instance-level public IPs. */
634
745
  nodePublicIPTags?: IPTag[];
746
+ /** The resource IDs of public IP prefixes for node public IPs. At most one IPv4 and one IPv6 prefix may be specified. Order does not matter; the RP determines IP version from the referenced resource's publicIPAddressVersion. Requires enableNodePublicIP to be true on the agent pool. Mutually exclusive with the top-level nodePublicIPPrefixID property. Immutable after node pool creation. To change prefixes, delete and recreate the node pool. For more information, see https://aka.ms/aks/ipv6-ilpip */
747
+ nodePublicIPPrefixIDs?: string[];
635
748
  /** The port ranges that are allowed to access. The specified ranges are allowed to overlap. */
636
749
  allowedHostPorts?: PortRange[];
637
750
  /** The IDs of the application security groups which agent pool will associate when created. */
638
751
  applicationSecurityGroups?: string[];
752
+ /** Secondary network interface configurations for each VM in the agent pool. Each entry is a template: one physical NIC per entry is provisioned on every VM instance. These interfaces are created at agent pool creation time and are immutable. The length of the list must be less than the NIC capacity minus 1 for the VM size of the agent pool (AKS manages the primary NIC). For example, a Standard_D8a_v4 VM supports up to 4 NICs, so the maximum number of secondary interfaces allowed is 3. For mixed-SKU VM pools the effective capacity is the minimum across all SKUs: count(secondaryNetworkInterfaces) + 1 <= min(maxNICs). For more information, see https://aka.ms/aks/multi-nic */
753
+ secondaryNetworkInterfaces?: AgentPoolNetworkInterface[];
639
754
  }
640
755
  export declare function agentPoolNetworkProfileSerializer(item: AgentPoolNetworkProfile): any;
641
756
  export declare function agentPoolNetworkProfileDeserializer(item: any): AgentPoolNetworkProfile;
@@ -679,6 +794,35 @@ export declare enum KnownProtocol {
679
794
  * **UDP**: UDP protocol.
680
795
  */
681
796
  export type Protocol = string;
797
+ export declare function agentPoolNetworkInterfaceArraySerializer(result: Array<AgentPoolNetworkInterface>): any[];
798
+ export declare function agentPoolNetworkInterfaceArrayDeserializer(result: Array<AgentPoolNetworkInterface>): any[];
799
+ /** Configuration of a secondary network interface provisioned on each VM instance in the agent pool. For more information, see https://aka.ms/aks/multi-nic */
800
+ export interface AgentPoolNetworkInterface {
801
+ /** Type of NIC to be provisioned on the VM. */
802
+ type?: AgentPoolNetworkInterfaceType;
803
+ /** The resource ID of the subnet which will be attached to the secondary network interface. Required when `type` is `Standard`; must be an empty string (`""`) or omitted when `type` is `Dynamic`. */
804
+ vnetSubnetId?: string;
805
+ /** Whether accelerated networking is enabled on this secondary NIC. If omitted, this defaults to true only when the agent pool VM SKU supports accelerated networking. Validation will fail if it is enabled on an unsupported SKU or NIC configuration. */
806
+ enableAcceleratedNetworking?: boolean;
807
+ }
808
+ export declare function agentPoolNetworkInterfaceSerializer(item: AgentPoolNetworkInterface): any;
809
+ export declare function agentPoolNetworkInterfaceDeserializer(item: any): AgentPoolNetworkInterface;
810
+ /** Type of network interface to be provisioned on each virtual machine instance. For more information, see https://aka.ms/aks/multi-nic */
811
+ export declare enum KnownAgentPoolNetworkInterfaceType {
812
+ /** A standard network interface programmed with an IP from a specified VNet subnet. Must be used with `vnetSubnetId` set in the AgentPoolNetworkInterface. IP address family (IPv4/IPv6/Dual-stack) is determined by the subnet. */
813
+ Standard = "Standard",
814
+ /** A secondary network interface created without IP configuration or subnet attachment. The interface is provisioned in an uninitialized state and the subnet is attached during workload creation. `vnetSubnetId` must be set to an empty string (`""`) or omitted. */
815
+ Dynamic = "Dynamic"
816
+ }
817
+ /**
818
+ * Type of network interface to be provisioned on each virtual machine instance. For more information, see https://aka.ms/aks/multi-nic \
819
+ * {@link KnownAgentPoolNetworkInterfaceType} can be used interchangeably with AgentPoolNetworkInterfaceType,
820
+ * this enum contains the known values that the service supports.
821
+ * ### Known values supported by the service
822
+ * **Standard**: A standard network interface programmed with an IP from a specified VNet subnet. Must be used with `vnetSubnetId` set in the AgentPoolNetworkInterface. IP address family (IPv4\/IPv6\/Dual-stack) is determined by the subnet. \
823
+ * **Dynamic**: A secondary network interface created without IP configuration or subnet attachment. The interface is provisioned in an uninitialized state and the subnet is attached during workload creation. `vnetSubnetId` must be set to an empty string (`""`) or omitted.
824
+ */
825
+ export type AgentPoolNetworkInterfaceType = string;
682
826
  /** The Windows agent pool's specific profile. */
683
827
  export interface AgentPoolWindowsProfile {
684
828
  /** Whether to disable OutboundNAT in windows nodes. The default value is false. Outbound NAT can only be disabled if the cluster outboundType is NAT Gateway and the Windows agent pool does not have node public IP enabled. */
@@ -702,7 +846,9 @@ export declare enum KnownAgentPoolSSHAccess {
702
846
  /** Can SSH onto the node as a local user using private key. */
703
847
  LocalUser = "LocalUser",
704
848
  /** SSH service will be turned off on the node. */
705
- Disabled = "Disabled"
849
+ Disabled = "Disabled",
850
+ /** SSH to node with EntraId integration. More information can be found under https://aka.ms/aks/ssh/aad */
851
+ EntraId = "EntraId"
706
852
  }
707
853
  /**
708
854
  * SSH access method of an agent pool. \
@@ -710,13 +856,18 @@ export declare enum KnownAgentPoolSSHAccess {
710
856
  * this enum contains the known values that the service supports.
711
857
  * ### Known values supported by the service
712
858
  * **LocalUser**: Can SSH onto the node as a local user using private key. \
713
- * **Disabled**: SSH service will be turned off on the node.
859
+ * **Disabled**: SSH service will be turned off on the node. \
860
+ * **EntraId**: SSH to node with EntraId integration. More information can be found under https:\//aka.ms\/aks\/ssh\/aad
714
861
  */
715
862
  export type AgentPoolSSHAccess = string;
716
863
  /** GPU settings for the Agent Pool. */
717
864
  export interface GPUProfile {
718
865
  /** Whether to install GPU drivers. When it's not specified, default is Install. */
719
866
  driver?: GPUDriver;
867
+ /** Specify the type of GPU driver to install when creating Windows agent pools. If not provided, AKS selects the driver based on system compatibility. This cannot be changed once the AgentPool has been created. This cannot be set on Linux AgentPools. For Linux AgentPools, the driver is selected based on system compatibility. */
868
+ driverType?: DriverType;
869
+ /** NVIDIA-specific GPU settings. */
870
+ nvidia?: NvidiaGPUProfile;
720
871
  }
721
872
  export declare function gpuProfileSerializer(item: GPUProfile): any;
722
873
  export declare function gpuProfileDeserializer(item: any): GPUProfile;
@@ -736,6 +887,66 @@ export declare enum KnownGPUDriver {
736
887
  * **None**: Skip driver install.
737
888
  */
738
889
  export type GPUDriver = string;
890
+ /** Specify the type of GPU driver to install when creating Windows agent pools. If not provided, AKS selects the driver based on system compatibility. This cannot be changed once the AgentPool has been created. This cannot be set on Linux AgentPools. For Linux AgentPools, the driver is selected based on system compatibility. */
891
+ export declare enum KnownDriverType {
892
+ /** Install the GRID driver for the GPU, suitable for applications requiring virtualization support. */
893
+ Grid = "GRID",
894
+ /** Install the CUDA driver for the GPU, optimized for computational tasks in scientific computing and data-intensive applications. */
895
+ Cuda = "CUDA"
896
+ }
897
+ /**
898
+ * Specify the type of GPU driver to install when creating Windows agent pools. If not provided, AKS selects the driver based on system compatibility. This cannot be changed once the AgentPool has been created. This cannot be set on Linux AgentPools. For Linux AgentPools, the driver is selected based on system compatibility. \
899
+ * {@link KnownDriverType} can be used interchangeably with DriverType,
900
+ * this enum contains the known values that the service supports.
901
+ * ### Known values supported by the service
902
+ * **GRID**: Install the GRID driver for the GPU, suitable for applications requiring virtualization support. \
903
+ * **CUDA**: Install the CUDA driver for the GPU, optimized for computational tasks in scientific computing and data-intensive applications.
904
+ */
905
+ export type DriverType = string;
906
+ /** NVIDIA-specific GPU settings */
907
+ export interface NvidiaGPUProfile {
908
+ /** The Managed GPU experience installs additional components, such as the Data Center GPU Manager (DCGM) metrics for monitoring, on top of the GPU driver for you. For more details of what is installed, check out aka.ms/aks/managed-gpu. */
909
+ managementMode?: ManagementMode;
910
+ /** Sets the MIG (Multi-Instance GPU) strategy that will be used for managed MIG support. For more information about the different strategies, visit aka.ms/aks/managed-gpu. When not specified, the default is None. */
911
+ migStrategy?: MigStrategy;
912
+ }
913
+ export declare function nvidiaGPUProfileSerializer(item: NvidiaGPUProfile): any;
914
+ export declare function nvidiaGPUProfileDeserializer(item: any): NvidiaGPUProfile;
915
+ /** The Managed GPU experience installs additional components, such as the Data Center GPU Manager (DCGM) metrics for monitoring, on top of the GPU driver for you. For more details of what is installed, check out aka.ms/aks/managed-gpu. */
916
+ export declare enum KnownManagementMode {
917
+ /** Managed GPU experience is disabled for NVIDIA GPUs. */
918
+ Unmanaged = "Unmanaged",
919
+ /** Managed GPU experience is enabled for NVIDIA GPUs. */
920
+ Managed = "Managed"
921
+ }
922
+ /**
923
+ * The Managed GPU experience installs additional components, such as the Data Center GPU Manager (DCGM) metrics for monitoring, on top of the GPU driver for you. For more details of what is installed, check out aka.ms/aks/managed-gpu. \
924
+ * {@link KnownManagementMode} can be used interchangeably with ManagementMode,
925
+ * this enum contains the known values that the service supports.
926
+ * ### Known values supported by the service
927
+ * **Unmanaged**: Managed GPU experience is disabled for NVIDIA GPUs. \
928
+ * **Managed**: Managed GPU experience is enabled for NVIDIA GPUs.
929
+ */
930
+ export type ManagementMode = string;
931
+ /** Sets the MIG (Multi-Instance GPU) strategy that will be used for managed MIG support. For more information about the different strategies, visit aka.ms/aks/managed-gpu. When not specified, the default is None. */
932
+ export declare enum KnownMigStrategy {
933
+ /** Don't set a MIG strategy. If you previously had one set, this will override it and set remove the set MIG strategy. */
934
+ None = "None",
935
+ /** Set the MIG strategy for managed MIG as single. */
936
+ Single = "Single",
937
+ /** Set the MIG strategy for managed MIG as mixed. */
938
+ Mixed = "Mixed"
939
+ }
940
+ /**
941
+ * Sets the MIG (Multi-Instance GPU) strategy that will be used for managed MIG support. For more information about the different strategies, visit aka.ms/aks/managed-gpu. When not specified, the default is None. \
942
+ * {@link KnownMigStrategy} can be used interchangeably with MigStrategy,
943
+ * this enum contains the known values that the service supports.
944
+ * ### Known values supported by the service
945
+ * **None**: Don't set a MIG strategy. If you previously had one set, this will override it and set remove the set MIG strategy. \
946
+ * **Single**: Set the MIG strategy for managed MIG as single. \
947
+ * **Mixed**: Set the MIG strategy for managed MIG as mixed.
948
+ */
949
+ export type MigStrategy = string;
739
950
  /** Profile of the managed cluster gateway agent pool. */
740
951
  export interface AgentPoolGatewayProfile {
741
952
  /** The Gateway agent pool associates one public IPPrefix for each static egress gateway to provide public egress. The size of Public IPPrefix should be selected by the user. Each node in the agent pool is assigned with one IP from the IPPrefix. The IPPrefix size thus serves as a cap on the size of the Gateway agent pool. Due to Azure public IPPrefix size limitation, the valid value range is [28, 31] (/31 = 2 nodes/IPs, /30 = 4 nodes/IPs, /29 = 8 nodes/IPs, /28 = 16 nodes/IPs). The default value is 31. */
@@ -761,6 +972,13 @@ export declare function virtualMachinesProfileDeserializer(item: any): VirtualMa
761
972
  export interface ScaleProfile {
762
973
  /** Specifications on how to scale the VirtualMachines agent pool to a fixed size. */
763
974
  manual?: ManualScaleProfile[];
975
+ /**
976
+ * Specifications on how to auto-scale the VirtualMachines agent pool within a predefined size range.
977
+ * Each profile targets a specific VM SKU and is evaluated independently.
978
+ * Scaling decisions across profiles are governed by the cluster autoscaler expander,
979
+ * configurable via `ManagedCluster.properties.autoScalerProfile.expander`.
980
+ */
981
+ autoscale?: AutoScaleProfile[];
764
982
  }
765
983
  export declare function scaleProfileSerializer(item: ScaleProfile): any;
766
984
  export declare function scaleProfileDeserializer(item: any): ScaleProfile;
@@ -775,6 +993,19 @@ export interface ManualScaleProfile {
775
993
  }
776
994
  export declare function manualScaleProfileSerializer(item: ManualScaleProfile): any;
777
995
  export declare function manualScaleProfileDeserializer(item: any): ManualScaleProfile;
996
+ export declare function autoScaleProfileArraySerializer(result: Array<AutoScaleProfile>): any[];
997
+ export declare function autoScaleProfileArrayDeserializer(result: Array<AutoScaleProfile>): any[];
998
+ /** Specifications on auto-scaling. */
999
+ export interface AutoScaleProfile {
1000
+ /** VM size that AKS will use when creating and scaling e.g. 'Standard_E4s_v3', 'Standard_E16s_v3' or 'Standard_D16s_v5'. */
1001
+ size?: string;
1002
+ /** The minimum number of nodes of the specified sizes. */
1003
+ minCount?: number;
1004
+ /** The maximum number of nodes of the specified sizes. */
1005
+ maxCount?: number;
1006
+ }
1007
+ export declare function autoScaleProfileSerializer(item: AutoScaleProfile): any;
1008
+ export declare function autoScaleProfileDeserializer(item: any): AutoScaleProfile;
778
1009
  export declare function virtualMachineNodesArraySerializer(result: Array<VirtualMachineNodes>): any[];
779
1010
  export declare function virtualMachineNodesArrayDeserializer(result: Array<VirtualMachineNodes>): any[];
780
1011
  /** Current status on a group of nodes of the same vm size. */
@@ -974,6 +1205,13 @@ export declare enum KnownLocalDNSServeStale {
974
1205
  * **Disable**: Disable serving stale data.
975
1206
  */
976
1207
  export type LocalDNSServeStale = string;
1208
+ /** Settings to determine the prepared image specification used to provision nodes in a pool. */
1209
+ export interface PreparedImageSpecificationProfile {
1210
+ /** The resource ID of the prepared image specification resource to use. This can include a version. Omitting the version will use the latest version of the prepared image specification. */
1211
+ preparedImageSpecificationId?: string;
1212
+ }
1213
+ export declare function preparedImageSpecificationProfileSerializer(item: PreparedImageSpecificationProfile): any;
1214
+ export declare function preparedImageSpecificationProfileDeserializer(item: any): PreparedImageSpecificationProfile;
977
1215
  /** The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location */
978
1216
  export interface ProxyResource extends Resource {
979
1217
  }
@@ -1089,6 +1327,10 @@ export interface AgentPoolUpgradeProfile extends ProxyResource {
1089
1327
  osType: OSType;
1090
1328
  /** List of orchestrator types and versions available for upgrade. */
1091
1329
  upgrades?: AgentPoolUpgradeProfilePropertiesUpgradesItem[];
1330
+ /** List of components grouped by kubernetes major.minor version. */
1331
+ componentsByReleases?: ComponentsByRelease[];
1332
+ /** List of historical good versions for rollback operations. */
1333
+ readonly recentlyUsedVersions?: AgentPoolRecentlyUsedVersion[];
1092
1334
  /** The latest AKS supported node image version. */
1093
1335
  latestNodeImageVersion?: string;
1094
1336
  }
@@ -1101,6 +1343,10 @@ export interface AgentPoolUpgradeProfileProperties {
1101
1343
  osType: OSType;
1102
1344
  /** List of orchestrator types and versions available for upgrade. */
1103
1345
  upgrades?: AgentPoolUpgradeProfilePropertiesUpgradesItem[];
1346
+ /** List of components grouped by kubernetes major.minor version. */
1347
+ componentsByReleases?: ComponentsByRelease[];
1348
+ /** List of historical good versions for rollback operations. */
1349
+ readonly recentlyUsedVersions?: AgentPoolRecentlyUsedVersion[];
1104
1350
  /** The latest AKS supported node image version. */
1105
1351
  latestNodeImageVersion?: string;
1106
1352
  }
@@ -1112,8 +1358,41 @@ export interface AgentPoolUpgradeProfilePropertiesUpgradesItem {
1112
1358
  kubernetesVersion?: string;
1113
1359
  /** Whether the Kubernetes version is currently in preview. */
1114
1360
  isPreview?: boolean;
1361
+ /** Whether the Kubernetes version is out of support. */
1362
+ isOutOfSupport?: boolean;
1115
1363
  }
1116
1364
  export declare function agentPoolUpgradeProfilePropertiesUpgradesItemDeserializer(item: any): AgentPoolUpgradeProfilePropertiesUpgradesItem;
1365
+ export declare function componentsByReleaseArrayDeserializer(result: Array<ComponentsByRelease>): any[];
1366
+ /** components of given Kubernetes version. */
1367
+ export interface ComponentsByRelease {
1368
+ /** The Kubernetes version (major.minor). */
1369
+ kubernetesVersion?: string;
1370
+ /** components of current or upgraded Kubernetes version in the cluster. */
1371
+ components?: Component[];
1372
+ }
1373
+ export declare function componentsByReleaseDeserializer(item: any): ComponentsByRelease;
1374
+ export declare function componentArrayDeserializer(result: Array<Component>): any[];
1375
+ /** Component information for a Kubernetes version. */
1376
+ export interface Component {
1377
+ /** Component name. */
1378
+ name?: string;
1379
+ /** Component version. */
1380
+ version?: string;
1381
+ /** If upgraded component version contains breaking changes from the current version. To see a detailed description of what the breaking changes are, visit https://learn.microsoft.com/azure/aks/supported-kubernetes-versions?tabs=azure-cli#aks-components-breaking-changes-by-version. */
1382
+ hasBreakingChanges?: boolean;
1383
+ }
1384
+ export declare function componentDeserializer(item: any): Component;
1385
+ export declare function agentPoolRecentlyUsedVersionArrayDeserializer(result: Array<AgentPoolRecentlyUsedVersion>): any[];
1386
+ /** A historical version that can be used for rollback operations. */
1387
+ export interface AgentPoolRecentlyUsedVersion {
1388
+ /** The Kubernetes version (major.minor.patch) available for rollback. */
1389
+ orchestratorVersion?: string;
1390
+ /** The node image version available for rollback. */
1391
+ nodeImageVersion?: string;
1392
+ /** The timestamp when this version was last used. */
1393
+ timestamp?: Date;
1394
+ }
1395
+ export declare function agentPoolRecentlyUsedVersionDeserializer(item: any): AgentPoolRecentlyUsedVersion;
1117
1396
  /** Managed cluster. */
1118
1397
  export interface ManagedCluster extends TrackedResource {
1119
1398
  /** If eTag is provided in the response body, it may also be provided as a header per the normal etag convention. Entity tags are used for comparing two or more entities from the same requested resource. HTTP/1.1 uses entity tags in the etag (section 14.19), If-Match (section 14.24), If-None-Match (section 14.26), and If-Range (section 14.27) header fields. */
@@ -1130,6 +1409,8 @@ export interface ManagedCluster extends TrackedResource {
1130
1409
  readonly provisioningState?: string;
1131
1410
  /** The Power State of the cluster. */
1132
1411
  readonly powerState?: PowerState;
1412
+ /** CreationData to be used to specify the source Snapshot ID if the cluster will be created/upgraded using a snapshot. */
1413
+ creationData?: CreationData;
1133
1414
  /** The max number of agent pools for the managed cluster. */
1134
1415
  readonly maxAgentPools?: number;
1135
1416
  /** The version of Kubernetes specified by the user. Both patch version <major.minor.patch> (e.g. 1.20.13) and <major.minor> (e.g. 1.20) are supported. When <major.minor> is specified, the latest supported GA patch version is chosen automatically. Updating the cluster with the same <major.minor> once it has been created (e.g. 1.14.x -> 1.14) will not trigger an upgrade, even if a newer patch version is available. When you upgrade a supported AKS cluster, Kubernetes minor versions cannot be skipped. All upgrades must be performed sequentially by major version number. For example, upgrades between 1.14.x -> 1.15.x or 1.15.x -> 1.16.x are allowed, however 1.14.x -> 1.16.x is not allowed. See [upgrading an AKS cluster](https://docs.microsoft.com/azure/aks/upgrade-cluster) for more details. */
@@ -1168,6 +1449,10 @@ export interface ManagedCluster extends TrackedResource {
1168
1449
  enableRbac?: boolean;
1169
1450
  /** The support plan for the Managed Cluster. If unspecified, the default is 'KubernetesOfficial'. */
1170
1451
  supportPlan?: KubernetesSupportPlan;
1452
+ /** Whether to enable FIPS mode at the cluster level. When enabled, this setting enforces FIPS compliance for all AKS-managed components, such as the node operating system, addons, and [managed containerized components](https://aka.ms/aks/components/docs). See [Enable cluster-wide FIPS](https://aka.ms/aks/fips) for more details. When this property is enabled, all node pools in the cluster must also be FIPS-enabled. */
1453
+ enableFips?: boolean;
1454
+ /** Enable namespace as Azure resource. The default value is false. It can be enabled/disabled on creation and updating of the managed cluster. See [https://aka.ms/NamespaceARMResource](https://aka.ms/NamespaceARMResource) for more details on Namespace as a ARM Resource. */
1455
+ enableNamespaceResources?: boolean;
1171
1456
  /** The network configuration profile. */
1172
1457
  networkProfile?: ContainerServiceNetworkProfile;
1173
1458
  /** The Azure Active Directory configuration. */
@@ -1214,8 +1499,16 @@ export interface ManagedCluster extends TrackedResource {
1214
1499
  bootstrapProfile?: ManagedClusterBootstrapProfile;
1215
1500
  /** AI toolchain operator settings that apply to the whole cluster. */
1216
1501
  aiToolchainOperatorProfile?: ManagedClusterAIToolchainOperatorProfile;
1502
+ /** Profile of the pod scheduler configuration. */
1503
+ schedulerProfile?: SchedulerProfile;
1217
1504
  /** Settings for hosted system addons. For more information, see https://aka.ms/aks/automatic/systemcomponents. */
1218
1505
  hostedSystemProfile?: ManagedClusterHostedSystemProfile;
1506
+ /** Health monitor profile for the managed cluster. */
1507
+ healthMonitorProfile?: ManagedClusterHealthMonitorProfile;
1508
+ /** Profile for providing scaled and performance guaranteed control plane capacity to deliver consistent performance under high workload. Requires Kubernetes version 1.33.0 or later. */
1509
+ controlPlaneScalingProfile?: ManagedClusterControlPlaneScalingProfile;
1510
+ /** Node disruption profile for a managed cluster. */
1511
+ nodeDisruptionProfile?: NodeDisruptionProfile;
1219
1512
  /** Contains read-only information about the Managed Cluster. */
1220
1513
  status?: ManagedClusterStatus;
1221
1514
  }
@@ -1227,6 +1520,8 @@ export interface ManagedClusterProperties {
1227
1520
  readonly provisioningState?: string;
1228
1521
  /** The Power State of the cluster. */
1229
1522
  readonly powerState?: PowerState;
1523
+ /** CreationData to be used to specify the source Snapshot ID if the cluster will be created/upgraded using a snapshot. */
1524
+ creationData?: CreationData;
1230
1525
  /** The max number of agent pools for the managed cluster. */
1231
1526
  readonly maxAgentPools?: number;
1232
1527
  /** The version of Kubernetes specified by the user. Both patch version <major.minor.patch> (e.g. 1.20.13) and <major.minor> (e.g. 1.20) are supported. When <major.minor> is specified, the latest supported GA patch version is chosen automatically. Updating the cluster with the same <major.minor> once it has been created (e.g. 1.14.x -> 1.14) will not trigger an upgrade, even if a newer patch version is available. When you upgrade a supported AKS cluster, Kubernetes minor versions cannot be skipped. All upgrades must be performed sequentially by major version number. For example, upgrades between 1.14.x -> 1.15.x or 1.15.x -> 1.16.x are allowed, however 1.14.x -> 1.16.x is not allowed. See [upgrading an AKS cluster](https://docs.microsoft.com/azure/aks/upgrade-cluster) for more details. */
@@ -1265,6 +1560,10 @@ export interface ManagedClusterProperties {
1265
1560
  enableRbac?: boolean;
1266
1561
  /** The support plan for the Managed Cluster. If unspecified, the default is 'KubernetesOfficial'. */
1267
1562
  supportPlan?: KubernetesSupportPlan;
1563
+ /** Whether to enable FIPS mode at the cluster level. When enabled, this setting enforces FIPS compliance for all AKS-managed components, such as the node operating system, addons, and [managed containerized components](https://aka.ms/aks/components/docs). See [Enable cluster-wide FIPS](https://aka.ms/aks/fips) for more details. When this property is enabled, all node pools in the cluster must also be FIPS-enabled. */
1564
+ enableFips?: boolean;
1565
+ /** Enable namespace as Azure resource. The default value is false. It can be enabled/disabled on creation and updating of the managed cluster. See [https://aka.ms/NamespaceARMResource](https://aka.ms/NamespaceARMResource) for more details on Namespace as a ARM Resource. */
1566
+ enableNamespaceResources?: boolean;
1268
1567
  /** The network configuration profile. */
1269
1568
  networkProfile?: ContainerServiceNetworkProfile;
1270
1569
  /** The Azure Active Directory configuration. */
@@ -1311,8 +1610,16 @@ export interface ManagedClusterProperties {
1311
1610
  bootstrapProfile?: ManagedClusterBootstrapProfile;
1312
1611
  /** AI toolchain operator settings that apply to the whole cluster. */
1313
1612
  aiToolchainOperatorProfile?: ManagedClusterAIToolchainOperatorProfile;
1613
+ /** Profile of the pod scheduler configuration. */
1614
+ schedulerProfile?: SchedulerProfile;
1314
1615
  /** Settings for hosted system addons. For more information, see https://aka.ms/aks/automatic/systemcomponents. */
1315
1616
  hostedSystemProfile?: ManagedClusterHostedSystemProfile;
1617
+ /** Health monitor profile for the managed cluster. */
1618
+ healthMonitorProfile?: ManagedClusterHealthMonitorProfile;
1619
+ /** Profile for providing scaled and performance guaranteed control plane capacity to deliver consistent performance under high workload. Requires Kubernetes version 1.33.0 or later. */
1620
+ controlPlaneScalingProfile?: ManagedClusterControlPlaneScalingProfile;
1621
+ /** Node disruption profile for a managed cluster. */
1622
+ nodeDisruptionProfile?: NodeDisruptionProfile;
1316
1623
  /** Contains read-only information about the Managed Cluster. */
1317
1624
  status?: ManagedClusterStatus;
1318
1625
  }
@@ -1613,6 +1920,10 @@ export interface ContainerServiceNetworkProfile {
1613
1920
  serviceCidrs?: string[];
1614
1921
  /** The IP families used to specify IP versions available to the cluster. IP families are used to determine single-stack or dual-stack clusters. For single-stack, the expected value is IPv4. For dual-stack, the expected values are IPv4 and IPv6. */
1615
1922
  ipFamilies?: IpFamily[];
1923
+ /** Defines access to special link local addresses (Azure Instance Metadata Service, aka IMDS) for pods with hostNetwork=false. if not specified, the default is 'IMDS'. */
1924
+ podLinkLocalAccess?: PodLinkLocalAccess;
1925
+ /** Holds configuration customizations for kube-proxy. Any values not defined will use the kube-proxy defaulting behavior. See https://v<version>.docs.kubernetes.io/docs/reference/command-line-tools-reference/kube-proxy/ where <version> is represented by a <major version>-<minor version> string. Kubernetes version 1.23 would be '1-23'. */
1926
+ kubeProxyConfig?: ContainerServiceNetworkProfileKubeProxyConfig;
1616
1927
  }
1617
1928
  export declare function containerServiceNetworkProfileSerializer(item: ContainerServiceNetworkProfile): any;
1618
1929
  export declare function containerServiceNetworkProfileDeserializer(item: any): ContainerServiceNetworkProfile;
@@ -1763,6 +2074,8 @@ export declare function advancedNetworkingSecurityTransitEncryptionDeserializer(
1763
2074
  export declare enum KnownTransitEncryptionType {
1764
2075
  /** Enable WireGuard encryption. Refer to https://docs.cilium.io/en/latest/security/network/encryption-wireguard/ on use cases and implementation details */
1765
2076
  WireGuard = "WireGuard",
2077
+ /** Enables mTLS authentication and encryption for pod-to-pod traffic within the cluster. Refer to https://aka.ms/acnsciliummtls for relevant documentation. */
2078
+ MTLS = "mTLS",
1766
2079
  /** Disable Transit encryption */
1767
2080
  None = "None"
1768
2081
  }
@@ -1772,6 +2085,7 @@ export declare enum KnownTransitEncryptionType {
1772
2085
  * this enum contains the known values that the service supports.
1773
2086
  * ### Known values supported by the service
1774
2087
  * **WireGuard**: Enable WireGuard encryption. Refer to https:\//docs.cilium.io\/en\/latest\/security\/network\/encryption-wireguard\/ on use cases and implementation details \
2088
+ * **mTLS**: Enables mTLS authentication and encryption for pod-to-pod traffic within the cluster. Refer to https:\//aka.ms\/acnsciliummtls for relevant documentation. \
1775
2089
  * **None**: Disable Transit encryption
1776
2090
  */
1777
2091
  export type TransitEncryptionType = string;
@@ -1806,6 +2120,8 @@ export declare enum KnownOutboundType {
1806
2120
  UserDefinedRouting = "userDefinedRouting",
1807
2121
  /** The AKS-managed NAT gateway is used for egress. */
1808
2122
  ManagedNATGateway = "managedNATGateway",
2123
+ /** The AKS-managed NAT gateway V2 is used for egress. */
2124
+ ManagedNATGatewayV2 = "managedNATGatewayV2",
1809
2125
  /** The user-assigned NAT gateway associated to the cluster subnet is used for egress. This is an advanced scenario and requires proper network configuration. */
1810
2126
  UserAssignedNATGateway = "userAssignedNATGateway",
1811
2127
  /** 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/ */
@@ -1819,6 +2135,7 @@ export declare enum KnownOutboundType {
1819
2135
  * **loadBalancer**: 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). \
1820
2136
  * **userDefinedRouting**: 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). \
1821
2137
  * **managedNATGateway**: The AKS-managed NAT gateway is used for egress. \
2138
+ * **managedNATGatewayV2**: The AKS-managed NAT gateway V2 is used for egress. \
1822
2139
  * **userAssignedNATGateway**: The user-assigned NAT gateway associated to the cluster subnet is used for egress. This is an advanced scenario and requires proper network configuration. \
1823
2140
  * **none**: 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\/
1824
2141
  */
@@ -1857,6 +2174,8 @@ export interface ManagedClusterLoadBalancerProfile {
1857
2174
  enableMultipleStandardLoadBalancers?: boolean;
1858
2175
  /** The type of the managed inbound Load Balancer BackendPool. */
1859
2176
  backendPoolType?: BackendPoolType;
2177
+ /** The health probing behavior for External Traffic Policy Cluster services. */
2178
+ clusterServiceLoadBalancerHealthProbeMode?: ClusterServiceLoadBalancerHealthProbeMode;
1860
2179
  }
1861
2180
  export declare function managedClusterLoadBalancerProfileSerializer(item: ManagedClusterLoadBalancerProfile): any;
1862
2181
  export declare function managedClusterLoadBalancerProfileDeserializer(item: any): ManagedClusterLoadBalancerProfile;
@@ -1908,12 +2227,36 @@ export declare enum KnownBackendPoolType {
1908
2227
  * **NodeIP**: The type of the managed inbound Load Balancer BackendPool. https:\//cloud-provider-azure.sigs.k8s.io\/topics\/loadbalancer\/#configure-load-balancer-backend.
1909
2228
  */
1910
2229
  export type BackendPoolType = string;
2230
+ /** The health probing behavior for External Traffic Policy Cluster services. */
2231
+ export declare enum KnownClusterServiceLoadBalancerHealthProbeMode {
2232
+ /** Each External Traffic Policy Cluster service will have its own health probe targeting service nodePort. */
2233
+ ServiceNodePort = "ServiceNodePort",
2234
+ /** 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. */
2235
+ Shared = "Shared"
2236
+ }
2237
+ /**
2238
+ * The health probing behavior for External Traffic Policy Cluster services. \
2239
+ * {@link KnownClusterServiceLoadBalancerHealthProbeMode} can be used interchangeably with ClusterServiceLoadBalancerHealthProbeMode,
2240
+ * this enum contains the known values that the service supports.
2241
+ * ### Known values supported by the service
2242
+ * **ServiceNodePort**: Each External Traffic Policy Cluster service will have its own health probe targeting service nodePort. \
2243
+ * **Shared**: 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.
2244
+ */
2245
+ export type ClusterServiceLoadBalancerHealthProbeMode = string;
1911
2246
  /** Profile of the managed cluster NAT gateway. */
1912
2247
  export interface ManagedClusterNATGatewayProfile {
1913
2248
  /** Profile of the managed outbound IP resources of the cluster NAT gateway. */
1914
2249
  managedOutboundIPProfile?: ManagedClusterManagedOutboundIPProfile;
1915
2250
  /** The effective outbound IP resources of the cluster NAT gateway. */
1916
2251
  readonly effectiveOutboundIPs?: ResourceReference[];
2252
+ /** Desired outbound IP Prefix resources for the managed NAT Gateway. Only compatible with NAT Gateway V2. */
2253
+ outboundIPPrefixes?: {
2254
+ publicIPPrefixes?: string[];
2255
+ };
2256
+ /** Desired outbound IP resources for the managed NAT Gateway. */
2257
+ outboundIPs?: {
2258
+ publicIPs?: string[];
2259
+ };
1917
2260
  /** Desired outbound flow idle timeout in minutes. Allowed values are in the range of 4 to 120 (inclusive). The default value is 4 minutes. */
1918
2261
  idleTimeoutInMinutes?: number;
1919
2262
  }
@@ -1923,9 +2266,25 @@ export declare function managedClusterNATGatewayProfileDeserializer(item: any):
1923
2266
  export interface ManagedClusterManagedOutboundIPProfile {
1924
2267
  /** The desired number of outbound IPs created/managed by Azure. Allowed values must be in the range of 1 to 16 (inclusive). The default value is 1. */
1925
2268
  count?: number;
2269
+ /** The desired number of IPv6 outbound IPs created/managed by Azure. Allowed values must be in the range of 1 to 16 (inclusive). */
2270
+ countIPv6?: number;
1926
2271
  }
1927
2272
  export declare function managedClusterManagedOutboundIPProfileSerializer(item: ManagedClusterManagedOutboundIPProfile): any;
1928
2273
  export declare function managedClusterManagedOutboundIPProfileDeserializer(item: any): ManagedClusterManagedOutboundIPProfile;
2274
+ /** model interface _ManagedClusterNATGatewayProfileOutboundIpPrefixes */
2275
+ export interface _ManagedClusterNATGatewayProfileOutboundIpPrefixes {
2276
+ /** A list of public IP prefix resources. */
2277
+ publicIPPrefixes?: string[];
2278
+ }
2279
+ export declare function _managedClusterNATGatewayProfileOutboundIpPrefixesSerializer(item: _ManagedClusterNATGatewayProfileOutboundIpPrefixes): any;
2280
+ export declare function _managedClusterNATGatewayProfileOutboundIpPrefixesDeserializer(item: any): _ManagedClusterNATGatewayProfileOutboundIpPrefixes;
2281
+ /** model interface _ManagedClusterNATGatewayProfileOutboundIPs */
2282
+ export interface _ManagedClusterNATGatewayProfileOutboundIPs {
2283
+ /** A list of public IP resources. */
2284
+ publicIPs?: string[];
2285
+ }
2286
+ export declare function _managedClusterNATGatewayProfileOutboundIPsSerializer(item: _ManagedClusterNATGatewayProfileOutboundIPs): any;
2287
+ export declare function _managedClusterNATGatewayProfileOutboundIPsDeserializer(item: any): _ManagedClusterNATGatewayProfileOutboundIPs;
1929
2288
  /** The Static Egress Gateway addon configuration for the cluster. */
1930
2289
  export interface ManagedClusterStaticEgressGatewayProfile {
1931
2290
  /** Enable Static Egress Gateway addon. Indicates if Static Egress Gateway addon is enabled or not. */
@@ -1949,6 +2308,81 @@ export declare enum KnownIpFamily {
1949
2308
  * **IPv6**: IPv6 family
1950
2309
  */
1951
2310
  export type IpFamily = string;
2311
+ /** Defines access to special link local addresses (Azure Instance Metadata Service, aka IMDS) for pods with hostNetwork=false. If not specified, the default is 'IMDS'. */
2312
+ export declare enum KnownPodLinkLocalAccess {
2313
+ /** Pods with hostNetwork=false can access Azure Instance Metadata Service (IMDS) without restriction. */
2314
+ Imds = "IMDS",
2315
+ /** Pods with hostNetwork=false cannot access Azure Instance Metadata Service (IMDS). */
2316
+ None = "None"
2317
+ }
2318
+ /**
2319
+ * Defines access to special link local addresses (Azure Instance Metadata Service, aka IMDS) for pods with hostNetwork=false. If not specified, the default is 'IMDS'. \
2320
+ * {@link KnownPodLinkLocalAccess} can be used interchangeably with PodLinkLocalAccess,
2321
+ * this enum contains the known values that the service supports.
2322
+ * ### Known values supported by the service
2323
+ * **IMDS**: Pods with hostNetwork=false can access Azure Instance Metadata Service (IMDS) without restriction. \
2324
+ * **None**: Pods with hostNetwork=false cannot access Azure Instance Metadata Service (IMDS).
2325
+ */
2326
+ export type PodLinkLocalAccess = string;
2327
+ /** Holds configuration customizations for kube-proxy. Any values not defined will use the kube-proxy defaulting behavior. See https://v<version>.docs.kubernetes.io/docs/reference/command-line-tools-reference/kube-proxy/ where <version> is represented by a <major version>-<minor version> string. Kubernetes version 1.23 would be '1-23'. */
2328
+ export interface ContainerServiceNetworkProfileKubeProxyConfig {
2329
+ /** Whether to enable on kube-proxy on the cluster (if no 'kubeProxyConfig' exists, kube-proxy is enabled in AKS by default without these customizations). */
2330
+ enabled?: boolean;
2331
+ /** Specify which proxy mode to use ('IPTABLES', 'IPVS' or 'NFTABLES') */
2332
+ mode?: Mode;
2333
+ /** Holds configuration customizations for IPVS. May only be specified if 'mode' is set to 'IPVS'. */
2334
+ ipvsConfig?: ContainerServiceNetworkProfileKubeProxyConfigIpvsConfig;
2335
+ }
2336
+ export declare function containerServiceNetworkProfileKubeProxyConfigSerializer(item: ContainerServiceNetworkProfileKubeProxyConfig): any;
2337
+ export declare function containerServiceNetworkProfileKubeProxyConfigDeserializer(item: any): ContainerServiceNetworkProfileKubeProxyConfig;
2338
+ /** Specify which proxy mode to use ('IPTABLES', 'IPVS' or 'NFTABLES') */
2339
+ export declare enum KnownMode {
2340
+ /** IPTables proxy mode */
2341
+ Iptables = "IPTABLES",
2342
+ /** IPVS proxy mode. Must be using Kubernetes version >= 1.22. */
2343
+ Ipvs = "IPVS",
2344
+ /** NFTables proxy mode. Must be using Kubernetes version >= 1.33. */
2345
+ Nftables = "NFTABLES"
2346
+ }
2347
+ /**
2348
+ * Specify which proxy mode to use ('IPTABLES', 'IPVS' or 'NFTABLES') \
2349
+ * {@link KnownMode} can be used interchangeably with Mode,
2350
+ * this enum contains the known values that the service supports.
2351
+ * ### Known values supported by the service
2352
+ * **IPTABLES**: IPTables proxy mode \
2353
+ * **IPVS**: IPVS proxy mode. Must be using Kubernetes version >= 1.22. \
2354
+ * **NFTABLES**: NFTables proxy mode. Must be using Kubernetes version >= 1.33.
2355
+ */
2356
+ export type Mode = string;
2357
+ /** Holds configuration customizations for IPVS. May only be specified if 'mode' is set to 'IPVS'. */
2358
+ export interface ContainerServiceNetworkProfileKubeProxyConfigIpvsConfig {
2359
+ /** IPVS scheduler, for more information please see http://www.linuxvirtualserver.org/docs/scheduling.html. */
2360
+ scheduler?: IpvsScheduler;
2361
+ /** The timeout value used for idle IPVS TCP sessions in seconds. Must be a positive integer value. */
2362
+ tcpTimeoutSeconds?: number;
2363
+ /** The timeout value used for IPVS TCP sessions after receiving a FIN in seconds. Must be a positive integer value. */
2364
+ tcpFinTimeoutSeconds?: number;
2365
+ /** The timeout value used for IPVS UDP packets in seconds. Must be a positive integer value. */
2366
+ udpTimeoutSeconds?: number;
2367
+ }
2368
+ export declare function containerServiceNetworkProfileKubeProxyConfigIpvsConfigSerializer(item: ContainerServiceNetworkProfileKubeProxyConfigIpvsConfig): any;
2369
+ export declare function containerServiceNetworkProfileKubeProxyConfigIpvsConfigDeserializer(item: any): ContainerServiceNetworkProfileKubeProxyConfigIpvsConfig;
2370
+ /** IPVS scheduler, for more information please see http://www.linuxvirtualserver.org/docs/scheduling.html. */
2371
+ export declare enum KnownIpvsScheduler {
2372
+ /** Round Robin */
2373
+ RoundRobin = "RoundRobin",
2374
+ /** Least Connection */
2375
+ LeastConnection = "LeastConnection"
2376
+ }
2377
+ /**
2378
+ * IPVS scheduler, for more information please see http://www.linuxvirtualserver.org/docs/scheduling.html. \
2379
+ * {@link KnownIpvsScheduler} can be used interchangeably with IpvsScheduler,
2380
+ * this enum contains the known values that the service supports.
2381
+ * ### Known values supported by the service
2382
+ * **RoundRobin**: Round Robin \
2383
+ * **LeastConnection**: Least Connection
2384
+ */
2385
+ export type IpvsScheduler = string;
1952
2386
  /** AADProfile specifies attributes for Azure Active Directory integration. For more details see [managed AAD on AKS](https://docs.microsoft.com/azure/aks/managed-aad). */
1953
2387
  export interface ManagedClusterAADProfile {
1954
2388
  /** Whether to enable managed AAD. */
@@ -2155,6 +2589,8 @@ export interface ManagedClusterHttpProxyConfig {
2155
2589
  httpsProxy?: string;
2156
2590
  /** The endpoints that should not go through proxy. */
2157
2591
  noProxy?: string[];
2592
+ /** A read-only list of all endpoints for which traffic should not be sent to the proxy. This list is a superset of noProxy and values injected by AKS. */
2593
+ readonly effectiveNoProxy?: string[];
2158
2594
  /** Alternative CA cert to use for connecting to proxy servers. */
2159
2595
  trustedCa?: string;
2160
2596
  /** Whether to enable HTTP proxy. If disabled, the specified proxy configuration will be not be set on pods and nodes. If not specified, the default is true. */
@@ -2168,12 +2604,20 @@ export interface ManagedClusterSecurityProfile {
2168
2604
  defender?: ManagedClusterSecurityProfileDefender;
2169
2605
  /** Azure Key Vault [key management service](https://kubernetes.io/docs/tasks/administer-cluster/kms-provider/) settings for the security profile. */
2170
2606
  azureKeyVaultKms?: AzureKeyVaultKms;
2607
+ /** Encryption at rest of Kubernetes resource objects. More information on this can be found under https://aka.ms/aks/kubernetesResourceObjectEncryption */
2608
+ kubernetesResourceObjectEncryptionProfile?: KubernetesResourceObjectEncryptionProfile;
2171
2609
  /** Workload identity settings for the security profile. Workload identity enables Kubernetes applications to access Azure cloud resources securely with Azure AD. See https://aka.ms/aks/wi for more details. */
2172
2610
  workloadIdentity?: ManagedClusterSecurityProfileWorkloadIdentity;
2173
2611
  /** Image Cleaner settings for the security profile. */
2174
2612
  imageCleaner?: ManagedClusterSecurityProfileImageCleaner;
2613
+ /** Image integrity is a feature that works with Azure Policy to verify image integrity by signature. This will not have any effect unless Azure Policy is applied to enforce image signatures. See https://aka.ms/aks/image-integrity for how to use this feature via policy. */
2614
+ imageIntegrity?: ManagedClusterSecurityProfileImageIntegrity;
2615
+ /** [Node Restriction](https://kubernetes.io/docs/reference/access-authn-authz/admission-controllers/#noderestriction) settings for the security profile. */
2616
+ nodeRestriction?: ManagedClusterSecurityProfileNodeRestriction;
2175
2617
  /** A list of up to 10 base64 encoded CAs that will be added to the trust store on all nodes in the cluster. For more information see [Custom CA Trust Certificates](https://learn.microsoft.com/en-us/azure/aks/custom-certificate-authority). */
2176
2618
  customCATrustCertificates?: Uint8Array[];
2619
+ /** Defines service account based image pull settings. */
2620
+ serviceAccountImagePullProfile?: ServiceAccountImagePullProfile;
2177
2621
  }
2178
2622
  export declare function managedClusterSecurityProfileSerializer(item: ManagedClusterSecurityProfile): any;
2179
2623
  export declare function managedClusterSecurityProfileDeserializer(item: any): ManagedClusterSecurityProfile;
@@ -2183,6 +2627,8 @@ export interface ManagedClusterSecurityProfileDefender {
2183
2627
  logAnalyticsWorkspaceResourceId?: string;
2184
2628
  /** Microsoft Defender threat detection for Cloud settings for the security profile. */
2185
2629
  securityMonitoring?: ManagedClusterSecurityProfileDefenderSecurityMonitoring;
2630
+ /** Microsoft Defender settings for security gating, validates container images eligibility for deployment based on Defender for Containers security findings. Using Admission Controller, it either audits or prevents the deployment of images that do not meet security standards. */
2631
+ securityGating?: ManagedClusterSecurityProfileDefenderSecurityGating;
2186
2632
  }
2187
2633
  export declare function managedClusterSecurityProfileDefenderSerializer(item: ManagedClusterSecurityProfileDefender): any;
2188
2634
  export declare function managedClusterSecurityProfileDefenderDeserializer(item: any): ManagedClusterSecurityProfileDefender;
@@ -2193,6 +2639,28 @@ export interface ManagedClusterSecurityProfileDefenderSecurityMonitoring {
2193
2639
  }
2194
2640
  export declare function managedClusterSecurityProfileDefenderSecurityMonitoringSerializer(item: ManagedClusterSecurityProfileDefenderSecurityMonitoring): any;
2195
2641
  export declare function managedClusterSecurityProfileDefenderSecurityMonitoringDeserializer(item: any): ManagedClusterSecurityProfileDefenderSecurityMonitoring;
2642
+ /** Microsoft Defender settings for security gating, validates container images eligibility for deployment based on Defender for Containers security findings. Using Admission Controller, it either audits or prevents the deployment of images that do not meet security standards. */
2643
+ export interface ManagedClusterSecurityProfileDefenderSecurityGating {
2644
+ /** Whether to enable Defender security gating. When enabled, the gating feature will scan container images and audit or block the deployment of images that do not meet security standards according to the configured security rules. */
2645
+ enabled?: boolean;
2646
+ /** List of identities that the admission controller will make use of in order to pull security artifacts from the registry. These are the same identities used by the cluster to pull container images. Each identity provided should have federated identity credential attached to it. */
2647
+ identities?: ManagedClusterSecurityProfileDefenderSecurityGatingIdentitiesItem[];
2648
+ /** In use only while registry access granted by secret rather than managed identity. Set whether to grant the Defender gating agent access to the cluster's secrets for pulling images from registries. If secret access is denied and the registry requires pull secrets, the add-on will not perform any image validation. Default value is false. */
2649
+ allowSecretAccess?: boolean;
2650
+ }
2651
+ export declare function managedClusterSecurityProfileDefenderSecurityGatingSerializer(item: ManagedClusterSecurityProfileDefenderSecurityGating): any;
2652
+ export declare function managedClusterSecurityProfileDefenderSecurityGatingDeserializer(item: any): ManagedClusterSecurityProfileDefenderSecurityGating;
2653
+ export declare function managedClusterSecurityProfileDefenderSecurityGatingIdentitiesItemArraySerializer(result: Array<ManagedClusterSecurityProfileDefenderSecurityGatingIdentitiesItem>): any[];
2654
+ export declare function managedClusterSecurityProfileDefenderSecurityGatingIdentitiesItemArrayDeserializer(result: Array<ManagedClusterSecurityProfileDefenderSecurityGatingIdentitiesItem>): any[];
2655
+ /** Identity information used by Defender security gating to access container registries. */
2656
+ export interface ManagedClusterSecurityProfileDefenderSecurityGatingIdentitiesItem {
2657
+ /** The container registry for which the identity will be used; the identity specified here should have a federated identity credential attached to it. */
2658
+ azureContainerRegistry?: string;
2659
+ /** The identity object used to access the registry */
2660
+ identity?: UserAssignedIdentity;
2661
+ }
2662
+ export declare function managedClusterSecurityProfileDefenderSecurityGatingIdentitiesItemSerializer(item: ManagedClusterSecurityProfileDefenderSecurityGatingIdentitiesItem): any;
2663
+ export declare function managedClusterSecurityProfileDefenderSecurityGatingIdentitiesItemDeserializer(item: any): ManagedClusterSecurityProfileDefenderSecurityGatingIdentitiesItem;
2196
2664
  /** Azure Key Vault key management service settings for the security profile. */
2197
2665
  export interface AzureKeyVaultKms {
2198
2666
  /** Whether to enable Azure Key Vault key management service. The default is false. */
@@ -2222,6 +2690,29 @@ export declare enum KnownKeyVaultNetworkAccessTypes {
2222
2690
  * **Private**: Key vault disables public access and enables private link.
2223
2691
  */
2224
2692
  export type KeyVaultNetworkAccessTypes = string;
2693
+ /** Encryption at rest of Kubernetes resource objects using service-managed keys. More information on this can be found under https://aka.ms/aks/kubernetesResourceObjectEncryption. */
2694
+ export interface KubernetesResourceObjectEncryptionProfile {
2695
+ /** Whether to enable encryption at rest of Kubernetes resource objects using service-managed keys. More information on this can be found under https://aka.ms/aks/kubernetesResourceObjectEncryption. */
2696
+ infrastructureEncryption?: InfrastructureEncryption;
2697
+ }
2698
+ export declare function kubernetesResourceObjectEncryptionProfileSerializer(item: KubernetesResourceObjectEncryptionProfile): any;
2699
+ export declare function kubernetesResourceObjectEncryptionProfileDeserializer(item: any): KubernetesResourceObjectEncryptionProfile;
2700
+ /** Whether to enable encryption at rest of Kubernetes resource objects using service-managed keys. More information on this can be found under https://aka.ms/aks/kubernetesResourceObjectEncryption. */
2701
+ export declare enum KnownInfrastructureEncryption {
2702
+ /** 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. */
2703
+ Enabled = "Enabled",
2704
+ /** 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. */
2705
+ Disabled = "Disabled"
2706
+ }
2707
+ /**
2708
+ * Whether to enable encryption at rest of Kubernetes resource objects using service-managed keys. More information on this can be found under https://aka.ms/aks/kubernetesResourceObjectEncryption. \
2709
+ * {@link KnownInfrastructureEncryption} can be used interchangeably with InfrastructureEncryption,
2710
+ * this enum contains the known values that the service supports.
2711
+ * ### Known values supported by the service
2712
+ * **Enabled**: 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. \
2713
+ * **Disabled**: 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.
2714
+ */
2715
+ export type InfrastructureEncryption = string;
2225
2716
  /** Workload identity settings for the security profile. */
2226
2717
  export interface ManagedClusterSecurityProfileWorkloadIdentity {
2227
2718
  /** Whether to enable workload identity. */
@@ -2238,6 +2729,29 @@ export interface ManagedClusterSecurityProfileImageCleaner {
2238
2729
  }
2239
2730
  export declare function managedClusterSecurityProfileImageCleanerSerializer(item: ManagedClusterSecurityProfileImageCleaner): any;
2240
2731
  export declare function managedClusterSecurityProfileImageCleanerDeserializer(item: any): ManagedClusterSecurityProfileImageCleaner;
2732
+ /** Image integrity related settings for the security profile. */
2733
+ export interface ManagedClusterSecurityProfileImageIntegrity {
2734
+ /** Whether to enable image integrity. The default value is false. */
2735
+ enabled?: boolean;
2736
+ }
2737
+ export declare function managedClusterSecurityProfileImageIntegritySerializer(item: ManagedClusterSecurityProfileImageIntegrity): any;
2738
+ export declare function managedClusterSecurityProfileImageIntegrityDeserializer(item: any): ManagedClusterSecurityProfileImageIntegrity;
2739
+ /** Node Restriction settings for the security profile. */
2740
+ export interface ManagedClusterSecurityProfileNodeRestriction {
2741
+ /** Whether to enable Node Restriction */
2742
+ enabled?: boolean;
2743
+ }
2744
+ export declare function managedClusterSecurityProfileNodeRestrictionSerializer(item: ManagedClusterSecurityProfileNodeRestriction): any;
2745
+ export declare function managedClusterSecurityProfileNodeRestrictionDeserializer(item: any): ManagedClusterSecurityProfileNodeRestriction;
2746
+ /** Profile for configuring image pull authentication to use service account scoped managed identities for authentication instead of node scoped managed identity (kubelet identity) for authentication to Azure Container Registry. For more information, refer to https://aka.ms/aks/identity-binding/acr-image-pull/docs */
2747
+ export interface ServiceAccountImagePullProfile {
2748
+ /** Indicates whether service account based image pull is enabled, for which identity bindings are required for the managed identity to be used for authentication. For more information, refer to https://aka.ms/aks/identity-binding-docs. */
2749
+ enabled?: boolean;
2750
+ /** Optional. The default managed identity resource ID used for image pulls at the cluster level. When configured, this identity is used if a Pod’s service account does not explicitly specify an identity for pulling images. If not configured and no identity is specified at service account level, image will be pulled via anonymous authentication. */
2751
+ defaultManagedIdentityId?: string;
2752
+ }
2753
+ export declare function serviceAccountImagePullProfileSerializer(item: ServiceAccountImagePullProfile): any;
2754
+ export declare function serviceAccountImagePullProfileDeserializer(item: any): ServiceAccountImagePullProfile;
2241
2755
  /** Storage profile for the container service cluster. */
2242
2756
  export interface ManagedClusterStorageProfile {
2243
2757
  /** AzureDisk CSI Driver settings for the storage profile. */
@@ -2285,6 +2799,8 @@ export interface ManagedClusterIngressProfile {
2285
2799
  webAppRouting?: ManagedClusterIngressProfileWebAppRouting;
2286
2800
  /** Settings for the managed Gateway API installation */
2287
2801
  gatewayAPI?: ManagedClusterIngressProfileGatewayConfiguration;
2802
+ /** Settings for the managed Application Load Balancer installation */
2803
+ applicationLoadBalancer?: ManagedClusterIngressProfileApplicationLoadBalancer;
2288
2804
  }
2289
2805
  export declare function managedClusterIngressProfileSerializer(item: ManagedClusterIngressProfile): any;
2290
2806
  export declare function managedClusterIngressProfileDeserializer(item: any): ManagedClusterIngressProfile;
@@ -2300,6 +2816,8 @@ export interface ManagedClusterIngressProfileWebAppRouting {
2300
2816
  nginx?: ManagedClusterIngressProfileNginx;
2301
2817
  /** Managed identity of the Application Routing add-on. This is the identity that should be granted permissions, for example, to manage the associated Azure DNS resource and get certificates from Azure Key Vault. See [this overview of the add-on](https://learn.microsoft.com/en-us/azure/aks/web-app-routing?tabs=with-osm) for more instructions. */
2302
2818
  readonly identity?: UserAssignedIdentity;
2819
+ /** Configuration for the Default Domain. This is a unique, autogenerated domain that comes with a signed TLS Certificate allowing for secure HTTPS. See [the Default Domain documentation](https://aka.ms/aks/defaultdomain) for more instructions. */
2820
+ defaultDomain?: ManagedClusterIngressDefaultDomainProfile;
2303
2821
  }
2304
2822
  export declare function managedClusterIngressProfileWebAppRoutingSerializer(item: ManagedClusterIngressProfileWebAppRouting): any;
2305
2823
  export declare function managedClusterIngressProfileWebAppRoutingDeserializer(item: any): ManagedClusterIngressProfileWebAppRouting;
@@ -2362,6 +2880,15 @@ export declare enum KnownNginxIngressControllerType {
2362
2880
  * **None**: 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.
2363
2881
  */
2364
2882
  export type NginxIngressControllerType = string;
2883
+ /** Default domain profile for the managed cluster ingress profile. */
2884
+ export interface ManagedClusterIngressDefaultDomainProfile {
2885
+ /** Whether to enable Default Domain. */
2886
+ enabled?: boolean;
2887
+ /** The unique fully qualified domain name assigned to the cluster. This will not change even if disabled then reenabled. */
2888
+ readonly domainName?: string;
2889
+ }
2890
+ export declare function managedClusterIngressDefaultDomainProfileSerializer(item: ManagedClusterIngressDefaultDomainProfile): any;
2891
+ export declare function managedClusterIngressDefaultDomainProfileDeserializer(item: any): ManagedClusterIngressDefaultDomainProfile;
2365
2892
  /** Configuration for managed Gateway API CRDs. See https://aka.ms/k8s-gateway-api for more details. */
2366
2893
  export interface ManagedClusterIngressProfileGatewayConfiguration {
2367
2894
  /** Configuration for the managed Gateway API installation. If not specified, the default is 'Disabled'. See https://aka.ms/k8s-gateway-api for more details. */
@@ -2385,12 +2912,23 @@ export declare enum KnownManagedGatewayType {
2385
2912
  * **Standard**: Gateway API CRDs from the standard release channel will be reconciled onto your cluster. See https:\//aka.ms\/gateway-api-versions to see which bundle will be installed for your Kubernetes version.
2386
2913
  */
2387
2914
  export type ManagedGatewayType = string;
2915
+ /** Application Load Balancer settings for the ingress profile. */
2916
+ export interface ManagedClusterIngressProfileApplicationLoadBalancer {
2917
+ /** Whether to enable Application Load Balancer. */
2918
+ enabled?: boolean;
2919
+ /** Managed identity of the Application Load Balancer add-on. This is the identity that should be granted permissions to manage the associated Application Gateway for Containers resource. */
2920
+ readonly identity?: UserAssignedIdentity;
2921
+ }
2922
+ export declare function managedClusterIngressProfileApplicationLoadBalancerSerializer(item: ManagedClusterIngressProfileApplicationLoadBalancer): any;
2923
+ export declare function managedClusterIngressProfileApplicationLoadBalancerDeserializer(item: any): ManagedClusterIngressProfileApplicationLoadBalancer;
2388
2924
  /** PublicNetworkAccess of the managedCluster. Allow or deny public network access for AKS */
2389
2925
  export declare enum KnownPublicNetworkAccess {
2390
2926
  /** Inbound/Outbound to the managedCluster is allowed. */
2391
2927
  Enabled = "Enabled",
2392
2928
  /** Inbound traffic to managedCluster is disabled, traffic from managedCluster is allowed. */
2393
- Disabled = "Disabled"
2929
+ Disabled = "Disabled",
2930
+ /** Inbound/Outbound traffic is managed by Microsoft.Network/NetworkSecurityPerimeters. */
2931
+ SecuredByPerimeter = "SecuredByPerimeter"
2394
2932
  }
2395
2933
  /**
2396
2934
  * PublicNetworkAccess of the managedCluster. Allow or deny public network access for AKS \
@@ -2398,7 +2936,8 @@ export declare enum KnownPublicNetworkAccess {
2398
2936
  * this enum contains the known values that the service supports.
2399
2937
  * ### Known values supported by the service
2400
2938
  * **Enabled**: Inbound\/Outbound to the managedCluster is allowed. \
2401
- * **Disabled**: Inbound traffic to managedCluster is disabled, traffic from managedCluster is allowed.
2939
+ * **Disabled**: Inbound traffic to managedCluster is disabled, traffic from managedCluster is allowed. \
2940
+ * **SecuredByPerimeter**: Inbound\/Outbound traffic is managed by Microsoft.Network\/NetworkSecurityPerimeters.
2402
2941
  */
2403
2942
  export type PublicNetworkAccess = string;
2404
2943
  /** Workload Auto-scaler profile for the managed cluster. */
@@ -2421,13 +2960,33 @@ export declare function managedClusterWorkloadAutoScalerProfileKedaDeserializer(
2421
2960
  export interface ManagedClusterWorkloadAutoScalerProfileVerticalPodAutoscaler {
2422
2961
  /** Whether to enable VPA. Default value is false. */
2423
2962
  enabled: boolean;
2963
+ /** Whether VPA add-on is enabled and configured to scale AKS-managed add-ons. */
2964
+ addonAutoscaling?: AddonAutoscaling;
2424
2965
  }
2425
2966
  export declare function managedClusterWorkloadAutoScalerProfileVerticalPodAutoscalerSerializer(item: ManagedClusterWorkloadAutoScalerProfileVerticalPodAutoscaler): any;
2426
2967
  export declare function managedClusterWorkloadAutoScalerProfileVerticalPodAutoscalerDeserializer(item: any): ManagedClusterWorkloadAutoScalerProfileVerticalPodAutoscaler;
2968
+ /** Whether VPA add-on is enabled and configured to scale AKS-managed add-ons. */
2969
+ export declare enum KnownAddonAutoscaling {
2970
+ /** Feature to autoscale AKS-managed add-ons is enabled. The default VPA update mode is Initial mode. */
2971
+ Enabled = "Enabled",
2972
+ /** Feature to autoscale AKS-managed add-ons is disabled. */
2973
+ Disabled = "Disabled"
2974
+ }
2975
+ /**
2976
+ * Whether VPA add-on is enabled and configured to scale AKS-managed add-ons. \
2977
+ * {@link KnownAddonAutoscaling} can be used interchangeably with AddonAutoscaling,
2978
+ * this enum contains the known values that the service supports.
2979
+ * ### Known values supported by the service
2980
+ * **Enabled**: Feature to autoscale AKS-managed add-ons is enabled. The default VPA update mode is Initial mode. \
2981
+ * **Disabled**: Feature to autoscale AKS-managed add-ons is disabled.
2982
+ */
2983
+ export type AddonAutoscaling = string;
2427
2984
  /** Azure Monitor addon profiles for monitoring the managed cluster. */
2428
2985
  export interface ManagedClusterAzureMonitorProfile {
2429
2986
  /** Metrics profile for the Azure Monitor managed service for Prometheus addon. Collect out-of-the-box Kubernetes infrastructure metrics to send to an Azure Monitor Workspace and configure additional scraping for custom targets. See aka.ms/AzureManagedPrometheus for an overview. */
2430
2987
  metrics?: ManagedClusterAzureMonitorProfileMetrics;
2988
+ /** Azure Monitor Container Insights Profile for Kubernetes Events, Inventory and Container stdout & stderr logs etc. See aka.ms/AzureMonitorContainerInsights for an overview. */
2989
+ containerInsights?: ManagedClusterAzureMonitorProfileContainerInsights;
2431
2990
  /** Application Monitoring Profile for Kubernetes Application Container. Collects application logs, metrics and traces through auto-instrumentation of the application using Azure Monitor OpenTelemetry based SDKs. See aka.ms/AzureMonitorApplicationMonitoring for an overview. */
2432
2991
  appMonitoring?: ManagedClusterAzureMonitorProfileAppMonitoring;
2433
2992
  }
@@ -2439,6 +2998,8 @@ export interface ManagedClusterAzureMonitorProfileMetrics {
2439
2998
  enabled: boolean;
2440
2999
  /** Kube State Metrics profile for the Azure Managed Prometheus addon. These optional settings are for the kube-state-metrics pod that is deployed with the addon. See aka.ms/AzureManagedPrometheus-optional-parameters for details. */
2441
3000
  kubeStateMetrics?: ManagedClusterAzureMonitorProfileKubeStateMetrics;
3001
+ /** Control plane metrics collection profile for the Azure Managed Prometheus addon. Configures collection of operational runtime metrics from managed control plane components (kube-apiserver, etcd, etc). See aka.ms/aks/controlplane-metrics for an overview. */
3002
+ controlPlane?: ManagedClusterAzureMonitorProfileMetricsControlPlane;
2442
3003
  }
2443
3004
  export declare function managedClusterAzureMonitorProfileMetricsSerializer(item: ManagedClusterAzureMonitorProfileMetrics): any;
2444
3005
  export declare function managedClusterAzureMonitorProfileMetricsDeserializer(item: any): ManagedClusterAzureMonitorProfileMetrics;
@@ -2451,10 +3012,54 @@ export interface ManagedClusterAzureMonitorProfileKubeStateMetrics {
2451
3012
  }
2452
3013
  export declare function managedClusterAzureMonitorProfileKubeStateMetricsSerializer(item: ManagedClusterAzureMonitorProfileKubeStateMetrics): any;
2453
3014
  export declare function managedClusterAzureMonitorProfileKubeStateMetricsDeserializer(item: any): ManagedClusterAzureMonitorProfileKubeStateMetrics;
3015
+ /** Control plane metrics collection profile for the Azure Managed Prometheus addon. Configures collection of operational runtime metrics from managed control plane components (kube-apiserver, etcd, etc). See aka.ms/aks/controlplane-metrics for an overview. */
3016
+ export interface ManagedClusterAzureMonitorProfileMetricsControlPlane {
3017
+ /** Whether to enable or disable collection of control plane metrics by the Azure Managed Prometheus addon. Defaults to disabled. See aka.ms/aks/controlplane-metrics for details. */
3018
+ enabled?: boolean;
3019
+ }
3020
+ export declare function managedClusterAzureMonitorProfileMetricsControlPlaneSerializer(item: ManagedClusterAzureMonitorProfileMetricsControlPlane): any;
3021
+ export declare function managedClusterAzureMonitorProfileMetricsControlPlaneDeserializer(item: any): ManagedClusterAzureMonitorProfileMetricsControlPlane;
3022
+ /** Azure Monitor Container Insights Profile for Kubernetes Events, Inventory and Container stdout & stderr logs etc. See aka.ms/AzureMonitorContainerInsights for an overview. */
3023
+ export interface ManagedClusterAzureMonitorProfileContainerInsights {
3024
+ /** Indicates if Azure Monitor Container Insights Logs Addon is enabled or not. */
3025
+ enabled?: boolean;
3026
+ /** Fully Qualified ARM Resource Id of Azure Log Analytics Workspace for storing Azure Monitor Container Insights Logs. */
3027
+ logAnalyticsWorkspaceResourceId?: string;
3028
+ /** The syslog host port. If not specified, the default port is 28330. */
3029
+ syslogPort?: number;
3030
+ /** Indicates whether custom metrics collection has to be disabled or not. If not specified the default is false. No custom metrics will be emitted if this field is false but the container insights enabled field is false */
3031
+ disableCustomMetrics?: boolean;
3032
+ /** Indicates whether prometheus metrics scraping is disabled or not. If not specified the default is false. No prometheus metrics will be emitted if this field is false but the container insights enabled field is false */
3033
+ disablePrometheusMetricsScraping?: boolean;
3034
+ /** Configures container network logs ingestion with Azure Monitor. Which network logs to ingest is controlled by the CRD found in the following links. No network logs are ingested by default. More information on container network logs can be found at https://aka.ms/ContainerNetworkLogsDoc. More information on configuring container network log can be found at https://aka.ms/acns/howtoenablecnl. If not specified, the default is Disabled. */
3035
+ containerNetworkLogs?: ContainerNetworkLogs;
3036
+ }
3037
+ export declare function managedClusterAzureMonitorProfileContainerInsightsSerializer(item: ManagedClusterAzureMonitorProfileContainerInsights): any;
3038
+ export declare function managedClusterAzureMonitorProfileContainerInsightsDeserializer(item: any): ManagedClusterAzureMonitorProfileContainerInsights;
3039
+ /** Configures container network logs ingestion with Azure Monitor. Which network logs to ingest is controlled by the CRD found in the following links. No network logs are ingested by default. More information on container network logs can be found at https://aka.ms/ContainerNetworkLogsDoc. More information on configuring container network log can be found at https://aka.ms/acns/howtoenablecnl. If not specified, the default is Disabled. */
3040
+ export declare enum KnownContainerNetworkLogs {
3041
+ /** Azure monitor ingestion of container network logs is disabled */
3042
+ Disabled = "Disabled",
3043
+ /** Azure monitor ingestion of container network logs is enabled */
3044
+ Enabled = "Enabled"
3045
+ }
3046
+ /**
3047
+ * Configures container network logs ingestion with Azure Monitor. Which network logs to ingest is controlled by the CRD found in the following links. No network logs are ingested by default. More information on container network logs can be found at https://aka.ms/ContainerNetworkLogsDoc. More information on configuring container network log can be found at https://aka.ms/acns/howtoenablecnl. If not specified, the default is Disabled. \
3048
+ * {@link KnownContainerNetworkLogs} can be used interchangeably with ContainerNetworkLogs,
3049
+ * this enum contains the known values that the service supports.
3050
+ * ### Known values supported by the service
3051
+ * **Disabled**: Azure monitor ingestion of container network logs is disabled \
3052
+ * **Enabled**: Azure monitor ingestion of container network logs is enabled
3053
+ */
3054
+ export type ContainerNetworkLogs = string;
2454
3055
  /** Application Monitoring profile for AKS. */
2455
3056
  export interface ManagedClusterAzureMonitorProfileAppMonitoring {
2456
3057
  /** Application Monitoring auto-instrumentation for AKS. Deploys a webhook that auto-instruments workloads with Microsoft OpenTelemetry Distros to collect OpenTelemetry metrics, logs, and traces. See https://aka.ms/AKSAppMonitoringDocs and https://aka.ms/AzureMonitorApplicationMonitoring for an overview. */
2457
3058
  autoInstrumentation?: ManagedClusterAzureMonitorProfileAppMonitoringAutoInstrumentation;
3059
+ /** Application Monitoring Open Telemetry Metrics Profile for AKS. Collects OpenTelemetry metrics of the application using Azure Monitor OpenTelemetry based SDKs. See https://aka.ms/AKSAppMonitoringDocs and https://aka.ms/AzureMonitorApplicationMonitoring for an overview. */
3060
+ openTelemetryMetrics?: ManagedClusterAzureMonitorProfileAppMonitoringOpenTelemetryMetrics;
3061
+ /** Application Monitoring Open Telemetry Logs and Traces Profile for AKS. Collects OpenTelemetry logs and traces of the application using Azure Monitor OpenTelemetry based SDKs. See https://aka.ms/AKSAppMonitoringDocs and https://aka.ms/AzureMonitorApplicationMonitoring for an overview. */
3062
+ openTelemetryLogsAndTraces?: ManagedClusterAzureMonitorProfileAppMonitoringOpenTelemetryLogsAndTraces;
2458
3063
  }
2459
3064
  export declare function managedClusterAzureMonitorProfileAppMonitoringSerializer(item: ManagedClusterAzureMonitorProfileAppMonitoring): any;
2460
3065
  export declare function managedClusterAzureMonitorProfileAppMonitoringDeserializer(item: any): ManagedClusterAzureMonitorProfileAppMonitoring;
@@ -2465,6 +3070,28 @@ export interface ManagedClusterAzureMonitorProfileAppMonitoringAutoInstrumentati
2465
3070
  }
2466
3071
  export declare function managedClusterAzureMonitorProfileAppMonitoringAutoInstrumentationSerializer(item: ManagedClusterAzureMonitorProfileAppMonitoringAutoInstrumentation): any;
2467
3072
  export declare function managedClusterAzureMonitorProfileAppMonitoringAutoInstrumentationDeserializer(item: any): ManagedClusterAzureMonitorProfileAppMonitoringAutoInstrumentation;
3073
+ /** Application Monitoring Open Telemetry Metrics Profile for AKS. Collects OpenTelemetry metrics of the application using Azure Monitor OpenTelemetry based SDKs. See https://aka.ms/AKSAppMonitoringDocs and https://aka.ms/AzureMonitorApplicationMonitoring for an overview. */
3074
+ export interface ManagedClusterAzureMonitorProfileAppMonitoringOpenTelemetryMetrics {
3075
+ /** Indicates if Application Monitoring Open Telemetry Metrics is enabled or not. */
3076
+ enabled?: boolean;
3077
+ /** The host port for Open Telemetry HTTP/PROTOBUF metrics. If not specified, the default port is 28333. */
3078
+ httpPort?: number;
3079
+ /** The host port for Open Telemetry GRPC metrics. If not specified, the default port is 28334. */
3080
+ grpcPort?: number;
3081
+ }
3082
+ export declare function managedClusterAzureMonitorProfileAppMonitoringOpenTelemetryMetricsSerializer(item: ManagedClusterAzureMonitorProfileAppMonitoringOpenTelemetryMetrics): any;
3083
+ export declare function managedClusterAzureMonitorProfileAppMonitoringOpenTelemetryMetricsDeserializer(item: any): ManagedClusterAzureMonitorProfileAppMonitoringOpenTelemetryMetrics;
3084
+ /** Application Monitoring Open Telemetry Logs and Traces Profile for AKS. Collects OpenTelemetry logs and traces of the application using Azure Monitor OpenTelemetry based SDKs. See https://aka.ms/AKSAppMonitoringDocs and https://aka.ms/AzureMonitorApplicationMonitoring for an overview. */
3085
+ export interface ManagedClusterAzureMonitorProfileAppMonitoringOpenTelemetryLogsAndTraces {
3086
+ /** Indicates if Application Monitoring Open Telemetry Logs and traces is enabled or not. */
3087
+ enabled?: boolean;
3088
+ /** The host port for Open Telemetry HTTP/PROTOBUF logs and traces. If not specified, the default port is 28331. */
3089
+ httpPort?: number;
3090
+ /** The host port for Open Telemetry GRPC logs and traces. If not specified, the default port is 28332. */
3091
+ grpcPort?: number;
3092
+ }
3093
+ export declare function managedClusterAzureMonitorProfileAppMonitoringOpenTelemetryLogsAndTracesSerializer(item: ManagedClusterAzureMonitorProfileAppMonitoringOpenTelemetryLogsAndTraces): any;
3094
+ export declare function managedClusterAzureMonitorProfileAppMonitoringOpenTelemetryLogsAndTracesDeserializer(item: any): ManagedClusterAzureMonitorProfileAppMonitoringOpenTelemetryLogsAndTraces;
2468
3095
  /** Service mesh profile for a managed cluster. */
2469
3096
  export interface ServiceMeshProfile {
2470
3097
  /** Mode of the service mesh. */
@@ -2679,6 +3306,43 @@ export interface ManagedClusterAIToolchainOperatorProfile {
2679
3306
  }
2680
3307
  export declare function managedClusterAIToolchainOperatorProfileSerializer(item: ManagedClusterAIToolchainOperatorProfile): any;
2681
3308
  export declare function managedClusterAIToolchainOperatorProfileDeserializer(item: any): ManagedClusterAIToolchainOperatorProfile;
3309
+ /** The pod scheduler profile for the cluster. */
3310
+ export interface SchedulerProfile {
3311
+ /** Mapping of each scheduler instance to its profile. */
3312
+ schedulerInstanceProfiles?: SchedulerProfileSchedulerInstanceProfiles;
3313
+ }
3314
+ export declare function schedulerProfileSerializer(item: SchedulerProfile): any;
3315
+ export declare function schedulerProfileDeserializer(item: any): SchedulerProfile;
3316
+ /** Mapping of each scheduler instance to its profile. */
3317
+ export interface SchedulerProfileSchedulerInstanceProfiles {
3318
+ /** The scheduler profile for the upstream scheduler instance. */
3319
+ upstream?: SchedulerInstanceProfile;
3320
+ }
3321
+ export declare function schedulerProfileSchedulerInstanceProfilesSerializer(item: SchedulerProfileSchedulerInstanceProfiles): any;
3322
+ export declare function schedulerProfileSchedulerInstanceProfilesDeserializer(item: any): SchedulerProfileSchedulerInstanceProfiles;
3323
+ /** The scheduler profile for a single scheduler instance. */
3324
+ export interface SchedulerInstanceProfile {
3325
+ /** The config customization mode for this scheduler instance. */
3326
+ schedulerConfigMode?: SchedulerConfigMode;
3327
+ }
3328
+ export declare function schedulerInstanceProfileSerializer(item: SchedulerInstanceProfile): any;
3329
+ export declare function schedulerInstanceProfileDeserializer(item: any): SchedulerInstanceProfile;
3330
+ /** The config customization mode for this scheduler instance. */
3331
+ export declare enum KnownSchedulerConfigMode {
3332
+ /** No config customization. Use default configuration. */
3333
+ Default = "Default",
3334
+ /** Enable config customization. Customer can specify scheduler configuration via a CRD. See aka.ms/aks/scheduler-crd for details. */
3335
+ ManagedByCRD = "ManagedByCRD"
3336
+ }
3337
+ /**
3338
+ * The config customization mode for this scheduler instance. \
3339
+ * {@link KnownSchedulerConfigMode} can be used interchangeably with SchedulerConfigMode,
3340
+ * this enum contains the known values that the service supports.
3341
+ * ### Known values supported by the service
3342
+ * **Default**: No config customization. Use default configuration. \
3343
+ * **ManagedByCRD**: Enable config customization. Customer can specify scheduler configuration via a CRD. See aka.ms\/aks\/scheduler-crd for details.
3344
+ */
3345
+ export type SchedulerConfigMode = string;
2682
3346
  /** Settings for hosted system addons. */
2683
3347
  export interface ManagedClusterHostedSystemProfile {
2684
3348
  /** Whether to enable hosted system addons for the cluster. */
@@ -2690,6 +3354,67 @@ export interface ManagedClusterHostedSystemProfile {
2690
3354
  }
2691
3355
  export declare function managedClusterHostedSystemProfileSerializer(item: ManagedClusterHostedSystemProfile): any;
2692
3356
  export declare function managedClusterHostedSystemProfileDeserializer(item: any): ManagedClusterHostedSystemProfile;
3357
+ /** Health monitor profile for the managed cluster. */
3358
+ export interface ManagedClusterHealthMonitorProfile {
3359
+ /** Whether to enable continuous control plane and addon monitor. */
3360
+ enableContinuousControlPlaneAndAddonMonitor?: boolean;
3361
+ /** Whether to enable on-demand monitor. */
3362
+ enableOnDemandMonitor?: boolean;
3363
+ }
3364
+ export declare function managedClusterHealthMonitorProfileSerializer(item: ManagedClusterHealthMonitorProfile): any;
3365
+ export declare function managedClusterHealthMonitorProfileDeserializer(item: any): ManagedClusterHealthMonitorProfile;
3366
+ /** Profile for providing scaled and performance guaranteed control plane capacity to deliver consistent performance under high workload. Requires Kubernetes version 1.33.0 or later. */
3367
+ export interface ManagedClusterControlPlaneScalingProfile {
3368
+ /** The scaling size of the control plane. Scaling sizes offer guaranteed capacity and predictable Kubernetes performance beyond standard tier defaults. Higher H sizes provide increased performance guarantees. See https://aka.ms/aks/hyperscale for performance metrics details for each size. */
3369
+ scalingSize: ControlPlaneScalingSize;
3370
+ }
3371
+ export declare function managedClusterControlPlaneScalingProfileSerializer(item: ManagedClusterControlPlaneScalingProfile): any;
3372
+ export declare function managedClusterControlPlaneScalingProfileDeserializer(item: any): ManagedClusterControlPlaneScalingProfile;
3373
+ /** The scaling size of the control plane. Scaling sizes offer guaranteed capacity and predictable Kubernetes performance beyond standard tier defaults. Higher H sizes provide increased performance guarantees. See https://aka.ms/aks/hyperscale for performance metrics details for each size. */
3374
+ export declare enum KnownControlPlaneScalingSize {
3375
+ /** H2 is the smallest scaling size with guaranteed capacity and predictable performance beyond standard tier defaults. */
3376
+ H2 = "H2",
3377
+ /** H4 scaling size provides increased guaranteed performance over H2. */
3378
+ H4 = "H4",
3379
+ /** H8 scaling size provides increased guaranteed performance over H4. */
3380
+ H8 = "H8"
3381
+ }
3382
+ /**
3383
+ * The scaling size of the control plane. Scaling sizes offer guaranteed capacity and predictable Kubernetes performance beyond standard tier defaults. Higher H sizes provide increased performance guarantees. See https://aka.ms/aks/hyperscale for performance metrics details for each size. \
3384
+ * {@link KnownControlPlaneScalingSize} can be used interchangeably with ControlPlaneScalingSize,
3385
+ * this enum contains the known values that the service supports.
3386
+ * ### Known values supported by the service
3387
+ * **H2**: H2 is the smallest scaling size with guaranteed capacity and predictable performance beyond standard tier defaults. \
3388
+ * **H4**: H4 scaling size provides increased guaranteed performance over H2. \
3389
+ * **H8**: H8 scaling size provides increased guaranteed performance over H4.
3390
+ */
3391
+ export type ControlPlaneScalingSize = string;
3392
+ /** Node disruption profile for a managed cluster. */
3393
+ export interface NodeDisruptionProfile {
3394
+ /** The policy configuration for when to allow certain operations which require node re-image and trigger redeployment. For example, some operations, such as updating the .properties.ManagedClusterSecurityProfile.customCATrustCertificates field on an existing managed cluster, trigger rolling updates of the nodes. This setting allows control over when such updates are accepted. The default is 'Allow'. For a full list of covered operations see aka.ms/aks/nodedisruptionpolicy". */
3395
+ nodeDisruptionPolicy?: NodeDisruptionPolicy;
3396
+ }
3397
+ export declare function nodeDisruptionProfileSerializer(item: NodeDisruptionProfile): any;
3398
+ export declare function nodeDisruptionProfileDeserializer(item: any): NodeDisruptionProfile;
3399
+ /** The policy configuration for when to allow certain operations which require node re-image and trigger redeployment. For example, some operations, such as updating the .properties.ManagedClusterSecurityProfile.customCATrustCertificates field on an existing managed cluster, trigger rolling updates of the nodes. This setting allows control over when such updates are accepted. The default is 'Allow'. For a full list of covered operations see aka.ms/aks/nodedisruptionpolicy". */
3400
+ export declare enum KnownNodeDisruptionPolicy {
3401
+ /** Allows operations that will require node re-image and trigger redeployment. */
3402
+ Allow = "Allow",
3403
+ /** Blocks certain operations that will require node re-image and trigger redeployment unless within the aksManagedNodeOSUpgradeSchedule maintenance window. For a full list of covered operations see aka.ms/aks/nodedisruptionpolicy . For more information on using the aksManagedNodeOSUpgradeSchedule maintenance window, please see https://learn.microsoft.com/azure/aks/planned-maintenance?tabs=azure-cli */
3404
+ AllowDuringMaintenanceWindow = "AllowDuringMaintenanceWindow",
3405
+ /** Blocks certain operations that will require node re-image and trigger redeployment. For a full list of covered operations see aka.ms/aks/nodedisruptionpolicy */
3406
+ Block = "Block"
3407
+ }
3408
+ /**
3409
+ * The policy configuration for when to allow certain operations which require node re-image and trigger redeployment. For example, some operations, such as updating the .properties.ManagedClusterSecurityProfile.customCATrustCertificates field on an existing managed cluster, trigger rolling updates of the nodes. This setting allows control over when such updates are accepted. The default is 'Allow'. For a full list of covered operations see aka.ms/aks/nodedisruptionpolicy". \
3410
+ * {@link KnownNodeDisruptionPolicy} can be used interchangeably with NodeDisruptionPolicy,
3411
+ * this enum contains the known values that the service supports.
3412
+ * ### Known values supported by the service
3413
+ * **Allow**: Allows operations that will require node re-image and trigger redeployment. \
3414
+ * **AllowDuringMaintenanceWindow**: Blocks certain operations that will require node re-image and trigger redeployment unless within the aksManagedNodeOSUpgradeSchedule maintenance window. For a full list of covered operations see aka.ms\/aks\/nodedisruptionpolicy . For more information on using the aksManagedNodeOSUpgradeSchedule maintenance window, please see https:\//learn.microsoft.com\/azure\/aks\/planned-maintenance?tabs=azure-cli \
3415
+ * **Block**: Blocks certain operations that will require node re-image and trigger redeployment. For a full list of covered operations see aka.ms\/aks\/nodedisruptionpolicy
3416
+ */
3417
+ export type NodeDisruptionPolicy = string;
2693
3418
  /** Contains read-only information about the Managed Cluster. */
2694
3419
  export interface ManagedClusterStatus {
2695
3420
  /** The error details information of the managed cluster. Preserves the detailed info of failure. If there was no error, this field is omitted. */
@@ -2958,6 +3683,12 @@ export interface EndpointDetail {
2958
3683
  description?: string;
2959
3684
  }
2960
3685
  export declare function endpointDetailDeserializer(item: any): EndpointDetail;
3686
+ /** The names of the load balancers to rebalance. If set to empty, all load balancers will be rebalanced. */
3687
+ export interface RebalanceLoadBalancersRequestBody {
3688
+ /** The load balancer names list. */
3689
+ loadBalancerNames?: string[];
3690
+ }
3691
+ export declare function rebalanceLoadBalancersRequestBodySerializer(item: RebalanceLoadBalancersRequestBody): any;
2961
3692
  /** The list of available upgrades for compute pools. */
2962
3693
  export interface ManagedClusterUpgradeProfile extends ProxyResource {
2963
3694
  /** The list of available upgrade versions for the control plane. */
@@ -2984,6 +3715,8 @@ export interface ManagedClusterPoolUpgradeProfile {
2984
3715
  osType: OSType;
2985
3716
  /** List of orchestrator types and versions available for upgrade. */
2986
3717
  upgrades?: ManagedClusterPoolUpgradeProfileUpgradesItem[];
3718
+ /** List of components grouped by kubernetes major.minor version. */
3719
+ componentsByReleases?: ComponentsByRelease[];
2987
3720
  }
2988
3721
  export declare function managedClusterPoolUpgradeProfileDeserializer(item: any): ManagedClusterPoolUpgradeProfile;
2989
3722
  export declare function managedClusterPoolUpgradeProfileUpgradesItemArrayDeserializer(result: Array<ManagedClusterPoolUpgradeProfileUpgradesItem>): any[];
@@ -2993,9 +3726,89 @@ export interface ManagedClusterPoolUpgradeProfileUpgradesItem {
2993
3726
  kubernetesVersion?: string;
2994
3727
  /** Whether the Kubernetes version is currently in preview. */
2995
3728
  isPreview?: boolean;
3729
+ /** Whether the Kubernetes version is out of support. */
3730
+ isOutOfSupport?: boolean;
2996
3731
  }
2997
3732
  export declare function managedClusterPoolUpgradeProfileUpgradesItemDeserializer(item: any): ManagedClusterPoolUpgradeProfileUpgradesItem;
2998
3733
  export declare function managedClusterPoolUpgradeProfileArrayDeserializer(result: Array<ManagedClusterPoolUpgradeProfile>): any[];
3734
+ /** Available Guardrails Version */
3735
+ export interface GuardrailsAvailableVersion extends ProxyResource {
3736
+ /** Whether the version is default or not and support info. */
3737
+ properties: GuardrailsAvailableVersionsProperties;
3738
+ }
3739
+ export declare function guardrailsAvailableVersionDeserializer(item: any): GuardrailsAvailableVersion;
3740
+ /** Whether the version is default or not and support info. */
3741
+ export interface GuardrailsAvailableVersionsProperties {
3742
+ /** Whether this is the default version. */
3743
+ readonly isDefaultVersion?: boolean;
3744
+ /** Whether the version is preview or stable. */
3745
+ readonly support?: GuardrailsSupport;
3746
+ }
3747
+ export declare function guardrailsAvailableVersionsPropertiesDeserializer(item: any): GuardrailsAvailableVersionsProperties;
3748
+ /** Whether the version is preview or stable. */
3749
+ export declare enum KnownGuardrailsSupport {
3750
+ /** 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. */
3751
+ Preview = "Preview",
3752
+ /** The version is stable and can be used on critical production clusters. */
3753
+ Stable = "Stable"
3754
+ }
3755
+ /**
3756
+ * Whether the version is preview or stable. \
3757
+ * {@link KnownGuardrailsSupport} can be used interchangeably with GuardrailsSupport,
3758
+ * this enum contains the known values that the service supports.
3759
+ * ### Known values supported by the service
3760
+ * **Preview**: 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. \
3761
+ * **Stable**: The version is stable and can be used on critical production clusters.
3762
+ */
3763
+ export type GuardrailsSupport = string;
3764
+ /** Hold values properties, which is array of GuardrailsVersions */
3765
+ export interface _GuardrailsAvailableVersionsList {
3766
+ /** The GuardrailsAvailableVersion items on this page */
3767
+ value: GuardrailsAvailableVersion[];
3768
+ /** The link to the next page of items */
3769
+ nextLink?: string;
3770
+ }
3771
+ export declare function _guardrailsAvailableVersionsListDeserializer(item: any): _GuardrailsAvailableVersionsList;
3772
+ export declare function guardrailsAvailableVersionArrayDeserializer(result: Array<GuardrailsAvailableVersion>): any[];
3773
+ /** Available Safeguards Version */
3774
+ export interface SafeguardsAvailableVersion extends ProxyResource {
3775
+ /** Whether the version is default or not and support info. */
3776
+ properties: SafeguardsAvailableVersionsProperties;
3777
+ }
3778
+ export declare function safeguardsAvailableVersionDeserializer(item: any): SafeguardsAvailableVersion;
3779
+ /** Whether the version is default or not and support info. */
3780
+ export interface SafeguardsAvailableVersionsProperties {
3781
+ /** Whether this is the default version. */
3782
+ readonly isDefaultVersion?: boolean;
3783
+ /** Whether the version is preview or stable. */
3784
+ readonly support?: SafeguardsSupport;
3785
+ }
3786
+ export declare function safeguardsAvailableVersionsPropertiesDeserializer(item: any): SafeguardsAvailableVersionsProperties;
3787
+ /** Whether the version is preview or stable. */
3788
+ export declare enum KnownSafeguardsSupport {
3789
+ /** 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. */
3790
+ Preview = "Preview",
3791
+ /** The version is stable and can be used on critical production clusters. */
3792
+ Stable = "Stable"
3793
+ }
3794
+ /**
3795
+ * Whether the version is preview or stable. \
3796
+ * {@link KnownSafeguardsSupport} can be used interchangeably with SafeguardsSupport,
3797
+ * this enum contains the known values that the service supports.
3798
+ * ### Known values supported by the service
3799
+ * **Preview**: 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. \
3800
+ * **Stable**: The version is stable and can be used on critical production clusters.
3801
+ */
3802
+ export type SafeguardsSupport = string;
3803
+ /** Hold values properties, which is array of SafeguardsVersions */
3804
+ export interface _SafeguardsAvailableVersionsList {
3805
+ /** The SafeguardsAvailableVersion items on this page */
3806
+ value: SafeguardsAvailableVersion[];
3807
+ /** The link to the next page of items */
3808
+ nextLink?: string;
3809
+ }
3810
+ export declare function _safeguardsAvailableVersionsListDeserializer(item: any): _SafeguardsAvailableVersionsList;
3811
+ export declare function safeguardsAvailableVersionArrayDeserializer(result: Array<SafeguardsAvailableVersion>): any[];
2999
3812
  /** Mesh revision profile for a mesh. */
3000
3813
  export interface MeshRevisionProfile extends ProxyResource {
3001
3814
  /** Mesh revision profile properties for a mesh */
@@ -3426,22 +4239,63 @@ export interface Machine extends ProxyResource {
3426
4239
  /** The properties of the machine */
3427
4240
  properties?: MachineProperties;
3428
4241
  /** The Availability zone in which machine is located. */
3429
- readonly zones?: string[];
4242
+ zones?: string[];
3430
4243
  }
4244
+ export declare function machineSerializer(item: Machine): any;
3431
4245
  export declare function machineDeserializer(item: any): Machine;
3432
4246
  /** The properties of the machine */
3433
4247
  export interface MachineProperties {
3434
4248
  /** network properties of the machine */
3435
- readonly network?: MachineNetworkProperties;
4249
+ network?: MachineNetworkProperties;
3436
4250
  /** Azure resource id of the machine. It can be used to GET underlying VM Instance */
3437
4251
  readonly resourceId?: string;
4252
+ /** The hardware and GPU settings of the machine. */
4253
+ hardware?: MachineHardwareProfile;
4254
+ /** The operating system and disk used by the machine. */
4255
+ operatingSystem?: MachineOSProfile;
4256
+ /** The Kubernetes configurations used by the machine. */
4257
+ kubernetes?: MachineKubernetesProfile;
4258
+ /** Machine only allows 'System' and 'User' mode. */
4259
+ mode?: AgentPoolMode;
4260
+ /** The security settings of the machine. */
4261
+ security?: MachineSecurityProfile;
4262
+ /** The priority for the machine. If not specified, the default is 'Regular'. */
4263
+ priority?: ScaleSetPriority;
4264
+ /** The eviction policy for machine. This cannot be specified unless the priority is 'Spot'. If not specified, the default is 'Delete'. */
4265
+ evictionPolicy?: ScaleSetEvictionPolicy;
4266
+ /** The properties having to do with machine billing. */
4267
+ billing?: MachineBillingProfile;
4268
+ /** The version of node image. */
4269
+ readonly nodeImageVersion?: string;
4270
+ /** The current deployment or provisioning state. */
4271
+ readonly provisioningState?: string;
4272
+ /** The tags to be persisted on the machine. */
4273
+ tags?: Record<string, string>;
4274
+ /** Unique read-only string used to implement optimistic concurrency. The eTag value will change when the resource is updated. Specify an if-match or if-none-match header with the eTag value for a subsequent request to enable optimistic concurrency per the normal eTag convention. */
4275
+ readonly eTag?: string;
4276
+ /** Contains read-only information about the machine. */
4277
+ readonly status?: MachineStatus;
4278
+ /** Configures the per-node local DNS, with VnetDNS and KubeDNS overrides. LocalDNS helps improve performance and reliability of DNS resolution in an AKS cluster. For more details see aka.ms/aks/localdns. */
4279
+ localDNSProfile?: LocalDNSProfile;
3438
4280
  }
4281
+ export declare function machinePropertiesSerializer(item: MachineProperties): any;
3439
4282
  export declare function machinePropertiesDeserializer(item: any): MachineProperties;
3440
4283
  /** network properties of the machine */
3441
4284
  export interface MachineNetworkProperties {
3442
4285
  /** IPv4, IPv6 addresses of the machine */
3443
4286
  readonly ipAddresses?: MachineIpAddress[];
4287
+ /** The ID of the subnet which node and optionally pods will join on startup. If this is not specified, a VNET and subnet will be generated and used. If no podSubnetID is specified, this applies to nodes and pods, otherwise it applies to just nodes. This is of the form: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/virtualNetworks/{virtualNetworkName}/subnets/{subnetName} */
4288
+ vnetSubnetID?: string;
4289
+ /** The ID of the subnet which pods will join when launched. If omitted, pod IPs are statically assigned on the node subnet (see vnetSubnetID for more details). This is of the form: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/virtualNetworks/{virtualNetworkName}/subnets/{subnetName} */
4290
+ podSubnetID?: string;
4291
+ /** Whether the machine is allocated its own public IP. Some scenarios may require the machine to receive their own dedicated public IP addresses. A common scenario is for gaming workloads, where a console needs to make a direct connection to a cloud virtual machine to minimize hops. The default is false. */
4292
+ enableNodePublicIP?: boolean;
4293
+ /** The public IP prefix ID which VM node should use IPs from. This is of the form: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/publicIPPrefixes/{publicIPPrefixName} */
4294
+ nodePublicIPPrefixID?: string;
4295
+ /** IPTags of instance-level public IPs. */
4296
+ nodePublicIPTags?: IPTag[];
3444
4297
  }
4298
+ export declare function machineNetworkPropertiesSerializer(item: MachineNetworkProperties): any;
3445
4299
  export declare function machineNetworkPropertiesDeserializer(item: any): MachineNetworkProperties;
3446
4300
  export declare function machineIpAddressArrayDeserializer(result: Array<MachineIpAddress>): any[];
3447
4301
  /** The machine IP address details. */
@@ -3452,6 +4306,140 @@ export interface MachineIpAddress {
3452
4306
  readonly ip?: string;
3453
4307
  }
3454
4308
  export declare function machineIpAddressDeserializer(item: any): MachineIpAddress;
4309
+ /** The hardware and GPU settings of the machine. */
4310
+ export interface MachineHardwareProfile {
4311
+ /** The size of the VM. VM size availability varies by region. If a node contains insufficient compute resources (memory, cpu, etc) pods might fail to run correctly. For more details on restricted VM sizes, see: https://docs.microsoft.com/azure/aks/quotas-skus-regions */
4312
+ vmSize?: string;
4313
+ /** GPUInstanceProfile to be used to specify GPU MIG instance profile for supported GPU VM SKU. */
4314
+ gpuInstanceProfile?: GPUInstanceProfile;
4315
+ /** The GPU settings of the machine. */
4316
+ gpuProfile?: GPUProfile;
4317
+ /** Whether to enable UltraSSD */
4318
+ ultraSsdEnabled?: boolean;
4319
+ }
4320
+ export declare function machineHardwareProfileSerializer(item: MachineHardwareProfile): any;
4321
+ export declare function machineHardwareProfileDeserializer(item: any): MachineHardwareProfile;
4322
+ /** The operating system and disk used by the machine. */
4323
+ export interface MachineOSProfile {
4324
+ /** The operating system type. The default is Linux. */
4325
+ osType?: OSType;
4326
+ /** Specifies the OS SKU used by the agent pool. If not specified, the default is Ubuntu if OSType=Linux or Windows2019 if OSType=Windows. And the default Windows OSSKU will be changed to Windows2022 after Windows2019 is deprecated. */
4327
+ osSKU?: Ossku;
4328
+ /** OS Disk Size in GB to be used to specify the disk size for every machine in the master/agent pool. If you specify 0, it will apply the default osDisk size according to the vmSize specified. */
4329
+ osDiskSizeGB?: number;
4330
+ /** The OS disk type to be used for machines in the agent pool. The default is 'Ephemeral' if the VM supports it and has a cache disk larger than the requested OSDiskSizeGB. Otherwise, defaults to 'Managed'. May not be changed after creation. For more information see [Ephemeral OS](https://docs.microsoft.com/azure/aks/cluster-configuration#ephemeral-os). */
4331
+ osDiskType?: OSDiskType;
4332
+ /** Whether to use a FIPS-enabled OS. */
4333
+ enableFips?: boolean;
4334
+ /** The Linux machine's specific profile. */
4335
+ linuxProfile?: MachineOSProfileLinuxProfile;
4336
+ /** The Windows machine's specific profile. */
4337
+ windowsProfile?: AgentPoolWindowsProfile;
4338
+ }
4339
+ export declare function machineOSProfileSerializer(item: MachineOSProfile): any;
4340
+ export declare function machineOSProfileDeserializer(item: any): MachineOSProfile;
4341
+ /** The Linux machine's specific profile. */
4342
+ export interface MachineOSProfileLinuxProfile {
4343
+ /** The OS configuration of Linux machine. */
4344
+ linuxOSConfig?: LinuxOSConfig;
4345
+ /** Message of the day for Linux nodes, base64-encoded. A base64-encoded string which will be written to /etc/motd after decoding. This allows customization of the message of the day for Linux nodes. It must not be specified for Windows nodes. It must be a static string (i.e., will be printed raw and not be executed as a script). */
4346
+ messageOfTheDay?: string;
4347
+ }
4348
+ export declare function machineOSProfileLinuxProfileSerializer(item: MachineOSProfileLinuxProfile): any;
4349
+ export declare function machineOSProfileLinuxProfileDeserializer(item: any): MachineOSProfileLinuxProfile;
4350
+ /** The Kubernetes configurations used by the machine. */
4351
+ export interface MachineKubernetesProfile {
4352
+ /** The node labels on the machine. */
4353
+ nodeLabels?: Record<string, string>;
4354
+ /** The version of Kubernetes specified by the user. Both patch version <major.minor.patch> and <major.minor> are supported. When <major.minor> is specified, the latest supported patch version is chosen automatically. */
4355
+ orchestratorVersion?: string;
4356
+ /** The version of Kubernetes running on the machine. If orchestratorVersion was a fully specified version <major.minor.patch>, this field will be exactly equal to it. If orchestratorVersion was <major.minor>, this field will contain the full <major.minor.patch> version being used. */
4357
+ readonly currentOrchestratorVersion?: string;
4358
+ /** Determines the placement of emptyDir volumes, container runtime data root, and Kubelet ephemeral storage. */
4359
+ kubeletDiskType?: KubeletDiskType;
4360
+ /** The Kubelet configuration on the machine. */
4361
+ kubeletConfig?: KubeletConfig;
4362
+ /** Taints added on the node during creation that will not be reconciled by AKS. These taints will not be reconciled by AKS and can be removed with a kubectl call. These taints allow for required configuration to run before the node is ready to accept workloads, for example 'key1=value1:NoSchedule' that then can be removed with `kubectl taint nodes node1 key1=value1:NoSchedule-` */
4363
+ nodeInitializationTaints?: string[];
4364
+ /** The taints added to new node during machine create. For example, key=value:NoSchedule. */
4365
+ nodeTaints?: string[];
4366
+ /** The maximum number of pods that can run on a node. */
4367
+ maxPods?: number;
4368
+ /** The node name in the Kubernetes cluster. */
4369
+ readonly nodeName?: string;
4370
+ /** Determines the type of workload a node can run. */
4371
+ workloadRuntime?: WorkloadRuntime;
4372
+ /** Configuration for using artifact streaming on AKS. */
4373
+ artifactStreamingProfile?: AgentPoolArtifactStreamingProfile;
4374
+ }
4375
+ export declare function machineKubernetesProfileSerializer(item: MachineKubernetesProfile): any;
4376
+ export declare function machineKubernetesProfileDeserializer(item: any): MachineKubernetesProfile;
4377
+ /** The security settings of the machine. */
4378
+ export interface MachineSecurityProfile {
4379
+ /** vTPM is a Trusted Launch feature for configuring a dedicated secure vault for keys and measurements held locally on the node. For more details, see aka.ms/aks/trustedlaunch. If not specified, the default is false. */
4380
+ enableVtpm?: boolean;
4381
+ /** Secure Boot is a feature of Trusted Launch which ensures that only signed operating systems and drivers can boot. For more details, see aka.ms/aks/trustedlaunch. If not specified, the default is false. */
4382
+ enableSecureBoot?: boolean;
4383
+ /** SSH access method of an agent pool. */
4384
+ sshAccess?: AgentPoolSSHAccess;
4385
+ /** Whether to enable host based OS and data drive encryption. This is only supported on certain VM sizes and in certain Azure regions. For more information, see: https://docs.microsoft.com/azure/aks/enable-host-encryption */
4386
+ enableEncryptionAtHost?: boolean;
4387
+ }
4388
+ export declare function machineSecurityProfileSerializer(item: MachineSecurityProfile): any;
4389
+ export declare function machineSecurityProfileDeserializer(item: any): MachineSecurityProfile;
4390
+ /** The properties having to do with machine billing. */
4391
+ export interface MachineBillingProfile {
4392
+ /** The max price (in US Dollars) you are willing to pay for spot instances. Possible values are any decimal value greater than zero or -1 which indicates default price to be up-to on-demand. For more details on spot pricing, see [spot VMs pricing](https://docs.microsoft.com/azure/virtual-machines/spot-vms#pricing) */
4393
+ spotMaxPrice?: number;
4394
+ }
4395
+ export declare function machineBillingProfileSerializer(item: MachineBillingProfile): any;
4396
+ export declare function machineBillingProfileDeserializer(item: any): MachineBillingProfile;
4397
+ /** Contains read-only information about the machine. */
4398
+ export interface MachineStatus {
4399
+ /** The error details information of the machine. Preserves the detailed info of failure. If there was no error, this field is omitted. */
4400
+ readonly provisioningError?: ErrorDetail;
4401
+ /** Specifies the time at which the machine was created. */
4402
+ readonly creationTimestamp?: Date;
4403
+ /** The drift action of the machine. Indicates whether a machine has deviated from its expected state due to changes in managed cluster properties, requiring corrective action. */
4404
+ readonly driftAction?: DriftAction;
4405
+ /** Reason for machine drift. Provides detailed information on why the machine has drifted. This field is omitted if the machine is up to date. */
4406
+ readonly driftReason?: string;
4407
+ /** Virtual machine state. Indicates the current state of the underlying virtual machine. */
4408
+ readonly vmState?: VmState;
4409
+ }
4410
+ export declare function machineStatusDeserializer(item: any): MachineStatus;
4411
+ /** The drift action of the machine. Indicates whether a machine has deviated from its expected state due to changes in managed cluster properties, requiring corrective action. */
4412
+ export declare enum KnownDriftAction {
4413
+ /** The machine is up to date. */
4414
+ Synced = "Synced",
4415
+ /** The machine has drifted and needs to be deleted and recreated. */
4416
+ Recreate = "Recreate"
4417
+ }
4418
+ /**
4419
+ * The drift action of the machine. Indicates whether a machine has deviated from its expected state due to changes in managed cluster properties, requiring corrective action. \
4420
+ * {@link KnownDriftAction} can be used interchangeably with DriftAction,
4421
+ * this enum contains the known values that the service supports.
4422
+ * ### Known values supported by the service
4423
+ * **Synced**: The machine is up to date. \
4424
+ * **Recreate**: The machine has drifted and needs to be deleted and recreated.
4425
+ */
4426
+ export type DriftAction = string;
4427
+ /** Virtual machine state. Indicates the current state of the underlying virtual machine. */
4428
+ export declare enum KnownVmState {
4429
+ /** The virtual machine is currently running. */
4430
+ Running = "Running",
4431
+ /** The virtual machine has been deleted by the user or due to spot eviction. */
4432
+ Deleted = "Deleted"
4433
+ }
4434
+ /**
4435
+ * Virtual machine state. Indicates the current state of the underlying virtual machine. \
4436
+ * {@link KnownVmState} can be used interchangeably with VmState,
4437
+ * this enum contains the known values that the service supports.
4438
+ * ### Known values supported by the service
4439
+ * **Running**: The virtual machine is currently running. \
4440
+ * **Deleted**: The virtual machine has been deleted by the user or due to spot eviction.
4441
+ */
4442
+ export type VmState = string;
3455
4443
  /** The response of a Machine list operation. */
3456
4444
  export interface _MachineListResult {
3457
4445
  /** The Machine items on this page */
@@ -3460,6 +4448,7 @@ export interface _MachineListResult {
3460
4448
  nextLink?: string;
3461
4449
  }
3462
4450
  export declare function _machineListResultDeserializer(item: any): _MachineListResult;
4451
+ export declare function machineArraySerializer(result: Array<Machine>): any[];
3463
4452
  export declare function machineArrayDeserializer(result: Array<Machine>): any[];
3464
4453
  /** A private endpoint connection */
3465
4454
  export interface PrivateEndpointConnection extends ProxyResource {
@@ -3599,14 +4588,17 @@ export declare function snapshotPropertiesDeserializer(item: any): SnapshotPrope
3599
4588
  /** The type of a snapshot. The default is NodePool. */
3600
4589
  export declare enum KnownSnapshotType {
3601
4590
  /** The snapshot is a snapshot of a node pool. */
3602
- NodePool = "NodePool"
4591
+ NodePool = "NodePool",
4592
+ /** The snapshot is a snapshot of a managed cluster. */
4593
+ ManagedCluster = "ManagedCluster"
3603
4594
  }
3604
4595
  /**
3605
4596
  * The type of a snapshot. The default is NodePool. \
3606
4597
  * {@link KnownSnapshotType} can be used interchangeably with SnapshotType,
3607
4598
  * this enum contains the known values that the service supports.
3608
4599
  * ### Known values supported by the service
3609
- * **NodePool**: The snapshot is a snapshot of a node pool.
4600
+ * **NodePool**: The snapshot is a snapshot of a node pool. \
4601
+ * **ManagedCluster**: The snapshot is a snapshot of a managed cluster.
3610
4602
  */
3611
4603
  export type SnapshotType = string;
3612
4604
  /** The response of a Snapshot list operation. */
@@ -3619,6 +4611,64 @@ export interface _SnapshotListResult {
3619
4611
  export declare function _snapshotListResultDeserializer(item: any): _SnapshotListResult;
3620
4612
  export declare function snapshotArraySerializer(result: Array<Snapshot>): any[];
3621
4613
  export declare function snapshotArrayDeserializer(result: Array<Snapshot>): any[];
4614
+ /** A managed cluster snapshot resource. */
4615
+ export interface ManagedClusterSnapshot extends TrackedResource {
4616
+ /** CreationData to be used to specify the source resource ID to create this snapshot. */
4617
+ creationData?: CreationData;
4618
+ /** The type of a snapshot. The default is NodePool. */
4619
+ snapshotType?: SnapshotType;
4620
+ /** What the properties will be showed when getting managed cluster snapshot. Those properties are read-only. */
4621
+ readonly managedClusterPropertiesReadOnly?: ManagedClusterPropertiesForSnapshot;
4622
+ }
4623
+ export declare function managedClusterSnapshotSerializer(item: ManagedClusterSnapshot): any;
4624
+ export declare function managedClusterSnapshotDeserializer(item: any): ManagedClusterSnapshot;
4625
+ /** Properties for a managed cluster snapshot. */
4626
+ export interface ManagedClusterSnapshotProperties {
4627
+ /** CreationData to be used to specify the source resource ID to create this snapshot. */
4628
+ creationData?: CreationData;
4629
+ /** The type of a snapshot. The default is NodePool. */
4630
+ snapshotType?: SnapshotType;
4631
+ /** What the properties will be showed when getting managed cluster snapshot. Those properties are read-only. */
4632
+ readonly managedClusterPropertiesReadOnly?: ManagedClusterPropertiesForSnapshot;
4633
+ }
4634
+ export declare function managedClusterSnapshotPropertiesSerializer(item: ManagedClusterSnapshotProperties): any;
4635
+ export declare function managedClusterSnapshotPropertiesDeserializer(item: any): ManagedClusterSnapshotProperties;
4636
+ /** managed cluster properties for snapshot, these properties are read only. */
4637
+ export interface ManagedClusterPropertiesForSnapshot {
4638
+ /** The current kubernetes version. */
4639
+ readonly kubernetesVersion?: string;
4640
+ /** The current managed cluster sku. */
4641
+ readonly sku?: ManagedClusterSKU;
4642
+ /** Whether the cluster has enabled Kubernetes Role-Based Access Control or not. */
4643
+ readonly enableRbac?: boolean;
4644
+ /** The current network profile. */
4645
+ readonly networkProfile?: NetworkProfileForSnapshot;
4646
+ }
4647
+ export declare function managedClusterPropertiesForSnapshotDeserializer(item: any): ManagedClusterPropertiesForSnapshot;
4648
+ /** network profile for managed cluster snapshot, these properties are read only. */
4649
+ export interface NetworkProfileForSnapshot {
4650
+ /** networkPlugin for managed cluster snapshot. */
4651
+ networkPlugin?: NetworkPlugin;
4652
+ /** NetworkPluginMode for managed cluster snapshot. */
4653
+ networkPluginMode?: NetworkPluginMode;
4654
+ /** networkPolicy for managed cluster snapshot. */
4655
+ networkPolicy?: NetworkPolicy;
4656
+ /** networkMode for managed cluster snapshot. */
4657
+ networkMode?: NetworkMode;
4658
+ /** loadBalancerSku for managed cluster snapshot. */
4659
+ loadBalancerSku?: LoadBalancerSku;
4660
+ }
4661
+ export declare function networkProfileForSnapshotDeserializer(item: any): NetworkProfileForSnapshot;
4662
+ /** The response of a ManagedClusterSnapshot list operation. */
4663
+ export interface _ManagedClusterSnapshotListResult {
4664
+ /** The ManagedClusterSnapshot items on this page */
4665
+ value: ManagedClusterSnapshot[];
4666
+ /** The link to the next page of items */
4667
+ nextLink?: string;
4668
+ }
4669
+ export declare function _managedClusterSnapshotListResultDeserializer(item: any): _ManagedClusterSnapshotListResult;
4670
+ export declare function managedClusterSnapshotArraySerializer(result: Array<ManagedClusterSnapshot>): any[];
4671
+ export declare function managedClusterSnapshotArrayDeserializer(result: Array<ManagedClusterSnapshot>): any[];
3622
4672
  /** Defines binding between a resource and role */
3623
4673
  export interface TrustedAccessRoleBinding extends ProxyResource {
3624
4674
  /** The current provisioning state of trusted access role binding. */
@@ -3676,6 +4726,351 @@ export interface _TrustedAccessRoleBindingListResult {
3676
4726
  export declare function _trustedAccessRoleBindingListResultDeserializer(item: any): _TrustedAccessRoleBindingListResult;
3677
4727
  export declare function trustedAccessRoleBindingArraySerializer(result: Array<TrustedAccessRoleBinding>): any[];
3678
4728
  export declare function trustedAccessRoleBindingArrayDeserializer(result: Array<TrustedAccessRoleBinding>): any[];
4729
+ /** The configurations regarding multiple standard load balancers. If not supplied, single load balancer mode will be used. Multiple standard load balancers mode will be used if at lease one configuration is supplied. There has to be a configuration named `kubernetes`. The name field will be the name of the corresponding public load balancer. There will be an internal load balancer created if needed, and the name will be `<name>-internal`. The internal lb shares the same configurations as the external one. The internal lbs are not needed to be included in LoadBalancer list. */
4730
+ export interface LoadBalancer extends ProxyResource {
4731
+ /** Required field. A string value that must specify the ID of an existing agent pool. All nodes in the given pool will always be added to this load balancer. This agent pool must have at least one node and minCount>=1 for autoscaling operations. An agent pool can only be the primary pool for a single load balancer. */
4732
+ primaryAgentPoolName?: string;
4733
+ /** Whether to automatically place services on the load balancer. If not supplied, the default value is true. If set to false manually, both of the external and the internal load balancer will not be selected for services unless they explicitly target it. */
4734
+ allowServicePlacement?: boolean;
4735
+ /** Only services that must match this selector can be placed on this load balancer. */
4736
+ serviceLabelSelector?: LabelSelector;
4737
+ /** Services created in namespaces that match the selector can be placed on this load balancer. */
4738
+ serviceNamespaceSelector?: LabelSelector;
4739
+ /** Nodes that match this selector will be possible members of this load balancer. */
4740
+ nodeSelector?: LabelSelector;
4741
+ /** The current provisioning state. */
4742
+ readonly provisioningState?: string;
4743
+ }
4744
+ export declare function loadBalancerSerializer(item: LoadBalancer): any;
4745
+ export declare function loadBalancerDeserializer(item: any): LoadBalancer;
4746
+ /** Properties for a load balancer resource. */
4747
+ export interface LoadBalancerProperties {
4748
+ /** Required field. A string value that must specify the ID of an existing agent pool. All nodes in the given pool will always be added to this load balancer. This agent pool must have at least one node and minCount>=1 for autoscaling operations. An agent pool can only be the primary pool for a single load balancer. */
4749
+ primaryAgentPoolName: string;
4750
+ /** Whether to automatically place services on the load balancer. If not supplied, the default value is true. If set to false manually, both of the external and the internal load balancer will not be selected for services unless they explicitly target it. */
4751
+ allowServicePlacement?: boolean;
4752
+ /** Only services that must match this selector can be placed on this load balancer. */
4753
+ serviceLabelSelector?: LabelSelector;
4754
+ /** Services created in namespaces that match the selector can be placed on this load balancer. */
4755
+ serviceNamespaceSelector?: LabelSelector;
4756
+ /** Nodes that match this selector will be possible members of this load balancer. */
4757
+ nodeSelector?: LabelSelector;
4758
+ /** The current provisioning state. */
4759
+ readonly provisioningState?: string;
4760
+ }
4761
+ export declare function loadBalancerPropertiesSerializer(item: LoadBalancerProperties): any;
4762
+ export declare function loadBalancerPropertiesDeserializer(item: any): LoadBalancerProperties;
4763
+ /** A label selector is a label query over a set of resources. The result of matchLabels and matchExpressions are ANDed. An empty label selector matches all objects. A null label selector matches no objects. */
4764
+ export interface LabelSelector {
4765
+ /** matchLabels is an array of {key=value} pairs. A single {key=value} in the matchLabels map is equivalent to an element of matchExpressions, whose key field is `key`, the operator is `In`, and the values array contains only `value`. The requirements are ANDed. */
4766
+ matchLabels?: string[];
4767
+ /** matchExpressions is a list of label selector requirements. The requirements are ANDed. */
4768
+ matchExpressions?: LabelSelectorRequirement[];
4769
+ }
4770
+ export declare function labelSelectorSerializer(item: LabelSelector): any;
4771
+ export declare function labelSelectorDeserializer(item: any): LabelSelector;
4772
+ export declare function labelSelectorRequirementArraySerializer(result: Array<LabelSelectorRequirement>): any[];
4773
+ export declare function labelSelectorRequirementArrayDeserializer(result: Array<LabelSelectorRequirement>): any[];
4774
+ /** A label selector requirement is a selector that contains values, a key, and an operator that relates the key and values. */
4775
+ export interface LabelSelectorRequirement {
4776
+ /** key is the label key that the selector applies to. */
4777
+ key?: string;
4778
+ /** operator represents a key's relationship to a set of values. Valid operators are In and NotIn */
4779
+ operator?: Operator;
4780
+ /** values is an array of string values, the values array must be non-empty. */
4781
+ values?: string[];
4782
+ }
4783
+ export declare function labelSelectorRequirementSerializer(item: LabelSelectorRequirement): any;
4784
+ export declare function labelSelectorRequirementDeserializer(item: any): LabelSelectorRequirement;
4785
+ /** operator represents a key's relationship to a set of values. Valid operators are In and NotIn */
4786
+ export declare enum KnownOperator {
4787
+ /** The value of the key should be in the given list. */
4788
+ In = "In",
4789
+ /** The value of the key should not be in the given list. */
4790
+ NotIn = "NotIn",
4791
+ /** The value of the key should exist. */
4792
+ Exists = "Exists",
4793
+ /** The value of the key should not exist. */
4794
+ DoesNotExist = "DoesNotExist"
4795
+ }
4796
+ /**
4797
+ * operator represents a key's relationship to a set of values. Valid operators are In and NotIn \
4798
+ * {@link KnownOperator} can be used interchangeably with Operator,
4799
+ * this enum contains the known values that the service supports.
4800
+ * ### Known values supported by the service
4801
+ * **In**: The value of the key should be in the given list. \
4802
+ * **NotIn**: The value of the key should not be in the given list. \
4803
+ * **Exists**: The value of the key should exist. \
4804
+ * **DoesNotExist**: The value of the key should not exist.
4805
+ */
4806
+ export type Operator = string;
4807
+ /** The response of a LoadBalancer list operation. */
4808
+ export interface _LoadBalancerListResult {
4809
+ /** The LoadBalancer items on this page */
4810
+ value: LoadBalancer[];
4811
+ /** The link to the next page of items */
4812
+ nextLink?: string;
4813
+ }
4814
+ export declare function _loadBalancerListResultDeserializer(item: any): _LoadBalancerListResult;
4815
+ export declare function loadBalancerArraySerializer(result: Array<LoadBalancer>): any[];
4816
+ export declare function loadBalancerArrayDeserializer(result: Array<LoadBalancer>): any[];
4817
+ /** The IdentityBinding resource. */
4818
+ export interface IdentityBinding extends ProxyResource {
4819
+ /** The resource-specific properties for this resource. */
4820
+ properties?: IdentityBindingProperties;
4821
+ /** If eTag is provided in the response body, it may also be provided as a header per the normal etag convention. Entity tags are used for comparing two or more entities from the same requested resource. HTTP/1.1 uses entity tags in the etag (section 14.19), If-Match (section 14.24), If-None-Match (section 14.26), and If-Range (section 14.27) header fields. */
4822
+ readonly eTag?: string;
4823
+ }
4824
+ export declare function identityBindingSerializer(item: IdentityBinding): any;
4825
+ export declare function identityBindingDeserializer(item: any): IdentityBinding;
4826
+ /** IdentityBinding properties. */
4827
+ export interface IdentityBindingProperties {
4828
+ /** Managed identity profile for the identity binding. */
4829
+ managedIdentity: IdentityBindingManagedIdentityProfile;
4830
+ /** The OIDC issuer URL of the IdentityBinding. */
4831
+ readonly oidcIssuer?: IdentityBindingOidcIssuerProfile;
4832
+ /** The status of the last operation. */
4833
+ readonly provisioningState?: IdentityBindingProvisioningState;
4834
+ }
4835
+ export declare function identityBindingPropertiesSerializer(item: IdentityBindingProperties): any;
4836
+ export declare function identityBindingPropertiesDeserializer(item: any): IdentityBindingProperties;
4837
+ /** Managed identity profile for the identity binding. */
4838
+ export interface IdentityBindingManagedIdentityProfile {
4839
+ /** The resource ID of the managed identity. */
4840
+ resourceId: string;
4841
+ /** The object ID of the managed identity. */
4842
+ readonly objectId?: string;
4843
+ /** The client ID of the managed identity. */
4844
+ readonly clientId?: string;
4845
+ /** The tenant ID of the managed identity. */
4846
+ readonly tenantId?: string;
4847
+ }
4848
+ export declare function identityBindingManagedIdentityProfileSerializer(item: IdentityBindingManagedIdentityProfile): any;
4849
+ export declare function identityBindingManagedIdentityProfileDeserializer(item: any): IdentityBindingManagedIdentityProfile;
4850
+ /** IdentityBinding OIDC issuer profile. */
4851
+ export interface IdentityBindingOidcIssuerProfile {
4852
+ /** The OIDC issuer URL of the IdentityBinding. */
4853
+ readonly oidcIssuerUrl?: string;
4854
+ }
4855
+ export declare function identityBindingOidcIssuerProfileDeserializer(item: any): IdentityBindingOidcIssuerProfile;
4856
+ /** The provisioning state of the last accepted operation. */
4857
+ export declare enum KnownIdentityBindingProvisioningState {
4858
+ /** Resource has been created. */
4859
+ Succeeded = "Succeeded",
4860
+ /** Resource creation failed. */
4861
+ Failed = "Failed",
4862
+ /** Resource creation was canceled. */
4863
+ Canceled = "Canceled",
4864
+ /** The identity binding is being created. */
4865
+ Creating = "Creating",
4866
+ /** The identity binding is being updated. */
4867
+ Updating = "Updating",
4868
+ /** The identity binding is being deleted. */
4869
+ Deleting = "Deleting"
4870
+ }
4871
+ /**
4872
+ * The provisioning state of the last accepted operation. \
4873
+ * {@link KnownIdentityBindingProvisioningState} can be used interchangeably with IdentityBindingProvisioningState,
4874
+ * this enum contains the known values that the service supports.
4875
+ * ### Known values supported by the service
4876
+ * **Succeeded**: Resource has been created. \
4877
+ * **Failed**: Resource creation failed. \
4878
+ * **Canceled**: Resource creation was canceled. \
4879
+ * **Creating**: The identity binding is being created. \
4880
+ * **Updating**: The identity binding is being updated. \
4881
+ * **Deleting**: The identity binding is being deleted.
4882
+ */
4883
+ export type IdentityBindingProvisioningState = string;
4884
+ /** The response of a IdentityBinding list operation. */
4885
+ export interface _IdentityBindingListResult {
4886
+ /** The IdentityBinding items on this page */
4887
+ value: IdentityBinding[];
4888
+ /** The link to the next page of items */
4889
+ nextLink?: string;
4890
+ }
4891
+ export declare function _identityBindingListResultDeserializer(item: any): _IdentityBindingListResult;
4892
+ export declare function identityBindingArraySerializer(result: Array<IdentityBinding>): any[];
4893
+ export declare function identityBindingArrayDeserializer(result: Array<IdentityBinding>): any[];
4894
+ /** Configuration for JWT authenticator in the managed cluster. */
4895
+ export interface JWTAuthenticator extends ProxyResource {
4896
+ /** The properties of JWTAuthenticator. For details on how to configure the properties of a JWT authenticator, please refer to the Kubernetes documentation: https://kubernetes.io/docs/reference/access-authn-authz/authentication/#using-authentication-configuration. Please note that not all fields available in the Kubernetes documentation are supported by AKS. For troubleshooting, please see https://aka.ms/aks-external-issuers-docs. */
4897
+ properties: JWTAuthenticatorProperties;
4898
+ }
4899
+ export declare function jwtAuthenticatorSerializer(item: JWTAuthenticator): any;
4900
+ export declare function jwtAuthenticatorDeserializer(item: any): JWTAuthenticator;
4901
+ /** The properties of JWTAuthenticator. For details on how to configure the properties of a JWT authenticator, please refer to the Kubernetes documentation: https://kubernetes.io/docs/reference/access-authn-authz/authentication/#using-authentication-configuration. Please note that not all fields available in the Kubernetes documentation are supported by AKS. For troubleshooting, please see https://aka.ms/aks-external-issuers-docs. */
4902
+ export interface JWTAuthenticatorProperties {
4903
+ /** The current provisioning state of the JWT authenticator. */
4904
+ readonly provisioningState?: JWTAuthenticatorProvisioningState;
4905
+ /** The JWT OIDC issuer details. */
4906
+ issuer: JWTAuthenticatorIssuer;
4907
+ /** The rules that are applied to validate token claims to authenticate users. All the expressions must evaluate to true for validation to succeed. */
4908
+ claimValidationRules?: JWTAuthenticatorValidationRule[];
4909
+ /** The mappings that define how user attributes are extracted from the token claims. */
4910
+ claimMappings: JWTAuthenticatorClaimMappings;
4911
+ /** The rules that are applied to the mapped user before completing authentication. All the expressions must evaluate to true for validation to succeed. */
4912
+ userValidationRules?: JWTAuthenticatorValidationRule[];
4913
+ }
4914
+ export declare function jwtAuthenticatorPropertiesSerializer(item: JWTAuthenticatorProperties): any;
4915
+ export declare function jwtAuthenticatorPropertiesDeserializer(item: any): JWTAuthenticatorProperties;
4916
+ /** The provisioning state of the last accepted operation. */
4917
+ export declare enum KnownJWTAuthenticatorProvisioningState {
4918
+ /** Resource has been created. */
4919
+ Succeeded = "Succeeded",
4920
+ /** Resource creation failed. */
4921
+ Failed = "Failed",
4922
+ /** Resource creation was canceled. */
4923
+ Canceled = "Canceled",
4924
+ /** The JWT authenticator is being created. */
4925
+ Creating = "Creating",
4926
+ /** The JWT authenticator is being updated. */
4927
+ Updating = "Updating",
4928
+ /** The JWT authenticator is being deleted. */
4929
+ Deleting = "Deleting"
4930
+ }
4931
+ /**
4932
+ * The provisioning state of the last accepted operation. \
4933
+ * {@link KnownJWTAuthenticatorProvisioningState} can be used interchangeably with JWTAuthenticatorProvisioningState,
4934
+ * this enum contains the known values that the service supports.
4935
+ * ### Known values supported by the service
4936
+ * **Succeeded**: Resource has been created. \
4937
+ * **Failed**: Resource creation failed. \
4938
+ * **Canceled**: Resource creation was canceled. \
4939
+ * **Creating**: The JWT authenticator is being created. \
4940
+ * **Updating**: The JWT authenticator is being updated. \
4941
+ * **Deleting**: The JWT authenticator is being deleted.
4942
+ */
4943
+ export type JWTAuthenticatorProvisioningState = string;
4944
+ /** The OIDC issuer details for JWTAuthenticator. */
4945
+ export interface JWTAuthenticatorIssuer {
4946
+ /** The issuer URL. The URL must begin with the scheme https and cannot contain a query string or fragment. This must match the "iss" claim in the presented JWT, and the issuer returned from discovery. */
4947
+ url: string;
4948
+ /** The set of acceptable audiences the JWT must be issued to. At least one is required. When multiple is set, AudienceMatchPolicy is used in API Server configuration. */
4949
+ audiences: string[];
4950
+ }
4951
+ export declare function jwtAuthenticatorIssuerSerializer(item: JWTAuthenticatorIssuer): any;
4952
+ export declare function jwtAuthenticatorIssuerDeserializer(item: any): JWTAuthenticatorIssuer;
4953
+ export declare function jwtAuthenticatorValidationRuleArraySerializer(result: Array<JWTAuthenticatorValidationRule>): any[];
4954
+ export declare function jwtAuthenticatorValidationRuleArrayDeserializer(result: Array<JWTAuthenticatorValidationRule>): any[];
4955
+ /** The validation rule for JWTAuthenticator. */
4956
+ export interface JWTAuthenticatorValidationRule {
4957
+ /** The CEL expression used to validate the claim or attribute. */
4958
+ expression: string;
4959
+ /** The validation error message. */
4960
+ message?: string;
4961
+ }
4962
+ export declare function jwtAuthenticatorValidationRuleSerializer(item: JWTAuthenticatorValidationRule): any;
4963
+ export declare function jwtAuthenticatorValidationRuleDeserializer(item: any): JWTAuthenticatorValidationRule;
4964
+ /** The claim mappings for JWTAuthenticator. */
4965
+ export interface JWTAuthenticatorClaimMappings {
4966
+ /** The expression to extract username attribute from the token claims. */
4967
+ username: JWTAuthenticatorClaimMappingExpression;
4968
+ /** The expression to extract groups attribute from the token claims. When not provided, no groups are extracted from the token claims. */
4969
+ groups?: JWTAuthenticatorClaimMappingExpression;
4970
+ /** The expression to extract uid attribute from the token claims. When not provided, no uid is extracted from the token claims. */
4971
+ uid?: JWTAuthenticatorClaimMappingExpression;
4972
+ /** The expression to extract extra attribute from the token claims. When not provided, no extra attributes are extracted from the token claims. */
4973
+ extra?: JWTAuthenticatorExtraClaimMappingExpression[];
4974
+ }
4975
+ export declare function jwtAuthenticatorClaimMappingsSerializer(item: JWTAuthenticatorClaimMappings): any;
4976
+ export declare function jwtAuthenticatorClaimMappingsDeserializer(item: any): JWTAuthenticatorClaimMappings;
4977
+ /** The claim mapping expression for JWTAuthenticator. */
4978
+ export interface JWTAuthenticatorClaimMappingExpression {
4979
+ /** The CEL expression used to access token claims. */
4980
+ expression: string;
4981
+ }
4982
+ export declare function jwtAuthenticatorClaimMappingExpressionSerializer(item: JWTAuthenticatorClaimMappingExpression): any;
4983
+ export declare function jwtAuthenticatorClaimMappingExpressionDeserializer(item: any): JWTAuthenticatorClaimMappingExpression;
4984
+ export declare function jwtAuthenticatorExtraClaimMappingExpressionArraySerializer(result: Array<JWTAuthenticatorExtraClaimMappingExpression>): any[];
4985
+ export declare function jwtAuthenticatorExtraClaimMappingExpressionArrayDeserializer(result: Array<JWTAuthenticatorExtraClaimMappingExpression>): any[];
4986
+ /** The extra claim mapping expression for JWTAuthenticator. */
4987
+ export interface JWTAuthenticatorExtraClaimMappingExpression {
4988
+ /** The key of the extra attribute. */
4989
+ key: string;
4990
+ /** The CEL expression used to extract the value of the extra attribute. */
4991
+ valueExpression: string;
4992
+ }
4993
+ export declare function jwtAuthenticatorExtraClaimMappingExpressionSerializer(item: JWTAuthenticatorExtraClaimMappingExpression): any;
4994
+ export declare function jwtAuthenticatorExtraClaimMappingExpressionDeserializer(item: any): JWTAuthenticatorExtraClaimMappingExpression;
4995
+ /** The response of a JWTAuthenticator list operation. */
4996
+ export interface _JWTAuthenticatorListResult {
4997
+ /** The JWTAuthenticator items on this page */
4998
+ value: JWTAuthenticator[];
4999
+ /** The link to the next page of items */
5000
+ nextLink?: string;
5001
+ }
5002
+ export declare function _jwtAuthenticatorListResultDeserializer(item: any): _JWTAuthenticatorListResult;
5003
+ export declare function jwtAuthenticatorArraySerializer(result: Array<JWTAuthenticator>): any[];
5004
+ export declare function jwtAuthenticatorArrayDeserializer(result: Array<JWTAuthenticator>): any[];
5005
+ /** Mesh membership of a managed cluster. */
5006
+ export interface MeshMembership extends ProxyResource {
5007
+ /** Mesh membership properties of a managed cluster. */
5008
+ properties?: MeshMembershipProperties;
5009
+ /** The fully qualified resource ID of the resource that manages this resource. Indicates if this resource is managed by another Azure resource. If this is present, complete mode deployment will not delete the resource if it is removed from the template since it is managed by another resource. */
5010
+ managedBy?: string;
5011
+ /** If eTag is provided in the response body, it may also be provided as a header per the normal etag convention. Entity tags are used for comparing two or more entities from the same requested resource. HTTP/1.1 uses entity tags in the etag (section 14.19), If-Match (section 14.24), If-None-Match (section 14.26), and If-Range (section 14.27) header fields. */
5012
+ readonly eTag?: string;
5013
+ }
5014
+ export declare function meshMembershipSerializer(item: MeshMembership): any;
5015
+ export declare function meshMembershipDeserializer(item: any): MeshMembership;
5016
+ /** Mesh membership properties of a managed cluster. */
5017
+ export interface MeshMembershipProperties {
5018
+ /** The current provisioning state of the Mesh Membership. */
5019
+ readonly provisioningState?: MeshMembershipProvisioningState;
5020
+ /** Profile for configuring private connectivity between the mesh control plane and member clusters. When configured, communication between the mesh control plane and this member cluster occurs over private network instead of public networks. Visit https://aka.ms/applink for more information. */
5021
+ privateConnectProfile?: MeshMembershipPrivateConnectProfile;
5022
+ /** The ARM resource id for the managed mesh member. This is of the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppLink/applinks/{appLinkName}/appLinkMembers/{appLinkMemberName}'. Visit https://aka.ms/applink for more information. */
5023
+ managedMeshID: string;
5024
+ }
5025
+ export declare function meshMembershipPropertiesSerializer(item: MeshMembershipProperties): any;
5026
+ export declare function meshMembershipPropertiesDeserializer(item: any): MeshMembershipProperties;
5027
+ /** The provisioning state of the last accepted operation. */
5028
+ export declare enum KnownMeshMembershipProvisioningState {
5029
+ /** Resource creation was canceled. */
5030
+ Canceled = "Canceled",
5031
+ /** The Mesh Membership is being created. */
5032
+ Creating = "Creating",
5033
+ /** The Mesh Membership is being deleted. */
5034
+ Deleting = "Deleting",
5035
+ /** Resource creation failed. */
5036
+ Failed = "Failed",
5037
+ /** Resource has been created. */
5038
+ Succeeded = "Succeeded",
5039
+ /** The Mesh Membership is being updated. */
5040
+ Updating = "Updating"
5041
+ }
5042
+ /**
5043
+ * The provisioning state of the last accepted operation. \
5044
+ * {@link KnownMeshMembershipProvisioningState} can be used interchangeably with MeshMembershipProvisioningState,
5045
+ * this enum contains the known values that the service supports.
5046
+ * ### Known values supported by the service
5047
+ * **Canceled**: Resource creation was canceled. \
5048
+ * **Creating**: The Mesh Membership is being created. \
5049
+ * **Deleting**: The Mesh Membership is being deleted. \
5050
+ * **Failed**: Resource creation failed. \
5051
+ * **Succeeded**: Resource has been created. \
5052
+ * **Updating**: The Mesh Membership is being updated.
5053
+ */
5054
+ export type MeshMembershipProvisioningState = string;
5055
+ /** Private connect profile for mesh membership. */
5056
+ export interface MeshMembershipPrivateConnectProfile {
5057
+ /** The private IP address of the member cluster private FQDN. This is a read-only property populated by the service. */
5058
+ readonly privateIpAddress?: string;
5059
+ /** The delegated subnet resource ID. Customer can provide their own subnet, or AKS will allocate one if not specified. When providing your own subnet, the minimum required size is /28 */
5060
+ subnetResourceId?: string;
5061
+ }
5062
+ export declare function meshMembershipPrivateConnectProfileSerializer(item: MeshMembershipPrivateConnectProfile): any;
5063
+ export declare function meshMembershipPrivateConnectProfileDeserializer(item: any): MeshMembershipPrivateConnectProfile;
5064
+ /** The result of a request to list mesh memberships in a managed cluster. */
5065
+ export interface _MeshMembershipsListResult {
5066
+ /** The list of mesh memberships. */
5067
+ value: MeshMembership[];
5068
+ /** The URL to get the next set of mesh membership results. */
5069
+ nextLink?: string;
5070
+ }
5071
+ export declare function _meshMembershipsListResultDeserializer(item: any): _MeshMembershipsListResult;
5072
+ export declare function meshMembershipArraySerializer(result: Array<MeshMembership>): any[];
5073
+ export declare function meshMembershipArrayDeserializer(result: Array<MeshMembership>): any[];
3679
5074
  /** The List Operation response. */
3680
5075
  export interface _OperationListResult {
3681
5076
  /** The list of operations */
@@ -3713,6 +5108,37 @@ export interface OperationValueDisplay {
3713
5108
  readonly provider?: string;
3714
5109
  }
3715
5110
  export declare function operationValueDisplayDeserializer(item: any): OperationValueDisplay;
5111
+ /** The current status of an async operation. */
5112
+ export interface OperationStatusResult {
5113
+ /** Fully qualified ID for the async operation. */
5114
+ id?: string;
5115
+ /** Name of the async operation. */
5116
+ name?: string;
5117
+ /** Operation status. */
5118
+ status: string;
5119
+ /** Percent of the operation that is complete. */
5120
+ percentComplete?: number;
5121
+ /** The start time of the operation. */
5122
+ startTime?: Date;
5123
+ /** The end time of the operation. */
5124
+ endTime?: Date;
5125
+ /** The operations list. */
5126
+ operations?: OperationStatusResult[];
5127
+ /** If present, details of the operation error. */
5128
+ error?: ErrorDetail;
5129
+ /** Fully qualified ID of the resource against which the original async operation was started. */
5130
+ readonly resourceId?: string;
5131
+ }
5132
+ export declare function operationStatusResultDeserializer(item: any): OperationStatusResult;
5133
+ export declare function operationStatusResultArrayDeserializer(result: Array<OperationStatusResult>): any[];
5134
+ /** The operations list. It contains an URL link to get the next set of results. */
5135
+ export interface _OperationStatusResultList {
5136
+ /** The OperationStatusResult items on this page */
5137
+ value: OperationStatusResult[];
5138
+ /** The link to the next page of items */
5139
+ nextLink?: string;
5140
+ }
5141
+ export declare function _operationStatusResultListDeserializer(item: any): _OperationStatusResultList;
3716
5142
  /** A list of private link resources */
3717
5143
  export interface PrivateLinkResourcesListResult {
3718
5144
  /** The collection value. */
@@ -3753,6 +5179,194 @@ export interface TrustedAccessRoleRule {
3753
5179
  readonly nonResourceURLs?: string[];
3754
5180
  }
3755
5181
  export declare function trustedAccessRoleRuleDeserializer(item: any): TrustedAccessRoleRule;
5182
+ /** Holds an array NodeImageVersions */
5183
+ export interface _NodeImageVersionsListResult {
5184
+ /** The NodeImageVersion items on this page */
5185
+ value: NodeImageVersion[];
5186
+ /** The link to the next page of items */
5187
+ nextLink?: string;
5188
+ }
5189
+ export declare function _nodeImageVersionsListResultDeserializer(item: any): _NodeImageVersionsListResult;
5190
+ export declare function nodeImageVersionArrayDeserializer(result: Array<NodeImageVersion>): any[];
5191
+ /** node image version profile for given major.minor.patch release. */
5192
+ export interface NodeImageVersion {
5193
+ /** The operating system of the node image. Example: AKSUbuntu */
5194
+ os?: string;
5195
+ /** The SKU or flavor of the node image. Example: 2004gen2containerd */
5196
+ sku?: string;
5197
+ /** major.minor.patch version of the node image version release. Example: 2024.02.02 */
5198
+ version?: string;
5199
+ /** The OS + SKU + version of the node image. Example: AKSUbuntu-1804gen2containerd-2024.02.02 */
5200
+ fullName?: string;
5201
+ }
5202
+ export declare function nodeImageVersionDeserializer(item: any): NodeImageVersion;
5203
+ /** The List Resource Skus operation response. */
5204
+ export interface _VmSkusListResult {
5205
+ /** The ResourceSku items on this page */
5206
+ value: ResourceSku[];
5207
+ /** The link to the next page of items */
5208
+ nextLink?: string;
5209
+ }
5210
+ export declare function _vmSkusListResultDeserializer(item: any): _VmSkusListResult;
5211
+ export declare function resourceSkuArrayDeserializer(result: Array<ResourceSku>): any[];
5212
+ /** Describes an available Compute SKU. */
5213
+ export interface ResourceSku {
5214
+ /** The type of resource the SKU applies to. */
5215
+ readonly resourceType?: string;
5216
+ /** The name of SKU. */
5217
+ readonly name?: string;
5218
+ /** Specifies the tier of virtual machines in a scale set.<br /><br /> Possible Values:<br /><br /> **Standard**<br /><br /> **Basic** */
5219
+ readonly tier?: string;
5220
+ /** The Size of the SKU. */
5221
+ readonly size?: string;
5222
+ /** The Family of this particular SKU. */
5223
+ readonly family?: string;
5224
+ /** The Kind of resources that are supported in this SKU. */
5225
+ readonly kind?: string;
5226
+ /** Specifies the number of virtual machines in the scale set. */
5227
+ readonly capacity?: ResourceSkuCapacity;
5228
+ /** The set of locations that the SKU is available. */
5229
+ readonly locations?: string[];
5230
+ /** A list of locations and availability zones in those locations where the SKU is available. */
5231
+ readonly locationInfo?: ResourceSkuLocationInfo[];
5232
+ /** The api versions that support this SKU. */
5233
+ readonly apiVersions?: string[];
5234
+ /** Metadata for retrieving price info. */
5235
+ readonly costs?: ResourceSkuCosts[];
5236
+ /** A name value pair to describe the capability. */
5237
+ readonly capabilities?: ResourceSkuCapabilities[];
5238
+ /** The restrictions because of which SKU cannot be used. This is empty if there are no restrictions. */
5239
+ readonly restrictions?: ResourceSkuRestrictions[];
5240
+ }
5241
+ export declare function resourceSkuDeserializer(item: any): ResourceSku;
5242
+ /** Describes scaling information of a SKU. */
5243
+ export interface ResourceSkuCapacity {
5244
+ /** The minimum capacity. */
5245
+ readonly minimum?: number;
5246
+ /** The maximum capacity that can be set. */
5247
+ readonly maximum?: number;
5248
+ /** The default capacity. */
5249
+ readonly default?: number;
5250
+ /** The scale type applicable to the sku. */
5251
+ readonly scaleType?: ResourceSkuCapacityScaleType;
5252
+ }
5253
+ export declare function resourceSkuCapacityDeserializer(item: any): ResourceSkuCapacity;
5254
+ /** The scale type applicable to the sku. */
5255
+ export declare enum KnownResourceSkuCapacityScaleType {
5256
+ /** Automatic scaling */
5257
+ Automatic = "Automatic",
5258
+ /** Manual scaling */
5259
+ Manual = "Manual",
5260
+ /** No scaling */
5261
+ None = "None"
5262
+ }
5263
+ /**
5264
+ * The scale type applicable to the sku. \
5265
+ * {@link KnownResourceSkuCapacityScaleType} can be used interchangeably with ResourceSkuCapacityScaleType,
5266
+ * this enum contains the known values that the service supports.
5267
+ * ### Known values supported by the service
5268
+ * **Automatic**: Automatic scaling \
5269
+ * **Manual**: Manual scaling \
5270
+ * **None**: No scaling
5271
+ */
5272
+ export type ResourceSkuCapacityScaleType = string;
5273
+ export declare function resourceSkuLocationInfoArrayDeserializer(result: Array<ResourceSkuLocationInfo>): any[];
5274
+ /** Describes an available Compute SKU Location Information. */
5275
+ export interface ResourceSkuLocationInfo {
5276
+ /** Location of the SKU */
5277
+ readonly location?: string;
5278
+ /** List of availability zones where the SKU is supported. */
5279
+ readonly zones?: string[];
5280
+ /** Details of capabilities available to a SKU in specific zones. */
5281
+ readonly zoneDetails?: ResourceSkuZoneDetails[];
5282
+ /** The names of extended locations. */
5283
+ readonly extendedLocations?: string[];
5284
+ /** The type of the extended location. */
5285
+ readonly type?: ExtendedLocationTypes;
5286
+ }
5287
+ export declare function resourceSkuLocationInfoDeserializer(item: any): ResourceSkuLocationInfo;
5288
+ export declare function resourceSkuZoneDetailsArrayDeserializer(result: Array<ResourceSkuZoneDetails>): any[];
5289
+ /** Describes The zonal capabilities of a SKU. */
5290
+ export interface ResourceSkuZoneDetails {
5291
+ /** The set of zones that the SKU is available in with the specified capabilities. */
5292
+ readonly name?: string[];
5293
+ /** A list of capabilities that are available for the SKU in the specified list of zones. */
5294
+ readonly capabilities?: ResourceSkuCapabilities[];
5295
+ }
5296
+ export declare function resourceSkuZoneDetailsDeserializer(item: any): ResourceSkuZoneDetails;
5297
+ export declare function resourceSkuCapabilitiesArrayDeserializer(result: Array<ResourceSkuCapabilities>): any[];
5298
+ /** Describes The SKU capabilities object. */
5299
+ export interface ResourceSkuCapabilities {
5300
+ /** An invariant to describe the feature. */
5301
+ readonly name?: string;
5302
+ /** An invariant if the feature is measured by quantity. */
5303
+ readonly value?: string;
5304
+ }
5305
+ export declare function resourceSkuCapabilitiesDeserializer(item: any): ResourceSkuCapabilities;
5306
+ export declare function resourceSkuCostsArrayDeserializer(result: Array<ResourceSkuCosts>): any[];
5307
+ /** Describes metadata for retrieving price info. */
5308
+ export interface ResourceSkuCosts {
5309
+ /** Used for querying price from commerce. */
5310
+ readonly meterID?: string;
5311
+ /** The multiplier is needed to extend the base metered cost. */
5312
+ readonly quantity?: number;
5313
+ /** An invariant to show the extended unit. */
5314
+ readonly extendedUnit?: string;
5315
+ }
5316
+ export declare function resourceSkuCostsDeserializer(item: any): ResourceSkuCosts;
5317
+ export declare function resourceSkuRestrictionsArrayDeserializer(result: Array<ResourceSkuRestrictions>): any[];
5318
+ /** Describes scaling information of a SKU. */
5319
+ export interface ResourceSkuRestrictions {
5320
+ /** The type of restrictions. */
5321
+ readonly type?: ResourceSkuRestrictionsType;
5322
+ /** The value of restrictions. If the restriction type is set to location. This would be different locations where the SKU is restricted. */
5323
+ readonly values?: string[];
5324
+ /** The information about the restriction where the SKU cannot be used. */
5325
+ readonly restrictionInfo?: ResourceSkuRestrictionInfo;
5326
+ /** The reason for restriction. */
5327
+ readonly reasonCode?: ResourceSkuRestrictionsReasonCode;
5328
+ }
5329
+ export declare function resourceSkuRestrictionsDeserializer(item: any): ResourceSkuRestrictions;
5330
+ /** The type of restrictions. */
5331
+ export declare enum KnownResourceSkuRestrictionsType {
5332
+ /** Location restriction */
5333
+ Location = "Location",
5334
+ /** Zone restriction */
5335
+ Zone = "Zone"
5336
+ }
5337
+ /**
5338
+ * The type of restrictions. \
5339
+ * {@link KnownResourceSkuRestrictionsType} can be used interchangeably with ResourceSkuRestrictionsType,
5340
+ * this enum contains the known values that the service supports.
5341
+ * ### Known values supported by the service
5342
+ * **Location**: Location restriction \
5343
+ * **Zone**: Zone restriction
5344
+ */
5345
+ export type ResourceSkuRestrictionsType = string;
5346
+ /** Describes an available Compute SKU Restriction Information. */
5347
+ export interface ResourceSkuRestrictionInfo {
5348
+ /** Locations where the SKU is restricted */
5349
+ readonly locations?: string[];
5350
+ /** List of availability zones where the SKU is restricted. */
5351
+ readonly zones?: string[];
5352
+ }
5353
+ export declare function resourceSkuRestrictionInfoDeserializer(item: any): ResourceSkuRestrictionInfo;
5354
+ /** The reason for restriction. */
5355
+ export declare enum KnownResourceSkuRestrictionsReasonCode {
5356
+ /** Quota ID restriction */
5357
+ QuotaId = "QuotaId",
5358
+ /** Not available for subscription */
5359
+ NotAvailableForSubscription = "NotAvailableForSubscription"
5360
+ }
5361
+ /**
5362
+ * The reason for restriction. \
5363
+ * {@link KnownResourceSkuRestrictionsReasonCode} can be used interchangeably with ResourceSkuRestrictionsReasonCode,
5364
+ * this enum contains the known values that the service supports.
5365
+ * ### Known values supported by the service
5366
+ * **QuotaId**: Quota ID restriction \
5367
+ * **NotAvailableForSubscription**: Not available for subscription
5368
+ */
5369
+ export type ResourceSkuRestrictionsReasonCode = string;
3756
5370
  /** The format of the kubeconfig credential. */
3757
5371
  export declare enum KnownFormat {
3758
5372
  /** 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. */
@@ -3778,7 +5392,9 @@ export declare enum KnownVersions {
3778
5392
  /** The 2026-02-01 API version. */
3779
5393
  V20260201 = "2026-02-01",
3780
5394
  /** The 2026-03-01 API version. */
3781
- V20260301 = "2026-03-01"
5395
+ V20260301 = "2026-03-01",
5396
+ /** The 2026-03-02-preview API version. */
5397
+ V20260302Preview = "2026-03-02-preview"
3782
5398
  }
3783
5399
  export declare function _agentPoolPropertiesSerializer(item: AgentPool): any;
3784
5400
  export declare function _agentPoolPropertiesDeserializer(item: any): {
@@ -3805,7 +5421,10 @@ export declare function _agentPoolPropertiesDeserializer(item: any): {
3805
5421
  orchestratorVersion: any;
3806
5422
  currentOrchestratorVersion: any;
3807
5423
  nodeImageVersion: any;
5424
+ upgradeStrategy: any;
5425
+ enableOSDiskFullCaching: any;
3808
5426
  upgradeSettings: any;
5427
+ upgradeSettingsBlueGreen: any;
3809
5428
  provisioningState: any;
3810
5429
  powerState: any;
3811
5430
  availabilityZones: any;
@@ -3817,6 +5436,7 @@ export declare function _agentPoolPropertiesDeserializer(item: any): {
3817
5436
  tags: any;
3818
5437
  nodeLabels: any;
3819
5438
  nodeTaints: any;
5439
+ nodeInitializationTaints: any;
3820
5440
  proximityPlacementGroupID: any;
3821
5441
  kubeletConfig: any;
3822
5442
  linuxOSConfig: any;
@@ -3837,6 +5457,7 @@ export declare function _agentPoolPropertiesDeserializer(item: any): {
3837
5457
  virtualMachineNodesStatus: any;
3838
5458
  status: any;
3839
5459
  localDNSProfile: any;
5460
+ preparedImageSpecificationProfile: any;
3840
5461
  };
3841
5462
  export declare function _agentPoolAvailableVersionsPropertiesDeserializer(item: any): {
3842
5463
  agentPoolVersions: any;
@@ -3845,12 +5466,15 @@ export declare function _agentPoolUpgradeProfilePropertiesDeserializer(item: any
3845
5466
  kubernetesVersion: any;
3846
5467
  osType: any;
3847
5468
  upgrades: any;
5469
+ componentsByReleases: any;
5470
+ recentlyUsedVersions: any;
3848
5471
  latestNodeImageVersion: any;
3849
5472
  };
3850
5473
  export declare function _managedClusterPropertiesSerializer(item: ManagedCluster): any;
3851
5474
  export declare function _managedClusterPropertiesDeserializer(item: any): {
3852
5475
  provisioningState: any;
3853
5476
  powerState: any;
5477
+ creationData: any;
3854
5478
  maxAgentPools: any;
3855
5479
  kubernetesVersion: any;
3856
5480
  currentKubernetesVersion: any;
@@ -3870,6 +5494,8 @@ export declare function _managedClusterPropertiesDeserializer(item: any): {
3870
5494
  nodeResourceGroupProfile: any;
3871
5495
  enableRbac: any;
3872
5496
  supportPlan: any;
5497
+ enableFips: any;
5498
+ enableNamespaceResources: any;
3873
5499
  networkProfile: any;
3874
5500
  aadProfile: any;
3875
5501
  autoUpgradeProfile: any;
@@ -3893,7 +5519,11 @@ export declare function _managedClusterPropertiesDeserializer(item: any): {
3893
5519
  nodeProvisioningProfile: any;
3894
5520
  bootstrapProfile: any;
3895
5521
  aiToolchainOperatorProfile: any;
5522
+ schedulerProfile: any;
3896
5523
  hostedSystemProfile: any;
5524
+ healthMonitorProfile: any;
5525
+ controlPlaneScalingProfile: any;
5526
+ nodeDisruptionProfile: any;
3897
5527
  status: any;
3898
5528
  };
3899
5529
  export declare function _managedClusterAccessProfilePropertiesDeserializer(item: any): {
@@ -3934,12 +5564,27 @@ export declare function _snapshotPropertiesDeserializer(item: any): {
3934
5564
  vmSize: any;
3935
5565
  enableFips: any;
3936
5566
  };
5567
+ export declare function _managedClusterSnapshotPropertiesSerializer(item: ManagedClusterSnapshot): any;
5568
+ export declare function _managedClusterSnapshotPropertiesDeserializer(item: any): {
5569
+ creationData: any;
5570
+ snapshotType: any;
5571
+ managedClusterPropertiesReadOnly: any;
5572
+ };
3937
5573
  export declare function _trustedAccessRoleBindingPropertiesSerializer(item: TrustedAccessRoleBinding): any;
3938
5574
  export declare function _trustedAccessRoleBindingPropertiesDeserializer(item: any): {
3939
5575
  provisioningState: any;
3940
5576
  sourceResourceId: any;
3941
5577
  roles: any;
3942
5578
  };
5579
+ export declare function _loadBalancerPropertiesSerializer(item: LoadBalancer): any;
5580
+ export declare function _loadBalancerPropertiesDeserializer(item: any): {
5581
+ primaryAgentPoolName: any;
5582
+ allowServicePlacement: any;
5583
+ serviceLabelSelector: any;
5584
+ serviceNamespaceSelector: any;
5585
+ nodeSelector: any;
5586
+ provisioningState: any;
5587
+ };
3943
5588
  export declare function _operationValueDisplayDeserializer(item: any): {
3944
5589
  operation: any;
3945
5590
  resource: any;