@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
|
@@ -25,7 +25,10 @@ export function agentPoolSerializer(item) {
|
|
|
25
25
|
"type",
|
|
26
26
|
"mode",
|
|
27
27
|
"orchestratorVersion",
|
|
28
|
+
"upgradeStrategy",
|
|
29
|
+
"enableOSDiskFullCaching",
|
|
28
30
|
"upgradeSettings",
|
|
31
|
+
"upgradeSettingsBlueGreen",
|
|
29
32
|
"powerState",
|
|
30
33
|
"availabilityZones",
|
|
31
34
|
"enableNodePublicIP",
|
|
@@ -36,6 +39,7 @@ export function agentPoolSerializer(item) {
|
|
|
36
39
|
"tags",
|
|
37
40
|
"nodeLabels",
|
|
38
41
|
"nodeTaints",
|
|
42
|
+
"nodeInitializationTaints",
|
|
39
43
|
"proximityPlacementGroupID",
|
|
40
44
|
"kubeletConfig",
|
|
41
45
|
"linuxOSConfig",
|
|
@@ -51,10 +55,12 @@ export function agentPoolSerializer(item) {
|
|
|
51
55
|
"securityProfile",
|
|
52
56
|
"gpuProfile",
|
|
53
57
|
"gatewayProfile",
|
|
58
|
+
"artifactStreamingProfile",
|
|
54
59
|
"virtualMachinesProfile",
|
|
55
60
|
"virtualMachineNodesStatus",
|
|
56
61
|
"status",
|
|
57
62
|
"localDNSProfile",
|
|
63
|
+
"nodeCustomizationProfile",
|
|
58
64
|
])
|
|
59
65
|
? undefined
|
|
60
66
|
: _agentPoolPropertiesSerializer(item),
|
|
@@ -95,9 +101,14 @@ export function managedClusterAgentPoolProfilePropertiesSerializer(item) {
|
|
|
95
101
|
type: item["type"],
|
|
96
102
|
mode: item["mode"],
|
|
97
103
|
orchestratorVersion: item["orchestratorVersion"],
|
|
104
|
+
upgradeStrategy: item["upgradeStrategy"],
|
|
105
|
+
enableOSDiskFullCaching: item["enableOSDiskFullCaching"],
|
|
98
106
|
upgradeSettings: !item["upgradeSettings"]
|
|
99
107
|
? item["upgradeSettings"]
|
|
100
108
|
: agentPoolUpgradeSettingsSerializer(item["upgradeSettings"]),
|
|
109
|
+
upgradeSettingsBlueGreen: !item["upgradeSettingsBlueGreen"]
|
|
110
|
+
? item["upgradeSettingsBlueGreen"]
|
|
111
|
+
: agentPoolBlueGreenUpgradeSettingsSerializer(item["upgradeSettingsBlueGreen"]),
|
|
101
112
|
powerState: !item["powerState"] ? item["powerState"] : powerStateSerializer(item["powerState"]),
|
|
102
113
|
availabilityZones: !item["availabilityZones"]
|
|
103
114
|
? item["availabilityZones"]
|
|
@@ -116,6 +127,11 @@ export function managedClusterAgentPoolProfilePropertiesSerializer(item) {
|
|
|
116
127
|
: item["nodeTaints"].map((p) => {
|
|
117
128
|
return p;
|
|
118
129
|
}),
|
|
130
|
+
nodeInitializationTaints: !item["nodeInitializationTaints"]
|
|
131
|
+
? item["nodeInitializationTaints"]
|
|
132
|
+
: item["nodeInitializationTaints"].map((p) => {
|
|
133
|
+
return p;
|
|
134
|
+
}),
|
|
119
135
|
proximityPlacementGroupID: item["proximityPlacementGroupID"],
|
|
120
136
|
kubeletConfig: !item["kubeletConfig"]
|
|
121
137
|
? item["kubeletConfig"]
|
|
@@ -145,6 +161,9 @@ export function managedClusterAgentPoolProfilePropertiesSerializer(item) {
|
|
|
145
161
|
gatewayProfile: !item["gatewayProfile"]
|
|
146
162
|
? item["gatewayProfile"]
|
|
147
163
|
: agentPoolGatewayProfileSerializer(item["gatewayProfile"]),
|
|
164
|
+
artifactStreamingProfile: !item["artifactStreamingProfile"]
|
|
165
|
+
? item["artifactStreamingProfile"]
|
|
166
|
+
: agentPoolArtifactStreamingProfileSerializer(item["artifactStreamingProfile"]),
|
|
148
167
|
virtualMachinesProfile: !item["virtualMachinesProfile"]
|
|
149
168
|
? item["virtualMachinesProfile"]
|
|
150
169
|
: virtualMachinesProfileSerializer(item["virtualMachinesProfile"]),
|
|
@@ -155,6 +174,9 @@ export function managedClusterAgentPoolProfilePropertiesSerializer(item) {
|
|
|
155
174
|
localDNSProfile: !item["localDNSProfile"]
|
|
156
175
|
? item["localDNSProfile"]
|
|
157
176
|
: localDNSProfileSerializer(item["localDNSProfile"]),
|
|
177
|
+
nodeCustomizationProfile: !item["nodeCustomizationProfile"]
|
|
178
|
+
? item["nodeCustomizationProfile"]
|
|
179
|
+
: nodeCustomizationProfileSerializer(item["nodeCustomizationProfile"]),
|
|
158
180
|
};
|
|
159
181
|
}
|
|
160
182
|
export function managedClusterAgentPoolProfilePropertiesDeserializer(item) {
|
|
@@ -182,9 +204,14 @@ export function managedClusterAgentPoolProfilePropertiesDeserializer(item) {
|
|
|
182
204
|
orchestratorVersion: item["orchestratorVersion"],
|
|
183
205
|
currentOrchestratorVersion: item["currentOrchestratorVersion"],
|
|
184
206
|
nodeImageVersion: item["nodeImageVersion"],
|
|
207
|
+
upgradeStrategy: item["upgradeStrategy"],
|
|
208
|
+
enableOSDiskFullCaching: item["enableOSDiskFullCaching"],
|
|
185
209
|
upgradeSettings: !item["upgradeSettings"]
|
|
186
210
|
? item["upgradeSettings"]
|
|
187
211
|
: agentPoolUpgradeSettingsDeserializer(item["upgradeSettings"]),
|
|
212
|
+
upgradeSettingsBlueGreen: !item["upgradeSettingsBlueGreen"]
|
|
213
|
+
? item["upgradeSettingsBlueGreen"]
|
|
214
|
+
: agentPoolBlueGreenUpgradeSettingsDeserializer(item["upgradeSettingsBlueGreen"]),
|
|
188
215
|
provisioningState: item["provisioningState"],
|
|
189
216
|
powerState: !item["powerState"]
|
|
190
217
|
? item["powerState"]
|
|
@@ -210,6 +237,11 @@ export function managedClusterAgentPoolProfilePropertiesDeserializer(item) {
|
|
|
210
237
|
: item["nodeTaints"].map((p) => {
|
|
211
238
|
return p;
|
|
212
239
|
}),
|
|
240
|
+
nodeInitializationTaints: !item["nodeInitializationTaints"]
|
|
241
|
+
? item["nodeInitializationTaints"]
|
|
242
|
+
: item["nodeInitializationTaints"].map((p) => {
|
|
243
|
+
return p;
|
|
244
|
+
}),
|
|
213
245
|
proximityPlacementGroupID: item["proximityPlacementGroupID"],
|
|
214
246
|
kubeletConfig: !item["kubeletConfig"]
|
|
215
247
|
? item["kubeletConfig"]
|
|
@@ -241,6 +273,9 @@ export function managedClusterAgentPoolProfilePropertiesDeserializer(item) {
|
|
|
241
273
|
gatewayProfile: !item["gatewayProfile"]
|
|
242
274
|
? item["gatewayProfile"]
|
|
243
275
|
: agentPoolGatewayProfileDeserializer(item["gatewayProfile"]),
|
|
276
|
+
artifactStreamingProfile: !item["artifactStreamingProfile"]
|
|
277
|
+
? item["artifactStreamingProfile"]
|
|
278
|
+
: agentPoolArtifactStreamingProfileDeserializer(item["artifactStreamingProfile"]),
|
|
244
279
|
virtualMachinesProfile: !item["virtualMachinesProfile"]
|
|
245
280
|
? item["virtualMachinesProfile"]
|
|
246
281
|
: virtualMachinesProfileDeserializer(item["virtualMachinesProfile"]),
|
|
@@ -251,6 +286,9 @@ export function managedClusterAgentPoolProfilePropertiesDeserializer(item) {
|
|
|
251
286
|
localDNSProfile: !item["localDNSProfile"]
|
|
252
287
|
? item["localDNSProfile"]
|
|
253
288
|
: localDNSProfileDeserializer(item["localDNSProfile"]),
|
|
289
|
+
nodeCustomizationProfile: !item["nodeCustomizationProfile"]
|
|
290
|
+
? item["nodeCustomizationProfile"]
|
|
291
|
+
: nodeCustomizationProfileDeserializer(item["nodeCustomizationProfile"]),
|
|
254
292
|
};
|
|
255
293
|
}
|
|
256
294
|
/** 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). */
|
|
@@ -276,6 +314,8 @@ export var KnownWorkloadRuntime;
|
|
|
276
314
|
KnownWorkloadRuntime["OCIContainer"] = "OCIContainer";
|
|
277
315
|
/** Nodes will use Krustlet to run WASM workloads using the WASI provider (Preview). */
|
|
278
316
|
KnownWorkloadRuntime["WasmWasi"] = "WasmWasi";
|
|
317
|
+
/** 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. */
|
|
318
|
+
KnownWorkloadRuntime["KataMshvVmIsolation"] = "KataMshvVmIsolation";
|
|
279
319
|
/** 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
320
|
KnownWorkloadRuntime["KataVmIsolation"] = "KataVmIsolation";
|
|
281
321
|
})(KnownWorkloadRuntime || (KnownWorkloadRuntime = {}));
|
|
@@ -305,6 +345,10 @@ export var KnownOssku;
|
|
|
305
345
|
/** 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. */
|
|
306
346
|
KnownOssku["AzureLinux3"] = "AzureLinux3";
|
|
307
347
|
/** Deprecated OSSKU. Microsoft recommends that new deployments choose 'AzureLinux' instead. */
|
|
348
|
+
KnownOssku["Mariner"] = "Mariner";
|
|
349
|
+
/** 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 */
|
|
350
|
+
KnownOssku["Flatcar"] = "Flatcar";
|
|
351
|
+
/** Deprecated OSSKU. Microsoft recommends that new deployments choose 'AzureLinux' instead. */
|
|
308
352
|
KnownOssku["CBLMariner"] = "CBLMariner";
|
|
309
353
|
/** 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. */
|
|
310
354
|
KnownOssku["Windows2019"] = "Windows2019";
|
|
@@ -312,6 +356,10 @@ export var KnownOssku;
|
|
|
312
356
|
KnownOssku["Windows2022"] = "Windows2022";
|
|
313
357
|
/** 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 */
|
|
314
358
|
KnownOssku["Ubuntu2204"] = "Ubuntu2204";
|
|
359
|
+
/** 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. */
|
|
360
|
+
KnownOssku["Windows2025"] = "Windows2025";
|
|
361
|
+
/** 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. */
|
|
362
|
+
KnownOssku["WindowsAnnual"] = "WindowsAnnual";
|
|
315
363
|
/** 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 */
|
|
316
364
|
KnownOssku["Ubuntu2404"] = "Ubuntu2404";
|
|
317
365
|
})(KnownOssku || (KnownOssku = {}));
|
|
@@ -342,11 +390,24 @@ export var KnownAgentPoolMode;
|
|
|
342
390
|
KnownAgentPoolMode["User"] = "User";
|
|
343
391
|
/** Gateway agent pools are dedicated to providing static egress IPs to pods. For more details, see https://aka.ms/aks/static-egress-gateway. */
|
|
344
392
|
KnownAgentPoolMode["Gateway"] = "Gateway";
|
|
393
|
+
/** 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. */
|
|
394
|
+
KnownAgentPoolMode["ManagedSystem"] = "ManagedSystem";
|
|
395
|
+
/** 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. */
|
|
396
|
+
KnownAgentPoolMode["Machines"] = "Machines";
|
|
345
397
|
})(KnownAgentPoolMode || (KnownAgentPoolMode = {}));
|
|
398
|
+
/** Defines the upgrade strategy for the agent pool. The default is Rolling. */
|
|
399
|
+
export var KnownUpgradeStrategy;
|
|
400
|
+
(function (KnownUpgradeStrategy) {
|
|
401
|
+
/** Specifies that the agent pool will conduct rolling upgrade. This is the default upgrade strategy. */
|
|
402
|
+
KnownUpgradeStrategy["Rolling"] = "Rolling";
|
|
403
|
+
/** Specifies that the agent pool will conduct blue-green upgrade. */
|
|
404
|
+
KnownUpgradeStrategy["BlueGreen"] = "BlueGreen";
|
|
405
|
+
})(KnownUpgradeStrategy || (KnownUpgradeStrategy = {}));
|
|
346
406
|
export function agentPoolUpgradeSettingsSerializer(item) {
|
|
347
407
|
return {
|
|
348
408
|
maxSurge: item["maxSurge"],
|
|
349
409
|
maxUnavailable: item["maxUnavailable"],
|
|
410
|
+
maxBlockedNodes: item["maxBlockedNodes"],
|
|
350
411
|
drainTimeoutInMinutes: item["drainTimeoutInMinutes"],
|
|
351
412
|
nodeSoakDurationInMinutes: item["nodeSoakDurationInMinutes"],
|
|
352
413
|
undrainableNodeBehavior: item["undrainableNodeBehavior"],
|
|
@@ -356,6 +417,7 @@ export function agentPoolUpgradeSettingsDeserializer(item) {
|
|
|
356
417
|
return {
|
|
357
418
|
maxSurge: item["maxSurge"],
|
|
358
419
|
maxUnavailable: item["maxUnavailable"],
|
|
420
|
+
maxBlockedNodes: item["maxBlockedNodes"],
|
|
359
421
|
drainTimeoutInMinutes: item["drainTimeoutInMinutes"],
|
|
360
422
|
nodeSoakDurationInMinutes: item["nodeSoakDurationInMinutes"],
|
|
361
423
|
undrainableNodeBehavior: item["undrainableNodeBehavior"],
|
|
@@ -369,6 +431,22 @@ export var KnownUndrainableNodeBehavior;
|
|
|
369
431
|
/** 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. */
|
|
370
432
|
KnownUndrainableNodeBehavior["Schedule"] = "Schedule";
|
|
371
433
|
})(KnownUndrainableNodeBehavior || (KnownUndrainableNodeBehavior = {}));
|
|
434
|
+
export function agentPoolBlueGreenUpgradeSettingsSerializer(item) {
|
|
435
|
+
return {
|
|
436
|
+
drainBatchSize: item["drainBatchSize"],
|
|
437
|
+
drainTimeoutInMinutes: item["drainTimeoutInMinutes"],
|
|
438
|
+
batchSoakDurationInMinutes: item["batchSoakDurationInMinutes"],
|
|
439
|
+
finalSoakDurationInMinutes: item["finalSoakDurationInMinutes"],
|
|
440
|
+
};
|
|
441
|
+
}
|
|
442
|
+
export function agentPoolBlueGreenUpgradeSettingsDeserializer(item) {
|
|
443
|
+
return {
|
|
444
|
+
drainBatchSize: item["drainBatchSize"],
|
|
445
|
+
drainTimeoutInMinutes: item["drainTimeoutInMinutes"],
|
|
446
|
+
batchSoakDurationInMinutes: item["batchSoakDurationInMinutes"],
|
|
447
|
+
finalSoakDurationInMinutes: item["finalSoakDurationInMinutes"],
|
|
448
|
+
};
|
|
449
|
+
}
|
|
372
450
|
export function powerStateSerializer(item) {
|
|
373
451
|
return { code: item["code"] };
|
|
374
452
|
}
|
|
@@ -418,6 +496,7 @@ export function kubeletConfigSerializer(item) {
|
|
|
418
496
|
containerLogMaxSizeMB: item["containerLogMaxSizeMB"],
|
|
419
497
|
containerLogMaxFiles: item["containerLogMaxFiles"],
|
|
420
498
|
podMaxPids: item["podMaxPids"],
|
|
499
|
+
seccompDefault: item["seccompDefault"],
|
|
421
500
|
};
|
|
422
501
|
}
|
|
423
502
|
export function kubeletConfigDeserializer(item) {
|
|
@@ -437,8 +516,17 @@ export function kubeletConfigDeserializer(item) {
|
|
|
437
516
|
containerLogMaxSizeMB: item["containerLogMaxSizeMB"],
|
|
438
517
|
containerLogMaxFiles: item["containerLogMaxFiles"],
|
|
439
518
|
podMaxPids: item["podMaxPids"],
|
|
519
|
+
seccompDefault: item["seccompDefault"],
|
|
440
520
|
};
|
|
441
521
|
}
|
|
522
|
+
/** Specifies the default seccomp profile applied to all workloads. If not specified, 'Unconfined' will be used by default. */
|
|
523
|
+
export var KnownSeccompDefault;
|
|
524
|
+
(function (KnownSeccompDefault) {
|
|
525
|
+
/** No seccomp profile is applied, allowing all system calls. */
|
|
526
|
+
KnownSeccompDefault["Unconfined"] = "Unconfined";
|
|
527
|
+
/** The default seccomp profile for container runtime is applied, which restricts certain system calls for enhanced security. */
|
|
528
|
+
KnownSeccompDefault["RuntimeDefault"] = "RuntimeDefault";
|
|
529
|
+
})(KnownSeccompDefault || (KnownSeccompDefault = {}));
|
|
442
530
|
export function linuxOSConfigSerializer(item) {
|
|
443
531
|
return {
|
|
444
532
|
sysctls: !item["sysctls"] ? item["sysctls"] : sysctlConfigSerializer(item["sysctls"]),
|
|
@@ -647,13 +735,21 @@ export var KnownAgentPoolSSHAccess;
|
|
|
647
735
|
KnownAgentPoolSSHAccess["LocalUser"] = "LocalUser";
|
|
648
736
|
/** SSH service will be turned off on the node. */
|
|
649
737
|
KnownAgentPoolSSHAccess["Disabled"] = "Disabled";
|
|
738
|
+
/** SSH to node with EntraId integration. More information can be found under https://aka.ms/aks/ssh/aad */
|
|
739
|
+
KnownAgentPoolSSHAccess["EntraId"] = "EntraId";
|
|
650
740
|
})(KnownAgentPoolSSHAccess || (KnownAgentPoolSSHAccess = {}));
|
|
651
741
|
export function gpuProfileSerializer(item) {
|
|
652
|
-
return {
|
|
742
|
+
return {
|
|
743
|
+
driver: item["driver"],
|
|
744
|
+
driverType: item["driverType"],
|
|
745
|
+
nvidia: !item["nvidia"] ? item["nvidia"] : nvidiaGPUProfileSerializer(item["nvidia"]),
|
|
746
|
+
};
|
|
653
747
|
}
|
|
654
748
|
export function gpuProfileDeserializer(item) {
|
|
655
749
|
return {
|
|
656
750
|
driver: item["driver"],
|
|
751
|
+
driverType: item["driverType"],
|
|
752
|
+
nvidia: !item["nvidia"] ? item["nvidia"] : nvidiaGPUProfileDeserializer(item["nvidia"]),
|
|
657
753
|
};
|
|
658
754
|
}
|
|
659
755
|
/** Whether to install GPU drivers. When it's not specified, default is Install. */
|
|
@@ -664,6 +760,41 @@ export var KnownGPUDriver;
|
|
|
664
760
|
/** Skip driver install. */
|
|
665
761
|
KnownGPUDriver["None"] = "None";
|
|
666
762
|
})(KnownGPUDriver || (KnownGPUDriver = {}));
|
|
763
|
+
/** 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. */
|
|
764
|
+
export var KnownDriverType;
|
|
765
|
+
(function (KnownDriverType) {
|
|
766
|
+
/** Install the GRID driver for the GPU, suitable for applications requiring virtualization support. */
|
|
767
|
+
KnownDriverType["Grid"] = "GRID";
|
|
768
|
+
/** Install the CUDA driver for the GPU, optimized for computational tasks in scientific computing and data-intensive applications. */
|
|
769
|
+
KnownDriverType["Cuda"] = "CUDA";
|
|
770
|
+
})(KnownDriverType || (KnownDriverType = {}));
|
|
771
|
+
export function nvidiaGPUProfileSerializer(item) {
|
|
772
|
+
return { managementMode: item["managementMode"], migStrategy: item["migStrategy"] };
|
|
773
|
+
}
|
|
774
|
+
export function nvidiaGPUProfileDeserializer(item) {
|
|
775
|
+
return {
|
|
776
|
+
managementMode: item["managementMode"],
|
|
777
|
+
migStrategy: item["migStrategy"],
|
|
778
|
+
};
|
|
779
|
+
}
|
|
780
|
+
/** 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. */
|
|
781
|
+
export var KnownManagementMode;
|
|
782
|
+
(function (KnownManagementMode) {
|
|
783
|
+
/** Managed GPU experience is disabled for NVIDIA GPUs. */
|
|
784
|
+
KnownManagementMode["Unmanaged"] = "Unmanaged";
|
|
785
|
+
/** Managed GPU experience is enabled for NVIDIA GPUs. */
|
|
786
|
+
KnownManagementMode["Managed"] = "Managed";
|
|
787
|
+
})(KnownManagementMode || (KnownManagementMode = {}));
|
|
788
|
+
/** 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. */
|
|
789
|
+
export var KnownMigStrategy;
|
|
790
|
+
(function (KnownMigStrategy) {
|
|
791
|
+
/** Don't set a MIG strategy. If you previously had one set, this will override it and set remove the set MIG strategy. */
|
|
792
|
+
KnownMigStrategy["None"] = "None";
|
|
793
|
+
/** Set the MIG strategy for managed MIG as single. */
|
|
794
|
+
KnownMigStrategy["Single"] = "Single";
|
|
795
|
+
/** Set the MIG strategy for managed MIG as mixed. */
|
|
796
|
+
KnownMigStrategy["Mixed"] = "Mixed";
|
|
797
|
+
})(KnownMigStrategy || (KnownMigStrategy = {}));
|
|
667
798
|
export function agentPoolGatewayProfileSerializer(item) {
|
|
668
799
|
return { publicIPPrefixSize: item["publicIPPrefixSize"] };
|
|
669
800
|
}
|
|
@@ -672,6 +803,14 @@ export function agentPoolGatewayProfileDeserializer(item) {
|
|
|
672
803
|
publicIPPrefixSize: item["publicIPPrefixSize"],
|
|
673
804
|
};
|
|
674
805
|
}
|
|
806
|
+
export function agentPoolArtifactStreamingProfileSerializer(item) {
|
|
807
|
+
return { enabled: item["enabled"] };
|
|
808
|
+
}
|
|
809
|
+
export function agentPoolArtifactStreamingProfileDeserializer(item) {
|
|
810
|
+
return {
|
|
811
|
+
enabled: item["enabled"],
|
|
812
|
+
};
|
|
813
|
+
}
|
|
675
814
|
export function virtualMachinesProfileSerializer(item) {
|
|
676
815
|
return { scale: !item["scale"] ? item["scale"] : scaleProfileSerializer(item["scale"]) };
|
|
677
816
|
}
|
|
@@ -683,11 +822,17 @@ export function virtualMachinesProfileDeserializer(item) {
|
|
|
683
822
|
export function scaleProfileSerializer(item) {
|
|
684
823
|
return {
|
|
685
824
|
manual: !item["manual"] ? item["manual"] : manualScaleProfileArraySerializer(item["manual"]),
|
|
825
|
+
autoscale: !item["autoscale"]
|
|
826
|
+
? item["autoscale"]
|
|
827
|
+
: autoScaleProfileSerializer(item["autoscale"]),
|
|
686
828
|
};
|
|
687
829
|
}
|
|
688
830
|
export function scaleProfileDeserializer(item) {
|
|
689
831
|
return {
|
|
690
832
|
manual: !item["manual"] ? item["manual"] : manualScaleProfileArrayDeserializer(item["manual"]),
|
|
833
|
+
autoscale: !item["autoscale"]
|
|
834
|
+
? item["autoscale"]
|
|
835
|
+
: autoScaleProfileDeserializer(item["autoscale"]),
|
|
691
836
|
};
|
|
692
837
|
}
|
|
693
838
|
export function manualScaleProfileArraySerializer(result) {
|
|
@@ -709,6 +854,16 @@ export function manualScaleProfileDeserializer(item) {
|
|
|
709
854
|
count: item["count"],
|
|
710
855
|
};
|
|
711
856
|
}
|
|
857
|
+
export function autoScaleProfileSerializer(item) {
|
|
858
|
+
return { size: item["size"], minCount: item["minCount"], maxCount: item["maxCount"] };
|
|
859
|
+
}
|
|
860
|
+
export function autoScaleProfileDeserializer(item) {
|
|
861
|
+
return {
|
|
862
|
+
size: item["size"],
|
|
863
|
+
minCount: item["minCount"],
|
|
864
|
+
maxCount: item["maxCount"],
|
|
865
|
+
};
|
|
866
|
+
}
|
|
712
867
|
export function virtualMachineNodesArraySerializer(result) {
|
|
713
868
|
return result.map((item) => {
|
|
714
869
|
return virtualMachineNodesSerializer(item);
|
|
@@ -888,6 +1043,14 @@ export var KnownLocalDNSServeStale;
|
|
|
888
1043
|
/** Disable serving stale data. */
|
|
889
1044
|
KnownLocalDNSServeStale["Disable"] = "Disable";
|
|
890
1045
|
})(KnownLocalDNSServeStale || (KnownLocalDNSServeStale = {}));
|
|
1046
|
+
export function nodeCustomizationProfileSerializer(item) {
|
|
1047
|
+
return { nodeCustomizationId: item["nodeCustomizationId"] };
|
|
1048
|
+
}
|
|
1049
|
+
export function nodeCustomizationProfileDeserializer(item) {
|
|
1050
|
+
return {
|
|
1051
|
+
nodeCustomizationId: item["nodeCustomizationId"],
|
|
1052
|
+
};
|
|
1053
|
+
}
|
|
891
1054
|
export function proxyResourceSerializer(item) {
|
|
892
1055
|
return item;
|
|
893
1056
|
}
|
|
@@ -1011,6 +1174,12 @@ export function agentPoolUpgradeProfilePropertiesDeserializer(item) {
|
|
|
1011
1174
|
upgrades: !item["upgrades"]
|
|
1012
1175
|
? item["upgrades"]
|
|
1013
1176
|
: agentPoolUpgradeProfilePropertiesUpgradesItemArrayDeserializer(item["upgrades"]),
|
|
1177
|
+
componentsByReleases: !item["componentsByReleases"]
|
|
1178
|
+
? item["componentsByReleases"]
|
|
1179
|
+
: componentsByReleaseArrayDeserializer(item["componentsByReleases"]),
|
|
1180
|
+
recentlyUsedVersions: !item["recentlyUsedVersions"]
|
|
1181
|
+
? item["recentlyUsedVersions"]
|
|
1182
|
+
: agentPoolRecentlyUsedVersionArrayDeserializer(item["recentlyUsedVersions"]),
|
|
1014
1183
|
latestNodeImageVersion: item["latestNodeImageVersion"],
|
|
1015
1184
|
};
|
|
1016
1185
|
}
|
|
@@ -1023,6 +1192,44 @@ export function agentPoolUpgradeProfilePropertiesUpgradesItemDeserializer(item)
|
|
|
1023
1192
|
return {
|
|
1024
1193
|
kubernetesVersion: item["kubernetesVersion"],
|
|
1025
1194
|
isPreview: item["isPreview"],
|
|
1195
|
+
isOutOfSupport: item["isOutOfSupport"],
|
|
1196
|
+
};
|
|
1197
|
+
}
|
|
1198
|
+
export function componentsByReleaseArrayDeserializer(result) {
|
|
1199
|
+
return result.map((item) => {
|
|
1200
|
+
return componentsByReleaseDeserializer(item);
|
|
1201
|
+
});
|
|
1202
|
+
}
|
|
1203
|
+
export function componentsByReleaseDeserializer(item) {
|
|
1204
|
+
return {
|
|
1205
|
+
kubernetesVersion: item["kubernetesVersion"],
|
|
1206
|
+
components: !item["components"]
|
|
1207
|
+
? item["components"]
|
|
1208
|
+
: componentArrayDeserializer(item["components"]),
|
|
1209
|
+
};
|
|
1210
|
+
}
|
|
1211
|
+
export function componentArrayDeserializer(result) {
|
|
1212
|
+
return result.map((item) => {
|
|
1213
|
+
return componentDeserializer(item);
|
|
1214
|
+
});
|
|
1215
|
+
}
|
|
1216
|
+
export function componentDeserializer(item) {
|
|
1217
|
+
return {
|
|
1218
|
+
name: item["name"],
|
|
1219
|
+
version: item["version"],
|
|
1220
|
+
hasBreakingChanges: item["hasBreakingChanges"],
|
|
1221
|
+
};
|
|
1222
|
+
}
|
|
1223
|
+
export function agentPoolRecentlyUsedVersionArrayDeserializer(result) {
|
|
1224
|
+
return result.map((item) => {
|
|
1225
|
+
return agentPoolRecentlyUsedVersionDeserializer(item);
|
|
1226
|
+
});
|
|
1227
|
+
}
|
|
1228
|
+
export function agentPoolRecentlyUsedVersionDeserializer(item) {
|
|
1229
|
+
return {
|
|
1230
|
+
orchestratorVersion: item["orchestratorVersion"],
|
|
1231
|
+
nodeImageVersion: item["nodeImageVersion"],
|
|
1232
|
+
timestamp: !item["timestamp"] ? item["timestamp"] : new Date(item["timestamp"]),
|
|
1026
1233
|
};
|
|
1027
1234
|
}
|
|
1028
1235
|
export function managedClusterSerializer(item) {
|
|
@@ -1030,6 +1237,7 @@ export function managedClusterSerializer(item) {
|
|
|
1030
1237
|
tags: item["tags"],
|
|
1031
1238
|
location: item["location"],
|
|
1032
1239
|
properties: areAllPropsUndefined(item, [
|
|
1240
|
+
"creationData",
|
|
1033
1241
|
"kubernetesVersion",
|
|
1034
1242
|
"dnsPrefix",
|
|
1035
1243
|
"fqdnSubdomain",
|
|
@@ -1044,6 +1252,7 @@ export function managedClusterSerializer(item) {
|
|
|
1044
1252
|
"nodeResourceGroupProfile",
|
|
1045
1253
|
"enableRBAC",
|
|
1046
1254
|
"supportPlan",
|
|
1255
|
+
"enableNamespaceResources",
|
|
1047
1256
|
"networkProfile",
|
|
1048
1257
|
"aadProfile",
|
|
1049
1258
|
"autoUpgradeProfile",
|
|
@@ -1066,6 +1275,9 @@ export function managedClusterSerializer(item) {
|
|
|
1066
1275
|
"nodeProvisioningProfile",
|
|
1067
1276
|
"bootstrapProfile",
|
|
1068
1277
|
"aiToolchainOperatorProfile",
|
|
1278
|
+
"schedulerProfile",
|
|
1279
|
+
"hostedSystemProfile",
|
|
1280
|
+
"healthMonitorProfile",
|
|
1069
1281
|
"status",
|
|
1070
1282
|
])
|
|
1071
1283
|
? undefined
|
|
@@ -1108,6 +1320,9 @@ export function managedClusterDeserializer(item) {
|
|
|
1108
1320
|
}
|
|
1109
1321
|
export function managedClusterPropertiesSerializer(item) {
|
|
1110
1322
|
return {
|
|
1323
|
+
creationData: !item["creationData"]
|
|
1324
|
+
? item["creationData"]
|
|
1325
|
+
: creationDataSerializer(item["creationData"]),
|
|
1111
1326
|
kubernetesVersion: item["kubernetesVersion"],
|
|
1112
1327
|
dnsPrefix: item["dnsPrefix"],
|
|
1113
1328
|
fqdnSubdomain: item["fqdnSubdomain"],
|
|
@@ -1138,6 +1353,7 @@ export function managedClusterPropertiesSerializer(item) {
|
|
|
1138
1353
|
: managedClusterNodeResourceGroupProfileSerializer(item["nodeResourceGroupProfile"]),
|
|
1139
1354
|
enableRBAC: item["enableRbac"],
|
|
1140
1355
|
supportPlan: item["supportPlan"],
|
|
1356
|
+
enableNamespaceResources: item["enableNamespaceResources"],
|
|
1141
1357
|
networkProfile: !item["networkProfile"]
|
|
1142
1358
|
? item["networkProfile"]
|
|
1143
1359
|
: containerServiceNetworkProfileSerializer(item["networkProfile"]),
|
|
@@ -1198,6 +1414,15 @@ export function managedClusterPropertiesSerializer(item) {
|
|
|
1198
1414
|
aiToolchainOperatorProfile: !item["aiToolchainOperatorProfile"]
|
|
1199
1415
|
? item["aiToolchainOperatorProfile"]
|
|
1200
1416
|
: managedClusterAIToolchainOperatorProfileSerializer(item["aiToolchainOperatorProfile"]),
|
|
1417
|
+
schedulerProfile: !item["schedulerProfile"]
|
|
1418
|
+
? item["schedulerProfile"]
|
|
1419
|
+
: schedulerProfileSerializer(item["schedulerProfile"]),
|
|
1420
|
+
hostedSystemProfile: !item["hostedSystemProfile"]
|
|
1421
|
+
? item["hostedSystemProfile"]
|
|
1422
|
+
: managedClusterHostedSystemProfileSerializer(item["hostedSystemProfile"]),
|
|
1423
|
+
healthMonitorProfile: !item["healthMonitorProfile"]
|
|
1424
|
+
? item["healthMonitorProfile"]
|
|
1425
|
+
: managedClusterHealthMonitorProfileSerializer(item["healthMonitorProfile"]),
|
|
1201
1426
|
status: !item["status"] ? item["status"] : managedClusterStatusSerializer(item["status"]),
|
|
1202
1427
|
};
|
|
1203
1428
|
}
|
|
@@ -1207,6 +1432,9 @@ export function managedClusterPropertiesDeserializer(item) {
|
|
|
1207
1432
|
powerState: !item["powerState"]
|
|
1208
1433
|
? item["powerState"]
|
|
1209
1434
|
: powerStateDeserializer(item["powerState"]),
|
|
1435
|
+
creationData: !item["creationData"]
|
|
1436
|
+
? item["creationData"]
|
|
1437
|
+
: creationDataDeserializer(item["creationData"]),
|
|
1210
1438
|
maxAgentPools: item["maxAgentPools"],
|
|
1211
1439
|
kubernetesVersion: item["kubernetesVersion"],
|
|
1212
1440
|
currentKubernetesVersion: item["currentKubernetesVersion"],
|
|
@@ -1242,6 +1470,7 @@ export function managedClusterPropertiesDeserializer(item) {
|
|
|
1242
1470
|
: managedClusterNodeResourceGroupProfileDeserializer(item["nodeResourceGroupProfile"]),
|
|
1243
1471
|
enableRbac: item["enableRBAC"],
|
|
1244
1472
|
supportPlan: item["supportPlan"],
|
|
1473
|
+
enableNamespaceResources: item["enableNamespaceResources"],
|
|
1245
1474
|
networkProfile: !item["networkProfile"]
|
|
1246
1475
|
? item["networkProfile"]
|
|
1247
1476
|
: containerServiceNetworkProfileDeserializer(item["networkProfile"]),
|
|
@@ -1303,6 +1532,15 @@ export function managedClusterPropertiesDeserializer(item) {
|
|
|
1303
1532
|
aiToolchainOperatorProfile: !item["aiToolchainOperatorProfile"]
|
|
1304
1533
|
? item["aiToolchainOperatorProfile"]
|
|
1305
1534
|
: managedClusterAIToolchainOperatorProfileDeserializer(item["aiToolchainOperatorProfile"]),
|
|
1535
|
+
schedulerProfile: !item["schedulerProfile"]
|
|
1536
|
+
? item["schedulerProfile"]
|
|
1537
|
+
: schedulerProfileDeserializer(item["schedulerProfile"]),
|
|
1538
|
+
hostedSystemProfile: !item["hostedSystemProfile"]
|
|
1539
|
+
? item["hostedSystemProfile"]
|
|
1540
|
+
: managedClusterHostedSystemProfileDeserializer(item["hostedSystemProfile"]),
|
|
1541
|
+
healthMonitorProfile: !item["healthMonitorProfile"]
|
|
1542
|
+
? item["healthMonitorProfile"]
|
|
1543
|
+
: managedClusterHealthMonitorProfileDeserializer(item["healthMonitorProfile"]),
|
|
1306
1544
|
status: !item["status"] ? item["status"] : managedClusterStatusDeserializer(item["status"]),
|
|
1307
1545
|
};
|
|
1308
1546
|
}
|
|
@@ -1338,9 +1576,14 @@ export function managedClusterAgentPoolProfileSerializer(item) {
|
|
|
1338
1576
|
type: item["type"],
|
|
1339
1577
|
mode: item["mode"],
|
|
1340
1578
|
orchestratorVersion: item["orchestratorVersion"],
|
|
1579
|
+
upgradeStrategy: item["upgradeStrategy"],
|
|
1580
|
+
enableOSDiskFullCaching: item["enableOSDiskFullCaching"],
|
|
1341
1581
|
upgradeSettings: !item["upgradeSettings"]
|
|
1342
1582
|
? item["upgradeSettings"]
|
|
1343
1583
|
: agentPoolUpgradeSettingsSerializer(item["upgradeSettings"]),
|
|
1584
|
+
upgradeSettingsBlueGreen: !item["upgradeSettingsBlueGreen"]
|
|
1585
|
+
? item["upgradeSettingsBlueGreen"]
|
|
1586
|
+
: agentPoolBlueGreenUpgradeSettingsSerializer(item["upgradeSettingsBlueGreen"]),
|
|
1344
1587
|
powerState: !item["powerState"] ? item["powerState"] : powerStateSerializer(item["powerState"]),
|
|
1345
1588
|
availabilityZones: !item["availabilityZones"]
|
|
1346
1589
|
? item["availabilityZones"]
|
|
@@ -1359,6 +1602,11 @@ export function managedClusterAgentPoolProfileSerializer(item) {
|
|
|
1359
1602
|
: item["nodeTaints"].map((p) => {
|
|
1360
1603
|
return p;
|
|
1361
1604
|
}),
|
|
1605
|
+
nodeInitializationTaints: !item["nodeInitializationTaints"]
|
|
1606
|
+
? item["nodeInitializationTaints"]
|
|
1607
|
+
: item["nodeInitializationTaints"].map((p) => {
|
|
1608
|
+
return p;
|
|
1609
|
+
}),
|
|
1362
1610
|
proximityPlacementGroupID: item["proximityPlacementGroupID"],
|
|
1363
1611
|
kubeletConfig: !item["kubeletConfig"]
|
|
1364
1612
|
? item["kubeletConfig"]
|
|
@@ -1388,6 +1636,9 @@ export function managedClusterAgentPoolProfileSerializer(item) {
|
|
|
1388
1636
|
gatewayProfile: !item["gatewayProfile"]
|
|
1389
1637
|
? item["gatewayProfile"]
|
|
1390
1638
|
: agentPoolGatewayProfileSerializer(item["gatewayProfile"]),
|
|
1639
|
+
artifactStreamingProfile: !item["artifactStreamingProfile"]
|
|
1640
|
+
? item["artifactStreamingProfile"]
|
|
1641
|
+
: agentPoolArtifactStreamingProfileSerializer(item["artifactStreamingProfile"]),
|
|
1391
1642
|
virtualMachinesProfile: !item["virtualMachinesProfile"]
|
|
1392
1643
|
? item["virtualMachinesProfile"]
|
|
1393
1644
|
: virtualMachinesProfileSerializer(item["virtualMachinesProfile"]),
|
|
@@ -1398,6 +1649,9 @@ export function managedClusterAgentPoolProfileSerializer(item) {
|
|
|
1398
1649
|
localDNSProfile: !item["localDNSProfile"]
|
|
1399
1650
|
? item["localDNSProfile"]
|
|
1400
1651
|
: localDNSProfileSerializer(item["localDNSProfile"]),
|
|
1652
|
+
nodeCustomizationProfile: !item["nodeCustomizationProfile"]
|
|
1653
|
+
? item["nodeCustomizationProfile"]
|
|
1654
|
+
: nodeCustomizationProfileSerializer(item["nodeCustomizationProfile"]),
|
|
1401
1655
|
name: item["name"],
|
|
1402
1656
|
};
|
|
1403
1657
|
}
|
|
@@ -1426,9 +1680,14 @@ export function managedClusterAgentPoolProfileDeserializer(item) {
|
|
|
1426
1680
|
orchestratorVersion: item["orchestratorVersion"],
|
|
1427
1681
|
currentOrchestratorVersion: item["currentOrchestratorVersion"],
|
|
1428
1682
|
nodeImageVersion: item["nodeImageVersion"],
|
|
1683
|
+
upgradeStrategy: item["upgradeStrategy"],
|
|
1684
|
+
enableOSDiskFullCaching: item["enableOSDiskFullCaching"],
|
|
1429
1685
|
upgradeSettings: !item["upgradeSettings"]
|
|
1430
1686
|
? item["upgradeSettings"]
|
|
1431
1687
|
: agentPoolUpgradeSettingsDeserializer(item["upgradeSettings"]),
|
|
1688
|
+
upgradeSettingsBlueGreen: !item["upgradeSettingsBlueGreen"]
|
|
1689
|
+
? item["upgradeSettingsBlueGreen"]
|
|
1690
|
+
: agentPoolBlueGreenUpgradeSettingsDeserializer(item["upgradeSettingsBlueGreen"]),
|
|
1432
1691
|
provisioningState: item["provisioningState"],
|
|
1433
1692
|
powerState: !item["powerState"]
|
|
1434
1693
|
? item["powerState"]
|
|
@@ -1454,6 +1713,11 @@ export function managedClusterAgentPoolProfileDeserializer(item) {
|
|
|
1454
1713
|
: item["nodeTaints"].map((p) => {
|
|
1455
1714
|
return p;
|
|
1456
1715
|
}),
|
|
1716
|
+
nodeInitializationTaints: !item["nodeInitializationTaints"]
|
|
1717
|
+
? item["nodeInitializationTaints"]
|
|
1718
|
+
: item["nodeInitializationTaints"].map((p) => {
|
|
1719
|
+
return p;
|
|
1720
|
+
}),
|
|
1457
1721
|
proximityPlacementGroupID: item["proximityPlacementGroupID"],
|
|
1458
1722
|
kubeletConfig: !item["kubeletConfig"]
|
|
1459
1723
|
? item["kubeletConfig"]
|
|
@@ -1485,6 +1749,9 @@ export function managedClusterAgentPoolProfileDeserializer(item) {
|
|
|
1485
1749
|
gatewayProfile: !item["gatewayProfile"]
|
|
1486
1750
|
? item["gatewayProfile"]
|
|
1487
1751
|
: agentPoolGatewayProfileDeserializer(item["gatewayProfile"]),
|
|
1752
|
+
artifactStreamingProfile: !item["artifactStreamingProfile"]
|
|
1753
|
+
? item["artifactStreamingProfile"]
|
|
1754
|
+
: agentPoolArtifactStreamingProfileDeserializer(item["artifactStreamingProfile"]),
|
|
1488
1755
|
virtualMachinesProfile: !item["virtualMachinesProfile"]
|
|
1489
1756
|
? item["virtualMachinesProfile"]
|
|
1490
1757
|
: virtualMachinesProfileDeserializer(item["virtualMachinesProfile"]),
|
|
@@ -1495,6 +1762,9 @@ export function managedClusterAgentPoolProfileDeserializer(item) {
|
|
|
1495
1762
|
localDNSProfile: !item["localDNSProfile"]
|
|
1496
1763
|
? item["localDNSProfile"]
|
|
1497
1764
|
: localDNSProfileDeserializer(item["localDNSProfile"]),
|
|
1765
|
+
nodeCustomizationProfile: !item["nodeCustomizationProfile"]
|
|
1766
|
+
? item["nodeCustomizationProfile"]
|
|
1767
|
+
: nodeCustomizationProfileDeserializer(item["nodeCustomizationProfile"]),
|
|
1498
1768
|
name: item["name"],
|
|
1499
1769
|
};
|
|
1500
1770
|
}
|
|
@@ -1825,6 +2095,10 @@ export function containerServiceNetworkProfileSerializer(item) {
|
|
|
1825
2095
|
: item["ipFamilies"].map((p) => {
|
|
1826
2096
|
return p;
|
|
1827
2097
|
}),
|
|
2098
|
+
podLinkLocalAccess: item["podLinkLocalAccess"],
|
|
2099
|
+
kubeProxyConfig: !item["kubeProxyConfig"]
|
|
2100
|
+
? item["kubeProxyConfig"]
|
|
2101
|
+
: containerServiceNetworkProfileKubeProxyConfigSerializer(item["kubeProxyConfig"]),
|
|
1828
2102
|
};
|
|
1829
2103
|
}
|
|
1830
2104
|
export function containerServiceNetworkProfileDeserializer(item) {
|
|
@@ -1866,6 +2140,10 @@ export function containerServiceNetworkProfileDeserializer(item) {
|
|
|
1866
2140
|
: item["ipFamilies"].map((p) => {
|
|
1867
2141
|
return p;
|
|
1868
2142
|
}),
|
|
2143
|
+
podLinkLocalAccess: item["podLinkLocalAccess"],
|
|
2144
|
+
kubeProxyConfig: !item["kubeProxyConfig"]
|
|
2145
|
+
? item["kubeProxyConfig"]
|
|
2146
|
+
: containerServiceNetworkProfileKubeProxyConfigDeserializer(item["kubeProxyConfig"]),
|
|
1869
2147
|
};
|
|
1870
2148
|
}
|
|
1871
2149
|
/** Network plugin used for building the Kubernetes network. */
|
|
@@ -1989,6 +2267,8 @@ export var KnownTransitEncryptionType;
|
|
|
1989
2267
|
(function (KnownTransitEncryptionType) {
|
|
1990
2268
|
/** Enable WireGuard encryption. Refer to https://docs.cilium.io/en/latest/security/network/encryption-wireguard/ on use cases and implementation details */
|
|
1991
2269
|
KnownTransitEncryptionType["WireGuard"] = "WireGuard";
|
|
2270
|
+
/** Enables mTLS authentication and encryption for pod-to-pod traffic within the cluster. Refer to https://aka.ms/acnsciliummtls for relevant documentation. */
|
|
2271
|
+
KnownTransitEncryptionType["MTLS"] = "mTLS";
|
|
1992
2272
|
/** Disable Transit encryption */
|
|
1993
2273
|
KnownTransitEncryptionType["None"] = "None";
|
|
1994
2274
|
})(KnownTransitEncryptionType || (KnownTransitEncryptionType = {}));
|
|
@@ -2017,6 +2297,8 @@ export var KnownOutboundType;
|
|
|
2017
2297
|
KnownOutboundType["UserDefinedRouting"] = "userDefinedRouting";
|
|
2018
2298
|
/** The AKS-managed NAT gateway is used for egress. */
|
|
2019
2299
|
KnownOutboundType["ManagedNATGateway"] = "managedNATGateway";
|
|
2300
|
+
/** The AKS-managed NAT gateway V2 is used for egress. */
|
|
2301
|
+
KnownOutboundType["ManagedNATGatewayV2"] = "managedNATGatewayV2";
|
|
2020
2302
|
/** The user-assigned NAT gateway associated to the cluster subnet is used for egress. This is an advanced scenario and requires proper network configuration. */
|
|
2021
2303
|
KnownOutboundType["UserAssignedNATGateway"] = "userAssignedNATGateway";
|
|
2022
2304
|
/** 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/ */
|
|
@@ -2045,6 +2327,7 @@ export function managedClusterLoadBalancerProfileSerializer(item) {
|
|
|
2045
2327
|
idleTimeoutInMinutes: item["idleTimeoutInMinutes"],
|
|
2046
2328
|
enableMultipleStandardLoadBalancers: item["enableMultipleStandardLoadBalancers"],
|
|
2047
2329
|
backendPoolType: item["backendPoolType"],
|
|
2330
|
+
clusterServiceLoadBalancerHealthProbeMode: item["clusterServiceLoadBalancerHealthProbeMode"],
|
|
2048
2331
|
};
|
|
2049
2332
|
}
|
|
2050
2333
|
export function managedClusterLoadBalancerProfileDeserializer(item) {
|
|
@@ -2065,6 +2348,7 @@ export function managedClusterLoadBalancerProfileDeserializer(item) {
|
|
|
2065
2348
|
idleTimeoutInMinutes: item["idleTimeoutInMinutes"],
|
|
2066
2349
|
enableMultipleStandardLoadBalancers: item["enableMultipleStandardLoadBalancers"],
|
|
2067
2350
|
backendPoolType: item["backendPoolType"],
|
|
2351
|
+
clusterServiceLoadBalancerHealthProbeMode: item["clusterServiceLoadBalancerHealthProbeMode"],
|
|
2068
2352
|
};
|
|
2069
2353
|
}
|
|
2070
2354
|
export function managedClusterLoadBalancerProfileManagedOutboundIPsSerializer(item) {
|
|
@@ -2130,11 +2414,25 @@ export var KnownBackendPoolType;
|
|
|
2130
2414
|
/** The type of the managed inbound Load Balancer BackendPool. https://cloud-provider-azure.sigs.k8s.io/topics/loadbalancer/#configure-load-balancer-backend. */
|
|
2131
2415
|
KnownBackendPoolType["NodeIP"] = "NodeIP";
|
|
2132
2416
|
})(KnownBackendPoolType || (KnownBackendPoolType = {}));
|
|
2417
|
+
/** The health probing behavior for External Traffic Policy Cluster services. */
|
|
2418
|
+
export var KnownClusterServiceLoadBalancerHealthProbeMode;
|
|
2419
|
+
(function (KnownClusterServiceLoadBalancerHealthProbeMode) {
|
|
2420
|
+
/** Each External Traffic Policy Cluster service will have its own health probe targeting service nodePort. */
|
|
2421
|
+
KnownClusterServiceLoadBalancerHealthProbeMode["ServiceNodePort"] = "ServiceNodePort";
|
|
2422
|
+
/** 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. */
|
|
2423
|
+
KnownClusterServiceLoadBalancerHealthProbeMode["Shared"] = "Shared";
|
|
2424
|
+
})(KnownClusterServiceLoadBalancerHealthProbeMode || (KnownClusterServiceLoadBalancerHealthProbeMode = {}));
|
|
2133
2425
|
export function managedClusterNATGatewayProfileSerializer(item) {
|
|
2134
2426
|
return {
|
|
2135
2427
|
managedOutboundIPProfile: !item["managedOutboundIPProfile"]
|
|
2136
2428
|
? item["managedOutboundIPProfile"]
|
|
2137
2429
|
: managedClusterManagedOutboundIPProfileSerializer(item["managedOutboundIPProfile"]),
|
|
2430
|
+
outboundIPPrefixes: !item["outboundIPPrefixes"]
|
|
2431
|
+
? item["outboundIPPrefixes"]
|
|
2432
|
+
: _managedClusterNATGatewayProfileOutboundIpPrefixesSerializer(item["outboundIPPrefixes"]),
|
|
2433
|
+
outboundIPs: !item["outboundIPs"]
|
|
2434
|
+
? item["outboundIPs"]
|
|
2435
|
+
: _managedClusterNATGatewayProfileOutboundIPsSerializer(item["outboundIPs"]),
|
|
2138
2436
|
idleTimeoutInMinutes: item["idleTimeoutInMinutes"],
|
|
2139
2437
|
};
|
|
2140
2438
|
}
|
|
@@ -2146,15 +2444,58 @@ export function managedClusterNATGatewayProfileDeserializer(item) {
|
|
|
2146
2444
|
effectiveOutboundIPs: !item["effectiveOutboundIPs"]
|
|
2147
2445
|
? item["effectiveOutboundIPs"]
|
|
2148
2446
|
: resourceReferenceArrayDeserializer(item["effectiveOutboundIPs"]),
|
|
2447
|
+
outboundIPPrefixes: !item["outboundIPPrefixes"]
|
|
2448
|
+
? item["outboundIPPrefixes"]
|
|
2449
|
+
: _managedClusterNATGatewayProfileOutboundIpPrefixesDeserializer(item["outboundIPPrefixes"]),
|
|
2450
|
+
outboundIPs: !item["outboundIPs"]
|
|
2451
|
+
? item["outboundIPs"]
|
|
2452
|
+
: _managedClusterNATGatewayProfileOutboundIPsDeserializer(item["outboundIPs"]),
|
|
2149
2453
|
idleTimeoutInMinutes: item["idleTimeoutInMinutes"],
|
|
2150
2454
|
};
|
|
2151
2455
|
}
|
|
2152
2456
|
export function managedClusterManagedOutboundIPProfileSerializer(item) {
|
|
2153
|
-
return { count: item["count"] };
|
|
2457
|
+
return { count: item["count"], countIPv6: item["countIPv6"] };
|
|
2154
2458
|
}
|
|
2155
2459
|
export function managedClusterManagedOutboundIPProfileDeserializer(item) {
|
|
2156
2460
|
return {
|
|
2157
2461
|
count: item["count"],
|
|
2462
|
+
countIPv6: item["countIPv6"],
|
|
2463
|
+
};
|
|
2464
|
+
}
|
|
2465
|
+
export function _managedClusterNATGatewayProfileOutboundIpPrefixesSerializer(item) {
|
|
2466
|
+
return {
|
|
2467
|
+
publicIPPrefixes: !item["publicIPPrefixes"]
|
|
2468
|
+
? item["publicIPPrefixes"]
|
|
2469
|
+
: item["publicIPPrefixes"].map((p) => {
|
|
2470
|
+
return p;
|
|
2471
|
+
}),
|
|
2472
|
+
};
|
|
2473
|
+
}
|
|
2474
|
+
export function _managedClusterNATGatewayProfileOutboundIpPrefixesDeserializer(item) {
|
|
2475
|
+
return {
|
|
2476
|
+
publicIPPrefixes: !item["publicIPPrefixes"]
|
|
2477
|
+
? item["publicIPPrefixes"]
|
|
2478
|
+
: item["publicIPPrefixes"].map((p) => {
|
|
2479
|
+
return p;
|
|
2480
|
+
}),
|
|
2481
|
+
};
|
|
2482
|
+
}
|
|
2483
|
+
export function _managedClusterNATGatewayProfileOutboundIPsSerializer(item) {
|
|
2484
|
+
return {
|
|
2485
|
+
publicIPs: !item["publicIPs"]
|
|
2486
|
+
? item["publicIPs"]
|
|
2487
|
+
: item["publicIPs"].map((p) => {
|
|
2488
|
+
return p;
|
|
2489
|
+
}),
|
|
2490
|
+
};
|
|
2491
|
+
}
|
|
2492
|
+
export function _managedClusterNATGatewayProfileOutboundIPsDeserializer(item) {
|
|
2493
|
+
return {
|
|
2494
|
+
publicIPs: !item["publicIPs"]
|
|
2495
|
+
? item["publicIPs"]
|
|
2496
|
+
: item["publicIPs"].map((p) => {
|
|
2497
|
+
return p;
|
|
2498
|
+
}),
|
|
2158
2499
|
};
|
|
2159
2500
|
}
|
|
2160
2501
|
export function managedClusterStaticEgressGatewayProfileSerializer(item) {
|
|
@@ -2173,6 +2514,66 @@ export var KnownIpFamily;
|
|
|
2173
2514
|
/** IPv6 family */
|
|
2174
2515
|
KnownIpFamily["IPv6"] = "IPv6";
|
|
2175
2516
|
})(KnownIpFamily || (KnownIpFamily = {}));
|
|
2517
|
+
/** 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'. */
|
|
2518
|
+
export var KnownPodLinkLocalAccess;
|
|
2519
|
+
(function (KnownPodLinkLocalAccess) {
|
|
2520
|
+
/** Pods with hostNetwork=false can access Azure Instance Metadata Service (IMDS) without restriction. */
|
|
2521
|
+
KnownPodLinkLocalAccess["Imds"] = "IMDS";
|
|
2522
|
+
/** Pods with hostNetwork=false cannot access Azure Instance Metadata Service (IMDS). */
|
|
2523
|
+
KnownPodLinkLocalAccess["None"] = "None";
|
|
2524
|
+
})(KnownPodLinkLocalAccess || (KnownPodLinkLocalAccess = {}));
|
|
2525
|
+
export function containerServiceNetworkProfileKubeProxyConfigSerializer(item) {
|
|
2526
|
+
return {
|
|
2527
|
+
enabled: item["enabled"],
|
|
2528
|
+
mode: item["mode"],
|
|
2529
|
+
ipvsConfig: !item["ipvsConfig"]
|
|
2530
|
+
? item["ipvsConfig"]
|
|
2531
|
+
: containerServiceNetworkProfileKubeProxyConfigIpvsConfigSerializer(item["ipvsConfig"]),
|
|
2532
|
+
};
|
|
2533
|
+
}
|
|
2534
|
+
export function containerServiceNetworkProfileKubeProxyConfigDeserializer(item) {
|
|
2535
|
+
return {
|
|
2536
|
+
enabled: item["enabled"],
|
|
2537
|
+
mode: item["mode"],
|
|
2538
|
+
ipvsConfig: !item["ipvsConfig"]
|
|
2539
|
+
? item["ipvsConfig"]
|
|
2540
|
+
: containerServiceNetworkProfileKubeProxyConfigIpvsConfigDeserializer(item["ipvsConfig"]),
|
|
2541
|
+
};
|
|
2542
|
+
}
|
|
2543
|
+
/** Specify which proxy mode to use ('IPTABLES', 'IPVS' or 'NFTABLES') */
|
|
2544
|
+
export var KnownMode;
|
|
2545
|
+
(function (KnownMode) {
|
|
2546
|
+
/** IPTables proxy mode */
|
|
2547
|
+
KnownMode["Iptables"] = "IPTABLES";
|
|
2548
|
+
/** IPVS proxy mode. Must be using Kubernetes version >= 1.22. */
|
|
2549
|
+
KnownMode["Ipvs"] = "IPVS";
|
|
2550
|
+
/** NFTables proxy mode. Must be using Kubernetes version >= 1.33. */
|
|
2551
|
+
KnownMode["Nftables"] = "NFTABLES";
|
|
2552
|
+
})(KnownMode || (KnownMode = {}));
|
|
2553
|
+
export function containerServiceNetworkProfileKubeProxyConfigIpvsConfigSerializer(item) {
|
|
2554
|
+
return {
|
|
2555
|
+
scheduler: item["scheduler"],
|
|
2556
|
+
tcpTimeoutSeconds: item["tcpTimeoutSeconds"],
|
|
2557
|
+
tcpFinTimeoutSeconds: item["tcpFinTimeoutSeconds"],
|
|
2558
|
+
udpTimeoutSeconds: item["udpTimeoutSeconds"],
|
|
2559
|
+
};
|
|
2560
|
+
}
|
|
2561
|
+
export function containerServiceNetworkProfileKubeProxyConfigIpvsConfigDeserializer(item) {
|
|
2562
|
+
return {
|
|
2563
|
+
scheduler: item["scheduler"],
|
|
2564
|
+
tcpTimeoutSeconds: item["tcpTimeoutSeconds"],
|
|
2565
|
+
tcpFinTimeoutSeconds: item["tcpFinTimeoutSeconds"],
|
|
2566
|
+
udpTimeoutSeconds: item["udpTimeoutSeconds"],
|
|
2567
|
+
};
|
|
2568
|
+
}
|
|
2569
|
+
/** IPVS scheduler, for more information please see http://www.linuxvirtualserver.org/docs/scheduling.html. */
|
|
2570
|
+
export var KnownIpvsScheduler;
|
|
2571
|
+
(function (KnownIpvsScheduler) {
|
|
2572
|
+
/** Round Robin */
|
|
2573
|
+
KnownIpvsScheduler["RoundRobin"] = "RoundRobin";
|
|
2574
|
+
/** Least Connection */
|
|
2575
|
+
KnownIpvsScheduler["LeastConnection"] = "LeastConnection";
|
|
2576
|
+
})(KnownIpvsScheduler || (KnownIpvsScheduler = {}));
|
|
2176
2577
|
export function managedClusterAADProfileSerializer(item) {
|
|
2177
2578
|
return {
|
|
2178
2579
|
managed: item["managed"],
|
|
@@ -2430,6 +2831,11 @@ export function managedClusterHttpProxyConfigDeserializer(item) {
|
|
|
2430
2831
|
: item["noProxy"].map((p) => {
|
|
2431
2832
|
return p;
|
|
2432
2833
|
}),
|
|
2834
|
+
effectiveNoProxy: !item["effectiveNoProxy"]
|
|
2835
|
+
? item["effectiveNoProxy"]
|
|
2836
|
+
: item["effectiveNoProxy"].map((p) => {
|
|
2837
|
+
return p;
|
|
2838
|
+
}),
|
|
2433
2839
|
trustedCa: item["trustedCa"],
|
|
2434
2840
|
enabled: item["enabled"],
|
|
2435
2841
|
};
|
|
@@ -2442,17 +2848,29 @@ export function managedClusterSecurityProfileSerializer(item) {
|
|
|
2442
2848
|
azureKeyVaultKms: !item["azureKeyVaultKms"]
|
|
2443
2849
|
? item["azureKeyVaultKms"]
|
|
2444
2850
|
: azureKeyVaultKmsSerializer(item["azureKeyVaultKms"]),
|
|
2851
|
+
kubernetesResourceObjectEncryptionProfile: !item["kubernetesResourceObjectEncryptionProfile"]
|
|
2852
|
+
? item["kubernetesResourceObjectEncryptionProfile"]
|
|
2853
|
+
: kubernetesResourceObjectEncryptionProfileSerializer(item["kubernetesResourceObjectEncryptionProfile"]),
|
|
2445
2854
|
workloadIdentity: !item["workloadIdentity"]
|
|
2446
2855
|
? item["workloadIdentity"]
|
|
2447
2856
|
: managedClusterSecurityProfileWorkloadIdentitySerializer(item["workloadIdentity"]),
|
|
2448
2857
|
imageCleaner: !item["imageCleaner"]
|
|
2449
2858
|
? item["imageCleaner"]
|
|
2450
2859
|
: managedClusterSecurityProfileImageCleanerSerializer(item["imageCleaner"]),
|
|
2860
|
+
imageIntegrity: !item["imageIntegrity"]
|
|
2861
|
+
? item["imageIntegrity"]
|
|
2862
|
+
: managedClusterSecurityProfileImageIntegritySerializer(item["imageIntegrity"]),
|
|
2863
|
+
nodeRestriction: !item["nodeRestriction"]
|
|
2864
|
+
? item["nodeRestriction"]
|
|
2865
|
+
: managedClusterSecurityProfileNodeRestrictionSerializer(item["nodeRestriction"]),
|
|
2451
2866
|
customCATrustCertificates: !item["customCATrustCertificates"]
|
|
2452
2867
|
? item["customCATrustCertificates"]
|
|
2453
2868
|
: item["customCATrustCertificates"].map((p) => {
|
|
2454
2869
|
return uint8ArrayToString(p, "base64");
|
|
2455
2870
|
}),
|
|
2871
|
+
serviceAccountImagePullProfile: !item["serviceAccountImagePullProfile"]
|
|
2872
|
+
? item["serviceAccountImagePullProfile"]
|
|
2873
|
+
: serviceAccountImagePullProfileSerializer(item["serviceAccountImagePullProfile"]),
|
|
2456
2874
|
};
|
|
2457
2875
|
}
|
|
2458
2876
|
export function managedClusterSecurityProfileDeserializer(item) {
|
|
@@ -2463,17 +2881,29 @@ export function managedClusterSecurityProfileDeserializer(item) {
|
|
|
2463
2881
|
azureKeyVaultKms: !item["azureKeyVaultKms"]
|
|
2464
2882
|
? item["azureKeyVaultKms"]
|
|
2465
2883
|
: azureKeyVaultKmsDeserializer(item["azureKeyVaultKms"]),
|
|
2884
|
+
kubernetesResourceObjectEncryptionProfile: !item["kubernetesResourceObjectEncryptionProfile"]
|
|
2885
|
+
? item["kubernetesResourceObjectEncryptionProfile"]
|
|
2886
|
+
: kubernetesResourceObjectEncryptionProfileDeserializer(item["kubernetesResourceObjectEncryptionProfile"]),
|
|
2466
2887
|
workloadIdentity: !item["workloadIdentity"]
|
|
2467
2888
|
? item["workloadIdentity"]
|
|
2468
2889
|
: managedClusterSecurityProfileWorkloadIdentityDeserializer(item["workloadIdentity"]),
|
|
2469
2890
|
imageCleaner: !item["imageCleaner"]
|
|
2470
2891
|
? item["imageCleaner"]
|
|
2471
2892
|
: managedClusterSecurityProfileImageCleanerDeserializer(item["imageCleaner"]),
|
|
2893
|
+
imageIntegrity: !item["imageIntegrity"]
|
|
2894
|
+
? item["imageIntegrity"]
|
|
2895
|
+
: managedClusterSecurityProfileImageIntegrityDeserializer(item["imageIntegrity"]),
|
|
2896
|
+
nodeRestriction: !item["nodeRestriction"]
|
|
2897
|
+
? item["nodeRestriction"]
|
|
2898
|
+
: managedClusterSecurityProfileNodeRestrictionDeserializer(item["nodeRestriction"]),
|
|
2472
2899
|
customCATrustCertificates: !item["customCATrustCertificates"]
|
|
2473
2900
|
? item["customCATrustCertificates"]
|
|
2474
2901
|
: item["customCATrustCertificates"].map((p) => {
|
|
2475
2902
|
return typeof p === "string" ? stringToUint8Array(p, "base64") : p;
|
|
2476
2903
|
}),
|
|
2904
|
+
serviceAccountImagePullProfile: !item["serviceAccountImagePullProfile"]
|
|
2905
|
+
? item["serviceAccountImagePullProfile"]
|
|
2906
|
+
: serviceAccountImagePullProfileDeserializer(item["serviceAccountImagePullProfile"]),
|
|
2477
2907
|
};
|
|
2478
2908
|
}
|
|
2479
2909
|
export function managedClusterSecurityProfileDefenderSerializer(item) {
|
|
@@ -2482,6 +2912,9 @@ export function managedClusterSecurityProfileDefenderSerializer(item) {
|
|
|
2482
2912
|
securityMonitoring: !item["securityMonitoring"]
|
|
2483
2913
|
? item["securityMonitoring"]
|
|
2484
2914
|
: managedClusterSecurityProfileDefenderSecurityMonitoringSerializer(item["securityMonitoring"]),
|
|
2915
|
+
securityGating: !item["securityGating"]
|
|
2916
|
+
? item["securityGating"]
|
|
2917
|
+
: managedClusterSecurityProfileDefenderSecurityGatingSerializer(item["securityGating"]),
|
|
2485
2918
|
};
|
|
2486
2919
|
}
|
|
2487
2920
|
export function managedClusterSecurityProfileDefenderDeserializer(item) {
|
|
@@ -2490,6 +2923,9 @@ export function managedClusterSecurityProfileDefenderDeserializer(item) {
|
|
|
2490
2923
|
securityMonitoring: !item["securityMonitoring"]
|
|
2491
2924
|
? item["securityMonitoring"]
|
|
2492
2925
|
: managedClusterSecurityProfileDefenderSecurityMonitoringDeserializer(item["securityMonitoring"]),
|
|
2926
|
+
securityGating: !item["securityGating"]
|
|
2927
|
+
? item["securityGating"]
|
|
2928
|
+
: managedClusterSecurityProfileDefenderSecurityGatingDeserializer(item["securityGating"]),
|
|
2493
2929
|
};
|
|
2494
2930
|
}
|
|
2495
2931
|
export function managedClusterSecurityProfileDefenderSecurityMonitoringSerializer(item) {
|
|
@@ -2500,6 +2936,50 @@ export function managedClusterSecurityProfileDefenderSecurityMonitoringDeseriali
|
|
|
2500
2936
|
enabled: item["enabled"],
|
|
2501
2937
|
};
|
|
2502
2938
|
}
|
|
2939
|
+
export function managedClusterSecurityProfileDefenderSecurityGatingSerializer(item) {
|
|
2940
|
+
return {
|
|
2941
|
+
enabled: item["enabled"],
|
|
2942
|
+
identities: !item["identities"]
|
|
2943
|
+
? item["identities"]
|
|
2944
|
+
: managedClusterSecurityProfileDefenderSecurityGatingIdentitiesItemArraySerializer(item["identities"]),
|
|
2945
|
+
allowSecretAccess: item["allowSecretAccess"],
|
|
2946
|
+
};
|
|
2947
|
+
}
|
|
2948
|
+
export function managedClusterSecurityProfileDefenderSecurityGatingDeserializer(item) {
|
|
2949
|
+
return {
|
|
2950
|
+
enabled: item["enabled"],
|
|
2951
|
+
identities: !item["identities"]
|
|
2952
|
+
? item["identities"]
|
|
2953
|
+
: managedClusterSecurityProfileDefenderSecurityGatingIdentitiesItemArrayDeserializer(item["identities"]),
|
|
2954
|
+
allowSecretAccess: item["allowSecretAccess"],
|
|
2955
|
+
};
|
|
2956
|
+
}
|
|
2957
|
+
export function managedClusterSecurityProfileDefenderSecurityGatingIdentitiesItemArraySerializer(result) {
|
|
2958
|
+
return result.map((item) => {
|
|
2959
|
+
return managedClusterSecurityProfileDefenderSecurityGatingIdentitiesItemSerializer(item);
|
|
2960
|
+
});
|
|
2961
|
+
}
|
|
2962
|
+
export function managedClusterSecurityProfileDefenderSecurityGatingIdentitiesItemArrayDeserializer(result) {
|
|
2963
|
+
return result.map((item) => {
|
|
2964
|
+
return managedClusterSecurityProfileDefenderSecurityGatingIdentitiesItemDeserializer(item);
|
|
2965
|
+
});
|
|
2966
|
+
}
|
|
2967
|
+
export function managedClusterSecurityProfileDefenderSecurityGatingIdentitiesItemSerializer(item) {
|
|
2968
|
+
return {
|
|
2969
|
+
azureContainerRegistry: item["azureContainerRegistry"],
|
|
2970
|
+
identity: !item["identity"]
|
|
2971
|
+
? item["identity"]
|
|
2972
|
+
: userAssignedIdentitySerializer(item["identity"]),
|
|
2973
|
+
};
|
|
2974
|
+
}
|
|
2975
|
+
export function managedClusterSecurityProfileDefenderSecurityGatingIdentitiesItemDeserializer(item) {
|
|
2976
|
+
return {
|
|
2977
|
+
azureContainerRegistry: item["azureContainerRegistry"],
|
|
2978
|
+
identity: !item["identity"]
|
|
2979
|
+
? item["identity"]
|
|
2980
|
+
: userAssignedIdentityDeserializer(item["identity"]),
|
|
2981
|
+
};
|
|
2982
|
+
}
|
|
2503
2983
|
export function azureKeyVaultKmsSerializer(item) {
|
|
2504
2984
|
return {
|
|
2505
2985
|
enabled: item["enabled"],
|
|
@@ -2524,6 +3004,22 @@ export var KnownKeyVaultNetworkAccessTypes;
|
|
|
2524
3004
|
/** Key vault disables public access and enables private link. */
|
|
2525
3005
|
KnownKeyVaultNetworkAccessTypes["Private"] = "Private";
|
|
2526
3006
|
})(KnownKeyVaultNetworkAccessTypes || (KnownKeyVaultNetworkAccessTypes = {}));
|
|
3007
|
+
export function kubernetesResourceObjectEncryptionProfileSerializer(item) {
|
|
3008
|
+
return { infrastructureEncryption: item["infrastructureEncryption"] };
|
|
3009
|
+
}
|
|
3010
|
+
export function kubernetesResourceObjectEncryptionProfileDeserializer(item) {
|
|
3011
|
+
return {
|
|
3012
|
+
infrastructureEncryption: item["infrastructureEncryption"],
|
|
3013
|
+
};
|
|
3014
|
+
}
|
|
3015
|
+
/** 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. */
|
|
3016
|
+
export var KnownInfrastructureEncryption;
|
|
3017
|
+
(function (KnownInfrastructureEncryption) {
|
|
3018
|
+
/** 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. */
|
|
3019
|
+
KnownInfrastructureEncryption["Enabled"] = "Enabled";
|
|
3020
|
+
/** 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. */
|
|
3021
|
+
KnownInfrastructureEncryption["Disabled"] = "Disabled";
|
|
3022
|
+
})(KnownInfrastructureEncryption || (KnownInfrastructureEncryption = {}));
|
|
2527
3023
|
export function managedClusterSecurityProfileWorkloadIdentitySerializer(item) {
|
|
2528
3024
|
return { enabled: item["enabled"] };
|
|
2529
3025
|
}
|
|
@@ -2541,6 +3037,31 @@ export function managedClusterSecurityProfileImageCleanerDeserializer(item) {
|
|
|
2541
3037
|
intervalHours: item["intervalHours"],
|
|
2542
3038
|
};
|
|
2543
3039
|
}
|
|
3040
|
+
export function managedClusterSecurityProfileImageIntegritySerializer(item) {
|
|
3041
|
+
return { enabled: item["enabled"] };
|
|
3042
|
+
}
|
|
3043
|
+
export function managedClusterSecurityProfileImageIntegrityDeserializer(item) {
|
|
3044
|
+
return {
|
|
3045
|
+
enabled: item["enabled"],
|
|
3046
|
+
};
|
|
3047
|
+
}
|
|
3048
|
+
export function managedClusterSecurityProfileNodeRestrictionSerializer(item) {
|
|
3049
|
+
return { enabled: item["enabled"] };
|
|
3050
|
+
}
|
|
3051
|
+
export function managedClusterSecurityProfileNodeRestrictionDeserializer(item) {
|
|
3052
|
+
return {
|
|
3053
|
+
enabled: item["enabled"],
|
|
3054
|
+
};
|
|
3055
|
+
}
|
|
3056
|
+
export function serviceAccountImagePullProfileSerializer(item) {
|
|
3057
|
+
return { enabled: item["enabled"], defaultManagedIdentityId: item["defaultManagedIdentityId"] };
|
|
3058
|
+
}
|
|
3059
|
+
export function serviceAccountImagePullProfileDeserializer(item) {
|
|
3060
|
+
return {
|
|
3061
|
+
enabled: item["enabled"],
|
|
3062
|
+
defaultManagedIdentityId: item["defaultManagedIdentityId"],
|
|
3063
|
+
};
|
|
3064
|
+
}
|
|
2544
3065
|
export function managedClusterStorageProfileSerializer(item) {
|
|
2545
3066
|
return {
|
|
2546
3067
|
diskCSIDriver: !item["diskCSIDriver"]
|
|
@@ -2574,11 +3095,12 @@ export function managedClusterStorageProfileDeserializer(item) {
|
|
|
2574
3095
|
};
|
|
2575
3096
|
}
|
|
2576
3097
|
export function managedClusterStorageProfileDiskCSIDriverSerializer(item) {
|
|
2577
|
-
return { enabled: item["enabled"] };
|
|
3098
|
+
return { enabled: item["enabled"], version: item["version"] };
|
|
2578
3099
|
}
|
|
2579
3100
|
export function managedClusterStorageProfileDiskCSIDriverDeserializer(item) {
|
|
2580
3101
|
return {
|
|
2581
3102
|
enabled: item["enabled"],
|
|
3103
|
+
version: item["version"],
|
|
2582
3104
|
};
|
|
2583
3105
|
}
|
|
2584
3106
|
export function managedClusterStorageProfileFileCSIDriverSerializer(item) {
|
|
@@ -2610,6 +3132,12 @@ export function managedClusterIngressProfileSerializer(item) {
|
|
|
2610
3132
|
webAppRouting: !item["webAppRouting"]
|
|
2611
3133
|
? item["webAppRouting"]
|
|
2612
3134
|
: managedClusterIngressProfileWebAppRoutingSerializer(item["webAppRouting"]),
|
|
3135
|
+
gatewayAPI: !item["gatewayAPI"]
|
|
3136
|
+
? item["gatewayAPI"]
|
|
3137
|
+
: managedClusterIngressProfileGatewayConfigurationSerializer(item["gatewayAPI"]),
|
|
3138
|
+
applicationLoadBalancer: !item["applicationLoadBalancer"]
|
|
3139
|
+
? item["applicationLoadBalancer"]
|
|
3140
|
+
: managedClusterIngressProfileApplicationLoadBalancerSerializer(item["applicationLoadBalancer"]),
|
|
2613
3141
|
};
|
|
2614
3142
|
}
|
|
2615
3143
|
export function managedClusterIngressProfileDeserializer(item) {
|
|
@@ -2617,11 +3145,20 @@ export function managedClusterIngressProfileDeserializer(item) {
|
|
|
2617
3145
|
webAppRouting: !item["webAppRouting"]
|
|
2618
3146
|
? item["webAppRouting"]
|
|
2619
3147
|
: managedClusterIngressProfileWebAppRoutingDeserializer(item["webAppRouting"]),
|
|
3148
|
+
gatewayAPI: !item["gatewayAPI"]
|
|
3149
|
+
? item["gatewayAPI"]
|
|
3150
|
+
: managedClusterIngressProfileGatewayConfigurationDeserializer(item["gatewayAPI"]),
|
|
3151
|
+
applicationLoadBalancer: !item["applicationLoadBalancer"]
|
|
3152
|
+
? item["applicationLoadBalancer"]
|
|
3153
|
+
: managedClusterIngressProfileApplicationLoadBalancerDeserializer(item["applicationLoadBalancer"]),
|
|
2620
3154
|
};
|
|
2621
3155
|
}
|
|
2622
3156
|
export function managedClusterIngressProfileWebAppRoutingSerializer(item) {
|
|
2623
3157
|
return {
|
|
2624
3158
|
enabled: item["enabled"],
|
|
3159
|
+
gatewayAPIImplementations: !item["gatewayAPIImplementations"]
|
|
3160
|
+
? item["gatewayAPIImplementations"]
|
|
3161
|
+
: managedClusterWebAppRoutingGatewayAPIImplementationsSerializer(item["gatewayAPIImplementations"]),
|
|
2625
3162
|
dnsZoneResourceIds: !item["dnsZoneResourceIds"]
|
|
2626
3163
|
? item["dnsZoneResourceIds"]
|
|
2627
3164
|
: item["dnsZoneResourceIds"].map((p) => {
|
|
@@ -2630,11 +3167,17 @@ export function managedClusterIngressProfileWebAppRoutingSerializer(item) {
|
|
|
2630
3167
|
nginx: !item["nginx"]
|
|
2631
3168
|
? item["nginx"]
|
|
2632
3169
|
: managedClusterIngressProfileNginxSerializer(item["nginx"]),
|
|
3170
|
+
defaultDomain: !item["defaultDomain"]
|
|
3171
|
+
? item["defaultDomain"]
|
|
3172
|
+
: managedClusterIngressDefaultDomainProfileSerializer(item["defaultDomain"]),
|
|
2633
3173
|
};
|
|
2634
3174
|
}
|
|
2635
3175
|
export function managedClusterIngressProfileWebAppRoutingDeserializer(item) {
|
|
2636
3176
|
return {
|
|
2637
3177
|
enabled: item["enabled"],
|
|
3178
|
+
gatewayAPIImplementations: !item["gatewayAPIImplementations"]
|
|
3179
|
+
? item["gatewayAPIImplementations"]
|
|
3180
|
+
: managedClusterWebAppRoutingGatewayAPIImplementationsDeserializer(item["gatewayAPIImplementations"]),
|
|
2638
3181
|
dnsZoneResourceIds: !item["dnsZoneResourceIds"]
|
|
2639
3182
|
? item["dnsZoneResourceIds"]
|
|
2640
3183
|
: item["dnsZoneResourceIds"].map((p) => {
|
|
@@ -2646,8 +3189,41 @@ export function managedClusterIngressProfileWebAppRoutingDeserializer(item) {
|
|
|
2646
3189
|
identity: !item["identity"]
|
|
2647
3190
|
? item["identity"]
|
|
2648
3191
|
: userAssignedIdentityDeserializer(item["identity"]),
|
|
3192
|
+
defaultDomain: !item["defaultDomain"]
|
|
3193
|
+
? item["defaultDomain"]
|
|
3194
|
+
: managedClusterIngressDefaultDomainProfileDeserializer(item["defaultDomain"]),
|
|
3195
|
+
};
|
|
3196
|
+
}
|
|
3197
|
+
export function managedClusterWebAppRoutingGatewayAPIImplementationsSerializer(item) {
|
|
3198
|
+
return {
|
|
3199
|
+
appRoutingIstio: !item["appRoutingIstio"]
|
|
3200
|
+
? item["appRoutingIstio"]
|
|
3201
|
+
: managedClusterAppRoutingIstioSerializer(item["appRoutingIstio"]),
|
|
3202
|
+
};
|
|
3203
|
+
}
|
|
3204
|
+
export function managedClusterWebAppRoutingGatewayAPIImplementationsDeserializer(item) {
|
|
3205
|
+
return {
|
|
3206
|
+
appRoutingIstio: !item["appRoutingIstio"]
|
|
3207
|
+
? item["appRoutingIstio"]
|
|
3208
|
+
: managedClusterAppRoutingIstioDeserializer(item["appRoutingIstio"]),
|
|
3209
|
+
};
|
|
3210
|
+
}
|
|
3211
|
+
export function managedClusterAppRoutingIstioSerializer(item) {
|
|
3212
|
+
return { mode: item["mode"] };
|
|
3213
|
+
}
|
|
3214
|
+
export function managedClusterAppRoutingIstioDeserializer(item) {
|
|
3215
|
+
return {
|
|
3216
|
+
mode: item["mode"],
|
|
2649
3217
|
};
|
|
2650
3218
|
}
|
|
3219
|
+
/** Whether to enable Istio as a Gateway API implementation for managed ingress with App Routing. */
|
|
3220
|
+
export var KnownGatewayAPIIstioEnabled;
|
|
3221
|
+
(function (KnownGatewayAPIIstioEnabled) {
|
|
3222
|
+
/** Enables managed ingress via the Gateway API using a sidecar-less Istio controlplane. */
|
|
3223
|
+
KnownGatewayAPIIstioEnabled["Enabled"] = "Enabled";
|
|
3224
|
+
/** Disables the sidecar-less istio control plane for managed ingress via the Gateway API. */
|
|
3225
|
+
KnownGatewayAPIIstioEnabled["Disabled"] = "Disabled";
|
|
3226
|
+
})(KnownGatewayAPIIstioEnabled || (KnownGatewayAPIIstioEnabled = {}));
|
|
2651
3227
|
export function managedClusterIngressProfileNginxSerializer(item) {
|
|
2652
3228
|
return { defaultIngressControllerType: item["defaultIngressControllerType"] };
|
|
2653
3229
|
}
|
|
@@ -2668,6 +3244,42 @@ export var KnownNginxIngressControllerType;
|
|
|
2668
3244
|
/** 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. */
|
|
2669
3245
|
KnownNginxIngressControllerType["None"] = "None";
|
|
2670
3246
|
})(KnownNginxIngressControllerType || (KnownNginxIngressControllerType = {}));
|
|
3247
|
+
export function managedClusterIngressDefaultDomainProfileSerializer(item) {
|
|
3248
|
+
return { enabled: item["enabled"] };
|
|
3249
|
+
}
|
|
3250
|
+
export function managedClusterIngressDefaultDomainProfileDeserializer(item) {
|
|
3251
|
+
return {
|
|
3252
|
+
enabled: item["enabled"],
|
|
3253
|
+
domainName: item["domainName"],
|
|
3254
|
+
};
|
|
3255
|
+
}
|
|
3256
|
+
export function managedClusterIngressProfileGatewayConfigurationSerializer(item) {
|
|
3257
|
+
return { installation: item["installation"] };
|
|
3258
|
+
}
|
|
3259
|
+
export function managedClusterIngressProfileGatewayConfigurationDeserializer(item) {
|
|
3260
|
+
return {
|
|
3261
|
+
installation: item["installation"],
|
|
3262
|
+
};
|
|
3263
|
+
}
|
|
3264
|
+
/** Configuration for the managed Gateway API installation. If not specified, the default is 'Disabled'. See https://aka.ms/k8s-gateway-api for more details. */
|
|
3265
|
+
export var KnownManagedGatewayType;
|
|
3266
|
+
(function (KnownManagedGatewayType) {
|
|
3267
|
+
/** Gateway API CRDs will not be reconciled on your cluster. */
|
|
3268
|
+
KnownManagedGatewayType["Disabled"] = "Disabled";
|
|
3269
|
+
/** 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. */
|
|
3270
|
+
KnownManagedGatewayType["Standard"] = "Standard";
|
|
3271
|
+
})(KnownManagedGatewayType || (KnownManagedGatewayType = {}));
|
|
3272
|
+
export function managedClusterIngressProfileApplicationLoadBalancerSerializer(item) {
|
|
3273
|
+
return { enabled: item["enabled"] };
|
|
3274
|
+
}
|
|
3275
|
+
export function managedClusterIngressProfileApplicationLoadBalancerDeserializer(item) {
|
|
3276
|
+
return {
|
|
3277
|
+
enabled: item["enabled"],
|
|
3278
|
+
identity: !item["identity"]
|
|
3279
|
+
? item["identity"]
|
|
3280
|
+
: userAssignedIdentityDeserializer(item["identity"]),
|
|
3281
|
+
};
|
|
3282
|
+
}
|
|
2671
3283
|
/** PublicNetworkAccess of the managedCluster. Allow or deny public network access for AKS */
|
|
2672
3284
|
export var KnownPublicNetworkAccess;
|
|
2673
3285
|
(function (KnownPublicNetworkAccess) {
|
|
@@ -2675,6 +3287,8 @@ export var KnownPublicNetworkAccess;
|
|
|
2675
3287
|
KnownPublicNetworkAccess["Enabled"] = "Enabled";
|
|
2676
3288
|
/** Inbound traffic to managedCluster is disabled, traffic from managedCluster is allowed. */
|
|
2677
3289
|
KnownPublicNetworkAccess["Disabled"] = "Disabled";
|
|
3290
|
+
/** Inbound/Outbound traffic is managed by Microsoft.Network/NetworkSecurityPerimeters. */
|
|
3291
|
+
KnownPublicNetworkAccess["SecuredByPerimeter"] = "SecuredByPerimeter";
|
|
2678
3292
|
})(KnownPublicNetworkAccess || (KnownPublicNetworkAccess = {}));
|
|
2679
3293
|
export function managedClusterWorkloadAutoScalerProfileSerializer(item) {
|
|
2680
3294
|
return {
|
|
@@ -2705,18 +3319,33 @@ export function managedClusterWorkloadAutoScalerProfileKedaDeserializer(item) {
|
|
|
2705
3319
|
};
|
|
2706
3320
|
}
|
|
2707
3321
|
export function managedClusterWorkloadAutoScalerProfileVerticalPodAutoscalerSerializer(item) {
|
|
2708
|
-
return { enabled: item["enabled"] };
|
|
3322
|
+
return { enabled: item["enabled"], addonAutoscaling: item["addonAutoscaling"] };
|
|
2709
3323
|
}
|
|
2710
3324
|
export function managedClusterWorkloadAutoScalerProfileVerticalPodAutoscalerDeserializer(item) {
|
|
2711
3325
|
return {
|
|
2712
3326
|
enabled: item["enabled"],
|
|
3327
|
+
addonAutoscaling: item["addonAutoscaling"],
|
|
2713
3328
|
};
|
|
2714
3329
|
}
|
|
3330
|
+
/** Whether VPA add-on is enabled and configured to scale AKS-managed add-ons. */
|
|
3331
|
+
export var KnownAddonAutoscaling;
|
|
3332
|
+
(function (KnownAddonAutoscaling) {
|
|
3333
|
+
/** Feature to autoscale AKS-managed add-ons is enabled. The default VPA update mode is Initial mode. */
|
|
3334
|
+
KnownAddonAutoscaling["Enabled"] = "Enabled";
|
|
3335
|
+
/** Feature to autoscale AKS-managed add-ons is disabled. */
|
|
3336
|
+
KnownAddonAutoscaling["Disabled"] = "Disabled";
|
|
3337
|
+
})(KnownAddonAutoscaling || (KnownAddonAutoscaling = {}));
|
|
2715
3338
|
export function managedClusterAzureMonitorProfileSerializer(item) {
|
|
2716
3339
|
return {
|
|
2717
3340
|
metrics: !item["metrics"]
|
|
2718
3341
|
? item["metrics"]
|
|
2719
3342
|
: managedClusterAzureMonitorProfileMetricsSerializer(item["metrics"]),
|
|
3343
|
+
containerInsights: !item["containerInsights"]
|
|
3344
|
+
? item["containerInsights"]
|
|
3345
|
+
: managedClusterAzureMonitorProfileContainerInsightsSerializer(item["containerInsights"]),
|
|
3346
|
+
appMonitoring: !item["appMonitoring"]
|
|
3347
|
+
? item["appMonitoring"]
|
|
3348
|
+
: managedClusterAzureMonitorProfileAppMonitoringSerializer(item["appMonitoring"]),
|
|
2720
3349
|
};
|
|
2721
3350
|
}
|
|
2722
3351
|
export function managedClusterAzureMonitorProfileDeserializer(item) {
|
|
@@ -2724,6 +3353,12 @@ export function managedClusterAzureMonitorProfileDeserializer(item) {
|
|
|
2724
3353
|
metrics: !item["metrics"]
|
|
2725
3354
|
? item["metrics"]
|
|
2726
3355
|
: managedClusterAzureMonitorProfileMetricsDeserializer(item["metrics"]),
|
|
3356
|
+
containerInsights: !item["containerInsights"]
|
|
3357
|
+
? item["containerInsights"]
|
|
3358
|
+
: managedClusterAzureMonitorProfileContainerInsightsDeserializer(item["containerInsights"]),
|
|
3359
|
+
appMonitoring: !item["appMonitoring"]
|
|
3360
|
+
? item["appMonitoring"]
|
|
3361
|
+
: managedClusterAzureMonitorProfileAppMonitoringDeserializer(item["appMonitoring"]),
|
|
2727
3362
|
};
|
|
2728
3363
|
}
|
|
2729
3364
|
export function managedClusterAzureMonitorProfileMetricsSerializer(item) {
|
|
@@ -2754,6 +3389,86 @@ export function managedClusterAzureMonitorProfileKubeStateMetricsDeserializer(it
|
|
|
2754
3389
|
metricAnnotationsAllowList: item["metricAnnotationsAllowList"],
|
|
2755
3390
|
};
|
|
2756
3391
|
}
|
|
3392
|
+
export function managedClusterAzureMonitorProfileContainerInsightsSerializer(item) {
|
|
3393
|
+
return {
|
|
3394
|
+
enabled: item["enabled"],
|
|
3395
|
+
logAnalyticsWorkspaceResourceId: item["logAnalyticsWorkspaceResourceId"],
|
|
3396
|
+
syslogPort: item["syslogPort"],
|
|
3397
|
+
disableCustomMetrics: item["disableCustomMetrics"],
|
|
3398
|
+
disablePrometheusMetricsScraping: item["disablePrometheusMetricsScraping"],
|
|
3399
|
+
containerNetworkLogs: item["containerNetworkLogs"],
|
|
3400
|
+
};
|
|
3401
|
+
}
|
|
3402
|
+
export function managedClusterAzureMonitorProfileContainerInsightsDeserializer(item) {
|
|
3403
|
+
return {
|
|
3404
|
+
enabled: item["enabled"],
|
|
3405
|
+
logAnalyticsWorkspaceResourceId: item["logAnalyticsWorkspaceResourceId"],
|
|
3406
|
+
syslogPort: item["syslogPort"],
|
|
3407
|
+
disableCustomMetrics: item["disableCustomMetrics"],
|
|
3408
|
+
disablePrometheusMetricsScraping: item["disablePrometheusMetricsScraping"],
|
|
3409
|
+
containerNetworkLogs: item["containerNetworkLogs"],
|
|
3410
|
+
};
|
|
3411
|
+
}
|
|
3412
|
+
/** 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. */
|
|
3413
|
+
export var KnownContainerNetworkLogs;
|
|
3414
|
+
(function (KnownContainerNetworkLogs) {
|
|
3415
|
+
/** Azure monitor ingestion of container network logs is disabled */
|
|
3416
|
+
KnownContainerNetworkLogs["Disabled"] = "Disabled";
|
|
3417
|
+
/** Azure monitor ingestion of container network logs is enabled */
|
|
3418
|
+
KnownContainerNetworkLogs["Enabled"] = "Enabled";
|
|
3419
|
+
})(KnownContainerNetworkLogs || (KnownContainerNetworkLogs = {}));
|
|
3420
|
+
export function managedClusterAzureMonitorProfileAppMonitoringSerializer(item) {
|
|
3421
|
+
return {
|
|
3422
|
+
autoInstrumentation: !item["autoInstrumentation"]
|
|
3423
|
+
? item["autoInstrumentation"]
|
|
3424
|
+
: managedClusterAzureMonitorProfileAppMonitoringAutoInstrumentationSerializer(item["autoInstrumentation"]),
|
|
3425
|
+
openTelemetryMetrics: !item["openTelemetryMetrics"]
|
|
3426
|
+
? item["openTelemetryMetrics"]
|
|
3427
|
+
: managedClusterAzureMonitorProfileAppMonitoringOpenTelemetryMetricsSerializer(item["openTelemetryMetrics"]),
|
|
3428
|
+
openTelemetryLogs: !item["openTelemetryLogs"]
|
|
3429
|
+
? item["openTelemetryLogs"]
|
|
3430
|
+
: managedClusterAzureMonitorProfileAppMonitoringOpenTelemetryLogsSerializer(item["openTelemetryLogs"]),
|
|
3431
|
+
};
|
|
3432
|
+
}
|
|
3433
|
+
export function managedClusterAzureMonitorProfileAppMonitoringDeserializer(item) {
|
|
3434
|
+
return {
|
|
3435
|
+
autoInstrumentation: !item["autoInstrumentation"]
|
|
3436
|
+
? item["autoInstrumentation"]
|
|
3437
|
+
: managedClusterAzureMonitorProfileAppMonitoringAutoInstrumentationDeserializer(item["autoInstrumentation"]),
|
|
3438
|
+
openTelemetryMetrics: !item["openTelemetryMetrics"]
|
|
3439
|
+
? item["openTelemetryMetrics"]
|
|
3440
|
+
: managedClusterAzureMonitorProfileAppMonitoringOpenTelemetryMetricsDeserializer(item["openTelemetryMetrics"]),
|
|
3441
|
+
openTelemetryLogs: !item["openTelemetryLogs"]
|
|
3442
|
+
? item["openTelemetryLogs"]
|
|
3443
|
+
: managedClusterAzureMonitorProfileAppMonitoringOpenTelemetryLogsDeserializer(item["openTelemetryLogs"]),
|
|
3444
|
+
};
|
|
3445
|
+
}
|
|
3446
|
+
export function managedClusterAzureMonitorProfileAppMonitoringAutoInstrumentationSerializer(item) {
|
|
3447
|
+
return { enabled: item["enabled"] };
|
|
3448
|
+
}
|
|
3449
|
+
export function managedClusterAzureMonitorProfileAppMonitoringAutoInstrumentationDeserializer(item) {
|
|
3450
|
+
return {
|
|
3451
|
+
enabled: item["enabled"],
|
|
3452
|
+
};
|
|
3453
|
+
}
|
|
3454
|
+
export function managedClusterAzureMonitorProfileAppMonitoringOpenTelemetryMetricsSerializer(item) {
|
|
3455
|
+
return { enabled: item["enabled"], port: item["port"] };
|
|
3456
|
+
}
|
|
3457
|
+
export function managedClusterAzureMonitorProfileAppMonitoringOpenTelemetryMetricsDeserializer(item) {
|
|
3458
|
+
return {
|
|
3459
|
+
enabled: item["enabled"],
|
|
3460
|
+
port: item["port"],
|
|
3461
|
+
};
|
|
3462
|
+
}
|
|
3463
|
+
export function managedClusterAzureMonitorProfileAppMonitoringOpenTelemetryLogsSerializer(item) {
|
|
3464
|
+
return { enabled: item["enabled"], port: item["port"] };
|
|
3465
|
+
}
|
|
3466
|
+
export function managedClusterAzureMonitorProfileAppMonitoringOpenTelemetryLogsDeserializer(item) {
|
|
3467
|
+
return {
|
|
3468
|
+
enabled: item["enabled"],
|
|
3469
|
+
port: item["port"],
|
|
3470
|
+
};
|
|
3471
|
+
}
|
|
2757
3472
|
export function serviceMeshProfileSerializer(item) {
|
|
2758
3473
|
return {
|
|
2759
3474
|
mode: item["mode"],
|
|
@@ -2994,6 +3709,70 @@ export function managedClusterAIToolchainOperatorProfileDeserializer(item) {
|
|
|
2994
3709
|
enabled: item["enabled"],
|
|
2995
3710
|
};
|
|
2996
3711
|
}
|
|
3712
|
+
export function schedulerProfileSerializer(item) {
|
|
3713
|
+
return {
|
|
3714
|
+
schedulerInstanceProfiles: !item["schedulerInstanceProfiles"]
|
|
3715
|
+
? item["schedulerInstanceProfiles"]
|
|
3716
|
+
: schedulerProfileSchedulerInstanceProfilesSerializer(item["schedulerInstanceProfiles"]),
|
|
3717
|
+
};
|
|
3718
|
+
}
|
|
3719
|
+
export function schedulerProfileDeserializer(item) {
|
|
3720
|
+
return {
|
|
3721
|
+
schedulerInstanceProfiles: !item["schedulerInstanceProfiles"]
|
|
3722
|
+
? item["schedulerInstanceProfiles"]
|
|
3723
|
+
: schedulerProfileSchedulerInstanceProfilesDeserializer(item["schedulerInstanceProfiles"]),
|
|
3724
|
+
};
|
|
3725
|
+
}
|
|
3726
|
+
export function schedulerProfileSchedulerInstanceProfilesSerializer(item) {
|
|
3727
|
+
return {
|
|
3728
|
+
upstream: !item["upstream"]
|
|
3729
|
+
? item["upstream"]
|
|
3730
|
+
: schedulerInstanceProfileSerializer(item["upstream"]),
|
|
3731
|
+
};
|
|
3732
|
+
}
|
|
3733
|
+
export function schedulerProfileSchedulerInstanceProfilesDeserializer(item) {
|
|
3734
|
+
return {
|
|
3735
|
+
upstream: !item["upstream"]
|
|
3736
|
+
? item["upstream"]
|
|
3737
|
+
: schedulerInstanceProfileDeserializer(item["upstream"]),
|
|
3738
|
+
};
|
|
3739
|
+
}
|
|
3740
|
+
export function schedulerInstanceProfileSerializer(item) {
|
|
3741
|
+
return { schedulerConfigMode: item["schedulerConfigMode"] };
|
|
3742
|
+
}
|
|
3743
|
+
export function schedulerInstanceProfileDeserializer(item) {
|
|
3744
|
+
return {
|
|
3745
|
+
schedulerConfigMode: item["schedulerConfigMode"],
|
|
3746
|
+
};
|
|
3747
|
+
}
|
|
3748
|
+
/** The config customization mode for this scheduler instance. */
|
|
3749
|
+
export var KnownSchedulerConfigMode;
|
|
3750
|
+
(function (KnownSchedulerConfigMode) {
|
|
3751
|
+
/** No config customization. Use default configuration. */
|
|
3752
|
+
KnownSchedulerConfigMode["Default"] = "Default";
|
|
3753
|
+
/** Enable config customization. Customer can specify scheduler configuration via a CRD. See aka.ms/aks/scheduler-crd for details. */
|
|
3754
|
+
KnownSchedulerConfigMode["ManagedByCRD"] = "ManagedByCRD";
|
|
3755
|
+
})(KnownSchedulerConfigMode || (KnownSchedulerConfigMode = {}));
|
|
3756
|
+
export function managedClusterHostedSystemProfileSerializer(item) {
|
|
3757
|
+
return { enabled: item["enabled"] };
|
|
3758
|
+
}
|
|
3759
|
+
export function managedClusterHostedSystemProfileDeserializer(item) {
|
|
3760
|
+
return {
|
|
3761
|
+
enabled: item["enabled"],
|
|
3762
|
+
};
|
|
3763
|
+
}
|
|
3764
|
+
export function managedClusterHealthMonitorProfileSerializer(item) {
|
|
3765
|
+
return {
|
|
3766
|
+
enableContinuousControlPlaneAndAddonMonitor: item["enableContinuousControlPlaneAndAddonMonitor"],
|
|
3767
|
+
enableOnDemandMonitor: item["enableOnDemandMonitor"],
|
|
3768
|
+
};
|
|
3769
|
+
}
|
|
3770
|
+
export function managedClusterHealthMonitorProfileDeserializer(item) {
|
|
3771
|
+
return {
|
|
3772
|
+
enableContinuousControlPlaneAndAddonMonitor: item["enableContinuousControlPlaneAndAddonMonitor"],
|
|
3773
|
+
enableOnDemandMonitor: item["enableOnDemandMonitor"],
|
|
3774
|
+
};
|
|
3775
|
+
}
|
|
2997
3776
|
export function managedClusterStatusSerializer(item) {
|
|
2998
3777
|
return item;
|
|
2999
3778
|
}
|
|
@@ -3287,6 +4066,15 @@ export function endpointDetailDeserializer(item) {
|
|
|
3287
4066
|
description: item["description"],
|
|
3288
4067
|
};
|
|
3289
4068
|
}
|
|
4069
|
+
export function rebalanceLoadBalancersRequestBodySerializer(item) {
|
|
4070
|
+
return {
|
|
4071
|
+
loadBalancerNames: !item["loadBalancerNames"]
|
|
4072
|
+
? item["loadBalancerNames"]
|
|
4073
|
+
: item["loadBalancerNames"].map((p) => {
|
|
4074
|
+
return p;
|
|
4075
|
+
}),
|
|
4076
|
+
};
|
|
4077
|
+
}
|
|
3290
4078
|
export function managedClusterUpgradeProfileDeserializer(item) {
|
|
3291
4079
|
return {
|
|
3292
4080
|
id: item["id"],
|
|
@@ -3312,6 +4100,9 @@ export function managedClusterPoolUpgradeProfileDeserializer(item) {
|
|
|
3312
4100
|
upgrades: !item["upgrades"]
|
|
3313
4101
|
? item["upgrades"]
|
|
3314
4102
|
: managedClusterPoolUpgradeProfileUpgradesItemArrayDeserializer(item["upgrades"]),
|
|
4103
|
+
componentsByReleases: !item["componentsByReleases"]
|
|
4104
|
+
? item["componentsByReleases"]
|
|
4105
|
+
: componentsByReleaseArrayDeserializer(item["componentsByReleases"]),
|
|
3315
4106
|
};
|
|
3316
4107
|
}
|
|
3317
4108
|
export function managedClusterPoolUpgradeProfileUpgradesItemArrayDeserializer(result) {
|
|
@@ -3323,6 +4114,7 @@ export function managedClusterPoolUpgradeProfileUpgradesItemDeserializer(item) {
|
|
|
3323
4114
|
return {
|
|
3324
4115
|
kubernetesVersion: item["kubernetesVersion"],
|
|
3325
4116
|
isPreview: item["isPreview"],
|
|
4117
|
+
isOutOfSupport: item["isOutOfSupport"],
|
|
3326
4118
|
};
|
|
3327
4119
|
}
|
|
3328
4120
|
export function managedClusterPoolUpgradeProfileArrayDeserializer(result) {
|
|
@@ -3330,6 +4122,78 @@ export function managedClusterPoolUpgradeProfileArrayDeserializer(result) {
|
|
|
3330
4122
|
return managedClusterPoolUpgradeProfileDeserializer(item);
|
|
3331
4123
|
});
|
|
3332
4124
|
}
|
|
4125
|
+
export function guardrailsAvailableVersionDeserializer(item) {
|
|
4126
|
+
return {
|
|
4127
|
+
id: item["id"],
|
|
4128
|
+
name: item["name"],
|
|
4129
|
+
type: item["type"],
|
|
4130
|
+
systemData: !item["systemData"]
|
|
4131
|
+
? item["systemData"]
|
|
4132
|
+
: systemDataDeserializer(item["systemData"]),
|
|
4133
|
+
properties: guardrailsAvailableVersionsPropertiesDeserializer(item["properties"]),
|
|
4134
|
+
};
|
|
4135
|
+
}
|
|
4136
|
+
export function guardrailsAvailableVersionsPropertiesDeserializer(item) {
|
|
4137
|
+
return {
|
|
4138
|
+
isDefaultVersion: item["isDefaultVersion"],
|
|
4139
|
+
support: item["support"],
|
|
4140
|
+
};
|
|
4141
|
+
}
|
|
4142
|
+
/** Whether the version is preview or stable. */
|
|
4143
|
+
export var KnownGuardrailsSupport;
|
|
4144
|
+
(function (KnownGuardrailsSupport) {
|
|
4145
|
+
/** 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. */
|
|
4146
|
+
KnownGuardrailsSupport["Preview"] = "Preview";
|
|
4147
|
+
/** The version is stable and can be used on critical production clusters. */
|
|
4148
|
+
KnownGuardrailsSupport["Stable"] = "Stable";
|
|
4149
|
+
})(KnownGuardrailsSupport || (KnownGuardrailsSupport = {}));
|
|
4150
|
+
export function _guardrailsAvailableVersionsListDeserializer(item) {
|
|
4151
|
+
return {
|
|
4152
|
+
value: guardrailsAvailableVersionArrayDeserializer(item["value"]),
|
|
4153
|
+
nextLink: item["nextLink"],
|
|
4154
|
+
};
|
|
4155
|
+
}
|
|
4156
|
+
export function guardrailsAvailableVersionArrayDeserializer(result) {
|
|
4157
|
+
return result.map((item) => {
|
|
4158
|
+
return guardrailsAvailableVersionDeserializer(item);
|
|
4159
|
+
});
|
|
4160
|
+
}
|
|
4161
|
+
export function safeguardsAvailableVersionDeserializer(item) {
|
|
4162
|
+
return {
|
|
4163
|
+
id: item["id"],
|
|
4164
|
+
name: item["name"],
|
|
4165
|
+
type: item["type"],
|
|
4166
|
+
systemData: !item["systemData"]
|
|
4167
|
+
? item["systemData"]
|
|
4168
|
+
: systemDataDeserializer(item["systemData"]),
|
|
4169
|
+
properties: safeguardsAvailableVersionsPropertiesDeserializer(item["properties"]),
|
|
4170
|
+
};
|
|
4171
|
+
}
|
|
4172
|
+
export function safeguardsAvailableVersionsPropertiesDeserializer(item) {
|
|
4173
|
+
return {
|
|
4174
|
+
isDefaultVersion: item["isDefaultVersion"],
|
|
4175
|
+
support: item["support"],
|
|
4176
|
+
};
|
|
4177
|
+
}
|
|
4178
|
+
/** Whether the version is preview or stable. */
|
|
4179
|
+
export var KnownSafeguardsSupport;
|
|
4180
|
+
(function (KnownSafeguardsSupport) {
|
|
4181
|
+
/** 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. */
|
|
4182
|
+
KnownSafeguardsSupport["Preview"] = "Preview";
|
|
4183
|
+
/** The version is stable and can be used on critical production clusters. */
|
|
4184
|
+
KnownSafeguardsSupport["Stable"] = "Stable";
|
|
4185
|
+
})(KnownSafeguardsSupport || (KnownSafeguardsSupport = {}));
|
|
4186
|
+
export function _safeguardsAvailableVersionsListDeserializer(item) {
|
|
4187
|
+
return {
|
|
4188
|
+
value: safeguardsAvailableVersionArrayDeserializer(item["value"]),
|
|
4189
|
+
nextLink: item["nextLink"],
|
|
4190
|
+
};
|
|
4191
|
+
}
|
|
4192
|
+
export function safeguardsAvailableVersionArrayDeserializer(result) {
|
|
4193
|
+
return result.map((item) => {
|
|
4194
|
+
return safeguardsAvailableVersionDeserializer(item);
|
|
4195
|
+
});
|
|
4196
|
+
}
|
|
3333
4197
|
export function meshRevisionProfileDeserializer(item) {
|
|
3334
4198
|
return {
|
|
3335
4199
|
id: item["id"],
|
|
@@ -3883,6 +4747,13 @@ export function managedNamespaceArrayDeserializer(result) {
|
|
|
3883
4747
|
return managedNamespaceDeserializer(item);
|
|
3884
4748
|
});
|
|
3885
4749
|
}
|
|
4750
|
+
export function machineSerializer(item) {
|
|
4751
|
+
return {
|
|
4752
|
+
properties: !item["properties"]
|
|
4753
|
+
? item["properties"]
|
|
4754
|
+
: machinePropertiesSerializer(item["properties"]),
|
|
4755
|
+
};
|
|
4756
|
+
}
|
|
3886
4757
|
export function machineDeserializer(item) {
|
|
3887
4758
|
return {
|
|
3888
4759
|
id: item["id"],
|
|
@@ -3901,12 +4772,64 @@ export function machineDeserializer(item) {
|
|
|
3901
4772
|
}),
|
|
3902
4773
|
};
|
|
3903
4774
|
}
|
|
4775
|
+
export function machinePropertiesSerializer(item) {
|
|
4776
|
+
return {
|
|
4777
|
+
hardware: !item["hardware"]
|
|
4778
|
+
? item["hardware"]
|
|
4779
|
+
: machineHardwareProfileSerializer(item["hardware"]),
|
|
4780
|
+
operatingSystem: !item["operatingSystem"]
|
|
4781
|
+
? item["operatingSystem"]
|
|
4782
|
+
: machineOSProfileSerializer(item["operatingSystem"]),
|
|
4783
|
+
kubernetes: !item["kubernetes"]
|
|
4784
|
+
? item["kubernetes"]
|
|
4785
|
+
: machineKubernetesProfileSerializer(item["kubernetes"]),
|
|
4786
|
+
mode: item["mode"],
|
|
4787
|
+
security: !item["security"]
|
|
4788
|
+
? item["security"]
|
|
4789
|
+
: machineSecurityProfileSerializer(item["security"]),
|
|
4790
|
+
priority: item["priority"],
|
|
4791
|
+
evictionPolicy: item["evictionPolicy"],
|
|
4792
|
+
billing: !item["billing"] ? item["billing"] : machineBillingProfileSerializer(item["billing"]),
|
|
4793
|
+
tags: item["tags"],
|
|
4794
|
+
localDNSProfile: !item["localDNSProfile"]
|
|
4795
|
+
? item["localDNSProfile"]
|
|
4796
|
+
: localDNSProfileSerializer(item["localDNSProfile"]),
|
|
4797
|
+
};
|
|
4798
|
+
}
|
|
3904
4799
|
export function machinePropertiesDeserializer(item) {
|
|
3905
4800
|
return {
|
|
3906
4801
|
network: !item["network"]
|
|
3907
4802
|
? item["network"]
|
|
3908
4803
|
: machineNetworkPropertiesDeserializer(item["network"]),
|
|
3909
4804
|
resourceId: item["resourceId"],
|
|
4805
|
+
hardware: !item["hardware"]
|
|
4806
|
+
? item["hardware"]
|
|
4807
|
+
: machineHardwareProfileDeserializer(item["hardware"]),
|
|
4808
|
+
operatingSystem: !item["operatingSystem"]
|
|
4809
|
+
? item["operatingSystem"]
|
|
4810
|
+
: machineOSProfileDeserializer(item["operatingSystem"]),
|
|
4811
|
+
kubernetes: !item["kubernetes"]
|
|
4812
|
+
? item["kubernetes"]
|
|
4813
|
+
: machineKubernetesProfileDeserializer(item["kubernetes"]),
|
|
4814
|
+
mode: item["mode"],
|
|
4815
|
+
security: !item["security"]
|
|
4816
|
+
? item["security"]
|
|
4817
|
+
: machineSecurityProfileDeserializer(item["security"]),
|
|
4818
|
+
priority: item["priority"],
|
|
4819
|
+
evictionPolicy: item["evictionPolicy"],
|
|
4820
|
+
billing: !item["billing"]
|
|
4821
|
+
? item["billing"]
|
|
4822
|
+
: machineBillingProfileDeserializer(item["billing"]),
|
|
4823
|
+
nodeImageVersion: item["nodeImageVersion"],
|
|
4824
|
+
provisioningState: item["provisioningState"],
|
|
4825
|
+
tags: !item["tags"]
|
|
4826
|
+
? item["tags"]
|
|
4827
|
+
: Object.fromEntries(Object.entries(item["tags"]).map(([k, p]) => [k, p])),
|
|
4828
|
+
eTag: item["eTag"],
|
|
4829
|
+
status: !item["status"] ? item["status"] : machineStatusDeserializer(item["status"]),
|
|
4830
|
+
localDNSProfile: !item["localDNSProfile"]
|
|
4831
|
+
? item["localDNSProfile"]
|
|
4832
|
+
: localDNSProfileDeserializer(item["localDNSProfile"]),
|
|
3910
4833
|
};
|
|
3911
4834
|
}
|
|
3912
4835
|
export function machineNetworkPropertiesDeserializer(item) {
|
|
@@ -3914,6 +4837,13 @@ export function machineNetworkPropertiesDeserializer(item) {
|
|
|
3914
4837
|
ipAddresses: !item["ipAddresses"]
|
|
3915
4838
|
? item["ipAddresses"]
|
|
3916
4839
|
: machineIpAddressArrayDeserializer(item["ipAddresses"]),
|
|
4840
|
+
vnetSubnetID: item["vnetSubnetID"],
|
|
4841
|
+
podSubnetID: item["podSubnetID"],
|
|
4842
|
+
enableNodePublicIP: item["enableNodePublicIP"],
|
|
4843
|
+
nodePublicIPPrefixID: item["nodePublicIPPrefixID"],
|
|
4844
|
+
nodePublicIPTags: !item["nodePublicIPTags"]
|
|
4845
|
+
? item["nodePublicIPTags"]
|
|
4846
|
+
: ipTagArrayDeserializer(item["nodePublicIPTags"]),
|
|
3917
4847
|
};
|
|
3918
4848
|
}
|
|
3919
4849
|
export function machineIpAddressArrayDeserializer(result) {
|
|
@@ -3927,12 +4857,188 @@ export function machineIpAddressDeserializer(item) {
|
|
|
3927
4857
|
ip: item["ip"],
|
|
3928
4858
|
};
|
|
3929
4859
|
}
|
|
4860
|
+
export function machineHardwareProfileSerializer(item) {
|
|
4861
|
+
return {
|
|
4862
|
+
vmSize: item["vmSize"],
|
|
4863
|
+
gpuInstanceProfile: item["gpuInstanceProfile"],
|
|
4864
|
+
gpuProfile: !item["gpuProfile"] ? item["gpuProfile"] : gpuProfileSerializer(item["gpuProfile"]),
|
|
4865
|
+
ultraSsdEnabled: item["ultraSsdEnabled"],
|
|
4866
|
+
};
|
|
4867
|
+
}
|
|
4868
|
+
export function machineHardwareProfileDeserializer(item) {
|
|
4869
|
+
return {
|
|
4870
|
+
vmSize: item["vmSize"],
|
|
4871
|
+
gpuInstanceProfile: item["gpuInstanceProfile"],
|
|
4872
|
+
gpuProfile: !item["gpuProfile"]
|
|
4873
|
+
? item["gpuProfile"]
|
|
4874
|
+
: gpuProfileDeserializer(item["gpuProfile"]),
|
|
4875
|
+
ultraSsdEnabled: item["ultraSsdEnabled"],
|
|
4876
|
+
};
|
|
4877
|
+
}
|
|
4878
|
+
export function machineOSProfileSerializer(item) {
|
|
4879
|
+
return {
|
|
4880
|
+
osType: item["osType"],
|
|
4881
|
+
osSKU: item["osSKU"],
|
|
4882
|
+
osDiskSizeGB: item["osDiskSizeGB"],
|
|
4883
|
+
osDiskType: item["osDiskType"],
|
|
4884
|
+
enableFIPS: item["enableFips"],
|
|
4885
|
+
linuxProfile: !item["linuxProfile"]
|
|
4886
|
+
? item["linuxProfile"]
|
|
4887
|
+
: machineOSProfileLinuxProfileSerializer(item["linuxProfile"]),
|
|
4888
|
+
windowsProfile: !item["windowsProfile"]
|
|
4889
|
+
? item["windowsProfile"]
|
|
4890
|
+
: agentPoolWindowsProfileSerializer(item["windowsProfile"]),
|
|
4891
|
+
};
|
|
4892
|
+
}
|
|
4893
|
+
export function machineOSProfileDeserializer(item) {
|
|
4894
|
+
return {
|
|
4895
|
+
osType: item["osType"],
|
|
4896
|
+
osSKU: item["osSKU"],
|
|
4897
|
+
osDiskSizeGB: item["osDiskSizeGB"],
|
|
4898
|
+
osDiskType: item["osDiskType"],
|
|
4899
|
+
enableFips: item["enableFIPS"],
|
|
4900
|
+
linuxProfile: !item["linuxProfile"]
|
|
4901
|
+
? item["linuxProfile"]
|
|
4902
|
+
: machineOSProfileLinuxProfileDeserializer(item["linuxProfile"]),
|
|
4903
|
+
windowsProfile: !item["windowsProfile"]
|
|
4904
|
+
? item["windowsProfile"]
|
|
4905
|
+
: agentPoolWindowsProfileDeserializer(item["windowsProfile"]),
|
|
4906
|
+
};
|
|
4907
|
+
}
|
|
4908
|
+
export function machineOSProfileLinuxProfileSerializer(item) {
|
|
4909
|
+
return {
|
|
4910
|
+
linuxOSConfig: !item["linuxOSConfig"]
|
|
4911
|
+
? item["linuxOSConfig"]
|
|
4912
|
+
: linuxOSConfigSerializer(item["linuxOSConfig"]),
|
|
4913
|
+
messageOfTheDay: item["messageOfTheDay"],
|
|
4914
|
+
};
|
|
4915
|
+
}
|
|
4916
|
+
export function machineOSProfileLinuxProfileDeserializer(item) {
|
|
4917
|
+
return {
|
|
4918
|
+
linuxOSConfig: !item["linuxOSConfig"]
|
|
4919
|
+
? item["linuxOSConfig"]
|
|
4920
|
+
: linuxOSConfigDeserializer(item["linuxOSConfig"]),
|
|
4921
|
+
messageOfTheDay: item["messageOfTheDay"],
|
|
4922
|
+
};
|
|
4923
|
+
}
|
|
4924
|
+
export function machineKubernetesProfileSerializer(item) {
|
|
4925
|
+
return {
|
|
4926
|
+
nodeLabels: item["nodeLabels"],
|
|
4927
|
+
orchestratorVersion: item["orchestratorVersion"],
|
|
4928
|
+
kubeletDiskType: item["kubeletDiskType"],
|
|
4929
|
+
kubeletConfig: !item["kubeletConfig"]
|
|
4930
|
+
? item["kubeletConfig"]
|
|
4931
|
+
: kubeletConfigSerializer(item["kubeletConfig"]),
|
|
4932
|
+
nodeInitializationTaints: !item["nodeInitializationTaints"]
|
|
4933
|
+
? item["nodeInitializationTaints"]
|
|
4934
|
+
: item["nodeInitializationTaints"].map((p) => {
|
|
4935
|
+
return p;
|
|
4936
|
+
}),
|
|
4937
|
+
nodeTaints: !item["nodeTaints"]
|
|
4938
|
+
? item["nodeTaints"]
|
|
4939
|
+
: item["nodeTaints"].map((p) => {
|
|
4940
|
+
return p;
|
|
4941
|
+
}),
|
|
4942
|
+
maxPods: item["maxPods"],
|
|
4943
|
+
workloadRuntime: item["workloadRuntime"],
|
|
4944
|
+
artifactStreamingProfile: !item["artifactStreamingProfile"]
|
|
4945
|
+
? item["artifactStreamingProfile"]
|
|
4946
|
+
: agentPoolArtifactStreamingProfileSerializer(item["artifactStreamingProfile"]),
|
|
4947
|
+
};
|
|
4948
|
+
}
|
|
4949
|
+
export function machineKubernetesProfileDeserializer(item) {
|
|
4950
|
+
return {
|
|
4951
|
+
nodeLabels: !item["nodeLabels"]
|
|
4952
|
+
? item["nodeLabels"]
|
|
4953
|
+
: Object.fromEntries(Object.entries(item["nodeLabels"]).map(([k, p]) => [k, p])),
|
|
4954
|
+
orchestratorVersion: item["orchestratorVersion"],
|
|
4955
|
+
currentOrchestratorVersion: item["currentOrchestratorVersion"],
|
|
4956
|
+
kubeletDiskType: item["kubeletDiskType"],
|
|
4957
|
+
kubeletConfig: !item["kubeletConfig"]
|
|
4958
|
+
? item["kubeletConfig"]
|
|
4959
|
+
: kubeletConfigDeserializer(item["kubeletConfig"]),
|
|
4960
|
+
nodeInitializationTaints: !item["nodeInitializationTaints"]
|
|
4961
|
+
? item["nodeInitializationTaints"]
|
|
4962
|
+
: item["nodeInitializationTaints"].map((p) => {
|
|
4963
|
+
return p;
|
|
4964
|
+
}),
|
|
4965
|
+
nodeTaints: !item["nodeTaints"]
|
|
4966
|
+
? item["nodeTaints"]
|
|
4967
|
+
: item["nodeTaints"].map((p) => {
|
|
4968
|
+
return p;
|
|
4969
|
+
}),
|
|
4970
|
+
maxPods: item["maxPods"],
|
|
4971
|
+
nodeName: item["nodeName"],
|
|
4972
|
+
workloadRuntime: item["workloadRuntime"],
|
|
4973
|
+
artifactStreamingProfile: !item["artifactStreamingProfile"]
|
|
4974
|
+
? item["artifactStreamingProfile"]
|
|
4975
|
+
: agentPoolArtifactStreamingProfileDeserializer(item["artifactStreamingProfile"]),
|
|
4976
|
+
};
|
|
4977
|
+
}
|
|
4978
|
+
export function machineSecurityProfileSerializer(item) {
|
|
4979
|
+
return {
|
|
4980
|
+
enableVTPM: item["enableVtpm"],
|
|
4981
|
+
enableSecureBoot: item["enableSecureBoot"],
|
|
4982
|
+
sshAccess: item["sshAccess"],
|
|
4983
|
+
enableEncryptionAtHost: item["enableEncryptionAtHost"],
|
|
4984
|
+
};
|
|
4985
|
+
}
|
|
4986
|
+
export function machineSecurityProfileDeserializer(item) {
|
|
4987
|
+
return {
|
|
4988
|
+
enableVtpm: item["enableVTPM"],
|
|
4989
|
+
enableSecureBoot: item["enableSecureBoot"],
|
|
4990
|
+
sshAccess: item["sshAccess"],
|
|
4991
|
+
enableEncryptionAtHost: item["enableEncryptionAtHost"],
|
|
4992
|
+
};
|
|
4993
|
+
}
|
|
4994
|
+
export function machineBillingProfileSerializer(item) {
|
|
4995
|
+
return { spotMaxPrice: item["spotMaxPrice"] };
|
|
4996
|
+
}
|
|
4997
|
+
export function machineBillingProfileDeserializer(item) {
|
|
4998
|
+
return {
|
|
4999
|
+
spotMaxPrice: item["spotMaxPrice"],
|
|
5000
|
+
};
|
|
5001
|
+
}
|
|
5002
|
+
export function machineStatusDeserializer(item) {
|
|
5003
|
+
return {
|
|
5004
|
+
provisioningError: !item["provisioningError"]
|
|
5005
|
+
? item["provisioningError"]
|
|
5006
|
+
: errorDetailDeserializer(item["provisioningError"]),
|
|
5007
|
+
creationTimestamp: !item["creationTimestamp"]
|
|
5008
|
+
? item["creationTimestamp"]
|
|
5009
|
+
: new Date(item["creationTimestamp"]),
|
|
5010
|
+
driftAction: item["driftAction"],
|
|
5011
|
+
driftReason: item["driftReason"],
|
|
5012
|
+
vmState: item["vmState"],
|
|
5013
|
+
};
|
|
5014
|
+
}
|
|
5015
|
+
/** 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. */
|
|
5016
|
+
export var KnownDriftAction;
|
|
5017
|
+
(function (KnownDriftAction) {
|
|
5018
|
+
/** The machine is up to date. */
|
|
5019
|
+
KnownDriftAction["Synced"] = "Synced";
|
|
5020
|
+
/** The machine has drifted and needs to be deleted and recreated. */
|
|
5021
|
+
KnownDriftAction["Recreate"] = "Recreate";
|
|
5022
|
+
})(KnownDriftAction || (KnownDriftAction = {}));
|
|
5023
|
+
/** Virtual machine state. Indicates the current state of the underlying virtual machine. */
|
|
5024
|
+
export var KnownVmState;
|
|
5025
|
+
(function (KnownVmState) {
|
|
5026
|
+
/** The virtual machine is currently running. */
|
|
5027
|
+
KnownVmState["Running"] = "Running";
|
|
5028
|
+
/** The virtual machine has been deleted by the user or due to spot eviction. */
|
|
5029
|
+
KnownVmState["Deleted"] = "Deleted";
|
|
5030
|
+
})(KnownVmState || (KnownVmState = {}));
|
|
3930
5031
|
export function _machineListResultDeserializer(item) {
|
|
3931
5032
|
return {
|
|
3932
5033
|
value: machineArrayDeserializer(item["value"]),
|
|
3933
5034
|
nextLink: item["nextLink"],
|
|
3934
5035
|
};
|
|
3935
5036
|
}
|
|
5037
|
+
export function machineArraySerializer(result) {
|
|
5038
|
+
return result.map((item) => {
|
|
5039
|
+
return machineSerializer(item);
|
|
5040
|
+
});
|
|
5041
|
+
}
|
|
3936
5042
|
export function machineArrayDeserializer(result) {
|
|
3937
5043
|
return result.map((item) => {
|
|
3938
5044
|
return machineDeserializer(item);
|
|
@@ -4088,6 +5194,8 @@ export var KnownSnapshotType;
|
|
|
4088
5194
|
(function (KnownSnapshotType) {
|
|
4089
5195
|
/** The snapshot is a snapshot of a node pool. */
|
|
4090
5196
|
KnownSnapshotType["NodePool"] = "NodePool";
|
|
5197
|
+
/** The snapshot is a snapshot of a managed cluster. */
|
|
5198
|
+
KnownSnapshotType["ManagedCluster"] = "ManagedCluster";
|
|
4091
5199
|
})(KnownSnapshotType || (KnownSnapshotType = {}));
|
|
4092
5200
|
export function _snapshotListResultDeserializer(item) {
|
|
4093
5201
|
return {
|
|
@@ -4105,6 +5213,86 @@ export function snapshotArrayDeserializer(result) {
|
|
|
4105
5213
|
return snapshotDeserializer(item);
|
|
4106
5214
|
});
|
|
4107
5215
|
}
|
|
5216
|
+
export function managedClusterSnapshotSerializer(item) {
|
|
5217
|
+
return {
|
|
5218
|
+
tags: item["tags"],
|
|
5219
|
+
location: item["location"],
|
|
5220
|
+
properties: areAllPropsUndefined(item, ["creationData", "snapshotType"])
|
|
5221
|
+
? undefined
|
|
5222
|
+
: _managedClusterSnapshotPropertiesSerializer(item),
|
|
5223
|
+
};
|
|
5224
|
+
}
|
|
5225
|
+
export function managedClusterSnapshotDeserializer(item) {
|
|
5226
|
+
return {
|
|
5227
|
+
tags: !item["tags"]
|
|
5228
|
+
? item["tags"]
|
|
5229
|
+
: Object.fromEntries(Object.entries(item["tags"]).map(([k, p]) => [k, p])),
|
|
5230
|
+
location: item["location"],
|
|
5231
|
+
id: item["id"],
|
|
5232
|
+
name: item["name"],
|
|
5233
|
+
type: item["type"],
|
|
5234
|
+
systemData: !item["systemData"]
|
|
5235
|
+
? item["systemData"]
|
|
5236
|
+
: systemDataDeserializer(item["systemData"]),
|
|
5237
|
+
...(!item["properties"]
|
|
5238
|
+
? item["properties"]
|
|
5239
|
+
: _managedClusterSnapshotPropertiesDeserializer(item["properties"])),
|
|
5240
|
+
};
|
|
5241
|
+
}
|
|
5242
|
+
export function managedClusterSnapshotPropertiesSerializer(item) {
|
|
5243
|
+
return {
|
|
5244
|
+
creationData: !item["creationData"]
|
|
5245
|
+
? item["creationData"]
|
|
5246
|
+
: creationDataSerializer(item["creationData"]),
|
|
5247
|
+
snapshotType: item["snapshotType"],
|
|
5248
|
+
};
|
|
5249
|
+
}
|
|
5250
|
+
export function managedClusterSnapshotPropertiesDeserializer(item) {
|
|
5251
|
+
return {
|
|
5252
|
+
creationData: !item["creationData"]
|
|
5253
|
+
? item["creationData"]
|
|
5254
|
+
: creationDataDeserializer(item["creationData"]),
|
|
5255
|
+
snapshotType: item["snapshotType"],
|
|
5256
|
+
managedClusterPropertiesReadOnly: !item["managedClusterPropertiesReadOnly"]
|
|
5257
|
+
? item["managedClusterPropertiesReadOnly"]
|
|
5258
|
+
: managedClusterPropertiesForSnapshotDeserializer(item["managedClusterPropertiesReadOnly"]),
|
|
5259
|
+
};
|
|
5260
|
+
}
|
|
5261
|
+
export function managedClusterPropertiesForSnapshotDeserializer(item) {
|
|
5262
|
+
return {
|
|
5263
|
+
kubernetesVersion: item["kubernetesVersion"],
|
|
5264
|
+
sku: !item["sku"] ? item["sku"] : managedClusterSKUDeserializer(item["sku"]),
|
|
5265
|
+
enableRbac: item["enableRbac"],
|
|
5266
|
+
networkProfile: !item["networkProfile"]
|
|
5267
|
+
? item["networkProfile"]
|
|
5268
|
+
: networkProfileForSnapshotDeserializer(item["networkProfile"]),
|
|
5269
|
+
};
|
|
5270
|
+
}
|
|
5271
|
+
export function networkProfileForSnapshotDeserializer(item) {
|
|
5272
|
+
return {
|
|
5273
|
+
networkPlugin: item["networkPlugin"],
|
|
5274
|
+
networkPluginMode: item["networkPluginMode"],
|
|
5275
|
+
networkPolicy: item["networkPolicy"],
|
|
5276
|
+
networkMode: item["networkMode"],
|
|
5277
|
+
loadBalancerSku: item["loadBalancerSku"],
|
|
5278
|
+
};
|
|
5279
|
+
}
|
|
5280
|
+
export function _managedClusterSnapshotListResultDeserializer(item) {
|
|
5281
|
+
return {
|
|
5282
|
+
value: managedClusterSnapshotArrayDeserializer(item["value"]),
|
|
5283
|
+
nextLink: item["nextLink"],
|
|
5284
|
+
};
|
|
5285
|
+
}
|
|
5286
|
+
export function managedClusterSnapshotArraySerializer(result) {
|
|
5287
|
+
return result.map((item) => {
|
|
5288
|
+
return managedClusterSnapshotSerializer(item);
|
|
5289
|
+
});
|
|
5290
|
+
}
|
|
5291
|
+
export function managedClusterSnapshotArrayDeserializer(result) {
|
|
5292
|
+
return result.map((item) => {
|
|
5293
|
+
return managedClusterSnapshotDeserializer(item);
|
|
5294
|
+
});
|
|
5295
|
+
}
|
|
4108
5296
|
export function trustedAccessRoleBindingSerializer(item) {
|
|
4109
5297
|
return { properties: _trustedAccessRoleBindingPropertiesSerializer(item) };
|
|
4110
5298
|
}
|
|
@@ -4166,11 +5354,475 @@ export function trustedAccessRoleBindingArrayDeserializer(result) {
|
|
|
4166
5354
|
return trustedAccessRoleBindingDeserializer(item);
|
|
4167
5355
|
});
|
|
4168
5356
|
}
|
|
4169
|
-
export function
|
|
5357
|
+
export function loadBalancerSerializer(item) {
|
|
4170
5358
|
return {
|
|
4171
|
-
|
|
4172
|
-
|
|
4173
|
-
|
|
5359
|
+
properties: areAllPropsUndefined(item, [
|
|
5360
|
+
"primaryAgentPoolName",
|
|
5361
|
+
"allowServicePlacement",
|
|
5362
|
+
"serviceLabelSelector",
|
|
5363
|
+
"serviceNamespaceSelector",
|
|
5364
|
+
"nodeSelector",
|
|
5365
|
+
])
|
|
5366
|
+
? undefined
|
|
5367
|
+
: _loadBalancerPropertiesSerializer(item),
|
|
5368
|
+
};
|
|
5369
|
+
}
|
|
5370
|
+
export function loadBalancerDeserializer(item) {
|
|
5371
|
+
return {
|
|
5372
|
+
id: item["id"],
|
|
5373
|
+
name: item["name"],
|
|
5374
|
+
type: item["type"],
|
|
5375
|
+
systemData: !item["systemData"]
|
|
5376
|
+
? item["systemData"]
|
|
5377
|
+
: systemDataDeserializer(item["systemData"]),
|
|
5378
|
+
...(!item["properties"]
|
|
5379
|
+
? item["properties"]
|
|
5380
|
+
: _loadBalancerPropertiesDeserializer(item["properties"])),
|
|
5381
|
+
};
|
|
5382
|
+
}
|
|
5383
|
+
export function loadBalancerPropertiesSerializer(item) {
|
|
5384
|
+
return {
|
|
5385
|
+
primaryAgentPoolName: item["primaryAgentPoolName"],
|
|
5386
|
+
allowServicePlacement: item["allowServicePlacement"],
|
|
5387
|
+
serviceLabelSelector: !item["serviceLabelSelector"]
|
|
5388
|
+
? item["serviceLabelSelector"]
|
|
5389
|
+
: labelSelectorSerializer(item["serviceLabelSelector"]),
|
|
5390
|
+
serviceNamespaceSelector: !item["serviceNamespaceSelector"]
|
|
5391
|
+
? item["serviceNamespaceSelector"]
|
|
5392
|
+
: labelSelectorSerializer(item["serviceNamespaceSelector"]),
|
|
5393
|
+
nodeSelector: !item["nodeSelector"]
|
|
5394
|
+
? item["nodeSelector"]
|
|
5395
|
+
: labelSelectorSerializer(item["nodeSelector"]),
|
|
5396
|
+
};
|
|
5397
|
+
}
|
|
5398
|
+
export function loadBalancerPropertiesDeserializer(item) {
|
|
5399
|
+
return {
|
|
5400
|
+
primaryAgentPoolName: item["primaryAgentPoolName"],
|
|
5401
|
+
allowServicePlacement: item["allowServicePlacement"],
|
|
5402
|
+
serviceLabelSelector: !item["serviceLabelSelector"]
|
|
5403
|
+
? item["serviceLabelSelector"]
|
|
5404
|
+
: labelSelectorDeserializer(item["serviceLabelSelector"]),
|
|
5405
|
+
serviceNamespaceSelector: !item["serviceNamespaceSelector"]
|
|
5406
|
+
? item["serviceNamespaceSelector"]
|
|
5407
|
+
: labelSelectorDeserializer(item["serviceNamespaceSelector"]),
|
|
5408
|
+
nodeSelector: !item["nodeSelector"]
|
|
5409
|
+
? item["nodeSelector"]
|
|
5410
|
+
: labelSelectorDeserializer(item["nodeSelector"]),
|
|
5411
|
+
provisioningState: item["provisioningState"],
|
|
5412
|
+
};
|
|
5413
|
+
}
|
|
5414
|
+
export function labelSelectorSerializer(item) {
|
|
5415
|
+
return {
|
|
5416
|
+
matchLabels: !item["matchLabels"]
|
|
5417
|
+
? item["matchLabels"]
|
|
5418
|
+
: item["matchLabels"].map((p) => {
|
|
5419
|
+
return p;
|
|
5420
|
+
}),
|
|
5421
|
+
matchExpressions: !item["matchExpressions"]
|
|
5422
|
+
? item["matchExpressions"]
|
|
5423
|
+
: labelSelectorRequirementArraySerializer(item["matchExpressions"]),
|
|
5424
|
+
};
|
|
5425
|
+
}
|
|
5426
|
+
export function labelSelectorDeserializer(item) {
|
|
5427
|
+
return {
|
|
5428
|
+
matchLabels: !item["matchLabels"]
|
|
5429
|
+
? item["matchLabels"]
|
|
5430
|
+
: item["matchLabels"].map((p) => {
|
|
5431
|
+
return p;
|
|
5432
|
+
}),
|
|
5433
|
+
matchExpressions: !item["matchExpressions"]
|
|
5434
|
+
? item["matchExpressions"]
|
|
5435
|
+
: labelSelectorRequirementArrayDeserializer(item["matchExpressions"]),
|
|
5436
|
+
};
|
|
5437
|
+
}
|
|
5438
|
+
export function labelSelectorRequirementArraySerializer(result) {
|
|
5439
|
+
return result.map((item) => {
|
|
5440
|
+
return labelSelectorRequirementSerializer(item);
|
|
5441
|
+
});
|
|
5442
|
+
}
|
|
5443
|
+
export function labelSelectorRequirementArrayDeserializer(result) {
|
|
5444
|
+
return result.map((item) => {
|
|
5445
|
+
return labelSelectorRequirementDeserializer(item);
|
|
5446
|
+
});
|
|
5447
|
+
}
|
|
5448
|
+
export function labelSelectorRequirementSerializer(item) {
|
|
5449
|
+
return {
|
|
5450
|
+
key: item["key"],
|
|
5451
|
+
operator: item["operator"],
|
|
5452
|
+
values: !item["values"]
|
|
5453
|
+
? item["values"]
|
|
5454
|
+
: item["values"].map((p) => {
|
|
5455
|
+
return p;
|
|
5456
|
+
}),
|
|
5457
|
+
};
|
|
5458
|
+
}
|
|
5459
|
+
export function labelSelectorRequirementDeserializer(item) {
|
|
5460
|
+
return {
|
|
5461
|
+
key: item["key"],
|
|
5462
|
+
operator: item["operator"],
|
|
5463
|
+
values: !item["values"]
|
|
5464
|
+
? item["values"]
|
|
5465
|
+
: item["values"].map((p) => {
|
|
5466
|
+
return p;
|
|
5467
|
+
}),
|
|
5468
|
+
};
|
|
5469
|
+
}
|
|
5470
|
+
/** operator represents a key's relationship to a set of values. Valid operators are In and NotIn */
|
|
5471
|
+
export var KnownOperator;
|
|
5472
|
+
(function (KnownOperator) {
|
|
5473
|
+
/** The value of the key should be in the given list. */
|
|
5474
|
+
KnownOperator["In"] = "In";
|
|
5475
|
+
/** The value of the key should not be in the given list. */
|
|
5476
|
+
KnownOperator["NotIn"] = "NotIn";
|
|
5477
|
+
/** The value of the key should exist. */
|
|
5478
|
+
KnownOperator["Exists"] = "Exists";
|
|
5479
|
+
/** The value of the key should not exist. */
|
|
5480
|
+
KnownOperator["DoesNotExist"] = "DoesNotExist";
|
|
5481
|
+
})(KnownOperator || (KnownOperator = {}));
|
|
5482
|
+
export function _loadBalancerListResultDeserializer(item) {
|
|
5483
|
+
return {
|
|
5484
|
+
value: loadBalancerArrayDeserializer(item["value"]),
|
|
5485
|
+
nextLink: item["nextLink"],
|
|
5486
|
+
};
|
|
5487
|
+
}
|
|
5488
|
+
export function loadBalancerArraySerializer(result) {
|
|
5489
|
+
return result.map((item) => {
|
|
5490
|
+
return loadBalancerSerializer(item);
|
|
5491
|
+
});
|
|
5492
|
+
}
|
|
5493
|
+
export function loadBalancerArrayDeserializer(result) {
|
|
5494
|
+
return result.map((item) => {
|
|
5495
|
+
return loadBalancerDeserializer(item);
|
|
5496
|
+
});
|
|
5497
|
+
}
|
|
5498
|
+
export function identityBindingSerializer(item) {
|
|
5499
|
+
return {
|
|
5500
|
+
properties: !item["properties"]
|
|
5501
|
+
? item["properties"]
|
|
5502
|
+
: identityBindingPropertiesSerializer(item["properties"]),
|
|
5503
|
+
};
|
|
5504
|
+
}
|
|
5505
|
+
export function identityBindingDeserializer(item) {
|
|
5506
|
+
return {
|
|
5507
|
+
id: item["id"],
|
|
5508
|
+
name: item["name"],
|
|
5509
|
+
type: item["type"],
|
|
5510
|
+
systemData: !item["systemData"]
|
|
5511
|
+
? item["systemData"]
|
|
5512
|
+
: systemDataDeserializer(item["systemData"]),
|
|
5513
|
+
properties: !item["properties"]
|
|
5514
|
+
? item["properties"]
|
|
5515
|
+
: identityBindingPropertiesDeserializer(item["properties"]),
|
|
5516
|
+
eTag: item["eTag"],
|
|
5517
|
+
};
|
|
5518
|
+
}
|
|
5519
|
+
export function identityBindingPropertiesSerializer(item) {
|
|
5520
|
+
return {
|
|
5521
|
+
managedIdentity: identityBindingManagedIdentityProfileSerializer(item["managedIdentity"]),
|
|
5522
|
+
};
|
|
5523
|
+
}
|
|
5524
|
+
export function identityBindingPropertiesDeserializer(item) {
|
|
5525
|
+
return {
|
|
5526
|
+
managedIdentity: identityBindingManagedIdentityProfileDeserializer(item["managedIdentity"]),
|
|
5527
|
+
oidcIssuer: !item["oidcIssuer"]
|
|
5528
|
+
? item["oidcIssuer"]
|
|
5529
|
+
: identityBindingOidcIssuerProfileDeserializer(item["oidcIssuer"]),
|
|
5530
|
+
provisioningState: item["provisioningState"],
|
|
5531
|
+
};
|
|
5532
|
+
}
|
|
5533
|
+
export function identityBindingManagedIdentityProfileSerializer(item) {
|
|
5534
|
+
return { resourceId: item["resourceId"] };
|
|
5535
|
+
}
|
|
5536
|
+
export function identityBindingManagedIdentityProfileDeserializer(item) {
|
|
5537
|
+
return {
|
|
5538
|
+
resourceId: item["resourceId"],
|
|
5539
|
+
objectId: item["objectId"],
|
|
5540
|
+
clientId: item["clientId"],
|
|
5541
|
+
tenantId: item["tenantId"],
|
|
5542
|
+
};
|
|
5543
|
+
}
|
|
5544
|
+
export function identityBindingOidcIssuerProfileDeserializer(item) {
|
|
5545
|
+
return {
|
|
5546
|
+
oidcIssuerUrl: item["oidcIssuerUrl"],
|
|
5547
|
+
};
|
|
5548
|
+
}
|
|
5549
|
+
/** The provisioning state of the last accepted operation. */
|
|
5550
|
+
export var KnownIdentityBindingProvisioningState;
|
|
5551
|
+
(function (KnownIdentityBindingProvisioningState) {
|
|
5552
|
+
/** Resource has been created. */
|
|
5553
|
+
KnownIdentityBindingProvisioningState["Succeeded"] = "Succeeded";
|
|
5554
|
+
/** Resource creation failed. */
|
|
5555
|
+
KnownIdentityBindingProvisioningState["Failed"] = "Failed";
|
|
5556
|
+
/** Resource creation was canceled. */
|
|
5557
|
+
KnownIdentityBindingProvisioningState["Canceled"] = "Canceled";
|
|
5558
|
+
/** The identity binding is being created. */
|
|
5559
|
+
KnownIdentityBindingProvisioningState["Creating"] = "Creating";
|
|
5560
|
+
/** The identity binding is being updated. */
|
|
5561
|
+
KnownIdentityBindingProvisioningState["Updating"] = "Updating";
|
|
5562
|
+
/** The identity binding is being deleted. */
|
|
5563
|
+
KnownIdentityBindingProvisioningState["Deleting"] = "Deleting";
|
|
5564
|
+
})(KnownIdentityBindingProvisioningState || (KnownIdentityBindingProvisioningState = {}));
|
|
5565
|
+
export function _identityBindingListResultDeserializer(item) {
|
|
5566
|
+
return {
|
|
5567
|
+
value: identityBindingArrayDeserializer(item["value"]),
|
|
5568
|
+
nextLink: item["nextLink"],
|
|
5569
|
+
};
|
|
5570
|
+
}
|
|
5571
|
+
export function identityBindingArraySerializer(result) {
|
|
5572
|
+
return result.map((item) => {
|
|
5573
|
+
return identityBindingSerializer(item);
|
|
5574
|
+
});
|
|
5575
|
+
}
|
|
5576
|
+
export function identityBindingArrayDeserializer(result) {
|
|
5577
|
+
return result.map((item) => {
|
|
5578
|
+
return identityBindingDeserializer(item);
|
|
5579
|
+
});
|
|
5580
|
+
}
|
|
5581
|
+
export function jwtAuthenticatorSerializer(item) {
|
|
5582
|
+
return { properties: jwtAuthenticatorPropertiesSerializer(item["properties"]) };
|
|
5583
|
+
}
|
|
5584
|
+
export function jwtAuthenticatorDeserializer(item) {
|
|
5585
|
+
return {
|
|
5586
|
+
id: item["id"],
|
|
5587
|
+
name: item["name"],
|
|
5588
|
+
type: item["type"],
|
|
5589
|
+
systemData: !item["systemData"]
|
|
5590
|
+
? item["systemData"]
|
|
5591
|
+
: systemDataDeserializer(item["systemData"]),
|
|
5592
|
+
properties: jwtAuthenticatorPropertiesDeserializer(item["properties"]),
|
|
5593
|
+
};
|
|
5594
|
+
}
|
|
5595
|
+
export function jwtAuthenticatorPropertiesSerializer(item) {
|
|
5596
|
+
return {
|
|
5597
|
+
issuer: jwtAuthenticatorIssuerSerializer(item["issuer"]),
|
|
5598
|
+
claimValidationRules: !item["claimValidationRules"]
|
|
5599
|
+
? item["claimValidationRules"]
|
|
5600
|
+
: jwtAuthenticatorValidationRuleArraySerializer(item["claimValidationRules"]),
|
|
5601
|
+
claimMappings: jwtAuthenticatorClaimMappingsSerializer(item["claimMappings"]),
|
|
5602
|
+
userValidationRules: !item["userValidationRules"]
|
|
5603
|
+
? item["userValidationRules"]
|
|
5604
|
+
: jwtAuthenticatorValidationRuleArraySerializer(item["userValidationRules"]),
|
|
5605
|
+
};
|
|
5606
|
+
}
|
|
5607
|
+
export function jwtAuthenticatorPropertiesDeserializer(item) {
|
|
5608
|
+
return {
|
|
5609
|
+
provisioningState: item["provisioningState"],
|
|
5610
|
+
issuer: jwtAuthenticatorIssuerDeserializer(item["issuer"]),
|
|
5611
|
+
claimValidationRules: !item["claimValidationRules"]
|
|
5612
|
+
? item["claimValidationRules"]
|
|
5613
|
+
: jwtAuthenticatorValidationRuleArrayDeserializer(item["claimValidationRules"]),
|
|
5614
|
+
claimMappings: jwtAuthenticatorClaimMappingsDeserializer(item["claimMappings"]),
|
|
5615
|
+
userValidationRules: !item["userValidationRules"]
|
|
5616
|
+
? item["userValidationRules"]
|
|
5617
|
+
: jwtAuthenticatorValidationRuleArrayDeserializer(item["userValidationRules"]),
|
|
5618
|
+
};
|
|
5619
|
+
}
|
|
5620
|
+
/** The provisioning state of the last accepted operation. */
|
|
5621
|
+
export var KnownJWTAuthenticatorProvisioningState;
|
|
5622
|
+
(function (KnownJWTAuthenticatorProvisioningState) {
|
|
5623
|
+
/** Resource has been created. */
|
|
5624
|
+
KnownJWTAuthenticatorProvisioningState["Succeeded"] = "Succeeded";
|
|
5625
|
+
/** Resource creation failed. */
|
|
5626
|
+
KnownJWTAuthenticatorProvisioningState["Failed"] = "Failed";
|
|
5627
|
+
/** Resource creation was canceled. */
|
|
5628
|
+
KnownJWTAuthenticatorProvisioningState["Canceled"] = "Canceled";
|
|
5629
|
+
/** The JWT authenticator is being created. */
|
|
5630
|
+
KnownJWTAuthenticatorProvisioningState["Creating"] = "Creating";
|
|
5631
|
+
/** The JWT authenticator is being updated. */
|
|
5632
|
+
KnownJWTAuthenticatorProvisioningState["Updating"] = "Updating";
|
|
5633
|
+
/** The JWT authenticator is being deleted. */
|
|
5634
|
+
KnownJWTAuthenticatorProvisioningState["Deleting"] = "Deleting";
|
|
5635
|
+
})(KnownJWTAuthenticatorProvisioningState || (KnownJWTAuthenticatorProvisioningState = {}));
|
|
5636
|
+
export function jwtAuthenticatorIssuerSerializer(item) {
|
|
5637
|
+
return {
|
|
5638
|
+
url: item["url"],
|
|
5639
|
+
audiences: item["audiences"].map((p) => {
|
|
5640
|
+
return p;
|
|
5641
|
+
}),
|
|
5642
|
+
};
|
|
5643
|
+
}
|
|
5644
|
+
export function jwtAuthenticatorIssuerDeserializer(item) {
|
|
5645
|
+
return {
|
|
5646
|
+
url: item["url"],
|
|
5647
|
+
audiences: item["audiences"].map((p) => {
|
|
5648
|
+
return p;
|
|
5649
|
+
}),
|
|
5650
|
+
};
|
|
5651
|
+
}
|
|
5652
|
+
export function jwtAuthenticatorValidationRuleArraySerializer(result) {
|
|
5653
|
+
return result.map((item) => {
|
|
5654
|
+
return jwtAuthenticatorValidationRuleSerializer(item);
|
|
5655
|
+
});
|
|
5656
|
+
}
|
|
5657
|
+
export function jwtAuthenticatorValidationRuleArrayDeserializer(result) {
|
|
5658
|
+
return result.map((item) => {
|
|
5659
|
+
return jwtAuthenticatorValidationRuleDeserializer(item);
|
|
5660
|
+
});
|
|
5661
|
+
}
|
|
5662
|
+
export function jwtAuthenticatorValidationRuleSerializer(item) {
|
|
5663
|
+
return { expression: item["expression"], message: item["message"] };
|
|
5664
|
+
}
|
|
5665
|
+
export function jwtAuthenticatorValidationRuleDeserializer(item) {
|
|
5666
|
+
return {
|
|
5667
|
+
expression: item["expression"],
|
|
5668
|
+
message: item["message"],
|
|
5669
|
+
};
|
|
5670
|
+
}
|
|
5671
|
+
export function jwtAuthenticatorClaimMappingsSerializer(item) {
|
|
5672
|
+
return {
|
|
5673
|
+
username: jwtAuthenticatorClaimMappingExpressionSerializer(item["username"]),
|
|
5674
|
+
groups: !item["groups"]
|
|
5675
|
+
? item["groups"]
|
|
5676
|
+
: jwtAuthenticatorClaimMappingExpressionSerializer(item["groups"]),
|
|
5677
|
+
uid: !item["uid"] ? item["uid"] : jwtAuthenticatorClaimMappingExpressionSerializer(item["uid"]),
|
|
5678
|
+
extra: !item["extra"]
|
|
5679
|
+
? item["extra"]
|
|
5680
|
+
: jwtAuthenticatorExtraClaimMappingExpressionArraySerializer(item["extra"]),
|
|
5681
|
+
};
|
|
5682
|
+
}
|
|
5683
|
+
export function jwtAuthenticatorClaimMappingsDeserializer(item) {
|
|
5684
|
+
return {
|
|
5685
|
+
username: jwtAuthenticatorClaimMappingExpressionDeserializer(item["username"]),
|
|
5686
|
+
groups: !item["groups"]
|
|
5687
|
+
? item["groups"]
|
|
5688
|
+
: jwtAuthenticatorClaimMappingExpressionDeserializer(item["groups"]),
|
|
5689
|
+
uid: !item["uid"]
|
|
5690
|
+
? item["uid"]
|
|
5691
|
+
: jwtAuthenticatorClaimMappingExpressionDeserializer(item["uid"]),
|
|
5692
|
+
extra: !item["extra"]
|
|
5693
|
+
? item["extra"]
|
|
5694
|
+
: jwtAuthenticatorExtraClaimMappingExpressionArrayDeserializer(item["extra"]),
|
|
5695
|
+
};
|
|
5696
|
+
}
|
|
5697
|
+
export function jwtAuthenticatorClaimMappingExpressionSerializer(item) {
|
|
5698
|
+
return { expression: item["expression"] };
|
|
5699
|
+
}
|
|
5700
|
+
export function jwtAuthenticatorClaimMappingExpressionDeserializer(item) {
|
|
5701
|
+
return {
|
|
5702
|
+
expression: item["expression"],
|
|
5703
|
+
};
|
|
5704
|
+
}
|
|
5705
|
+
export function jwtAuthenticatorExtraClaimMappingExpressionArraySerializer(result) {
|
|
5706
|
+
return result.map((item) => {
|
|
5707
|
+
return jwtAuthenticatorExtraClaimMappingExpressionSerializer(item);
|
|
5708
|
+
});
|
|
5709
|
+
}
|
|
5710
|
+
export function jwtAuthenticatorExtraClaimMappingExpressionArrayDeserializer(result) {
|
|
5711
|
+
return result.map((item) => {
|
|
5712
|
+
return jwtAuthenticatorExtraClaimMappingExpressionDeserializer(item);
|
|
5713
|
+
});
|
|
5714
|
+
}
|
|
5715
|
+
export function jwtAuthenticatorExtraClaimMappingExpressionSerializer(item) {
|
|
5716
|
+
return { key: item["key"], valueExpression: item["valueExpression"] };
|
|
5717
|
+
}
|
|
5718
|
+
export function jwtAuthenticatorExtraClaimMappingExpressionDeserializer(item) {
|
|
5719
|
+
return {
|
|
5720
|
+
key: item["key"],
|
|
5721
|
+
valueExpression: item["valueExpression"],
|
|
5722
|
+
};
|
|
5723
|
+
}
|
|
5724
|
+
export function _jwtAuthenticatorListResultDeserializer(item) {
|
|
5725
|
+
return {
|
|
5726
|
+
value: jwtAuthenticatorArrayDeserializer(item["value"]),
|
|
5727
|
+
nextLink: item["nextLink"],
|
|
5728
|
+
};
|
|
5729
|
+
}
|
|
5730
|
+
export function jwtAuthenticatorArraySerializer(result) {
|
|
5731
|
+
return result.map((item) => {
|
|
5732
|
+
return jwtAuthenticatorSerializer(item);
|
|
5733
|
+
});
|
|
5734
|
+
}
|
|
5735
|
+
export function jwtAuthenticatorArrayDeserializer(result) {
|
|
5736
|
+
return result.map((item) => {
|
|
5737
|
+
return jwtAuthenticatorDeserializer(item);
|
|
5738
|
+
});
|
|
5739
|
+
}
|
|
5740
|
+
export function meshMembershipSerializer(item) {
|
|
5741
|
+
return {
|
|
5742
|
+
properties: !item["properties"]
|
|
5743
|
+
? item["properties"]
|
|
5744
|
+
: meshMembershipPropertiesSerializer(item["properties"]),
|
|
5745
|
+
managedBy: item["managedBy"],
|
|
5746
|
+
};
|
|
5747
|
+
}
|
|
5748
|
+
export function meshMembershipDeserializer(item) {
|
|
5749
|
+
return {
|
|
5750
|
+
id: item["id"],
|
|
5751
|
+
name: item["name"],
|
|
5752
|
+
type: item["type"],
|
|
5753
|
+
systemData: !item["systemData"]
|
|
5754
|
+
? item["systemData"]
|
|
5755
|
+
: systemDataDeserializer(item["systemData"]),
|
|
5756
|
+
properties: !item["properties"]
|
|
5757
|
+
? item["properties"]
|
|
5758
|
+
: meshMembershipPropertiesDeserializer(item["properties"]),
|
|
5759
|
+
managedBy: item["managedBy"],
|
|
5760
|
+
eTag: item["eTag"],
|
|
5761
|
+
};
|
|
5762
|
+
}
|
|
5763
|
+
export function meshMembershipPropertiesSerializer(item) {
|
|
5764
|
+
return {
|
|
5765
|
+
privateConnectProfile: !item["privateConnectProfile"]
|
|
5766
|
+
? item["privateConnectProfile"]
|
|
5767
|
+
: meshMembershipPrivateConnectProfileSerializer(item["privateConnectProfile"]),
|
|
5768
|
+
managedMeshID: item["managedMeshID"],
|
|
5769
|
+
};
|
|
5770
|
+
}
|
|
5771
|
+
export function meshMembershipPropertiesDeserializer(item) {
|
|
5772
|
+
return {
|
|
5773
|
+
provisioningState: item["provisioningState"],
|
|
5774
|
+
privateConnectProfile: !item["privateConnectProfile"]
|
|
5775
|
+
? item["privateConnectProfile"]
|
|
5776
|
+
: meshMembershipPrivateConnectProfileDeserializer(item["privateConnectProfile"]),
|
|
5777
|
+
managedMeshID: item["managedMeshID"],
|
|
5778
|
+
};
|
|
5779
|
+
}
|
|
5780
|
+
/** The provisioning state of the last accepted operation. */
|
|
5781
|
+
export var KnownMeshMembershipProvisioningState;
|
|
5782
|
+
(function (KnownMeshMembershipProvisioningState) {
|
|
5783
|
+
/** Resource creation was canceled. */
|
|
5784
|
+
KnownMeshMembershipProvisioningState["Canceled"] = "Canceled";
|
|
5785
|
+
/** The Mesh Membership is being created. */
|
|
5786
|
+
KnownMeshMembershipProvisioningState["Creating"] = "Creating";
|
|
5787
|
+
/** The Mesh Membership is being deleted. */
|
|
5788
|
+
KnownMeshMembershipProvisioningState["Deleting"] = "Deleting";
|
|
5789
|
+
/** Resource creation failed. */
|
|
5790
|
+
KnownMeshMembershipProvisioningState["Failed"] = "Failed";
|
|
5791
|
+
/** Resource has been created. */
|
|
5792
|
+
KnownMeshMembershipProvisioningState["Succeeded"] = "Succeeded";
|
|
5793
|
+
/** The Mesh Membership is being updated. */
|
|
5794
|
+
KnownMeshMembershipProvisioningState["Updating"] = "Updating";
|
|
5795
|
+
})(KnownMeshMembershipProvisioningState || (KnownMeshMembershipProvisioningState = {}));
|
|
5796
|
+
export function meshMembershipPrivateConnectProfileSerializer(item) {
|
|
5797
|
+
return { subnetResourceId: item["subnetResourceId"] };
|
|
5798
|
+
}
|
|
5799
|
+
export function meshMembershipPrivateConnectProfileDeserializer(item) {
|
|
5800
|
+
return {
|
|
5801
|
+
privateIpAddress: item["privateIpAddress"],
|
|
5802
|
+
subnetResourceId: item["subnetResourceId"],
|
|
5803
|
+
};
|
|
5804
|
+
}
|
|
5805
|
+
export function _meshMembershipsListResultDeserializer(item) {
|
|
5806
|
+
return {
|
|
5807
|
+
value: meshMembershipArrayDeserializer(item["value"]),
|
|
5808
|
+
nextLink: item["nextLink"],
|
|
5809
|
+
};
|
|
5810
|
+
}
|
|
5811
|
+
export function meshMembershipArraySerializer(result) {
|
|
5812
|
+
return result.map((item) => {
|
|
5813
|
+
return meshMembershipSerializer(item);
|
|
5814
|
+
});
|
|
5815
|
+
}
|
|
5816
|
+
export function meshMembershipArrayDeserializer(result) {
|
|
5817
|
+
return result.map((item) => {
|
|
5818
|
+
return meshMembershipDeserializer(item);
|
|
5819
|
+
});
|
|
5820
|
+
}
|
|
5821
|
+
export function _operationListResultDeserializer(item) {
|
|
5822
|
+
return {
|
|
5823
|
+
value: operationValueArrayDeserializer(item["value"]),
|
|
5824
|
+
nextLink: item["nextLink"],
|
|
5825
|
+
};
|
|
4174
5826
|
}
|
|
4175
5827
|
export function operationValueArrayDeserializer(result) {
|
|
4176
5828
|
return result.map((item) => {
|
|
@@ -4192,6 +5844,32 @@ export function operationValueDisplayDeserializer(item) {
|
|
|
4192
5844
|
provider: item["provider"],
|
|
4193
5845
|
};
|
|
4194
5846
|
}
|
|
5847
|
+
export function operationStatusResultDeserializer(item) {
|
|
5848
|
+
return {
|
|
5849
|
+
id: item["id"],
|
|
5850
|
+
name: item["name"],
|
|
5851
|
+
status: item["status"],
|
|
5852
|
+
percentComplete: item["percentComplete"],
|
|
5853
|
+
startTime: !item["startTime"] ? item["startTime"] : new Date(item["startTime"]),
|
|
5854
|
+
endTime: !item["endTime"] ? item["endTime"] : new Date(item["endTime"]),
|
|
5855
|
+
operations: !item["operations"]
|
|
5856
|
+
? item["operations"]
|
|
5857
|
+
: operationStatusResultArrayDeserializer(item["operations"]),
|
|
5858
|
+
error: !item["error"] ? item["error"] : errorDetailDeserializer(item["error"]),
|
|
5859
|
+
resourceId: item["resourceId"],
|
|
5860
|
+
};
|
|
5861
|
+
}
|
|
5862
|
+
export function operationStatusResultArrayDeserializer(result) {
|
|
5863
|
+
return result.map((item) => {
|
|
5864
|
+
return operationStatusResultDeserializer(item);
|
|
5865
|
+
});
|
|
5866
|
+
}
|
|
5867
|
+
export function _operationStatusResultListDeserializer(item) {
|
|
5868
|
+
return {
|
|
5869
|
+
value: operationStatusResultArrayDeserializer(item["value"]),
|
|
5870
|
+
nextLink: item["nextLink"],
|
|
5871
|
+
};
|
|
5872
|
+
}
|
|
4195
5873
|
export function privateLinkResourcesListResultDeserializer(item) {
|
|
4196
5874
|
return {
|
|
4197
5875
|
value: !item["value"] ? item["value"] : privateLinkResourceArrayDeserializer(item["value"]),
|
|
@@ -4249,6 +5927,200 @@ export function trustedAccessRoleRuleDeserializer(item) {
|
|
|
4249
5927
|
}),
|
|
4250
5928
|
};
|
|
4251
5929
|
}
|
|
5930
|
+
export function _nodeImageVersionsListResultDeserializer(item) {
|
|
5931
|
+
return {
|
|
5932
|
+
value: nodeImageVersionArrayDeserializer(item["value"]),
|
|
5933
|
+
nextLink: item["nextLink"],
|
|
5934
|
+
};
|
|
5935
|
+
}
|
|
5936
|
+
export function nodeImageVersionArrayDeserializer(result) {
|
|
5937
|
+
return result.map((item) => {
|
|
5938
|
+
return nodeImageVersionDeserializer(item);
|
|
5939
|
+
});
|
|
5940
|
+
}
|
|
5941
|
+
export function nodeImageVersionDeserializer(item) {
|
|
5942
|
+
return {
|
|
5943
|
+
os: item["os"],
|
|
5944
|
+
sku: item["sku"],
|
|
5945
|
+
version: item["version"],
|
|
5946
|
+
fullName: item["fullName"],
|
|
5947
|
+
};
|
|
5948
|
+
}
|
|
5949
|
+
export function _vmSkusListResultDeserializer(item) {
|
|
5950
|
+
return {
|
|
5951
|
+
value: resourceSkuArrayDeserializer(item["value"]),
|
|
5952
|
+
nextLink: item["nextLink"],
|
|
5953
|
+
};
|
|
5954
|
+
}
|
|
5955
|
+
export function resourceSkuArrayDeserializer(result) {
|
|
5956
|
+
return result.map((item) => {
|
|
5957
|
+
return resourceSkuDeserializer(item);
|
|
5958
|
+
});
|
|
5959
|
+
}
|
|
5960
|
+
export function resourceSkuDeserializer(item) {
|
|
5961
|
+
return {
|
|
5962
|
+
resourceType: item["resourceType"],
|
|
5963
|
+
name: item["name"],
|
|
5964
|
+
tier: item["tier"],
|
|
5965
|
+
size: item["size"],
|
|
5966
|
+
family: item["family"],
|
|
5967
|
+
kind: item["kind"],
|
|
5968
|
+
capacity: !item["capacity"]
|
|
5969
|
+
? item["capacity"]
|
|
5970
|
+
: resourceSkuCapacityDeserializer(item["capacity"]),
|
|
5971
|
+
locations: !item["locations"]
|
|
5972
|
+
? item["locations"]
|
|
5973
|
+
: item["locations"].map((p) => {
|
|
5974
|
+
return p;
|
|
5975
|
+
}),
|
|
5976
|
+
locationInfo: !item["locationInfo"]
|
|
5977
|
+
? item["locationInfo"]
|
|
5978
|
+
: resourceSkuLocationInfoArrayDeserializer(item["locationInfo"]),
|
|
5979
|
+
apiVersions: !item["apiVersions"]
|
|
5980
|
+
? item["apiVersions"]
|
|
5981
|
+
: item["apiVersions"].map((p) => {
|
|
5982
|
+
return p;
|
|
5983
|
+
}),
|
|
5984
|
+
costs: !item["costs"] ? item["costs"] : resourceSkuCostsArrayDeserializer(item["costs"]),
|
|
5985
|
+
capabilities: !item["capabilities"]
|
|
5986
|
+
? item["capabilities"]
|
|
5987
|
+
: resourceSkuCapabilitiesArrayDeserializer(item["capabilities"]),
|
|
5988
|
+
restrictions: !item["restrictions"]
|
|
5989
|
+
? item["restrictions"]
|
|
5990
|
+
: resourceSkuRestrictionsArrayDeserializer(item["restrictions"]),
|
|
5991
|
+
};
|
|
5992
|
+
}
|
|
5993
|
+
export function resourceSkuCapacityDeserializer(item) {
|
|
5994
|
+
return {
|
|
5995
|
+
minimum: item["minimum"],
|
|
5996
|
+
maximum: item["maximum"],
|
|
5997
|
+
default: item["default"],
|
|
5998
|
+
scaleType: item["scaleType"],
|
|
5999
|
+
};
|
|
6000
|
+
}
|
|
6001
|
+
/** The scale type applicable to the sku. */
|
|
6002
|
+
export var KnownResourceSkuCapacityScaleType;
|
|
6003
|
+
(function (KnownResourceSkuCapacityScaleType) {
|
|
6004
|
+
/** Automatic scaling */
|
|
6005
|
+
KnownResourceSkuCapacityScaleType["Automatic"] = "Automatic";
|
|
6006
|
+
/** Manual scaling */
|
|
6007
|
+
KnownResourceSkuCapacityScaleType["Manual"] = "Manual";
|
|
6008
|
+
/** No scaling */
|
|
6009
|
+
KnownResourceSkuCapacityScaleType["None"] = "None";
|
|
6010
|
+
})(KnownResourceSkuCapacityScaleType || (KnownResourceSkuCapacityScaleType = {}));
|
|
6011
|
+
export function resourceSkuLocationInfoArrayDeserializer(result) {
|
|
6012
|
+
return result.map((item) => {
|
|
6013
|
+
return resourceSkuLocationInfoDeserializer(item);
|
|
6014
|
+
});
|
|
6015
|
+
}
|
|
6016
|
+
export function resourceSkuLocationInfoDeserializer(item) {
|
|
6017
|
+
return {
|
|
6018
|
+
location: item["location"],
|
|
6019
|
+
zones: !item["zones"]
|
|
6020
|
+
? item["zones"]
|
|
6021
|
+
: item["zones"].map((p) => {
|
|
6022
|
+
return p;
|
|
6023
|
+
}),
|
|
6024
|
+
zoneDetails: !item["zoneDetails"]
|
|
6025
|
+
? item["zoneDetails"]
|
|
6026
|
+
: resourceSkuZoneDetailsArrayDeserializer(item["zoneDetails"]),
|
|
6027
|
+
extendedLocations: !item["extendedLocations"]
|
|
6028
|
+
? item["extendedLocations"]
|
|
6029
|
+
: item["extendedLocations"].map((p) => {
|
|
6030
|
+
return p;
|
|
6031
|
+
}),
|
|
6032
|
+
type: item["type"],
|
|
6033
|
+
};
|
|
6034
|
+
}
|
|
6035
|
+
export function resourceSkuZoneDetailsArrayDeserializer(result) {
|
|
6036
|
+
return result.map((item) => {
|
|
6037
|
+
return resourceSkuZoneDetailsDeserializer(item);
|
|
6038
|
+
});
|
|
6039
|
+
}
|
|
6040
|
+
export function resourceSkuZoneDetailsDeserializer(item) {
|
|
6041
|
+
return {
|
|
6042
|
+
name: !item["name"]
|
|
6043
|
+
? item["name"]
|
|
6044
|
+
: item["name"].map((p) => {
|
|
6045
|
+
return p;
|
|
6046
|
+
}),
|
|
6047
|
+
capabilities: !item["capabilities"]
|
|
6048
|
+
? item["capabilities"]
|
|
6049
|
+
: resourceSkuCapabilitiesArrayDeserializer(item["capabilities"]),
|
|
6050
|
+
};
|
|
6051
|
+
}
|
|
6052
|
+
export function resourceSkuCapabilitiesArrayDeserializer(result) {
|
|
6053
|
+
return result.map((item) => {
|
|
6054
|
+
return resourceSkuCapabilitiesDeserializer(item);
|
|
6055
|
+
});
|
|
6056
|
+
}
|
|
6057
|
+
export function resourceSkuCapabilitiesDeserializer(item) {
|
|
6058
|
+
return {
|
|
6059
|
+
name: item["name"],
|
|
6060
|
+
value: item["value"],
|
|
6061
|
+
};
|
|
6062
|
+
}
|
|
6063
|
+
export function resourceSkuCostsArrayDeserializer(result) {
|
|
6064
|
+
return result.map((item) => {
|
|
6065
|
+
return resourceSkuCostsDeserializer(item);
|
|
6066
|
+
});
|
|
6067
|
+
}
|
|
6068
|
+
export function resourceSkuCostsDeserializer(item) {
|
|
6069
|
+
return {
|
|
6070
|
+
meterID: item["meterID"],
|
|
6071
|
+
quantity: item["quantity"],
|
|
6072
|
+
extendedUnit: item["extendedUnit"],
|
|
6073
|
+
};
|
|
6074
|
+
}
|
|
6075
|
+
export function resourceSkuRestrictionsArrayDeserializer(result) {
|
|
6076
|
+
return result.map((item) => {
|
|
6077
|
+
return resourceSkuRestrictionsDeserializer(item);
|
|
6078
|
+
});
|
|
6079
|
+
}
|
|
6080
|
+
export function resourceSkuRestrictionsDeserializer(item) {
|
|
6081
|
+
return {
|
|
6082
|
+
type: item["type"],
|
|
6083
|
+
values: !item["values"]
|
|
6084
|
+
? item["values"]
|
|
6085
|
+
: item["values"].map((p) => {
|
|
6086
|
+
return p;
|
|
6087
|
+
}),
|
|
6088
|
+
restrictionInfo: !item["restrictionInfo"]
|
|
6089
|
+
? item["restrictionInfo"]
|
|
6090
|
+
: resourceSkuRestrictionInfoDeserializer(item["restrictionInfo"]),
|
|
6091
|
+
reasonCode: item["reasonCode"],
|
|
6092
|
+
};
|
|
6093
|
+
}
|
|
6094
|
+
/** The type of restrictions. */
|
|
6095
|
+
export var KnownResourceSkuRestrictionsType;
|
|
6096
|
+
(function (KnownResourceSkuRestrictionsType) {
|
|
6097
|
+
/** Location restriction */
|
|
6098
|
+
KnownResourceSkuRestrictionsType["Location"] = "Location";
|
|
6099
|
+
/** Zone restriction */
|
|
6100
|
+
KnownResourceSkuRestrictionsType["Zone"] = "Zone";
|
|
6101
|
+
})(KnownResourceSkuRestrictionsType || (KnownResourceSkuRestrictionsType = {}));
|
|
6102
|
+
export function resourceSkuRestrictionInfoDeserializer(item) {
|
|
6103
|
+
return {
|
|
6104
|
+
locations: !item["locations"]
|
|
6105
|
+
? item["locations"]
|
|
6106
|
+
: item["locations"].map((p) => {
|
|
6107
|
+
return p;
|
|
6108
|
+
}),
|
|
6109
|
+
zones: !item["zones"]
|
|
6110
|
+
? item["zones"]
|
|
6111
|
+
: item["zones"].map((p) => {
|
|
6112
|
+
return p;
|
|
6113
|
+
}),
|
|
6114
|
+
};
|
|
6115
|
+
}
|
|
6116
|
+
/** The reason for restriction. */
|
|
6117
|
+
export var KnownResourceSkuRestrictionsReasonCode;
|
|
6118
|
+
(function (KnownResourceSkuRestrictionsReasonCode) {
|
|
6119
|
+
/** Quota ID restriction */
|
|
6120
|
+
KnownResourceSkuRestrictionsReasonCode["QuotaId"] = "QuotaId";
|
|
6121
|
+
/** Not available for subscription */
|
|
6122
|
+
KnownResourceSkuRestrictionsReasonCode["NotAvailableForSubscription"] = "NotAvailableForSubscription";
|
|
6123
|
+
})(KnownResourceSkuRestrictionsReasonCode || (KnownResourceSkuRestrictionsReasonCode = {}));
|
|
4252
6124
|
/** The format of the kubeconfig credential. */
|
|
4253
6125
|
export var KnownFormat;
|
|
4254
6126
|
(function (KnownFormat) {
|
|
@@ -4264,6 +6136,8 @@ export var KnownVersions;
|
|
|
4264
6136
|
KnownVersions["V20251001"] = "2025-10-01";
|
|
4265
6137
|
/** The 2026-01-01 API version. */
|
|
4266
6138
|
KnownVersions["V20260101"] = "2026-01-01";
|
|
6139
|
+
/** The 2026-01-02-preview API version. */
|
|
6140
|
+
KnownVersions["V20260102Preview"] = "2026-01-02-preview";
|
|
4267
6141
|
})(KnownVersions || (KnownVersions = {}));
|
|
4268
6142
|
export function _agentPoolPropertiesSerializer(item) {
|
|
4269
6143
|
return {
|
|
@@ -4287,9 +6161,14 @@ export function _agentPoolPropertiesSerializer(item) {
|
|
|
4287
6161
|
type: item["typePropertiesType"],
|
|
4288
6162
|
mode: item["mode"],
|
|
4289
6163
|
orchestratorVersion: item["orchestratorVersion"],
|
|
6164
|
+
upgradeStrategy: item["upgradeStrategy"],
|
|
6165
|
+
enableOSDiskFullCaching: item["enableOSDiskFullCaching"],
|
|
4290
6166
|
upgradeSettings: !item["upgradeSettings"]
|
|
4291
6167
|
? item["upgradeSettings"]
|
|
4292
6168
|
: agentPoolUpgradeSettingsSerializer(item["upgradeSettings"]),
|
|
6169
|
+
upgradeSettingsBlueGreen: !item["upgradeSettingsBlueGreen"]
|
|
6170
|
+
? item["upgradeSettingsBlueGreen"]
|
|
6171
|
+
: agentPoolBlueGreenUpgradeSettingsSerializer(item["upgradeSettingsBlueGreen"]),
|
|
4293
6172
|
powerState: !item["powerState"] ? item["powerState"] : powerStateSerializer(item["powerState"]),
|
|
4294
6173
|
availabilityZones: !item["availabilityZones"]
|
|
4295
6174
|
? item["availabilityZones"]
|
|
@@ -4308,6 +6187,11 @@ export function _agentPoolPropertiesSerializer(item) {
|
|
|
4308
6187
|
: item["nodeTaints"].map((p) => {
|
|
4309
6188
|
return p;
|
|
4310
6189
|
}),
|
|
6190
|
+
nodeInitializationTaints: !item["nodeInitializationTaints"]
|
|
6191
|
+
? item["nodeInitializationTaints"]
|
|
6192
|
+
: item["nodeInitializationTaints"].map((p) => {
|
|
6193
|
+
return p;
|
|
6194
|
+
}),
|
|
4311
6195
|
proximityPlacementGroupID: item["proximityPlacementGroupID"],
|
|
4312
6196
|
kubeletConfig: !item["kubeletConfig"]
|
|
4313
6197
|
? item["kubeletConfig"]
|
|
@@ -4337,6 +6221,9 @@ export function _agentPoolPropertiesSerializer(item) {
|
|
|
4337
6221
|
gatewayProfile: !item["gatewayProfile"]
|
|
4338
6222
|
? item["gatewayProfile"]
|
|
4339
6223
|
: agentPoolGatewayProfileSerializer(item["gatewayProfile"]),
|
|
6224
|
+
artifactStreamingProfile: !item["artifactStreamingProfile"]
|
|
6225
|
+
? item["artifactStreamingProfile"]
|
|
6226
|
+
: agentPoolArtifactStreamingProfileSerializer(item["artifactStreamingProfile"]),
|
|
4340
6227
|
virtualMachinesProfile: !item["virtualMachinesProfile"]
|
|
4341
6228
|
? item["virtualMachinesProfile"]
|
|
4342
6229
|
: virtualMachinesProfileSerializer(item["virtualMachinesProfile"]),
|
|
@@ -4347,6 +6234,9 @@ export function _agentPoolPropertiesSerializer(item) {
|
|
|
4347
6234
|
localDNSProfile: !item["localDNSProfile"]
|
|
4348
6235
|
? item["localDNSProfile"]
|
|
4349
6236
|
: localDNSProfileSerializer(item["localDNSProfile"]),
|
|
6237
|
+
nodeCustomizationProfile: !item["nodeCustomizationProfile"]
|
|
6238
|
+
? item["nodeCustomizationProfile"]
|
|
6239
|
+
: nodeCustomizationProfileSerializer(item["nodeCustomizationProfile"]),
|
|
4350
6240
|
};
|
|
4351
6241
|
}
|
|
4352
6242
|
export function _agentPoolPropertiesDeserializer(item) {
|
|
@@ -4374,9 +6264,14 @@ export function _agentPoolPropertiesDeserializer(item) {
|
|
|
4374
6264
|
orchestratorVersion: item["orchestratorVersion"],
|
|
4375
6265
|
currentOrchestratorVersion: item["currentOrchestratorVersion"],
|
|
4376
6266
|
nodeImageVersion: item["nodeImageVersion"],
|
|
6267
|
+
upgradeStrategy: item["upgradeStrategy"],
|
|
6268
|
+
enableOSDiskFullCaching: item["enableOSDiskFullCaching"],
|
|
4377
6269
|
upgradeSettings: !item["upgradeSettings"]
|
|
4378
6270
|
? item["upgradeSettings"]
|
|
4379
6271
|
: agentPoolUpgradeSettingsDeserializer(item["upgradeSettings"]),
|
|
6272
|
+
upgradeSettingsBlueGreen: !item["upgradeSettingsBlueGreen"]
|
|
6273
|
+
? item["upgradeSettingsBlueGreen"]
|
|
6274
|
+
: agentPoolBlueGreenUpgradeSettingsDeserializer(item["upgradeSettingsBlueGreen"]),
|
|
4380
6275
|
provisioningState: item["provisioningState"],
|
|
4381
6276
|
powerState: !item["powerState"]
|
|
4382
6277
|
? item["powerState"]
|
|
@@ -4402,6 +6297,11 @@ export function _agentPoolPropertiesDeserializer(item) {
|
|
|
4402
6297
|
: item["nodeTaints"].map((p) => {
|
|
4403
6298
|
return p;
|
|
4404
6299
|
}),
|
|
6300
|
+
nodeInitializationTaints: !item["nodeInitializationTaints"]
|
|
6301
|
+
? item["nodeInitializationTaints"]
|
|
6302
|
+
: item["nodeInitializationTaints"].map((p) => {
|
|
6303
|
+
return p;
|
|
6304
|
+
}),
|
|
4405
6305
|
proximityPlacementGroupID: item["proximityPlacementGroupID"],
|
|
4406
6306
|
kubeletConfig: !item["kubeletConfig"]
|
|
4407
6307
|
? item["kubeletConfig"]
|
|
@@ -4433,6 +6333,9 @@ export function _agentPoolPropertiesDeserializer(item) {
|
|
|
4433
6333
|
gatewayProfile: !item["gatewayProfile"]
|
|
4434
6334
|
? item["gatewayProfile"]
|
|
4435
6335
|
: agentPoolGatewayProfileDeserializer(item["gatewayProfile"]),
|
|
6336
|
+
artifactStreamingProfile: !item["artifactStreamingProfile"]
|
|
6337
|
+
? item["artifactStreamingProfile"]
|
|
6338
|
+
: agentPoolArtifactStreamingProfileDeserializer(item["artifactStreamingProfile"]),
|
|
4436
6339
|
virtualMachinesProfile: !item["virtualMachinesProfile"]
|
|
4437
6340
|
? item["virtualMachinesProfile"]
|
|
4438
6341
|
: virtualMachinesProfileDeserializer(item["virtualMachinesProfile"]),
|
|
@@ -4443,6 +6346,9 @@ export function _agentPoolPropertiesDeserializer(item) {
|
|
|
4443
6346
|
localDNSProfile: !item["localDNSProfile"]
|
|
4444
6347
|
? item["localDNSProfile"]
|
|
4445
6348
|
: localDNSProfileDeserializer(item["localDNSProfile"]),
|
|
6349
|
+
nodeCustomizationProfile: !item["nodeCustomizationProfile"]
|
|
6350
|
+
? item["nodeCustomizationProfile"]
|
|
6351
|
+
: nodeCustomizationProfileDeserializer(item["nodeCustomizationProfile"]),
|
|
4446
6352
|
};
|
|
4447
6353
|
}
|
|
4448
6354
|
export function _agentPoolAvailableVersionsPropertiesDeserializer(item) {
|
|
@@ -4459,11 +6365,20 @@ export function _agentPoolUpgradeProfilePropertiesDeserializer(item) {
|
|
|
4459
6365
|
upgrades: !item["upgrades"]
|
|
4460
6366
|
? item["upgrades"]
|
|
4461
6367
|
: agentPoolUpgradeProfilePropertiesUpgradesItemArrayDeserializer(item["upgrades"]),
|
|
6368
|
+
componentsByReleases: !item["componentsByReleases"]
|
|
6369
|
+
? item["componentsByReleases"]
|
|
6370
|
+
: componentsByReleaseArrayDeserializer(item["componentsByReleases"]),
|
|
6371
|
+
recentlyUsedVersions: !item["recentlyUsedVersions"]
|
|
6372
|
+
? item["recentlyUsedVersions"]
|
|
6373
|
+
: agentPoolRecentlyUsedVersionArrayDeserializer(item["recentlyUsedVersions"]),
|
|
4462
6374
|
latestNodeImageVersion: item["latestNodeImageVersion"],
|
|
4463
6375
|
};
|
|
4464
6376
|
}
|
|
4465
6377
|
export function _managedClusterPropertiesSerializer(item) {
|
|
4466
6378
|
return {
|
|
6379
|
+
creationData: !item["creationData"]
|
|
6380
|
+
? item["creationData"]
|
|
6381
|
+
: creationDataSerializer(item["creationData"]),
|
|
4467
6382
|
kubernetesVersion: item["kubernetesVersion"],
|
|
4468
6383
|
dnsPrefix: item["dnsPrefix"],
|
|
4469
6384
|
fqdnSubdomain: item["fqdnSubdomain"],
|
|
@@ -4494,6 +6409,7 @@ export function _managedClusterPropertiesSerializer(item) {
|
|
|
4494
6409
|
: managedClusterNodeResourceGroupProfileSerializer(item["nodeResourceGroupProfile"]),
|
|
4495
6410
|
enableRBAC: item["enableRbac"],
|
|
4496
6411
|
supportPlan: item["supportPlan"],
|
|
6412
|
+
enableNamespaceResources: item["enableNamespaceResources"],
|
|
4497
6413
|
networkProfile: !item["networkProfile"]
|
|
4498
6414
|
? item["networkProfile"]
|
|
4499
6415
|
: containerServiceNetworkProfileSerializer(item["networkProfile"]),
|
|
@@ -4554,6 +6470,15 @@ export function _managedClusterPropertiesSerializer(item) {
|
|
|
4554
6470
|
aiToolchainOperatorProfile: !item["aiToolchainOperatorProfile"]
|
|
4555
6471
|
? item["aiToolchainOperatorProfile"]
|
|
4556
6472
|
: managedClusterAIToolchainOperatorProfileSerializer(item["aiToolchainOperatorProfile"]),
|
|
6473
|
+
schedulerProfile: !item["schedulerProfile"]
|
|
6474
|
+
? item["schedulerProfile"]
|
|
6475
|
+
: schedulerProfileSerializer(item["schedulerProfile"]),
|
|
6476
|
+
hostedSystemProfile: !item["hostedSystemProfile"]
|
|
6477
|
+
? item["hostedSystemProfile"]
|
|
6478
|
+
: managedClusterHostedSystemProfileSerializer(item["hostedSystemProfile"]),
|
|
6479
|
+
healthMonitorProfile: !item["healthMonitorProfile"]
|
|
6480
|
+
? item["healthMonitorProfile"]
|
|
6481
|
+
: managedClusterHealthMonitorProfileSerializer(item["healthMonitorProfile"]),
|
|
4557
6482
|
status: !item["status"] ? item["status"] : managedClusterStatusSerializer(item["status"]),
|
|
4558
6483
|
};
|
|
4559
6484
|
}
|
|
@@ -4563,6 +6488,9 @@ export function _managedClusterPropertiesDeserializer(item) {
|
|
|
4563
6488
|
powerState: !item["powerState"]
|
|
4564
6489
|
? item["powerState"]
|
|
4565
6490
|
: powerStateDeserializer(item["powerState"]),
|
|
6491
|
+
creationData: !item["creationData"]
|
|
6492
|
+
? item["creationData"]
|
|
6493
|
+
: creationDataDeserializer(item["creationData"]),
|
|
4566
6494
|
maxAgentPools: item["maxAgentPools"],
|
|
4567
6495
|
kubernetesVersion: item["kubernetesVersion"],
|
|
4568
6496
|
currentKubernetesVersion: item["currentKubernetesVersion"],
|
|
@@ -4598,6 +6526,7 @@ export function _managedClusterPropertiesDeserializer(item) {
|
|
|
4598
6526
|
: managedClusterNodeResourceGroupProfileDeserializer(item["nodeResourceGroupProfile"]),
|
|
4599
6527
|
enableRbac: item["enableRBAC"],
|
|
4600
6528
|
supportPlan: item["supportPlan"],
|
|
6529
|
+
enableNamespaceResources: item["enableNamespaceResources"],
|
|
4601
6530
|
networkProfile: !item["networkProfile"]
|
|
4602
6531
|
? item["networkProfile"]
|
|
4603
6532
|
: containerServiceNetworkProfileDeserializer(item["networkProfile"]),
|
|
@@ -4659,6 +6588,15 @@ export function _managedClusterPropertiesDeserializer(item) {
|
|
|
4659
6588
|
aiToolchainOperatorProfile: !item["aiToolchainOperatorProfile"]
|
|
4660
6589
|
? item["aiToolchainOperatorProfile"]
|
|
4661
6590
|
: managedClusterAIToolchainOperatorProfileDeserializer(item["aiToolchainOperatorProfile"]),
|
|
6591
|
+
schedulerProfile: !item["schedulerProfile"]
|
|
6592
|
+
? item["schedulerProfile"]
|
|
6593
|
+
: schedulerProfileDeserializer(item["schedulerProfile"]),
|
|
6594
|
+
hostedSystemProfile: !item["hostedSystemProfile"]
|
|
6595
|
+
? item["hostedSystemProfile"]
|
|
6596
|
+
: managedClusterHostedSystemProfileDeserializer(item["hostedSystemProfile"]),
|
|
6597
|
+
healthMonitorProfile: !item["healthMonitorProfile"]
|
|
6598
|
+
? item["healthMonitorProfile"]
|
|
6599
|
+
: managedClusterHealthMonitorProfileDeserializer(item["healthMonitorProfile"]),
|
|
4662
6600
|
status: !item["status"] ? item["status"] : managedClusterStatusDeserializer(item["status"]),
|
|
4663
6601
|
};
|
|
4664
6602
|
}
|
|
@@ -4756,6 +6694,25 @@ export function _snapshotPropertiesDeserializer(item) {
|
|
|
4756
6694
|
enableFips: item["enableFIPS"],
|
|
4757
6695
|
};
|
|
4758
6696
|
}
|
|
6697
|
+
export function _managedClusterSnapshotPropertiesSerializer(item) {
|
|
6698
|
+
return {
|
|
6699
|
+
creationData: !item["creationData"]
|
|
6700
|
+
? item["creationData"]
|
|
6701
|
+
: creationDataSerializer(item["creationData"]),
|
|
6702
|
+
snapshotType: item["snapshotType"],
|
|
6703
|
+
};
|
|
6704
|
+
}
|
|
6705
|
+
export function _managedClusterSnapshotPropertiesDeserializer(item) {
|
|
6706
|
+
return {
|
|
6707
|
+
creationData: !item["creationData"]
|
|
6708
|
+
? item["creationData"]
|
|
6709
|
+
: creationDataDeserializer(item["creationData"]),
|
|
6710
|
+
snapshotType: item["snapshotType"],
|
|
6711
|
+
managedClusterPropertiesReadOnly: !item["managedClusterPropertiesReadOnly"]
|
|
6712
|
+
? item["managedClusterPropertiesReadOnly"]
|
|
6713
|
+
: managedClusterPropertiesForSnapshotDeserializer(item["managedClusterPropertiesReadOnly"]),
|
|
6714
|
+
};
|
|
6715
|
+
}
|
|
4759
6716
|
export function _trustedAccessRoleBindingPropertiesSerializer(item) {
|
|
4760
6717
|
return {
|
|
4761
6718
|
sourceResourceId: item["sourceResourceId"],
|
|
@@ -4773,6 +6730,37 @@ export function _trustedAccessRoleBindingPropertiesDeserializer(item) {
|
|
|
4773
6730
|
}),
|
|
4774
6731
|
};
|
|
4775
6732
|
}
|
|
6733
|
+
export function _loadBalancerPropertiesSerializer(item) {
|
|
6734
|
+
return {
|
|
6735
|
+
primaryAgentPoolName: item["primaryAgentPoolName"],
|
|
6736
|
+
allowServicePlacement: item["allowServicePlacement"],
|
|
6737
|
+
serviceLabelSelector: !item["serviceLabelSelector"]
|
|
6738
|
+
? item["serviceLabelSelector"]
|
|
6739
|
+
: labelSelectorSerializer(item["serviceLabelSelector"]),
|
|
6740
|
+
serviceNamespaceSelector: !item["serviceNamespaceSelector"]
|
|
6741
|
+
? item["serviceNamespaceSelector"]
|
|
6742
|
+
: labelSelectorSerializer(item["serviceNamespaceSelector"]),
|
|
6743
|
+
nodeSelector: !item["nodeSelector"]
|
|
6744
|
+
? item["nodeSelector"]
|
|
6745
|
+
: labelSelectorSerializer(item["nodeSelector"]),
|
|
6746
|
+
};
|
|
6747
|
+
}
|
|
6748
|
+
export function _loadBalancerPropertiesDeserializer(item) {
|
|
6749
|
+
return {
|
|
6750
|
+
primaryAgentPoolName: item["primaryAgentPoolName"],
|
|
6751
|
+
allowServicePlacement: item["allowServicePlacement"],
|
|
6752
|
+
serviceLabelSelector: !item["serviceLabelSelector"]
|
|
6753
|
+
? item["serviceLabelSelector"]
|
|
6754
|
+
: labelSelectorDeserializer(item["serviceLabelSelector"]),
|
|
6755
|
+
serviceNamespaceSelector: !item["serviceNamespaceSelector"]
|
|
6756
|
+
? item["serviceNamespaceSelector"]
|
|
6757
|
+
: labelSelectorDeserializer(item["serviceNamespaceSelector"]),
|
|
6758
|
+
nodeSelector: !item["nodeSelector"]
|
|
6759
|
+
? item["nodeSelector"]
|
|
6760
|
+
: labelSelectorDeserializer(item["nodeSelector"]),
|
|
6761
|
+
provisioningState: item["provisioningState"],
|
|
6762
|
+
};
|
|
6763
|
+
}
|
|
4776
6764
|
export function _operationValueDisplayDeserializer(item) {
|
|
4777
6765
|
return {
|
|
4778
6766
|
operation: item["operation"],
|