@azure/arm-networkcloud 1.0.0-alpha.20230725.1 → 1.0.0-beta.2

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 (464) hide show
  1. package/CHANGELOG.md +174 -8
  2. package/dist/index.js +6965 -6051
  3. package/dist/index.js.map +1 -1
  4. package/dist/index.min.js +1 -1
  5. package/dist/index.min.js.map +1 -1
  6. package/dist-esm/samples-dev/agentPoolsCreateOrUpdateSample.d.ts +2 -0
  7. package/dist-esm/samples-dev/agentPoolsCreateOrUpdateSample.d.ts.map +1 -0
  8. package/dist-esm/samples-dev/agentPoolsCreateOrUpdateSample.js +85 -0
  9. package/dist-esm/samples-dev/agentPoolsCreateOrUpdateSample.js.map +1 -0
  10. package/dist-esm/samples-dev/agentPoolsDeleteSample.d.ts +2 -0
  11. package/dist-esm/samples-dev/agentPoolsDeleteSample.d.ts.map +1 -0
  12. package/dist-esm/samples-dev/agentPoolsDeleteSample.js +40 -0
  13. package/dist-esm/samples-dev/agentPoolsDeleteSample.js.map +1 -0
  14. package/dist-esm/samples-dev/agentPoolsGetSample.d.ts +2 -0
  15. package/dist-esm/samples-dev/agentPoolsGetSample.d.ts.map +1 -0
  16. package/dist-esm/samples-dev/{hybridAksClustersGetSample.js → agentPoolsGetSample.js} +11 -9
  17. package/dist-esm/samples-dev/agentPoolsGetSample.js.map +1 -0
  18. package/dist-esm/samples-dev/agentPoolsListByKubernetesClusterSample.d.ts +2 -0
  19. package/dist-esm/samples-dev/agentPoolsListByKubernetesClusterSample.d.ts.map +1 -0
  20. package/dist-esm/samples-dev/{hybridAksClustersListByResourceGroupSample.js → agentPoolsListByKubernetesClusterSample.js} +10 -8
  21. package/dist-esm/samples-dev/agentPoolsListByKubernetesClusterSample.js.map +1 -0
  22. package/dist-esm/samples-dev/agentPoolsUpdateSample.d.ts +2 -0
  23. package/dist-esm/samples-dev/agentPoolsUpdateSample.d.ts.map +1 -0
  24. package/dist-esm/samples-dev/agentPoolsUpdateSample.js +46 -0
  25. package/dist-esm/samples-dev/agentPoolsUpdateSample.js.map +1 -0
  26. package/dist-esm/samples-dev/bareMetalMachineKeySetsCreateOrUpdateSample.js +4 -3
  27. package/dist-esm/samples-dev/bareMetalMachineKeySetsCreateOrUpdateSample.js.map +1 -1
  28. package/dist-esm/samples-dev/bareMetalMachineKeySetsDeleteSample.js +3 -2
  29. package/dist-esm/samples-dev/bareMetalMachineKeySetsDeleteSample.js.map +1 -1
  30. package/dist-esm/samples-dev/bareMetalMachineKeySetsGetSample.js +3 -2
  31. package/dist-esm/samples-dev/bareMetalMachineKeySetsGetSample.js.map +1 -1
  32. package/dist-esm/samples-dev/bareMetalMachineKeySetsListByClusterSample.d.ts +2 -0
  33. package/dist-esm/samples-dev/bareMetalMachineKeySetsListByClusterSample.d.ts.map +1 -0
  34. package/dist-esm/samples-dev/{bareMetalMachineKeySetsListByResourceGroupSample.js → bareMetalMachineKeySetsListByClusterSample.js} +9 -8
  35. package/dist-esm/samples-dev/bareMetalMachineKeySetsListByClusterSample.js.map +1 -0
  36. package/dist-esm/samples-dev/bareMetalMachineKeySetsUpdateSample.js +3 -2
  37. package/dist-esm/samples-dev/bareMetalMachineKeySetsUpdateSample.js.map +1 -1
  38. package/dist-esm/samples-dev/bareMetalMachinesCordonSample.js +3 -2
  39. package/dist-esm/samples-dev/bareMetalMachinesCordonSample.js.map +1 -1
  40. package/dist-esm/samples-dev/bareMetalMachinesCreateOrUpdateSample.js +5 -4
  41. package/dist-esm/samples-dev/bareMetalMachinesCreateOrUpdateSample.js.map +1 -1
  42. package/dist-esm/samples-dev/bareMetalMachinesDeleteSample.js +3 -2
  43. package/dist-esm/samples-dev/bareMetalMachinesDeleteSample.js.map +1 -1
  44. package/dist-esm/samples-dev/bareMetalMachinesGetSample.js +3 -2
  45. package/dist-esm/samples-dev/bareMetalMachinesGetSample.js.map +1 -1
  46. package/dist-esm/samples-dev/bareMetalMachinesListByResourceGroupSample.js +3 -2
  47. package/dist-esm/samples-dev/bareMetalMachinesListByResourceGroupSample.js.map +1 -1
  48. package/dist-esm/samples-dev/bareMetalMachinesListBySubscriptionSample.js +3 -2
  49. package/dist-esm/samples-dev/bareMetalMachinesListBySubscriptionSample.js.map +1 -1
  50. package/dist-esm/samples-dev/bareMetalMachinesPowerOffSample.js +3 -2
  51. package/dist-esm/samples-dev/bareMetalMachinesPowerOffSample.js.map +1 -1
  52. package/dist-esm/samples-dev/bareMetalMachinesReimageSample.js +3 -2
  53. package/dist-esm/samples-dev/bareMetalMachinesReimageSample.js.map +1 -1
  54. package/dist-esm/samples-dev/bareMetalMachinesReplaceSample.js +3 -2
  55. package/dist-esm/samples-dev/bareMetalMachinesReplaceSample.js.map +1 -1
  56. package/dist-esm/samples-dev/bareMetalMachinesRestartSample.js +3 -2
  57. package/dist-esm/samples-dev/bareMetalMachinesRestartSample.js.map +1 -1
  58. package/dist-esm/samples-dev/bareMetalMachinesRunCommandSample.js +3 -2
  59. package/dist-esm/samples-dev/bareMetalMachinesRunCommandSample.js.map +1 -1
  60. package/dist-esm/samples-dev/bareMetalMachinesRunDataExtractsSample.js +9 -3
  61. package/dist-esm/samples-dev/bareMetalMachinesRunDataExtractsSample.js.map +1 -1
  62. package/dist-esm/samples-dev/bareMetalMachinesRunReadCommandsSample.js +3 -2
  63. package/dist-esm/samples-dev/bareMetalMachinesRunReadCommandsSample.js.map +1 -1
  64. package/dist-esm/samples-dev/bareMetalMachinesStartSample.js +3 -2
  65. package/dist-esm/samples-dev/bareMetalMachinesStartSample.js.map +1 -1
  66. package/dist-esm/samples-dev/bareMetalMachinesUncordonSample.js +3 -2
  67. package/dist-esm/samples-dev/bareMetalMachinesUncordonSample.js.map +1 -1
  68. package/dist-esm/samples-dev/bareMetalMachinesUpdateSample.js +3 -2
  69. package/dist-esm/samples-dev/bareMetalMachinesUpdateSample.js.map +1 -1
  70. package/dist-esm/samples-dev/bareMetalMachinesValidateHardwareSample.js +3 -2
  71. package/dist-esm/samples-dev/bareMetalMachinesValidateHardwareSample.js.map +1 -1
  72. package/dist-esm/samples-dev/bmcKeySetsCreateOrUpdateSample.js +4 -3
  73. package/dist-esm/samples-dev/bmcKeySetsCreateOrUpdateSample.js.map +1 -1
  74. package/dist-esm/samples-dev/bmcKeySetsDeleteSample.js +3 -2
  75. package/dist-esm/samples-dev/bmcKeySetsDeleteSample.js.map +1 -1
  76. package/dist-esm/samples-dev/bmcKeySetsGetSample.js +3 -2
  77. package/dist-esm/samples-dev/bmcKeySetsGetSample.js.map +1 -1
  78. package/dist-esm/samples-dev/bmcKeySetsListByClusterSample.d.ts +2 -0
  79. package/dist-esm/samples-dev/bmcKeySetsListByClusterSample.d.ts.map +1 -0
  80. package/dist-esm/samples-dev/{bmcKeySetsListByResourceGroupSample.js → bmcKeySetsListByClusterSample.js} +9 -8
  81. package/dist-esm/samples-dev/bmcKeySetsListByClusterSample.js.map +1 -0
  82. package/dist-esm/samples-dev/bmcKeySetsUpdateSample.js +3 -2
  83. package/dist-esm/samples-dev/bmcKeySetsUpdateSample.js.map +1 -1
  84. package/dist-esm/samples-dev/cloudServicesNetworksCreateOrUpdateSample.js +4 -3
  85. package/dist-esm/samples-dev/cloudServicesNetworksCreateOrUpdateSample.js.map +1 -1
  86. package/dist-esm/samples-dev/cloudServicesNetworksDeleteSample.js +3 -2
  87. package/dist-esm/samples-dev/cloudServicesNetworksDeleteSample.js.map +1 -1
  88. package/dist-esm/samples-dev/cloudServicesNetworksGetSample.js +3 -2
  89. package/dist-esm/samples-dev/cloudServicesNetworksGetSample.js.map +1 -1
  90. package/dist-esm/samples-dev/cloudServicesNetworksListByResourceGroupSample.js +3 -2
  91. package/dist-esm/samples-dev/cloudServicesNetworksListByResourceGroupSample.js.map +1 -1
  92. package/dist-esm/samples-dev/cloudServicesNetworksListBySubscriptionSample.js +3 -2
  93. package/dist-esm/samples-dev/cloudServicesNetworksListBySubscriptionSample.js.map +1 -1
  94. package/dist-esm/samples-dev/cloudServicesNetworksUpdateSample.js +3 -2
  95. package/dist-esm/samples-dev/cloudServicesNetworksUpdateSample.js.map +1 -1
  96. package/dist-esm/samples-dev/clusterManagersCreateOrUpdateSample.js +5 -4
  97. package/dist-esm/samples-dev/clusterManagersCreateOrUpdateSample.js.map +1 -1
  98. package/dist-esm/samples-dev/clusterManagersDeleteSample.js +3 -2
  99. package/dist-esm/samples-dev/clusterManagersDeleteSample.js.map +1 -1
  100. package/dist-esm/samples-dev/clusterManagersGetSample.js +3 -2
  101. package/dist-esm/samples-dev/clusterManagersGetSample.js.map +1 -1
  102. package/dist-esm/samples-dev/clusterManagersListByResourceGroupSample.js +3 -2
  103. package/dist-esm/samples-dev/clusterManagersListByResourceGroupSample.js.map +1 -1
  104. package/dist-esm/samples-dev/clusterManagersListBySubscriptionSample.js +3 -2
  105. package/dist-esm/samples-dev/clusterManagersListBySubscriptionSample.js.map +1 -1
  106. package/dist-esm/samples-dev/clusterManagersUpdateSample.js +3 -2
  107. package/dist-esm/samples-dev/clusterManagersUpdateSample.js.map +1 -1
  108. package/dist-esm/samples-dev/clustersCreateOrUpdateSample.js +10 -9
  109. package/dist-esm/samples-dev/clustersCreateOrUpdateSample.js.map +1 -1
  110. package/dist-esm/samples-dev/clustersDeleteSample.js +3 -2
  111. package/dist-esm/samples-dev/clustersDeleteSample.js.map +1 -1
  112. package/dist-esm/samples-dev/clustersDeploySample.js +6 -4
  113. package/dist-esm/samples-dev/clustersDeploySample.js.map +1 -1
  114. package/dist-esm/samples-dev/clustersGetSample.js +3 -2
  115. package/dist-esm/samples-dev/clustersGetSample.js.map +1 -1
  116. package/dist-esm/samples-dev/clustersListByResourceGroupSample.js +3 -2
  117. package/dist-esm/samples-dev/clustersListByResourceGroupSample.js.map +1 -1
  118. package/dist-esm/samples-dev/clustersListBySubscriptionSample.js +3 -2
  119. package/dist-esm/samples-dev/clustersListBySubscriptionSample.js.map +1 -1
  120. package/dist-esm/samples-dev/clustersUpdateSample.js +8 -6
  121. package/dist-esm/samples-dev/clustersUpdateSample.js.map +1 -1
  122. package/dist-esm/samples-dev/clustersUpdateVersionSample.js +3 -2
  123. package/dist-esm/samples-dev/clustersUpdateVersionSample.js.map +1 -1
  124. package/dist-esm/samples-dev/consolesCreateOrUpdateSample.js +4 -3
  125. package/dist-esm/samples-dev/consolesCreateOrUpdateSample.js.map +1 -1
  126. package/dist-esm/samples-dev/consolesDeleteSample.js +3 -2
  127. package/dist-esm/samples-dev/consolesDeleteSample.js.map +1 -1
  128. package/dist-esm/samples-dev/consolesGetSample.js +3 -2
  129. package/dist-esm/samples-dev/consolesGetSample.js.map +1 -1
  130. package/dist-esm/samples-dev/consolesListByVirtualMachineSample.d.ts +2 -0
  131. package/dist-esm/samples-dev/consolesListByVirtualMachineSample.d.ts.map +1 -0
  132. package/dist-esm/samples-dev/{consolesListByResourceGroupSample.js → consolesListByVirtualMachineSample.js} +9 -8
  133. package/dist-esm/samples-dev/consolesListByVirtualMachineSample.js.map +1 -0
  134. package/dist-esm/samples-dev/consolesUpdateSample.js +3 -2
  135. package/dist-esm/samples-dev/consolesUpdateSample.js.map +1 -1
  136. package/dist-esm/samples-dev/kubernetesClustersCreateOrUpdateSample.d.ts +2 -0
  137. package/dist-esm/samples-dev/kubernetesClustersCreateOrUpdateSample.d.ts.map +1 -0
  138. package/dist-esm/samples-dev/kubernetesClustersCreateOrUpdateSample.js +178 -0
  139. package/dist-esm/samples-dev/kubernetesClustersCreateOrUpdateSample.js.map +1 -0
  140. package/dist-esm/samples-dev/kubernetesClustersDeleteSample.d.ts +2 -0
  141. package/dist-esm/samples-dev/kubernetesClustersDeleteSample.d.ts.map +1 -0
  142. package/dist-esm/samples-dev/{defaultCniNetworksDeleteSample.js → kubernetesClustersDeleteSample.js} +10 -9
  143. package/dist-esm/samples-dev/kubernetesClustersDeleteSample.js.map +1 -0
  144. package/dist-esm/samples-dev/kubernetesClustersGetSample.d.ts +2 -0
  145. package/dist-esm/samples-dev/kubernetesClustersGetSample.d.ts.map +1 -0
  146. package/dist-esm/samples-dev/{defaultCniNetworksGetSample.js → kubernetesClustersGetSample.js} +10 -9
  147. package/dist-esm/samples-dev/kubernetesClustersGetSample.js.map +1 -0
  148. package/dist-esm/samples-dev/kubernetesClustersListByResourceGroupSample.d.ts +2 -0
  149. package/dist-esm/samples-dev/kubernetesClustersListByResourceGroupSample.d.ts.map +1 -0
  150. package/dist-esm/samples-dev/{defaultCniNetworksListByResourceGroupSample.js → kubernetesClustersListByResourceGroupSample.js} +9 -8
  151. package/dist-esm/samples-dev/kubernetesClustersListByResourceGroupSample.js.map +1 -0
  152. package/dist-esm/samples-dev/kubernetesClustersListBySubscriptionSample.d.ts +2 -0
  153. package/dist-esm/samples-dev/kubernetesClustersListBySubscriptionSample.d.ts.map +1 -0
  154. package/dist-esm/samples-dev/{defaultCniNetworksListBySubscriptionSample.js → kubernetesClustersListBySubscriptionSample.js} +9 -8
  155. package/dist-esm/samples-dev/kubernetesClustersListBySubscriptionSample.js.map +1 -0
  156. package/dist-esm/samples-dev/kubernetesClustersRestartNodeSample.d.ts +2 -0
  157. package/dist-esm/samples-dev/kubernetesClustersRestartNodeSample.d.ts.map +1 -0
  158. package/dist-esm/samples-dev/{hybridAksClustersRestartNodeSample.js → kubernetesClustersRestartNodeSample.js} +11 -10
  159. package/dist-esm/samples-dev/kubernetesClustersRestartNodeSample.js.map +1 -0
  160. package/dist-esm/samples-dev/kubernetesClustersUpdateSample.d.ts +2 -0
  161. package/dist-esm/samples-dev/kubernetesClustersUpdateSample.d.ts.map +1 -0
  162. package/dist-esm/samples-dev/{defaultCniNetworksUpdateSample.js → kubernetesClustersUpdateSample.js} +14 -11
  163. package/dist-esm/samples-dev/kubernetesClustersUpdateSample.js.map +1 -0
  164. package/dist-esm/samples-dev/l2NetworksCreateOrUpdateSample.js +5 -4
  165. package/dist-esm/samples-dev/l2NetworksCreateOrUpdateSample.js.map +1 -1
  166. package/dist-esm/samples-dev/l2NetworksDeleteSample.js +3 -2
  167. package/dist-esm/samples-dev/l2NetworksDeleteSample.js.map +1 -1
  168. package/dist-esm/samples-dev/l2NetworksGetSample.js +3 -2
  169. package/dist-esm/samples-dev/l2NetworksGetSample.js.map +1 -1
  170. package/dist-esm/samples-dev/l2NetworksListByResourceGroupSample.js +3 -2
  171. package/dist-esm/samples-dev/l2NetworksListByResourceGroupSample.js.map +1 -1
  172. package/dist-esm/samples-dev/l2NetworksListBySubscriptionSample.js +3 -2
  173. package/dist-esm/samples-dev/l2NetworksListBySubscriptionSample.js.map +1 -1
  174. package/dist-esm/samples-dev/l2NetworksUpdateSample.js +3 -2
  175. package/dist-esm/samples-dev/l2NetworksUpdateSample.js.map +1 -1
  176. package/dist-esm/samples-dev/l3NetworksCreateOrUpdateSample.js +5 -6
  177. package/dist-esm/samples-dev/l3NetworksCreateOrUpdateSample.js.map +1 -1
  178. package/dist-esm/samples-dev/l3NetworksDeleteSample.js +3 -2
  179. package/dist-esm/samples-dev/l3NetworksDeleteSample.js.map +1 -1
  180. package/dist-esm/samples-dev/l3NetworksGetSample.js +3 -2
  181. package/dist-esm/samples-dev/l3NetworksGetSample.js.map +1 -1
  182. package/dist-esm/samples-dev/l3NetworksListByResourceGroupSample.js +3 -2
  183. package/dist-esm/samples-dev/l3NetworksListByResourceGroupSample.js.map +1 -1
  184. package/dist-esm/samples-dev/l3NetworksListBySubscriptionSample.js +3 -2
  185. package/dist-esm/samples-dev/l3NetworksListBySubscriptionSample.js.map +1 -1
  186. package/dist-esm/samples-dev/l3NetworksUpdateSample.js +3 -2
  187. package/dist-esm/samples-dev/l3NetworksUpdateSample.js.map +1 -1
  188. package/dist-esm/samples-dev/metricsConfigurationsCreateOrUpdateSample.js +8 -7
  189. package/dist-esm/samples-dev/metricsConfigurationsCreateOrUpdateSample.js.map +1 -1
  190. package/dist-esm/samples-dev/metricsConfigurationsDeleteSample.js +3 -2
  191. package/dist-esm/samples-dev/metricsConfigurationsDeleteSample.js.map +1 -1
  192. package/dist-esm/samples-dev/metricsConfigurationsGetSample.js +3 -2
  193. package/dist-esm/samples-dev/metricsConfigurationsGetSample.js.map +1 -1
  194. package/dist-esm/samples-dev/metricsConfigurationsListByClusterSample.d.ts +2 -0
  195. package/dist-esm/samples-dev/metricsConfigurationsListByClusterSample.d.ts.map +1 -0
  196. package/dist-esm/samples-dev/{metricsConfigurationsListByResourceGroupSample.js → metricsConfigurationsListByClusterSample.js} +9 -8
  197. package/dist-esm/samples-dev/metricsConfigurationsListByClusterSample.js.map +1 -0
  198. package/dist-esm/samples-dev/metricsConfigurationsUpdateSample.js +3 -2
  199. package/dist-esm/samples-dev/metricsConfigurationsUpdateSample.js.map +1 -1
  200. package/dist-esm/samples-dev/operationsListSample.js +1 -1
  201. package/dist-esm/samples-dev/rackSkusGetSample.js +3 -2
  202. package/dist-esm/samples-dev/rackSkusGetSample.js.map +1 -1
  203. package/dist-esm/samples-dev/rackSkusListBySubscriptionSample.js +3 -2
  204. package/dist-esm/samples-dev/rackSkusListBySubscriptionSample.js.map +1 -1
  205. package/dist-esm/samples-dev/racksCreateOrUpdateSample.js +4 -3
  206. package/dist-esm/samples-dev/racksCreateOrUpdateSample.js.map +1 -1
  207. package/dist-esm/samples-dev/racksDeleteSample.js +3 -2
  208. package/dist-esm/samples-dev/racksDeleteSample.js.map +1 -1
  209. package/dist-esm/samples-dev/racksGetSample.js +3 -2
  210. package/dist-esm/samples-dev/racksGetSample.js.map +1 -1
  211. package/dist-esm/samples-dev/racksListByResourceGroupSample.js +3 -2
  212. package/dist-esm/samples-dev/racksListByResourceGroupSample.js.map +1 -1
  213. package/dist-esm/samples-dev/racksListBySubscriptionSample.js +3 -2
  214. package/dist-esm/samples-dev/racksListBySubscriptionSample.js.map +1 -1
  215. package/dist-esm/samples-dev/racksUpdateSample.js +3 -2
  216. package/dist-esm/samples-dev/racksUpdateSample.js.map +1 -1
  217. package/dist-esm/samples-dev/storageAppliancesCreateOrUpdateSample.js +5 -4
  218. package/dist-esm/samples-dev/storageAppliancesCreateOrUpdateSample.js.map +1 -1
  219. package/dist-esm/samples-dev/storageAppliancesDeleteSample.js +3 -2
  220. package/dist-esm/samples-dev/storageAppliancesDeleteSample.js.map +1 -1
  221. package/dist-esm/samples-dev/storageAppliancesDisableRemoteVendorManagementSample.js +3 -2
  222. package/dist-esm/samples-dev/storageAppliancesDisableRemoteVendorManagementSample.js.map +1 -1
  223. package/dist-esm/samples-dev/storageAppliancesEnableRemoteVendorManagementSample.js +3 -2
  224. package/dist-esm/samples-dev/storageAppliancesEnableRemoteVendorManagementSample.js.map +1 -1
  225. package/dist-esm/samples-dev/storageAppliancesGetSample.js +3 -2
  226. package/dist-esm/samples-dev/storageAppliancesGetSample.js.map +1 -1
  227. package/dist-esm/samples-dev/storageAppliancesListByResourceGroupSample.js +3 -2
  228. package/dist-esm/samples-dev/storageAppliancesListByResourceGroupSample.js.map +1 -1
  229. package/dist-esm/samples-dev/storageAppliancesListBySubscriptionSample.js +3 -2
  230. package/dist-esm/samples-dev/storageAppliancesListBySubscriptionSample.js.map +1 -1
  231. package/dist-esm/samples-dev/storageAppliancesRunReadCommandsSample.js +3 -2
  232. package/dist-esm/samples-dev/storageAppliancesRunReadCommandsSample.js.map +1 -1
  233. package/dist-esm/samples-dev/storageAppliancesUpdateSample.js +5 -4
  234. package/dist-esm/samples-dev/storageAppliancesUpdateSample.js.map +1 -1
  235. package/dist-esm/samples-dev/trunkedNetworksCreateOrUpdateSample.js +6 -6
  236. package/dist-esm/samples-dev/trunkedNetworksCreateOrUpdateSample.js.map +1 -1
  237. package/dist-esm/samples-dev/trunkedNetworksDeleteSample.js +3 -2
  238. package/dist-esm/samples-dev/trunkedNetworksDeleteSample.js.map +1 -1
  239. package/dist-esm/samples-dev/trunkedNetworksGetSample.js +3 -2
  240. package/dist-esm/samples-dev/trunkedNetworksGetSample.js.map +1 -1
  241. package/dist-esm/samples-dev/trunkedNetworksListByResourceGroupSample.js +3 -2
  242. package/dist-esm/samples-dev/trunkedNetworksListByResourceGroupSample.js.map +1 -1
  243. package/dist-esm/samples-dev/trunkedNetworksListBySubscriptionSample.js +3 -2
  244. package/dist-esm/samples-dev/trunkedNetworksListBySubscriptionSample.js.map +1 -1
  245. package/dist-esm/samples-dev/trunkedNetworksUpdateSample.js +3 -2
  246. package/dist-esm/samples-dev/trunkedNetworksUpdateSample.js.map +1 -1
  247. package/dist-esm/samples-dev/virtualMachinesAttachVolumeSample.js +4 -3
  248. package/dist-esm/samples-dev/virtualMachinesAttachVolumeSample.js.map +1 -1
  249. package/dist-esm/samples-dev/virtualMachinesCreateOrUpdateSample.js +8 -7
  250. package/dist-esm/samples-dev/virtualMachinesCreateOrUpdateSample.js.map +1 -1
  251. package/dist-esm/samples-dev/virtualMachinesDeleteSample.js +3 -2
  252. package/dist-esm/samples-dev/virtualMachinesDeleteSample.js.map +1 -1
  253. package/dist-esm/samples-dev/virtualMachinesDetachVolumeSample.js +4 -3
  254. package/dist-esm/samples-dev/virtualMachinesDetachVolumeSample.js.map +1 -1
  255. package/dist-esm/samples-dev/virtualMachinesGetSample.js +3 -2
  256. package/dist-esm/samples-dev/virtualMachinesGetSample.js.map +1 -1
  257. package/dist-esm/samples-dev/virtualMachinesListByResourceGroupSample.js +3 -2
  258. package/dist-esm/samples-dev/virtualMachinesListByResourceGroupSample.js.map +1 -1
  259. package/dist-esm/samples-dev/virtualMachinesListBySubscriptionSample.js +3 -2
  260. package/dist-esm/samples-dev/virtualMachinesListBySubscriptionSample.js.map +1 -1
  261. package/dist-esm/samples-dev/virtualMachinesPowerOffSample.js +3 -2
  262. package/dist-esm/samples-dev/virtualMachinesPowerOffSample.js.map +1 -1
  263. package/dist-esm/samples-dev/virtualMachinesReimageSample.js +3 -2
  264. package/dist-esm/samples-dev/virtualMachinesReimageSample.js.map +1 -1
  265. package/dist-esm/samples-dev/virtualMachinesRestartSample.js +3 -2
  266. package/dist-esm/samples-dev/virtualMachinesRestartSample.js.map +1 -1
  267. package/dist-esm/samples-dev/virtualMachinesStartSample.js +3 -2
  268. package/dist-esm/samples-dev/virtualMachinesStartSample.js.map +1 -1
  269. package/dist-esm/samples-dev/virtualMachinesUpdateSample.js +3 -2
  270. package/dist-esm/samples-dev/virtualMachinesUpdateSample.js.map +1 -1
  271. package/dist-esm/samples-dev/volumesCreateOrUpdateSample.js +4 -3
  272. package/dist-esm/samples-dev/volumesCreateOrUpdateSample.js.map +1 -1
  273. package/dist-esm/samples-dev/volumesDeleteSample.js +3 -2
  274. package/dist-esm/samples-dev/volumesDeleteSample.js.map +1 -1
  275. package/dist-esm/samples-dev/volumesGetSample.js +3 -2
  276. package/dist-esm/samples-dev/volumesGetSample.js.map +1 -1
  277. package/dist-esm/samples-dev/volumesListByResourceGroupSample.js +3 -2
  278. package/dist-esm/samples-dev/volumesListByResourceGroupSample.js.map +1 -1
  279. package/dist-esm/samples-dev/volumesListBySubscriptionSample.js +3 -2
  280. package/dist-esm/samples-dev/volumesListBySubscriptionSample.js.map +1 -1
  281. package/dist-esm/samples-dev/volumesUpdateSample.js +3 -2
  282. package/dist-esm/samples-dev/volumesUpdateSample.js.map +1 -1
  283. package/dist-esm/src/models/index.d.ts +887 -395
  284. package/dist-esm/src/models/index.d.ts.map +1 -1
  285. package/dist-esm/src/models/index.js +201 -61
  286. package/dist-esm/src/models/index.js.map +1 -1
  287. package/dist-esm/src/models/mappers.d.ts +36 -20
  288. package/dist-esm/src/models/mappers.d.ts.map +1 -1
  289. package/dist-esm/src/models/mappers.js +1176 -330
  290. package/dist-esm/src/models/mappers.js.map +1 -1
  291. package/dist-esm/src/models/parameters.d.ts +7 -8
  292. package/dist-esm/src/models/parameters.d.ts.map +1 -1
  293. package/dist-esm/src/models/parameters.js +37 -44
  294. package/dist-esm/src/models/parameters.js.map +1 -1
  295. package/dist-esm/src/networkCloud.d.ts +4 -4
  296. package/dist-esm/src/networkCloud.d.ts.map +1 -1
  297. package/dist-esm/src/networkCloud.js +5 -5
  298. package/dist-esm/src/networkCloud.js.map +1 -1
  299. package/dist-esm/src/operations/agentPools.d.ts +100 -0
  300. package/dist-esm/src/operations/agentPools.d.ts.map +1 -0
  301. package/dist-esm/src/operations/{defaultCniNetworks.js → agentPools.js} +155 -185
  302. package/dist-esm/src/operations/agentPools.js.map +1 -0
  303. package/dist-esm/src/operations/bareMetalMachineKeySets.d.ts +10 -10
  304. package/dist-esm/src/operations/bareMetalMachineKeySets.d.ts.map +1 -1
  305. package/dist-esm/src/operations/bareMetalMachineKeySets.js +21 -21
  306. package/dist-esm/src/operations/bareMetalMachineKeySets.js.map +1 -1
  307. package/dist-esm/src/operations/bareMetalMachines.js +1 -1
  308. package/dist-esm/src/operations/bareMetalMachines.js.map +1 -1
  309. package/dist-esm/src/operations/bmcKeySets.d.ts +10 -12
  310. package/dist-esm/src/operations/bmcKeySets.d.ts.map +1 -1
  311. package/dist-esm/src/operations/bmcKeySets.js +21 -23
  312. package/dist-esm/src/operations/bmcKeySets.js.map +1 -1
  313. package/dist-esm/src/operations/cloudServicesNetworks.js +1 -1
  314. package/dist-esm/src/operations/cloudServicesNetworks.js.map +1 -1
  315. package/dist-esm/src/operations/clusters.js +1 -1
  316. package/dist-esm/src/operations/clusters.js.map +1 -1
  317. package/dist-esm/src/operations/consoles.d.ts +10 -10
  318. package/dist-esm/src/operations/consoles.d.ts.map +1 -1
  319. package/dist-esm/src/operations/consoles.js +21 -21
  320. package/dist-esm/src/operations/consoles.js.map +1 -1
  321. package/dist-esm/src/operations/index.d.ts +2 -2
  322. package/dist-esm/src/operations/index.d.ts.map +1 -1
  323. package/dist-esm/src/operations/index.js +2 -2
  324. package/dist-esm/src/operations/index.js.map +1 -1
  325. package/dist-esm/src/operations/kubernetesClusters.d.ts +123 -0
  326. package/dist-esm/src/operations/kubernetesClusters.d.ts.map +1 -0
  327. package/dist-esm/src/operations/{hybridAksClusters.js → kubernetesClusters.js} +133 -87
  328. package/dist-esm/src/operations/kubernetesClusters.js.map +1 -0
  329. package/dist-esm/src/operations/metricsConfigurations.d.ts +12 -12
  330. package/dist-esm/src/operations/metricsConfigurations.d.ts.map +1 -1
  331. package/dist-esm/src/operations/metricsConfigurations.js +23 -23
  332. package/dist-esm/src/operations/metricsConfigurations.js.map +1 -1
  333. package/dist-esm/src/operations/racks.js +1 -1
  334. package/dist-esm/src/operations/racks.js.map +1 -1
  335. package/dist-esm/src/operations/storageAppliances.d.ts +5 -21
  336. package/dist-esm/src/operations/storageAppliances.d.ts.map +1 -1
  337. package/dist-esm/src/operations/storageAppliances.js +5 -100
  338. package/dist-esm/src/operations/storageAppliances.js.map +1 -1
  339. package/dist-esm/src/operations/virtualMachines.js +1 -1
  340. package/dist-esm/src/operations/virtualMachines.js.map +1 -1
  341. package/dist-esm/src/operationsInterfaces/agentPools.d.ts +74 -0
  342. package/dist-esm/src/operationsInterfaces/agentPools.d.ts.map +1 -0
  343. package/dist-esm/src/operationsInterfaces/{hybridAksClusters.js → agentPools.js} +1 -1
  344. package/dist-esm/src/operationsInterfaces/agentPools.js.map +1 -0
  345. package/dist-esm/src/operationsInterfaces/bareMetalMachineKeySets.d.ts +3 -3
  346. package/dist-esm/src/operationsInterfaces/bareMetalMachineKeySets.d.ts.map +1 -1
  347. package/dist-esm/src/operationsInterfaces/bmcKeySets.d.ts +3 -4
  348. package/dist-esm/src/operationsInterfaces/bmcKeySets.d.ts.map +1 -1
  349. package/dist-esm/src/operationsInterfaces/consoles.d.ts +3 -3
  350. package/dist-esm/src/operationsInterfaces/consoles.d.ts.map +1 -1
  351. package/dist-esm/src/operationsInterfaces/index.d.ts +2 -2
  352. package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -1
  353. package/dist-esm/src/operationsInterfaces/index.js +2 -2
  354. package/dist-esm/src/operationsInterfaces/index.js.map +1 -1
  355. package/dist-esm/src/operationsInterfaces/kubernetesClusters.d.ts +87 -0
  356. package/dist-esm/src/operationsInterfaces/kubernetesClusters.d.ts.map +1 -0
  357. package/dist-esm/src/operationsInterfaces/{defaultCniNetworks.js → kubernetesClusters.js} +1 -1
  358. package/dist-esm/src/operationsInterfaces/kubernetesClusters.js.map +1 -0
  359. package/dist-esm/src/operationsInterfaces/metricsConfigurations.d.ts +5 -5
  360. package/dist-esm/src/operationsInterfaces/metricsConfigurations.d.ts.map +1 -1
  361. package/dist-esm/src/operationsInterfaces/storageAppliances.d.ts +5 -21
  362. package/dist-esm/src/operationsInterfaces/storageAppliances.d.ts.map +1 -1
  363. package/package.json +4 -4
  364. package/review/arm-networkcloud.api.md +639 -384
  365. package/src/models/index.ts +958 -435
  366. package/src/models/mappers.ts +1218 -346
  367. package/src/models/parameters.ts +44 -53
  368. package/src/networkCloud.ts +10 -10
  369. package/src/operations/{defaultCniNetworks.ts → agentPools.ts} +249 -232
  370. package/src/operations/bareMetalMachineKeySets.ts +31 -31
  371. package/src/operations/bareMetalMachines.ts +1 -1
  372. package/src/operations/bmcKeySets.ts +31 -33
  373. package/src/operations/cloudServicesNetworks.ts +1 -1
  374. package/src/operations/clusters.ts +1 -1
  375. package/src/operations/consoles.ts +31 -31
  376. package/src/operations/index.ts +2 -2
  377. package/src/operations/{hybridAksClusters.ts → kubernetesClusters.ts} +232 -159
  378. package/src/operations/metricsConfigurations.ts +33 -33
  379. package/src/operations/racks.ts +1 -1
  380. package/src/operations/storageAppliances.ts +5 -142
  381. package/src/operations/virtualMachines.ts +1 -1
  382. package/src/operationsInterfaces/agentPools.ts +144 -0
  383. package/src/operationsInterfaces/bareMetalMachineKeySets.ts +4 -4
  384. package/src/operationsInterfaces/bmcKeySets.ts +4 -5
  385. package/src/operationsInterfaces/consoles.ts +4 -4
  386. package/src/operationsInterfaces/index.ts +2 -2
  387. package/src/operationsInterfaces/kubernetesClusters.ts +170 -0
  388. package/src/operationsInterfaces/metricsConfigurations.ts +6 -6
  389. package/src/operationsInterfaces/storageAppliances.ts +5 -39
  390. package/types/arm-networkcloud.d.ts +1441 -925
  391. package/dist-esm/samples-dev/bareMetalMachineKeySetsListByResourceGroupSample.d.ts +0 -2
  392. package/dist-esm/samples-dev/bareMetalMachineKeySetsListByResourceGroupSample.d.ts.map +0 -1
  393. package/dist-esm/samples-dev/bareMetalMachineKeySetsListByResourceGroupSample.js.map +0 -1
  394. package/dist-esm/samples-dev/bmcKeySetsListByResourceGroupSample.d.ts +0 -2
  395. package/dist-esm/samples-dev/bmcKeySetsListByResourceGroupSample.d.ts.map +0 -1
  396. package/dist-esm/samples-dev/bmcKeySetsListByResourceGroupSample.js.map +0 -1
  397. package/dist-esm/samples-dev/consolesListByResourceGroupSample.d.ts +0 -2
  398. package/dist-esm/samples-dev/consolesListByResourceGroupSample.d.ts.map +0 -1
  399. package/dist-esm/samples-dev/consolesListByResourceGroupSample.js.map +0 -1
  400. package/dist-esm/samples-dev/defaultCniNetworksCreateOrUpdateSample.d.ts +0 -2
  401. package/dist-esm/samples-dev/defaultCniNetworksCreateOrUpdateSample.d.ts.map +0 -1
  402. package/dist-esm/samples-dev/defaultCniNetworksCreateOrUpdateSample.js +0 -59
  403. package/dist-esm/samples-dev/defaultCniNetworksCreateOrUpdateSample.js.map +0 -1
  404. package/dist-esm/samples-dev/defaultCniNetworksDeleteSample.d.ts +0 -2
  405. package/dist-esm/samples-dev/defaultCniNetworksDeleteSample.d.ts.map +0 -1
  406. package/dist-esm/samples-dev/defaultCniNetworksDeleteSample.js.map +0 -1
  407. package/dist-esm/samples-dev/defaultCniNetworksGetSample.d.ts +0 -2
  408. package/dist-esm/samples-dev/defaultCniNetworksGetSample.d.ts.map +0 -1
  409. package/dist-esm/samples-dev/defaultCniNetworksGetSample.js.map +0 -1
  410. package/dist-esm/samples-dev/defaultCniNetworksListByResourceGroupSample.d.ts +0 -2
  411. package/dist-esm/samples-dev/defaultCniNetworksListByResourceGroupSample.d.ts.map +0 -1
  412. package/dist-esm/samples-dev/defaultCniNetworksListByResourceGroupSample.js.map +0 -1
  413. package/dist-esm/samples-dev/defaultCniNetworksListBySubscriptionSample.d.ts +0 -2
  414. package/dist-esm/samples-dev/defaultCniNetworksListBySubscriptionSample.d.ts.map +0 -1
  415. package/dist-esm/samples-dev/defaultCniNetworksListBySubscriptionSample.js.map +0 -1
  416. package/dist-esm/samples-dev/defaultCniNetworksUpdateSample.d.ts +0 -2
  417. package/dist-esm/samples-dev/defaultCniNetworksUpdateSample.d.ts.map +0 -1
  418. package/dist-esm/samples-dev/defaultCniNetworksUpdateSample.js.map +0 -1
  419. package/dist-esm/samples-dev/hybridAksClustersCreateOrUpdateSample.d.ts +0 -2
  420. package/dist-esm/samples-dev/hybridAksClustersCreateOrUpdateSample.d.ts.map +0 -1
  421. package/dist-esm/samples-dev/hybridAksClustersCreateOrUpdateSample.js +0 -54
  422. package/dist-esm/samples-dev/hybridAksClustersCreateOrUpdateSample.js.map +0 -1
  423. package/dist-esm/samples-dev/hybridAksClustersDeleteSample.d.ts +0 -2
  424. package/dist-esm/samples-dev/hybridAksClustersDeleteSample.d.ts.map +0 -1
  425. package/dist-esm/samples-dev/hybridAksClustersDeleteSample.js +0 -40
  426. package/dist-esm/samples-dev/hybridAksClustersDeleteSample.js.map +0 -1
  427. package/dist-esm/samples-dev/hybridAksClustersGetSample.d.ts +0 -2
  428. package/dist-esm/samples-dev/hybridAksClustersGetSample.d.ts.map +0 -1
  429. package/dist-esm/samples-dev/hybridAksClustersGetSample.js.map +0 -1
  430. package/dist-esm/samples-dev/hybridAksClustersListByResourceGroupSample.d.ts +0 -2
  431. package/dist-esm/samples-dev/hybridAksClustersListByResourceGroupSample.d.ts.map +0 -1
  432. package/dist-esm/samples-dev/hybridAksClustersListByResourceGroupSample.js.map +0 -1
  433. package/dist-esm/samples-dev/hybridAksClustersListBySubscriptionSample.d.ts +0 -2
  434. package/dist-esm/samples-dev/hybridAksClustersListBySubscriptionSample.d.ts.map +0 -1
  435. package/dist-esm/samples-dev/hybridAksClustersListBySubscriptionSample.js +0 -57
  436. package/dist-esm/samples-dev/hybridAksClustersListBySubscriptionSample.js.map +0 -1
  437. package/dist-esm/samples-dev/hybridAksClustersRestartNodeSample.d.ts +0 -2
  438. package/dist-esm/samples-dev/hybridAksClustersRestartNodeSample.d.ts.map +0 -1
  439. package/dist-esm/samples-dev/hybridAksClustersRestartNodeSample.js.map +0 -1
  440. package/dist-esm/samples-dev/hybridAksClustersUpdateSample.d.ts +0 -2
  441. package/dist-esm/samples-dev/hybridAksClustersUpdateSample.d.ts.map +0 -1
  442. package/dist-esm/samples-dev/hybridAksClustersUpdateSample.js +0 -44
  443. package/dist-esm/samples-dev/hybridAksClustersUpdateSample.js.map +0 -1
  444. package/dist-esm/samples-dev/metricsConfigurationsListByResourceGroupSample.d.ts +0 -2
  445. package/dist-esm/samples-dev/metricsConfigurationsListByResourceGroupSample.d.ts.map +0 -1
  446. package/dist-esm/samples-dev/metricsConfigurationsListByResourceGroupSample.js.map +0 -1
  447. package/dist-esm/samples-dev/storageAppliancesValidateHardwareSample.d.ts +0 -2
  448. package/dist-esm/samples-dev/storageAppliancesValidateHardwareSample.d.ts.map +0 -1
  449. package/dist-esm/samples-dev/storageAppliancesValidateHardwareSample.js +0 -41
  450. package/dist-esm/samples-dev/storageAppliancesValidateHardwareSample.js.map +0 -1
  451. package/dist-esm/src/operations/defaultCniNetworks.d.ts +0 -98
  452. package/dist-esm/src/operations/defaultCniNetworks.d.ts.map +0 -1
  453. package/dist-esm/src/operations/defaultCniNetworks.js.map +0 -1
  454. package/dist-esm/src/operations/hybridAksClusters.d.ts +0 -126
  455. package/dist-esm/src/operations/hybridAksClusters.d.ts.map +0 -1
  456. package/dist-esm/src/operations/hybridAksClusters.js.map +0 -1
  457. package/dist-esm/src/operationsInterfaces/defaultCniNetworks.d.ts +0 -62
  458. package/dist-esm/src/operationsInterfaces/defaultCniNetworks.d.ts.map +0 -1
  459. package/dist-esm/src/operationsInterfaces/defaultCniNetworks.js.map +0 -1
  460. package/dist-esm/src/operationsInterfaces/hybridAksClusters.d.ts +0 -89
  461. package/dist-esm/src/operationsInterfaces/hybridAksClusters.d.ts.map +0 -1
  462. package/dist-esm/src/operationsInterfaces/hybridAksClusters.js.map +0 -1
  463. package/src/operationsInterfaces/defaultCniNetworks.ts +0 -118
  464. package/src/operationsInterfaces/hybridAksClusters.ts +0 -163
