@azure/arm-containerservice 25.0.0 → 25.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/browser/api/agentPools/operations.js +15 -15
- package/dist/browser/api/agentPools/operations.js.map +1 -1
- package/dist/browser/api/containerServiceContext.js +1 -1
- package/dist/browser/api/containerServiceContext.js.map +1 -1
- package/dist/browser/api/machines/operations.js +3 -3
- package/dist/browser/api/machines/operations.js.map +1 -1
- package/dist/browser/api/maintenanceConfigurations/operations.js +5 -5
- package/dist/browser/api/maintenanceConfigurations/operations.js.map +1 -1
- package/dist/browser/api/managedClusters/operations.js +42 -42
- package/dist/browser/api/managedClusters/operations.js.map +1 -1
- package/dist/browser/api/managedNamespaces/operations.js +9 -9
- package/dist/browser/api/managedNamespaces/operations.js.map +1 -1
- package/dist/browser/api/operations/operations.js +2 -2
- package/dist/browser/api/operations/operations.js.map +1 -1
- package/dist/browser/api/privateEndpointConnections/operations.js +5 -5
- package/dist/browser/api/privateEndpointConnections/operations.js.map +1 -1
- package/dist/browser/api/privateLinkResources/operations.js +1 -1
- package/dist/browser/api/privateLinkResources/operations.js.map +1 -1
- package/dist/browser/api/resolvePrivateLinkServiceId/operations.js +1 -1
- package/dist/browser/api/resolvePrivateLinkServiceId/operations.js.map +1 -1
- package/dist/browser/api/snapshots/operations.js +8 -8
- package/dist/browser/api/snapshots/operations.js.map +1 -1
- package/dist/browser/api/trustedAccessRoleBindings/operations.js +7 -7
- package/dist/browser/api/trustedAccessRoleBindings/operations.js.map +1 -1
- package/dist/browser/api/trustedAccessRoles/operations.js +2 -2
- package/dist/browser/api/trustedAccessRoles/operations.js.map +1 -1
- package/dist/browser/index.d.ts +2 -2
- package/dist/browser/index.js +1 -1
- package/dist/browser/index.js.map +1 -1
- package/dist/browser/models/index.d.ts +2 -2
- package/dist/browser/models/index.js +1 -1
- package/dist/browser/models/index.js.map +1 -1
- package/dist/browser/models/models.d.ts +100 -6
- package/dist/browser/models/models.js +127 -10
- package/dist/browser/models/models.js.map +1 -1
- package/dist/commonjs/api/agentPools/index.js +1 -0
- package/dist/commonjs/api/agentPools/index.js.map +1 -1
- package/dist/commonjs/api/agentPools/operations.js +16 -15
- package/dist/commonjs/api/agentPools/operations.js.map +2 -2
- package/dist/commonjs/api/agentPools/options.js +1 -0
- package/dist/commonjs/api/agentPools/options.js.map +1 -1
- package/dist/commonjs/api/containerServiceContext.js +2 -1
- package/dist/commonjs/api/containerServiceContext.js.map +2 -2
- package/dist/commonjs/api/index.js +1 -0
- package/dist/commonjs/api/index.js.map +1 -1
- package/dist/commonjs/api/machines/index.js +1 -0
- package/dist/commonjs/api/machines/index.js.map +1 -1
- package/dist/commonjs/api/machines/operations.js +4 -3
- package/dist/commonjs/api/machines/operations.js.map +2 -2
- package/dist/commonjs/api/machines/options.js +1 -0
- package/dist/commonjs/api/machines/options.js.map +1 -1
- package/dist/commonjs/api/maintenanceConfigurations/index.js +1 -0
- package/dist/commonjs/api/maintenanceConfigurations/index.js.map +1 -1
- package/dist/commonjs/api/maintenanceConfigurations/operations.js +6 -5
- package/dist/commonjs/api/maintenanceConfigurations/operations.js.map +2 -2
- package/dist/commonjs/api/maintenanceConfigurations/options.js +1 -0
- package/dist/commonjs/api/maintenanceConfigurations/options.js.map +1 -1
- package/dist/commonjs/api/managedClusters/index.js +1 -0
- package/dist/commonjs/api/managedClusters/index.js.map +1 -1
- package/dist/commonjs/api/managedClusters/operations.js +43 -42
- package/dist/commonjs/api/managedClusters/operations.js.map +2 -2
- package/dist/commonjs/api/managedClusters/options.js +1 -0
- package/dist/commonjs/api/managedClusters/options.js.map +1 -1
- package/dist/commonjs/api/managedNamespaces/index.js +1 -0
- package/dist/commonjs/api/managedNamespaces/index.js.map +1 -1
- package/dist/commonjs/api/managedNamespaces/operations.js +10 -9
- package/dist/commonjs/api/managedNamespaces/operations.js.map +2 -2
- package/dist/commonjs/api/managedNamespaces/options.js +1 -0
- package/dist/commonjs/api/managedNamespaces/options.js.map +1 -1
- package/dist/commonjs/api/operations/index.js +1 -0
- package/dist/commonjs/api/operations/index.js.map +1 -1
- package/dist/commonjs/api/operations/operations.js +3 -2
- package/dist/commonjs/api/operations/operations.js.map +2 -2
- package/dist/commonjs/api/operations/options.js +1 -0
- package/dist/commonjs/api/operations/options.js.map +1 -1
- package/dist/commonjs/api/privateEndpointConnections/index.js +1 -0
- package/dist/commonjs/api/privateEndpointConnections/index.js.map +1 -1
- package/dist/commonjs/api/privateEndpointConnections/operations.js +6 -5
- package/dist/commonjs/api/privateEndpointConnections/operations.js.map +2 -2
- package/dist/commonjs/api/privateEndpointConnections/options.js +1 -0
- package/dist/commonjs/api/privateEndpointConnections/options.js.map +1 -1
- package/dist/commonjs/api/privateLinkResources/index.js +1 -0
- package/dist/commonjs/api/privateLinkResources/index.js.map +1 -1
- package/dist/commonjs/api/privateLinkResources/operations.js +2 -1
- package/dist/commonjs/api/privateLinkResources/operations.js.map +2 -2
- package/dist/commonjs/api/privateLinkResources/options.js +1 -0
- package/dist/commonjs/api/privateLinkResources/options.js.map +1 -1
- package/dist/commonjs/api/resolvePrivateLinkServiceId/index.js +1 -0
- package/dist/commonjs/api/resolvePrivateLinkServiceId/index.js.map +1 -1
- package/dist/commonjs/api/resolvePrivateLinkServiceId/operations.js +2 -1
- package/dist/commonjs/api/resolvePrivateLinkServiceId/operations.js.map +2 -2
- package/dist/commonjs/api/resolvePrivateLinkServiceId/options.js +1 -0
- package/dist/commonjs/api/resolvePrivateLinkServiceId/options.js.map +1 -1
- package/dist/commonjs/api/snapshots/index.js +1 -0
- package/dist/commonjs/api/snapshots/index.js.map +1 -1
- package/dist/commonjs/api/snapshots/operations.js +9 -8
- package/dist/commonjs/api/snapshots/operations.js.map +2 -2
- package/dist/commonjs/api/snapshots/options.js +1 -0
- package/dist/commonjs/api/snapshots/options.js.map +1 -1
- package/dist/commonjs/api/trustedAccessRoleBindings/index.js +1 -0
- package/dist/commonjs/api/trustedAccessRoleBindings/index.js.map +1 -1
- package/dist/commonjs/api/trustedAccessRoleBindings/operations.js +8 -7
- package/dist/commonjs/api/trustedAccessRoleBindings/operations.js.map +2 -2
- package/dist/commonjs/api/trustedAccessRoleBindings/options.js +1 -0
- package/dist/commonjs/api/trustedAccessRoleBindings/options.js.map +1 -1
- package/dist/commonjs/api/trustedAccessRoles/index.js +1 -0
- package/dist/commonjs/api/trustedAccessRoles/index.js.map +1 -1
- package/dist/commonjs/api/trustedAccessRoles/operations.js +3 -2
- package/dist/commonjs/api/trustedAccessRoles/operations.js.map +2 -2
- package/dist/commonjs/api/trustedAccessRoles/options.js +1 -0
- package/dist/commonjs/api/trustedAccessRoles/options.js.map +1 -1
- package/dist/commonjs/classic/agentPools/index.js +1 -0
- package/dist/commonjs/classic/agentPools/index.js.map +1 -1
- package/dist/commonjs/classic/index.js +1 -0
- package/dist/commonjs/classic/index.js.map +1 -1
- package/dist/commonjs/classic/machines/index.js +1 -0
- package/dist/commonjs/classic/machines/index.js.map +1 -1
- package/dist/commonjs/classic/maintenanceConfigurations/index.js +1 -0
- package/dist/commonjs/classic/maintenanceConfigurations/index.js.map +1 -1
- package/dist/commonjs/classic/managedClusters/index.js +1 -0
- package/dist/commonjs/classic/managedClusters/index.js.map +1 -1
- package/dist/commonjs/classic/managedNamespaces/index.js +1 -0
- package/dist/commonjs/classic/managedNamespaces/index.js.map +1 -1
- package/dist/commonjs/classic/operations/index.js +1 -0
- package/dist/commonjs/classic/operations/index.js.map +1 -1
- package/dist/commonjs/classic/privateEndpointConnections/index.js +1 -0
- package/dist/commonjs/classic/privateEndpointConnections/index.js.map +1 -1
- package/dist/commonjs/classic/privateLinkResources/index.js +1 -0
- package/dist/commonjs/classic/privateLinkResources/index.js.map +1 -1
- package/dist/commonjs/classic/resolvePrivateLinkServiceId/index.js +1 -0
- package/dist/commonjs/classic/resolvePrivateLinkServiceId/index.js.map +1 -1
- package/dist/commonjs/classic/snapshots/index.js +1 -0
- package/dist/commonjs/classic/snapshots/index.js.map +1 -1
- package/dist/commonjs/classic/trustedAccessRoleBindings/index.js +1 -0
- package/dist/commonjs/classic/trustedAccessRoleBindings/index.js.map +1 -1
- package/dist/commonjs/classic/trustedAccessRoles/index.js +1 -0
- package/dist/commonjs/classic/trustedAccessRoles/index.js.map +1 -1
- package/dist/commonjs/containerServiceClient.js +1 -0
- package/dist/commonjs/containerServiceClient.js.map +1 -1
- package/dist/commonjs/index.d.ts +2 -2
- package/dist/commonjs/index.js +5 -0
- package/dist/commonjs/index.js.map +3 -3
- package/dist/commonjs/logger.js +1 -0
- package/dist/commonjs/logger.js.map +1 -1
- package/dist/commonjs/models/index.d.ts +2 -2
- package/dist/commonjs/models/index.js +5 -0
- package/dist/commonjs/models/index.js.map +3 -3
- package/dist/commonjs/models/models.d.ts +100 -6
- package/dist/commonjs/models/models.js +132 -14
- package/dist/commonjs/models/models.js.map +4 -4
- package/dist/commonjs/restorePollerHelpers.js +1 -0
- package/dist/commonjs/restorePollerHelpers.js.map +1 -1
- package/dist/commonjs/static-helpers/cloudSettingHelpers.js +1 -0
- package/dist/commonjs/static-helpers/cloudSettingHelpers.js.map +1 -1
- package/dist/commonjs/static-helpers/pagingHelpers.js +1 -0
- package/dist/commonjs/static-helpers/pagingHelpers.js.map +1 -1
- package/dist/commonjs/static-helpers/pollingHelpers.js +1 -0
- package/dist/commonjs/static-helpers/pollingHelpers.js.map +1 -1
- package/dist/commonjs/static-helpers/serialization/check-prop-undefined.js +1 -0
- package/dist/commonjs/static-helpers/serialization/check-prop-undefined.js.map +1 -1
- package/dist/commonjs/static-helpers/simplePollerHelpers.js +1 -0
- package/dist/commonjs/static-helpers/simplePollerHelpers.js.map +1 -1
- package/dist/commonjs/static-helpers/urlTemplate.js +1 -0
- package/dist/commonjs/static-helpers/urlTemplate.js.map +1 -1
- package/dist/commonjs/tsdoc-metadata.json +1 -1
- package/dist/esm/api/agentPools/index.js +4 -22
- package/dist/esm/api/agentPools/index.js.map +1 -7
- package/dist/esm/api/agentPools/operations.js +266 -364
- package/dist/esm/api/agentPools/operations.js.map +1 -7
- package/dist/esm/api/agentPools/options.js +4 -0
- package/dist/esm/api/agentPools/options.js.map +1 -7
- package/dist/esm/api/containerServiceContext.js +20 -17
- package/dist/esm/api/containerServiceContext.js.map +1 -7
- package/dist/esm/api/index.js +4 -4
- package/dist/esm/api/index.js.map +1 -7
- package/dist/esm/api/machines/index.js +4 -5
- package/dist/esm/api/machines/index.js.map +1 -7
- package/dist/esm/api/machines/operations.js +55 -83
- package/dist/esm/api/machines/operations.js.map +1 -7
- package/dist/esm/api/machines/options.js +4 -0
- package/dist/esm/api/machines/options.js.map +1 -7
- package/dist/esm/api/maintenanceConfigurations/index.js +4 -7
- package/dist/esm/api/maintenanceConfigurations/index.js.map +1 -7
- package/dist/esm/api/maintenanceConfigurations/operations.js +107 -143
- package/dist/esm/api/maintenanceConfigurations/operations.js.map +1 -7
- package/dist/esm/api/maintenanceConfigurations/options.js +4 -0
- package/dist/esm/api/maintenanceConfigurations/options.js.map +1 -7
- package/dist/esm/api/managedClusters/index.js +4 -56
- package/dist/esm/api/managedClusters/index.js.map +1 -7
- package/dist/esm/api/managedClusters/operations.js +772 -1035
- package/dist/esm/api/managedClusters/operations.js.map +1 -7
- package/dist/esm/api/managedClusters/options.js +4 -0
- package/dist/esm/api/managedClusters/options.js.map +1 -7
- package/dist/esm/api/managedNamespaces/index.js +4 -16
- package/dist/esm/api/managedNamespaces/index.js.map +1 -7
- package/dist/esm/api/managedNamespaces/operations.js +184 -253
- package/dist/esm/api/managedNamespaces/operations.js.map +1 -7
- package/dist/esm/api/managedNamespaces/options.js +4 -0
- package/dist/esm/api/managedNamespaces/options.js.map +1 -7
- package/dist/esm/api/operations/index.js +4 -4
- package/dist/esm/api/operations/index.js.map +1 -7
- package/dist/esm/api/operations/operations.js +25 -39
- package/dist/esm/api/operations/operations.js.map +1 -7
- package/dist/esm/api/operations/options.js +4 -0
- package/dist/esm/api/operations/options.js.map +1 -7
- package/dist/esm/api/privateEndpointConnections/index.js +4 -7
- package/dist/esm/api/privateEndpointConnections/index.js.map +1 -7
- package/dist/esm/api/privateEndpointConnections/operations.js +113 -155
- package/dist/esm/api/privateEndpointConnections/operations.js.map +1 -7
- package/dist/esm/api/privateEndpointConnections/options.js +4 -0
- package/dist/esm/api/privateEndpointConnections/options.js.map +1 -7
- package/dist/esm/api/privateLinkResources/index.js +4 -4
- package/dist/esm/api/privateLinkResources/index.js.map +1 -7
- package/dist/esm/api/privateLinkResources/operations.js +29 -37
- package/dist/esm/api/privateLinkResources/operations.js.map +1 -7
- package/dist/esm/api/privateLinkResources/options.js +4 -0
- package/dist/esm/api/privateLinkResources/options.js.map +1 -7
- package/dist/esm/api/resolvePrivateLinkServiceId/index.js +4 -4
- package/dist/esm/api/resolvePrivateLinkServiceId/index.js.map +1 -7
- package/dist/esm/api/resolvePrivateLinkServiceId/operations.js +31 -40
- package/dist/esm/api/resolvePrivateLinkServiceId/operations.js.map +1 -7
- package/dist/esm/api/resolvePrivateLinkServiceId/options.js +4 -0
- package/dist/esm/api/resolvePrivateLinkServiceId/options.js.map +1 -7
- package/dist/esm/api/snapshots/index.js +4 -16
- package/dist/esm/api/snapshots/index.js.map +1 -7
- package/dist/esm/api/snapshots/operations.js +167 -227
- package/dist/esm/api/snapshots/operations.js.map +1 -7
- package/dist/esm/api/snapshots/options.js +4 -0
- package/dist/esm/api/snapshots/options.js.map +1 -7
- package/dist/esm/api/trustedAccessRoleBindings/index.js +4 -7
- package/dist/esm/api/trustedAccessRoleBindings/index.js.map +1 -7
- package/dist/esm/api/trustedAccessRoleBindings/operations.js +117 -159
- package/dist/esm/api/trustedAccessRoleBindings/operations.js.map +1 -7
- package/dist/esm/api/trustedAccessRoleBindings/options.js +4 -0
- package/dist/esm/api/trustedAccessRoleBindings/options.js.map +1 -7
- package/dist/esm/api/trustedAccessRoles/index.js +4 -4
- package/dist/esm/api/trustedAccessRoles/index.js.map +1 -7
- package/dist/esm/api/trustedAccessRoles/operations.js +27 -41
- package/dist/esm/api/trustedAccessRoles/operations.js.map +1 -7
- package/dist/esm/api/trustedAccessRoles/options.js +4 -0
- package/dist/esm/api/trustedAccessRoles/options.js.map +1 -7
- package/dist/esm/classic/agentPools/index.js +59 -121
- package/dist/esm/classic/agentPools/index.js.map +1 -7
- package/dist/esm/classic/index.js +4 -0
- package/dist/esm/classic/index.js.map +1 -7
- package/dist/esm/classic/machines/index.js +11 -11
- package/dist/esm/classic/machines/index.js.map +1 -7
- package/dist/esm/classic/maintenanceConfigurations/index.js +14 -19
- package/dist/esm/classic/maintenanceConfigurations/index.js.map +1 -7
- package/dist/esm/classic/managedClusters/index.js +124 -173
- package/dist/esm/classic/managedClusters/index.js.map +1 -7
- package/dist/esm/classic/managedNamespaces/index.js +32 -66
- package/dist/esm/classic/managedNamespaces/index.js.map +1 -7
- package/dist/esm/classic/operations/index.js +10 -10
- package/dist/esm/classic/operations/index.js.map +1 -7
- package/dist/esm/classic/privateEndpointConnections/index.js +21 -40
- package/dist/esm/classic/privateEndpointConnections/index.js.map +1 -7
- package/dist/esm/classic/privateLinkResources/index.js +10 -10
- package/dist/esm/classic/privateLinkResources/index.js.map +1 -7
- package/dist/esm/classic/resolvePrivateLinkServiceId/index.js +10 -10
- package/dist/esm/classic/resolvePrivateLinkServiceId/index.js.map +1 -7
- package/dist/esm/classic/snapshots/index.js +16 -23
- package/dist/esm/classic/snapshots/index.js.map +1 -7
- package/dist/esm/classic/trustedAccessRoleBindings/index.js +30 -68
- package/dist/esm/classic/trustedAccessRoleBindings/index.js.map +1 -7
- package/dist/esm/classic/trustedAccessRoles/index.js +10 -10
- package/dist/esm/classic/trustedAccessRoles/index.js.map +1 -7
- package/dist/esm/containerServiceClient.js +62 -59
- package/dist/esm/containerServiceClient.js.map +1 -7
- package/dist/esm/index.d.ts +2 -2
- package/dist/esm/index.js +7 -147
- package/dist/esm/index.js.map +1 -7
- package/dist/esm/logger.js +4 -4
- package/dist/esm/logger.js.map +1 -7
- package/dist/esm/models/index.d.ts +2 -2
- package/dist/esm/models/index.js +4 -142
- package/dist/esm/models/index.js.map +1 -7
- package/dist/esm/models/models.d.ts +100 -6
- package/dist/esm/models/models.js +4899 -4137
- package/dist/esm/models/models.js.map +1 -7
- package/dist/esm/restorePollerHelpers.js +127 -140
- package/dist/esm/restorePollerHelpers.js.map +1 -7
- package/dist/esm/static-helpers/cloudSettingHelpers.js +37 -26
- package/dist/esm/static-helpers/cloudSettingHelpers.js.map +1 -7
- package/dist/esm/static-helpers/pagingHelpers.js +122 -98
- package/dist/esm/static-helpers/pagingHelpers.js.map +1 -7
- package/dist/esm/static-helpers/pollingHelpers.js +86 -68
- package/dist/esm/static-helpers/pollingHelpers.js.map +1 -7
- package/dist/esm/static-helpers/serialization/check-prop-undefined.js +15 -9
- package/dist/esm/static-helpers/serialization/check-prop-undefined.js.map +1 -7
- package/dist/esm/static-helpers/simplePollerHelpers.js +43 -42
- package/dist/esm/static-helpers/simplePollerHelpers.js.map +1 -7
- package/dist/esm/static-helpers/urlTemplate.js +169 -142
- package/dist/esm/static-helpers/urlTemplate.js.map +1 -7
- package/dist/react-native/api/agentPools/operations.js +15 -15
- package/dist/react-native/api/agentPools/operations.js.map +1 -1
- package/dist/react-native/api/containerServiceContext.js +1 -1
- package/dist/react-native/api/containerServiceContext.js.map +1 -1
- package/dist/react-native/api/machines/operations.js +3 -3
- package/dist/react-native/api/machines/operations.js.map +1 -1
- package/dist/react-native/api/maintenanceConfigurations/operations.js +5 -5
- package/dist/react-native/api/maintenanceConfigurations/operations.js.map +1 -1
- package/dist/react-native/api/managedClusters/operations.js +42 -42
- package/dist/react-native/api/managedClusters/operations.js.map +1 -1
- package/dist/react-native/api/managedNamespaces/operations.js +9 -9
- package/dist/react-native/api/managedNamespaces/operations.js.map +1 -1
- package/dist/react-native/api/operations/operations.js +2 -2
- package/dist/react-native/api/operations/operations.js.map +1 -1
- package/dist/react-native/api/privateEndpointConnections/operations.js +5 -5
- package/dist/react-native/api/privateEndpointConnections/operations.js.map +1 -1
- package/dist/react-native/api/privateLinkResources/operations.js +1 -1
- package/dist/react-native/api/privateLinkResources/operations.js.map +1 -1
- package/dist/react-native/api/resolvePrivateLinkServiceId/operations.js +1 -1
- package/dist/react-native/api/resolvePrivateLinkServiceId/operations.js.map +1 -1
- package/dist/react-native/api/snapshots/operations.js +8 -8
- package/dist/react-native/api/snapshots/operations.js.map +1 -1
- package/dist/react-native/api/trustedAccessRoleBindings/operations.js +7 -7
- package/dist/react-native/api/trustedAccessRoleBindings/operations.js.map +1 -1
- package/dist/react-native/api/trustedAccessRoles/operations.js +2 -2
- package/dist/react-native/api/trustedAccessRoles/operations.js.map +1 -1
- package/dist/react-native/index.d.ts +2 -2
- package/dist/react-native/index.js +1 -1
- package/dist/react-native/index.js.map +1 -1
- package/dist/react-native/models/index.d.ts +2 -2
- package/dist/react-native/models/index.js +1 -1
- package/dist/react-native/models/index.js.map +1 -1
- package/dist/react-native/models/models.d.ts +100 -6
- package/dist/react-native/models/models.js +127 -10
- package/dist/react-native/models/models.js.map +1 -1
- package/package.json +7 -7
|
@@ -327,6 +327,8 @@ export declare enum KnownOssku {
|
|
|
327
327
|
Windows2022 = "Windows2022",
|
|
328
328
|
/** Use Ubuntu2204 as the OS for node images, however, Ubuntu 22.04 may not be supported for all nodepools. For limitations and supported kubernetes versions, see https://aka.ms/aks/supported-ubuntu-versions */
|
|
329
329
|
Ubuntu2204 = "Ubuntu2204",
|
|
330
|
+
/** Use Windows2025 as the OS for node images. Unsupported for system node pools. Windows2025 supports Windows2022 and Windows 2025 containers; it cannot run Windows2019 containers and vice versa. */
|
|
331
|
+
Windows2025 = "Windows2025",
|
|
330
332
|
/** Use Ubuntu2404 as the OS for node images, however, Ubuntu 24.04 may not be supported for all nodepools. For limitations and supported kubernetes versions, see see https://aka.ms/aks/supported-ubuntu-versions */
|
|
331
333
|
Ubuntu2404 = "Ubuntu2404"
|
|
332
334
|
}
|
|
@@ -342,6 +344,7 @@ export declare enum KnownOssku {
|
|
|
342
344
|
* **Windows2019**: Use Windows2019 as the OS for node images. Unsupported for system node pools. Windows2019 only supports Windows2019 containers; it cannot run Windows2022 containers and vice versa. \
|
|
343
345
|
* **Windows2022**: Use Windows2022 as the OS for node images. Unsupported for system node pools. Windows2022 only supports Windows2022 containers; it cannot run Windows2019 containers and vice versa. \
|
|
344
346
|
* **Ubuntu2204**: Use Ubuntu2204 as the OS for node images, however, Ubuntu 22.04 may not be supported for all nodepools. For limitations and supported kubernetes versions, see https:\//aka.ms\/aks\/supported-ubuntu-versions \
|
|
347
|
+
* **Windows2025**: Use Windows2025 as the OS for node images. Unsupported for system node pools. Windows2025 supports Windows2022 and Windows 2025 containers; it cannot run Windows2019 containers and vice versa. \
|
|
345
348
|
* **Ubuntu2404**: Use Ubuntu2404 as the OS for node images, however, Ubuntu 24.04 may not be supported for all nodepools. For limitations and supported kubernetes versions, see see https:\//aka.ms\/aks\/supported-ubuntu-versions
|
|
346
349
|
*/
|
|
347
350
|
export type Ossku = string;
|
|
@@ -774,7 +777,7 @@ export interface AgentPoolStatus {
|
|
|
774
777
|
/** The error detail information of the agent pool. Preserves the detailed info of failure. If there was no error, this field is omitted. */
|
|
775
778
|
readonly provisioningError?: ErrorDetail;
|
|
776
779
|
}
|
|
777
|
-
export declare function agentPoolStatusSerializer(
|
|
780
|
+
export declare function agentPoolStatusSerializer(_item: AgentPoolStatus): any;
|
|
778
781
|
export declare function agentPoolStatusDeserializer(item: any): AgentPoolStatus;
|
|
779
782
|
/** The error detail. */
|
|
780
783
|
export interface ErrorDetail {
|
|
@@ -960,7 +963,7 @@ export type LocalDNSServeStale = string;
|
|
|
960
963
|
/** The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location */
|
|
961
964
|
export interface ProxyResource extends Resource {
|
|
962
965
|
}
|
|
963
|
-
export declare function proxyResourceSerializer(
|
|
966
|
+
export declare function proxyResourceSerializer(_item: ProxyResource): any;
|
|
964
967
|
export declare function proxyResourceDeserializer(item: any): ProxyResource;
|
|
965
968
|
/** Common fields that are returned in the response for all Azure Resource Manager resources */
|
|
966
969
|
export interface Resource {
|
|
@@ -973,7 +976,7 @@ export interface Resource {
|
|
|
973
976
|
/** Azure Resource Manager metadata containing createdBy and modifiedBy information. */
|
|
974
977
|
readonly systemData?: SystemData;
|
|
975
978
|
}
|
|
976
|
-
export declare function resourceSerializer(
|
|
979
|
+
export declare function resourceSerializer(_item: Resource): any;
|
|
977
980
|
export declare function resourceDeserializer(item: any): Resource;
|
|
978
981
|
/** Metadata pertaining to creation and last modification of the resource. */
|
|
979
982
|
export interface SystemData {
|
|
@@ -1197,6 +1200,8 @@ export interface ManagedCluster extends TrackedResource {
|
|
|
1197
1200
|
bootstrapProfile?: ManagedClusterBootstrapProfile;
|
|
1198
1201
|
/** AI toolchain operator settings that apply to the whole cluster. */
|
|
1199
1202
|
aiToolchainOperatorProfile?: ManagedClusterAIToolchainOperatorProfile;
|
|
1203
|
+
/** Settings for hosted system addons. For more information, see https://aka.ms/aks/automatic/systemcomponents. */
|
|
1204
|
+
hostedSystemProfile?: ManagedClusterHostedSystemProfile;
|
|
1200
1205
|
/** Contains read-only information about the Managed Cluster. */
|
|
1201
1206
|
status?: ManagedClusterStatus;
|
|
1202
1207
|
}
|
|
@@ -1292,6 +1297,8 @@ export interface ManagedClusterProperties {
|
|
|
1292
1297
|
bootstrapProfile?: ManagedClusterBootstrapProfile;
|
|
1293
1298
|
/** AI toolchain operator settings that apply to the whole cluster. */
|
|
1294
1299
|
aiToolchainOperatorProfile?: ManagedClusterAIToolchainOperatorProfile;
|
|
1300
|
+
/** Settings for hosted system addons. For more information, see https://aka.ms/aks/automatic/systemcomponents. */
|
|
1301
|
+
hostedSystemProfile?: ManagedClusterHostedSystemProfile;
|
|
1295
1302
|
/** Contains read-only information about the Managed Cluster. */
|
|
1296
1303
|
status?: ManagedClusterStatus;
|
|
1297
1304
|
}
|
|
@@ -2262,6 +2269,8 @@ export declare function managedClusterStorageProfileBlobCSIDriverDeserializer(it
|
|
|
2262
2269
|
export interface ManagedClusterIngressProfile {
|
|
2263
2270
|
/** App Routing settings for the ingress profile. You can find an overview and onboarding guide for this feature at https://learn.microsoft.com/en-us/azure/aks/app-routing?tabs=default%2Cdeploy-app-default. */
|
|
2264
2271
|
webAppRouting?: ManagedClusterIngressProfileWebAppRouting;
|
|
2272
|
+
/** Settings for the managed Gateway API installation */
|
|
2273
|
+
gatewayAPI?: ManagedClusterIngressProfileGatewayConfiguration;
|
|
2265
2274
|
}
|
|
2266
2275
|
export declare function managedClusterIngressProfileSerializer(item: ManagedClusterIngressProfile): any;
|
|
2267
2276
|
export declare function managedClusterIngressProfileDeserializer(item: any): ManagedClusterIngressProfile;
|
|
@@ -2269,6 +2278,8 @@ export declare function managedClusterIngressProfileDeserializer(item: any): Man
|
|
|
2269
2278
|
export interface ManagedClusterIngressProfileWebAppRouting {
|
|
2270
2279
|
/** Whether to enable the Application Routing add-on. */
|
|
2271
2280
|
enabled?: boolean;
|
|
2281
|
+
/** Configurations for Gateway API providers to be used for managed ingress with App Routing. See https://aka.ms/k8s-gateway-api for more information on the Gateway API. */
|
|
2282
|
+
gatewayAPIImplementations?: ManagedClusterWebAppRoutingGatewayAPIImplementations;
|
|
2272
2283
|
/** Resource IDs of the DNS zones to be associated with the Application Routing add-on. Used only when Application Routing add-on is enabled. Public and private DNS zones can be in different resource groups, but all public DNS zones must be in the same resource group and all private DNS zones must be in the same resource group. */
|
|
2273
2284
|
dnsZoneResourceIds?: string[];
|
|
2274
2285
|
/** Configuration for the default NginxIngressController. See more at https://learn.microsoft.com/en-us/azure/aks/app-routing-nginx-configuration#the-default-nginx-ingress-controller. */
|
|
@@ -2278,6 +2289,36 @@ export interface ManagedClusterIngressProfileWebAppRouting {
|
|
|
2278
2289
|
}
|
|
2279
2290
|
export declare function managedClusterIngressProfileWebAppRoutingSerializer(item: ManagedClusterIngressProfileWebAppRouting): any;
|
|
2280
2291
|
export declare function managedClusterIngressProfileWebAppRoutingDeserializer(item: any): ManagedClusterIngressProfileWebAppRouting;
|
|
2292
|
+
/** Configurations for Gateway API providers to be used for managed ingress with App Routing. */
|
|
2293
|
+
export interface ManagedClusterWebAppRoutingGatewayAPIImplementations {
|
|
2294
|
+
/** Configuration for using a sidecar-less Istio control plane for managed ingress via the Gateway API with App Routing. See https://aka.ms/gateway-on-istio for information on using Istio for ingress via the Gateway API. */
|
|
2295
|
+
appRoutingIstio?: ManagedClusterAppRoutingIstio;
|
|
2296
|
+
}
|
|
2297
|
+
export declare function managedClusterWebAppRoutingGatewayAPIImplementationsSerializer(item: ManagedClusterWebAppRoutingGatewayAPIImplementations): any;
|
|
2298
|
+
export declare function managedClusterWebAppRoutingGatewayAPIImplementationsDeserializer(item: any): ManagedClusterWebAppRoutingGatewayAPIImplementations;
|
|
2299
|
+
/** Configuration for using a sidecar-less Istio control plane for managed ingress via the Gateway API with App Routing. See https://aka.ms/gateway-on-istio for information on using Istio for ingress via the Gateway API. */
|
|
2300
|
+
export interface ManagedClusterAppRoutingIstio {
|
|
2301
|
+
/** Whether to enable Istio as a Gateway API implementation for managed ingress with App Routing. */
|
|
2302
|
+
mode?: GatewayAPIIstioEnabled;
|
|
2303
|
+
}
|
|
2304
|
+
export declare function managedClusterAppRoutingIstioSerializer(item: ManagedClusterAppRoutingIstio): any;
|
|
2305
|
+
export declare function managedClusterAppRoutingIstioDeserializer(item: any): ManagedClusterAppRoutingIstio;
|
|
2306
|
+
/** Whether to enable Istio as a Gateway API implementation for managed ingress with App Routing. */
|
|
2307
|
+
export declare enum KnownGatewayAPIIstioEnabled {
|
|
2308
|
+
/** Enables managed ingress via the Gateway API using a sidecar-less Istio controlplane. */
|
|
2309
|
+
Enabled = "Enabled",
|
|
2310
|
+
/** Disables the sidecar-less istio control plane for managed ingress via the Gateway API. */
|
|
2311
|
+
Disabled = "Disabled"
|
|
2312
|
+
}
|
|
2313
|
+
/**
|
|
2314
|
+
* Whether to enable Istio as a Gateway API implementation for managed ingress with App Routing. \
|
|
2315
|
+
* {@link KnownGatewayAPIIstioEnabled} can be used interchangeably with GatewayAPIIstioEnabled,
|
|
2316
|
+
* this enum contains the known values that the service supports.
|
|
2317
|
+
* ### Known values supported by the service
|
|
2318
|
+
* **Enabled**: Enables managed ingress via the Gateway API using a sidecar-less Istio controlplane. \
|
|
2319
|
+
* **Disabled**: Disables the sidecar-less istio control plane for managed ingress via the Gateway API.
|
|
2320
|
+
*/
|
|
2321
|
+
export type GatewayAPIIstioEnabled = string;
|
|
2281
2322
|
/** Nginx ingress controller configuration for the managed cluster ingress profile. */
|
|
2282
2323
|
export interface ManagedClusterIngressProfileNginx {
|
|
2283
2324
|
/** Ingress type for the default NginxIngressController custom resource */
|
|
@@ -2307,6 +2348,29 @@ export declare enum KnownNginxIngressControllerType {
|
|
|
2307
2348
|
* **None**: The default Ingress Controller will not be created. It will not be deleted by the system if it exists. Users should delete the default NginxIngressController Custom Resource manually if desired.
|
|
2308
2349
|
*/
|
|
2309
2350
|
export type NginxIngressControllerType = string;
|
|
2351
|
+
/** Configuration for managed Gateway API CRDs. See https://aka.ms/k8s-gateway-api for more details. */
|
|
2352
|
+
export interface ManagedClusterIngressProfileGatewayConfiguration {
|
|
2353
|
+
/** Configuration for the managed Gateway API installation. If not specified, the default is 'Disabled'. See https://aka.ms/k8s-gateway-api for more details. */
|
|
2354
|
+
installation?: ManagedGatewayType;
|
|
2355
|
+
}
|
|
2356
|
+
export declare function managedClusterIngressProfileGatewayConfigurationSerializer(item: ManagedClusterIngressProfileGatewayConfiguration): any;
|
|
2357
|
+
export declare function managedClusterIngressProfileGatewayConfigurationDeserializer(item: any): ManagedClusterIngressProfileGatewayConfiguration;
|
|
2358
|
+
/** Configuration for the managed Gateway API installation. If not specified, the default is 'Disabled'. See https://aka.ms/k8s-gateway-api for more details. */
|
|
2359
|
+
export declare enum KnownManagedGatewayType {
|
|
2360
|
+
/** Gateway API CRDs will not be reconciled on your cluster. */
|
|
2361
|
+
Disabled = "Disabled",
|
|
2362
|
+
/** Gateway API CRDs from the standard release channel will be reconciled onto your cluster. See https://aka.ms/gateway-api-versions to see which bundle will be installed for your Kubernetes version. */
|
|
2363
|
+
Standard = "Standard"
|
|
2364
|
+
}
|
|
2365
|
+
/**
|
|
2366
|
+
* Configuration for the managed Gateway API installation. If not specified, the default is 'Disabled'. See https://aka.ms/k8s-gateway-api for more details. \
|
|
2367
|
+
* {@link KnownManagedGatewayType} can be used interchangeably with ManagedGatewayType,
|
|
2368
|
+
* this enum contains the known values that the service supports.
|
|
2369
|
+
* ### Known values supported by the service
|
|
2370
|
+
* **Disabled**: Gateway API CRDs will not be reconciled on your cluster. \
|
|
2371
|
+
* **Standard**: Gateway API CRDs from the standard release channel will be reconciled onto your cluster. See https:\//aka.ms\/gateway-api-versions to see which bundle will be installed for your Kubernetes version.
|
|
2372
|
+
*/
|
|
2373
|
+
export type ManagedGatewayType = string;
|
|
2310
2374
|
/** PublicNetworkAccess of the managedCluster. Allow or deny public network access for AKS */
|
|
2311
2375
|
export declare enum KnownPublicNetworkAccess {
|
|
2312
2376
|
/** Inbound/Outbound to the managedCluster is allowed. */
|
|
@@ -2350,6 +2414,8 @@ export declare function managedClusterWorkloadAutoScalerProfileVerticalPodAutosc
|
|
|
2350
2414
|
export interface ManagedClusterAzureMonitorProfile {
|
|
2351
2415
|
/** Metrics profile for the Azure Monitor managed service for Prometheus addon. Collect out-of-the-box Kubernetes infrastructure metrics to send to an Azure Monitor Workspace and configure additional scraping for custom targets. See aka.ms/AzureManagedPrometheus for an overview. */
|
|
2352
2416
|
metrics?: ManagedClusterAzureMonitorProfileMetrics;
|
|
2417
|
+
/** Application Monitoring Profile for Kubernetes Application Container. Collects application logs, metrics and traces through auto-instrumentation of the application using Azure Monitor OpenTelemetry based SDKs. See aka.ms/AzureMonitorApplicationMonitoring for an overview. */
|
|
2418
|
+
appMonitoring?: ManagedClusterAzureMonitorProfileAppMonitoring;
|
|
2353
2419
|
}
|
|
2354
2420
|
export declare function managedClusterAzureMonitorProfileSerializer(item: ManagedClusterAzureMonitorProfile): any;
|
|
2355
2421
|
export declare function managedClusterAzureMonitorProfileDeserializer(item: any): ManagedClusterAzureMonitorProfile;
|
|
@@ -2371,6 +2437,20 @@ export interface ManagedClusterAzureMonitorProfileKubeStateMetrics {
|
|
|
2371
2437
|
}
|
|
2372
2438
|
export declare function managedClusterAzureMonitorProfileKubeStateMetricsSerializer(item: ManagedClusterAzureMonitorProfileKubeStateMetrics): any;
|
|
2373
2439
|
export declare function managedClusterAzureMonitorProfileKubeStateMetricsDeserializer(item: any): ManagedClusterAzureMonitorProfileKubeStateMetrics;
|
|
2440
|
+
/** Application Monitoring profile for AKS. */
|
|
2441
|
+
export interface ManagedClusterAzureMonitorProfileAppMonitoring {
|
|
2442
|
+
/** Application Monitoring auto-instrumentation for AKS. Deploys a webhook that auto-instruments workloads with Microsoft OpenTelemetry Distros to collect OpenTelemetry metrics, logs, and traces. See https://aka.ms/AKSAppMonitoringDocs and https://aka.ms/AzureMonitorApplicationMonitoring for an overview. */
|
|
2443
|
+
autoInstrumentation?: ManagedClusterAzureMonitorProfileAppMonitoringAutoInstrumentation;
|
|
2444
|
+
}
|
|
2445
|
+
export declare function managedClusterAzureMonitorProfileAppMonitoringSerializer(item: ManagedClusterAzureMonitorProfileAppMonitoring): any;
|
|
2446
|
+
export declare function managedClusterAzureMonitorProfileAppMonitoringDeserializer(item: any): ManagedClusterAzureMonitorProfileAppMonitoring;
|
|
2447
|
+
/** Application Monitoring auto-instrumentation for AKS. Deploys a webhook that auto-instruments workloads with Microsoft OpenTelemetry Distros to collect OpenTelemetry metrics, logs, and traces. See https://aka.ms/AKSAppMonitoringDocs and https://aka.ms/AzureMonitorApplicationMonitoring for an overview. */
|
|
2448
|
+
export interface ManagedClusterAzureMonitorProfileAppMonitoringAutoInstrumentation {
|
|
2449
|
+
/** Indicates if Application Monitoring Auto-instrumentation is enabled or not. */
|
|
2450
|
+
enabled?: boolean;
|
|
2451
|
+
}
|
|
2452
|
+
export declare function managedClusterAzureMonitorProfileAppMonitoringAutoInstrumentationSerializer(item: ManagedClusterAzureMonitorProfileAppMonitoringAutoInstrumentation): any;
|
|
2453
|
+
export declare function managedClusterAzureMonitorProfileAppMonitoringAutoInstrumentationDeserializer(item: any): ManagedClusterAzureMonitorProfileAppMonitoringAutoInstrumentation;
|
|
2374
2454
|
/** Service mesh profile for a managed cluster. */
|
|
2375
2455
|
export interface ServiceMeshProfile {
|
|
2376
2456
|
/** Mode of the service mesh. */
|
|
@@ -2585,12 +2665,23 @@ export interface ManagedClusterAIToolchainOperatorProfile {
|
|
|
2585
2665
|
}
|
|
2586
2666
|
export declare function managedClusterAIToolchainOperatorProfileSerializer(item: ManagedClusterAIToolchainOperatorProfile): any;
|
|
2587
2667
|
export declare function managedClusterAIToolchainOperatorProfileDeserializer(item: any): ManagedClusterAIToolchainOperatorProfile;
|
|
2668
|
+
/** Settings for hosted system addons. */
|
|
2669
|
+
export interface ManagedClusterHostedSystemProfile {
|
|
2670
|
+
/** Whether to enable hosted system addons for the cluster. */
|
|
2671
|
+
enabled?: boolean;
|
|
2672
|
+
/** The ID of the subnet that will be joined by system nodes managed and hosted by AKS for running critical system addons. This ID must be provided together with `nodeSubnetID` and `apiserverAccessProfile.subnetId`, and all three subnet IDs must belong to the same VNet. If you don’t specify it, AKS will create a subnet in the managed resource group using a default /26 CIDR. */
|
|
2673
|
+
systemNodeSubnetID?: string;
|
|
2674
|
+
/** The ID of the subnet that will be joined by worker nodes managed by node auto provisioner for running workload pods in your tenant. This must be provided together with `systemNodeSubnetID` and `apiserverAccessProfile.subnetId`, and all three subnet IDs must be in the same VNet. If you don’t specify it, AKS will create a subnet in the managed resource group using a default /16 CIDR. */
|
|
2675
|
+
nodeSubnetID?: string;
|
|
2676
|
+
}
|
|
2677
|
+
export declare function managedClusterHostedSystemProfileSerializer(item: ManagedClusterHostedSystemProfile): any;
|
|
2678
|
+
export declare function managedClusterHostedSystemProfileDeserializer(item: any): ManagedClusterHostedSystemProfile;
|
|
2588
2679
|
/** Contains read-only information about the Managed Cluster. */
|
|
2589
2680
|
export interface ManagedClusterStatus {
|
|
2590
2681
|
/** The error details information of the managed cluster. Preserves the detailed info of failure. If there was no error, this field is omitted. */
|
|
2591
2682
|
readonly provisioningError?: ErrorDetail;
|
|
2592
2683
|
}
|
|
2593
|
-
export declare function managedClusterStatusSerializer(
|
|
2684
|
+
export declare function managedClusterStatusSerializer(_item: ManagedClusterStatus): any;
|
|
2594
2685
|
export declare function managedClusterStatusDeserializer(item: any): ManagedClusterStatus;
|
|
2595
2686
|
/** The SKU of a Managed Cluster. */
|
|
2596
2687
|
export interface ManagedClusterSKU {
|
|
@@ -2716,7 +2807,7 @@ export interface ManagedServiceIdentityUserAssignedIdentitiesValue {
|
|
|
2716
2807
|
/** The client id of user assigned identity. */
|
|
2717
2808
|
readonly clientId?: string;
|
|
2718
2809
|
}
|
|
2719
|
-
export declare function managedServiceIdentityUserAssignedIdentitiesValueSerializer(
|
|
2810
|
+
export declare function managedServiceIdentityUserAssignedIdentitiesValueSerializer(_item: ManagedServiceIdentityUserAssignedIdentitiesValue): any;
|
|
2720
2811
|
export declare function managedServiceIdentityUserAssignedIdentitiesValueDeserializer(item: any): ManagedServiceIdentityUserAssignedIdentitiesValue;
|
|
2721
2812
|
/** The resource model definition for an Azure Resource Manager tracked top level resource which has 'tags' and a 'location' */
|
|
2722
2813
|
export interface TrackedResource extends Resource {
|
|
@@ -3669,7 +3760,9 @@ export declare enum KnownVersions {
|
|
|
3669
3760
|
/** The 2025-10-01 API version. */
|
|
3670
3761
|
V20251001 = "2025-10-01",
|
|
3671
3762
|
/** The 2026-01-01 API version. */
|
|
3672
|
-
V20260101 = "2026-01-01"
|
|
3763
|
+
V20260101 = "2026-01-01",
|
|
3764
|
+
/** The 2026-02-01 API version. */
|
|
3765
|
+
V20260201 = "2026-02-01"
|
|
3673
3766
|
}
|
|
3674
3767
|
export declare function _agentPoolPropertiesSerializer(item: AgentPool): any;
|
|
3675
3768
|
export declare function _agentPoolPropertiesDeserializer(item: any): {
|
|
@@ -3783,6 +3876,7 @@ export declare function _managedClusterPropertiesDeserializer(item: any): {
|
|
|
3783
3876
|
nodeProvisioningProfile: any;
|
|
3784
3877
|
bootstrapProfile: any;
|
|
3785
3878
|
aiToolchainOperatorProfile: any;
|
|
3879
|
+
hostedSystemProfile: any;
|
|
3786
3880
|
status: any;
|
|
3787
3881
|
};
|
|
3788
3882
|
export declare function _managedClusterAccessProfilePropertiesDeserializer(item: any): {
|
|
@@ -34,6 +34,7 @@ __export(models_exports, {
|
|
|
34
34
|
KnownFormat: () => KnownFormat,
|
|
35
35
|
KnownGPUDriver: () => KnownGPUDriver,
|
|
36
36
|
KnownGPUInstanceProfile: () => KnownGPUInstanceProfile,
|
|
37
|
+
KnownGatewayAPIIstioEnabled: () => KnownGatewayAPIIstioEnabled,
|
|
37
38
|
KnownIpFamily: () => KnownIpFamily,
|
|
38
39
|
KnownIstioIngressGatewayMode: () => KnownIstioIngressGatewayMode,
|
|
39
40
|
KnownKeyVaultNetworkAccessTypes: () => KnownKeyVaultNetworkAccessTypes,
|
|
@@ -51,6 +52,7 @@ __export(models_exports, {
|
|
|
51
52
|
KnownManagedClusterPodIdentityProvisioningState: () => KnownManagedClusterPodIdentityProvisioningState,
|
|
52
53
|
KnownManagedClusterSKUName: () => KnownManagedClusterSKUName,
|
|
53
54
|
KnownManagedClusterSKUTier: () => KnownManagedClusterSKUTier,
|
|
55
|
+
KnownManagedGatewayType: () => KnownManagedGatewayType,
|
|
54
56
|
KnownNamespaceProvisioningState: () => KnownNamespaceProvisioningState,
|
|
55
57
|
KnownNetworkDataplane: () => KnownNetworkDataplane,
|
|
56
58
|
KnownNetworkMode: () => KnownNetworkMode,
|
|
@@ -267,10 +269,16 @@ __export(models_exports, {
|
|
|
267
269
|
managedClusterAgentPoolProfilePropertiesDeserializer: () => managedClusterAgentPoolProfilePropertiesDeserializer,
|
|
268
270
|
managedClusterAgentPoolProfilePropertiesSerializer: () => managedClusterAgentPoolProfilePropertiesSerializer,
|
|
269
271
|
managedClusterAgentPoolProfileSerializer: () => managedClusterAgentPoolProfileSerializer,
|
|
272
|
+
managedClusterAppRoutingIstioDeserializer: () => managedClusterAppRoutingIstioDeserializer,
|
|
273
|
+
managedClusterAppRoutingIstioSerializer: () => managedClusterAppRoutingIstioSerializer,
|
|
270
274
|
managedClusterArrayDeserializer: () => managedClusterArrayDeserializer,
|
|
271
275
|
managedClusterArraySerializer: () => managedClusterArraySerializer,
|
|
272
276
|
managedClusterAutoUpgradeProfileDeserializer: () => managedClusterAutoUpgradeProfileDeserializer,
|
|
273
277
|
managedClusterAutoUpgradeProfileSerializer: () => managedClusterAutoUpgradeProfileSerializer,
|
|
278
|
+
managedClusterAzureMonitorProfileAppMonitoringAutoInstrumentationDeserializer: () => managedClusterAzureMonitorProfileAppMonitoringAutoInstrumentationDeserializer,
|
|
279
|
+
managedClusterAzureMonitorProfileAppMonitoringAutoInstrumentationSerializer: () => managedClusterAzureMonitorProfileAppMonitoringAutoInstrumentationSerializer,
|
|
280
|
+
managedClusterAzureMonitorProfileAppMonitoringDeserializer: () => managedClusterAzureMonitorProfileAppMonitoringDeserializer,
|
|
281
|
+
managedClusterAzureMonitorProfileAppMonitoringSerializer: () => managedClusterAzureMonitorProfileAppMonitoringSerializer,
|
|
274
282
|
managedClusterAzureMonitorProfileDeserializer: () => managedClusterAzureMonitorProfileDeserializer,
|
|
275
283
|
managedClusterAzureMonitorProfileKubeStateMetricsDeserializer: () => managedClusterAzureMonitorProfileKubeStateMetricsDeserializer,
|
|
276
284
|
managedClusterAzureMonitorProfileKubeStateMetricsSerializer: () => managedClusterAzureMonitorProfileKubeStateMetricsSerializer,
|
|
@@ -282,11 +290,15 @@ __export(models_exports, {
|
|
|
282
290
|
managedClusterCostAnalysisDeserializer: () => managedClusterCostAnalysisDeserializer,
|
|
283
291
|
managedClusterCostAnalysisSerializer: () => managedClusterCostAnalysisSerializer,
|
|
284
292
|
managedClusterDeserializer: () => managedClusterDeserializer,
|
|
293
|
+
managedClusterHostedSystemProfileDeserializer: () => managedClusterHostedSystemProfileDeserializer,
|
|
294
|
+
managedClusterHostedSystemProfileSerializer: () => managedClusterHostedSystemProfileSerializer,
|
|
285
295
|
managedClusterHttpProxyConfigDeserializer: () => managedClusterHttpProxyConfigDeserializer,
|
|
286
296
|
managedClusterHttpProxyConfigSerializer: () => managedClusterHttpProxyConfigSerializer,
|
|
287
297
|
managedClusterIdentityDeserializer: () => managedClusterIdentityDeserializer,
|
|
288
298
|
managedClusterIdentitySerializer: () => managedClusterIdentitySerializer,
|
|
289
299
|
managedClusterIngressProfileDeserializer: () => managedClusterIngressProfileDeserializer,
|
|
300
|
+
managedClusterIngressProfileGatewayConfigurationDeserializer: () => managedClusterIngressProfileGatewayConfigurationDeserializer,
|
|
301
|
+
managedClusterIngressProfileGatewayConfigurationSerializer: () => managedClusterIngressProfileGatewayConfigurationSerializer,
|
|
290
302
|
managedClusterIngressProfileNginxDeserializer: () => managedClusterIngressProfileNginxDeserializer,
|
|
291
303
|
managedClusterIngressProfileNginxSerializer: () => managedClusterIngressProfileNginxSerializer,
|
|
292
304
|
managedClusterIngressProfileSerializer: () => managedClusterIngressProfileSerializer,
|
|
@@ -365,6 +377,8 @@ __export(models_exports, {
|
|
|
365
377
|
managedClusterStorageProfileSnapshotControllerSerializer: () => managedClusterStorageProfileSnapshotControllerSerializer,
|
|
366
378
|
managedClusterUpgradeProfileDeserializer: () => managedClusterUpgradeProfileDeserializer,
|
|
367
379
|
managedClusterUpgradeProfilePropertiesDeserializer: () => managedClusterUpgradeProfilePropertiesDeserializer,
|
|
380
|
+
managedClusterWebAppRoutingGatewayAPIImplementationsDeserializer: () => managedClusterWebAppRoutingGatewayAPIImplementationsDeserializer,
|
|
381
|
+
managedClusterWebAppRoutingGatewayAPIImplementationsSerializer: () => managedClusterWebAppRoutingGatewayAPIImplementationsSerializer,
|
|
368
382
|
managedClusterWindowsProfileDeserializer: () => managedClusterWindowsProfileDeserializer,
|
|
369
383
|
managedClusterWindowsProfileSerializer: () => managedClusterWindowsProfileSerializer,
|
|
370
384
|
managedClusterWorkloadAutoScalerProfileDeserializer: () => managedClusterWorkloadAutoScalerProfileDeserializer,
|
|
@@ -715,6 +729,7 @@ var KnownOssku = /* @__PURE__ */ ((KnownOssku2) => {
|
|
|
715
729
|
KnownOssku2["Windows2019"] = "Windows2019";
|
|
716
730
|
KnownOssku2["Windows2022"] = "Windows2022";
|
|
717
731
|
KnownOssku2["Ubuntu2204"] = "Ubuntu2204";
|
|
732
|
+
KnownOssku2["Windows2025"] = "Windows2025";
|
|
718
733
|
KnownOssku2["Ubuntu2404"] = "Ubuntu2404";
|
|
719
734
|
return KnownOssku2;
|
|
720
735
|
})(KnownOssku || {});
|
|
@@ -1077,8 +1092,8 @@ function virtualMachineNodesDeserializer(item) {
|
|
|
1077
1092
|
count: item["count"]
|
|
1078
1093
|
};
|
|
1079
1094
|
}
|
|
1080
|
-
function agentPoolStatusSerializer(
|
|
1081
|
-
return
|
|
1095
|
+
function agentPoolStatusSerializer(_item) {
|
|
1096
|
+
return {};
|
|
1082
1097
|
}
|
|
1083
1098
|
function agentPoolStatusDeserializer(item) {
|
|
1084
1099
|
return {
|
|
@@ -1201,8 +1216,8 @@ var KnownLocalDNSServeStale = /* @__PURE__ */ ((KnownLocalDNSServeStale2) => {
|
|
|
1201
1216
|
KnownLocalDNSServeStale2["Disable"] = "Disable";
|
|
1202
1217
|
return KnownLocalDNSServeStale2;
|
|
1203
1218
|
})(KnownLocalDNSServeStale || {});
|
|
1204
|
-
function proxyResourceSerializer(
|
|
1205
|
-
return
|
|
1219
|
+
function proxyResourceSerializer(_item) {
|
|
1220
|
+
return {};
|
|
1206
1221
|
}
|
|
1207
1222
|
function proxyResourceDeserializer(item) {
|
|
1208
1223
|
return {
|
|
@@ -1212,8 +1227,8 @@ function proxyResourceDeserializer(item) {
|
|
|
1212
1227
|
systemData: !item["systemData"] ? item["systemData"] : systemDataDeserializer(item["systemData"])
|
|
1213
1228
|
};
|
|
1214
1229
|
}
|
|
1215
|
-
function resourceSerializer(
|
|
1216
|
-
return
|
|
1230
|
+
function resourceSerializer(_item) {
|
|
1231
|
+
return {};
|
|
1217
1232
|
}
|
|
1218
1233
|
function resourceDeserializer(item) {
|
|
1219
1234
|
return {
|
|
@@ -1364,6 +1379,7 @@ function managedClusterSerializer(item) {
|
|
|
1364
1379
|
"nodeProvisioningProfile",
|
|
1365
1380
|
"bootstrapProfile",
|
|
1366
1381
|
"aiToolchainOperatorProfile",
|
|
1382
|
+
"hostedSystemProfile",
|
|
1367
1383
|
"status"
|
|
1368
1384
|
]) ? void 0 : _managedClusterPropertiesSerializer(item),
|
|
1369
1385
|
sku: !item["sku"] ? item["sku"] : managedClusterSKUSerializer(item["sku"]),
|
|
@@ -1426,6 +1442,7 @@ function managedClusterPropertiesSerializer(item) {
|
|
|
1426
1442
|
nodeProvisioningProfile: !item["nodeProvisioningProfile"] ? item["nodeProvisioningProfile"] : managedClusterNodeProvisioningProfileSerializer(item["nodeProvisioningProfile"]),
|
|
1427
1443
|
bootstrapProfile: !item["bootstrapProfile"] ? item["bootstrapProfile"] : managedClusterBootstrapProfileSerializer(item["bootstrapProfile"]),
|
|
1428
1444
|
aiToolchainOperatorProfile: !item["aiToolchainOperatorProfile"] ? item["aiToolchainOperatorProfile"] : managedClusterAIToolchainOperatorProfileSerializer(item["aiToolchainOperatorProfile"]),
|
|
1445
|
+
hostedSystemProfile: !item["hostedSystemProfile"] ? item["hostedSystemProfile"] : managedClusterHostedSystemProfileSerializer(item["hostedSystemProfile"]),
|
|
1429
1446
|
status: !item["status"] ? item["status"] : managedClusterStatusSerializer(item["status"])
|
|
1430
1447
|
};
|
|
1431
1448
|
}
|
|
@@ -1475,6 +1492,7 @@ function managedClusterPropertiesDeserializer(item) {
|
|
|
1475
1492
|
nodeProvisioningProfile: !item["nodeProvisioningProfile"] ? item["nodeProvisioningProfile"] : managedClusterNodeProvisioningProfileDeserializer(item["nodeProvisioningProfile"]),
|
|
1476
1493
|
bootstrapProfile: !item["bootstrapProfile"] ? item["bootstrapProfile"] : managedClusterBootstrapProfileDeserializer(item["bootstrapProfile"]),
|
|
1477
1494
|
aiToolchainOperatorProfile: !item["aiToolchainOperatorProfile"] ? item["aiToolchainOperatorProfile"] : managedClusterAIToolchainOperatorProfileDeserializer(item["aiToolchainOperatorProfile"]),
|
|
1495
|
+
hostedSystemProfile: !item["hostedSystemProfile"] ? item["hostedSystemProfile"] : managedClusterHostedSystemProfileDeserializer(item["hostedSystemProfile"]),
|
|
1478
1496
|
status: !item["status"] ? item["status"] : managedClusterStatusDeserializer(item["status"])
|
|
1479
1497
|
};
|
|
1480
1498
|
}
|
|
@@ -2494,17 +2512,22 @@ function managedClusterStorageProfileBlobCSIDriverDeserializer(item) {
|
|
|
2494
2512
|
}
|
|
2495
2513
|
function managedClusterIngressProfileSerializer(item) {
|
|
2496
2514
|
return {
|
|
2497
|
-
webAppRouting: !item["webAppRouting"] ? item["webAppRouting"] : managedClusterIngressProfileWebAppRoutingSerializer(item["webAppRouting"])
|
|
2515
|
+
webAppRouting: !item["webAppRouting"] ? item["webAppRouting"] : managedClusterIngressProfileWebAppRoutingSerializer(item["webAppRouting"]),
|
|
2516
|
+
gatewayAPI: !item["gatewayAPI"] ? item["gatewayAPI"] : managedClusterIngressProfileGatewayConfigurationSerializer(item["gatewayAPI"])
|
|
2498
2517
|
};
|
|
2499
2518
|
}
|
|
2500
2519
|
function managedClusterIngressProfileDeserializer(item) {
|
|
2501
2520
|
return {
|
|
2502
|
-
webAppRouting: !item["webAppRouting"] ? item["webAppRouting"] : managedClusterIngressProfileWebAppRoutingDeserializer(item["webAppRouting"])
|
|
2521
|
+
webAppRouting: !item["webAppRouting"] ? item["webAppRouting"] : managedClusterIngressProfileWebAppRoutingDeserializer(item["webAppRouting"]),
|
|
2522
|
+
gatewayAPI: !item["gatewayAPI"] ? item["gatewayAPI"] : managedClusterIngressProfileGatewayConfigurationDeserializer(item["gatewayAPI"])
|
|
2503
2523
|
};
|
|
2504
2524
|
}
|
|
2505
2525
|
function managedClusterIngressProfileWebAppRoutingSerializer(item) {
|
|
2506
2526
|
return {
|
|
2507
2527
|
enabled: item["enabled"],
|
|
2528
|
+
gatewayAPIImplementations: !item["gatewayAPIImplementations"] ? item["gatewayAPIImplementations"] : managedClusterWebAppRoutingGatewayAPIImplementationsSerializer(
|
|
2529
|
+
item["gatewayAPIImplementations"]
|
|
2530
|
+
),
|
|
2508
2531
|
dnsZoneResourceIds: !item["dnsZoneResourceIds"] ? item["dnsZoneResourceIds"] : item["dnsZoneResourceIds"].map((p) => {
|
|
2509
2532
|
return p;
|
|
2510
2533
|
}),
|
|
@@ -2514,6 +2537,9 @@ function managedClusterIngressProfileWebAppRoutingSerializer(item) {
|
|
|
2514
2537
|
function managedClusterIngressProfileWebAppRoutingDeserializer(item) {
|
|
2515
2538
|
return {
|
|
2516
2539
|
enabled: item["enabled"],
|
|
2540
|
+
gatewayAPIImplementations: !item["gatewayAPIImplementations"] ? item["gatewayAPIImplementations"] : managedClusterWebAppRoutingGatewayAPIImplementationsDeserializer(
|
|
2541
|
+
item["gatewayAPIImplementations"]
|
|
2542
|
+
),
|
|
2517
2543
|
dnsZoneResourceIds: !item["dnsZoneResourceIds"] ? item["dnsZoneResourceIds"] : item["dnsZoneResourceIds"].map((p) => {
|
|
2518
2544
|
return p;
|
|
2519
2545
|
}),
|
|
@@ -2521,6 +2547,29 @@ function managedClusterIngressProfileWebAppRoutingDeserializer(item) {
|
|
|
2521
2547
|
identity: !item["identity"] ? item["identity"] : userAssignedIdentityDeserializer(item["identity"])
|
|
2522
2548
|
};
|
|
2523
2549
|
}
|
|
2550
|
+
function managedClusterWebAppRoutingGatewayAPIImplementationsSerializer(item) {
|
|
2551
|
+
return {
|
|
2552
|
+
appRoutingIstio: !item["appRoutingIstio"] ? item["appRoutingIstio"] : managedClusterAppRoutingIstioSerializer(item["appRoutingIstio"])
|
|
2553
|
+
};
|
|
2554
|
+
}
|
|
2555
|
+
function managedClusterWebAppRoutingGatewayAPIImplementationsDeserializer(item) {
|
|
2556
|
+
return {
|
|
2557
|
+
appRoutingIstio: !item["appRoutingIstio"] ? item["appRoutingIstio"] : managedClusterAppRoutingIstioDeserializer(item["appRoutingIstio"])
|
|
2558
|
+
};
|
|
2559
|
+
}
|
|
2560
|
+
function managedClusterAppRoutingIstioSerializer(item) {
|
|
2561
|
+
return { mode: item["mode"] };
|
|
2562
|
+
}
|
|
2563
|
+
function managedClusterAppRoutingIstioDeserializer(item) {
|
|
2564
|
+
return {
|
|
2565
|
+
mode: item["mode"]
|
|
2566
|
+
};
|
|
2567
|
+
}
|
|
2568
|
+
var KnownGatewayAPIIstioEnabled = /* @__PURE__ */ ((KnownGatewayAPIIstioEnabled2) => {
|
|
2569
|
+
KnownGatewayAPIIstioEnabled2["Enabled"] = "Enabled";
|
|
2570
|
+
KnownGatewayAPIIstioEnabled2["Disabled"] = "Disabled";
|
|
2571
|
+
return KnownGatewayAPIIstioEnabled2;
|
|
2572
|
+
})(KnownGatewayAPIIstioEnabled || {});
|
|
2524
2573
|
function managedClusterIngressProfileNginxSerializer(item) {
|
|
2525
2574
|
return { defaultIngressControllerType: item["defaultIngressControllerType"] };
|
|
2526
2575
|
}
|
|
@@ -2536,6 +2585,19 @@ var KnownNginxIngressControllerType = /* @__PURE__ */ ((KnownNginxIngressControl
|
|
|
2536
2585
|
KnownNginxIngressControllerType2["None"] = "None";
|
|
2537
2586
|
return KnownNginxIngressControllerType2;
|
|
2538
2587
|
})(KnownNginxIngressControllerType || {});
|
|
2588
|
+
function managedClusterIngressProfileGatewayConfigurationSerializer(item) {
|
|
2589
|
+
return { installation: item["installation"] };
|
|
2590
|
+
}
|
|
2591
|
+
function managedClusterIngressProfileGatewayConfigurationDeserializer(item) {
|
|
2592
|
+
return {
|
|
2593
|
+
installation: item["installation"]
|
|
2594
|
+
};
|
|
2595
|
+
}
|
|
2596
|
+
var KnownManagedGatewayType = /* @__PURE__ */ ((KnownManagedGatewayType2) => {
|
|
2597
|
+
KnownManagedGatewayType2["Disabled"] = "Disabled";
|
|
2598
|
+
KnownManagedGatewayType2["Standard"] = "Standard";
|
|
2599
|
+
return KnownManagedGatewayType2;
|
|
2600
|
+
})(KnownManagedGatewayType || {});
|
|
2539
2601
|
var KnownPublicNetworkAccess = /* @__PURE__ */ ((KnownPublicNetworkAccess2) => {
|
|
2540
2602
|
KnownPublicNetworkAccess2["Enabled"] = "Enabled";
|
|
2541
2603
|
KnownPublicNetworkAccess2["Disabled"] = "Disabled";
|
|
@@ -2575,12 +2637,14 @@ function managedClusterWorkloadAutoScalerProfileVerticalPodAutoscalerDeserialize
|
|
|
2575
2637
|
}
|
|
2576
2638
|
function managedClusterAzureMonitorProfileSerializer(item) {
|
|
2577
2639
|
return {
|
|
2578
|
-
metrics: !item["metrics"] ? item["metrics"] : managedClusterAzureMonitorProfileMetricsSerializer(item["metrics"])
|
|
2640
|
+
metrics: !item["metrics"] ? item["metrics"] : managedClusterAzureMonitorProfileMetricsSerializer(item["metrics"]),
|
|
2641
|
+
appMonitoring: !item["appMonitoring"] ? item["appMonitoring"] : managedClusterAzureMonitorProfileAppMonitoringSerializer(item["appMonitoring"])
|
|
2579
2642
|
};
|
|
2580
2643
|
}
|
|
2581
2644
|
function managedClusterAzureMonitorProfileDeserializer(item) {
|
|
2582
2645
|
return {
|
|
2583
|
-
metrics: !item["metrics"] ? item["metrics"] : managedClusterAzureMonitorProfileMetricsDeserializer(item["metrics"])
|
|
2646
|
+
metrics: !item["metrics"] ? item["metrics"] : managedClusterAzureMonitorProfileMetricsDeserializer(item["metrics"]),
|
|
2647
|
+
appMonitoring: !item["appMonitoring"] ? item["appMonitoring"] : managedClusterAzureMonitorProfileAppMonitoringDeserializer(item["appMonitoring"])
|
|
2584
2648
|
};
|
|
2585
2649
|
}
|
|
2586
2650
|
function managedClusterAzureMonitorProfileMetricsSerializer(item) {
|
|
@@ -2607,6 +2671,28 @@ function managedClusterAzureMonitorProfileKubeStateMetricsDeserializer(item) {
|
|
|
2607
2671
|
metricAnnotationsAllowList: item["metricAnnotationsAllowList"]
|
|
2608
2672
|
};
|
|
2609
2673
|
}
|
|
2674
|
+
function managedClusterAzureMonitorProfileAppMonitoringSerializer(item) {
|
|
2675
|
+
return {
|
|
2676
|
+
autoInstrumentation: !item["autoInstrumentation"] ? item["autoInstrumentation"] : managedClusterAzureMonitorProfileAppMonitoringAutoInstrumentationSerializer(
|
|
2677
|
+
item["autoInstrumentation"]
|
|
2678
|
+
)
|
|
2679
|
+
};
|
|
2680
|
+
}
|
|
2681
|
+
function managedClusterAzureMonitorProfileAppMonitoringDeserializer(item) {
|
|
2682
|
+
return {
|
|
2683
|
+
autoInstrumentation: !item["autoInstrumentation"] ? item["autoInstrumentation"] : managedClusterAzureMonitorProfileAppMonitoringAutoInstrumentationDeserializer(
|
|
2684
|
+
item["autoInstrumentation"]
|
|
2685
|
+
)
|
|
2686
|
+
};
|
|
2687
|
+
}
|
|
2688
|
+
function managedClusterAzureMonitorProfileAppMonitoringAutoInstrumentationSerializer(item) {
|
|
2689
|
+
return { enabled: item["enabled"] };
|
|
2690
|
+
}
|
|
2691
|
+
function managedClusterAzureMonitorProfileAppMonitoringAutoInstrumentationDeserializer(item) {
|
|
2692
|
+
return {
|
|
2693
|
+
enabled: item["enabled"]
|
|
2694
|
+
};
|
|
2695
|
+
}
|
|
2610
2696
|
function serviceMeshProfileSerializer(item) {
|
|
2611
2697
|
return {
|
|
2612
2698
|
mode: item["mode"],
|
|
@@ -2801,8 +2887,22 @@ function managedClusterAIToolchainOperatorProfileDeserializer(item) {
|
|
|
2801
2887
|
enabled: item["enabled"]
|
|
2802
2888
|
};
|
|
2803
2889
|
}
|
|
2804
|
-
function
|
|
2805
|
-
return
|
|
2890
|
+
function managedClusterHostedSystemProfileSerializer(item) {
|
|
2891
|
+
return {
|
|
2892
|
+
enabled: item["enabled"],
|
|
2893
|
+
systemNodeSubnetID: item["systemNodeSubnetID"],
|
|
2894
|
+
nodeSubnetID: item["nodeSubnetID"]
|
|
2895
|
+
};
|
|
2896
|
+
}
|
|
2897
|
+
function managedClusterHostedSystemProfileDeserializer(item) {
|
|
2898
|
+
return {
|
|
2899
|
+
enabled: item["enabled"],
|
|
2900
|
+
systemNodeSubnetID: item["systemNodeSubnetID"],
|
|
2901
|
+
nodeSubnetID: item["nodeSubnetID"]
|
|
2902
|
+
};
|
|
2903
|
+
}
|
|
2904
|
+
function managedClusterStatusSerializer(_item) {
|
|
2905
|
+
return {};
|
|
2806
2906
|
}
|
|
2807
2907
|
function managedClusterStatusDeserializer(item) {
|
|
2808
2908
|
return {
|
|
@@ -2912,8 +3012,8 @@ function managedServiceIdentityUserAssignedIdentitiesValueRecordDeserializer(ite
|
|
|
2912
3012
|
});
|
|
2913
3013
|
return result;
|
|
2914
3014
|
}
|
|
2915
|
-
function managedServiceIdentityUserAssignedIdentitiesValueSerializer(
|
|
2916
|
-
return
|
|
3015
|
+
function managedServiceIdentityUserAssignedIdentitiesValueSerializer(_item) {
|
|
3016
|
+
return {};
|
|
2917
3017
|
}
|
|
2918
3018
|
function managedServiceIdentityUserAssignedIdentitiesValueDeserializer(item) {
|
|
2919
3019
|
return {
|
|
@@ -3836,6 +3936,7 @@ var KnownFormat = /* @__PURE__ */ ((KnownFormat2) => {
|
|
|
3836
3936
|
var KnownVersions = /* @__PURE__ */ ((KnownVersions2) => {
|
|
3837
3937
|
KnownVersions2["V20251001"] = "2025-10-01";
|
|
3838
3938
|
KnownVersions2["V20260101"] = "2026-01-01";
|
|
3939
|
+
KnownVersions2["V20260201"] = "2026-02-01";
|
|
3839
3940
|
return KnownVersions2;
|
|
3840
3941
|
})(KnownVersions || {});
|
|
3841
3942
|
function _agentPoolPropertiesSerializer(item) {
|
|
@@ -4013,6 +4114,7 @@ function _managedClusterPropertiesSerializer(item) {
|
|
|
4013
4114
|
nodeProvisioningProfile: !item["nodeProvisioningProfile"] ? item["nodeProvisioningProfile"] : managedClusterNodeProvisioningProfileSerializer(item["nodeProvisioningProfile"]),
|
|
4014
4115
|
bootstrapProfile: !item["bootstrapProfile"] ? item["bootstrapProfile"] : managedClusterBootstrapProfileSerializer(item["bootstrapProfile"]),
|
|
4015
4116
|
aiToolchainOperatorProfile: !item["aiToolchainOperatorProfile"] ? item["aiToolchainOperatorProfile"] : managedClusterAIToolchainOperatorProfileSerializer(item["aiToolchainOperatorProfile"]),
|
|
4117
|
+
hostedSystemProfile: !item["hostedSystemProfile"] ? item["hostedSystemProfile"] : managedClusterHostedSystemProfileSerializer(item["hostedSystemProfile"]),
|
|
4016
4118
|
status: !item["status"] ? item["status"] : managedClusterStatusSerializer(item["status"])
|
|
4017
4119
|
};
|
|
4018
4120
|
}
|
|
@@ -4062,6 +4164,7 @@ function _managedClusterPropertiesDeserializer(item) {
|
|
|
4062
4164
|
nodeProvisioningProfile: !item["nodeProvisioningProfile"] ? item["nodeProvisioningProfile"] : managedClusterNodeProvisioningProfileDeserializer(item["nodeProvisioningProfile"]),
|
|
4063
4165
|
bootstrapProfile: !item["bootstrapProfile"] ? item["bootstrapProfile"] : managedClusterBootstrapProfileDeserializer(item["bootstrapProfile"]),
|
|
4064
4166
|
aiToolchainOperatorProfile: !item["aiToolchainOperatorProfile"] ? item["aiToolchainOperatorProfile"] : managedClusterAIToolchainOperatorProfileDeserializer(item["aiToolchainOperatorProfile"]),
|
|
4167
|
+
hostedSystemProfile: !item["hostedSystemProfile"] ? item["hostedSystemProfile"] : managedClusterHostedSystemProfileDeserializer(item["hostedSystemProfile"]),
|
|
4065
4168
|
status: !item["status"] ? item["status"] : managedClusterStatusDeserializer(item["status"])
|
|
4066
4169
|
};
|
|
4067
4170
|
}
|
|
@@ -4175,6 +4278,7 @@ function _operationValueDisplayDeserializer(item) {
|
|
|
4175
4278
|
KnownFormat,
|
|
4176
4279
|
KnownGPUDriver,
|
|
4177
4280
|
KnownGPUInstanceProfile,
|
|
4281
|
+
KnownGatewayAPIIstioEnabled,
|
|
4178
4282
|
KnownIpFamily,
|
|
4179
4283
|
KnownIstioIngressGatewayMode,
|
|
4180
4284
|
KnownKeyVaultNetworkAccessTypes,
|
|
@@ -4192,6 +4296,7 @@ function _operationValueDisplayDeserializer(item) {
|
|
|
4192
4296
|
KnownManagedClusterPodIdentityProvisioningState,
|
|
4193
4297
|
KnownManagedClusterSKUName,
|
|
4194
4298
|
KnownManagedClusterSKUTier,
|
|
4299
|
+
KnownManagedGatewayType,
|
|
4195
4300
|
KnownNamespaceProvisioningState,
|
|
4196
4301
|
KnownNetworkDataplane,
|
|
4197
4302
|
KnownNetworkMode,
|
|
@@ -4408,10 +4513,16 @@ function _operationValueDisplayDeserializer(item) {
|
|
|
4408
4513
|
managedClusterAgentPoolProfilePropertiesDeserializer,
|
|
4409
4514
|
managedClusterAgentPoolProfilePropertiesSerializer,
|
|
4410
4515
|
managedClusterAgentPoolProfileSerializer,
|
|
4516
|
+
managedClusterAppRoutingIstioDeserializer,
|
|
4517
|
+
managedClusterAppRoutingIstioSerializer,
|
|
4411
4518
|
managedClusterArrayDeserializer,
|
|
4412
4519
|
managedClusterArraySerializer,
|
|
4413
4520
|
managedClusterAutoUpgradeProfileDeserializer,
|
|
4414
4521
|
managedClusterAutoUpgradeProfileSerializer,
|
|
4522
|
+
managedClusterAzureMonitorProfileAppMonitoringAutoInstrumentationDeserializer,
|
|
4523
|
+
managedClusterAzureMonitorProfileAppMonitoringAutoInstrumentationSerializer,
|
|
4524
|
+
managedClusterAzureMonitorProfileAppMonitoringDeserializer,
|
|
4525
|
+
managedClusterAzureMonitorProfileAppMonitoringSerializer,
|
|
4415
4526
|
managedClusterAzureMonitorProfileDeserializer,
|
|
4416
4527
|
managedClusterAzureMonitorProfileKubeStateMetricsDeserializer,
|
|
4417
4528
|
managedClusterAzureMonitorProfileKubeStateMetricsSerializer,
|
|
@@ -4423,11 +4534,15 @@ function _operationValueDisplayDeserializer(item) {
|
|
|
4423
4534
|
managedClusterCostAnalysisDeserializer,
|
|
4424
4535
|
managedClusterCostAnalysisSerializer,
|
|
4425
4536
|
managedClusterDeserializer,
|
|
4537
|
+
managedClusterHostedSystemProfileDeserializer,
|
|
4538
|
+
managedClusterHostedSystemProfileSerializer,
|
|
4426
4539
|
managedClusterHttpProxyConfigDeserializer,
|
|
4427
4540
|
managedClusterHttpProxyConfigSerializer,
|
|
4428
4541
|
managedClusterIdentityDeserializer,
|
|
4429
4542
|
managedClusterIdentitySerializer,
|
|
4430
4543
|
managedClusterIngressProfileDeserializer,
|
|
4544
|
+
managedClusterIngressProfileGatewayConfigurationDeserializer,
|
|
4545
|
+
managedClusterIngressProfileGatewayConfigurationSerializer,
|
|
4431
4546
|
managedClusterIngressProfileNginxDeserializer,
|
|
4432
4547
|
managedClusterIngressProfileNginxSerializer,
|
|
4433
4548
|
managedClusterIngressProfileSerializer,
|
|
@@ -4506,6 +4621,8 @@ function _operationValueDisplayDeserializer(item) {
|
|
|
4506
4621
|
managedClusterStorageProfileSnapshotControllerSerializer,
|
|
4507
4622
|
managedClusterUpgradeProfileDeserializer,
|
|
4508
4623
|
managedClusterUpgradeProfilePropertiesDeserializer,
|
|
4624
|
+
managedClusterWebAppRoutingGatewayAPIImplementationsDeserializer,
|
|
4625
|
+
managedClusterWebAppRoutingGatewayAPIImplementationsSerializer,
|
|
4509
4626
|
managedClusterWindowsProfileDeserializer,
|
|
4510
4627
|
managedClusterWindowsProfileSerializer,
|
|
4511
4628
|
managedClusterWorkloadAutoScalerProfileDeserializer,
|
|
@@ -4632,3 +4749,4 @@ function _operationValueDisplayDeserializer(item) {
|
|
|
4632
4749
|
windowsGmsaProfileDeserializer,
|
|
4633
4750
|
windowsGmsaProfileSerializer
|
|
4634
4751
|
});
|
|
4752
|
+
//# sourceMappingURL=models.js.map
|