@azure/arm-containerservice 25.1.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 -6
- package/dist/browser/api/agentPools/operations.js +50 -20
- 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 -37
- 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.d.ts +0 -5
- package/dist/browser/api/maintenanceConfigurations/operations.js +9 -10
- 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 -32
- 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 -7
- package/dist/browser/api/managedClusters/operations.js +215 -49
- 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.d.ts +0 -5
- package/dist/browser/api/managedNamespaces/operations.js +13 -14
- 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 -40
- 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.d.ts +0 -5
- package/dist/browser/api/privateEndpointConnections/operations.js +5 -10
- 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.d.ts +0 -5
- package/dist/browser/api/snapshots/operations.js +16 -13
- package/dist/browser/api/snapshots/operations.js.map +1 -1
- package/dist/browser/api/trustedAccessRoleBindings/operations.d.ts +0 -5
- package/dist/browser/api/trustedAccessRoleBindings/operations.js +11 -12
- 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 -6
- 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/maintenanceConfigurations/index.d.ts +0 -5
- package/dist/browser/classic/maintenanceConfigurations/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 -7
- package/dist/browser/classic/managedClusters/index.js +14 -1
- package/dist/browser/classic/managedClusters/index.js.map +1 -1
- package/dist/browser/classic/managedNamespaces/index.d.ts +0 -5
- package/dist/browser/classic/managedNamespaces/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/privateEndpointConnections/index.d.ts +0 -5
- package/dist/browser/classic/privateEndpointConnections/index.js.map +1 -1
- package/dist/browser/classic/snapshots/index.d.ts +0 -5
- package/dist/browser/classic/snapshots/index.js.map +1 -1
- package/dist/browser/classic/trustedAccessRoleBindings/index.d.ts +0 -5
- package/dist/browser/classic/trustedAccessRoleBindings/index.js.map +1 -1
- 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 +1677 -15
- package/dist/browser/models/models.js +2257 -176
- 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 -6
- 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.d.ts +0 -5
- 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 -7
- 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.d.ts +0 -5
- 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.d.ts +0 -5
- package/dist/commonjs/api/privateEndpointConnections/operations.js +5 -5
- package/dist/commonjs/api/privateEndpointConnections/operations.js.map +2 -2
- 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.d.ts +0 -5
- 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.d.ts +0 -5
- 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 -6
- 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/maintenanceConfigurations/index.d.ts +0 -5
- package/dist/commonjs/classic/maintenanceConfigurations/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 -7
- package/dist/commonjs/classic/managedClusters/index.js +25 -0
- package/dist/commonjs/classic/managedClusters/index.js.map +2 -2
- package/dist/commonjs/classic/managedNamespaces/index.d.ts +0 -5
- package/dist/commonjs/classic/managedNamespaces/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/privateEndpointConnections/index.d.ts +0 -5
- package/dist/commonjs/classic/privateEndpointConnections/index.js.map +2 -2
- package/dist/commonjs/classic/snapshots/index.d.ts +0 -5
- package/dist/commonjs/classic/snapshots/index.js.map +2 -2
- package/dist/commonjs/classic/trustedAccessRoleBindings/index.d.ts +0 -5
- package/dist/commonjs/classic/trustedAccessRoleBindings/index.js.map +2 -2
- 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 +1677 -15
- package/dist/commonjs/models/models.js +2044 -49
- 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/commonjs/tsdoc-metadata.json +1 -1
- 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 -6
- package/dist/esm/api/agentPools/operations.js +50 -20
- 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 -44
- 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.d.ts +0 -5
- package/dist/esm/api/maintenanceConfigurations/operations.js +9 -10
- 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 -7
- package/dist/esm/api/managedClusters/operations.js +215 -49
- 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.d.ts +0 -5
- package/dist/esm/api/managedNamespaces/operations.js +13 -14
- 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.d.ts +0 -5
- package/dist/esm/api/privateEndpointConnections/operations.js +5 -10
- 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.d.ts +0 -5
- package/dist/esm/api/snapshots/operations.js +16 -13
- package/dist/esm/api/snapshots/operations.js.map +1 -1
- package/dist/esm/api/trustedAccessRoleBindings/operations.d.ts +0 -5
- package/dist/esm/api/trustedAccessRoleBindings/operations.js +11 -12
- 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 -6
- 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/maintenanceConfigurations/index.d.ts +0 -5
- package/dist/esm/classic/maintenanceConfigurations/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 -7
- package/dist/esm/classic/managedClusters/index.js +14 -1
- package/dist/esm/classic/managedClusters/index.js.map +1 -1
- package/dist/esm/classic/managedNamespaces/index.d.ts +0 -5
- package/dist/esm/classic/managedNamespaces/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/privateEndpointConnections/index.d.ts +0 -5
- package/dist/esm/classic/privateEndpointConnections/index.js.map +1 -1
- package/dist/esm/classic/snapshots/index.d.ts +0 -5
- package/dist/esm/classic/snapshots/index.js.map +1 -1
- package/dist/esm/classic/trustedAccessRoleBindings/index.d.ts +0 -5
- package/dist/esm/classic/trustedAccessRoleBindings/index.js.map +1 -1
- 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 +1677 -15
- package/dist/esm/models/models.js +2257 -176
- 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 +132 -73
- 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 -48
- package/dist/react-native/api/agentPools/operations.js +0 -305
- 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 -27
- 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 -116
- package/dist/react-native/api/managedClusters/operations.js +0 -806
- 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 -36
- package/dist/react-native/api/managedNamespaces/operations.js +0 -196
- 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 -27
- 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 -35
- 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 -28
- 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 -54
- 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 -22
- 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 -112
- 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 -36
- 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 -27
- 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 -26
- package/dist/react-native/classic/snapshots/index.js.map +0 -1
- package/dist/react-native/classic/trustedAccessRoleBindings/index.d.ts +0 -32
- 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 -3932
- package/dist/react-native/models/models.js +0 -4901
- 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",
|
|
@@ -51,10 +56,12 @@ export function agentPoolSerializer(item) {
|
|
|
51
56
|
"securityProfile",
|
|
52
57
|
"gpuProfile",
|
|
53
58
|
"gatewayProfile",
|
|
59
|
+
"artifactStreamingProfile",
|
|
54
60
|
"virtualMachinesProfile",
|
|
55
61
|
"virtualMachineNodesStatus",
|
|
56
62
|
"status",
|
|
57
63
|
"localDNSProfile",
|
|
64
|
+
"preparedImageSpecificationProfile",
|
|
58
65
|
])
|
|
59
66
|
? undefined
|
|
60
67
|
: _agentPoolPropertiesSerializer(item),
|
|
@@ -95,9 +102,15 @@ export function managedClusterAgentPoolProfilePropertiesSerializer(item) {
|
|
|
95
102
|
type: item["type"],
|
|
96
103
|
mode: item["mode"],
|
|
97
104
|
orchestratorVersion: item["orchestratorVersion"],
|
|
105
|
+
nodeImageVersion: item["nodeImageVersion"],
|
|
106
|
+
upgradeStrategy: item["upgradeStrategy"],
|
|
107
|
+
enableOSDiskFullCaching: item["enableOSDiskFullCaching"],
|
|
98
108
|
upgradeSettings: !item["upgradeSettings"]
|
|
99
109
|
? item["upgradeSettings"]
|
|
100
110
|
: agentPoolUpgradeSettingsSerializer(item["upgradeSettings"]),
|
|
111
|
+
upgradeSettingsBlueGreen: !item["upgradeSettingsBlueGreen"]
|
|
112
|
+
? item["upgradeSettingsBlueGreen"]
|
|
113
|
+
: agentPoolBlueGreenUpgradeSettingsSerializer(item["upgradeSettingsBlueGreen"]),
|
|
101
114
|
powerState: !item["powerState"] ? item["powerState"] : powerStateSerializer(item["powerState"]),
|
|
102
115
|
availabilityZones: !item["availabilityZones"]
|
|
103
116
|
? item["availabilityZones"]
|
|
@@ -116,6 +129,11 @@ export function managedClusterAgentPoolProfilePropertiesSerializer(item) {
|
|
|
116
129
|
: item["nodeTaints"].map((p) => {
|
|
117
130
|
return p;
|
|
118
131
|
}),
|
|
132
|
+
nodeInitializationTaints: !item["nodeInitializationTaints"]
|
|
133
|
+
? item["nodeInitializationTaints"]
|
|
134
|
+
: item["nodeInitializationTaints"].map((p) => {
|
|
135
|
+
return p;
|
|
136
|
+
}),
|
|
119
137
|
proximityPlacementGroupID: item["proximityPlacementGroupID"],
|
|
120
138
|
kubeletConfig: !item["kubeletConfig"]
|
|
121
139
|
? item["kubeletConfig"]
|
|
@@ -145,6 +163,9 @@ export function managedClusterAgentPoolProfilePropertiesSerializer(item) {
|
|
|
145
163
|
gatewayProfile: !item["gatewayProfile"]
|
|
146
164
|
? item["gatewayProfile"]
|
|
147
165
|
: agentPoolGatewayProfileSerializer(item["gatewayProfile"]),
|
|
166
|
+
artifactStreamingProfile: !item["artifactStreamingProfile"]
|
|
167
|
+
? item["artifactStreamingProfile"]
|
|
168
|
+
: agentPoolArtifactStreamingProfileSerializer(item["artifactStreamingProfile"]),
|
|
148
169
|
virtualMachinesProfile: !item["virtualMachinesProfile"]
|
|
149
170
|
? item["virtualMachinesProfile"]
|
|
150
171
|
: virtualMachinesProfileSerializer(item["virtualMachinesProfile"]),
|
|
@@ -155,6 +176,9 @@ export function managedClusterAgentPoolProfilePropertiesSerializer(item) {
|
|
|
155
176
|
localDNSProfile: !item["localDNSProfile"]
|
|
156
177
|
? item["localDNSProfile"]
|
|
157
178
|
: localDNSProfileSerializer(item["localDNSProfile"]),
|
|
179
|
+
preparedImageSpecificationProfile: !item["preparedImageSpecificationProfile"]
|
|
180
|
+
? item["preparedImageSpecificationProfile"]
|
|
181
|
+
: preparedImageSpecificationProfileSerializer(item["preparedImageSpecificationProfile"]),
|
|
158
182
|
};
|
|
159
183
|
}
|
|
160
184
|
export function managedClusterAgentPoolProfilePropertiesDeserializer(item) {
|
|
@@ -182,9 +206,14 @@ export function managedClusterAgentPoolProfilePropertiesDeserializer(item) {
|
|
|
182
206
|
orchestratorVersion: item["orchestratorVersion"],
|
|
183
207
|
currentOrchestratorVersion: item["currentOrchestratorVersion"],
|
|
184
208
|
nodeImageVersion: item["nodeImageVersion"],
|
|
209
|
+
upgradeStrategy: item["upgradeStrategy"],
|
|
210
|
+
enableOSDiskFullCaching: item["enableOSDiskFullCaching"],
|
|
185
211
|
upgradeSettings: !item["upgradeSettings"]
|
|
186
212
|
? item["upgradeSettings"]
|
|
187
213
|
: agentPoolUpgradeSettingsDeserializer(item["upgradeSettings"]),
|
|
214
|
+
upgradeSettingsBlueGreen: !item["upgradeSettingsBlueGreen"]
|
|
215
|
+
? item["upgradeSettingsBlueGreen"]
|
|
216
|
+
: agentPoolBlueGreenUpgradeSettingsDeserializer(item["upgradeSettingsBlueGreen"]),
|
|
188
217
|
provisioningState: item["provisioningState"],
|
|
189
218
|
powerState: !item["powerState"]
|
|
190
219
|
? item["powerState"]
|
|
@@ -210,6 +239,11 @@ export function managedClusterAgentPoolProfilePropertiesDeserializer(item) {
|
|
|
210
239
|
: item["nodeTaints"].map((p) => {
|
|
211
240
|
return p;
|
|
212
241
|
}),
|
|
242
|
+
nodeInitializationTaints: !item["nodeInitializationTaints"]
|
|
243
|
+
? item["nodeInitializationTaints"]
|
|
244
|
+
: item["nodeInitializationTaints"].map((p) => {
|
|
245
|
+
return p;
|
|
246
|
+
}),
|
|
213
247
|
proximityPlacementGroupID: item["proximityPlacementGroupID"],
|
|
214
248
|
kubeletConfig: !item["kubeletConfig"]
|
|
215
249
|
? item["kubeletConfig"]
|
|
@@ -241,6 +275,9 @@ export function managedClusterAgentPoolProfilePropertiesDeserializer(item) {
|
|
|
241
275
|
gatewayProfile: !item["gatewayProfile"]
|
|
242
276
|
? item["gatewayProfile"]
|
|
243
277
|
: agentPoolGatewayProfileDeserializer(item["gatewayProfile"]),
|
|
278
|
+
artifactStreamingProfile: !item["artifactStreamingProfile"]
|
|
279
|
+
? item["artifactStreamingProfile"]
|
|
280
|
+
: agentPoolArtifactStreamingProfileDeserializer(item["artifactStreamingProfile"]),
|
|
244
281
|
virtualMachinesProfile: !item["virtualMachinesProfile"]
|
|
245
282
|
? item["virtualMachinesProfile"]
|
|
246
283
|
: virtualMachinesProfileDeserializer(item["virtualMachinesProfile"]),
|
|
@@ -251,6 +288,9 @@ export function managedClusterAgentPoolProfilePropertiesDeserializer(item) {
|
|
|
251
288
|
localDNSProfile: !item["localDNSProfile"]
|
|
252
289
|
? item["localDNSProfile"]
|
|
253
290
|
: localDNSProfileDeserializer(item["localDNSProfile"]),
|
|
291
|
+
preparedImageSpecificationProfile: !item["preparedImageSpecificationProfile"]
|
|
292
|
+
? item["preparedImageSpecificationProfile"]
|
|
293
|
+
: preparedImageSpecificationProfileDeserializer(item["preparedImageSpecificationProfile"]),
|
|
254
294
|
};
|
|
255
295
|
}
|
|
256
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). */
|
|
@@ -276,6 +316,8 @@ export var KnownWorkloadRuntime;
|
|
|
276
316
|
KnownWorkloadRuntime["OCIContainer"] = "OCIContainer";
|
|
277
317
|
/** Nodes will use Krustlet to run WASM workloads using the WASI provider (Preview). */
|
|
278
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";
|
|
279
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. */
|
|
280
322
|
KnownWorkloadRuntime["KataVmIsolation"] = "KataVmIsolation";
|
|
281
323
|
})(KnownWorkloadRuntime || (KnownWorkloadRuntime = {}));
|
|
@@ -305,6 +347,10 @@ export var KnownOssku;
|
|
|
305
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. */
|
|
306
348
|
KnownOssku["AzureLinux3"] = "AzureLinux3";
|
|
307
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. */
|
|
308
354
|
KnownOssku["CBLMariner"] = "CBLMariner";
|
|
309
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. */
|
|
310
356
|
KnownOssku["Windows2019"] = "Windows2019";
|
|
@@ -314,8 +360,12 @@ export var KnownOssku;
|
|
|
314
360
|
KnownOssku["Ubuntu2204"] = "Ubuntu2204";
|
|
315
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. */
|
|
316
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";
|
|
317
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 */
|
|
318
366
|
KnownOssku["Ubuntu2404"] = "Ubuntu2404";
|
|
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 */
|
|
368
|
+
KnownOssku["AzureContainerLinux"] = "AzureContainerLinux";
|
|
319
369
|
})(KnownOssku || (KnownOssku = {}));
|
|
320
370
|
/** Describes how VMs are added to or removed from Agent Pools. See [billing states](https://docs.microsoft.com/azure/virtual-machines/states-billing). */
|
|
321
371
|
export var KnownScaleDownMode;
|
|
@@ -344,11 +394,24 @@ export var KnownAgentPoolMode;
|
|
|
344
394
|
KnownAgentPoolMode["User"] = "User";
|
|
345
395
|
/** Gateway agent pools are dedicated to providing static egress IPs to pods. For more details, see https://aka.ms/aks/static-egress-gateway. */
|
|
346
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";
|
|
347
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 = {}));
|
|
348
410
|
export function agentPoolUpgradeSettingsSerializer(item) {
|
|
349
411
|
return {
|
|
350
412
|
maxSurge: item["maxSurge"],
|
|
351
413
|
maxUnavailable: item["maxUnavailable"],
|
|
414
|
+
maxBlockedNodes: item["maxBlockedNodes"],
|
|
352
415
|
drainTimeoutInMinutes: item["drainTimeoutInMinutes"],
|
|
353
416
|
nodeSoakDurationInMinutes: item["nodeSoakDurationInMinutes"],
|
|
354
417
|
undrainableNodeBehavior: item["undrainableNodeBehavior"],
|
|
@@ -358,6 +421,7 @@ export function agentPoolUpgradeSettingsDeserializer(item) {
|
|
|
358
421
|
return {
|
|
359
422
|
maxSurge: item["maxSurge"],
|
|
360
423
|
maxUnavailable: item["maxUnavailable"],
|
|
424
|
+
maxBlockedNodes: item["maxBlockedNodes"],
|
|
361
425
|
drainTimeoutInMinutes: item["drainTimeoutInMinutes"],
|
|
362
426
|
nodeSoakDurationInMinutes: item["nodeSoakDurationInMinutes"],
|
|
363
427
|
undrainableNodeBehavior: item["undrainableNodeBehavior"],
|
|
@@ -371,6 +435,22 @@ export var KnownUndrainableNodeBehavior;
|
|
|
371
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. */
|
|
372
436
|
KnownUndrainableNodeBehavior["Schedule"] = "Schedule";
|
|
373
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
|
+
}
|
|
374
454
|
export function powerStateSerializer(item) {
|
|
375
455
|
return { code: item["code"] };
|
|
376
456
|
}
|
|
@@ -420,6 +500,13 @@ export function kubeletConfigSerializer(item) {
|
|
|
420
500
|
containerLogMaxSizeMB: item["containerLogMaxSizeMB"],
|
|
421
501
|
containerLogMaxFiles: item["containerLogMaxFiles"],
|
|
422
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"]),
|
|
423
510
|
};
|
|
424
511
|
}
|
|
425
512
|
export function kubeletConfigDeserializer(item) {
|
|
@@ -439,6 +526,44 @@ export function kubeletConfigDeserializer(item) {
|
|
|
439
526
|
containerLogMaxSizeMB: item["containerLogMaxSizeMB"],
|
|
440
527
|
containerLogMaxFiles: item["containerLogMaxFiles"],
|
|
441
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"],
|
|
442
567
|
};
|
|
443
568
|
}
|
|
444
569
|
export function linuxOSConfigSerializer(item) {
|
|
@@ -548,6 +673,11 @@ export function agentPoolNetworkProfileSerializer(item) {
|
|
|
548
673
|
nodePublicIPTags: !item["nodePublicIPTags"]
|
|
549
674
|
? item["nodePublicIPTags"]
|
|
550
675
|
: ipTagArraySerializer(item["nodePublicIPTags"]),
|
|
676
|
+
nodePublicIPPrefixIDs: !item["nodePublicIPPrefixIDs"]
|
|
677
|
+
? item["nodePublicIPPrefixIDs"]
|
|
678
|
+
: item["nodePublicIPPrefixIDs"].map((p) => {
|
|
679
|
+
return p;
|
|
680
|
+
}),
|
|
551
681
|
allowedHostPorts: !item["allowedHostPorts"]
|
|
552
682
|
? item["allowedHostPorts"]
|
|
553
683
|
: portRangeArraySerializer(item["allowedHostPorts"]),
|
|
@@ -556,6 +686,9 @@ export function agentPoolNetworkProfileSerializer(item) {
|
|
|
556
686
|
: item["applicationSecurityGroups"].map((p) => {
|
|
557
687
|
return p;
|
|
558
688
|
}),
|
|
689
|
+
secondaryNetworkInterfaces: !item["secondaryNetworkInterfaces"]
|
|
690
|
+
? item["secondaryNetworkInterfaces"]
|
|
691
|
+
: agentPoolNetworkInterfaceArraySerializer(item["secondaryNetworkInterfaces"]),
|
|
559
692
|
};
|
|
560
693
|
}
|
|
561
694
|
export function agentPoolNetworkProfileDeserializer(item) {
|
|
@@ -563,6 +696,11 @@ export function agentPoolNetworkProfileDeserializer(item) {
|
|
|
563
696
|
nodePublicIPTags: !item["nodePublicIPTags"]
|
|
564
697
|
? item["nodePublicIPTags"]
|
|
565
698
|
: ipTagArrayDeserializer(item["nodePublicIPTags"]),
|
|
699
|
+
nodePublicIPPrefixIDs: !item["nodePublicIPPrefixIDs"]
|
|
700
|
+
? item["nodePublicIPPrefixIDs"]
|
|
701
|
+
: item["nodePublicIPPrefixIDs"].map((p) => {
|
|
702
|
+
return p;
|
|
703
|
+
}),
|
|
566
704
|
allowedHostPorts: !item["allowedHostPorts"]
|
|
567
705
|
? item["allowedHostPorts"]
|
|
568
706
|
: portRangeArrayDeserializer(item["allowedHostPorts"]),
|
|
@@ -571,6 +709,9 @@ export function agentPoolNetworkProfileDeserializer(item) {
|
|
|
571
709
|
: item["applicationSecurityGroups"].map((p) => {
|
|
572
710
|
return p;
|
|
573
711
|
}),
|
|
712
|
+
secondaryNetworkInterfaces: !item["secondaryNetworkInterfaces"]
|
|
713
|
+
? item["secondaryNetworkInterfaces"]
|
|
714
|
+
: agentPoolNetworkInterfaceArrayDeserializer(item["secondaryNetworkInterfaces"]),
|
|
574
715
|
};
|
|
575
716
|
}
|
|
576
717
|
export function ipTagArraySerializer(result) {
|
|
@@ -620,6 +761,38 @@ export var KnownProtocol;
|
|
|
620
761
|
/** UDP protocol. */
|
|
621
762
|
KnownProtocol["UDP"] = "UDP";
|
|
622
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 = {}));
|
|
623
796
|
export function agentPoolWindowsProfileSerializer(item) {
|
|
624
797
|
return { disableOutboundNat: item["disableOutboundNat"] };
|
|
625
798
|
}
|
|
@@ -649,13 +822,21 @@ export var KnownAgentPoolSSHAccess;
|
|
|
649
822
|
KnownAgentPoolSSHAccess["LocalUser"] = "LocalUser";
|
|
650
823
|
/** SSH service will be turned off on the node. */
|
|
651
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";
|
|
652
827
|
})(KnownAgentPoolSSHAccess || (KnownAgentPoolSSHAccess = {}));
|
|
653
828
|
export function gpuProfileSerializer(item) {
|
|
654
|
-
return {
|
|
829
|
+
return {
|
|
830
|
+
driver: item["driver"],
|
|
831
|
+
driverType: item["driverType"],
|
|
832
|
+
nvidia: !item["nvidia"] ? item["nvidia"] : nvidiaGPUProfileSerializer(item["nvidia"]),
|
|
833
|
+
};
|
|
655
834
|
}
|
|
656
835
|
export function gpuProfileDeserializer(item) {
|
|
657
836
|
return {
|
|
658
837
|
driver: item["driver"],
|
|
838
|
+
driverType: item["driverType"],
|
|
839
|
+
nvidia: !item["nvidia"] ? item["nvidia"] : nvidiaGPUProfileDeserializer(item["nvidia"]),
|
|
659
840
|
};
|
|
660
841
|
}
|
|
661
842
|
/** Whether to install GPU drivers. When it's not specified, default is Install. */
|
|
@@ -666,6 +847,41 @@ export var KnownGPUDriver;
|
|
|
666
847
|
/** Skip driver install. */
|
|
667
848
|
KnownGPUDriver["None"] = "None";
|
|
668
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 = {}));
|
|
669
885
|
export function agentPoolGatewayProfileSerializer(item) {
|
|
670
886
|
return { publicIPPrefixSize: item["publicIPPrefixSize"] };
|
|
671
887
|
}
|
|
@@ -674,6 +890,14 @@ export function agentPoolGatewayProfileDeserializer(item) {
|
|
|
674
890
|
publicIPPrefixSize: item["publicIPPrefixSize"],
|
|
675
891
|
};
|
|
676
892
|
}
|
|
893
|
+
export function agentPoolArtifactStreamingProfileSerializer(item) {
|
|
894
|
+
return { enabled: item["enabled"] };
|
|
895
|
+
}
|
|
896
|
+
export function agentPoolArtifactStreamingProfileDeserializer(item) {
|
|
897
|
+
return {
|
|
898
|
+
enabled: item["enabled"],
|
|
899
|
+
};
|
|
900
|
+
}
|
|
677
901
|
export function virtualMachinesProfileSerializer(item) {
|
|
678
902
|
return { scale: !item["scale"] ? item["scale"] : scaleProfileSerializer(item["scale"]) };
|
|
679
903
|
}
|
|
@@ -685,11 +909,17 @@ export function virtualMachinesProfileDeserializer(item) {
|
|
|
685
909
|
export function scaleProfileSerializer(item) {
|
|
686
910
|
return {
|
|
687
911
|
manual: !item["manual"] ? item["manual"] : manualScaleProfileArraySerializer(item["manual"]),
|
|
912
|
+
autoscale: !item["autoscale"]
|
|
913
|
+
? item["autoscale"]
|
|
914
|
+
: autoScaleProfileArraySerializer(item["autoscale"]),
|
|
688
915
|
};
|
|
689
916
|
}
|
|
690
917
|
export function scaleProfileDeserializer(item) {
|
|
691
918
|
return {
|
|
692
919
|
manual: !item["manual"] ? item["manual"] : manualScaleProfileArrayDeserializer(item["manual"]),
|
|
920
|
+
autoscale: !item["autoscale"]
|
|
921
|
+
? item["autoscale"]
|
|
922
|
+
: autoScaleProfileArrayDeserializer(item["autoscale"]),
|
|
693
923
|
};
|
|
694
924
|
}
|
|
695
925
|
export function manualScaleProfileArraySerializer(result) {
|
|
@@ -711,6 +941,26 @@ export function manualScaleProfileDeserializer(item) {
|
|
|
711
941
|
count: item["count"],
|
|
712
942
|
};
|
|
713
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
|
+
}
|
|
714
964
|
export function virtualMachineNodesArraySerializer(result) {
|
|
715
965
|
return result.map((item) => {
|
|
716
966
|
return virtualMachineNodesSerializer(item);
|
|
@@ -890,6 +1140,14 @@ export var KnownLocalDNSServeStale;
|
|
|
890
1140
|
/** Disable serving stale data. */
|
|
891
1141
|
KnownLocalDNSServeStale["Disable"] = "Disable";
|
|
892
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
|
+
}
|
|
893
1151
|
export function proxyResourceSerializer(_item) {
|
|
894
1152
|
return {};
|
|
895
1153
|
}
|
|
@@ -1013,6 +1271,12 @@ export function agentPoolUpgradeProfilePropertiesDeserializer(item) {
|
|
|
1013
1271
|
upgrades: !item["upgrades"]
|
|
1014
1272
|
? item["upgrades"]
|
|
1015
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"]),
|
|
1016
1280
|
latestNodeImageVersion: item["latestNodeImageVersion"],
|
|
1017
1281
|
};
|
|
1018
1282
|
}
|
|
@@ -1025,6 +1289,44 @@ export function agentPoolUpgradeProfilePropertiesUpgradesItemDeserializer(item)
|
|
|
1025
1289
|
return {
|
|
1026
1290
|
kubernetesVersion: item["kubernetesVersion"],
|
|
1027
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"]),
|
|
1028
1330
|
};
|
|
1029
1331
|
}
|
|
1030
1332
|
export function managedClusterSerializer(item) {
|
|
@@ -1032,6 +1334,7 @@ export function managedClusterSerializer(item) {
|
|
|
1032
1334
|
tags: item["tags"],
|
|
1033
1335
|
location: item["location"],
|
|
1034
1336
|
properties: areAllPropsUndefined(item, [
|
|
1337
|
+
"creationData",
|
|
1035
1338
|
"kubernetesVersion",
|
|
1036
1339
|
"dnsPrefix",
|
|
1037
1340
|
"fqdnSubdomain",
|
|
@@ -1046,6 +1349,8 @@ export function managedClusterSerializer(item) {
|
|
|
1046
1349
|
"nodeResourceGroupProfile",
|
|
1047
1350
|
"enableRBAC",
|
|
1048
1351
|
"supportPlan",
|
|
1352
|
+
"enableFIPS",
|
|
1353
|
+
"enableNamespaceResources",
|
|
1049
1354
|
"networkProfile",
|
|
1050
1355
|
"aadProfile",
|
|
1051
1356
|
"autoUpgradeProfile",
|
|
@@ -1068,7 +1373,11 @@ export function managedClusterSerializer(item) {
|
|
|
1068
1373
|
"nodeProvisioningProfile",
|
|
1069
1374
|
"bootstrapProfile",
|
|
1070
1375
|
"aiToolchainOperatorProfile",
|
|
1376
|
+
"schedulerProfile",
|
|
1071
1377
|
"hostedSystemProfile",
|
|
1378
|
+
"healthMonitorProfile",
|
|
1379
|
+
"controlPlaneScalingProfile",
|
|
1380
|
+
"nodeDisruptionProfile",
|
|
1072
1381
|
"status",
|
|
1073
1382
|
])
|
|
1074
1383
|
? undefined
|
|
@@ -1111,6 +1420,9 @@ export function managedClusterDeserializer(item) {
|
|
|
1111
1420
|
}
|
|
1112
1421
|
export function managedClusterPropertiesSerializer(item) {
|
|
1113
1422
|
return {
|
|
1423
|
+
creationData: !item["creationData"]
|
|
1424
|
+
? item["creationData"]
|
|
1425
|
+
: creationDataSerializer(item["creationData"]),
|
|
1114
1426
|
kubernetesVersion: item["kubernetesVersion"],
|
|
1115
1427
|
dnsPrefix: item["dnsPrefix"],
|
|
1116
1428
|
fqdnSubdomain: item["fqdnSubdomain"],
|
|
@@ -1141,6 +1453,8 @@ export function managedClusterPropertiesSerializer(item) {
|
|
|
1141
1453
|
: managedClusterNodeResourceGroupProfileSerializer(item["nodeResourceGroupProfile"]),
|
|
1142
1454
|
enableRBAC: item["enableRbac"],
|
|
1143
1455
|
supportPlan: item["supportPlan"],
|
|
1456
|
+
enableFIPS: item["enableFips"],
|
|
1457
|
+
enableNamespaceResources: item["enableNamespaceResources"],
|
|
1144
1458
|
networkProfile: !item["networkProfile"]
|
|
1145
1459
|
? item["networkProfile"]
|
|
1146
1460
|
: containerServiceNetworkProfileSerializer(item["networkProfile"]),
|
|
@@ -1201,9 +1515,21 @@ export function managedClusterPropertiesSerializer(item) {
|
|
|
1201
1515
|
aiToolchainOperatorProfile: !item["aiToolchainOperatorProfile"]
|
|
1202
1516
|
? item["aiToolchainOperatorProfile"]
|
|
1203
1517
|
: managedClusterAIToolchainOperatorProfileSerializer(item["aiToolchainOperatorProfile"]),
|
|
1518
|
+
schedulerProfile: !item["schedulerProfile"]
|
|
1519
|
+
? item["schedulerProfile"]
|
|
1520
|
+
: schedulerProfileSerializer(item["schedulerProfile"]),
|
|
1204
1521
|
hostedSystemProfile: !item["hostedSystemProfile"]
|
|
1205
1522
|
? item["hostedSystemProfile"]
|
|
1206
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"]),
|
|
1207
1533
|
status: !item["status"] ? item["status"] : managedClusterStatusSerializer(item["status"]),
|
|
1208
1534
|
};
|
|
1209
1535
|
}
|
|
@@ -1213,6 +1539,9 @@ export function managedClusterPropertiesDeserializer(item) {
|
|
|
1213
1539
|
powerState: !item["powerState"]
|
|
1214
1540
|
? item["powerState"]
|
|
1215
1541
|
: powerStateDeserializer(item["powerState"]),
|
|
1542
|
+
creationData: !item["creationData"]
|
|
1543
|
+
? item["creationData"]
|
|
1544
|
+
: creationDataDeserializer(item["creationData"]),
|
|
1216
1545
|
maxAgentPools: item["maxAgentPools"],
|
|
1217
1546
|
kubernetesVersion: item["kubernetesVersion"],
|
|
1218
1547
|
currentKubernetesVersion: item["currentKubernetesVersion"],
|
|
@@ -1248,6 +1577,8 @@ export function managedClusterPropertiesDeserializer(item) {
|
|
|
1248
1577
|
: managedClusterNodeResourceGroupProfileDeserializer(item["nodeResourceGroupProfile"]),
|
|
1249
1578
|
enableRbac: item["enableRBAC"],
|
|
1250
1579
|
supportPlan: item["supportPlan"],
|
|
1580
|
+
enableFips: item["enableFIPS"],
|
|
1581
|
+
enableNamespaceResources: item["enableNamespaceResources"],
|
|
1251
1582
|
networkProfile: !item["networkProfile"]
|
|
1252
1583
|
? item["networkProfile"]
|
|
1253
1584
|
: containerServiceNetworkProfileDeserializer(item["networkProfile"]),
|
|
@@ -1309,9 +1640,21 @@ export function managedClusterPropertiesDeserializer(item) {
|
|
|
1309
1640
|
aiToolchainOperatorProfile: !item["aiToolchainOperatorProfile"]
|
|
1310
1641
|
? item["aiToolchainOperatorProfile"]
|
|
1311
1642
|
: managedClusterAIToolchainOperatorProfileDeserializer(item["aiToolchainOperatorProfile"]),
|
|
1643
|
+
schedulerProfile: !item["schedulerProfile"]
|
|
1644
|
+
? item["schedulerProfile"]
|
|
1645
|
+
: schedulerProfileDeserializer(item["schedulerProfile"]),
|
|
1312
1646
|
hostedSystemProfile: !item["hostedSystemProfile"]
|
|
1313
1647
|
? item["hostedSystemProfile"]
|
|
1314
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"]),
|
|
1315
1658
|
status: !item["status"] ? item["status"] : managedClusterStatusDeserializer(item["status"]),
|
|
1316
1659
|
};
|
|
1317
1660
|
}
|
|
@@ -1347,9 +1690,15 @@ export function managedClusterAgentPoolProfileSerializer(item) {
|
|
|
1347
1690
|
type: item["type"],
|
|
1348
1691
|
mode: item["mode"],
|
|
1349
1692
|
orchestratorVersion: item["orchestratorVersion"],
|
|
1693
|
+
nodeImageVersion: item["nodeImageVersion"],
|
|
1694
|
+
upgradeStrategy: item["upgradeStrategy"],
|
|
1695
|
+
enableOSDiskFullCaching: item["enableOSDiskFullCaching"],
|
|
1350
1696
|
upgradeSettings: !item["upgradeSettings"]
|
|
1351
1697
|
? item["upgradeSettings"]
|
|
1352
1698
|
: agentPoolUpgradeSettingsSerializer(item["upgradeSettings"]),
|
|
1699
|
+
upgradeSettingsBlueGreen: !item["upgradeSettingsBlueGreen"]
|
|
1700
|
+
? item["upgradeSettingsBlueGreen"]
|
|
1701
|
+
: agentPoolBlueGreenUpgradeSettingsSerializer(item["upgradeSettingsBlueGreen"]),
|
|
1353
1702
|
powerState: !item["powerState"] ? item["powerState"] : powerStateSerializer(item["powerState"]),
|
|
1354
1703
|
availabilityZones: !item["availabilityZones"]
|
|
1355
1704
|
? item["availabilityZones"]
|
|
@@ -1368,6 +1717,11 @@ export function managedClusterAgentPoolProfileSerializer(item) {
|
|
|
1368
1717
|
: item["nodeTaints"].map((p) => {
|
|
1369
1718
|
return p;
|
|
1370
1719
|
}),
|
|
1720
|
+
nodeInitializationTaints: !item["nodeInitializationTaints"]
|
|
1721
|
+
? item["nodeInitializationTaints"]
|
|
1722
|
+
: item["nodeInitializationTaints"].map((p) => {
|
|
1723
|
+
return p;
|
|
1724
|
+
}),
|
|
1371
1725
|
proximityPlacementGroupID: item["proximityPlacementGroupID"],
|
|
1372
1726
|
kubeletConfig: !item["kubeletConfig"]
|
|
1373
1727
|
? item["kubeletConfig"]
|
|
@@ -1397,6 +1751,9 @@ export function managedClusterAgentPoolProfileSerializer(item) {
|
|
|
1397
1751
|
gatewayProfile: !item["gatewayProfile"]
|
|
1398
1752
|
? item["gatewayProfile"]
|
|
1399
1753
|
: agentPoolGatewayProfileSerializer(item["gatewayProfile"]),
|
|
1754
|
+
artifactStreamingProfile: !item["artifactStreamingProfile"]
|
|
1755
|
+
? item["artifactStreamingProfile"]
|
|
1756
|
+
: agentPoolArtifactStreamingProfileSerializer(item["artifactStreamingProfile"]),
|
|
1400
1757
|
virtualMachinesProfile: !item["virtualMachinesProfile"]
|
|
1401
1758
|
? item["virtualMachinesProfile"]
|
|
1402
1759
|
: virtualMachinesProfileSerializer(item["virtualMachinesProfile"]),
|
|
@@ -1407,6 +1764,9 @@ export function managedClusterAgentPoolProfileSerializer(item) {
|
|
|
1407
1764
|
localDNSProfile: !item["localDNSProfile"]
|
|
1408
1765
|
? item["localDNSProfile"]
|
|
1409
1766
|
: localDNSProfileSerializer(item["localDNSProfile"]),
|
|
1767
|
+
preparedImageSpecificationProfile: !item["preparedImageSpecificationProfile"]
|
|
1768
|
+
? item["preparedImageSpecificationProfile"]
|
|
1769
|
+
: preparedImageSpecificationProfileSerializer(item["preparedImageSpecificationProfile"]),
|
|
1410
1770
|
name: item["name"],
|
|
1411
1771
|
};
|
|
1412
1772
|
}
|
|
@@ -1435,9 +1795,14 @@ export function managedClusterAgentPoolProfileDeserializer(item) {
|
|
|
1435
1795
|
orchestratorVersion: item["orchestratorVersion"],
|
|
1436
1796
|
currentOrchestratorVersion: item["currentOrchestratorVersion"],
|
|
1437
1797
|
nodeImageVersion: item["nodeImageVersion"],
|
|
1798
|
+
upgradeStrategy: item["upgradeStrategy"],
|
|
1799
|
+
enableOSDiskFullCaching: item["enableOSDiskFullCaching"],
|
|
1438
1800
|
upgradeSettings: !item["upgradeSettings"]
|
|
1439
1801
|
? item["upgradeSettings"]
|
|
1440
1802
|
: agentPoolUpgradeSettingsDeserializer(item["upgradeSettings"]),
|
|
1803
|
+
upgradeSettingsBlueGreen: !item["upgradeSettingsBlueGreen"]
|
|
1804
|
+
? item["upgradeSettingsBlueGreen"]
|
|
1805
|
+
: agentPoolBlueGreenUpgradeSettingsDeserializer(item["upgradeSettingsBlueGreen"]),
|
|
1441
1806
|
provisioningState: item["provisioningState"],
|
|
1442
1807
|
powerState: !item["powerState"]
|
|
1443
1808
|
? item["powerState"]
|
|
@@ -1463,6 +1828,11 @@ export function managedClusterAgentPoolProfileDeserializer(item) {
|
|
|
1463
1828
|
: item["nodeTaints"].map((p) => {
|
|
1464
1829
|
return p;
|
|
1465
1830
|
}),
|
|
1831
|
+
nodeInitializationTaints: !item["nodeInitializationTaints"]
|
|
1832
|
+
? item["nodeInitializationTaints"]
|
|
1833
|
+
: item["nodeInitializationTaints"].map((p) => {
|
|
1834
|
+
return p;
|
|
1835
|
+
}),
|
|
1466
1836
|
proximityPlacementGroupID: item["proximityPlacementGroupID"],
|
|
1467
1837
|
kubeletConfig: !item["kubeletConfig"]
|
|
1468
1838
|
? item["kubeletConfig"]
|
|
@@ -1494,6 +1864,9 @@ export function managedClusterAgentPoolProfileDeserializer(item) {
|
|
|
1494
1864
|
gatewayProfile: !item["gatewayProfile"]
|
|
1495
1865
|
? item["gatewayProfile"]
|
|
1496
1866
|
: agentPoolGatewayProfileDeserializer(item["gatewayProfile"]),
|
|
1867
|
+
artifactStreamingProfile: !item["artifactStreamingProfile"]
|
|
1868
|
+
? item["artifactStreamingProfile"]
|
|
1869
|
+
: agentPoolArtifactStreamingProfileDeserializer(item["artifactStreamingProfile"]),
|
|
1497
1870
|
virtualMachinesProfile: !item["virtualMachinesProfile"]
|
|
1498
1871
|
? item["virtualMachinesProfile"]
|
|
1499
1872
|
: virtualMachinesProfileDeserializer(item["virtualMachinesProfile"]),
|
|
@@ -1504,6 +1877,9 @@ export function managedClusterAgentPoolProfileDeserializer(item) {
|
|
|
1504
1877
|
localDNSProfile: !item["localDNSProfile"]
|
|
1505
1878
|
? item["localDNSProfile"]
|
|
1506
1879
|
: localDNSProfileDeserializer(item["localDNSProfile"]),
|
|
1880
|
+
preparedImageSpecificationProfile: !item["preparedImageSpecificationProfile"]
|
|
1881
|
+
? item["preparedImageSpecificationProfile"]
|
|
1882
|
+
: preparedImageSpecificationProfileDeserializer(item["preparedImageSpecificationProfile"]),
|
|
1507
1883
|
name: item["name"],
|
|
1508
1884
|
};
|
|
1509
1885
|
}
|
|
@@ -1834,6 +2210,10 @@ export function containerServiceNetworkProfileSerializer(item) {
|
|
|
1834
2210
|
: item["ipFamilies"].map((p) => {
|
|
1835
2211
|
return p;
|
|
1836
2212
|
}),
|
|
2213
|
+
podLinkLocalAccess: item["podLinkLocalAccess"],
|
|
2214
|
+
kubeProxyConfig: !item["kubeProxyConfig"]
|
|
2215
|
+
? item["kubeProxyConfig"]
|
|
2216
|
+
: containerServiceNetworkProfileKubeProxyConfigSerializer(item["kubeProxyConfig"]),
|
|
1837
2217
|
};
|
|
1838
2218
|
}
|
|
1839
2219
|
export function containerServiceNetworkProfileDeserializer(item) {
|
|
@@ -1875,6 +2255,10 @@ export function containerServiceNetworkProfileDeserializer(item) {
|
|
|
1875
2255
|
: item["ipFamilies"].map((p) => {
|
|
1876
2256
|
return p;
|
|
1877
2257
|
}),
|
|
2258
|
+
podLinkLocalAccess: item["podLinkLocalAccess"],
|
|
2259
|
+
kubeProxyConfig: !item["kubeProxyConfig"]
|
|
2260
|
+
? item["kubeProxyConfig"]
|
|
2261
|
+
: containerServiceNetworkProfileKubeProxyConfigDeserializer(item["kubeProxyConfig"]),
|
|
1878
2262
|
};
|
|
1879
2263
|
}
|
|
1880
2264
|
/** Network plugin used for building the Kubernetes network. */
|
|
@@ -1998,6 +2382,8 @@ export var KnownTransitEncryptionType;
|
|
|
1998
2382
|
(function (KnownTransitEncryptionType) {
|
|
1999
2383
|
/** Enable WireGuard encryption. Refer to https://docs.cilium.io/en/latest/security/network/encryption-wireguard/ on use cases and implementation details */
|
|
2000
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";
|
|
2001
2387
|
/** Disable Transit encryption */
|
|
2002
2388
|
KnownTransitEncryptionType["None"] = "None";
|
|
2003
2389
|
})(KnownTransitEncryptionType || (KnownTransitEncryptionType = {}));
|
|
@@ -2026,6 +2412,8 @@ export var KnownOutboundType;
|
|
|
2026
2412
|
KnownOutboundType["UserDefinedRouting"] = "userDefinedRouting";
|
|
2027
2413
|
/** The AKS-managed NAT gateway is used for egress. */
|
|
2028
2414
|
KnownOutboundType["ManagedNATGateway"] = "managedNATGateway";
|
|
2415
|
+
/** The AKS-managed NAT gateway V2 is used for egress. */
|
|
2416
|
+
KnownOutboundType["ManagedNATGatewayV2"] = "managedNATGatewayV2";
|
|
2029
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. */
|
|
2030
2418
|
KnownOutboundType["UserAssignedNATGateway"] = "userAssignedNATGateway";
|
|
2031
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/ */
|
|
@@ -2054,6 +2442,7 @@ export function managedClusterLoadBalancerProfileSerializer(item) {
|
|
|
2054
2442
|
idleTimeoutInMinutes: item["idleTimeoutInMinutes"],
|
|
2055
2443
|
enableMultipleStandardLoadBalancers: item["enableMultipleStandardLoadBalancers"],
|
|
2056
2444
|
backendPoolType: item["backendPoolType"],
|
|
2445
|
+
clusterServiceLoadBalancerHealthProbeMode: item["clusterServiceLoadBalancerHealthProbeMode"],
|
|
2057
2446
|
};
|
|
2058
2447
|
}
|
|
2059
2448
|
export function managedClusterLoadBalancerProfileDeserializer(item) {
|
|
@@ -2074,6 +2463,7 @@ export function managedClusterLoadBalancerProfileDeserializer(item) {
|
|
|
2074
2463
|
idleTimeoutInMinutes: item["idleTimeoutInMinutes"],
|
|
2075
2464
|
enableMultipleStandardLoadBalancers: item["enableMultipleStandardLoadBalancers"],
|
|
2076
2465
|
backendPoolType: item["backendPoolType"],
|
|
2466
|
+
clusterServiceLoadBalancerHealthProbeMode: item["clusterServiceLoadBalancerHealthProbeMode"],
|
|
2077
2467
|
};
|
|
2078
2468
|
}
|
|
2079
2469
|
export function managedClusterLoadBalancerProfileManagedOutboundIPsSerializer(item) {
|
|
@@ -2139,11 +2529,25 @@ export var KnownBackendPoolType;
|
|
|
2139
2529
|
/** The type of the managed inbound Load Balancer BackendPool. https://cloud-provider-azure.sigs.k8s.io/topics/loadbalancer/#configure-load-balancer-backend. */
|
|
2140
2530
|
KnownBackendPoolType["NodeIP"] = "NodeIP";
|
|
2141
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 = {}));
|
|
2142
2540
|
export function managedClusterNATGatewayProfileSerializer(item) {
|
|
2143
2541
|
return {
|
|
2144
2542
|
managedOutboundIPProfile: !item["managedOutboundIPProfile"]
|
|
2145
2543
|
? item["managedOutboundIPProfile"]
|
|
2146
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"]),
|
|
2147
2551
|
idleTimeoutInMinutes: item["idleTimeoutInMinutes"],
|
|
2148
2552
|
};
|
|
2149
2553
|
}
|
|
@@ -2155,15 +2559,58 @@ export function managedClusterNATGatewayProfileDeserializer(item) {
|
|
|
2155
2559
|
effectiveOutboundIPs: !item["effectiveOutboundIPs"]
|
|
2156
2560
|
? item["effectiveOutboundIPs"]
|
|
2157
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"]),
|
|
2158
2568
|
idleTimeoutInMinutes: item["idleTimeoutInMinutes"],
|
|
2159
2569
|
};
|
|
2160
2570
|
}
|
|
2161
2571
|
export function managedClusterManagedOutboundIPProfileSerializer(item) {
|
|
2162
|
-
return { count: item["count"] };
|
|
2572
|
+
return { count: item["count"], countIPv6: item["countIPv6"] };
|
|
2163
2573
|
}
|
|
2164
2574
|
export function managedClusterManagedOutboundIPProfileDeserializer(item) {
|
|
2165
2575
|
return {
|
|
2166
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
|
+
}),
|
|
2167
2614
|
};
|
|
2168
2615
|
}
|
|
2169
2616
|
export function managedClusterStaticEgressGatewayProfileSerializer(item) {
|
|
@@ -2182,6 +2629,66 @@ export var KnownIpFamily;
|
|
|
2182
2629
|
/** IPv6 family */
|
|
2183
2630
|
KnownIpFamily["IPv6"] = "IPv6";
|
|
2184
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 = {}));
|
|
2185
2692
|
export function managedClusterAADProfileSerializer(item) {
|
|
2186
2693
|
return {
|
|
2187
2694
|
managed: item["managed"],
|
|
@@ -2439,6 +2946,11 @@ export function managedClusterHttpProxyConfigDeserializer(item) {
|
|
|
2439
2946
|
: item["noProxy"].map((p) => {
|
|
2440
2947
|
return p;
|
|
2441
2948
|
}),
|
|
2949
|
+
effectiveNoProxy: !item["effectiveNoProxy"]
|
|
2950
|
+
? item["effectiveNoProxy"]
|
|
2951
|
+
: item["effectiveNoProxy"].map((p) => {
|
|
2952
|
+
return p;
|
|
2953
|
+
}),
|
|
2442
2954
|
trustedCa: item["trustedCa"],
|
|
2443
2955
|
enabled: item["enabled"],
|
|
2444
2956
|
};
|
|
@@ -2451,17 +2963,29 @@ export function managedClusterSecurityProfileSerializer(item) {
|
|
|
2451
2963
|
azureKeyVaultKms: !item["azureKeyVaultKms"]
|
|
2452
2964
|
? item["azureKeyVaultKms"]
|
|
2453
2965
|
: azureKeyVaultKmsSerializer(item["azureKeyVaultKms"]),
|
|
2966
|
+
kubernetesResourceObjectEncryptionProfile: !item["kubernetesResourceObjectEncryptionProfile"]
|
|
2967
|
+
? item["kubernetesResourceObjectEncryptionProfile"]
|
|
2968
|
+
: kubernetesResourceObjectEncryptionProfileSerializer(item["kubernetesResourceObjectEncryptionProfile"]),
|
|
2454
2969
|
workloadIdentity: !item["workloadIdentity"]
|
|
2455
2970
|
? item["workloadIdentity"]
|
|
2456
2971
|
: managedClusterSecurityProfileWorkloadIdentitySerializer(item["workloadIdentity"]),
|
|
2457
2972
|
imageCleaner: !item["imageCleaner"]
|
|
2458
2973
|
? item["imageCleaner"]
|
|
2459
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"]),
|
|
2460
2981
|
customCATrustCertificates: !item["customCATrustCertificates"]
|
|
2461
2982
|
? item["customCATrustCertificates"]
|
|
2462
2983
|
: item["customCATrustCertificates"].map((p) => {
|
|
2463
2984
|
return uint8ArrayToString(p, "base64");
|
|
2464
2985
|
}),
|
|
2986
|
+
serviceAccountImagePullProfile: !item["serviceAccountImagePullProfile"]
|
|
2987
|
+
? item["serviceAccountImagePullProfile"]
|
|
2988
|
+
: serviceAccountImagePullProfileSerializer(item["serviceAccountImagePullProfile"]),
|
|
2465
2989
|
};
|
|
2466
2990
|
}
|
|
2467
2991
|
export function managedClusterSecurityProfileDeserializer(item) {
|
|
@@ -2472,17 +2996,29 @@ export function managedClusterSecurityProfileDeserializer(item) {
|
|
|
2472
2996
|
azureKeyVaultKms: !item["azureKeyVaultKms"]
|
|
2473
2997
|
? item["azureKeyVaultKms"]
|
|
2474
2998
|
: azureKeyVaultKmsDeserializer(item["azureKeyVaultKms"]),
|
|
2999
|
+
kubernetesResourceObjectEncryptionProfile: !item["kubernetesResourceObjectEncryptionProfile"]
|
|
3000
|
+
? item["kubernetesResourceObjectEncryptionProfile"]
|
|
3001
|
+
: kubernetesResourceObjectEncryptionProfileDeserializer(item["kubernetesResourceObjectEncryptionProfile"]),
|
|
2475
3002
|
workloadIdentity: !item["workloadIdentity"]
|
|
2476
3003
|
? item["workloadIdentity"]
|
|
2477
3004
|
: managedClusterSecurityProfileWorkloadIdentityDeserializer(item["workloadIdentity"]),
|
|
2478
3005
|
imageCleaner: !item["imageCleaner"]
|
|
2479
3006
|
? item["imageCleaner"]
|
|
2480
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"]),
|
|
2481
3014
|
customCATrustCertificates: !item["customCATrustCertificates"]
|
|
2482
3015
|
? item["customCATrustCertificates"]
|
|
2483
3016
|
: item["customCATrustCertificates"].map((p) => {
|
|
2484
3017
|
return typeof p === "string" ? stringToUint8Array(p, "base64") : p;
|
|
2485
3018
|
}),
|
|
3019
|
+
serviceAccountImagePullProfile: !item["serviceAccountImagePullProfile"]
|
|
3020
|
+
? item["serviceAccountImagePullProfile"]
|
|
3021
|
+
: serviceAccountImagePullProfileDeserializer(item["serviceAccountImagePullProfile"]),
|
|
2486
3022
|
};
|
|
2487
3023
|
}
|
|
2488
3024
|
export function managedClusterSecurityProfileDefenderSerializer(item) {
|
|
@@ -2491,6 +3027,9 @@ export function managedClusterSecurityProfileDefenderSerializer(item) {
|
|
|
2491
3027
|
securityMonitoring: !item["securityMonitoring"]
|
|
2492
3028
|
? item["securityMonitoring"]
|
|
2493
3029
|
: managedClusterSecurityProfileDefenderSecurityMonitoringSerializer(item["securityMonitoring"]),
|
|
3030
|
+
securityGating: !item["securityGating"]
|
|
3031
|
+
? item["securityGating"]
|
|
3032
|
+
: managedClusterSecurityProfileDefenderSecurityGatingSerializer(item["securityGating"]),
|
|
2494
3033
|
};
|
|
2495
3034
|
}
|
|
2496
3035
|
export function managedClusterSecurityProfileDefenderDeserializer(item) {
|
|
@@ -2499,6 +3038,9 @@ export function managedClusterSecurityProfileDefenderDeserializer(item) {
|
|
|
2499
3038
|
securityMonitoring: !item["securityMonitoring"]
|
|
2500
3039
|
? item["securityMonitoring"]
|
|
2501
3040
|
: managedClusterSecurityProfileDefenderSecurityMonitoringDeserializer(item["securityMonitoring"]),
|
|
3041
|
+
securityGating: !item["securityGating"]
|
|
3042
|
+
? item["securityGating"]
|
|
3043
|
+
: managedClusterSecurityProfileDefenderSecurityGatingDeserializer(item["securityGating"]),
|
|
2502
3044
|
};
|
|
2503
3045
|
}
|
|
2504
3046
|
export function managedClusterSecurityProfileDefenderSecurityMonitoringSerializer(item) {
|
|
@@ -2509,6 +3051,50 @@ export function managedClusterSecurityProfileDefenderSecurityMonitoringDeseriali
|
|
|
2509
3051
|
enabled: item["enabled"],
|
|
2510
3052
|
};
|
|
2511
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
|
+
}
|
|
2512
3098
|
export function azureKeyVaultKmsSerializer(item) {
|
|
2513
3099
|
return {
|
|
2514
3100
|
enabled: item["enabled"],
|
|
@@ -2533,6 +3119,22 @@ export var KnownKeyVaultNetworkAccessTypes;
|
|
|
2533
3119
|
/** Key vault disables public access and enables private link. */
|
|
2534
3120
|
KnownKeyVaultNetworkAccessTypes["Private"] = "Private";
|
|
2535
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 = {}));
|
|
2536
3138
|
export function managedClusterSecurityProfileWorkloadIdentitySerializer(item) {
|
|
2537
3139
|
return { enabled: item["enabled"] };
|
|
2538
3140
|
}
|
|
@@ -2550,6 +3152,31 @@ export function managedClusterSecurityProfileImageCleanerDeserializer(item) {
|
|
|
2550
3152
|
intervalHours: item["intervalHours"],
|
|
2551
3153
|
};
|
|
2552
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
|
+
}
|
|
2553
3180
|
export function managedClusterStorageProfileSerializer(item) {
|
|
2554
3181
|
return {
|
|
2555
3182
|
diskCSIDriver: !item["diskCSIDriver"]
|
|
@@ -2622,6 +3249,9 @@ export function managedClusterIngressProfileSerializer(item) {
|
|
|
2622
3249
|
gatewayAPI: !item["gatewayAPI"]
|
|
2623
3250
|
? item["gatewayAPI"]
|
|
2624
3251
|
: managedClusterIngressProfileGatewayConfigurationSerializer(item["gatewayAPI"]),
|
|
3252
|
+
applicationLoadBalancer: !item["applicationLoadBalancer"]
|
|
3253
|
+
? item["applicationLoadBalancer"]
|
|
3254
|
+
: managedClusterIngressProfileApplicationLoadBalancerSerializer(item["applicationLoadBalancer"]),
|
|
2625
3255
|
};
|
|
2626
3256
|
}
|
|
2627
3257
|
export function managedClusterIngressProfileDeserializer(item) {
|
|
@@ -2632,6 +3262,9 @@ export function managedClusterIngressProfileDeserializer(item) {
|
|
|
2632
3262
|
gatewayAPI: !item["gatewayAPI"]
|
|
2633
3263
|
? item["gatewayAPI"]
|
|
2634
3264
|
: managedClusterIngressProfileGatewayConfigurationDeserializer(item["gatewayAPI"]),
|
|
3265
|
+
applicationLoadBalancer: !item["applicationLoadBalancer"]
|
|
3266
|
+
? item["applicationLoadBalancer"]
|
|
3267
|
+
: managedClusterIngressProfileApplicationLoadBalancerDeserializer(item["applicationLoadBalancer"]),
|
|
2635
3268
|
};
|
|
2636
3269
|
}
|
|
2637
3270
|
export function managedClusterIngressProfileWebAppRoutingSerializer(item) {
|
|
@@ -2648,6 +3281,9 @@ export function managedClusterIngressProfileWebAppRoutingSerializer(item) {
|
|
|
2648
3281
|
nginx: !item["nginx"]
|
|
2649
3282
|
? item["nginx"]
|
|
2650
3283
|
: managedClusterIngressProfileNginxSerializer(item["nginx"]),
|
|
3284
|
+
defaultDomain: !item["defaultDomain"]
|
|
3285
|
+
? item["defaultDomain"]
|
|
3286
|
+
: managedClusterIngressDefaultDomainProfileSerializer(item["defaultDomain"]),
|
|
2651
3287
|
};
|
|
2652
3288
|
}
|
|
2653
3289
|
export function managedClusterIngressProfileWebAppRoutingDeserializer(item) {
|
|
@@ -2667,6 +3303,9 @@ export function managedClusterIngressProfileWebAppRoutingDeserializer(item) {
|
|
|
2667
3303
|
identity: !item["identity"]
|
|
2668
3304
|
? item["identity"]
|
|
2669
3305
|
: userAssignedIdentityDeserializer(item["identity"]),
|
|
3306
|
+
defaultDomain: !item["defaultDomain"]
|
|
3307
|
+
? item["defaultDomain"]
|
|
3308
|
+
: managedClusterIngressDefaultDomainProfileDeserializer(item["defaultDomain"]),
|
|
2670
3309
|
};
|
|
2671
3310
|
}
|
|
2672
3311
|
export function managedClusterWebAppRoutingGatewayAPIImplementationsSerializer(item) {
|
|
@@ -2719,6 +3358,15 @@ export var KnownNginxIngressControllerType;
|
|
|
2719
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. */
|
|
2720
3359
|
KnownNginxIngressControllerType["None"] = "None";
|
|
2721
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
|
+
}
|
|
2722
3370
|
export function managedClusterIngressProfileGatewayConfigurationSerializer(item) {
|
|
2723
3371
|
return { installation: item["installation"] };
|
|
2724
3372
|
}
|
|
@@ -2735,6 +3383,17 @@ export var KnownManagedGatewayType;
|
|
|
2735
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. */
|
|
2736
3384
|
KnownManagedGatewayType["Standard"] = "Standard";
|
|
2737
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
|
+
}
|
|
2738
3397
|
/** PublicNetworkAccess of the managedCluster. Allow or deny public network access for AKS */
|
|
2739
3398
|
export var KnownPublicNetworkAccess;
|
|
2740
3399
|
(function (KnownPublicNetworkAccess) {
|
|
@@ -2742,6 +3401,8 @@ export var KnownPublicNetworkAccess;
|
|
|
2742
3401
|
KnownPublicNetworkAccess["Enabled"] = "Enabled";
|
|
2743
3402
|
/** Inbound traffic to managedCluster is disabled, traffic from managedCluster is allowed. */
|
|
2744
3403
|
KnownPublicNetworkAccess["Disabled"] = "Disabled";
|
|
3404
|
+
/** Inbound/Outbound traffic is managed by Microsoft.Network/NetworkSecurityPerimeters. */
|
|
3405
|
+
KnownPublicNetworkAccess["SecuredByPerimeter"] = "SecuredByPerimeter";
|
|
2745
3406
|
})(KnownPublicNetworkAccess || (KnownPublicNetworkAccess = {}));
|
|
2746
3407
|
export function managedClusterWorkloadAutoScalerProfileSerializer(item) {
|
|
2747
3408
|
return {
|
|
@@ -2772,18 +3433,30 @@ export function managedClusterWorkloadAutoScalerProfileKedaDeserializer(item) {
|
|
|
2772
3433
|
};
|
|
2773
3434
|
}
|
|
2774
3435
|
export function managedClusterWorkloadAutoScalerProfileVerticalPodAutoscalerSerializer(item) {
|
|
2775
|
-
return { enabled: item["enabled"] };
|
|
3436
|
+
return { enabled: item["enabled"], addonAutoscaling: item["addonAutoscaling"] };
|
|
2776
3437
|
}
|
|
2777
3438
|
export function managedClusterWorkloadAutoScalerProfileVerticalPodAutoscalerDeserializer(item) {
|
|
2778
3439
|
return {
|
|
2779
3440
|
enabled: item["enabled"],
|
|
3441
|
+
addonAutoscaling: item["addonAutoscaling"],
|
|
2780
3442
|
};
|
|
2781
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 = {}));
|
|
2782
3452
|
export function managedClusterAzureMonitorProfileSerializer(item) {
|
|
2783
3453
|
return {
|
|
2784
3454
|
metrics: !item["metrics"]
|
|
2785
3455
|
? item["metrics"]
|
|
2786
3456
|
: managedClusterAzureMonitorProfileMetricsSerializer(item["metrics"]),
|
|
3457
|
+
containerInsights: !item["containerInsights"]
|
|
3458
|
+
? item["containerInsights"]
|
|
3459
|
+
: managedClusterAzureMonitorProfileContainerInsightsSerializer(item["containerInsights"]),
|
|
2787
3460
|
appMonitoring: !item["appMonitoring"]
|
|
2788
3461
|
? item["appMonitoring"]
|
|
2789
3462
|
: managedClusterAzureMonitorProfileAppMonitoringSerializer(item["appMonitoring"]),
|
|
@@ -2794,6 +3467,9 @@ export function managedClusterAzureMonitorProfileDeserializer(item) {
|
|
|
2794
3467
|
metrics: !item["metrics"]
|
|
2795
3468
|
? item["metrics"]
|
|
2796
3469
|
: managedClusterAzureMonitorProfileMetricsDeserializer(item["metrics"]),
|
|
3470
|
+
containerInsights: !item["containerInsights"]
|
|
3471
|
+
? item["containerInsights"]
|
|
3472
|
+
: managedClusterAzureMonitorProfileContainerInsightsDeserializer(item["containerInsights"]),
|
|
2797
3473
|
appMonitoring: !item["appMonitoring"]
|
|
2798
3474
|
? item["appMonitoring"]
|
|
2799
3475
|
: managedClusterAzureMonitorProfileAppMonitoringDeserializer(item["appMonitoring"]),
|
|
@@ -2805,6 +3481,9 @@ export function managedClusterAzureMonitorProfileMetricsSerializer(item) {
|
|
|
2805
3481
|
kubeStateMetrics: !item["kubeStateMetrics"]
|
|
2806
3482
|
? item["kubeStateMetrics"]
|
|
2807
3483
|
: managedClusterAzureMonitorProfileKubeStateMetricsSerializer(item["kubeStateMetrics"]),
|
|
3484
|
+
controlPlane: !item["controlPlane"]
|
|
3485
|
+
? item["controlPlane"]
|
|
3486
|
+
: managedClusterAzureMonitorProfileMetricsControlPlaneSerializer(item["controlPlane"]),
|
|
2808
3487
|
};
|
|
2809
3488
|
}
|
|
2810
3489
|
export function managedClusterAzureMonitorProfileMetricsDeserializer(item) {
|
|
@@ -2813,6 +3492,9 @@ export function managedClusterAzureMonitorProfileMetricsDeserializer(item) {
|
|
|
2813
3492
|
kubeStateMetrics: !item["kubeStateMetrics"]
|
|
2814
3493
|
? item["kubeStateMetrics"]
|
|
2815
3494
|
: managedClusterAzureMonitorProfileKubeStateMetricsDeserializer(item["kubeStateMetrics"]),
|
|
3495
|
+
controlPlane: !item["controlPlane"]
|
|
3496
|
+
? item["controlPlane"]
|
|
3497
|
+
: managedClusterAzureMonitorProfileMetricsControlPlaneDeserializer(item["controlPlane"]),
|
|
2816
3498
|
};
|
|
2817
3499
|
}
|
|
2818
3500
|
export function managedClusterAzureMonitorProfileKubeStateMetricsSerializer(item) {
|
|
@@ -2827,11 +3509,53 @@ export function managedClusterAzureMonitorProfileKubeStateMetricsDeserializer(it
|
|
|
2827
3509
|
metricAnnotationsAllowList: item["metricAnnotationsAllowList"],
|
|
2828
3510
|
};
|
|
2829
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 = {}));
|
|
2830
3548
|
export function managedClusterAzureMonitorProfileAppMonitoringSerializer(item) {
|
|
2831
3549
|
return {
|
|
2832
3550
|
autoInstrumentation: !item["autoInstrumentation"]
|
|
2833
3551
|
? item["autoInstrumentation"]
|
|
2834
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"]),
|
|
2835
3559
|
};
|
|
2836
3560
|
}
|
|
2837
3561
|
export function managedClusterAzureMonitorProfileAppMonitoringDeserializer(item) {
|
|
@@ -2839,6 +3563,12 @@ export function managedClusterAzureMonitorProfileAppMonitoringDeserializer(item)
|
|
|
2839
3563
|
autoInstrumentation: !item["autoInstrumentation"]
|
|
2840
3564
|
? item["autoInstrumentation"]
|
|
2841
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"]),
|
|
2842
3572
|
};
|
|
2843
3573
|
}
|
|
2844
3574
|
export function managedClusterAzureMonitorProfileAppMonitoringAutoInstrumentationSerializer(item) {
|
|
@@ -2849,6 +3579,26 @@ export function managedClusterAzureMonitorProfileAppMonitoringAutoInstrumentatio
|
|
|
2849
3579
|
enabled: item["enabled"],
|
|
2850
3580
|
};
|
|
2851
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
|
+
}
|
|
2852
3602
|
export function serviceMeshProfileSerializer(item) {
|
|
2853
3603
|
return {
|
|
2854
3604
|
mode: item["mode"],
|
|
@@ -3089,28 +3839,120 @@ export function managedClusterAIToolchainOperatorProfileDeserializer(item) {
|
|
|
3089
3839
|
enabled: item["enabled"],
|
|
3090
3840
|
};
|
|
3091
3841
|
}
|
|
3092
|
-
export function
|
|
3842
|
+
export function schedulerProfileSerializer(item) {
|
|
3093
3843
|
return {
|
|
3094
|
-
|
|
3095
|
-
|
|
3096
|
-
|
|
3844
|
+
schedulerInstanceProfiles: !item["schedulerInstanceProfiles"]
|
|
3845
|
+
? item["schedulerInstanceProfiles"]
|
|
3846
|
+
: schedulerProfileSchedulerInstanceProfilesSerializer(item["schedulerInstanceProfiles"]),
|
|
3097
3847
|
};
|
|
3098
3848
|
}
|
|
3099
|
-
export function
|
|
3849
|
+
export function schedulerProfileDeserializer(item) {
|
|
3100
3850
|
return {
|
|
3101
|
-
|
|
3102
|
-
|
|
3103
|
-
|
|
3851
|
+
schedulerInstanceProfiles: !item["schedulerInstanceProfiles"]
|
|
3852
|
+
? item["schedulerInstanceProfiles"]
|
|
3853
|
+
: schedulerProfileSchedulerInstanceProfilesDeserializer(item["schedulerInstanceProfiles"]),
|
|
3104
3854
|
};
|
|
3105
3855
|
}
|
|
3106
|
-
export function
|
|
3107
|
-
return {};
|
|
3108
|
-
}
|
|
3109
|
-
export function managedClusterStatusDeserializer(item) {
|
|
3856
|
+
export function schedulerProfileSchedulerInstanceProfilesSerializer(item) {
|
|
3110
3857
|
return {
|
|
3111
|
-
|
|
3112
|
-
? item["
|
|
3113
|
-
:
|
|
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 = {}));
|
|
3886
|
+
export function managedClusterHostedSystemProfileSerializer(item) {
|
|
3887
|
+
return {
|
|
3888
|
+
enabled: item["enabled"],
|
|
3889
|
+
systemNodeSubnetID: item["systemNodeSubnetID"],
|
|
3890
|
+
nodeSubnetID: item["nodeSubnetID"],
|
|
3891
|
+
};
|
|
3892
|
+
}
|
|
3893
|
+
export function managedClusterHostedSystemProfileDeserializer(item) {
|
|
3894
|
+
return {
|
|
3895
|
+
enabled: item["enabled"],
|
|
3896
|
+
systemNodeSubnetID: item["systemNodeSubnetID"],
|
|
3897
|
+
nodeSubnetID: item["nodeSubnetID"],
|
|
3898
|
+
};
|
|
3899
|
+
}
|
|
3900
|
+
export function managedClusterHealthMonitorProfileSerializer(item) {
|
|
3901
|
+
return {
|
|
3902
|
+
enableContinuousControlPlaneAndAddonMonitor: item["enableContinuousControlPlaneAndAddonMonitor"],
|
|
3903
|
+
enableOnDemandMonitor: item["enableOnDemandMonitor"],
|
|
3904
|
+
};
|
|
3905
|
+
}
|
|
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) {
|
|
3952
|
+
return {
|
|
3953
|
+
provisioningError: !item["provisioningError"]
|
|
3954
|
+
? item["provisioningError"]
|
|
3955
|
+
: errorDetailDeserializer(item["provisioningError"]),
|
|
3114
3956
|
};
|
|
3115
3957
|
}
|
|
3116
3958
|
export function managedClusterSKUSerializer(item) {
|
|
@@ -3396,6 +4238,15 @@ export function endpointDetailDeserializer(item) {
|
|
|
3396
4238
|
description: item["description"],
|
|
3397
4239
|
};
|
|
3398
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
|
+
}
|
|
3399
4250
|
export function managedClusterUpgradeProfileDeserializer(item) {
|
|
3400
4251
|
return {
|
|
3401
4252
|
id: item["id"],
|
|
@@ -3421,6 +4272,9 @@ export function managedClusterPoolUpgradeProfileDeserializer(item) {
|
|
|
3421
4272
|
upgrades: !item["upgrades"]
|
|
3422
4273
|
? item["upgrades"]
|
|
3423
4274
|
: managedClusterPoolUpgradeProfileUpgradesItemArrayDeserializer(item["upgrades"]),
|
|
4275
|
+
componentsByReleases: !item["componentsByReleases"]
|
|
4276
|
+
? item["componentsByReleases"]
|
|
4277
|
+
: componentsByReleaseArrayDeserializer(item["componentsByReleases"]),
|
|
3424
4278
|
};
|
|
3425
4279
|
}
|
|
3426
4280
|
export function managedClusterPoolUpgradeProfileUpgradesItemArrayDeserializer(result) {
|
|
@@ -3432,6 +4286,7 @@ export function managedClusterPoolUpgradeProfileUpgradesItemDeserializer(item) {
|
|
|
3432
4286
|
return {
|
|
3433
4287
|
kubernetesVersion: item["kubernetesVersion"],
|
|
3434
4288
|
isPreview: item["isPreview"],
|
|
4289
|
+
isOutOfSupport: item["isOutOfSupport"],
|
|
3435
4290
|
};
|
|
3436
4291
|
}
|
|
3437
4292
|
export function managedClusterPoolUpgradeProfileArrayDeserializer(result) {
|
|
@@ -3439,6 +4294,78 @@ export function managedClusterPoolUpgradeProfileArrayDeserializer(result) {
|
|
|
3439
4294
|
return managedClusterPoolUpgradeProfileDeserializer(item);
|
|
3440
4295
|
});
|
|
3441
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
|
+
}
|
|
3442
4369
|
export function meshRevisionProfileDeserializer(item) {
|
|
3443
4370
|
return {
|
|
3444
4371
|
id: item["id"],
|
|
@@ -3992,6 +4919,18 @@ export function managedNamespaceArrayDeserializer(result) {
|
|
|
3992
4919
|
return managedNamespaceDeserializer(item);
|
|
3993
4920
|
});
|
|
3994
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
|
+
}
|
|
3995
4934
|
export function machineDeserializer(item) {
|
|
3996
4935
|
return {
|
|
3997
4936
|
id: item["id"],
|
|
@@ -4010,12 +4949,78 @@ export function machineDeserializer(item) {
|
|
|
4010
4949
|
}),
|
|
4011
4950
|
};
|
|
4012
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
|
+
}
|
|
4013
4979
|
export function machinePropertiesDeserializer(item) {
|
|
4014
4980
|
return {
|
|
4015
4981
|
network: !item["network"]
|
|
4016
4982
|
? item["network"]
|
|
4017
4983
|
: machineNetworkPropertiesDeserializer(item["network"]),
|
|
4018
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"]),
|
|
4019
5024
|
};
|
|
4020
5025
|
}
|
|
4021
5026
|
export function machineNetworkPropertiesDeserializer(item) {
|
|
@@ -4023,6 +5028,13 @@ export function machineNetworkPropertiesDeserializer(item) {
|
|
|
4023
5028
|
ipAddresses: !item["ipAddresses"]
|
|
4024
5029
|
? item["ipAddresses"]
|
|
4025
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"]),
|
|
4026
5038
|
};
|
|
4027
5039
|
}
|
|
4028
5040
|
export function machineIpAddressArrayDeserializer(result) {
|
|
@@ -4036,188 +5048,895 @@ export function machineIpAddressDeserializer(item) {
|
|
|
4036
5048
|
ip: item["ip"],
|
|
4037
5049
|
};
|
|
4038
5050
|
}
|
|
4039
|
-
export function
|
|
5051
|
+
export function machineHardwareProfileSerializer(item) {
|
|
4040
5052
|
return {
|
|
4041
|
-
|
|
4042
|
-
|
|
5053
|
+
vmSize: item["vmSize"],
|
|
5054
|
+
gpuInstanceProfile: item["gpuInstanceProfile"],
|
|
5055
|
+
gpuProfile: !item["gpuProfile"] ? item["gpuProfile"] : gpuProfileSerializer(item["gpuProfile"]),
|
|
5056
|
+
ultraSsdEnabled: item["ultraSsdEnabled"],
|
|
4043
5057
|
};
|
|
4044
5058
|
}
|
|
4045
|
-
export function
|
|
4046
|
-
return result.map((item) => {
|
|
4047
|
-
return machineDeserializer(item);
|
|
4048
|
-
});
|
|
4049
|
-
}
|
|
4050
|
-
export function privateEndpointConnectionSerializer(item) {
|
|
5059
|
+
export function machineHardwareProfileDeserializer(item) {
|
|
4051
5060
|
return {
|
|
4052
|
-
|
|
4053
|
-
|
|
4054
|
-
|
|
5061
|
+
vmSize: item["vmSize"],
|
|
5062
|
+
gpuInstanceProfile: item["gpuInstanceProfile"],
|
|
5063
|
+
gpuProfile: !item["gpuProfile"]
|
|
5064
|
+
? item["gpuProfile"]
|
|
5065
|
+
: gpuProfileDeserializer(item["gpuProfile"]),
|
|
5066
|
+
ultraSsdEnabled: item["ultraSsdEnabled"],
|
|
4055
5067
|
};
|
|
4056
5068
|
}
|
|
4057
|
-
export function
|
|
5069
|
+
export function machineOSProfileSerializer(item) {
|
|
4058
5070
|
return {
|
|
4059
|
-
|
|
4060
|
-
|
|
4061
|
-
|
|
4062
|
-
|
|
4063
|
-
|
|
4064
|
-
|
|
4065
|
-
|
|
4066
|
-
|
|
4067
|
-
|
|
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"]),
|
|
4068
5082
|
};
|
|
4069
5083
|
}
|
|
4070
|
-
export function
|
|
5084
|
+
export function machineOSProfileDeserializer(item) {
|
|
4071
5085
|
return {
|
|
4072
|
-
|
|
4073
|
-
|
|
4074
|
-
|
|
4075
|
-
|
|
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"]),
|
|
4076
5097
|
};
|
|
4077
5098
|
}
|
|
4078
|
-
export function
|
|
5099
|
+
export function machineOSProfileLinuxProfileSerializer(item) {
|
|
4079
5100
|
return {
|
|
4080
|
-
|
|
4081
|
-
|
|
4082
|
-
|
|
4083
|
-
|
|
4084
|
-
privateLinkServiceConnectionState: privateLinkServiceConnectionStateDeserializer(item["privateLinkServiceConnectionState"]),
|
|
5101
|
+
linuxOSConfig: !item["linuxOSConfig"]
|
|
5102
|
+
? item["linuxOSConfig"]
|
|
5103
|
+
: linuxOSConfigSerializer(item["linuxOSConfig"]),
|
|
5104
|
+
messageOfTheDay: item["messageOfTheDay"],
|
|
4085
5105
|
};
|
|
4086
5106
|
}
|
|
4087
|
-
|
|
4088
|
-
export var KnownPrivateEndpointConnectionProvisioningState;
|
|
4089
|
-
(function (KnownPrivateEndpointConnectionProvisioningState) {
|
|
4090
|
-
/** Private endpoint connection provisioning was canceled. */
|
|
4091
|
-
KnownPrivateEndpointConnectionProvisioningState["Canceled"] = "Canceled";
|
|
4092
|
-
/** Private endpoint connection is being created. */
|
|
4093
|
-
KnownPrivateEndpointConnectionProvisioningState["Creating"] = "Creating";
|
|
4094
|
-
/** Private endpoint connection is being deleted. */
|
|
4095
|
-
KnownPrivateEndpointConnectionProvisioningState["Deleting"] = "Deleting";
|
|
4096
|
-
/** Private endpoint connection provisioning failed. */
|
|
4097
|
-
KnownPrivateEndpointConnectionProvisioningState["Failed"] = "Failed";
|
|
4098
|
-
/** Private endpoint connection provisioning succeeded. */
|
|
4099
|
-
KnownPrivateEndpointConnectionProvisioningState["Succeeded"] = "Succeeded";
|
|
4100
|
-
})(KnownPrivateEndpointConnectionProvisioningState || (KnownPrivateEndpointConnectionProvisioningState = {}));
|
|
4101
|
-
export function privateEndpointSerializer(item) {
|
|
4102
|
-
return { id: item["id"] };
|
|
4103
|
-
}
|
|
4104
|
-
export function privateEndpointDeserializer(item) {
|
|
5107
|
+
export function machineOSProfileLinuxProfileDeserializer(item) {
|
|
4105
5108
|
return {
|
|
4106
|
-
|
|
5109
|
+
linuxOSConfig: !item["linuxOSConfig"]
|
|
5110
|
+
? item["linuxOSConfig"]
|
|
5111
|
+
: linuxOSConfigDeserializer(item["linuxOSConfig"]),
|
|
5112
|
+
messageOfTheDay: item["messageOfTheDay"],
|
|
4107
5113
|
};
|
|
4108
5114
|
}
|
|
4109
|
-
export function
|
|
4110
|
-
return { status: item["status"], description: item["description"] };
|
|
4111
|
-
}
|
|
4112
|
-
export function privateLinkServiceConnectionStateDeserializer(item) {
|
|
5115
|
+
export function machineKubernetesProfileSerializer(item) {
|
|
4113
5116
|
return {
|
|
4114
|
-
|
|
4115
|
-
|
|
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"]),
|
|
4116
5138
|
};
|
|
4117
5139
|
}
|
|
4118
|
-
|
|
4119
|
-
|
|
4120
|
-
|
|
4121
|
-
|
|
4122
|
-
|
|
4123
|
-
|
|
4124
|
-
|
|
4125
|
-
|
|
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 = {}));
|
|
5222
|
+
export function _machineListResultDeserializer(item) {
|
|
5223
|
+
return {
|
|
5224
|
+
value: machineArrayDeserializer(item["value"]),
|
|
5225
|
+
nextLink: item["nextLink"],
|
|
5226
|
+
};
|
|
5227
|
+
}
|
|
5228
|
+
export function machineArraySerializer(result) {
|
|
5229
|
+
return result.map((item) => {
|
|
5230
|
+
return machineSerializer(item);
|
|
5231
|
+
});
|
|
5232
|
+
}
|
|
5233
|
+
export function machineArrayDeserializer(result) {
|
|
5234
|
+
return result.map((item) => {
|
|
5235
|
+
return machineDeserializer(item);
|
|
5236
|
+
});
|
|
5237
|
+
}
|
|
5238
|
+
export function privateEndpointConnectionSerializer(item) {
|
|
5239
|
+
return {
|
|
5240
|
+
properties: areAllPropsUndefined(item, ["privateEndpoint", "privateLinkServiceConnectionState"])
|
|
5241
|
+
? undefined
|
|
5242
|
+
: _privateEndpointConnectionPropertiesSerializer(item),
|
|
5243
|
+
};
|
|
5244
|
+
}
|
|
5245
|
+
export function privateEndpointConnectionDeserializer(item) {
|
|
5246
|
+
return {
|
|
5247
|
+
id: item["id"],
|
|
5248
|
+
name: item["name"],
|
|
5249
|
+
type: item["type"],
|
|
5250
|
+
systemData: !item["systemData"]
|
|
5251
|
+
? item["systemData"]
|
|
5252
|
+
: systemDataDeserializer(item["systemData"]),
|
|
5253
|
+
...(!item["properties"]
|
|
5254
|
+
? item["properties"]
|
|
5255
|
+
: _privateEndpointConnectionPropertiesDeserializer(item["properties"])),
|
|
5256
|
+
};
|
|
5257
|
+
}
|
|
5258
|
+
export function privateEndpointConnectionPropertiesSerializer(item) {
|
|
5259
|
+
return {
|
|
5260
|
+
privateEndpoint: !item["privateEndpoint"]
|
|
5261
|
+
? item["privateEndpoint"]
|
|
5262
|
+
: privateEndpointSerializer(item["privateEndpoint"]),
|
|
5263
|
+
privateLinkServiceConnectionState: privateLinkServiceConnectionStateSerializer(item["privateLinkServiceConnectionState"]),
|
|
5264
|
+
};
|
|
5265
|
+
}
|
|
5266
|
+
export function privateEndpointConnectionPropertiesDeserializer(item) {
|
|
5267
|
+
return {
|
|
5268
|
+
provisioningState: item["provisioningState"],
|
|
5269
|
+
privateEndpoint: !item["privateEndpoint"]
|
|
5270
|
+
? item["privateEndpoint"]
|
|
5271
|
+
: privateEndpointDeserializer(item["privateEndpoint"]),
|
|
5272
|
+
privateLinkServiceConnectionState: privateLinkServiceConnectionStateDeserializer(item["privateLinkServiceConnectionState"]),
|
|
5273
|
+
};
|
|
5274
|
+
}
|
|
5275
|
+
/** The current provisioning state. */
|
|
5276
|
+
export var KnownPrivateEndpointConnectionProvisioningState;
|
|
5277
|
+
(function (KnownPrivateEndpointConnectionProvisioningState) {
|
|
5278
|
+
/** Private endpoint connection provisioning was canceled. */
|
|
5279
|
+
KnownPrivateEndpointConnectionProvisioningState["Canceled"] = "Canceled";
|
|
5280
|
+
/** Private endpoint connection is being created. */
|
|
5281
|
+
KnownPrivateEndpointConnectionProvisioningState["Creating"] = "Creating";
|
|
5282
|
+
/** Private endpoint connection is being deleted. */
|
|
5283
|
+
KnownPrivateEndpointConnectionProvisioningState["Deleting"] = "Deleting";
|
|
5284
|
+
/** Private endpoint connection provisioning failed. */
|
|
5285
|
+
KnownPrivateEndpointConnectionProvisioningState["Failed"] = "Failed";
|
|
5286
|
+
/** Private endpoint connection provisioning succeeded. */
|
|
5287
|
+
KnownPrivateEndpointConnectionProvisioningState["Succeeded"] = "Succeeded";
|
|
5288
|
+
})(KnownPrivateEndpointConnectionProvisioningState || (KnownPrivateEndpointConnectionProvisioningState = {}));
|
|
5289
|
+
export function privateEndpointSerializer(item) {
|
|
5290
|
+
return { id: item["id"] };
|
|
5291
|
+
}
|
|
5292
|
+
export function privateEndpointDeserializer(item) {
|
|
5293
|
+
return {
|
|
5294
|
+
id: item["id"],
|
|
5295
|
+
};
|
|
5296
|
+
}
|
|
5297
|
+
export function privateLinkServiceConnectionStateSerializer(item) {
|
|
5298
|
+
return { status: item["status"], description: item["description"] };
|
|
5299
|
+
}
|
|
5300
|
+
export function privateLinkServiceConnectionStateDeserializer(item) {
|
|
5301
|
+
return {
|
|
5302
|
+
status: item["status"],
|
|
5303
|
+
description: item["description"],
|
|
5304
|
+
};
|
|
5305
|
+
}
|
|
5306
|
+
/** The private link service connection status. */
|
|
5307
|
+
export var KnownConnectionStatus;
|
|
5308
|
+
(function (KnownConnectionStatus) {
|
|
5309
|
+
/** Connection is pending approval. */
|
|
5310
|
+
KnownConnectionStatus["Pending"] = "Pending";
|
|
5311
|
+
/** Connection is approved. */
|
|
5312
|
+
KnownConnectionStatus["Approved"] = "Approved";
|
|
5313
|
+
/** Connection is rejected. */
|
|
4126
5314
|
KnownConnectionStatus["Rejected"] = "Rejected";
|
|
4127
5315
|
/** Connection is disconnected. */
|
|
4128
5316
|
KnownConnectionStatus["Disconnected"] = "Disconnected";
|
|
4129
5317
|
})(KnownConnectionStatus || (KnownConnectionStatus = {}));
|
|
4130
5318
|
export function privateEndpointConnectionListResultDeserializer(item) {
|
|
4131
5319
|
return {
|
|
4132
|
-
value: !item["value"]
|
|
4133
|
-
? item["value"]
|
|
4134
|
-
: privateEndpointConnectionArrayDeserializer(item["value"]),
|
|
5320
|
+
value: !item["value"]
|
|
5321
|
+
? item["value"]
|
|
5322
|
+
: privateEndpointConnectionArrayDeserializer(item["value"]),
|
|
5323
|
+
};
|
|
5324
|
+
}
|
|
5325
|
+
export function privateEndpointConnectionArraySerializer(result) {
|
|
5326
|
+
return result.map((item) => {
|
|
5327
|
+
return privateEndpointConnectionSerializer(item);
|
|
5328
|
+
});
|
|
5329
|
+
}
|
|
5330
|
+
export function privateEndpointConnectionArrayDeserializer(result) {
|
|
5331
|
+
return result.map((item) => {
|
|
5332
|
+
return privateEndpointConnectionDeserializer(item);
|
|
5333
|
+
});
|
|
5334
|
+
}
|
|
5335
|
+
export function snapshotSerializer(item) {
|
|
5336
|
+
return {
|
|
5337
|
+
tags: item["tags"],
|
|
5338
|
+
location: item["location"],
|
|
5339
|
+
properties: areAllPropsUndefined(item, ["creationData", "snapshotType"])
|
|
5340
|
+
? undefined
|
|
5341
|
+
: _snapshotPropertiesSerializer(item),
|
|
5342
|
+
};
|
|
5343
|
+
}
|
|
5344
|
+
export function snapshotDeserializer(item) {
|
|
5345
|
+
return {
|
|
5346
|
+
tags: !item["tags"]
|
|
5347
|
+
? item["tags"]
|
|
5348
|
+
: Object.fromEntries(Object.entries(item["tags"]).map(([k, p]) => [k, p])),
|
|
5349
|
+
location: item["location"],
|
|
5350
|
+
id: item["id"],
|
|
5351
|
+
name: item["name"],
|
|
5352
|
+
type: item["type"],
|
|
5353
|
+
systemData: !item["systemData"]
|
|
5354
|
+
? item["systemData"]
|
|
5355
|
+
: systemDataDeserializer(item["systemData"]),
|
|
5356
|
+
...(!item["properties"]
|
|
5357
|
+
? item["properties"]
|
|
5358
|
+
: _snapshotPropertiesDeserializer(item["properties"])),
|
|
5359
|
+
};
|
|
5360
|
+
}
|
|
5361
|
+
export function snapshotPropertiesSerializer(item) {
|
|
5362
|
+
return {
|
|
5363
|
+
creationData: !item["creationData"]
|
|
5364
|
+
? item["creationData"]
|
|
5365
|
+
: creationDataSerializer(item["creationData"]),
|
|
5366
|
+
snapshotType: item["snapshotType"],
|
|
5367
|
+
};
|
|
5368
|
+
}
|
|
5369
|
+
export function snapshotPropertiesDeserializer(item) {
|
|
5370
|
+
return {
|
|
5371
|
+
creationData: !item["creationData"]
|
|
5372
|
+
? item["creationData"]
|
|
5373
|
+
: creationDataDeserializer(item["creationData"]),
|
|
5374
|
+
snapshotType: item["snapshotType"],
|
|
5375
|
+
kubernetesVersion: item["kubernetesVersion"],
|
|
5376
|
+
nodeImageVersion: item["nodeImageVersion"],
|
|
5377
|
+
osType: item["osType"],
|
|
5378
|
+
osSku: item["osSku"],
|
|
5379
|
+
vmSize: item["vmSize"],
|
|
5380
|
+
enableFips: item["enableFIPS"],
|
|
5381
|
+
};
|
|
5382
|
+
}
|
|
5383
|
+
/** The type of a snapshot. The default is NodePool. */
|
|
5384
|
+
export var KnownSnapshotType;
|
|
5385
|
+
(function (KnownSnapshotType) {
|
|
5386
|
+
/** The snapshot is a snapshot of a node pool. */
|
|
5387
|
+
KnownSnapshotType["NodePool"] = "NodePool";
|
|
5388
|
+
/** The snapshot is a snapshot of a managed cluster. */
|
|
5389
|
+
KnownSnapshotType["ManagedCluster"] = "ManagedCluster";
|
|
5390
|
+
})(KnownSnapshotType || (KnownSnapshotType = {}));
|
|
5391
|
+
export function _snapshotListResultDeserializer(item) {
|
|
5392
|
+
return {
|
|
5393
|
+
value: snapshotArrayDeserializer(item["value"]),
|
|
5394
|
+
nextLink: item["nextLink"],
|
|
5395
|
+
};
|
|
5396
|
+
}
|
|
5397
|
+
export function snapshotArraySerializer(result) {
|
|
5398
|
+
return result.map((item) => {
|
|
5399
|
+
return snapshotSerializer(item);
|
|
5400
|
+
});
|
|
5401
|
+
}
|
|
5402
|
+
export function snapshotArrayDeserializer(result) {
|
|
5403
|
+
return result.map((item) => {
|
|
5404
|
+
return snapshotDeserializer(item);
|
|
5405
|
+
});
|
|
5406
|
+
}
|
|
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
|
+
};
|
|
5415
|
+
}
|
|
5416
|
+
export function managedClusterSnapshotDeserializer(item) {
|
|
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"],
|
|
5422
|
+
id: item["id"],
|
|
5423
|
+
name: item["name"],
|
|
5424
|
+
type: item["type"],
|
|
5425
|
+
systemData: !item["systemData"]
|
|
5426
|
+
? item["systemData"]
|
|
5427
|
+
: systemDataDeserializer(item["systemData"]),
|
|
5428
|
+
...(!item["properties"]
|
|
5429
|
+
? item["properties"]
|
|
5430
|
+
: _managedClusterSnapshotPropertiesDeserializer(item["properties"])),
|
|
5431
|
+
};
|
|
5432
|
+
}
|
|
5433
|
+
export function managedClusterSnapshotPropertiesSerializer(item) {
|
|
5434
|
+
return {
|
|
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
|
+
};
|
|
5508
|
+
}
|
|
5509
|
+
export function trustedAccessRoleBindingPropertiesDeserializer(item) {
|
|
5510
|
+
return {
|
|
5511
|
+
provisioningState: item["provisioningState"],
|
|
5512
|
+
sourceResourceId: item["sourceResourceId"],
|
|
5513
|
+
roles: item["roles"].map((p) => {
|
|
5514
|
+
return p;
|
|
5515
|
+
}),
|
|
5516
|
+
};
|
|
5517
|
+
}
|
|
5518
|
+
/** The current provisioning state of trusted access role binding. */
|
|
5519
|
+
export var KnownTrustedAccessRoleBindingProvisioningState;
|
|
5520
|
+
(function (KnownTrustedAccessRoleBindingProvisioningState) {
|
|
5521
|
+
/** Trusted access role binding provisioning was canceled. */
|
|
5522
|
+
KnownTrustedAccessRoleBindingProvisioningState["Canceled"] = "Canceled";
|
|
5523
|
+
/** Trusted access role binding is being deleted. */
|
|
5524
|
+
KnownTrustedAccessRoleBindingProvisioningState["Deleting"] = "Deleting";
|
|
5525
|
+
/** Trusted access role binding provisioning failed. */
|
|
5526
|
+
KnownTrustedAccessRoleBindingProvisioningState["Failed"] = "Failed";
|
|
5527
|
+
/** Trusted access role binding provisioning succeeded. */
|
|
5528
|
+
KnownTrustedAccessRoleBindingProvisioningState["Succeeded"] = "Succeeded";
|
|
5529
|
+
/** Trusted access role binding is being updated. */
|
|
5530
|
+
KnownTrustedAccessRoleBindingProvisioningState["Updating"] = "Updating";
|
|
5531
|
+
})(KnownTrustedAccessRoleBindingProvisioningState || (KnownTrustedAccessRoleBindingProvisioningState = {}));
|
|
5532
|
+
export function _trustedAccessRoleBindingListResultDeserializer(item) {
|
|
5533
|
+
return {
|
|
5534
|
+
value: trustedAccessRoleBindingArrayDeserializer(item["value"]),
|
|
5535
|
+
nextLink: item["nextLink"],
|
|
5536
|
+
};
|
|
5537
|
+
}
|
|
5538
|
+
export function trustedAccessRoleBindingArraySerializer(result) {
|
|
5539
|
+
return result.map((item) => {
|
|
5540
|
+
return trustedAccessRoleBindingSerializer(item);
|
|
5541
|
+
});
|
|
5542
|
+
}
|
|
5543
|
+
export function trustedAccessRoleBindingArrayDeserializer(result) {
|
|
5544
|
+
return result.map((item) => {
|
|
5545
|
+
return trustedAccessRoleBindingDeserializer(item);
|
|
5546
|
+
});
|
|
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"]),
|
|
4135
5796
|
};
|
|
4136
5797
|
}
|
|
4137
|
-
export function
|
|
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) {
|
|
4138
5844
|
return result.map((item) => {
|
|
4139
|
-
return
|
|
5845
|
+
return jwtAuthenticatorValidationRuleSerializer(item);
|
|
4140
5846
|
});
|
|
4141
5847
|
}
|
|
4142
|
-
export function
|
|
5848
|
+
export function jwtAuthenticatorValidationRuleArrayDeserializer(result) {
|
|
4143
5849
|
return result.map((item) => {
|
|
4144
|
-
return
|
|
5850
|
+
return jwtAuthenticatorValidationRuleDeserializer(item);
|
|
4145
5851
|
});
|
|
4146
5852
|
}
|
|
4147
|
-
export function
|
|
5853
|
+
export function jwtAuthenticatorValidationRuleSerializer(item) {
|
|
5854
|
+
return { expression: item["expression"], message: item["message"] };
|
|
5855
|
+
}
|
|
5856
|
+
export function jwtAuthenticatorValidationRuleDeserializer(item) {
|
|
4148
5857
|
return {
|
|
4149
|
-
|
|
4150
|
-
|
|
4151
|
-
properties: areAllPropsUndefined(item, ["creationData", "snapshotType"])
|
|
4152
|
-
? undefined
|
|
4153
|
-
: _snapshotPropertiesSerializer(item),
|
|
5858
|
+
expression: item["expression"],
|
|
5859
|
+
message: item["message"],
|
|
4154
5860
|
};
|
|
4155
5861
|
}
|
|
4156
|
-
export function
|
|
5862
|
+
export function jwtAuthenticatorClaimMappingsSerializer(item) {
|
|
4157
5863
|
return {
|
|
4158
|
-
|
|
4159
|
-
|
|
4160
|
-
|
|
4161
|
-
|
|
4162
|
-
|
|
4163
|
-
|
|
4164
|
-
|
|
4165
|
-
|
|
4166
|
-
? item["systemData"]
|
|
4167
|
-
: systemDataDeserializer(item["systemData"]),
|
|
4168
|
-
...(!item["properties"]
|
|
4169
|
-
? item["properties"]
|
|
4170
|
-
: _snapshotPropertiesDeserializer(item["properties"])),
|
|
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"]),
|
|
4171
5872
|
};
|
|
4172
5873
|
}
|
|
4173
|
-
export function
|
|
5874
|
+
export function jwtAuthenticatorClaimMappingsDeserializer(item) {
|
|
4174
5875
|
return {
|
|
4175
|
-
|
|
4176
|
-
|
|
4177
|
-
|
|
4178
|
-
|
|
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"]),
|
|
4179
5886
|
};
|
|
4180
5887
|
}
|
|
4181
|
-
export function
|
|
5888
|
+
export function jwtAuthenticatorClaimMappingExpressionSerializer(item) {
|
|
5889
|
+
return { expression: item["expression"] };
|
|
5890
|
+
}
|
|
5891
|
+
export function jwtAuthenticatorClaimMappingExpressionDeserializer(item) {
|
|
4182
5892
|
return {
|
|
4183
|
-
|
|
4184
|
-
? item["creationData"]
|
|
4185
|
-
: creationDataDeserializer(item["creationData"]),
|
|
4186
|
-
snapshotType: item["snapshotType"],
|
|
4187
|
-
kubernetesVersion: item["kubernetesVersion"],
|
|
4188
|
-
nodeImageVersion: item["nodeImageVersion"],
|
|
4189
|
-
osType: item["osType"],
|
|
4190
|
-
osSku: item["osSku"],
|
|
4191
|
-
vmSize: item["vmSize"],
|
|
4192
|
-
enableFips: item["enableFIPS"],
|
|
5893
|
+
expression: item["expression"],
|
|
4193
5894
|
};
|
|
4194
5895
|
}
|
|
4195
|
-
|
|
4196
|
-
|
|
4197
|
-
|
|
4198
|
-
|
|
4199
|
-
|
|
4200
|
-
|
|
4201
|
-
|
|
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) {
|
|
4202
5910
|
return {
|
|
4203
|
-
|
|
5911
|
+
key: item["key"],
|
|
5912
|
+
valueExpression: item["valueExpression"],
|
|
5913
|
+
};
|
|
5914
|
+
}
|
|
5915
|
+
export function _jwtAuthenticatorListResultDeserializer(item) {
|
|
5916
|
+
return {
|
|
5917
|
+
value: jwtAuthenticatorArrayDeserializer(item["value"]),
|
|
4204
5918
|
nextLink: item["nextLink"],
|
|
4205
5919
|
};
|
|
4206
5920
|
}
|
|
4207
|
-
export function
|
|
5921
|
+
export function jwtAuthenticatorArraySerializer(result) {
|
|
4208
5922
|
return result.map((item) => {
|
|
4209
|
-
return
|
|
5923
|
+
return jwtAuthenticatorSerializer(item);
|
|
4210
5924
|
});
|
|
4211
5925
|
}
|
|
4212
|
-
export function
|
|
5926
|
+
export function jwtAuthenticatorArrayDeserializer(result) {
|
|
4213
5927
|
return result.map((item) => {
|
|
4214
|
-
return
|
|
5928
|
+
return jwtAuthenticatorDeserializer(item);
|
|
4215
5929
|
});
|
|
4216
5930
|
}
|
|
4217
|
-
export function
|
|
4218
|
-
return {
|
|
5931
|
+
export function meshMembershipSerializer(item) {
|
|
5932
|
+
return {
|
|
5933
|
+
properties: !item["properties"]
|
|
5934
|
+
? item["properties"]
|
|
5935
|
+
: meshMembershipPropertiesSerializer(item["properties"]),
|
|
5936
|
+
managedBy: item["managedBy"],
|
|
5937
|
+
};
|
|
4219
5938
|
}
|
|
4220
|
-
export function
|
|
5939
|
+
export function meshMembershipDeserializer(item) {
|
|
4221
5940
|
return {
|
|
4222
5941
|
id: item["id"],
|
|
4223
5942
|
name: item["name"],
|
|
@@ -4225,54 +5944,69 @@ export function trustedAccessRoleBindingDeserializer(item) {
|
|
|
4225
5944
|
systemData: !item["systemData"]
|
|
4226
5945
|
? item["systemData"]
|
|
4227
5946
|
: systemDataDeserializer(item["systemData"]),
|
|
4228
|
-
|
|
5947
|
+
properties: !item["properties"]
|
|
5948
|
+
? item["properties"]
|
|
5949
|
+
: meshMembershipPropertiesDeserializer(item["properties"]),
|
|
5950
|
+
managedBy: item["managedBy"],
|
|
5951
|
+
eTag: item["eTag"],
|
|
4229
5952
|
};
|
|
4230
5953
|
}
|
|
4231
|
-
export function
|
|
5954
|
+
export function meshMembershipPropertiesSerializer(item) {
|
|
4232
5955
|
return {
|
|
4233
|
-
|
|
4234
|
-
|
|
4235
|
-
|
|
4236
|
-
|
|
5956
|
+
privateConnectProfile: !item["privateConnectProfile"]
|
|
5957
|
+
? item["privateConnectProfile"]
|
|
5958
|
+
: meshMembershipPrivateConnectProfileSerializer(item["privateConnectProfile"]),
|
|
5959
|
+
managedMeshID: item["managedMeshID"],
|
|
4237
5960
|
};
|
|
4238
5961
|
}
|
|
4239
|
-
export function
|
|
5962
|
+
export function meshMembershipPropertiesDeserializer(item) {
|
|
4240
5963
|
return {
|
|
4241
5964
|
provisioningState: item["provisioningState"],
|
|
4242
|
-
|
|
4243
|
-
|
|
4244
|
-
|
|
4245
|
-
|
|
4246
|
-
};
|
|
4247
|
-
}
|
|
4248
|
-
/** The
|
|
4249
|
-
export var
|
|
4250
|
-
(function (
|
|
4251
|
-
/**
|
|
4252
|
-
|
|
4253
|
-
/**
|
|
4254
|
-
|
|
4255
|
-
/**
|
|
4256
|
-
|
|
4257
|
-
/**
|
|
4258
|
-
|
|
4259
|
-
/**
|
|
4260
|
-
|
|
4261
|
-
|
|
4262
|
-
|
|
4263
|
-
|
|
4264
|
-
|
|
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"]),
|
|
4265
5999
|
nextLink: item["nextLink"],
|
|
4266
6000
|
};
|
|
4267
6001
|
}
|
|
4268
|
-
export function
|
|
6002
|
+
export function meshMembershipArraySerializer(result) {
|
|
4269
6003
|
return result.map((item) => {
|
|
4270
|
-
return
|
|
6004
|
+
return meshMembershipSerializer(item);
|
|
4271
6005
|
});
|
|
4272
6006
|
}
|
|
4273
|
-
export function
|
|
6007
|
+
export function meshMembershipArrayDeserializer(result) {
|
|
4274
6008
|
return result.map((item) => {
|
|
4275
|
-
return
|
|
6009
|
+
return meshMembershipDeserializer(item);
|
|
4276
6010
|
});
|
|
4277
6011
|
}
|
|
4278
6012
|
export function _operationListResultDeserializer(item) {
|
|
@@ -4301,6 +6035,32 @@ export function operationValueDisplayDeserializer(item) {
|
|
|
4301
6035
|
provider: item["provider"],
|
|
4302
6036
|
};
|
|
4303
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
|
+
}
|
|
4304
6064
|
export function privateLinkResourcesListResultDeserializer(item) {
|
|
4305
6065
|
return {
|
|
4306
6066
|
value: !item["value"] ? item["value"] : privateLinkResourceArrayDeserializer(item["value"]),
|
|
@@ -4358,6 +6118,200 @@ export function trustedAccessRoleRuleDeserializer(item) {
|
|
|
4358
6118
|
}),
|
|
4359
6119
|
};
|
|
4360
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 = {}));
|
|
4361
6315
|
/** The format of the kubeconfig credential. */
|
|
4362
6316
|
export var KnownFormat;
|
|
4363
6317
|
(function (KnownFormat) {
|
|
@@ -4375,6 +6329,10 @@ export var KnownVersions;
|
|
|
4375
6329
|
KnownVersions["V20260101"] = "2026-01-01";
|
|
4376
6330
|
/** The 2026-02-01 API version. */
|
|
4377
6331
|
KnownVersions["V20260201"] = "2026-02-01";
|
|
6332
|
+
/** The 2026-03-01 API version. */
|
|
6333
|
+
KnownVersions["V20260301"] = "2026-03-01";
|
|
6334
|
+
/** The 2026-03-02-preview API version. */
|
|
6335
|
+
KnownVersions["V20260302Preview"] = "2026-03-02-preview";
|
|
4378
6336
|
})(KnownVersions || (KnownVersions = {}));
|
|
4379
6337
|
export function _agentPoolPropertiesSerializer(item) {
|
|
4380
6338
|
return {
|
|
@@ -4398,9 +6356,15 @@ export function _agentPoolPropertiesSerializer(item) {
|
|
|
4398
6356
|
type: item["typePropertiesType"],
|
|
4399
6357
|
mode: item["mode"],
|
|
4400
6358
|
orchestratorVersion: item["orchestratorVersion"],
|
|
6359
|
+
nodeImageVersion: item["nodeImageVersion"],
|
|
6360
|
+
upgradeStrategy: item["upgradeStrategy"],
|
|
6361
|
+
enableOSDiskFullCaching: item["enableOSDiskFullCaching"],
|
|
4401
6362
|
upgradeSettings: !item["upgradeSettings"]
|
|
4402
6363
|
? item["upgradeSettings"]
|
|
4403
6364
|
: agentPoolUpgradeSettingsSerializer(item["upgradeSettings"]),
|
|
6365
|
+
upgradeSettingsBlueGreen: !item["upgradeSettingsBlueGreen"]
|
|
6366
|
+
? item["upgradeSettingsBlueGreen"]
|
|
6367
|
+
: agentPoolBlueGreenUpgradeSettingsSerializer(item["upgradeSettingsBlueGreen"]),
|
|
4404
6368
|
powerState: !item["powerState"] ? item["powerState"] : powerStateSerializer(item["powerState"]),
|
|
4405
6369
|
availabilityZones: !item["availabilityZones"]
|
|
4406
6370
|
? item["availabilityZones"]
|
|
@@ -4419,6 +6383,11 @@ export function _agentPoolPropertiesSerializer(item) {
|
|
|
4419
6383
|
: item["nodeTaints"].map((p) => {
|
|
4420
6384
|
return p;
|
|
4421
6385
|
}),
|
|
6386
|
+
nodeInitializationTaints: !item["nodeInitializationTaints"]
|
|
6387
|
+
? item["nodeInitializationTaints"]
|
|
6388
|
+
: item["nodeInitializationTaints"].map((p) => {
|
|
6389
|
+
return p;
|
|
6390
|
+
}),
|
|
4422
6391
|
proximityPlacementGroupID: item["proximityPlacementGroupID"],
|
|
4423
6392
|
kubeletConfig: !item["kubeletConfig"]
|
|
4424
6393
|
? item["kubeletConfig"]
|
|
@@ -4448,6 +6417,9 @@ export function _agentPoolPropertiesSerializer(item) {
|
|
|
4448
6417
|
gatewayProfile: !item["gatewayProfile"]
|
|
4449
6418
|
? item["gatewayProfile"]
|
|
4450
6419
|
: agentPoolGatewayProfileSerializer(item["gatewayProfile"]),
|
|
6420
|
+
artifactStreamingProfile: !item["artifactStreamingProfile"]
|
|
6421
|
+
? item["artifactStreamingProfile"]
|
|
6422
|
+
: agentPoolArtifactStreamingProfileSerializer(item["artifactStreamingProfile"]),
|
|
4451
6423
|
virtualMachinesProfile: !item["virtualMachinesProfile"]
|
|
4452
6424
|
? item["virtualMachinesProfile"]
|
|
4453
6425
|
: virtualMachinesProfileSerializer(item["virtualMachinesProfile"]),
|
|
@@ -4458,6 +6430,9 @@ export function _agentPoolPropertiesSerializer(item) {
|
|
|
4458
6430
|
localDNSProfile: !item["localDNSProfile"]
|
|
4459
6431
|
? item["localDNSProfile"]
|
|
4460
6432
|
: localDNSProfileSerializer(item["localDNSProfile"]),
|
|
6433
|
+
preparedImageSpecificationProfile: !item["preparedImageSpecificationProfile"]
|
|
6434
|
+
? item["preparedImageSpecificationProfile"]
|
|
6435
|
+
: preparedImageSpecificationProfileSerializer(item["preparedImageSpecificationProfile"]),
|
|
4461
6436
|
};
|
|
4462
6437
|
}
|
|
4463
6438
|
export function _agentPoolPropertiesDeserializer(item) {
|
|
@@ -4485,9 +6460,14 @@ export function _agentPoolPropertiesDeserializer(item) {
|
|
|
4485
6460
|
orchestratorVersion: item["orchestratorVersion"],
|
|
4486
6461
|
currentOrchestratorVersion: item["currentOrchestratorVersion"],
|
|
4487
6462
|
nodeImageVersion: item["nodeImageVersion"],
|
|
6463
|
+
upgradeStrategy: item["upgradeStrategy"],
|
|
6464
|
+
enableOSDiskFullCaching: item["enableOSDiskFullCaching"],
|
|
4488
6465
|
upgradeSettings: !item["upgradeSettings"]
|
|
4489
6466
|
? item["upgradeSettings"]
|
|
4490
6467
|
: agentPoolUpgradeSettingsDeserializer(item["upgradeSettings"]),
|
|
6468
|
+
upgradeSettingsBlueGreen: !item["upgradeSettingsBlueGreen"]
|
|
6469
|
+
? item["upgradeSettingsBlueGreen"]
|
|
6470
|
+
: agentPoolBlueGreenUpgradeSettingsDeserializer(item["upgradeSettingsBlueGreen"]),
|
|
4491
6471
|
provisioningState: item["provisioningState"],
|
|
4492
6472
|
powerState: !item["powerState"]
|
|
4493
6473
|
? item["powerState"]
|
|
@@ -4513,6 +6493,11 @@ export function _agentPoolPropertiesDeserializer(item) {
|
|
|
4513
6493
|
: item["nodeTaints"].map((p) => {
|
|
4514
6494
|
return p;
|
|
4515
6495
|
}),
|
|
6496
|
+
nodeInitializationTaints: !item["nodeInitializationTaints"]
|
|
6497
|
+
? item["nodeInitializationTaints"]
|
|
6498
|
+
: item["nodeInitializationTaints"].map((p) => {
|
|
6499
|
+
return p;
|
|
6500
|
+
}),
|
|
4516
6501
|
proximityPlacementGroupID: item["proximityPlacementGroupID"],
|
|
4517
6502
|
kubeletConfig: !item["kubeletConfig"]
|
|
4518
6503
|
? item["kubeletConfig"]
|
|
@@ -4544,6 +6529,9 @@ export function _agentPoolPropertiesDeserializer(item) {
|
|
|
4544
6529
|
gatewayProfile: !item["gatewayProfile"]
|
|
4545
6530
|
? item["gatewayProfile"]
|
|
4546
6531
|
: agentPoolGatewayProfileDeserializer(item["gatewayProfile"]),
|
|
6532
|
+
artifactStreamingProfile: !item["artifactStreamingProfile"]
|
|
6533
|
+
? item["artifactStreamingProfile"]
|
|
6534
|
+
: agentPoolArtifactStreamingProfileDeserializer(item["artifactStreamingProfile"]),
|
|
4547
6535
|
virtualMachinesProfile: !item["virtualMachinesProfile"]
|
|
4548
6536
|
? item["virtualMachinesProfile"]
|
|
4549
6537
|
: virtualMachinesProfileDeserializer(item["virtualMachinesProfile"]),
|
|
@@ -4554,6 +6542,9 @@ export function _agentPoolPropertiesDeserializer(item) {
|
|
|
4554
6542
|
localDNSProfile: !item["localDNSProfile"]
|
|
4555
6543
|
? item["localDNSProfile"]
|
|
4556
6544
|
: localDNSProfileDeserializer(item["localDNSProfile"]),
|
|
6545
|
+
preparedImageSpecificationProfile: !item["preparedImageSpecificationProfile"]
|
|
6546
|
+
? item["preparedImageSpecificationProfile"]
|
|
6547
|
+
: preparedImageSpecificationProfileDeserializer(item["preparedImageSpecificationProfile"]),
|
|
4557
6548
|
};
|
|
4558
6549
|
}
|
|
4559
6550
|
export function _agentPoolAvailableVersionsPropertiesDeserializer(item) {
|
|
@@ -4570,11 +6561,20 @@ export function _agentPoolUpgradeProfilePropertiesDeserializer(item) {
|
|
|
4570
6561
|
upgrades: !item["upgrades"]
|
|
4571
6562
|
? item["upgrades"]
|
|
4572
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"]),
|
|
4573
6570
|
latestNodeImageVersion: item["latestNodeImageVersion"],
|
|
4574
6571
|
};
|
|
4575
6572
|
}
|
|
4576
6573
|
export function _managedClusterPropertiesSerializer(item) {
|
|
4577
6574
|
return {
|
|
6575
|
+
creationData: !item["creationData"]
|
|
6576
|
+
? item["creationData"]
|
|
6577
|
+
: creationDataSerializer(item["creationData"]),
|
|
4578
6578
|
kubernetesVersion: item["kubernetesVersion"],
|
|
4579
6579
|
dnsPrefix: item["dnsPrefix"],
|
|
4580
6580
|
fqdnSubdomain: item["fqdnSubdomain"],
|
|
@@ -4605,6 +6605,8 @@ export function _managedClusterPropertiesSerializer(item) {
|
|
|
4605
6605
|
: managedClusterNodeResourceGroupProfileSerializer(item["nodeResourceGroupProfile"]),
|
|
4606
6606
|
enableRBAC: item["enableRbac"],
|
|
4607
6607
|
supportPlan: item["supportPlan"],
|
|
6608
|
+
enableFIPS: item["enableFips"],
|
|
6609
|
+
enableNamespaceResources: item["enableNamespaceResources"],
|
|
4608
6610
|
networkProfile: !item["networkProfile"]
|
|
4609
6611
|
? item["networkProfile"]
|
|
4610
6612
|
: containerServiceNetworkProfileSerializer(item["networkProfile"]),
|
|
@@ -4665,9 +6667,21 @@ export function _managedClusterPropertiesSerializer(item) {
|
|
|
4665
6667
|
aiToolchainOperatorProfile: !item["aiToolchainOperatorProfile"]
|
|
4666
6668
|
? item["aiToolchainOperatorProfile"]
|
|
4667
6669
|
: managedClusterAIToolchainOperatorProfileSerializer(item["aiToolchainOperatorProfile"]),
|
|
6670
|
+
schedulerProfile: !item["schedulerProfile"]
|
|
6671
|
+
? item["schedulerProfile"]
|
|
6672
|
+
: schedulerProfileSerializer(item["schedulerProfile"]),
|
|
4668
6673
|
hostedSystemProfile: !item["hostedSystemProfile"]
|
|
4669
6674
|
? item["hostedSystemProfile"]
|
|
4670
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"]),
|
|
4671
6685
|
status: !item["status"] ? item["status"] : managedClusterStatusSerializer(item["status"]),
|
|
4672
6686
|
};
|
|
4673
6687
|
}
|
|
@@ -4677,6 +6691,9 @@ export function _managedClusterPropertiesDeserializer(item) {
|
|
|
4677
6691
|
powerState: !item["powerState"]
|
|
4678
6692
|
? item["powerState"]
|
|
4679
6693
|
: powerStateDeserializer(item["powerState"]),
|
|
6694
|
+
creationData: !item["creationData"]
|
|
6695
|
+
? item["creationData"]
|
|
6696
|
+
: creationDataDeserializer(item["creationData"]),
|
|
4680
6697
|
maxAgentPools: item["maxAgentPools"],
|
|
4681
6698
|
kubernetesVersion: item["kubernetesVersion"],
|
|
4682
6699
|
currentKubernetesVersion: item["currentKubernetesVersion"],
|
|
@@ -4712,6 +6729,8 @@ export function _managedClusterPropertiesDeserializer(item) {
|
|
|
4712
6729
|
: managedClusterNodeResourceGroupProfileDeserializer(item["nodeResourceGroupProfile"]),
|
|
4713
6730
|
enableRbac: item["enableRBAC"],
|
|
4714
6731
|
supportPlan: item["supportPlan"],
|
|
6732
|
+
enableFips: item["enableFIPS"],
|
|
6733
|
+
enableNamespaceResources: item["enableNamespaceResources"],
|
|
4715
6734
|
networkProfile: !item["networkProfile"]
|
|
4716
6735
|
? item["networkProfile"]
|
|
4717
6736
|
: containerServiceNetworkProfileDeserializer(item["networkProfile"]),
|
|
@@ -4773,9 +6792,21 @@ export function _managedClusterPropertiesDeserializer(item) {
|
|
|
4773
6792
|
aiToolchainOperatorProfile: !item["aiToolchainOperatorProfile"]
|
|
4774
6793
|
? item["aiToolchainOperatorProfile"]
|
|
4775
6794
|
: managedClusterAIToolchainOperatorProfileDeserializer(item["aiToolchainOperatorProfile"]),
|
|
6795
|
+
schedulerProfile: !item["schedulerProfile"]
|
|
6796
|
+
? item["schedulerProfile"]
|
|
6797
|
+
: schedulerProfileDeserializer(item["schedulerProfile"]),
|
|
4776
6798
|
hostedSystemProfile: !item["hostedSystemProfile"]
|
|
4777
6799
|
? item["hostedSystemProfile"]
|
|
4778
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"]),
|
|
4779
6810
|
status: !item["status"] ? item["status"] : managedClusterStatusDeserializer(item["status"]),
|
|
4780
6811
|
};
|
|
4781
6812
|
}
|
|
@@ -4873,6 +6904,25 @@ export function _snapshotPropertiesDeserializer(item) {
|
|
|
4873
6904
|
enableFips: item["enableFIPS"],
|
|
4874
6905
|
};
|
|
4875
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
|
+
}
|
|
4876
6926
|
export function _trustedAccessRoleBindingPropertiesSerializer(item) {
|
|
4877
6927
|
return {
|
|
4878
6928
|
sourceResourceId: item["sourceResourceId"],
|
|
@@ -4890,6 +6940,37 @@ export function _trustedAccessRoleBindingPropertiesDeserializer(item) {
|
|
|
4890
6940
|
}),
|
|
4891
6941
|
};
|
|
4892
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
|
+
}
|
|
4893
6974
|
export function _operationValueDisplayDeserializer(item) {
|
|
4894
6975
|
return {
|
|
4895
6976
|
operation: item["operation"],
|