@@ -248,7 +248,7 @@ export interface HardwareValidationStatus {
248
248
  /** Common fields that are returned in the response for all Azure Resource Manager resources */
249
249
  export interface Resource {
250
250
  /**
251
- * Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
251
+ * Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
252
252
  * NOTE: This property will not be serialized. It can only be populated by the server.
253
253
  */
254
254
  readonly id?: string;
@@ -349,7 +349,7 @@ export interface ClusterList {
349
349
 
350
350
  /** RackDefinition represents details regarding the rack. */
351
351
  export interface RackDefinition {
352
- /** The zone name used for this rack when created. */
352
+ /** The zone name used for this rack when created. Availability zones are used for workload placement. */
353
353
  availabilityZone?: string;
354
354
  /** The unordered list of bare metal machine configuration. */
355
355
  bareMetalMachineConfigurationData?: BareMetalMachineConfigurationData[];
@@ -479,136 +479,338 @@ export interface ValidationThreshold {
479
479
  value: number;
480
480
  }
481
481
 
482
- /** DefaultCniNetworkList represents a list of default CNI networks. */
483
- export interface DefaultCniNetworkList {
482
+ /** KubernetesClusterList represents a list of Kubernetes clusters. */
483
+ export interface KubernetesClusterList {
484
484
  /** The link used to get the next page of operations. */
485
485
  nextLink?: string;
486
- /** The list of default CNI networks. */
487
- value?: DefaultCniNetwork[];
486
+ /** The list of additional details related to Kubernetes clusters. */
487
+ value?: KubernetesCluster[];
488
488
  }
489
489
 
490
- /** CniBgpConfiguration represents the Calico BGP configuration. */
491
- export interface CniBgpConfiguration {
492
- /** The list of BgpPeer entities that the Hybrid AKS cluster will peer with in addition to peering that occurs automatically with the switch fabric. */
493
- bgpPeers?: BgpPeer[];
490
+ /** AadConfiguration represents the Azure Active Directory Integration properties. */
491
+ export interface AadConfiguration {
492
+ /** The list of Azure Active Directory group object IDs that will have an administrative role on the Kubernetes cluster. */
493
+ adminGroupObjectIds: string[];
494
+ }
495
+
496
+ /** AdministratorConfiguration represents the administrative credentials that will be applied to the control plane and agent pool nodes in Kubernetes clusters. */
497
+ export interface AdministratorConfiguration {
498
+ /** The user name for the administrator that will be applied to the operating systems that run Kubernetes nodes. If not supplied, a user name will be chosen by the service. */
499
+ adminUsername?: string;
500
+ /** The SSH configuration for the operating systems that run the nodes in the Kubernetes cluster. In some cases, specification of public keys may be required to produce a working environment. */
501
+ sshPublicKeys?: SshPublicKey[];
502
+ }
503
+
504
+ /** SshPublicKey represents the public key used to authenticate with a resource through SSH. */
505
+ export interface SshPublicKey {
506
+ /** The SSH public key data. */
507
+ keyData: string;
508
+ }
509
+
510
+ /** AvailableUpgrade represents an upgrade available for a Kubernetes cluster. */
511
+ export interface AvailableUpgrade {
494
512
  /**
495
- * The list of prefix community advertisement properties. Each prefix community specifies a prefix, and the
496
- * communities that should be associated with that prefix when it is announced.
513
+ * The version lifecycle indicator.
514
+ * NOTE: This property will not be serialized. It can only be populated by the server.
497
515
  */
498
- communityAdvertisements?: CommunityAdvertisement[];
499
- /** The password of the Calico node mesh. It defaults to a randomly-generated string when not provided. */
500
- nodeMeshPassword?: string;
501
- /** The subnet blocks in CIDR format for Kubernetes service external IPs to be advertised over BGP. */
502
- serviceExternalPrefixes?: string[];
516
+ readonly availabilityLifecycle?: AvailabilityLifecycle;
503
517
  /**
504
- * The subnet blocks in CIDR format for Kubernetes load balancers. Load balancer IPs will only be advertised if they
505
- * are within one of these blocks.
518
+ * The version available for upgrading.
519
+ * NOTE: This property will not be serialized. It can only be populated by the server.
506
520
  */
507
- serviceLoadBalancerPrefixes?: string[];
521
+ readonly version?: string;
508
522
  }
509
523
 
510
- /** BgpPeer represents the IP address and ASN(Autonomous System Number) to peer with Hybrid AKS cluster. */
511
- export interface BgpPeer {
512
- /** The ASN (Autonomous System Number) of the BGP peer. */
513
- asNumber: number;
514
- /** The password for this peering neighbor. It defaults to no password if not specified. */
515
- password?: string;
516
- /** The IPv4 or IPv6 address to peer with the associated CNI Network. The IP version type will drive a peering with the same version type from the Default CNI Network. For example, IPv4 to IPv4 or IPv6 to IPv6. */
517
- peerIp: string;
524
+ /** ControlPlaneNodeConfiguration represents the selection of virtual machines and size of the control plane for a Kubernetes cluster. */
525
+ export interface ControlPlaneNodeConfiguration {
526
+ /** The administrator credentials to be used for the nodes in the control plane. */
527
+ administratorConfiguration?: AdministratorConfiguration;
528
+ /** The list of availability zones of the Network Cloud cluster to be used for the provisioning of nodes in the control plane. If not specified, all availability zones will be used. */
529
+ availabilityZones?: string[];
530
+ /** The number of virtual machines that use this configuration. */
531
+ count: number;
532
+ /** The name of the VM SKU supplied during creation. */
533
+ vmSkuName: string;
518
534
  }
519
535
 
520
- /** CommunityAdvertisement represents the prefix and the communities that should be associated with that prefix. */
521
- export interface CommunityAdvertisement {
522
- /** The list of community strings to announce with this prefix. */
523
- communities: string[];
524
- /** The subnet in CIDR format for which properties should be advertised. */
525
- subnetPrefix: string;
536
+ /** FeatureStatus contains information regarding a Kubernetes cluster feature. */
537
+ export interface FeatureStatus {
538
+ /**
539
+ * The status representing the state of this feature.
540
+ * NOTE: This property will not be serialized. It can only be populated by the server.
541
+ */
542
+ readonly detailedStatus?: FeatureDetailedStatus;
543
+ /**
544
+ * The descriptive message about the current detailed status.
545
+ * NOTE: This property will not be serialized. It can only be populated by the server.
546
+ */
547
+ readonly detailedStatusMessage?: string;
548
+ /**
549
+ * The name of the feature.
550
+ * NOTE: This property will not be serialized. It can only be populated by the server.
551
+ */
552
+ readonly name?: string;
553
+ /**
554
+ * The version of the feature.
555
+ * NOTE: This property will not be serialized. It can only be populated by the server.
556
+ */
557
+ readonly version?: string;
526
558
  }
527
559
 
528
- /** HybridAksClusterList represents a list of Hybrid AKS clusters. */
529
- export interface HybridAksClusterList {
530
- /** The link used to get the next page of operations. */
531
- nextLink?: string;
532
- /** The list of additional details related to Hybrid AKS clusters. */
533
- value?: HybridAksCluster[];
560
+ /** InitialAgentPoolConfiguration specifies the configuration of a pool of virtual machines that are initially defined with a Kubernetes cluster. */
561
+ export interface InitialAgentPoolConfiguration {
562
+ /** The administrator credentials to be used for the nodes in this agent pool. */
563
+ administratorConfiguration?: AdministratorConfiguration;
564
+ /** The configurations that will be applied to each agent in this agent pool. */
565
+ agentOptions?: AgentOptions;
566
+ /** The configuration of networks being attached to the agent pool for use by the workloads that run on this Kubernetes cluster. */
567
+ attachedNetworkConfiguration?: AttachedNetworkConfiguration;
568
+ /** The list of availability zones of the Network Cloud cluster used for the provisioning of nodes in this agent pool. If not specified, all availability zones will be used. */
569
+ availabilityZones?: string[];
570
+ /** The number of virtual machines that use this configuration. */
571
+ count: number;
572
+ /** The labels applied to the nodes in this agent pool. */
573
+ labels?: KubernetesLabel[];
574
+ /** The selection of how this agent pool is utilized, either as a system pool or a user pool. System pools run the features and critical services for the Kubernetes Cluster, while user pools are dedicated to user workloads. Every Kubernetes cluster must contain at least one system node pool with at least one node. */
575
+ mode: AgentPoolMode;
576
+ /** The name that will be used for the agent pool resource representing this agent pool. */
577
+ name: string;
578
+ /** The taints applied to the nodes in this agent pool. */
579
+ taints?: KubernetesLabel[];
580
+ /** The configuration of the agent pool. */
581
+ upgradeSettings?: AgentPoolUpgradeSettings;
582
+ /** The name of the VM SKU that determines the size of resources allocated for node VMs. */
583
+ vmSkuName: string;
584
+ }
585
+
586
+ /** AgentOptions are configurations that will be applied to each agent in an agent pool. */
587
+ export interface AgentOptions {
588
+ /** The number of hugepages to allocate. */
589
+ hugepagesCount: number;
590
+ /** The size of the hugepages to allocate. */
591
+ hugepagesSize?: HugepagesSize;
592
+ }
593
+
594
+ /** AttachedNetworkConfiguration represents the set of workload networks to attach to a resource. */
595
+ export interface AttachedNetworkConfiguration {
596
+ /** The list of Layer 2 Networks and related configuration for attachment. */
597
+ l2Networks?: L2NetworkAttachmentConfiguration[];
598
+ /** The list of Layer 3 Networks and related configuration for attachment. */
599
+ l3Networks?: L3NetworkAttachmentConfiguration[];
600
+ /** The list of Trunked Networks and related configuration for attachment. */
601
+ trunkedNetworks?: TrunkedNetworkAttachmentConfiguration[];
602
+ }
603
+
604
+ /** L2NetworkAttachmentConfiguration represents the configuration of the attachment of a Layer 2 network. */
605
+ export interface L2NetworkAttachmentConfiguration {
606
+ /** The resource ID of the network that is being configured for attachment. */
607
+ networkId: string;
608
+ /** The indicator of how this network will be utilized by the Kubernetes cluster. */
609
+ pluginType?: KubernetesPluginType;
610
+ }
611
+
612
+ /** L3NetworkAttachmentConfiguration represents the configuration of the attachment of a Layer 3 network. */
613
+ export interface L3NetworkAttachmentConfiguration {
614
+ /** The indication of whether this network will or will not perform IP address management and allocate IP addresses when attached. */
615
+ ipamEnabled?: L3NetworkConfigurationIpamEnabled;
616
+ /** The resource ID of the network that is being configured for attachment. */
617
+ networkId: string;
618
+ /** The indicator of how this network will be utilized by the Kubernetes cluster. */
619
+ pluginType?: KubernetesPluginType;
620
+ }
621
+
622
+ /** TrunkedNetworkAttachmentConfiguration represents the configuration of the attachment of a trunked network. */
623
+ export interface TrunkedNetworkAttachmentConfiguration {
624
+ /** The resource ID of the network that is being configured for attachment. */
625
+ networkId: string;
626
+ /** The indicator of how this network will be utilized by the Kubernetes cluster. */
627
+ pluginType?: KubernetesPluginType;
628
+ }
629
+
630
+ /** KubernetesLabel represents a single entry for a Kubernetes label or taint such as those used on a node or pod. */
631
+ export interface KubernetesLabel {
632
+ /** The name of the label or taint. */
633
+ key: string;
634
+ /** The value of the label or taint. */
635
+ value: string;
636
+ }
637
+
638
+ /** AgentPoolUpgradeSettings specifies the upgrade settings for an agent pool. */
639
+ export interface AgentPoolUpgradeSettings {
640
+ /** 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 1. */
641
+ maxSurge?: string;
642
+ }
643
+
644
+ /** NetworkConfiguration specifies the Kubernetes cluster network related configuration. */
645
+ export interface NetworkConfiguration {
646
+ /** The configuration of networks being attached to the cluster for use by the workloads that run on this Kubernetes cluster. */
647
+ attachedNetworkConfiguration?: AttachedNetworkConfiguration;
648
+ /** The configuration of the BGP service load balancer for this Kubernetes cluster. */
649
+ bgpServiceLoadBalancerConfiguration?: BgpServiceLoadBalancerConfiguration;
650
+ /** The resource ID of the associated Cloud Services network. */
651
+ cloudServicesNetworkId: string;
652
+ /** The resource ID of the Layer 3 network that is used for creation of the Container Networking Interface network. */
653
+ cniNetworkId: string;
654
+ /** The IP address assigned to the Kubernetes DNS service. It must be within the Kubernetes service address range specified in service CIDR. */
655
+ dnsServiceIp?: string;
656
+ /** The CIDR notation IP ranges from which to assign pod IPs. One IPv4 CIDR is expected for single-stack networking. Two CIDRs, one for each IP family (IPv4/IPv6), is expected for dual-stack networking. */
657
+ podCidrs?: string[];
658
+ /** The CIDR notation IP ranges from which to assign service IPs. One IPv4 CIDR is expected for single-stack networking. Two CIDRs, one for each IP family (IPv4/IPv6), is expected for dual-stack networking. */
659
+ serviceCidrs?: string[];
660
+ }
661
+
662
+ /** BgpServiceLoadBalancerConfiguration represents the configuration of a BGP service load balancer. */
663
+ export interface BgpServiceLoadBalancerConfiguration {
664
+ /** The association of IP address pools to the communities and peers, allowing for announcement of IPs. */
665
+ bgpAdvertisements?: BgpAdvertisement[];
666
+ /** The list of additional BgpPeer entities that the Kubernetes cluster will peer with. All peering must be explicitly defined. */
667
+ bgpPeers?: ServiceLoadBalancerBgpPeer[];
668
+ /** The indicator to specify if the load balancer peers with the network fabric. */
669
+ fabricPeeringEnabled?: FabricPeeringEnabled;
670
+ /** The list of pools of IP addresses that can be allocated to Load Balancer services. */
671
+ ipAddressPools?: IpAddressPool[];
672
+ }
673
+
674
+ /** BgpAdvertisement represents the association of IP address pools to the communities and peers. */
675
+ export interface BgpAdvertisement {
676
+ /** The indicator of if this advertisement is also made to the network fabric associated with the Network Cloud Cluster. This field is ignored if fabricPeeringEnabled is set to False. */
677
+ advertiseToFabric?: AdvertiseToFabric;
678
+ /** The names of the BGP communities to be associated with the announcement, utilizing a BGP community string in 1234:1234 format. */
679
+ communities?: string[];
680
+ /** The names of the IP address pools associated with this announcement. */
681
+ ipAddressPools: string[];
682
+ /** The names of the BGP peers to limit this advertisement to. If no values are specified, all BGP peers will receive this advertisement. */
683
+ peers?: string[];
684
+ }
685
+
686
+ /** ServiceLoadBalancerBgpPeer represents the configuration of the BGP service load balancer for the Kubernetes cluster. */
687
+ export interface ServiceLoadBalancerBgpPeer {
688
+ /** The indicator of BFD enablement for this BgpPeer. */
689
+ bfdEnabled?: BfdEnabled;
690
+ /** The indicator to enable multi-hop peering support. */
691
+ bgpMultiHop?: BgpMultiHop;
692
+ /** The requested BGP hold time value. This field uses ISO 8601 duration format, for example P1H. */
693
+ holdTime?: string;
694
+ /** The requested BGP keepalive time value. This field uses ISO 8601 duration format, for example P1H. */
695
+ keepAliveTime?: string;
696
+ /** The autonomous system number used for the local end of the BGP session. */
697
+ myAsn?: number;
698
+ /** The name used to identify this BGP peer for association with a BGP advertisement. */
699
+ name: string;
700
+ /** The authentication password for routers enforcing TCP MD5 authenticated sessions. */
701
+ password?: string;
702
+ /** The IPv4 or IPv6 address used to connect this BGP session. */
703
+ peerAddress: string;
704
+ /** The autonomous system number expected from the remote end of the BGP session. */
705
+ peerAsn: number;
706
+ /** The port used to connect this BGP session. */
707
+ peerPort?: number;
708
+ }
709
+
710
+ /** IpAddressPool represents a pool of IP addresses that can be allocated to a service. */
711
+ export interface IpAddressPool {
712
+ /** The list of IP address ranges. Each range can be a either a subnet in CIDR format or an explicit start-end range of IP addresses. */
713
+ addresses: string[];
714
+ /** The indicator to determine if automatic allocation from the pool should occur. */
715
+ autoAssign?: BfdEnabled;
716
+ /** The name used to identify this IP address pool for association with a BGP advertisement. */
717
+ name: string;
718
+ /** The indicator to prevent the use of IP addresses ending with .0 and .255 for this pool. Enabling this option will only use IP addresses between .1 and .254 inclusive. */
719
+ onlyUseHostIps?: BfdEnabled;
534
720
  }
535
721
 
536
- /** NodeConfiguration contains configuration for a VM associated with a node. */
537
- export interface NodeConfiguration {
722
+ /** KubernetesClusterNode represents the details of a node in a Kubernetes cluster. */
723
+ export interface KubernetesClusterNode {
538
724
  /**
539
- * The resource ID of the agent pool that contains the nodes in this configuration.
725
+ * The resource ID of the agent pool that this node belongs to. This value is not represented on control plane nodes.
540
726
  * NOTE: This property will not be serialized. It can only be populated by the server.
541
727
  */
542
728
  readonly agentPoolId?: string;
543
729
  /**
544
- * The name of the agent pool that contains the nodes in this configuration.
730
+ * The availability zone this node is running within.
731
+ * NOTE: This property will not be serialized. It can only be populated by the server.
732
+ */
733
+ readonly availabilityZone?: string;
734
+ /**
735
+ * The resource ID of the bare metal machine that hosts this node.
545
736
  * NOTE: This property will not be serialized. It can only be populated by the server.
546
737
  */
547
- readonly agentPoolName?: string;
738
+ readonly bareMetalMachineId?: string;
548
739
  /**
549
- * The number of CPU cores in the virtual machine.
740
+ * The number of CPU cores configured for this node, derived from the VM SKU specified.
550
741
  * NOTE: This property will not be serialized. It can only be populated by the server.
551
742
  */
552
743
  readonly cpuCores?: number;
553
744
  /**
554
- * The root disk size of the virtual machine in GB.
745
+ * The detailed state of this node.
555
746
  * NOTE: This property will not be serialized. It can only be populated by the server.
556
747
  */
557
- readonly diskSizeGB?: number;
748
+ readonly detailedStatus?: KubernetesClusterNodeDetailedStatus;
558
749
  /**
559
- * The memory size of the virtual machine in GB.
750
+ * The descriptive message about the current detailed status.
560
751
  * NOTE: This property will not be serialized. It can only be populated by the server.
561
752
  */
562
- readonly memorySizeGB?: number;
753
+ readonly detailedStatusMessage?: string;
563
754
  /**
564
- * Field deprecated, use agentPoolName instead. This field will be removed in a future version but will reflect the name of the agent pool that contains the nodes in this configuration.
755
+ * The size of the disk configured for this node.
565
756
  * NOTE: This property will not be serialized. It can only be populated by the server.
566
757
  */
567
- readonly nodePoolName?: string;
758
+ readonly diskSizeGB?: number;
568
759
  /**
569
- * The list of nodes that utilize this configuration.
760
+ * The machine image used to deploy this node.
570
761
  * NOTE: This property will not be serialized. It can only be populated by the server.
571
762
  */
572
- readonly nodes?: Node[];
763
+ readonly image?: string;
573
764
  /**
574
- * The number of virtual machines that use this configuration.
765
+ * The currently running version of Kubernetes and bundled features running on this node.
575
766
  * NOTE: This property will not be serialized. It can only be populated by the server.
576
767
  */
577
- readonly vmCount?: number;
768
+ readonly kubernetesVersion?: string;
578
769
  /**
579
- * The name of the VM size supplied during the creation of the cluster.
770
+ * The list of labels on this node that have been assigned to the agent pool containing this node.
580
771
  * NOTE: This property will not be serialized. It can only be populated by the server.
581
772
  */
582
- readonly vmSize?: string;
583
- }
584
-
585
- /** Node denotes the list of node that utilizes configuration. */
586
- export interface Node {
773
+ readonly labels?: KubernetesLabel[];
587
774
  /**
588
- * The resource ID of the bare metal machine that hosts this node.
775
+ * The amount of memory configured for this node, derived from the vm SKU specified.
589
776
  * NOTE: This property will not be serialized. It can only be populated by the server.
590
777
  */
591
- readonly bareMetalMachineId?: string;
778
+ readonly memorySizeGB?: number;
779
+ /**
780
+ * The mode of the agent pool containing this node. Not applicable for control plane nodes.
781
+ * NOTE: This property will not be serialized. It can only be populated by the server.
782
+ */
783
+ readonly mode?: AgentPoolMode;
592
784
  /**
593
- * The machine image last used to deploy this node.
785
+ * The name of this node, as realized in the Kubernetes cluster.
594
786
  * NOTE: This property will not be serialized. It can only be populated by the server.
595
787
  */
596
- readonly imageId?: string;
788
+ readonly name?: string;
597
789
  /**
598
- * The list of network attachments to the virtual machine.
790
+ * The NetworkAttachments made to this node.
599
791
  * NOTE: This property will not be serialized. It can only be populated by the server.
600
792
  */
601
793
  readonly networkAttachments?: NetworkAttachment[];
602
794
  /**
603
- * The name of this node, as realized in the Hybrid AKS cluster.
795
+ * The power state of this node.
796
+ * NOTE: This property will not be serialized. It can only be populated by the server.
797
+ */
798
+ readonly powerState?: KubernetesNodePowerState;
799
+ /**
800
+ * The role of this node in the cluster.
801
+ * NOTE: This property will not be serialized. It can only be populated by the server.
802
+ */
803
+ readonly role?: KubernetesNodeRole;
804
+ /**
805
+ * The list of taints that have been assigned to the agent pool containing this node.
604
806
  * NOTE: This property will not be serialized. It can only be populated by the server.
605
807
  */
606
- readonly nodeName?: string;
808
+ readonly taints?: KubernetesLabel[];
607
809
  /**
608
- * The power state (On | Off) of the node.
810
+ * The VM SKU name that was used to create this cluster node.
609
811
  * NOTE: This property will not be serialized. It can only be populated by the server.
610
812
  */
611
- readonly powerState?: HybridAksClusterMachinePowerState;
813
+ readonly vmSkuName?: string;
612
814
  }
613
815
 
614
816
  /** NetworkAttachment represents the single network attachment. */
@@ -874,12 +1076,6 @@ export interface VirtualMachinePlacementHint {
874
1076
  scope: VirtualMachinePlacementHintPodAffinityScope;
875
1077
  }
876
1078
 
877
- /** SshPublicKey represents the public key used to authenticate with the virtual machine through SSH. */
878
- export interface SshPublicKey {
879
- /** The public ssh key of the user. */
880
- keyData: string;
881
- }
882
-
883
1079
  /** StorageProfile represents information about a disk. */
884
1080
  export interface StorageProfile {
885
1081
  /** The disk to use with this virtual machine. */
@@ -1047,18 +1243,18 @@ export interface BareMetalMachineKeySetList {
1047
1243
 
1048
1244
  /** KeySetUser represents the properties of the user in the key set. */
1049
1245
  export interface KeySetUser {
1050
- /** The Azure Active Directory user name (email name). */
1246
+ /** The user name that will be used for access. */
1051
1247
  azureUserName: string;
1052
1248
  /** The free-form description for this user. */
1053
1249
  description?: string;
1054
- /** The SSH public key for this user. */
1250
+ /** The SSH public key that will be provisioned for user access. The user is expected to have the corresponding SSH private key for logging in. */
1055
1251
  sshPublicKey: SshPublicKey;
1056
1252
  }
1057
1253
 
1058
1254
  /** KeySetUserStatus represents the status of the key set user. */
1059
1255
  export interface KeySetUserStatus {
1060
1256
  /**
1061
- * The Azure Active Directory user name (email name).
1257
+ * The user name that will be used for access.
1062
1258
  * NOTE: This property will not be serialized. It can only be populated by the server.
1063
1259
  */
1064
1260
  readonly azureUserName?: string;
@@ -1134,20 +1330,42 @@ export interface ClusterUpdateVersionParameters {
1134
1330
  targetClusterVersion: string;
1135
1331
  }
1136
1332
 
1137
- /** DefaultCniNetworkPatchParameters represents the body of the request to patch the Default CNI network. */
1138
- export interface DefaultCniNetworkPatchParameters {
1333
+ /** KubernetesClusterPatchParameters represents the body of the request to patch the Hybrid AKS cluster. */
1334
+ export interface KubernetesClusterPatchParameters {
1139
1335
  /** The Azure resource tags that will replace the existing ones. */
1140
1336
  tags?: { [propertyName: string]: string };
1337
+ /** The defining characteristics of the control plane that can be patched for this Kubernetes cluster. */
1338
+ controlPlaneNodeConfiguration?: ControlPlaneNodePatchConfiguration;
1339
+ /** The Kubernetes version for this cluster. Accepts n.n, n.n.n, and n.n.n-n format. The interpreted version used will be resolved into this field after creation or update. */
1340
+ kubernetesVersion?: string;
1341
+ }
1342
+
1343
+ /** ControlPlaneNodePatchConfiguration represents the properties of the control plane that can be patched for this Kubernetes cluster. */
1344
+ export interface ControlPlaneNodePatchConfiguration {
1345
+ /** The number of virtual machines that use this configuration. */
1346
+ count?: number;
1347
+ }
1348
+
1349
+ /** AgentPoolList represents a list of Kubernetes cluster agent pools. */
1350
+ export interface AgentPoolList {
1351
+ /** The link used to get the next page of operations. */
1352
+ nextLink?: string;
1353
+ /** The list of agent pools. */
1354
+ value?: AgentPool[];
1141
1355
  }
1142
1356
 
1143
- /** HybridAksClusterPatchParameters represents the body of the request to patch the Hybrid AKS cluster. */
1144
- export interface HybridAksClusterPatchParameters {
1357
+ /** AgentPoolPatchParameters represents the body of the request to patch the Kubernetes cluster agent pool. */
1358
+ export interface AgentPoolPatchParameters {
1145
1359
  /** The Azure resource tags that will replace the existing ones. */
1146
1360
  tags?: { [propertyName: string]: string };
1361
+ /** The number of virtual machines that use this configuration. */
1362
+ count?: number;
1363
+ /** The configuration of the agent pool. */
1364
+ upgradeSettings?: AgentPoolUpgradeSettings;
1147
1365
  }
1148
1366
 
1149
- /** HybridAksClusterRestartNodeParameters represents the body of the request to restart the node of a Hybrid AKS cluster. */
1150
- export interface HybridAksClusterRestartNodeParameters {
1367
+ /** KubernetesClusterRestartNodeParameters represents the body of the request to restart the node of a Kubernetes cluster. */
1368
+ export interface KubernetesClusterRestartNodeParameters {
1151
1369
  /** The name of the node to restart. */
1152
1370
  nodeName: string;
1153
1371
  }
@@ -1207,12 +1425,6 @@ export interface StorageApplianceCommandSpecification {
1207
1425
  command: string;
1208
1426
  }
1209
1427
 
1210
- /** StorageApplianceValidateHardwareParameters represents the body of the request to validate the physical hardware of a storage appliance. */
1211
- export interface StorageApplianceValidateHardwareParameters {
1212
- /** The category of hardware validation to perform. */
1213
- validationCategory: StorageApplianceHardwareValidationCategory;
1214
- }
1215
-
1216
1428
  /** TrunkedNetworkPatchParameters represents the body of the request to patch the Trunked network. */
1217
1429
  export interface TrunkedNetworkPatchParameters {
1218
1430
  /** The Azure resource tags that will replace the existing ones. */
@@ -1265,6 +1477,30 @@ export interface VolumePatchParameters {
1265
1477
  tags?: { [propertyName: string]: string };
1266
1478
  }
1267
1479
 
1480
+ /** AgentPoolConfiguration specifies the configuration of a pool of nodes. */
1481
+ export interface AgentPoolConfiguration {
1482
+ /** The administrator credentials to be used for the nodes in this agent pool. */
1483
+ administratorConfiguration?: AdministratorConfiguration;
1484
+ /** The configurations that will be applied to each agent in this agent pool. */
1485
+ agentOptions?: AgentOptions;
1486
+ /** The configuration of networks being attached to the agent pool for use by the workloads that run on this Kubernetes cluster. */
1487
+ attachedNetworkConfiguration?: AttachedNetworkConfiguration;
1488
+ /** The list of availability zones of the Network Cloud cluster used for the provisioning of nodes in this agent pool. If not specified, all availability zones will be used. */
1489
+ availabilityZones?: string[];
1490
+ /** The number of virtual machines that use this configuration. */
1491
+ count: number;
1492
+ /** The labels applied to the nodes in this agent pool. */
1493
+ labels?: KubernetesLabel[];
1494
+ /** The selection of how this agent pool is utilized, either as a system pool or a user pool. System pools run the features and critical services for the Kubernetes Cluster, while user pools are dedicated to user workloads. Every Kubernetes cluster must contain at least one system node pool with at least one node. */
1495
+ mode: AgentPoolMode;
1496
+ /** The taints applied to the nodes in this agent pool. */
1497
+ taints?: KubernetesLabel[];
1498
+ /** The configuration of the agent pool. */
1499
+ upgradeSettings?: AgentPoolUpgradeSettings;
1500
+ /** The name of the VM SKU that determines the size of resources allocated for node VMs. */
1501
+ vmSkuName: string;
1502
+ }
1503
+
1268
1504
  /** TagsParameter represents the resource tags. */
1269
1505
  export interface TagsParameter {
1270
1506
  /** The Azure resource tags that will replace the existing ones. */
@@ -1327,6 +1563,11 @@ export interface RackSku extends Resource {
1327
1563
  export interface BareMetalMachine extends TrackedResource {
1328
1564
  /** The extended location of the cluster associated with the resource. */
1329
1565
  extendedLocation: ExtendedLocation;
1566
+ /**
1567
+ * The list of resource IDs for the other Microsoft.NetworkCloud resources that have attached this network.
1568
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1569
+ */
1570
+ readonly associatedResourceIds?: string[];
1330
1571
  /** The connection string for the baseboard management controller including IP address and protocol. */
1331
1572
  bmcConnectionString: string;
1332
1573
  /** The credentials of the baseboard management controller on this bare metal machine. */
@@ -1366,7 +1607,7 @@ export interface BareMetalMachine extends TrackedResource {
1366
1607
  */
1367
1608
  readonly hardwareValidationStatus?: HardwareValidationStatus;
1368
1609
  /**
1369
- * The list of the resource IDs for the HybridAksClusters that have nodes hosted on this bare metal machine.
1610
+ * Field Deprecated. These fields will be empty/omitted. The list of the resource IDs for the HybridAksClusters that have nodes hosted on this bare metal machine.
1370
1611
  * NOTE: This property will not be serialized. It can only be populated by the server.
1371
1612
  */
1372
1613
  readonly hybridAksClustersAssociatedIds?: string[];
@@ -1428,7 +1669,7 @@ export interface BareMetalMachine extends TrackedResource {
1428
1669
  */
1429
1670
  readonly serviceTag?: string;
1430
1671
  /**
1431
- * The list of the resource IDs for the VirtualMachines that are hosted on this bare metal machine.
1672
+ * Field Deprecated. These fields will be empty/omitted. The list of the resource IDs for the VirtualMachines that are hosted on this bare metal machine.
1432
1673
  * NOTE: This property will not be serialized. It can only be populated by the server.
1433
1674
  */
1434
1675
  readonly virtualMachinesAssociatedIds?: string[];
@@ -1445,6 +1686,11 @@ export interface CloudServicesNetwork extends TrackedResource {
1445
1686
  extendedLocation: ExtendedLocation;
1446
1687
  /** The list of egress endpoints. This allows for connection from a Hybrid AKS cluster to the specified endpoint. */
1447
1688
  additionalEgressEndpoints?: EgressEndpoint[];
1689
+ /**
1690
+ * The list of resource IDs for the other Microsoft.NetworkCloud resources that have attached this network.
1691
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1692
+ */
1693
+ readonly associatedResourceIds?: string[];
1448
1694
  /**
1449
1695
  * The resource ID of the Network Cloud cluster this cloud services network is associated with.
1450
1696
  * NOTE: This property will not be serialized. It can only be populated by the server.
@@ -1468,7 +1714,7 @@ export interface CloudServicesNetwork extends TrackedResource {
1468
1714
  */
1469
1715
  readonly enabledEgressEndpoints?: EgressEndpoint[];
1470
1716
  /**
1471
- * The list of Hybrid AKS cluster resource IDs that are associated with this cloud services network.
1717
+ * Field Deprecated. These fields will be empty/omitted. The list of Hybrid AKS cluster resource IDs that are associated with this cloud services network.
1472
1718
  * NOTE: This property will not be serialized. It can only be populated by the server.
1473
1719
  */
1474
1720
  readonly hybridAksClustersAssociatedIds?: string[];
@@ -1483,7 +1729,7 @@ export interface CloudServicesNetwork extends TrackedResource {
1483
1729
  */
1484
1730
  readonly provisioningState?: CloudServicesNetworkProvisioningState;
1485
1731
  /**
1486
- * The list of virtual machine resource IDs, excluding any Hybrid AKS virtual machines, that are currently using this cloud services network.
1732
+ * Field Deprecated. These fields will be empty/omitted. The list of virtual machine resource IDs, excluding any Hybrid AKS virtual machines, that are currently using this cloud services network.
1487
1733
  * NOTE: This property will not be serialized. It can only be populated by the server.
1488
1734
  */
1489
1735
  readonly virtualMachinesAssociatedIds?: string[];
@@ -1535,7 +1781,7 @@ export interface Cluster extends TrackedResource {
1535
1781
  /** The rack definition that is intended to reflect only a single rack in a single rack cluster, or an aggregator rack in a multi-rack cluster. */
1536
1782
  aggregatorOrSingleRackDefinition: RackDefinition;
1537
1783
  /** The resource ID of the Log Analytics Workspace that will be used for storing relevant logs. */
1538
- analyticsWorkspaceId: string;
1784
+ analyticsWorkspaceId?: string;
1539
1785
  /**
1540
1786
  * The list of cluster runtime version upgrades available for this cluster.
1541
1787
  * NOTE: This property will not be serialized. It can only be populated by the server.
@@ -1592,7 +1838,7 @@ export interface Cluster extends TrackedResource {
1592
1838
  */
1593
1839
  readonly detailedStatusMessage?: string;
1594
1840
  /**
1595
- * The extended location (custom location) that represents the Hybrid AKS control plane location. This extended location is used when creating provisioned clusters (Hybrid AKS clusters).
1841
+ * Field Deprecated. This field will not be populated in an upcoming version. The extended location (custom location) that represents the Hybrid AKS control plane location. This extended location is used when creating provisioned clusters (Hybrid AKS clusters).
1596
1842
  * NOTE: This property will not be serialized. It can only be populated by the server.
1597
1843
  */
1598
1844
  readonly hybridAksExtendedLocation?: ExtendedLocation;
@@ -1622,133 +1868,85 @@ export interface Cluster extends TrackedResource {
1622
1868
  readonly workloadResourceIds?: string[];
1623
1869
  }
1624
1870
 
1625
- /** DefaultCniNetwork represents the user-managed portions of the default CNI (pod) network that is created in support of a Hybrid AKS Cluster. */
1626
- export interface DefaultCniNetwork extends TrackedResource {
1871
+ /** KubernetesCluster represents the Kubernetes cluster hosted on Network Cloud. */
1872
+ export interface KubernetesCluster extends TrackedResource {
1627
1873
  /** The extended location of the cluster associated with the resource. */
1628
1874
  extendedLocation: ExtendedLocation;
1875
+ /** The Azure Active Directory Integration properties. */
1876
+ aadConfiguration?: AadConfiguration;
1877
+ /** The administrative credentials that will be applied to the control plane and agent pool nodes that do not specify their own values. */
1878
+ administratorConfiguration?: AdministratorConfiguration;
1629
1879
  /**
1630
- * The resource ID of the Network Cloud cluster this default CNI network is associated with.
1631
- * NOTE: This property will not be serialized. It can only be populated by the server.
1632
- */
1633
- readonly clusterId?: string;
1634
- /**
1635
- * The autonomous system number that the fabric expects to peer with, derived from the associated L3 isolation domain.
1636
- * NOTE: This property will not be serialized. It can only be populated by the server.
1637
- */
1638
- readonly cniAsNumber?: number;
1639
- /** The Calico BGP configuration. */
1640
- cniBgpConfiguration?: CniBgpConfiguration;
1641
- /**
1642
- * The more detailed status of the default CNI network.
1643
- * NOTE: This property will not be serialized. It can only be populated by the server.
1644
- */
1645
- readonly detailedStatus?: DefaultCniNetworkDetailedStatus;
1646
- /**
1647
- * The descriptive message about the current detailed status.
1648
- * NOTE: This property will not be serialized. It can only be populated by the server.
1649
- */
1650
- readonly detailedStatusMessage?: string;
1651
- /**
1652
- * The L3 isolation fabric BGP peering connectivity information necessary for BGP peering the Hybrid AKS Cluster with the switch fabric.
1653
- * NOTE: This property will not be serialized. It can only be populated by the server.
1654
- */
1655
- readonly fabricBgpPeers?: BgpPeer[];
1656
- /**
1657
- * The list of Hybrid AKS cluster resource ID(s) that are associated with this default CNI network.
1658
- * NOTE: This property will not be serialized. It can only be populated by the server.
1659
- */
1660
- readonly hybridAksClustersAssociatedIds?: string[];
1661
- /**
1662
- * The name of the interface that will be present in the virtual machine to represent this network.
1663
- * NOTE: This property will not be serialized. It can only be populated by the server.
1664
- */
1665
- readonly interfaceName?: string;
1666
- /** The type of the IP address allocation. */
1667
- ipAllocationType?: IpAllocationType;
1668
- /**
1669
- * The IPV4 prefix (CIDR) assigned to this default CNI network. It is required when the IP allocation type
1670
- * is IPV4 or DualStack.
1671
- */
1672
- ipv4ConnectedPrefix?: string;
1673
- /**
1674
- * The IPV6 prefix (CIDR) assigned to this default CNI network. It is required when the IP allocation type
1675
- * is IPV6 or DualStack.
1676
- */
1677
- ipv6ConnectedPrefix?: string;
1678
- /** The resource ID of the Network Fabric l3IsolationDomain. */
1679
- l3IsolationDomainId: string;
1680
- /**
1681
- * The provisioning state of the default CNI network.
1880
+ * The full list of network resource IDs that are attached to this cluster, including those attached only to specific agent pools.
1682
1881
  * NOTE: This property will not be serialized. It can only be populated by the server.
1683
1882
  */
1684
- readonly provisioningState?: DefaultCniNetworkProvisioningState;
1685
- /** The VLAN from the l3IsolationDomain that is used for this network. */
1686
- vlan: number;
1687
- }
1688
-
1689
- /** The details are specific to the Network Cloud use of the Hybrid AKS cluster. */
1690
- export interface HybridAksCluster extends TrackedResource {
1691
- /** The extended location of the cluster associated with the resource. */
1692
- extendedLocation: ExtendedLocation;
1693
- /** The list of resource IDs for the workload networks associated with the Hybrid AKS cluster. It can be any of l2Networks, l3Networks, or trunkedNetworks resources. This field will also contain one cloudServicesNetwork and one defaultCniNetwork. */
1694
- associatedNetworkIds: string[];
1883
+ readonly attachedNetworkIds?: string[];
1695
1884
  /**
1696
- * The resource ID of the associated cloud services network.
1885
+ * The list of versions that this Kubernetes cluster can be upgraded to.
1697
1886
  * NOTE: This property will not be serialized. It can only be populated by the server.
1698
1887
  */
1699
- readonly cloudServicesNetworkId?: string;
1888
+ readonly availableUpgrades?: AvailableUpgrade[];
1700
1889
  /**
1701
- * The resource ID of the Network Cloud cluster hosting the Hybrid AKS cluster.
1890
+ * The resource ID of the Network Cloud cluster.
1702
1891
  * NOTE: This property will not be serialized. It can only be populated by the server.
1703
1892
  */
1704
1893
  readonly clusterId?: string;
1705
- /** The number of control plane node VMs. */
1706
- controlPlaneCount: number;
1707
1894
  /**
1708
- * The list of node configurations detailing associated VMs that are part of the control plane nodes of this Hybrid AKS cluster.
1895
+ * The resource ID of the connected cluster set up when this Kubernetes cluster is created.
1709
1896
  * NOTE: This property will not be serialized. It can only be populated by the server.
1710
1897
  */
1711
- readonly controlPlaneNodes?: NodeConfiguration[];
1898
+ readonly connectedClusterId?: string;
1712
1899
  /**
1713
- * The resource ID of the associated default CNI network.
1900
+ * The current running version of Kubernetes on the control plane.
1714
1901
  * NOTE: This property will not be serialized. It can only be populated by the server.
1715
1902
  */
1716
- readonly defaultCniNetworkId?: string;
1903
+ readonly controlPlaneKubernetesVersion?: string;
1904
+ /** The defining characteristics of the control plane for this Kubernetes Cluster. */
1905
+ controlPlaneNodeConfiguration: ControlPlaneNodeConfiguration;
1717
1906
  /**
1718
- * The more detailed status of this Hybrid AKS cluster.
1907
+ * The current status of the Kubernetes cluster.
1719
1908
  * NOTE: This property will not be serialized. It can only be populated by the server.
1720
1909
  */
1721
- readonly detailedStatus?: HybridAksClusterDetailedStatus;
1910
+ readonly detailedStatus?: KubernetesClusterDetailedStatus;
1722
1911
  /**
1723
1912
  * The descriptive message about the current detailed status.
1724
1913
  * NOTE: This property will not be serialized. It can only be populated by the server.
1725
1914
  */
1726
1915
  readonly detailedStatusMessage?: string;
1727
- /** The resource ID of the Hybrid AKS cluster that this additional information is for. */
1728
- hybridAksProvisionedClusterId: string;
1729
1916
  /**
1730
- * The provisioning state of the Hybrid AKS cluster resource.
1917
+ * The current feature settings.
1731
1918
  * NOTE: This property will not be serialized. It can only be populated by the server.
1732
1919
  */
1733
- readonly provisioningState?: HybridAksClusterProvisioningState;
1920
+ readonly featureStatuses?: FeatureStatus[];
1921
+ /** The agent pools that are created with this Kubernetes cluster for running critical system services and workloads. This data in this field is only used during creation, and the field will be empty following the creation of the Kubernetes Cluster. After creation, the management of agent pools is done using the agentPools sub-resource. */
1922
+ initialAgentPoolConfigurations: InitialAgentPoolConfiguration[];
1923
+ /** The Kubernetes version for this cluster. Accepts n.n, n.n.n, and n.n.n-n format. The interpreted version used will be resolved into this field after creation or update. */
1924
+ kubernetesVersion: string;
1925
+ /** The configuration of the managed resource group associated with the resource. */
1926
+ managedResourceGroupConfiguration?: ManagedResourceGroupConfiguration;
1927
+ /** The configuration of the Kubernetes cluster networking, including the attachment of networks that span the cluster. */
1928
+ networkConfiguration: NetworkConfiguration;
1734
1929
  /**
1735
- * The resource IDs of volumes that are attached to the Hybrid AKS cluster.
1930
+ * The details of the nodes in this cluster.
1736
1931
  * NOTE: This property will not be serialized. It can only be populated by the server.
1737
1932
  */
1738
- readonly volumes?: string[];
1739
- /** The number of worker node VMs. */
1740
- workerCount: number;
1933
+ readonly nodes?: KubernetesClusterNode[];
1741
1934
  /**
1742
- * The list of node configurations detailing associated VMs that are part of the worker nodes of this Hybrid AKS cluster.
1935
+ * The provisioning state of the Kubernetes cluster resource.
1743
1936
  * NOTE: This property will not be serialized. It can only be populated by the server.
1744
1937
  */
1745
- readonly workerNodes?: NodeConfiguration[];
1938
+ readonly provisioningState?: KubernetesClusterProvisioningState;
1746
1939
  }
1747
1940
 
1748
1941
  /** L2Network represents a network that utilizes a single isolation domain set up for layer-2 resources. */
1749
1942
  export interface L2Network extends TrackedResource {
1750
1943
  /** The extended location of the cluster associated with the resource. */
1751
1944
  extendedLocation: ExtendedLocation;
1945
+ /**
1946
+ * The list of resource IDs for the other Microsoft.NetworkCloud resources that have attached this network.
1947
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1948
+ */
1949
+ readonly associatedResourceIds?: string[];
1752
1950
  /**
1753
1951
  * The resource ID of the Network Cloud cluster this L2 network is associated with.
1754
1952
  * NOTE: This property will not be serialized. It can only be populated by the server.
@@ -1765,11 +1963,11 @@ export interface L2Network extends TrackedResource {
1765
1963
  */
1766
1964
  readonly detailedStatusMessage?: string;
1767
1965
  /**
1768
- * The list of Hybrid AKS cluster resource ID(s) that are associated with this L2 network.
1966
+ * Field Deprecated. These fields will be empty/omitted. The list of Hybrid AKS cluster resource ID(s) that are associated with this L2 network.
1769
1967
  * NOTE: This property will not be serialized. It can only be populated by the server.
1770
1968
  */
1771
1969
  readonly hybridAksClustersAssociatedIds?: string[];
1772
- /** The network plugin type for Hybrid AKS. */
1970
+ /** Field Deprecated. The field was previously optional, now it will have no defined behavior and will be ignored. The network plugin type for Hybrid AKS. */
1773
1971
  hybridAksPluginType?: HybridAksPluginType;
1774
1972
  /** The default interface name for this L2 network in the virtual machine. This name can be overridden by the name supplied in the network attachment configuration of that virtual machine. */
1775
1973
  interfaceName?: string;
@@ -1781,7 +1979,7 @@ export interface L2Network extends TrackedResource {
1781
1979
  */
1782
1980
  readonly provisioningState?: L2NetworkProvisioningState;
1783
1981
  /**
1784
- * The list of virtual machine resource ID(s), excluding any Hybrid AKS virtual machines, that are currently using this L2 network.
1982
+ * Field Deprecated. These fields will be empty/omitted. The list of virtual machine resource ID(s), excluding any Hybrid AKS virtual machines, that are currently using this L2 network.
1785
1983
  * NOTE: This property will not be serialized. It can only be populated by the server.
1786
1984
  */
1787
1985
  readonly virtualMachinesAssociatedIds?: string[];
@@ -1791,6 +1989,11 @@ export interface L2Network extends TrackedResource {
1791
1989
  export interface L3Network extends TrackedResource {
1792
1990
  /** The extended location of the cluster associated with the resource. */
1793
1991
  extendedLocation: ExtendedLocation;
1992
+ /**
1993
+ * The list of resource IDs for the other Microsoft.NetworkCloud resources that have attached this network.
1994
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1995
+ */
1996
+ readonly associatedResourceIds?: string[];
1794
1997
  /**
1795
1998
  * The resource ID of the Network Cloud cluster this L3 network is associated with.
1796
1999
  * NOTE: This property will not be serialized. It can only be populated by the server.
@@ -1807,13 +2010,13 @@ export interface L3Network extends TrackedResource {
1807
2010
  */
1808
2011
  readonly detailedStatusMessage?: string;
1809
2012
  /**
1810
- * The list of Hybrid AKS cluster resource IDs that are associated with this L3 network.
2013
+ * Field Deprecated. These fields will be empty/omitted. The list of Hybrid AKS cluster resource IDs that are associated with this L3 network.
1811
2014
  * NOTE: This property will not be serialized. It can only be populated by the server.
1812
2015
  */
1813
2016
  readonly hybridAksClustersAssociatedIds?: string[];
1814
- /** The indicator of whether or not to disable IPAM allocation on the network attachment definition injected into the Hybrid AKS Cluster. */
2017
+ /** Field Deprecated. The field was previously optional, now it will have no defined behavior and will be ignored. The indicator of whether or not to disable IPAM allocation on the network attachment definition injected into the Hybrid AKS Cluster. */
1815
2018
  hybridAksIpamEnabled?: HybridAksIpamEnabled;
1816
- /** The network plugin type for Hybrid AKS. */
2019
+ /** Field Deprecated. The field was previously optional, now it will have no defined behavior and will be ignored. The network plugin type for Hybrid AKS. */
1817
2020
  hybridAksPluginType?: HybridAksPluginType;
1818
2021
  /** The default interface name for this L3 network in the virtual machine. This name can be overridden by the name supplied in the network attachment configuration of that virtual machine. */
1819
2022
  interfaceName?: string;
@@ -1837,7 +2040,7 @@ export interface L3Network extends TrackedResource {
1837
2040
  */
1838
2041
  readonly provisioningState?: L3NetworkProvisioningState;
1839
2042
  /**
1840
- * The list of virtual machine resource IDs, excluding any Hybrid AKS virtual machines, that are currently using this L3 network.
2043
+ * Field Deprecated. These fields will be empty/omitted. The list of virtual machine resource IDs, excluding any Hybrid AKS virtual machines, that are currently using this L3 network.
1841
2044
  * NOTE: This property will not be serialized. It can only be populated by the server.
1842
2045
  */
1843
2046
  readonly virtualMachinesAssociatedIds?: string[];
@@ -1944,6 +2147,11 @@ export interface StorageAppliance extends TrackedResource {
1944
2147
  export interface TrunkedNetwork extends TrackedResource {
1945
2148
  /** The extended location of the cluster associated with the resource. */
1946
2149
  extendedLocation: ExtendedLocation;
2150
+ /**
2151
+ * The list of resource IDs for the other Microsoft.NetworkCloud resources that have attached this network.
2152
+ * NOTE: This property will not be serialized. It can only be populated by the server.
2153
+ */
2154
+ readonly associatedResourceIds?: string[];
1947
2155
  /**
1948
2156
  * The resource ID of the Network Cloud cluster this trunked network is associated with.
1949
2157
  * NOTE: This property will not be serialized. It can only be populated by the server.
@@ -1960,11 +2168,11 @@ export interface TrunkedNetwork extends TrackedResource {
1960
2168
  */
1961
2169
  readonly detailedStatusMessage?: string;
1962
2170
  /**
1963
- * The list of Hybrid AKS cluster resource IDs that are associated with this trunked network.
2171
+ * Field Deprecated. These fields will be empty/omitted. The list of Hybrid AKS cluster resource IDs that are associated with this trunked network.
1964
2172
  * NOTE: This property will not be serialized. It can only be populated by the server.
1965
2173
  */
1966
2174
  readonly hybridAksClustersAssociatedIds?: string[];
1967
- /** The network plugin type for Hybrid AKS. */
2175
+ /** Field Deprecated. The field was previously optional, now it will have no defined behavior and will be ignored. The network plugin type for Hybrid AKS. */
1968
2176
  hybridAksPluginType?: HybridAksPluginType;
1969
2177
  /** The default interface name for this trunked network in the virtual machine. This name can be overridden by the name supplied in the network attachment configuration of that virtual machine. */
1970
2178
  interfaceName?: string;
@@ -1976,7 +2184,7 @@ export interface TrunkedNetwork extends TrackedResource {
1976
2184
  */
1977
2185
  readonly provisioningState?: TrunkedNetworkProvisioningState;
1978
2186
  /**
1979
- * The list of virtual machine resource IDs, excluding any Hybrid AKS virtual machines, that are currently using this trunked network.
2187
+ * Field Deprecated. These fields will be empty/omitted. The list of virtual machine resource IDs, excluding any Hybrid AKS virtual machines, that are currently using this trunked network.
1980
2188
  * NOTE: This property will not be serialized. It can only be populated by the server.
1981
2189
  */
1982
2190
  readonly virtualMachinesAssociatedIds?: string[];
@@ -1990,6 +2198,11 @@ export interface VirtualMachine extends TrackedResource {
1990
2198
  extendedLocation: ExtendedLocation;
1991
2199
  /** The name of the administrator to which the ssh public keys will be added into the authorized keys. */
1992
2200
  adminUsername: string;
2201
+ /**
2202
+ * The cluster availability zone containing this virtual machine.
2203
+ * NOTE: This property will not be serialized. It can only be populated by the server.
2204
+ */
2205
+ readonly availabilityZone?: string;
1993
2206
  /**
1994
2207
  * The resource ID of the bare metal machine the virtual machine has landed to.
1995
2208
  * NOTE: This property will not be serialized. It can only be populated by the server.
@@ -2202,6 +2415,52 @@ export interface ClusterMetricsConfiguration extends TrackedResource {
2202
2415
  readonly provisioningState?: ClusterMetricsConfigurationProvisioningState;
2203
2416
  }
2204
2417
 
2418
+ /** AgentPool represents the agent pool of Kubernetes cluster. */
2419
+ export interface AgentPool extends TrackedResource {
2420
+ /** The extended location of the cluster associated with the resource. */
2421
+ extendedLocation?: ExtendedLocation;
2422
+ /** The administrator credentials to be used for the nodes in this agent pool. */
2423
+ administratorConfiguration?: AdministratorConfiguration;
2424
+ /** The configurations that will be applied to each agent in this agent pool. */
2425
+ agentOptions?: AgentOptions;
2426
+ /** The configuration of networks being attached to the agent pool for use by the workloads that run on this Kubernetes cluster. */
2427
+ attachedNetworkConfiguration?: AttachedNetworkConfiguration;
2428
+ /** The list of availability zones of the Network Cloud cluster used for the provisioning of nodes in this agent pool. If not specified, all availability zones will be used. */
2429
+ availabilityZones?: string[];
2430
+ /** The number of virtual machines that use this configuration. */
2431
+ count: number;
2432
+ /**
2433
+ * The current status of the agent pool.
2434
+ * NOTE: This property will not be serialized. It can only be populated by the server.
2435
+ */
2436
+ readonly detailedStatus?: AgentPoolDetailedStatus;
2437
+ /**
2438
+ * The descriptive message about the current detailed status.
2439
+ * NOTE: This property will not be serialized. It can only be populated by the server.
2440
+ */
2441
+ readonly detailedStatusMessage?: string;
2442
+ /**
2443
+ * The Kubernetes version running in this agent pool.
2444
+ * NOTE: This property will not be serialized. It can only be populated by the server.
2445
+ */
2446
+ readonly kubernetesVersion?: string;
2447
+ /** The labels applied to the nodes in this agent pool. */
2448
+ labels?: KubernetesLabel[];
2449
+ /** The selection of how this agent pool is utilized, either as a system pool or a user pool. System pools run the features and critical services for the Kubernetes Cluster, while user pools are dedicated to user workloads. Every Kubernetes cluster must contain at least one system node pool with at least one node. */
2450
+ mode: AgentPoolMode;
2451
+ /**
2452
+ * The provisioning state of the agent pool.
2453
+ * NOTE: This property will not be serialized. It can only be populated by the server.
2454
+ */
2455
+ readonly provisioningState?: AgentPoolProvisioningState;
2456
+ /** The taints applied to the nodes in this agent pool. */
2457
+ taints?: KubernetesLabel[];
2458
+ /** The configuration of the agent pool. */
2459
+ upgradeSettings?: AgentPoolUpgradeSettings;
2460
+ /** The name of the VM SKU that determines the size of resources allocated for node VMs. */
2461
+ vmSkuName: string;
2462
+ }
2463
+
2205
2464
  /** Console represents the console of an on-premises Network Cloud virtual machine. */
2206
2465
  export interface Console extends TrackedResource {
2207
2466
  /** The extended location of the cluster manager associated with the cluster this virtual machine is created on. */
@@ -2254,7 +2513,7 @@ export interface BareMetalMachinesDeleteHeaders {
2254
2513
  /** Defines headers for BareMetalMachines_update operation. */
2255
2514
  export interface BareMetalMachinesUpdateHeaders {
2256
2515
  /** The URL to retrieve the status of the asynchronous operation. */
2257
- location?: string;
2516
+ azureAsyncOperation?: string;
2258
2517
  }
2259
2518
 
2260
2519
  /** Defines headers for BareMetalMachines_cordon operation. */
@@ -2338,7 +2597,7 @@ export interface CloudServicesNetworksDeleteHeaders {
2338
2597
  /** Defines headers for CloudServicesNetworks_update operation. */
2339
2598
  export interface CloudServicesNetworksUpdateHeaders {
2340
2599
  /** The URL to retrieve the status of the asynchronous operation. */
2341
- location?: string;
2600
+ azureAsyncOperation?: string;
2342
2601
  }
2343
2602
 
2344
2603
  /** Defines headers for ClusterManagers_createOrUpdate operation. */
@@ -2368,7 +2627,7 @@ export interface ClustersDeleteHeaders {
2368
2627
  /** Defines headers for Clusters_update operation. */
2369
2628
  export interface ClustersUpdateHeaders {
2370
2629
  /** The URL to retrieve the status of the asynchronous operation. */
2371
- location?: string;
2630
+ azureAsyncOperation?: string;
2372
2631
  }
2373
2632
 
2374
2633
  /** Defines headers for Clusters_deploy operation. */
@@ -2383,32 +2642,26 @@ export interface ClustersUpdateVersionHeaders {
2383
2642
  location?: string;
2384
2643
  }
2385
2644
 
2386
- /** Defines headers for DefaultCniNetworks_createOrUpdate operation. */
2387
- export interface DefaultCniNetworksCreateOrUpdateHeaders {
2645
+ /** Defines headers for KubernetesClusters_createOrUpdate operation. */
2646
+ export interface KubernetesClustersCreateOrUpdateHeaders {
2388
2647
  /** The URL to retrieve the status of the asynchronous operation. */
2389
2648
  azureAsyncOperation?: string;
2390
2649
  }
2391
2650
 
2392
- /** Defines headers for DefaultCniNetworks_delete operation. */
2393
- export interface DefaultCniNetworksDeleteHeaders {
2651
+ /** Defines headers for KubernetesClusters_delete operation. */
2652
+ export interface KubernetesClustersDeleteHeaders {
2394
2653
  /** The URL to retrieve the status of the asynchronous operation. */
2395
2654
  location?: string;
2396
2655
  }
2397
2656
 
2398
- /** Defines headers for HybridAksClusters_createOrUpdate operation. */
2399
- export interface HybridAksClustersCreateOrUpdateHeaders {
2657
+ /** Defines headers for KubernetesClusters_update operation. */
2658
+ export interface KubernetesClustersUpdateHeaders {
2400
2659
  /** The URL to retrieve the status of the asynchronous operation. */
2401
2660
  azureAsyncOperation?: string;
2402
2661
  }
2403
2662
 
2404
- /** Defines headers for HybridAksClusters_delete operation. */
2405
- export interface HybridAksClustersDeleteHeaders {
2406
- /** The URL to retrieve the status of the asynchronous operation. */
2407
- location?: string;
2408
- }
2409
-
2410
- /** Defines headers for HybridAksClusters_restartNode operation. */
2411
- export interface HybridAksClustersRestartNodeHeaders {
2663
+ /** Defines headers for KubernetesClusters_restartNode operation. */
2664
+ export interface KubernetesClustersRestartNodeHeaders {
2412
2665
  /** The URL to retrieve the status of the asynchronous operation. */
2413
2666
  location?: string;
2414
2667
  }
@@ -2452,7 +2705,7 @@ export interface RacksDeleteHeaders {
2452
2705
  /** Defines headers for Racks_update operation. */
2453
2706
  export interface RacksUpdateHeaders {
2454
2707
  /** The URL to retrieve the status of the asynchronous operation. */
2455
- location?: string;
2708
+ azureAsyncOperation?: string;
2456
2709
  }
2457
2710
 
2458
2711
  /** Defines headers for StorageAppliances_createOrUpdate operation. */
@@ -2470,7 +2723,7 @@ export interface StorageAppliancesDeleteHeaders {
2470
2723
  /** Defines headers for StorageAppliances_update operation. */
2471
2724
  export interface StorageAppliancesUpdateHeaders {
2472
2725
  /** The URL to retrieve the status of the asynchronous operation. */
2473
- location?: string;
2726
+ azureAsyncOperation?: string;
2474
2727
  }
2475
2728
 
2476
2729
  /** Defines headers for StorageAppliances_disableRemoteVendorManagement operation. */
@@ -2491,12 +2744,6 @@ export interface StorageAppliancesRunReadCommandsHeaders {
2491
2744
  location?: string;
2492
2745
  }
2493
2746
 
2494
- /** Defines headers for StorageAppliances_validateHardware operation. */
2495
- export interface StorageAppliancesValidateHardwareHeaders {
2496
- /** The URL to retrieve the status of the asynchronous operation. */
2497
- location?: string;
2498
- }
2499
-
2500
2747
  /** Defines headers for TrunkedNetworks_createOrUpdate operation. */
2501
2748
  export interface TrunkedNetworksCreateOrUpdateHeaders {
2502
2749
  /** The URL to retrieve the status of the asynchronous operation. */
@@ -2524,7 +2771,7 @@ export interface VirtualMachinesDeleteHeaders {
2524
2771
  /** Defines headers for VirtualMachines_update operation. */
2525
2772
  export interface VirtualMachinesUpdateHeaders {
2526
2773
  /** The URL to retrieve the status of the asynchronous operation. */
2527
- location?: string;
2774
+ azureAsyncOperation?: string;
2528
2775
  }
2529
2776
 
2530
2777
  /** Defines headers for VirtualMachines_attachVolume operation. */
@@ -2590,7 +2837,7 @@ export interface BareMetalMachineKeySetsDeleteHeaders {
2590
2837
  /** Defines headers for BareMetalMachineKeySets_update operation. */
2591
2838
  export interface BareMetalMachineKeySetsUpdateHeaders {
2592
2839
  /** The URL to retrieve the status of the asynchronous operation. */
2593
- location?: string;
2840
+ azureAsyncOperation?: string;
2594
2841
  }
2595
2842
 
2596
2843
  /** Defines headers for BmcKeySets_createOrUpdate operation. */
@@ -2608,7 +2855,7 @@ export interface BmcKeySetsDeleteHeaders {
2608
2855
  /** Defines headers for BmcKeySets_update operation. */
2609
2856
  export interface BmcKeySetsUpdateHeaders {
2610
2857
  /** The URL to retrieve the status of the asynchronous operation. */
2611
- location?: string;
2858
+ azureAsyncOperation?: string;
2612
2859
  }
2613
2860
 
2614
2861
  /** Defines headers for MetricsConfigurations_createOrUpdate operation. */
@@ -2625,10 +2872,28 @@ export interface MetricsConfigurationsDeleteHeaders {
2625
2872
 
2626
2873
  /** Defines headers for MetricsConfigurations_update operation. */
2627
2874
  export interface MetricsConfigurationsUpdateHeaders {
2875
+ /** The URL to retrieve the status of the asynchronous operation. */
2876
+ azureAsyncOperation?: string;
2877
+ }
2878
+
2879
+ /** Defines headers for AgentPools_createOrUpdate operation. */
2880
+ export interface AgentPoolsCreateOrUpdateHeaders {
2881
+ /** The URL to retrieve the status of the asynchronous operation. */
2882
+ azureAsyncOperation?: string;
2883
+ }
2884
+
2885
+ /** Defines headers for AgentPools_delete operation. */
2886
+ export interface AgentPoolsDeleteHeaders {
2628
2887
  /** The URL to retrieve the status of the asynchronous operation. */
2629
2888
  location?: string;
2630
2889
  }
2631
2890
 
2891
+ /** Defines headers for AgentPools_update operation. */
2892
+ export interface AgentPoolsUpdateHeaders {
2893
+ /** The URL to retrieve the status of the asynchronous operation. */
2894
+ azureAsyncOperation?: string;
2895
+ }
2896
+
2632
2897
  /** Defines headers for Consoles_createOrUpdate operation. */
2633
2898
  export interface ConsolesCreateOrUpdateHeaders {
2634
2899
  /** The URL to retrieve the status of the asynchronous operation. */
@@ -2644,7 +2909,7 @@ export interface ConsolesDeleteHeaders {
2644
2909
  /** Defines headers for Consoles_update operation. */
2645
2910
  export interface ConsolesUpdateHeaders {
2646
2911
  /** The URL to retrieve the status of the asynchronous operation. */
2647
- location?: string;
2912
+ azureAsyncOperation?: string;
2648
2913
  }
2649
2914
 
2650
2915
  /** Known values of {@link Origin} that the service accepts. */
@@ -3157,86 +3422,269 @@ export enum KnownClusterProvisioningState {
3157
3422
  */
3158
3423
  export type ClusterProvisioningState = string;
3159
3424
 
3160
- /** Known values of {@link DefaultCniNetworkDetailedStatus} that the service accepts. */
3161
- export enum KnownDefaultCniNetworkDetailedStatus {
3162
- /** Error */
3163
- Error = "Error",
3164
- /** Available */
3165
- Available = "Available",
3166
- /** Provisioning */
3167
- Provisioning = "Provisioning"
3425
+ /** Known values of {@link AvailabilityLifecycle} that the service accepts. */
3426
+ export enum KnownAvailabilityLifecycle {
3427
+ /** Preview */
3428
+ Preview = "Preview",
3429
+ /** GenerallyAvailable */
3430
+ GenerallyAvailable = "GenerallyAvailable"
3168
3431
  }
3169
3432
 
3170
3433
  /**
3171
- * Defines values for DefaultCniNetworkDetailedStatus. \
3172
- * {@link KnownDefaultCniNetworkDetailedStatus} can be used interchangeably with DefaultCniNetworkDetailedStatus,
3434
+ * Defines values for AvailabilityLifecycle. \
3435
+ * {@link KnownAvailabilityLifecycle} can be used interchangeably with AvailabilityLifecycle,
3173
3436
  * this enum contains the known values that the service supports.
3174
3437
  * ### Known values supported by the service
3175
- * **Error** \
3176
- * **Available** \
3177
- * **Provisioning**
3438
+ * **Preview** \
3439
+ * **GenerallyAvailable**
3178
3440
  */
3179
- export type DefaultCniNetworkDetailedStatus = string;
3441
+ export type AvailabilityLifecycle = string;
3180
3442
 
3181
- /** Known values of {@link IpAllocationType} that the service accepts. */
3182
- export enum KnownIpAllocationType {
3183
- /** IPV4 */
3184
- IPV4 = "IPV4",
3185
- /** IPV6 */
3186
- IPV6 = "IPV6",
3187
- /** DualStack */
3188
- DualStack = "DualStack"
3443
+ /** Known values of {@link KubernetesClusterDetailedStatus} that the service accepts. */
3444
+ export enum KnownKubernetesClusterDetailedStatus {
3445
+ /** Available */
3446
+ Available = "Available",
3447
+ /** Error */
3448
+ Error = "Error",
3449
+ /** Provisioning */
3450
+ Provisioning = "Provisioning"
3189
3451
  }
3190
3452
 
3191
3453
  /**
3192
- * Defines values for IpAllocationType. \
3193
- * {@link KnownIpAllocationType} can be used interchangeably with IpAllocationType,
3454
+ * Defines values for KubernetesClusterDetailedStatus. \
3455
+ * {@link KnownKubernetesClusterDetailedStatus} can be used interchangeably with KubernetesClusterDetailedStatus,
3194
3456
  * this enum contains the known values that the service supports.
3195
3457
  * ### Known values supported by the service
3196
- * **IPV4** \
3197
- * **IPV6** \
3198
- * **DualStack**
3458
+ * **Available** \
3459
+ * **Error** \
3460
+ * **Provisioning**
3199
3461
  */
3200
- export type IpAllocationType = string;
3462
+ export type KubernetesClusterDetailedStatus = string;
3201
3463
 
3202
- /** Known values of {@link DefaultCniNetworkProvisioningState} that the service accepts. */
3203
- export enum KnownDefaultCniNetworkProvisioningState {
3204
- /** Succeeded */
3205
- Succeeded = "Succeeded",
3464
+ /** Known values of {@link FeatureDetailedStatus} that the service accepts. */
3465
+ export enum KnownFeatureDetailedStatus {
3466
+ /** Running */
3467
+ Running = "Running",
3206
3468
  /** Failed */
3207
3469
  Failed = "Failed",
3208
- /** Canceled */
3209
- Canceled = "Canceled",
3210
- /** Provisioning */
3211
- Provisioning = "Provisioning",
3212
- /** Accepted */
3213
- Accepted = "Accepted"
3470
+ /** Unknown */
3471
+ Unknown = "Unknown"
3214
3472
  }
3215
3473
 
3216
3474
  /**
3217
- * Defines values for DefaultCniNetworkProvisioningState. \
3218
- * {@link KnownDefaultCniNetworkProvisioningState} can be used interchangeably with DefaultCniNetworkProvisioningState,
3475
+ * Defines values for FeatureDetailedStatus. \
3476
+ * {@link KnownFeatureDetailedStatus} can be used interchangeably with FeatureDetailedStatus,
3219
3477
  * this enum contains the known values that the service supports.
3220
3478
  * ### Known values supported by the service
3221
- * **Succeeded** \
3479
+ * **Running** \
3222
3480
  * **Failed** \
3223
- * **Canceled** \
3224
- * **Provisioning** \
3225
- * **Accepted**
3481
+ * **Unknown**
3226
3482
  */
3227
- export type DefaultCniNetworkProvisioningState = string;
3483
+ export type FeatureDetailedStatus = string;
3228
3484
 
3229
- /** Known values of {@link DefaultGateway} that the service accepts. */
3230
- export enum KnownDefaultGateway {
3231
- /** True */
3232
- True = "True",
3233
- /** False */
3234
- False = "False"
3485
+ /** Known values of {@link HugepagesSize} that the service accepts. */
3486
+ export enum KnownHugepagesSize {
3487
+ /** TwoM */
3488
+ TwoM = "2M",
3489
+ /** OneG */
3490
+ OneG = "1G"
3235
3491
  }
3236
3492
 
3237
3493
  /**
3238
- * Defines values for DefaultGateway. \
3239
- * {@link KnownDefaultGateway} can be used interchangeably with DefaultGateway,
3494
+ * Defines values for HugepagesSize. \
3495
+ * {@link KnownHugepagesSize} can be used interchangeably with HugepagesSize,
3496
+ * this enum contains the known values that the service supports.
3497
+ * ### Known values supported by the service
3498
+ * **2M** \
3499
+ * **1G**
3500
+ */
3501
+ export type HugepagesSize = string;
3502
+
3503
+ /** Known values of {@link KubernetesPluginType} that the service accepts. */
3504
+ export enum KnownKubernetesPluginType {
3505
+ /** Dpdk */
3506
+ Dpdk = "DPDK",
3507
+ /** Sriov */
3508
+ Sriov = "SRIOV",
3509
+ /** OSDevice */
3510
+ OSDevice = "OSDevice",
3511
+ /** Macvlan */
3512
+ Macvlan = "MACVLAN",
3513
+ /** Ipvlan */
3514
+ Ipvlan = "IPVLAN"
3515
+ }
3516
+
3517
+ /**
3518
+ * Defines values for KubernetesPluginType. \
3519
+ * {@link KnownKubernetesPluginType} can be used interchangeably with KubernetesPluginType,
3520
+ * this enum contains the known values that the service supports.
3521
+ * ### Known values supported by the service
3522
+ * **DPDK** \
3523
+ * **SRIOV** \
3524
+ * **OSDevice** \
3525
+ * **MACVLAN** \
3526
+ * **IPVLAN**
3527
+ */
3528
+ export type KubernetesPluginType = string;
3529
+
3530
+ /** Known values of {@link L3NetworkConfigurationIpamEnabled} that the service accepts. */
3531
+ export enum KnownL3NetworkConfigurationIpamEnabled {
3532
+ /** True */
3533
+ True = "True",
3534
+ /** False */
3535
+ False = "False"
3536
+ }
3537
+
3538
+ /**
3539
+ * Defines values for L3NetworkConfigurationIpamEnabled. \
3540
+ * {@link KnownL3NetworkConfigurationIpamEnabled} can be used interchangeably with L3NetworkConfigurationIpamEnabled,
3541
+ * this enum contains the known values that the service supports.
3542
+ * ### Known values supported by the service
3543
+ * **True** \
3544
+ * **False**
3545
+ */
3546
+ export type L3NetworkConfigurationIpamEnabled = string;
3547
+
3548
+ /** Known values of {@link AgentPoolMode} that the service accepts. */
3549
+ export enum KnownAgentPoolMode {
3550
+ /** System */
3551
+ System = "System",
3552
+ /** User */
3553
+ User = "User",
3554
+ /** NotApplicable */
3555
+ NotApplicable = "NotApplicable"
3556
+ }
3557
+
3558
+ /**
3559
+ * Defines values for AgentPoolMode. \
3560
+ * {@link KnownAgentPoolMode} can be used interchangeably with AgentPoolMode,
3561
+ * this enum contains the known values that the service supports.
3562
+ * ### Known values supported by the service
3563
+ * **System** \
3564
+ * **User** \
3565
+ * **NotApplicable**
3566
+ */
3567
+ export type AgentPoolMode = string;
3568
+
3569
+ /** Known values of {@link AdvertiseToFabric} that the service accepts. */
3570
+ export enum KnownAdvertiseToFabric {
3571
+ /** True */
3572
+ True = "True",
3573
+ /** False */
3574
+ False = "False"
3575
+ }
3576
+
3577
+ /**
3578
+ * Defines values for AdvertiseToFabric. \
3579
+ * {@link KnownAdvertiseToFabric} can be used interchangeably with AdvertiseToFabric,
3580
+ * this enum contains the known values that the service supports.
3581
+ * ### Known values supported by the service
3582
+ * **True** \
3583
+ * **False**
3584
+ */
3585
+ export type AdvertiseToFabric = string;
3586
+
3587
+ /** Known values of {@link BfdEnabled} that the service accepts. */
3588
+ export enum KnownBfdEnabled {
3589
+ /** True */
3590
+ True = "True",
3591
+ /** False */
3592
+ False = "False"
3593
+ }
3594
+
3595
+ /**
3596
+ * Defines values for BfdEnabled. \
3597
+ * {@link KnownBfdEnabled} can be used interchangeably with BfdEnabled,
3598
+ * this enum contains the known values that the service supports.
3599
+ * ### Known values supported by the service
3600
+ * **True** \
3601
+ * **False**
3602
+ */
3603
+ export type BfdEnabled = string;
3604
+
3605
+ /** Known values of {@link BgpMultiHop} that the service accepts. */
3606
+ export enum KnownBgpMultiHop {
3607
+ /** True */
3608
+ True = "True",
3609
+ /** False */
3610
+ False = "False"
3611
+ }
3612
+
3613
+ /**
3614
+ * Defines values for BgpMultiHop. \
3615
+ * {@link KnownBgpMultiHop} can be used interchangeably with BgpMultiHop,
3616
+ * this enum contains the known values that the service supports.
3617
+ * ### Known values supported by the service
3618
+ * **True** \
3619
+ * **False**
3620
+ */
3621
+ export type BgpMultiHop = string;
3622
+
3623
+ /** Known values of {@link FabricPeeringEnabled} that the service accepts. */
3624
+ export enum KnownFabricPeeringEnabled {
3625
+ /** True */
3626
+ True = "True",
3627
+ /** False */
3628
+ False = "False"
3629
+ }
3630
+
3631
+ /**
3632
+ * Defines values for FabricPeeringEnabled. \
3633
+ * {@link KnownFabricPeeringEnabled} can be used interchangeably with FabricPeeringEnabled,
3634
+ * this enum contains the known values that the service supports.
3635
+ * ### Known values supported by the service
3636
+ * **True** \
3637
+ * **False**
3638
+ */
3639
+ export type FabricPeeringEnabled = string;
3640
+
3641
+ /** Known values of {@link KubernetesClusterNodeDetailedStatus} that the service accepts. */
3642
+ export enum KnownKubernetesClusterNodeDetailedStatus {
3643
+ /** Available */
3644
+ Available = "Available",
3645
+ /** Error */
3646
+ Error = "Error",
3647
+ /** Provisioning */
3648
+ Provisioning = "Provisioning",
3649
+ /** Running */
3650
+ Running = "Running",
3651
+ /** Scheduling */
3652
+ Scheduling = "Scheduling",
3653
+ /** Stopped */
3654
+ Stopped = "Stopped",
3655
+ /** Terminating */
3656
+ Terminating = "Terminating",
3657
+ /** Unknown */
3658
+ Unknown = "Unknown"
3659
+ }
3660
+
3661
+ /**
3662
+ * Defines values for KubernetesClusterNodeDetailedStatus. \
3663
+ * {@link KnownKubernetesClusterNodeDetailedStatus} can be used interchangeably with KubernetesClusterNodeDetailedStatus,
3664
+ * this enum contains the known values that the service supports.
3665
+ * ### Known values supported by the service
3666
+ * **Available** \
3667
+ * **Error** \
3668
+ * **Provisioning** \
3669
+ * **Running** \
3670
+ * **Scheduling** \
3671
+ * **Stopped** \
3672
+ * **Terminating** \
3673
+ * **Unknown**
3674
+ */
3675
+ export type KubernetesClusterNodeDetailedStatus = string;
3676
+
3677
+ /** Known values of {@link DefaultGateway} that the service accepts. */
3678
+ export enum KnownDefaultGateway {
3679
+ /** True */
3680
+ True = "True",
3681
+ /** False */
3682
+ False = "False"
3683
+ }
3684
+
3685
+ /**
3686
+ * Defines values for DefaultGateway. \
3687
+ * {@link KnownDefaultGateway} can be used interchangeably with DefaultGateway,
3240
3688
  * this enum contains the known values that the service supports.
3241
3689
  * ### Known values supported by the service
3242
3690
  * **True** \
@@ -3265,65 +3713,80 @@ export enum KnownVirtualMachineIPAllocationMethod {
3265
3713
  */
3266
3714
  export type VirtualMachineIPAllocationMethod = string;
3267
3715
 
3268
- /** Known values of {@link HybridAksClusterMachinePowerState} that the service accepts. */
3269
- export enum KnownHybridAksClusterMachinePowerState {
3716
+ /** Known values of {@link KubernetesNodePowerState} that the service accepts. */
3717
+ export enum KnownKubernetesNodePowerState {
3270
3718
  /** On */
3271
3719
  On = "On",
3272
3720
  /** Off */
3273
- Off = "Off"
3721
+ Off = "Off",
3722
+ /** Unknown */
3723
+ Unknown = "Unknown"
3274
3724
  }
3275
3725
 
3276
3726
  /**
3277
- * Defines values for HybridAksClusterMachinePowerState. \
3278
- * {@link KnownHybridAksClusterMachinePowerState} can be used interchangeably with HybridAksClusterMachinePowerState,
3727
+ * Defines values for KubernetesNodePowerState. \
3728
+ * {@link KnownKubernetesNodePowerState} can be used interchangeably with KubernetesNodePowerState,
3279
3729
  * this enum contains the known values that the service supports.
3280
3730
  * ### Known values supported by the service
3281
3731
  * **On** \
3282
- * **Off**
3732
+ * **Off** \
3733
+ * **Unknown**
3283
3734
  */
3284
- export type HybridAksClusterMachinePowerState = string;
3735
+ export type KubernetesNodePowerState = string;
3285
3736
 
3286
- /** Known values of {@link HybridAksClusterDetailedStatus} that the service accepts. */
3287
- export enum KnownHybridAksClusterDetailedStatus {
3288
- /** Error */
3289
- Error = "Error",
3290
- /** Available */
3291
- Available = "Available",
3292
- /** Provisioning */
3293
- Provisioning = "Provisioning"
3737
+ /** Known values of {@link KubernetesNodeRole} that the service accepts. */
3738
+ export enum KnownKubernetesNodeRole {
3739
+ /** ControlPlane */
3740
+ ControlPlane = "ControlPlane",
3741
+ /** Worker */
3742
+ Worker = "Worker"
3294
3743
  }
3295
3744
 
3296
3745
  /**
3297
- * Defines values for HybridAksClusterDetailedStatus. \
3298
- * {@link KnownHybridAksClusterDetailedStatus} can be used interchangeably with HybridAksClusterDetailedStatus,
3746
+ * Defines values for KubernetesNodeRole. \
3747
+ * {@link KnownKubernetesNodeRole} can be used interchangeably with KubernetesNodeRole,
3299
3748
  * this enum contains the known values that the service supports.
3300
3749
  * ### Known values supported by the service
3301
- * **Error** \
3302
- * **Available** \
3303
- * **Provisioning**
3750
+ * **ControlPlane** \
3751
+ * **Worker**
3304
3752
  */
3305
- export type HybridAksClusterDetailedStatus = string;
3753
+ export type KubernetesNodeRole = string;
3306
3754
 
3307
- /** Known values of {@link HybridAksClusterProvisioningState} that the service accepts. */
3308
- export enum KnownHybridAksClusterProvisioningState {
3755
+ /** Known values of {@link KubernetesClusterProvisioningState} that the service accepts. */
3756
+ export enum KnownKubernetesClusterProvisioningState {
3309
3757
  /** Succeeded */
3310
3758
  Succeeded = "Succeeded",
3311
3759
  /** Failed */
3312
3760
  Failed = "Failed",
3313
3761
  /** Canceled */
3314
- Canceled = "Canceled"
3762
+ Canceled = "Canceled",
3763
+ /** Accepted */
3764
+ Accepted = "Accepted",
3765
+ /** InProgress */
3766
+ InProgress = "InProgress",
3767
+ /** Created */
3768
+ Created = "Created",
3769
+ /** Updating */
3770
+ Updating = "Updating",
3771
+ /** Deleting */
3772
+ Deleting = "Deleting"
3315
3773
  }
3316
3774
 
3317
3775
  /**
3318
- * Defines values for HybridAksClusterProvisioningState. \
3319
- * {@link KnownHybridAksClusterProvisioningState} can be used interchangeably with HybridAksClusterProvisioningState,
3776
+ * Defines values for KubernetesClusterProvisioningState. \
3777
+ * {@link KnownKubernetesClusterProvisioningState} can be used interchangeably with KubernetesClusterProvisioningState,
3320
3778
  * this enum contains the known values that the service supports.
3321
3779
  * ### Known values supported by the service
3322
3780
  * **Succeeded** \
3323
3781
  * **Failed** \
3324
- * **Canceled**
3782
+ * **Canceled** \
3783
+ * **Accepted** \
3784
+ * **InProgress** \
3785
+ * **Created** \
3786
+ * **Updating** \
3787
+ * **Deleting**
3325
3788
  */
3326
- export type HybridAksClusterProvisioningState = string;
3789
+ export type KubernetesClusterProvisioningState = string;
3327
3790
 
3328
3791
  /** Known values of {@link L2NetworkDetailedStatus} that the service accepts. */
3329
3792
  export enum KnownL2NetworkDetailedStatus {
@@ -3433,6 +3896,27 @@ export enum KnownHybridAksIpamEnabled {
3433
3896
  */
3434
3897
  export type HybridAksIpamEnabled = string;
3435
3898
 
3899
+ /** Known values of {@link IpAllocationType} that the service accepts. */
3900
+ export enum KnownIpAllocationType {
3901
+ /** IPV4 */
3902
+ IPV4 = "IPV4",
3903
+ /** IPV6 */
3904
+ IPV6 = "IPV6",
3905
+ /** DualStack */
3906
+ DualStack = "DualStack"
3907
+ }
3908
+
3909
+ /**
3910
+ * Defines values for IpAllocationType. \
3911
+ * {@link KnownIpAllocationType} can be used interchangeably with IpAllocationType,
3912
+ * this enum contains the known values that the service supports.
3913
+ * ### Known values supported by the service
3914
+ * **IPV4** \
3915
+ * **IPV6** \
3916
+ * **DualStack**
3917
+ */
3918
+ export type IpAllocationType = string;
3919
+
3436
3920
  /** Known values of {@link L3NetworkProvisioningState} that the service accepts. */
3437
3921
  export enum KnownL3NetworkProvisioningState {
3438
3922
  /** Succeeded */
@@ -3771,12 +4255,22 @@ export type VirtualMachineBootMethod = string;
3771
4255
 
3772
4256
  /** Known values of {@link VirtualMachineDetailedStatus} that the service accepts. */
3773
4257
  export enum KnownVirtualMachineDetailedStatus {
3774
- /** Error */
3775
- Error = "Error",
3776
4258
  /** Available */
3777
4259
  Available = "Available",
4260
+ /** Error */
4261
+ Error = "Error",
3778
4262
  /** Provisioning */
3779
- Provisioning = "Provisioning"
4263
+ Provisioning = "Provisioning",
4264
+ /** Running */
4265
+ Running = "Running",
4266
+ /** Scheduling */
4267
+ Scheduling = "Scheduling",
4268
+ /** Stopped */
4269
+ Stopped = "Stopped",
4270
+ /** Terminating */
4271
+ Terminating = "Terminating",
4272
+ /** Unknown */
4273
+ Unknown = "Unknown"
3780
4274
  }
3781
4275
 
3782
4276
  /**
@@ -3784,9 +4278,14 @@ export enum KnownVirtualMachineDetailedStatus {
3784
4278
  * {@link KnownVirtualMachineDetailedStatus} can be used interchangeably with VirtualMachineDetailedStatus,
3785
4279
  * this enum contains the known values that the service supports.
3786
4280
  * ### Known values supported by the service
3787
- * **Error** \
3788
4281
  * **Available** \
3789
- * **Provisioning**
4282
+ * **Error** \
4283
+ * **Provisioning** \
4284
+ * **Running** \
4285
+ * **Scheduling** \
4286
+ * **Stopped** \
4287
+ * **Terminating** \
4288
+ * **Unknown**
3790
4289
  */
3791
4290
  export type VirtualMachineDetailedStatus = string;
3792
4291
 
@@ -3867,7 +4366,9 @@ export enum KnownVirtualMachinePowerState {
3867
4366
  /** On */
3868
4367
  On = "On",
3869
4368
  /** Off */
3870
- Off = "Off"
4369
+ Off = "Off",
4370
+ /** Unknown */
4371
+ Unknown = "Unknown"
3871
4372
  }
3872
4373
 
3873
4374
  /**
@@ -3876,7 +4377,8 @@ export enum KnownVirtualMachinePowerState {
3876
4377
  * this enum contains the known values that the service supports.
3877
4378
  * ### Known values supported by the service
3878
4379
  * **On** \
3879
- * **Off**
4380
+ * **Off** \
4381
+ * **Unknown**
3880
4382
  */
3881
4383
  export type VirtualMachinePowerState = string;
3882
4384
 
@@ -4276,20 +4778,59 @@ export enum KnownClusterMetricsConfigurationProvisioningState {
4276
4778
  */
4277
4779
  export type ClusterMetricsConfigurationProvisioningState = string;
4278
4780
 
4279
- /** Known values of {@link StorageApplianceHardwareValidationCategory} that the service accepts. */
4280
- export enum KnownStorageApplianceHardwareValidationCategory {
4281
- /** BasicValidation */
4282
- BasicValidation = "BasicValidation"
4781
+ /** Known values of {@link AgentPoolDetailedStatus} that the service accepts. */
4782
+ export enum KnownAgentPoolDetailedStatus {
4783
+ /** Available */
4784
+ Available = "Available",
4785
+ /** Error */
4786
+ Error = "Error",
4787
+ /** Provisioning */
4788
+ Provisioning = "Provisioning"
4283
4789
  }
4284
4790
 
4285
4791
  /**
4286
- * Defines values for StorageApplianceHardwareValidationCategory. \
4287
- * {@link KnownStorageApplianceHardwareValidationCategory} can be used interchangeably with StorageApplianceHardwareValidationCategory,
4792
+ * Defines values for AgentPoolDetailedStatus. \
4793
+ * {@link KnownAgentPoolDetailedStatus} can be used interchangeably with AgentPoolDetailedStatus,
4288
4794
  * this enum contains the known values that the service supports.
4289
4795
  * ### Known values supported by the service
4290
- * **BasicValidation**
4796
+ * **Available** \
4797
+ * **Error** \
4798
+ * **Provisioning**
4291
4799
  */
4292
- export type StorageApplianceHardwareValidationCategory = string;
4800
+ export type AgentPoolDetailedStatus = string;
4801
+
4802
+ /** Known values of {@link AgentPoolProvisioningState} that the service accepts. */
4803
+ export enum KnownAgentPoolProvisioningState {
4804
+ /** Accepted */
4805
+ Accepted = "Accepted",
4806
+ /** Canceled */
4807
+ Canceled = "Canceled",
4808
+ /** Deleting */
4809
+ Deleting = "Deleting",
4810
+ /** Failed */
4811
+ Failed = "Failed",
4812
+ /** InProgress */
4813
+ InProgress = "InProgress",
4814
+ /** Succeeded */
4815
+ Succeeded = "Succeeded",
4816
+ /** Updating */
4817
+ Updating = "Updating"
4818
+ }
4819
+
4820
+ /**
4821
+ * Defines values for AgentPoolProvisioningState. \
4822
+ * {@link KnownAgentPoolProvisioningState} can be used interchangeably with AgentPoolProvisioningState,
4823
+ * this enum contains the known values that the service supports.
4824
+ * ### Known values supported by the service
4825
+ * **Accepted** \
4826
+ * **Canceled** \
4827
+ * **Deleting** \
4828
+ * **Failed** \
4829
+ * **InProgress** \
4830
+ * **Succeeded** \
4831
+ * **Updating**
4832
+ */
4833
+ export type AgentPoolProvisioningState = string;
4293
4834
 
4294
4835
  /** Known values of {@link ConsoleDetailedStatus} that the service accepts. */
4295
4836
  export enum KnownConsoleDetailedStatus {
@@ -4827,28 +5368,28 @@ export interface ClustersListByResourceGroupNextOptionalParams
4827
5368
  export type ClustersListByResourceGroupNextResponse = ClusterList;
4828
5369
 
4829
5370
  /** Optional parameters. */
4830
- export interface DefaultCniNetworksListBySubscriptionOptionalParams
5371
+ export interface KubernetesClustersListBySubscriptionOptionalParams
4831
5372
  extends coreClient.OperationOptions {}
4832
5373
 
4833
5374
  /** Contains response data for the listBySubscription operation. */
4834
- export type DefaultCniNetworksListBySubscriptionResponse = DefaultCniNetworkList;
5375
+ export type KubernetesClustersListBySubscriptionResponse = KubernetesClusterList;
4835
5376
 
4836
5377
  /** Optional parameters. */
4837
- export interface DefaultCniNetworksListByResourceGroupOptionalParams
5378
+ export interface KubernetesClustersListByResourceGroupOptionalParams
4838
5379
  extends coreClient.OperationOptions {}
4839
5380
 
4840
5381
  /** Contains response data for the listByResourceGroup operation. */
4841
- export type DefaultCniNetworksListByResourceGroupResponse = DefaultCniNetworkList;
5382
+ export type KubernetesClustersListByResourceGroupResponse = KubernetesClusterList;
4842
5383
 
4843
5384
  /** Optional parameters. */
4844
- export interface DefaultCniNetworksGetOptionalParams
5385
+ export interface KubernetesClustersGetOptionalParams
4845
5386
  extends coreClient.OperationOptions {}
4846
5387
 
4847
5388
  /** Contains response data for the get operation. */
4848
- export type DefaultCniNetworksGetResponse = DefaultCniNetwork;
5389
+ export type KubernetesClustersGetResponse = KubernetesCluster;
4849
5390
 
4850
5391
  /** Optional parameters. */
4851
- export interface DefaultCniNetworksCreateOrUpdateOptionalParams
5392
+ export interface KubernetesClustersCreateOrUpdateOptionalParams
4852
5393
  extends coreClient.OperationOptions {
4853
5394
  /** Delay to wait until next poll, in milliseconds. */
4854
5395
  updateIntervalInMs?: number;
@@ -4857,10 +5398,10 @@ export interface DefaultCniNetworksCreateOrUpdateOptionalParams
4857
5398
  }
4858
5399
 
4859
5400
  /** Contains response data for the createOrUpdate operation. */
4860
- export type DefaultCniNetworksCreateOrUpdateResponse = DefaultCniNetwork;
5401
+ export type KubernetesClustersCreateOrUpdateResponse = KubernetesCluster;
4861
5402
 
4862
5403
  /** Optional parameters. */
4863
- export interface DefaultCniNetworksDeleteOptionalParams
5404
+ export interface KubernetesClustersDeleteOptionalParams
4864
5405
  extends coreClient.OperationOptions {
4865
5406
  /** Delay to wait until next poll, in milliseconds. */
4866
5407
  updateIntervalInMs?: number;
@@ -4869,83 +5410,21 @@ export interface DefaultCniNetworksDeleteOptionalParams
4869
5410
  }
4870
5411
 
4871
5412
  /** Optional parameters. */
4872
- export interface DefaultCniNetworksUpdateOptionalParams
5413
+ export interface KubernetesClustersUpdateOptionalParams
4873
5414
  extends coreClient.OperationOptions {
4874
5415
  /** The request body. */
4875
- defaultCniNetworkUpdateParameters?: DefaultCniNetworkPatchParameters;
4876
- }
4877
-
4878
- /** Contains response data for the update operation. */
4879
- export type DefaultCniNetworksUpdateResponse = DefaultCniNetwork;
4880
-
4881
- /** Optional parameters. */
4882
- export interface DefaultCniNetworksListBySubscriptionNextOptionalParams
4883
- extends coreClient.OperationOptions {}
4884
-
4885
- /** Contains response data for the listBySubscriptionNext operation. */
4886
- export type DefaultCniNetworksListBySubscriptionNextResponse = DefaultCniNetworkList;
4887
-
4888
- /** Optional parameters. */
4889
- export interface DefaultCniNetworksListByResourceGroupNextOptionalParams
4890
- extends coreClient.OperationOptions {}
4891
-
4892
- /** Contains response data for the listByResourceGroupNext operation. */
4893
- export type DefaultCniNetworksListByResourceGroupNextResponse = DefaultCniNetworkList;
4894
-
4895
- /** Optional parameters. */
4896
- export interface HybridAksClustersListBySubscriptionOptionalParams
4897
- extends coreClient.OperationOptions {}
4898
-
4899
- /** Contains response data for the listBySubscription operation. */
4900
- export type HybridAksClustersListBySubscriptionResponse = HybridAksClusterList;
4901
-
4902
- /** Optional parameters. */
4903
- export interface HybridAksClustersListByResourceGroupOptionalParams
4904
- extends coreClient.OperationOptions {}
4905
-
4906
- /** Contains response data for the listByResourceGroup operation. */
4907
- export type HybridAksClustersListByResourceGroupResponse = HybridAksClusterList;
4908
-
4909
- /** Optional parameters. */
4910
- export interface HybridAksClustersGetOptionalParams
4911
- extends coreClient.OperationOptions {}
4912
-
4913
- /** Contains response data for the get operation. */
4914
- export type HybridAksClustersGetResponse = HybridAksCluster;
4915
-
4916
- /** Optional parameters. */
4917
- export interface HybridAksClustersCreateOrUpdateOptionalParams
4918
- extends coreClient.OperationOptions {
4919
- /** Delay to wait until next poll, in milliseconds. */
4920
- updateIntervalInMs?: number;
4921
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
4922
- resumeFrom?: string;
4923
- }
4924
-
4925
- /** Contains response data for the createOrUpdate operation. */
4926
- export type HybridAksClustersCreateOrUpdateResponse = HybridAksCluster;
4927
-
4928
- /** Optional parameters. */
4929
- export interface HybridAksClustersDeleteOptionalParams
4930
- extends coreClient.OperationOptions {
5416
+ kubernetesClusterUpdateParameters?: KubernetesClusterPatchParameters;
4931
5417
  /** Delay to wait until next poll, in milliseconds. */
4932
5418
  updateIntervalInMs?: number;
4933
5419
  /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
4934
5420
  resumeFrom?: string;
4935
5421
  }
4936
5422
 
4937
- /** Optional parameters. */
4938
- export interface HybridAksClustersUpdateOptionalParams
4939
- extends coreClient.OperationOptions {
4940
- /** The request body. */
4941
- hybridAksClusterUpdateParameters?: HybridAksClusterPatchParameters;
4942
- }
4943
-
4944
5423
  /** Contains response data for the update operation. */
4945
- export type HybridAksClustersUpdateResponse = HybridAksCluster;
5424
+ export type KubernetesClustersUpdateResponse = KubernetesCluster;
4946
5425
 
4947
5426
  /** Optional parameters. */
4948
- export interface HybridAksClustersRestartNodeOptionalParams
5427
+ export interface KubernetesClustersRestartNodeOptionalParams
4949
5428
  extends coreClient.OperationOptions {
4950
5429
  /** Delay to wait until next poll, in milliseconds. */
4951
5430
  updateIntervalInMs?: number;
@@ -4954,21 +5433,21 @@ export interface HybridAksClustersRestartNodeOptionalParams
4954
5433
  }
4955
5434
 
4956
5435
  /** Contains response data for the restartNode operation. */
4957
- export type HybridAksClustersRestartNodeResponse = HybridAksClustersRestartNodeHeaders;
5436
+ export type KubernetesClustersRestartNodeResponse = KubernetesClustersRestartNodeHeaders;
4958
5437
 
4959
5438
  /** Optional parameters. */
4960
- export interface HybridAksClustersListBySubscriptionNextOptionalParams
5439
+ export interface KubernetesClustersListBySubscriptionNextOptionalParams
4961
5440
  extends coreClient.OperationOptions {}
4962
5441
 
4963
5442
  /** Contains response data for the listBySubscriptionNext operation. */
4964
- export type HybridAksClustersListBySubscriptionNextResponse = HybridAksClusterList;
5443
+ export type KubernetesClustersListBySubscriptionNextResponse = KubernetesClusterList;
4965
5444
 
4966
5445
  /** Optional parameters. */
4967
- export interface HybridAksClustersListByResourceGroupNextOptionalParams
5446
+ export interface KubernetesClustersListByResourceGroupNextOptionalParams
4968
5447
  extends coreClient.OperationOptions {}
4969
5448
 
4970
5449
  /** Contains response data for the listByResourceGroupNext operation. */
4971
- export type HybridAksClustersListByResourceGroupNextResponse = HybridAksClusterList;
5450
+ export type KubernetesClustersListByResourceGroupNextResponse = KubernetesClusterList;
4972
5451
 
4973
5452
  /** Optional parameters. */
4974
5453
  export interface L2NetworksListBySubscriptionOptionalParams
@@ -5284,18 +5763,6 @@ export interface StorageAppliancesRunReadCommandsOptionalParams
5284
5763
  /** Contains response data for the runReadCommands operation. */
5285
5764
  export type StorageAppliancesRunReadCommandsResponse = StorageAppliancesRunReadCommandsHeaders;
5286
5765
 
5287
- /** Optional parameters. */
5288
- export interface StorageAppliancesValidateHardwareOptionalParams
5289
- extends coreClient.OperationOptions {
5290
- /** Delay to wait until next poll, in milliseconds. */
5291
- updateIntervalInMs?: number;
5292
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
5293
- resumeFrom?: string;
5294
- }
5295
-
5296
- /** Contains response data for the validateHardware operation. */
5297
- export type StorageAppliancesValidateHardwareResponse = StorageAppliancesValidateHardwareHeaders;
5298
-
5299
5766
  /** Optional parameters. */
5300
5767
  export interface StorageAppliancesListBySubscriptionNextOptionalParams
5301
5768
  extends coreClient.OperationOptions {}
@@ -5586,11 +6053,11 @@ export interface VolumesListByResourceGroupNextOptionalParams
5586
6053
  export type VolumesListByResourceGroupNextResponse = VolumeList;
5587
6054
 
5588
6055
  /** Optional parameters. */
5589
- export interface BareMetalMachineKeySetsListByResourceGroupOptionalParams
6056
+ export interface BareMetalMachineKeySetsListByClusterOptionalParams
5590
6057
  extends coreClient.OperationOptions {}
5591
6058
 
5592
- /** Contains response data for the listByResourceGroup operation. */
5593
- export type BareMetalMachineKeySetsListByResourceGroupResponse = BareMetalMachineKeySetList;
6059
+ /** Contains response data for the listByCluster operation. */
6060
+ export type BareMetalMachineKeySetsListByClusterResponse = BareMetalMachineKeySetList;
5594
6061
 
5595
6062
  /** Optional parameters. */
5596
6063
  export interface BareMetalMachineKeySetsGetOptionalParams
@@ -5635,18 +6102,18 @@ export interface BareMetalMachineKeySetsUpdateOptionalParams
5635
6102
  export type BareMetalMachineKeySetsUpdateResponse = BareMetalMachineKeySet;
5636
6103
 
5637
6104
  /** Optional parameters. */
5638
- export interface BareMetalMachineKeySetsListByResourceGroupNextOptionalParams
6105
+ export interface BareMetalMachineKeySetsListByClusterNextOptionalParams
5639
6106
  extends coreClient.OperationOptions {}
5640
6107
 
5641
- /** Contains response data for the listByResourceGroupNext operation. */
5642
- export type BareMetalMachineKeySetsListByResourceGroupNextResponse = BareMetalMachineKeySetList;
6108
+ /** Contains response data for the listByClusterNext operation. */
6109
+ export type BareMetalMachineKeySetsListByClusterNextResponse = BareMetalMachineKeySetList;
5643
6110
 
5644
6111
  /** Optional parameters. */
5645
- export interface BmcKeySetsListByResourceGroupOptionalParams
6112
+ export interface BmcKeySetsListByClusterOptionalParams
5646
6113
  extends coreClient.OperationOptions {}
5647
6114
 
5648
- /** Contains response data for the listByResourceGroup operation. */
5649
- export type BmcKeySetsListByResourceGroupResponse = BmcKeySetList;
6115
+ /** Contains response data for the listByCluster operation. */
6116
+ export type BmcKeySetsListByClusterResponse = BmcKeySetList;
5650
6117
 
5651
6118
  /** Optional parameters. */
5652
6119
  export interface BmcKeySetsGetOptionalParams
@@ -5691,18 +6158,18 @@ export interface BmcKeySetsUpdateOptionalParams
5691
6158
  export type BmcKeySetsUpdateResponse = BmcKeySet;
5692
6159
 
5693
6160
  /** Optional parameters. */
5694
- export interface BmcKeySetsListByResourceGroupNextOptionalParams
6161
+ export interface BmcKeySetsListByClusterNextOptionalParams
5695
6162
  extends coreClient.OperationOptions {}
5696
6163
 
5697
- /** Contains response data for the listByResourceGroupNext operation. */
5698
- export type BmcKeySetsListByResourceGroupNextResponse = BmcKeySetList;
6164
+ /** Contains response data for the listByClusterNext operation. */
6165
+ export type BmcKeySetsListByClusterNextResponse = BmcKeySetList;
5699
6166
 
5700
6167
  /** Optional parameters. */
5701
- export interface MetricsConfigurationsListByResourceGroupOptionalParams
6168
+ export interface MetricsConfigurationsListByClusterOptionalParams
5702
6169
  extends coreClient.OperationOptions {}
5703
6170
 
5704
- /** Contains response data for the listByResourceGroup operation. */
5705
- export type MetricsConfigurationsListByResourceGroupResponse = ClusterMetricsConfigurationList;
6171
+ /** Contains response data for the listByCluster operation. */
6172
+ export type MetricsConfigurationsListByClusterResponse = ClusterMetricsConfigurationList;
5706
6173
 
5707
6174
  /** Optional parameters. */
5708
6175
  export interface MetricsConfigurationsGetOptionalParams
@@ -5747,18 +6214,74 @@ export interface MetricsConfigurationsUpdateOptionalParams
5747
6214
  export type MetricsConfigurationsUpdateResponse = ClusterMetricsConfiguration;
5748
6215
 
5749
6216
  /** Optional parameters. */
5750
- export interface MetricsConfigurationsListByResourceGroupNextOptionalParams
6217
+ export interface MetricsConfigurationsListByClusterNextOptionalParams
5751
6218
  extends coreClient.OperationOptions {}
5752
6219
 
5753
- /** Contains response data for the listByResourceGroupNext operation. */
5754
- export type MetricsConfigurationsListByResourceGroupNextResponse = ClusterMetricsConfigurationList;
6220
+ /** Contains response data for the listByClusterNext operation. */
6221
+ export type MetricsConfigurationsListByClusterNextResponse = ClusterMetricsConfigurationList;
5755
6222
 
5756
6223
  /** Optional parameters. */
5757
- export interface ConsolesListByResourceGroupOptionalParams
6224
+ export interface AgentPoolsListByKubernetesClusterOptionalParams
5758
6225
  extends coreClient.OperationOptions {}
5759
6226
 
5760
- /** Contains response data for the listByResourceGroup operation. */
5761
- export type ConsolesListByResourceGroupResponse = ConsoleList;
6227
+ /** Contains response data for the listByKubernetesCluster operation. */
6228
+ export type AgentPoolsListByKubernetesClusterResponse = AgentPoolList;
6229
+
6230
+ /** Optional parameters. */
6231
+ export interface AgentPoolsGetOptionalParams
6232
+ extends coreClient.OperationOptions {}
6233
+
6234
+ /** Contains response data for the get operation. */
6235
+ export type AgentPoolsGetResponse = AgentPool;
6236
+
6237
+ /** Optional parameters. */
6238
+ export interface AgentPoolsCreateOrUpdateOptionalParams
6239
+ extends coreClient.OperationOptions {
6240
+ /** Delay to wait until next poll, in milliseconds. */
6241
+ updateIntervalInMs?: number;
6242
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
6243
+ resumeFrom?: string;
6244
+ }
6245
+
6246
+ /** Contains response data for the createOrUpdate operation. */
6247
+ export type AgentPoolsCreateOrUpdateResponse = AgentPool;
6248
+
6249
+ /** Optional parameters. */
6250
+ export interface AgentPoolsDeleteOptionalParams
6251
+ extends coreClient.OperationOptions {
6252
+ /** Delay to wait until next poll, in milliseconds. */
6253
+ updateIntervalInMs?: number;
6254
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
6255
+ resumeFrom?: string;
6256
+ }
6257
+
6258
+ /** Optional parameters. */
6259
+ export interface AgentPoolsUpdateOptionalParams
6260
+ extends coreClient.OperationOptions {
6261
+ /** The request body. */
6262
+ agentPoolUpdateParameters?: AgentPoolPatchParameters;
6263
+ /** Delay to wait until next poll, in milliseconds. */
6264
+ updateIntervalInMs?: number;
6265
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
6266
+ resumeFrom?: string;
6267
+ }
6268
+
6269
+ /** Contains response data for the update operation. */
6270
+ export type AgentPoolsUpdateResponse = AgentPool;
6271
+
6272
+ /** Optional parameters. */
6273
+ export interface AgentPoolsListByKubernetesClusterNextOptionalParams
6274
+ extends coreClient.OperationOptions {}
6275
+
6276
+ /** Contains response data for the listByKubernetesClusterNext operation. */
6277
+ export type AgentPoolsListByKubernetesClusterNextResponse = AgentPoolList;
6278
+
6279
+ /** Optional parameters. */
6280
+ export interface ConsolesListByVirtualMachineOptionalParams
6281
+ extends coreClient.OperationOptions {}
6282
+
6283
+ /** Contains response data for the listByVirtualMachine operation. */
6284
+ export type ConsolesListByVirtualMachineResponse = ConsoleList;
5762
6285
 
5763
6286
  /** Optional parameters. */
5764
6287
  export interface ConsolesGetOptionalParams
@@ -5803,11 +6326,11 @@ export interface ConsolesUpdateOptionalParams
5803
6326
  export type ConsolesUpdateResponse = Console;
5804
6327
 
5805
6328
  /** Optional parameters. */
5806
- export interface ConsolesListByResourceGroupNextOptionalParams
6329
+ export interface ConsolesListByVirtualMachineNextOptionalParams
5807
6330
  extends coreClient.OperationOptions {}
5808
6331
 
5809
- /** Contains response data for the listByResourceGroupNext operation. */
5810
- export type ConsolesListByResourceGroupNextResponse = ConsoleList;
6332
+ /** Contains response data for the listByVirtualMachineNext operation. */
6333
+ export type ConsolesListByVirtualMachineNextResponse = ConsoleList;
5811
6334
 
5812
6335
  /** Optional parameters. */
5813
6336
  export interface NetworkCloudOptionalParams