@azure/arm-containerservice 25.2.0 → 25.3.0-beta.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- 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.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.map +1 -0
- package/dist/browser/api/identityBindings/operations.d.ts +23 -0
- package/dist/browser/api/identityBindings/operations.js +135 -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.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 +23 -0
- package/dist/browser/api/jwtAuthenticators/operations.js +135 -0
- package/dist/browser/api/jwtAuthenticators/operations.js.map +1 -0
- package/dist/{react-native/api/trustedAccessRoleBindings → browser/api/jwtAuthenticators}/options.d.ts +4 -4
- 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 +23 -0
- package/dist/{react-native/api/maintenanceConfigurations → browser/api/loadBalancers}/operations.js +42 -32
- 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.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.map +1 -0
- package/dist/browser/api/managedClusterSnapshots/operations.d.ts +30 -0
- package/dist/{react-native/api/snapshots → browser/api/managedClusterSnapshots}/operations.js +35 -27
- 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.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 +23 -0
- package/dist/{react-native/api/trustedAccessRoleBindings → browser/api/meshMemberships}/operations.js +39 -35
- 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.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.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.map +1 -0
- package/dist/browser/api/vmSkus/operations.d.ts +10 -0
- package/dist/{react-native/api/trustedAccessRoles → browser/api/vmSkus}/operations.js +11 -6
- 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.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 +27 -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 +27 -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 +23 -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 +21 -0
- package/dist/{react-native/classic/snapshots → browser/classic/managedClusterSnapshots}/index.js +4 -4
- 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 +27 -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 +1658 -13
- package/dist/browser/models/models.js +2066 -16
- 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 +2 -0
- package/dist/commonjs/api/agentPools/index.js.map +2 -2
- package/dist/commonjs/api/agentPools/operations.d.ts +5 -1
- package/dist/commonjs/api/agentPools/operations.js +59 -15
- package/dist/commonjs/api/agentPools/operations.js.map +2 -2
- package/dist/commonjs/api/agentPools/options.d.ts +5 -0
- package/dist/commonjs/api/agentPools/options.js.map +1 -1
- 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 +1 -1
- package/dist/commonjs/api/containerServiceContext.js.map +1 -1
- 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 +23 -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/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 +23 -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 +23 -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 +2 -0
- package/dist/commonjs/api/machines/index.js.map +2 -2
- package/dist/commonjs/api/machines/operations.d.ts +6 -1
- package/dist/commonjs/api/machines/operations.js +67 -3
- package/dist/commonjs/api/machines/operations.js.map +2 -2
- package/dist/commonjs/api/machines/options.d.ts +9 -0
- package/dist/commonjs/api/machines/options.js.map +1 -1
- package/dist/commonjs/api/maintenanceConfigurations/operations.js +9 -5
- package/dist/commonjs/api/maintenanceConfigurations/operations.js.map +2 -2
- 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 +30 -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 +10 -0
- package/dist/commonjs/api/managedClusters/index.js.map +2 -2
- package/dist/commonjs/api/managedClusters/operations.d.ts +22 -2
- package/dist/commonjs/api/managedClusters/operations.js +276 -43
- package/dist/commonjs/api/managedClusters/operations.js.map +2 -2
- package/dist/commonjs/api/managedClusters/options.d.ts +19 -0
- package/dist/commonjs/api/managedClusters/options.js.map +1 -1
- package/dist/commonjs/api/managedNamespaces/operations.js +13 -9
- package/dist/commonjs/api/managedNamespaces/operations.js.map +2 -2
- 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 +23 -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/operations.js +6 -2
- package/dist/commonjs/api/operations/operations.js.map +2 -2
- package/dist/commonjs/api/privateEndpointConnections/operations.js +5 -5
- package/dist/commonjs/api/privateEndpointConnections/operations.js.map +1 -1
- package/dist/commonjs/api/privateLinkResources/operations.js +1 -1
- package/dist/commonjs/api/privateLinkResources/operations.js.map +1 -1
- package/dist/commonjs/api/resolvePrivateLinkServiceId/operations.js +1 -1
- package/dist/commonjs/api/resolvePrivateLinkServiceId/operations.js.map +1 -1
- package/dist/commonjs/api/snapshots/operations.js +16 -8
- package/dist/commonjs/api/snapshots/operations.js.map +2 -2
- package/dist/commonjs/api/trustedAccessRoleBindings/operations.js +11 -7
- package/dist/commonjs/api/trustedAccessRoleBindings/operations.js.map +2 -2
- package/dist/commonjs/api/trustedAccessRoles/operations.js +6 -2
- package/dist/commonjs/api/trustedAccessRoles/operations.js.map +2 -2
- 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 +21 -0
- package/dist/commonjs/classic/agentPools/index.js.map +2 -2
- 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 +27 -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.map +1 -1
- package/dist/commonjs/classic/jwtAuthenticators/index.d.ts +27 -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 +23 -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 +34 -0
- package/dist/commonjs/classic/machines/index.js.map +2 -2
- package/dist/commonjs/classic/managedClusterSnapshots/index.d.ts +21 -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 +25 -0
- package/dist/commonjs/classic/managedClusters/index.js.map +2 -2
- package/dist/commonjs/classic/meshMemberships/index.d.ts +27 -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/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 +32 -0
- package/dist/commonjs/containerServiceClient.js.map +2 -2
- package/dist/commonjs/index.d.ts +14 -6
- package/dist/commonjs/index.js +54 -0
- package/dist/commonjs/index.js.map +2 -2
- package/dist/commonjs/models/index.d.ts +2 -2
- package/dist/commonjs/models/index.js +54 -0
- package/dist/commonjs/models/index.js.map +2 -2
- package/dist/commonjs/models/models.d.ts +1658 -13
- package/dist/commonjs/models/models.js +2027 -53
- package/dist/commonjs/models/models.js.map +3 -3
- package/dist/commonjs/restorePollerHelpers.js +56 -26
- package/dist/commonjs/restorePollerHelpers.js.map +3 -3
- package/dist/esm/api/agentPools/index.d.ts +2 -2
- package/dist/esm/api/agentPools/index.js +1 -1
- package/dist/esm/api/agentPools/index.js.map +1 -1
- package/dist/esm/api/agentPools/operations.d.ts +5 -1
- package/dist/esm/api/agentPools/operations.js +50 -15
- package/dist/esm/api/agentPools/operations.js.map +1 -1
- package/dist/esm/api/agentPools/options.d.ts +5 -0
- package/dist/esm/api/agentPools/options.js.map +1 -1
- 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.map +1 -0
- package/dist/esm/api/containerServiceContext.js +1 -1
- package/dist/esm/api/containerServiceContext.js.map +1 -1
- 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 +23 -0
- package/dist/esm/api/identityBindings/operations.js +135 -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.map +1 -0
- 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 +23 -0
- package/dist/esm/api/jwtAuthenticators/operations.js +135 -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.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 +23 -0
- package/dist/{react-native/api/privateEndpointConnections → esm/api/loadBalancers}/operations.js +43 -39
- 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.map +1 -0
- package/dist/esm/api/machines/index.d.ts +2 -2
- package/dist/esm/api/machines/index.js +1 -1
- package/dist/esm/api/machines/index.js.map +1 -1
- package/dist/esm/api/machines/operations.d.ts +6 -1
- package/dist/esm/api/machines/operations.js +51 -4
- package/dist/esm/api/machines/operations.js.map +1 -1
- package/dist/esm/api/machines/options.d.ts +9 -0
- package/dist/esm/api/machines/options.js.map +1 -1
- package/dist/esm/api/maintenanceConfigurations/operations.js +9 -5
- package/dist/esm/api/maintenanceConfigurations/operations.js.map +1 -1
- 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 +30 -0
- package/dist/esm/api/managedClusterSnapshots/operations.js +179 -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 +1 -1
- package/dist/esm/api/managedClusters/index.js.map +1 -1
- package/dist/esm/api/managedClusters/operations.d.ts +22 -2
- package/dist/esm/api/managedClusters/operations.js +215 -44
- package/dist/esm/api/managedClusters/operations.js.map +1 -1
- package/dist/esm/api/managedClusters/options.d.ts +19 -0
- package/dist/esm/api/managedClusters/options.js.map +1 -1
- package/dist/esm/api/managedNamespaces/operations.js +13 -9
- package/dist/esm/api/managedNamespaces/operations.js.map +1 -1
- 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 +23 -0
- package/dist/esm/api/meshMemberships/operations.js +135 -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/operations.js +6 -2
- package/dist/esm/api/operations/operations.js.map +1 -1
- package/dist/esm/api/privateEndpointConnections/operations.js +5 -5
- package/dist/esm/api/privateEndpointConnections/operations.js.map +1 -1
- package/dist/esm/api/privateLinkResources/operations.js +1 -1
- package/dist/esm/api/privateLinkResources/operations.js.map +1 -1
- package/dist/esm/api/resolvePrivateLinkServiceId/operations.js +1 -1
- package/dist/esm/api/resolvePrivateLinkServiceId/operations.js.map +1 -1
- package/dist/esm/api/snapshots/operations.js +16 -8
- package/dist/esm/api/snapshots/operations.js.map +1 -1
- package/dist/esm/api/trustedAccessRoleBindings/operations.js +11 -7
- package/dist/esm/api/trustedAccessRoleBindings/operations.js.map +1 -1
- package/dist/esm/api/trustedAccessRoles/operations.js +6 -2
- package/dist/esm/api/trustedAccessRoles/operations.js.map +1 -1
- package/dist/esm/api/vmSkus/index.d.ts +3 -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 +10 -1
- package/dist/esm/classic/agentPools/index.js.map +1 -1
- 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 +27 -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.map +1 -1
- package/dist/esm/classic/jwtAuthenticators/index.d.ts +27 -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 +23 -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 +11 -1
- package/dist/esm/classic/machines/index.js.map +1 -1
- package/dist/esm/classic/managedClusterSnapshots/index.d.ts +21 -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 +14 -1
- package/dist/esm/classic/managedClusters/index.js.map +1 -1
- package/dist/esm/classic/meshMemberships/index.d.ts +27 -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/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 +32 -0
- package/dist/esm/containerServiceClient.js.map +1 -1
- package/dist/esm/index.d.ts +14 -6
- package/dist/esm/index.js +1 -1
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/models/index.d.ts +2 -2
- package/dist/esm/models/index.js +1 -1
- package/dist/esm/models/index.js.map +1 -1
- package/dist/esm/models/models.d.ts +1658 -13
- package/dist/esm/models/models.js +2066 -16
- package/dist/esm/models/models.js.map +1 -1
- package/dist/esm/restorePollerHelpers.js +35 -5
- package/dist/esm/restorePollerHelpers.js.map +1 -1
- package/package.json +119 -70
- package/dist/react-native/api/agentPools/index.d.ts +0 -3
- package/dist/react-native/api/agentPools/index.js +0 -4
- package/dist/react-native/api/agentPools/index.js.map +0 -1
- package/dist/react-native/api/agentPools/operations.d.ts +0 -43
- package/dist/react-native/api/agentPools/operations.js +0 -300
- package/dist/react-native/api/agentPools/operations.js.map +0 -1
- package/dist/react-native/api/agentPools/options.d.ts +0 -47
- package/dist/react-native/api/agentPools/options.js.map +0 -1
- package/dist/react-native/api/containerServiceContext.d.ts +0 -22
- package/dist/react-native/api/containerServiceContext.js +0 -24
- package/dist/react-native/api/containerServiceContext.js.map +0 -1
- package/dist/react-native/api/index.d.ts +0 -3
- package/dist/react-native/api/index.js +0 -4
- package/dist/react-native/api/index.js.map +0 -1
- package/dist/react-native/api/machines/index.d.ts +0 -3
- package/dist/react-native/api/machines/index.js +0 -4
- package/dist/react-native/api/machines/index.js.map +0 -1
- package/dist/react-native/api/machines/operations.d.ts +0 -14
- package/dist/react-native/api/machines/operations.js +0 -65
- package/dist/react-native/api/machines/operations.js.map +0 -1
- package/dist/react-native/api/machines/options.d.ts +0 -8
- package/dist/react-native/api/machines/options.js.map +0 -1
- package/dist/react-native/api/maintenanceConfigurations/index.d.ts +0 -3
- package/dist/react-native/api/maintenanceConfigurations/index.js.map +0 -1
- package/dist/react-native/api/maintenanceConfigurations/operations.d.ts +0 -22
- package/dist/react-native/api/maintenanceConfigurations/operations.js.map +0 -1
- package/dist/react-native/api/maintenanceConfigurations/options.d.ts +0 -14
- package/dist/react-native/api/maintenanceConfigurations/options.js.map +0 -1
- package/dist/react-native/api/managedClusters/index.d.ts +0 -3
- package/dist/react-native/api/managedClusters/index.js +0 -4
- package/dist/react-native/api/managedClusters/index.js.map +0 -1
- package/dist/react-native/api/managedClusters/operations.d.ts +0 -111
- package/dist/react-native/api/managedClusters/operations.js +0 -801
- package/dist/react-native/api/managedClusters/operations.js.map +0 -1
- package/dist/react-native/api/managedClusters/options.d.ts +0 -119
- package/dist/react-native/api/managedClusters/options.js.map +0 -1
- package/dist/react-native/api/managedNamespaces/index.d.ts +0 -3
- package/dist/react-native/api/managedNamespaces/index.js +0 -4
- package/dist/react-native/api/managedNamespaces/index.js.map +0 -1
- package/dist/react-native/api/managedNamespaces/operations.d.ts +0 -31
- package/dist/react-native/api/managedNamespaces/operations.js +0 -191
- package/dist/react-native/api/managedNamespaces/operations.js.map +0 -1
- package/dist/react-native/api/managedNamespaces/options.d.ts +0 -24
- package/dist/react-native/api/managedNamespaces/options.js.map +0 -1
- package/dist/react-native/api/operations/index.d.ts +0 -3
- package/dist/react-native/api/operations/index.js.map +0 -1
- package/dist/react-native/api/operations/operations.d.ts +0 -10
- package/dist/react-native/api/operations/operations.js +0 -31
- package/dist/react-native/api/operations/operations.js.map +0 -1
- package/dist/react-native/api/operations/options.d.ts +0 -5
- package/dist/react-native/api/operations/options.js.map +0 -1
- package/dist/react-native/api/privateEndpointConnections/index.d.ts +0 -3
- package/dist/react-native/api/privateEndpointConnections/index.js +0 -4
- package/dist/react-native/api/privateEndpointConnections/index.js.map +0 -1
- package/dist/react-native/api/privateEndpointConnections/operations.d.ts +0 -22
- package/dist/react-native/api/privateEndpointConnections/operations.js.map +0 -1
- package/dist/react-native/api/privateEndpointConnections/options.d.ts +0 -16
- package/dist/react-native/api/privateEndpointConnections/options.js.map +0 -1
- package/dist/react-native/api/privateLinkResources/index.d.ts +0 -3
- package/dist/react-native/api/privateLinkResources/index.js.map +0 -1
- package/dist/react-native/api/privateLinkResources/operations.d.ts +0 -9
- package/dist/react-native/api/privateLinkResources/operations.js +0 -34
- package/dist/react-native/api/privateLinkResources/operations.js.map +0 -1
- package/dist/react-native/api/privateLinkResources/options.d.ts +0 -5
- package/dist/react-native/api/privateLinkResources/options.js.map +0 -1
- package/dist/react-native/api/resolvePrivateLinkServiceId/index.d.ts +0 -3
- package/dist/react-native/api/resolvePrivateLinkServiceId/index.js +0 -4
- package/dist/react-native/api/resolvePrivateLinkServiceId/index.js.map +0 -1
- package/dist/react-native/api/resolvePrivateLinkServiceId/operations.d.ts +0 -9
- package/dist/react-native/api/resolvePrivateLinkServiceId/operations.js +0 -36
- package/dist/react-native/api/resolvePrivateLinkServiceId/operations.js.map +0 -1
- package/dist/react-native/api/resolvePrivateLinkServiceId/options.d.ts +0 -5
- package/dist/react-native/api/resolvePrivateLinkServiceId/options.js.map +0 -1
- package/dist/react-native/api/snapshots/index.d.ts +0 -3
- package/dist/react-native/api/snapshots/index.js.map +0 -1
- package/dist/react-native/api/snapshots/operations.d.ts +0 -30
- package/dist/react-native/api/snapshots/operations.js.map +0 -1
- package/dist/react-native/api/snapshots/options.d.ts +0 -20
- package/dist/react-native/api/snapshots/options.js.map +0 -1
- package/dist/react-native/api/trustedAccessRoleBindings/index.d.ts +0 -3
- package/dist/react-native/api/trustedAccessRoleBindings/index.js +0 -4
- package/dist/react-native/api/trustedAccessRoleBindings/index.js.map +0 -1
- package/dist/react-native/api/trustedAccessRoleBindings/operations.d.ts +0 -23
- package/dist/react-native/api/trustedAccessRoleBindings/operations.js.map +0 -1
- package/dist/react-native/api/trustedAccessRoleBindings/options.js.map +0 -1
- package/dist/react-native/api/trustedAccessRoles/index.d.ts +0 -3
- package/dist/react-native/api/trustedAccessRoles/index.js +0 -4
- package/dist/react-native/api/trustedAccessRoles/index.js.map +0 -1
- package/dist/react-native/api/trustedAccessRoles/operations.d.ts +0 -10
- package/dist/react-native/api/trustedAccessRoles/operations.js.map +0 -1
- package/dist/react-native/api/trustedAccessRoles/options.d.ts +0 -5
- package/dist/react-native/api/trustedAccessRoles/options.js.map +0 -1
- package/dist/react-native/classic/agentPools/index.d.ts +0 -49
- package/dist/react-native/classic/agentPools/index.js +0 -63
- package/dist/react-native/classic/agentPools/index.js.map +0 -1
- package/dist/react-native/classic/index.d.ts +0 -13
- package/dist/react-native/classic/index.js +0 -4
- package/dist/react-native/classic/index.js.map +0 -1
- package/dist/react-native/classic/machines/index.d.ts +0 -13
- package/dist/react-native/classic/machines/index.js +0 -15
- package/dist/react-native/classic/machines/index.js.map +0 -1
- package/dist/react-native/classic/maintenanceConfigurations/index.d.ts +0 -17
- package/dist/react-native/classic/maintenanceConfigurations/index.js +0 -17
- package/dist/react-native/classic/maintenanceConfigurations/index.js.map +0 -1
- package/dist/react-native/classic/managedClusters/index.d.ts +0 -107
- package/dist/react-native/classic/managedClusters/index.js +0 -128
- package/dist/react-native/classic/managedClusters/index.js.map +0 -1
- package/dist/react-native/classic/managedNamespaces/index.d.ts +0 -31
- package/dist/react-native/classic/managedNamespaces/index.js +0 -36
- package/dist/react-native/classic/managedNamespaces/index.js.map +0 -1
- package/dist/react-native/classic/operations/index.d.ts +0 -11
- package/dist/react-native/classic/operations/index.js +0 -14
- package/dist/react-native/classic/operations/index.js.map +0 -1
- package/dist/react-native/classic/privateEndpointConnections/index.d.ts +0 -22
- package/dist/react-native/classic/privateEndpointConnections/index.js +0 -26
- package/dist/react-native/classic/privateEndpointConnections/index.js.map +0 -1
- package/dist/react-native/classic/privateLinkResources/index.d.ts +0 -10
- package/dist/react-native/classic/privateLinkResources/index.js +0 -14
- package/dist/react-native/classic/privateLinkResources/index.js.map +0 -1
- package/dist/react-native/classic/resolvePrivateLinkServiceId/index.d.ts +0 -10
- package/dist/react-native/classic/resolvePrivateLinkServiceId/index.js +0 -14
- package/dist/react-native/classic/resolvePrivateLinkServiceId/index.js.map +0 -1
- package/dist/react-native/classic/snapshots/index.d.ts +0 -21
- package/dist/react-native/classic/snapshots/index.js.map +0 -1
- package/dist/react-native/classic/trustedAccessRoleBindings/index.d.ts +0 -27
- package/dist/react-native/classic/trustedAccessRoleBindings/index.js +0 -34
- package/dist/react-native/classic/trustedAccessRoleBindings/index.js.map +0 -1
- package/dist/react-native/classic/trustedAccessRoles/index.d.ts +0 -11
- package/dist/react-native/classic/trustedAccessRoles/index.js +0 -14
- package/dist/react-native/classic/trustedAccessRoles/index.js.map +0 -1
- package/dist/react-native/containerServiceClient.d.ts +0 -48
- package/dist/react-native/containerServiceClient.js +0 -77
- package/dist/react-native/containerServiceClient.js.map +0 -1
- package/dist/react-native/index.d.ts +0 -27
- package/dist/react-native/index.js +0 -8
- package/dist/react-native/index.js.map +0 -1
- package/dist/react-native/logger.d.ts +0 -2
- package/dist/react-native/logger.js +0 -5
- package/dist/react-native/logger.js.map +0 -1
- package/dist/react-native/models/index.d.ts +0 -3
- package/dist/react-native/models/index.js +0 -4
- package/dist/react-native/models/index.js.map +0 -1
- package/dist/react-native/models/models.d.ts +0 -3949
- package/dist/react-native/models/models.js +0 -4932
- package/dist/react-native/models/models.js.map +0 -1
- package/dist/react-native/package.json +0 -3
- package/dist/react-native/restorePollerHelpers.d.ts +0 -21
- package/dist/react-native/restorePollerHelpers.js +0 -142
- package/dist/react-native/restorePollerHelpers.js.map +0 -1
- package/dist/react-native/static-helpers/cloudSettingHelpers.d.ts +0 -22
- package/dist/react-native/static-helpers/cloudSettingHelpers.js +0 -38
- package/dist/react-native/static-helpers/cloudSettingHelpers.js.map +0 -1
- package/dist/react-native/static-helpers/pagingHelpers.d.ts +0 -74
- package/dist/react-native/static-helpers/pagingHelpers.js +0 -143
- package/dist/react-native/static-helpers/pagingHelpers.js.map +0 -1
- package/dist/react-native/static-helpers/pollingHelpers.d.ts +0 -34
- package/dist/react-native/static-helpers/pollingHelpers.js +0 -95
- package/dist/react-native/static-helpers/pollingHelpers.js.map +0 -1
- package/dist/react-native/static-helpers/serialization/check-prop-undefined.d.ts +0 -8
- package/dist/react-native/static-helpers/serialization/check-prop-undefined.js +0 -17
- package/dist/react-native/static-helpers/serialization/check-prop-undefined.js.map +0 -1
- package/dist/react-native/static-helpers/simplePollerHelpers.d.ts +0 -73
- package/dist/react-native/static-helpers/simplePollerHelpers.js +0 -44
- package/dist/react-native/static-helpers/simplePollerHelpers.js.map +0 -1
- package/dist/react-native/static-helpers/urlTemplate.d.ts +0 -5
- package/dist/react-native/static-helpers/urlTemplate.js +0 -200
- package/dist/react-native/static-helpers/urlTemplate.js.map +0 -1
- /package/dist/{react-native/api/agentPools → browser/api/containerService}/options.js +0 -0
- /package/dist/{react-native/api/maintenanceConfigurations → browser/api/identityBindings}/index.js +0 -0
- /package/dist/{react-native/api/machines → browser/api/identityBindings}/options.js +0 -0
- /package/dist/{react-native/api/maintenanceConfigurations → browser/api/jwtAuthenticators}/options.js +0 -0
- /package/dist/{react-native/api/managedClusters → browser/api/loadBalancers}/options.js +0 -0
- /package/dist/{react-native/api/snapshots → browser/api/managedClusterSnapshots}/index.js +0 -0
- /package/dist/{react-native/api/managedNamespaces → browser/api/managedClusterSnapshots}/options.js +0 -0
- /package/dist/{react-native/api/operations → browser/api/meshMemberships}/options.js +0 -0
- /package/dist/{react-native/api/privateEndpointConnections → browser/api/operationStatusResult}/options.js +0 -0
- /package/dist/{react-native/api/operations → browser/api/vmSkus}/index.js +0 -0
- /package/dist/{react-native/api/privateLinkResources → browser/api/vmSkus}/options.js +0 -0
- /package/dist/{react-native/api/resolvePrivateLinkServiceId → esm/api/containerService}/options.js +0 -0
- /package/dist/{react-native/api/snapshots → esm/api/identityBindings}/options.js +0 -0
- /package/dist/{react-native/api/trustedAccessRoleBindings → esm/api/jwtAuthenticators}/options.js +0 -0
- /package/dist/{react-native/api/trustedAccessRoles → esm/api/loadBalancers}/options.js +0 -0
- /package/dist/{react-native/api/privateLinkResources → esm/api/vmSkus}/index.js +0 -0
|
@@ -25,7 +25,11 @@ export function agentPoolSerializer(item) {
|
|
|
25
25
|
"type",
|
|
26
26
|
"mode",
|
|
27
27
|
"orchestratorVersion",
|
|
28
|
+
"nodeImageVersion",
|
|
29
|
+
"upgradeStrategy",
|
|
30
|
+
"enableOSDiskFullCaching",
|
|
28
31
|
"upgradeSettings",
|
|
32
|
+
"upgradeSettingsBlueGreen",
|
|
29
33
|
"powerState",
|
|
30
34
|
"availabilityZones",
|
|
31
35
|
"enableNodePublicIP",
|
|
@@ -36,6 +40,7 @@ export function agentPoolSerializer(item) {
|
|
|
36
40
|
"tags",
|
|
37
41
|
"nodeLabels",
|
|
38
42
|
"nodeTaints",
|
|
43
|
+
"nodeInitializationTaints",
|
|
39
44
|
"proximityPlacementGroupID",
|
|
40
45
|
"kubeletConfig",
|
|
41
46
|
"linuxOSConfig",
|
|
@@ -56,6 +61,7 @@ export function agentPoolSerializer(item) {
|
|
|
56
61
|
"virtualMachineNodesStatus",
|
|
57
62
|
"status",
|
|
58
63
|
"localDNSProfile",
|
|
64
|
+
"preparedImageSpecificationProfile",
|
|
59
65
|
])
|
|
60
66
|
? undefined
|
|
61
67
|
: _agentPoolPropertiesSerializer(item),
|
|
@@ -96,9 +102,15 @@ export function managedClusterAgentPoolProfilePropertiesSerializer(item) {
|
|
|
96
102
|
type: item["type"],
|
|
97
103
|
mode: item["mode"],
|
|
98
104
|
orchestratorVersion: item["orchestratorVersion"],
|
|
105
|
+
nodeImageVersion: item["nodeImageVersion"],
|
|
106
|
+
upgradeStrategy: item["upgradeStrategy"],
|
|
107
|
+
enableOSDiskFullCaching: item["enableOSDiskFullCaching"],
|
|
99
108
|
upgradeSettings: !item["upgradeSettings"]
|
|
100
109
|
? item["upgradeSettings"]
|
|
101
110
|
: agentPoolUpgradeSettingsSerializer(item["upgradeSettings"]),
|
|
111
|
+
upgradeSettingsBlueGreen: !item["upgradeSettingsBlueGreen"]
|
|
112
|
+
? item["upgradeSettingsBlueGreen"]
|
|
113
|
+
: agentPoolBlueGreenUpgradeSettingsSerializer(item["upgradeSettingsBlueGreen"]),
|
|
102
114
|
powerState: !item["powerState"] ? item["powerState"] : powerStateSerializer(item["powerState"]),
|
|
103
115
|
availabilityZones: !item["availabilityZones"]
|
|
104
116
|
? item["availabilityZones"]
|
|
@@ -117,6 +129,11 @@ export function managedClusterAgentPoolProfilePropertiesSerializer(item) {
|
|
|
117
129
|
: item["nodeTaints"].map((p) => {
|
|
118
130
|
return p;
|
|
119
131
|
}),
|
|
132
|
+
nodeInitializationTaints: !item["nodeInitializationTaints"]
|
|
133
|
+
? item["nodeInitializationTaints"]
|
|
134
|
+
: item["nodeInitializationTaints"].map((p) => {
|
|
135
|
+
return p;
|
|
136
|
+
}),
|
|
120
137
|
proximityPlacementGroupID: item["proximityPlacementGroupID"],
|
|
121
138
|
kubeletConfig: !item["kubeletConfig"]
|
|
122
139
|
? item["kubeletConfig"]
|
|
@@ -159,6 +176,9 @@ export function managedClusterAgentPoolProfilePropertiesSerializer(item) {
|
|
|
159
176
|
localDNSProfile: !item["localDNSProfile"]
|
|
160
177
|
? item["localDNSProfile"]
|
|
161
178
|
: localDNSProfileSerializer(item["localDNSProfile"]),
|
|
179
|
+
preparedImageSpecificationProfile: !item["preparedImageSpecificationProfile"]
|
|
180
|
+
? item["preparedImageSpecificationProfile"]
|
|
181
|
+
: preparedImageSpecificationProfileSerializer(item["preparedImageSpecificationProfile"]),
|
|
162
182
|
};
|
|
163
183
|
}
|
|
164
184
|
export function managedClusterAgentPoolProfilePropertiesDeserializer(item) {
|
|
@@ -186,9 +206,14 @@ export function managedClusterAgentPoolProfilePropertiesDeserializer(item) {
|
|
|
186
206
|
orchestratorVersion: item["orchestratorVersion"],
|
|
187
207
|
currentOrchestratorVersion: item["currentOrchestratorVersion"],
|
|
188
208
|
nodeImageVersion: item["nodeImageVersion"],
|
|
209
|
+
upgradeStrategy: item["upgradeStrategy"],
|
|
210
|
+
enableOSDiskFullCaching: item["enableOSDiskFullCaching"],
|
|
189
211
|
upgradeSettings: !item["upgradeSettings"]
|
|
190
212
|
? item["upgradeSettings"]
|
|
191
213
|
: agentPoolUpgradeSettingsDeserializer(item["upgradeSettings"]),
|
|
214
|
+
upgradeSettingsBlueGreen: !item["upgradeSettingsBlueGreen"]
|
|
215
|
+
? item["upgradeSettingsBlueGreen"]
|
|
216
|
+
: agentPoolBlueGreenUpgradeSettingsDeserializer(item["upgradeSettingsBlueGreen"]),
|
|
192
217
|
provisioningState: item["provisioningState"],
|
|
193
218
|
powerState: !item["powerState"]
|
|
194
219
|
? item["powerState"]
|
|
@@ -214,6 +239,11 @@ export function managedClusterAgentPoolProfilePropertiesDeserializer(item) {
|
|
|
214
239
|
: item["nodeTaints"].map((p) => {
|
|
215
240
|
return p;
|
|
216
241
|
}),
|
|
242
|
+
nodeInitializationTaints: !item["nodeInitializationTaints"]
|
|
243
|
+
? item["nodeInitializationTaints"]
|
|
244
|
+
: item["nodeInitializationTaints"].map((p) => {
|
|
245
|
+
return p;
|
|
246
|
+
}),
|
|
217
247
|
proximityPlacementGroupID: item["proximityPlacementGroupID"],
|
|
218
248
|
kubeletConfig: !item["kubeletConfig"]
|
|
219
249
|
? item["kubeletConfig"]
|
|
@@ -258,6 +288,9 @@ export function managedClusterAgentPoolProfilePropertiesDeserializer(item) {
|
|
|
258
288
|
localDNSProfile: !item["localDNSProfile"]
|
|
259
289
|
? item["localDNSProfile"]
|
|
260
290
|
: localDNSProfileDeserializer(item["localDNSProfile"]),
|
|
291
|
+
preparedImageSpecificationProfile: !item["preparedImageSpecificationProfile"]
|
|
292
|
+
? item["preparedImageSpecificationProfile"]
|
|
293
|
+
: preparedImageSpecificationProfileDeserializer(item["preparedImageSpecificationProfile"]),
|
|
261
294
|
};
|
|
262
295
|
}
|
|
263
296
|
/** 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). */
|
|
@@ -283,6 +316,8 @@ export var KnownWorkloadRuntime;
|
|
|
283
316
|
KnownWorkloadRuntime["OCIContainer"] = "OCIContainer";
|
|
284
317
|
/** Nodes will use Krustlet to run WASM workloads using the WASI provider (Preview). */
|
|
285
318
|
KnownWorkloadRuntime["WasmWasi"] = "WasmWasi";
|
|
319
|
+
/** 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. */
|
|
320
|
+
KnownWorkloadRuntime["KataMshvVmIsolation"] = "KataMshvVmIsolation";
|
|
286
321
|
/** 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. */
|
|
287
322
|
KnownWorkloadRuntime["KataVmIsolation"] = "KataVmIsolation";
|
|
288
323
|
})(KnownWorkloadRuntime || (KnownWorkloadRuntime = {}));
|
|
@@ -312,6 +347,10 @@ export var KnownOssku;
|
|
|
312
347
|
/** Use AzureLinux3 as the OS for node images. Azure Linux is a container-optimized Linux distro built by Microsoft, visit https://aka.ms/azurelinux for more information. For limitations, visit https://aka.ms/aks/node-images. For OS migration guidance, see https://aka.ms/aks/upgrade-os-version. */
|
|
313
348
|
KnownOssku["AzureLinux3"] = "AzureLinux3";
|
|
314
349
|
/** Deprecated OSSKU. Microsoft recommends that new deployments choose 'AzureLinux' instead. */
|
|
350
|
+
KnownOssku["Mariner"] = "Mariner";
|
|
351
|
+
/** Use Flatcar Container Linux as the OS for node images. Flatcar is a container-optimized, security-focused Linux OS, with an immutable filesystem and part of the Cloud Native Computing Foundation (CNCF). For more information about Flatcar Container Linux for AKS, see aka.ms/aks/flatcar-container-linux-for-aks */
|
|
352
|
+
KnownOssku["Flatcar"] = "Flatcar";
|
|
353
|
+
/** Deprecated OSSKU. Microsoft recommends that new deployments choose 'AzureLinux' instead. */
|
|
315
354
|
KnownOssku["CBLMariner"] = "CBLMariner";
|
|
316
355
|
/** Use Windows2019 as the OS for node images. Unsupported for system node pools. Windows2019 only supports Windows2019 containers; it cannot run Windows2022 containers and vice versa. */
|
|
317
356
|
KnownOssku["Windows2019"] = "Windows2019";
|
|
@@ -321,6 +360,8 @@ export var KnownOssku;
|
|
|
321
360
|
KnownOssku["Ubuntu2204"] = "Ubuntu2204";
|
|
322
361
|
/** Use Windows2025 as the OS for node images. Unsupported for system node pools. Windows2025 supports Windows2022 and Windows 2025 containers; it cannot run Windows2019 containers and vice versa. */
|
|
323
362
|
KnownOssku["Windows2025"] = "Windows2025";
|
|
363
|
+
/** Use Windows Annual Channel version as the OS for node images. Unsupported for system node pools. Details about supported container images and kubernetes versions under different AKS Annual Channel versions could be seen in https://aka.ms/aks/windows-annual-channel-details. */
|
|
364
|
+
KnownOssku["WindowsAnnual"] = "WindowsAnnual";
|
|
324
365
|
/** Use Ubuntu2404 as the OS for node images, however, Ubuntu 24.04 may not be supported for all nodepools. For limitations and supported kubernetes versions, see see https://aka.ms/aks/supported-ubuntu-versions */
|
|
325
366
|
KnownOssku["Ubuntu2404"] = "Ubuntu2404";
|
|
326
367
|
/** Use Azure Container Linux as the OS for node images. Azure Container Linux is a container-optimized, security-focused Linux OS built on Azure Linux, with an immutable filesystem. ACL is derived from the Flatcar Container Linux project, building on Flatcar's proven container-first, immutable design, while adding Azure Linux packages, servicing, and deep integration with the Azure and AKS lifecycle. For more information, see https://aka.ms/azurecontainerlinux */
|
|
@@ -353,11 +394,24 @@ export var KnownAgentPoolMode;
|
|
|
353
394
|
KnownAgentPoolMode["User"] = "User";
|
|
354
395
|
/** Gateway agent pools are dedicated to providing static egress IPs to pods. For more details, see https://aka.ms/aks/static-egress-gateway. */
|
|
355
396
|
KnownAgentPoolMode["Gateway"] = "Gateway";
|
|
397
|
+
/** 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. */
|
|
398
|
+
KnownAgentPoolMode["ManagedSystem"] = "ManagedSystem";
|
|
399
|
+
/** Machines agent pools are dedicated to hosting machines. Only limited operations, such as creation and deletion, are allowed at the pool level. Please use the machine APIs to manage the full machine lifecycle. */
|
|
400
|
+
KnownAgentPoolMode["Machines"] = "Machines";
|
|
356
401
|
})(KnownAgentPoolMode || (KnownAgentPoolMode = {}));
|
|
402
|
+
/** Defines the upgrade strategy for the agent pool. The default is Rolling. */
|
|
403
|
+
export var KnownUpgradeStrategy;
|
|
404
|
+
(function (KnownUpgradeStrategy) {
|
|
405
|
+
/** Specifies that the agent pool will conduct rolling upgrade. This is the default upgrade strategy. */
|
|
406
|
+
KnownUpgradeStrategy["Rolling"] = "Rolling";
|
|
407
|
+
/** Specifies that the agent pool will conduct blue-green upgrade. */
|
|
408
|
+
KnownUpgradeStrategy["BlueGreen"] = "BlueGreen";
|
|
409
|
+
})(KnownUpgradeStrategy || (KnownUpgradeStrategy = {}));
|
|
357
410
|
export function agentPoolUpgradeSettingsSerializer(item) {
|
|
358
411
|
return {
|
|
359
412
|
maxSurge: item["maxSurge"],
|
|
360
413
|
maxUnavailable: item["maxUnavailable"],
|
|
414
|
+
maxBlockedNodes: item["maxBlockedNodes"],
|
|
361
415
|
drainTimeoutInMinutes: item["drainTimeoutInMinutes"],
|
|
362
416
|
nodeSoakDurationInMinutes: item["nodeSoakDurationInMinutes"],
|
|
363
417
|
undrainableNodeBehavior: item["undrainableNodeBehavior"],
|
|
@@ -367,6 +421,7 @@ export function agentPoolUpgradeSettingsDeserializer(item) {
|
|
|
367
421
|
return {
|
|
368
422
|
maxSurge: item["maxSurge"],
|
|
369
423
|
maxUnavailable: item["maxUnavailable"],
|
|
424
|
+
maxBlockedNodes: item["maxBlockedNodes"],
|
|
370
425
|
drainTimeoutInMinutes: item["drainTimeoutInMinutes"],
|
|
371
426
|
nodeSoakDurationInMinutes: item["nodeSoakDurationInMinutes"],
|
|
372
427
|
undrainableNodeBehavior: item["undrainableNodeBehavior"],
|
|
@@ -380,6 +435,22 @@ export var KnownUndrainableNodeBehavior;
|
|
|
380
435
|
/** 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. */
|
|
381
436
|
KnownUndrainableNodeBehavior["Schedule"] = "Schedule";
|
|
382
437
|
})(KnownUndrainableNodeBehavior || (KnownUndrainableNodeBehavior = {}));
|
|
438
|
+
export function agentPoolBlueGreenUpgradeSettingsSerializer(item) {
|
|
439
|
+
return {
|
|
440
|
+
drainBatchSize: item["drainBatchSize"],
|
|
441
|
+
drainTimeoutInMinutes: item["drainTimeoutInMinutes"],
|
|
442
|
+
batchSoakDurationInMinutes: item["batchSoakDurationInMinutes"],
|
|
443
|
+
finalSoakDurationInMinutes: item["finalSoakDurationInMinutes"],
|
|
444
|
+
};
|
|
445
|
+
}
|
|
446
|
+
export function agentPoolBlueGreenUpgradeSettingsDeserializer(item) {
|
|
447
|
+
return {
|
|
448
|
+
drainBatchSize: item["drainBatchSize"],
|
|
449
|
+
drainTimeoutInMinutes: item["drainTimeoutInMinutes"],
|
|
450
|
+
batchSoakDurationInMinutes: item["batchSoakDurationInMinutes"],
|
|
451
|
+
finalSoakDurationInMinutes: item["finalSoakDurationInMinutes"],
|
|
452
|
+
};
|
|
453
|
+
}
|
|
383
454
|
export function powerStateSerializer(item) {
|
|
384
455
|
return { code: item["code"] };
|
|
385
456
|
}
|
|
@@ -429,6 +500,13 @@ export function kubeletConfigSerializer(item) {
|
|
|
429
500
|
containerLogMaxSizeMB: item["containerLogMaxSizeMB"],
|
|
430
501
|
containerLogMaxFiles: item["containerLogMaxFiles"],
|
|
431
502
|
podMaxPids: item["podMaxPids"],
|
|
503
|
+
seccompDefault: item["seccompDefault"],
|
|
504
|
+
kubeReserved: !item["kubeReserved"]
|
|
505
|
+
? item["kubeReserved"]
|
|
506
|
+
: kubeReservedSerializer(item["kubeReserved"]),
|
|
507
|
+
hardEvictionThreshold: !item["hardEvictionThreshold"]
|
|
508
|
+
? item["hardEvictionThreshold"]
|
|
509
|
+
: hardEvictionThresholdSerializer(item["hardEvictionThreshold"]),
|
|
432
510
|
};
|
|
433
511
|
}
|
|
434
512
|
export function kubeletConfigDeserializer(item) {
|
|
@@ -448,6 +526,44 @@ export function kubeletConfigDeserializer(item) {
|
|
|
448
526
|
containerLogMaxSizeMB: item["containerLogMaxSizeMB"],
|
|
449
527
|
containerLogMaxFiles: item["containerLogMaxFiles"],
|
|
450
528
|
podMaxPids: item["podMaxPids"],
|
|
529
|
+
seccompDefault: item["seccompDefault"],
|
|
530
|
+
kubeReserved: !item["kubeReserved"]
|
|
531
|
+
? item["kubeReserved"]
|
|
532
|
+
: kubeReservedDeserializer(item["kubeReserved"]),
|
|
533
|
+
hardEvictionThreshold: !item["hardEvictionThreshold"]
|
|
534
|
+
? item["hardEvictionThreshold"]
|
|
535
|
+
: hardEvictionThresholdDeserializer(item["hardEvictionThreshold"]),
|
|
536
|
+
};
|
|
537
|
+
}
|
|
538
|
+
/** Specifies the default seccomp profile applied to all workloads. If not specified, 'Unconfined' will be used by default. */
|
|
539
|
+
export var KnownSeccompDefault;
|
|
540
|
+
(function (KnownSeccompDefault) {
|
|
541
|
+
/** No seccomp profile is applied, allowing all system calls. */
|
|
542
|
+
KnownSeccompDefault["Unconfined"] = "Unconfined";
|
|
543
|
+
/** The default seccomp profile for container runtime is applied, which restricts certain system calls for enhanced security. */
|
|
544
|
+
KnownSeccompDefault["RuntimeDefault"] = "RuntimeDefault";
|
|
545
|
+
})(KnownSeccompDefault || (KnownSeccompDefault = {}));
|
|
546
|
+
export function kubeReservedSerializer(item) {
|
|
547
|
+
return { cpuMillicores: item["cpuMillicores"], memoryMB: item["memoryMB"] };
|
|
548
|
+
}
|
|
549
|
+
export function kubeReservedDeserializer(item) {
|
|
550
|
+
return {
|
|
551
|
+
cpuMillicores: item["cpuMillicores"],
|
|
552
|
+
memoryMB: item["memoryMB"],
|
|
553
|
+
};
|
|
554
|
+
}
|
|
555
|
+
export function hardEvictionThresholdSerializer(item) {
|
|
556
|
+
return {
|
|
557
|
+
memoryAvailable: item["memoryAvailable"],
|
|
558
|
+
nodeFsAvailable: item["nodeFsAvailable"],
|
|
559
|
+
nodeFsInodesFree: item["nodeFsInodesFree"],
|
|
560
|
+
};
|
|
561
|
+
}
|
|
562
|
+
export function hardEvictionThresholdDeserializer(item) {
|
|
563
|
+
return {
|
|
564
|
+
memoryAvailable: item["memoryAvailable"],
|
|
565
|
+
nodeFsAvailable: item["nodeFsAvailable"],
|
|
566
|
+
nodeFsInodesFree: item["nodeFsInodesFree"],
|
|
451
567
|
};
|
|
452
568
|
}
|
|
453
569
|
export function linuxOSConfigSerializer(item) {
|
|
@@ -557,6 +673,11 @@ export function agentPoolNetworkProfileSerializer(item) {
|
|
|
557
673
|
nodePublicIPTags: !item["nodePublicIPTags"]
|
|
558
674
|
? item["nodePublicIPTags"]
|
|
559
675
|
: ipTagArraySerializer(item["nodePublicIPTags"]),
|
|
676
|
+
nodePublicIPPrefixIDs: !item["nodePublicIPPrefixIDs"]
|
|
677
|
+
? item["nodePublicIPPrefixIDs"]
|
|
678
|
+
: item["nodePublicIPPrefixIDs"].map((p) => {
|
|
679
|
+
return p;
|
|
680
|
+
}),
|
|
560
681
|
allowedHostPorts: !item["allowedHostPorts"]
|
|
561
682
|
? item["allowedHostPorts"]
|
|
562
683
|
: portRangeArraySerializer(item["allowedHostPorts"]),
|
|
@@ -565,6 +686,9 @@ export function agentPoolNetworkProfileSerializer(item) {
|
|
|
565
686
|
: item["applicationSecurityGroups"].map((p) => {
|
|
566
687
|
return p;
|
|
567
688
|
}),
|
|
689
|
+
secondaryNetworkInterfaces: !item["secondaryNetworkInterfaces"]
|
|
690
|
+
? item["secondaryNetworkInterfaces"]
|
|
691
|
+
: agentPoolNetworkInterfaceArraySerializer(item["secondaryNetworkInterfaces"]),
|
|
568
692
|
};
|
|
569
693
|
}
|
|
570
694
|
export function agentPoolNetworkProfileDeserializer(item) {
|
|
@@ -572,6 +696,11 @@ export function agentPoolNetworkProfileDeserializer(item) {
|
|
|
572
696
|
nodePublicIPTags: !item["nodePublicIPTags"]
|
|
573
697
|
? item["nodePublicIPTags"]
|
|
574
698
|
: ipTagArrayDeserializer(item["nodePublicIPTags"]),
|
|
699
|
+
nodePublicIPPrefixIDs: !item["nodePublicIPPrefixIDs"]
|
|
700
|
+
? item["nodePublicIPPrefixIDs"]
|
|
701
|
+
: item["nodePublicIPPrefixIDs"].map((p) => {
|
|
702
|
+
return p;
|
|
703
|
+
}),
|
|
575
704
|
allowedHostPorts: !item["allowedHostPorts"]
|
|
576
705
|
? item["allowedHostPorts"]
|
|
577
706
|
: portRangeArrayDeserializer(item["allowedHostPorts"]),
|
|
@@ -580,6 +709,9 @@ export function agentPoolNetworkProfileDeserializer(item) {
|
|
|
580
709
|
: item["applicationSecurityGroups"].map((p) => {
|
|
581
710
|
return p;
|
|
582
711
|
}),
|
|
712
|
+
secondaryNetworkInterfaces: !item["secondaryNetworkInterfaces"]
|
|
713
|
+
? item["secondaryNetworkInterfaces"]
|
|
714
|
+
: agentPoolNetworkInterfaceArrayDeserializer(item["secondaryNetworkInterfaces"]),
|
|
583
715
|
};
|
|
584
716
|
}
|
|
585
717
|
export function ipTagArraySerializer(result) {
|
|
@@ -629,6 +761,38 @@ export var KnownProtocol;
|
|
|
629
761
|
/** UDP protocol. */
|
|
630
762
|
KnownProtocol["UDP"] = "UDP";
|
|
631
763
|
})(KnownProtocol || (KnownProtocol = {}));
|
|
764
|
+
export function agentPoolNetworkInterfaceArraySerializer(result) {
|
|
765
|
+
return result.map((item) => {
|
|
766
|
+
return agentPoolNetworkInterfaceSerializer(item);
|
|
767
|
+
});
|
|
768
|
+
}
|
|
769
|
+
export function agentPoolNetworkInterfaceArrayDeserializer(result) {
|
|
770
|
+
return result.map((item) => {
|
|
771
|
+
return agentPoolNetworkInterfaceDeserializer(item);
|
|
772
|
+
});
|
|
773
|
+
}
|
|
774
|
+
export function agentPoolNetworkInterfaceSerializer(item) {
|
|
775
|
+
return {
|
|
776
|
+
type: item["type"],
|
|
777
|
+
vnetSubnetId: item["vnetSubnetId"],
|
|
778
|
+
enableAcceleratedNetworking: item["enableAcceleratedNetworking"],
|
|
779
|
+
};
|
|
780
|
+
}
|
|
781
|
+
export function agentPoolNetworkInterfaceDeserializer(item) {
|
|
782
|
+
return {
|
|
783
|
+
type: item["type"],
|
|
784
|
+
vnetSubnetId: item["vnetSubnetId"],
|
|
785
|
+
enableAcceleratedNetworking: item["enableAcceleratedNetworking"],
|
|
786
|
+
};
|
|
787
|
+
}
|
|
788
|
+
/** Type of network interface to be provisioned on each virtual machine instance. For more information, see https://aka.ms/aks/multi-nic */
|
|
789
|
+
export var KnownAgentPoolNetworkInterfaceType;
|
|
790
|
+
(function (KnownAgentPoolNetworkInterfaceType) {
|
|
791
|
+
/** A standard network interface programmed with an IP from a specified VNet subnet. Must be used with `vnetSubnetId` set in the AgentPoolNetworkInterface. IP address family (IPv4/IPv6/Dual-stack) is determined by the subnet. */
|
|
792
|
+
KnownAgentPoolNetworkInterfaceType["Standard"] = "Standard";
|
|
793
|
+
/** A secondary network interface created without IP configuration or subnet attachment. The interface is provisioned in an uninitialized state and the subnet is attached during workload creation. `vnetSubnetId` must be set to an empty string (`""`) or omitted. */
|
|
794
|
+
KnownAgentPoolNetworkInterfaceType["Dynamic"] = "Dynamic";
|
|
795
|
+
})(KnownAgentPoolNetworkInterfaceType || (KnownAgentPoolNetworkInterfaceType = {}));
|
|
632
796
|
export function agentPoolWindowsProfileSerializer(item) {
|
|
633
797
|
return { disableOutboundNat: item["disableOutboundNat"] };
|
|
634
798
|
}
|
|
@@ -658,13 +822,21 @@ export var KnownAgentPoolSSHAccess;
|
|
|
658
822
|
KnownAgentPoolSSHAccess["LocalUser"] = "LocalUser";
|
|
659
823
|
/** SSH service will be turned off on the node. */
|
|
660
824
|
KnownAgentPoolSSHAccess["Disabled"] = "Disabled";
|
|
825
|
+
/** SSH to node with EntraId integration. More information can be found under https://aka.ms/aks/ssh/aad */
|
|
826
|
+
KnownAgentPoolSSHAccess["EntraId"] = "EntraId";
|
|
661
827
|
})(KnownAgentPoolSSHAccess || (KnownAgentPoolSSHAccess = {}));
|
|
662
828
|
export function gpuProfileSerializer(item) {
|
|
663
|
-
return {
|
|
829
|
+
return {
|
|
830
|
+
driver: item["driver"],
|
|
831
|
+
driverType: item["driverType"],
|
|
832
|
+
nvidia: !item["nvidia"] ? item["nvidia"] : nvidiaGPUProfileSerializer(item["nvidia"]),
|
|
833
|
+
};
|
|
664
834
|
}
|
|
665
835
|
export function gpuProfileDeserializer(item) {
|
|
666
836
|
return {
|
|
667
837
|
driver: item["driver"],
|
|
838
|
+
driverType: item["driverType"],
|
|
839
|
+
nvidia: !item["nvidia"] ? item["nvidia"] : nvidiaGPUProfileDeserializer(item["nvidia"]),
|
|
668
840
|
};
|
|
669
841
|
}
|
|
670
842
|
/** Whether to install GPU drivers. When it's not specified, default is Install. */
|
|
@@ -675,6 +847,41 @@ export var KnownGPUDriver;
|
|
|
675
847
|
/** Skip driver install. */
|
|
676
848
|
KnownGPUDriver["None"] = "None";
|
|
677
849
|
})(KnownGPUDriver || (KnownGPUDriver = {}));
|
|
850
|
+
/** 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. */
|
|
851
|
+
export var KnownDriverType;
|
|
852
|
+
(function (KnownDriverType) {
|
|
853
|
+
/** Install the GRID driver for the GPU, suitable for applications requiring virtualization support. */
|
|
854
|
+
KnownDriverType["Grid"] = "GRID";
|
|
855
|
+
/** Install the CUDA driver for the GPU, optimized for computational tasks in scientific computing and data-intensive applications. */
|
|
856
|
+
KnownDriverType["Cuda"] = "CUDA";
|
|
857
|
+
})(KnownDriverType || (KnownDriverType = {}));
|
|
858
|
+
export function nvidiaGPUProfileSerializer(item) {
|
|
859
|
+
return { managementMode: item["managementMode"], migStrategy: item["migStrategy"] };
|
|
860
|
+
}
|
|
861
|
+
export function nvidiaGPUProfileDeserializer(item) {
|
|
862
|
+
return {
|
|
863
|
+
managementMode: item["managementMode"],
|
|
864
|
+
migStrategy: item["migStrategy"],
|
|
865
|
+
};
|
|
866
|
+
}
|
|
867
|
+
/** 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. */
|
|
868
|
+
export var KnownManagementMode;
|
|
869
|
+
(function (KnownManagementMode) {
|
|
870
|
+
/** Managed GPU experience is disabled for NVIDIA GPUs. */
|
|
871
|
+
KnownManagementMode["Unmanaged"] = "Unmanaged";
|
|
872
|
+
/** Managed GPU experience is enabled for NVIDIA GPUs. */
|
|
873
|
+
KnownManagementMode["Managed"] = "Managed";
|
|
874
|
+
})(KnownManagementMode || (KnownManagementMode = {}));
|
|
875
|
+
/** 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. */
|
|
876
|
+
export var KnownMigStrategy;
|
|
877
|
+
(function (KnownMigStrategy) {
|
|
878
|
+
/** Don't set a MIG strategy. If you previously had one set, this will override it and set remove the set MIG strategy. */
|
|
879
|
+
KnownMigStrategy["None"] = "None";
|
|
880
|
+
/** Set the MIG strategy for managed MIG as single. */
|
|
881
|
+
KnownMigStrategy["Single"] = "Single";
|
|
882
|
+
/** Set the MIG strategy for managed MIG as mixed. */
|
|
883
|
+
KnownMigStrategy["Mixed"] = "Mixed";
|
|
884
|
+
})(KnownMigStrategy || (KnownMigStrategy = {}));
|
|
678
885
|
export function agentPoolGatewayProfileSerializer(item) {
|
|
679
886
|
return { publicIPPrefixSize: item["publicIPPrefixSize"] };
|
|
680
887
|
}
|
|
@@ -702,11 +909,17 @@ export function virtualMachinesProfileDeserializer(item) {
|
|
|
702
909
|
export function scaleProfileSerializer(item) {
|
|
703
910
|
return {
|
|
704
911
|
manual: !item["manual"] ? item["manual"] : manualScaleProfileArraySerializer(item["manual"]),
|
|
912
|
+
autoscale: !item["autoscale"]
|
|
913
|
+
? item["autoscale"]
|
|
914
|
+
: autoScaleProfileArraySerializer(item["autoscale"]),
|
|
705
915
|
};
|
|
706
916
|
}
|
|
707
917
|
export function scaleProfileDeserializer(item) {
|
|
708
918
|
return {
|
|
709
919
|
manual: !item["manual"] ? item["manual"] : manualScaleProfileArrayDeserializer(item["manual"]),
|
|
920
|
+
autoscale: !item["autoscale"]
|
|
921
|
+
? item["autoscale"]
|
|
922
|
+
: autoScaleProfileArrayDeserializer(item["autoscale"]),
|
|
710
923
|
};
|
|
711
924
|
}
|
|
712
925
|
export function manualScaleProfileArraySerializer(result) {
|
|
@@ -728,6 +941,26 @@ export function manualScaleProfileDeserializer(item) {
|
|
|
728
941
|
count: item["count"],
|
|
729
942
|
};
|
|
730
943
|
}
|
|
944
|
+
export function autoScaleProfileArraySerializer(result) {
|
|
945
|
+
return result.map((item) => {
|
|
946
|
+
return autoScaleProfileSerializer(item);
|
|
947
|
+
});
|
|
948
|
+
}
|
|
949
|
+
export function autoScaleProfileArrayDeserializer(result) {
|
|
950
|
+
return result.map((item) => {
|
|
951
|
+
return autoScaleProfileDeserializer(item);
|
|
952
|
+
});
|
|
953
|
+
}
|
|
954
|
+
export function autoScaleProfileSerializer(item) {
|
|
955
|
+
return { size: item["size"], minCount: item["minCount"], maxCount: item["maxCount"] };
|
|
956
|
+
}
|
|
957
|
+
export function autoScaleProfileDeserializer(item) {
|
|
958
|
+
return {
|
|
959
|
+
size: item["size"],
|
|
960
|
+
minCount: item["minCount"],
|
|
961
|
+
maxCount: item["maxCount"],
|
|
962
|
+
};
|
|
963
|
+
}
|
|
731
964
|
export function virtualMachineNodesArraySerializer(result) {
|
|
732
965
|
return result.map((item) => {
|
|
733
966
|
return virtualMachineNodesSerializer(item);
|
|
@@ -907,6 +1140,14 @@ export var KnownLocalDNSServeStale;
|
|
|
907
1140
|
/** Disable serving stale data. */
|
|
908
1141
|
KnownLocalDNSServeStale["Disable"] = "Disable";
|
|
909
1142
|
})(KnownLocalDNSServeStale || (KnownLocalDNSServeStale = {}));
|
|
1143
|
+
export function preparedImageSpecificationProfileSerializer(item) {
|
|
1144
|
+
return { preparedImageSpecificationId: item["preparedImageSpecificationId"] };
|
|
1145
|
+
}
|
|
1146
|
+
export function preparedImageSpecificationProfileDeserializer(item) {
|
|
1147
|
+
return {
|
|
1148
|
+
preparedImageSpecificationId: item["preparedImageSpecificationId"],
|
|
1149
|
+
};
|
|
1150
|
+
}
|
|
910
1151
|
export function proxyResourceSerializer(_item) {
|
|
911
1152
|
return {};
|
|
912
1153
|
}
|
|
@@ -1030,6 +1271,12 @@ export function agentPoolUpgradeProfilePropertiesDeserializer(item) {
|
|
|
1030
1271
|
upgrades: !item["upgrades"]
|
|
1031
1272
|
? item["upgrades"]
|
|
1032
1273
|
: agentPoolUpgradeProfilePropertiesUpgradesItemArrayDeserializer(item["upgrades"]),
|
|
1274
|
+
componentsByReleases: !item["componentsByReleases"]
|
|
1275
|
+
? item["componentsByReleases"]
|
|
1276
|
+
: componentsByReleaseArrayDeserializer(item["componentsByReleases"]),
|
|
1277
|
+
recentlyUsedVersions: !item["recentlyUsedVersions"]
|
|
1278
|
+
? item["recentlyUsedVersions"]
|
|
1279
|
+
: agentPoolRecentlyUsedVersionArrayDeserializer(item["recentlyUsedVersions"]),
|
|
1033
1280
|
latestNodeImageVersion: item["latestNodeImageVersion"],
|
|
1034
1281
|
};
|
|
1035
1282
|
}
|
|
@@ -1042,6 +1289,44 @@ export function agentPoolUpgradeProfilePropertiesUpgradesItemDeserializer(item)
|
|
|
1042
1289
|
return {
|
|
1043
1290
|
kubernetesVersion: item["kubernetesVersion"],
|
|
1044
1291
|
isPreview: item["isPreview"],
|
|
1292
|
+
isOutOfSupport: item["isOutOfSupport"],
|
|
1293
|
+
};
|
|
1294
|
+
}
|
|
1295
|
+
export function componentsByReleaseArrayDeserializer(result) {
|
|
1296
|
+
return result.map((item) => {
|
|
1297
|
+
return componentsByReleaseDeserializer(item);
|
|
1298
|
+
});
|
|
1299
|
+
}
|
|
1300
|
+
export function componentsByReleaseDeserializer(item) {
|
|
1301
|
+
return {
|
|
1302
|
+
kubernetesVersion: item["kubernetesVersion"],
|
|
1303
|
+
components: !item["components"]
|
|
1304
|
+
? item["components"]
|
|
1305
|
+
: componentArrayDeserializer(item["components"]),
|
|
1306
|
+
};
|
|
1307
|
+
}
|
|
1308
|
+
export function componentArrayDeserializer(result) {
|
|
1309
|
+
return result.map((item) => {
|
|
1310
|
+
return componentDeserializer(item);
|
|
1311
|
+
});
|
|
1312
|
+
}
|
|
1313
|
+
export function componentDeserializer(item) {
|
|
1314
|
+
return {
|
|
1315
|
+
name: item["name"],
|
|
1316
|
+
version: item["version"],
|
|
1317
|
+
hasBreakingChanges: item["hasBreakingChanges"],
|
|
1318
|
+
};
|
|
1319
|
+
}
|
|
1320
|
+
export function agentPoolRecentlyUsedVersionArrayDeserializer(result) {
|
|
1321
|
+
return result.map((item) => {
|
|
1322
|
+
return agentPoolRecentlyUsedVersionDeserializer(item);
|
|
1323
|
+
});
|
|
1324
|
+
}
|
|
1325
|
+
export function agentPoolRecentlyUsedVersionDeserializer(item) {
|
|
1326
|
+
return {
|
|
1327
|
+
orchestratorVersion: item["orchestratorVersion"],
|
|
1328
|
+
nodeImageVersion: item["nodeImageVersion"],
|
|
1329
|
+
timestamp: !item["timestamp"] ? item["timestamp"] : new Date(item["timestamp"]),
|
|
1045
1330
|
};
|
|
1046
1331
|
}
|
|
1047
1332
|
export function managedClusterSerializer(item) {
|
|
@@ -1049,6 +1334,7 @@ export function managedClusterSerializer(item) {
|
|
|
1049
1334
|
tags: item["tags"],
|
|
1050
1335
|
location: item["location"],
|
|
1051
1336
|
properties: areAllPropsUndefined(item, [
|
|
1337
|
+
"creationData",
|
|
1052
1338
|
"kubernetesVersion",
|
|
1053
1339
|
"dnsPrefix",
|
|
1054
1340
|
"fqdnSubdomain",
|
|
@@ -1063,6 +1349,8 @@ export function managedClusterSerializer(item) {
|
|
|
1063
1349
|
"nodeResourceGroupProfile",
|
|
1064
1350
|
"enableRBAC",
|
|
1065
1351
|
"supportPlan",
|
|
1352
|
+
"enableFIPS",
|
|
1353
|
+
"enableNamespaceResources",
|
|
1066
1354
|
"networkProfile",
|
|
1067
1355
|
"aadProfile",
|
|
1068
1356
|
"autoUpgradeProfile",
|
|
@@ -1085,7 +1373,11 @@ export function managedClusterSerializer(item) {
|
|
|
1085
1373
|
"nodeProvisioningProfile",
|
|
1086
1374
|
"bootstrapProfile",
|
|
1087
1375
|
"aiToolchainOperatorProfile",
|
|
1376
|
+
"schedulerProfile",
|
|
1088
1377
|
"hostedSystemProfile",
|
|
1378
|
+
"healthMonitorProfile",
|
|
1379
|
+
"controlPlaneScalingProfile",
|
|
1380
|
+
"nodeDisruptionProfile",
|
|
1089
1381
|
"status",
|
|
1090
1382
|
])
|
|
1091
1383
|
? undefined
|
|
@@ -1128,6 +1420,9 @@ export function managedClusterDeserializer(item) {
|
|
|
1128
1420
|
}
|
|
1129
1421
|
export function managedClusterPropertiesSerializer(item) {
|
|
1130
1422
|
return {
|
|
1423
|
+
creationData: !item["creationData"]
|
|
1424
|
+
? item["creationData"]
|
|
1425
|
+
: creationDataSerializer(item["creationData"]),
|
|
1131
1426
|
kubernetesVersion: item["kubernetesVersion"],
|
|
1132
1427
|
dnsPrefix: item["dnsPrefix"],
|
|
1133
1428
|
fqdnSubdomain: item["fqdnSubdomain"],
|
|
@@ -1158,6 +1453,8 @@ export function managedClusterPropertiesSerializer(item) {
|
|
|
1158
1453
|
: managedClusterNodeResourceGroupProfileSerializer(item["nodeResourceGroupProfile"]),
|
|
1159
1454
|
enableRBAC: item["enableRbac"],
|
|
1160
1455
|
supportPlan: item["supportPlan"],
|
|
1456
|
+
enableFIPS: item["enableFips"],
|
|
1457
|
+
enableNamespaceResources: item["enableNamespaceResources"],
|
|
1161
1458
|
networkProfile: !item["networkProfile"]
|
|
1162
1459
|
? item["networkProfile"]
|
|
1163
1460
|
: containerServiceNetworkProfileSerializer(item["networkProfile"]),
|
|
@@ -1218,9 +1515,21 @@ export function managedClusterPropertiesSerializer(item) {
|
|
|
1218
1515
|
aiToolchainOperatorProfile: !item["aiToolchainOperatorProfile"]
|
|
1219
1516
|
? item["aiToolchainOperatorProfile"]
|
|
1220
1517
|
: managedClusterAIToolchainOperatorProfileSerializer(item["aiToolchainOperatorProfile"]),
|
|
1518
|
+
schedulerProfile: !item["schedulerProfile"]
|
|
1519
|
+
? item["schedulerProfile"]
|
|
1520
|
+
: schedulerProfileSerializer(item["schedulerProfile"]),
|
|
1221
1521
|
hostedSystemProfile: !item["hostedSystemProfile"]
|
|
1222
1522
|
? item["hostedSystemProfile"]
|
|
1223
1523
|
: managedClusterHostedSystemProfileSerializer(item["hostedSystemProfile"]),
|
|
1524
|
+
healthMonitorProfile: !item["healthMonitorProfile"]
|
|
1525
|
+
? item["healthMonitorProfile"]
|
|
1526
|
+
: managedClusterHealthMonitorProfileSerializer(item["healthMonitorProfile"]),
|
|
1527
|
+
controlPlaneScalingProfile: !item["controlPlaneScalingProfile"]
|
|
1528
|
+
? item["controlPlaneScalingProfile"]
|
|
1529
|
+
: managedClusterControlPlaneScalingProfileSerializer(item["controlPlaneScalingProfile"]),
|
|
1530
|
+
nodeDisruptionProfile: !item["nodeDisruptionProfile"]
|
|
1531
|
+
? item["nodeDisruptionProfile"]
|
|
1532
|
+
: nodeDisruptionProfileSerializer(item["nodeDisruptionProfile"]),
|
|
1224
1533
|
status: !item["status"] ? item["status"] : managedClusterStatusSerializer(item["status"]),
|
|
1225
1534
|
};
|
|
1226
1535
|
}
|
|
@@ -1230,6 +1539,9 @@ export function managedClusterPropertiesDeserializer(item) {
|
|
|
1230
1539
|
powerState: !item["powerState"]
|
|
1231
1540
|
? item["powerState"]
|
|
1232
1541
|
: powerStateDeserializer(item["powerState"]),
|
|
1542
|
+
creationData: !item["creationData"]
|
|
1543
|
+
? item["creationData"]
|
|
1544
|
+
: creationDataDeserializer(item["creationData"]),
|
|
1233
1545
|
maxAgentPools: item["maxAgentPools"],
|
|
1234
1546
|
kubernetesVersion: item["kubernetesVersion"],
|
|
1235
1547
|
currentKubernetesVersion: item["currentKubernetesVersion"],
|
|
@@ -1265,6 +1577,8 @@ export function managedClusterPropertiesDeserializer(item) {
|
|
|
1265
1577
|
: managedClusterNodeResourceGroupProfileDeserializer(item["nodeResourceGroupProfile"]),
|
|
1266
1578
|
enableRbac: item["enableRBAC"],
|
|
1267
1579
|
supportPlan: item["supportPlan"],
|
|
1580
|
+
enableFips: item["enableFIPS"],
|
|
1581
|
+
enableNamespaceResources: item["enableNamespaceResources"],
|
|
1268
1582
|
networkProfile: !item["networkProfile"]
|
|
1269
1583
|
? item["networkProfile"]
|
|
1270
1584
|
: containerServiceNetworkProfileDeserializer(item["networkProfile"]),
|
|
@@ -1326,9 +1640,21 @@ export function managedClusterPropertiesDeserializer(item) {
|
|
|
1326
1640
|
aiToolchainOperatorProfile: !item["aiToolchainOperatorProfile"]
|
|
1327
1641
|
? item["aiToolchainOperatorProfile"]
|
|
1328
1642
|
: managedClusterAIToolchainOperatorProfileDeserializer(item["aiToolchainOperatorProfile"]),
|
|
1643
|
+
schedulerProfile: !item["schedulerProfile"]
|
|
1644
|
+
? item["schedulerProfile"]
|
|
1645
|
+
: schedulerProfileDeserializer(item["schedulerProfile"]),
|
|
1329
1646
|
hostedSystemProfile: !item["hostedSystemProfile"]
|
|
1330
1647
|
? item["hostedSystemProfile"]
|
|
1331
1648
|
: managedClusterHostedSystemProfileDeserializer(item["hostedSystemProfile"]),
|
|
1649
|
+
healthMonitorProfile: !item["healthMonitorProfile"]
|
|
1650
|
+
? item["healthMonitorProfile"]
|
|
1651
|
+
: managedClusterHealthMonitorProfileDeserializer(item["healthMonitorProfile"]),
|
|
1652
|
+
controlPlaneScalingProfile: !item["controlPlaneScalingProfile"]
|
|
1653
|
+
? item["controlPlaneScalingProfile"]
|
|
1654
|
+
: managedClusterControlPlaneScalingProfileDeserializer(item["controlPlaneScalingProfile"]),
|
|
1655
|
+
nodeDisruptionProfile: !item["nodeDisruptionProfile"]
|
|
1656
|
+
? item["nodeDisruptionProfile"]
|
|
1657
|
+
: nodeDisruptionProfileDeserializer(item["nodeDisruptionProfile"]),
|
|
1332
1658
|
status: !item["status"] ? item["status"] : managedClusterStatusDeserializer(item["status"]),
|
|
1333
1659
|
};
|
|
1334
1660
|
}
|
|
@@ -1364,9 +1690,15 @@ export function managedClusterAgentPoolProfileSerializer(item) {
|
|
|
1364
1690
|
type: item["type"],
|
|
1365
1691
|
mode: item["mode"],
|
|
1366
1692
|
orchestratorVersion: item["orchestratorVersion"],
|
|
1693
|
+
nodeImageVersion: item["nodeImageVersion"],
|
|
1694
|
+
upgradeStrategy: item["upgradeStrategy"],
|
|
1695
|
+
enableOSDiskFullCaching: item["enableOSDiskFullCaching"],
|
|
1367
1696
|
upgradeSettings: !item["upgradeSettings"]
|
|
1368
1697
|
? item["upgradeSettings"]
|
|
1369
1698
|
: agentPoolUpgradeSettingsSerializer(item["upgradeSettings"]),
|
|
1699
|
+
upgradeSettingsBlueGreen: !item["upgradeSettingsBlueGreen"]
|
|
1700
|
+
? item["upgradeSettingsBlueGreen"]
|
|
1701
|
+
: agentPoolBlueGreenUpgradeSettingsSerializer(item["upgradeSettingsBlueGreen"]),
|
|
1370
1702
|
powerState: !item["powerState"] ? item["powerState"] : powerStateSerializer(item["powerState"]),
|
|
1371
1703
|
availabilityZones: !item["availabilityZones"]
|
|
1372
1704
|
? item["availabilityZones"]
|
|
@@ -1385,6 +1717,11 @@ export function managedClusterAgentPoolProfileSerializer(item) {
|
|
|
1385
1717
|
: item["nodeTaints"].map((p) => {
|
|
1386
1718
|
return p;
|
|
1387
1719
|
}),
|
|
1720
|
+
nodeInitializationTaints: !item["nodeInitializationTaints"]
|
|
1721
|
+
? item["nodeInitializationTaints"]
|
|
1722
|
+
: item["nodeInitializationTaints"].map((p) => {
|
|
1723
|
+
return p;
|
|
1724
|
+
}),
|
|
1388
1725
|
proximityPlacementGroupID: item["proximityPlacementGroupID"],
|
|
1389
1726
|
kubeletConfig: !item["kubeletConfig"]
|
|
1390
1727
|
? item["kubeletConfig"]
|
|
@@ -1427,6 +1764,9 @@ export function managedClusterAgentPoolProfileSerializer(item) {
|
|
|
1427
1764
|
localDNSProfile: !item["localDNSProfile"]
|
|
1428
1765
|
? item["localDNSProfile"]
|
|
1429
1766
|
: localDNSProfileSerializer(item["localDNSProfile"]),
|
|
1767
|
+
preparedImageSpecificationProfile: !item["preparedImageSpecificationProfile"]
|
|
1768
|
+
? item["preparedImageSpecificationProfile"]
|
|
1769
|
+
: preparedImageSpecificationProfileSerializer(item["preparedImageSpecificationProfile"]),
|
|
1430
1770
|
name: item["name"],
|
|
1431
1771
|
};
|
|
1432
1772
|
}
|
|
@@ -1455,9 +1795,14 @@ export function managedClusterAgentPoolProfileDeserializer(item) {
|
|
|
1455
1795
|
orchestratorVersion: item["orchestratorVersion"],
|
|
1456
1796
|
currentOrchestratorVersion: item["currentOrchestratorVersion"],
|
|
1457
1797
|
nodeImageVersion: item["nodeImageVersion"],
|
|
1798
|
+
upgradeStrategy: item["upgradeStrategy"],
|
|
1799
|
+
enableOSDiskFullCaching: item["enableOSDiskFullCaching"],
|
|
1458
1800
|
upgradeSettings: !item["upgradeSettings"]
|
|
1459
1801
|
? item["upgradeSettings"]
|
|
1460
1802
|
: agentPoolUpgradeSettingsDeserializer(item["upgradeSettings"]),
|
|
1803
|
+
upgradeSettingsBlueGreen: !item["upgradeSettingsBlueGreen"]
|
|
1804
|
+
? item["upgradeSettingsBlueGreen"]
|
|
1805
|
+
: agentPoolBlueGreenUpgradeSettingsDeserializer(item["upgradeSettingsBlueGreen"]),
|
|
1461
1806
|
provisioningState: item["provisioningState"],
|
|
1462
1807
|
powerState: !item["powerState"]
|
|
1463
1808
|
? item["powerState"]
|
|
@@ -1483,6 +1828,11 @@ export function managedClusterAgentPoolProfileDeserializer(item) {
|
|
|
1483
1828
|
: item["nodeTaints"].map((p) => {
|
|
1484
1829
|
return p;
|
|
1485
1830
|
}),
|
|
1831
|
+
nodeInitializationTaints: !item["nodeInitializationTaints"]
|
|
1832
|
+
? item["nodeInitializationTaints"]
|
|
1833
|
+
: item["nodeInitializationTaints"].map((p) => {
|
|
1834
|
+
return p;
|
|
1835
|
+
}),
|
|
1486
1836
|
proximityPlacementGroupID: item["proximityPlacementGroupID"],
|
|
1487
1837
|
kubeletConfig: !item["kubeletConfig"]
|
|
1488
1838
|
? item["kubeletConfig"]
|
|
@@ -1527,6 +1877,9 @@ export function managedClusterAgentPoolProfileDeserializer(item) {
|
|
|
1527
1877
|
localDNSProfile: !item["localDNSProfile"]
|
|
1528
1878
|
? item["localDNSProfile"]
|
|
1529
1879
|
: localDNSProfileDeserializer(item["localDNSProfile"]),
|
|
1880
|
+
preparedImageSpecificationProfile: !item["preparedImageSpecificationProfile"]
|
|
1881
|
+
? item["preparedImageSpecificationProfile"]
|
|
1882
|
+
: preparedImageSpecificationProfileDeserializer(item["preparedImageSpecificationProfile"]),
|
|
1530
1883
|
name: item["name"],
|
|
1531
1884
|
};
|
|
1532
1885
|
}
|
|
@@ -1857,6 +2210,10 @@ export function containerServiceNetworkProfileSerializer(item) {
|
|
|
1857
2210
|
: item["ipFamilies"].map((p) => {
|
|
1858
2211
|
return p;
|
|
1859
2212
|
}),
|
|
2213
|
+
podLinkLocalAccess: item["podLinkLocalAccess"],
|
|
2214
|
+
kubeProxyConfig: !item["kubeProxyConfig"]
|
|
2215
|
+
? item["kubeProxyConfig"]
|
|
2216
|
+
: containerServiceNetworkProfileKubeProxyConfigSerializer(item["kubeProxyConfig"]),
|
|
1860
2217
|
};
|
|
1861
2218
|
}
|
|
1862
2219
|
export function containerServiceNetworkProfileDeserializer(item) {
|
|
@@ -1898,6 +2255,10 @@ export function containerServiceNetworkProfileDeserializer(item) {
|
|
|
1898
2255
|
: item["ipFamilies"].map((p) => {
|
|
1899
2256
|
return p;
|
|
1900
2257
|
}),
|
|
2258
|
+
podLinkLocalAccess: item["podLinkLocalAccess"],
|
|
2259
|
+
kubeProxyConfig: !item["kubeProxyConfig"]
|
|
2260
|
+
? item["kubeProxyConfig"]
|
|
2261
|
+
: containerServiceNetworkProfileKubeProxyConfigDeserializer(item["kubeProxyConfig"]),
|
|
1901
2262
|
};
|
|
1902
2263
|
}
|
|
1903
2264
|
/** Network plugin used for building the Kubernetes network. */
|
|
@@ -2021,6 +2382,8 @@ export var KnownTransitEncryptionType;
|
|
|
2021
2382
|
(function (KnownTransitEncryptionType) {
|
|
2022
2383
|
/** Enable WireGuard encryption. Refer to https://docs.cilium.io/en/latest/security/network/encryption-wireguard/ on use cases and implementation details */
|
|
2023
2384
|
KnownTransitEncryptionType["WireGuard"] = "WireGuard";
|
|
2385
|
+
/** Enables mTLS authentication and encryption for pod-to-pod traffic within the cluster. Refer to https://aka.ms/acnsciliummtls for relevant documentation. */
|
|
2386
|
+
KnownTransitEncryptionType["MTLS"] = "mTLS";
|
|
2024
2387
|
/** Disable Transit encryption */
|
|
2025
2388
|
KnownTransitEncryptionType["None"] = "None";
|
|
2026
2389
|
})(KnownTransitEncryptionType || (KnownTransitEncryptionType = {}));
|
|
@@ -2049,6 +2412,8 @@ export var KnownOutboundType;
|
|
|
2049
2412
|
KnownOutboundType["UserDefinedRouting"] = "userDefinedRouting";
|
|
2050
2413
|
/** The AKS-managed NAT gateway is used for egress. */
|
|
2051
2414
|
KnownOutboundType["ManagedNATGateway"] = "managedNATGateway";
|
|
2415
|
+
/** The AKS-managed NAT gateway V2 is used for egress. */
|
|
2416
|
+
KnownOutboundType["ManagedNATGatewayV2"] = "managedNATGatewayV2";
|
|
2052
2417
|
/** The user-assigned NAT gateway associated to the cluster subnet is used for egress. This is an advanced scenario and requires proper network configuration. */
|
|
2053
2418
|
KnownOutboundType["UserAssignedNATGateway"] = "userAssignedNATGateway";
|
|
2054
2419
|
/** 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/ */
|
|
@@ -2077,6 +2442,7 @@ export function managedClusterLoadBalancerProfileSerializer(item) {
|
|
|
2077
2442
|
idleTimeoutInMinutes: item["idleTimeoutInMinutes"],
|
|
2078
2443
|
enableMultipleStandardLoadBalancers: item["enableMultipleStandardLoadBalancers"],
|
|
2079
2444
|
backendPoolType: item["backendPoolType"],
|
|
2445
|
+
clusterServiceLoadBalancerHealthProbeMode: item["clusterServiceLoadBalancerHealthProbeMode"],
|
|
2080
2446
|
};
|
|
2081
2447
|
}
|
|
2082
2448
|
export function managedClusterLoadBalancerProfileDeserializer(item) {
|
|
@@ -2097,6 +2463,7 @@ export function managedClusterLoadBalancerProfileDeserializer(item) {
|
|
|
2097
2463
|
idleTimeoutInMinutes: item["idleTimeoutInMinutes"],
|
|
2098
2464
|
enableMultipleStandardLoadBalancers: item["enableMultipleStandardLoadBalancers"],
|
|
2099
2465
|
backendPoolType: item["backendPoolType"],
|
|
2466
|
+
clusterServiceLoadBalancerHealthProbeMode: item["clusterServiceLoadBalancerHealthProbeMode"],
|
|
2100
2467
|
};
|
|
2101
2468
|
}
|
|
2102
2469
|
export function managedClusterLoadBalancerProfileManagedOutboundIPsSerializer(item) {
|
|
@@ -2162,11 +2529,25 @@ export var KnownBackendPoolType;
|
|
|
2162
2529
|
/** The type of the managed inbound Load Balancer BackendPool. https://cloud-provider-azure.sigs.k8s.io/topics/loadbalancer/#configure-load-balancer-backend. */
|
|
2163
2530
|
KnownBackendPoolType["NodeIP"] = "NodeIP";
|
|
2164
2531
|
})(KnownBackendPoolType || (KnownBackendPoolType = {}));
|
|
2532
|
+
/** The health probing behavior for External Traffic Policy Cluster services. */
|
|
2533
|
+
export var KnownClusterServiceLoadBalancerHealthProbeMode;
|
|
2534
|
+
(function (KnownClusterServiceLoadBalancerHealthProbeMode) {
|
|
2535
|
+
/** Each External Traffic Policy Cluster service will have its own health probe targeting service nodePort. */
|
|
2536
|
+
KnownClusterServiceLoadBalancerHealthProbeMode["ServiceNodePort"] = "ServiceNodePort";
|
|
2537
|
+
/** 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. */
|
|
2538
|
+
KnownClusterServiceLoadBalancerHealthProbeMode["Shared"] = "Shared";
|
|
2539
|
+
})(KnownClusterServiceLoadBalancerHealthProbeMode || (KnownClusterServiceLoadBalancerHealthProbeMode = {}));
|
|
2165
2540
|
export function managedClusterNATGatewayProfileSerializer(item) {
|
|
2166
2541
|
return {
|
|
2167
2542
|
managedOutboundIPProfile: !item["managedOutboundIPProfile"]
|
|
2168
2543
|
? item["managedOutboundIPProfile"]
|
|
2169
2544
|
: managedClusterManagedOutboundIPProfileSerializer(item["managedOutboundIPProfile"]),
|
|
2545
|
+
outboundIPPrefixes: !item["outboundIPPrefixes"]
|
|
2546
|
+
? item["outboundIPPrefixes"]
|
|
2547
|
+
: _managedClusterNATGatewayProfileOutboundIpPrefixesSerializer(item["outboundIPPrefixes"]),
|
|
2548
|
+
outboundIPs: !item["outboundIPs"]
|
|
2549
|
+
? item["outboundIPs"]
|
|
2550
|
+
: _managedClusterNATGatewayProfileOutboundIPsSerializer(item["outboundIPs"]),
|
|
2170
2551
|
idleTimeoutInMinutes: item["idleTimeoutInMinutes"],
|
|
2171
2552
|
};
|
|
2172
2553
|
}
|
|
@@ -2178,15 +2559,58 @@ export function managedClusterNATGatewayProfileDeserializer(item) {
|
|
|
2178
2559
|
effectiveOutboundIPs: !item["effectiveOutboundIPs"]
|
|
2179
2560
|
? item["effectiveOutboundIPs"]
|
|
2180
2561
|
: resourceReferenceArrayDeserializer(item["effectiveOutboundIPs"]),
|
|
2562
|
+
outboundIPPrefixes: !item["outboundIPPrefixes"]
|
|
2563
|
+
? item["outboundIPPrefixes"]
|
|
2564
|
+
: _managedClusterNATGatewayProfileOutboundIpPrefixesDeserializer(item["outboundIPPrefixes"]),
|
|
2565
|
+
outboundIPs: !item["outboundIPs"]
|
|
2566
|
+
? item["outboundIPs"]
|
|
2567
|
+
: _managedClusterNATGatewayProfileOutboundIPsDeserializer(item["outboundIPs"]),
|
|
2181
2568
|
idleTimeoutInMinutes: item["idleTimeoutInMinutes"],
|
|
2182
2569
|
};
|
|
2183
2570
|
}
|
|
2184
2571
|
export function managedClusterManagedOutboundIPProfileSerializer(item) {
|
|
2185
|
-
return { count: item["count"] };
|
|
2572
|
+
return { count: item["count"], countIPv6: item["countIPv6"] };
|
|
2186
2573
|
}
|
|
2187
2574
|
export function managedClusterManagedOutboundIPProfileDeserializer(item) {
|
|
2188
2575
|
return {
|
|
2189
2576
|
count: item["count"],
|
|
2577
|
+
countIPv6: item["countIPv6"],
|
|
2578
|
+
};
|
|
2579
|
+
}
|
|
2580
|
+
export function _managedClusterNATGatewayProfileOutboundIpPrefixesSerializer(item) {
|
|
2581
|
+
return {
|
|
2582
|
+
publicIPPrefixes: !item["publicIPPrefixes"]
|
|
2583
|
+
? item["publicIPPrefixes"]
|
|
2584
|
+
: item["publicIPPrefixes"].map((p) => {
|
|
2585
|
+
return p;
|
|
2586
|
+
}),
|
|
2587
|
+
};
|
|
2588
|
+
}
|
|
2589
|
+
export function _managedClusterNATGatewayProfileOutboundIpPrefixesDeserializer(item) {
|
|
2590
|
+
return {
|
|
2591
|
+
publicIPPrefixes: !item["publicIPPrefixes"]
|
|
2592
|
+
? item["publicIPPrefixes"]
|
|
2593
|
+
: item["publicIPPrefixes"].map((p) => {
|
|
2594
|
+
return p;
|
|
2595
|
+
}),
|
|
2596
|
+
};
|
|
2597
|
+
}
|
|
2598
|
+
export function _managedClusterNATGatewayProfileOutboundIPsSerializer(item) {
|
|
2599
|
+
return {
|
|
2600
|
+
publicIPs: !item["publicIPs"]
|
|
2601
|
+
? item["publicIPs"]
|
|
2602
|
+
: item["publicIPs"].map((p) => {
|
|
2603
|
+
return p;
|
|
2604
|
+
}),
|
|
2605
|
+
};
|
|
2606
|
+
}
|
|
2607
|
+
export function _managedClusterNATGatewayProfileOutboundIPsDeserializer(item) {
|
|
2608
|
+
return {
|
|
2609
|
+
publicIPs: !item["publicIPs"]
|
|
2610
|
+
? item["publicIPs"]
|
|
2611
|
+
: item["publicIPs"].map((p) => {
|
|
2612
|
+
return p;
|
|
2613
|
+
}),
|
|
2190
2614
|
};
|
|
2191
2615
|
}
|
|
2192
2616
|
export function managedClusterStaticEgressGatewayProfileSerializer(item) {
|
|
@@ -2205,6 +2629,66 @@ export var KnownIpFamily;
|
|
|
2205
2629
|
/** IPv6 family */
|
|
2206
2630
|
KnownIpFamily["IPv6"] = "IPv6";
|
|
2207
2631
|
})(KnownIpFamily || (KnownIpFamily = {}));
|
|
2632
|
+
/** 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'. */
|
|
2633
|
+
export var KnownPodLinkLocalAccess;
|
|
2634
|
+
(function (KnownPodLinkLocalAccess) {
|
|
2635
|
+
/** Pods with hostNetwork=false can access Azure Instance Metadata Service (IMDS) without restriction. */
|
|
2636
|
+
KnownPodLinkLocalAccess["Imds"] = "IMDS";
|
|
2637
|
+
/** Pods with hostNetwork=false cannot access Azure Instance Metadata Service (IMDS). */
|
|
2638
|
+
KnownPodLinkLocalAccess["None"] = "None";
|
|
2639
|
+
})(KnownPodLinkLocalAccess || (KnownPodLinkLocalAccess = {}));
|
|
2640
|
+
export function containerServiceNetworkProfileKubeProxyConfigSerializer(item) {
|
|
2641
|
+
return {
|
|
2642
|
+
enabled: item["enabled"],
|
|
2643
|
+
mode: item["mode"],
|
|
2644
|
+
ipvsConfig: !item["ipvsConfig"]
|
|
2645
|
+
? item["ipvsConfig"]
|
|
2646
|
+
: containerServiceNetworkProfileKubeProxyConfigIpvsConfigSerializer(item["ipvsConfig"]),
|
|
2647
|
+
};
|
|
2648
|
+
}
|
|
2649
|
+
export function containerServiceNetworkProfileKubeProxyConfigDeserializer(item) {
|
|
2650
|
+
return {
|
|
2651
|
+
enabled: item["enabled"],
|
|
2652
|
+
mode: item["mode"],
|
|
2653
|
+
ipvsConfig: !item["ipvsConfig"]
|
|
2654
|
+
? item["ipvsConfig"]
|
|
2655
|
+
: containerServiceNetworkProfileKubeProxyConfigIpvsConfigDeserializer(item["ipvsConfig"]),
|
|
2656
|
+
};
|
|
2657
|
+
}
|
|
2658
|
+
/** Specify which proxy mode to use ('IPTABLES', 'IPVS' or 'NFTABLES') */
|
|
2659
|
+
export var KnownMode;
|
|
2660
|
+
(function (KnownMode) {
|
|
2661
|
+
/** IPTables proxy mode */
|
|
2662
|
+
KnownMode["Iptables"] = "IPTABLES";
|
|
2663
|
+
/** IPVS proxy mode. Must be using Kubernetes version >= 1.22. */
|
|
2664
|
+
KnownMode["Ipvs"] = "IPVS";
|
|
2665
|
+
/** NFTables proxy mode. Must be using Kubernetes version >= 1.33. */
|
|
2666
|
+
KnownMode["Nftables"] = "NFTABLES";
|
|
2667
|
+
})(KnownMode || (KnownMode = {}));
|
|
2668
|
+
export function containerServiceNetworkProfileKubeProxyConfigIpvsConfigSerializer(item) {
|
|
2669
|
+
return {
|
|
2670
|
+
scheduler: item["scheduler"],
|
|
2671
|
+
tcpTimeoutSeconds: item["tcpTimeoutSeconds"],
|
|
2672
|
+
tcpFinTimeoutSeconds: item["tcpFinTimeoutSeconds"],
|
|
2673
|
+
udpTimeoutSeconds: item["udpTimeoutSeconds"],
|
|
2674
|
+
};
|
|
2675
|
+
}
|
|
2676
|
+
export function containerServiceNetworkProfileKubeProxyConfigIpvsConfigDeserializer(item) {
|
|
2677
|
+
return {
|
|
2678
|
+
scheduler: item["scheduler"],
|
|
2679
|
+
tcpTimeoutSeconds: item["tcpTimeoutSeconds"],
|
|
2680
|
+
tcpFinTimeoutSeconds: item["tcpFinTimeoutSeconds"],
|
|
2681
|
+
udpTimeoutSeconds: item["udpTimeoutSeconds"],
|
|
2682
|
+
};
|
|
2683
|
+
}
|
|
2684
|
+
/** IPVS scheduler, for more information please see http://www.linuxvirtualserver.org/docs/scheduling.html. */
|
|
2685
|
+
export var KnownIpvsScheduler;
|
|
2686
|
+
(function (KnownIpvsScheduler) {
|
|
2687
|
+
/** Round Robin */
|
|
2688
|
+
KnownIpvsScheduler["RoundRobin"] = "RoundRobin";
|
|
2689
|
+
/** Least Connection */
|
|
2690
|
+
KnownIpvsScheduler["LeastConnection"] = "LeastConnection";
|
|
2691
|
+
})(KnownIpvsScheduler || (KnownIpvsScheduler = {}));
|
|
2208
2692
|
export function managedClusterAADProfileSerializer(item) {
|
|
2209
2693
|
return {
|
|
2210
2694
|
managed: item["managed"],
|
|
@@ -2462,6 +2946,11 @@ export function managedClusterHttpProxyConfigDeserializer(item) {
|
|
|
2462
2946
|
: item["noProxy"].map((p) => {
|
|
2463
2947
|
return p;
|
|
2464
2948
|
}),
|
|
2949
|
+
effectiveNoProxy: !item["effectiveNoProxy"]
|
|
2950
|
+
? item["effectiveNoProxy"]
|
|
2951
|
+
: item["effectiveNoProxy"].map((p) => {
|
|
2952
|
+
return p;
|
|
2953
|
+
}),
|
|
2465
2954
|
trustedCa: item["trustedCa"],
|
|
2466
2955
|
enabled: item["enabled"],
|
|
2467
2956
|
};
|
|
@@ -2474,17 +2963,29 @@ export function managedClusterSecurityProfileSerializer(item) {
|
|
|
2474
2963
|
azureKeyVaultKms: !item["azureKeyVaultKms"]
|
|
2475
2964
|
? item["azureKeyVaultKms"]
|
|
2476
2965
|
: azureKeyVaultKmsSerializer(item["azureKeyVaultKms"]),
|
|
2966
|
+
kubernetesResourceObjectEncryptionProfile: !item["kubernetesResourceObjectEncryptionProfile"]
|
|
2967
|
+
? item["kubernetesResourceObjectEncryptionProfile"]
|
|
2968
|
+
: kubernetesResourceObjectEncryptionProfileSerializer(item["kubernetesResourceObjectEncryptionProfile"]),
|
|
2477
2969
|
workloadIdentity: !item["workloadIdentity"]
|
|
2478
2970
|
? item["workloadIdentity"]
|
|
2479
2971
|
: managedClusterSecurityProfileWorkloadIdentitySerializer(item["workloadIdentity"]),
|
|
2480
2972
|
imageCleaner: !item["imageCleaner"]
|
|
2481
2973
|
? item["imageCleaner"]
|
|
2482
2974
|
: managedClusterSecurityProfileImageCleanerSerializer(item["imageCleaner"]),
|
|
2975
|
+
imageIntegrity: !item["imageIntegrity"]
|
|
2976
|
+
? item["imageIntegrity"]
|
|
2977
|
+
: managedClusterSecurityProfileImageIntegritySerializer(item["imageIntegrity"]),
|
|
2978
|
+
nodeRestriction: !item["nodeRestriction"]
|
|
2979
|
+
? item["nodeRestriction"]
|
|
2980
|
+
: managedClusterSecurityProfileNodeRestrictionSerializer(item["nodeRestriction"]),
|
|
2483
2981
|
customCATrustCertificates: !item["customCATrustCertificates"]
|
|
2484
2982
|
? item["customCATrustCertificates"]
|
|
2485
2983
|
: item["customCATrustCertificates"].map((p) => {
|
|
2486
2984
|
return uint8ArrayToString(p, "base64");
|
|
2487
2985
|
}),
|
|
2986
|
+
serviceAccountImagePullProfile: !item["serviceAccountImagePullProfile"]
|
|
2987
|
+
? item["serviceAccountImagePullProfile"]
|
|
2988
|
+
: serviceAccountImagePullProfileSerializer(item["serviceAccountImagePullProfile"]),
|
|
2488
2989
|
};
|
|
2489
2990
|
}
|
|
2490
2991
|
export function managedClusterSecurityProfileDeserializer(item) {
|
|
@@ -2495,17 +2996,29 @@ export function managedClusterSecurityProfileDeserializer(item) {
|
|
|
2495
2996
|
azureKeyVaultKms: !item["azureKeyVaultKms"]
|
|
2496
2997
|
? item["azureKeyVaultKms"]
|
|
2497
2998
|
: azureKeyVaultKmsDeserializer(item["azureKeyVaultKms"]),
|
|
2999
|
+
kubernetesResourceObjectEncryptionProfile: !item["kubernetesResourceObjectEncryptionProfile"]
|
|
3000
|
+
? item["kubernetesResourceObjectEncryptionProfile"]
|
|
3001
|
+
: kubernetesResourceObjectEncryptionProfileDeserializer(item["kubernetesResourceObjectEncryptionProfile"]),
|
|
2498
3002
|
workloadIdentity: !item["workloadIdentity"]
|
|
2499
3003
|
? item["workloadIdentity"]
|
|
2500
3004
|
: managedClusterSecurityProfileWorkloadIdentityDeserializer(item["workloadIdentity"]),
|
|
2501
3005
|
imageCleaner: !item["imageCleaner"]
|
|
2502
3006
|
? item["imageCleaner"]
|
|
2503
3007
|
: managedClusterSecurityProfileImageCleanerDeserializer(item["imageCleaner"]),
|
|
3008
|
+
imageIntegrity: !item["imageIntegrity"]
|
|
3009
|
+
? item["imageIntegrity"]
|
|
3010
|
+
: managedClusterSecurityProfileImageIntegrityDeserializer(item["imageIntegrity"]),
|
|
3011
|
+
nodeRestriction: !item["nodeRestriction"]
|
|
3012
|
+
? item["nodeRestriction"]
|
|
3013
|
+
: managedClusterSecurityProfileNodeRestrictionDeserializer(item["nodeRestriction"]),
|
|
2504
3014
|
customCATrustCertificates: !item["customCATrustCertificates"]
|
|
2505
3015
|
? item["customCATrustCertificates"]
|
|
2506
3016
|
: item["customCATrustCertificates"].map((p) => {
|
|
2507
3017
|
return typeof p === "string" ? stringToUint8Array(p, "base64") : p;
|
|
2508
3018
|
}),
|
|
3019
|
+
serviceAccountImagePullProfile: !item["serviceAccountImagePullProfile"]
|
|
3020
|
+
? item["serviceAccountImagePullProfile"]
|
|
3021
|
+
: serviceAccountImagePullProfileDeserializer(item["serviceAccountImagePullProfile"]),
|
|
2509
3022
|
};
|
|
2510
3023
|
}
|
|
2511
3024
|
export function managedClusterSecurityProfileDefenderSerializer(item) {
|
|
@@ -2514,6 +3027,9 @@ export function managedClusterSecurityProfileDefenderSerializer(item) {
|
|
|
2514
3027
|
securityMonitoring: !item["securityMonitoring"]
|
|
2515
3028
|
? item["securityMonitoring"]
|
|
2516
3029
|
: managedClusterSecurityProfileDefenderSecurityMonitoringSerializer(item["securityMonitoring"]),
|
|
3030
|
+
securityGating: !item["securityGating"]
|
|
3031
|
+
? item["securityGating"]
|
|
3032
|
+
: managedClusterSecurityProfileDefenderSecurityGatingSerializer(item["securityGating"]),
|
|
2517
3033
|
};
|
|
2518
3034
|
}
|
|
2519
3035
|
export function managedClusterSecurityProfileDefenderDeserializer(item) {
|
|
@@ -2522,6 +3038,9 @@ export function managedClusterSecurityProfileDefenderDeserializer(item) {
|
|
|
2522
3038
|
securityMonitoring: !item["securityMonitoring"]
|
|
2523
3039
|
? item["securityMonitoring"]
|
|
2524
3040
|
: managedClusterSecurityProfileDefenderSecurityMonitoringDeserializer(item["securityMonitoring"]),
|
|
3041
|
+
securityGating: !item["securityGating"]
|
|
3042
|
+
? item["securityGating"]
|
|
3043
|
+
: managedClusterSecurityProfileDefenderSecurityGatingDeserializer(item["securityGating"]),
|
|
2525
3044
|
};
|
|
2526
3045
|
}
|
|
2527
3046
|
export function managedClusterSecurityProfileDefenderSecurityMonitoringSerializer(item) {
|
|
@@ -2532,6 +3051,50 @@ export function managedClusterSecurityProfileDefenderSecurityMonitoringDeseriali
|
|
|
2532
3051
|
enabled: item["enabled"],
|
|
2533
3052
|
};
|
|
2534
3053
|
}
|
|
3054
|
+
export function managedClusterSecurityProfileDefenderSecurityGatingSerializer(item) {
|
|
3055
|
+
return {
|
|
3056
|
+
enabled: item["enabled"],
|
|
3057
|
+
identities: !item["identities"]
|
|
3058
|
+
? item["identities"]
|
|
3059
|
+
: managedClusterSecurityProfileDefenderSecurityGatingIdentitiesItemArraySerializer(item["identities"]),
|
|
3060
|
+
allowSecretAccess: item["allowSecretAccess"],
|
|
3061
|
+
};
|
|
3062
|
+
}
|
|
3063
|
+
export function managedClusterSecurityProfileDefenderSecurityGatingDeserializer(item) {
|
|
3064
|
+
return {
|
|
3065
|
+
enabled: item["enabled"],
|
|
3066
|
+
identities: !item["identities"]
|
|
3067
|
+
? item["identities"]
|
|
3068
|
+
: managedClusterSecurityProfileDefenderSecurityGatingIdentitiesItemArrayDeserializer(item["identities"]),
|
|
3069
|
+
allowSecretAccess: item["allowSecretAccess"],
|
|
3070
|
+
};
|
|
3071
|
+
}
|
|
3072
|
+
export function managedClusterSecurityProfileDefenderSecurityGatingIdentitiesItemArraySerializer(result) {
|
|
3073
|
+
return result.map((item) => {
|
|
3074
|
+
return managedClusterSecurityProfileDefenderSecurityGatingIdentitiesItemSerializer(item);
|
|
3075
|
+
});
|
|
3076
|
+
}
|
|
3077
|
+
export function managedClusterSecurityProfileDefenderSecurityGatingIdentitiesItemArrayDeserializer(result) {
|
|
3078
|
+
return result.map((item) => {
|
|
3079
|
+
return managedClusterSecurityProfileDefenderSecurityGatingIdentitiesItemDeserializer(item);
|
|
3080
|
+
});
|
|
3081
|
+
}
|
|
3082
|
+
export function managedClusterSecurityProfileDefenderSecurityGatingIdentitiesItemSerializer(item) {
|
|
3083
|
+
return {
|
|
3084
|
+
azureContainerRegistry: item["azureContainerRegistry"],
|
|
3085
|
+
identity: !item["identity"]
|
|
3086
|
+
? item["identity"]
|
|
3087
|
+
: userAssignedIdentitySerializer(item["identity"]),
|
|
3088
|
+
};
|
|
3089
|
+
}
|
|
3090
|
+
export function managedClusterSecurityProfileDefenderSecurityGatingIdentitiesItemDeserializer(item) {
|
|
3091
|
+
return {
|
|
3092
|
+
azureContainerRegistry: item["azureContainerRegistry"],
|
|
3093
|
+
identity: !item["identity"]
|
|
3094
|
+
? item["identity"]
|
|
3095
|
+
: userAssignedIdentityDeserializer(item["identity"]),
|
|
3096
|
+
};
|
|
3097
|
+
}
|
|
2535
3098
|
export function azureKeyVaultKmsSerializer(item) {
|
|
2536
3099
|
return {
|
|
2537
3100
|
enabled: item["enabled"],
|
|
@@ -2556,6 +3119,22 @@ export var KnownKeyVaultNetworkAccessTypes;
|
|
|
2556
3119
|
/** Key vault disables public access and enables private link. */
|
|
2557
3120
|
KnownKeyVaultNetworkAccessTypes["Private"] = "Private";
|
|
2558
3121
|
})(KnownKeyVaultNetworkAccessTypes || (KnownKeyVaultNetworkAccessTypes = {}));
|
|
3122
|
+
export function kubernetesResourceObjectEncryptionProfileSerializer(item) {
|
|
3123
|
+
return { infrastructureEncryption: item["infrastructureEncryption"] };
|
|
3124
|
+
}
|
|
3125
|
+
export function kubernetesResourceObjectEncryptionProfileDeserializer(item) {
|
|
3126
|
+
return {
|
|
3127
|
+
infrastructureEncryption: item["infrastructureEncryption"],
|
|
3128
|
+
};
|
|
3129
|
+
}
|
|
3130
|
+
/** 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. */
|
|
3131
|
+
export var KnownInfrastructureEncryption;
|
|
3132
|
+
(function (KnownInfrastructureEncryption) {
|
|
3133
|
+
/** 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. */
|
|
3134
|
+
KnownInfrastructureEncryption["Enabled"] = "Enabled";
|
|
3135
|
+
/** 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. */
|
|
3136
|
+
KnownInfrastructureEncryption["Disabled"] = "Disabled";
|
|
3137
|
+
})(KnownInfrastructureEncryption || (KnownInfrastructureEncryption = {}));
|
|
2559
3138
|
export function managedClusterSecurityProfileWorkloadIdentitySerializer(item) {
|
|
2560
3139
|
return { enabled: item["enabled"] };
|
|
2561
3140
|
}
|
|
@@ -2573,6 +3152,31 @@ export function managedClusterSecurityProfileImageCleanerDeserializer(item) {
|
|
|
2573
3152
|
intervalHours: item["intervalHours"],
|
|
2574
3153
|
};
|
|
2575
3154
|
}
|
|
3155
|
+
export function managedClusterSecurityProfileImageIntegritySerializer(item) {
|
|
3156
|
+
return { enabled: item["enabled"] };
|
|
3157
|
+
}
|
|
3158
|
+
export function managedClusterSecurityProfileImageIntegrityDeserializer(item) {
|
|
3159
|
+
return {
|
|
3160
|
+
enabled: item["enabled"],
|
|
3161
|
+
};
|
|
3162
|
+
}
|
|
3163
|
+
export function managedClusterSecurityProfileNodeRestrictionSerializer(item) {
|
|
3164
|
+
return { enabled: item["enabled"] };
|
|
3165
|
+
}
|
|
3166
|
+
export function managedClusterSecurityProfileNodeRestrictionDeserializer(item) {
|
|
3167
|
+
return {
|
|
3168
|
+
enabled: item["enabled"],
|
|
3169
|
+
};
|
|
3170
|
+
}
|
|
3171
|
+
export function serviceAccountImagePullProfileSerializer(item) {
|
|
3172
|
+
return { enabled: item["enabled"], defaultManagedIdentityId: item["defaultManagedIdentityId"] };
|
|
3173
|
+
}
|
|
3174
|
+
export function serviceAccountImagePullProfileDeserializer(item) {
|
|
3175
|
+
return {
|
|
3176
|
+
enabled: item["enabled"],
|
|
3177
|
+
defaultManagedIdentityId: item["defaultManagedIdentityId"],
|
|
3178
|
+
};
|
|
3179
|
+
}
|
|
2576
3180
|
export function managedClusterStorageProfileSerializer(item) {
|
|
2577
3181
|
return {
|
|
2578
3182
|
diskCSIDriver: !item["diskCSIDriver"]
|
|
@@ -2645,6 +3249,9 @@ export function managedClusterIngressProfileSerializer(item) {
|
|
|
2645
3249
|
gatewayAPI: !item["gatewayAPI"]
|
|
2646
3250
|
? item["gatewayAPI"]
|
|
2647
3251
|
: managedClusterIngressProfileGatewayConfigurationSerializer(item["gatewayAPI"]),
|
|
3252
|
+
applicationLoadBalancer: !item["applicationLoadBalancer"]
|
|
3253
|
+
? item["applicationLoadBalancer"]
|
|
3254
|
+
: managedClusterIngressProfileApplicationLoadBalancerSerializer(item["applicationLoadBalancer"]),
|
|
2648
3255
|
};
|
|
2649
3256
|
}
|
|
2650
3257
|
export function managedClusterIngressProfileDeserializer(item) {
|
|
@@ -2655,6 +3262,9 @@ export function managedClusterIngressProfileDeserializer(item) {
|
|
|
2655
3262
|
gatewayAPI: !item["gatewayAPI"]
|
|
2656
3263
|
? item["gatewayAPI"]
|
|
2657
3264
|
: managedClusterIngressProfileGatewayConfigurationDeserializer(item["gatewayAPI"]),
|
|
3265
|
+
applicationLoadBalancer: !item["applicationLoadBalancer"]
|
|
3266
|
+
? item["applicationLoadBalancer"]
|
|
3267
|
+
: managedClusterIngressProfileApplicationLoadBalancerDeserializer(item["applicationLoadBalancer"]),
|
|
2658
3268
|
};
|
|
2659
3269
|
}
|
|
2660
3270
|
export function managedClusterIngressProfileWebAppRoutingSerializer(item) {
|
|
@@ -2671,6 +3281,9 @@ export function managedClusterIngressProfileWebAppRoutingSerializer(item) {
|
|
|
2671
3281
|
nginx: !item["nginx"]
|
|
2672
3282
|
? item["nginx"]
|
|
2673
3283
|
: managedClusterIngressProfileNginxSerializer(item["nginx"]),
|
|
3284
|
+
defaultDomain: !item["defaultDomain"]
|
|
3285
|
+
? item["defaultDomain"]
|
|
3286
|
+
: managedClusterIngressDefaultDomainProfileSerializer(item["defaultDomain"]),
|
|
2674
3287
|
};
|
|
2675
3288
|
}
|
|
2676
3289
|
export function managedClusterIngressProfileWebAppRoutingDeserializer(item) {
|
|
@@ -2690,6 +3303,9 @@ export function managedClusterIngressProfileWebAppRoutingDeserializer(item) {
|
|
|
2690
3303
|
identity: !item["identity"]
|
|
2691
3304
|
? item["identity"]
|
|
2692
3305
|
: userAssignedIdentityDeserializer(item["identity"]),
|
|
3306
|
+
defaultDomain: !item["defaultDomain"]
|
|
3307
|
+
? item["defaultDomain"]
|
|
3308
|
+
: managedClusterIngressDefaultDomainProfileDeserializer(item["defaultDomain"]),
|
|
2693
3309
|
};
|
|
2694
3310
|
}
|
|
2695
3311
|
export function managedClusterWebAppRoutingGatewayAPIImplementationsSerializer(item) {
|
|
@@ -2742,6 +3358,15 @@ export var KnownNginxIngressControllerType;
|
|
|
2742
3358
|
/** 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. */
|
|
2743
3359
|
KnownNginxIngressControllerType["None"] = "None";
|
|
2744
3360
|
})(KnownNginxIngressControllerType || (KnownNginxIngressControllerType = {}));
|
|
3361
|
+
export function managedClusterIngressDefaultDomainProfileSerializer(item) {
|
|
3362
|
+
return { enabled: item["enabled"] };
|
|
3363
|
+
}
|
|
3364
|
+
export function managedClusterIngressDefaultDomainProfileDeserializer(item) {
|
|
3365
|
+
return {
|
|
3366
|
+
enabled: item["enabled"],
|
|
3367
|
+
domainName: item["domainName"],
|
|
3368
|
+
};
|
|
3369
|
+
}
|
|
2745
3370
|
export function managedClusterIngressProfileGatewayConfigurationSerializer(item) {
|
|
2746
3371
|
return { installation: item["installation"] };
|
|
2747
3372
|
}
|
|
@@ -2758,6 +3383,17 @@ export var KnownManagedGatewayType;
|
|
|
2758
3383
|
/** Gateway API CRDs from the standard release channel will be reconciled onto your cluster. See https://aka.ms/gateway-api-versions to see which bundle will be installed for your Kubernetes version. */
|
|
2759
3384
|
KnownManagedGatewayType["Standard"] = "Standard";
|
|
2760
3385
|
})(KnownManagedGatewayType || (KnownManagedGatewayType = {}));
|
|
3386
|
+
export function managedClusterIngressProfileApplicationLoadBalancerSerializer(item) {
|
|
3387
|
+
return { enabled: item["enabled"] };
|
|
3388
|
+
}
|
|
3389
|
+
export function managedClusterIngressProfileApplicationLoadBalancerDeserializer(item) {
|
|
3390
|
+
return {
|
|
3391
|
+
enabled: item["enabled"],
|
|
3392
|
+
identity: !item["identity"]
|
|
3393
|
+
? item["identity"]
|
|
3394
|
+
: userAssignedIdentityDeserializer(item["identity"]),
|
|
3395
|
+
};
|
|
3396
|
+
}
|
|
2761
3397
|
/** PublicNetworkAccess of the managedCluster. Allow or deny public network access for AKS */
|
|
2762
3398
|
export var KnownPublicNetworkAccess;
|
|
2763
3399
|
(function (KnownPublicNetworkAccess) {
|
|
@@ -2765,6 +3401,8 @@ export var KnownPublicNetworkAccess;
|
|
|
2765
3401
|
KnownPublicNetworkAccess["Enabled"] = "Enabled";
|
|
2766
3402
|
/** Inbound traffic to managedCluster is disabled, traffic from managedCluster is allowed. */
|
|
2767
3403
|
KnownPublicNetworkAccess["Disabled"] = "Disabled";
|
|
3404
|
+
/** Inbound/Outbound traffic is managed by Microsoft.Network/NetworkSecurityPerimeters. */
|
|
3405
|
+
KnownPublicNetworkAccess["SecuredByPerimeter"] = "SecuredByPerimeter";
|
|
2768
3406
|
})(KnownPublicNetworkAccess || (KnownPublicNetworkAccess = {}));
|
|
2769
3407
|
export function managedClusterWorkloadAutoScalerProfileSerializer(item) {
|
|
2770
3408
|
return {
|
|
@@ -2795,18 +3433,30 @@ export function managedClusterWorkloadAutoScalerProfileKedaDeserializer(item) {
|
|
|
2795
3433
|
};
|
|
2796
3434
|
}
|
|
2797
3435
|
export function managedClusterWorkloadAutoScalerProfileVerticalPodAutoscalerSerializer(item) {
|
|
2798
|
-
return { enabled: item["enabled"] };
|
|
3436
|
+
return { enabled: item["enabled"], addonAutoscaling: item["addonAutoscaling"] };
|
|
2799
3437
|
}
|
|
2800
3438
|
export function managedClusterWorkloadAutoScalerProfileVerticalPodAutoscalerDeserializer(item) {
|
|
2801
3439
|
return {
|
|
2802
3440
|
enabled: item["enabled"],
|
|
3441
|
+
addonAutoscaling: item["addonAutoscaling"],
|
|
2803
3442
|
};
|
|
2804
3443
|
}
|
|
3444
|
+
/** Whether VPA add-on is enabled and configured to scale AKS-managed add-ons. */
|
|
3445
|
+
export var KnownAddonAutoscaling;
|
|
3446
|
+
(function (KnownAddonAutoscaling) {
|
|
3447
|
+
/** Feature to autoscale AKS-managed add-ons is enabled. The default VPA update mode is Initial mode. */
|
|
3448
|
+
KnownAddonAutoscaling["Enabled"] = "Enabled";
|
|
3449
|
+
/** Feature to autoscale AKS-managed add-ons is disabled. */
|
|
3450
|
+
KnownAddonAutoscaling["Disabled"] = "Disabled";
|
|
3451
|
+
})(KnownAddonAutoscaling || (KnownAddonAutoscaling = {}));
|
|
2805
3452
|
export function managedClusterAzureMonitorProfileSerializer(item) {
|
|
2806
3453
|
return {
|
|
2807
3454
|
metrics: !item["metrics"]
|
|
2808
3455
|
? item["metrics"]
|
|
2809
3456
|
: managedClusterAzureMonitorProfileMetricsSerializer(item["metrics"]),
|
|
3457
|
+
containerInsights: !item["containerInsights"]
|
|
3458
|
+
? item["containerInsights"]
|
|
3459
|
+
: managedClusterAzureMonitorProfileContainerInsightsSerializer(item["containerInsights"]),
|
|
2810
3460
|
appMonitoring: !item["appMonitoring"]
|
|
2811
3461
|
? item["appMonitoring"]
|
|
2812
3462
|
: managedClusterAzureMonitorProfileAppMonitoringSerializer(item["appMonitoring"]),
|
|
@@ -2817,6 +3467,9 @@ export function managedClusterAzureMonitorProfileDeserializer(item) {
|
|
|
2817
3467
|
metrics: !item["metrics"]
|
|
2818
3468
|
? item["metrics"]
|
|
2819
3469
|
: managedClusterAzureMonitorProfileMetricsDeserializer(item["metrics"]),
|
|
3470
|
+
containerInsights: !item["containerInsights"]
|
|
3471
|
+
? item["containerInsights"]
|
|
3472
|
+
: managedClusterAzureMonitorProfileContainerInsightsDeserializer(item["containerInsights"]),
|
|
2820
3473
|
appMonitoring: !item["appMonitoring"]
|
|
2821
3474
|
? item["appMonitoring"]
|
|
2822
3475
|
: managedClusterAzureMonitorProfileAppMonitoringDeserializer(item["appMonitoring"]),
|
|
@@ -2828,6 +3481,9 @@ export function managedClusterAzureMonitorProfileMetricsSerializer(item) {
|
|
|
2828
3481
|
kubeStateMetrics: !item["kubeStateMetrics"]
|
|
2829
3482
|
? item["kubeStateMetrics"]
|
|
2830
3483
|
: managedClusterAzureMonitorProfileKubeStateMetricsSerializer(item["kubeStateMetrics"]),
|
|
3484
|
+
controlPlane: !item["controlPlane"]
|
|
3485
|
+
? item["controlPlane"]
|
|
3486
|
+
: managedClusterAzureMonitorProfileMetricsControlPlaneSerializer(item["controlPlane"]),
|
|
2831
3487
|
};
|
|
2832
3488
|
}
|
|
2833
3489
|
export function managedClusterAzureMonitorProfileMetricsDeserializer(item) {
|
|
@@ -2836,6 +3492,9 @@ export function managedClusterAzureMonitorProfileMetricsDeserializer(item) {
|
|
|
2836
3492
|
kubeStateMetrics: !item["kubeStateMetrics"]
|
|
2837
3493
|
? item["kubeStateMetrics"]
|
|
2838
3494
|
: managedClusterAzureMonitorProfileKubeStateMetricsDeserializer(item["kubeStateMetrics"]),
|
|
3495
|
+
controlPlane: !item["controlPlane"]
|
|
3496
|
+
? item["controlPlane"]
|
|
3497
|
+
: managedClusterAzureMonitorProfileMetricsControlPlaneDeserializer(item["controlPlane"]),
|
|
2839
3498
|
};
|
|
2840
3499
|
}
|
|
2841
3500
|
export function managedClusterAzureMonitorProfileKubeStateMetricsSerializer(item) {
|
|
@@ -2850,11 +3509,53 @@ export function managedClusterAzureMonitorProfileKubeStateMetricsDeserializer(it
|
|
|
2850
3509
|
metricAnnotationsAllowList: item["metricAnnotationsAllowList"],
|
|
2851
3510
|
};
|
|
2852
3511
|
}
|
|
3512
|
+
export function managedClusterAzureMonitorProfileMetricsControlPlaneSerializer(item) {
|
|
3513
|
+
return { enabled: item["enabled"] };
|
|
3514
|
+
}
|
|
3515
|
+
export function managedClusterAzureMonitorProfileMetricsControlPlaneDeserializer(item) {
|
|
3516
|
+
return {
|
|
3517
|
+
enabled: item["enabled"],
|
|
3518
|
+
};
|
|
3519
|
+
}
|
|
3520
|
+
export function managedClusterAzureMonitorProfileContainerInsightsSerializer(item) {
|
|
3521
|
+
return {
|
|
3522
|
+
enabled: item["enabled"],
|
|
3523
|
+
logAnalyticsWorkspaceResourceId: item["logAnalyticsWorkspaceResourceId"],
|
|
3524
|
+
syslogPort: item["syslogPort"],
|
|
3525
|
+
disableCustomMetrics: item["disableCustomMetrics"],
|
|
3526
|
+
disablePrometheusMetricsScraping: item["disablePrometheusMetricsScraping"],
|
|
3527
|
+
containerNetworkLogs: item["containerNetworkLogs"],
|
|
3528
|
+
};
|
|
3529
|
+
}
|
|
3530
|
+
export function managedClusterAzureMonitorProfileContainerInsightsDeserializer(item) {
|
|
3531
|
+
return {
|
|
3532
|
+
enabled: item["enabled"],
|
|
3533
|
+
logAnalyticsWorkspaceResourceId: item["logAnalyticsWorkspaceResourceId"],
|
|
3534
|
+
syslogPort: item["syslogPort"],
|
|
3535
|
+
disableCustomMetrics: item["disableCustomMetrics"],
|
|
3536
|
+
disablePrometheusMetricsScraping: item["disablePrometheusMetricsScraping"],
|
|
3537
|
+
containerNetworkLogs: item["containerNetworkLogs"],
|
|
3538
|
+
};
|
|
3539
|
+
}
|
|
3540
|
+
/** 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. */
|
|
3541
|
+
export var KnownContainerNetworkLogs;
|
|
3542
|
+
(function (KnownContainerNetworkLogs) {
|
|
3543
|
+
/** Azure monitor ingestion of container network logs is disabled */
|
|
3544
|
+
KnownContainerNetworkLogs["Disabled"] = "Disabled";
|
|
3545
|
+
/** Azure monitor ingestion of container network logs is enabled */
|
|
3546
|
+
KnownContainerNetworkLogs["Enabled"] = "Enabled";
|
|
3547
|
+
})(KnownContainerNetworkLogs || (KnownContainerNetworkLogs = {}));
|
|
2853
3548
|
export function managedClusterAzureMonitorProfileAppMonitoringSerializer(item) {
|
|
2854
3549
|
return {
|
|
2855
3550
|
autoInstrumentation: !item["autoInstrumentation"]
|
|
2856
3551
|
? item["autoInstrumentation"]
|
|
2857
3552
|
: managedClusterAzureMonitorProfileAppMonitoringAutoInstrumentationSerializer(item["autoInstrumentation"]),
|
|
3553
|
+
openTelemetryMetrics: !item["openTelemetryMetrics"]
|
|
3554
|
+
? item["openTelemetryMetrics"]
|
|
3555
|
+
: managedClusterAzureMonitorProfileAppMonitoringOpenTelemetryMetricsSerializer(item["openTelemetryMetrics"]),
|
|
3556
|
+
openTelemetryLogsAndTraces: !item["openTelemetryLogsAndTraces"]
|
|
3557
|
+
? item["openTelemetryLogsAndTraces"]
|
|
3558
|
+
: managedClusterAzureMonitorProfileAppMonitoringOpenTelemetryLogsAndTracesSerializer(item["openTelemetryLogsAndTraces"]),
|
|
2858
3559
|
};
|
|
2859
3560
|
}
|
|
2860
3561
|
export function managedClusterAzureMonitorProfileAppMonitoringDeserializer(item) {
|
|
@@ -2862,6 +3563,12 @@ export function managedClusterAzureMonitorProfileAppMonitoringDeserializer(item)
|
|
|
2862
3563
|
autoInstrumentation: !item["autoInstrumentation"]
|
|
2863
3564
|
? item["autoInstrumentation"]
|
|
2864
3565
|
: managedClusterAzureMonitorProfileAppMonitoringAutoInstrumentationDeserializer(item["autoInstrumentation"]),
|
|
3566
|
+
openTelemetryMetrics: !item["openTelemetryMetrics"]
|
|
3567
|
+
? item["openTelemetryMetrics"]
|
|
3568
|
+
: managedClusterAzureMonitorProfileAppMonitoringOpenTelemetryMetricsDeserializer(item["openTelemetryMetrics"]),
|
|
3569
|
+
openTelemetryLogsAndTraces: !item["openTelemetryLogsAndTraces"]
|
|
3570
|
+
? item["openTelemetryLogsAndTraces"]
|
|
3571
|
+
: managedClusterAzureMonitorProfileAppMonitoringOpenTelemetryLogsAndTracesDeserializer(item["openTelemetryLogsAndTraces"]),
|
|
2865
3572
|
};
|
|
2866
3573
|
}
|
|
2867
3574
|
export function managedClusterAzureMonitorProfileAppMonitoringAutoInstrumentationSerializer(item) {
|
|
@@ -2872,6 +3579,26 @@ export function managedClusterAzureMonitorProfileAppMonitoringAutoInstrumentatio
|
|
|
2872
3579
|
enabled: item["enabled"],
|
|
2873
3580
|
};
|
|
2874
3581
|
}
|
|
3582
|
+
export function managedClusterAzureMonitorProfileAppMonitoringOpenTelemetryMetricsSerializer(item) {
|
|
3583
|
+
return { enabled: item["enabled"], httpPort: item["httpPort"], grpcPort: item["grpcPort"] };
|
|
3584
|
+
}
|
|
3585
|
+
export function managedClusterAzureMonitorProfileAppMonitoringOpenTelemetryMetricsDeserializer(item) {
|
|
3586
|
+
return {
|
|
3587
|
+
enabled: item["enabled"],
|
|
3588
|
+
httpPort: item["httpPort"],
|
|
3589
|
+
grpcPort: item["grpcPort"],
|
|
3590
|
+
};
|
|
3591
|
+
}
|
|
3592
|
+
export function managedClusterAzureMonitorProfileAppMonitoringOpenTelemetryLogsAndTracesSerializer(item) {
|
|
3593
|
+
return { enabled: item["enabled"], httpPort: item["httpPort"], grpcPort: item["grpcPort"] };
|
|
3594
|
+
}
|
|
3595
|
+
export function managedClusterAzureMonitorProfileAppMonitoringOpenTelemetryLogsAndTracesDeserializer(item) {
|
|
3596
|
+
return {
|
|
3597
|
+
enabled: item["enabled"],
|
|
3598
|
+
httpPort: item["httpPort"],
|
|
3599
|
+
grpcPort: item["grpcPort"],
|
|
3600
|
+
};
|
|
3601
|
+
}
|
|
2875
3602
|
export function serviceMeshProfileSerializer(item) {
|
|
2876
3603
|
return {
|
|
2877
3604
|
mode: item["mode"],
|
|
@@ -3112,6 +3839,50 @@ export function managedClusterAIToolchainOperatorProfileDeserializer(item) {
|
|
|
3112
3839
|
enabled: item["enabled"],
|
|
3113
3840
|
};
|
|
3114
3841
|
}
|
|
3842
|
+
export function schedulerProfileSerializer(item) {
|
|
3843
|
+
return {
|
|
3844
|
+
schedulerInstanceProfiles: !item["schedulerInstanceProfiles"]
|
|
3845
|
+
? item["schedulerInstanceProfiles"]
|
|
3846
|
+
: schedulerProfileSchedulerInstanceProfilesSerializer(item["schedulerInstanceProfiles"]),
|
|
3847
|
+
};
|
|
3848
|
+
}
|
|
3849
|
+
export function schedulerProfileDeserializer(item) {
|
|
3850
|
+
return {
|
|
3851
|
+
schedulerInstanceProfiles: !item["schedulerInstanceProfiles"]
|
|
3852
|
+
? item["schedulerInstanceProfiles"]
|
|
3853
|
+
: schedulerProfileSchedulerInstanceProfilesDeserializer(item["schedulerInstanceProfiles"]),
|
|
3854
|
+
};
|
|
3855
|
+
}
|
|
3856
|
+
export function schedulerProfileSchedulerInstanceProfilesSerializer(item) {
|
|
3857
|
+
return {
|
|
3858
|
+
upstream: !item["upstream"]
|
|
3859
|
+
? item["upstream"]
|
|
3860
|
+
: schedulerInstanceProfileSerializer(item["upstream"]),
|
|
3861
|
+
};
|
|
3862
|
+
}
|
|
3863
|
+
export function schedulerProfileSchedulerInstanceProfilesDeserializer(item) {
|
|
3864
|
+
return {
|
|
3865
|
+
upstream: !item["upstream"]
|
|
3866
|
+
? item["upstream"]
|
|
3867
|
+
: schedulerInstanceProfileDeserializer(item["upstream"]),
|
|
3868
|
+
};
|
|
3869
|
+
}
|
|
3870
|
+
export function schedulerInstanceProfileSerializer(item) {
|
|
3871
|
+
return { schedulerConfigMode: item["schedulerConfigMode"] };
|
|
3872
|
+
}
|
|
3873
|
+
export function schedulerInstanceProfileDeserializer(item) {
|
|
3874
|
+
return {
|
|
3875
|
+
schedulerConfigMode: item["schedulerConfigMode"],
|
|
3876
|
+
};
|
|
3877
|
+
}
|
|
3878
|
+
/** The config customization mode for this scheduler instance. */
|
|
3879
|
+
export var KnownSchedulerConfigMode;
|
|
3880
|
+
(function (KnownSchedulerConfigMode) {
|
|
3881
|
+
/** No config customization. Use default configuration. */
|
|
3882
|
+
KnownSchedulerConfigMode["Default"] = "Default";
|
|
3883
|
+
/** Enable config customization. Customer can specify scheduler configuration via a CRD. See aka.ms/aks/scheduler-crd for details. */
|
|
3884
|
+
KnownSchedulerConfigMode["ManagedByCRD"] = "ManagedByCRD";
|
|
3885
|
+
})(KnownSchedulerConfigMode || (KnownSchedulerConfigMode = {}));
|
|
3115
3886
|
export function managedClusterHostedSystemProfileSerializer(item) {
|
|
3116
3887
|
return {
|
|
3117
3888
|
enabled: item["enabled"],
|
|
@@ -3126,10 +3897,58 @@ export function managedClusterHostedSystemProfileDeserializer(item) {
|
|
|
3126
3897
|
nodeSubnetID: item["nodeSubnetID"],
|
|
3127
3898
|
};
|
|
3128
3899
|
}
|
|
3129
|
-
export function
|
|
3130
|
-
return {
|
|
3900
|
+
export function managedClusterHealthMonitorProfileSerializer(item) {
|
|
3901
|
+
return {
|
|
3902
|
+
enableContinuousControlPlaneAndAddonMonitor: item["enableContinuousControlPlaneAndAddonMonitor"],
|
|
3903
|
+
enableOnDemandMonitor: item["enableOnDemandMonitor"],
|
|
3904
|
+
};
|
|
3131
3905
|
}
|
|
3132
|
-
export function
|
|
3906
|
+
export function managedClusterHealthMonitorProfileDeserializer(item) {
|
|
3907
|
+
return {
|
|
3908
|
+
enableContinuousControlPlaneAndAddonMonitor: item["enableContinuousControlPlaneAndAddonMonitor"],
|
|
3909
|
+
enableOnDemandMonitor: item["enableOnDemandMonitor"],
|
|
3910
|
+
};
|
|
3911
|
+
}
|
|
3912
|
+
export function managedClusterControlPlaneScalingProfileSerializer(item) {
|
|
3913
|
+
return { scalingSize: item["scalingSize"] };
|
|
3914
|
+
}
|
|
3915
|
+
export function managedClusterControlPlaneScalingProfileDeserializer(item) {
|
|
3916
|
+
return {
|
|
3917
|
+
scalingSize: item["scalingSize"],
|
|
3918
|
+
};
|
|
3919
|
+
}
|
|
3920
|
+
/** The scaling size of the control plane. Scaling sizes offer guaranteed capacity and predictable Kubernetes performance beyond standard tier defaults. Higher H sizes provide increased performance guarantees. See https://aka.ms/aks/hyperscale for performance metrics details for each size. */
|
|
3921
|
+
export var KnownControlPlaneScalingSize;
|
|
3922
|
+
(function (KnownControlPlaneScalingSize) {
|
|
3923
|
+
/** H2 is the smallest scaling size with guaranteed capacity and predictable performance beyond standard tier defaults. */
|
|
3924
|
+
KnownControlPlaneScalingSize["H2"] = "H2";
|
|
3925
|
+
/** H4 scaling size provides increased guaranteed performance over H2. */
|
|
3926
|
+
KnownControlPlaneScalingSize["H4"] = "H4";
|
|
3927
|
+
/** H8 scaling size provides increased guaranteed performance over H4. */
|
|
3928
|
+
KnownControlPlaneScalingSize["H8"] = "H8";
|
|
3929
|
+
})(KnownControlPlaneScalingSize || (KnownControlPlaneScalingSize = {}));
|
|
3930
|
+
export function nodeDisruptionProfileSerializer(item) {
|
|
3931
|
+
return { nodeDisruptionPolicy: item["nodeDisruptionPolicy"] };
|
|
3932
|
+
}
|
|
3933
|
+
export function nodeDisruptionProfileDeserializer(item) {
|
|
3934
|
+
return {
|
|
3935
|
+
nodeDisruptionPolicy: item["nodeDisruptionPolicy"],
|
|
3936
|
+
};
|
|
3937
|
+
}
|
|
3938
|
+
/** The policy configuration for when to allow certain operations which require node re-image and trigger redeployment. For example, some operations, such as updating the .properties.ManagedClusterSecurityProfile.customCATrustCertificates field on an existing managed cluster, trigger rolling updates of the nodes. This setting allows control over when such updates are accepted. The default is 'Allow'. For a full list of covered operations see aka.ms/aks/nodedisruptionpolicy". */
|
|
3939
|
+
export var KnownNodeDisruptionPolicy;
|
|
3940
|
+
(function (KnownNodeDisruptionPolicy) {
|
|
3941
|
+
/** Allows operations that will require node re-image and trigger redeployment. */
|
|
3942
|
+
KnownNodeDisruptionPolicy["Allow"] = "Allow";
|
|
3943
|
+
/** Blocks certain operations that will require node re-image and trigger redeployment unless within the aksManagedNodeOSUpgradeSchedule maintenance window. For a full list of covered operations see aka.ms/aks/nodedisruptionpolicy . For more information on using the aksManagedNodeOSUpgradeSchedule maintenance window, please see https://learn.microsoft.com/azure/aks/planned-maintenance?tabs=azure-cli */
|
|
3944
|
+
KnownNodeDisruptionPolicy["AllowDuringMaintenanceWindow"] = "AllowDuringMaintenanceWindow";
|
|
3945
|
+
/** Blocks certain operations that will require node re-image and trigger redeployment. For a full list of covered operations see aka.ms/aks/nodedisruptionpolicy */
|
|
3946
|
+
KnownNodeDisruptionPolicy["Block"] = "Block";
|
|
3947
|
+
})(KnownNodeDisruptionPolicy || (KnownNodeDisruptionPolicy = {}));
|
|
3948
|
+
export function managedClusterStatusSerializer(_item) {
|
|
3949
|
+
return {};
|
|
3950
|
+
}
|
|
3951
|
+
export function managedClusterStatusDeserializer(item) {
|
|
3133
3952
|
return {
|
|
3134
3953
|
provisioningError: !item["provisioningError"]
|
|
3135
3954
|
? item["provisioningError"]
|
|
@@ -3419,6 +4238,15 @@ export function endpointDetailDeserializer(item) {
|
|
|
3419
4238
|
description: item["description"],
|
|
3420
4239
|
};
|
|
3421
4240
|
}
|
|
4241
|
+
export function rebalanceLoadBalancersRequestBodySerializer(item) {
|
|
4242
|
+
return {
|
|
4243
|
+
loadBalancerNames: !item["loadBalancerNames"]
|
|
4244
|
+
? item["loadBalancerNames"]
|
|
4245
|
+
: item["loadBalancerNames"].map((p) => {
|
|
4246
|
+
return p;
|
|
4247
|
+
}),
|
|
4248
|
+
};
|
|
4249
|
+
}
|
|
3422
4250
|
export function managedClusterUpgradeProfileDeserializer(item) {
|
|
3423
4251
|
return {
|
|
3424
4252
|
id: item["id"],
|
|
@@ -3444,6 +4272,9 @@ export function managedClusterPoolUpgradeProfileDeserializer(item) {
|
|
|
3444
4272
|
upgrades: !item["upgrades"]
|
|
3445
4273
|
? item["upgrades"]
|
|
3446
4274
|
: managedClusterPoolUpgradeProfileUpgradesItemArrayDeserializer(item["upgrades"]),
|
|
4275
|
+
componentsByReleases: !item["componentsByReleases"]
|
|
4276
|
+
? item["componentsByReleases"]
|
|
4277
|
+
: componentsByReleaseArrayDeserializer(item["componentsByReleases"]),
|
|
3447
4278
|
};
|
|
3448
4279
|
}
|
|
3449
4280
|
export function managedClusterPoolUpgradeProfileUpgradesItemArrayDeserializer(result) {
|
|
@@ -3455,6 +4286,7 @@ export function managedClusterPoolUpgradeProfileUpgradesItemDeserializer(item) {
|
|
|
3455
4286
|
return {
|
|
3456
4287
|
kubernetesVersion: item["kubernetesVersion"],
|
|
3457
4288
|
isPreview: item["isPreview"],
|
|
4289
|
+
isOutOfSupport: item["isOutOfSupport"],
|
|
3458
4290
|
};
|
|
3459
4291
|
}
|
|
3460
4292
|
export function managedClusterPoolUpgradeProfileArrayDeserializer(result) {
|
|
@@ -3462,6 +4294,78 @@ export function managedClusterPoolUpgradeProfileArrayDeserializer(result) {
|
|
|
3462
4294
|
return managedClusterPoolUpgradeProfileDeserializer(item);
|
|
3463
4295
|
});
|
|
3464
4296
|
}
|
|
4297
|
+
export function guardrailsAvailableVersionDeserializer(item) {
|
|
4298
|
+
return {
|
|
4299
|
+
id: item["id"],
|
|
4300
|
+
name: item["name"],
|
|
4301
|
+
type: item["type"],
|
|
4302
|
+
systemData: !item["systemData"]
|
|
4303
|
+
? item["systemData"]
|
|
4304
|
+
: systemDataDeserializer(item["systemData"]),
|
|
4305
|
+
properties: guardrailsAvailableVersionsPropertiesDeserializer(item["properties"]),
|
|
4306
|
+
};
|
|
4307
|
+
}
|
|
4308
|
+
export function guardrailsAvailableVersionsPropertiesDeserializer(item) {
|
|
4309
|
+
return {
|
|
4310
|
+
isDefaultVersion: item["isDefaultVersion"],
|
|
4311
|
+
support: item["support"],
|
|
4312
|
+
};
|
|
4313
|
+
}
|
|
4314
|
+
/** Whether the version is preview or stable. */
|
|
4315
|
+
export var KnownGuardrailsSupport;
|
|
4316
|
+
(function (KnownGuardrailsSupport) {
|
|
4317
|
+
/** 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. */
|
|
4318
|
+
KnownGuardrailsSupport["Preview"] = "Preview";
|
|
4319
|
+
/** The version is stable and can be used on critical production clusters. */
|
|
4320
|
+
KnownGuardrailsSupport["Stable"] = "Stable";
|
|
4321
|
+
})(KnownGuardrailsSupport || (KnownGuardrailsSupport = {}));
|
|
4322
|
+
export function _guardrailsAvailableVersionsListDeserializer(item) {
|
|
4323
|
+
return {
|
|
4324
|
+
value: guardrailsAvailableVersionArrayDeserializer(item["value"]),
|
|
4325
|
+
nextLink: item["nextLink"],
|
|
4326
|
+
};
|
|
4327
|
+
}
|
|
4328
|
+
export function guardrailsAvailableVersionArrayDeserializer(result) {
|
|
4329
|
+
return result.map((item) => {
|
|
4330
|
+
return guardrailsAvailableVersionDeserializer(item);
|
|
4331
|
+
});
|
|
4332
|
+
}
|
|
4333
|
+
export function safeguardsAvailableVersionDeserializer(item) {
|
|
4334
|
+
return {
|
|
4335
|
+
id: item["id"],
|
|
4336
|
+
name: item["name"],
|
|
4337
|
+
type: item["type"],
|
|
4338
|
+
systemData: !item["systemData"]
|
|
4339
|
+
? item["systemData"]
|
|
4340
|
+
: systemDataDeserializer(item["systemData"]),
|
|
4341
|
+
properties: safeguardsAvailableVersionsPropertiesDeserializer(item["properties"]),
|
|
4342
|
+
};
|
|
4343
|
+
}
|
|
4344
|
+
export function safeguardsAvailableVersionsPropertiesDeserializer(item) {
|
|
4345
|
+
return {
|
|
4346
|
+
isDefaultVersion: item["isDefaultVersion"],
|
|
4347
|
+
support: item["support"],
|
|
4348
|
+
};
|
|
4349
|
+
}
|
|
4350
|
+
/** Whether the version is preview or stable. */
|
|
4351
|
+
export var KnownSafeguardsSupport;
|
|
4352
|
+
(function (KnownSafeguardsSupport) {
|
|
4353
|
+
/** 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. */
|
|
4354
|
+
KnownSafeguardsSupport["Preview"] = "Preview";
|
|
4355
|
+
/** The version is stable and can be used on critical production clusters. */
|
|
4356
|
+
KnownSafeguardsSupport["Stable"] = "Stable";
|
|
4357
|
+
})(KnownSafeguardsSupport || (KnownSafeguardsSupport = {}));
|
|
4358
|
+
export function _safeguardsAvailableVersionsListDeserializer(item) {
|
|
4359
|
+
return {
|
|
4360
|
+
value: safeguardsAvailableVersionArrayDeserializer(item["value"]),
|
|
4361
|
+
nextLink: item["nextLink"],
|
|
4362
|
+
};
|
|
4363
|
+
}
|
|
4364
|
+
export function safeguardsAvailableVersionArrayDeserializer(result) {
|
|
4365
|
+
return result.map((item) => {
|
|
4366
|
+
return safeguardsAvailableVersionDeserializer(item);
|
|
4367
|
+
});
|
|
4368
|
+
}
|
|
3465
4369
|
export function meshRevisionProfileDeserializer(item) {
|
|
3466
4370
|
return {
|
|
3467
4371
|
id: item["id"],
|
|
@@ -4015,6 +4919,18 @@ export function managedNamespaceArrayDeserializer(result) {
|
|
|
4015
4919
|
return managedNamespaceDeserializer(item);
|
|
4016
4920
|
});
|
|
4017
4921
|
}
|
|
4922
|
+
export function machineSerializer(item) {
|
|
4923
|
+
return {
|
|
4924
|
+
properties: !item["properties"]
|
|
4925
|
+
? item["properties"]
|
|
4926
|
+
: machinePropertiesSerializer(item["properties"]),
|
|
4927
|
+
zones: !item["zones"]
|
|
4928
|
+
? item["zones"]
|
|
4929
|
+
: item["zones"].map((p) => {
|
|
4930
|
+
return p;
|
|
4931
|
+
}),
|
|
4932
|
+
};
|
|
4933
|
+
}
|
|
4018
4934
|
export function machineDeserializer(item) {
|
|
4019
4935
|
return {
|
|
4020
4936
|
id: item["id"],
|
|
@@ -4033,12 +4949,78 @@ export function machineDeserializer(item) {
|
|
|
4033
4949
|
}),
|
|
4034
4950
|
};
|
|
4035
4951
|
}
|
|
4952
|
+
export function machinePropertiesSerializer(item) {
|
|
4953
|
+
return {
|
|
4954
|
+
network: !item["network"]
|
|
4955
|
+
? item["network"]
|
|
4956
|
+
: machineNetworkPropertiesSerializer(item["network"]),
|
|
4957
|
+
hardware: !item["hardware"]
|
|
4958
|
+
? item["hardware"]
|
|
4959
|
+
: machineHardwareProfileSerializer(item["hardware"]),
|
|
4960
|
+
operatingSystem: !item["operatingSystem"]
|
|
4961
|
+
? item["operatingSystem"]
|
|
4962
|
+
: machineOSProfileSerializer(item["operatingSystem"]),
|
|
4963
|
+
kubernetes: !item["kubernetes"]
|
|
4964
|
+
? item["kubernetes"]
|
|
4965
|
+
: machineKubernetesProfileSerializer(item["kubernetes"]),
|
|
4966
|
+
mode: item["mode"],
|
|
4967
|
+
security: !item["security"]
|
|
4968
|
+
? item["security"]
|
|
4969
|
+
: machineSecurityProfileSerializer(item["security"]),
|
|
4970
|
+
priority: item["priority"],
|
|
4971
|
+
evictionPolicy: item["evictionPolicy"],
|
|
4972
|
+
billing: !item["billing"] ? item["billing"] : machineBillingProfileSerializer(item["billing"]),
|
|
4973
|
+
tags: item["tags"],
|
|
4974
|
+
localDNSProfile: !item["localDNSProfile"]
|
|
4975
|
+
? item["localDNSProfile"]
|
|
4976
|
+
: localDNSProfileSerializer(item["localDNSProfile"]),
|
|
4977
|
+
};
|
|
4978
|
+
}
|
|
4036
4979
|
export function machinePropertiesDeserializer(item) {
|
|
4037
4980
|
return {
|
|
4038
4981
|
network: !item["network"]
|
|
4039
4982
|
? item["network"]
|
|
4040
4983
|
: machineNetworkPropertiesDeserializer(item["network"]),
|
|
4041
4984
|
resourceId: item["resourceId"],
|
|
4985
|
+
hardware: !item["hardware"]
|
|
4986
|
+
? item["hardware"]
|
|
4987
|
+
: machineHardwareProfileDeserializer(item["hardware"]),
|
|
4988
|
+
operatingSystem: !item["operatingSystem"]
|
|
4989
|
+
? item["operatingSystem"]
|
|
4990
|
+
: machineOSProfileDeserializer(item["operatingSystem"]),
|
|
4991
|
+
kubernetes: !item["kubernetes"]
|
|
4992
|
+
? item["kubernetes"]
|
|
4993
|
+
: machineKubernetesProfileDeserializer(item["kubernetes"]),
|
|
4994
|
+
mode: item["mode"],
|
|
4995
|
+
security: !item["security"]
|
|
4996
|
+
? item["security"]
|
|
4997
|
+
: machineSecurityProfileDeserializer(item["security"]),
|
|
4998
|
+
priority: item["priority"],
|
|
4999
|
+
evictionPolicy: item["evictionPolicy"],
|
|
5000
|
+
billing: !item["billing"]
|
|
5001
|
+
? item["billing"]
|
|
5002
|
+
: machineBillingProfileDeserializer(item["billing"]),
|
|
5003
|
+
nodeImageVersion: item["nodeImageVersion"],
|
|
5004
|
+
provisioningState: item["provisioningState"],
|
|
5005
|
+
tags: !item["tags"]
|
|
5006
|
+
? item["tags"]
|
|
5007
|
+
: Object.fromEntries(Object.entries(item["tags"]).map(([k, p]) => [k, p])),
|
|
5008
|
+
eTag: item["eTag"],
|
|
5009
|
+
status: !item["status"] ? item["status"] : machineStatusDeserializer(item["status"]),
|
|
5010
|
+
localDNSProfile: !item["localDNSProfile"]
|
|
5011
|
+
? item["localDNSProfile"]
|
|
5012
|
+
: localDNSProfileDeserializer(item["localDNSProfile"]),
|
|
5013
|
+
};
|
|
5014
|
+
}
|
|
5015
|
+
export function machineNetworkPropertiesSerializer(item) {
|
|
5016
|
+
return {
|
|
5017
|
+
vnetSubnetID: item["vnetSubnetID"],
|
|
5018
|
+
podSubnetID: item["podSubnetID"],
|
|
5019
|
+
enableNodePublicIP: item["enableNodePublicIP"],
|
|
5020
|
+
nodePublicIPPrefixID: item["nodePublicIPPrefixID"],
|
|
5021
|
+
nodePublicIPTags: !item["nodePublicIPTags"]
|
|
5022
|
+
? item["nodePublicIPTags"]
|
|
5023
|
+
: ipTagArraySerializer(item["nodePublicIPTags"]),
|
|
4042
5024
|
};
|
|
4043
5025
|
}
|
|
4044
5026
|
export function machineNetworkPropertiesDeserializer(item) {
|
|
@@ -4046,6 +5028,13 @@ export function machineNetworkPropertiesDeserializer(item) {
|
|
|
4046
5028
|
ipAddresses: !item["ipAddresses"]
|
|
4047
5029
|
? item["ipAddresses"]
|
|
4048
5030
|
: machineIpAddressArrayDeserializer(item["ipAddresses"]),
|
|
5031
|
+
vnetSubnetID: item["vnetSubnetID"],
|
|
5032
|
+
podSubnetID: item["podSubnetID"],
|
|
5033
|
+
enableNodePublicIP: item["enableNodePublicIP"],
|
|
5034
|
+
nodePublicIPPrefixID: item["nodePublicIPPrefixID"],
|
|
5035
|
+
nodePublicIPTags: !item["nodePublicIPTags"]
|
|
5036
|
+
? item["nodePublicIPTags"]
|
|
5037
|
+
: ipTagArrayDeserializer(item["nodePublicIPTags"]),
|
|
4049
5038
|
};
|
|
4050
5039
|
}
|
|
4051
5040
|
export function machineIpAddressArrayDeserializer(result) {
|
|
@@ -4059,12 +5048,188 @@ export function machineIpAddressDeserializer(item) {
|
|
|
4059
5048
|
ip: item["ip"],
|
|
4060
5049
|
};
|
|
4061
5050
|
}
|
|
5051
|
+
export function machineHardwareProfileSerializer(item) {
|
|
5052
|
+
return {
|
|
5053
|
+
vmSize: item["vmSize"],
|
|
5054
|
+
gpuInstanceProfile: item["gpuInstanceProfile"],
|
|
5055
|
+
gpuProfile: !item["gpuProfile"] ? item["gpuProfile"] : gpuProfileSerializer(item["gpuProfile"]),
|
|
5056
|
+
ultraSsdEnabled: item["ultraSsdEnabled"],
|
|
5057
|
+
};
|
|
5058
|
+
}
|
|
5059
|
+
export function machineHardwareProfileDeserializer(item) {
|
|
5060
|
+
return {
|
|
5061
|
+
vmSize: item["vmSize"],
|
|
5062
|
+
gpuInstanceProfile: item["gpuInstanceProfile"],
|
|
5063
|
+
gpuProfile: !item["gpuProfile"]
|
|
5064
|
+
? item["gpuProfile"]
|
|
5065
|
+
: gpuProfileDeserializer(item["gpuProfile"]),
|
|
5066
|
+
ultraSsdEnabled: item["ultraSsdEnabled"],
|
|
5067
|
+
};
|
|
5068
|
+
}
|
|
5069
|
+
export function machineOSProfileSerializer(item) {
|
|
5070
|
+
return {
|
|
5071
|
+
osType: item["osType"],
|
|
5072
|
+
osSKU: item["osSKU"],
|
|
5073
|
+
osDiskSizeGB: item["osDiskSizeGB"],
|
|
5074
|
+
osDiskType: item["osDiskType"],
|
|
5075
|
+
enableFIPS: item["enableFips"],
|
|
5076
|
+
linuxProfile: !item["linuxProfile"]
|
|
5077
|
+
? item["linuxProfile"]
|
|
5078
|
+
: machineOSProfileLinuxProfileSerializer(item["linuxProfile"]),
|
|
5079
|
+
windowsProfile: !item["windowsProfile"]
|
|
5080
|
+
? item["windowsProfile"]
|
|
5081
|
+
: agentPoolWindowsProfileSerializer(item["windowsProfile"]),
|
|
5082
|
+
};
|
|
5083
|
+
}
|
|
5084
|
+
export function machineOSProfileDeserializer(item) {
|
|
5085
|
+
return {
|
|
5086
|
+
osType: item["osType"],
|
|
5087
|
+
osSKU: item["osSKU"],
|
|
5088
|
+
osDiskSizeGB: item["osDiskSizeGB"],
|
|
5089
|
+
osDiskType: item["osDiskType"],
|
|
5090
|
+
enableFips: item["enableFIPS"],
|
|
5091
|
+
linuxProfile: !item["linuxProfile"]
|
|
5092
|
+
? item["linuxProfile"]
|
|
5093
|
+
: machineOSProfileLinuxProfileDeserializer(item["linuxProfile"]),
|
|
5094
|
+
windowsProfile: !item["windowsProfile"]
|
|
5095
|
+
? item["windowsProfile"]
|
|
5096
|
+
: agentPoolWindowsProfileDeserializer(item["windowsProfile"]),
|
|
5097
|
+
};
|
|
5098
|
+
}
|
|
5099
|
+
export function machineOSProfileLinuxProfileSerializer(item) {
|
|
5100
|
+
return {
|
|
5101
|
+
linuxOSConfig: !item["linuxOSConfig"]
|
|
5102
|
+
? item["linuxOSConfig"]
|
|
5103
|
+
: linuxOSConfigSerializer(item["linuxOSConfig"]),
|
|
5104
|
+
messageOfTheDay: item["messageOfTheDay"],
|
|
5105
|
+
};
|
|
5106
|
+
}
|
|
5107
|
+
export function machineOSProfileLinuxProfileDeserializer(item) {
|
|
5108
|
+
return {
|
|
5109
|
+
linuxOSConfig: !item["linuxOSConfig"]
|
|
5110
|
+
? item["linuxOSConfig"]
|
|
5111
|
+
: linuxOSConfigDeserializer(item["linuxOSConfig"]),
|
|
5112
|
+
messageOfTheDay: item["messageOfTheDay"],
|
|
5113
|
+
};
|
|
5114
|
+
}
|
|
5115
|
+
export function machineKubernetesProfileSerializer(item) {
|
|
5116
|
+
return {
|
|
5117
|
+
nodeLabels: item["nodeLabels"],
|
|
5118
|
+
orchestratorVersion: item["orchestratorVersion"],
|
|
5119
|
+
kubeletDiskType: item["kubeletDiskType"],
|
|
5120
|
+
kubeletConfig: !item["kubeletConfig"]
|
|
5121
|
+
? item["kubeletConfig"]
|
|
5122
|
+
: kubeletConfigSerializer(item["kubeletConfig"]),
|
|
5123
|
+
nodeInitializationTaints: !item["nodeInitializationTaints"]
|
|
5124
|
+
? item["nodeInitializationTaints"]
|
|
5125
|
+
: item["nodeInitializationTaints"].map((p) => {
|
|
5126
|
+
return p;
|
|
5127
|
+
}),
|
|
5128
|
+
nodeTaints: !item["nodeTaints"]
|
|
5129
|
+
? item["nodeTaints"]
|
|
5130
|
+
: item["nodeTaints"].map((p) => {
|
|
5131
|
+
return p;
|
|
5132
|
+
}),
|
|
5133
|
+
maxPods: item["maxPods"],
|
|
5134
|
+
workloadRuntime: item["workloadRuntime"],
|
|
5135
|
+
artifactStreamingProfile: !item["artifactStreamingProfile"]
|
|
5136
|
+
? item["artifactStreamingProfile"]
|
|
5137
|
+
: agentPoolArtifactStreamingProfileSerializer(item["artifactStreamingProfile"]),
|
|
5138
|
+
};
|
|
5139
|
+
}
|
|
5140
|
+
export function machineKubernetesProfileDeserializer(item) {
|
|
5141
|
+
return {
|
|
5142
|
+
nodeLabels: !item["nodeLabels"]
|
|
5143
|
+
? item["nodeLabels"]
|
|
5144
|
+
: Object.fromEntries(Object.entries(item["nodeLabels"]).map(([k, p]) => [k, p])),
|
|
5145
|
+
orchestratorVersion: item["orchestratorVersion"],
|
|
5146
|
+
currentOrchestratorVersion: item["currentOrchestratorVersion"],
|
|
5147
|
+
kubeletDiskType: item["kubeletDiskType"],
|
|
5148
|
+
kubeletConfig: !item["kubeletConfig"]
|
|
5149
|
+
? item["kubeletConfig"]
|
|
5150
|
+
: kubeletConfigDeserializer(item["kubeletConfig"]),
|
|
5151
|
+
nodeInitializationTaints: !item["nodeInitializationTaints"]
|
|
5152
|
+
? item["nodeInitializationTaints"]
|
|
5153
|
+
: item["nodeInitializationTaints"].map((p) => {
|
|
5154
|
+
return p;
|
|
5155
|
+
}),
|
|
5156
|
+
nodeTaints: !item["nodeTaints"]
|
|
5157
|
+
? item["nodeTaints"]
|
|
5158
|
+
: item["nodeTaints"].map((p) => {
|
|
5159
|
+
return p;
|
|
5160
|
+
}),
|
|
5161
|
+
maxPods: item["maxPods"],
|
|
5162
|
+
nodeName: item["nodeName"],
|
|
5163
|
+
workloadRuntime: item["workloadRuntime"],
|
|
5164
|
+
artifactStreamingProfile: !item["artifactStreamingProfile"]
|
|
5165
|
+
? item["artifactStreamingProfile"]
|
|
5166
|
+
: agentPoolArtifactStreamingProfileDeserializer(item["artifactStreamingProfile"]),
|
|
5167
|
+
};
|
|
5168
|
+
}
|
|
5169
|
+
export function machineSecurityProfileSerializer(item) {
|
|
5170
|
+
return {
|
|
5171
|
+
enableVTPM: item["enableVtpm"],
|
|
5172
|
+
enableSecureBoot: item["enableSecureBoot"],
|
|
5173
|
+
sshAccess: item["sshAccess"],
|
|
5174
|
+
enableEncryptionAtHost: item["enableEncryptionAtHost"],
|
|
5175
|
+
};
|
|
5176
|
+
}
|
|
5177
|
+
export function machineSecurityProfileDeserializer(item) {
|
|
5178
|
+
return {
|
|
5179
|
+
enableVtpm: item["enableVTPM"],
|
|
5180
|
+
enableSecureBoot: item["enableSecureBoot"],
|
|
5181
|
+
sshAccess: item["sshAccess"],
|
|
5182
|
+
enableEncryptionAtHost: item["enableEncryptionAtHost"],
|
|
5183
|
+
};
|
|
5184
|
+
}
|
|
5185
|
+
export function machineBillingProfileSerializer(item) {
|
|
5186
|
+
return { spotMaxPrice: item["spotMaxPrice"] };
|
|
5187
|
+
}
|
|
5188
|
+
export function machineBillingProfileDeserializer(item) {
|
|
5189
|
+
return {
|
|
5190
|
+
spotMaxPrice: item["spotMaxPrice"],
|
|
5191
|
+
};
|
|
5192
|
+
}
|
|
5193
|
+
export function machineStatusDeserializer(item) {
|
|
5194
|
+
return {
|
|
5195
|
+
provisioningError: !item["provisioningError"]
|
|
5196
|
+
? item["provisioningError"]
|
|
5197
|
+
: errorDetailDeserializer(item["provisioningError"]),
|
|
5198
|
+
creationTimestamp: !item["creationTimestamp"]
|
|
5199
|
+
? item["creationTimestamp"]
|
|
5200
|
+
: new Date(item["creationTimestamp"]),
|
|
5201
|
+
driftAction: item["driftAction"],
|
|
5202
|
+
driftReason: item["driftReason"],
|
|
5203
|
+
vmState: item["vmState"],
|
|
5204
|
+
};
|
|
5205
|
+
}
|
|
5206
|
+
/** 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. */
|
|
5207
|
+
export var KnownDriftAction;
|
|
5208
|
+
(function (KnownDriftAction) {
|
|
5209
|
+
/** The machine is up to date. */
|
|
5210
|
+
KnownDriftAction["Synced"] = "Synced";
|
|
5211
|
+
/** The machine has drifted and needs to be deleted and recreated. */
|
|
5212
|
+
KnownDriftAction["Recreate"] = "Recreate";
|
|
5213
|
+
})(KnownDriftAction || (KnownDriftAction = {}));
|
|
5214
|
+
/** Virtual machine state. Indicates the current state of the underlying virtual machine. */
|
|
5215
|
+
export var KnownVmState;
|
|
5216
|
+
(function (KnownVmState) {
|
|
5217
|
+
/** The virtual machine is currently running. */
|
|
5218
|
+
KnownVmState["Running"] = "Running";
|
|
5219
|
+
/** The virtual machine has been deleted by the user or due to spot eviction. */
|
|
5220
|
+
KnownVmState["Deleted"] = "Deleted";
|
|
5221
|
+
})(KnownVmState || (KnownVmState = {}));
|
|
4062
5222
|
export function _machineListResultDeserializer(item) {
|
|
4063
5223
|
return {
|
|
4064
5224
|
value: machineArrayDeserializer(item["value"]),
|
|
4065
5225
|
nextLink: item["nextLink"],
|
|
4066
5226
|
};
|
|
4067
5227
|
}
|
|
5228
|
+
export function machineArraySerializer(result) {
|
|
5229
|
+
return result.map((item) => {
|
|
5230
|
+
return machineSerializer(item);
|
|
5231
|
+
});
|
|
5232
|
+
}
|
|
4068
5233
|
export function machineArrayDeserializer(result) {
|
|
4069
5234
|
return result.map((item) => {
|
|
4070
5235
|
return machineDeserializer(item);
|
|
@@ -4220,6 +5385,8 @@ export var KnownSnapshotType;
|
|
|
4220
5385
|
(function (KnownSnapshotType) {
|
|
4221
5386
|
/** The snapshot is a snapshot of a node pool. */
|
|
4222
5387
|
KnownSnapshotType["NodePool"] = "NodePool";
|
|
5388
|
+
/** The snapshot is a snapshot of a managed cluster. */
|
|
5389
|
+
KnownSnapshotType["ManagedCluster"] = "ManagedCluster";
|
|
4223
5390
|
})(KnownSnapshotType || (KnownSnapshotType = {}));
|
|
4224
5391
|
export function _snapshotListResultDeserializer(item) {
|
|
4225
5392
|
return {
|
|
@@ -4237,27 +5404,107 @@ export function snapshotArrayDeserializer(result) {
|
|
|
4237
5404
|
return snapshotDeserializer(item);
|
|
4238
5405
|
});
|
|
4239
5406
|
}
|
|
4240
|
-
export function
|
|
4241
|
-
return {
|
|
5407
|
+
export function managedClusterSnapshotSerializer(item) {
|
|
5408
|
+
return {
|
|
5409
|
+
tags: item["tags"],
|
|
5410
|
+
location: item["location"],
|
|
5411
|
+
properties: areAllPropsUndefined(item, ["creationData", "snapshotType"])
|
|
5412
|
+
? undefined
|
|
5413
|
+
: _managedClusterSnapshotPropertiesSerializer(item),
|
|
5414
|
+
};
|
|
4242
5415
|
}
|
|
4243
|
-
export function
|
|
5416
|
+
export function managedClusterSnapshotDeserializer(item) {
|
|
4244
5417
|
return {
|
|
5418
|
+
tags: !item["tags"]
|
|
5419
|
+
? item["tags"]
|
|
5420
|
+
: Object.fromEntries(Object.entries(item["tags"]).map(([k, p]) => [k, p])),
|
|
5421
|
+
location: item["location"],
|
|
4245
5422
|
id: item["id"],
|
|
4246
5423
|
name: item["name"],
|
|
4247
5424
|
type: item["type"],
|
|
4248
5425
|
systemData: !item["systemData"]
|
|
4249
5426
|
? item["systemData"]
|
|
4250
5427
|
: systemDataDeserializer(item["systemData"]),
|
|
4251
|
-
...
|
|
5428
|
+
...(!item["properties"]
|
|
5429
|
+
? item["properties"]
|
|
5430
|
+
: _managedClusterSnapshotPropertiesDeserializer(item["properties"])),
|
|
4252
5431
|
};
|
|
4253
5432
|
}
|
|
4254
|
-
export function
|
|
5433
|
+
export function managedClusterSnapshotPropertiesSerializer(item) {
|
|
4255
5434
|
return {
|
|
4256
|
-
|
|
4257
|
-
|
|
4258
|
-
|
|
4259
|
-
|
|
4260
|
-
};
|
|
5435
|
+
creationData: !item["creationData"]
|
|
5436
|
+
? item["creationData"]
|
|
5437
|
+
: creationDataSerializer(item["creationData"]),
|
|
5438
|
+
snapshotType: item["snapshotType"],
|
|
5439
|
+
};
|
|
5440
|
+
}
|
|
5441
|
+
export function managedClusterSnapshotPropertiesDeserializer(item) {
|
|
5442
|
+
return {
|
|
5443
|
+
creationData: !item["creationData"]
|
|
5444
|
+
? item["creationData"]
|
|
5445
|
+
: creationDataDeserializer(item["creationData"]),
|
|
5446
|
+
snapshotType: item["snapshotType"],
|
|
5447
|
+
managedClusterPropertiesReadOnly: !item["managedClusterPropertiesReadOnly"]
|
|
5448
|
+
? item["managedClusterPropertiesReadOnly"]
|
|
5449
|
+
: managedClusterPropertiesForSnapshotDeserializer(item["managedClusterPropertiesReadOnly"]),
|
|
5450
|
+
};
|
|
5451
|
+
}
|
|
5452
|
+
export function managedClusterPropertiesForSnapshotDeserializer(item) {
|
|
5453
|
+
return {
|
|
5454
|
+
kubernetesVersion: item["kubernetesVersion"],
|
|
5455
|
+
sku: !item["sku"] ? item["sku"] : managedClusterSKUDeserializer(item["sku"]),
|
|
5456
|
+
enableRbac: item["enableRbac"],
|
|
5457
|
+
networkProfile: !item["networkProfile"]
|
|
5458
|
+
? item["networkProfile"]
|
|
5459
|
+
: networkProfileForSnapshotDeserializer(item["networkProfile"]),
|
|
5460
|
+
};
|
|
5461
|
+
}
|
|
5462
|
+
export function networkProfileForSnapshotDeserializer(item) {
|
|
5463
|
+
return {
|
|
5464
|
+
networkPlugin: item["networkPlugin"],
|
|
5465
|
+
networkPluginMode: item["networkPluginMode"],
|
|
5466
|
+
networkPolicy: item["networkPolicy"],
|
|
5467
|
+
networkMode: item["networkMode"],
|
|
5468
|
+
loadBalancerSku: item["loadBalancerSku"],
|
|
5469
|
+
};
|
|
5470
|
+
}
|
|
5471
|
+
export function _managedClusterSnapshotListResultDeserializer(item) {
|
|
5472
|
+
return {
|
|
5473
|
+
value: managedClusterSnapshotArrayDeserializer(item["value"]),
|
|
5474
|
+
nextLink: item["nextLink"],
|
|
5475
|
+
};
|
|
5476
|
+
}
|
|
5477
|
+
export function managedClusterSnapshotArraySerializer(result) {
|
|
5478
|
+
return result.map((item) => {
|
|
5479
|
+
return managedClusterSnapshotSerializer(item);
|
|
5480
|
+
});
|
|
5481
|
+
}
|
|
5482
|
+
export function managedClusterSnapshotArrayDeserializer(result) {
|
|
5483
|
+
return result.map((item) => {
|
|
5484
|
+
return managedClusterSnapshotDeserializer(item);
|
|
5485
|
+
});
|
|
5486
|
+
}
|
|
5487
|
+
export function trustedAccessRoleBindingSerializer(item) {
|
|
5488
|
+
return { properties: _trustedAccessRoleBindingPropertiesSerializer(item) };
|
|
5489
|
+
}
|
|
5490
|
+
export function trustedAccessRoleBindingDeserializer(item) {
|
|
5491
|
+
return {
|
|
5492
|
+
id: item["id"],
|
|
5493
|
+
name: item["name"],
|
|
5494
|
+
type: item["type"],
|
|
5495
|
+
systemData: !item["systemData"]
|
|
5496
|
+
? item["systemData"]
|
|
5497
|
+
: systemDataDeserializer(item["systemData"]),
|
|
5498
|
+
..._trustedAccessRoleBindingPropertiesDeserializer(item["properties"]),
|
|
5499
|
+
};
|
|
5500
|
+
}
|
|
5501
|
+
export function trustedAccessRoleBindingPropertiesSerializer(item) {
|
|
5502
|
+
return {
|
|
5503
|
+
sourceResourceId: item["sourceResourceId"],
|
|
5504
|
+
roles: item["roles"].map((p) => {
|
|
5505
|
+
return p;
|
|
5506
|
+
}),
|
|
5507
|
+
};
|
|
4261
5508
|
}
|
|
4262
5509
|
export function trustedAccessRoleBindingPropertiesDeserializer(item) {
|
|
4263
5510
|
return {
|
|
@@ -4298,6 +5545,470 @@ export function trustedAccessRoleBindingArrayDeserializer(result) {
|
|
|
4298
5545
|
return trustedAccessRoleBindingDeserializer(item);
|
|
4299
5546
|
});
|
|
4300
5547
|
}
|
|
5548
|
+
export function loadBalancerSerializer(item) {
|
|
5549
|
+
return {
|
|
5550
|
+
properties: areAllPropsUndefined(item, [
|
|
5551
|
+
"primaryAgentPoolName",
|
|
5552
|
+
"allowServicePlacement",
|
|
5553
|
+
"serviceLabelSelector",
|
|
5554
|
+
"serviceNamespaceSelector",
|
|
5555
|
+
"nodeSelector",
|
|
5556
|
+
])
|
|
5557
|
+
? undefined
|
|
5558
|
+
: _loadBalancerPropertiesSerializer(item),
|
|
5559
|
+
};
|
|
5560
|
+
}
|
|
5561
|
+
export function loadBalancerDeserializer(item) {
|
|
5562
|
+
return {
|
|
5563
|
+
id: item["id"],
|
|
5564
|
+
name: item["name"],
|
|
5565
|
+
type: item["type"],
|
|
5566
|
+
systemData: !item["systemData"]
|
|
5567
|
+
? item["systemData"]
|
|
5568
|
+
: systemDataDeserializer(item["systemData"]),
|
|
5569
|
+
...(!item["properties"]
|
|
5570
|
+
? item["properties"]
|
|
5571
|
+
: _loadBalancerPropertiesDeserializer(item["properties"])),
|
|
5572
|
+
};
|
|
5573
|
+
}
|
|
5574
|
+
export function loadBalancerPropertiesSerializer(item) {
|
|
5575
|
+
return {
|
|
5576
|
+
primaryAgentPoolName: item["primaryAgentPoolName"],
|
|
5577
|
+
allowServicePlacement: item["allowServicePlacement"],
|
|
5578
|
+
serviceLabelSelector: !item["serviceLabelSelector"]
|
|
5579
|
+
? item["serviceLabelSelector"]
|
|
5580
|
+
: labelSelectorSerializer(item["serviceLabelSelector"]),
|
|
5581
|
+
serviceNamespaceSelector: !item["serviceNamespaceSelector"]
|
|
5582
|
+
? item["serviceNamespaceSelector"]
|
|
5583
|
+
: labelSelectorSerializer(item["serviceNamespaceSelector"]),
|
|
5584
|
+
nodeSelector: !item["nodeSelector"]
|
|
5585
|
+
? item["nodeSelector"]
|
|
5586
|
+
: labelSelectorSerializer(item["nodeSelector"]),
|
|
5587
|
+
};
|
|
5588
|
+
}
|
|
5589
|
+
export function loadBalancerPropertiesDeserializer(item) {
|
|
5590
|
+
return {
|
|
5591
|
+
primaryAgentPoolName: item["primaryAgentPoolName"],
|
|
5592
|
+
allowServicePlacement: item["allowServicePlacement"],
|
|
5593
|
+
serviceLabelSelector: !item["serviceLabelSelector"]
|
|
5594
|
+
? item["serviceLabelSelector"]
|
|
5595
|
+
: labelSelectorDeserializer(item["serviceLabelSelector"]),
|
|
5596
|
+
serviceNamespaceSelector: !item["serviceNamespaceSelector"]
|
|
5597
|
+
? item["serviceNamespaceSelector"]
|
|
5598
|
+
: labelSelectorDeserializer(item["serviceNamespaceSelector"]),
|
|
5599
|
+
nodeSelector: !item["nodeSelector"]
|
|
5600
|
+
? item["nodeSelector"]
|
|
5601
|
+
: labelSelectorDeserializer(item["nodeSelector"]),
|
|
5602
|
+
provisioningState: item["provisioningState"],
|
|
5603
|
+
};
|
|
5604
|
+
}
|
|
5605
|
+
export function labelSelectorSerializer(item) {
|
|
5606
|
+
return {
|
|
5607
|
+
matchLabels: !item["matchLabels"]
|
|
5608
|
+
? item["matchLabels"]
|
|
5609
|
+
: item["matchLabels"].map((p) => {
|
|
5610
|
+
return p;
|
|
5611
|
+
}),
|
|
5612
|
+
matchExpressions: !item["matchExpressions"]
|
|
5613
|
+
? item["matchExpressions"]
|
|
5614
|
+
: labelSelectorRequirementArraySerializer(item["matchExpressions"]),
|
|
5615
|
+
};
|
|
5616
|
+
}
|
|
5617
|
+
export function labelSelectorDeserializer(item) {
|
|
5618
|
+
return {
|
|
5619
|
+
matchLabels: !item["matchLabels"]
|
|
5620
|
+
? item["matchLabels"]
|
|
5621
|
+
: item["matchLabels"].map((p) => {
|
|
5622
|
+
return p;
|
|
5623
|
+
}),
|
|
5624
|
+
matchExpressions: !item["matchExpressions"]
|
|
5625
|
+
? item["matchExpressions"]
|
|
5626
|
+
: labelSelectorRequirementArrayDeserializer(item["matchExpressions"]),
|
|
5627
|
+
};
|
|
5628
|
+
}
|
|
5629
|
+
export function labelSelectorRequirementArraySerializer(result) {
|
|
5630
|
+
return result.map((item) => {
|
|
5631
|
+
return labelSelectorRequirementSerializer(item);
|
|
5632
|
+
});
|
|
5633
|
+
}
|
|
5634
|
+
export function labelSelectorRequirementArrayDeserializer(result) {
|
|
5635
|
+
return result.map((item) => {
|
|
5636
|
+
return labelSelectorRequirementDeserializer(item);
|
|
5637
|
+
});
|
|
5638
|
+
}
|
|
5639
|
+
export function labelSelectorRequirementSerializer(item) {
|
|
5640
|
+
return {
|
|
5641
|
+
key: item["key"],
|
|
5642
|
+
operator: item["operator"],
|
|
5643
|
+
values: !item["values"]
|
|
5644
|
+
? item["values"]
|
|
5645
|
+
: item["values"].map((p) => {
|
|
5646
|
+
return p;
|
|
5647
|
+
}),
|
|
5648
|
+
};
|
|
5649
|
+
}
|
|
5650
|
+
export function labelSelectorRequirementDeserializer(item) {
|
|
5651
|
+
return {
|
|
5652
|
+
key: item["key"],
|
|
5653
|
+
operator: item["operator"],
|
|
5654
|
+
values: !item["values"]
|
|
5655
|
+
? item["values"]
|
|
5656
|
+
: item["values"].map((p) => {
|
|
5657
|
+
return p;
|
|
5658
|
+
}),
|
|
5659
|
+
};
|
|
5660
|
+
}
|
|
5661
|
+
/** operator represents a key's relationship to a set of values. Valid operators are In and NotIn */
|
|
5662
|
+
export var KnownOperator;
|
|
5663
|
+
(function (KnownOperator) {
|
|
5664
|
+
/** The value of the key should be in the given list. */
|
|
5665
|
+
KnownOperator["In"] = "In";
|
|
5666
|
+
/** The value of the key should not be in the given list. */
|
|
5667
|
+
KnownOperator["NotIn"] = "NotIn";
|
|
5668
|
+
/** The value of the key should exist. */
|
|
5669
|
+
KnownOperator["Exists"] = "Exists";
|
|
5670
|
+
/** The value of the key should not exist. */
|
|
5671
|
+
KnownOperator["DoesNotExist"] = "DoesNotExist";
|
|
5672
|
+
})(KnownOperator || (KnownOperator = {}));
|
|
5673
|
+
export function _loadBalancerListResultDeserializer(item) {
|
|
5674
|
+
return {
|
|
5675
|
+
value: loadBalancerArrayDeserializer(item["value"]),
|
|
5676
|
+
nextLink: item["nextLink"],
|
|
5677
|
+
};
|
|
5678
|
+
}
|
|
5679
|
+
export function loadBalancerArraySerializer(result) {
|
|
5680
|
+
return result.map((item) => {
|
|
5681
|
+
return loadBalancerSerializer(item);
|
|
5682
|
+
});
|
|
5683
|
+
}
|
|
5684
|
+
export function loadBalancerArrayDeserializer(result) {
|
|
5685
|
+
return result.map((item) => {
|
|
5686
|
+
return loadBalancerDeserializer(item);
|
|
5687
|
+
});
|
|
5688
|
+
}
|
|
5689
|
+
export function identityBindingSerializer(item) {
|
|
5690
|
+
return {
|
|
5691
|
+
properties: !item["properties"]
|
|
5692
|
+
? item["properties"]
|
|
5693
|
+
: identityBindingPropertiesSerializer(item["properties"]),
|
|
5694
|
+
};
|
|
5695
|
+
}
|
|
5696
|
+
export function identityBindingDeserializer(item) {
|
|
5697
|
+
return {
|
|
5698
|
+
id: item["id"],
|
|
5699
|
+
name: item["name"],
|
|
5700
|
+
type: item["type"],
|
|
5701
|
+
systemData: !item["systemData"]
|
|
5702
|
+
? item["systemData"]
|
|
5703
|
+
: systemDataDeserializer(item["systemData"]),
|
|
5704
|
+
properties: !item["properties"]
|
|
5705
|
+
? item["properties"]
|
|
5706
|
+
: identityBindingPropertiesDeserializer(item["properties"]),
|
|
5707
|
+
eTag: item["eTag"],
|
|
5708
|
+
};
|
|
5709
|
+
}
|
|
5710
|
+
export function identityBindingPropertiesSerializer(item) {
|
|
5711
|
+
return {
|
|
5712
|
+
managedIdentity: identityBindingManagedIdentityProfileSerializer(item["managedIdentity"]),
|
|
5713
|
+
};
|
|
5714
|
+
}
|
|
5715
|
+
export function identityBindingPropertiesDeserializer(item) {
|
|
5716
|
+
return {
|
|
5717
|
+
managedIdentity: identityBindingManagedIdentityProfileDeserializer(item["managedIdentity"]),
|
|
5718
|
+
oidcIssuer: !item["oidcIssuer"]
|
|
5719
|
+
? item["oidcIssuer"]
|
|
5720
|
+
: identityBindingOidcIssuerProfileDeserializer(item["oidcIssuer"]),
|
|
5721
|
+
provisioningState: item["provisioningState"],
|
|
5722
|
+
};
|
|
5723
|
+
}
|
|
5724
|
+
export function identityBindingManagedIdentityProfileSerializer(item) {
|
|
5725
|
+
return { resourceId: item["resourceId"] };
|
|
5726
|
+
}
|
|
5727
|
+
export function identityBindingManagedIdentityProfileDeserializer(item) {
|
|
5728
|
+
return {
|
|
5729
|
+
resourceId: item["resourceId"],
|
|
5730
|
+
objectId: item["objectId"],
|
|
5731
|
+
clientId: item["clientId"],
|
|
5732
|
+
tenantId: item["tenantId"],
|
|
5733
|
+
};
|
|
5734
|
+
}
|
|
5735
|
+
export function identityBindingOidcIssuerProfileDeserializer(item) {
|
|
5736
|
+
return {
|
|
5737
|
+
oidcIssuerUrl: item["oidcIssuerUrl"],
|
|
5738
|
+
};
|
|
5739
|
+
}
|
|
5740
|
+
/** The provisioning state of the last accepted operation. */
|
|
5741
|
+
export var KnownIdentityBindingProvisioningState;
|
|
5742
|
+
(function (KnownIdentityBindingProvisioningState) {
|
|
5743
|
+
/** Resource has been created. */
|
|
5744
|
+
KnownIdentityBindingProvisioningState["Succeeded"] = "Succeeded";
|
|
5745
|
+
/** Resource creation failed. */
|
|
5746
|
+
KnownIdentityBindingProvisioningState["Failed"] = "Failed";
|
|
5747
|
+
/** Resource creation was canceled. */
|
|
5748
|
+
KnownIdentityBindingProvisioningState["Canceled"] = "Canceled";
|
|
5749
|
+
/** The identity binding is being created. */
|
|
5750
|
+
KnownIdentityBindingProvisioningState["Creating"] = "Creating";
|
|
5751
|
+
/** The identity binding is being updated. */
|
|
5752
|
+
KnownIdentityBindingProvisioningState["Updating"] = "Updating";
|
|
5753
|
+
/** The identity binding is being deleted. */
|
|
5754
|
+
KnownIdentityBindingProvisioningState["Deleting"] = "Deleting";
|
|
5755
|
+
})(KnownIdentityBindingProvisioningState || (KnownIdentityBindingProvisioningState = {}));
|
|
5756
|
+
export function _identityBindingListResultDeserializer(item) {
|
|
5757
|
+
return {
|
|
5758
|
+
value: identityBindingArrayDeserializer(item["value"]),
|
|
5759
|
+
nextLink: item["nextLink"],
|
|
5760
|
+
};
|
|
5761
|
+
}
|
|
5762
|
+
export function identityBindingArraySerializer(result) {
|
|
5763
|
+
return result.map((item) => {
|
|
5764
|
+
return identityBindingSerializer(item);
|
|
5765
|
+
});
|
|
5766
|
+
}
|
|
5767
|
+
export function identityBindingArrayDeserializer(result) {
|
|
5768
|
+
return result.map((item) => {
|
|
5769
|
+
return identityBindingDeserializer(item);
|
|
5770
|
+
});
|
|
5771
|
+
}
|
|
5772
|
+
export function jwtAuthenticatorSerializer(item) {
|
|
5773
|
+
return { properties: jwtAuthenticatorPropertiesSerializer(item["properties"]) };
|
|
5774
|
+
}
|
|
5775
|
+
export function jwtAuthenticatorDeserializer(item) {
|
|
5776
|
+
return {
|
|
5777
|
+
id: item["id"],
|
|
5778
|
+
name: item["name"],
|
|
5779
|
+
type: item["type"],
|
|
5780
|
+
systemData: !item["systemData"]
|
|
5781
|
+
? item["systemData"]
|
|
5782
|
+
: systemDataDeserializer(item["systemData"]),
|
|
5783
|
+
properties: jwtAuthenticatorPropertiesDeserializer(item["properties"]),
|
|
5784
|
+
};
|
|
5785
|
+
}
|
|
5786
|
+
export function jwtAuthenticatorPropertiesSerializer(item) {
|
|
5787
|
+
return {
|
|
5788
|
+
issuer: jwtAuthenticatorIssuerSerializer(item["issuer"]),
|
|
5789
|
+
claimValidationRules: !item["claimValidationRules"]
|
|
5790
|
+
? item["claimValidationRules"]
|
|
5791
|
+
: jwtAuthenticatorValidationRuleArraySerializer(item["claimValidationRules"]),
|
|
5792
|
+
claimMappings: jwtAuthenticatorClaimMappingsSerializer(item["claimMappings"]),
|
|
5793
|
+
userValidationRules: !item["userValidationRules"]
|
|
5794
|
+
? item["userValidationRules"]
|
|
5795
|
+
: jwtAuthenticatorValidationRuleArraySerializer(item["userValidationRules"]),
|
|
5796
|
+
};
|
|
5797
|
+
}
|
|
5798
|
+
export function jwtAuthenticatorPropertiesDeserializer(item) {
|
|
5799
|
+
return {
|
|
5800
|
+
provisioningState: item["provisioningState"],
|
|
5801
|
+
issuer: jwtAuthenticatorIssuerDeserializer(item["issuer"]),
|
|
5802
|
+
claimValidationRules: !item["claimValidationRules"]
|
|
5803
|
+
? item["claimValidationRules"]
|
|
5804
|
+
: jwtAuthenticatorValidationRuleArrayDeserializer(item["claimValidationRules"]),
|
|
5805
|
+
claimMappings: jwtAuthenticatorClaimMappingsDeserializer(item["claimMappings"]),
|
|
5806
|
+
userValidationRules: !item["userValidationRules"]
|
|
5807
|
+
? item["userValidationRules"]
|
|
5808
|
+
: jwtAuthenticatorValidationRuleArrayDeserializer(item["userValidationRules"]),
|
|
5809
|
+
};
|
|
5810
|
+
}
|
|
5811
|
+
/** The provisioning state of the last accepted operation. */
|
|
5812
|
+
export var KnownJWTAuthenticatorProvisioningState;
|
|
5813
|
+
(function (KnownJWTAuthenticatorProvisioningState) {
|
|
5814
|
+
/** Resource has been created. */
|
|
5815
|
+
KnownJWTAuthenticatorProvisioningState["Succeeded"] = "Succeeded";
|
|
5816
|
+
/** Resource creation failed. */
|
|
5817
|
+
KnownJWTAuthenticatorProvisioningState["Failed"] = "Failed";
|
|
5818
|
+
/** Resource creation was canceled. */
|
|
5819
|
+
KnownJWTAuthenticatorProvisioningState["Canceled"] = "Canceled";
|
|
5820
|
+
/** The JWT authenticator is being created. */
|
|
5821
|
+
KnownJWTAuthenticatorProvisioningState["Creating"] = "Creating";
|
|
5822
|
+
/** The JWT authenticator is being updated. */
|
|
5823
|
+
KnownJWTAuthenticatorProvisioningState["Updating"] = "Updating";
|
|
5824
|
+
/** The JWT authenticator is being deleted. */
|
|
5825
|
+
KnownJWTAuthenticatorProvisioningState["Deleting"] = "Deleting";
|
|
5826
|
+
})(KnownJWTAuthenticatorProvisioningState || (KnownJWTAuthenticatorProvisioningState = {}));
|
|
5827
|
+
export function jwtAuthenticatorIssuerSerializer(item) {
|
|
5828
|
+
return {
|
|
5829
|
+
url: item["url"],
|
|
5830
|
+
audiences: item["audiences"].map((p) => {
|
|
5831
|
+
return p;
|
|
5832
|
+
}),
|
|
5833
|
+
};
|
|
5834
|
+
}
|
|
5835
|
+
export function jwtAuthenticatorIssuerDeserializer(item) {
|
|
5836
|
+
return {
|
|
5837
|
+
url: item["url"],
|
|
5838
|
+
audiences: item["audiences"].map((p) => {
|
|
5839
|
+
return p;
|
|
5840
|
+
}),
|
|
5841
|
+
};
|
|
5842
|
+
}
|
|
5843
|
+
export function jwtAuthenticatorValidationRuleArraySerializer(result) {
|
|
5844
|
+
return result.map((item) => {
|
|
5845
|
+
return jwtAuthenticatorValidationRuleSerializer(item);
|
|
5846
|
+
});
|
|
5847
|
+
}
|
|
5848
|
+
export function jwtAuthenticatorValidationRuleArrayDeserializer(result) {
|
|
5849
|
+
return result.map((item) => {
|
|
5850
|
+
return jwtAuthenticatorValidationRuleDeserializer(item);
|
|
5851
|
+
});
|
|
5852
|
+
}
|
|
5853
|
+
export function jwtAuthenticatorValidationRuleSerializer(item) {
|
|
5854
|
+
return { expression: item["expression"], message: item["message"] };
|
|
5855
|
+
}
|
|
5856
|
+
export function jwtAuthenticatorValidationRuleDeserializer(item) {
|
|
5857
|
+
return {
|
|
5858
|
+
expression: item["expression"],
|
|
5859
|
+
message: item["message"],
|
|
5860
|
+
};
|
|
5861
|
+
}
|
|
5862
|
+
export function jwtAuthenticatorClaimMappingsSerializer(item) {
|
|
5863
|
+
return {
|
|
5864
|
+
username: jwtAuthenticatorClaimMappingExpressionSerializer(item["username"]),
|
|
5865
|
+
groups: !item["groups"]
|
|
5866
|
+
? item["groups"]
|
|
5867
|
+
: jwtAuthenticatorClaimMappingExpressionSerializer(item["groups"]),
|
|
5868
|
+
uid: !item["uid"] ? item["uid"] : jwtAuthenticatorClaimMappingExpressionSerializer(item["uid"]),
|
|
5869
|
+
extra: !item["extra"]
|
|
5870
|
+
? item["extra"]
|
|
5871
|
+
: jwtAuthenticatorExtraClaimMappingExpressionArraySerializer(item["extra"]),
|
|
5872
|
+
};
|
|
5873
|
+
}
|
|
5874
|
+
export function jwtAuthenticatorClaimMappingsDeserializer(item) {
|
|
5875
|
+
return {
|
|
5876
|
+
username: jwtAuthenticatorClaimMappingExpressionDeserializer(item["username"]),
|
|
5877
|
+
groups: !item["groups"]
|
|
5878
|
+
? item["groups"]
|
|
5879
|
+
: jwtAuthenticatorClaimMappingExpressionDeserializer(item["groups"]),
|
|
5880
|
+
uid: !item["uid"]
|
|
5881
|
+
? item["uid"]
|
|
5882
|
+
: jwtAuthenticatorClaimMappingExpressionDeserializer(item["uid"]),
|
|
5883
|
+
extra: !item["extra"]
|
|
5884
|
+
? item["extra"]
|
|
5885
|
+
: jwtAuthenticatorExtraClaimMappingExpressionArrayDeserializer(item["extra"]),
|
|
5886
|
+
};
|
|
5887
|
+
}
|
|
5888
|
+
export function jwtAuthenticatorClaimMappingExpressionSerializer(item) {
|
|
5889
|
+
return { expression: item["expression"] };
|
|
5890
|
+
}
|
|
5891
|
+
export function jwtAuthenticatorClaimMappingExpressionDeserializer(item) {
|
|
5892
|
+
return {
|
|
5893
|
+
expression: item["expression"],
|
|
5894
|
+
};
|
|
5895
|
+
}
|
|
5896
|
+
export function jwtAuthenticatorExtraClaimMappingExpressionArraySerializer(result) {
|
|
5897
|
+
return result.map((item) => {
|
|
5898
|
+
return jwtAuthenticatorExtraClaimMappingExpressionSerializer(item);
|
|
5899
|
+
});
|
|
5900
|
+
}
|
|
5901
|
+
export function jwtAuthenticatorExtraClaimMappingExpressionArrayDeserializer(result) {
|
|
5902
|
+
return result.map((item) => {
|
|
5903
|
+
return jwtAuthenticatorExtraClaimMappingExpressionDeserializer(item);
|
|
5904
|
+
});
|
|
5905
|
+
}
|
|
5906
|
+
export function jwtAuthenticatorExtraClaimMappingExpressionSerializer(item) {
|
|
5907
|
+
return { key: item["key"], valueExpression: item["valueExpression"] };
|
|
5908
|
+
}
|
|
5909
|
+
export function jwtAuthenticatorExtraClaimMappingExpressionDeserializer(item) {
|
|
5910
|
+
return {
|
|
5911
|
+
key: item["key"],
|
|
5912
|
+
valueExpression: item["valueExpression"],
|
|
5913
|
+
};
|
|
5914
|
+
}
|
|
5915
|
+
export function _jwtAuthenticatorListResultDeserializer(item) {
|
|
5916
|
+
return {
|
|
5917
|
+
value: jwtAuthenticatorArrayDeserializer(item["value"]),
|
|
5918
|
+
nextLink: item["nextLink"],
|
|
5919
|
+
};
|
|
5920
|
+
}
|
|
5921
|
+
export function jwtAuthenticatorArraySerializer(result) {
|
|
5922
|
+
return result.map((item) => {
|
|
5923
|
+
return jwtAuthenticatorSerializer(item);
|
|
5924
|
+
});
|
|
5925
|
+
}
|
|
5926
|
+
export function jwtAuthenticatorArrayDeserializer(result) {
|
|
5927
|
+
return result.map((item) => {
|
|
5928
|
+
return jwtAuthenticatorDeserializer(item);
|
|
5929
|
+
});
|
|
5930
|
+
}
|
|
5931
|
+
export function meshMembershipSerializer(item) {
|
|
5932
|
+
return {
|
|
5933
|
+
properties: !item["properties"]
|
|
5934
|
+
? item["properties"]
|
|
5935
|
+
: meshMembershipPropertiesSerializer(item["properties"]),
|
|
5936
|
+
managedBy: item["managedBy"],
|
|
5937
|
+
};
|
|
5938
|
+
}
|
|
5939
|
+
export function meshMembershipDeserializer(item) {
|
|
5940
|
+
return {
|
|
5941
|
+
id: item["id"],
|
|
5942
|
+
name: item["name"],
|
|
5943
|
+
type: item["type"],
|
|
5944
|
+
systemData: !item["systemData"]
|
|
5945
|
+
? item["systemData"]
|
|
5946
|
+
: systemDataDeserializer(item["systemData"]),
|
|
5947
|
+
properties: !item["properties"]
|
|
5948
|
+
? item["properties"]
|
|
5949
|
+
: meshMembershipPropertiesDeserializer(item["properties"]),
|
|
5950
|
+
managedBy: item["managedBy"],
|
|
5951
|
+
eTag: item["eTag"],
|
|
5952
|
+
};
|
|
5953
|
+
}
|
|
5954
|
+
export function meshMembershipPropertiesSerializer(item) {
|
|
5955
|
+
return {
|
|
5956
|
+
privateConnectProfile: !item["privateConnectProfile"]
|
|
5957
|
+
? item["privateConnectProfile"]
|
|
5958
|
+
: meshMembershipPrivateConnectProfileSerializer(item["privateConnectProfile"]),
|
|
5959
|
+
managedMeshID: item["managedMeshID"],
|
|
5960
|
+
};
|
|
5961
|
+
}
|
|
5962
|
+
export function meshMembershipPropertiesDeserializer(item) {
|
|
5963
|
+
return {
|
|
5964
|
+
provisioningState: item["provisioningState"],
|
|
5965
|
+
privateConnectProfile: !item["privateConnectProfile"]
|
|
5966
|
+
? item["privateConnectProfile"]
|
|
5967
|
+
: meshMembershipPrivateConnectProfileDeserializer(item["privateConnectProfile"]),
|
|
5968
|
+
managedMeshID: item["managedMeshID"],
|
|
5969
|
+
};
|
|
5970
|
+
}
|
|
5971
|
+
/** The provisioning state of the last accepted operation. */
|
|
5972
|
+
export var KnownMeshMembershipProvisioningState;
|
|
5973
|
+
(function (KnownMeshMembershipProvisioningState) {
|
|
5974
|
+
/** Resource creation was canceled. */
|
|
5975
|
+
KnownMeshMembershipProvisioningState["Canceled"] = "Canceled";
|
|
5976
|
+
/** The Mesh Membership is being created. */
|
|
5977
|
+
KnownMeshMembershipProvisioningState["Creating"] = "Creating";
|
|
5978
|
+
/** The Mesh Membership is being deleted. */
|
|
5979
|
+
KnownMeshMembershipProvisioningState["Deleting"] = "Deleting";
|
|
5980
|
+
/** Resource creation failed. */
|
|
5981
|
+
KnownMeshMembershipProvisioningState["Failed"] = "Failed";
|
|
5982
|
+
/** Resource has been created. */
|
|
5983
|
+
KnownMeshMembershipProvisioningState["Succeeded"] = "Succeeded";
|
|
5984
|
+
/** The Mesh Membership is being updated. */
|
|
5985
|
+
KnownMeshMembershipProvisioningState["Updating"] = "Updating";
|
|
5986
|
+
})(KnownMeshMembershipProvisioningState || (KnownMeshMembershipProvisioningState = {}));
|
|
5987
|
+
export function meshMembershipPrivateConnectProfileSerializer(item) {
|
|
5988
|
+
return { subnetResourceId: item["subnetResourceId"] };
|
|
5989
|
+
}
|
|
5990
|
+
export function meshMembershipPrivateConnectProfileDeserializer(item) {
|
|
5991
|
+
return {
|
|
5992
|
+
privateIpAddress: item["privateIpAddress"],
|
|
5993
|
+
subnetResourceId: item["subnetResourceId"],
|
|
5994
|
+
};
|
|
5995
|
+
}
|
|
5996
|
+
export function _meshMembershipsListResultDeserializer(item) {
|
|
5997
|
+
return {
|
|
5998
|
+
value: meshMembershipArrayDeserializer(item["value"]),
|
|
5999
|
+
nextLink: item["nextLink"],
|
|
6000
|
+
};
|
|
6001
|
+
}
|
|
6002
|
+
export function meshMembershipArraySerializer(result) {
|
|
6003
|
+
return result.map((item) => {
|
|
6004
|
+
return meshMembershipSerializer(item);
|
|
6005
|
+
});
|
|
6006
|
+
}
|
|
6007
|
+
export function meshMembershipArrayDeserializer(result) {
|
|
6008
|
+
return result.map((item) => {
|
|
6009
|
+
return meshMembershipDeserializer(item);
|
|
6010
|
+
});
|
|
6011
|
+
}
|
|
4301
6012
|
export function _operationListResultDeserializer(item) {
|
|
4302
6013
|
return {
|
|
4303
6014
|
value: operationValueArrayDeserializer(item["value"]),
|
|
@@ -4324,6 +6035,32 @@ export function operationValueDisplayDeserializer(item) {
|
|
|
4324
6035
|
provider: item["provider"],
|
|
4325
6036
|
};
|
|
4326
6037
|
}
|
|
6038
|
+
export function operationStatusResultDeserializer(item) {
|
|
6039
|
+
return {
|
|
6040
|
+
id: item["id"],
|
|
6041
|
+
name: item["name"],
|
|
6042
|
+
status: item["status"],
|
|
6043
|
+
percentComplete: item["percentComplete"],
|
|
6044
|
+
startTime: !item["startTime"] ? item["startTime"] : new Date(item["startTime"]),
|
|
6045
|
+
endTime: !item["endTime"] ? item["endTime"] : new Date(item["endTime"]),
|
|
6046
|
+
operations: !item["operations"]
|
|
6047
|
+
? item["operations"]
|
|
6048
|
+
: operationStatusResultArrayDeserializer(item["operations"]),
|
|
6049
|
+
error: !item["error"] ? item["error"] : errorDetailDeserializer(item["error"]),
|
|
6050
|
+
resourceId: item["resourceId"],
|
|
6051
|
+
};
|
|
6052
|
+
}
|
|
6053
|
+
export function operationStatusResultArrayDeserializer(result) {
|
|
6054
|
+
return result.map((item) => {
|
|
6055
|
+
return operationStatusResultDeserializer(item);
|
|
6056
|
+
});
|
|
6057
|
+
}
|
|
6058
|
+
export function _operationStatusResultListDeserializer(item) {
|
|
6059
|
+
return {
|
|
6060
|
+
value: operationStatusResultArrayDeserializer(item["value"]),
|
|
6061
|
+
nextLink: item["nextLink"],
|
|
6062
|
+
};
|
|
6063
|
+
}
|
|
4327
6064
|
export function privateLinkResourcesListResultDeserializer(item) {
|
|
4328
6065
|
return {
|
|
4329
6066
|
value: !item["value"] ? item["value"] : privateLinkResourceArrayDeserializer(item["value"]),
|
|
@@ -4381,6 +6118,200 @@ export function trustedAccessRoleRuleDeserializer(item) {
|
|
|
4381
6118
|
}),
|
|
4382
6119
|
};
|
|
4383
6120
|
}
|
|
6121
|
+
export function _nodeImageVersionsListResultDeserializer(item) {
|
|
6122
|
+
return {
|
|
6123
|
+
value: nodeImageVersionArrayDeserializer(item["value"]),
|
|
6124
|
+
nextLink: item["nextLink"],
|
|
6125
|
+
};
|
|
6126
|
+
}
|
|
6127
|
+
export function nodeImageVersionArrayDeserializer(result) {
|
|
6128
|
+
return result.map((item) => {
|
|
6129
|
+
return nodeImageVersionDeserializer(item);
|
|
6130
|
+
});
|
|
6131
|
+
}
|
|
6132
|
+
export function nodeImageVersionDeserializer(item) {
|
|
6133
|
+
return {
|
|
6134
|
+
os: item["os"],
|
|
6135
|
+
sku: item["sku"],
|
|
6136
|
+
version: item["version"],
|
|
6137
|
+
fullName: item["fullName"],
|
|
6138
|
+
};
|
|
6139
|
+
}
|
|
6140
|
+
export function _vmSkusListResultDeserializer(item) {
|
|
6141
|
+
return {
|
|
6142
|
+
value: resourceSkuArrayDeserializer(item["value"]),
|
|
6143
|
+
nextLink: item["nextLink"],
|
|
6144
|
+
};
|
|
6145
|
+
}
|
|
6146
|
+
export function resourceSkuArrayDeserializer(result) {
|
|
6147
|
+
return result.map((item) => {
|
|
6148
|
+
return resourceSkuDeserializer(item);
|
|
6149
|
+
});
|
|
6150
|
+
}
|
|
6151
|
+
export function resourceSkuDeserializer(item) {
|
|
6152
|
+
return {
|
|
6153
|
+
resourceType: item["resourceType"],
|
|
6154
|
+
name: item["name"],
|
|
6155
|
+
tier: item["tier"],
|
|
6156
|
+
size: item["size"],
|
|
6157
|
+
family: item["family"],
|
|
6158
|
+
kind: item["kind"],
|
|
6159
|
+
capacity: !item["capacity"]
|
|
6160
|
+
? item["capacity"]
|
|
6161
|
+
: resourceSkuCapacityDeserializer(item["capacity"]),
|
|
6162
|
+
locations: !item["locations"]
|
|
6163
|
+
? item["locations"]
|
|
6164
|
+
: item["locations"].map((p) => {
|
|
6165
|
+
return p;
|
|
6166
|
+
}),
|
|
6167
|
+
locationInfo: !item["locationInfo"]
|
|
6168
|
+
? item["locationInfo"]
|
|
6169
|
+
: resourceSkuLocationInfoArrayDeserializer(item["locationInfo"]),
|
|
6170
|
+
apiVersions: !item["apiVersions"]
|
|
6171
|
+
? item["apiVersions"]
|
|
6172
|
+
: item["apiVersions"].map((p) => {
|
|
6173
|
+
return p;
|
|
6174
|
+
}),
|
|
6175
|
+
costs: !item["costs"] ? item["costs"] : resourceSkuCostsArrayDeserializer(item["costs"]),
|
|
6176
|
+
capabilities: !item["capabilities"]
|
|
6177
|
+
? item["capabilities"]
|
|
6178
|
+
: resourceSkuCapabilitiesArrayDeserializer(item["capabilities"]),
|
|
6179
|
+
restrictions: !item["restrictions"]
|
|
6180
|
+
? item["restrictions"]
|
|
6181
|
+
: resourceSkuRestrictionsArrayDeserializer(item["restrictions"]),
|
|
6182
|
+
};
|
|
6183
|
+
}
|
|
6184
|
+
export function resourceSkuCapacityDeserializer(item) {
|
|
6185
|
+
return {
|
|
6186
|
+
minimum: item["minimum"],
|
|
6187
|
+
maximum: item["maximum"],
|
|
6188
|
+
default: item["default"],
|
|
6189
|
+
scaleType: item["scaleType"],
|
|
6190
|
+
};
|
|
6191
|
+
}
|
|
6192
|
+
/** The scale type applicable to the sku. */
|
|
6193
|
+
export var KnownResourceSkuCapacityScaleType;
|
|
6194
|
+
(function (KnownResourceSkuCapacityScaleType) {
|
|
6195
|
+
/** Automatic scaling */
|
|
6196
|
+
KnownResourceSkuCapacityScaleType["Automatic"] = "Automatic";
|
|
6197
|
+
/** Manual scaling */
|
|
6198
|
+
KnownResourceSkuCapacityScaleType["Manual"] = "Manual";
|
|
6199
|
+
/** No scaling */
|
|
6200
|
+
KnownResourceSkuCapacityScaleType["None"] = "None";
|
|
6201
|
+
})(KnownResourceSkuCapacityScaleType || (KnownResourceSkuCapacityScaleType = {}));
|
|
6202
|
+
export function resourceSkuLocationInfoArrayDeserializer(result) {
|
|
6203
|
+
return result.map((item) => {
|
|
6204
|
+
return resourceSkuLocationInfoDeserializer(item);
|
|
6205
|
+
});
|
|
6206
|
+
}
|
|
6207
|
+
export function resourceSkuLocationInfoDeserializer(item) {
|
|
6208
|
+
return {
|
|
6209
|
+
location: item["location"],
|
|
6210
|
+
zones: !item["zones"]
|
|
6211
|
+
? item["zones"]
|
|
6212
|
+
: item["zones"].map((p) => {
|
|
6213
|
+
return p;
|
|
6214
|
+
}),
|
|
6215
|
+
zoneDetails: !item["zoneDetails"]
|
|
6216
|
+
? item["zoneDetails"]
|
|
6217
|
+
: resourceSkuZoneDetailsArrayDeserializer(item["zoneDetails"]),
|
|
6218
|
+
extendedLocations: !item["extendedLocations"]
|
|
6219
|
+
? item["extendedLocations"]
|
|
6220
|
+
: item["extendedLocations"].map((p) => {
|
|
6221
|
+
return p;
|
|
6222
|
+
}),
|
|
6223
|
+
type: item["type"],
|
|
6224
|
+
};
|
|
6225
|
+
}
|
|
6226
|
+
export function resourceSkuZoneDetailsArrayDeserializer(result) {
|
|
6227
|
+
return result.map((item) => {
|
|
6228
|
+
return resourceSkuZoneDetailsDeserializer(item);
|
|
6229
|
+
});
|
|
6230
|
+
}
|
|
6231
|
+
export function resourceSkuZoneDetailsDeserializer(item) {
|
|
6232
|
+
return {
|
|
6233
|
+
name: !item["name"]
|
|
6234
|
+
? item["name"]
|
|
6235
|
+
: item["name"].map((p) => {
|
|
6236
|
+
return p;
|
|
6237
|
+
}),
|
|
6238
|
+
capabilities: !item["capabilities"]
|
|
6239
|
+
? item["capabilities"]
|
|
6240
|
+
: resourceSkuCapabilitiesArrayDeserializer(item["capabilities"]),
|
|
6241
|
+
};
|
|
6242
|
+
}
|
|
6243
|
+
export function resourceSkuCapabilitiesArrayDeserializer(result) {
|
|
6244
|
+
return result.map((item) => {
|
|
6245
|
+
return resourceSkuCapabilitiesDeserializer(item);
|
|
6246
|
+
});
|
|
6247
|
+
}
|
|
6248
|
+
export function resourceSkuCapabilitiesDeserializer(item) {
|
|
6249
|
+
return {
|
|
6250
|
+
name: item["name"],
|
|
6251
|
+
value: item["value"],
|
|
6252
|
+
};
|
|
6253
|
+
}
|
|
6254
|
+
export function resourceSkuCostsArrayDeserializer(result) {
|
|
6255
|
+
return result.map((item) => {
|
|
6256
|
+
return resourceSkuCostsDeserializer(item);
|
|
6257
|
+
});
|
|
6258
|
+
}
|
|
6259
|
+
export function resourceSkuCostsDeserializer(item) {
|
|
6260
|
+
return {
|
|
6261
|
+
meterID: item["meterID"],
|
|
6262
|
+
quantity: item["quantity"],
|
|
6263
|
+
extendedUnit: item["extendedUnit"],
|
|
6264
|
+
};
|
|
6265
|
+
}
|
|
6266
|
+
export function resourceSkuRestrictionsArrayDeserializer(result) {
|
|
6267
|
+
return result.map((item) => {
|
|
6268
|
+
return resourceSkuRestrictionsDeserializer(item);
|
|
6269
|
+
});
|
|
6270
|
+
}
|
|
6271
|
+
export function resourceSkuRestrictionsDeserializer(item) {
|
|
6272
|
+
return {
|
|
6273
|
+
type: item["type"],
|
|
6274
|
+
values: !item["values"]
|
|
6275
|
+
? item["values"]
|
|
6276
|
+
: item["values"].map((p) => {
|
|
6277
|
+
return p;
|
|
6278
|
+
}),
|
|
6279
|
+
restrictionInfo: !item["restrictionInfo"]
|
|
6280
|
+
? item["restrictionInfo"]
|
|
6281
|
+
: resourceSkuRestrictionInfoDeserializer(item["restrictionInfo"]),
|
|
6282
|
+
reasonCode: item["reasonCode"],
|
|
6283
|
+
};
|
|
6284
|
+
}
|
|
6285
|
+
/** The type of restrictions. */
|
|
6286
|
+
export var KnownResourceSkuRestrictionsType;
|
|
6287
|
+
(function (KnownResourceSkuRestrictionsType) {
|
|
6288
|
+
/** Location restriction */
|
|
6289
|
+
KnownResourceSkuRestrictionsType["Location"] = "Location";
|
|
6290
|
+
/** Zone restriction */
|
|
6291
|
+
KnownResourceSkuRestrictionsType["Zone"] = "Zone";
|
|
6292
|
+
})(KnownResourceSkuRestrictionsType || (KnownResourceSkuRestrictionsType = {}));
|
|
6293
|
+
export function resourceSkuRestrictionInfoDeserializer(item) {
|
|
6294
|
+
return {
|
|
6295
|
+
locations: !item["locations"]
|
|
6296
|
+
? item["locations"]
|
|
6297
|
+
: item["locations"].map((p) => {
|
|
6298
|
+
return p;
|
|
6299
|
+
}),
|
|
6300
|
+
zones: !item["zones"]
|
|
6301
|
+
? item["zones"]
|
|
6302
|
+
: item["zones"].map((p) => {
|
|
6303
|
+
return p;
|
|
6304
|
+
}),
|
|
6305
|
+
};
|
|
6306
|
+
}
|
|
6307
|
+
/** The reason for restriction. */
|
|
6308
|
+
export var KnownResourceSkuRestrictionsReasonCode;
|
|
6309
|
+
(function (KnownResourceSkuRestrictionsReasonCode) {
|
|
6310
|
+
/** Quota ID restriction */
|
|
6311
|
+
KnownResourceSkuRestrictionsReasonCode["QuotaId"] = "QuotaId";
|
|
6312
|
+
/** Not available for subscription */
|
|
6313
|
+
KnownResourceSkuRestrictionsReasonCode["NotAvailableForSubscription"] = "NotAvailableForSubscription";
|
|
6314
|
+
})(KnownResourceSkuRestrictionsReasonCode || (KnownResourceSkuRestrictionsReasonCode = {}));
|
|
4384
6315
|
/** The format of the kubeconfig credential. */
|
|
4385
6316
|
export var KnownFormat;
|
|
4386
6317
|
(function (KnownFormat) {
|
|
@@ -4400,6 +6331,8 @@ export var KnownVersions;
|
|
|
4400
6331
|
KnownVersions["V20260201"] = "2026-02-01";
|
|
4401
6332
|
/** The 2026-03-01 API version. */
|
|
4402
6333
|
KnownVersions["V20260301"] = "2026-03-01";
|
|
6334
|
+
/** The 2026-03-02-preview API version. */
|
|
6335
|
+
KnownVersions["V20260302Preview"] = "2026-03-02-preview";
|
|
4403
6336
|
})(KnownVersions || (KnownVersions = {}));
|
|
4404
6337
|
export function _agentPoolPropertiesSerializer(item) {
|
|
4405
6338
|
return {
|
|
@@ -4423,9 +6356,15 @@ export function _agentPoolPropertiesSerializer(item) {
|
|
|
4423
6356
|
type: item["typePropertiesType"],
|
|
4424
6357
|
mode: item["mode"],
|
|
4425
6358
|
orchestratorVersion: item["orchestratorVersion"],
|
|
6359
|
+
nodeImageVersion: item["nodeImageVersion"],
|
|
6360
|
+
upgradeStrategy: item["upgradeStrategy"],
|
|
6361
|
+
enableOSDiskFullCaching: item["enableOSDiskFullCaching"],
|
|
4426
6362
|
upgradeSettings: !item["upgradeSettings"]
|
|
4427
6363
|
? item["upgradeSettings"]
|
|
4428
6364
|
: agentPoolUpgradeSettingsSerializer(item["upgradeSettings"]),
|
|
6365
|
+
upgradeSettingsBlueGreen: !item["upgradeSettingsBlueGreen"]
|
|
6366
|
+
? item["upgradeSettingsBlueGreen"]
|
|
6367
|
+
: agentPoolBlueGreenUpgradeSettingsSerializer(item["upgradeSettingsBlueGreen"]),
|
|
4429
6368
|
powerState: !item["powerState"] ? item["powerState"] : powerStateSerializer(item["powerState"]),
|
|
4430
6369
|
availabilityZones: !item["availabilityZones"]
|
|
4431
6370
|
? item["availabilityZones"]
|
|
@@ -4444,6 +6383,11 @@ export function _agentPoolPropertiesSerializer(item) {
|
|
|
4444
6383
|
: item["nodeTaints"].map((p) => {
|
|
4445
6384
|
return p;
|
|
4446
6385
|
}),
|
|
6386
|
+
nodeInitializationTaints: !item["nodeInitializationTaints"]
|
|
6387
|
+
? item["nodeInitializationTaints"]
|
|
6388
|
+
: item["nodeInitializationTaints"].map((p) => {
|
|
6389
|
+
return p;
|
|
6390
|
+
}),
|
|
4447
6391
|
proximityPlacementGroupID: item["proximityPlacementGroupID"],
|
|
4448
6392
|
kubeletConfig: !item["kubeletConfig"]
|
|
4449
6393
|
? item["kubeletConfig"]
|
|
@@ -4486,6 +6430,9 @@ export function _agentPoolPropertiesSerializer(item) {
|
|
|
4486
6430
|
localDNSProfile: !item["localDNSProfile"]
|
|
4487
6431
|
? item["localDNSProfile"]
|
|
4488
6432
|
: localDNSProfileSerializer(item["localDNSProfile"]),
|
|
6433
|
+
preparedImageSpecificationProfile: !item["preparedImageSpecificationProfile"]
|
|
6434
|
+
? item["preparedImageSpecificationProfile"]
|
|
6435
|
+
: preparedImageSpecificationProfileSerializer(item["preparedImageSpecificationProfile"]),
|
|
4489
6436
|
};
|
|
4490
6437
|
}
|
|
4491
6438
|
export function _agentPoolPropertiesDeserializer(item) {
|
|
@@ -4513,9 +6460,14 @@ export function _agentPoolPropertiesDeserializer(item) {
|
|
|
4513
6460
|
orchestratorVersion: item["orchestratorVersion"],
|
|
4514
6461
|
currentOrchestratorVersion: item["currentOrchestratorVersion"],
|
|
4515
6462
|
nodeImageVersion: item["nodeImageVersion"],
|
|
6463
|
+
upgradeStrategy: item["upgradeStrategy"],
|
|
6464
|
+
enableOSDiskFullCaching: item["enableOSDiskFullCaching"],
|
|
4516
6465
|
upgradeSettings: !item["upgradeSettings"]
|
|
4517
6466
|
? item["upgradeSettings"]
|
|
4518
6467
|
: agentPoolUpgradeSettingsDeserializer(item["upgradeSettings"]),
|
|
6468
|
+
upgradeSettingsBlueGreen: !item["upgradeSettingsBlueGreen"]
|
|
6469
|
+
? item["upgradeSettingsBlueGreen"]
|
|
6470
|
+
: agentPoolBlueGreenUpgradeSettingsDeserializer(item["upgradeSettingsBlueGreen"]),
|
|
4519
6471
|
provisioningState: item["provisioningState"],
|
|
4520
6472
|
powerState: !item["powerState"]
|
|
4521
6473
|
? item["powerState"]
|
|
@@ -4541,6 +6493,11 @@ export function _agentPoolPropertiesDeserializer(item) {
|
|
|
4541
6493
|
: item["nodeTaints"].map((p) => {
|
|
4542
6494
|
return p;
|
|
4543
6495
|
}),
|
|
6496
|
+
nodeInitializationTaints: !item["nodeInitializationTaints"]
|
|
6497
|
+
? item["nodeInitializationTaints"]
|
|
6498
|
+
: item["nodeInitializationTaints"].map((p) => {
|
|
6499
|
+
return p;
|
|
6500
|
+
}),
|
|
4544
6501
|
proximityPlacementGroupID: item["proximityPlacementGroupID"],
|
|
4545
6502
|
kubeletConfig: !item["kubeletConfig"]
|
|
4546
6503
|
? item["kubeletConfig"]
|
|
@@ -4585,6 +6542,9 @@ export function _agentPoolPropertiesDeserializer(item) {
|
|
|
4585
6542
|
localDNSProfile: !item["localDNSProfile"]
|
|
4586
6543
|
? item["localDNSProfile"]
|
|
4587
6544
|
: localDNSProfileDeserializer(item["localDNSProfile"]),
|
|
6545
|
+
preparedImageSpecificationProfile: !item["preparedImageSpecificationProfile"]
|
|
6546
|
+
? item["preparedImageSpecificationProfile"]
|
|
6547
|
+
: preparedImageSpecificationProfileDeserializer(item["preparedImageSpecificationProfile"]),
|
|
4588
6548
|
};
|
|
4589
6549
|
}
|
|
4590
6550
|
export function _agentPoolAvailableVersionsPropertiesDeserializer(item) {
|
|
@@ -4601,11 +6561,20 @@ export function _agentPoolUpgradeProfilePropertiesDeserializer(item) {
|
|
|
4601
6561
|
upgrades: !item["upgrades"]
|
|
4602
6562
|
? item["upgrades"]
|
|
4603
6563
|
: agentPoolUpgradeProfilePropertiesUpgradesItemArrayDeserializer(item["upgrades"]),
|
|
6564
|
+
componentsByReleases: !item["componentsByReleases"]
|
|
6565
|
+
? item["componentsByReleases"]
|
|
6566
|
+
: componentsByReleaseArrayDeserializer(item["componentsByReleases"]),
|
|
6567
|
+
recentlyUsedVersions: !item["recentlyUsedVersions"]
|
|
6568
|
+
? item["recentlyUsedVersions"]
|
|
6569
|
+
: agentPoolRecentlyUsedVersionArrayDeserializer(item["recentlyUsedVersions"]),
|
|
4604
6570
|
latestNodeImageVersion: item["latestNodeImageVersion"],
|
|
4605
6571
|
};
|
|
4606
6572
|
}
|
|
4607
6573
|
export function _managedClusterPropertiesSerializer(item) {
|
|
4608
6574
|
return {
|
|
6575
|
+
creationData: !item["creationData"]
|
|
6576
|
+
? item["creationData"]
|
|
6577
|
+
: creationDataSerializer(item["creationData"]),
|
|
4609
6578
|
kubernetesVersion: item["kubernetesVersion"],
|
|
4610
6579
|
dnsPrefix: item["dnsPrefix"],
|
|
4611
6580
|
fqdnSubdomain: item["fqdnSubdomain"],
|
|
@@ -4636,6 +6605,8 @@ export function _managedClusterPropertiesSerializer(item) {
|
|
|
4636
6605
|
: managedClusterNodeResourceGroupProfileSerializer(item["nodeResourceGroupProfile"]),
|
|
4637
6606
|
enableRBAC: item["enableRbac"],
|
|
4638
6607
|
supportPlan: item["supportPlan"],
|
|
6608
|
+
enableFIPS: item["enableFips"],
|
|
6609
|
+
enableNamespaceResources: item["enableNamespaceResources"],
|
|
4639
6610
|
networkProfile: !item["networkProfile"]
|
|
4640
6611
|
? item["networkProfile"]
|
|
4641
6612
|
: containerServiceNetworkProfileSerializer(item["networkProfile"]),
|
|
@@ -4696,9 +6667,21 @@ export function _managedClusterPropertiesSerializer(item) {
|
|
|
4696
6667
|
aiToolchainOperatorProfile: !item["aiToolchainOperatorProfile"]
|
|
4697
6668
|
? item["aiToolchainOperatorProfile"]
|
|
4698
6669
|
: managedClusterAIToolchainOperatorProfileSerializer(item["aiToolchainOperatorProfile"]),
|
|
6670
|
+
schedulerProfile: !item["schedulerProfile"]
|
|
6671
|
+
? item["schedulerProfile"]
|
|
6672
|
+
: schedulerProfileSerializer(item["schedulerProfile"]),
|
|
4699
6673
|
hostedSystemProfile: !item["hostedSystemProfile"]
|
|
4700
6674
|
? item["hostedSystemProfile"]
|
|
4701
6675
|
: managedClusterHostedSystemProfileSerializer(item["hostedSystemProfile"]),
|
|
6676
|
+
healthMonitorProfile: !item["healthMonitorProfile"]
|
|
6677
|
+
? item["healthMonitorProfile"]
|
|
6678
|
+
: managedClusterHealthMonitorProfileSerializer(item["healthMonitorProfile"]),
|
|
6679
|
+
controlPlaneScalingProfile: !item["controlPlaneScalingProfile"]
|
|
6680
|
+
? item["controlPlaneScalingProfile"]
|
|
6681
|
+
: managedClusterControlPlaneScalingProfileSerializer(item["controlPlaneScalingProfile"]),
|
|
6682
|
+
nodeDisruptionProfile: !item["nodeDisruptionProfile"]
|
|
6683
|
+
? item["nodeDisruptionProfile"]
|
|
6684
|
+
: nodeDisruptionProfileSerializer(item["nodeDisruptionProfile"]),
|
|
4702
6685
|
status: !item["status"] ? item["status"] : managedClusterStatusSerializer(item["status"]),
|
|
4703
6686
|
};
|
|
4704
6687
|
}
|
|
@@ -4708,6 +6691,9 @@ export function _managedClusterPropertiesDeserializer(item) {
|
|
|
4708
6691
|
powerState: !item["powerState"]
|
|
4709
6692
|
? item["powerState"]
|
|
4710
6693
|
: powerStateDeserializer(item["powerState"]),
|
|
6694
|
+
creationData: !item["creationData"]
|
|
6695
|
+
? item["creationData"]
|
|
6696
|
+
: creationDataDeserializer(item["creationData"]),
|
|
4711
6697
|
maxAgentPools: item["maxAgentPools"],
|
|
4712
6698
|
kubernetesVersion: item["kubernetesVersion"],
|
|
4713
6699
|
currentKubernetesVersion: item["currentKubernetesVersion"],
|
|
@@ -4743,6 +6729,8 @@ export function _managedClusterPropertiesDeserializer(item) {
|
|
|
4743
6729
|
: managedClusterNodeResourceGroupProfileDeserializer(item["nodeResourceGroupProfile"]),
|
|
4744
6730
|
enableRbac: item["enableRBAC"],
|
|
4745
6731
|
supportPlan: item["supportPlan"],
|
|
6732
|
+
enableFips: item["enableFIPS"],
|
|
6733
|
+
enableNamespaceResources: item["enableNamespaceResources"],
|
|
4746
6734
|
networkProfile: !item["networkProfile"]
|
|
4747
6735
|
? item["networkProfile"]
|
|
4748
6736
|
: containerServiceNetworkProfileDeserializer(item["networkProfile"]),
|
|
@@ -4804,9 +6792,21 @@ export function _managedClusterPropertiesDeserializer(item) {
|
|
|
4804
6792
|
aiToolchainOperatorProfile: !item["aiToolchainOperatorProfile"]
|
|
4805
6793
|
? item["aiToolchainOperatorProfile"]
|
|
4806
6794
|
: managedClusterAIToolchainOperatorProfileDeserializer(item["aiToolchainOperatorProfile"]),
|
|
6795
|
+
schedulerProfile: !item["schedulerProfile"]
|
|
6796
|
+
? item["schedulerProfile"]
|
|
6797
|
+
: schedulerProfileDeserializer(item["schedulerProfile"]),
|
|
4807
6798
|
hostedSystemProfile: !item["hostedSystemProfile"]
|
|
4808
6799
|
? item["hostedSystemProfile"]
|
|
4809
6800
|
: managedClusterHostedSystemProfileDeserializer(item["hostedSystemProfile"]),
|
|
6801
|
+
healthMonitorProfile: !item["healthMonitorProfile"]
|
|
6802
|
+
? item["healthMonitorProfile"]
|
|
6803
|
+
: managedClusterHealthMonitorProfileDeserializer(item["healthMonitorProfile"]),
|
|
6804
|
+
controlPlaneScalingProfile: !item["controlPlaneScalingProfile"]
|
|
6805
|
+
? item["controlPlaneScalingProfile"]
|
|
6806
|
+
: managedClusterControlPlaneScalingProfileDeserializer(item["controlPlaneScalingProfile"]),
|
|
6807
|
+
nodeDisruptionProfile: !item["nodeDisruptionProfile"]
|
|
6808
|
+
? item["nodeDisruptionProfile"]
|
|
6809
|
+
: nodeDisruptionProfileDeserializer(item["nodeDisruptionProfile"]),
|
|
4810
6810
|
status: !item["status"] ? item["status"] : managedClusterStatusDeserializer(item["status"]),
|
|
4811
6811
|
};
|
|
4812
6812
|
}
|
|
@@ -4904,6 +6904,25 @@ export function _snapshotPropertiesDeserializer(item) {
|
|
|
4904
6904
|
enableFips: item["enableFIPS"],
|
|
4905
6905
|
};
|
|
4906
6906
|
}
|
|
6907
|
+
export function _managedClusterSnapshotPropertiesSerializer(item) {
|
|
6908
|
+
return {
|
|
6909
|
+
creationData: !item["creationData"]
|
|
6910
|
+
? item["creationData"]
|
|
6911
|
+
: creationDataSerializer(item["creationData"]),
|
|
6912
|
+
snapshotType: item["snapshotType"],
|
|
6913
|
+
};
|
|
6914
|
+
}
|
|
6915
|
+
export function _managedClusterSnapshotPropertiesDeserializer(item) {
|
|
6916
|
+
return {
|
|
6917
|
+
creationData: !item["creationData"]
|
|
6918
|
+
? item["creationData"]
|
|
6919
|
+
: creationDataDeserializer(item["creationData"]),
|
|
6920
|
+
snapshotType: item["snapshotType"],
|
|
6921
|
+
managedClusterPropertiesReadOnly: !item["managedClusterPropertiesReadOnly"]
|
|
6922
|
+
? item["managedClusterPropertiesReadOnly"]
|
|
6923
|
+
: managedClusterPropertiesForSnapshotDeserializer(item["managedClusterPropertiesReadOnly"]),
|
|
6924
|
+
};
|
|
6925
|
+
}
|
|
4907
6926
|
export function _trustedAccessRoleBindingPropertiesSerializer(item) {
|
|
4908
6927
|
return {
|
|
4909
6928
|
sourceResourceId: item["sourceResourceId"],
|
|
@@ -4921,6 +6940,37 @@ export function _trustedAccessRoleBindingPropertiesDeserializer(item) {
|
|
|
4921
6940
|
}),
|
|
4922
6941
|
};
|
|
4923
6942
|
}
|
|
6943
|
+
export function _loadBalancerPropertiesSerializer(item) {
|
|
6944
|
+
return {
|
|
6945
|
+
primaryAgentPoolName: item["primaryAgentPoolName"],
|
|
6946
|
+
allowServicePlacement: item["allowServicePlacement"],
|
|
6947
|
+
serviceLabelSelector: !item["serviceLabelSelector"]
|
|
6948
|
+
? item["serviceLabelSelector"]
|
|
6949
|
+
: labelSelectorSerializer(item["serviceLabelSelector"]),
|
|
6950
|
+
serviceNamespaceSelector: !item["serviceNamespaceSelector"]
|
|
6951
|
+
? item["serviceNamespaceSelector"]
|
|
6952
|
+
: labelSelectorSerializer(item["serviceNamespaceSelector"]),
|
|
6953
|
+
nodeSelector: !item["nodeSelector"]
|
|
6954
|
+
? item["nodeSelector"]
|
|
6955
|
+
: labelSelectorSerializer(item["nodeSelector"]),
|
|
6956
|
+
};
|
|
6957
|
+
}
|
|
6958
|
+
export function _loadBalancerPropertiesDeserializer(item) {
|
|
6959
|
+
return {
|
|
6960
|
+
primaryAgentPoolName: item["primaryAgentPoolName"],
|
|
6961
|
+
allowServicePlacement: item["allowServicePlacement"],
|
|
6962
|
+
serviceLabelSelector: !item["serviceLabelSelector"]
|
|
6963
|
+
? item["serviceLabelSelector"]
|
|
6964
|
+
: labelSelectorDeserializer(item["serviceLabelSelector"]),
|
|
6965
|
+
serviceNamespaceSelector: !item["serviceNamespaceSelector"]
|
|
6966
|
+
? item["serviceNamespaceSelector"]
|
|
6967
|
+
: labelSelectorDeserializer(item["serviceNamespaceSelector"]),
|
|
6968
|
+
nodeSelector: !item["nodeSelector"]
|
|
6969
|
+
? item["nodeSelector"]
|
|
6970
|
+
: labelSelectorDeserializer(item["nodeSelector"]),
|
|
6971
|
+
provisioningState: item["provisioningState"],
|
|
6972
|
+
};
|
|
6973
|
+
}
|
|
4924
6974
|
export function _operationValueDisplayDeserializer(item) {
|
|
4925
6975
|
return {
|
|
4926
6976
|
operation: item["operation"],
|