@azure/arm-containerservice 25.0.0 → 25.1.0-beta.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/dist/browser/api/agentPools/index.d.ts +2 -2
- package/dist/browser/api/agentPools/index.js +1 -1
- package/dist/browser/api/agentPools/index.js.map +1 -1
- package/dist/browser/api/agentPools/operations.d.ts +5 -1
- package/dist/browser/api/agentPools/operations.js +50 -15
- package/dist/browser/api/agentPools/operations.js.map +1 -1
- package/dist/browser/api/agentPools/options.d.ts +5 -0
- package/dist/browser/api/agentPools/options.js.map +1 -1
- package/dist/browser/api/containerService/index.d.ts +3 -0
- package/dist/browser/api/containerService/index.js +4 -0
- package/dist/browser/api/containerService/index.js.map +1 -0
- package/dist/browser/api/containerService/operations.d.ts +10 -0
- package/dist/browser/api/containerService/operations.js +37 -0
- package/dist/browser/api/containerService/operations.js.map +1 -0
- package/dist/browser/api/containerService/options.d.ts +5 -0
- package/dist/browser/api/containerService/options.js +4 -0
- package/dist/browser/api/containerService/options.js.map +1 -0
- package/dist/browser/api/containerServiceContext.js +1 -1
- package/dist/browser/api/containerServiceContext.js.map +1 -1
- package/dist/browser/api/identityBindings/index.d.ts +3 -0
- package/dist/browser/api/identityBindings/index.js +4 -0
- package/dist/browser/api/identityBindings/index.js.map +1 -0
- package/dist/browser/api/identityBindings/operations.d.ts +28 -0
- package/dist/browser/api/identityBindings/operations.js +140 -0
- package/dist/browser/api/identityBindings/operations.js.map +1 -0
- package/dist/browser/api/identityBindings/options.d.ts +18 -0
- package/dist/browser/api/identityBindings/options.js +4 -0
- package/dist/browser/api/identityBindings/options.js.map +1 -0
- package/dist/browser/api/jwtAuthenticators/index.d.ts +3 -0
- package/dist/browser/api/jwtAuthenticators/index.js +4 -0
- package/dist/browser/api/jwtAuthenticators/index.js.map +1 -0
- package/dist/browser/api/jwtAuthenticators/operations.d.ts +28 -0
- package/dist/browser/api/jwtAuthenticators/operations.js +140 -0
- package/dist/browser/api/jwtAuthenticators/operations.js.map +1 -0
- package/dist/browser/api/jwtAuthenticators/options.d.ts +18 -0
- package/dist/browser/api/jwtAuthenticators/options.js +4 -0
- package/dist/browser/api/jwtAuthenticators/options.js.map +1 -0
- package/dist/browser/api/loadBalancers/index.d.ts +3 -0
- package/dist/browser/api/loadBalancers/index.js +4 -0
- package/dist/browser/api/loadBalancers/index.js.map +1 -0
- package/dist/browser/api/loadBalancers/operations.d.ts +28 -0
- package/dist/browser/api/loadBalancers/operations.js +135 -0
- package/dist/browser/api/loadBalancers/operations.js.map +1 -0
- package/dist/browser/api/loadBalancers/options.d.ts +16 -0
- package/dist/browser/api/loadBalancers/options.js +4 -0
- package/dist/browser/api/loadBalancers/options.js.map +1 -0
- package/dist/browser/api/machines/index.d.ts +2 -2
- package/dist/browser/api/machines/index.js +1 -1
- package/dist/browser/api/machines/index.js.map +1 -1
- package/dist/browser/api/machines/operations.d.ts +6 -1
- package/dist/browser/api/machines/operations.js +51 -4
- package/dist/browser/api/machines/operations.js.map +1 -1
- package/dist/browser/api/machines/options.d.ts +9 -0
- package/dist/browser/api/machines/options.js.map +1 -1
- package/dist/browser/api/maintenanceConfigurations/operations.js +9 -5
- package/dist/browser/api/maintenanceConfigurations/operations.js.map +1 -1
- package/dist/browser/api/managedClusterSnapshots/index.d.ts +3 -0
- package/dist/browser/api/managedClusterSnapshots/index.js +4 -0
- package/dist/browser/api/managedClusterSnapshots/index.js.map +1 -0
- package/dist/browser/api/managedClusterSnapshots/operations.d.ts +35 -0
- package/dist/browser/api/managedClusterSnapshots/operations.js +184 -0
- package/dist/browser/api/managedClusterSnapshots/operations.js.map +1 -0
- package/dist/browser/api/managedClusterSnapshots/options.d.ts +20 -0
- package/dist/browser/api/managedClusterSnapshots/options.js +4 -0
- package/dist/browser/api/managedClusterSnapshots/options.js.map +1 -0
- package/dist/browser/api/managedClusters/index.d.ts +2 -2
- package/dist/browser/api/managedClusters/index.js +1 -1
- package/dist/browser/api/managedClusters/index.js.map +1 -1
- package/dist/browser/api/managedClusters/operations.d.ts +22 -2
- package/dist/browser/api/managedClusters/operations.js +215 -44
- package/dist/browser/api/managedClusters/operations.js.map +1 -1
- package/dist/browser/api/managedClusters/options.d.ts +19 -0
- package/dist/browser/api/managedClusters/options.js.map +1 -1
- package/dist/browser/api/managedNamespaces/operations.js +13 -9
- package/dist/browser/api/managedNamespaces/operations.js.map +1 -1
- package/dist/browser/api/meshMemberships/index.d.ts +3 -0
- package/dist/browser/api/meshMemberships/index.js +4 -0
- package/dist/browser/api/meshMemberships/index.js.map +1 -0
- package/dist/browser/api/meshMemberships/operations.d.ts +28 -0
- package/dist/browser/api/meshMemberships/operations.js +140 -0
- package/dist/browser/api/meshMemberships/operations.js.map +1 -0
- package/dist/browser/api/meshMemberships/options.d.ts +18 -0
- package/dist/browser/api/meshMemberships/options.js +4 -0
- package/dist/browser/api/meshMemberships/options.js.map +1 -0
- package/dist/browser/api/operationStatusResult/index.d.ts +3 -0
- package/dist/browser/api/operationStatusResult/index.js +4 -0
- package/dist/browser/api/operationStatusResult/index.js.map +1 -0
- package/dist/browser/api/operationStatusResult/operations.d.ts +18 -0
- package/dist/browser/api/operationStatusResult/operations.js +97 -0
- package/dist/browser/api/operationStatusResult/operations.js.map +1 -0
- package/dist/browser/api/operationStatusResult/options.d.ts +11 -0
- package/dist/browser/api/operationStatusResult/options.js +4 -0
- package/dist/browser/api/operationStatusResult/options.js.map +1 -0
- package/dist/browser/api/operations/operations.js +6 -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 +16 -8
- package/dist/browser/api/snapshots/operations.js.map +1 -1
- package/dist/browser/api/trustedAccessRoleBindings/operations.js +11 -7
- package/dist/browser/api/trustedAccessRoleBindings/operations.js.map +1 -1
- package/dist/browser/api/trustedAccessRoles/operations.js +6 -2
- package/dist/browser/api/trustedAccessRoles/operations.js.map +1 -1
- package/dist/browser/api/vmSkus/index.d.ts +3 -0
- package/dist/browser/api/vmSkus/index.js +4 -0
- package/dist/browser/api/vmSkus/index.js.map +1 -0
- package/dist/browser/api/vmSkus/operations.d.ts +10 -0
- package/dist/browser/api/vmSkus/operations.js +38 -0
- package/dist/browser/api/vmSkus/operations.js.map +1 -0
- package/dist/browser/api/vmSkus/options.d.ts +7 -0
- package/dist/browser/api/vmSkus/options.js +4 -0
- package/dist/browser/api/vmSkus/options.js.map +1 -0
- package/dist/browser/classic/agentPools/index.d.ts +7 -1
- package/dist/browser/classic/agentPools/index.js +10 -1
- package/dist/browser/classic/agentPools/index.js.map +1 -1
- package/dist/browser/classic/containerService/index.d.ts +11 -0
- package/dist/browser/classic/containerService/index.js +14 -0
- package/dist/browser/classic/containerService/index.js.map +1 -0
- package/dist/browser/classic/identityBindings/index.d.ts +32 -0
- package/dist/browser/classic/identityBindings/index.js +34 -0
- package/dist/browser/classic/identityBindings/index.js.map +1 -0
- package/dist/browser/classic/index.d.ts +8 -0
- package/dist/browser/classic/index.js.map +1 -1
- package/dist/browser/classic/jwtAuthenticators/index.d.ts +32 -0
- package/dist/browser/classic/jwtAuthenticators/index.js +34 -0
- package/dist/browser/classic/jwtAuthenticators/index.js.map +1 -0
- package/dist/browser/classic/loadBalancers/index.d.ts +28 -0
- package/dist/browser/classic/loadBalancers/index.js +26 -0
- package/dist/browser/classic/loadBalancers/index.js.map +1 -0
- package/dist/browser/classic/machines/index.d.ts +9 -1
- package/dist/browser/classic/machines/index.js +11 -1
- package/dist/browser/classic/machines/index.js.map +1 -1
- package/dist/browser/classic/managedClusterSnapshots/index.d.ts +26 -0
- package/dist/browser/classic/managedClusterSnapshots/index.js +19 -0
- package/dist/browser/classic/managedClusterSnapshots/index.js.map +1 -0
- package/dist/browser/classic/managedClusters/index.d.ts +16 -2
- package/dist/browser/classic/managedClusters/index.js +14 -1
- package/dist/browser/classic/managedClusters/index.js.map +1 -1
- package/dist/browser/classic/meshMemberships/index.d.ts +32 -0
- package/dist/browser/classic/meshMemberships/index.js +34 -0
- package/dist/browser/classic/meshMemberships/index.js.map +1 -0
- package/dist/browser/classic/operationStatusResult/index.d.ts +15 -0
- package/dist/browser/classic/operationStatusResult/index.js +16 -0
- package/dist/browser/classic/operationStatusResult/index.js.map +1 -0
- package/dist/browser/classic/vmSkus/index.d.ts +11 -0
- package/dist/browser/classic/vmSkus/index.js +14 -0
- package/dist/browser/classic/vmSkus/index.js.map +1 -0
- package/dist/browser/containerServiceClient.d.ts +24 -0
- package/dist/browser/containerServiceClient.js +32 -0
- package/dist/browser/containerServiceClient.js.map +1 -1
- package/dist/browser/index.d.ts +14 -6
- 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 +1611 -9
- package/dist/browser/models/models.js +1996 -8
- package/dist/browser/models/models.js.map +1 -1
- package/dist/browser/restorePollerHelpers.js +35 -5
- package/dist/browser/restorePollerHelpers.js.map +1 -1
- package/dist/commonjs/api/agentPools/index.d.ts +2 -2
- package/dist/commonjs/api/agentPools/index.js +3 -0
- package/dist/commonjs/api/agentPools/index.js.map +3 -3
- package/dist/commonjs/api/agentPools/operations.d.ts +5 -1
- package/dist/commonjs/api/agentPools/operations.js +60 -15
- package/dist/commonjs/api/agentPools/operations.js.map +3 -3
- package/dist/commonjs/api/agentPools/options.d.ts +5 -0
- package/dist/commonjs/api/agentPools/options.js +1 -0
- package/dist/commonjs/api/agentPools/options.js.map +2 -2
- package/dist/commonjs/api/containerService/index.d.ts +3 -0
- package/dist/commonjs/api/containerService/index.js +28 -0
- package/dist/commonjs/api/containerService/index.js.map +7 -0
- package/dist/commonjs/api/containerService/operations.d.ts +10 -0
- package/dist/commonjs/api/containerService/operations.js +74 -0
- package/dist/commonjs/api/containerService/operations.js.map +7 -0
- package/dist/commonjs/api/containerService/options.d.ts +5 -0
- package/dist/commonjs/api/containerService/options.js +16 -0
- package/dist/commonjs/api/containerService/options.js.map +7 -0
- package/dist/commonjs/api/containerServiceContext.js +2 -1
- package/dist/commonjs/api/containerServiceContext.js.map +2 -2
- package/dist/commonjs/api/identityBindings/index.d.ts +3 -0
- package/dist/commonjs/api/identityBindings/index.js +34 -0
- package/dist/commonjs/api/identityBindings/index.js.map +7 -0
- package/dist/commonjs/api/identityBindings/operations.d.ts +28 -0
- package/dist/commonjs/api/identityBindings/operations.js +212 -0
- package/dist/commonjs/api/identityBindings/operations.js.map +7 -0
- package/dist/commonjs/api/identityBindings/options.d.ts +18 -0
- package/dist/commonjs/api/identityBindings/options.js +16 -0
- package/dist/commonjs/api/identityBindings/options.js.map +7 -0
- package/dist/commonjs/api/index.js +1 -0
- package/dist/commonjs/api/index.js.map +1 -1
- package/dist/commonjs/api/jwtAuthenticators/index.d.ts +3 -0
- package/dist/commonjs/api/jwtAuthenticators/index.js +34 -0
- package/dist/commonjs/api/jwtAuthenticators/index.js.map +7 -0
- package/dist/commonjs/api/jwtAuthenticators/operations.d.ts +28 -0
- package/dist/commonjs/api/jwtAuthenticators/operations.js +212 -0
- package/dist/commonjs/api/jwtAuthenticators/operations.js.map +7 -0
- package/dist/commonjs/api/jwtAuthenticators/options.d.ts +18 -0
- package/dist/commonjs/api/jwtAuthenticators/options.js +16 -0
- package/dist/commonjs/api/jwtAuthenticators/options.js.map +7 -0
- package/dist/commonjs/api/loadBalancers/index.d.ts +3 -0
- package/dist/commonjs/api/loadBalancers/index.js +34 -0
- package/dist/commonjs/api/loadBalancers/index.js.map +7 -0
- package/dist/commonjs/api/loadBalancers/operations.d.ts +28 -0
- package/dist/commonjs/api/loadBalancers/operations.js +207 -0
- package/dist/commonjs/api/loadBalancers/operations.js.map +7 -0
- package/dist/commonjs/api/loadBalancers/options.d.ts +16 -0
- package/dist/commonjs/api/loadBalancers/options.js +16 -0
- package/dist/commonjs/api/loadBalancers/options.js.map +7 -0
- package/dist/commonjs/api/machines/index.d.ts +2 -2
- package/dist/commonjs/api/machines/index.js +3 -0
- package/dist/commonjs/api/machines/index.js.map +3 -3
- package/dist/commonjs/api/machines/operations.d.ts +6 -1
- package/dist/commonjs/api/machines/operations.js +68 -3
- package/dist/commonjs/api/machines/operations.js.map +3 -3
- package/dist/commonjs/api/machines/options.d.ts +9 -0
- package/dist/commonjs/api/machines/options.js +1 -0
- package/dist/commonjs/api/machines/options.js.map +2 -2
- 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 +10 -5
- package/dist/commonjs/api/maintenanceConfigurations/operations.js.map +3 -3
- package/dist/commonjs/api/maintenanceConfigurations/options.js +1 -0
- package/dist/commonjs/api/maintenanceConfigurations/options.js.map +1 -1
- package/dist/commonjs/api/managedClusterSnapshots/index.d.ts +3 -0
- package/dist/commonjs/api/managedClusterSnapshots/index.js +38 -0
- package/dist/commonjs/api/managedClusterSnapshots/index.js.map +7 -0
- package/dist/commonjs/api/managedClusterSnapshots/operations.d.ts +35 -0
- package/dist/commonjs/api/managedClusterSnapshots/operations.js +279 -0
- package/dist/commonjs/api/managedClusterSnapshots/operations.js.map +7 -0
- package/dist/commonjs/api/managedClusterSnapshots/options.d.ts +20 -0
- package/dist/commonjs/api/managedClusterSnapshots/options.js +16 -0
- package/dist/commonjs/api/managedClusterSnapshots/options.js.map +7 -0
- package/dist/commonjs/api/managedClusters/index.d.ts +2 -2
- package/dist/commonjs/api/managedClusters/index.js +11 -0
- package/dist/commonjs/api/managedClusters/index.js.map +3 -3
- package/dist/commonjs/api/managedClusters/operations.d.ts +22 -2
- package/dist/commonjs/api/managedClusters/operations.js +277 -43
- package/dist/commonjs/api/managedClusters/operations.js.map +3 -3
- package/dist/commonjs/api/managedClusters/options.d.ts +19 -0
- package/dist/commonjs/api/managedClusters/options.js +1 -0
- package/dist/commonjs/api/managedClusters/options.js.map +2 -2
- 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 +14 -9
- package/dist/commonjs/api/managedNamespaces/operations.js.map +3 -3
- package/dist/commonjs/api/managedNamespaces/options.js +1 -0
- package/dist/commonjs/api/managedNamespaces/options.js.map +1 -1
- package/dist/commonjs/api/meshMemberships/index.d.ts +3 -0
- package/dist/commonjs/api/meshMemberships/index.js +34 -0
- package/dist/commonjs/api/meshMemberships/index.js.map +7 -0
- package/dist/commonjs/api/meshMemberships/operations.d.ts +28 -0
- package/dist/commonjs/api/meshMemberships/operations.js +212 -0
- package/dist/commonjs/api/meshMemberships/operations.js.map +7 -0
- package/dist/commonjs/api/meshMemberships/options.d.ts +18 -0
- package/dist/commonjs/api/meshMemberships/options.js +16 -0
- package/dist/commonjs/api/meshMemberships/options.js.map +7 -0
- package/dist/commonjs/api/operationStatusResult/index.d.ts +3 -0
- package/dist/commonjs/api/operationStatusResult/index.js +32 -0
- package/dist/commonjs/api/operationStatusResult/index.js.map +7 -0
- package/dist/commonjs/api/operationStatusResult/operations.d.ts +18 -0
- package/dist/commonjs/api/operationStatusResult/operations.js +159 -0
- package/dist/commonjs/api/operationStatusResult/operations.js.map +7 -0
- package/dist/commonjs/api/operationStatusResult/options.d.ts +11 -0
- package/dist/commonjs/api/operationStatusResult/options.js +16 -0
- package/dist/commonjs/api/operationStatusResult/options.js.map +7 -0
- 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 +7 -2
- package/dist/commonjs/api/operations/operations.js.map +3 -3
- 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 +17 -8
- package/dist/commonjs/api/snapshots/operations.js.map +3 -3
- 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 +12 -7
- package/dist/commonjs/api/trustedAccessRoleBindings/operations.js.map +3 -3
- 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 +7 -2
- package/dist/commonjs/api/trustedAccessRoles/operations.js.map +3 -3
- package/dist/commonjs/api/trustedAccessRoles/options.js +1 -0
- package/dist/commonjs/api/trustedAccessRoles/options.js.map +1 -1
- package/dist/commonjs/api/vmSkus/index.d.ts +3 -0
- package/dist/commonjs/api/vmSkus/index.js +28 -0
- package/dist/commonjs/api/vmSkus/index.js.map +7 -0
- package/dist/commonjs/api/vmSkus/operations.d.ts +10 -0
- package/dist/commonjs/api/vmSkus/operations.js +75 -0
- package/dist/commonjs/api/vmSkus/operations.js.map +7 -0
- package/dist/commonjs/api/vmSkus/options.d.ts +7 -0
- package/dist/commonjs/api/vmSkus/options.js +16 -0
- package/dist/commonjs/api/vmSkus/options.js.map +7 -0
- package/dist/commonjs/classic/agentPools/index.d.ts +7 -1
- package/dist/commonjs/classic/agentPools/index.js +22 -0
- package/dist/commonjs/classic/agentPools/index.js.map +3 -3
- package/dist/commonjs/classic/containerService/index.d.ts +11 -0
- package/dist/commonjs/classic/containerService/index.js +38 -0
- package/dist/commonjs/classic/containerService/index.js.map +7 -0
- package/dist/commonjs/classic/identityBindings/index.d.ts +32 -0
- package/dist/commonjs/classic/identityBindings/index.js +85 -0
- package/dist/commonjs/classic/identityBindings/index.js.map +7 -0
- package/dist/commonjs/classic/index.d.ts +8 -0
- package/dist/commonjs/classic/index.js +1 -0
- package/dist/commonjs/classic/index.js.map +2 -2
- package/dist/commonjs/classic/jwtAuthenticators/index.d.ts +32 -0
- package/dist/commonjs/classic/jwtAuthenticators/index.js +85 -0
- package/dist/commonjs/classic/jwtAuthenticators/index.js.map +7 -0
- package/dist/commonjs/classic/loadBalancers/index.d.ts +28 -0
- package/dist/commonjs/classic/loadBalancers/index.js +57 -0
- package/dist/commonjs/classic/loadBalancers/index.js.map +7 -0
- package/dist/commonjs/classic/machines/index.d.ts +9 -1
- package/dist/commonjs/classic/machines/index.js +35 -0
- package/dist/commonjs/classic/machines/index.js.map +3 -3
- package/dist/commonjs/classic/maintenanceConfigurations/index.js +1 -0
- package/dist/commonjs/classic/maintenanceConfigurations/index.js.map +1 -1
- package/dist/commonjs/classic/managedClusterSnapshots/index.d.ts +26 -0
- package/dist/commonjs/classic/managedClusterSnapshots/index.js +43 -0
- package/dist/commonjs/classic/managedClusterSnapshots/index.js.map +7 -0
- package/dist/commonjs/classic/managedClusters/index.d.ts +16 -2
- package/dist/commonjs/classic/managedClusters/index.js +26 -0
- package/dist/commonjs/classic/managedClusters/index.js.map +3 -3
- package/dist/commonjs/classic/managedNamespaces/index.js +1 -0
- package/dist/commonjs/classic/managedNamespaces/index.js.map +1 -1
- package/dist/commonjs/classic/meshMemberships/index.d.ts +32 -0
- package/dist/commonjs/classic/meshMemberships/index.js +79 -0
- package/dist/commonjs/classic/meshMemberships/index.js.map +7 -0
- package/dist/commonjs/classic/operationStatusResult/index.d.ts +15 -0
- package/dist/commonjs/classic/operationStatusResult/index.js +40 -0
- package/dist/commonjs/classic/operationStatusResult/index.js.map +7 -0
- 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/classic/vmSkus/index.d.ts +11 -0
- package/dist/commonjs/classic/vmSkus/index.js +38 -0
- package/dist/commonjs/classic/vmSkus/index.js.map +7 -0
- package/dist/commonjs/containerServiceClient.d.ts +24 -0
- package/dist/commonjs/containerServiceClient.js +33 -0
- package/dist/commonjs/containerServiceClient.js.map +3 -3
- package/dist/commonjs/index.d.ts +14 -6
- package/dist/commonjs/index.js +53 -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 +53 -0
- package/dist/commonjs/models/index.js.map +3 -3
- package/dist/commonjs/models/models.d.ts +1611 -9
- package/dist/commonjs/models/models.js +1986 -67
- package/dist/commonjs/models/models.js.map +4 -4
- package/dist/commonjs/restorePollerHelpers.js +57 -26
- package/dist/commonjs/restorePollerHelpers.js.map +4 -4
- 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.d.ts +2 -2
- 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.d.ts +5 -1
- package/dist/esm/api/agentPools/operations.js +300 -363
- package/dist/esm/api/agentPools/operations.js.map +1 -7
- package/dist/esm/api/agentPools/options.d.ts +5 -0
- package/dist/esm/api/agentPools/options.js +4 -0
- package/dist/esm/api/agentPools/options.js.map +1 -7
- package/dist/esm/api/containerService/index.d.ts +3 -0
- package/dist/esm/api/containerService/index.js +4 -0
- package/dist/esm/api/containerService/index.js.map +1 -0
- package/dist/esm/api/containerService/operations.d.ts +10 -0
- package/dist/esm/api/containerService/operations.js +37 -0
- package/dist/esm/api/containerService/operations.js.map +1 -0
- package/dist/esm/api/containerService/options.d.ts +5 -0
- package/dist/esm/api/containerService/options.js +4 -0
- package/dist/esm/api/containerService/options.js.map +1 -0
- package/dist/esm/api/containerServiceContext.js +20 -17
- package/dist/esm/api/containerServiceContext.js.map +1 -7
- package/dist/esm/api/identityBindings/index.d.ts +3 -0
- package/dist/esm/api/identityBindings/index.js +4 -0
- package/dist/esm/api/identityBindings/index.js.map +1 -0
- package/dist/esm/api/identityBindings/operations.d.ts +28 -0
- package/dist/esm/api/identityBindings/operations.js +140 -0
- package/dist/esm/api/identityBindings/operations.js.map +1 -0
- package/dist/esm/api/identityBindings/options.d.ts +18 -0
- package/dist/esm/api/identityBindings/options.js +4 -0
- package/dist/esm/api/identityBindings/options.js.map +1 -0
- package/dist/esm/api/index.js +4 -4
- package/dist/esm/api/index.js.map +1 -7
- package/dist/esm/api/jwtAuthenticators/index.d.ts +3 -0
- package/dist/esm/api/jwtAuthenticators/index.js +4 -0
- package/dist/esm/api/jwtAuthenticators/index.js.map +1 -0
- package/dist/esm/api/jwtAuthenticators/operations.d.ts +28 -0
- package/dist/esm/api/jwtAuthenticators/operations.js +140 -0
- package/dist/esm/api/jwtAuthenticators/operations.js.map +1 -0
- package/dist/esm/api/jwtAuthenticators/options.d.ts +18 -0
- package/dist/esm/api/jwtAuthenticators/options.js +4 -0
- package/dist/esm/api/jwtAuthenticators/options.js.map +1 -0
- package/dist/esm/api/loadBalancers/index.d.ts +3 -0
- package/dist/esm/api/loadBalancers/index.js +4 -0
- package/dist/esm/api/loadBalancers/index.js.map +1 -0
- package/dist/esm/api/loadBalancers/operations.d.ts +28 -0
- package/dist/esm/api/loadBalancers/operations.js +135 -0
- package/dist/esm/api/loadBalancers/operations.js.map +1 -0
- package/dist/esm/api/loadBalancers/options.d.ts +16 -0
- package/dist/esm/api/loadBalancers/options.js +4 -0
- package/dist/esm/api/loadBalancers/options.js.map +1 -0
- package/dist/esm/api/machines/index.d.ts +2 -2
- 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.d.ts +6 -1
- package/dist/esm/api/machines/operations.js +101 -82
- package/dist/esm/api/machines/operations.js.map +1 -7
- package/dist/esm/api/machines/options.d.ts +9 -0
- 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 +111 -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/managedClusterSnapshots/index.d.ts +3 -0
- package/dist/esm/api/managedClusterSnapshots/index.js +4 -0
- package/dist/esm/api/managedClusterSnapshots/index.js.map +1 -0
- package/dist/esm/api/managedClusterSnapshots/operations.d.ts +35 -0
- package/dist/esm/api/managedClusterSnapshots/operations.js +184 -0
- package/dist/esm/api/managedClusterSnapshots/operations.js.map +1 -0
- package/dist/esm/api/managedClusterSnapshots/options.d.ts +20 -0
- package/dist/esm/api/managedClusterSnapshots/options.js +4 -0
- package/dist/esm/api/managedClusterSnapshots/options.js.map +1 -0
- package/dist/esm/api/managedClusters/index.d.ts +2 -2
- 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.d.ts +22 -2
- package/dist/esm/api/managedClusters/operations.js +941 -1033
- package/dist/esm/api/managedClusters/operations.js.map +1 -7
- package/dist/esm/api/managedClusters/options.d.ts +19 -0
- 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 +188 -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/meshMemberships/index.d.ts +3 -0
- package/dist/esm/api/meshMemberships/index.js +4 -0
- package/dist/esm/api/meshMemberships/index.js.map +1 -0
- package/dist/esm/api/meshMemberships/operations.d.ts +28 -0
- package/dist/esm/api/meshMemberships/operations.js +140 -0
- package/dist/esm/api/meshMemberships/operations.js.map +1 -0
- package/dist/esm/api/meshMemberships/options.d.ts +18 -0
- package/dist/esm/api/meshMemberships/options.js +4 -0
- package/dist/esm/api/meshMemberships/options.js.map +1 -0
- package/dist/esm/api/operationStatusResult/index.d.ts +3 -0
- package/dist/esm/api/operationStatusResult/index.js +4 -0
- package/dist/esm/api/operationStatusResult/index.js.map +1 -0
- package/dist/esm/api/operationStatusResult/operations.d.ts +18 -0
- package/dist/esm/api/operationStatusResult/operations.js +97 -0
- package/dist/esm/api/operationStatusResult/operations.js.map +1 -0
- package/dist/esm/api/operationStatusResult/options.d.ts +11 -0
- package/dist/esm/api/operationStatusResult/options.js +4 -0
- package/dist/esm/api/operationStatusResult/options.js.map +1 -0
- 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 +29 -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 +175 -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 +121 -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 +31 -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/api/vmSkus/index.d.ts +3 -0
- package/dist/esm/api/vmSkus/index.js +4 -0
- package/dist/esm/api/vmSkus/index.js.map +1 -0
- package/dist/esm/api/vmSkus/operations.d.ts +10 -0
- package/dist/esm/api/vmSkus/operations.js +38 -0
- package/dist/esm/api/vmSkus/operations.js.map +1 -0
- package/dist/esm/api/vmSkus/options.d.ts +7 -0
- package/dist/esm/api/vmSkus/options.js +4 -0
- package/dist/esm/api/vmSkus/options.js.map +1 -0
- package/dist/esm/classic/agentPools/index.d.ts +7 -1
- package/dist/esm/classic/agentPools/index.js +68 -121
- package/dist/esm/classic/agentPools/index.js.map +1 -7
- package/dist/esm/classic/containerService/index.d.ts +11 -0
- package/dist/esm/classic/containerService/index.js +14 -0
- package/dist/esm/classic/containerService/index.js.map +1 -0
- package/dist/esm/classic/identityBindings/index.d.ts +32 -0
- package/dist/esm/classic/identityBindings/index.js +34 -0
- package/dist/esm/classic/identityBindings/index.js.map +1 -0
- package/dist/esm/classic/index.d.ts +8 -0
- package/dist/esm/classic/index.js +4 -0
- package/dist/esm/classic/index.js.map +1 -7
- package/dist/esm/classic/jwtAuthenticators/index.d.ts +32 -0
- package/dist/esm/classic/jwtAuthenticators/index.js +34 -0
- package/dist/esm/classic/jwtAuthenticators/index.js.map +1 -0
- package/dist/esm/classic/loadBalancers/index.d.ts +28 -0
- package/dist/esm/classic/loadBalancers/index.js +26 -0
- package/dist/esm/classic/loadBalancers/index.js.map +1 -0
- package/dist/esm/classic/machines/index.d.ts +9 -1
- package/dist/esm/classic/machines/index.js +22 -12
- 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/managedClusterSnapshots/index.d.ts +26 -0
- package/dist/esm/classic/managedClusterSnapshots/index.js +19 -0
- package/dist/esm/classic/managedClusterSnapshots/index.js.map +1 -0
- package/dist/esm/classic/managedClusters/index.d.ts +16 -2
- package/dist/esm/classic/managedClusters/index.js +137 -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/meshMemberships/index.d.ts +32 -0
- package/dist/esm/classic/meshMemberships/index.js +34 -0
- package/dist/esm/classic/meshMemberships/index.js.map +1 -0
- package/dist/esm/classic/operationStatusResult/index.d.ts +15 -0
- package/dist/esm/classic/operationStatusResult/index.js +16 -0
- package/dist/esm/classic/operationStatusResult/index.js.map +1 -0
- 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/classic/vmSkus/index.d.ts +11 -0
- package/dist/esm/classic/vmSkus/index.js +14 -0
- package/dist/esm/classic/vmSkus/index.js.map +1 -0
- package/dist/esm/containerServiceClient.d.ts +24 -0
- package/dist/esm/containerServiceClient.js +94 -59
- package/dist/esm/containerServiceClient.js.map +1 -7
- package/dist/esm/index.d.ts +14 -6
- 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 +1611 -9
- package/dist/esm/models/models.js +6770 -4137
- package/dist/esm/models/models.js.map +1 -7
- package/dist/esm/restorePollerHelpers.js +157 -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/index.d.ts +2 -2
- package/dist/react-native/api/agentPools/index.js +1 -1
- package/dist/react-native/api/agentPools/index.js.map +1 -1
- package/dist/react-native/api/agentPools/operations.d.ts +5 -1
- package/dist/react-native/api/agentPools/operations.js +50 -15
- package/dist/react-native/api/agentPools/operations.js.map +1 -1
- package/dist/react-native/api/agentPools/options.d.ts +5 -0
- package/dist/react-native/api/agentPools/options.js.map +1 -1
- package/dist/react-native/api/containerService/index.d.ts +3 -0
- package/dist/react-native/api/containerService/index.js +4 -0
- package/dist/react-native/api/containerService/index.js.map +1 -0
- package/dist/react-native/api/containerService/operations.d.ts +10 -0
- package/dist/react-native/api/containerService/operations.js +37 -0
- package/dist/react-native/api/containerService/operations.js.map +1 -0
- package/dist/react-native/api/containerService/options.d.ts +5 -0
- package/dist/react-native/api/containerService/options.js +4 -0
- package/dist/react-native/api/containerService/options.js.map +1 -0
- package/dist/react-native/api/containerServiceContext.js +1 -1
- package/dist/react-native/api/containerServiceContext.js.map +1 -1
- package/dist/react-native/api/identityBindings/index.d.ts +3 -0
- package/dist/react-native/api/identityBindings/index.js +4 -0
- package/dist/react-native/api/identityBindings/index.js.map +1 -0
- package/dist/react-native/api/identityBindings/operations.d.ts +28 -0
- package/dist/react-native/api/identityBindings/operations.js +140 -0
- package/dist/react-native/api/identityBindings/operations.js.map +1 -0
- package/dist/react-native/api/identityBindings/options.d.ts +18 -0
- package/dist/react-native/api/identityBindings/options.js +4 -0
- package/dist/react-native/api/identityBindings/options.js.map +1 -0
- package/dist/react-native/api/jwtAuthenticators/index.d.ts +3 -0
- package/dist/react-native/api/jwtAuthenticators/index.js +4 -0
- package/dist/react-native/api/jwtAuthenticators/index.js.map +1 -0
- package/dist/react-native/api/jwtAuthenticators/operations.d.ts +28 -0
- package/dist/react-native/api/jwtAuthenticators/operations.js +140 -0
- package/dist/react-native/api/jwtAuthenticators/operations.js.map +1 -0
- package/dist/react-native/api/jwtAuthenticators/options.d.ts +18 -0
- package/dist/react-native/api/jwtAuthenticators/options.js +4 -0
- package/dist/react-native/api/jwtAuthenticators/options.js.map +1 -0
- package/dist/react-native/api/loadBalancers/index.d.ts +3 -0
- package/dist/react-native/api/loadBalancers/index.js +4 -0
- package/dist/react-native/api/loadBalancers/index.js.map +1 -0
- package/dist/react-native/api/loadBalancers/operations.d.ts +28 -0
- package/dist/react-native/api/loadBalancers/operations.js +135 -0
- package/dist/react-native/api/loadBalancers/operations.js.map +1 -0
- package/dist/react-native/api/loadBalancers/options.d.ts +16 -0
- package/dist/react-native/api/loadBalancers/options.js +4 -0
- package/dist/react-native/api/loadBalancers/options.js.map +1 -0
- package/dist/react-native/api/machines/index.d.ts +2 -2
- package/dist/react-native/api/machines/index.js +1 -1
- package/dist/react-native/api/machines/index.js.map +1 -1
- package/dist/react-native/api/machines/operations.d.ts +6 -1
- package/dist/react-native/api/machines/operations.js +51 -4
- package/dist/react-native/api/machines/operations.js.map +1 -1
- package/dist/react-native/api/machines/options.d.ts +9 -0
- package/dist/react-native/api/machines/options.js.map +1 -1
- package/dist/react-native/api/maintenanceConfigurations/operations.js +9 -5
- package/dist/react-native/api/maintenanceConfigurations/operations.js.map +1 -1
- package/dist/react-native/api/managedClusterSnapshots/index.d.ts +3 -0
- package/dist/react-native/api/managedClusterSnapshots/index.js +4 -0
- package/dist/react-native/api/managedClusterSnapshots/index.js.map +1 -0
- package/dist/react-native/api/managedClusterSnapshots/operations.d.ts +35 -0
- package/dist/react-native/api/managedClusterSnapshots/operations.js +184 -0
- package/dist/react-native/api/managedClusterSnapshots/operations.js.map +1 -0
- package/dist/react-native/api/managedClusterSnapshots/options.d.ts +20 -0
- package/dist/react-native/api/managedClusterSnapshots/options.js +4 -0
- package/dist/react-native/api/managedClusterSnapshots/options.js.map +1 -0
- package/dist/react-native/api/managedClusters/index.d.ts +2 -2
- package/dist/react-native/api/managedClusters/index.js +1 -1
- package/dist/react-native/api/managedClusters/index.js.map +1 -1
- package/dist/react-native/api/managedClusters/operations.d.ts +22 -2
- package/dist/react-native/api/managedClusters/operations.js +215 -44
- package/dist/react-native/api/managedClusters/operations.js.map +1 -1
- package/dist/react-native/api/managedClusters/options.d.ts +19 -0
- package/dist/react-native/api/managedClusters/options.js.map +1 -1
- package/dist/react-native/api/managedNamespaces/operations.js +13 -9
- package/dist/react-native/api/managedNamespaces/operations.js.map +1 -1
- package/dist/react-native/api/meshMemberships/index.d.ts +3 -0
- package/dist/react-native/api/meshMemberships/index.js +4 -0
- package/dist/react-native/api/meshMemberships/index.js.map +1 -0
- package/dist/react-native/api/meshMemberships/operations.d.ts +28 -0
- package/dist/react-native/api/meshMemberships/operations.js +140 -0
- package/dist/react-native/api/meshMemberships/operations.js.map +1 -0
- package/dist/react-native/api/meshMemberships/options.d.ts +18 -0
- package/dist/react-native/api/meshMemberships/options.js +4 -0
- package/dist/react-native/api/meshMemberships/options.js.map +1 -0
- package/dist/react-native/api/operationStatusResult/index.d.ts +3 -0
- package/dist/react-native/api/operationStatusResult/index.js +4 -0
- package/dist/react-native/api/operationStatusResult/index.js.map +1 -0
- package/dist/react-native/api/operationStatusResult/operations.d.ts +18 -0
- package/dist/react-native/api/operationStatusResult/operations.js +97 -0
- package/dist/react-native/api/operationStatusResult/operations.js.map +1 -0
- package/dist/react-native/api/operationStatusResult/options.d.ts +11 -0
- package/dist/react-native/api/operationStatusResult/options.js +4 -0
- package/dist/react-native/api/operationStatusResult/options.js.map +1 -0
- package/dist/react-native/api/operations/operations.js +6 -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 +16 -8
- package/dist/react-native/api/snapshots/operations.js.map +1 -1
- package/dist/react-native/api/trustedAccessRoleBindings/operations.js +11 -7
- package/dist/react-native/api/trustedAccessRoleBindings/operations.js.map +1 -1
- package/dist/react-native/api/trustedAccessRoles/operations.js +6 -2
- package/dist/react-native/api/trustedAccessRoles/operations.js.map +1 -1
- package/dist/react-native/api/vmSkus/index.d.ts +3 -0
- package/dist/react-native/api/vmSkus/index.js +4 -0
- package/dist/react-native/api/vmSkus/index.js.map +1 -0
- package/dist/react-native/api/vmSkus/operations.d.ts +10 -0
- package/dist/react-native/api/vmSkus/operations.js +38 -0
- package/dist/react-native/api/vmSkus/operations.js.map +1 -0
- package/dist/react-native/api/vmSkus/options.d.ts +7 -0
- package/dist/react-native/api/vmSkus/options.js +4 -0
- package/dist/react-native/api/vmSkus/options.js.map +1 -0
- package/dist/react-native/classic/agentPools/index.d.ts +7 -1
- package/dist/react-native/classic/agentPools/index.js +10 -1
- package/dist/react-native/classic/agentPools/index.js.map +1 -1
- package/dist/react-native/classic/containerService/index.d.ts +11 -0
- package/dist/react-native/classic/containerService/index.js +14 -0
- package/dist/react-native/classic/containerService/index.js.map +1 -0
- package/dist/react-native/classic/identityBindings/index.d.ts +32 -0
- package/dist/react-native/classic/identityBindings/index.js +34 -0
- package/dist/react-native/classic/identityBindings/index.js.map +1 -0
- package/dist/react-native/classic/index.d.ts +8 -0
- package/dist/react-native/classic/index.js.map +1 -1
- package/dist/react-native/classic/jwtAuthenticators/index.d.ts +32 -0
- package/dist/react-native/classic/jwtAuthenticators/index.js +34 -0
- package/dist/react-native/classic/jwtAuthenticators/index.js.map +1 -0
- package/dist/react-native/classic/loadBalancers/index.d.ts +28 -0
- package/dist/react-native/classic/loadBalancers/index.js +26 -0
- package/dist/react-native/classic/loadBalancers/index.js.map +1 -0
- package/dist/react-native/classic/machines/index.d.ts +9 -1
- package/dist/react-native/classic/machines/index.js +11 -1
- package/dist/react-native/classic/machines/index.js.map +1 -1
- package/dist/react-native/classic/managedClusterSnapshots/index.d.ts +26 -0
- package/dist/react-native/classic/managedClusterSnapshots/index.js +19 -0
- package/dist/react-native/classic/managedClusterSnapshots/index.js.map +1 -0
- package/dist/react-native/classic/managedClusters/index.d.ts +16 -2
- package/dist/react-native/classic/managedClusters/index.js +14 -1
- package/dist/react-native/classic/managedClusters/index.js.map +1 -1
- package/dist/react-native/classic/meshMemberships/index.d.ts +32 -0
- package/dist/react-native/classic/meshMemberships/index.js +34 -0
- package/dist/react-native/classic/meshMemberships/index.js.map +1 -0
- package/dist/react-native/classic/operationStatusResult/index.d.ts +15 -0
- package/dist/react-native/classic/operationStatusResult/index.js +16 -0
- package/dist/react-native/classic/operationStatusResult/index.js.map +1 -0
- package/dist/react-native/classic/vmSkus/index.d.ts +11 -0
- package/dist/react-native/classic/vmSkus/index.js +14 -0
- package/dist/react-native/classic/vmSkus/index.js.map +1 -0
- package/dist/react-native/containerServiceClient.d.ts +24 -0
- package/dist/react-native/containerServiceClient.js +32 -0
- package/dist/react-native/containerServiceClient.js.map +1 -1
- package/dist/react-native/index.d.ts +14 -6
- 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 +1611 -9
- package/dist/react-native/models/models.js +1996 -8
- package/dist/react-native/models/models.js.map +1 -1
- package/dist/react-native/restorePollerHelpers.js +35 -5
- package/dist/react-native/restorePollerHelpers.js.map +1 -1
- package/package.json +150 -6
|
@@ -50,8 +50,14 @@ export interface AgentPool extends ProxyResource {
|
|
|
50
50
|
readonly currentOrchestratorVersion?: string;
|
|
51
51
|
/** The version of node image */
|
|
52
52
|
readonly nodeImageVersion?: string;
|
|
53
|
+
/** Defines the upgrade strategy for the agent pool. The default is Rolling. */
|
|
54
|
+
upgradeStrategy?: UpgradeStrategy;
|
|
55
|
+
/** Whether to enable the full-cache ephemeral OS disk feature. When this feature is enabled, the entire operating system will be locally cached on the ephemeral OS disk, preventing E17 events caused by network failures. */
|
|
56
|
+
enableOSDiskFullCaching?: boolean;
|
|
53
57
|
/** Settings for upgrading the agentpool */
|
|
54
58
|
upgradeSettings?: AgentPoolUpgradeSettings;
|
|
59
|
+
/** Settings for Blue-Green upgrade on the agentpool. Applies when upgrade strategy is set to BlueGreen. */
|
|
60
|
+
upgradeSettingsBlueGreen?: AgentPoolBlueGreenUpgradeSettings;
|
|
55
61
|
/** The current deployment or provisioning state. */
|
|
56
62
|
readonly provisioningState?: string;
|
|
57
63
|
/** Whether the Agent Pool is running or stopped. When an Agent Pool is first created it is initially Running. The Agent Pool can be stopped by setting this field to Stopped. A stopped Agent Pool stops all of its VMs and does not accrue billing charges. An Agent Pool can only be stopped if it is Running and provisioning state is Succeeded */
|
|
@@ -74,6 +80,8 @@ export interface AgentPool extends ProxyResource {
|
|
|
74
80
|
nodeLabels?: Record<string, string>;
|
|
75
81
|
/** The taints added to new nodes during node pool create and scale. For example, key=value:NoSchedule. */
|
|
76
82
|
nodeTaints?: string[];
|
|
83
|
+
/** Taints added on the nodes during creation that will not be reconciled by AKS. These taints will not be reconciled by AKS and can be removed with a kubectl call. This field can be modified after node pool is created, but nodes will not be recreated with new taints until another operation that requires recreation (e.g. node image upgrade) happens. These taints allow for required configuration to run before the node is ready to accept workloads, for example 'key1=value1:NoSchedule' that then can be removed with `kubectl taint nodes node1 key1=value1:NoSchedule-` */
|
|
84
|
+
nodeInitializationTaints?: string[];
|
|
77
85
|
/** The ID for Proximity Placement Group. */
|
|
78
86
|
proximityPlacementGroupID?: string;
|
|
79
87
|
/** The Kubelet configuration on the agent pool nodes. */
|
|
@@ -104,6 +112,8 @@ export interface AgentPool extends ProxyResource {
|
|
|
104
112
|
gpuProfile?: GPUProfile;
|
|
105
113
|
/** Profile specific to a managed agent pool in Gateway mode. This field cannot be set if agent pool mode is not Gateway. */
|
|
106
114
|
gatewayProfile?: AgentPoolGatewayProfile;
|
|
115
|
+
/** Configuration for using artifact streaming on AKS. */
|
|
116
|
+
artifactStreamingProfile?: AgentPoolArtifactStreamingProfile;
|
|
107
117
|
/** Specifications on VirtualMachines agent pool. */
|
|
108
118
|
virtualMachinesProfile?: VirtualMachinesProfile;
|
|
109
119
|
/** The status of nodes in a VirtualMachines agent pool. */
|
|
@@ -112,6 +122,8 @@ export interface AgentPool extends ProxyResource {
|
|
|
112
122
|
status?: AgentPoolStatus;
|
|
113
123
|
/** Configures the per-node local DNS, with VnetDNS and KubeDNS overrides. LocalDNS helps improve performance and reliability of DNS resolution in an AKS cluster. For more details see aka.ms/aks/localdns. */
|
|
114
124
|
localDNSProfile?: LocalDNSProfile;
|
|
125
|
+
/** Settings to determine the node customization used to provision nodes in a pool. */
|
|
126
|
+
nodeCustomizationProfile?: NodeCustomizationProfile;
|
|
115
127
|
}
|
|
116
128
|
export declare function agentPoolSerializer(item: AgentPool): any;
|
|
117
129
|
export declare function agentPoolDeserializer(item: any): AgentPool;
|
|
@@ -163,8 +175,14 @@ export interface ManagedClusterAgentPoolProfileProperties {
|
|
|
163
175
|
readonly currentOrchestratorVersion?: string;
|
|
164
176
|
/** The version of node image */
|
|
165
177
|
readonly nodeImageVersion?: string;
|
|
178
|
+
/** Defines the upgrade strategy for the agent pool. The default is Rolling. */
|
|
179
|
+
upgradeStrategy?: UpgradeStrategy;
|
|
180
|
+
/** Whether to enable the full-cache ephemeral OS disk feature. When this feature is enabled, the entire operating system will be locally cached on the ephemeral OS disk, preventing E17 events caused by network failures. */
|
|
181
|
+
enableOSDiskFullCaching?: boolean;
|
|
166
182
|
/** Settings for upgrading the agentpool */
|
|
167
183
|
upgradeSettings?: AgentPoolUpgradeSettings;
|
|
184
|
+
/** Settings for Blue-Green upgrade on the agentpool. Applies when upgrade strategy is set to BlueGreen. */
|
|
185
|
+
upgradeSettingsBlueGreen?: AgentPoolBlueGreenUpgradeSettings;
|
|
168
186
|
/** The current deployment or provisioning state. */
|
|
169
187
|
readonly provisioningState?: string;
|
|
170
188
|
/** Whether the Agent Pool is running or stopped. When an Agent Pool is first created it is initially Running. The Agent Pool can be stopped by setting this field to Stopped. A stopped Agent Pool stops all of its VMs and does not accrue billing charges. An Agent Pool can only be stopped if it is Running and provisioning state is Succeeded */
|
|
@@ -187,6 +205,8 @@ export interface ManagedClusterAgentPoolProfileProperties {
|
|
|
187
205
|
nodeLabels?: Record<string, string>;
|
|
188
206
|
/** The taints added to new nodes during node pool create and scale. For example, key=value:NoSchedule. */
|
|
189
207
|
nodeTaints?: string[];
|
|
208
|
+
/** Taints added on the nodes during creation that will not be reconciled by AKS. These taints will not be reconciled by AKS and can be removed with a kubectl call. This field can be modified after node pool is created, but nodes will not be recreated with new taints until another operation that requires recreation (e.g. node image upgrade) happens. These taints allow for required configuration to run before the node is ready to accept workloads, for example 'key1=value1:NoSchedule' that then can be removed with `kubectl taint nodes node1 key1=value1:NoSchedule-` */
|
|
209
|
+
nodeInitializationTaints?: string[];
|
|
190
210
|
/** The ID for Proximity Placement Group. */
|
|
191
211
|
proximityPlacementGroupID?: string;
|
|
192
212
|
/** The Kubelet configuration on the agent pool nodes. */
|
|
@@ -217,6 +237,8 @@ export interface ManagedClusterAgentPoolProfileProperties {
|
|
|
217
237
|
gpuProfile?: GPUProfile;
|
|
218
238
|
/** Profile specific to a managed agent pool in Gateway mode. This field cannot be set if agent pool mode is not Gateway. */
|
|
219
239
|
gatewayProfile?: AgentPoolGatewayProfile;
|
|
240
|
+
/** Configuration for using artifact streaming on AKS. */
|
|
241
|
+
artifactStreamingProfile?: AgentPoolArtifactStreamingProfile;
|
|
220
242
|
/** Specifications on VirtualMachines agent pool. */
|
|
221
243
|
virtualMachinesProfile?: VirtualMachinesProfile;
|
|
222
244
|
/** The status of nodes in a VirtualMachines agent pool. */
|
|
@@ -225,6 +247,8 @@ export interface ManagedClusterAgentPoolProfileProperties {
|
|
|
225
247
|
status?: AgentPoolStatus;
|
|
226
248
|
/** Configures the per-node local DNS, with VnetDNS and KubeDNS overrides. LocalDNS helps improve performance and reliability of DNS resolution in an AKS cluster. For more details see aka.ms/aks/localdns. */
|
|
227
249
|
localDNSProfile?: LocalDNSProfile;
|
|
250
|
+
/** Settings to determine the node customization used to provision nodes in a pool. */
|
|
251
|
+
nodeCustomizationProfile?: NodeCustomizationProfile;
|
|
228
252
|
}
|
|
229
253
|
export declare function managedClusterAgentPoolProfilePropertiesSerializer(item: ManagedClusterAgentPoolProfileProperties): any;
|
|
230
254
|
export declare function managedClusterAgentPoolProfilePropertiesDeserializer(item: any): ManagedClusterAgentPoolProfileProperties;
|
|
@@ -266,6 +290,8 @@ export declare enum KnownWorkloadRuntime {
|
|
|
266
290
|
OCIContainer = "OCIContainer",
|
|
267
291
|
/** Nodes will use Krustlet to run WASM workloads using the WASI provider (Preview). */
|
|
268
292
|
WasmWasi = "WasmWasi",
|
|
293
|
+
/** Nodes can use (Kata + Cloud Hypervisor + Hyper-V) to enable Nested VM-based pods (Preview). Due to the use Hyper-V, AKS node OS itself is a nested VM (the root OS) of Hyper-V. Thus it can only be used with VM series that support Nested Virtualization such as Dv3 series. This naming convention will be deprecated in future releases in favor of KataVmIsolation. */
|
|
294
|
+
KataMshvVmIsolation = "KataMshvVmIsolation",
|
|
269
295
|
/** Nodes can use (Kata + Cloud Hypervisor + Hyper-V) to enable Nested VM-based pods. Due to the use Hyper-V, AKS node OS itself is a nested VM (the root OS) of Hyper-V. Thus it can only be used with VM series that support Nested Virtualization such as Dv3 series. */
|
|
270
296
|
KataVmIsolation = "KataVmIsolation"
|
|
271
297
|
}
|
|
@@ -276,6 +302,7 @@ export declare enum KnownWorkloadRuntime {
|
|
|
276
302
|
* ### Known values supported by the service
|
|
277
303
|
* **OCIContainer**: Nodes will use Kubelet to run standard OCI container workloads. \
|
|
278
304
|
* **WasmWasi**: Nodes will use Krustlet to run WASM workloads using the WASI provider (Preview). \
|
|
305
|
+
* **KataMshvVmIsolation**: Nodes can use (Kata + Cloud Hypervisor + Hyper-V) to enable Nested VM-based pods (Preview). Due to the use Hyper-V, AKS node OS itself is a nested VM (the root OS) of Hyper-V. Thus it can only be used with VM series that support Nested Virtualization such as Dv3 series. This naming convention will be deprecated in future releases in favor of KataVmIsolation. \
|
|
279
306
|
* **KataVmIsolation**: Nodes can use (Kata + Cloud Hypervisor + Hyper-V) to enable Nested VM-based pods. Due to the use Hyper-V, AKS node OS itself is a nested VM (the root OS) of Hyper-V. Thus it can only be used with VM series that support Nested Virtualization such as Dv3 series.
|
|
280
307
|
*/
|
|
281
308
|
export type WorkloadRuntime = string;
|
|
@@ -320,6 +347,10 @@ export declare enum KnownOssku {
|
|
|
320
347
|
/** Use AzureLinux3 as the OS for node images. Azure Linux is a container-optimized Linux distro built by Microsoft, visit https://aka.ms/azurelinux for more information. For limitations, visit https://aka.ms/aks/node-images. For OS migration guidance, see https://aka.ms/aks/upgrade-os-version. */
|
|
321
348
|
AzureLinux3 = "AzureLinux3",
|
|
322
349
|
/** Deprecated OSSKU. Microsoft recommends that new deployments choose 'AzureLinux' instead. */
|
|
350
|
+
Mariner = "Mariner",
|
|
351
|
+
/** Use Flatcar Container Linux as the OS for node images. Flatcar is a container-optimized, security-focused Linux OS, with an immutable filesystem and part of the Cloud Native Computing Foundation (CNCF). For more information about Flatcar Container Linux for AKS, see aka.ms/aks/flatcar-container-linux-for-aks */
|
|
352
|
+
Flatcar = "Flatcar",
|
|
353
|
+
/** Deprecated OSSKU. Microsoft recommends that new deployments choose 'AzureLinux' instead. */
|
|
323
354
|
CBLMariner = "CBLMariner",
|
|
324
355
|
/** Use Windows2019 as the OS for node images. Unsupported for system node pools. Windows2019 only supports Windows2019 containers; it cannot run Windows2022 containers and vice versa. */
|
|
325
356
|
Windows2019 = "Windows2019",
|
|
@@ -327,6 +358,10 @@ export declare enum KnownOssku {
|
|
|
327
358
|
Windows2022 = "Windows2022",
|
|
328
359
|
/** 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
360
|
Ubuntu2204 = "Ubuntu2204",
|
|
361
|
+
/** Use Windows2025 as the OS for node images. Unsupported for system node pools. Windows2025 supports Windows2022 and Windows 2025 containers; it cannot run Windows2019 containers and vice versa. */
|
|
362
|
+
Windows2025 = "Windows2025",
|
|
363
|
+
/** Use Windows Annual Channel version as the OS for node images. Unsupported for system node pools. Details about supported container images and kubernetes versions under different AKS Annual Channel versions could be seen in https://aka.ms/aks/windows-annual-channel-details. */
|
|
364
|
+
WindowsAnnual = "WindowsAnnual",
|
|
330
365
|
/** Use Ubuntu2404 as the OS for node images, however, Ubuntu 24.04 may not be supported for all nodepools. For limitations and supported kubernetes versions, see see https://aka.ms/aks/supported-ubuntu-versions */
|
|
331
366
|
Ubuntu2404 = "Ubuntu2404"
|
|
332
367
|
}
|
|
@@ -338,10 +373,14 @@ export declare enum KnownOssku {
|
|
|
338
373
|
* **Ubuntu**: Use Ubuntu as the OS for node images. \
|
|
339
374
|
* **AzureLinux**: Use AzureLinux as the OS for node images. Azure Linux is a container-optimized Linux distro built by Microsoft, visit https:\//aka.ms\/azurelinux for more information. \
|
|
340
375
|
* **AzureLinux3**: Use AzureLinux3 as the OS for node images. Azure Linux is a container-optimized Linux distro built by Microsoft, visit https:\//aka.ms\/azurelinux for more information. For limitations, visit https:\//aka.ms\/aks\/node-images. For OS migration guidance, see https:\//aka.ms\/aks\/upgrade-os-version. \
|
|
376
|
+
* **Mariner**: Deprecated OSSKU. Microsoft recommends that new deployments choose 'AzureLinux' instead. \
|
|
377
|
+
* **Flatcar**: Use Flatcar Container Linux as the OS for node images. Flatcar is a container-optimized, security-focused Linux OS, with an immutable filesystem and part of the Cloud Native Computing Foundation (CNCF). For more information about Flatcar Container Linux for AKS, see aka.ms\/aks\/flatcar-container-linux-for-aks \
|
|
341
378
|
* **CBLMariner**: Deprecated OSSKU. Microsoft recommends that new deployments choose 'AzureLinux' instead. \
|
|
342
379
|
* **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
380
|
* **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
381
|
* **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 \
|
|
382
|
+
* **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. \
|
|
383
|
+
* **WindowsAnnual**: Use Windows Annual Channel version as the OS for node images. Unsupported for system node pools. Details about supported container images and kubernetes versions under different AKS Annual Channel versions could be seen in https:\//aka.ms\/aks\/windows-annual-channel-details. \
|
|
345
384
|
* **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
385
|
*/
|
|
347
386
|
export type Ossku = string;
|
|
@@ -387,7 +426,11 @@ export declare enum KnownAgentPoolMode {
|
|
|
387
426
|
/** User agent pools are primarily for hosting your application pods. */
|
|
388
427
|
User = "User",
|
|
389
428
|
/** Gateway agent pools are dedicated to providing static egress IPs to pods. For more details, see https://aka.ms/aks/static-egress-gateway. */
|
|
390
|
-
Gateway = "Gateway"
|
|
429
|
+
Gateway = "Gateway",
|
|
430
|
+
/** ManagedSystem is a system pool managed by AKS. The pool scales dynamically according to cluster usage, and has additional automated monitoring and healing capabilities. There can only be one ManagedSystem pool, and it is recommended to delete all other system pools for the best experience. */
|
|
431
|
+
ManagedSystem = "ManagedSystem",
|
|
432
|
+
/** Machines agent pools are dedicated to hosting machines. Only limited operations, such as creation and deletion, are allowed at the pool level. Please use the machine APIs to manage the full machine lifecycle. */
|
|
433
|
+
Machines = "Machines"
|
|
391
434
|
}
|
|
392
435
|
/**
|
|
393
436
|
* The mode of an agent pool. A cluster must have at least one 'System' Agent Pool at all times. For additional information on agent pool restrictions and best practices, see: https://docs.microsoft.com/azure/aks/use-system-pools \
|
|
@@ -396,15 +439,35 @@ export declare enum KnownAgentPoolMode {
|
|
|
396
439
|
* ### Known values supported by the service
|
|
397
440
|
* **System**: System agent pools are primarily for hosting critical system pods such as CoreDNS and metrics-server. System agent pools osType must be Linux. System agent pools VM SKU must have at least 2vCPUs and 4GB of memory. \
|
|
398
441
|
* **User**: User agent pools are primarily for hosting your application pods. \
|
|
399
|
-
* **Gateway**: Gateway agent pools are dedicated to providing static egress IPs to pods. For more details, see https:\//aka.ms\/aks\/static-egress-gateway.
|
|
442
|
+
* **Gateway**: Gateway agent pools are dedicated to providing static egress IPs to pods. For more details, see https:\//aka.ms\/aks\/static-egress-gateway. \
|
|
443
|
+
* **ManagedSystem**: ManagedSystem is a system pool managed by AKS. The pool scales dynamically according to cluster usage, and has additional automated monitoring and healing capabilities. There can only be one ManagedSystem pool, and it is recommended to delete all other system pools for the best experience. \
|
|
444
|
+
* **Machines**: Machines agent pools are dedicated to hosting machines. Only limited operations, such as creation and deletion, are allowed at the pool level. Please use the machine APIs to manage the full machine lifecycle.
|
|
400
445
|
*/
|
|
401
446
|
export type AgentPoolMode = string;
|
|
447
|
+
/** Defines the upgrade strategy for the agent pool. The default is Rolling. */
|
|
448
|
+
export declare enum KnownUpgradeStrategy {
|
|
449
|
+
/** Specifies that the agent pool will conduct rolling upgrade. This is the default upgrade strategy. */
|
|
450
|
+
Rolling = "Rolling",
|
|
451
|
+
/** Specifies that the agent pool will conduct blue-green upgrade. */
|
|
452
|
+
BlueGreen = "BlueGreen"
|
|
453
|
+
}
|
|
454
|
+
/**
|
|
455
|
+
* Defines the upgrade strategy for the agent pool. The default is Rolling. \
|
|
456
|
+
* {@link KnownUpgradeStrategy} can be used interchangeably with UpgradeStrategy,
|
|
457
|
+
* this enum contains the known values that the service supports.
|
|
458
|
+
* ### Known values supported by the service
|
|
459
|
+
* **Rolling**: Specifies that the agent pool will conduct rolling upgrade. This is the default upgrade strategy. \
|
|
460
|
+
* **BlueGreen**: Specifies that the agent pool will conduct blue-green upgrade.
|
|
461
|
+
*/
|
|
462
|
+
export type UpgradeStrategy = string;
|
|
402
463
|
/** Settings for upgrading an agentpool */
|
|
403
464
|
export interface AgentPoolUpgradeSettings {
|
|
404
465
|
/** The maximum number or percentage of nodes that are surged during upgrade. This can either be set to an integer (e.g. '5') or a percentage (e.g. '50%'). If a percentage is specified, it is the percentage of the total agent pool size at the time of the upgrade. For percentages, fractional nodes are rounded up. If not specified, the default is 10%. For more information, including best practices, see: https://learn.microsoft.com/en-us/azure/aks/upgrade-cluster */
|
|
405
466
|
maxSurge?: string;
|
|
406
467
|
/** The maximum number or percentage of nodes that can be simultaneously unavailable during upgrade. This can either be set to an integer (e.g. '1') or a percentage (e.g. '5%'). If a percentage is specified, it is the percentage of the total agent pool size at the time of the upgrade. For percentages, fractional nodes are rounded up. If not specified, the default is 0. For more information, including best practices, see: https://learn.microsoft.com/en-us/azure/aks/upgrade-cluster */
|
|
407
468
|
maxUnavailable?: string;
|
|
469
|
+
/** The maximum number or percentage of extra nodes that are allowed to be blocked in the agent pool during an upgrade when undrainable node behavior is Cordon. This can either be set to an integer (e.g. '5') or a percentage (e.g. '50%'). If a percentage is specified, it is the percentage of the total agent pool size at the time of the upgrade. For percentages, fractional nodes are rounded up. If not specified, the default is maxSurge. This must always be greater than or equal to maxSurge. For more information, including best practices, see: https://learn.microsoft.com/en-us/azure/aks/upgrade-cluster */
|
|
470
|
+
maxBlockedNodes?: string;
|
|
408
471
|
/** The drain timeout for a node. The amount of time (in minutes) to wait on eviction of pods and graceful termination per node. This eviction wait time honors waiting on pod disruption budgets. If this time is exceeded, the upgrade fails. If not specified, the default is 30 minutes. */
|
|
409
472
|
drainTimeoutInMinutes?: number;
|
|
410
473
|
/** The soak duration for a node. The amount of time (in minutes) to wait after draining a node and before reimaging it and moving on to next node. If not specified, the default is 0 minutes. */
|
|
@@ -430,6 +493,19 @@ export declare enum KnownUndrainableNodeBehavior {
|
|
|
430
493
|
* **Schedule**: AKS will mark the blocked nodes schedulable, but the blocked nodes are not upgraded. A best-effort attempt will be made to delete all surge nodes. The upgrade operation and the managed cluster will be in failed state if there are any blocked nodes.
|
|
431
494
|
*/
|
|
432
495
|
export type UndrainableNodeBehavior = string;
|
|
496
|
+
/** Settings for blue-green upgrade on an agentpool */
|
|
497
|
+
export interface AgentPoolBlueGreenUpgradeSettings {
|
|
498
|
+
/** The number or percentage of nodes to drain in batch during blue-green upgrade. Must be a non-zero number. This can either be set to an integer (e.g. '5') or a percentage (e.g. '50%'). If a percentage is specified, it is the percentage of the total number of blue nodes of the initial upgrade operation. For percentages, fractional nodes are rounded up. If not specified, the default is 10%. For more information, including best practices, see: https://learn.microsoft.com/en-us/azure/aks/upgrade-cluster */
|
|
499
|
+
drainBatchSize?: string;
|
|
500
|
+
/** The drain timeout for a node, i.e., the amount of time (in minutes) to wait on eviction of pods and graceful termination per node. This eviction wait time honors waiting on pod disruption budgets. If this time is exceeded, the upgrade fails. If not specified, the default is 30 minutes. */
|
|
501
|
+
drainTimeoutInMinutes?: number;
|
|
502
|
+
/** The soak duration after draining a batch of nodes, i.e., the amount of time (in minutes) to wait after draining a batch of nodes before moving on the next batch. If not specified, the default is 15 minutes. */
|
|
503
|
+
batchSoakDurationInMinutes?: number;
|
|
504
|
+
/** The soak duration for a node pool, i.e., the amount of time (in minutes) to wait after all old nodes are drained before we remove the old nodes. If not specified, the default is 60 minutes. Only applicable for blue-green upgrade strategy. */
|
|
505
|
+
finalSoakDurationInMinutes?: number;
|
|
506
|
+
}
|
|
507
|
+
export declare function agentPoolBlueGreenUpgradeSettingsSerializer(item: AgentPoolBlueGreenUpgradeSettings): any;
|
|
508
|
+
export declare function agentPoolBlueGreenUpgradeSettingsDeserializer(item: any): AgentPoolBlueGreenUpgradeSettings;
|
|
433
509
|
/** Describes the Power State of the cluster */
|
|
434
510
|
export interface PowerState {
|
|
435
511
|
/** Tells whether the cluster is Running or Stopped */
|
|
@@ -509,9 +585,27 @@ export interface KubeletConfig {
|
|
|
509
585
|
containerLogMaxFiles?: number;
|
|
510
586
|
/** The maximum number of processes per pod. */
|
|
511
587
|
podMaxPids?: number;
|
|
588
|
+
/** Specifies the default seccomp profile applied to all workloads. If not specified, 'Unconfined' will be used by default. */
|
|
589
|
+
seccompDefault?: SeccompDefault;
|
|
512
590
|
}
|
|
513
591
|
export declare function kubeletConfigSerializer(item: KubeletConfig): any;
|
|
514
592
|
export declare function kubeletConfigDeserializer(item: any): KubeletConfig;
|
|
593
|
+
/** Specifies the default seccomp profile applied to all workloads. If not specified, 'Unconfined' will be used by default. */
|
|
594
|
+
export declare enum KnownSeccompDefault {
|
|
595
|
+
/** No seccomp profile is applied, allowing all system calls. */
|
|
596
|
+
Unconfined = "Unconfined",
|
|
597
|
+
/** The default seccomp profile for container runtime is applied, which restricts certain system calls for enhanced security. */
|
|
598
|
+
RuntimeDefault = "RuntimeDefault"
|
|
599
|
+
}
|
|
600
|
+
/**
|
|
601
|
+
* Specifies the default seccomp profile applied to all workloads. If not specified, 'Unconfined' will be used by default. \
|
|
602
|
+
* {@link KnownSeccompDefault} can be used interchangeably with SeccompDefault,
|
|
603
|
+
* this enum contains the known values that the service supports.
|
|
604
|
+
* ### Known values supported by the service
|
|
605
|
+
* **Unconfined**: No seccomp profile is applied, allowing all system calls. \
|
|
606
|
+
* **RuntimeDefault**: The default seccomp profile for container runtime is applied, which restricts certain system calls for enhanced security.
|
|
607
|
+
*/
|
|
608
|
+
export type SeccompDefault = string;
|
|
515
609
|
/** OS configurations of Linux agent nodes. See [AKS custom node configuration](https://docs.microsoft.com/azure/aks/custom-node-configuration) for more details. */
|
|
516
610
|
export interface LinuxOSConfig {
|
|
517
611
|
/** Sysctl settings for Linux agent nodes. */
|
|
@@ -692,7 +786,9 @@ export declare enum KnownAgentPoolSSHAccess {
|
|
|
692
786
|
/** Can SSH onto the node as a local user using private key. */
|
|
693
787
|
LocalUser = "LocalUser",
|
|
694
788
|
/** SSH service will be turned off on the node. */
|
|
695
|
-
Disabled = "Disabled"
|
|
789
|
+
Disabled = "Disabled",
|
|
790
|
+
/** SSH to node with EntraId integration. More information can be found under https://aka.ms/aks/ssh/aad */
|
|
791
|
+
EntraId = "EntraId"
|
|
696
792
|
}
|
|
697
793
|
/**
|
|
698
794
|
* SSH access method of an agent pool. \
|
|
@@ -700,13 +796,18 @@ export declare enum KnownAgentPoolSSHAccess {
|
|
|
700
796
|
* this enum contains the known values that the service supports.
|
|
701
797
|
* ### Known values supported by the service
|
|
702
798
|
* **LocalUser**: Can SSH onto the node as a local user using private key. \
|
|
703
|
-
* **Disabled**: SSH service will be turned off on the node.
|
|
799
|
+
* **Disabled**: SSH service will be turned off on the node. \
|
|
800
|
+
* **EntraId**: SSH to node with EntraId integration. More information can be found under https:\//aka.ms\/aks\/ssh\/aad
|
|
704
801
|
*/
|
|
705
802
|
export type AgentPoolSSHAccess = string;
|
|
706
803
|
/** GPU settings for the Agent Pool. */
|
|
707
804
|
export interface GPUProfile {
|
|
708
805
|
/** Whether to install GPU drivers. When it's not specified, default is Install. */
|
|
709
806
|
driver?: GPUDriver;
|
|
807
|
+
/** Specify the type of GPU driver to install when creating Windows agent pools. If not provided, AKS selects the driver based on system compatibility. This cannot be changed once the AgentPool has been created. This cannot be set on Linux AgentPools. For Linux AgentPools, the driver is selected based on system compatibility. */
|
|
808
|
+
driverType?: DriverType;
|
|
809
|
+
/** NVIDIA-specific GPU settings. */
|
|
810
|
+
nvidia?: NvidiaGPUProfile;
|
|
710
811
|
}
|
|
711
812
|
export declare function gpuProfileSerializer(item: GPUProfile): any;
|
|
712
813
|
export declare function gpuProfileDeserializer(item: any): GPUProfile;
|
|
@@ -726,6 +827,66 @@ export declare enum KnownGPUDriver {
|
|
|
726
827
|
* **None**: Skip driver install.
|
|
727
828
|
*/
|
|
728
829
|
export type GPUDriver = string;
|
|
830
|
+
/** Specify the type of GPU driver to install when creating Windows agent pools. If not provided, AKS selects the driver based on system compatibility. This cannot be changed once the AgentPool has been created. This cannot be set on Linux AgentPools. For Linux AgentPools, the driver is selected based on system compatibility. */
|
|
831
|
+
export declare enum KnownDriverType {
|
|
832
|
+
/** Install the GRID driver for the GPU, suitable for applications requiring virtualization support. */
|
|
833
|
+
Grid = "GRID",
|
|
834
|
+
/** Install the CUDA driver for the GPU, optimized for computational tasks in scientific computing and data-intensive applications. */
|
|
835
|
+
Cuda = "CUDA"
|
|
836
|
+
}
|
|
837
|
+
/**
|
|
838
|
+
* Specify the type of GPU driver to install when creating Windows agent pools. If not provided, AKS selects the driver based on system compatibility. This cannot be changed once the AgentPool has been created. This cannot be set on Linux AgentPools. For Linux AgentPools, the driver is selected based on system compatibility. \
|
|
839
|
+
* {@link KnownDriverType} can be used interchangeably with DriverType,
|
|
840
|
+
* this enum contains the known values that the service supports.
|
|
841
|
+
* ### Known values supported by the service
|
|
842
|
+
* **GRID**: Install the GRID driver for the GPU, suitable for applications requiring virtualization support. \
|
|
843
|
+
* **CUDA**: Install the CUDA driver for the GPU, optimized for computational tasks in scientific computing and data-intensive applications.
|
|
844
|
+
*/
|
|
845
|
+
export type DriverType = string;
|
|
846
|
+
/** NVIDIA-specific GPU settings */
|
|
847
|
+
export interface NvidiaGPUProfile {
|
|
848
|
+
/** The Managed GPU experience installs additional components, such as the Data Center GPU Manager (DCGM) metrics for monitoring, on top of the GPU driver for you. For more details of what is installed, check out aka.ms/aks/managed-gpu. */
|
|
849
|
+
managementMode?: ManagementMode;
|
|
850
|
+
/** Sets the MIG (Multi-Instance GPU) strategy that will be used for managed MIG support. For more information about the different strategies, visit aka.ms/aks/managed-gpu. When not specified, the default is None. */
|
|
851
|
+
migStrategy?: MigStrategy;
|
|
852
|
+
}
|
|
853
|
+
export declare function nvidiaGPUProfileSerializer(item: NvidiaGPUProfile): any;
|
|
854
|
+
export declare function nvidiaGPUProfileDeserializer(item: any): NvidiaGPUProfile;
|
|
855
|
+
/** The Managed GPU experience installs additional components, such as the Data Center GPU Manager (DCGM) metrics for monitoring, on top of the GPU driver for you. For more details of what is installed, check out aka.ms/aks/managed-gpu. */
|
|
856
|
+
export declare enum KnownManagementMode {
|
|
857
|
+
/** Managed GPU experience is disabled for NVIDIA GPUs. */
|
|
858
|
+
Unmanaged = "Unmanaged",
|
|
859
|
+
/** Managed GPU experience is enabled for NVIDIA GPUs. */
|
|
860
|
+
Managed = "Managed"
|
|
861
|
+
}
|
|
862
|
+
/**
|
|
863
|
+
* The Managed GPU experience installs additional components, such as the Data Center GPU Manager (DCGM) metrics for monitoring, on top of the GPU driver for you. For more details of what is installed, check out aka.ms/aks/managed-gpu. \
|
|
864
|
+
* {@link KnownManagementMode} can be used interchangeably with ManagementMode,
|
|
865
|
+
* this enum contains the known values that the service supports.
|
|
866
|
+
* ### Known values supported by the service
|
|
867
|
+
* **Unmanaged**: Managed GPU experience is disabled for NVIDIA GPUs. \
|
|
868
|
+
* **Managed**: Managed GPU experience is enabled for NVIDIA GPUs.
|
|
869
|
+
*/
|
|
870
|
+
export type ManagementMode = string;
|
|
871
|
+
/** Sets the MIG (Multi-Instance GPU) strategy that will be used for managed MIG support. For more information about the different strategies, visit aka.ms/aks/managed-gpu. When not specified, the default is None. */
|
|
872
|
+
export declare enum KnownMigStrategy {
|
|
873
|
+
/** Don't set a MIG strategy. If you previously had one set, this will override it and set remove the set MIG strategy. */
|
|
874
|
+
None = "None",
|
|
875
|
+
/** Set the MIG strategy for managed MIG as single. */
|
|
876
|
+
Single = "Single",
|
|
877
|
+
/** Set the MIG strategy for managed MIG as mixed. */
|
|
878
|
+
Mixed = "Mixed"
|
|
879
|
+
}
|
|
880
|
+
/**
|
|
881
|
+
* Sets the MIG (Multi-Instance GPU) strategy that will be used for managed MIG support. For more information about the different strategies, visit aka.ms/aks/managed-gpu. When not specified, the default is None. \
|
|
882
|
+
* {@link KnownMigStrategy} can be used interchangeably with MigStrategy,
|
|
883
|
+
* this enum contains the known values that the service supports.
|
|
884
|
+
* ### Known values supported by the service
|
|
885
|
+
* **None**: Don't set a MIG strategy. If you previously had one set, this will override it and set remove the set MIG strategy. \
|
|
886
|
+
* **Single**: Set the MIG strategy for managed MIG as single. \
|
|
887
|
+
* **Mixed**: Set the MIG strategy for managed MIG as mixed.
|
|
888
|
+
*/
|
|
889
|
+
export type MigStrategy = string;
|
|
729
890
|
/** Profile of the managed cluster gateway agent pool. */
|
|
730
891
|
export interface AgentPoolGatewayProfile {
|
|
731
892
|
/** The Gateway agent pool associates one public IPPrefix for each static egress gateway to provide public egress. The size of Public IPPrefix should be selected by the user. Each node in the agent pool is assigned with one IP from the IPPrefix. The IPPrefix size thus serves as a cap on the size of the Gateway agent pool. Due to Azure public IPPrefix size limitation, the valid value range is [28, 31] (/31 = 2 nodes/IPs, /30 = 4 nodes/IPs, /29 = 8 nodes/IPs, /28 = 16 nodes/IPs). The default value is 31. */
|
|
@@ -733,6 +894,13 @@ export interface AgentPoolGatewayProfile {
|
|
|
733
894
|
}
|
|
734
895
|
export declare function agentPoolGatewayProfileSerializer(item: AgentPoolGatewayProfile): any;
|
|
735
896
|
export declare function agentPoolGatewayProfileDeserializer(item: any): AgentPoolGatewayProfile;
|
|
897
|
+
/** Artifact streaming profile for the agent pool. */
|
|
898
|
+
export interface AgentPoolArtifactStreamingProfile {
|
|
899
|
+
/** Artifact streaming speeds up the cold-start of containers on a node through on-demand image loading. To use this feature, container images must also enable artifact streaming on ACR. If not specified, the default is false. */
|
|
900
|
+
enabled?: boolean;
|
|
901
|
+
}
|
|
902
|
+
export declare function agentPoolArtifactStreamingProfileSerializer(item: AgentPoolArtifactStreamingProfile): any;
|
|
903
|
+
export declare function agentPoolArtifactStreamingProfileDeserializer(item: any): AgentPoolArtifactStreamingProfile;
|
|
736
904
|
/** Specifications on VirtualMachines agent pool. */
|
|
737
905
|
export interface VirtualMachinesProfile {
|
|
738
906
|
/** Specifications on how to scale a VirtualMachines agent pool. */
|
|
@@ -744,6 +912,8 @@ export declare function virtualMachinesProfileDeserializer(item: any): VirtualMa
|
|
|
744
912
|
export interface ScaleProfile {
|
|
745
913
|
/** Specifications on how to scale the VirtualMachines agent pool to a fixed size. */
|
|
746
914
|
manual?: ManualScaleProfile[];
|
|
915
|
+
/** Specifications on how to auto-scale the VirtualMachines agent pool within a predefined size range. */
|
|
916
|
+
autoscale?: AutoScaleProfile;
|
|
747
917
|
}
|
|
748
918
|
export declare function scaleProfileSerializer(item: ScaleProfile): any;
|
|
749
919
|
export declare function scaleProfileDeserializer(item: any): ScaleProfile;
|
|
@@ -758,6 +928,17 @@ export interface ManualScaleProfile {
|
|
|
758
928
|
}
|
|
759
929
|
export declare function manualScaleProfileSerializer(item: ManualScaleProfile): any;
|
|
760
930
|
export declare function manualScaleProfileDeserializer(item: any): ManualScaleProfile;
|
|
931
|
+
/** Specifications on auto-scaling. */
|
|
932
|
+
export interface AutoScaleProfile {
|
|
933
|
+
/** VM size that AKS will use when creating and scaling e.g. 'Standard_E4s_v3', 'Standard_E16s_v3' or 'Standard_D16s_v5'. */
|
|
934
|
+
size?: string;
|
|
935
|
+
/** The minimum number of nodes of the specified sizes. */
|
|
936
|
+
minCount?: number;
|
|
937
|
+
/** The maximum number of nodes of the specified sizes. */
|
|
938
|
+
maxCount?: number;
|
|
939
|
+
}
|
|
940
|
+
export declare function autoScaleProfileSerializer(item: AutoScaleProfile): any;
|
|
941
|
+
export declare function autoScaleProfileDeserializer(item: any): AutoScaleProfile;
|
|
761
942
|
export declare function virtualMachineNodesArraySerializer(result: Array<VirtualMachineNodes>): any[];
|
|
762
943
|
export declare function virtualMachineNodesArrayDeserializer(result: Array<VirtualMachineNodes>): any[];
|
|
763
944
|
/** Current status on a group of nodes of the same vm size. */
|
|
@@ -957,6 +1138,13 @@ export declare enum KnownLocalDNSServeStale {
|
|
|
957
1138
|
* **Disable**: Disable serving stale data.
|
|
958
1139
|
*/
|
|
959
1140
|
export type LocalDNSServeStale = string;
|
|
1141
|
+
/** Settings to determine the node customization used to provision nodes in a pool. */
|
|
1142
|
+
export interface NodeCustomizationProfile {
|
|
1143
|
+
/** The resource ID of the node customization resource to use. This can be a version. Omitting the version will use the latest version of the node customization. */
|
|
1144
|
+
nodeCustomizationId?: string;
|
|
1145
|
+
}
|
|
1146
|
+
export declare function nodeCustomizationProfileSerializer(item: NodeCustomizationProfile): any;
|
|
1147
|
+
export declare function nodeCustomizationProfileDeserializer(item: any): NodeCustomizationProfile;
|
|
960
1148
|
/** The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location */
|
|
961
1149
|
export interface ProxyResource extends Resource {
|
|
962
1150
|
}
|
|
@@ -1072,6 +1260,10 @@ export interface AgentPoolUpgradeProfile extends ProxyResource {
|
|
|
1072
1260
|
osType: OSType;
|
|
1073
1261
|
/** List of orchestrator types and versions available for upgrade. */
|
|
1074
1262
|
upgrades?: AgentPoolUpgradeProfilePropertiesUpgradesItem[];
|
|
1263
|
+
/** List of components grouped by kubernetes major.minor version. */
|
|
1264
|
+
componentsByReleases?: ComponentsByRelease[];
|
|
1265
|
+
/** List of historical good versions for rollback operations. */
|
|
1266
|
+
readonly recentlyUsedVersions?: AgentPoolRecentlyUsedVersion[];
|
|
1075
1267
|
/** The latest AKS supported node image version. */
|
|
1076
1268
|
latestNodeImageVersion?: string;
|
|
1077
1269
|
}
|
|
@@ -1084,6 +1276,10 @@ export interface AgentPoolUpgradeProfileProperties {
|
|
|
1084
1276
|
osType: OSType;
|
|
1085
1277
|
/** List of orchestrator types and versions available for upgrade. */
|
|
1086
1278
|
upgrades?: AgentPoolUpgradeProfilePropertiesUpgradesItem[];
|
|
1279
|
+
/** List of components grouped by kubernetes major.minor version. */
|
|
1280
|
+
componentsByReleases?: ComponentsByRelease[];
|
|
1281
|
+
/** List of historical good versions for rollback operations. */
|
|
1282
|
+
readonly recentlyUsedVersions?: AgentPoolRecentlyUsedVersion[];
|
|
1087
1283
|
/** The latest AKS supported node image version. */
|
|
1088
1284
|
latestNodeImageVersion?: string;
|
|
1089
1285
|
}
|
|
@@ -1095,8 +1291,41 @@ export interface AgentPoolUpgradeProfilePropertiesUpgradesItem {
|
|
|
1095
1291
|
kubernetesVersion?: string;
|
|
1096
1292
|
/** Whether the Kubernetes version is currently in preview. */
|
|
1097
1293
|
isPreview?: boolean;
|
|
1294
|
+
/** Whether the Kubernetes version is out of support. */
|
|
1295
|
+
isOutOfSupport?: boolean;
|
|
1098
1296
|
}
|
|
1099
1297
|
export declare function agentPoolUpgradeProfilePropertiesUpgradesItemDeserializer(item: any): AgentPoolUpgradeProfilePropertiesUpgradesItem;
|
|
1298
|
+
export declare function componentsByReleaseArrayDeserializer(result: Array<ComponentsByRelease>): any[];
|
|
1299
|
+
/** components of given Kubernetes version. */
|
|
1300
|
+
export interface ComponentsByRelease {
|
|
1301
|
+
/** The Kubernetes version (major.minor). */
|
|
1302
|
+
kubernetesVersion?: string;
|
|
1303
|
+
/** components of current or upgraded Kubernetes version in the cluster. */
|
|
1304
|
+
components?: Component[];
|
|
1305
|
+
}
|
|
1306
|
+
export declare function componentsByReleaseDeserializer(item: any): ComponentsByRelease;
|
|
1307
|
+
export declare function componentArrayDeserializer(result: Array<Component>): any[];
|
|
1308
|
+
/** Component information for a Kubernetes version. */
|
|
1309
|
+
export interface Component {
|
|
1310
|
+
/** Component name. */
|
|
1311
|
+
name?: string;
|
|
1312
|
+
/** Component version. */
|
|
1313
|
+
version?: string;
|
|
1314
|
+
/** If upgraded component version contains breaking changes from the current version. To see a detailed description of what the breaking changes are, visit https://learn.microsoft.com/azure/aks/supported-kubernetes-versions?tabs=azure-cli#aks-components-breaking-changes-by-version. */
|
|
1315
|
+
hasBreakingChanges?: boolean;
|
|
1316
|
+
}
|
|
1317
|
+
export declare function componentDeserializer(item: any): Component;
|
|
1318
|
+
export declare function agentPoolRecentlyUsedVersionArrayDeserializer(result: Array<AgentPoolRecentlyUsedVersion>): any[];
|
|
1319
|
+
/** A historical version that can be used for rollback operations. */
|
|
1320
|
+
export interface AgentPoolRecentlyUsedVersion {
|
|
1321
|
+
/** The Kubernetes version (major.minor.patch) available for rollback. */
|
|
1322
|
+
orchestratorVersion?: string;
|
|
1323
|
+
/** The node image version available for rollback. */
|
|
1324
|
+
nodeImageVersion?: string;
|
|
1325
|
+
/** The timestamp when this version was last used. */
|
|
1326
|
+
timestamp?: Date;
|
|
1327
|
+
}
|
|
1328
|
+
export declare function agentPoolRecentlyUsedVersionDeserializer(item: any): AgentPoolRecentlyUsedVersion;
|
|
1100
1329
|
/** Managed cluster. */
|
|
1101
1330
|
export interface ManagedCluster extends TrackedResource {
|
|
1102
1331
|
/** If eTag is provided in the response body, it may also be provided as a header per the normal etag convention. Entity tags are used for comparing two or more entities from the same requested resource. HTTP/1.1 uses entity tags in the etag (section 14.19), If-Match (section 14.24), If-None-Match (section 14.26), and If-Range (section 14.27) header fields. */
|
|
@@ -1113,6 +1342,8 @@ export interface ManagedCluster extends TrackedResource {
|
|
|
1113
1342
|
readonly provisioningState?: string;
|
|
1114
1343
|
/** The Power State of the cluster. */
|
|
1115
1344
|
readonly powerState?: PowerState;
|
|
1345
|
+
/** CreationData to be used to specify the source Snapshot ID if the cluster will be created/upgraded using a snapshot. */
|
|
1346
|
+
creationData?: CreationData;
|
|
1116
1347
|
/** The max number of agent pools for the managed cluster. */
|
|
1117
1348
|
readonly maxAgentPools?: number;
|
|
1118
1349
|
/** The version of Kubernetes specified by the user. Both patch version <major.minor.patch> (e.g. 1.20.13) and <major.minor> (e.g. 1.20) are supported. When <major.minor> is specified, the latest supported GA patch version is chosen automatically. Updating the cluster with the same <major.minor> once it has been created (e.g. 1.14.x -> 1.14) will not trigger an upgrade, even if a newer patch version is available. When you upgrade a supported AKS cluster, Kubernetes minor versions cannot be skipped. All upgrades must be performed sequentially by major version number. For example, upgrades between 1.14.x -> 1.15.x or 1.15.x -> 1.16.x are allowed, however 1.14.x -> 1.16.x is not allowed. See [upgrading an AKS cluster](https://docs.microsoft.com/azure/aks/upgrade-cluster) for more details. */
|
|
@@ -1151,6 +1382,8 @@ export interface ManagedCluster extends TrackedResource {
|
|
|
1151
1382
|
enableRbac?: boolean;
|
|
1152
1383
|
/** The support plan for the Managed Cluster. If unspecified, the default is 'KubernetesOfficial'. */
|
|
1153
1384
|
supportPlan?: KubernetesSupportPlan;
|
|
1385
|
+
/** Enable namespace as Azure resource. The default value is false. It can be enabled/disabled on creation and updating of the managed cluster. See [https://aka.ms/NamespaceARMResource](https://aka.ms/NamespaceARMResource) for more details on Namespace as a ARM Resource. */
|
|
1386
|
+
enableNamespaceResources?: boolean;
|
|
1154
1387
|
/** The network configuration profile. */
|
|
1155
1388
|
networkProfile?: ContainerServiceNetworkProfile;
|
|
1156
1389
|
/** The Azure Active Directory configuration. */
|
|
@@ -1197,6 +1430,12 @@ export interface ManagedCluster extends TrackedResource {
|
|
|
1197
1430
|
bootstrapProfile?: ManagedClusterBootstrapProfile;
|
|
1198
1431
|
/** AI toolchain operator settings that apply to the whole cluster. */
|
|
1199
1432
|
aiToolchainOperatorProfile?: ManagedClusterAIToolchainOperatorProfile;
|
|
1433
|
+
/** Profile of the pod scheduler configuration. */
|
|
1434
|
+
schedulerProfile?: SchedulerProfile;
|
|
1435
|
+
/** Settings for hosted system addons. For more information, see https://aka.ms/aks/automatic/systemcomponents. */
|
|
1436
|
+
hostedSystemProfile?: ManagedClusterHostedSystemProfile;
|
|
1437
|
+
/** Health monitor profile for the managed cluster. */
|
|
1438
|
+
healthMonitorProfile?: ManagedClusterHealthMonitorProfile;
|
|
1200
1439
|
/** Contains read-only information about the Managed Cluster. */
|
|
1201
1440
|
status?: ManagedClusterStatus;
|
|
1202
1441
|
}
|
|
@@ -1208,6 +1447,8 @@ export interface ManagedClusterProperties {
|
|
|
1208
1447
|
readonly provisioningState?: string;
|
|
1209
1448
|
/** The Power State of the cluster. */
|
|
1210
1449
|
readonly powerState?: PowerState;
|
|
1450
|
+
/** CreationData to be used to specify the source Snapshot ID if the cluster will be created/upgraded using a snapshot. */
|
|
1451
|
+
creationData?: CreationData;
|
|
1211
1452
|
/** The max number of agent pools for the managed cluster. */
|
|
1212
1453
|
readonly maxAgentPools?: number;
|
|
1213
1454
|
/** The version of Kubernetes specified by the user. Both patch version <major.minor.patch> (e.g. 1.20.13) and <major.minor> (e.g. 1.20) are supported. When <major.minor> is specified, the latest supported GA patch version is chosen automatically. Updating the cluster with the same <major.minor> once it has been created (e.g. 1.14.x -> 1.14) will not trigger an upgrade, even if a newer patch version is available. When you upgrade a supported AKS cluster, Kubernetes minor versions cannot be skipped. All upgrades must be performed sequentially by major version number. For example, upgrades between 1.14.x -> 1.15.x or 1.15.x -> 1.16.x are allowed, however 1.14.x -> 1.16.x is not allowed. See [upgrading an AKS cluster](https://docs.microsoft.com/azure/aks/upgrade-cluster) for more details. */
|
|
@@ -1246,6 +1487,8 @@ export interface ManagedClusterProperties {
|
|
|
1246
1487
|
enableRbac?: boolean;
|
|
1247
1488
|
/** The support plan for the Managed Cluster. If unspecified, the default is 'KubernetesOfficial'. */
|
|
1248
1489
|
supportPlan?: KubernetesSupportPlan;
|
|
1490
|
+
/** Enable namespace as Azure resource. The default value is false. It can be enabled/disabled on creation and updating of the managed cluster. See [https://aka.ms/NamespaceARMResource](https://aka.ms/NamespaceARMResource) for more details on Namespace as a ARM Resource. */
|
|
1491
|
+
enableNamespaceResources?: boolean;
|
|
1249
1492
|
/** The network configuration profile. */
|
|
1250
1493
|
networkProfile?: ContainerServiceNetworkProfile;
|
|
1251
1494
|
/** The Azure Active Directory configuration. */
|
|
@@ -1292,6 +1535,12 @@ export interface ManagedClusterProperties {
|
|
|
1292
1535
|
bootstrapProfile?: ManagedClusterBootstrapProfile;
|
|
1293
1536
|
/** AI toolchain operator settings that apply to the whole cluster. */
|
|
1294
1537
|
aiToolchainOperatorProfile?: ManagedClusterAIToolchainOperatorProfile;
|
|
1538
|
+
/** Profile of the pod scheduler configuration. */
|
|
1539
|
+
schedulerProfile?: SchedulerProfile;
|
|
1540
|
+
/** Settings for hosted system addons. For more information, see https://aka.ms/aks/automatic/systemcomponents. */
|
|
1541
|
+
hostedSystemProfile?: ManagedClusterHostedSystemProfile;
|
|
1542
|
+
/** Health monitor profile for the managed cluster. */
|
|
1543
|
+
healthMonitorProfile?: ManagedClusterHealthMonitorProfile;
|
|
1295
1544
|
/** Contains read-only information about the Managed Cluster. */
|
|
1296
1545
|
status?: ManagedClusterStatus;
|
|
1297
1546
|
}
|
|
@@ -1592,6 +1841,10 @@ export interface ContainerServiceNetworkProfile {
|
|
|
1592
1841
|
serviceCidrs?: string[];
|
|
1593
1842
|
/** The IP families used to specify IP versions available to the cluster. IP families are used to determine single-stack or dual-stack clusters. For single-stack, the expected value is IPv4. For dual-stack, the expected values are IPv4 and IPv6. */
|
|
1594
1843
|
ipFamilies?: IpFamily[];
|
|
1844
|
+
/** Defines access to special link local addresses (Azure Instance Metadata Service, aka IMDS) for pods with hostNetwork=false. if not specified, the default is 'IMDS'. */
|
|
1845
|
+
podLinkLocalAccess?: PodLinkLocalAccess;
|
|
1846
|
+
/** Holds configuration customizations for kube-proxy. Any values not defined will use the kube-proxy defaulting behavior. See https://v<version>.docs.kubernetes.io/docs/reference/command-line-tools-reference/kube-proxy/ where <version> is represented by a <major version>-<minor version> string. Kubernetes version 1.23 would be '1-23'. */
|
|
1847
|
+
kubeProxyConfig?: ContainerServiceNetworkProfileKubeProxyConfig;
|
|
1595
1848
|
}
|
|
1596
1849
|
export declare function containerServiceNetworkProfileSerializer(item: ContainerServiceNetworkProfile): any;
|
|
1597
1850
|
export declare function containerServiceNetworkProfileDeserializer(item: any): ContainerServiceNetworkProfile;
|
|
@@ -1742,6 +1995,8 @@ export declare function advancedNetworkingSecurityTransitEncryptionDeserializer(
|
|
|
1742
1995
|
export declare enum KnownTransitEncryptionType {
|
|
1743
1996
|
/** Enable WireGuard encryption. Refer to https://docs.cilium.io/en/latest/security/network/encryption-wireguard/ on use cases and implementation details */
|
|
1744
1997
|
WireGuard = "WireGuard",
|
|
1998
|
+
/** Enables mTLS authentication and encryption for pod-to-pod traffic within the cluster. Refer to https://aka.ms/acnsciliummtls for relevant documentation. */
|
|
1999
|
+
MTLS = "mTLS",
|
|
1745
2000
|
/** Disable Transit encryption */
|
|
1746
2001
|
None = "None"
|
|
1747
2002
|
}
|
|
@@ -1751,6 +2006,7 @@ export declare enum KnownTransitEncryptionType {
|
|
|
1751
2006
|
* this enum contains the known values that the service supports.
|
|
1752
2007
|
* ### Known values supported by the service
|
|
1753
2008
|
* **WireGuard**: Enable WireGuard encryption. Refer to https:\//docs.cilium.io\/en\/latest\/security\/network\/encryption-wireguard\/ on use cases and implementation details \
|
|
2009
|
+
* **mTLS**: Enables mTLS authentication and encryption for pod-to-pod traffic within the cluster. Refer to https:\//aka.ms\/acnsciliummtls for relevant documentation. \
|
|
1754
2010
|
* **None**: Disable Transit encryption
|
|
1755
2011
|
*/
|
|
1756
2012
|
export type TransitEncryptionType = string;
|
|
@@ -1785,6 +2041,8 @@ export declare enum KnownOutboundType {
|
|
|
1785
2041
|
UserDefinedRouting = "userDefinedRouting",
|
|
1786
2042
|
/** The AKS-managed NAT gateway is used for egress. */
|
|
1787
2043
|
ManagedNATGateway = "managedNATGateway",
|
|
2044
|
+
/** The AKS-managed NAT gateway V2 is used for egress. */
|
|
2045
|
+
ManagedNATGatewayV2 = "managedNATGatewayV2",
|
|
1788
2046
|
/** The user-assigned NAT gateway associated to the cluster subnet is used for egress. This is an advanced scenario and requires proper network configuration. */
|
|
1789
2047
|
UserAssignedNATGateway = "userAssignedNATGateway",
|
|
1790
2048
|
/** The AKS cluster is not set with any outbound-type. All AKS nodes follows Azure VM default outbound behavior. Please refer to https://azure.microsoft.com/en-us/updates/default-outbound-access-for-vms-in-azure-will-be-retired-transition-to-a-new-method-of-internet-access/ */
|
|
@@ -1798,6 +2056,7 @@ export declare enum KnownOutboundType {
|
|
|
1798
2056
|
* **loadBalancer**: The load balancer is used for egress through an AKS assigned public IP. This supports Kubernetes services of type 'loadBalancer'. For more information see [outbound type loadbalancer](https:\//docs.microsoft.com\/azure\/aks\/egress-outboundtype#outbound-type-of-loadbalancer). \
|
|
1799
2057
|
* **userDefinedRouting**: Egress paths must be defined by the user. This is an advanced scenario and requires proper network configuration. For more information see [outbound type userDefinedRouting](https:\//docs.microsoft.com\/azure\/aks\/egress-outboundtype#outbound-type-of-userdefinedrouting). \
|
|
1800
2058
|
* **managedNATGateway**: The AKS-managed NAT gateway is used for egress. \
|
|
2059
|
+
* **managedNATGatewayV2**: The AKS-managed NAT gateway V2 is used for egress. \
|
|
1801
2060
|
* **userAssignedNATGateway**: The user-assigned NAT gateway associated to the cluster subnet is used for egress. This is an advanced scenario and requires proper network configuration. \
|
|
1802
2061
|
* **none**: The AKS cluster is not set with any outbound-type. All AKS nodes follows Azure VM default outbound behavior. Please refer to https:\//azure.microsoft.com\/en-us\/updates\/default-outbound-access-for-vms-in-azure-will-be-retired-transition-to-a-new-method-of-internet-access\/
|
|
1803
2062
|
*/
|
|
@@ -1836,6 +2095,8 @@ export interface ManagedClusterLoadBalancerProfile {
|
|
|
1836
2095
|
enableMultipleStandardLoadBalancers?: boolean;
|
|
1837
2096
|
/** The type of the managed inbound Load Balancer BackendPool. */
|
|
1838
2097
|
backendPoolType?: BackendPoolType;
|
|
2098
|
+
/** The health probing behavior for External Traffic Policy Cluster services. */
|
|
2099
|
+
clusterServiceLoadBalancerHealthProbeMode?: ClusterServiceLoadBalancerHealthProbeMode;
|
|
1839
2100
|
}
|
|
1840
2101
|
export declare function managedClusterLoadBalancerProfileSerializer(item: ManagedClusterLoadBalancerProfile): any;
|
|
1841
2102
|
export declare function managedClusterLoadBalancerProfileDeserializer(item: any): ManagedClusterLoadBalancerProfile;
|
|
@@ -1887,12 +2148,36 @@ export declare enum KnownBackendPoolType {
|
|
|
1887
2148
|
* **NodeIP**: The type of the managed inbound Load Balancer BackendPool. https:\//cloud-provider-azure.sigs.k8s.io\/topics\/loadbalancer\/#configure-load-balancer-backend.
|
|
1888
2149
|
*/
|
|
1889
2150
|
export type BackendPoolType = string;
|
|
2151
|
+
/** The health probing behavior for External Traffic Policy Cluster services. */
|
|
2152
|
+
export declare enum KnownClusterServiceLoadBalancerHealthProbeMode {
|
|
2153
|
+
/** Each External Traffic Policy Cluster service will have its own health probe targeting service nodePort. */
|
|
2154
|
+
ServiceNodePort = "ServiceNodePort",
|
|
2155
|
+
/** All External Traffic Policy Cluster services in a Standard Load Balancer will have a dedicated health probe targeting the backend nodes' kube-proxy health check port 10256. */
|
|
2156
|
+
Shared = "Shared"
|
|
2157
|
+
}
|
|
2158
|
+
/**
|
|
2159
|
+
* The health probing behavior for External Traffic Policy Cluster services. \
|
|
2160
|
+
* {@link KnownClusterServiceLoadBalancerHealthProbeMode} can be used interchangeably with ClusterServiceLoadBalancerHealthProbeMode,
|
|
2161
|
+
* this enum contains the known values that the service supports.
|
|
2162
|
+
* ### Known values supported by the service
|
|
2163
|
+
* **ServiceNodePort**: Each External Traffic Policy Cluster service will have its own health probe targeting service nodePort. \
|
|
2164
|
+
* **Shared**: All External Traffic Policy Cluster services in a Standard Load Balancer will have a dedicated health probe targeting the backend nodes' kube-proxy health check port 10256.
|
|
2165
|
+
*/
|
|
2166
|
+
export type ClusterServiceLoadBalancerHealthProbeMode = string;
|
|
1890
2167
|
/** Profile of the managed cluster NAT gateway. */
|
|
1891
2168
|
export interface ManagedClusterNATGatewayProfile {
|
|
1892
2169
|
/** Profile of the managed outbound IP resources of the cluster NAT gateway. */
|
|
1893
2170
|
managedOutboundIPProfile?: ManagedClusterManagedOutboundIPProfile;
|
|
1894
2171
|
/** The effective outbound IP resources of the cluster NAT gateway. */
|
|
1895
2172
|
readonly effectiveOutboundIPs?: ResourceReference[];
|
|
2173
|
+
/** Desired outbound IP Prefix resources for the managed NAT Gateway. Only compatible with NAT Gateway V2. */
|
|
2174
|
+
outboundIPPrefixes?: {
|
|
2175
|
+
publicIPPrefixes?: string[];
|
|
2176
|
+
};
|
|
2177
|
+
/** Desired outbound IP resources for the managed NAT Gateway. */
|
|
2178
|
+
outboundIPs?: {
|
|
2179
|
+
publicIPs?: string[];
|
|
2180
|
+
};
|
|
1896
2181
|
/** Desired outbound flow idle timeout in minutes. Allowed values are in the range of 4 to 120 (inclusive). The default value is 4 minutes. */
|
|
1897
2182
|
idleTimeoutInMinutes?: number;
|
|
1898
2183
|
}
|
|
@@ -1902,9 +2187,25 @@ export declare function managedClusterNATGatewayProfileDeserializer(item: any):
|
|
|
1902
2187
|
export interface ManagedClusterManagedOutboundIPProfile {
|
|
1903
2188
|
/** The desired number of outbound IPs created/managed by Azure. Allowed values must be in the range of 1 to 16 (inclusive). The default value is 1. */
|
|
1904
2189
|
count?: number;
|
|
2190
|
+
/** The desired number of IPv6 outbound IPs created/managed by Azure. Allowed values must be in the range of 1 to 16 (inclusive). */
|
|
2191
|
+
countIPv6?: number;
|
|
1905
2192
|
}
|
|
1906
2193
|
export declare function managedClusterManagedOutboundIPProfileSerializer(item: ManagedClusterManagedOutboundIPProfile): any;
|
|
1907
2194
|
export declare function managedClusterManagedOutboundIPProfileDeserializer(item: any): ManagedClusterManagedOutboundIPProfile;
|
|
2195
|
+
/** model interface _ManagedClusterNATGatewayProfileOutboundIpPrefixes */
|
|
2196
|
+
export interface _ManagedClusterNATGatewayProfileOutboundIpPrefixes {
|
|
2197
|
+
/** A list of public IP prefix resources. */
|
|
2198
|
+
publicIPPrefixes?: string[];
|
|
2199
|
+
}
|
|
2200
|
+
export declare function _managedClusterNATGatewayProfileOutboundIpPrefixesSerializer(item: _ManagedClusterNATGatewayProfileOutboundIpPrefixes): any;
|
|
2201
|
+
export declare function _managedClusterNATGatewayProfileOutboundIpPrefixesDeserializer(item: any): _ManagedClusterNATGatewayProfileOutboundIpPrefixes;
|
|
2202
|
+
/** model interface _ManagedClusterNATGatewayProfileOutboundIPs */
|
|
2203
|
+
export interface _ManagedClusterNATGatewayProfileOutboundIPs {
|
|
2204
|
+
/** A list of public IP resources. */
|
|
2205
|
+
publicIPs?: string[];
|
|
2206
|
+
}
|
|
2207
|
+
export declare function _managedClusterNATGatewayProfileOutboundIPsSerializer(item: _ManagedClusterNATGatewayProfileOutboundIPs): any;
|
|
2208
|
+
export declare function _managedClusterNATGatewayProfileOutboundIPsDeserializer(item: any): _ManagedClusterNATGatewayProfileOutboundIPs;
|
|
1908
2209
|
/** The Static Egress Gateway addon configuration for the cluster. */
|
|
1909
2210
|
export interface ManagedClusterStaticEgressGatewayProfile {
|
|
1910
2211
|
/** Enable Static Egress Gateway addon. Indicates if Static Egress Gateway addon is enabled or not. */
|
|
@@ -1928,6 +2229,81 @@ export declare enum KnownIpFamily {
|
|
|
1928
2229
|
* **IPv6**: IPv6 family
|
|
1929
2230
|
*/
|
|
1930
2231
|
export type IpFamily = string;
|
|
2232
|
+
/** Defines access to special link local addresses (Azure Instance Metadata Service, aka IMDS) for pods with hostNetwork=false. If not specified, the default is 'IMDS'. */
|
|
2233
|
+
export declare enum KnownPodLinkLocalAccess {
|
|
2234
|
+
/** Pods with hostNetwork=false can access Azure Instance Metadata Service (IMDS) without restriction. */
|
|
2235
|
+
Imds = "IMDS",
|
|
2236
|
+
/** Pods with hostNetwork=false cannot access Azure Instance Metadata Service (IMDS). */
|
|
2237
|
+
None = "None"
|
|
2238
|
+
}
|
|
2239
|
+
/**
|
|
2240
|
+
* Defines access to special link local addresses (Azure Instance Metadata Service, aka IMDS) for pods with hostNetwork=false. If not specified, the default is 'IMDS'. \
|
|
2241
|
+
* {@link KnownPodLinkLocalAccess} can be used interchangeably with PodLinkLocalAccess,
|
|
2242
|
+
* this enum contains the known values that the service supports.
|
|
2243
|
+
* ### Known values supported by the service
|
|
2244
|
+
* **IMDS**: Pods with hostNetwork=false can access Azure Instance Metadata Service (IMDS) without restriction. \
|
|
2245
|
+
* **None**: Pods with hostNetwork=false cannot access Azure Instance Metadata Service (IMDS).
|
|
2246
|
+
*/
|
|
2247
|
+
export type PodLinkLocalAccess = string;
|
|
2248
|
+
/** Holds configuration customizations for kube-proxy. Any values not defined will use the kube-proxy defaulting behavior. See https://v<version>.docs.kubernetes.io/docs/reference/command-line-tools-reference/kube-proxy/ where <version> is represented by a <major version>-<minor version> string. Kubernetes version 1.23 would be '1-23'. */
|
|
2249
|
+
export interface ContainerServiceNetworkProfileKubeProxyConfig {
|
|
2250
|
+
/** Whether to enable on kube-proxy on the cluster (if no 'kubeProxyConfig' exists, kube-proxy is enabled in AKS by default without these customizations). */
|
|
2251
|
+
enabled?: boolean;
|
|
2252
|
+
/** Specify which proxy mode to use ('IPTABLES', 'IPVS' or 'NFTABLES') */
|
|
2253
|
+
mode?: Mode;
|
|
2254
|
+
/** Holds configuration customizations for IPVS. May only be specified if 'mode' is set to 'IPVS'. */
|
|
2255
|
+
ipvsConfig?: ContainerServiceNetworkProfileKubeProxyConfigIpvsConfig;
|
|
2256
|
+
}
|
|
2257
|
+
export declare function containerServiceNetworkProfileKubeProxyConfigSerializer(item: ContainerServiceNetworkProfileKubeProxyConfig): any;
|
|
2258
|
+
export declare function containerServiceNetworkProfileKubeProxyConfigDeserializer(item: any): ContainerServiceNetworkProfileKubeProxyConfig;
|
|
2259
|
+
/** Specify which proxy mode to use ('IPTABLES', 'IPVS' or 'NFTABLES') */
|
|
2260
|
+
export declare enum KnownMode {
|
|
2261
|
+
/** IPTables proxy mode */
|
|
2262
|
+
Iptables = "IPTABLES",
|
|
2263
|
+
/** IPVS proxy mode. Must be using Kubernetes version >= 1.22. */
|
|
2264
|
+
Ipvs = "IPVS",
|
|
2265
|
+
/** NFTables proxy mode. Must be using Kubernetes version >= 1.33. */
|
|
2266
|
+
Nftables = "NFTABLES"
|
|
2267
|
+
}
|
|
2268
|
+
/**
|
|
2269
|
+
* Specify which proxy mode to use ('IPTABLES', 'IPVS' or 'NFTABLES') \
|
|
2270
|
+
* {@link KnownMode} can be used interchangeably with Mode,
|
|
2271
|
+
* this enum contains the known values that the service supports.
|
|
2272
|
+
* ### Known values supported by the service
|
|
2273
|
+
* **IPTABLES**: IPTables proxy mode \
|
|
2274
|
+
* **IPVS**: IPVS proxy mode. Must be using Kubernetes version >= 1.22. \
|
|
2275
|
+
* **NFTABLES**: NFTables proxy mode. Must be using Kubernetes version >= 1.33.
|
|
2276
|
+
*/
|
|
2277
|
+
export type Mode = string;
|
|
2278
|
+
/** Holds configuration customizations for IPVS. May only be specified if 'mode' is set to 'IPVS'. */
|
|
2279
|
+
export interface ContainerServiceNetworkProfileKubeProxyConfigIpvsConfig {
|
|
2280
|
+
/** IPVS scheduler, for more information please see http://www.linuxvirtualserver.org/docs/scheduling.html. */
|
|
2281
|
+
scheduler?: IpvsScheduler;
|
|
2282
|
+
/** The timeout value used for idle IPVS TCP sessions in seconds. Must be a positive integer value. */
|
|
2283
|
+
tcpTimeoutSeconds?: number;
|
|
2284
|
+
/** The timeout value used for IPVS TCP sessions after receiving a FIN in seconds. Must be a positive integer value. */
|
|
2285
|
+
tcpFinTimeoutSeconds?: number;
|
|
2286
|
+
/** The timeout value used for IPVS UDP packets in seconds. Must be a positive integer value. */
|
|
2287
|
+
udpTimeoutSeconds?: number;
|
|
2288
|
+
}
|
|
2289
|
+
export declare function containerServiceNetworkProfileKubeProxyConfigIpvsConfigSerializer(item: ContainerServiceNetworkProfileKubeProxyConfigIpvsConfig): any;
|
|
2290
|
+
export declare function containerServiceNetworkProfileKubeProxyConfigIpvsConfigDeserializer(item: any): ContainerServiceNetworkProfileKubeProxyConfigIpvsConfig;
|
|
2291
|
+
/** IPVS scheduler, for more information please see http://www.linuxvirtualserver.org/docs/scheduling.html. */
|
|
2292
|
+
export declare enum KnownIpvsScheduler {
|
|
2293
|
+
/** Round Robin */
|
|
2294
|
+
RoundRobin = "RoundRobin",
|
|
2295
|
+
/** Least Connection */
|
|
2296
|
+
LeastConnection = "LeastConnection"
|
|
2297
|
+
}
|
|
2298
|
+
/**
|
|
2299
|
+
* IPVS scheduler, for more information please see http://www.linuxvirtualserver.org/docs/scheduling.html. \
|
|
2300
|
+
* {@link KnownIpvsScheduler} can be used interchangeably with IpvsScheduler,
|
|
2301
|
+
* this enum contains the known values that the service supports.
|
|
2302
|
+
* ### Known values supported by the service
|
|
2303
|
+
* **RoundRobin**: Round Robin \
|
|
2304
|
+
* **LeastConnection**: Least Connection
|
|
2305
|
+
*/
|
|
2306
|
+
export type IpvsScheduler = string;
|
|
1931
2307
|
/** AADProfile specifies attributes for Azure Active Directory integration. For more details see [managed AAD on AKS](https://docs.microsoft.com/azure/aks/managed-aad). */
|
|
1932
2308
|
export interface ManagedClusterAADProfile {
|
|
1933
2309
|
/** Whether to enable managed AAD. */
|
|
@@ -2134,6 +2510,8 @@ export interface ManagedClusterHttpProxyConfig {
|
|
|
2134
2510
|
httpsProxy?: string;
|
|
2135
2511
|
/** The endpoints that should not go through proxy. */
|
|
2136
2512
|
noProxy?: string[];
|
|
2513
|
+
/** A read-only list of all endpoints for which traffic should not be sent to the proxy. This list is a superset of noProxy and values injected by AKS. */
|
|
2514
|
+
readonly effectiveNoProxy?: string[];
|
|
2137
2515
|
/** Alternative CA cert to use for connecting to proxy servers. */
|
|
2138
2516
|
trustedCa?: string;
|
|
2139
2517
|
/** Whether to enable HTTP proxy. If disabled, the specified proxy configuration will be not be set on pods and nodes. If not specified, the default is true. */
|
|
@@ -2147,12 +2525,20 @@ export interface ManagedClusterSecurityProfile {
|
|
|
2147
2525
|
defender?: ManagedClusterSecurityProfileDefender;
|
|
2148
2526
|
/** Azure Key Vault [key management service](https://kubernetes.io/docs/tasks/administer-cluster/kms-provider/) settings for the security profile. */
|
|
2149
2527
|
azureKeyVaultKms?: AzureKeyVaultKms;
|
|
2528
|
+
/** Encryption at rest of Kubernetes resource objects. More information on this can be found under https://aka.ms/aks/kubernetesResourceObjectEncryption */
|
|
2529
|
+
kubernetesResourceObjectEncryptionProfile?: KubernetesResourceObjectEncryptionProfile;
|
|
2150
2530
|
/** Workload identity settings for the security profile. Workload identity enables Kubernetes applications to access Azure cloud resources securely with Azure AD. See https://aka.ms/aks/wi for more details. */
|
|
2151
2531
|
workloadIdentity?: ManagedClusterSecurityProfileWorkloadIdentity;
|
|
2152
2532
|
/** Image Cleaner settings for the security profile. */
|
|
2153
2533
|
imageCleaner?: ManagedClusterSecurityProfileImageCleaner;
|
|
2534
|
+
/** Image integrity is a feature that works with Azure Policy to verify image integrity by signature. This will not have any effect unless Azure Policy is applied to enforce image signatures. See https://aka.ms/aks/image-integrity for how to use this feature via policy. */
|
|
2535
|
+
imageIntegrity?: ManagedClusterSecurityProfileImageIntegrity;
|
|
2536
|
+
/** [Node Restriction](https://kubernetes.io/docs/reference/access-authn-authz/admission-controllers/#noderestriction) settings for the security profile. */
|
|
2537
|
+
nodeRestriction?: ManagedClusterSecurityProfileNodeRestriction;
|
|
2154
2538
|
/** A list of up to 10 base64 encoded CAs that will be added to the trust store on all nodes in the cluster. For more information see [Custom CA Trust Certificates](https://learn.microsoft.com/en-us/azure/aks/custom-certificate-authority). */
|
|
2155
2539
|
customCATrustCertificates?: Uint8Array[];
|
|
2540
|
+
/** Defines service account based image pull settings. */
|
|
2541
|
+
serviceAccountImagePullProfile?: ServiceAccountImagePullProfile;
|
|
2156
2542
|
}
|
|
2157
2543
|
export declare function managedClusterSecurityProfileSerializer(item: ManagedClusterSecurityProfile): any;
|
|
2158
2544
|
export declare function managedClusterSecurityProfileDeserializer(item: any): ManagedClusterSecurityProfile;
|
|
@@ -2162,6 +2548,8 @@ export interface ManagedClusterSecurityProfileDefender {
|
|
|
2162
2548
|
logAnalyticsWorkspaceResourceId?: string;
|
|
2163
2549
|
/** Microsoft Defender threat detection for Cloud settings for the security profile. */
|
|
2164
2550
|
securityMonitoring?: ManagedClusterSecurityProfileDefenderSecurityMonitoring;
|
|
2551
|
+
/** Microsoft Defender settings for security gating, validates container images eligibility for deployment based on Defender for Containers security findings. Using Admission Controller, it either audits or prevents the deployment of images that do not meet security standards. */
|
|
2552
|
+
securityGating?: ManagedClusterSecurityProfileDefenderSecurityGating;
|
|
2165
2553
|
}
|
|
2166
2554
|
export declare function managedClusterSecurityProfileDefenderSerializer(item: ManagedClusterSecurityProfileDefender): any;
|
|
2167
2555
|
export declare function managedClusterSecurityProfileDefenderDeserializer(item: any): ManagedClusterSecurityProfileDefender;
|
|
@@ -2172,6 +2560,28 @@ export interface ManagedClusterSecurityProfileDefenderSecurityMonitoring {
|
|
|
2172
2560
|
}
|
|
2173
2561
|
export declare function managedClusterSecurityProfileDefenderSecurityMonitoringSerializer(item: ManagedClusterSecurityProfileDefenderSecurityMonitoring): any;
|
|
2174
2562
|
export declare function managedClusterSecurityProfileDefenderSecurityMonitoringDeserializer(item: any): ManagedClusterSecurityProfileDefenderSecurityMonitoring;
|
|
2563
|
+
/** Microsoft Defender settings for security gating, validates container images eligibility for deployment based on Defender for Containers security findings. Using Admission Controller, it either audits or prevents the deployment of images that do not meet security standards. */
|
|
2564
|
+
export interface ManagedClusterSecurityProfileDefenderSecurityGating {
|
|
2565
|
+
/** Whether to enable Defender security gating. When enabled, the gating feature will scan container images and audit or block the deployment of images that do not meet security standards according to the configured security rules. */
|
|
2566
|
+
enabled?: boolean;
|
|
2567
|
+
/** List of identities that the admission controller will make use of in order to pull security artifacts from the registry. These are the same identities used by the cluster to pull container images. Each identity provided should have federated identity credential attached to it. */
|
|
2568
|
+
identities?: ManagedClusterSecurityProfileDefenderSecurityGatingIdentitiesItem[];
|
|
2569
|
+
/** In use only while registry access granted by secret rather than managed identity. Set whether to grant the Defender gating agent access to the cluster's secrets for pulling images from registries. If secret access is denied and the registry requires pull secrets, the add-on will not perform any image validation. Default value is false. */
|
|
2570
|
+
allowSecretAccess?: boolean;
|
|
2571
|
+
}
|
|
2572
|
+
export declare function managedClusterSecurityProfileDefenderSecurityGatingSerializer(item: ManagedClusterSecurityProfileDefenderSecurityGating): any;
|
|
2573
|
+
export declare function managedClusterSecurityProfileDefenderSecurityGatingDeserializer(item: any): ManagedClusterSecurityProfileDefenderSecurityGating;
|
|
2574
|
+
export declare function managedClusterSecurityProfileDefenderSecurityGatingIdentitiesItemArraySerializer(result: Array<ManagedClusterSecurityProfileDefenderSecurityGatingIdentitiesItem>): any[];
|
|
2575
|
+
export declare function managedClusterSecurityProfileDefenderSecurityGatingIdentitiesItemArrayDeserializer(result: Array<ManagedClusterSecurityProfileDefenderSecurityGatingIdentitiesItem>): any[];
|
|
2576
|
+
/** Identity information used by Defender security gating to access container registries. */
|
|
2577
|
+
export interface ManagedClusterSecurityProfileDefenderSecurityGatingIdentitiesItem {
|
|
2578
|
+
/** The container registry for which the identity will be used; the identity specified here should have a federated identity credential attached to it. */
|
|
2579
|
+
azureContainerRegistry?: string;
|
|
2580
|
+
/** The identity object used to access the registry */
|
|
2581
|
+
identity?: UserAssignedIdentity;
|
|
2582
|
+
}
|
|
2583
|
+
export declare function managedClusterSecurityProfileDefenderSecurityGatingIdentitiesItemSerializer(item: ManagedClusterSecurityProfileDefenderSecurityGatingIdentitiesItem): any;
|
|
2584
|
+
export declare function managedClusterSecurityProfileDefenderSecurityGatingIdentitiesItemDeserializer(item: any): ManagedClusterSecurityProfileDefenderSecurityGatingIdentitiesItem;
|
|
2175
2585
|
/** Azure Key Vault key management service settings for the security profile. */
|
|
2176
2586
|
export interface AzureKeyVaultKms {
|
|
2177
2587
|
/** Whether to enable Azure Key Vault key management service. The default is false. */
|
|
@@ -2201,6 +2611,29 @@ export declare enum KnownKeyVaultNetworkAccessTypes {
|
|
|
2201
2611
|
* **Private**: Key vault disables public access and enables private link.
|
|
2202
2612
|
*/
|
|
2203
2613
|
export type KeyVaultNetworkAccessTypes = string;
|
|
2614
|
+
/** Encryption at rest of Kubernetes resource objects using service-managed keys. More information on this can be found under https://aka.ms/aks/kubernetesResourceObjectEncryption. */
|
|
2615
|
+
export interface KubernetesResourceObjectEncryptionProfile {
|
|
2616
|
+
/** Whether to enable encryption at rest of Kubernetes resource objects using service-managed keys. More information on this can be found under https://aka.ms/aks/kubernetesResourceObjectEncryption. */
|
|
2617
|
+
infrastructureEncryption?: InfrastructureEncryption;
|
|
2618
|
+
}
|
|
2619
|
+
export declare function kubernetesResourceObjectEncryptionProfileSerializer(item: KubernetesResourceObjectEncryptionProfile): any;
|
|
2620
|
+
export declare function kubernetesResourceObjectEncryptionProfileDeserializer(item: any): KubernetesResourceObjectEncryptionProfile;
|
|
2621
|
+
/** Whether to enable encryption at rest of Kubernetes resource objects using service-managed keys. More information on this can be found under https://aka.ms/aks/kubernetesResourceObjectEncryption. */
|
|
2622
|
+
export declare enum KnownInfrastructureEncryption {
|
|
2623
|
+
/** Encryption at rest of Kubernetes resource objects using service-managed keys is enabled. More information on this can be found under https://aka.ms/aks/kubernetesResourceObjectEncryption. */
|
|
2624
|
+
Enabled = "Enabled",
|
|
2625
|
+
/** Encryption at rest of Kubernetes resource objects using service-managed keys is disabled. More information on this can be found under https://aka.ms/aks/kubernetesResourceObjectEncryption. */
|
|
2626
|
+
Disabled = "Disabled"
|
|
2627
|
+
}
|
|
2628
|
+
/**
|
|
2629
|
+
* Whether to enable encryption at rest of Kubernetes resource objects using service-managed keys. More information on this can be found under https://aka.ms/aks/kubernetesResourceObjectEncryption. \
|
|
2630
|
+
* {@link KnownInfrastructureEncryption} can be used interchangeably with InfrastructureEncryption,
|
|
2631
|
+
* this enum contains the known values that the service supports.
|
|
2632
|
+
* ### Known values supported by the service
|
|
2633
|
+
* **Enabled**: Encryption at rest of Kubernetes resource objects using service-managed keys is enabled. More information on this can be found under https:\//aka.ms\/aks\/kubernetesResourceObjectEncryption. \
|
|
2634
|
+
* **Disabled**: Encryption at rest of Kubernetes resource objects using service-managed keys is disabled. More information on this can be found under https:\//aka.ms\/aks\/kubernetesResourceObjectEncryption.
|
|
2635
|
+
*/
|
|
2636
|
+
export type InfrastructureEncryption = string;
|
|
2204
2637
|
/** Workload identity settings for the security profile. */
|
|
2205
2638
|
export interface ManagedClusterSecurityProfileWorkloadIdentity {
|
|
2206
2639
|
/** Whether to enable workload identity. */
|
|
@@ -2217,6 +2650,29 @@ export interface ManagedClusterSecurityProfileImageCleaner {
|
|
|
2217
2650
|
}
|
|
2218
2651
|
export declare function managedClusterSecurityProfileImageCleanerSerializer(item: ManagedClusterSecurityProfileImageCleaner): any;
|
|
2219
2652
|
export declare function managedClusterSecurityProfileImageCleanerDeserializer(item: any): ManagedClusterSecurityProfileImageCleaner;
|
|
2653
|
+
/** Image integrity related settings for the security profile. */
|
|
2654
|
+
export interface ManagedClusterSecurityProfileImageIntegrity {
|
|
2655
|
+
/** Whether to enable image integrity. The default value is false. */
|
|
2656
|
+
enabled?: boolean;
|
|
2657
|
+
}
|
|
2658
|
+
export declare function managedClusterSecurityProfileImageIntegritySerializer(item: ManagedClusterSecurityProfileImageIntegrity): any;
|
|
2659
|
+
export declare function managedClusterSecurityProfileImageIntegrityDeserializer(item: any): ManagedClusterSecurityProfileImageIntegrity;
|
|
2660
|
+
/** Node Restriction settings for the security profile. */
|
|
2661
|
+
export interface ManagedClusterSecurityProfileNodeRestriction {
|
|
2662
|
+
/** Whether to enable Node Restriction */
|
|
2663
|
+
enabled?: boolean;
|
|
2664
|
+
}
|
|
2665
|
+
export declare function managedClusterSecurityProfileNodeRestrictionSerializer(item: ManagedClusterSecurityProfileNodeRestriction): any;
|
|
2666
|
+
export declare function managedClusterSecurityProfileNodeRestrictionDeserializer(item: any): ManagedClusterSecurityProfileNodeRestriction;
|
|
2667
|
+
/** Profile for configuring image pull authentication to use service account scoped managed identities for authentication instead of node scoped managed identity (kubelet identity) for authentication to Azure Container Registry. For more information, refer to https://aka.ms/aks/identity-binding/acr-image-pull/docs */
|
|
2668
|
+
export interface ServiceAccountImagePullProfile {
|
|
2669
|
+
/** Indicates whether service account based image pull is enabled, for which identity bindings are required for the managed identity to be used for authentication. For more information, refer to https://aka.ms/aks/identity-binding-docs. */
|
|
2670
|
+
enabled?: boolean;
|
|
2671
|
+
/** Optional. The default managed identity resource ID used for image pulls at the cluster level. When configured, this identity is used if a Pod’s service account does not explicitly specify an identity for pulling images. If not configured and no identity is specified at service account level, image will be pulled via anonymous authentication. */
|
|
2672
|
+
defaultManagedIdentityId?: string;
|
|
2673
|
+
}
|
|
2674
|
+
export declare function serviceAccountImagePullProfileSerializer(item: ServiceAccountImagePullProfile): any;
|
|
2675
|
+
export declare function serviceAccountImagePullProfileDeserializer(item: any): ServiceAccountImagePullProfile;
|
|
2220
2676
|
/** Storage profile for the container service cluster. */
|
|
2221
2677
|
export interface ManagedClusterStorageProfile {
|
|
2222
2678
|
/** AzureDisk CSI Driver settings for the storage profile. */
|
|
@@ -2234,6 +2690,8 @@ export declare function managedClusterStorageProfileDeserializer(item: any): Man
|
|
|
2234
2690
|
export interface ManagedClusterStorageProfileDiskCSIDriver {
|
|
2235
2691
|
/** Whether to enable AzureDisk CSI Driver. The default value is true. */
|
|
2236
2692
|
enabled?: boolean;
|
|
2693
|
+
/** The version of AzureDisk CSI Driver. The default value is v1. */
|
|
2694
|
+
version?: string;
|
|
2237
2695
|
}
|
|
2238
2696
|
export declare function managedClusterStorageProfileDiskCSIDriverSerializer(item: ManagedClusterStorageProfileDiskCSIDriver): any;
|
|
2239
2697
|
export declare function managedClusterStorageProfileDiskCSIDriverDeserializer(item: any): ManagedClusterStorageProfileDiskCSIDriver;
|
|
@@ -2262,6 +2720,10 @@ export declare function managedClusterStorageProfileBlobCSIDriverDeserializer(it
|
|
|
2262
2720
|
export interface ManagedClusterIngressProfile {
|
|
2263
2721
|
/** 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
2722
|
webAppRouting?: ManagedClusterIngressProfileWebAppRouting;
|
|
2723
|
+
/** Settings for the managed Gateway API installation */
|
|
2724
|
+
gatewayAPI?: ManagedClusterIngressProfileGatewayConfiguration;
|
|
2725
|
+
/** Settings for the managed Application Load Balancer installation */
|
|
2726
|
+
applicationLoadBalancer?: ManagedClusterIngressProfileApplicationLoadBalancer;
|
|
2265
2727
|
}
|
|
2266
2728
|
export declare function managedClusterIngressProfileSerializer(item: ManagedClusterIngressProfile): any;
|
|
2267
2729
|
export declare function managedClusterIngressProfileDeserializer(item: any): ManagedClusterIngressProfile;
|
|
@@ -2269,15 +2731,49 @@ export declare function managedClusterIngressProfileDeserializer(item: any): Man
|
|
|
2269
2731
|
export interface ManagedClusterIngressProfileWebAppRouting {
|
|
2270
2732
|
/** Whether to enable the Application Routing add-on. */
|
|
2271
2733
|
enabled?: boolean;
|
|
2734
|
+
/** 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. */
|
|
2735
|
+
gatewayAPIImplementations?: ManagedClusterWebAppRoutingGatewayAPIImplementations;
|
|
2272
2736
|
/** 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
2737
|
dnsZoneResourceIds?: string[];
|
|
2274
2738
|
/** 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. */
|
|
2275
2739
|
nginx?: ManagedClusterIngressProfileNginx;
|
|
2276
2740
|
/** Managed identity of the Application Routing add-on. This is the identity that should be granted permissions, for example, to manage the associated Azure DNS resource and get certificates from Azure Key Vault. See [this overview of the add-on](https://learn.microsoft.com/en-us/azure/aks/web-app-routing?tabs=with-osm) for more instructions. */
|
|
2277
2741
|
readonly identity?: UserAssignedIdentity;
|
|
2742
|
+
/** Configuration for the Default Domain. This is a unique, autogenerated domain that comes with a signed TLS Certificate allowing for secure HTTPS. See [the Default Domain documentation](https://aka.ms/aks/defaultdomain) for more instructions. */
|
|
2743
|
+
defaultDomain?: ManagedClusterIngressDefaultDomainProfile;
|
|
2278
2744
|
}
|
|
2279
2745
|
export declare function managedClusterIngressProfileWebAppRoutingSerializer(item: ManagedClusterIngressProfileWebAppRouting): any;
|
|
2280
2746
|
export declare function managedClusterIngressProfileWebAppRoutingDeserializer(item: any): ManagedClusterIngressProfileWebAppRouting;
|
|
2747
|
+
/** Configurations for Gateway API providers to be used for managed ingress with App Routing. */
|
|
2748
|
+
export interface ManagedClusterWebAppRoutingGatewayAPIImplementations {
|
|
2749
|
+
/** 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. */
|
|
2750
|
+
appRoutingIstio?: ManagedClusterAppRoutingIstio;
|
|
2751
|
+
}
|
|
2752
|
+
export declare function managedClusterWebAppRoutingGatewayAPIImplementationsSerializer(item: ManagedClusterWebAppRoutingGatewayAPIImplementations): any;
|
|
2753
|
+
export declare function managedClusterWebAppRoutingGatewayAPIImplementationsDeserializer(item: any): ManagedClusterWebAppRoutingGatewayAPIImplementations;
|
|
2754
|
+
/** 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. */
|
|
2755
|
+
export interface ManagedClusterAppRoutingIstio {
|
|
2756
|
+
/** Whether to enable Istio as a Gateway API implementation for managed ingress with App Routing. */
|
|
2757
|
+
mode?: GatewayAPIIstioEnabled;
|
|
2758
|
+
}
|
|
2759
|
+
export declare function managedClusterAppRoutingIstioSerializer(item: ManagedClusterAppRoutingIstio): any;
|
|
2760
|
+
export declare function managedClusterAppRoutingIstioDeserializer(item: any): ManagedClusterAppRoutingIstio;
|
|
2761
|
+
/** Whether to enable Istio as a Gateway API implementation for managed ingress with App Routing. */
|
|
2762
|
+
export declare enum KnownGatewayAPIIstioEnabled {
|
|
2763
|
+
/** Enables managed ingress via the Gateway API using a sidecar-less Istio controlplane. */
|
|
2764
|
+
Enabled = "Enabled",
|
|
2765
|
+
/** Disables the sidecar-less istio control plane for managed ingress via the Gateway API. */
|
|
2766
|
+
Disabled = "Disabled"
|
|
2767
|
+
}
|
|
2768
|
+
/**
|
|
2769
|
+
* Whether to enable Istio as a Gateway API implementation for managed ingress with App Routing. \
|
|
2770
|
+
* {@link KnownGatewayAPIIstioEnabled} can be used interchangeably with GatewayAPIIstioEnabled,
|
|
2771
|
+
* this enum contains the known values that the service supports.
|
|
2772
|
+
* ### Known values supported by the service
|
|
2773
|
+
* **Enabled**: Enables managed ingress via the Gateway API using a sidecar-less Istio controlplane. \
|
|
2774
|
+
* **Disabled**: Disables the sidecar-less istio control plane for managed ingress via the Gateway API.
|
|
2775
|
+
*/
|
|
2776
|
+
export type GatewayAPIIstioEnabled = string;
|
|
2281
2777
|
/** Nginx ingress controller configuration for the managed cluster ingress profile. */
|
|
2282
2778
|
export interface ManagedClusterIngressProfileNginx {
|
|
2283
2779
|
/** Ingress type for the default NginxIngressController custom resource */
|
|
@@ -2307,12 +2803,55 @@ export declare enum KnownNginxIngressControllerType {
|
|
|
2307
2803
|
* **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
2804
|
*/
|
|
2309
2805
|
export type NginxIngressControllerType = string;
|
|
2806
|
+
/** Default domain profile for the managed cluster ingress profile. */
|
|
2807
|
+
export interface ManagedClusterIngressDefaultDomainProfile {
|
|
2808
|
+
/** Whether to enable Default Domain. */
|
|
2809
|
+
enabled?: boolean;
|
|
2810
|
+
/** The unique fully qualified domain name assigned to the cluster. This will not change even if disabled then reenabled. */
|
|
2811
|
+
readonly domainName?: string;
|
|
2812
|
+
}
|
|
2813
|
+
export declare function managedClusterIngressDefaultDomainProfileSerializer(item: ManagedClusterIngressDefaultDomainProfile): any;
|
|
2814
|
+
export declare function managedClusterIngressDefaultDomainProfileDeserializer(item: any): ManagedClusterIngressDefaultDomainProfile;
|
|
2815
|
+
/** Configuration for the ingress managed gateway. See https://aka.ms/k8s-gateway-api for more details. */
|
|
2816
|
+
export interface ManagedClusterIngressProfileGatewayConfiguration {
|
|
2817
|
+
/** Configuration for the managed Gateway API installation. If not specified, the default is 'Disabled'. See https://aka.ms/k8s-gateway-api for more details. */
|
|
2818
|
+
installation?: ManagedGatewayType;
|
|
2819
|
+
}
|
|
2820
|
+
export declare function managedClusterIngressProfileGatewayConfigurationSerializer(item: ManagedClusterIngressProfileGatewayConfiguration): any;
|
|
2821
|
+
export declare function managedClusterIngressProfileGatewayConfigurationDeserializer(item: any): ManagedClusterIngressProfileGatewayConfiguration;
|
|
2822
|
+
/** Configuration for the managed Gateway API installation. If not specified, the default is 'Disabled'. See https://aka.ms/k8s-gateway-api for more details. */
|
|
2823
|
+
export declare enum KnownManagedGatewayType {
|
|
2824
|
+
/** Gateway API CRDs will not be reconciled on your cluster. */
|
|
2825
|
+
Disabled = "Disabled",
|
|
2826
|
+
/** The latest Gateway CRD bundle from the standard channel that is compatible with your Kubernetes version will be reconciled onto your cluster. See https://gateway-api.sigs.k8s.io/concepts/versioning/ for more details. */
|
|
2827
|
+
Standard = "Standard"
|
|
2828
|
+
}
|
|
2829
|
+
/**
|
|
2830
|
+
* Configuration for the managed Gateway API installation. If not specified, the default is 'Disabled'. See https://aka.ms/k8s-gateway-api for more details. \
|
|
2831
|
+
* {@link KnownManagedGatewayType} can be used interchangeably with ManagedGatewayType,
|
|
2832
|
+
* this enum contains the known values that the service supports.
|
|
2833
|
+
* ### Known values supported by the service
|
|
2834
|
+
* **Disabled**: Gateway API CRDs will not be reconciled on your cluster. \
|
|
2835
|
+
* **Standard**: The latest Gateway CRD bundle from the standard channel that is compatible with your Kubernetes version will be reconciled onto your cluster. See https:\//gateway-api.sigs.k8s.io\/concepts\/versioning\/ for more details.
|
|
2836
|
+
*/
|
|
2837
|
+
export type ManagedGatewayType = string;
|
|
2838
|
+
/** Application Load Balancer settings for the ingress profile. */
|
|
2839
|
+
export interface ManagedClusterIngressProfileApplicationLoadBalancer {
|
|
2840
|
+
/** Whether to enable Application Load Balancer. */
|
|
2841
|
+
enabled?: boolean;
|
|
2842
|
+
/** Managed identity of the Application Load Balancer add-on. This is the identity that should be granted permissions to manage the associated Application Gateway for Containers resource. */
|
|
2843
|
+
readonly identity?: UserAssignedIdentity;
|
|
2844
|
+
}
|
|
2845
|
+
export declare function managedClusterIngressProfileApplicationLoadBalancerSerializer(item: ManagedClusterIngressProfileApplicationLoadBalancer): any;
|
|
2846
|
+
export declare function managedClusterIngressProfileApplicationLoadBalancerDeserializer(item: any): ManagedClusterIngressProfileApplicationLoadBalancer;
|
|
2310
2847
|
/** PublicNetworkAccess of the managedCluster. Allow or deny public network access for AKS */
|
|
2311
2848
|
export declare enum KnownPublicNetworkAccess {
|
|
2312
2849
|
/** Inbound/Outbound to the managedCluster is allowed. */
|
|
2313
2850
|
Enabled = "Enabled",
|
|
2314
2851
|
/** Inbound traffic to managedCluster is disabled, traffic from managedCluster is allowed. */
|
|
2315
|
-
Disabled = "Disabled"
|
|
2852
|
+
Disabled = "Disabled",
|
|
2853
|
+
/** Inbound/Outbound traffic is managed by Microsoft.Network/NetworkSecurityPerimeters. */
|
|
2854
|
+
SecuredByPerimeter = "SecuredByPerimeter"
|
|
2316
2855
|
}
|
|
2317
2856
|
/**
|
|
2318
2857
|
* PublicNetworkAccess of the managedCluster. Allow or deny public network access for AKS \
|
|
@@ -2320,7 +2859,8 @@ export declare enum KnownPublicNetworkAccess {
|
|
|
2320
2859
|
* this enum contains the known values that the service supports.
|
|
2321
2860
|
* ### Known values supported by the service
|
|
2322
2861
|
* **Enabled**: Inbound\/Outbound to the managedCluster is allowed. \
|
|
2323
|
-
* **Disabled**: Inbound traffic to managedCluster is disabled, traffic from managedCluster is allowed.
|
|
2862
|
+
* **Disabled**: Inbound traffic to managedCluster is disabled, traffic from managedCluster is allowed. \
|
|
2863
|
+
* **SecuredByPerimeter**: Inbound\/Outbound traffic is managed by Microsoft.Network\/NetworkSecurityPerimeters.
|
|
2324
2864
|
*/
|
|
2325
2865
|
export type PublicNetworkAccess = string;
|
|
2326
2866
|
/** Workload Auto-scaler profile for the managed cluster. */
|
|
@@ -2343,13 +2883,35 @@ export declare function managedClusterWorkloadAutoScalerProfileKedaDeserializer(
|
|
|
2343
2883
|
export interface ManagedClusterWorkloadAutoScalerProfileVerticalPodAutoscaler {
|
|
2344
2884
|
/** Whether to enable VPA. Default value is false. */
|
|
2345
2885
|
enabled: boolean;
|
|
2886
|
+
/** Whether VPA add-on is enabled and configured to scale AKS-managed add-ons. */
|
|
2887
|
+
addonAutoscaling?: AddonAutoscaling;
|
|
2346
2888
|
}
|
|
2347
2889
|
export declare function managedClusterWorkloadAutoScalerProfileVerticalPodAutoscalerSerializer(item: ManagedClusterWorkloadAutoScalerProfileVerticalPodAutoscaler): any;
|
|
2348
2890
|
export declare function managedClusterWorkloadAutoScalerProfileVerticalPodAutoscalerDeserializer(item: any): ManagedClusterWorkloadAutoScalerProfileVerticalPodAutoscaler;
|
|
2891
|
+
/** Whether VPA add-on is enabled and configured to scale AKS-managed add-ons. */
|
|
2892
|
+
export declare enum KnownAddonAutoscaling {
|
|
2893
|
+
/** Feature to autoscale AKS-managed add-ons is enabled. The default VPA update mode is Initial mode. */
|
|
2894
|
+
Enabled = "Enabled",
|
|
2895
|
+
/** Feature to autoscale AKS-managed add-ons is disabled. */
|
|
2896
|
+
Disabled = "Disabled"
|
|
2897
|
+
}
|
|
2898
|
+
/**
|
|
2899
|
+
* Whether VPA add-on is enabled and configured to scale AKS-managed add-ons. \
|
|
2900
|
+
* {@link KnownAddonAutoscaling} can be used interchangeably with AddonAutoscaling,
|
|
2901
|
+
* this enum contains the known values that the service supports.
|
|
2902
|
+
* ### Known values supported by the service
|
|
2903
|
+
* **Enabled**: Feature to autoscale AKS-managed add-ons is enabled. The default VPA update mode is Initial mode. \
|
|
2904
|
+
* **Disabled**: Feature to autoscale AKS-managed add-ons is disabled.
|
|
2905
|
+
*/
|
|
2906
|
+
export type AddonAutoscaling = string;
|
|
2349
2907
|
/** Azure Monitor addon profiles for monitoring the managed cluster. */
|
|
2350
2908
|
export interface ManagedClusterAzureMonitorProfile {
|
|
2351
2909
|
/** 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
2910
|
metrics?: ManagedClusterAzureMonitorProfileMetrics;
|
|
2911
|
+
/** Azure Monitor Container Insights Profile for Kubernetes Events, Inventory and Container stdout & stderr logs etc. See aka.ms/AzureMonitorContainerInsights for an overview. */
|
|
2912
|
+
containerInsights?: ManagedClusterAzureMonitorProfileContainerInsights;
|
|
2913
|
+
/** 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. */
|
|
2914
|
+
appMonitoring?: ManagedClusterAzureMonitorProfileAppMonitoring;
|
|
2353
2915
|
}
|
|
2354
2916
|
export declare function managedClusterAzureMonitorProfileSerializer(item: ManagedClusterAzureMonitorProfile): any;
|
|
2355
2917
|
export declare function managedClusterAzureMonitorProfileDeserializer(item: any): ManagedClusterAzureMonitorProfile;
|
|
@@ -2371,6 +2933,75 @@ export interface ManagedClusterAzureMonitorProfileKubeStateMetrics {
|
|
|
2371
2933
|
}
|
|
2372
2934
|
export declare function managedClusterAzureMonitorProfileKubeStateMetricsSerializer(item: ManagedClusterAzureMonitorProfileKubeStateMetrics): any;
|
|
2373
2935
|
export declare function managedClusterAzureMonitorProfileKubeStateMetricsDeserializer(item: any): ManagedClusterAzureMonitorProfileKubeStateMetrics;
|
|
2936
|
+
/** Azure Monitor Container Insights Profile for Kubernetes Events, Inventory and Container stdout & stderr logs etc. See aka.ms/AzureMonitorContainerInsights for an overview. */
|
|
2937
|
+
export interface ManagedClusterAzureMonitorProfileContainerInsights {
|
|
2938
|
+
/** Indicates if Azure Monitor Container Insights Logs Addon is enabled or not. */
|
|
2939
|
+
enabled?: boolean;
|
|
2940
|
+
/** Fully Qualified ARM Resource Id of Azure Log Analytics Workspace for storing Azure Monitor Container Insights Logs. */
|
|
2941
|
+
logAnalyticsWorkspaceResourceId?: string;
|
|
2942
|
+
/** The syslog host port. If not specified, the default port is 28330. */
|
|
2943
|
+
syslogPort?: number;
|
|
2944
|
+
/** Indicates whether custom metrics collection has to be disabled or not. If not specified the default is false. No custom metrics will be emitted if this field is false but the container insights enabled field is false */
|
|
2945
|
+
disableCustomMetrics?: boolean;
|
|
2946
|
+
/** Indicates whether prometheus metrics scraping is disabled or not. If not specified the default is false. No prometheus metrics will be emitted if this field is false but the container insights enabled field is false */
|
|
2947
|
+
disablePrometheusMetricsScraping?: boolean;
|
|
2948
|
+
/** Configures container network logs ingestion with Azure Monitor. Which network logs to ingest is controlled by the CRD found in the following links. No network logs are ingested by default. More information on container network logs can be found at https://aka.ms/ContainerNetworkLogsDoc. More information on configuring container network log can be found at https://aka.ms/acns/howtoenablecnl. If not specified, the default is Disabled. */
|
|
2949
|
+
containerNetworkLogs?: ContainerNetworkLogs;
|
|
2950
|
+
}
|
|
2951
|
+
export declare function managedClusterAzureMonitorProfileContainerInsightsSerializer(item: ManagedClusterAzureMonitorProfileContainerInsights): any;
|
|
2952
|
+
export declare function managedClusterAzureMonitorProfileContainerInsightsDeserializer(item: any): ManagedClusterAzureMonitorProfileContainerInsights;
|
|
2953
|
+
/** Configures container network logs ingestion with Azure Monitor. Which network logs to ingest is controlled by the CRD found in the following links. No network logs are ingested by default. More information on container network logs can be found at https://aka.ms/ContainerNetworkLogsDoc. More information on configuring container network log can be found at https://aka.ms/acns/howtoenablecnl. If not specified, the default is Disabled. */
|
|
2954
|
+
export declare enum KnownContainerNetworkLogs {
|
|
2955
|
+
/** Azure monitor ingestion of container network logs is disabled */
|
|
2956
|
+
Disabled = "Disabled",
|
|
2957
|
+
/** Azure monitor ingestion of container network logs is enabled */
|
|
2958
|
+
Enabled = "Enabled"
|
|
2959
|
+
}
|
|
2960
|
+
/**
|
|
2961
|
+
* Configures container network logs ingestion with Azure Monitor. Which network logs to ingest is controlled by the CRD found in the following links. No network logs are ingested by default. More information on container network logs can be found at https://aka.ms/ContainerNetworkLogsDoc. More information on configuring container network log can be found at https://aka.ms/acns/howtoenablecnl. If not specified, the default is Disabled. \
|
|
2962
|
+
* {@link KnownContainerNetworkLogs} can be used interchangeably with ContainerNetworkLogs,
|
|
2963
|
+
* this enum contains the known values that the service supports.
|
|
2964
|
+
* ### Known values supported by the service
|
|
2965
|
+
* **Disabled**: Azure monitor ingestion of container network logs is disabled \
|
|
2966
|
+
* **Enabled**: Azure monitor ingestion of container network logs is enabled
|
|
2967
|
+
*/
|
|
2968
|
+
export type ContainerNetworkLogs = string;
|
|
2969
|
+
/** 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. */
|
|
2970
|
+
export interface ManagedClusterAzureMonitorProfileAppMonitoring {
|
|
2971
|
+
/** Application Monitoring Auto Instrumentation for Kubernetes Application Container. Deploys web hook to auto-instrument Azure Monitor OpenTelemetry based SDKs to collect OpenTelemetry metrics, logs and traces of the application. See aka.ms/AzureMonitorApplicationMonitoring for an overview. */
|
|
2972
|
+
autoInstrumentation?: ManagedClusterAzureMonitorProfileAppMonitoringAutoInstrumentation;
|
|
2973
|
+
/** Application Monitoring Open Telemetry Metrics Profile for Kubernetes Application Container Metrics. Collects OpenTelemetry metrics of the application using Azure Monitor OpenTelemetry based SDKs. See aka.ms/AzureMonitorApplicationMonitoring for an overview. */
|
|
2974
|
+
openTelemetryMetrics?: ManagedClusterAzureMonitorProfileAppMonitoringOpenTelemetryMetrics;
|
|
2975
|
+
/** Application Monitoring Open Telemetry Metrics Profile for Kubernetes Application Container Logs and Traces. Collects OpenTelemetry logs and traces of the application using Azure Monitor OpenTelemetry based SDKs. See aka.ms/AzureMonitorApplicationMonitoring for an overview. */
|
|
2976
|
+
openTelemetryLogs?: ManagedClusterAzureMonitorProfileAppMonitoringOpenTelemetryLogs;
|
|
2977
|
+
}
|
|
2978
|
+
export declare function managedClusterAzureMonitorProfileAppMonitoringSerializer(item: ManagedClusterAzureMonitorProfileAppMonitoring): any;
|
|
2979
|
+
export declare function managedClusterAzureMonitorProfileAppMonitoringDeserializer(item: any): ManagedClusterAzureMonitorProfileAppMonitoring;
|
|
2980
|
+
/** Application Monitoring Auto Instrumentation for Kubernetes Application Container. Deploys web hook to auto-instrument Azure Monitor OpenTelemetry based SDKs to collect OpenTelemetry metrics, logs and traces of the application. See aka.ms/AzureMonitorApplicationMonitoring for an overview. */
|
|
2981
|
+
export interface ManagedClusterAzureMonitorProfileAppMonitoringAutoInstrumentation {
|
|
2982
|
+
/** Indicates if Application Monitoring Auto Instrumentation is enabled or not. */
|
|
2983
|
+
enabled?: boolean;
|
|
2984
|
+
}
|
|
2985
|
+
export declare function managedClusterAzureMonitorProfileAppMonitoringAutoInstrumentationSerializer(item: ManagedClusterAzureMonitorProfileAppMonitoringAutoInstrumentation): any;
|
|
2986
|
+
export declare function managedClusterAzureMonitorProfileAppMonitoringAutoInstrumentationDeserializer(item: any): ManagedClusterAzureMonitorProfileAppMonitoringAutoInstrumentation;
|
|
2987
|
+
/** Application Monitoring Open Telemetry Metrics Profile for Kubernetes Application Container Metrics. Collects OpenTelemetry metrics of the application using Azure Monitor OpenTelemetry based SDKs. See aka.ms/AzureMonitorApplicationMonitoring for an overview. */
|
|
2988
|
+
export interface ManagedClusterAzureMonitorProfileAppMonitoringOpenTelemetryMetrics {
|
|
2989
|
+
/** Indicates if Application Monitoring Open Telemetry Metrics is enabled or not. */
|
|
2990
|
+
enabled?: boolean;
|
|
2991
|
+
/** The Open Telemetry host port for Open Telemetry metrics. If not specified, the default port is 28333. */
|
|
2992
|
+
port?: number;
|
|
2993
|
+
}
|
|
2994
|
+
export declare function managedClusterAzureMonitorProfileAppMonitoringOpenTelemetryMetricsSerializer(item: ManagedClusterAzureMonitorProfileAppMonitoringOpenTelemetryMetrics): any;
|
|
2995
|
+
export declare function managedClusterAzureMonitorProfileAppMonitoringOpenTelemetryMetricsDeserializer(item: any): ManagedClusterAzureMonitorProfileAppMonitoringOpenTelemetryMetrics;
|
|
2996
|
+
/** Application Monitoring Open Telemetry Metrics Profile for Kubernetes Application Container Logs and Traces. Collects OpenTelemetry logs and traces of the application using Azure Monitor OpenTelemetry based SDKs. See aka.ms/AzureMonitorApplicationMonitoring for an overview. */
|
|
2997
|
+
export interface ManagedClusterAzureMonitorProfileAppMonitoringOpenTelemetryLogs {
|
|
2998
|
+
/** Indicates if Application Monitoring Open Telemetry Logs and traces is enabled or not. */
|
|
2999
|
+
enabled?: boolean;
|
|
3000
|
+
/** The Open Telemetry host port for Open Telemetry logs and traces. If not specified, the default port is 28331. */
|
|
3001
|
+
port?: number;
|
|
3002
|
+
}
|
|
3003
|
+
export declare function managedClusterAzureMonitorProfileAppMonitoringOpenTelemetryLogsSerializer(item: ManagedClusterAzureMonitorProfileAppMonitoringOpenTelemetryLogs): any;
|
|
3004
|
+
export declare function managedClusterAzureMonitorProfileAppMonitoringOpenTelemetryLogsDeserializer(item: any): ManagedClusterAzureMonitorProfileAppMonitoringOpenTelemetryLogs;
|
|
2374
3005
|
/** Service mesh profile for a managed cluster. */
|
|
2375
3006
|
export interface ServiceMeshProfile {
|
|
2376
3007
|
/** Mode of the service mesh. */
|
|
@@ -2585,6 +3216,59 @@ export interface ManagedClusterAIToolchainOperatorProfile {
|
|
|
2585
3216
|
}
|
|
2586
3217
|
export declare function managedClusterAIToolchainOperatorProfileSerializer(item: ManagedClusterAIToolchainOperatorProfile): any;
|
|
2587
3218
|
export declare function managedClusterAIToolchainOperatorProfileDeserializer(item: any): ManagedClusterAIToolchainOperatorProfile;
|
|
3219
|
+
/** The pod scheduler profile for the cluster. */
|
|
3220
|
+
export interface SchedulerProfile {
|
|
3221
|
+
/** Mapping of each scheduler instance to its profile. */
|
|
3222
|
+
schedulerInstanceProfiles?: SchedulerProfileSchedulerInstanceProfiles;
|
|
3223
|
+
}
|
|
3224
|
+
export declare function schedulerProfileSerializer(item: SchedulerProfile): any;
|
|
3225
|
+
export declare function schedulerProfileDeserializer(item: any): SchedulerProfile;
|
|
3226
|
+
/** Mapping of each scheduler instance to its profile. */
|
|
3227
|
+
export interface SchedulerProfileSchedulerInstanceProfiles {
|
|
3228
|
+
/** The scheduler profile for the upstream scheduler instance. */
|
|
3229
|
+
upstream?: SchedulerInstanceProfile;
|
|
3230
|
+
}
|
|
3231
|
+
export declare function schedulerProfileSchedulerInstanceProfilesSerializer(item: SchedulerProfileSchedulerInstanceProfiles): any;
|
|
3232
|
+
export declare function schedulerProfileSchedulerInstanceProfilesDeserializer(item: any): SchedulerProfileSchedulerInstanceProfiles;
|
|
3233
|
+
/** The scheduler profile for a single scheduler instance. */
|
|
3234
|
+
export interface SchedulerInstanceProfile {
|
|
3235
|
+
/** The config customization mode for this scheduler instance. */
|
|
3236
|
+
schedulerConfigMode?: SchedulerConfigMode;
|
|
3237
|
+
}
|
|
3238
|
+
export declare function schedulerInstanceProfileSerializer(item: SchedulerInstanceProfile): any;
|
|
3239
|
+
export declare function schedulerInstanceProfileDeserializer(item: any): SchedulerInstanceProfile;
|
|
3240
|
+
/** The config customization mode for this scheduler instance. */
|
|
3241
|
+
export declare enum KnownSchedulerConfigMode {
|
|
3242
|
+
/** No config customization. Use default configuration. */
|
|
3243
|
+
Default = "Default",
|
|
3244
|
+
/** Enable config customization. Customer can specify scheduler configuration via a CRD. See aka.ms/aks/scheduler-crd for details. */
|
|
3245
|
+
ManagedByCRD = "ManagedByCRD"
|
|
3246
|
+
}
|
|
3247
|
+
/**
|
|
3248
|
+
* The config customization mode for this scheduler instance. \
|
|
3249
|
+
* {@link KnownSchedulerConfigMode} can be used interchangeably with SchedulerConfigMode,
|
|
3250
|
+
* this enum contains the known values that the service supports.
|
|
3251
|
+
* ### Known values supported by the service
|
|
3252
|
+
* **Default**: No config customization. Use default configuration. \
|
|
3253
|
+
* **ManagedByCRD**: Enable config customization. Customer can specify scheduler configuration via a CRD. See aka.ms\/aks\/scheduler-crd for details.
|
|
3254
|
+
*/
|
|
3255
|
+
export type SchedulerConfigMode = string;
|
|
3256
|
+
/** Settings for hosted system addons. */
|
|
3257
|
+
export interface ManagedClusterHostedSystemProfile {
|
|
3258
|
+
/** Whether to enable hosted system addons for the cluster. */
|
|
3259
|
+
enabled?: boolean;
|
|
3260
|
+
}
|
|
3261
|
+
export declare function managedClusterHostedSystemProfileSerializer(item: ManagedClusterHostedSystemProfile): any;
|
|
3262
|
+
export declare function managedClusterHostedSystemProfileDeserializer(item: any): ManagedClusterHostedSystemProfile;
|
|
3263
|
+
/** Health monitor profile for the managed cluster. */
|
|
3264
|
+
export interface ManagedClusterHealthMonitorProfile {
|
|
3265
|
+
/** Whether to enable continuous control plane and addon monitor. */
|
|
3266
|
+
enableContinuousControlPlaneAndAddonMonitor?: boolean;
|
|
3267
|
+
/** Whether to enable on-demand monitor. */
|
|
3268
|
+
enableOnDemandMonitor?: boolean;
|
|
3269
|
+
}
|
|
3270
|
+
export declare function managedClusterHealthMonitorProfileSerializer(item: ManagedClusterHealthMonitorProfile): any;
|
|
3271
|
+
export declare function managedClusterHealthMonitorProfileDeserializer(item: any): ManagedClusterHealthMonitorProfile;
|
|
2588
3272
|
/** Contains read-only information about the Managed Cluster. */
|
|
2589
3273
|
export interface ManagedClusterStatus {
|
|
2590
3274
|
/** The error details information of the managed cluster. Preserves the detailed info of failure. If there was no error, this field is omitted. */
|
|
@@ -2853,6 +3537,12 @@ export interface EndpointDetail {
|
|
|
2853
3537
|
description?: string;
|
|
2854
3538
|
}
|
|
2855
3539
|
export declare function endpointDetailDeserializer(item: any): EndpointDetail;
|
|
3540
|
+
/** The names of the load balancers to rebalance. If set to empty, all load balancers will be rebalanced. */
|
|
3541
|
+
export interface RebalanceLoadBalancersRequestBody {
|
|
3542
|
+
/** The load balancer names list. */
|
|
3543
|
+
loadBalancerNames?: string[];
|
|
3544
|
+
}
|
|
3545
|
+
export declare function rebalanceLoadBalancersRequestBodySerializer(item: RebalanceLoadBalancersRequestBody): any;
|
|
2856
3546
|
/** The list of available upgrades for compute pools. */
|
|
2857
3547
|
export interface ManagedClusterUpgradeProfile extends ProxyResource {
|
|
2858
3548
|
/** The list of available upgrade versions for the control plane. */
|
|
@@ -2879,6 +3569,8 @@ export interface ManagedClusterPoolUpgradeProfile {
|
|
|
2879
3569
|
osType: OSType;
|
|
2880
3570
|
/** List of orchestrator types and versions available for upgrade. */
|
|
2881
3571
|
upgrades?: ManagedClusterPoolUpgradeProfileUpgradesItem[];
|
|
3572
|
+
/** List of components grouped by kubernetes major.minor version. */
|
|
3573
|
+
componentsByReleases?: ComponentsByRelease[];
|
|
2882
3574
|
}
|
|
2883
3575
|
export declare function managedClusterPoolUpgradeProfileDeserializer(item: any): ManagedClusterPoolUpgradeProfile;
|
|
2884
3576
|
export declare function managedClusterPoolUpgradeProfileUpgradesItemArrayDeserializer(result: Array<ManagedClusterPoolUpgradeProfileUpgradesItem>): any[];
|
|
@@ -2888,9 +3580,89 @@ export interface ManagedClusterPoolUpgradeProfileUpgradesItem {
|
|
|
2888
3580
|
kubernetesVersion?: string;
|
|
2889
3581
|
/** Whether the Kubernetes version is currently in preview. */
|
|
2890
3582
|
isPreview?: boolean;
|
|
3583
|
+
/** Whether the Kubernetes version is out of support. */
|
|
3584
|
+
isOutOfSupport?: boolean;
|
|
2891
3585
|
}
|
|
2892
3586
|
export declare function managedClusterPoolUpgradeProfileUpgradesItemDeserializer(item: any): ManagedClusterPoolUpgradeProfileUpgradesItem;
|
|
2893
3587
|
export declare function managedClusterPoolUpgradeProfileArrayDeserializer(result: Array<ManagedClusterPoolUpgradeProfile>): any[];
|
|
3588
|
+
/** Available Guardrails Version */
|
|
3589
|
+
export interface GuardrailsAvailableVersion extends ProxyResource {
|
|
3590
|
+
/** Whether the version is default or not and support info. */
|
|
3591
|
+
properties: GuardrailsAvailableVersionsProperties;
|
|
3592
|
+
}
|
|
3593
|
+
export declare function guardrailsAvailableVersionDeserializer(item: any): GuardrailsAvailableVersion;
|
|
3594
|
+
/** Whether the version is default or not and support info. */
|
|
3595
|
+
export interface GuardrailsAvailableVersionsProperties {
|
|
3596
|
+
/** Whether this is the default version. */
|
|
3597
|
+
readonly isDefaultVersion?: boolean;
|
|
3598
|
+
/** Whether the version is preview or stable. */
|
|
3599
|
+
readonly support?: GuardrailsSupport;
|
|
3600
|
+
}
|
|
3601
|
+
export declare function guardrailsAvailableVersionsPropertiesDeserializer(item: any): GuardrailsAvailableVersionsProperties;
|
|
3602
|
+
/** Whether the version is preview or stable. */
|
|
3603
|
+
export declare enum KnownGuardrailsSupport {
|
|
3604
|
+
/** The version is preview. It is not recommended to use preview versions on critical production clusters. The preview version may not support all use-cases. */
|
|
3605
|
+
Preview = "Preview",
|
|
3606
|
+
/** The version is stable and can be used on critical production clusters. */
|
|
3607
|
+
Stable = "Stable"
|
|
3608
|
+
}
|
|
3609
|
+
/**
|
|
3610
|
+
* Whether the version is preview or stable. \
|
|
3611
|
+
* {@link KnownGuardrailsSupport} can be used interchangeably with GuardrailsSupport,
|
|
3612
|
+
* this enum contains the known values that the service supports.
|
|
3613
|
+
* ### Known values supported by the service
|
|
3614
|
+
* **Preview**: The version is preview. It is not recommended to use preview versions on critical production clusters. The preview version may not support all use-cases. \
|
|
3615
|
+
* **Stable**: The version is stable and can be used on critical production clusters.
|
|
3616
|
+
*/
|
|
3617
|
+
export type GuardrailsSupport = string;
|
|
3618
|
+
/** Hold values properties, which is array of GuardrailsVersions */
|
|
3619
|
+
export interface _GuardrailsAvailableVersionsList {
|
|
3620
|
+
/** The GuardrailsAvailableVersion items on this page */
|
|
3621
|
+
value: GuardrailsAvailableVersion[];
|
|
3622
|
+
/** The link to the next page of items */
|
|
3623
|
+
nextLink?: string;
|
|
3624
|
+
}
|
|
3625
|
+
export declare function _guardrailsAvailableVersionsListDeserializer(item: any): _GuardrailsAvailableVersionsList;
|
|
3626
|
+
export declare function guardrailsAvailableVersionArrayDeserializer(result: Array<GuardrailsAvailableVersion>): any[];
|
|
3627
|
+
/** Available Safeguards Version */
|
|
3628
|
+
export interface SafeguardsAvailableVersion extends ProxyResource {
|
|
3629
|
+
/** Whether the version is default or not and support info. */
|
|
3630
|
+
properties: SafeguardsAvailableVersionsProperties;
|
|
3631
|
+
}
|
|
3632
|
+
export declare function safeguardsAvailableVersionDeserializer(item: any): SafeguardsAvailableVersion;
|
|
3633
|
+
/** Whether the version is default or not and support info. */
|
|
3634
|
+
export interface SafeguardsAvailableVersionsProperties {
|
|
3635
|
+
/** Whether this is the default version. */
|
|
3636
|
+
readonly isDefaultVersion?: boolean;
|
|
3637
|
+
/** Whether the version is preview or stable. */
|
|
3638
|
+
readonly support?: SafeguardsSupport;
|
|
3639
|
+
}
|
|
3640
|
+
export declare function safeguardsAvailableVersionsPropertiesDeserializer(item: any): SafeguardsAvailableVersionsProperties;
|
|
3641
|
+
/** Whether the version is preview or stable. */
|
|
3642
|
+
export declare enum KnownSafeguardsSupport {
|
|
3643
|
+
/** The version is preview. It is not recommended to use preview versions on critical production clusters. The preview version may not support all use-cases. */
|
|
3644
|
+
Preview = "Preview",
|
|
3645
|
+
/** The version is stable and can be used on critical production clusters. */
|
|
3646
|
+
Stable = "Stable"
|
|
3647
|
+
}
|
|
3648
|
+
/**
|
|
3649
|
+
* Whether the version is preview or stable. \
|
|
3650
|
+
* {@link KnownSafeguardsSupport} can be used interchangeably with SafeguardsSupport,
|
|
3651
|
+
* this enum contains the known values that the service supports.
|
|
3652
|
+
* ### Known values supported by the service
|
|
3653
|
+
* **Preview**: The version is preview. It is not recommended to use preview versions on critical production clusters. The preview version may not support all use-cases. \
|
|
3654
|
+
* **Stable**: The version is stable and can be used on critical production clusters.
|
|
3655
|
+
*/
|
|
3656
|
+
export type SafeguardsSupport = string;
|
|
3657
|
+
/** Hold values properties, which is array of SafeguardsVersions */
|
|
3658
|
+
export interface _SafeguardsAvailableVersionsList {
|
|
3659
|
+
/** The SafeguardsAvailableVersion items on this page */
|
|
3660
|
+
value: SafeguardsAvailableVersion[];
|
|
3661
|
+
/** The link to the next page of items */
|
|
3662
|
+
nextLink?: string;
|
|
3663
|
+
}
|
|
3664
|
+
export declare function _safeguardsAvailableVersionsListDeserializer(item: any): _SafeguardsAvailableVersionsList;
|
|
3665
|
+
export declare function safeguardsAvailableVersionArrayDeserializer(result: Array<SafeguardsAvailableVersion>): any[];
|
|
2894
3666
|
/** Mesh revision profile for a mesh. */
|
|
2895
3667
|
export interface MeshRevisionProfile extends ProxyResource {
|
|
2896
3668
|
/** Mesh revision profile properties for a mesh */
|
|
@@ -3323,6 +4095,7 @@ export interface Machine extends ProxyResource {
|
|
|
3323
4095
|
/** The Availability zone in which machine is located. */
|
|
3324
4096
|
readonly zones?: string[];
|
|
3325
4097
|
}
|
|
4098
|
+
export declare function machineSerializer(item: Machine): any;
|
|
3326
4099
|
export declare function machineDeserializer(item: any): Machine;
|
|
3327
4100
|
/** The properties of the machine */
|
|
3328
4101
|
export interface MachineProperties {
|
|
@@ -3330,12 +4103,51 @@ export interface MachineProperties {
|
|
|
3330
4103
|
readonly network?: MachineNetworkProperties;
|
|
3331
4104
|
/** Azure resource id of the machine. It can be used to GET underlying VM Instance */
|
|
3332
4105
|
readonly resourceId?: string;
|
|
4106
|
+
/** The hardware and GPU settings of the machine. */
|
|
4107
|
+
hardware?: MachineHardwareProfile;
|
|
4108
|
+
/** The operating system and disk used by the machine. */
|
|
4109
|
+
operatingSystem?: MachineOSProfile;
|
|
4110
|
+
/** The Kubernetes configurations used by the machine. */
|
|
4111
|
+
kubernetes?: MachineKubernetesProfile;
|
|
4112
|
+
/** Machine only allows 'System' and 'User' mode. */
|
|
4113
|
+
mode?: AgentPoolMode;
|
|
4114
|
+
/** The security settings of the machine. */
|
|
4115
|
+
security?: MachineSecurityProfile;
|
|
4116
|
+
/** The priority for the machine. If not specified, the default is 'Regular'. */
|
|
4117
|
+
priority?: ScaleSetPriority;
|
|
4118
|
+
/** The eviction policy for machine. This cannot be specified unless the priority is 'Spot'. If not specified, the default is 'Delete'. */
|
|
4119
|
+
evictionPolicy?: ScaleSetEvictionPolicy;
|
|
4120
|
+
/** The properties having to do with machine billing. */
|
|
4121
|
+
billing?: MachineBillingProfile;
|
|
4122
|
+
/** The version of node image. */
|
|
4123
|
+
readonly nodeImageVersion?: string;
|
|
4124
|
+
/** The current deployment or provisioning state. */
|
|
4125
|
+
readonly provisioningState?: string;
|
|
4126
|
+
/** The tags to be persisted on the machine. */
|
|
4127
|
+
tags?: Record<string, string>;
|
|
4128
|
+
/** Unique read-only string used to implement optimistic concurrency. The eTag value will change when the resource is updated. Specify an if-match or if-none-match header with the eTag value for a subsequent request to enable optimistic concurrency per the normal eTag convention. */
|
|
4129
|
+
readonly eTag?: string;
|
|
4130
|
+
/** Contains read-only information about the machine. */
|
|
4131
|
+
readonly status?: MachineStatus;
|
|
4132
|
+
/** Configures the per-node local DNS, with VnetDNS and KubeDNS overrides. LocalDNS helps improve performance and reliability of DNS resolution in an AKS cluster. For more details see aka.ms/aks/localdns. */
|
|
4133
|
+
localDNSProfile?: LocalDNSProfile;
|
|
3333
4134
|
}
|
|
4135
|
+
export declare function machinePropertiesSerializer(item: MachineProperties): any;
|
|
3334
4136
|
export declare function machinePropertiesDeserializer(item: any): MachineProperties;
|
|
3335
4137
|
/** network properties of the machine */
|
|
3336
4138
|
export interface MachineNetworkProperties {
|
|
3337
4139
|
/** IPv4, IPv6 addresses of the machine */
|
|
3338
4140
|
readonly ipAddresses?: MachineIpAddress[];
|
|
4141
|
+
/** The ID of the subnet which node and optionally pods will join on startup. If this is not specified, a VNET and subnet will be generated and used. If no podSubnetID is specified, this applies to nodes and pods, otherwise it applies to just nodes. This is of the form: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/virtualNetworks/{virtualNetworkName}/subnets/{subnetName} */
|
|
4142
|
+
vnetSubnetID?: string;
|
|
4143
|
+
/** The ID of the subnet which pods will join when launched. If omitted, pod IPs are statically assigned on the node subnet (see vnetSubnetID for more details). This is of the form: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/virtualNetworks/{virtualNetworkName}/subnets/{subnetName} */
|
|
4144
|
+
podSubnetID?: string;
|
|
4145
|
+
/** Whether the machine is allocated its own public IP. Some scenarios may require the machine to receive their own dedicated public IP addresses. A common scenario is for gaming workloads, where a console needs to make a direct connection to a cloud virtual machine to minimize hops. The default is false. */
|
|
4146
|
+
enableNodePublicIP?: boolean;
|
|
4147
|
+
/** The public IP prefix ID which VM node should use IPs from. This is of the form: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/publicIPPrefixes/{publicIPPrefixName} */
|
|
4148
|
+
nodePublicIPPrefixID?: string;
|
|
4149
|
+
/** IPTags of instance-level public IPs. */
|
|
4150
|
+
nodePublicIPTags?: IPTag[];
|
|
3339
4151
|
}
|
|
3340
4152
|
export declare function machineNetworkPropertiesDeserializer(item: any): MachineNetworkProperties;
|
|
3341
4153
|
export declare function machineIpAddressArrayDeserializer(result: Array<MachineIpAddress>): any[];
|
|
@@ -3347,6 +4159,140 @@ export interface MachineIpAddress {
|
|
|
3347
4159
|
readonly ip?: string;
|
|
3348
4160
|
}
|
|
3349
4161
|
export declare function machineIpAddressDeserializer(item: any): MachineIpAddress;
|
|
4162
|
+
/** The hardware and GPU settings of the machine. */
|
|
4163
|
+
export interface MachineHardwareProfile {
|
|
4164
|
+
/** The size of the VM. VM size availability varies by region. If a node contains insufficient compute resources (memory, cpu, etc) pods might fail to run correctly. For more details on restricted VM sizes, see: https://docs.microsoft.com/azure/aks/quotas-skus-regions */
|
|
4165
|
+
vmSize?: string;
|
|
4166
|
+
/** GPUInstanceProfile to be used to specify GPU MIG instance profile for supported GPU VM SKU. */
|
|
4167
|
+
gpuInstanceProfile?: GPUInstanceProfile;
|
|
4168
|
+
/** The GPU settings of the machine. */
|
|
4169
|
+
gpuProfile?: GPUProfile;
|
|
4170
|
+
/** Whether to enable UltraSSD */
|
|
4171
|
+
ultraSsdEnabled?: boolean;
|
|
4172
|
+
}
|
|
4173
|
+
export declare function machineHardwareProfileSerializer(item: MachineHardwareProfile): any;
|
|
4174
|
+
export declare function machineHardwareProfileDeserializer(item: any): MachineHardwareProfile;
|
|
4175
|
+
/** The operating system and disk used by the machine. */
|
|
4176
|
+
export interface MachineOSProfile {
|
|
4177
|
+
/** The operating system type. The default is Linux. */
|
|
4178
|
+
osType?: OSType;
|
|
4179
|
+
/** Specifies the OS SKU used by the agent pool. If not specified, the default is Ubuntu if OSType=Linux or Windows2019 if OSType=Windows. And the default Windows OSSKU will be changed to Windows2022 after Windows2019 is deprecated. */
|
|
4180
|
+
osSKU?: Ossku;
|
|
4181
|
+
/** OS Disk Size in GB to be used to specify the disk size for every machine in the master/agent pool. If you specify 0, it will apply the default osDisk size according to the vmSize specified. */
|
|
4182
|
+
osDiskSizeGB?: number;
|
|
4183
|
+
/** The OS disk type to be used for machines in the agent pool. The default is 'Ephemeral' if the VM supports it and has a cache disk larger than the requested OSDiskSizeGB. Otherwise, defaults to 'Managed'. May not be changed after creation. For more information see [Ephemeral OS](https://docs.microsoft.com/azure/aks/cluster-configuration#ephemeral-os). */
|
|
4184
|
+
osDiskType?: OSDiskType;
|
|
4185
|
+
/** Whether to use a FIPS-enabled OS. */
|
|
4186
|
+
enableFips?: boolean;
|
|
4187
|
+
/** The Linux machine's specific profile. */
|
|
4188
|
+
linuxProfile?: MachineOSProfileLinuxProfile;
|
|
4189
|
+
/** The Windows machine's specific profile. */
|
|
4190
|
+
windowsProfile?: AgentPoolWindowsProfile;
|
|
4191
|
+
}
|
|
4192
|
+
export declare function machineOSProfileSerializer(item: MachineOSProfile): any;
|
|
4193
|
+
export declare function machineOSProfileDeserializer(item: any): MachineOSProfile;
|
|
4194
|
+
/** The Linux machine's specific profile. */
|
|
4195
|
+
export interface MachineOSProfileLinuxProfile {
|
|
4196
|
+
/** The OS configuration of Linux machine. */
|
|
4197
|
+
linuxOSConfig?: LinuxOSConfig;
|
|
4198
|
+
/** Message of the day for Linux nodes, base64-encoded. A base64-encoded string which will be written to /etc/motd after decoding. This allows customization of the message of the day for Linux nodes. It must not be specified for Windows nodes. It must be a static string (i.e., will be printed raw and not be executed as a script). */
|
|
4199
|
+
messageOfTheDay?: string;
|
|
4200
|
+
}
|
|
4201
|
+
export declare function machineOSProfileLinuxProfileSerializer(item: MachineOSProfileLinuxProfile): any;
|
|
4202
|
+
export declare function machineOSProfileLinuxProfileDeserializer(item: any): MachineOSProfileLinuxProfile;
|
|
4203
|
+
/** The Kubernetes configurations used by the machine. */
|
|
4204
|
+
export interface MachineKubernetesProfile {
|
|
4205
|
+
/** The node labels on the machine. */
|
|
4206
|
+
nodeLabels?: Record<string, string>;
|
|
4207
|
+
/** The version of Kubernetes specified by the user. Both patch version <major.minor.patch> and <major.minor> are supported. When <major.minor> is specified, the latest supported patch version is chosen automatically. */
|
|
4208
|
+
orchestratorVersion?: string;
|
|
4209
|
+
/** The version of Kubernetes running on the machine. If orchestratorVersion was a fully specified version <major.minor.patch>, this field will be exactly equal to it. If orchestratorVersion was <major.minor>, this field will contain the full <major.minor.patch> version being used. */
|
|
4210
|
+
readonly currentOrchestratorVersion?: string;
|
|
4211
|
+
/** Determines the placement of emptyDir volumes, container runtime data root, and Kubelet ephemeral storage. */
|
|
4212
|
+
kubeletDiskType?: KubeletDiskType;
|
|
4213
|
+
/** The Kubelet configuration on the machine. */
|
|
4214
|
+
kubeletConfig?: KubeletConfig;
|
|
4215
|
+
/** Taints added on the node during creation that will not be reconciled by AKS. These taints will not be reconciled by AKS and can be removed with a kubectl call. These taints allow for required configuration to run before the node is ready to accept workloads, for example 'key1=value1:NoSchedule' that then can be removed with `kubectl taint nodes node1 key1=value1:NoSchedule-` */
|
|
4216
|
+
nodeInitializationTaints?: string[];
|
|
4217
|
+
/** The taints added to new node during machine create. For example, key=value:NoSchedule. */
|
|
4218
|
+
nodeTaints?: string[];
|
|
4219
|
+
/** The maximum number of pods that can run on a node. */
|
|
4220
|
+
maxPods?: number;
|
|
4221
|
+
/** The node name in the Kubernetes cluster. */
|
|
4222
|
+
readonly nodeName?: string;
|
|
4223
|
+
/** Determines the type of workload a node can run. */
|
|
4224
|
+
workloadRuntime?: WorkloadRuntime;
|
|
4225
|
+
/** Configuration for using artifact streaming on AKS. */
|
|
4226
|
+
artifactStreamingProfile?: AgentPoolArtifactStreamingProfile;
|
|
4227
|
+
}
|
|
4228
|
+
export declare function machineKubernetesProfileSerializer(item: MachineKubernetesProfile): any;
|
|
4229
|
+
export declare function machineKubernetesProfileDeserializer(item: any): MachineKubernetesProfile;
|
|
4230
|
+
/** The security settings of the machine. */
|
|
4231
|
+
export interface MachineSecurityProfile {
|
|
4232
|
+
/** vTPM is a Trusted Launch feature for configuring a dedicated secure vault for keys and measurements held locally on the node. For more details, see aka.ms/aks/trustedlaunch. If not specified, the default is false. */
|
|
4233
|
+
enableVtpm?: boolean;
|
|
4234
|
+
/** Secure Boot is a feature of Trusted Launch which ensures that only signed operating systems and drivers can boot. For more details, see aka.ms/aks/trustedlaunch. If not specified, the default is false. */
|
|
4235
|
+
enableSecureBoot?: boolean;
|
|
4236
|
+
/** SSH access method of an agent pool. */
|
|
4237
|
+
sshAccess?: AgentPoolSSHAccess;
|
|
4238
|
+
/** Whether to enable host based OS and data drive encryption. This is only supported on certain VM sizes and in certain Azure regions. For more information, see: https://docs.microsoft.com/azure/aks/enable-host-encryption */
|
|
4239
|
+
enableEncryptionAtHost?: boolean;
|
|
4240
|
+
}
|
|
4241
|
+
export declare function machineSecurityProfileSerializer(item: MachineSecurityProfile): any;
|
|
4242
|
+
export declare function machineSecurityProfileDeserializer(item: any): MachineSecurityProfile;
|
|
4243
|
+
/** The properties having to do with machine billing. */
|
|
4244
|
+
export interface MachineBillingProfile {
|
|
4245
|
+
/** The max price (in US Dollars) you are willing to pay for spot instances. Possible values are any decimal value greater than zero or -1 which indicates default price to be up-to on-demand. For more details on spot pricing, see [spot VMs pricing](https://docs.microsoft.com/azure/virtual-machines/spot-vms#pricing) */
|
|
4246
|
+
spotMaxPrice?: number;
|
|
4247
|
+
}
|
|
4248
|
+
export declare function machineBillingProfileSerializer(item: MachineBillingProfile): any;
|
|
4249
|
+
export declare function machineBillingProfileDeserializer(item: any): MachineBillingProfile;
|
|
4250
|
+
/** Contains read-only information about the machine. */
|
|
4251
|
+
export interface MachineStatus {
|
|
4252
|
+
/** The error details information of the machine. Preserves the detailed info of failure. If there was no error, this field is omitted. */
|
|
4253
|
+
readonly provisioningError?: ErrorDetail;
|
|
4254
|
+
/** Specifies the time at which the machine was created. */
|
|
4255
|
+
readonly creationTimestamp?: Date;
|
|
4256
|
+
/** The drift action of the machine. Indicates whether a machine has deviated from its expected state due to changes in managed cluster properties, requiring corrective action. */
|
|
4257
|
+
readonly driftAction?: DriftAction;
|
|
4258
|
+
/** Reason for machine drift. Provides detailed information on why the machine has drifted. This field is omitted if the machine is up to date. */
|
|
4259
|
+
readonly driftReason?: string;
|
|
4260
|
+
/** Virtual machine state. Indicates the current state of the underlying virtual machine. */
|
|
4261
|
+
readonly vmState?: VmState;
|
|
4262
|
+
}
|
|
4263
|
+
export declare function machineStatusDeserializer(item: any): MachineStatus;
|
|
4264
|
+
/** The drift action of the machine. Indicates whether a machine has deviated from its expected state due to changes in managed cluster properties, requiring corrective action. */
|
|
4265
|
+
export declare enum KnownDriftAction {
|
|
4266
|
+
/** The machine is up to date. */
|
|
4267
|
+
Synced = "Synced",
|
|
4268
|
+
/** The machine has drifted and needs to be deleted and recreated. */
|
|
4269
|
+
Recreate = "Recreate"
|
|
4270
|
+
}
|
|
4271
|
+
/**
|
|
4272
|
+
* The drift action of the machine. Indicates whether a machine has deviated from its expected state due to changes in managed cluster properties, requiring corrective action. \
|
|
4273
|
+
* {@link KnownDriftAction} can be used interchangeably with DriftAction,
|
|
4274
|
+
* this enum contains the known values that the service supports.
|
|
4275
|
+
* ### Known values supported by the service
|
|
4276
|
+
* **Synced**: The machine is up to date. \
|
|
4277
|
+
* **Recreate**: The machine has drifted and needs to be deleted and recreated.
|
|
4278
|
+
*/
|
|
4279
|
+
export type DriftAction = string;
|
|
4280
|
+
/** Virtual machine state. Indicates the current state of the underlying virtual machine. */
|
|
4281
|
+
export declare enum KnownVmState {
|
|
4282
|
+
/** The virtual machine is currently running. */
|
|
4283
|
+
Running = "Running",
|
|
4284
|
+
/** The virtual machine has been deleted by the user or due to spot eviction. */
|
|
4285
|
+
Deleted = "Deleted"
|
|
4286
|
+
}
|
|
4287
|
+
/**
|
|
4288
|
+
* Virtual machine state. Indicates the current state of the underlying virtual machine. \
|
|
4289
|
+
* {@link KnownVmState} can be used interchangeably with VmState,
|
|
4290
|
+
* this enum contains the known values that the service supports.
|
|
4291
|
+
* ### Known values supported by the service
|
|
4292
|
+
* **Running**: The virtual machine is currently running. \
|
|
4293
|
+
* **Deleted**: The virtual machine has been deleted by the user or due to spot eviction.
|
|
4294
|
+
*/
|
|
4295
|
+
export type VmState = string;
|
|
3350
4296
|
/** The response of a Machine list operation. */
|
|
3351
4297
|
export interface _MachineListResult {
|
|
3352
4298
|
/** The Machine items on this page */
|
|
@@ -3355,6 +4301,7 @@ export interface _MachineListResult {
|
|
|
3355
4301
|
nextLink?: string;
|
|
3356
4302
|
}
|
|
3357
4303
|
export declare function _machineListResultDeserializer(item: any): _MachineListResult;
|
|
4304
|
+
export declare function machineArraySerializer(result: Array<Machine>): any[];
|
|
3358
4305
|
export declare function machineArrayDeserializer(result: Array<Machine>): any[];
|
|
3359
4306
|
/** A private endpoint connection */
|
|
3360
4307
|
export interface PrivateEndpointConnection extends ProxyResource {
|
|
@@ -3494,14 +4441,17 @@ export declare function snapshotPropertiesDeserializer(item: any): SnapshotPrope
|
|
|
3494
4441
|
/** The type of a snapshot. The default is NodePool. */
|
|
3495
4442
|
export declare enum KnownSnapshotType {
|
|
3496
4443
|
/** The snapshot is a snapshot of a node pool. */
|
|
3497
|
-
NodePool = "NodePool"
|
|
4444
|
+
NodePool = "NodePool",
|
|
4445
|
+
/** The snapshot is a snapshot of a managed cluster. */
|
|
4446
|
+
ManagedCluster = "ManagedCluster"
|
|
3498
4447
|
}
|
|
3499
4448
|
/**
|
|
3500
4449
|
* The type of a snapshot. The default is NodePool. \
|
|
3501
4450
|
* {@link KnownSnapshotType} can be used interchangeably with SnapshotType,
|
|
3502
4451
|
* this enum contains the known values that the service supports.
|
|
3503
4452
|
* ### Known values supported by the service
|
|
3504
|
-
* **NodePool**: The snapshot is a snapshot of a node pool.
|
|
4453
|
+
* **NodePool**: The snapshot is a snapshot of a node pool. \
|
|
4454
|
+
* **ManagedCluster**: The snapshot is a snapshot of a managed cluster.
|
|
3505
4455
|
*/
|
|
3506
4456
|
export type SnapshotType = string;
|
|
3507
4457
|
/** The response of a Snapshot list operation. */
|
|
@@ -3514,6 +4464,64 @@ export interface _SnapshotListResult {
|
|
|
3514
4464
|
export declare function _snapshotListResultDeserializer(item: any): _SnapshotListResult;
|
|
3515
4465
|
export declare function snapshotArraySerializer(result: Array<Snapshot>): any[];
|
|
3516
4466
|
export declare function snapshotArrayDeserializer(result: Array<Snapshot>): any[];
|
|
4467
|
+
/** A managed cluster snapshot resource. */
|
|
4468
|
+
export interface ManagedClusterSnapshot extends TrackedResource {
|
|
4469
|
+
/** CreationData to be used to specify the source resource ID to create this snapshot. */
|
|
4470
|
+
creationData?: CreationData;
|
|
4471
|
+
/** The type of a snapshot. The default is NodePool. */
|
|
4472
|
+
snapshotType?: SnapshotType;
|
|
4473
|
+
/** What the properties will be showed when getting managed cluster snapshot. Those properties are read-only. */
|
|
4474
|
+
readonly managedClusterPropertiesReadOnly?: ManagedClusterPropertiesForSnapshot;
|
|
4475
|
+
}
|
|
4476
|
+
export declare function managedClusterSnapshotSerializer(item: ManagedClusterSnapshot): any;
|
|
4477
|
+
export declare function managedClusterSnapshotDeserializer(item: any): ManagedClusterSnapshot;
|
|
4478
|
+
/** Properties for a managed cluster snapshot. */
|
|
4479
|
+
export interface ManagedClusterSnapshotProperties {
|
|
4480
|
+
/** CreationData to be used to specify the source resource ID to create this snapshot. */
|
|
4481
|
+
creationData?: CreationData;
|
|
4482
|
+
/** The type of a snapshot. The default is NodePool. */
|
|
4483
|
+
snapshotType?: SnapshotType;
|
|
4484
|
+
/** What the properties will be showed when getting managed cluster snapshot. Those properties are read-only. */
|
|
4485
|
+
readonly managedClusterPropertiesReadOnly?: ManagedClusterPropertiesForSnapshot;
|
|
4486
|
+
}
|
|
4487
|
+
export declare function managedClusterSnapshotPropertiesSerializer(item: ManagedClusterSnapshotProperties): any;
|
|
4488
|
+
export declare function managedClusterSnapshotPropertiesDeserializer(item: any): ManagedClusterSnapshotProperties;
|
|
4489
|
+
/** managed cluster properties for snapshot, these properties are read only. */
|
|
4490
|
+
export interface ManagedClusterPropertiesForSnapshot {
|
|
4491
|
+
/** The current kubernetes version. */
|
|
4492
|
+
kubernetesVersion?: string;
|
|
4493
|
+
/** The current managed cluster sku. */
|
|
4494
|
+
sku?: ManagedClusterSKU;
|
|
4495
|
+
/** Whether the cluster has enabled Kubernetes Role-Based Access Control or not. */
|
|
4496
|
+
enableRbac?: boolean;
|
|
4497
|
+
/** The current network profile. */
|
|
4498
|
+
readonly networkProfile?: NetworkProfileForSnapshot;
|
|
4499
|
+
}
|
|
4500
|
+
export declare function managedClusterPropertiesForSnapshotDeserializer(item: any): ManagedClusterPropertiesForSnapshot;
|
|
4501
|
+
/** network profile for managed cluster snapshot, these properties are read only. */
|
|
4502
|
+
export interface NetworkProfileForSnapshot {
|
|
4503
|
+
/** networkPlugin for managed cluster snapshot. */
|
|
4504
|
+
networkPlugin?: NetworkPlugin;
|
|
4505
|
+
/** NetworkPluginMode for managed cluster snapshot. */
|
|
4506
|
+
networkPluginMode?: NetworkPluginMode;
|
|
4507
|
+
/** networkPolicy for managed cluster snapshot. */
|
|
4508
|
+
networkPolicy?: NetworkPolicy;
|
|
4509
|
+
/** networkMode for managed cluster snapshot. */
|
|
4510
|
+
networkMode?: NetworkMode;
|
|
4511
|
+
/** loadBalancerSku for managed cluster snapshot. */
|
|
4512
|
+
loadBalancerSku?: LoadBalancerSku;
|
|
4513
|
+
}
|
|
4514
|
+
export declare function networkProfileForSnapshotDeserializer(item: any): NetworkProfileForSnapshot;
|
|
4515
|
+
/** The response of a ManagedClusterSnapshot list operation. */
|
|
4516
|
+
export interface _ManagedClusterSnapshotListResult {
|
|
4517
|
+
/** The ManagedClusterSnapshot items on this page */
|
|
4518
|
+
value: ManagedClusterSnapshot[];
|
|
4519
|
+
/** The link to the next page of items */
|
|
4520
|
+
nextLink?: string;
|
|
4521
|
+
}
|
|
4522
|
+
export declare function _managedClusterSnapshotListResultDeserializer(item: any): _ManagedClusterSnapshotListResult;
|
|
4523
|
+
export declare function managedClusterSnapshotArraySerializer(result: Array<ManagedClusterSnapshot>): any[];
|
|
4524
|
+
export declare function managedClusterSnapshotArrayDeserializer(result: Array<ManagedClusterSnapshot>): any[];
|
|
3517
4525
|
/** Defines binding between a resource and role */
|
|
3518
4526
|
export interface TrustedAccessRoleBinding extends ProxyResource {
|
|
3519
4527
|
/** The current provisioning state of trusted access role binding. */
|
|
@@ -3571,6 +4579,351 @@ export interface _TrustedAccessRoleBindingListResult {
|
|
|
3571
4579
|
export declare function _trustedAccessRoleBindingListResultDeserializer(item: any): _TrustedAccessRoleBindingListResult;
|
|
3572
4580
|
export declare function trustedAccessRoleBindingArraySerializer(result: Array<TrustedAccessRoleBinding>): any[];
|
|
3573
4581
|
export declare function trustedAccessRoleBindingArrayDeserializer(result: Array<TrustedAccessRoleBinding>): any[];
|
|
4582
|
+
/** The configurations regarding multiple standard load balancers. If not supplied, single load balancer mode will be used. Multiple standard load balancers mode will be used if at lease one configuration is supplied. There has to be a configuration named `kubernetes`. The name field will be the name of the corresponding public load balancer. There will be an internal load balancer created if needed, and the name will be `<name>-internal`. The internal lb shares the same configurations as the external one. The internal lbs are not needed to be included in LoadBalancer list. */
|
|
4583
|
+
export interface LoadBalancer extends ProxyResource {
|
|
4584
|
+
/** Required field. A string value that must specify the ID of an existing agent pool. All nodes in the given pool will always be added to this load balancer. This agent pool must have at least one node and minCount>=1 for autoscaling operations. An agent pool can only be the primary pool for a single load balancer. */
|
|
4585
|
+
primaryAgentPoolName?: string;
|
|
4586
|
+
/** Whether to automatically place services on the load balancer. If not supplied, the default value is true. If set to false manually, both of the external and the internal load balancer will not be selected for services unless they explicitly target it. */
|
|
4587
|
+
allowServicePlacement?: boolean;
|
|
4588
|
+
/** Only services that must match this selector can be placed on this load balancer. */
|
|
4589
|
+
serviceLabelSelector?: LabelSelector;
|
|
4590
|
+
/** Services created in namespaces that match the selector can be placed on this load balancer. */
|
|
4591
|
+
serviceNamespaceSelector?: LabelSelector;
|
|
4592
|
+
/** Nodes that match this selector will be possible members of this load balancer. */
|
|
4593
|
+
nodeSelector?: LabelSelector;
|
|
4594
|
+
/** The current provisioning state. */
|
|
4595
|
+
readonly provisioningState?: string;
|
|
4596
|
+
}
|
|
4597
|
+
export declare function loadBalancerSerializer(item: LoadBalancer): any;
|
|
4598
|
+
export declare function loadBalancerDeserializer(item: any): LoadBalancer;
|
|
4599
|
+
/** Properties for a load balancer resource. */
|
|
4600
|
+
export interface LoadBalancerProperties {
|
|
4601
|
+
/** Required field. A string value that must specify the ID of an existing agent pool. All nodes in the given pool will always be added to this load balancer. This agent pool must have at least one node and minCount>=1 for autoscaling operations. An agent pool can only be the primary pool for a single load balancer. */
|
|
4602
|
+
primaryAgentPoolName: string;
|
|
4603
|
+
/** Whether to automatically place services on the load balancer. If not supplied, the default value is true. If set to false manually, both of the external and the internal load balancer will not be selected for services unless they explicitly target it. */
|
|
4604
|
+
allowServicePlacement?: boolean;
|
|
4605
|
+
/** Only services that must match this selector can be placed on this load balancer. */
|
|
4606
|
+
serviceLabelSelector?: LabelSelector;
|
|
4607
|
+
/** Services created in namespaces that match the selector can be placed on this load balancer. */
|
|
4608
|
+
serviceNamespaceSelector?: LabelSelector;
|
|
4609
|
+
/** Nodes that match this selector will be possible members of this load balancer. */
|
|
4610
|
+
nodeSelector?: LabelSelector;
|
|
4611
|
+
/** The current provisioning state. */
|
|
4612
|
+
readonly provisioningState?: string;
|
|
4613
|
+
}
|
|
4614
|
+
export declare function loadBalancerPropertiesSerializer(item: LoadBalancerProperties): any;
|
|
4615
|
+
export declare function loadBalancerPropertiesDeserializer(item: any): LoadBalancerProperties;
|
|
4616
|
+
/** A label selector is a label query over a set of resources. The result of matchLabels and matchExpressions are ANDed. An empty label selector matches all objects. A null label selector matches no objects. */
|
|
4617
|
+
export interface LabelSelector {
|
|
4618
|
+
/** matchLabels is an array of {key=value} pairs. A single {key=value} in the matchLabels map is equivalent to an element of matchExpressions, whose key field is `key`, the operator is `In`, and the values array contains only `value`. The requirements are ANDed. */
|
|
4619
|
+
matchLabels?: string[];
|
|
4620
|
+
/** matchExpressions is a list of label selector requirements. The requirements are ANDed. */
|
|
4621
|
+
matchExpressions?: LabelSelectorRequirement[];
|
|
4622
|
+
}
|
|
4623
|
+
export declare function labelSelectorSerializer(item: LabelSelector): any;
|
|
4624
|
+
export declare function labelSelectorDeserializer(item: any): LabelSelector;
|
|
4625
|
+
export declare function labelSelectorRequirementArraySerializer(result: Array<LabelSelectorRequirement>): any[];
|
|
4626
|
+
export declare function labelSelectorRequirementArrayDeserializer(result: Array<LabelSelectorRequirement>): any[];
|
|
4627
|
+
/** A label selector requirement is a selector that contains values, a key, and an operator that relates the key and values. */
|
|
4628
|
+
export interface LabelSelectorRequirement {
|
|
4629
|
+
/** key is the label key that the selector applies to. */
|
|
4630
|
+
key?: string;
|
|
4631
|
+
/** operator represents a key's relationship to a set of values. Valid operators are In and NotIn */
|
|
4632
|
+
operator?: Operator;
|
|
4633
|
+
/** values is an array of string values, the values array must be non-empty. */
|
|
4634
|
+
values?: string[];
|
|
4635
|
+
}
|
|
4636
|
+
export declare function labelSelectorRequirementSerializer(item: LabelSelectorRequirement): any;
|
|
4637
|
+
export declare function labelSelectorRequirementDeserializer(item: any): LabelSelectorRequirement;
|
|
4638
|
+
/** operator represents a key's relationship to a set of values. Valid operators are In and NotIn */
|
|
4639
|
+
export declare enum KnownOperator {
|
|
4640
|
+
/** The value of the key should be in the given list. */
|
|
4641
|
+
In = "In",
|
|
4642
|
+
/** The value of the key should not be in the given list. */
|
|
4643
|
+
NotIn = "NotIn",
|
|
4644
|
+
/** The value of the key should exist. */
|
|
4645
|
+
Exists = "Exists",
|
|
4646
|
+
/** The value of the key should not exist. */
|
|
4647
|
+
DoesNotExist = "DoesNotExist"
|
|
4648
|
+
}
|
|
4649
|
+
/**
|
|
4650
|
+
* operator represents a key's relationship to a set of values. Valid operators are In and NotIn \
|
|
4651
|
+
* {@link KnownOperator} can be used interchangeably with Operator,
|
|
4652
|
+
* this enum contains the known values that the service supports.
|
|
4653
|
+
* ### Known values supported by the service
|
|
4654
|
+
* **In**: The value of the key should be in the given list. \
|
|
4655
|
+
* **NotIn**: The value of the key should not be in the given list. \
|
|
4656
|
+
* **Exists**: The value of the key should exist. \
|
|
4657
|
+
* **DoesNotExist**: The value of the key should not exist.
|
|
4658
|
+
*/
|
|
4659
|
+
export type Operator = string;
|
|
4660
|
+
/** The response of a LoadBalancer list operation. */
|
|
4661
|
+
export interface _LoadBalancerListResult {
|
|
4662
|
+
/** The LoadBalancer items on this page */
|
|
4663
|
+
value: LoadBalancer[];
|
|
4664
|
+
/** The link to the next page of items */
|
|
4665
|
+
nextLink?: string;
|
|
4666
|
+
}
|
|
4667
|
+
export declare function _loadBalancerListResultDeserializer(item: any): _LoadBalancerListResult;
|
|
4668
|
+
export declare function loadBalancerArraySerializer(result: Array<LoadBalancer>): any[];
|
|
4669
|
+
export declare function loadBalancerArrayDeserializer(result: Array<LoadBalancer>): any[];
|
|
4670
|
+
/** The IdentityBinding resource. */
|
|
4671
|
+
export interface IdentityBinding extends ProxyResource {
|
|
4672
|
+
/** The resource-specific properties for this resource. */
|
|
4673
|
+
properties?: IdentityBindingProperties;
|
|
4674
|
+
/** If eTag is provided in the response body, it may also be provided as a header per the normal etag convention. Entity tags are used for comparing two or more entities from the same requested resource. HTTP/1.1 uses entity tags in the etag (section 14.19), If-Match (section 14.24), If-None-Match (section 14.26), and If-Range (section 14.27) header fields. */
|
|
4675
|
+
readonly eTag?: string;
|
|
4676
|
+
}
|
|
4677
|
+
export declare function identityBindingSerializer(item: IdentityBinding): any;
|
|
4678
|
+
export declare function identityBindingDeserializer(item: any): IdentityBinding;
|
|
4679
|
+
/** IdentityBinding properties. */
|
|
4680
|
+
export interface IdentityBindingProperties {
|
|
4681
|
+
/** Managed identity profile for the identity binding. */
|
|
4682
|
+
managedIdentity: IdentityBindingManagedIdentityProfile;
|
|
4683
|
+
/** The OIDC issuer URL of the IdentityBinding. */
|
|
4684
|
+
readonly oidcIssuer?: IdentityBindingOidcIssuerProfile;
|
|
4685
|
+
/** The status of the last operation. */
|
|
4686
|
+
readonly provisioningState?: IdentityBindingProvisioningState;
|
|
4687
|
+
}
|
|
4688
|
+
export declare function identityBindingPropertiesSerializer(item: IdentityBindingProperties): any;
|
|
4689
|
+
export declare function identityBindingPropertiesDeserializer(item: any): IdentityBindingProperties;
|
|
4690
|
+
/** Managed identity profile for the identity binding. */
|
|
4691
|
+
export interface IdentityBindingManagedIdentityProfile {
|
|
4692
|
+
/** The resource ID of the managed identity. */
|
|
4693
|
+
resourceId: string;
|
|
4694
|
+
/** The object ID of the managed identity. */
|
|
4695
|
+
readonly objectId?: string;
|
|
4696
|
+
/** The client ID of the managed identity. */
|
|
4697
|
+
readonly clientId?: string;
|
|
4698
|
+
/** The tenant ID of the managed identity. */
|
|
4699
|
+
readonly tenantId?: string;
|
|
4700
|
+
}
|
|
4701
|
+
export declare function identityBindingManagedIdentityProfileSerializer(item: IdentityBindingManagedIdentityProfile): any;
|
|
4702
|
+
export declare function identityBindingManagedIdentityProfileDeserializer(item: any): IdentityBindingManagedIdentityProfile;
|
|
4703
|
+
/** IdentityBinding OIDC issuer profile. */
|
|
4704
|
+
export interface IdentityBindingOidcIssuerProfile {
|
|
4705
|
+
/** The OIDC issuer URL of the IdentityBinding. */
|
|
4706
|
+
readonly oidcIssuerUrl?: string;
|
|
4707
|
+
}
|
|
4708
|
+
export declare function identityBindingOidcIssuerProfileDeserializer(item: any): IdentityBindingOidcIssuerProfile;
|
|
4709
|
+
/** The provisioning state of the last accepted operation. */
|
|
4710
|
+
export declare enum KnownIdentityBindingProvisioningState {
|
|
4711
|
+
/** Resource has been created. */
|
|
4712
|
+
Succeeded = "Succeeded",
|
|
4713
|
+
/** Resource creation failed. */
|
|
4714
|
+
Failed = "Failed",
|
|
4715
|
+
/** Resource creation was canceled. */
|
|
4716
|
+
Canceled = "Canceled",
|
|
4717
|
+
/** The identity binding is being created. */
|
|
4718
|
+
Creating = "Creating",
|
|
4719
|
+
/** The identity binding is being updated. */
|
|
4720
|
+
Updating = "Updating",
|
|
4721
|
+
/** The identity binding is being deleted. */
|
|
4722
|
+
Deleting = "Deleting"
|
|
4723
|
+
}
|
|
4724
|
+
/**
|
|
4725
|
+
* The provisioning state of the last accepted operation. \
|
|
4726
|
+
* {@link KnownIdentityBindingProvisioningState} can be used interchangeably with IdentityBindingProvisioningState,
|
|
4727
|
+
* this enum contains the known values that the service supports.
|
|
4728
|
+
* ### Known values supported by the service
|
|
4729
|
+
* **Succeeded**: Resource has been created. \
|
|
4730
|
+
* **Failed**: Resource creation failed. \
|
|
4731
|
+
* **Canceled**: Resource creation was canceled. \
|
|
4732
|
+
* **Creating**: The identity binding is being created. \
|
|
4733
|
+
* **Updating**: The identity binding is being updated. \
|
|
4734
|
+
* **Deleting**: The identity binding is being deleted.
|
|
4735
|
+
*/
|
|
4736
|
+
export type IdentityBindingProvisioningState = string;
|
|
4737
|
+
/** The response of a IdentityBinding list operation. */
|
|
4738
|
+
export interface _IdentityBindingListResult {
|
|
4739
|
+
/** The IdentityBinding items on this page */
|
|
4740
|
+
value: IdentityBinding[];
|
|
4741
|
+
/** The link to the next page of items */
|
|
4742
|
+
nextLink?: string;
|
|
4743
|
+
}
|
|
4744
|
+
export declare function _identityBindingListResultDeserializer(item: any): _IdentityBindingListResult;
|
|
4745
|
+
export declare function identityBindingArraySerializer(result: Array<IdentityBinding>): any[];
|
|
4746
|
+
export declare function identityBindingArrayDeserializer(result: Array<IdentityBinding>): any[];
|
|
4747
|
+
/** Configuration for JWT authenticator in the managed cluster. */
|
|
4748
|
+
export interface JWTAuthenticator extends ProxyResource {
|
|
4749
|
+
/** The properties of JWTAuthenticator. For details on how to configure the properties of a JWT authenticator, please refer to the Kubernetes documentation: https://kubernetes.io/docs/reference/access-authn-authz/authentication/#using-authentication-configuration. Please note that not all fields available in the Kubernetes documentation are supported by AKS. For troubleshooting, please see https://aka.ms/aks-external-issuers-docs. */
|
|
4750
|
+
properties: JWTAuthenticatorProperties;
|
|
4751
|
+
}
|
|
4752
|
+
export declare function jwtAuthenticatorSerializer(item: JWTAuthenticator): any;
|
|
4753
|
+
export declare function jwtAuthenticatorDeserializer(item: any): JWTAuthenticator;
|
|
4754
|
+
/** The properties of JWTAuthenticator. For details on how to configure the properties of a JWT authenticator, please refer to the Kubernetes documentation: https://kubernetes.io/docs/reference/access-authn-authz/authentication/#using-authentication-configuration. Please note that not all fields available in the Kubernetes documentation are supported by AKS. For troubleshooting, please see https://aka.ms/aks-external-issuers-docs. */
|
|
4755
|
+
export interface JWTAuthenticatorProperties {
|
|
4756
|
+
/** The current provisioning state of the JWT authenticator. */
|
|
4757
|
+
readonly provisioningState?: JWTAuthenticatorProvisioningState;
|
|
4758
|
+
/** The JWT OIDC issuer details. */
|
|
4759
|
+
issuer: JWTAuthenticatorIssuer;
|
|
4760
|
+
/** The rules that are applied to validate token claims to authenticate users. All the expressions must evaluate to true for validation to succeed. */
|
|
4761
|
+
claimValidationRules?: JWTAuthenticatorValidationRule[];
|
|
4762
|
+
/** The mappings that define how user attributes are extracted from the token claims. */
|
|
4763
|
+
claimMappings: JWTAuthenticatorClaimMappings;
|
|
4764
|
+
/** The rules that are applied to the mapped user before completing authentication. All the expressions must evaluate to true for validation to succeed. */
|
|
4765
|
+
userValidationRules?: JWTAuthenticatorValidationRule[];
|
|
4766
|
+
}
|
|
4767
|
+
export declare function jwtAuthenticatorPropertiesSerializer(item: JWTAuthenticatorProperties): any;
|
|
4768
|
+
export declare function jwtAuthenticatorPropertiesDeserializer(item: any): JWTAuthenticatorProperties;
|
|
4769
|
+
/** The provisioning state of the last accepted operation. */
|
|
4770
|
+
export declare enum KnownJWTAuthenticatorProvisioningState {
|
|
4771
|
+
/** Resource has been created. */
|
|
4772
|
+
Succeeded = "Succeeded",
|
|
4773
|
+
/** Resource creation failed. */
|
|
4774
|
+
Failed = "Failed",
|
|
4775
|
+
/** Resource creation was canceled. */
|
|
4776
|
+
Canceled = "Canceled",
|
|
4777
|
+
/** The JWT authenticator is being created. */
|
|
4778
|
+
Creating = "Creating",
|
|
4779
|
+
/** The JWT authenticator is being updated. */
|
|
4780
|
+
Updating = "Updating",
|
|
4781
|
+
/** The JWT authenticator is being deleted. */
|
|
4782
|
+
Deleting = "Deleting"
|
|
4783
|
+
}
|
|
4784
|
+
/**
|
|
4785
|
+
* The provisioning state of the last accepted operation. \
|
|
4786
|
+
* {@link KnownJWTAuthenticatorProvisioningState} can be used interchangeably with JWTAuthenticatorProvisioningState,
|
|
4787
|
+
* this enum contains the known values that the service supports.
|
|
4788
|
+
* ### Known values supported by the service
|
|
4789
|
+
* **Succeeded**: Resource has been created. \
|
|
4790
|
+
* **Failed**: Resource creation failed. \
|
|
4791
|
+
* **Canceled**: Resource creation was canceled. \
|
|
4792
|
+
* **Creating**: The JWT authenticator is being created. \
|
|
4793
|
+
* **Updating**: The JWT authenticator is being updated. \
|
|
4794
|
+
* **Deleting**: The JWT authenticator is being deleted.
|
|
4795
|
+
*/
|
|
4796
|
+
export type JWTAuthenticatorProvisioningState = string;
|
|
4797
|
+
/** The OIDC issuer details for JWTAuthenticator. */
|
|
4798
|
+
export interface JWTAuthenticatorIssuer {
|
|
4799
|
+
/** The issuer URL. The URL must begin with the scheme https and cannot contain a query string or fragment. This must match the "iss" claim in the presented JWT, and the issuer returned from discovery. */
|
|
4800
|
+
url: string;
|
|
4801
|
+
/** The set of acceptable audiences the JWT must be issued to. At least one is required. When multiple is set, AudienceMatchPolicy is used in API Server configuration. */
|
|
4802
|
+
audiences: string[];
|
|
4803
|
+
}
|
|
4804
|
+
export declare function jwtAuthenticatorIssuerSerializer(item: JWTAuthenticatorIssuer): any;
|
|
4805
|
+
export declare function jwtAuthenticatorIssuerDeserializer(item: any): JWTAuthenticatorIssuer;
|
|
4806
|
+
export declare function jwtAuthenticatorValidationRuleArraySerializer(result: Array<JWTAuthenticatorValidationRule>): any[];
|
|
4807
|
+
export declare function jwtAuthenticatorValidationRuleArrayDeserializer(result: Array<JWTAuthenticatorValidationRule>): any[];
|
|
4808
|
+
/** The validation rule for JWTAuthenticator. */
|
|
4809
|
+
export interface JWTAuthenticatorValidationRule {
|
|
4810
|
+
/** The CEL expression used to validate the claim or attribute. */
|
|
4811
|
+
expression: string;
|
|
4812
|
+
/** The validation error message. */
|
|
4813
|
+
message?: string;
|
|
4814
|
+
}
|
|
4815
|
+
export declare function jwtAuthenticatorValidationRuleSerializer(item: JWTAuthenticatorValidationRule): any;
|
|
4816
|
+
export declare function jwtAuthenticatorValidationRuleDeserializer(item: any): JWTAuthenticatorValidationRule;
|
|
4817
|
+
/** The claim mappings for JWTAuthenticator. */
|
|
4818
|
+
export interface JWTAuthenticatorClaimMappings {
|
|
4819
|
+
/** The expression to extract username attribute from the token claims. */
|
|
4820
|
+
username: JWTAuthenticatorClaimMappingExpression;
|
|
4821
|
+
/** The expression to extract groups attribute from the token claims. When not provided, no groups are extracted from the token claims. */
|
|
4822
|
+
groups?: JWTAuthenticatorClaimMappingExpression;
|
|
4823
|
+
/** The expression to extract uid attribute from the token claims. When not provided, no uid is extracted from the token claims. */
|
|
4824
|
+
uid?: JWTAuthenticatorClaimMappingExpression;
|
|
4825
|
+
/** The expression to extract extra attribute from the token claims. When not provided, no extra attributes are extracted from the token claims. */
|
|
4826
|
+
extra?: JWTAuthenticatorExtraClaimMappingExpression[];
|
|
4827
|
+
}
|
|
4828
|
+
export declare function jwtAuthenticatorClaimMappingsSerializer(item: JWTAuthenticatorClaimMappings): any;
|
|
4829
|
+
export declare function jwtAuthenticatorClaimMappingsDeserializer(item: any): JWTAuthenticatorClaimMappings;
|
|
4830
|
+
/** The claim mapping expression for JWTAuthenticator. */
|
|
4831
|
+
export interface JWTAuthenticatorClaimMappingExpression {
|
|
4832
|
+
/** The CEL expression used to access token claims. */
|
|
4833
|
+
expression: string;
|
|
4834
|
+
}
|
|
4835
|
+
export declare function jwtAuthenticatorClaimMappingExpressionSerializer(item: JWTAuthenticatorClaimMappingExpression): any;
|
|
4836
|
+
export declare function jwtAuthenticatorClaimMappingExpressionDeserializer(item: any): JWTAuthenticatorClaimMappingExpression;
|
|
4837
|
+
export declare function jwtAuthenticatorExtraClaimMappingExpressionArraySerializer(result: Array<JWTAuthenticatorExtraClaimMappingExpression>): any[];
|
|
4838
|
+
export declare function jwtAuthenticatorExtraClaimMappingExpressionArrayDeserializer(result: Array<JWTAuthenticatorExtraClaimMappingExpression>): any[];
|
|
4839
|
+
/** The extra claim mapping expression for JWTAuthenticator. */
|
|
4840
|
+
export interface JWTAuthenticatorExtraClaimMappingExpression {
|
|
4841
|
+
/** The key of the extra attribute. */
|
|
4842
|
+
key: string;
|
|
4843
|
+
/** The CEL expression used to extract the value of the extra attribute. */
|
|
4844
|
+
valueExpression: string;
|
|
4845
|
+
}
|
|
4846
|
+
export declare function jwtAuthenticatorExtraClaimMappingExpressionSerializer(item: JWTAuthenticatorExtraClaimMappingExpression): any;
|
|
4847
|
+
export declare function jwtAuthenticatorExtraClaimMappingExpressionDeserializer(item: any): JWTAuthenticatorExtraClaimMappingExpression;
|
|
4848
|
+
/** The response of a JWTAuthenticator list operation. */
|
|
4849
|
+
export interface _JWTAuthenticatorListResult {
|
|
4850
|
+
/** The JWTAuthenticator items on this page */
|
|
4851
|
+
value: JWTAuthenticator[];
|
|
4852
|
+
/** The link to the next page of items */
|
|
4853
|
+
nextLink?: string;
|
|
4854
|
+
}
|
|
4855
|
+
export declare function _jwtAuthenticatorListResultDeserializer(item: any): _JWTAuthenticatorListResult;
|
|
4856
|
+
export declare function jwtAuthenticatorArraySerializer(result: Array<JWTAuthenticator>): any[];
|
|
4857
|
+
export declare function jwtAuthenticatorArrayDeserializer(result: Array<JWTAuthenticator>): any[];
|
|
4858
|
+
/** Mesh membership of a managed cluster. */
|
|
4859
|
+
export interface MeshMembership extends ProxyResource {
|
|
4860
|
+
/** Mesh membership properties of a managed cluster. */
|
|
4861
|
+
properties?: MeshMembershipProperties;
|
|
4862
|
+
/** The fully qualified resource ID of the resource that manages this resource. Indicates if this resource is managed by another Azure resource. If this is present, complete mode deployment will not delete the resource if it is removed from the template since it is managed by another resource. */
|
|
4863
|
+
managedBy?: string;
|
|
4864
|
+
/** If eTag is provided in the response body, it may also be provided as a header per the normal etag convention. Entity tags are used for comparing two or more entities from the same requested resource. HTTP/1.1 uses entity tags in the etag (section 14.19), If-Match (section 14.24), If-None-Match (section 14.26), and If-Range (section 14.27) header fields. */
|
|
4865
|
+
readonly eTag?: string;
|
|
4866
|
+
}
|
|
4867
|
+
export declare function meshMembershipSerializer(item: MeshMembership): any;
|
|
4868
|
+
export declare function meshMembershipDeserializer(item: any): MeshMembership;
|
|
4869
|
+
/** Mesh membership properties of a managed cluster. */
|
|
4870
|
+
export interface MeshMembershipProperties {
|
|
4871
|
+
/** The current provisioning state of the Mesh Membership. */
|
|
4872
|
+
readonly provisioningState?: MeshMembershipProvisioningState;
|
|
4873
|
+
/** Profile for configuring private connectivity between the mesh control plane and member clusters. When configured, communication between the mesh control plane and this member cluster occurs over private network instead of public networks. Visit https://aka.ms/applink for more information. */
|
|
4874
|
+
privateConnectProfile?: MeshMembershipPrivateConnectProfile;
|
|
4875
|
+
/** The ARM resource id for the managed mesh member. This is of the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppLink/applinks/{appLinkName}/appLinkMembers/{appLinkMemberName}'. Visit https://aka.ms/applink for more information. */
|
|
4876
|
+
managedMeshID: string;
|
|
4877
|
+
}
|
|
4878
|
+
export declare function meshMembershipPropertiesSerializer(item: MeshMembershipProperties): any;
|
|
4879
|
+
export declare function meshMembershipPropertiesDeserializer(item: any): MeshMembershipProperties;
|
|
4880
|
+
/** The provisioning state of the last accepted operation. */
|
|
4881
|
+
export declare enum KnownMeshMembershipProvisioningState {
|
|
4882
|
+
/** Resource creation was canceled. */
|
|
4883
|
+
Canceled = "Canceled",
|
|
4884
|
+
/** The Mesh Membership is being created. */
|
|
4885
|
+
Creating = "Creating",
|
|
4886
|
+
/** The Mesh Membership is being deleted. */
|
|
4887
|
+
Deleting = "Deleting",
|
|
4888
|
+
/** Resource creation failed. */
|
|
4889
|
+
Failed = "Failed",
|
|
4890
|
+
/** Resource has been created. */
|
|
4891
|
+
Succeeded = "Succeeded",
|
|
4892
|
+
/** The Mesh Membership is being updated. */
|
|
4893
|
+
Updating = "Updating"
|
|
4894
|
+
}
|
|
4895
|
+
/**
|
|
4896
|
+
* The provisioning state of the last accepted operation. \
|
|
4897
|
+
* {@link KnownMeshMembershipProvisioningState} can be used interchangeably with MeshMembershipProvisioningState,
|
|
4898
|
+
* this enum contains the known values that the service supports.
|
|
4899
|
+
* ### Known values supported by the service
|
|
4900
|
+
* **Canceled**: Resource creation was canceled. \
|
|
4901
|
+
* **Creating**: The Mesh Membership is being created. \
|
|
4902
|
+
* **Deleting**: The Mesh Membership is being deleted. \
|
|
4903
|
+
* **Failed**: Resource creation failed. \
|
|
4904
|
+
* **Succeeded**: Resource has been created. \
|
|
4905
|
+
* **Updating**: The Mesh Membership is being updated.
|
|
4906
|
+
*/
|
|
4907
|
+
export type MeshMembershipProvisioningState = string;
|
|
4908
|
+
/** Private connect profile for mesh membership. */
|
|
4909
|
+
export interface MeshMembershipPrivateConnectProfile {
|
|
4910
|
+
/** The private IP address of the member cluster private FQDN. This is a read-only property populated by the service. */
|
|
4911
|
+
readonly privateIpAddress?: string;
|
|
4912
|
+
/** The delegated subnet resource ID. Customer can provide their own subnet, or AKS will allocate one if not specified. When providing your own subnet, the minimum required size is /28 */
|
|
4913
|
+
subnetResourceId?: string;
|
|
4914
|
+
}
|
|
4915
|
+
export declare function meshMembershipPrivateConnectProfileSerializer(item: MeshMembershipPrivateConnectProfile): any;
|
|
4916
|
+
export declare function meshMembershipPrivateConnectProfileDeserializer(item: any): MeshMembershipPrivateConnectProfile;
|
|
4917
|
+
/** The result of a request to list mesh memberships in a managed cluster. */
|
|
4918
|
+
export interface _MeshMembershipsListResult {
|
|
4919
|
+
/** The list of mesh memberships. */
|
|
4920
|
+
value: MeshMembership[];
|
|
4921
|
+
/** The URL to get the next set of mesh membership results. */
|
|
4922
|
+
nextLink?: string;
|
|
4923
|
+
}
|
|
4924
|
+
export declare function _meshMembershipsListResultDeserializer(item: any): _MeshMembershipsListResult;
|
|
4925
|
+
export declare function meshMembershipArraySerializer(result: Array<MeshMembership>): any[];
|
|
4926
|
+
export declare function meshMembershipArrayDeserializer(result: Array<MeshMembership>): any[];
|
|
3574
4927
|
/** The List Operation response. */
|
|
3575
4928
|
export interface _OperationListResult {
|
|
3576
4929
|
/** The list of operations */
|
|
@@ -3608,6 +4961,37 @@ export interface OperationValueDisplay {
|
|
|
3608
4961
|
readonly provider?: string;
|
|
3609
4962
|
}
|
|
3610
4963
|
export declare function operationValueDisplayDeserializer(item: any): OperationValueDisplay;
|
|
4964
|
+
/** The current status of an async operation. */
|
|
4965
|
+
export interface OperationStatusResult {
|
|
4966
|
+
/** Fully qualified ID for the async operation. */
|
|
4967
|
+
id?: string;
|
|
4968
|
+
/** Name of the async operation. */
|
|
4969
|
+
name?: string;
|
|
4970
|
+
/** Operation status. */
|
|
4971
|
+
status: string;
|
|
4972
|
+
/** Percent of the operation that is complete. */
|
|
4973
|
+
percentComplete?: number;
|
|
4974
|
+
/** The start time of the operation. */
|
|
4975
|
+
startTime?: Date;
|
|
4976
|
+
/** The end time of the operation. */
|
|
4977
|
+
endTime?: Date;
|
|
4978
|
+
/** The operations list. */
|
|
4979
|
+
operations?: OperationStatusResult[];
|
|
4980
|
+
/** If present, details of the operation error. */
|
|
4981
|
+
error?: ErrorDetail;
|
|
4982
|
+
/** Fully qualified ID of the resource against which the original async operation was started. */
|
|
4983
|
+
readonly resourceId?: string;
|
|
4984
|
+
}
|
|
4985
|
+
export declare function operationStatusResultDeserializer(item: any): OperationStatusResult;
|
|
4986
|
+
export declare function operationStatusResultArrayDeserializer(result: Array<OperationStatusResult>): any[];
|
|
4987
|
+
/** The operations list. It contains an URL link to get the next set of results. */
|
|
4988
|
+
export interface _OperationStatusResultList {
|
|
4989
|
+
/** The OperationStatusResult items on this page */
|
|
4990
|
+
value: OperationStatusResult[];
|
|
4991
|
+
/** The link to the next page of items */
|
|
4992
|
+
nextLink?: string;
|
|
4993
|
+
}
|
|
4994
|
+
export declare function _operationStatusResultListDeserializer(item: any): _OperationStatusResultList;
|
|
3611
4995
|
/** A list of private link resources */
|
|
3612
4996
|
export interface PrivateLinkResourcesListResult {
|
|
3613
4997
|
/** The collection value. */
|
|
@@ -3648,6 +5032,194 @@ export interface TrustedAccessRoleRule {
|
|
|
3648
5032
|
readonly nonResourceURLs?: string[];
|
|
3649
5033
|
}
|
|
3650
5034
|
export declare function trustedAccessRoleRuleDeserializer(item: any): TrustedAccessRoleRule;
|
|
5035
|
+
/** Holds an array NodeImageVersions */
|
|
5036
|
+
export interface _NodeImageVersionsListResult {
|
|
5037
|
+
/** The NodeImageVersion items on this page */
|
|
5038
|
+
value: NodeImageVersion[];
|
|
5039
|
+
/** The link to the next page of items */
|
|
5040
|
+
nextLink?: string;
|
|
5041
|
+
}
|
|
5042
|
+
export declare function _nodeImageVersionsListResultDeserializer(item: any): _NodeImageVersionsListResult;
|
|
5043
|
+
export declare function nodeImageVersionArrayDeserializer(result: Array<NodeImageVersion>): any[];
|
|
5044
|
+
/** node image version profile for given major.minor.patch release. */
|
|
5045
|
+
export interface NodeImageVersion {
|
|
5046
|
+
/** The operating system of the node image. Example: AKSUbuntu */
|
|
5047
|
+
os?: string;
|
|
5048
|
+
/** The SKU or flavor of the node image. Example: 2004gen2containerd */
|
|
5049
|
+
sku?: string;
|
|
5050
|
+
/** major.minor.patch version of the node image version release. Example: 2024.02.02 */
|
|
5051
|
+
version?: string;
|
|
5052
|
+
/** The OS + SKU + version of the node image. Example: AKSUbuntu-1804gen2containerd-2024.02.02 */
|
|
5053
|
+
fullName?: string;
|
|
5054
|
+
}
|
|
5055
|
+
export declare function nodeImageVersionDeserializer(item: any): NodeImageVersion;
|
|
5056
|
+
/** The List Resource Skus operation response. */
|
|
5057
|
+
export interface _VmSkusListResult {
|
|
5058
|
+
/** The ResourceSku items on this page */
|
|
5059
|
+
value: ResourceSku[];
|
|
5060
|
+
/** The link to the next page of items */
|
|
5061
|
+
nextLink?: string;
|
|
5062
|
+
}
|
|
5063
|
+
export declare function _vmSkusListResultDeserializer(item: any): _VmSkusListResult;
|
|
5064
|
+
export declare function resourceSkuArrayDeserializer(result: Array<ResourceSku>): any[];
|
|
5065
|
+
/** Describes an available Compute SKU. */
|
|
5066
|
+
export interface ResourceSku {
|
|
5067
|
+
/** The type of resource the SKU applies to. */
|
|
5068
|
+
readonly resourceType?: string;
|
|
5069
|
+
/** The name of SKU. */
|
|
5070
|
+
readonly name?: string;
|
|
5071
|
+
/** Specifies the tier of virtual machines in a scale set.<br /><br /> Possible Values:<br /><br /> **Standard**<br /><br /> **Basic** */
|
|
5072
|
+
readonly tier?: string;
|
|
5073
|
+
/** The Size of the SKU. */
|
|
5074
|
+
readonly size?: string;
|
|
5075
|
+
/** The Family of this particular SKU. */
|
|
5076
|
+
readonly family?: string;
|
|
5077
|
+
/** The Kind of resources that are supported in this SKU. */
|
|
5078
|
+
readonly kind?: string;
|
|
5079
|
+
/** Specifies the number of virtual machines in the scale set. */
|
|
5080
|
+
readonly capacity?: ResourceSkuCapacity;
|
|
5081
|
+
/** The set of locations that the SKU is available. */
|
|
5082
|
+
readonly locations?: string[];
|
|
5083
|
+
/** A list of locations and availability zones in those locations where the SKU is available. */
|
|
5084
|
+
readonly locationInfo?: ResourceSkuLocationInfo[];
|
|
5085
|
+
/** The api versions that support this SKU. */
|
|
5086
|
+
readonly apiVersions?: string[];
|
|
5087
|
+
/** Metadata for retrieving price info. */
|
|
5088
|
+
readonly costs?: ResourceSkuCosts[];
|
|
5089
|
+
/** A name value pair to describe the capability. */
|
|
5090
|
+
readonly capabilities?: ResourceSkuCapabilities[];
|
|
5091
|
+
/** The restrictions because of which SKU cannot be used. This is empty if there are no restrictions. */
|
|
5092
|
+
readonly restrictions?: ResourceSkuRestrictions[];
|
|
5093
|
+
}
|
|
5094
|
+
export declare function resourceSkuDeserializer(item: any): ResourceSku;
|
|
5095
|
+
/** Describes scaling information of a SKU. */
|
|
5096
|
+
export interface ResourceSkuCapacity {
|
|
5097
|
+
/** The minimum capacity. */
|
|
5098
|
+
readonly minimum?: number;
|
|
5099
|
+
/** The maximum capacity that can be set. */
|
|
5100
|
+
readonly maximum?: number;
|
|
5101
|
+
/** The default capacity. */
|
|
5102
|
+
readonly default?: number;
|
|
5103
|
+
/** The scale type applicable to the sku. */
|
|
5104
|
+
readonly scaleType?: ResourceSkuCapacityScaleType;
|
|
5105
|
+
}
|
|
5106
|
+
export declare function resourceSkuCapacityDeserializer(item: any): ResourceSkuCapacity;
|
|
5107
|
+
/** The scale type applicable to the sku. */
|
|
5108
|
+
export declare enum KnownResourceSkuCapacityScaleType {
|
|
5109
|
+
/** Automatic scaling */
|
|
5110
|
+
Automatic = "Automatic",
|
|
5111
|
+
/** Manual scaling */
|
|
5112
|
+
Manual = "Manual",
|
|
5113
|
+
/** No scaling */
|
|
5114
|
+
None = "None"
|
|
5115
|
+
}
|
|
5116
|
+
/**
|
|
5117
|
+
* The scale type applicable to the sku. \
|
|
5118
|
+
* {@link KnownResourceSkuCapacityScaleType} can be used interchangeably with ResourceSkuCapacityScaleType,
|
|
5119
|
+
* this enum contains the known values that the service supports.
|
|
5120
|
+
* ### Known values supported by the service
|
|
5121
|
+
* **Automatic**: Automatic scaling \
|
|
5122
|
+
* **Manual**: Manual scaling \
|
|
5123
|
+
* **None**: No scaling
|
|
5124
|
+
*/
|
|
5125
|
+
export type ResourceSkuCapacityScaleType = string;
|
|
5126
|
+
export declare function resourceSkuLocationInfoArrayDeserializer(result: Array<ResourceSkuLocationInfo>): any[];
|
|
5127
|
+
/** Describes an available Compute SKU Location Information. */
|
|
5128
|
+
export interface ResourceSkuLocationInfo {
|
|
5129
|
+
/** Location of the SKU */
|
|
5130
|
+
readonly location?: string;
|
|
5131
|
+
/** List of availability zones where the SKU is supported. */
|
|
5132
|
+
readonly zones?: string[];
|
|
5133
|
+
/** Details of capabilities available to a SKU in specific zones. */
|
|
5134
|
+
readonly zoneDetails?: ResourceSkuZoneDetails[];
|
|
5135
|
+
/** The names of extended locations. */
|
|
5136
|
+
readonly extendedLocations?: string[];
|
|
5137
|
+
/** The type of the extended location. */
|
|
5138
|
+
readonly type?: ExtendedLocationTypes;
|
|
5139
|
+
}
|
|
5140
|
+
export declare function resourceSkuLocationInfoDeserializer(item: any): ResourceSkuLocationInfo;
|
|
5141
|
+
export declare function resourceSkuZoneDetailsArrayDeserializer(result: Array<ResourceSkuZoneDetails>): any[];
|
|
5142
|
+
/** Describes The zonal capabilities of a SKU. */
|
|
5143
|
+
export interface ResourceSkuZoneDetails {
|
|
5144
|
+
/** The set of zones that the SKU is available in with the specified capabilities. */
|
|
5145
|
+
readonly name?: string[];
|
|
5146
|
+
/** A list of capabilities that are available for the SKU in the specified list of zones. */
|
|
5147
|
+
readonly capabilities?: ResourceSkuCapabilities[];
|
|
5148
|
+
}
|
|
5149
|
+
export declare function resourceSkuZoneDetailsDeserializer(item: any): ResourceSkuZoneDetails;
|
|
5150
|
+
export declare function resourceSkuCapabilitiesArrayDeserializer(result: Array<ResourceSkuCapabilities>): any[];
|
|
5151
|
+
/** Describes The SKU capabilities object. */
|
|
5152
|
+
export interface ResourceSkuCapabilities {
|
|
5153
|
+
/** An invariant to describe the feature. */
|
|
5154
|
+
readonly name?: string;
|
|
5155
|
+
/** An invariant if the feature is measured by quantity. */
|
|
5156
|
+
readonly value?: string;
|
|
5157
|
+
}
|
|
5158
|
+
export declare function resourceSkuCapabilitiesDeserializer(item: any): ResourceSkuCapabilities;
|
|
5159
|
+
export declare function resourceSkuCostsArrayDeserializer(result: Array<ResourceSkuCosts>): any[];
|
|
5160
|
+
/** Describes metadata for retrieving price info. */
|
|
5161
|
+
export interface ResourceSkuCosts {
|
|
5162
|
+
/** Used for querying price from commerce. */
|
|
5163
|
+
readonly meterID?: string;
|
|
5164
|
+
/** The multiplier is needed to extend the base metered cost. */
|
|
5165
|
+
readonly quantity?: number;
|
|
5166
|
+
/** An invariant to show the extended unit. */
|
|
5167
|
+
readonly extendedUnit?: string;
|
|
5168
|
+
}
|
|
5169
|
+
export declare function resourceSkuCostsDeserializer(item: any): ResourceSkuCosts;
|
|
5170
|
+
export declare function resourceSkuRestrictionsArrayDeserializer(result: Array<ResourceSkuRestrictions>): any[];
|
|
5171
|
+
/** Describes scaling information of a SKU. */
|
|
5172
|
+
export interface ResourceSkuRestrictions {
|
|
5173
|
+
/** The type of restrictions. */
|
|
5174
|
+
readonly type?: ResourceSkuRestrictionsType;
|
|
5175
|
+
/** The value of restrictions. If the restriction type is set to location. This would be different locations where the SKU is restricted. */
|
|
5176
|
+
readonly values?: string[];
|
|
5177
|
+
/** The information about the restriction where the SKU cannot be used. */
|
|
5178
|
+
readonly restrictionInfo?: ResourceSkuRestrictionInfo;
|
|
5179
|
+
/** The reason for restriction. */
|
|
5180
|
+
readonly reasonCode?: ResourceSkuRestrictionsReasonCode;
|
|
5181
|
+
}
|
|
5182
|
+
export declare function resourceSkuRestrictionsDeserializer(item: any): ResourceSkuRestrictions;
|
|
5183
|
+
/** The type of restrictions. */
|
|
5184
|
+
export declare enum KnownResourceSkuRestrictionsType {
|
|
5185
|
+
/** Location restriction */
|
|
5186
|
+
Location = "Location",
|
|
5187
|
+
/** Zone restriction */
|
|
5188
|
+
Zone = "Zone"
|
|
5189
|
+
}
|
|
5190
|
+
/**
|
|
5191
|
+
* The type of restrictions. \
|
|
5192
|
+
* {@link KnownResourceSkuRestrictionsType} can be used interchangeably with ResourceSkuRestrictionsType,
|
|
5193
|
+
* this enum contains the known values that the service supports.
|
|
5194
|
+
* ### Known values supported by the service
|
|
5195
|
+
* **Location**: Location restriction \
|
|
5196
|
+
* **Zone**: Zone restriction
|
|
5197
|
+
*/
|
|
5198
|
+
export type ResourceSkuRestrictionsType = string;
|
|
5199
|
+
/** Describes an available Compute SKU Restriction Information. */
|
|
5200
|
+
export interface ResourceSkuRestrictionInfo {
|
|
5201
|
+
/** Locations where the SKU is restricted */
|
|
5202
|
+
readonly locations?: string[];
|
|
5203
|
+
/** List of availability zones where the SKU is restricted. */
|
|
5204
|
+
readonly zones?: string[];
|
|
5205
|
+
}
|
|
5206
|
+
export declare function resourceSkuRestrictionInfoDeserializer(item: any): ResourceSkuRestrictionInfo;
|
|
5207
|
+
/** The reason for restriction. */
|
|
5208
|
+
export declare enum KnownResourceSkuRestrictionsReasonCode {
|
|
5209
|
+
/** Quota ID restriction */
|
|
5210
|
+
QuotaId = "QuotaId",
|
|
5211
|
+
/** Not available for subscription */
|
|
5212
|
+
NotAvailableForSubscription = "NotAvailableForSubscription"
|
|
5213
|
+
}
|
|
5214
|
+
/**
|
|
5215
|
+
* The reason for restriction. \
|
|
5216
|
+
* {@link KnownResourceSkuRestrictionsReasonCode} can be used interchangeably with ResourceSkuRestrictionsReasonCode,
|
|
5217
|
+
* this enum contains the known values that the service supports.
|
|
5218
|
+
* ### Known values supported by the service
|
|
5219
|
+
* **QuotaId**: Quota ID restriction \
|
|
5220
|
+
* **NotAvailableForSubscription**: Not available for subscription
|
|
5221
|
+
*/
|
|
5222
|
+
export type ResourceSkuRestrictionsReasonCode = string;
|
|
3651
5223
|
/** The format of the kubeconfig credential. */
|
|
3652
5224
|
export declare enum KnownFormat {
|
|
3653
5225
|
/** Return azure auth-provider kubeconfig. This format is deprecated in v1.22 and will be fully removed in v1.26. See: https://aka.ms/k8s/changes-1-26. */
|
|
@@ -3669,7 +5241,9 @@ export declare enum KnownVersions {
|
|
|
3669
5241
|
/** The 2025-10-01 API version. */
|
|
3670
5242
|
V20251001 = "2025-10-01",
|
|
3671
5243
|
/** The 2026-01-01 API version. */
|
|
3672
|
-
V20260101 = "2026-01-01"
|
|
5244
|
+
V20260101 = "2026-01-01",
|
|
5245
|
+
/** The 2026-01-02-preview API version. */
|
|
5246
|
+
V20260102Preview = "2026-01-02-preview"
|
|
3673
5247
|
}
|
|
3674
5248
|
export declare function _agentPoolPropertiesSerializer(item: AgentPool): any;
|
|
3675
5249
|
export declare function _agentPoolPropertiesDeserializer(item: any): {
|
|
@@ -3696,7 +5270,10 @@ export declare function _agentPoolPropertiesDeserializer(item: any): {
|
|
|
3696
5270
|
orchestratorVersion: any;
|
|
3697
5271
|
currentOrchestratorVersion: any;
|
|
3698
5272
|
nodeImageVersion: any;
|
|
5273
|
+
upgradeStrategy: any;
|
|
5274
|
+
enableOSDiskFullCaching: any;
|
|
3699
5275
|
upgradeSettings: any;
|
|
5276
|
+
upgradeSettingsBlueGreen: any;
|
|
3700
5277
|
provisioningState: any;
|
|
3701
5278
|
powerState: any;
|
|
3702
5279
|
availabilityZones: any;
|
|
@@ -3708,6 +5285,7 @@ export declare function _agentPoolPropertiesDeserializer(item: any): {
|
|
|
3708
5285
|
tags: any;
|
|
3709
5286
|
nodeLabels: any;
|
|
3710
5287
|
nodeTaints: any;
|
|
5288
|
+
nodeInitializationTaints: any;
|
|
3711
5289
|
proximityPlacementGroupID: any;
|
|
3712
5290
|
kubeletConfig: any;
|
|
3713
5291
|
linuxOSConfig: any;
|
|
@@ -3723,10 +5301,12 @@ export declare function _agentPoolPropertiesDeserializer(item: any): {
|
|
|
3723
5301
|
securityProfile: any;
|
|
3724
5302
|
gpuProfile: any;
|
|
3725
5303
|
gatewayProfile: any;
|
|
5304
|
+
artifactStreamingProfile: any;
|
|
3726
5305
|
virtualMachinesProfile: any;
|
|
3727
5306
|
virtualMachineNodesStatus: any;
|
|
3728
5307
|
status: any;
|
|
3729
5308
|
localDNSProfile: any;
|
|
5309
|
+
nodeCustomizationProfile: any;
|
|
3730
5310
|
};
|
|
3731
5311
|
export declare function _agentPoolAvailableVersionsPropertiesDeserializer(item: any): {
|
|
3732
5312
|
agentPoolVersions: any;
|
|
@@ -3735,12 +5315,15 @@ export declare function _agentPoolUpgradeProfilePropertiesDeserializer(item: any
|
|
|
3735
5315
|
kubernetesVersion: any;
|
|
3736
5316
|
osType: any;
|
|
3737
5317
|
upgrades: any;
|
|
5318
|
+
componentsByReleases: any;
|
|
5319
|
+
recentlyUsedVersions: any;
|
|
3738
5320
|
latestNodeImageVersion: any;
|
|
3739
5321
|
};
|
|
3740
5322
|
export declare function _managedClusterPropertiesSerializer(item: ManagedCluster): any;
|
|
3741
5323
|
export declare function _managedClusterPropertiesDeserializer(item: any): {
|
|
3742
5324
|
provisioningState: any;
|
|
3743
5325
|
powerState: any;
|
|
5326
|
+
creationData: any;
|
|
3744
5327
|
maxAgentPools: any;
|
|
3745
5328
|
kubernetesVersion: any;
|
|
3746
5329
|
currentKubernetesVersion: any;
|
|
@@ -3760,6 +5343,7 @@ export declare function _managedClusterPropertiesDeserializer(item: any): {
|
|
|
3760
5343
|
nodeResourceGroupProfile: any;
|
|
3761
5344
|
enableRbac: any;
|
|
3762
5345
|
supportPlan: any;
|
|
5346
|
+
enableNamespaceResources: any;
|
|
3763
5347
|
networkProfile: any;
|
|
3764
5348
|
aadProfile: any;
|
|
3765
5349
|
autoUpgradeProfile: any;
|
|
@@ -3783,6 +5367,9 @@ export declare function _managedClusterPropertiesDeserializer(item: any): {
|
|
|
3783
5367
|
nodeProvisioningProfile: any;
|
|
3784
5368
|
bootstrapProfile: any;
|
|
3785
5369
|
aiToolchainOperatorProfile: any;
|
|
5370
|
+
schedulerProfile: any;
|
|
5371
|
+
hostedSystemProfile: any;
|
|
5372
|
+
healthMonitorProfile: any;
|
|
3786
5373
|
status: any;
|
|
3787
5374
|
};
|
|
3788
5375
|
export declare function _managedClusterAccessProfilePropertiesDeserializer(item: any): {
|
|
@@ -3823,12 +5410,27 @@ export declare function _snapshotPropertiesDeserializer(item: any): {
|
|
|
3823
5410
|
vmSize: any;
|
|
3824
5411
|
enableFips: any;
|
|
3825
5412
|
};
|
|
5413
|
+
export declare function _managedClusterSnapshotPropertiesSerializer(item: ManagedClusterSnapshot): any;
|
|
5414
|
+
export declare function _managedClusterSnapshotPropertiesDeserializer(item: any): {
|
|
5415
|
+
creationData: any;
|
|
5416
|
+
snapshotType: any;
|
|
5417
|
+
managedClusterPropertiesReadOnly: any;
|
|
5418
|
+
};
|
|
3826
5419
|
export declare function _trustedAccessRoleBindingPropertiesSerializer(item: TrustedAccessRoleBinding): any;
|
|
3827
5420
|
export declare function _trustedAccessRoleBindingPropertiesDeserializer(item: any): {
|
|
3828
5421
|
provisioningState: any;
|
|
3829
5422
|
sourceResourceId: any;
|
|
3830
5423
|
roles: any;
|
|
3831
5424
|
};
|
|
5425
|
+
export declare function _loadBalancerPropertiesSerializer(item: LoadBalancer): any;
|
|
5426
|
+
export declare function _loadBalancerPropertiesDeserializer(item: any): {
|
|
5427
|
+
primaryAgentPoolName: any;
|
|
5428
|
+
allowServicePlacement: any;
|
|
5429
|
+
serviceLabelSelector: any;
|
|
5430
|
+
serviceNamespaceSelector: any;
|
|
5431
|
+
nodeSelector: any;
|
|
5432
|
+
provisioningState: any;
|
|
5433
|
+
};
|
|
3832
5434
|
export declare function _operationValueDisplayDeserializer(item: any): {
|
|
3833
5435
|
operation: any;
|
|
3834
5436
|
resource: any;
|