@azure/arm-containerservice 25.3.0 → 25.4.0-beta.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/dist/browser/api/agentPools/index.d.ts +2 -2
- package/dist/browser/api/agentPools/index.js +1 -1
- package/dist/browser/api/agentPools/index.js.map +1 -1
- package/dist/browser/api/agentPools/operations.d.ts +5 -1
- package/dist/browser/api/agentPools/operations.js +52 -15
- package/dist/browser/api/agentPools/operations.js.map +1 -1
- package/dist/browser/api/agentPools/options.d.ts +5 -0
- package/dist/browser/api/agentPools/options.js.map +1 -1
- package/dist/browser/api/containerService/index.d.ts +3 -0
- package/dist/browser/api/containerService/index.js +4 -0
- package/dist/browser/api/containerService/index.js.map +1 -0
- package/dist/browser/api/containerService/operations.d.ts +10 -0
- package/dist/browser/api/containerService/operations.js +39 -0
- package/dist/browser/api/containerService/operations.js.map +1 -0
- package/dist/browser/api/containerService/options.d.ts +5 -0
- package/dist/browser/api/containerService/options.js +4 -0
- package/dist/browser/api/containerService/options.js.map +1 -0
- package/dist/browser/api/containerServiceContext.js +1 -1
- package/dist/browser/api/containerServiceContext.js.map +1 -1
- package/dist/browser/api/identityBindings/operations.js +11 -7
- package/dist/browser/api/identityBindings/operations.js.map +1 -1
- 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 +143 -0
- package/dist/browser/api/jwtAuthenticators/operations.js.map +1 -0
- package/dist/browser/api/jwtAuthenticators/options.d.ts +18 -0
- package/dist/browser/api/jwtAuthenticators/options.js +4 -0
- package/dist/browser/api/jwtAuthenticators/options.js.map +1 -0
- package/dist/browser/api/loadBalancers/index.d.ts +3 -0
- package/dist/browser/api/loadBalancers/index.js +4 -0
- package/dist/browser/api/loadBalancers/index.js.map +1 -0
- package/dist/browser/api/loadBalancers/operations.d.ts +23 -0
- package/dist/browser/api/loadBalancers/operations.js +138 -0
- package/dist/browser/api/loadBalancers/operations.js.map +1 -0
- package/dist/browser/api/loadBalancers/options.d.ts +16 -0
- package/dist/browser/api/loadBalancers/options.js +4 -0
- package/dist/browser/api/loadBalancers/options.js.map +1 -0
- package/dist/browser/api/machines/index.d.ts +2 -2
- package/dist/browser/api/machines/index.js +1 -1
- package/dist/browser/api/machines/index.js.map +1 -1
- package/dist/browser/api/machines/operations.d.ts +6 -1
- package/dist/browser/api/machines/operations.js +53 -4
- package/dist/browser/api/machines/operations.js.map +1 -1
- package/dist/browser/api/machines/options.d.ts +9 -0
- package/dist/browser/api/machines/options.js.map +1 -1
- package/dist/browser/api/maintenanceConfigurations/operations.js +9 -5
- package/dist/browser/api/maintenanceConfigurations/operations.js.map +1 -1
- package/dist/browser/api/maintenanceWindows/index.d.ts +3 -0
- package/dist/browser/api/maintenanceWindows/index.js +4 -0
- package/dist/browser/api/maintenanceWindows/index.js.map +1 -0
- package/dist/browser/api/maintenanceWindows/operations.d.ts +31 -0
- package/dist/browser/api/maintenanceWindows/operations.js +202 -0
- package/dist/browser/api/maintenanceWindows/operations.js.map +1 -0
- package/dist/browser/api/maintenanceWindows/options.d.ts +24 -0
- package/dist/browser/api/maintenanceWindows/options.js +4 -0
- package/dist/browser/api/maintenanceWindows/options.js.map +1 -0
- package/dist/browser/api/managedClusterSnapshots/index.d.ts +3 -0
- package/dist/browser/api/managedClusterSnapshots/index.js +4 -0
- package/dist/browser/api/managedClusterSnapshots/index.js.map +1 -0
- package/dist/browser/api/managedClusterSnapshots/operations.d.ts +30 -0
- package/dist/browser/api/managedClusterSnapshots/operations.js +191 -0
- package/dist/browser/api/managedClusterSnapshots/operations.js.map +1 -0
- package/dist/browser/api/managedClusterSnapshots/options.d.ts +20 -0
- package/dist/browser/api/managedClusterSnapshots/options.js +4 -0
- package/dist/browser/api/managedClusterSnapshots/options.js.map +1 -0
- package/dist/browser/api/managedClusters/index.d.ts +2 -2
- package/dist/browser/api/managedClusters/index.js +1 -1
- package/dist/browser/api/managedClusters/index.js.map +1 -1
- package/dist/browser/api/managedClusters/operations.d.ts +22 -2
- package/dist/browser/api/managedClusters/operations.js +225 -44
- package/dist/browser/api/managedClusters/operations.js.map +1 -1
- package/dist/browser/api/managedClusters/options.d.ts +19 -0
- package/dist/browser/api/managedClusters/options.js.map +1 -1
- package/dist/browser/api/managedNamespaces/operations.js +13 -9
- package/dist/browser/api/managedNamespaces/operations.js.map +1 -1
- package/dist/browser/api/meshMemberships/index.d.ts +3 -0
- package/dist/browser/api/meshMemberships/index.js +4 -0
- package/dist/browser/api/meshMemberships/index.js.map +1 -0
- package/dist/browser/api/meshMemberships/operations.d.ts +23 -0
- package/dist/browser/api/meshMemberships/operations.js +143 -0
- package/dist/browser/api/meshMemberships/operations.js.map +1 -0
- package/dist/browser/api/meshMemberships/options.d.ts +18 -0
- package/dist/browser/api/meshMemberships/options.js +4 -0
- package/dist/browser/api/meshMemberships/options.js.map +1 -0
- package/dist/browser/api/operationStatusResult/index.d.ts +3 -0
- package/dist/browser/api/operationStatusResult/index.js +4 -0
- package/dist/browser/api/operationStatusResult/index.js.map +1 -0
- package/dist/browser/api/operationStatusResult/operations.d.ts +18 -0
- package/dist/browser/api/operationStatusResult/operations.js +103 -0
- package/dist/browser/api/operationStatusResult/operations.js.map +1 -0
- package/dist/browser/api/operationStatusResult/options.d.ts +11 -0
- package/dist/browser/api/operationStatusResult/options.js +4 -0
- package/dist/browser/api/operationStatusResult/options.js.map +1 -0
- package/dist/browser/api/operations/operations.js +6 -2
- package/dist/browser/api/operations/operations.js.map +1 -1
- package/dist/browser/api/privateEndpointConnections/operations.js +5 -5
- package/dist/browser/api/privateEndpointConnections/operations.js.map +1 -1
- package/dist/browser/api/privateLinkResources/operations.js +1 -1
- package/dist/browser/api/privateLinkResources/operations.js.map +1 -1
- package/dist/browser/api/resolvePrivateLinkServiceId/operations.js +1 -1
- package/dist/browser/api/resolvePrivateLinkServiceId/operations.js.map +1 -1
- package/dist/browser/api/snapshots/operations.js +16 -8
- package/dist/browser/api/snapshots/operations.js.map +1 -1
- package/dist/browser/api/trustedAccessRoleBindings/operations.js +11 -7
- package/dist/browser/api/trustedAccessRoleBindings/operations.js.map +1 -1
- package/dist/browser/api/trustedAccessRoles/operations.js +6 -2
- package/dist/browser/api/trustedAccessRoles/operations.js.map +1 -1
- package/dist/browser/api/vmSkus/index.d.ts +3 -0
- package/dist/browser/api/vmSkus/index.js +4 -0
- package/dist/browser/api/vmSkus/index.js.map +1 -0
- package/dist/browser/api/vmSkus/operations.d.ts +10 -0
- package/dist/browser/api/vmSkus/operations.js +40 -0
- package/dist/browser/api/vmSkus/operations.js.map +1 -0
- package/dist/browser/api/vmSkus/options.d.ts +7 -0
- package/dist/browser/api/vmSkus/options.js +4 -0
- package/dist/browser/api/vmSkus/options.js.map +1 -0
- package/dist/browser/classic/agentPools/index.d.ts +7 -1
- package/dist/browser/classic/agentPools/index.js +10 -1
- package/dist/browser/classic/agentPools/index.js.map +1 -1
- package/dist/browser/classic/containerService/index.d.ts +11 -0
- package/dist/browser/classic/containerService/index.js +14 -0
- package/dist/browser/classic/containerService/index.js.map +1 -0
- package/dist/browser/classic/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/maintenanceWindows/index.d.ts +31 -0
- package/dist/browser/classic/maintenanceWindows/index.js +36 -0
- package/dist/browser/classic/maintenanceWindows/index.js.map +1 -0
- package/dist/browser/classic/managedClusterSnapshots/index.d.ts +21 -0
- package/dist/browser/classic/managedClusterSnapshots/index.js +19 -0
- package/dist/browser/classic/managedClusterSnapshots/index.js.map +1 -0
- package/dist/browser/classic/managedClusters/index.d.ts +16 -2
- package/dist/browser/classic/managedClusters/index.js +14 -1
- package/dist/browser/classic/managedClusters/index.js.map +1 -1
- package/dist/browser/classic/meshMemberships/index.d.ts +27 -0
- package/dist/browser/classic/meshMemberships/index.js +34 -0
- package/dist/browser/classic/meshMemberships/index.js.map +1 -0
- package/dist/browser/classic/operationStatusResult/index.d.ts +15 -0
- package/dist/browser/classic/operationStatusResult/index.js +16 -0
- package/dist/browser/classic/operationStatusResult/index.js.map +1 -0
- package/dist/browser/classic/vmSkus/index.d.ts +11 -0
- package/dist/browser/classic/vmSkus/index.js +14 -0
- package/dist/browser/classic/vmSkus/index.js.map +1 -0
- package/dist/browser/containerServiceClient.d.ts +24 -0
- package/dist/browser/containerServiceClient.js +32 -0
- package/dist/browser/containerServiceClient.js.map +1 -1
- package/dist/browser/index.d.ts +14 -6
- package/dist/browser/index.js +1 -1
- package/dist/browser/index.js.map +1 -1
- package/dist/browser/models/index.d.ts +2 -2
- package/dist/browser/models/index.js +1 -1
- package/dist/browser/models/index.js.map +1 -1
- package/dist/browser/models/models.d.ts +1695 -11
- package/dist/browser/models/models.js +2105 -64
- 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/browser/static-helpers/pollingHelpers.d.ts +1 -1
- package/dist/browser/static-helpers/pollingHelpers.js.map +1 -1
- package/dist/browser/static-helpers/simplePollerHelpers.d.ts +1 -1
- package/dist/browser/static-helpers/simplePollerHelpers.js.map +1 -1
- package/dist/commonjs/api/agentPools/index.d.ts +2 -2
- package/dist/commonjs/api/agentPools/index.js +2 -0
- package/dist/commonjs/api/agentPools/index.js.map +2 -2
- package/dist/commonjs/api/agentPools/operations.d.ts +5 -1
- package/dist/commonjs/api/agentPools/operations.js +61 -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 +76 -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/operations.js +11 -7
- package/dist/commonjs/api/identityBindings/operations.js.map +2 -2
- 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 +220 -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 +215 -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 +69 -3
- package/dist/commonjs/api/machines/operations.js.map +2 -2
- package/dist/commonjs/api/machines/options.d.ts +9 -0
- package/dist/commonjs/api/machines/options.js.map +1 -1
- package/dist/commonjs/api/maintenanceConfigurations/operations.js +9 -5
- package/dist/commonjs/api/maintenanceConfigurations/operations.js.map +2 -2
- package/dist/commonjs/api/maintenanceWindows/index.d.ts +3 -0
- package/dist/commonjs/api/maintenanceWindows/index.js +38 -0
- package/dist/commonjs/api/maintenanceWindows/index.js.map +7 -0
- package/dist/commonjs/api/maintenanceWindows/operations.d.ts +31 -0
- package/dist/commonjs/api/maintenanceWindows/operations.js +296 -0
- package/dist/commonjs/api/maintenanceWindows/operations.js.map +7 -0
- package/dist/commonjs/api/maintenanceWindows/options.d.ts +24 -0
- package/dist/commonjs/api/maintenanceWindows/options.js +16 -0
- package/dist/commonjs/api/maintenanceWindows/options.js.map +7 -0
- 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 +291 -0
- package/dist/commonjs/api/managedClusterSnapshots/operations.js.map +7 -0
- package/dist/commonjs/api/managedClusterSnapshots/options.d.ts +20 -0
- package/dist/commonjs/api/managedClusterSnapshots/options.js +16 -0
- package/dist/commonjs/api/managedClusterSnapshots/options.js.map +7 -0
- package/dist/commonjs/api/managedClusters/index.d.ts +2 -2
- package/dist/commonjs/api/managedClusters/index.js +10 -0
- package/dist/commonjs/api/managedClusters/index.js.map +2 -2
- package/dist/commonjs/api/managedClusters/operations.d.ts +22 -2
- package/dist/commonjs/api/managedClusters/operations.js +286 -43
- package/dist/commonjs/api/managedClusters/operations.js.map +2 -2
- package/dist/commonjs/api/managedClusters/options.d.ts +19 -0
- package/dist/commonjs/api/managedClusters/options.js.map +1 -1
- package/dist/commonjs/api/managedNamespaces/operations.js +13 -9
- package/dist/commonjs/api/managedNamespaces/operations.js.map +2 -2
- package/dist/commonjs/api/meshMemberships/index.d.ts +3 -0
- package/dist/commonjs/api/meshMemberships/index.js +34 -0
- package/dist/commonjs/api/meshMemberships/index.js.map +7 -0
- package/dist/commonjs/api/meshMemberships/operations.d.ts +23 -0
- package/dist/commonjs/api/meshMemberships/operations.js +220 -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 +165 -0
- package/dist/commonjs/api/operationStatusResult/operations.js.map +7 -0
- package/dist/commonjs/api/operationStatusResult/options.d.ts +11 -0
- package/dist/commonjs/api/operationStatusResult/options.js +16 -0
- package/dist/commonjs/api/operationStatusResult/options.js.map +7 -0
- package/dist/commonjs/api/operations/operations.js +6 -2
- package/dist/commonjs/api/operations/operations.js.map +2 -2
- package/dist/commonjs/api/privateEndpointConnections/operations.js +5 -5
- package/dist/commonjs/api/privateEndpointConnections/operations.js.map +1 -1
- package/dist/commonjs/api/privateLinkResources/operations.js +1 -1
- package/dist/commonjs/api/privateLinkResources/operations.js.map +1 -1
- package/dist/commonjs/api/resolvePrivateLinkServiceId/operations.js +1 -1
- package/dist/commonjs/api/resolvePrivateLinkServiceId/operations.js.map +1 -1
- package/dist/commonjs/api/snapshots/operations.js +16 -8
- package/dist/commonjs/api/snapshots/operations.js.map +2 -2
- package/dist/commonjs/api/trustedAccessRoleBindings/operations.js +11 -7
- package/dist/commonjs/api/trustedAccessRoleBindings/operations.js.map +2 -2
- package/dist/commonjs/api/trustedAccessRoles/operations.js +6 -2
- package/dist/commonjs/api/trustedAccessRoles/operations.js.map +2 -2
- package/dist/commonjs/api/vmSkus/index.d.ts +3 -0
- package/dist/commonjs/api/vmSkus/index.js +28 -0
- package/dist/commonjs/api/vmSkus/index.js.map +7 -0
- package/dist/commonjs/api/vmSkus/operations.d.ts +10 -0
- package/dist/commonjs/api/vmSkus/operations.js +77 -0
- package/dist/commonjs/api/vmSkus/operations.js.map +7 -0
- package/dist/commonjs/api/vmSkus/options.d.ts +7 -0
- package/dist/commonjs/api/vmSkus/options.js +16 -0
- package/dist/commonjs/api/vmSkus/options.js.map +7 -0
- package/dist/commonjs/classic/agentPools/index.d.ts +7 -1
- package/dist/commonjs/classic/agentPools/index.js +21 -0
- package/dist/commonjs/classic/agentPools/index.js.map +2 -2
- package/dist/commonjs/classic/containerService/index.d.ts +11 -0
- package/dist/commonjs/classic/containerService/index.js +38 -0
- package/dist/commonjs/classic/containerService/index.js.map +7 -0
- package/dist/commonjs/classic/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/maintenanceWindows/index.d.ts +31 -0
- package/dist/commonjs/classic/maintenanceWindows/index.js +72 -0
- package/dist/commonjs/classic/maintenanceWindows/index.js.map +7 -0
- package/dist/commonjs/classic/managedClusterSnapshots/index.d.ts +21 -0
- package/dist/commonjs/classic/managedClusterSnapshots/index.js +43 -0
- package/dist/commonjs/classic/managedClusterSnapshots/index.js.map +7 -0
- package/dist/commonjs/classic/managedClusters/index.d.ts +16 -2
- package/dist/commonjs/classic/managedClusters/index.js +25 -0
- package/dist/commonjs/classic/managedClusters/index.js.map +2 -2
- package/dist/commonjs/classic/meshMemberships/index.d.ts +27 -0
- package/dist/commonjs/classic/meshMemberships/index.js +79 -0
- package/dist/commonjs/classic/meshMemberships/index.js.map +7 -0
- package/dist/commonjs/classic/operationStatusResult/index.d.ts +15 -0
- package/dist/commonjs/classic/operationStatusResult/index.js +40 -0
- package/dist/commonjs/classic/operationStatusResult/index.js.map +7 -0
- package/dist/commonjs/classic/vmSkus/index.d.ts +11 -0
- package/dist/commonjs/classic/vmSkus/index.js +38 -0
- package/dist/commonjs/classic/vmSkus/index.js.map +7 -0
- package/dist/commonjs/containerServiceClient.d.ts +24 -0
- package/dist/commonjs/containerServiceClient.js +32 -0
- package/dist/commonjs/containerServiceClient.js.map +2 -2
- package/dist/commonjs/index.d.ts +14 -6
- package/dist/commonjs/index.js +56 -0
- package/dist/commonjs/index.js.map +2 -2
- package/dist/commonjs/models/index.d.ts +2 -2
- package/dist/commonjs/models/index.js +56 -0
- package/dist/commonjs/models/index.js.map +2 -2
- package/dist/commonjs/models/models.d.ts +1695 -11
- package/dist/commonjs/models/models.js +2007 -52
- package/dist/commonjs/models/models.js.map +3 -3
- package/dist/commonjs/restorePollerHelpers.js +59 -29
- package/dist/commonjs/restorePollerHelpers.js.map +3 -3
- package/dist/commonjs/static-helpers/pollingHelpers.d.ts +1 -1
- package/dist/commonjs/static-helpers/pollingHelpers.js.map +1 -1
- package/dist/commonjs/static-helpers/simplePollerHelpers.d.ts +1 -1
- package/dist/commonjs/static-helpers/simplePollerHelpers.js.map +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 -1
- package/dist/esm/api/agentPools/operations.js +52 -15
- package/dist/esm/api/agentPools/operations.js.map +1 -1
- package/dist/esm/api/agentPools/options.d.ts +5 -0
- package/dist/esm/api/agentPools/options.js.map +1 -1
- package/dist/esm/api/containerService/index.d.ts +3 -0
- package/dist/esm/api/containerService/index.js +4 -0
- package/dist/esm/api/containerService/index.js.map +1 -0
- package/dist/esm/api/containerService/operations.d.ts +10 -0
- package/dist/esm/api/containerService/operations.js +39 -0
- package/dist/esm/api/containerService/operations.js.map +1 -0
- package/dist/esm/api/containerService/options.d.ts +5 -0
- package/dist/esm/api/containerService/options.js +4 -0
- package/dist/esm/api/containerService/options.js.map +1 -0
- package/dist/esm/api/containerServiceContext.js +1 -1
- package/dist/esm/api/containerServiceContext.js.map +1 -1
- package/dist/esm/api/identityBindings/operations.js +11 -7
- package/dist/esm/api/identityBindings/operations.js.map +1 -1
- 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 +143 -0
- package/dist/esm/api/jwtAuthenticators/operations.js.map +1 -0
- package/dist/esm/api/jwtAuthenticators/options.d.ts +18 -0
- package/dist/esm/api/jwtAuthenticators/options.js +4 -0
- package/dist/esm/api/jwtAuthenticators/options.js.map +1 -0
- package/dist/esm/api/loadBalancers/index.d.ts +3 -0
- package/dist/esm/api/loadBalancers/index.js +4 -0
- package/dist/esm/api/loadBalancers/index.js.map +1 -0
- package/dist/esm/api/loadBalancers/operations.d.ts +23 -0
- package/dist/esm/api/loadBalancers/operations.js +138 -0
- package/dist/esm/api/loadBalancers/operations.js.map +1 -0
- package/dist/esm/api/loadBalancers/options.d.ts +16 -0
- package/dist/esm/api/loadBalancers/options.js +4 -0
- package/dist/esm/api/loadBalancers/options.js.map +1 -0
- package/dist/esm/api/machines/index.d.ts +2 -2
- package/dist/esm/api/machines/index.js +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 +53 -4
- package/dist/esm/api/machines/operations.js.map +1 -1
- package/dist/esm/api/machines/options.d.ts +9 -0
- package/dist/esm/api/machines/options.js.map +1 -1
- package/dist/esm/api/maintenanceConfigurations/operations.js +9 -5
- package/dist/esm/api/maintenanceConfigurations/operations.js.map +1 -1
- package/dist/esm/api/maintenanceWindows/index.d.ts +3 -0
- package/dist/esm/api/maintenanceWindows/index.js +4 -0
- package/dist/esm/api/maintenanceWindows/index.js.map +1 -0
- package/dist/esm/api/maintenanceWindows/operations.d.ts +31 -0
- package/dist/esm/api/maintenanceWindows/operations.js +202 -0
- package/dist/esm/api/maintenanceWindows/operations.js.map +1 -0
- package/dist/esm/api/maintenanceWindows/options.d.ts +24 -0
- package/dist/esm/api/maintenanceWindows/options.js +4 -0
- package/dist/esm/api/maintenanceWindows/options.js.map +1 -0
- 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 +191 -0
- package/dist/esm/api/managedClusterSnapshots/operations.js.map +1 -0
- package/dist/esm/api/managedClusterSnapshots/options.d.ts +20 -0
- package/dist/esm/api/managedClusterSnapshots/options.js +4 -0
- package/dist/esm/api/managedClusterSnapshots/options.js.map +1 -0
- package/dist/esm/api/managedClusters/index.d.ts +2 -2
- package/dist/esm/api/managedClusters/index.js +1 -1
- package/dist/esm/api/managedClusters/index.js.map +1 -1
- package/dist/esm/api/managedClusters/operations.d.ts +22 -2
- package/dist/esm/api/managedClusters/operations.js +225 -44
- package/dist/esm/api/managedClusters/operations.js.map +1 -1
- package/dist/esm/api/managedClusters/options.d.ts +19 -0
- package/dist/esm/api/managedClusters/options.js.map +1 -1
- package/dist/esm/api/managedNamespaces/operations.js +13 -9
- package/dist/esm/api/managedNamespaces/operations.js.map +1 -1
- package/dist/esm/api/meshMemberships/index.d.ts +3 -0
- package/dist/esm/api/meshMemberships/index.js +4 -0
- package/dist/esm/api/meshMemberships/index.js.map +1 -0
- package/dist/esm/api/meshMemberships/operations.d.ts +23 -0
- package/dist/esm/api/meshMemberships/operations.js +143 -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 +103 -0
- package/dist/esm/api/operationStatusResult/operations.js.map +1 -0
- package/dist/esm/api/operationStatusResult/options.d.ts +11 -0
- package/dist/esm/api/operationStatusResult/options.js +4 -0
- package/dist/esm/api/operationStatusResult/options.js.map +1 -0
- package/dist/esm/api/operations/operations.js +6 -2
- package/dist/esm/api/operations/operations.js.map +1 -1
- package/dist/esm/api/privateEndpointConnections/operations.js +5 -5
- package/dist/esm/api/privateEndpointConnections/operations.js.map +1 -1
- package/dist/esm/api/privateLinkResources/operations.js +1 -1
- package/dist/esm/api/privateLinkResources/operations.js.map +1 -1
- package/dist/esm/api/resolvePrivateLinkServiceId/operations.js +1 -1
- package/dist/esm/api/resolvePrivateLinkServiceId/operations.js.map +1 -1
- package/dist/esm/api/snapshots/operations.js +16 -8
- package/dist/esm/api/snapshots/operations.js.map +1 -1
- package/dist/esm/api/trustedAccessRoleBindings/operations.js +11 -7
- package/dist/esm/api/trustedAccessRoleBindings/operations.js.map +1 -1
- package/dist/esm/api/trustedAccessRoles/operations.js +6 -2
- package/dist/esm/api/trustedAccessRoles/operations.js.map +1 -1
- package/dist/esm/api/vmSkus/index.d.ts +3 -0
- package/dist/esm/api/vmSkus/index.js +4 -0
- package/dist/esm/api/vmSkus/index.js.map +1 -0
- package/dist/esm/api/vmSkus/operations.d.ts +10 -0
- package/dist/esm/api/vmSkus/operations.js +40 -0
- package/dist/esm/api/vmSkus/operations.js.map +1 -0
- package/dist/esm/api/vmSkus/options.d.ts +7 -0
- package/dist/esm/api/vmSkus/options.js +4 -0
- package/dist/esm/api/vmSkus/options.js.map +1 -0
- package/dist/esm/classic/agentPools/index.d.ts +7 -1
- package/dist/esm/classic/agentPools/index.js +10 -1
- package/dist/esm/classic/agentPools/index.js.map +1 -1
- package/dist/esm/classic/containerService/index.d.ts +11 -0
- package/dist/esm/classic/containerService/index.js +14 -0
- package/dist/esm/classic/containerService/index.js.map +1 -0
- package/dist/esm/classic/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/maintenanceWindows/index.d.ts +31 -0
- package/dist/esm/classic/maintenanceWindows/index.js +36 -0
- package/dist/esm/classic/maintenanceWindows/index.js.map +1 -0
- package/dist/esm/classic/managedClusterSnapshots/index.d.ts +21 -0
- package/dist/esm/classic/managedClusterSnapshots/index.js +19 -0
- package/dist/esm/classic/managedClusterSnapshots/index.js.map +1 -0
- package/dist/esm/classic/managedClusters/index.d.ts +16 -2
- package/dist/esm/classic/managedClusters/index.js +14 -1
- package/dist/esm/classic/managedClusters/index.js.map +1 -1
- package/dist/esm/classic/meshMemberships/index.d.ts +27 -0
- package/dist/esm/classic/meshMemberships/index.js +34 -0
- package/dist/esm/classic/meshMemberships/index.js.map +1 -0
- package/dist/esm/classic/operationStatusResult/index.d.ts +15 -0
- package/dist/esm/classic/operationStatusResult/index.js +16 -0
- package/dist/esm/classic/operationStatusResult/index.js.map +1 -0
- package/dist/esm/classic/vmSkus/index.d.ts +11 -0
- package/dist/esm/classic/vmSkus/index.js +14 -0
- package/dist/esm/classic/vmSkus/index.js.map +1 -0
- package/dist/esm/containerServiceClient.d.ts +24 -0
- package/dist/esm/containerServiceClient.js +32 -0
- package/dist/esm/containerServiceClient.js.map +1 -1
- package/dist/esm/index.d.ts +14 -6
- package/dist/esm/index.js +1 -1
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/models/index.d.ts +2 -2
- package/dist/esm/models/index.js +1 -1
- package/dist/esm/models/index.js.map +1 -1
- package/dist/esm/models/models.d.ts +1695 -11
- package/dist/esm/models/models.js +2105 -64
- 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/dist/esm/static-helpers/pollingHelpers.d.ts +1 -1
- package/dist/esm/static-helpers/pollingHelpers.js.map +1 -1
- package/dist/esm/static-helpers/simplePollerHelpers.d.ts +1 -1
- package/dist/esm/static-helpers/simplePollerHelpers.js.map +1 -1
- package/package.json +116 -4
|
@@ -18,26 +18,38 @@ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: tru
|
|
|
18
18
|
var models_exports = {};
|
|
19
19
|
__export(models_exports, {
|
|
20
20
|
KnownAccelerationMode: () => KnownAccelerationMode,
|
|
21
|
+
KnownAddonAutoscaling: () => KnownAddonAutoscaling,
|
|
21
22
|
KnownAdoptionPolicy: () => KnownAdoptionPolicy,
|
|
22
23
|
KnownAdvancedNetworkPolicies: () => KnownAdvancedNetworkPolicies,
|
|
23
24
|
KnownAgentPoolMode: () => KnownAgentPoolMode,
|
|
25
|
+
KnownAgentPoolNetworkInterfaceType: () => KnownAgentPoolNetworkInterfaceType,
|
|
24
26
|
KnownAgentPoolSSHAccess: () => KnownAgentPoolSSHAccess,
|
|
25
27
|
KnownAgentPoolType: () => KnownAgentPoolType,
|
|
26
28
|
KnownArtifactSource: () => KnownArtifactSource,
|
|
27
29
|
KnownBackendPoolType: () => KnownBackendPoolType,
|
|
30
|
+
KnownBastionSku: () => KnownBastionSku,
|
|
31
|
+
KnownClusterServiceLoadBalancerHealthProbeMode: () => KnownClusterServiceLoadBalancerHealthProbeMode,
|
|
28
32
|
KnownCode: () => KnownCode,
|
|
29
33
|
KnownConnectionStatus: () => KnownConnectionStatus,
|
|
34
|
+
KnownContainerNetworkLogs: () => KnownContainerNetworkLogs,
|
|
35
|
+
KnownControlPlaneScalingSize: () => KnownControlPlaneScalingSize,
|
|
30
36
|
KnownCreatedByType: () => KnownCreatedByType,
|
|
31
37
|
KnownDeletePolicy: () => KnownDeletePolicy,
|
|
38
|
+
KnownDriftAction: () => KnownDriftAction,
|
|
39
|
+
KnownDriverType: () => KnownDriverType,
|
|
32
40
|
KnownExpander: () => KnownExpander,
|
|
33
41
|
KnownExtendedLocationTypes: () => KnownExtendedLocationTypes,
|
|
34
42
|
KnownFormat: () => KnownFormat,
|
|
35
43
|
KnownGPUDriver: () => KnownGPUDriver,
|
|
36
44
|
KnownGPUInstanceProfile: () => KnownGPUInstanceProfile,
|
|
37
45
|
KnownGatewayAPIIstioEnabled: () => KnownGatewayAPIIstioEnabled,
|
|
46
|
+
KnownGuardrailsSupport: () => KnownGuardrailsSupport,
|
|
38
47
|
KnownIdentityBindingProvisioningState: () => KnownIdentityBindingProvisioningState,
|
|
48
|
+
KnownInfrastructureEncryption: () => KnownInfrastructureEncryption,
|
|
39
49
|
KnownIpFamily: () => KnownIpFamily,
|
|
50
|
+
KnownIpvsScheduler: () => KnownIpvsScheduler,
|
|
40
51
|
KnownIstioIngressGatewayMode: () => KnownIstioIngressGatewayMode,
|
|
52
|
+
KnownJWTAuthenticatorProvisioningState: () => KnownJWTAuthenticatorProvisioningState,
|
|
41
53
|
KnownKeyVaultNetworkAccessTypes: () => KnownKeyVaultNetworkAccessTypes,
|
|
42
54
|
KnownKubeletDiskType: () => KnownKubeletDiskType,
|
|
43
55
|
KnownKubernetesSupportPlan: () => KnownKubernetesSupportPlan,
|
|
@@ -54,6 +66,10 @@ __export(models_exports, {
|
|
|
54
66
|
KnownManagedClusterSKUName: () => KnownManagedClusterSKUName,
|
|
55
67
|
KnownManagedClusterSKUTier: () => KnownManagedClusterSKUTier,
|
|
56
68
|
KnownManagedGatewayType: () => KnownManagedGatewayType,
|
|
69
|
+
KnownManagementMode: () => KnownManagementMode,
|
|
70
|
+
KnownMeshMembershipProvisioningState: () => KnownMeshMembershipProvisioningState,
|
|
71
|
+
KnownMigStrategy: () => KnownMigStrategy,
|
|
72
|
+
KnownMode: () => KnownMode,
|
|
57
73
|
KnownNamespaceProvisioningState: () => KnownNamespaceProvisioningState,
|
|
58
74
|
KnownNetworkDataplane: () => KnownNetworkDataplane,
|
|
59
75
|
KnownNetworkMode: () => KnownNetworkMode,
|
|
@@ -61,24 +77,34 @@ __export(models_exports, {
|
|
|
61
77
|
KnownNetworkPluginMode: () => KnownNetworkPluginMode,
|
|
62
78
|
KnownNetworkPolicy: () => KnownNetworkPolicy,
|
|
63
79
|
KnownNginxIngressControllerType: () => KnownNginxIngressControllerType,
|
|
80
|
+
KnownNodeDisruptionPolicy: () => KnownNodeDisruptionPolicy,
|
|
64
81
|
KnownNodeOSUpgradeChannel: () => KnownNodeOSUpgradeChannel,
|
|
65
82
|
KnownNodeProvisioningDefaultNodePools: () => KnownNodeProvisioningDefaultNodePools,
|
|
66
83
|
KnownNodeProvisioningMode: () => KnownNodeProvisioningMode,
|
|
67
84
|
KnownOSDiskType: () => KnownOSDiskType,
|
|
68
85
|
KnownOSType: () => KnownOSType,
|
|
86
|
+
KnownOperator: () => KnownOperator,
|
|
69
87
|
KnownOssku: () => KnownOssku,
|
|
70
88
|
KnownOutboundType: () => KnownOutboundType,
|
|
71
89
|
KnownPodIPAllocationMode: () => KnownPodIPAllocationMode,
|
|
90
|
+
KnownPodLinkLocalAccess: () => KnownPodLinkLocalAccess,
|
|
72
91
|
KnownPolicyRule: () => KnownPolicyRule,
|
|
73
92
|
KnownPrivateEndpointConnectionProvisioningState: () => KnownPrivateEndpointConnectionProvisioningState,
|
|
74
93
|
KnownProtocol: () => KnownProtocol,
|
|
75
94
|
KnownProxyRedirectionMechanism: () => KnownProxyRedirectionMechanism,
|
|
76
95
|
KnownPublicNetworkAccess: () => KnownPublicNetworkAccess,
|
|
77
96
|
KnownResourceIdentityType: () => KnownResourceIdentityType,
|
|
97
|
+
KnownResourceProvisioningState: () => KnownResourceProvisioningState,
|
|
98
|
+
KnownResourceSkuCapacityScaleType: () => KnownResourceSkuCapacityScaleType,
|
|
99
|
+
KnownResourceSkuRestrictionsReasonCode: () => KnownResourceSkuRestrictionsReasonCode,
|
|
100
|
+
KnownResourceSkuRestrictionsType: () => KnownResourceSkuRestrictionsType,
|
|
78
101
|
KnownRestrictionLevel: () => KnownRestrictionLevel,
|
|
102
|
+
KnownSafeguardsSupport: () => KnownSafeguardsSupport,
|
|
79
103
|
KnownScaleDownMode: () => KnownScaleDownMode,
|
|
80
104
|
KnownScaleSetEvictionPolicy: () => KnownScaleSetEvictionPolicy,
|
|
81
105
|
KnownScaleSetPriority: () => KnownScaleSetPriority,
|
|
106
|
+
KnownSchedulerConfigMode: () => KnownSchedulerConfigMode,
|
|
107
|
+
KnownSeccompDefault: () => KnownSeccompDefault,
|
|
82
108
|
KnownServiceMeshMode: () => KnownServiceMeshMode,
|
|
83
109
|
KnownSnapshotType: () => KnownSnapshotType,
|
|
84
110
|
KnownTransitEncryptionType: () => KnownTransitEncryptionType,
|
|
@@ -86,7 +112,9 @@ __export(models_exports, {
|
|
|
86
112
|
KnownType: () => KnownType,
|
|
87
113
|
KnownUndrainableNodeBehavior: () => KnownUndrainableNodeBehavior,
|
|
88
114
|
KnownUpgradeChannel: () => KnownUpgradeChannel,
|
|
115
|
+
KnownUpgradeStrategy: () => KnownUpgradeStrategy,
|
|
89
116
|
KnownVersions: () => KnownVersions,
|
|
117
|
+
KnownVmState: () => KnownVmState,
|
|
90
118
|
KnownWeekDay: () => KnownWeekDay,
|
|
91
119
|
KnownWorkloadRuntime: () => KnownWorkloadRuntime,
|
|
92
120
|
_agentPoolAvailableVersionsPropertiesDeserializer: () => _agentPoolAvailableVersionsPropertiesDeserializer,
|
|
@@ -94,25 +122,42 @@ __export(models_exports, {
|
|
|
94
122
|
_agentPoolPropertiesDeserializer: () => _agentPoolPropertiesDeserializer,
|
|
95
123
|
_agentPoolPropertiesSerializer: () => _agentPoolPropertiesSerializer,
|
|
96
124
|
_agentPoolUpgradeProfilePropertiesDeserializer: () => _agentPoolUpgradeProfilePropertiesDeserializer,
|
|
125
|
+
_guardrailsAvailableVersionsListDeserializer: () => _guardrailsAvailableVersionsListDeserializer,
|
|
97
126
|
_identityBindingListResultDeserializer: () => _identityBindingListResultDeserializer,
|
|
127
|
+
_jwtAuthenticatorListResultDeserializer: () => _jwtAuthenticatorListResultDeserializer,
|
|
128
|
+
_loadBalancerListResultDeserializer: () => _loadBalancerListResultDeserializer,
|
|
129
|
+
_loadBalancerPropertiesDeserializer: () => _loadBalancerPropertiesDeserializer,
|
|
130
|
+
_loadBalancerPropertiesSerializer: () => _loadBalancerPropertiesSerializer,
|
|
98
131
|
_machineListResultDeserializer: () => _machineListResultDeserializer,
|
|
99
132
|
_maintenanceConfigurationListResultDeserializer: () => _maintenanceConfigurationListResultDeserializer,
|
|
100
133
|
_maintenanceConfigurationPropertiesDeserializer: () => _maintenanceConfigurationPropertiesDeserializer,
|
|
101
134
|
_maintenanceConfigurationPropertiesSerializer: () => _maintenanceConfigurationPropertiesSerializer,
|
|
135
|
+
_maintenanceWindowResourceListResultDeserializer: () => _maintenanceWindowResourceListResultDeserializer,
|
|
102
136
|
_managedClusterAccessProfilePropertiesDeserializer: () => _managedClusterAccessProfilePropertiesDeserializer,
|
|
103
137
|
_managedClusterListResultDeserializer: () => _managedClusterListResultDeserializer,
|
|
138
|
+
_managedClusterNATGatewayProfileOutboundIPsDeserializer: () => _managedClusterNATGatewayProfileOutboundIPsDeserializer,
|
|
139
|
+
_managedClusterNATGatewayProfileOutboundIPsSerializer: () => _managedClusterNATGatewayProfileOutboundIPsSerializer,
|
|
140
|
+
_managedClusterNATGatewayProfileOutboundIpPrefixesDeserializer: () => _managedClusterNATGatewayProfileOutboundIpPrefixesDeserializer,
|
|
141
|
+
_managedClusterNATGatewayProfileOutboundIpPrefixesSerializer: () => _managedClusterNATGatewayProfileOutboundIpPrefixesSerializer,
|
|
104
142
|
_managedClusterPropertiesDeserializer: () => _managedClusterPropertiesDeserializer,
|
|
105
143
|
_managedClusterPropertiesSerializer: () => _managedClusterPropertiesSerializer,
|
|
144
|
+
_managedClusterSnapshotListResultDeserializer: () => _managedClusterSnapshotListResultDeserializer,
|
|
145
|
+
_managedClusterSnapshotPropertiesDeserializer: () => _managedClusterSnapshotPropertiesDeserializer,
|
|
146
|
+
_managedClusterSnapshotPropertiesSerializer: () => _managedClusterSnapshotPropertiesSerializer,
|
|
106
147
|
_managedClusterUpgradeProfilePropertiesDeserializer: () => _managedClusterUpgradeProfilePropertiesDeserializer,
|
|
107
148
|
_managedNamespaceListResultDeserializer: () => _managedNamespaceListResultDeserializer,
|
|
149
|
+
_meshMembershipsListResultDeserializer: () => _meshMembershipsListResultDeserializer,
|
|
108
150
|
_meshRevisionProfileListDeserializer: () => _meshRevisionProfileListDeserializer,
|
|
109
151
|
_meshUpgradeProfileListDeserializer: () => _meshUpgradeProfileListDeserializer,
|
|
152
|
+
_nodeImageVersionsListResultDeserializer: () => _nodeImageVersionsListResultDeserializer,
|
|
110
153
|
_operationListResultDeserializer: () => _operationListResultDeserializer,
|
|
154
|
+
_operationStatusResultListDeserializer: () => _operationStatusResultListDeserializer,
|
|
111
155
|
_operationValueDisplayDeserializer: () => _operationValueDisplayDeserializer,
|
|
112
156
|
_outboundEnvironmentEndpointCollectionDeserializer: () => _outboundEnvironmentEndpointCollectionDeserializer,
|
|
113
157
|
_privateEndpointConnectionPropertiesDeserializer: () => _privateEndpointConnectionPropertiesDeserializer,
|
|
114
158
|
_privateEndpointConnectionPropertiesSerializer: () => _privateEndpointConnectionPropertiesSerializer,
|
|
115
159
|
_runCommandResultPropertiesDeserializer: () => _runCommandResultPropertiesDeserializer,
|
|
160
|
+
_safeguardsAvailableVersionsListDeserializer: () => _safeguardsAvailableVersionsListDeserializer,
|
|
116
161
|
_snapshotListResultDeserializer: () => _snapshotListResultDeserializer,
|
|
117
162
|
_snapshotPropertiesDeserializer: () => _snapshotPropertiesDeserializer,
|
|
118
163
|
_snapshotPropertiesSerializer: () => _snapshotPropertiesSerializer,
|
|
@@ -120,6 +165,7 @@ __export(models_exports, {
|
|
|
120
165
|
_trustedAccessRoleBindingPropertiesDeserializer: () => _trustedAccessRoleBindingPropertiesDeserializer,
|
|
121
166
|
_trustedAccessRoleBindingPropertiesSerializer: () => _trustedAccessRoleBindingPropertiesSerializer,
|
|
122
167
|
_trustedAccessRoleListResultDeserializer: () => _trustedAccessRoleListResultDeserializer,
|
|
168
|
+
_vmSkusListResultDeserializer: () => _vmSkusListResultDeserializer,
|
|
123
169
|
absoluteMonthlyScheduleDeserializer: () => absoluteMonthlyScheduleDeserializer,
|
|
124
170
|
absoluteMonthlyScheduleSerializer: () => absoluteMonthlyScheduleSerializer,
|
|
125
171
|
accessProfileDeserializer: () => accessProfileDeserializer,
|
|
@@ -141,10 +187,16 @@ __export(models_exports, {
|
|
|
141
187
|
agentPoolAvailableVersionsPropertiesAgentPoolVersionsItemArrayDeserializer: () => agentPoolAvailableVersionsPropertiesAgentPoolVersionsItemArrayDeserializer,
|
|
142
188
|
agentPoolAvailableVersionsPropertiesAgentPoolVersionsItemDeserializer: () => agentPoolAvailableVersionsPropertiesAgentPoolVersionsItemDeserializer,
|
|
143
189
|
agentPoolAvailableVersionsPropertiesDeserializer: () => agentPoolAvailableVersionsPropertiesDeserializer,
|
|
190
|
+
agentPoolBlueGreenUpgradeSettingsDeserializer: () => agentPoolBlueGreenUpgradeSettingsDeserializer,
|
|
191
|
+
agentPoolBlueGreenUpgradeSettingsSerializer: () => agentPoolBlueGreenUpgradeSettingsSerializer,
|
|
144
192
|
agentPoolDeleteMachinesParameterSerializer: () => agentPoolDeleteMachinesParameterSerializer,
|
|
145
193
|
agentPoolDeserializer: () => agentPoolDeserializer,
|
|
146
194
|
agentPoolGatewayProfileDeserializer: () => agentPoolGatewayProfileDeserializer,
|
|
147
195
|
agentPoolGatewayProfileSerializer: () => agentPoolGatewayProfileSerializer,
|
|
196
|
+
agentPoolNetworkInterfaceArrayDeserializer: () => agentPoolNetworkInterfaceArrayDeserializer,
|
|
197
|
+
agentPoolNetworkInterfaceArraySerializer: () => agentPoolNetworkInterfaceArraySerializer,
|
|
198
|
+
agentPoolNetworkInterfaceDeserializer: () => agentPoolNetworkInterfaceDeserializer,
|
|
199
|
+
agentPoolNetworkInterfaceSerializer: () => agentPoolNetworkInterfaceSerializer,
|
|
148
200
|
agentPoolNetworkProfileDeserializer: () => agentPoolNetworkProfileDeserializer,
|
|
149
201
|
agentPoolNetworkProfileSerializer: () => agentPoolNetworkProfileSerializer,
|
|
150
202
|
agentPoolRecentlyUsedVersionArrayDeserializer: () => agentPoolRecentlyUsedVersionArrayDeserializer,
|
|
@@ -162,16 +214,30 @@ __export(models_exports, {
|
|
|
162
214
|
agentPoolUpgradeSettingsSerializer: () => agentPoolUpgradeSettingsSerializer,
|
|
163
215
|
agentPoolWindowsProfileDeserializer: () => agentPoolWindowsProfileDeserializer,
|
|
164
216
|
agentPoolWindowsProfileSerializer: () => agentPoolWindowsProfileSerializer,
|
|
217
|
+
autoScaleProfileArrayDeserializer: () => autoScaleProfileArrayDeserializer,
|
|
218
|
+
autoScaleProfileArraySerializer: () => autoScaleProfileArraySerializer,
|
|
219
|
+
autoScaleProfileDeserializer: () => autoScaleProfileDeserializer,
|
|
220
|
+
autoScaleProfileSerializer: () => autoScaleProfileSerializer,
|
|
165
221
|
azureKeyVaultKmsDeserializer: () => azureKeyVaultKmsDeserializer,
|
|
166
222
|
azureKeyVaultKmsSerializer: () => azureKeyVaultKmsSerializer,
|
|
223
|
+
bastionProfileDeserializer: () => bastionProfileDeserializer,
|
|
224
|
+
bastionProfileSerializer: () => bastionProfileSerializer,
|
|
167
225
|
clusterUpgradeSettingsDeserializer: () => clusterUpgradeSettingsDeserializer,
|
|
168
226
|
clusterUpgradeSettingsSerializer: () => clusterUpgradeSettingsSerializer,
|
|
169
227
|
commandResultPropertiesDeserializer: () => commandResultPropertiesDeserializer,
|
|
170
228
|
compatibleVersionsArrayDeserializer: () => compatibleVersionsArrayDeserializer,
|
|
171
229
|
compatibleVersionsDeserializer: () => compatibleVersionsDeserializer,
|
|
230
|
+
componentArrayDeserializer: () => componentArrayDeserializer,
|
|
231
|
+
componentDeserializer: () => componentDeserializer,
|
|
232
|
+
componentsByReleaseArrayDeserializer: () => componentsByReleaseArrayDeserializer,
|
|
233
|
+
componentsByReleaseDeserializer: () => componentsByReleaseDeserializer,
|
|
172
234
|
containerServiceLinuxProfileDeserializer: () => containerServiceLinuxProfileDeserializer,
|
|
173
235
|
containerServiceLinuxProfileSerializer: () => containerServiceLinuxProfileSerializer,
|
|
174
236
|
containerServiceNetworkProfileDeserializer: () => containerServiceNetworkProfileDeserializer,
|
|
237
|
+
containerServiceNetworkProfileKubeProxyConfigDeserializer: () => containerServiceNetworkProfileKubeProxyConfigDeserializer,
|
|
238
|
+
containerServiceNetworkProfileKubeProxyConfigIpvsConfigDeserializer: () => containerServiceNetworkProfileKubeProxyConfigIpvsConfigDeserializer,
|
|
239
|
+
containerServiceNetworkProfileKubeProxyConfigIpvsConfigSerializer: () => containerServiceNetworkProfileKubeProxyConfigIpvsConfigSerializer,
|
|
240
|
+
containerServiceNetworkProfileKubeProxyConfigSerializer: () => containerServiceNetworkProfileKubeProxyConfigSerializer,
|
|
175
241
|
containerServiceNetworkProfileSerializer: () => containerServiceNetworkProfileSerializer,
|
|
176
242
|
containerServiceSshConfigurationDeserializer: () => containerServiceSshConfigurationDeserializer,
|
|
177
243
|
containerServiceSshConfigurationSerializer: () => containerServiceSshConfigurationSerializer,
|
|
@@ -207,6 +273,11 @@ __export(models_exports, {
|
|
|
207
273
|
extendedLocationSerializer: () => extendedLocationSerializer,
|
|
208
274
|
gpuProfileDeserializer: () => gpuProfileDeserializer,
|
|
209
275
|
gpuProfileSerializer: () => gpuProfileSerializer,
|
|
276
|
+
guardrailsAvailableVersionArrayDeserializer: () => guardrailsAvailableVersionArrayDeserializer,
|
|
277
|
+
guardrailsAvailableVersionDeserializer: () => guardrailsAvailableVersionDeserializer,
|
|
278
|
+
guardrailsAvailableVersionsPropertiesDeserializer: () => guardrailsAvailableVersionsPropertiesDeserializer,
|
|
279
|
+
hardEvictionThresholdDeserializer: () => hardEvictionThresholdDeserializer,
|
|
280
|
+
hardEvictionThresholdSerializer: () => hardEvictionThresholdSerializer,
|
|
210
281
|
identityBindingArrayDeserializer: () => identityBindingArrayDeserializer,
|
|
211
282
|
identityBindingArraySerializer: () => identityBindingArraySerializer,
|
|
212
283
|
identityBindingDeserializer: () => identityBindingDeserializer,
|
|
@@ -236,16 +307,52 @@ __export(models_exports, {
|
|
|
236
307
|
istioPluginCertificateAuthoritySerializer: () => istioPluginCertificateAuthoritySerializer,
|
|
237
308
|
istioServiceMeshDeserializer: () => istioServiceMeshDeserializer,
|
|
238
309
|
istioServiceMeshSerializer: () => istioServiceMeshSerializer,
|
|
310
|
+
jwtAuthenticatorArrayDeserializer: () => jwtAuthenticatorArrayDeserializer,
|
|
311
|
+
jwtAuthenticatorArraySerializer: () => jwtAuthenticatorArraySerializer,
|
|
312
|
+
jwtAuthenticatorClaimMappingExpressionDeserializer: () => jwtAuthenticatorClaimMappingExpressionDeserializer,
|
|
313
|
+
jwtAuthenticatorClaimMappingExpressionSerializer: () => jwtAuthenticatorClaimMappingExpressionSerializer,
|
|
314
|
+
jwtAuthenticatorClaimMappingsDeserializer: () => jwtAuthenticatorClaimMappingsDeserializer,
|
|
315
|
+
jwtAuthenticatorClaimMappingsSerializer: () => jwtAuthenticatorClaimMappingsSerializer,
|
|
316
|
+
jwtAuthenticatorDeserializer: () => jwtAuthenticatorDeserializer,
|
|
317
|
+
jwtAuthenticatorExtraClaimMappingExpressionArrayDeserializer: () => jwtAuthenticatorExtraClaimMappingExpressionArrayDeserializer,
|
|
318
|
+
jwtAuthenticatorExtraClaimMappingExpressionArraySerializer: () => jwtAuthenticatorExtraClaimMappingExpressionArraySerializer,
|
|
319
|
+
jwtAuthenticatorExtraClaimMappingExpressionDeserializer: () => jwtAuthenticatorExtraClaimMappingExpressionDeserializer,
|
|
320
|
+
jwtAuthenticatorExtraClaimMappingExpressionSerializer: () => jwtAuthenticatorExtraClaimMappingExpressionSerializer,
|
|
321
|
+
jwtAuthenticatorIssuerDeserializer: () => jwtAuthenticatorIssuerDeserializer,
|
|
322
|
+
jwtAuthenticatorIssuerSerializer: () => jwtAuthenticatorIssuerSerializer,
|
|
323
|
+
jwtAuthenticatorPropertiesDeserializer: () => jwtAuthenticatorPropertiesDeserializer,
|
|
324
|
+
jwtAuthenticatorPropertiesSerializer: () => jwtAuthenticatorPropertiesSerializer,
|
|
325
|
+
jwtAuthenticatorSerializer: () => jwtAuthenticatorSerializer,
|
|
326
|
+
jwtAuthenticatorValidationRuleArrayDeserializer: () => jwtAuthenticatorValidationRuleArrayDeserializer,
|
|
327
|
+
jwtAuthenticatorValidationRuleArraySerializer: () => jwtAuthenticatorValidationRuleArraySerializer,
|
|
328
|
+
jwtAuthenticatorValidationRuleDeserializer: () => jwtAuthenticatorValidationRuleDeserializer,
|
|
329
|
+
jwtAuthenticatorValidationRuleSerializer: () => jwtAuthenticatorValidationRuleSerializer,
|
|
330
|
+
kubeReservedDeserializer: () => kubeReservedDeserializer,
|
|
331
|
+
kubeReservedSerializer: () => kubeReservedSerializer,
|
|
239
332
|
kubeletConfigDeserializer: () => kubeletConfigDeserializer,
|
|
240
333
|
kubeletConfigSerializer: () => kubeletConfigSerializer,
|
|
241
334
|
kubernetesPatchVersionDeserializer: () => kubernetesPatchVersionDeserializer,
|
|
242
335
|
kubernetesPatchVersionRecordDeserializer: () => kubernetesPatchVersionRecordDeserializer,
|
|
336
|
+
kubernetesResourceObjectEncryptionProfileDeserializer: () => kubernetesResourceObjectEncryptionProfileDeserializer,
|
|
337
|
+
kubernetesResourceObjectEncryptionProfileSerializer: () => kubernetesResourceObjectEncryptionProfileSerializer,
|
|
243
338
|
kubernetesVersionArrayDeserializer: () => kubernetesVersionArrayDeserializer,
|
|
244
339
|
kubernetesVersionCapabilitiesDeserializer: () => kubernetesVersionCapabilitiesDeserializer,
|
|
245
340
|
kubernetesVersionDeserializer: () => kubernetesVersionDeserializer,
|
|
246
341
|
kubernetesVersionListResultDeserializer: () => kubernetesVersionListResultDeserializer,
|
|
342
|
+
labelSelectorDeserializer: () => labelSelectorDeserializer,
|
|
343
|
+
labelSelectorRequirementArrayDeserializer: () => labelSelectorRequirementArrayDeserializer,
|
|
344
|
+
labelSelectorRequirementArraySerializer: () => labelSelectorRequirementArraySerializer,
|
|
345
|
+
labelSelectorRequirementDeserializer: () => labelSelectorRequirementDeserializer,
|
|
346
|
+
labelSelectorRequirementSerializer: () => labelSelectorRequirementSerializer,
|
|
347
|
+
labelSelectorSerializer: () => labelSelectorSerializer,
|
|
247
348
|
linuxOSConfigDeserializer: () => linuxOSConfigDeserializer,
|
|
248
349
|
linuxOSConfigSerializer: () => linuxOSConfigSerializer,
|
|
350
|
+
loadBalancerArrayDeserializer: () => loadBalancerArrayDeserializer,
|
|
351
|
+
loadBalancerArraySerializer: () => loadBalancerArraySerializer,
|
|
352
|
+
loadBalancerDeserializer: () => loadBalancerDeserializer,
|
|
353
|
+
loadBalancerPropertiesDeserializer: () => loadBalancerPropertiesDeserializer,
|
|
354
|
+
loadBalancerPropertiesSerializer: () => loadBalancerPropertiesSerializer,
|
|
355
|
+
loadBalancerSerializer: () => loadBalancerSerializer,
|
|
249
356
|
localDNSOverrideDeserializer: () => localDNSOverrideDeserializer,
|
|
250
357
|
localDNSOverrideRecordDeserializer: () => localDNSOverrideRecordDeserializer,
|
|
251
358
|
localDNSOverrideRecordSerializer: () => localDNSOverrideRecordSerializer,
|
|
@@ -253,11 +360,28 @@ __export(models_exports, {
|
|
|
253
360
|
localDNSProfileDeserializer: () => localDNSProfileDeserializer,
|
|
254
361
|
localDNSProfileSerializer: () => localDNSProfileSerializer,
|
|
255
362
|
machineArrayDeserializer: () => machineArrayDeserializer,
|
|
363
|
+
machineArraySerializer: () => machineArraySerializer,
|
|
364
|
+
machineBillingProfileDeserializer: () => machineBillingProfileDeserializer,
|
|
365
|
+
machineBillingProfileSerializer: () => machineBillingProfileSerializer,
|
|
256
366
|
machineDeserializer: () => machineDeserializer,
|
|
367
|
+
machineHardwareProfileDeserializer: () => machineHardwareProfileDeserializer,
|
|
368
|
+
machineHardwareProfileSerializer: () => machineHardwareProfileSerializer,
|
|
257
369
|
machineIpAddressArrayDeserializer: () => machineIpAddressArrayDeserializer,
|
|
258
370
|
machineIpAddressDeserializer: () => machineIpAddressDeserializer,
|
|
371
|
+
machineKubernetesProfileDeserializer: () => machineKubernetesProfileDeserializer,
|
|
372
|
+
machineKubernetesProfileSerializer: () => machineKubernetesProfileSerializer,
|
|
259
373
|
machineNetworkPropertiesDeserializer: () => machineNetworkPropertiesDeserializer,
|
|
374
|
+
machineNetworkPropertiesSerializer: () => machineNetworkPropertiesSerializer,
|
|
375
|
+
machineOSProfileDeserializer: () => machineOSProfileDeserializer,
|
|
376
|
+
machineOSProfileLinuxProfileDeserializer: () => machineOSProfileLinuxProfileDeserializer,
|
|
377
|
+
machineOSProfileLinuxProfileSerializer: () => machineOSProfileLinuxProfileSerializer,
|
|
378
|
+
machineOSProfileSerializer: () => machineOSProfileSerializer,
|
|
260
379
|
machinePropertiesDeserializer: () => machinePropertiesDeserializer,
|
|
380
|
+
machinePropertiesSerializer: () => machinePropertiesSerializer,
|
|
381
|
+
machineSecurityProfileDeserializer: () => machineSecurityProfileDeserializer,
|
|
382
|
+
machineSecurityProfileSerializer: () => machineSecurityProfileSerializer,
|
|
383
|
+
machineSerializer: () => machineSerializer,
|
|
384
|
+
machineStatusDeserializer: () => machineStatusDeserializer,
|
|
261
385
|
maintenanceConfigurationArrayDeserializer: () => maintenanceConfigurationArrayDeserializer,
|
|
262
386
|
maintenanceConfigurationArraySerializer: () => maintenanceConfigurationArraySerializer,
|
|
263
387
|
maintenanceConfigurationDeserializer: () => maintenanceConfigurationDeserializer,
|
|
@@ -265,6 +389,12 @@ __export(models_exports, {
|
|
|
265
389
|
maintenanceConfigurationPropertiesSerializer: () => maintenanceConfigurationPropertiesSerializer,
|
|
266
390
|
maintenanceConfigurationSerializer: () => maintenanceConfigurationSerializer,
|
|
267
391
|
maintenanceWindowDeserializer: () => maintenanceWindowDeserializer,
|
|
392
|
+
maintenanceWindowResourceArrayDeserializer: () => maintenanceWindowResourceArrayDeserializer,
|
|
393
|
+
maintenanceWindowResourceArraySerializer: () => maintenanceWindowResourceArraySerializer,
|
|
394
|
+
maintenanceWindowResourceDeserializer: () => maintenanceWindowResourceDeserializer,
|
|
395
|
+
maintenanceWindowResourcePropertiesDeserializer: () => maintenanceWindowResourcePropertiesDeserializer,
|
|
396
|
+
maintenanceWindowResourcePropertiesSerializer: () => maintenanceWindowResourcePropertiesSerializer,
|
|
397
|
+
maintenanceWindowResourceSerializer: () => maintenanceWindowResourceSerializer,
|
|
268
398
|
maintenanceWindowSerializer: () => maintenanceWindowSerializer,
|
|
269
399
|
managedClusterAADProfileDeserializer: () => managedClusterAADProfileDeserializer,
|
|
270
400
|
managedClusterAADProfileSerializer: () => managedClusterAADProfileSerializer,
|
|
@@ -293,7 +423,13 @@ __export(models_exports, {
|
|
|
293
423
|
managedClusterAzureMonitorProfileAppMonitoringAutoInstrumentationDeserializer: () => managedClusterAzureMonitorProfileAppMonitoringAutoInstrumentationDeserializer,
|
|
294
424
|
managedClusterAzureMonitorProfileAppMonitoringAutoInstrumentationSerializer: () => managedClusterAzureMonitorProfileAppMonitoringAutoInstrumentationSerializer,
|
|
295
425
|
managedClusterAzureMonitorProfileAppMonitoringDeserializer: () => managedClusterAzureMonitorProfileAppMonitoringDeserializer,
|
|
426
|
+
managedClusterAzureMonitorProfileAppMonitoringOpenTelemetryLogsAndTracesDeserializer: () => managedClusterAzureMonitorProfileAppMonitoringOpenTelemetryLogsAndTracesDeserializer,
|
|
427
|
+
managedClusterAzureMonitorProfileAppMonitoringOpenTelemetryLogsAndTracesSerializer: () => managedClusterAzureMonitorProfileAppMonitoringOpenTelemetryLogsAndTracesSerializer,
|
|
428
|
+
managedClusterAzureMonitorProfileAppMonitoringOpenTelemetryMetricsDeserializer: () => managedClusterAzureMonitorProfileAppMonitoringOpenTelemetryMetricsDeserializer,
|
|
429
|
+
managedClusterAzureMonitorProfileAppMonitoringOpenTelemetryMetricsSerializer: () => managedClusterAzureMonitorProfileAppMonitoringOpenTelemetryMetricsSerializer,
|
|
296
430
|
managedClusterAzureMonitorProfileAppMonitoringSerializer: () => managedClusterAzureMonitorProfileAppMonitoringSerializer,
|
|
431
|
+
managedClusterAzureMonitorProfileContainerInsightsDeserializer: () => managedClusterAzureMonitorProfileContainerInsightsDeserializer,
|
|
432
|
+
managedClusterAzureMonitorProfileContainerInsightsSerializer: () => managedClusterAzureMonitorProfileContainerInsightsSerializer,
|
|
297
433
|
managedClusterAzureMonitorProfileDeserializer: () => managedClusterAzureMonitorProfileDeserializer,
|
|
298
434
|
managedClusterAzureMonitorProfileKubeStateMetricsDeserializer: () => managedClusterAzureMonitorProfileKubeStateMetricsDeserializer,
|
|
299
435
|
managedClusterAzureMonitorProfileKubeStateMetricsSerializer: () => managedClusterAzureMonitorProfileKubeStateMetricsSerializer,
|
|
@@ -304,15 +440,23 @@ __export(models_exports, {
|
|
|
304
440
|
managedClusterAzureMonitorProfileSerializer: () => managedClusterAzureMonitorProfileSerializer,
|
|
305
441
|
managedClusterBootstrapProfileDeserializer: () => managedClusterBootstrapProfileDeserializer,
|
|
306
442
|
managedClusterBootstrapProfileSerializer: () => managedClusterBootstrapProfileSerializer,
|
|
443
|
+
managedClusterControlPlaneScalingProfileDeserializer: () => managedClusterControlPlaneScalingProfileDeserializer,
|
|
444
|
+
managedClusterControlPlaneScalingProfileSerializer: () => managedClusterControlPlaneScalingProfileSerializer,
|
|
307
445
|
managedClusterCostAnalysisDeserializer: () => managedClusterCostAnalysisDeserializer,
|
|
308
446
|
managedClusterCostAnalysisSerializer: () => managedClusterCostAnalysisSerializer,
|
|
309
447
|
managedClusterDeserializer: () => managedClusterDeserializer,
|
|
448
|
+
managedClusterHealthMonitorProfileDeserializer: () => managedClusterHealthMonitorProfileDeserializer,
|
|
449
|
+
managedClusterHealthMonitorProfileSerializer: () => managedClusterHealthMonitorProfileSerializer,
|
|
310
450
|
managedClusterHostedSystemProfileDeserializer: () => managedClusterHostedSystemProfileDeserializer,
|
|
311
451
|
managedClusterHostedSystemProfileSerializer: () => managedClusterHostedSystemProfileSerializer,
|
|
312
452
|
managedClusterHttpProxyConfigDeserializer: () => managedClusterHttpProxyConfigDeserializer,
|
|
313
453
|
managedClusterHttpProxyConfigSerializer: () => managedClusterHttpProxyConfigSerializer,
|
|
314
454
|
managedClusterIdentityDeserializer: () => managedClusterIdentityDeserializer,
|
|
315
455
|
managedClusterIdentitySerializer: () => managedClusterIdentitySerializer,
|
|
456
|
+
managedClusterIngressDefaultDomainProfileDeserializer: () => managedClusterIngressDefaultDomainProfileDeserializer,
|
|
457
|
+
managedClusterIngressDefaultDomainProfileSerializer: () => managedClusterIngressDefaultDomainProfileSerializer,
|
|
458
|
+
managedClusterIngressProfileApplicationLoadBalancerDeserializer: () => managedClusterIngressProfileApplicationLoadBalancerDeserializer,
|
|
459
|
+
managedClusterIngressProfileApplicationLoadBalancerSerializer: () => managedClusterIngressProfileApplicationLoadBalancerSerializer,
|
|
316
460
|
managedClusterIngressProfileDeserializer: () => managedClusterIngressProfileDeserializer,
|
|
317
461
|
managedClusterIngressProfileGatewayConfigurationDeserializer: () => managedClusterIngressProfileGatewayConfigurationDeserializer,
|
|
318
462
|
managedClusterIngressProfileGatewayConfigurationSerializer: () => managedClusterIngressProfileGatewayConfigurationSerializer,
|
|
@@ -362,22 +506,39 @@ __export(models_exports, {
|
|
|
362
506
|
managedClusterPropertiesAutoScalerProfileDeserializer: () => managedClusterPropertiesAutoScalerProfileDeserializer,
|
|
363
507
|
managedClusterPropertiesAutoScalerProfileSerializer: () => managedClusterPropertiesAutoScalerProfileSerializer,
|
|
364
508
|
managedClusterPropertiesDeserializer: () => managedClusterPropertiesDeserializer,
|
|
509
|
+
managedClusterPropertiesForSnapshotDeserializer: () => managedClusterPropertiesForSnapshotDeserializer,
|
|
365
510
|
managedClusterPropertiesSerializer: () => managedClusterPropertiesSerializer,
|
|
366
511
|
managedClusterSKUDeserializer: () => managedClusterSKUDeserializer,
|
|
367
512
|
managedClusterSKUSerializer: () => managedClusterSKUSerializer,
|
|
368
513
|
managedClusterSecurityProfileDefenderDeserializer: () => managedClusterSecurityProfileDefenderDeserializer,
|
|
514
|
+
managedClusterSecurityProfileDefenderSecurityGatingDeserializer: () => managedClusterSecurityProfileDefenderSecurityGatingDeserializer,
|
|
515
|
+
managedClusterSecurityProfileDefenderSecurityGatingIdentitiesItemArrayDeserializer: () => managedClusterSecurityProfileDefenderSecurityGatingIdentitiesItemArrayDeserializer,
|
|
516
|
+
managedClusterSecurityProfileDefenderSecurityGatingIdentitiesItemArraySerializer: () => managedClusterSecurityProfileDefenderSecurityGatingIdentitiesItemArraySerializer,
|
|
517
|
+
managedClusterSecurityProfileDefenderSecurityGatingIdentitiesItemDeserializer: () => managedClusterSecurityProfileDefenderSecurityGatingIdentitiesItemDeserializer,
|
|
518
|
+
managedClusterSecurityProfileDefenderSecurityGatingIdentitiesItemSerializer: () => managedClusterSecurityProfileDefenderSecurityGatingIdentitiesItemSerializer,
|
|
519
|
+
managedClusterSecurityProfileDefenderSecurityGatingSerializer: () => managedClusterSecurityProfileDefenderSecurityGatingSerializer,
|
|
369
520
|
managedClusterSecurityProfileDefenderSecurityMonitoringDeserializer: () => managedClusterSecurityProfileDefenderSecurityMonitoringDeserializer,
|
|
370
521
|
managedClusterSecurityProfileDefenderSecurityMonitoringSerializer: () => managedClusterSecurityProfileDefenderSecurityMonitoringSerializer,
|
|
371
522
|
managedClusterSecurityProfileDefenderSerializer: () => managedClusterSecurityProfileDefenderSerializer,
|
|
372
523
|
managedClusterSecurityProfileDeserializer: () => managedClusterSecurityProfileDeserializer,
|
|
373
524
|
managedClusterSecurityProfileImageCleanerDeserializer: () => managedClusterSecurityProfileImageCleanerDeserializer,
|
|
374
525
|
managedClusterSecurityProfileImageCleanerSerializer: () => managedClusterSecurityProfileImageCleanerSerializer,
|
|
526
|
+
managedClusterSecurityProfileImageIntegrityDeserializer: () => managedClusterSecurityProfileImageIntegrityDeserializer,
|
|
527
|
+
managedClusterSecurityProfileImageIntegritySerializer: () => managedClusterSecurityProfileImageIntegritySerializer,
|
|
528
|
+
managedClusterSecurityProfileNodeRestrictionDeserializer: () => managedClusterSecurityProfileNodeRestrictionDeserializer,
|
|
529
|
+
managedClusterSecurityProfileNodeRestrictionSerializer: () => managedClusterSecurityProfileNodeRestrictionSerializer,
|
|
375
530
|
managedClusterSecurityProfileSerializer: () => managedClusterSecurityProfileSerializer,
|
|
376
531
|
managedClusterSecurityProfileWorkloadIdentityDeserializer: () => managedClusterSecurityProfileWorkloadIdentityDeserializer,
|
|
377
532
|
managedClusterSecurityProfileWorkloadIdentitySerializer: () => managedClusterSecurityProfileWorkloadIdentitySerializer,
|
|
378
533
|
managedClusterSerializer: () => managedClusterSerializer,
|
|
379
534
|
managedClusterServicePrincipalProfileDeserializer: () => managedClusterServicePrincipalProfileDeserializer,
|
|
380
535
|
managedClusterServicePrincipalProfileSerializer: () => managedClusterServicePrincipalProfileSerializer,
|
|
536
|
+
managedClusterSnapshotArrayDeserializer: () => managedClusterSnapshotArrayDeserializer,
|
|
537
|
+
managedClusterSnapshotArraySerializer: () => managedClusterSnapshotArraySerializer,
|
|
538
|
+
managedClusterSnapshotDeserializer: () => managedClusterSnapshotDeserializer,
|
|
539
|
+
managedClusterSnapshotPropertiesDeserializer: () => managedClusterSnapshotPropertiesDeserializer,
|
|
540
|
+
managedClusterSnapshotPropertiesSerializer: () => managedClusterSnapshotPropertiesSerializer,
|
|
541
|
+
managedClusterSnapshotSerializer: () => managedClusterSnapshotSerializer,
|
|
381
542
|
managedClusterStaticEgressGatewayProfileDeserializer: () => managedClusterStaticEgressGatewayProfileDeserializer,
|
|
382
543
|
managedClusterStaticEgressGatewayProfileSerializer: () => managedClusterStaticEgressGatewayProfileSerializer,
|
|
383
544
|
managedClusterStatusDeserializer: () => managedClusterStatusDeserializer,
|
|
@@ -416,6 +577,14 @@ __export(models_exports, {
|
|
|
416
577
|
manualScaleProfileArraySerializer: () => manualScaleProfileArraySerializer,
|
|
417
578
|
manualScaleProfileDeserializer: () => manualScaleProfileDeserializer,
|
|
418
579
|
manualScaleProfileSerializer: () => manualScaleProfileSerializer,
|
|
580
|
+
meshMembershipArrayDeserializer: () => meshMembershipArrayDeserializer,
|
|
581
|
+
meshMembershipArraySerializer: () => meshMembershipArraySerializer,
|
|
582
|
+
meshMembershipDeserializer: () => meshMembershipDeserializer,
|
|
583
|
+
meshMembershipPrivateConnectProfileDeserializer: () => meshMembershipPrivateConnectProfileDeserializer,
|
|
584
|
+
meshMembershipPrivateConnectProfileSerializer: () => meshMembershipPrivateConnectProfileSerializer,
|
|
585
|
+
meshMembershipPropertiesDeserializer: () => meshMembershipPropertiesDeserializer,
|
|
586
|
+
meshMembershipPropertiesSerializer: () => meshMembershipPropertiesSerializer,
|
|
587
|
+
meshMembershipSerializer: () => meshMembershipSerializer,
|
|
419
588
|
meshRevisionArrayDeserializer: () => meshRevisionArrayDeserializer,
|
|
420
589
|
meshRevisionDeserializer: () => meshRevisionDeserializer,
|
|
421
590
|
meshRevisionProfileArrayDeserializer: () => meshRevisionProfileArrayDeserializer,
|
|
@@ -428,6 +597,15 @@ __export(models_exports, {
|
|
|
428
597
|
namespacePropertiesSerializer: () => namespacePropertiesSerializer,
|
|
429
598
|
networkPoliciesDeserializer: () => networkPoliciesDeserializer,
|
|
430
599
|
networkPoliciesSerializer: () => networkPoliciesSerializer,
|
|
600
|
+
networkProfileForSnapshotDeserializer: () => networkProfileForSnapshotDeserializer,
|
|
601
|
+
nodeDisruptionProfileDeserializer: () => nodeDisruptionProfileDeserializer,
|
|
602
|
+
nodeDisruptionProfileSerializer: () => nodeDisruptionProfileSerializer,
|
|
603
|
+
nodeImageVersionArrayDeserializer: () => nodeImageVersionArrayDeserializer,
|
|
604
|
+
nodeImageVersionDeserializer: () => nodeImageVersionDeserializer,
|
|
605
|
+
nvidiaGPUProfileDeserializer: () => nvidiaGPUProfileDeserializer,
|
|
606
|
+
nvidiaGPUProfileSerializer: () => nvidiaGPUProfileSerializer,
|
|
607
|
+
operationStatusResultArrayDeserializer: () => operationStatusResultArrayDeserializer,
|
|
608
|
+
operationStatusResultDeserializer: () => operationStatusResultDeserializer,
|
|
431
609
|
operationValueArrayDeserializer: () => operationValueArrayDeserializer,
|
|
432
610
|
operationValueDeserializer: () => operationValueDeserializer,
|
|
433
611
|
operationValueDisplayDeserializer: () => operationValueDisplayDeserializer,
|
|
@@ -439,6 +617,8 @@ __export(models_exports, {
|
|
|
439
617
|
portRangeSerializer: () => portRangeSerializer,
|
|
440
618
|
powerStateDeserializer: () => powerStateDeserializer,
|
|
441
619
|
powerStateSerializer: () => powerStateSerializer,
|
|
620
|
+
preparedImageSpecificationProfileDeserializer: () => preparedImageSpecificationProfileDeserializer,
|
|
621
|
+
preparedImageSpecificationProfileSerializer: () => preparedImageSpecificationProfileSerializer,
|
|
442
622
|
privateEndpointConnectionArrayDeserializer: () => privateEndpointConnectionArrayDeserializer,
|
|
443
623
|
privateEndpointConnectionArraySerializer: () => privateEndpointConnectionArraySerializer,
|
|
444
624
|
privateEndpointConnectionDeserializer: () => privateEndpointConnectionDeserializer,
|
|
@@ -457,6 +637,7 @@ __export(models_exports, {
|
|
|
457
637
|
privateLinkServiceConnectionStateSerializer: () => privateLinkServiceConnectionStateSerializer,
|
|
458
638
|
proxyResourceDeserializer: () => proxyResourceDeserializer,
|
|
459
639
|
proxyResourceSerializer: () => proxyResourceSerializer,
|
|
640
|
+
rebalanceLoadBalancersRequestBodySerializer: () => rebalanceLoadBalancersRequestBodySerializer,
|
|
460
641
|
relativeMonthlyScheduleDeserializer: () => relativeMonthlyScheduleDeserializer,
|
|
461
642
|
relativeMonthlyScheduleSerializer: () => relativeMonthlyScheduleSerializer,
|
|
462
643
|
resourceDeserializer: () => resourceDeserializer,
|
|
@@ -467,12 +648,37 @@ __export(models_exports, {
|
|
|
467
648
|
resourceReferenceDeserializer: () => resourceReferenceDeserializer,
|
|
468
649
|
resourceReferenceSerializer: () => resourceReferenceSerializer,
|
|
469
650
|
resourceSerializer: () => resourceSerializer,
|
|
651
|
+
resourceSkuArrayDeserializer: () => resourceSkuArrayDeserializer,
|
|
652
|
+
resourceSkuCapabilitiesArrayDeserializer: () => resourceSkuCapabilitiesArrayDeserializer,
|
|
653
|
+
resourceSkuCapabilitiesDeserializer: () => resourceSkuCapabilitiesDeserializer,
|
|
654
|
+
resourceSkuCapacityDeserializer: () => resourceSkuCapacityDeserializer,
|
|
655
|
+
resourceSkuCostsArrayDeserializer: () => resourceSkuCostsArrayDeserializer,
|
|
656
|
+
resourceSkuCostsDeserializer: () => resourceSkuCostsDeserializer,
|
|
657
|
+
resourceSkuDeserializer: () => resourceSkuDeserializer,
|
|
658
|
+
resourceSkuLocationInfoArrayDeserializer: () => resourceSkuLocationInfoArrayDeserializer,
|
|
659
|
+
resourceSkuLocationInfoDeserializer: () => resourceSkuLocationInfoDeserializer,
|
|
660
|
+
resourceSkuRestrictionInfoDeserializer: () => resourceSkuRestrictionInfoDeserializer,
|
|
661
|
+
resourceSkuRestrictionsArrayDeserializer: () => resourceSkuRestrictionsArrayDeserializer,
|
|
662
|
+
resourceSkuRestrictionsDeserializer: () => resourceSkuRestrictionsDeserializer,
|
|
663
|
+
resourceSkuZoneDetailsArrayDeserializer: () => resourceSkuZoneDetailsArrayDeserializer,
|
|
664
|
+
resourceSkuZoneDetailsDeserializer: () => resourceSkuZoneDetailsDeserializer,
|
|
470
665
|
runCommandRequestSerializer: () => runCommandRequestSerializer,
|
|
471
666
|
runCommandResultDeserializer: () => runCommandResultDeserializer,
|
|
667
|
+
safeguardsAvailableVersionArrayDeserializer: () => safeguardsAvailableVersionArrayDeserializer,
|
|
668
|
+
safeguardsAvailableVersionDeserializer: () => safeguardsAvailableVersionDeserializer,
|
|
669
|
+
safeguardsAvailableVersionsPropertiesDeserializer: () => safeguardsAvailableVersionsPropertiesDeserializer,
|
|
472
670
|
scaleProfileDeserializer: () => scaleProfileDeserializer,
|
|
473
671
|
scaleProfileSerializer: () => scaleProfileSerializer,
|
|
474
672
|
scheduleDeserializer: () => scheduleDeserializer,
|
|
475
673
|
scheduleSerializer: () => scheduleSerializer,
|
|
674
|
+
schedulerInstanceProfileDeserializer: () => schedulerInstanceProfileDeserializer,
|
|
675
|
+
schedulerInstanceProfileSerializer: () => schedulerInstanceProfileSerializer,
|
|
676
|
+
schedulerProfileDeserializer: () => schedulerProfileDeserializer,
|
|
677
|
+
schedulerProfileSchedulerInstanceProfilesDeserializer: () => schedulerProfileSchedulerInstanceProfilesDeserializer,
|
|
678
|
+
schedulerProfileSchedulerInstanceProfilesSerializer: () => schedulerProfileSchedulerInstanceProfilesSerializer,
|
|
679
|
+
schedulerProfileSerializer: () => schedulerProfileSerializer,
|
|
680
|
+
serviceAccountImagePullProfileDeserializer: () => serviceAccountImagePullProfileDeserializer,
|
|
681
|
+
serviceAccountImagePullProfileSerializer: () => serviceAccountImagePullProfileSerializer,
|
|
476
682
|
serviceMeshProfileDeserializer: () => serviceMeshProfileDeserializer,
|
|
477
683
|
serviceMeshProfileSerializer: () => serviceMeshProfileSerializer,
|
|
478
684
|
snapshotArrayDeserializer: () => snapshotArrayDeserializer,
|
|
@@ -549,7 +755,10 @@ function agentPoolSerializer(item) {
|
|
|
549
755
|
"mode",
|
|
550
756
|
"orchestratorVersion",
|
|
551
757
|
"nodeImageVersion",
|
|
758
|
+
"upgradeStrategy",
|
|
759
|
+
"enableOSDiskFullCaching",
|
|
552
760
|
"upgradeSettings",
|
|
761
|
+
"upgradeSettingsBlueGreen",
|
|
553
762
|
"powerState",
|
|
554
763
|
"availabilityZones",
|
|
555
764
|
"enableNodePublicIP",
|
|
@@ -560,6 +769,7 @@ function agentPoolSerializer(item) {
|
|
|
560
769
|
"tags",
|
|
561
770
|
"nodeLabels",
|
|
562
771
|
"nodeTaints",
|
|
772
|
+
"nodeInitializationTaints",
|
|
563
773
|
"proximityPlacementGroupID",
|
|
564
774
|
"kubeletConfig",
|
|
565
775
|
"linuxOSConfig",
|
|
@@ -579,7 +789,8 @@ function agentPoolSerializer(item) {
|
|
|
579
789
|
"virtualMachinesProfile",
|
|
580
790
|
"virtualMachineNodesStatus",
|
|
581
791
|
"status",
|
|
582
|
-
"localDNSProfile"
|
|
792
|
+
"localDNSProfile",
|
|
793
|
+
"preparedImageSpecificationProfile"
|
|
583
794
|
]) ? void 0 : _agentPoolPropertiesSerializer(item)
|
|
584
795
|
};
|
|
585
796
|
}
|
|
@@ -615,7 +826,10 @@ function managedClusterAgentPoolProfilePropertiesSerializer(item) {
|
|
|
615
826
|
mode: item["mode"],
|
|
616
827
|
orchestratorVersion: item["orchestratorVersion"],
|
|
617
828
|
nodeImageVersion: item["nodeImageVersion"],
|
|
829
|
+
upgradeStrategy: item["upgradeStrategy"],
|
|
830
|
+
enableOSDiskFullCaching: item["enableOSDiskFullCaching"],
|
|
618
831
|
upgradeSettings: !item["upgradeSettings"] ? item["upgradeSettings"] : agentPoolUpgradeSettingsSerializer(item["upgradeSettings"]),
|
|
832
|
+
upgradeSettingsBlueGreen: !item["upgradeSettingsBlueGreen"] ? item["upgradeSettingsBlueGreen"] : agentPoolBlueGreenUpgradeSettingsSerializer(item["upgradeSettingsBlueGreen"]),
|
|
619
833
|
powerState: !item["powerState"] ? item["powerState"] : powerStateSerializer(item["powerState"]),
|
|
620
834
|
availabilityZones: !item["availabilityZones"] ? item["availabilityZones"] : item["availabilityZones"].map((p) => {
|
|
621
835
|
return p;
|
|
@@ -630,6 +844,9 @@ function managedClusterAgentPoolProfilePropertiesSerializer(item) {
|
|
|
630
844
|
nodeTaints: !item["nodeTaints"] ? item["nodeTaints"] : item["nodeTaints"].map((p) => {
|
|
631
845
|
return p;
|
|
632
846
|
}),
|
|
847
|
+
nodeInitializationTaints: !item["nodeInitializationTaints"] ? item["nodeInitializationTaints"] : item["nodeInitializationTaints"].map((p) => {
|
|
848
|
+
return p;
|
|
849
|
+
}),
|
|
633
850
|
proximityPlacementGroupID: item["proximityPlacementGroupID"],
|
|
634
851
|
kubeletConfig: !item["kubeletConfig"] ? item["kubeletConfig"] : kubeletConfigSerializer(item["kubeletConfig"]),
|
|
635
852
|
linuxOSConfig: !item["linuxOSConfig"] ? item["linuxOSConfig"] : linuxOSConfigSerializer(item["linuxOSConfig"]),
|
|
@@ -649,7 +866,8 @@ function managedClusterAgentPoolProfilePropertiesSerializer(item) {
|
|
|
649
866
|
virtualMachinesProfile: !item["virtualMachinesProfile"] ? item["virtualMachinesProfile"] : virtualMachinesProfileSerializer(item["virtualMachinesProfile"]),
|
|
650
867
|
virtualMachineNodesStatus: !item["virtualMachineNodesStatus"] ? item["virtualMachineNodesStatus"] : virtualMachineNodesArraySerializer(item["virtualMachineNodesStatus"]),
|
|
651
868
|
status: !item["status"] ? item["status"] : agentPoolStatusSerializer(item["status"]),
|
|
652
|
-
localDNSProfile: !item["localDNSProfile"] ? item["localDNSProfile"] : localDNSProfileSerializer(item["localDNSProfile"])
|
|
869
|
+
localDNSProfile: !item["localDNSProfile"] ? item["localDNSProfile"] : localDNSProfileSerializer(item["localDNSProfile"]),
|
|
870
|
+
preparedImageSpecificationProfile: !item["preparedImageSpecificationProfile"] ? item["preparedImageSpecificationProfile"] : preparedImageSpecificationProfileSerializer(item["preparedImageSpecificationProfile"])
|
|
653
871
|
};
|
|
654
872
|
}
|
|
655
873
|
function managedClusterAgentPoolProfilePropertiesDeserializer(item) {
|
|
@@ -677,7 +895,10 @@ function managedClusterAgentPoolProfilePropertiesDeserializer(item) {
|
|
|
677
895
|
orchestratorVersion: item["orchestratorVersion"],
|
|
678
896
|
currentOrchestratorVersion: item["currentOrchestratorVersion"],
|
|
679
897
|
nodeImageVersion: item["nodeImageVersion"],
|
|
898
|
+
upgradeStrategy: item["upgradeStrategy"],
|
|
899
|
+
enableOSDiskFullCaching: item["enableOSDiskFullCaching"],
|
|
680
900
|
upgradeSettings: !item["upgradeSettings"] ? item["upgradeSettings"] : agentPoolUpgradeSettingsDeserializer(item["upgradeSettings"]),
|
|
901
|
+
upgradeSettingsBlueGreen: !item["upgradeSettingsBlueGreen"] ? item["upgradeSettingsBlueGreen"] : agentPoolBlueGreenUpgradeSettingsDeserializer(item["upgradeSettingsBlueGreen"]),
|
|
681
902
|
provisioningState: item["provisioningState"],
|
|
682
903
|
powerState: !item["powerState"] ? item["powerState"] : powerStateDeserializer(item["powerState"]),
|
|
683
904
|
availabilityZones: !item["availabilityZones"] ? item["availabilityZones"] : item["availabilityZones"].map((p) => {
|
|
@@ -695,6 +916,9 @@ function managedClusterAgentPoolProfilePropertiesDeserializer(item) {
|
|
|
695
916
|
nodeTaints: !item["nodeTaints"] ? item["nodeTaints"] : item["nodeTaints"].map((p) => {
|
|
696
917
|
return p;
|
|
697
918
|
}),
|
|
919
|
+
nodeInitializationTaints: !item["nodeInitializationTaints"] ? item["nodeInitializationTaints"] : item["nodeInitializationTaints"].map((p) => {
|
|
920
|
+
return p;
|
|
921
|
+
}),
|
|
698
922
|
proximityPlacementGroupID: item["proximityPlacementGroupID"],
|
|
699
923
|
kubeletConfig: !item["kubeletConfig"] ? item["kubeletConfig"] : kubeletConfigDeserializer(item["kubeletConfig"]),
|
|
700
924
|
linuxOSConfig: !item["linuxOSConfig"] ? item["linuxOSConfig"] : linuxOSConfigDeserializer(item["linuxOSConfig"]),
|
|
@@ -714,7 +938,8 @@ function managedClusterAgentPoolProfilePropertiesDeserializer(item) {
|
|
|
714
938
|
virtualMachinesProfile: !item["virtualMachinesProfile"] ? item["virtualMachinesProfile"] : virtualMachinesProfileDeserializer(item["virtualMachinesProfile"]),
|
|
715
939
|
virtualMachineNodesStatus: !item["virtualMachineNodesStatus"] ? item["virtualMachineNodesStatus"] : virtualMachineNodesArrayDeserializer(item["virtualMachineNodesStatus"]),
|
|
716
940
|
status: !item["status"] ? item["status"] : agentPoolStatusDeserializer(item["status"]),
|
|
717
|
-
localDNSProfile: !item["localDNSProfile"] ? item["localDNSProfile"] : localDNSProfileDeserializer(item["localDNSProfile"])
|
|
941
|
+
localDNSProfile: !item["localDNSProfile"] ? item["localDNSProfile"] : localDNSProfileDeserializer(item["localDNSProfile"]),
|
|
942
|
+
preparedImageSpecificationProfile: !item["preparedImageSpecificationProfile"] ? item["preparedImageSpecificationProfile"] : preparedImageSpecificationProfileDeserializer(item["preparedImageSpecificationProfile"])
|
|
718
943
|
};
|
|
719
944
|
}
|
|
720
945
|
var KnownOSDiskType = /* @__PURE__ */ ((KnownOSDiskType2) => {
|
|
@@ -730,6 +955,7 @@ var KnownKubeletDiskType = /* @__PURE__ */ ((KnownKubeletDiskType2) => {
|
|
|
730
955
|
var KnownWorkloadRuntime = /* @__PURE__ */ ((KnownWorkloadRuntime2) => {
|
|
731
956
|
KnownWorkloadRuntime2["OCIContainer"] = "OCIContainer";
|
|
732
957
|
KnownWorkloadRuntime2["WasmWasi"] = "WasmWasi";
|
|
958
|
+
KnownWorkloadRuntime2["KataMshvVmIsolation"] = "KataMshvVmIsolation";
|
|
733
959
|
KnownWorkloadRuntime2["KataVmIsolation"] = "KataVmIsolation";
|
|
734
960
|
return KnownWorkloadRuntime2;
|
|
735
961
|
})(KnownWorkloadRuntime || {});
|
|
@@ -747,11 +973,14 @@ var KnownOssku = /* @__PURE__ */ ((KnownOssku2) => {
|
|
|
747
973
|
KnownOssku2["Ubuntu"] = "Ubuntu";
|
|
748
974
|
KnownOssku2["AzureLinux"] = "AzureLinux";
|
|
749
975
|
KnownOssku2["AzureLinux3"] = "AzureLinux3";
|
|
976
|
+
KnownOssku2["Mariner"] = "Mariner";
|
|
977
|
+
KnownOssku2["Flatcar"] = "Flatcar";
|
|
750
978
|
KnownOssku2["CBLMariner"] = "CBLMariner";
|
|
751
979
|
KnownOssku2["Windows2019"] = "Windows2019";
|
|
752
980
|
KnownOssku2["Windows2022"] = "Windows2022";
|
|
753
981
|
KnownOssku2["Ubuntu2204"] = "Ubuntu2204";
|
|
754
982
|
KnownOssku2["Windows2025"] = "Windows2025";
|
|
983
|
+
KnownOssku2["WindowsAnnual"] = "WindowsAnnual";
|
|
755
984
|
KnownOssku2["Ubuntu2404"] = "Ubuntu2404";
|
|
756
985
|
KnownOssku2["AzureContainerLinux"] = "AzureContainerLinux";
|
|
757
986
|
return KnownOssku2;
|
|
@@ -771,12 +1000,20 @@ var KnownAgentPoolMode = /* @__PURE__ */ ((KnownAgentPoolMode2) => {
|
|
|
771
1000
|
KnownAgentPoolMode2["System"] = "System";
|
|
772
1001
|
KnownAgentPoolMode2["User"] = "User";
|
|
773
1002
|
KnownAgentPoolMode2["Gateway"] = "Gateway";
|
|
1003
|
+
KnownAgentPoolMode2["ManagedSystem"] = "ManagedSystem";
|
|
1004
|
+
KnownAgentPoolMode2["Machines"] = "Machines";
|
|
774
1005
|
return KnownAgentPoolMode2;
|
|
775
1006
|
})(KnownAgentPoolMode || {});
|
|
1007
|
+
var KnownUpgradeStrategy = /* @__PURE__ */ ((KnownUpgradeStrategy2) => {
|
|
1008
|
+
KnownUpgradeStrategy2["Rolling"] = "Rolling";
|
|
1009
|
+
KnownUpgradeStrategy2["BlueGreen"] = "BlueGreen";
|
|
1010
|
+
return KnownUpgradeStrategy2;
|
|
1011
|
+
})(KnownUpgradeStrategy || {});
|
|
776
1012
|
function agentPoolUpgradeSettingsSerializer(item) {
|
|
777
1013
|
return {
|
|
778
1014
|
maxSurge: item["maxSurge"],
|
|
779
1015
|
maxUnavailable: item["maxUnavailable"],
|
|
1016
|
+
maxBlockedNodes: item["maxBlockedNodes"],
|
|
780
1017
|
drainTimeoutInMinutes: item["drainTimeoutInMinutes"],
|
|
781
1018
|
nodeSoakDurationInMinutes: item["nodeSoakDurationInMinutes"],
|
|
782
1019
|
undrainableNodeBehavior: item["undrainableNodeBehavior"]
|
|
@@ -786,6 +1023,7 @@ function agentPoolUpgradeSettingsDeserializer(item) {
|
|
|
786
1023
|
return {
|
|
787
1024
|
maxSurge: item["maxSurge"],
|
|
788
1025
|
maxUnavailable: item["maxUnavailable"],
|
|
1026
|
+
maxBlockedNodes: item["maxBlockedNodes"],
|
|
789
1027
|
drainTimeoutInMinutes: item["drainTimeoutInMinutes"],
|
|
790
1028
|
nodeSoakDurationInMinutes: item["nodeSoakDurationInMinutes"],
|
|
791
1029
|
undrainableNodeBehavior: item["undrainableNodeBehavior"]
|
|
@@ -796,6 +1034,22 @@ var KnownUndrainableNodeBehavior = /* @__PURE__ */ ((KnownUndrainableNodeBehavio
|
|
|
796
1034
|
KnownUndrainableNodeBehavior2["Schedule"] = "Schedule";
|
|
797
1035
|
return KnownUndrainableNodeBehavior2;
|
|
798
1036
|
})(KnownUndrainableNodeBehavior || {});
|
|
1037
|
+
function agentPoolBlueGreenUpgradeSettingsSerializer(item) {
|
|
1038
|
+
return {
|
|
1039
|
+
drainBatchSize: item["drainBatchSize"],
|
|
1040
|
+
drainTimeoutInMinutes: item["drainTimeoutInMinutes"],
|
|
1041
|
+
batchSoakDurationInMinutes: item["batchSoakDurationInMinutes"],
|
|
1042
|
+
finalSoakDurationInMinutes: item["finalSoakDurationInMinutes"]
|
|
1043
|
+
};
|
|
1044
|
+
}
|
|
1045
|
+
function agentPoolBlueGreenUpgradeSettingsDeserializer(item) {
|
|
1046
|
+
return {
|
|
1047
|
+
drainBatchSize: item["drainBatchSize"],
|
|
1048
|
+
drainTimeoutInMinutes: item["drainTimeoutInMinutes"],
|
|
1049
|
+
batchSoakDurationInMinutes: item["batchSoakDurationInMinutes"],
|
|
1050
|
+
finalSoakDurationInMinutes: item["finalSoakDurationInMinutes"]
|
|
1051
|
+
};
|
|
1052
|
+
}
|
|
799
1053
|
function powerStateSerializer(item) {
|
|
800
1054
|
return { code: item["code"] };
|
|
801
1055
|
}
|
|
@@ -833,7 +1087,10 @@ function kubeletConfigSerializer(item) {
|
|
|
833
1087
|
failSwapOn: item["failSwapOn"],
|
|
834
1088
|
containerLogMaxSizeMB: item["containerLogMaxSizeMB"],
|
|
835
1089
|
containerLogMaxFiles: item["containerLogMaxFiles"],
|
|
836
|
-
podMaxPids: item["podMaxPids"]
|
|
1090
|
+
podMaxPids: item["podMaxPids"],
|
|
1091
|
+
seccompDefault: item["seccompDefault"],
|
|
1092
|
+
kubeReserved: !item["kubeReserved"] ? item["kubeReserved"] : kubeReservedSerializer(item["kubeReserved"]),
|
|
1093
|
+
hardEvictionThreshold: !item["hardEvictionThreshold"] ? item["hardEvictionThreshold"] : hardEvictionThresholdSerializer(item["hardEvictionThreshold"])
|
|
837
1094
|
};
|
|
838
1095
|
}
|
|
839
1096
|
function kubeletConfigDeserializer(item) {
|
|
@@ -850,7 +1107,38 @@ function kubeletConfigDeserializer(item) {
|
|
|
850
1107
|
failSwapOn: item["failSwapOn"],
|
|
851
1108
|
containerLogMaxSizeMB: item["containerLogMaxSizeMB"],
|
|
852
1109
|
containerLogMaxFiles: item["containerLogMaxFiles"],
|
|
853
|
-
podMaxPids: item["podMaxPids"]
|
|
1110
|
+
podMaxPids: item["podMaxPids"],
|
|
1111
|
+
seccompDefault: item["seccompDefault"],
|
|
1112
|
+
kubeReserved: !item["kubeReserved"] ? item["kubeReserved"] : kubeReservedDeserializer(item["kubeReserved"]),
|
|
1113
|
+
hardEvictionThreshold: !item["hardEvictionThreshold"] ? item["hardEvictionThreshold"] : hardEvictionThresholdDeserializer(item["hardEvictionThreshold"])
|
|
1114
|
+
};
|
|
1115
|
+
}
|
|
1116
|
+
var KnownSeccompDefault = /* @__PURE__ */ ((KnownSeccompDefault2) => {
|
|
1117
|
+
KnownSeccompDefault2["Unconfined"] = "Unconfined";
|
|
1118
|
+
KnownSeccompDefault2["RuntimeDefault"] = "RuntimeDefault";
|
|
1119
|
+
return KnownSeccompDefault2;
|
|
1120
|
+
})(KnownSeccompDefault || {});
|
|
1121
|
+
function kubeReservedSerializer(item) {
|
|
1122
|
+
return { cpuMillicores: item["cpuMillicores"], memoryMB: item["memoryMB"] };
|
|
1123
|
+
}
|
|
1124
|
+
function kubeReservedDeserializer(item) {
|
|
1125
|
+
return {
|
|
1126
|
+
cpuMillicores: item["cpuMillicores"],
|
|
1127
|
+
memoryMB: item["memoryMB"]
|
|
1128
|
+
};
|
|
1129
|
+
}
|
|
1130
|
+
function hardEvictionThresholdSerializer(item) {
|
|
1131
|
+
return {
|
|
1132
|
+
memoryAvailable: item["memoryAvailable"],
|
|
1133
|
+
nodeFsAvailable: item["nodeFsAvailable"],
|
|
1134
|
+
nodeFsInodesFree: item["nodeFsInodesFree"]
|
|
1135
|
+
};
|
|
1136
|
+
}
|
|
1137
|
+
function hardEvictionThresholdDeserializer(item) {
|
|
1138
|
+
return {
|
|
1139
|
+
memoryAvailable: item["memoryAvailable"],
|
|
1140
|
+
nodeFsAvailable: item["nodeFsAvailable"],
|
|
1141
|
+
nodeFsInodesFree: item["nodeFsInodesFree"]
|
|
854
1142
|
};
|
|
855
1143
|
}
|
|
856
1144
|
function linuxOSConfigSerializer(item) {
|
|
@@ -952,19 +1240,27 @@ function creationDataDeserializer(item) {
|
|
|
952
1240
|
function agentPoolNetworkProfileSerializer(item) {
|
|
953
1241
|
return {
|
|
954
1242
|
nodePublicIPTags: !item["nodePublicIPTags"] ? item["nodePublicIPTags"] : ipTagArraySerializer(item["nodePublicIPTags"]),
|
|
1243
|
+
nodePublicIPPrefixIDs: !item["nodePublicIPPrefixIDs"] ? item["nodePublicIPPrefixIDs"] : item["nodePublicIPPrefixIDs"].map((p) => {
|
|
1244
|
+
return p;
|
|
1245
|
+
}),
|
|
955
1246
|
allowedHostPorts: !item["allowedHostPorts"] ? item["allowedHostPorts"] : portRangeArraySerializer(item["allowedHostPorts"]),
|
|
956
1247
|
applicationSecurityGroups: !item["applicationSecurityGroups"] ? item["applicationSecurityGroups"] : item["applicationSecurityGroups"].map((p) => {
|
|
957
1248
|
return p;
|
|
958
|
-
})
|
|
1249
|
+
}),
|
|
1250
|
+
secondaryNetworkInterfaces: !item["secondaryNetworkInterfaces"] ? item["secondaryNetworkInterfaces"] : agentPoolNetworkInterfaceArraySerializer(item["secondaryNetworkInterfaces"])
|
|
959
1251
|
};
|
|
960
1252
|
}
|
|
961
1253
|
function agentPoolNetworkProfileDeserializer(item) {
|
|
962
1254
|
return {
|
|
963
1255
|
nodePublicIPTags: !item["nodePublicIPTags"] ? item["nodePublicIPTags"] : ipTagArrayDeserializer(item["nodePublicIPTags"]),
|
|
1256
|
+
nodePublicIPPrefixIDs: !item["nodePublicIPPrefixIDs"] ? item["nodePublicIPPrefixIDs"] : item["nodePublicIPPrefixIDs"].map((p) => {
|
|
1257
|
+
return p;
|
|
1258
|
+
}),
|
|
964
1259
|
allowedHostPorts: !item["allowedHostPorts"] ? item["allowedHostPorts"] : portRangeArrayDeserializer(item["allowedHostPorts"]),
|
|
965
1260
|
applicationSecurityGroups: !item["applicationSecurityGroups"] ? item["applicationSecurityGroups"] : item["applicationSecurityGroups"].map((p) => {
|
|
966
1261
|
return p;
|
|
967
|
-
})
|
|
1262
|
+
}),
|
|
1263
|
+
secondaryNetworkInterfaces: !item["secondaryNetworkInterfaces"] ? item["secondaryNetworkInterfaces"] : agentPoolNetworkInterfaceArrayDeserializer(item["secondaryNetworkInterfaces"])
|
|
968
1264
|
};
|
|
969
1265
|
}
|
|
970
1266
|
function ipTagArraySerializer(result) {
|
|
@@ -1011,6 +1307,35 @@ var KnownProtocol = /* @__PURE__ */ ((KnownProtocol2) => {
|
|
|
1011
1307
|
KnownProtocol2["UDP"] = "UDP";
|
|
1012
1308
|
return KnownProtocol2;
|
|
1013
1309
|
})(KnownProtocol || {});
|
|
1310
|
+
function agentPoolNetworkInterfaceArraySerializer(result) {
|
|
1311
|
+
return result.map((item) => {
|
|
1312
|
+
return agentPoolNetworkInterfaceSerializer(item);
|
|
1313
|
+
});
|
|
1314
|
+
}
|
|
1315
|
+
function agentPoolNetworkInterfaceArrayDeserializer(result) {
|
|
1316
|
+
return result.map((item) => {
|
|
1317
|
+
return agentPoolNetworkInterfaceDeserializer(item);
|
|
1318
|
+
});
|
|
1319
|
+
}
|
|
1320
|
+
function agentPoolNetworkInterfaceSerializer(item) {
|
|
1321
|
+
return {
|
|
1322
|
+
type: item["type"],
|
|
1323
|
+
vnetSubnetId: item["vnetSubnetId"],
|
|
1324
|
+
enableAcceleratedNetworking: item["enableAcceleratedNetworking"]
|
|
1325
|
+
};
|
|
1326
|
+
}
|
|
1327
|
+
function agentPoolNetworkInterfaceDeserializer(item) {
|
|
1328
|
+
return {
|
|
1329
|
+
type: item["type"],
|
|
1330
|
+
vnetSubnetId: item["vnetSubnetId"],
|
|
1331
|
+
enableAcceleratedNetworking: item["enableAcceleratedNetworking"]
|
|
1332
|
+
};
|
|
1333
|
+
}
|
|
1334
|
+
var KnownAgentPoolNetworkInterfaceType = /* @__PURE__ */ ((KnownAgentPoolNetworkInterfaceType2) => {
|
|
1335
|
+
KnownAgentPoolNetworkInterfaceType2["Standard"] = "Standard";
|
|
1336
|
+
KnownAgentPoolNetworkInterfaceType2["Dynamic"] = "Dynamic";
|
|
1337
|
+
return KnownAgentPoolNetworkInterfaceType2;
|
|
1338
|
+
})(KnownAgentPoolNetworkInterfaceType || {});
|
|
1014
1339
|
function agentPoolWindowsProfileSerializer(item) {
|
|
1015
1340
|
return { disableOutboundNat: item["disableOutboundNat"] };
|
|
1016
1341
|
}
|
|
@@ -1036,14 +1361,21 @@ function agentPoolSecurityProfileDeserializer(item) {
|
|
|
1036
1361
|
var KnownAgentPoolSSHAccess = /* @__PURE__ */ ((KnownAgentPoolSSHAccess2) => {
|
|
1037
1362
|
KnownAgentPoolSSHAccess2["LocalUser"] = "LocalUser";
|
|
1038
1363
|
KnownAgentPoolSSHAccess2["Disabled"] = "Disabled";
|
|
1364
|
+
KnownAgentPoolSSHAccess2["EntraId"] = "EntraId";
|
|
1039
1365
|
return KnownAgentPoolSSHAccess2;
|
|
1040
1366
|
})(KnownAgentPoolSSHAccess || {});
|
|
1041
1367
|
function gpuProfileSerializer(item) {
|
|
1042
|
-
return {
|
|
1368
|
+
return {
|
|
1369
|
+
driver: item["driver"],
|
|
1370
|
+
driverType: item["driverType"],
|
|
1371
|
+
nvidia: !item["nvidia"] ? item["nvidia"] : nvidiaGPUProfileSerializer(item["nvidia"])
|
|
1372
|
+
};
|
|
1043
1373
|
}
|
|
1044
1374
|
function gpuProfileDeserializer(item) {
|
|
1045
1375
|
return {
|
|
1046
|
-
driver: item["driver"]
|
|
1376
|
+
driver: item["driver"],
|
|
1377
|
+
driverType: item["driverType"],
|
|
1378
|
+
nvidia: !item["nvidia"] ? item["nvidia"] : nvidiaGPUProfileDeserializer(item["nvidia"])
|
|
1047
1379
|
};
|
|
1048
1380
|
}
|
|
1049
1381
|
var KnownGPUDriver = /* @__PURE__ */ ((KnownGPUDriver2) => {
|
|
@@ -1051,6 +1383,31 @@ var KnownGPUDriver = /* @__PURE__ */ ((KnownGPUDriver2) => {
|
|
|
1051
1383
|
KnownGPUDriver2["None"] = "None";
|
|
1052
1384
|
return KnownGPUDriver2;
|
|
1053
1385
|
})(KnownGPUDriver || {});
|
|
1386
|
+
var KnownDriverType = /* @__PURE__ */ ((KnownDriverType2) => {
|
|
1387
|
+
KnownDriverType2["Grid"] = "GRID";
|
|
1388
|
+
KnownDriverType2["Cuda"] = "CUDA";
|
|
1389
|
+
return KnownDriverType2;
|
|
1390
|
+
})(KnownDriverType || {});
|
|
1391
|
+
function nvidiaGPUProfileSerializer(item) {
|
|
1392
|
+
return { managementMode: item["managementMode"], migStrategy: item["migStrategy"] };
|
|
1393
|
+
}
|
|
1394
|
+
function nvidiaGPUProfileDeserializer(item) {
|
|
1395
|
+
return {
|
|
1396
|
+
managementMode: item["managementMode"],
|
|
1397
|
+
migStrategy: item["migStrategy"]
|
|
1398
|
+
};
|
|
1399
|
+
}
|
|
1400
|
+
var KnownManagementMode = /* @__PURE__ */ ((KnownManagementMode2) => {
|
|
1401
|
+
KnownManagementMode2["Unmanaged"] = "Unmanaged";
|
|
1402
|
+
KnownManagementMode2["Managed"] = "Managed";
|
|
1403
|
+
return KnownManagementMode2;
|
|
1404
|
+
})(KnownManagementMode || {});
|
|
1405
|
+
var KnownMigStrategy = /* @__PURE__ */ ((KnownMigStrategy2) => {
|
|
1406
|
+
KnownMigStrategy2["None"] = "None";
|
|
1407
|
+
KnownMigStrategy2["Single"] = "Single";
|
|
1408
|
+
KnownMigStrategy2["Mixed"] = "Mixed";
|
|
1409
|
+
return KnownMigStrategy2;
|
|
1410
|
+
})(KnownMigStrategy || {});
|
|
1054
1411
|
function agentPoolGatewayProfileSerializer(item) {
|
|
1055
1412
|
return { publicIPPrefixSize: item["publicIPPrefixSize"] };
|
|
1056
1413
|
}
|
|
@@ -1077,12 +1434,14 @@ function virtualMachinesProfileDeserializer(item) {
|
|
|
1077
1434
|
}
|
|
1078
1435
|
function scaleProfileSerializer(item) {
|
|
1079
1436
|
return {
|
|
1080
|
-
manual: !item["manual"] ? item["manual"] : manualScaleProfileArraySerializer(item["manual"])
|
|
1437
|
+
manual: !item["manual"] ? item["manual"] : manualScaleProfileArraySerializer(item["manual"]),
|
|
1438
|
+
autoscale: !item["autoscale"] ? item["autoscale"] : autoScaleProfileArraySerializer(item["autoscale"])
|
|
1081
1439
|
};
|
|
1082
1440
|
}
|
|
1083
1441
|
function scaleProfileDeserializer(item) {
|
|
1084
1442
|
return {
|
|
1085
|
-
manual: !item["manual"] ? item["manual"] : manualScaleProfileArrayDeserializer(item["manual"])
|
|
1443
|
+
manual: !item["manual"] ? item["manual"] : manualScaleProfileArrayDeserializer(item["manual"]),
|
|
1444
|
+
autoscale: !item["autoscale"] ? item["autoscale"] : autoScaleProfileArrayDeserializer(item["autoscale"])
|
|
1086
1445
|
};
|
|
1087
1446
|
}
|
|
1088
1447
|
function manualScaleProfileArraySerializer(result) {
|
|
@@ -1104,6 +1463,26 @@ function manualScaleProfileDeserializer(item) {
|
|
|
1104
1463
|
count: item["count"]
|
|
1105
1464
|
};
|
|
1106
1465
|
}
|
|
1466
|
+
function autoScaleProfileArraySerializer(result) {
|
|
1467
|
+
return result.map((item) => {
|
|
1468
|
+
return autoScaleProfileSerializer(item);
|
|
1469
|
+
});
|
|
1470
|
+
}
|
|
1471
|
+
function autoScaleProfileArrayDeserializer(result) {
|
|
1472
|
+
return result.map((item) => {
|
|
1473
|
+
return autoScaleProfileDeserializer(item);
|
|
1474
|
+
});
|
|
1475
|
+
}
|
|
1476
|
+
function autoScaleProfileSerializer(item) {
|
|
1477
|
+
return { size: item["size"], minCount: item["minCount"], maxCount: item["maxCount"] };
|
|
1478
|
+
}
|
|
1479
|
+
function autoScaleProfileDeserializer(item) {
|
|
1480
|
+
return {
|
|
1481
|
+
size: item["size"],
|
|
1482
|
+
minCount: item["minCount"],
|
|
1483
|
+
maxCount: item["maxCount"]
|
|
1484
|
+
};
|
|
1485
|
+
}
|
|
1107
1486
|
function virtualMachineNodesArraySerializer(result) {
|
|
1108
1487
|
return result.map((item) => {
|
|
1109
1488
|
return virtualMachineNodesSerializer(item);
|
|
@@ -1247,6 +1626,14 @@ var KnownLocalDNSServeStale = /* @__PURE__ */ ((KnownLocalDNSServeStale2) => {
|
|
|
1247
1626
|
KnownLocalDNSServeStale2["Disable"] = "Disable";
|
|
1248
1627
|
return KnownLocalDNSServeStale2;
|
|
1249
1628
|
})(KnownLocalDNSServeStale || {});
|
|
1629
|
+
function preparedImageSpecificationProfileSerializer(item) {
|
|
1630
|
+
return { preparedImageSpecificationId: item["preparedImageSpecificationId"] };
|
|
1631
|
+
}
|
|
1632
|
+
function preparedImageSpecificationProfileDeserializer(item) {
|
|
1633
|
+
return {
|
|
1634
|
+
preparedImageSpecificationId: item["preparedImageSpecificationId"]
|
|
1635
|
+
};
|
|
1636
|
+
}
|
|
1250
1637
|
function proxyResourceSerializer(_item) {
|
|
1251
1638
|
return {};
|
|
1252
1639
|
}
|
|
@@ -1291,6 +1678,12 @@ function errorResponseDeserializer(item) {
|
|
|
1291
1678
|
error: !item["error"] ? item["error"] : errorDetailDeserializer(item["error"])
|
|
1292
1679
|
};
|
|
1293
1680
|
}
|
|
1681
|
+
var KnownResourceProvisioningState = /* @__PURE__ */ ((KnownResourceProvisioningState2) => {
|
|
1682
|
+
KnownResourceProvisioningState2["Succeeded"] = "Succeeded";
|
|
1683
|
+
KnownResourceProvisioningState2["Failed"] = "Failed";
|
|
1684
|
+
KnownResourceProvisioningState2["Canceled"] = "Canceled";
|
|
1685
|
+
return KnownResourceProvisioningState2;
|
|
1686
|
+
})(KnownResourceProvisioningState || {});
|
|
1294
1687
|
function _agentPoolListResultDeserializer(item) {
|
|
1295
1688
|
return {
|
|
1296
1689
|
value: agentPoolArrayDeserializer(item["value"]),
|
|
@@ -1355,6 +1748,7 @@ function agentPoolUpgradeProfilePropertiesDeserializer(item) {
|
|
|
1355
1748
|
kubernetesVersion: item["kubernetesVersion"],
|
|
1356
1749
|
osType: item["osType"],
|
|
1357
1750
|
upgrades: !item["upgrades"] ? item["upgrades"] : agentPoolUpgradeProfilePropertiesUpgradesItemArrayDeserializer(item["upgrades"]),
|
|
1751
|
+
componentsByReleases: !item["componentsByReleases"] ? item["componentsByReleases"] : componentsByReleaseArrayDeserializer(item["componentsByReleases"]),
|
|
1358
1752
|
recentlyUsedVersions: !item["recentlyUsedVersions"] ? item["recentlyUsedVersions"] : agentPoolRecentlyUsedVersionArrayDeserializer(item["recentlyUsedVersions"]),
|
|
1359
1753
|
latestNodeImageVersion: item["latestNodeImageVersion"]
|
|
1360
1754
|
};
|
|
@@ -1367,7 +1761,31 @@ function agentPoolUpgradeProfilePropertiesUpgradesItemArrayDeserializer(result)
|
|
|
1367
1761
|
function agentPoolUpgradeProfilePropertiesUpgradesItemDeserializer(item) {
|
|
1368
1762
|
return {
|
|
1369
1763
|
kubernetesVersion: item["kubernetesVersion"],
|
|
1370
|
-
isPreview: item["isPreview"]
|
|
1764
|
+
isPreview: item["isPreview"],
|
|
1765
|
+
isOutOfSupport: item["isOutOfSupport"]
|
|
1766
|
+
};
|
|
1767
|
+
}
|
|
1768
|
+
function componentsByReleaseArrayDeserializer(result) {
|
|
1769
|
+
return result.map((item) => {
|
|
1770
|
+
return componentsByReleaseDeserializer(item);
|
|
1771
|
+
});
|
|
1772
|
+
}
|
|
1773
|
+
function componentsByReleaseDeserializer(item) {
|
|
1774
|
+
return {
|
|
1775
|
+
kubernetesVersion: item["kubernetesVersion"],
|
|
1776
|
+
components: !item["components"] ? item["components"] : componentArrayDeserializer(item["components"])
|
|
1777
|
+
};
|
|
1778
|
+
}
|
|
1779
|
+
function componentArrayDeserializer(result) {
|
|
1780
|
+
return result.map((item) => {
|
|
1781
|
+
return componentDeserializer(item);
|
|
1782
|
+
});
|
|
1783
|
+
}
|
|
1784
|
+
function componentDeserializer(item) {
|
|
1785
|
+
return {
|
|
1786
|
+
name: item["name"],
|
|
1787
|
+
version: item["version"],
|
|
1788
|
+
hasBreakingChanges: item["hasBreakingChanges"]
|
|
1371
1789
|
};
|
|
1372
1790
|
}
|
|
1373
1791
|
function agentPoolRecentlyUsedVersionArrayDeserializer(result) {
|
|
@@ -1387,6 +1805,7 @@ function managedClusterSerializer(item) {
|
|
|
1387
1805
|
tags: item["tags"],
|
|
1388
1806
|
location: item["location"],
|
|
1389
1807
|
properties: (0, import_check_prop_undefined.areAllPropsUndefined)(item, [
|
|
1808
|
+
"creationData",
|
|
1390
1809
|
"kubernetesVersion",
|
|
1391
1810
|
"dnsPrefix",
|
|
1392
1811
|
"fqdnSubdomain",
|
|
@@ -1401,6 +1820,8 @@ function managedClusterSerializer(item) {
|
|
|
1401
1820
|
"nodeResourceGroupProfile",
|
|
1402
1821
|
"enableRBAC",
|
|
1403
1822
|
"supportPlan",
|
|
1823
|
+
"enableFIPS",
|
|
1824
|
+
"enableNamespaceResources",
|
|
1404
1825
|
"networkProfile",
|
|
1405
1826
|
"aadProfile",
|
|
1406
1827
|
"autoUpgradeProfile",
|
|
@@ -1423,7 +1844,11 @@ function managedClusterSerializer(item) {
|
|
|
1423
1844
|
"nodeProvisioningProfile",
|
|
1424
1845
|
"bootstrapProfile",
|
|
1425
1846
|
"aiToolchainOperatorProfile",
|
|
1847
|
+
"schedulerProfile",
|
|
1426
1848
|
"hostedSystemProfile",
|
|
1849
|
+
"healthMonitorProfile",
|
|
1850
|
+
"controlPlaneScalingProfile",
|
|
1851
|
+
"nodeDisruptionProfile",
|
|
1427
1852
|
"status"
|
|
1428
1853
|
]) ? void 0 : _managedClusterPropertiesSerializer(item),
|
|
1429
1854
|
sku: !item["sku"] ? item["sku"] : managedClusterSKUSerializer(item["sku"]),
|
|
@@ -1450,6 +1875,7 @@ function managedClusterDeserializer(item) {
|
|
|
1450
1875
|
}
|
|
1451
1876
|
function managedClusterPropertiesSerializer(item) {
|
|
1452
1877
|
return {
|
|
1878
|
+
creationData: !item["creationData"] ? item["creationData"] : creationDataSerializer(item["creationData"]),
|
|
1453
1879
|
kubernetesVersion: item["kubernetesVersion"],
|
|
1454
1880
|
dnsPrefix: item["dnsPrefix"],
|
|
1455
1881
|
fqdnSubdomain: item["fqdnSubdomain"],
|
|
@@ -1464,6 +1890,8 @@ function managedClusterPropertiesSerializer(item) {
|
|
|
1464
1890
|
nodeResourceGroupProfile: !item["nodeResourceGroupProfile"] ? item["nodeResourceGroupProfile"] : managedClusterNodeResourceGroupProfileSerializer(item["nodeResourceGroupProfile"]),
|
|
1465
1891
|
enableRBAC: item["enableRbac"],
|
|
1466
1892
|
supportPlan: item["supportPlan"],
|
|
1893
|
+
enableFIPS: item["enableFips"],
|
|
1894
|
+
enableNamespaceResources: item["enableNamespaceResources"],
|
|
1467
1895
|
networkProfile: !item["networkProfile"] ? item["networkProfile"] : containerServiceNetworkProfileSerializer(item["networkProfile"]),
|
|
1468
1896
|
aadProfile: !item["aadProfile"] ? item["aadProfile"] : managedClusterAADProfileSerializer(item["aadProfile"]),
|
|
1469
1897
|
autoUpgradeProfile: !item["autoUpgradeProfile"] ? item["autoUpgradeProfile"] : managedClusterAutoUpgradeProfileSerializer(item["autoUpgradeProfile"]),
|
|
@@ -1486,7 +1914,11 @@ function managedClusterPropertiesSerializer(item) {
|
|
|
1486
1914
|
nodeProvisioningProfile: !item["nodeProvisioningProfile"] ? item["nodeProvisioningProfile"] : managedClusterNodeProvisioningProfileSerializer(item["nodeProvisioningProfile"]),
|
|
1487
1915
|
bootstrapProfile: !item["bootstrapProfile"] ? item["bootstrapProfile"] : managedClusterBootstrapProfileSerializer(item["bootstrapProfile"]),
|
|
1488
1916
|
aiToolchainOperatorProfile: !item["aiToolchainOperatorProfile"] ? item["aiToolchainOperatorProfile"] : managedClusterAIToolchainOperatorProfileSerializer(item["aiToolchainOperatorProfile"]),
|
|
1917
|
+
schedulerProfile: !item["schedulerProfile"] ? item["schedulerProfile"] : schedulerProfileSerializer(item["schedulerProfile"]),
|
|
1489
1918
|
hostedSystemProfile: !item["hostedSystemProfile"] ? item["hostedSystemProfile"] : managedClusterHostedSystemProfileSerializer(item["hostedSystemProfile"]),
|
|
1919
|
+
healthMonitorProfile: !item["healthMonitorProfile"] ? item["healthMonitorProfile"] : managedClusterHealthMonitorProfileSerializer(item["healthMonitorProfile"]),
|
|
1920
|
+
controlPlaneScalingProfile: !item["controlPlaneScalingProfile"] ? item["controlPlaneScalingProfile"] : managedClusterControlPlaneScalingProfileSerializer(item["controlPlaneScalingProfile"]),
|
|
1921
|
+
nodeDisruptionProfile: !item["nodeDisruptionProfile"] ? item["nodeDisruptionProfile"] : nodeDisruptionProfileSerializer(item["nodeDisruptionProfile"]),
|
|
1490
1922
|
status: !item["status"] ? item["status"] : managedClusterStatusSerializer(item["status"])
|
|
1491
1923
|
};
|
|
1492
1924
|
}
|
|
@@ -1494,6 +1926,7 @@ function managedClusterPropertiesDeserializer(item) {
|
|
|
1494
1926
|
return {
|
|
1495
1927
|
provisioningState: item["provisioningState"],
|
|
1496
1928
|
powerState: !item["powerState"] ? item["powerState"] : powerStateDeserializer(item["powerState"]),
|
|
1929
|
+
creationData: !item["creationData"] ? item["creationData"] : creationDataDeserializer(item["creationData"]),
|
|
1497
1930
|
maxAgentPools: item["maxAgentPools"],
|
|
1498
1931
|
kubernetesVersion: item["kubernetesVersion"],
|
|
1499
1932
|
currentKubernetesVersion: item["currentKubernetesVersion"],
|
|
@@ -1513,6 +1946,8 @@ function managedClusterPropertiesDeserializer(item) {
|
|
|
1513
1946
|
nodeResourceGroupProfile: !item["nodeResourceGroupProfile"] ? item["nodeResourceGroupProfile"] : managedClusterNodeResourceGroupProfileDeserializer(item["nodeResourceGroupProfile"]),
|
|
1514
1947
|
enableRbac: item["enableRBAC"],
|
|
1515
1948
|
supportPlan: item["supportPlan"],
|
|
1949
|
+
enableFips: item["enableFIPS"],
|
|
1950
|
+
enableNamespaceResources: item["enableNamespaceResources"],
|
|
1516
1951
|
networkProfile: !item["networkProfile"] ? item["networkProfile"] : containerServiceNetworkProfileDeserializer(item["networkProfile"]),
|
|
1517
1952
|
aadProfile: !item["aadProfile"] ? item["aadProfile"] : managedClusterAADProfileDeserializer(item["aadProfile"]),
|
|
1518
1953
|
autoUpgradeProfile: !item["autoUpgradeProfile"] ? item["autoUpgradeProfile"] : managedClusterAutoUpgradeProfileDeserializer(item["autoUpgradeProfile"]),
|
|
@@ -1536,7 +1971,11 @@ function managedClusterPropertiesDeserializer(item) {
|
|
|
1536
1971
|
nodeProvisioningProfile: !item["nodeProvisioningProfile"] ? item["nodeProvisioningProfile"] : managedClusterNodeProvisioningProfileDeserializer(item["nodeProvisioningProfile"]),
|
|
1537
1972
|
bootstrapProfile: !item["bootstrapProfile"] ? item["bootstrapProfile"] : managedClusterBootstrapProfileDeserializer(item["bootstrapProfile"]),
|
|
1538
1973
|
aiToolchainOperatorProfile: !item["aiToolchainOperatorProfile"] ? item["aiToolchainOperatorProfile"] : managedClusterAIToolchainOperatorProfileDeserializer(item["aiToolchainOperatorProfile"]),
|
|
1974
|
+
schedulerProfile: !item["schedulerProfile"] ? item["schedulerProfile"] : schedulerProfileDeserializer(item["schedulerProfile"]),
|
|
1539
1975
|
hostedSystemProfile: !item["hostedSystemProfile"] ? item["hostedSystemProfile"] : managedClusterHostedSystemProfileDeserializer(item["hostedSystemProfile"]),
|
|
1976
|
+
healthMonitorProfile: !item["healthMonitorProfile"] ? item["healthMonitorProfile"] : managedClusterHealthMonitorProfileDeserializer(item["healthMonitorProfile"]),
|
|
1977
|
+
controlPlaneScalingProfile: !item["controlPlaneScalingProfile"] ? item["controlPlaneScalingProfile"] : managedClusterControlPlaneScalingProfileDeserializer(item["controlPlaneScalingProfile"]),
|
|
1978
|
+
nodeDisruptionProfile: !item["nodeDisruptionProfile"] ? item["nodeDisruptionProfile"] : nodeDisruptionProfileDeserializer(item["nodeDisruptionProfile"]),
|
|
1540
1979
|
status: !item["status"] ? item["status"] : managedClusterStatusDeserializer(item["status"])
|
|
1541
1980
|
};
|
|
1542
1981
|
}
|
|
@@ -1573,7 +2012,10 @@ function managedClusterAgentPoolProfileSerializer(item) {
|
|
|
1573
2012
|
mode: item["mode"],
|
|
1574
2013
|
orchestratorVersion: item["orchestratorVersion"],
|
|
1575
2014
|
nodeImageVersion: item["nodeImageVersion"],
|
|
2015
|
+
upgradeStrategy: item["upgradeStrategy"],
|
|
2016
|
+
enableOSDiskFullCaching: item["enableOSDiskFullCaching"],
|
|
1576
2017
|
upgradeSettings: !item["upgradeSettings"] ? item["upgradeSettings"] : agentPoolUpgradeSettingsSerializer(item["upgradeSettings"]),
|
|
2018
|
+
upgradeSettingsBlueGreen: !item["upgradeSettingsBlueGreen"] ? item["upgradeSettingsBlueGreen"] : agentPoolBlueGreenUpgradeSettingsSerializer(item["upgradeSettingsBlueGreen"]),
|
|
1577
2019
|
powerState: !item["powerState"] ? item["powerState"] : powerStateSerializer(item["powerState"]),
|
|
1578
2020
|
availabilityZones: !item["availabilityZones"] ? item["availabilityZones"] : item["availabilityZones"].map((p) => {
|
|
1579
2021
|
return p;
|
|
@@ -1588,6 +2030,9 @@ function managedClusterAgentPoolProfileSerializer(item) {
|
|
|
1588
2030
|
nodeTaints: !item["nodeTaints"] ? item["nodeTaints"] : item["nodeTaints"].map((p) => {
|
|
1589
2031
|
return p;
|
|
1590
2032
|
}),
|
|
2033
|
+
nodeInitializationTaints: !item["nodeInitializationTaints"] ? item["nodeInitializationTaints"] : item["nodeInitializationTaints"].map((p) => {
|
|
2034
|
+
return p;
|
|
2035
|
+
}),
|
|
1591
2036
|
proximityPlacementGroupID: item["proximityPlacementGroupID"],
|
|
1592
2037
|
kubeletConfig: !item["kubeletConfig"] ? item["kubeletConfig"] : kubeletConfigSerializer(item["kubeletConfig"]),
|
|
1593
2038
|
linuxOSConfig: !item["linuxOSConfig"] ? item["linuxOSConfig"] : linuxOSConfigSerializer(item["linuxOSConfig"]),
|
|
@@ -1608,6 +2053,7 @@ function managedClusterAgentPoolProfileSerializer(item) {
|
|
|
1608
2053
|
virtualMachineNodesStatus: !item["virtualMachineNodesStatus"] ? item["virtualMachineNodesStatus"] : virtualMachineNodesArraySerializer(item["virtualMachineNodesStatus"]),
|
|
1609
2054
|
status: !item["status"] ? item["status"] : agentPoolStatusSerializer(item["status"]),
|
|
1610
2055
|
localDNSProfile: !item["localDNSProfile"] ? item["localDNSProfile"] : localDNSProfileSerializer(item["localDNSProfile"]),
|
|
2056
|
+
preparedImageSpecificationProfile: !item["preparedImageSpecificationProfile"] ? item["preparedImageSpecificationProfile"] : preparedImageSpecificationProfileSerializer(item["preparedImageSpecificationProfile"]),
|
|
1611
2057
|
name: item["name"]
|
|
1612
2058
|
};
|
|
1613
2059
|
}
|
|
@@ -1636,7 +2082,10 @@ function managedClusterAgentPoolProfileDeserializer(item) {
|
|
|
1636
2082
|
orchestratorVersion: item["orchestratorVersion"],
|
|
1637
2083
|
currentOrchestratorVersion: item["currentOrchestratorVersion"],
|
|
1638
2084
|
nodeImageVersion: item["nodeImageVersion"],
|
|
2085
|
+
upgradeStrategy: item["upgradeStrategy"],
|
|
2086
|
+
enableOSDiskFullCaching: item["enableOSDiskFullCaching"],
|
|
1639
2087
|
upgradeSettings: !item["upgradeSettings"] ? item["upgradeSettings"] : agentPoolUpgradeSettingsDeserializer(item["upgradeSettings"]),
|
|
2088
|
+
upgradeSettingsBlueGreen: !item["upgradeSettingsBlueGreen"] ? item["upgradeSettingsBlueGreen"] : agentPoolBlueGreenUpgradeSettingsDeserializer(item["upgradeSettingsBlueGreen"]),
|
|
1640
2089
|
provisioningState: item["provisioningState"],
|
|
1641
2090
|
powerState: !item["powerState"] ? item["powerState"] : powerStateDeserializer(item["powerState"]),
|
|
1642
2091
|
availabilityZones: !item["availabilityZones"] ? item["availabilityZones"] : item["availabilityZones"].map((p) => {
|
|
@@ -1654,6 +2103,9 @@ function managedClusterAgentPoolProfileDeserializer(item) {
|
|
|
1654
2103
|
nodeTaints: !item["nodeTaints"] ? item["nodeTaints"] : item["nodeTaints"].map((p) => {
|
|
1655
2104
|
return p;
|
|
1656
2105
|
}),
|
|
2106
|
+
nodeInitializationTaints: !item["nodeInitializationTaints"] ? item["nodeInitializationTaints"] : item["nodeInitializationTaints"].map((p) => {
|
|
2107
|
+
return p;
|
|
2108
|
+
}),
|
|
1657
2109
|
proximityPlacementGroupID: item["proximityPlacementGroupID"],
|
|
1658
2110
|
kubeletConfig: !item["kubeletConfig"] ? item["kubeletConfig"] : kubeletConfigDeserializer(item["kubeletConfig"]),
|
|
1659
2111
|
linuxOSConfig: !item["linuxOSConfig"] ? item["linuxOSConfig"] : linuxOSConfigDeserializer(item["linuxOSConfig"]),
|
|
@@ -1674,6 +2126,7 @@ function managedClusterAgentPoolProfileDeserializer(item) {
|
|
|
1674
2126
|
virtualMachineNodesStatus: !item["virtualMachineNodesStatus"] ? item["virtualMachineNodesStatus"] : virtualMachineNodesArrayDeserializer(item["virtualMachineNodesStatus"]),
|
|
1675
2127
|
status: !item["status"] ? item["status"] : agentPoolStatusDeserializer(item["status"]),
|
|
1676
2128
|
localDNSProfile: !item["localDNSProfile"] ? item["localDNSProfile"] : localDNSProfileDeserializer(item["localDNSProfile"]),
|
|
2129
|
+
preparedImageSpecificationProfile: !item["preparedImageSpecificationProfile"] ? item["preparedImageSpecificationProfile"] : preparedImageSpecificationProfileDeserializer(item["preparedImageSpecificationProfile"]),
|
|
1677
2130
|
name: item["name"]
|
|
1678
2131
|
};
|
|
1679
2132
|
}
|
|
@@ -1941,6 +2394,7 @@ function containerServiceNetworkProfileSerializer(item) {
|
|
|
1941
2394
|
outboundType: item["outboundType"],
|
|
1942
2395
|
loadBalancerSku: item["loadBalancerSku"],
|
|
1943
2396
|
loadBalancerProfile: !item["loadBalancerProfile"] ? item["loadBalancerProfile"] : managedClusterLoadBalancerProfileSerializer(item["loadBalancerProfile"]),
|
|
2397
|
+
bastionProfile: !item["bastionProfile"] ? item["bastionProfile"] : bastionProfileSerializer(item["bastionProfile"]),
|
|
1944
2398
|
natGatewayProfile: !item["natGatewayProfile"] ? item["natGatewayProfile"] : managedClusterNATGatewayProfileSerializer(item["natGatewayProfile"]),
|
|
1945
2399
|
staticEgressGatewayProfile: !item["staticEgressGatewayProfile"] ? item["staticEgressGatewayProfile"] : managedClusterStaticEgressGatewayProfileSerializer(item["staticEgressGatewayProfile"]),
|
|
1946
2400
|
podCidrs: !item["podCidrs"] ? item["podCidrs"] : item["podCidrs"].map((p) => {
|
|
@@ -1951,7 +2405,9 @@ function containerServiceNetworkProfileSerializer(item) {
|
|
|
1951
2405
|
}),
|
|
1952
2406
|
ipFamilies: !item["ipFamilies"] ? item["ipFamilies"] : item["ipFamilies"].map((p) => {
|
|
1953
2407
|
return p;
|
|
1954
|
-
})
|
|
2408
|
+
}),
|
|
2409
|
+
podLinkLocalAccess: item["podLinkLocalAccess"],
|
|
2410
|
+
kubeProxyConfig: !item["kubeProxyConfig"] ? item["kubeProxyConfig"] : containerServiceNetworkProfileKubeProxyConfigSerializer(item["kubeProxyConfig"])
|
|
1955
2411
|
};
|
|
1956
2412
|
}
|
|
1957
2413
|
function containerServiceNetworkProfileDeserializer(item) {
|
|
@@ -1968,6 +2424,7 @@ function containerServiceNetworkProfileDeserializer(item) {
|
|
|
1968
2424
|
outboundType: item["outboundType"],
|
|
1969
2425
|
loadBalancerSku: item["loadBalancerSku"],
|
|
1970
2426
|
loadBalancerProfile: !item["loadBalancerProfile"] ? item["loadBalancerProfile"] : managedClusterLoadBalancerProfileDeserializer(item["loadBalancerProfile"]),
|
|
2427
|
+
bastionProfile: !item["bastionProfile"] ? item["bastionProfile"] : bastionProfileDeserializer(item["bastionProfile"]),
|
|
1971
2428
|
natGatewayProfile: !item["natGatewayProfile"] ? item["natGatewayProfile"] : managedClusterNATGatewayProfileDeserializer(item["natGatewayProfile"]),
|
|
1972
2429
|
staticEgressGatewayProfile: !item["staticEgressGatewayProfile"] ? item["staticEgressGatewayProfile"] : managedClusterStaticEgressGatewayProfileDeserializer(item["staticEgressGatewayProfile"]),
|
|
1973
2430
|
podCidrs: !item["podCidrs"] ? item["podCidrs"] : item["podCidrs"].map((p) => {
|
|
@@ -1978,7 +2435,9 @@ function containerServiceNetworkProfileDeserializer(item) {
|
|
|
1978
2435
|
}),
|
|
1979
2436
|
ipFamilies: !item["ipFamilies"] ? item["ipFamilies"] : item["ipFamilies"].map((p) => {
|
|
1980
2437
|
return p;
|
|
1981
|
-
})
|
|
2438
|
+
}),
|
|
2439
|
+
podLinkLocalAccess: item["podLinkLocalAccess"],
|
|
2440
|
+
kubeProxyConfig: !item["kubeProxyConfig"] ? item["kubeProxyConfig"] : containerServiceNetworkProfileKubeProxyConfigDeserializer(item["kubeProxyConfig"])
|
|
1982
2441
|
};
|
|
1983
2442
|
}
|
|
1984
2443
|
var KnownNetworkPlugin = /* @__PURE__ */ ((KnownNetworkPlugin2) => {
|
|
@@ -2062,6 +2521,7 @@ function advancedNetworkingSecurityTransitEncryptionDeserializer(item) {
|
|
|
2062
2521
|
}
|
|
2063
2522
|
var KnownTransitEncryptionType = /* @__PURE__ */ ((KnownTransitEncryptionType2) => {
|
|
2064
2523
|
KnownTransitEncryptionType2["WireGuard"] = "WireGuard";
|
|
2524
|
+
KnownTransitEncryptionType2["MTLS"] = "mTLS";
|
|
2065
2525
|
KnownTransitEncryptionType2["None"] = "None";
|
|
2066
2526
|
return KnownTransitEncryptionType2;
|
|
2067
2527
|
})(KnownTransitEncryptionType || {});
|
|
@@ -2082,6 +2542,7 @@ var KnownOutboundType = /* @__PURE__ */ ((KnownOutboundType2) => {
|
|
|
2082
2542
|
KnownOutboundType2["LoadBalancer"] = "loadBalancer";
|
|
2083
2543
|
KnownOutboundType2["UserDefinedRouting"] = "userDefinedRouting";
|
|
2084
2544
|
KnownOutboundType2["ManagedNATGateway"] = "managedNATGateway";
|
|
2545
|
+
KnownOutboundType2["ManagedNATGatewayV2"] = "managedNATGatewayV2";
|
|
2085
2546
|
KnownOutboundType2["UserAssignedNATGateway"] = "userAssignedNATGateway";
|
|
2086
2547
|
KnownOutboundType2["None"] = "none";
|
|
2087
2548
|
return KnownOutboundType2;
|
|
@@ -2099,7 +2560,8 @@ function managedClusterLoadBalancerProfileSerializer(item) {
|
|
|
2099
2560
|
allocatedOutboundPorts: item["allocatedOutboundPorts"],
|
|
2100
2561
|
idleTimeoutInMinutes: item["idleTimeoutInMinutes"],
|
|
2101
2562
|
enableMultipleStandardLoadBalancers: item["enableMultipleStandardLoadBalancers"],
|
|
2102
|
-
backendPoolType: item["backendPoolType"]
|
|
2563
|
+
backendPoolType: item["backendPoolType"],
|
|
2564
|
+
clusterServiceLoadBalancerHealthProbeMode: item["clusterServiceLoadBalancerHealthProbeMode"]
|
|
2103
2565
|
};
|
|
2104
2566
|
}
|
|
2105
2567
|
function managedClusterLoadBalancerProfileDeserializer(item) {
|
|
@@ -2111,7 +2573,8 @@ function managedClusterLoadBalancerProfileDeserializer(item) {
|
|
|
2111
2573
|
allocatedOutboundPorts: item["allocatedOutboundPorts"],
|
|
2112
2574
|
idleTimeoutInMinutes: item["idleTimeoutInMinutes"],
|
|
2113
2575
|
enableMultipleStandardLoadBalancers: item["enableMultipleStandardLoadBalancers"],
|
|
2114
|
-
backendPoolType: item["backendPoolType"]
|
|
2576
|
+
backendPoolType: item["backendPoolType"],
|
|
2577
|
+
clusterServiceLoadBalancerHealthProbeMode: item["clusterServiceLoadBalancerHealthProbeMode"]
|
|
2115
2578
|
};
|
|
2116
2579
|
}
|
|
2117
2580
|
function managedClusterLoadBalancerProfileManagedOutboundIPsSerializer(item) {
|
|
@@ -2166,9 +2629,38 @@ var KnownBackendPoolType = /* @__PURE__ */ ((KnownBackendPoolType2) => {
|
|
|
2166
2629
|
KnownBackendPoolType2["NodeIP"] = "NodeIP";
|
|
2167
2630
|
return KnownBackendPoolType2;
|
|
2168
2631
|
})(KnownBackendPoolType || {});
|
|
2632
|
+
var KnownClusterServiceLoadBalancerHealthProbeMode = /* @__PURE__ */ ((KnownClusterServiceLoadBalancerHealthProbeMode2) => {
|
|
2633
|
+
KnownClusterServiceLoadBalancerHealthProbeMode2["ServiceNodePort"] = "ServiceNodePort";
|
|
2634
|
+
KnownClusterServiceLoadBalancerHealthProbeMode2["Shared"] = "Shared";
|
|
2635
|
+
return KnownClusterServiceLoadBalancerHealthProbeMode2;
|
|
2636
|
+
})(KnownClusterServiceLoadBalancerHealthProbeMode || {});
|
|
2637
|
+
function bastionProfileSerializer(item) {
|
|
2638
|
+
return {
|
|
2639
|
+
enabled: item["enabled"],
|
|
2640
|
+
sku: item["sku"],
|
|
2641
|
+
scaleUnits: item["scaleUnits"],
|
|
2642
|
+
publicIpAddressId: item["publicIpAddressId"]
|
|
2643
|
+
};
|
|
2644
|
+
}
|
|
2645
|
+
function bastionProfileDeserializer(item) {
|
|
2646
|
+
return {
|
|
2647
|
+
enabled: item["enabled"],
|
|
2648
|
+
bastionId: item["bastionId"],
|
|
2649
|
+
sku: item["sku"],
|
|
2650
|
+
scaleUnits: item["scaleUnits"],
|
|
2651
|
+
publicIpAddressId: item["publicIpAddressId"]
|
|
2652
|
+
};
|
|
2653
|
+
}
|
|
2654
|
+
var KnownBastionSku = /* @__PURE__ */ ((KnownBastionSku2) => {
|
|
2655
|
+
KnownBastionSku2["Standard"] = "Standard";
|
|
2656
|
+
KnownBastionSku2["Premium"] = "Premium";
|
|
2657
|
+
return KnownBastionSku2;
|
|
2658
|
+
})(KnownBastionSku || {});
|
|
2169
2659
|
function managedClusterNATGatewayProfileSerializer(item) {
|
|
2170
2660
|
return {
|
|
2171
2661
|
managedOutboundIPProfile: !item["managedOutboundIPProfile"] ? item["managedOutboundIPProfile"] : managedClusterManagedOutboundIPProfileSerializer(item["managedOutboundIPProfile"]),
|
|
2662
|
+
outboundIPPrefixes: !item["outboundIPPrefixes"] ? item["outboundIPPrefixes"] : _managedClusterNATGatewayProfileOutboundIpPrefixesSerializer(item["outboundIPPrefixes"]),
|
|
2663
|
+
outboundIPs: !item["outboundIPs"] ? item["outboundIPs"] : _managedClusterNATGatewayProfileOutboundIPsSerializer(item["outboundIPs"]),
|
|
2172
2664
|
idleTimeoutInMinutes: item["idleTimeoutInMinutes"]
|
|
2173
2665
|
};
|
|
2174
2666
|
}
|
|
@@ -2176,15 +2668,46 @@ function managedClusterNATGatewayProfileDeserializer(item) {
|
|
|
2176
2668
|
return {
|
|
2177
2669
|
managedOutboundIPProfile: !item["managedOutboundIPProfile"] ? item["managedOutboundIPProfile"] : managedClusterManagedOutboundIPProfileDeserializer(item["managedOutboundIPProfile"]),
|
|
2178
2670
|
effectiveOutboundIPs: !item["effectiveOutboundIPs"] ? item["effectiveOutboundIPs"] : resourceReferenceArrayDeserializer(item["effectiveOutboundIPs"]),
|
|
2671
|
+
outboundIPPrefixes: !item["outboundIPPrefixes"] ? item["outboundIPPrefixes"] : _managedClusterNATGatewayProfileOutboundIpPrefixesDeserializer(item["outboundIPPrefixes"]),
|
|
2672
|
+
outboundIPs: !item["outboundIPs"] ? item["outboundIPs"] : _managedClusterNATGatewayProfileOutboundIPsDeserializer(item["outboundIPs"]),
|
|
2179
2673
|
idleTimeoutInMinutes: item["idleTimeoutInMinutes"]
|
|
2180
2674
|
};
|
|
2181
2675
|
}
|
|
2182
2676
|
function managedClusterManagedOutboundIPProfileSerializer(item) {
|
|
2183
|
-
return { count: item["count"] };
|
|
2677
|
+
return { count: item["count"], countIPv6: item["countIPv6"] };
|
|
2184
2678
|
}
|
|
2185
2679
|
function managedClusterManagedOutboundIPProfileDeserializer(item) {
|
|
2186
2680
|
return {
|
|
2187
|
-
count: item["count"]
|
|
2681
|
+
count: item["count"],
|
|
2682
|
+
countIPv6: item["countIPv6"]
|
|
2683
|
+
};
|
|
2684
|
+
}
|
|
2685
|
+
function _managedClusterNATGatewayProfileOutboundIpPrefixesSerializer(item) {
|
|
2686
|
+
return {
|
|
2687
|
+
publicIPPrefixes: !item["publicIPPrefixes"] ? item["publicIPPrefixes"] : item["publicIPPrefixes"].map((p) => {
|
|
2688
|
+
return p;
|
|
2689
|
+
})
|
|
2690
|
+
};
|
|
2691
|
+
}
|
|
2692
|
+
function _managedClusterNATGatewayProfileOutboundIpPrefixesDeserializer(item) {
|
|
2693
|
+
return {
|
|
2694
|
+
publicIPPrefixes: !item["publicIPPrefixes"] ? item["publicIPPrefixes"] : item["publicIPPrefixes"].map((p) => {
|
|
2695
|
+
return p;
|
|
2696
|
+
})
|
|
2697
|
+
};
|
|
2698
|
+
}
|
|
2699
|
+
function _managedClusterNATGatewayProfileOutboundIPsSerializer(item) {
|
|
2700
|
+
return {
|
|
2701
|
+
publicIPs: !item["publicIPs"] ? item["publicIPs"] : item["publicIPs"].map((p) => {
|
|
2702
|
+
return p;
|
|
2703
|
+
})
|
|
2704
|
+
};
|
|
2705
|
+
}
|
|
2706
|
+
function _managedClusterNATGatewayProfileOutboundIPsDeserializer(item) {
|
|
2707
|
+
return {
|
|
2708
|
+
publicIPs: !item["publicIPs"] ? item["publicIPs"] : item["publicIPs"].map((p) => {
|
|
2709
|
+
return p;
|
|
2710
|
+
})
|
|
2188
2711
|
};
|
|
2189
2712
|
}
|
|
2190
2713
|
function managedClusterStaticEgressGatewayProfileSerializer(item) {
|
|
@@ -2200,6 +2723,52 @@ var KnownIpFamily = /* @__PURE__ */ ((KnownIpFamily2) => {
|
|
|
2200
2723
|
KnownIpFamily2["IPv6"] = "IPv6";
|
|
2201
2724
|
return KnownIpFamily2;
|
|
2202
2725
|
})(KnownIpFamily || {});
|
|
2726
|
+
var KnownPodLinkLocalAccess = /* @__PURE__ */ ((KnownPodLinkLocalAccess2) => {
|
|
2727
|
+
KnownPodLinkLocalAccess2["Imds"] = "IMDS";
|
|
2728
|
+
KnownPodLinkLocalAccess2["None"] = "None";
|
|
2729
|
+
return KnownPodLinkLocalAccess2;
|
|
2730
|
+
})(KnownPodLinkLocalAccess || {});
|
|
2731
|
+
function containerServiceNetworkProfileKubeProxyConfigSerializer(item) {
|
|
2732
|
+
return {
|
|
2733
|
+
enabled: item["enabled"],
|
|
2734
|
+
mode: item["mode"],
|
|
2735
|
+
ipvsConfig: !item["ipvsConfig"] ? item["ipvsConfig"] : containerServiceNetworkProfileKubeProxyConfigIpvsConfigSerializer(item["ipvsConfig"])
|
|
2736
|
+
};
|
|
2737
|
+
}
|
|
2738
|
+
function containerServiceNetworkProfileKubeProxyConfigDeserializer(item) {
|
|
2739
|
+
return {
|
|
2740
|
+
enabled: item["enabled"],
|
|
2741
|
+
mode: item["mode"],
|
|
2742
|
+
ipvsConfig: !item["ipvsConfig"] ? item["ipvsConfig"] : containerServiceNetworkProfileKubeProxyConfigIpvsConfigDeserializer(item["ipvsConfig"])
|
|
2743
|
+
};
|
|
2744
|
+
}
|
|
2745
|
+
var KnownMode = /* @__PURE__ */ ((KnownMode2) => {
|
|
2746
|
+
KnownMode2["Iptables"] = "IPTABLES";
|
|
2747
|
+
KnownMode2["Ipvs"] = "IPVS";
|
|
2748
|
+
KnownMode2["Nftables"] = "NFTABLES";
|
|
2749
|
+
return KnownMode2;
|
|
2750
|
+
})(KnownMode || {});
|
|
2751
|
+
function containerServiceNetworkProfileKubeProxyConfigIpvsConfigSerializer(item) {
|
|
2752
|
+
return {
|
|
2753
|
+
scheduler: item["scheduler"],
|
|
2754
|
+
tcpTimeoutSeconds: item["tcpTimeoutSeconds"],
|
|
2755
|
+
tcpFinTimeoutSeconds: item["tcpFinTimeoutSeconds"],
|
|
2756
|
+
udpTimeoutSeconds: item["udpTimeoutSeconds"]
|
|
2757
|
+
};
|
|
2758
|
+
}
|
|
2759
|
+
function containerServiceNetworkProfileKubeProxyConfigIpvsConfigDeserializer(item) {
|
|
2760
|
+
return {
|
|
2761
|
+
scheduler: item["scheduler"],
|
|
2762
|
+
tcpTimeoutSeconds: item["tcpTimeoutSeconds"],
|
|
2763
|
+
tcpFinTimeoutSeconds: item["tcpFinTimeoutSeconds"],
|
|
2764
|
+
udpTimeoutSeconds: item["udpTimeoutSeconds"]
|
|
2765
|
+
};
|
|
2766
|
+
}
|
|
2767
|
+
var KnownIpvsScheduler = /* @__PURE__ */ ((KnownIpvsScheduler2) => {
|
|
2768
|
+
KnownIpvsScheduler2["RoundRobin"] = "RoundRobin";
|
|
2769
|
+
KnownIpvsScheduler2["LeastConnection"] = "LeastConnection";
|
|
2770
|
+
return KnownIpvsScheduler2;
|
|
2771
|
+
})(KnownIpvsScheduler || {});
|
|
2203
2772
|
function managedClusterAADProfileSerializer(item) {
|
|
2204
2773
|
return {
|
|
2205
2774
|
managed: item["managed"],
|
|
@@ -2421,6 +2990,9 @@ function managedClusterHttpProxyConfigDeserializer(item) {
|
|
|
2421
2990
|
noProxy: !item["noProxy"] ? item["noProxy"] : item["noProxy"].map((p) => {
|
|
2422
2991
|
return p;
|
|
2423
2992
|
}),
|
|
2993
|
+
effectiveNoProxy: !item["effectiveNoProxy"] ? item["effectiveNoProxy"] : item["effectiveNoProxy"].map((p) => {
|
|
2994
|
+
return p;
|
|
2995
|
+
}),
|
|
2424
2996
|
trustedCa: item["trustedCa"],
|
|
2425
2997
|
enabled: item["enabled"]
|
|
2426
2998
|
};
|
|
@@ -2429,22 +3001,34 @@ function managedClusterSecurityProfileSerializer(item) {
|
|
|
2429
3001
|
return {
|
|
2430
3002
|
defender: !item["defender"] ? item["defender"] : managedClusterSecurityProfileDefenderSerializer(item["defender"]),
|
|
2431
3003
|
azureKeyVaultKms: !item["azureKeyVaultKms"] ? item["azureKeyVaultKms"] : azureKeyVaultKmsSerializer(item["azureKeyVaultKms"]),
|
|
3004
|
+
kubernetesResourceObjectEncryptionProfile: !item["kubernetesResourceObjectEncryptionProfile"] ? item["kubernetesResourceObjectEncryptionProfile"] : kubernetesResourceObjectEncryptionProfileSerializer(
|
|
3005
|
+
item["kubernetesResourceObjectEncryptionProfile"]
|
|
3006
|
+
),
|
|
2432
3007
|
workloadIdentity: !item["workloadIdentity"] ? item["workloadIdentity"] : managedClusterSecurityProfileWorkloadIdentitySerializer(item["workloadIdentity"]),
|
|
2433
3008
|
imageCleaner: !item["imageCleaner"] ? item["imageCleaner"] : managedClusterSecurityProfileImageCleanerSerializer(item["imageCleaner"]),
|
|
3009
|
+
imageIntegrity: !item["imageIntegrity"] ? item["imageIntegrity"] : managedClusterSecurityProfileImageIntegritySerializer(item["imageIntegrity"]),
|
|
3010
|
+
nodeRestriction: !item["nodeRestriction"] ? item["nodeRestriction"] : managedClusterSecurityProfileNodeRestrictionSerializer(item["nodeRestriction"]),
|
|
2434
3011
|
customCATrustCertificates: !item["customCATrustCertificates"] ? item["customCATrustCertificates"] : item["customCATrustCertificates"].map((p) => {
|
|
2435
3012
|
return (0, import_core_util.uint8ArrayToString)(p, "base64");
|
|
2436
|
-
})
|
|
3013
|
+
}),
|
|
3014
|
+
serviceAccountImagePullProfile: !item["serviceAccountImagePullProfile"] ? item["serviceAccountImagePullProfile"] : serviceAccountImagePullProfileSerializer(item["serviceAccountImagePullProfile"])
|
|
2437
3015
|
};
|
|
2438
3016
|
}
|
|
2439
3017
|
function managedClusterSecurityProfileDeserializer(item) {
|
|
2440
3018
|
return {
|
|
2441
3019
|
defender: !item["defender"] ? item["defender"] : managedClusterSecurityProfileDefenderDeserializer(item["defender"]),
|
|
2442
3020
|
azureKeyVaultKms: !item["azureKeyVaultKms"] ? item["azureKeyVaultKms"] : azureKeyVaultKmsDeserializer(item["azureKeyVaultKms"]),
|
|
3021
|
+
kubernetesResourceObjectEncryptionProfile: !item["kubernetesResourceObjectEncryptionProfile"] ? item["kubernetesResourceObjectEncryptionProfile"] : kubernetesResourceObjectEncryptionProfileDeserializer(
|
|
3022
|
+
item["kubernetesResourceObjectEncryptionProfile"]
|
|
3023
|
+
),
|
|
2443
3024
|
workloadIdentity: !item["workloadIdentity"] ? item["workloadIdentity"] : managedClusterSecurityProfileWorkloadIdentityDeserializer(item["workloadIdentity"]),
|
|
2444
3025
|
imageCleaner: !item["imageCleaner"] ? item["imageCleaner"] : managedClusterSecurityProfileImageCleanerDeserializer(item["imageCleaner"]),
|
|
3026
|
+
imageIntegrity: !item["imageIntegrity"] ? item["imageIntegrity"] : managedClusterSecurityProfileImageIntegrityDeserializer(item["imageIntegrity"]),
|
|
3027
|
+
nodeRestriction: !item["nodeRestriction"] ? item["nodeRestriction"] : managedClusterSecurityProfileNodeRestrictionDeserializer(item["nodeRestriction"]),
|
|
2445
3028
|
customCATrustCertificates: !item["customCATrustCertificates"] ? item["customCATrustCertificates"] : item["customCATrustCertificates"].map((p) => {
|
|
2446
3029
|
return typeof p === "string" ? (0, import_core_util.stringToUint8Array)(p, "base64") : p;
|
|
2447
|
-
})
|
|
3030
|
+
}),
|
|
3031
|
+
serviceAccountImagePullProfile: !item["serviceAccountImagePullProfile"] ? item["serviceAccountImagePullProfile"] : serviceAccountImagePullProfileDeserializer(item["serviceAccountImagePullProfile"])
|
|
2448
3032
|
};
|
|
2449
3033
|
}
|
|
2450
3034
|
function managedClusterSecurityProfileDefenderSerializer(item) {
|
|
@@ -2452,7 +3036,8 @@ function managedClusterSecurityProfileDefenderSerializer(item) {
|
|
|
2452
3036
|
logAnalyticsWorkspaceResourceId: item["logAnalyticsWorkspaceResourceId"],
|
|
2453
3037
|
securityMonitoring: !item["securityMonitoring"] ? item["securityMonitoring"] : managedClusterSecurityProfileDefenderSecurityMonitoringSerializer(
|
|
2454
3038
|
item["securityMonitoring"]
|
|
2455
|
-
)
|
|
3039
|
+
),
|
|
3040
|
+
securityGating: !item["securityGating"] ? item["securityGating"] : managedClusterSecurityProfileDefenderSecurityGatingSerializer(item["securityGating"])
|
|
2456
3041
|
};
|
|
2457
3042
|
}
|
|
2458
3043
|
function managedClusterSecurityProfileDefenderDeserializer(item) {
|
|
@@ -2460,7 +3045,8 @@ function managedClusterSecurityProfileDefenderDeserializer(item) {
|
|
|
2460
3045
|
logAnalyticsWorkspaceResourceId: item["logAnalyticsWorkspaceResourceId"],
|
|
2461
3046
|
securityMonitoring: !item["securityMonitoring"] ? item["securityMonitoring"] : managedClusterSecurityProfileDefenderSecurityMonitoringDeserializer(
|
|
2462
3047
|
item["securityMonitoring"]
|
|
2463
|
-
)
|
|
3048
|
+
),
|
|
3049
|
+
securityGating: !item["securityGating"] ? item["securityGating"] : managedClusterSecurityProfileDefenderSecurityGatingDeserializer(item["securityGating"])
|
|
2464
3050
|
};
|
|
2465
3051
|
}
|
|
2466
3052
|
function managedClusterSecurityProfileDefenderSecurityMonitoringSerializer(item) {
|
|
@@ -2471,6 +3057,46 @@ function managedClusterSecurityProfileDefenderSecurityMonitoringDeserializer(ite
|
|
|
2471
3057
|
enabled: item["enabled"]
|
|
2472
3058
|
};
|
|
2473
3059
|
}
|
|
3060
|
+
function managedClusterSecurityProfileDefenderSecurityGatingSerializer(item) {
|
|
3061
|
+
return {
|
|
3062
|
+
enabled: item["enabled"],
|
|
3063
|
+
identities: !item["identities"] ? item["identities"] : managedClusterSecurityProfileDefenderSecurityGatingIdentitiesItemArraySerializer(
|
|
3064
|
+
item["identities"]
|
|
3065
|
+
),
|
|
3066
|
+
allowSecretAccess: item["allowSecretAccess"]
|
|
3067
|
+
};
|
|
3068
|
+
}
|
|
3069
|
+
function managedClusterSecurityProfileDefenderSecurityGatingDeserializer(item) {
|
|
3070
|
+
return {
|
|
3071
|
+
enabled: item["enabled"],
|
|
3072
|
+
identities: !item["identities"] ? item["identities"] : managedClusterSecurityProfileDefenderSecurityGatingIdentitiesItemArrayDeserializer(
|
|
3073
|
+
item["identities"]
|
|
3074
|
+
),
|
|
3075
|
+
allowSecretAccess: item["allowSecretAccess"]
|
|
3076
|
+
};
|
|
3077
|
+
}
|
|
3078
|
+
function managedClusterSecurityProfileDefenderSecurityGatingIdentitiesItemArraySerializer(result) {
|
|
3079
|
+
return result.map((item) => {
|
|
3080
|
+
return managedClusterSecurityProfileDefenderSecurityGatingIdentitiesItemSerializer(item);
|
|
3081
|
+
});
|
|
3082
|
+
}
|
|
3083
|
+
function managedClusterSecurityProfileDefenderSecurityGatingIdentitiesItemArrayDeserializer(result) {
|
|
3084
|
+
return result.map((item) => {
|
|
3085
|
+
return managedClusterSecurityProfileDefenderSecurityGatingIdentitiesItemDeserializer(item);
|
|
3086
|
+
});
|
|
3087
|
+
}
|
|
3088
|
+
function managedClusterSecurityProfileDefenderSecurityGatingIdentitiesItemSerializer(item) {
|
|
3089
|
+
return {
|
|
3090
|
+
azureContainerRegistry: item["azureContainerRegistry"],
|
|
3091
|
+
identity: !item["identity"] ? item["identity"] : userAssignedIdentitySerializer(item["identity"])
|
|
3092
|
+
};
|
|
3093
|
+
}
|
|
3094
|
+
function managedClusterSecurityProfileDefenderSecurityGatingIdentitiesItemDeserializer(item) {
|
|
3095
|
+
return {
|
|
3096
|
+
azureContainerRegistry: item["azureContainerRegistry"],
|
|
3097
|
+
identity: !item["identity"] ? item["identity"] : userAssignedIdentityDeserializer(item["identity"])
|
|
3098
|
+
};
|
|
3099
|
+
}
|
|
2474
3100
|
function azureKeyVaultKmsSerializer(item) {
|
|
2475
3101
|
return {
|
|
2476
3102
|
enabled: item["enabled"],
|
|
@@ -2492,6 +3118,19 @@ var KnownKeyVaultNetworkAccessTypes = /* @__PURE__ */ ((KnownKeyVaultNetworkAcce
|
|
|
2492
3118
|
KnownKeyVaultNetworkAccessTypes2["Private"] = "Private";
|
|
2493
3119
|
return KnownKeyVaultNetworkAccessTypes2;
|
|
2494
3120
|
})(KnownKeyVaultNetworkAccessTypes || {});
|
|
3121
|
+
function kubernetesResourceObjectEncryptionProfileSerializer(item) {
|
|
3122
|
+
return { infrastructureEncryption: item["infrastructureEncryption"] };
|
|
3123
|
+
}
|
|
3124
|
+
function kubernetesResourceObjectEncryptionProfileDeserializer(item) {
|
|
3125
|
+
return {
|
|
3126
|
+
infrastructureEncryption: item["infrastructureEncryption"]
|
|
3127
|
+
};
|
|
3128
|
+
}
|
|
3129
|
+
var KnownInfrastructureEncryption = /* @__PURE__ */ ((KnownInfrastructureEncryption2) => {
|
|
3130
|
+
KnownInfrastructureEncryption2["Enabled"] = "Enabled";
|
|
3131
|
+
KnownInfrastructureEncryption2["Disabled"] = "Disabled";
|
|
3132
|
+
return KnownInfrastructureEncryption2;
|
|
3133
|
+
})(KnownInfrastructureEncryption || {});
|
|
2495
3134
|
function managedClusterSecurityProfileWorkloadIdentitySerializer(item) {
|
|
2496
3135
|
return { enabled: item["enabled"] };
|
|
2497
3136
|
}
|
|
@@ -2509,6 +3148,31 @@ function managedClusterSecurityProfileImageCleanerDeserializer(item) {
|
|
|
2509
3148
|
intervalHours: item["intervalHours"]
|
|
2510
3149
|
};
|
|
2511
3150
|
}
|
|
3151
|
+
function managedClusterSecurityProfileImageIntegritySerializer(item) {
|
|
3152
|
+
return { enabled: item["enabled"] };
|
|
3153
|
+
}
|
|
3154
|
+
function managedClusterSecurityProfileImageIntegrityDeserializer(item) {
|
|
3155
|
+
return {
|
|
3156
|
+
enabled: item["enabled"]
|
|
3157
|
+
};
|
|
3158
|
+
}
|
|
3159
|
+
function managedClusterSecurityProfileNodeRestrictionSerializer(item) {
|
|
3160
|
+
return { enabled: item["enabled"] };
|
|
3161
|
+
}
|
|
3162
|
+
function managedClusterSecurityProfileNodeRestrictionDeserializer(item) {
|
|
3163
|
+
return {
|
|
3164
|
+
enabled: item["enabled"]
|
|
3165
|
+
};
|
|
3166
|
+
}
|
|
3167
|
+
function serviceAccountImagePullProfileSerializer(item) {
|
|
3168
|
+
return { enabled: item["enabled"], defaultManagedIdentityId: item["defaultManagedIdentityId"] };
|
|
3169
|
+
}
|
|
3170
|
+
function serviceAccountImagePullProfileDeserializer(item) {
|
|
3171
|
+
return {
|
|
3172
|
+
enabled: item["enabled"],
|
|
3173
|
+
defaultManagedIdentityId: item["defaultManagedIdentityId"]
|
|
3174
|
+
};
|
|
3175
|
+
}
|
|
2512
3176
|
function managedClusterStorageProfileSerializer(item) {
|
|
2513
3177
|
return {
|
|
2514
3178
|
diskCSIDriver: !item["diskCSIDriver"] ? item["diskCSIDriver"] : managedClusterStorageProfileDiskCSIDriverSerializer(item["diskCSIDriver"]),
|
|
@@ -2560,13 +3224,19 @@ function managedClusterStorageProfileBlobCSIDriverDeserializer(item) {
|
|
|
2560
3224
|
function managedClusterIngressProfileSerializer(item) {
|
|
2561
3225
|
return {
|
|
2562
3226
|
webAppRouting: !item["webAppRouting"] ? item["webAppRouting"] : managedClusterIngressProfileWebAppRoutingSerializer(item["webAppRouting"]),
|
|
2563
|
-
gatewayAPI: !item["gatewayAPI"] ? item["gatewayAPI"] : managedClusterIngressProfileGatewayConfigurationSerializer(item["gatewayAPI"])
|
|
3227
|
+
gatewayAPI: !item["gatewayAPI"] ? item["gatewayAPI"] : managedClusterIngressProfileGatewayConfigurationSerializer(item["gatewayAPI"]),
|
|
3228
|
+
applicationLoadBalancer: !item["applicationLoadBalancer"] ? item["applicationLoadBalancer"] : managedClusterIngressProfileApplicationLoadBalancerSerializer(
|
|
3229
|
+
item["applicationLoadBalancer"]
|
|
3230
|
+
)
|
|
2564
3231
|
};
|
|
2565
3232
|
}
|
|
2566
3233
|
function managedClusterIngressProfileDeserializer(item) {
|
|
2567
3234
|
return {
|
|
2568
3235
|
webAppRouting: !item["webAppRouting"] ? item["webAppRouting"] : managedClusterIngressProfileWebAppRoutingDeserializer(item["webAppRouting"]),
|
|
2569
|
-
gatewayAPI: !item["gatewayAPI"] ? item["gatewayAPI"] : managedClusterIngressProfileGatewayConfigurationDeserializer(item["gatewayAPI"])
|
|
3236
|
+
gatewayAPI: !item["gatewayAPI"] ? item["gatewayAPI"] : managedClusterIngressProfileGatewayConfigurationDeserializer(item["gatewayAPI"]),
|
|
3237
|
+
applicationLoadBalancer: !item["applicationLoadBalancer"] ? item["applicationLoadBalancer"] : managedClusterIngressProfileApplicationLoadBalancerDeserializer(
|
|
3238
|
+
item["applicationLoadBalancer"]
|
|
3239
|
+
)
|
|
2570
3240
|
};
|
|
2571
3241
|
}
|
|
2572
3242
|
function managedClusterIngressProfileWebAppRoutingSerializer(item) {
|
|
@@ -2578,7 +3248,8 @@ function managedClusterIngressProfileWebAppRoutingSerializer(item) {
|
|
|
2578
3248
|
dnsZoneResourceIds: !item["dnsZoneResourceIds"] ? item["dnsZoneResourceIds"] : item["dnsZoneResourceIds"].map((p) => {
|
|
2579
3249
|
return p;
|
|
2580
3250
|
}),
|
|
2581
|
-
nginx: !item["nginx"] ? item["nginx"] : managedClusterIngressProfileNginxSerializer(item["nginx"])
|
|
3251
|
+
nginx: !item["nginx"] ? item["nginx"] : managedClusterIngressProfileNginxSerializer(item["nginx"]),
|
|
3252
|
+
defaultDomain: !item["defaultDomain"] ? item["defaultDomain"] : managedClusterIngressDefaultDomainProfileSerializer(item["defaultDomain"])
|
|
2582
3253
|
};
|
|
2583
3254
|
}
|
|
2584
3255
|
function managedClusterIngressProfileWebAppRoutingDeserializer(item) {
|
|
@@ -2591,7 +3262,8 @@ function managedClusterIngressProfileWebAppRoutingDeserializer(item) {
|
|
|
2591
3262
|
return p;
|
|
2592
3263
|
}),
|
|
2593
3264
|
nginx: !item["nginx"] ? item["nginx"] : managedClusterIngressProfileNginxDeserializer(item["nginx"]),
|
|
2594
|
-
identity: !item["identity"] ? item["identity"] : userAssignedIdentityDeserializer(item["identity"])
|
|
3265
|
+
identity: !item["identity"] ? item["identity"] : userAssignedIdentityDeserializer(item["identity"]),
|
|
3266
|
+
defaultDomain: !item["defaultDomain"] ? item["defaultDomain"] : managedClusterIngressDefaultDomainProfileDeserializer(item["defaultDomain"])
|
|
2595
3267
|
};
|
|
2596
3268
|
}
|
|
2597
3269
|
function managedClusterWebAppRoutingGatewayAPIImplementationsSerializer(item) {
|
|
@@ -2632,6 +3304,15 @@ var KnownNginxIngressControllerType = /* @__PURE__ */ ((KnownNginxIngressControl
|
|
|
2632
3304
|
KnownNginxIngressControllerType2["None"] = "None";
|
|
2633
3305
|
return KnownNginxIngressControllerType2;
|
|
2634
3306
|
})(KnownNginxIngressControllerType || {});
|
|
3307
|
+
function managedClusterIngressDefaultDomainProfileSerializer(item) {
|
|
3308
|
+
return { enabled: item["enabled"] };
|
|
3309
|
+
}
|
|
3310
|
+
function managedClusterIngressDefaultDomainProfileDeserializer(item) {
|
|
3311
|
+
return {
|
|
3312
|
+
enabled: item["enabled"],
|
|
3313
|
+
domainName: item["domainName"]
|
|
3314
|
+
};
|
|
3315
|
+
}
|
|
2635
3316
|
function managedClusterIngressProfileGatewayConfigurationSerializer(item) {
|
|
2636
3317
|
return { installation: item["installation"] };
|
|
2637
3318
|
}
|
|
@@ -2645,9 +3326,19 @@ var KnownManagedGatewayType = /* @__PURE__ */ ((KnownManagedGatewayType2) => {
|
|
|
2645
3326
|
KnownManagedGatewayType2["Standard"] = "Standard";
|
|
2646
3327
|
return KnownManagedGatewayType2;
|
|
2647
3328
|
})(KnownManagedGatewayType || {});
|
|
3329
|
+
function managedClusterIngressProfileApplicationLoadBalancerSerializer(item) {
|
|
3330
|
+
return { enabled: item["enabled"] };
|
|
3331
|
+
}
|
|
3332
|
+
function managedClusterIngressProfileApplicationLoadBalancerDeserializer(item) {
|
|
3333
|
+
return {
|
|
3334
|
+
enabled: item["enabled"],
|
|
3335
|
+
identity: !item["identity"] ? item["identity"] : userAssignedIdentityDeserializer(item["identity"])
|
|
3336
|
+
};
|
|
3337
|
+
}
|
|
2648
3338
|
var KnownPublicNetworkAccess = /* @__PURE__ */ ((KnownPublicNetworkAccess2) => {
|
|
2649
3339
|
KnownPublicNetworkAccess2["Enabled"] = "Enabled";
|
|
2650
3340
|
KnownPublicNetworkAccess2["Disabled"] = "Disabled";
|
|
3341
|
+
KnownPublicNetworkAccess2["SecuredByPerimeter"] = "SecuredByPerimeter";
|
|
2651
3342
|
return KnownPublicNetworkAccess2;
|
|
2652
3343
|
})(KnownPublicNetworkAccess || {});
|
|
2653
3344
|
function managedClusterWorkloadAutoScalerProfileSerializer(item) {
|
|
@@ -2675,22 +3366,30 @@ function managedClusterWorkloadAutoScalerProfileKedaDeserializer(item) {
|
|
|
2675
3366
|
};
|
|
2676
3367
|
}
|
|
2677
3368
|
function managedClusterWorkloadAutoScalerProfileVerticalPodAutoscalerSerializer(item) {
|
|
2678
|
-
return { enabled: item["enabled"] };
|
|
3369
|
+
return { enabled: item["enabled"], addonAutoscaling: item["addonAutoscaling"] };
|
|
2679
3370
|
}
|
|
2680
3371
|
function managedClusterWorkloadAutoScalerProfileVerticalPodAutoscalerDeserializer(item) {
|
|
2681
3372
|
return {
|
|
2682
|
-
enabled: item["enabled"]
|
|
3373
|
+
enabled: item["enabled"],
|
|
3374
|
+
addonAutoscaling: item["addonAutoscaling"]
|
|
2683
3375
|
};
|
|
2684
3376
|
}
|
|
3377
|
+
var KnownAddonAutoscaling = /* @__PURE__ */ ((KnownAddonAutoscaling2) => {
|
|
3378
|
+
KnownAddonAutoscaling2["Enabled"] = "Enabled";
|
|
3379
|
+
KnownAddonAutoscaling2["Disabled"] = "Disabled";
|
|
3380
|
+
return KnownAddonAutoscaling2;
|
|
3381
|
+
})(KnownAddonAutoscaling || {});
|
|
2685
3382
|
function managedClusterAzureMonitorProfileSerializer(item) {
|
|
2686
3383
|
return {
|
|
2687
3384
|
metrics: !item["metrics"] ? item["metrics"] : managedClusterAzureMonitorProfileMetricsSerializer(item["metrics"]),
|
|
3385
|
+
containerInsights: !item["containerInsights"] ? item["containerInsights"] : managedClusterAzureMonitorProfileContainerInsightsSerializer(item["containerInsights"]),
|
|
2688
3386
|
appMonitoring: !item["appMonitoring"] ? item["appMonitoring"] : managedClusterAzureMonitorProfileAppMonitoringSerializer(item["appMonitoring"])
|
|
2689
3387
|
};
|
|
2690
3388
|
}
|
|
2691
3389
|
function managedClusterAzureMonitorProfileDeserializer(item) {
|
|
2692
3390
|
return {
|
|
2693
3391
|
metrics: !item["metrics"] ? item["metrics"] : managedClusterAzureMonitorProfileMetricsDeserializer(item["metrics"]),
|
|
3392
|
+
containerInsights: !item["containerInsights"] ? item["containerInsights"] : managedClusterAzureMonitorProfileContainerInsightsDeserializer(item["containerInsights"]),
|
|
2694
3393
|
appMonitoring: !item["appMonitoring"] ? item["appMonitoring"] : managedClusterAzureMonitorProfileAppMonitoringDeserializer(item["appMonitoring"])
|
|
2695
3394
|
};
|
|
2696
3395
|
}
|
|
@@ -2728,10 +3427,41 @@ function managedClusterAzureMonitorProfileMetricsControlPlaneDeserializer(item)
|
|
|
2728
3427
|
enabled: item["enabled"]
|
|
2729
3428
|
};
|
|
2730
3429
|
}
|
|
3430
|
+
function managedClusterAzureMonitorProfileContainerInsightsSerializer(item) {
|
|
3431
|
+
return {
|
|
3432
|
+
enabled: item["enabled"],
|
|
3433
|
+
logAnalyticsWorkspaceResourceId: item["logAnalyticsWorkspaceResourceId"],
|
|
3434
|
+
syslogPort: item["syslogPort"],
|
|
3435
|
+
disableCustomMetrics: item["disableCustomMetrics"],
|
|
3436
|
+
disablePrometheusMetricsScraping: item["disablePrometheusMetricsScraping"],
|
|
3437
|
+
containerNetworkLogs: item["containerNetworkLogs"]
|
|
3438
|
+
};
|
|
3439
|
+
}
|
|
3440
|
+
function managedClusterAzureMonitorProfileContainerInsightsDeserializer(item) {
|
|
3441
|
+
return {
|
|
3442
|
+
enabled: item["enabled"],
|
|
3443
|
+
logAnalyticsWorkspaceResourceId: item["logAnalyticsWorkspaceResourceId"],
|
|
3444
|
+
syslogPort: item["syslogPort"],
|
|
3445
|
+
disableCustomMetrics: item["disableCustomMetrics"],
|
|
3446
|
+
disablePrometheusMetricsScraping: item["disablePrometheusMetricsScraping"],
|
|
3447
|
+
containerNetworkLogs: item["containerNetworkLogs"]
|
|
3448
|
+
};
|
|
3449
|
+
}
|
|
3450
|
+
var KnownContainerNetworkLogs = /* @__PURE__ */ ((KnownContainerNetworkLogs2) => {
|
|
3451
|
+
KnownContainerNetworkLogs2["Disabled"] = "Disabled";
|
|
3452
|
+
KnownContainerNetworkLogs2["Enabled"] = "Enabled";
|
|
3453
|
+
return KnownContainerNetworkLogs2;
|
|
3454
|
+
})(KnownContainerNetworkLogs || {});
|
|
2731
3455
|
function managedClusterAzureMonitorProfileAppMonitoringSerializer(item) {
|
|
2732
3456
|
return {
|
|
2733
3457
|
autoInstrumentation: !item["autoInstrumentation"] ? item["autoInstrumentation"] : managedClusterAzureMonitorProfileAppMonitoringAutoInstrumentationSerializer(
|
|
2734
3458
|
item["autoInstrumentation"]
|
|
3459
|
+
),
|
|
3460
|
+
openTelemetryMetrics: !item["openTelemetryMetrics"] ? item["openTelemetryMetrics"] : managedClusterAzureMonitorProfileAppMonitoringOpenTelemetryMetricsSerializer(
|
|
3461
|
+
item["openTelemetryMetrics"]
|
|
3462
|
+
),
|
|
3463
|
+
openTelemetryLogsAndTraces: !item["openTelemetryLogsAndTraces"] ? item["openTelemetryLogsAndTraces"] : managedClusterAzureMonitorProfileAppMonitoringOpenTelemetryLogsAndTracesSerializer(
|
|
3464
|
+
item["openTelemetryLogsAndTraces"]
|
|
2735
3465
|
)
|
|
2736
3466
|
};
|
|
2737
3467
|
}
|
|
@@ -2739,6 +3469,12 @@ function managedClusterAzureMonitorProfileAppMonitoringDeserializer(item) {
|
|
|
2739
3469
|
return {
|
|
2740
3470
|
autoInstrumentation: !item["autoInstrumentation"] ? item["autoInstrumentation"] : managedClusterAzureMonitorProfileAppMonitoringAutoInstrumentationDeserializer(
|
|
2741
3471
|
item["autoInstrumentation"]
|
|
3472
|
+
),
|
|
3473
|
+
openTelemetryMetrics: !item["openTelemetryMetrics"] ? item["openTelemetryMetrics"] : managedClusterAzureMonitorProfileAppMonitoringOpenTelemetryMetricsDeserializer(
|
|
3474
|
+
item["openTelemetryMetrics"]
|
|
3475
|
+
),
|
|
3476
|
+
openTelemetryLogsAndTraces: !item["openTelemetryLogsAndTraces"] ? item["openTelemetryLogsAndTraces"] : managedClusterAzureMonitorProfileAppMonitoringOpenTelemetryLogsAndTracesDeserializer(
|
|
3477
|
+
item["openTelemetryLogsAndTraces"]
|
|
2742
3478
|
)
|
|
2743
3479
|
};
|
|
2744
3480
|
}
|
|
@@ -2750,6 +3486,26 @@ function managedClusterAzureMonitorProfileAppMonitoringAutoInstrumentationDeseri
|
|
|
2750
3486
|
enabled: item["enabled"]
|
|
2751
3487
|
};
|
|
2752
3488
|
}
|
|
3489
|
+
function managedClusterAzureMonitorProfileAppMonitoringOpenTelemetryMetricsSerializer(item) {
|
|
3490
|
+
return { enabled: item["enabled"], httpPort: item["httpPort"], grpcPort: item["grpcPort"] };
|
|
3491
|
+
}
|
|
3492
|
+
function managedClusterAzureMonitorProfileAppMonitoringOpenTelemetryMetricsDeserializer(item) {
|
|
3493
|
+
return {
|
|
3494
|
+
enabled: item["enabled"],
|
|
3495
|
+
httpPort: item["httpPort"],
|
|
3496
|
+
grpcPort: item["grpcPort"]
|
|
3497
|
+
};
|
|
3498
|
+
}
|
|
3499
|
+
function managedClusterAzureMonitorProfileAppMonitoringOpenTelemetryLogsAndTracesSerializer(item) {
|
|
3500
|
+
return { enabled: item["enabled"], httpPort: item["httpPort"], grpcPort: item["grpcPort"] };
|
|
3501
|
+
}
|
|
3502
|
+
function managedClusterAzureMonitorProfileAppMonitoringOpenTelemetryLogsAndTracesDeserializer(item) {
|
|
3503
|
+
return {
|
|
3504
|
+
enabled: item["enabled"],
|
|
3505
|
+
httpPort: item["httpPort"],
|
|
3506
|
+
grpcPort: item["grpcPort"]
|
|
3507
|
+
};
|
|
3508
|
+
}
|
|
2753
3509
|
function serviceMeshProfileSerializer(item) {
|
|
2754
3510
|
return {
|
|
2755
3511
|
mode: item["mode"],
|
|
@@ -2944,24 +3700,97 @@ function managedClusterAIToolchainOperatorProfileDeserializer(item) {
|
|
|
2944
3700
|
enabled: item["enabled"]
|
|
2945
3701
|
};
|
|
2946
3702
|
}
|
|
2947
|
-
function
|
|
3703
|
+
function schedulerProfileSerializer(item) {
|
|
2948
3704
|
return {
|
|
2949
|
-
|
|
2950
|
-
systemNodeSubnetID: item["systemNodeSubnetID"],
|
|
2951
|
-
nodeSubnetID: item["nodeSubnetID"]
|
|
3705
|
+
schedulerInstanceProfiles: !item["schedulerInstanceProfiles"] ? item["schedulerInstanceProfiles"] : schedulerProfileSchedulerInstanceProfilesSerializer(item["schedulerInstanceProfiles"])
|
|
2952
3706
|
};
|
|
2953
3707
|
}
|
|
2954
|
-
function
|
|
3708
|
+
function schedulerProfileDeserializer(item) {
|
|
2955
3709
|
return {
|
|
2956
|
-
|
|
2957
|
-
systemNodeSubnetID: item["systemNodeSubnetID"],
|
|
2958
|
-
nodeSubnetID: item["nodeSubnetID"]
|
|
3710
|
+
schedulerInstanceProfiles: !item["schedulerInstanceProfiles"] ? item["schedulerInstanceProfiles"] : schedulerProfileSchedulerInstanceProfilesDeserializer(item["schedulerInstanceProfiles"])
|
|
2959
3711
|
};
|
|
2960
3712
|
}
|
|
2961
|
-
function
|
|
2962
|
-
return {
|
|
2963
|
-
|
|
2964
|
-
|
|
3713
|
+
function schedulerProfileSchedulerInstanceProfilesSerializer(item) {
|
|
3714
|
+
return {
|
|
3715
|
+
upstream: !item["upstream"] ? item["upstream"] : schedulerInstanceProfileSerializer(item["upstream"])
|
|
3716
|
+
};
|
|
3717
|
+
}
|
|
3718
|
+
function schedulerProfileSchedulerInstanceProfilesDeserializer(item) {
|
|
3719
|
+
return {
|
|
3720
|
+
upstream: !item["upstream"] ? item["upstream"] : schedulerInstanceProfileDeserializer(item["upstream"])
|
|
3721
|
+
};
|
|
3722
|
+
}
|
|
3723
|
+
function schedulerInstanceProfileSerializer(item) {
|
|
3724
|
+
return { schedulerConfigMode: item["schedulerConfigMode"] };
|
|
3725
|
+
}
|
|
3726
|
+
function schedulerInstanceProfileDeserializer(item) {
|
|
3727
|
+
return {
|
|
3728
|
+
schedulerConfigMode: item["schedulerConfigMode"]
|
|
3729
|
+
};
|
|
3730
|
+
}
|
|
3731
|
+
var KnownSchedulerConfigMode = /* @__PURE__ */ ((KnownSchedulerConfigMode2) => {
|
|
3732
|
+
KnownSchedulerConfigMode2["Default"] = "Default";
|
|
3733
|
+
KnownSchedulerConfigMode2["ManagedByCRD"] = "ManagedByCRD";
|
|
3734
|
+
return KnownSchedulerConfigMode2;
|
|
3735
|
+
})(KnownSchedulerConfigMode || {});
|
|
3736
|
+
function managedClusterHostedSystemProfileSerializer(item) {
|
|
3737
|
+
return {
|
|
3738
|
+
enabled: item["enabled"],
|
|
3739
|
+
systemNodeSubnetID: item["systemNodeSubnetID"],
|
|
3740
|
+
nodeSubnetID: item["nodeSubnetID"]
|
|
3741
|
+
};
|
|
3742
|
+
}
|
|
3743
|
+
function managedClusterHostedSystemProfileDeserializer(item) {
|
|
3744
|
+
return {
|
|
3745
|
+
enabled: item["enabled"],
|
|
3746
|
+
systemNodeSubnetID: item["systemNodeSubnetID"],
|
|
3747
|
+
nodeSubnetID: item["nodeSubnetID"]
|
|
3748
|
+
};
|
|
3749
|
+
}
|
|
3750
|
+
function managedClusterHealthMonitorProfileSerializer(item) {
|
|
3751
|
+
return {
|
|
3752
|
+
enableContinuousControlPlaneAndAddonMonitor: item["enableContinuousControlPlaneAndAddonMonitor"],
|
|
3753
|
+
enableOnDemandMonitor: item["enableOnDemandMonitor"]
|
|
3754
|
+
};
|
|
3755
|
+
}
|
|
3756
|
+
function managedClusterHealthMonitorProfileDeserializer(item) {
|
|
3757
|
+
return {
|
|
3758
|
+
enableContinuousControlPlaneAndAddonMonitor: item["enableContinuousControlPlaneAndAddonMonitor"],
|
|
3759
|
+
enableOnDemandMonitor: item["enableOnDemandMonitor"]
|
|
3760
|
+
};
|
|
3761
|
+
}
|
|
3762
|
+
function managedClusterControlPlaneScalingProfileSerializer(item) {
|
|
3763
|
+
return { scalingSize: item["scalingSize"] };
|
|
3764
|
+
}
|
|
3765
|
+
function managedClusterControlPlaneScalingProfileDeserializer(item) {
|
|
3766
|
+
return {
|
|
3767
|
+
scalingSize: item["scalingSize"]
|
|
3768
|
+
};
|
|
3769
|
+
}
|
|
3770
|
+
var KnownControlPlaneScalingSize = /* @__PURE__ */ ((KnownControlPlaneScalingSize2) => {
|
|
3771
|
+
KnownControlPlaneScalingSize2["H2"] = "H2";
|
|
3772
|
+
KnownControlPlaneScalingSize2["H4"] = "H4";
|
|
3773
|
+
KnownControlPlaneScalingSize2["H8"] = "H8";
|
|
3774
|
+
return KnownControlPlaneScalingSize2;
|
|
3775
|
+
})(KnownControlPlaneScalingSize || {});
|
|
3776
|
+
function nodeDisruptionProfileSerializer(item) {
|
|
3777
|
+
return { nodeDisruptionPolicy: item["nodeDisruptionPolicy"] };
|
|
3778
|
+
}
|
|
3779
|
+
function nodeDisruptionProfileDeserializer(item) {
|
|
3780
|
+
return {
|
|
3781
|
+
nodeDisruptionPolicy: item["nodeDisruptionPolicy"]
|
|
3782
|
+
};
|
|
3783
|
+
}
|
|
3784
|
+
var KnownNodeDisruptionPolicy = /* @__PURE__ */ ((KnownNodeDisruptionPolicy2) => {
|
|
3785
|
+
KnownNodeDisruptionPolicy2["Allow"] = "Allow";
|
|
3786
|
+
KnownNodeDisruptionPolicy2["AllowDuringMaintenanceWindow"] = "AllowDuringMaintenanceWindow";
|
|
3787
|
+
KnownNodeDisruptionPolicy2["Block"] = "Block";
|
|
3788
|
+
return KnownNodeDisruptionPolicy2;
|
|
3789
|
+
})(KnownNodeDisruptionPolicy || {});
|
|
3790
|
+
function managedClusterStatusSerializer(_item) {
|
|
3791
|
+
return {};
|
|
3792
|
+
}
|
|
3793
|
+
function managedClusterStatusDeserializer(item) {
|
|
2965
3794
|
return {
|
|
2966
3795
|
provisioningError: !item["provisioningError"] ? item["provisioningError"] : errorDetailDeserializer(item["provisioningError"])
|
|
2967
3796
|
};
|
|
@@ -3202,6 +4031,13 @@ function endpointDetailDeserializer(item) {
|
|
|
3202
4031
|
description: item["description"]
|
|
3203
4032
|
};
|
|
3204
4033
|
}
|
|
4034
|
+
function rebalanceLoadBalancersRequestBodySerializer(item) {
|
|
4035
|
+
return {
|
|
4036
|
+
loadBalancerNames: !item["loadBalancerNames"] ? item["loadBalancerNames"] : item["loadBalancerNames"].map((p) => {
|
|
4037
|
+
return p;
|
|
4038
|
+
})
|
|
4039
|
+
};
|
|
4040
|
+
}
|
|
3205
4041
|
function managedClusterUpgradeProfileDeserializer(item) {
|
|
3206
4042
|
return {
|
|
3207
4043
|
id: item["id"],
|
|
@@ -3222,7 +4058,8 @@ function managedClusterPoolUpgradeProfileDeserializer(item) {
|
|
|
3222
4058
|
kubernetesVersion: item["kubernetesVersion"],
|
|
3223
4059
|
name: item["name"],
|
|
3224
4060
|
osType: item["osType"],
|
|
3225
|
-
upgrades: !item["upgrades"] ? item["upgrades"] : managedClusterPoolUpgradeProfileUpgradesItemArrayDeserializer(item["upgrades"])
|
|
4061
|
+
upgrades: !item["upgrades"] ? item["upgrades"] : managedClusterPoolUpgradeProfileUpgradesItemArrayDeserializer(item["upgrades"]),
|
|
4062
|
+
componentsByReleases: !item["componentsByReleases"] ? item["componentsByReleases"] : componentsByReleaseArrayDeserializer(item["componentsByReleases"])
|
|
3226
4063
|
};
|
|
3227
4064
|
}
|
|
3228
4065
|
function managedClusterPoolUpgradeProfileUpgradesItemArrayDeserializer(result) {
|
|
@@ -3233,7 +4070,8 @@ function managedClusterPoolUpgradeProfileUpgradesItemArrayDeserializer(result) {
|
|
|
3233
4070
|
function managedClusterPoolUpgradeProfileUpgradesItemDeserializer(item) {
|
|
3234
4071
|
return {
|
|
3235
4072
|
kubernetesVersion: item["kubernetesVersion"],
|
|
3236
|
-
isPreview: item["isPreview"]
|
|
4073
|
+
isPreview: item["isPreview"],
|
|
4074
|
+
isOutOfSupport: item["isOutOfSupport"]
|
|
3237
4075
|
};
|
|
3238
4076
|
}
|
|
3239
4077
|
function managedClusterPoolUpgradeProfileArrayDeserializer(result) {
|
|
@@ -3241,6 +4079,68 @@ function managedClusterPoolUpgradeProfileArrayDeserializer(result) {
|
|
|
3241
4079
|
return managedClusterPoolUpgradeProfileDeserializer(item);
|
|
3242
4080
|
});
|
|
3243
4081
|
}
|
|
4082
|
+
function guardrailsAvailableVersionDeserializer(item) {
|
|
4083
|
+
return {
|
|
4084
|
+
id: item["id"],
|
|
4085
|
+
name: item["name"],
|
|
4086
|
+
type: item["type"],
|
|
4087
|
+
systemData: !item["systemData"] ? item["systemData"] : systemDataDeserializer(item["systemData"]),
|
|
4088
|
+
properties: guardrailsAvailableVersionsPropertiesDeserializer(item["properties"])
|
|
4089
|
+
};
|
|
4090
|
+
}
|
|
4091
|
+
function guardrailsAvailableVersionsPropertiesDeserializer(item) {
|
|
4092
|
+
return {
|
|
4093
|
+
isDefaultVersion: item["isDefaultVersion"],
|
|
4094
|
+
support: item["support"]
|
|
4095
|
+
};
|
|
4096
|
+
}
|
|
4097
|
+
var KnownGuardrailsSupport = /* @__PURE__ */ ((KnownGuardrailsSupport2) => {
|
|
4098
|
+
KnownGuardrailsSupport2["Preview"] = "Preview";
|
|
4099
|
+
KnownGuardrailsSupport2["Stable"] = "Stable";
|
|
4100
|
+
return KnownGuardrailsSupport2;
|
|
4101
|
+
})(KnownGuardrailsSupport || {});
|
|
4102
|
+
function _guardrailsAvailableVersionsListDeserializer(item) {
|
|
4103
|
+
return {
|
|
4104
|
+
value: guardrailsAvailableVersionArrayDeserializer(item["value"]),
|
|
4105
|
+
nextLink: item["nextLink"]
|
|
4106
|
+
};
|
|
4107
|
+
}
|
|
4108
|
+
function guardrailsAvailableVersionArrayDeserializer(result) {
|
|
4109
|
+
return result.map((item) => {
|
|
4110
|
+
return guardrailsAvailableVersionDeserializer(item);
|
|
4111
|
+
});
|
|
4112
|
+
}
|
|
4113
|
+
function safeguardsAvailableVersionDeserializer(item) {
|
|
4114
|
+
return {
|
|
4115
|
+
id: item["id"],
|
|
4116
|
+
name: item["name"],
|
|
4117
|
+
type: item["type"],
|
|
4118
|
+
systemData: !item["systemData"] ? item["systemData"] : systemDataDeserializer(item["systemData"]),
|
|
4119
|
+
properties: safeguardsAvailableVersionsPropertiesDeserializer(item["properties"])
|
|
4120
|
+
};
|
|
4121
|
+
}
|
|
4122
|
+
function safeguardsAvailableVersionsPropertiesDeserializer(item) {
|
|
4123
|
+
return {
|
|
4124
|
+
isDefaultVersion: item["isDefaultVersion"],
|
|
4125
|
+
support: item["support"]
|
|
4126
|
+
};
|
|
4127
|
+
}
|
|
4128
|
+
var KnownSafeguardsSupport = /* @__PURE__ */ ((KnownSafeguardsSupport2) => {
|
|
4129
|
+
KnownSafeguardsSupport2["Preview"] = "Preview";
|
|
4130
|
+
KnownSafeguardsSupport2["Stable"] = "Stable";
|
|
4131
|
+
return KnownSafeguardsSupport2;
|
|
4132
|
+
})(KnownSafeguardsSupport || {});
|
|
4133
|
+
function _safeguardsAvailableVersionsListDeserializer(item) {
|
|
4134
|
+
return {
|
|
4135
|
+
value: safeguardsAvailableVersionArrayDeserializer(item["value"]),
|
|
4136
|
+
nextLink: item["nextLink"]
|
|
4137
|
+
};
|
|
4138
|
+
}
|
|
4139
|
+
function safeguardsAvailableVersionArrayDeserializer(result) {
|
|
4140
|
+
return result.map((item) => {
|
|
4141
|
+
return safeguardsAvailableVersionDeserializer(item);
|
|
4142
|
+
});
|
|
4143
|
+
}
|
|
3244
4144
|
function meshRevisionProfileDeserializer(item) {
|
|
3245
4145
|
return {
|
|
3246
4146
|
id: item["id"],
|
|
@@ -3570,6 +4470,61 @@ function maintenanceConfigurationArrayDeserializer(result) {
|
|
|
3570
4470
|
return maintenanceConfigurationDeserializer(item);
|
|
3571
4471
|
});
|
|
3572
4472
|
}
|
|
4473
|
+
function maintenanceWindowResourceSerializer(item) {
|
|
4474
|
+
return {
|
|
4475
|
+
tags: item["tags"],
|
|
4476
|
+
location: item["location"],
|
|
4477
|
+
properties: !item["properties"] ? item["properties"] : maintenanceWindowResourcePropertiesSerializer(item["properties"])
|
|
4478
|
+
};
|
|
4479
|
+
}
|
|
4480
|
+
function maintenanceWindowResourceDeserializer(item) {
|
|
4481
|
+
return {
|
|
4482
|
+
tags: !item["tags"] ? item["tags"] : Object.fromEntries(Object.entries(item["tags"]).map(([k, p]) => [k, p])),
|
|
4483
|
+
location: item["location"],
|
|
4484
|
+
id: item["id"],
|
|
4485
|
+
name: item["name"],
|
|
4486
|
+
type: item["type"],
|
|
4487
|
+
systemData: !item["systemData"] ? item["systemData"] : systemDataDeserializer(item["systemData"]),
|
|
4488
|
+
properties: !item["properties"] ? item["properties"] : maintenanceWindowResourcePropertiesDeserializer(item["properties"])
|
|
4489
|
+
};
|
|
4490
|
+
}
|
|
4491
|
+
function maintenanceWindowResourcePropertiesSerializer(item) {
|
|
4492
|
+
return {
|
|
4493
|
+
schedule: scheduleSerializer(item["schedule"]),
|
|
4494
|
+
startDate: !item["startDate"] ? item["startDate"] : item["startDate"].toISOString().split("T")[0],
|
|
4495
|
+
startTime: item["startTime"],
|
|
4496
|
+
durationHours: item["durationHours"],
|
|
4497
|
+
utcOffset: item["utcOffset"],
|
|
4498
|
+
notAllowedDates: !item["notAllowedDates"] ? item["notAllowedDates"] : dateSpanArraySerializer(item["notAllowedDates"])
|
|
4499
|
+
};
|
|
4500
|
+
}
|
|
4501
|
+
function maintenanceWindowResourcePropertiesDeserializer(item) {
|
|
4502
|
+
return {
|
|
4503
|
+
provisioningState: item["provisioningState"],
|
|
4504
|
+
schedule: scheduleDeserializer(item["schedule"]),
|
|
4505
|
+
startDate: !item["startDate"] ? item["startDate"] : new Date(item["startDate"]),
|
|
4506
|
+
startTime: item["startTime"],
|
|
4507
|
+
durationHours: item["durationHours"],
|
|
4508
|
+
utcOffset: item["utcOffset"],
|
|
4509
|
+
notAllowedDates: !item["notAllowedDates"] ? item["notAllowedDates"] : dateSpanArrayDeserializer(item["notAllowedDates"])
|
|
4510
|
+
};
|
|
4511
|
+
}
|
|
4512
|
+
function _maintenanceWindowResourceListResultDeserializer(item) {
|
|
4513
|
+
return {
|
|
4514
|
+
value: maintenanceWindowResourceArrayDeserializer(item["value"]),
|
|
4515
|
+
nextLink: item["nextLink"]
|
|
4516
|
+
};
|
|
4517
|
+
}
|
|
4518
|
+
function maintenanceWindowResourceArraySerializer(result) {
|
|
4519
|
+
return result.map((item) => {
|
|
4520
|
+
return maintenanceWindowResourceSerializer(item);
|
|
4521
|
+
});
|
|
4522
|
+
}
|
|
4523
|
+
function maintenanceWindowResourceArrayDeserializer(result) {
|
|
4524
|
+
return result.map((item) => {
|
|
4525
|
+
return maintenanceWindowResourceDeserializer(item);
|
|
4526
|
+
});
|
|
4527
|
+
}
|
|
3573
4528
|
function managedNamespaceSerializer(item) {
|
|
3574
4529
|
return {
|
|
3575
4530
|
tags: item["tags"],
|
|
@@ -3680,6 +4635,14 @@ function managedNamespaceArrayDeserializer(result) {
|
|
|
3680
4635
|
return managedNamespaceDeserializer(item);
|
|
3681
4636
|
});
|
|
3682
4637
|
}
|
|
4638
|
+
function machineSerializer(item) {
|
|
4639
|
+
return {
|
|
4640
|
+
properties: !item["properties"] ? item["properties"] : machinePropertiesSerializer(item["properties"]),
|
|
4641
|
+
zones: !item["zones"] ? item["zones"] : item["zones"].map((p) => {
|
|
4642
|
+
return p;
|
|
4643
|
+
})
|
|
4644
|
+
};
|
|
4645
|
+
}
|
|
3683
4646
|
function machineDeserializer(item) {
|
|
3684
4647
|
return {
|
|
3685
4648
|
id: item["id"],
|
|
@@ -3692,15 +4655,58 @@ function machineDeserializer(item) {
|
|
|
3692
4655
|
})
|
|
3693
4656
|
};
|
|
3694
4657
|
}
|
|
4658
|
+
function machinePropertiesSerializer(item) {
|
|
4659
|
+
return {
|
|
4660
|
+
network: !item["network"] ? item["network"] : machineNetworkPropertiesSerializer(item["network"]),
|
|
4661
|
+
hardware: !item["hardware"] ? item["hardware"] : machineHardwareProfileSerializer(item["hardware"]),
|
|
4662
|
+
operatingSystem: !item["operatingSystem"] ? item["operatingSystem"] : machineOSProfileSerializer(item["operatingSystem"]),
|
|
4663
|
+
kubernetes: !item["kubernetes"] ? item["kubernetes"] : machineKubernetesProfileSerializer(item["kubernetes"]),
|
|
4664
|
+
mode: item["mode"],
|
|
4665
|
+
security: !item["security"] ? item["security"] : machineSecurityProfileSerializer(item["security"]),
|
|
4666
|
+
priority: item["priority"],
|
|
4667
|
+
evictionPolicy: item["evictionPolicy"],
|
|
4668
|
+
billing: !item["billing"] ? item["billing"] : machineBillingProfileSerializer(item["billing"]),
|
|
4669
|
+
tags: item["tags"],
|
|
4670
|
+
localDNSProfile: !item["localDNSProfile"] ? item["localDNSProfile"] : localDNSProfileSerializer(item["localDNSProfile"])
|
|
4671
|
+
};
|
|
4672
|
+
}
|
|
3695
4673
|
function machinePropertiesDeserializer(item) {
|
|
3696
4674
|
return {
|
|
3697
4675
|
network: !item["network"] ? item["network"] : machineNetworkPropertiesDeserializer(item["network"]),
|
|
3698
|
-
resourceId: item["resourceId"]
|
|
4676
|
+
resourceId: item["resourceId"],
|
|
4677
|
+
hardware: !item["hardware"] ? item["hardware"] : machineHardwareProfileDeserializer(item["hardware"]),
|
|
4678
|
+
operatingSystem: !item["operatingSystem"] ? item["operatingSystem"] : machineOSProfileDeserializer(item["operatingSystem"]),
|
|
4679
|
+
kubernetes: !item["kubernetes"] ? item["kubernetes"] : machineKubernetesProfileDeserializer(item["kubernetes"]),
|
|
4680
|
+
mode: item["mode"],
|
|
4681
|
+
security: !item["security"] ? item["security"] : machineSecurityProfileDeserializer(item["security"]),
|
|
4682
|
+
priority: item["priority"],
|
|
4683
|
+
evictionPolicy: item["evictionPolicy"],
|
|
4684
|
+
billing: !item["billing"] ? item["billing"] : machineBillingProfileDeserializer(item["billing"]),
|
|
4685
|
+
nodeImageVersion: item["nodeImageVersion"],
|
|
4686
|
+
provisioningState: item["provisioningState"],
|
|
4687
|
+
tags: !item["tags"] ? item["tags"] : Object.fromEntries(Object.entries(item["tags"]).map(([k, p]) => [k, p])),
|
|
4688
|
+
eTag: item["eTag"],
|
|
4689
|
+
status: !item["status"] ? item["status"] : machineStatusDeserializer(item["status"]),
|
|
4690
|
+
localDNSProfile: !item["localDNSProfile"] ? item["localDNSProfile"] : localDNSProfileDeserializer(item["localDNSProfile"])
|
|
4691
|
+
};
|
|
4692
|
+
}
|
|
4693
|
+
function machineNetworkPropertiesSerializer(item) {
|
|
4694
|
+
return {
|
|
4695
|
+
vnetSubnetID: item["vnetSubnetID"],
|
|
4696
|
+
podSubnetID: item["podSubnetID"],
|
|
4697
|
+
enableNodePublicIP: item["enableNodePublicIP"],
|
|
4698
|
+
nodePublicIPPrefixID: item["nodePublicIPPrefixID"],
|
|
4699
|
+
nodePublicIPTags: !item["nodePublicIPTags"] ? item["nodePublicIPTags"] : ipTagArraySerializer(item["nodePublicIPTags"])
|
|
3699
4700
|
};
|
|
3700
4701
|
}
|
|
3701
4702
|
function machineNetworkPropertiesDeserializer(item) {
|
|
3702
4703
|
return {
|
|
3703
|
-
ipAddresses: !item["ipAddresses"] ? item["ipAddresses"] : machineIpAddressArrayDeserializer(item["ipAddresses"])
|
|
4704
|
+
ipAddresses: !item["ipAddresses"] ? item["ipAddresses"] : machineIpAddressArrayDeserializer(item["ipAddresses"]),
|
|
4705
|
+
vnetSubnetID: item["vnetSubnetID"],
|
|
4706
|
+
podSubnetID: item["podSubnetID"],
|
|
4707
|
+
enableNodePublicIP: item["enableNodePublicIP"],
|
|
4708
|
+
nodePublicIPPrefixID: item["nodePublicIPPrefixID"],
|
|
4709
|
+
nodePublicIPTags: !item["nodePublicIPTags"] ? item["nodePublicIPTags"] : ipTagArrayDeserializer(item["nodePublicIPTags"])
|
|
3704
4710
|
};
|
|
3705
4711
|
}
|
|
3706
4712
|
function machineIpAddressArrayDeserializer(result) {
|
|
@@ -3714,12 +4720,148 @@ function machineIpAddressDeserializer(item) {
|
|
|
3714
4720
|
ip: item["ip"]
|
|
3715
4721
|
};
|
|
3716
4722
|
}
|
|
4723
|
+
function machineHardwareProfileSerializer(item) {
|
|
4724
|
+
return {
|
|
4725
|
+
vmSize: item["vmSize"],
|
|
4726
|
+
gpuInstanceProfile: item["gpuInstanceProfile"],
|
|
4727
|
+
gpuProfile: !item["gpuProfile"] ? item["gpuProfile"] : gpuProfileSerializer(item["gpuProfile"]),
|
|
4728
|
+
ultraSsdEnabled: item["ultraSsdEnabled"]
|
|
4729
|
+
};
|
|
4730
|
+
}
|
|
4731
|
+
function machineHardwareProfileDeserializer(item) {
|
|
4732
|
+
return {
|
|
4733
|
+
vmSize: item["vmSize"],
|
|
4734
|
+
gpuInstanceProfile: item["gpuInstanceProfile"],
|
|
4735
|
+
gpuProfile: !item["gpuProfile"] ? item["gpuProfile"] : gpuProfileDeserializer(item["gpuProfile"]),
|
|
4736
|
+
ultraSsdEnabled: item["ultraSsdEnabled"]
|
|
4737
|
+
};
|
|
4738
|
+
}
|
|
4739
|
+
function machineOSProfileSerializer(item) {
|
|
4740
|
+
return {
|
|
4741
|
+
osType: item["osType"],
|
|
4742
|
+
osSKU: item["osSKU"],
|
|
4743
|
+
osDiskSizeGB: item["osDiskSizeGB"],
|
|
4744
|
+
osDiskType: item["osDiskType"],
|
|
4745
|
+
enableFIPS: item["enableFips"],
|
|
4746
|
+
linuxProfile: !item["linuxProfile"] ? item["linuxProfile"] : machineOSProfileLinuxProfileSerializer(item["linuxProfile"]),
|
|
4747
|
+
windowsProfile: !item["windowsProfile"] ? item["windowsProfile"] : agentPoolWindowsProfileSerializer(item["windowsProfile"])
|
|
4748
|
+
};
|
|
4749
|
+
}
|
|
4750
|
+
function machineOSProfileDeserializer(item) {
|
|
4751
|
+
return {
|
|
4752
|
+
osType: item["osType"],
|
|
4753
|
+
osSKU: item["osSKU"],
|
|
4754
|
+
osDiskSizeGB: item["osDiskSizeGB"],
|
|
4755
|
+
osDiskType: item["osDiskType"],
|
|
4756
|
+
enableFips: item["enableFIPS"],
|
|
4757
|
+
linuxProfile: !item["linuxProfile"] ? item["linuxProfile"] : machineOSProfileLinuxProfileDeserializer(item["linuxProfile"]),
|
|
4758
|
+
windowsProfile: !item["windowsProfile"] ? item["windowsProfile"] : agentPoolWindowsProfileDeserializer(item["windowsProfile"])
|
|
4759
|
+
};
|
|
4760
|
+
}
|
|
4761
|
+
function machineOSProfileLinuxProfileSerializer(item) {
|
|
4762
|
+
return {
|
|
4763
|
+
linuxOSConfig: !item["linuxOSConfig"] ? item["linuxOSConfig"] : linuxOSConfigSerializer(item["linuxOSConfig"]),
|
|
4764
|
+
messageOfTheDay: item["messageOfTheDay"]
|
|
4765
|
+
};
|
|
4766
|
+
}
|
|
4767
|
+
function machineOSProfileLinuxProfileDeserializer(item) {
|
|
4768
|
+
return {
|
|
4769
|
+
linuxOSConfig: !item["linuxOSConfig"] ? item["linuxOSConfig"] : linuxOSConfigDeserializer(item["linuxOSConfig"]),
|
|
4770
|
+
messageOfTheDay: item["messageOfTheDay"]
|
|
4771
|
+
};
|
|
4772
|
+
}
|
|
4773
|
+
function machineKubernetesProfileSerializer(item) {
|
|
4774
|
+
return {
|
|
4775
|
+
nodeLabels: item["nodeLabels"],
|
|
4776
|
+
orchestratorVersion: item["orchestratorVersion"],
|
|
4777
|
+
kubeletDiskType: item["kubeletDiskType"],
|
|
4778
|
+
kubeletConfig: !item["kubeletConfig"] ? item["kubeletConfig"] : kubeletConfigSerializer(item["kubeletConfig"]),
|
|
4779
|
+
nodeInitializationTaints: !item["nodeInitializationTaints"] ? item["nodeInitializationTaints"] : item["nodeInitializationTaints"].map((p) => {
|
|
4780
|
+
return p;
|
|
4781
|
+
}),
|
|
4782
|
+
nodeTaints: !item["nodeTaints"] ? item["nodeTaints"] : item["nodeTaints"].map((p) => {
|
|
4783
|
+
return p;
|
|
4784
|
+
}),
|
|
4785
|
+
maxPods: item["maxPods"],
|
|
4786
|
+
workloadRuntime: item["workloadRuntime"],
|
|
4787
|
+
artifactStreamingProfile: !item["artifactStreamingProfile"] ? item["artifactStreamingProfile"] : agentPoolArtifactStreamingProfileSerializer(item["artifactStreamingProfile"])
|
|
4788
|
+
};
|
|
4789
|
+
}
|
|
4790
|
+
function machineKubernetesProfileDeserializer(item) {
|
|
4791
|
+
return {
|
|
4792
|
+
nodeLabels: !item["nodeLabels"] ? item["nodeLabels"] : Object.fromEntries(
|
|
4793
|
+
Object.entries(item["nodeLabels"]).map(([k, p]) => [k, p])
|
|
4794
|
+
),
|
|
4795
|
+
orchestratorVersion: item["orchestratorVersion"],
|
|
4796
|
+
currentOrchestratorVersion: item["currentOrchestratorVersion"],
|
|
4797
|
+
kubeletDiskType: item["kubeletDiskType"],
|
|
4798
|
+
kubeletConfig: !item["kubeletConfig"] ? item["kubeletConfig"] : kubeletConfigDeserializer(item["kubeletConfig"]),
|
|
4799
|
+
nodeInitializationTaints: !item["nodeInitializationTaints"] ? item["nodeInitializationTaints"] : item["nodeInitializationTaints"].map((p) => {
|
|
4800
|
+
return p;
|
|
4801
|
+
}),
|
|
4802
|
+
nodeTaints: !item["nodeTaints"] ? item["nodeTaints"] : item["nodeTaints"].map((p) => {
|
|
4803
|
+
return p;
|
|
4804
|
+
}),
|
|
4805
|
+
maxPods: item["maxPods"],
|
|
4806
|
+
nodeName: item["nodeName"],
|
|
4807
|
+
workloadRuntime: item["workloadRuntime"],
|
|
4808
|
+
artifactStreamingProfile: !item["artifactStreamingProfile"] ? item["artifactStreamingProfile"] : agentPoolArtifactStreamingProfileDeserializer(item["artifactStreamingProfile"])
|
|
4809
|
+
};
|
|
4810
|
+
}
|
|
4811
|
+
function machineSecurityProfileSerializer(item) {
|
|
4812
|
+
return {
|
|
4813
|
+
enableVTPM: item["enableVtpm"],
|
|
4814
|
+
enableSecureBoot: item["enableSecureBoot"],
|
|
4815
|
+
sshAccess: item["sshAccess"],
|
|
4816
|
+
enableEncryptionAtHost: item["enableEncryptionAtHost"]
|
|
4817
|
+
};
|
|
4818
|
+
}
|
|
4819
|
+
function machineSecurityProfileDeserializer(item) {
|
|
4820
|
+
return {
|
|
4821
|
+
enableVtpm: item["enableVTPM"],
|
|
4822
|
+
enableSecureBoot: item["enableSecureBoot"],
|
|
4823
|
+
sshAccess: item["sshAccess"],
|
|
4824
|
+
enableEncryptionAtHost: item["enableEncryptionAtHost"]
|
|
4825
|
+
};
|
|
4826
|
+
}
|
|
4827
|
+
function machineBillingProfileSerializer(item) {
|
|
4828
|
+
return { spotMaxPrice: item["spotMaxPrice"] };
|
|
4829
|
+
}
|
|
4830
|
+
function machineBillingProfileDeserializer(item) {
|
|
4831
|
+
return {
|
|
4832
|
+
spotMaxPrice: item["spotMaxPrice"]
|
|
4833
|
+
};
|
|
4834
|
+
}
|
|
4835
|
+
function machineStatusDeserializer(item) {
|
|
4836
|
+
return {
|
|
4837
|
+
provisioningError: !item["provisioningError"] ? item["provisioningError"] : errorDetailDeserializer(item["provisioningError"]),
|
|
4838
|
+
creationTimestamp: !item["creationTimestamp"] ? item["creationTimestamp"] : new Date(item["creationTimestamp"]),
|
|
4839
|
+
driftAction: item["driftAction"],
|
|
4840
|
+
driftReason: item["driftReason"],
|
|
4841
|
+
vmState: item["vmState"]
|
|
4842
|
+
};
|
|
4843
|
+
}
|
|
4844
|
+
var KnownDriftAction = /* @__PURE__ */ ((KnownDriftAction2) => {
|
|
4845
|
+
KnownDriftAction2["Synced"] = "Synced";
|
|
4846
|
+
KnownDriftAction2["Recreate"] = "Recreate";
|
|
4847
|
+
return KnownDriftAction2;
|
|
4848
|
+
})(KnownDriftAction || {});
|
|
4849
|
+
var KnownVmState = /* @__PURE__ */ ((KnownVmState2) => {
|
|
4850
|
+
KnownVmState2["Running"] = "Running";
|
|
4851
|
+
KnownVmState2["Deleted"] = "Deleted";
|
|
4852
|
+
return KnownVmState2;
|
|
4853
|
+
})(KnownVmState || {});
|
|
3717
4854
|
function _machineListResultDeserializer(item) {
|
|
3718
4855
|
return {
|
|
3719
4856
|
value: machineArrayDeserializer(item["value"]),
|
|
3720
4857
|
nextLink: item["nextLink"]
|
|
3721
4858
|
};
|
|
3722
4859
|
}
|
|
4860
|
+
function machineArraySerializer(result) {
|
|
4861
|
+
return result.map((item) => {
|
|
4862
|
+
return machineSerializer(item);
|
|
4863
|
+
});
|
|
4864
|
+
}
|
|
3723
4865
|
function machineArrayDeserializer(result) {
|
|
3724
4866
|
return result.map((item) => {
|
|
3725
4867
|
return machineDeserializer(item);
|
|
@@ -3841,6 +4983,7 @@ function snapshotPropertiesDeserializer(item) {
|
|
|
3841
4983
|
}
|
|
3842
4984
|
var KnownSnapshotType = /* @__PURE__ */ ((KnownSnapshotType2) => {
|
|
3843
4985
|
KnownSnapshotType2["NodePool"] = "NodePool";
|
|
4986
|
+
KnownSnapshotType2["ManagedCluster"] = "ManagedCluster";
|
|
3844
4987
|
return KnownSnapshotType2;
|
|
3845
4988
|
})(KnownSnapshotType || {});
|
|
3846
4989
|
function _snapshotListResultDeserializer(item) {
|
|
@@ -3859,21 +5002,85 @@ function snapshotArrayDeserializer(result) {
|
|
|
3859
5002
|
return snapshotDeserializer(item);
|
|
3860
5003
|
});
|
|
3861
5004
|
}
|
|
3862
|
-
function
|
|
3863
|
-
return {
|
|
5005
|
+
function managedClusterSnapshotSerializer(item) {
|
|
5006
|
+
return {
|
|
5007
|
+
tags: item["tags"],
|
|
5008
|
+
location: item["location"],
|
|
5009
|
+
properties: (0, import_check_prop_undefined.areAllPropsUndefined)(item, ["creationData", "snapshotType"]) ? void 0 : _managedClusterSnapshotPropertiesSerializer(item)
|
|
5010
|
+
};
|
|
3864
5011
|
}
|
|
3865
|
-
function
|
|
5012
|
+
function managedClusterSnapshotDeserializer(item) {
|
|
3866
5013
|
return {
|
|
5014
|
+
tags: !item["tags"] ? item["tags"] : Object.fromEntries(Object.entries(item["tags"]).map(([k, p]) => [k, p])),
|
|
5015
|
+
location: item["location"],
|
|
3867
5016
|
id: item["id"],
|
|
3868
5017
|
name: item["name"],
|
|
3869
5018
|
type: item["type"],
|
|
3870
5019
|
systemData: !item["systemData"] ? item["systemData"] : systemDataDeserializer(item["systemData"]),
|
|
3871
|
-
|
|
5020
|
+
...!item["properties"] ? item["properties"] : _managedClusterSnapshotPropertiesDeserializer(item["properties"])
|
|
3872
5021
|
};
|
|
3873
5022
|
}
|
|
3874
|
-
function
|
|
5023
|
+
function managedClusterSnapshotPropertiesSerializer(item) {
|
|
3875
5024
|
return {
|
|
3876
|
-
|
|
5025
|
+
creationData: !item["creationData"] ? item["creationData"] : creationDataSerializer(item["creationData"]),
|
|
5026
|
+
snapshotType: item["snapshotType"]
|
|
5027
|
+
};
|
|
5028
|
+
}
|
|
5029
|
+
function managedClusterSnapshotPropertiesDeserializer(item) {
|
|
5030
|
+
return {
|
|
5031
|
+
creationData: !item["creationData"] ? item["creationData"] : creationDataDeserializer(item["creationData"]),
|
|
5032
|
+
snapshotType: item["snapshotType"],
|
|
5033
|
+
managedClusterPropertiesReadOnly: !item["managedClusterPropertiesReadOnly"] ? item["managedClusterPropertiesReadOnly"] : managedClusterPropertiesForSnapshotDeserializer(item["managedClusterPropertiesReadOnly"])
|
|
5034
|
+
};
|
|
5035
|
+
}
|
|
5036
|
+
function managedClusterPropertiesForSnapshotDeserializer(item) {
|
|
5037
|
+
return {
|
|
5038
|
+
kubernetesVersion: item["kubernetesVersion"],
|
|
5039
|
+
sku: !item["sku"] ? item["sku"] : managedClusterSKUDeserializer(item["sku"]),
|
|
5040
|
+
enableRbac: item["enableRbac"],
|
|
5041
|
+
networkProfile: !item["networkProfile"] ? item["networkProfile"] : networkProfileForSnapshotDeserializer(item["networkProfile"])
|
|
5042
|
+
};
|
|
5043
|
+
}
|
|
5044
|
+
function networkProfileForSnapshotDeserializer(item) {
|
|
5045
|
+
return {
|
|
5046
|
+
networkPlugin: item["networkPlugin"],
|
|
5047
|
+
networkPluginMode: item["networkPluginMode"],
|
|
5048
|
+
networkPolicy: item["networkPolicy"],
|
|
5049
|
+
networkMode: item["networkMode"],
|
|
5050
|
+
loadBalancerSku: item["loadBalancerSku"]
|
|
5051
|
+
};
|
|
5052
|
+
}
|
|
5053
|
+
function _managedClusterSnapshotListResultDeserializer(item) {
|
|
5054
|
+
return {
|
|
5055
|
+
value: managedClusterSnapshotArrayDeserializer(item["value"]),
|
|
5056
|
+
nextLink: item["nextLink"]
|
|
5057
|
+
};
|
|
5058
|
+
}
|
|
5059
|
+
function managedClusterSnapshotArraySerializer(result) {
|
|
5060
|
+
return result.map((item) => {
|
|
5061
|
+
return managedClusterSnapshotSerializer(item);
|
|
5062
|
+
});
|
|
5063
|
+
}
|
|
5064
|
+
function managedClusterSnapshotArrayDeserializer(result) {
|
|
5065
|
+
return result.map((item) => {
|
|
5066
|
+
return managedClusterSnapshotDeserializer(item);
|
|
5067
|
+
});
|
|
5068
|
+
}
|
|
5069
|
+
function trustedAccessRoleBindingSerializer(item) {
|
|
5070
|
+
return { properties: _trustedAccessRoleBindingPropertiesSerializer(item) };
|
|
5071
|
+
}
|
|
5072
|
+
function trustedAccessRoleBindingDeserializer(item) {
|
|
5073
|
+
return {
|
|
5074
|
+
id: item["id"],
|
|
5075
|
+
name: item["name"],
|
|
5076
|
+
type: item["type"],
|
|
5077
|
+
systemData: !item["systemData"] ? item["systemData"] : systemDataDeserializer(item["systemData"]),
|
|
5078
|
+
..._trustedAccessRoleBindingPropertiesDeserializer(item["properties"])
|
|
5079
|
+
};
|
|
5080
|
+
}
|
|
5081
|
+
function trustedAccessRoleBindingPropertiesSerializer(item) {
|
|
5082
|
+
return {
|
|
5083
|
+
sourceResourceId: item["sourceResourceId"],
|
|
3877
5084
|
roles: item["roles"].map((p) => {
|
|
3878
5085
|
return p;
|
|
3879
5086
|
})
|
|
@@ -3912,6 +5119,112 @@ function trustedAccessRoleBindingArrayDeserializer(result) {
|
|
|
3912
5119
|
return trustedAccessRoleBindingDeserializer(item);
|
|
3913
5120
|
});
|
|
3914
5121
|
}
|
|
5122
|
+
function loadBalancerSerializer(item) {
|
|
5123
|
+
return {
|
|
5124
|
+
properties: (0, import_check_prop_undefined.areAllPropsUndefined)(item, [
|
|
5125
|
+
"primaryAgentPoolName",
|
|
5126
|
+
"allowServicePlacement",
|
|
5127
|
+
"serviceLabelSelector",
|
|
5128
|
+
"serviceNamespaceSelector",
|
|
5129
|
+
"nodeSelector"
|
|
5130
|
+
]) ? void 0 : _loadBalancerPropertiesSerializer(item)
|
|
5131
|
+
};
|
|
5132
|
+
}
|
|
5133
|
+
function loadBalancerDeserializer(item) {
|
|
5134
|
+
return {
|
|
5135
|
+
id: item["id"],
|
|
5136
|
+
name: item["name"],
|
|
5137
|
+
type: item["type"],
|
|
5138
|
+
systemData: !item["systemData"] ? item["systemData"] : systemDataDeserializer(item["systemData"]),
|
|
5139
|
+
...!item["properties"] ? item["properties"] : _loadBalancerPropertiesDeserializer(item["properties"])
|
|
5140
|
+
};
|
|
5141
|
+
}
|
|
5142
|
+
function loadBalancerPropertiesSerializer(item) {
|
|
5143
|
+
return {
|
|
5144
|
+
primaryAgentPoolName: item["primaryAgentPoolName"],
|
|
5145
|
+
allowServicePlacement: item["allowServicePlacement"],
|
|
5146
|
+
serviceLabelSelector: !item["serviceLabelSelector"] ? item["serviceLabelSelector"] : labelSelectorSerializer(item["serviceLabelSelector"]),
|
|
5147
|
+
serviceNamespaceSelector: !item["serviceNamespaceSelector"] ? item["serviceNamespaceSelector"] : labelSelectorSerializer(item["serviceNamespaceSelector"]),
|
|
5148
|
+
nodeSelector: !item["nodeSelector"] ? item["nodeSelector"] : labelSelectorSerializer(item["nodeSelector"])
|
|
5149
|
+
};
|
|
5150
|
+
}
|
|
5151
|
+
function loadBalancerPropertiesDeserializer(item) {
|
|
5152
|
+
return {
|
|
5153
|
+
primaryAgentPoolName: item["primaryAgentPoolName"],
|
|
5154
|
+
allowServicePlacement: item["allowServicePlacement"],
|
|
5155
|
+
serviceLabelSelector: !item["serviceLabelSelector"] ? item["serviceLabelSelector"] : labelSelectorDeserializer(item["serviceLabelSelector"]),
|
|
5156
|
+
serviceNamespaceSelector: !item["serviceNamespaceSelector"] ? item["serviceNamespaceSelector"] : labelSelectorDeserializer(item["serviceNamespaceSelector"]),
|
|
5157
|
+
nodeSelector: !item["nodeSelector"] ? item["nodeSelector"] : labelSelectorDeserializer(item["nodeSelector"]),
|
|
5158
|
+
provisioningState: item["provisioningState"]
|
|
5159
|
+
};
|
|
5160
|
+
}
|
|
5161
|
+
function labelSelectorSerializer(item) {
|
|
5162
|
+
return {
|
|
5163
|
+
matchLabels: !item["matchLabels"] ? item["matchLabels"] : item["matchLabels"].map((p) => {
|
|
5164
|
+
return p;
|
|
5165
|
+
}),
|
|
5166
|
+
matchExpressions: !item["matchExpressions"] ? item["matchExpressions"] : labelSelectorRequirementArraySerializer(item["matchExpressions"])
|
|
5167
|
+
};
|
|
5168
|
+
}
|
|
5169
|
+
function labelSelectorDeserializer(item) {
|
|
5170
|
+
return {
|
|
5171
|
+
matchLabels: !item["matchLabels"] ? item["matchLabels"] : item["matchLabels"].map((p) => {
|
|
5172
|
+
return p;
|
|
5173
|
+
}),
|
|
5174
|
+
matchExpressions: !item["matchExpressions"] ? item["matchExpressions"] : labelSelectorRequirementArrayDeserializer(item["matchExpressions"])
|
|
5175
|
+
};
|
|
5176
|
+
}
|
|
5177
|
+
function labelSelectorRequirementArraySerializer(result) {
|
|
5178
|
+
return result.map((item) => {
|
|
5179
|
+
return labelSelectorRequirementSerializer(item);
|
|
5180
|
+
});
|
|
5181
|
+
}
|
|
5182
|
+
function labelSelectorRequirementArrayDeserializer(result) {
|
|
5183
|
+
return result.map((item) => {
|
|
5184
|
+
return labelSelectorRequirementDeserializer(item);
|
|
5185
|
+
});
|
|
5186
|
+
}
|
|
5187
|
+
function labelSelectorRequirementSerializer(item) {
|
|
5188
|
+
return {
|
|
5189
|
+
key: item["key"],
|
|
5190
|
+
operator: item["operator"],
|
|
5191
|
+
values: !item["values"] ? item["values"] : item["values"].map((p) => {
|
|
5192
|
+
return p;
|
|
5193
|
+
})
|
|
5194
|
+
};
|
|
5195
|
+
}
|
|
5196
|
+
function labelSelectorRequirementDeserializer(item) {
|
|
5197
|
+
return {
|
|
5198
|
+
key: item["key"],
|
|
5199
|
+
operator: item["operator"],
|
|
5200
|
+
values: !item["values"] ? item["values"] : item["values"].map((p) => {
|
|
5201
|
+
return p;
|
|
5202
|
+
})
|
|
5203
|
+
};
|
|
5204
|
+
}
|
|
5205
|
+
var KnownOperator = /* @__PURE__ */ ((KnownOperator2) => {
|
|
5206
|
+
KnownOperator2["In"] = "In";
|
|
5207
|
+
KnownOperator2["NotIn"] = "NotIn";
|
|
5208
|
+
KnownOperator2["Exists"] = "Exists";
|
|
5209
|
+
KnownOperator2["DoesNotExist"] = "DoesNotExist";
|
|
5210
|
+
return KnownOperator2;
|
|
5211
|
+
})(KnownOperator || {});
|
|
5212
|
+
function _loadBalancerListResultDeserializer(item) {
|
|
5213
|
+
return {
|
|
5214
|
+
value: loadBalancerArrayDeserializer(item["value"]),
|
|
5215
|
+
nextLink: item["nextLink"]
|
|
5216
|
+
};
|
|
5217
|
+
}
|
|
5218
|
+
function loadBalancerArraySerializer(result) {
|
|
5219
|
+
return result.map((item) => {
|
|
5220
|
+
return loadBalancerSerializer(item);
|
|
5221
|
+
});
|
|
5222
|
+
}
|
|
5223
|
+
function loadBalancerArrayDeserializer(result) {
|
|
5224
|
+
return result.map((item) => {
|
|
5225
|
+
return loadBalancerDeserializer(item);
|
|
5226
|
+
});
|
|
5227
|
+
}
|
|
3915
5228
|
function identityBindingSerializer(item) {
|
|
3916
5229
|
return {
|
|
3917
5230
|
properties: !item["properties"] ? item["properties"] : identityBindingPropertiesSerializer(item["properties"])
|
|
@@ -3980,6 +5293,202 @@ function identityBindingArrayDeserializer(result) {
|
|
|
3980
5293
|
return identityBindingDeserializer(item);
|
|
3981
5294
|
});
|
|
3982
5295
|
}
|
|
5296
|
+
function jwtAuthenticatorSerializer(item) {
|
|
5297
|
+
return { properties: jwtAuthenticatorPropertiesSerializer(item["properties"]) };
|
|
5298
|
+
}
|
|
5299
|
+
function jwtAuthenticatorDeserializer(item) {
|
|
5300
|
+
return {
|
|
5301
|
+
id: item["id"],
|
|
5302
|
+
name: item["name"],
|
|
5303
|
+
type: item["type"],
|
|
5304
|
+
systemData: !item["systemData"] ? item["systemData"] : systemDataDeserializer(item["systemData"]),
|
|
5305
|
+
properties: jwtAuthenticatorPropertiesDeserializer(item["properties"])
|
|
5306
|
+
};
|
|
5307
|
+
}
|
|
5308
|
+
function jwtAuthenticatorPropertiesSerializer(item) {
|
|
5309
|
+
return {
|
|
5310
|
+
issuer: jwtAuthenticatorIssuerSerializer(item["issuer"]),
|
|
5311
|
+
claimValidationRules: !item["claimValidationRules"] ? item["claimValidationRules"] : jwtAuthenticatorValidationRuleArraySerializer(item["claimValidationRules"]),
|
|
5312
|
+
claimMappings: jwtAuthenticatorClaimMappingsSerializer(item["claimMappings"]),
|
|
5313
|
+
userValidationRules: !item["userValidationRules"] ? item["userValidationRules"] : jwtAuthenticatorValidationRuleArraySerializer(item["userValidationRules"])
|
|
5314
|
+
};
|
|
5315
|
+
}
|
|
5316
|
+
function jwtAuthenticatorPropertiesDeserializer(item) {
|
|
5317
|
+
return {
|
|
5318
|
+
provisioningState: item["provisioningState"],
|
|
5319
|
+
issuer: jwtAuthenticatorIssuerDeserializer(item["issuer"]),
|
|
5320
|
+
claimValidationRules: !item["claimValidationRules"] ? item["claimValidationRules"] : jwtAuthenticatorValidationRuleArrayDeserializer(item["claimValidationRules"]),
|
|
5321
|
+
claimMappings: jwtAuthenticatorClaimMappingsDeserializer(item["claimMappings"]),
|
|
5322
|
+
userValidationRules: !item["userValidationRules"] ? item["userValidationRules"] : jwtAuthenticatorValidationRuleArrayDeserializer(item["userValidationRules"])
|
|
5323
|
+
};
|
|
5324
|
+
}
|
|
5325
|
+
var KnownJWTAuthenticatorProvisioningState = /* @__PURE__ */ ((KnownJWTAuthenticatorProvisioningState2) => {
|
|
5326
|
+
KnownJWTAuthenticatorProvisioningState2["Succeeded"] = "Succeeded";
|
|
5327
|
+
KnownJWTAuthenticatorProvisioningState2["Failed"] = "Failed";
|
|
5328
|
+
KnownJWTAuthenticatorProvisioningState2["Canceled"] = "Canceled";
|
|
5329
|
+
KnownJWTAuthenticatorProvisioningState2["Creating"] = "Creating";
|
|
5330
|
+
KnownJWTAuthenticatorProvisioningState2["Updating"] = "Updating";
|
|
5331
|
+
KnownJWTAuthenticatorProvisioningState2["Deleting"] = "Deleting";
|
|
5332
|
+
return KnownJWTAuthenticatorProvisioningState2;
|
|
5333
|
+
})(KnownJWTAuthenticatorProvisioningState || {});
|
|
5334
|
+
function jwtAuthenticatorIssuerSerializer(item) {
|
|
5335
|
+
return {
|
|
5336
|
+
url: item["url"],
|
|
5337
|
+
audiences: item["audiences"].map((p) => {
|
|
5338
|
+
return p;
|
|
5339
|
+
})
|
|
5340
|
+
};
|
|
5341
|
+
}
|
|
5342
|
+
function jwtAuthenticatorIssuerDeserializer(item) {
|
|
5343
|
+
return {
|
|
5344
|
+
url: item["url"],
|
|
5345
|
+
audiences: item["audiences"].map((p) => {
|
|
5346
|
+
return p;
|
|
5347
|
+
})
|
|
5348
|
+
};
|
|
5349
|
+
}
|
|
5350
|
+
function jwtAuthenticatorValidationRuleArraySerializer(result) {
|
|
5351
|
+
return result.map((item) => {
|
|
5352
|
+
return jwtAuthenticatorValidationRuleSerializer(item);
|
|
5353
|
+
});
|
|
5354
|
+
}
|
|
5355
|
+
function jwtAuthenticatorValidationRuleArrayDeserializer(result) {
|
|
5356
|
+
return result.map((item) => {
|
|
5357
|
+
return jwtAuthenticatorValidationRuleDeserializer(item);
|
|
5358
|
+
});
|
|
5359
|
+
}
|
|
5360
|
+
function jwtAuthenticatorValidationRuleSerializer(item) {
|
|
5361
|
+
return { expression: item["expression"], message: item["message"] };
|
|
5362
|
+
}
|
|
5363
|
+
function jwtAuthenticatorValidationRuleDeserializer(item) {
|
|
5364
|
+
return {
|
|
5365
|
+
expression: item["expression"],
|
|
5366
|
+
message: item["message"]
|
|
5367
|
+
};
|
|
5368
|
+
}
|
|
5369
|
+
function jwtAuthenticatorClaimMappingsSerializer(item) {
|
|
5370
|
+
return {
|
|
5371
|
+
username: jwtAuthenticatorClaimMappingExpressionSerializer(item["username"]),
|
|
5372
|
+
groups: !item["groups"] ? item["groups"] : jwtAuthenticatorClaimMappingExpressionSerializer(item["groups"]),
|
|
5373
|
+
uid: !item["uid"] ? item["uid"] : jwtAuthenticatorClaimMappingExpressionSerializer(item["uid"]),
|
|
5374
|
+
extra: !item["extra"] ? item["extra"] : jwtAuthenticatorExtraClaimMappingExpressionArraySerializer(item["extra"])
|
|
5375
|
+
};
|
|
5376
|
+
}
|
|
5377
|
+
function jwtAuthenticatorClaimMappingsDeserializer(item) {
|
|
5378
|
+
return {
|
|
5379
|
+
username: jwtAuthenticatorClaimMappingExpressionDeserializer(item["username"]),
|
|
5380
|
+
groups: !item["groups"] ? item["groups"] : jwtAuthenticatorClaimMappingExpressionDeserializer(item["groups"]),
|
|
5381
|
+
uid: !item["uid"] ? item["uid"] : jwtAuthenticatorClaimMappingExpressionDeserializer(item["uid"]),
|
|
5382
|
+
extra: !item["extra"] ? item["extra"] : jwtAuthenticatorExtraClaimMappingExpressionArrayDeserializer(item["extra"])
|
|
5383
|
+
};
|
|
5384
|
+
}
|
|
5385
|
+
function jwtAuthenticatorClaimMappingExpressionSerializer(item) {
|
|
5386
|
+
return { expression: item["expression"] };
|
|
5387
|
+
}
|
|
5388
|
+
function jwtAuthenticatorClaimMappingExpressionDeserializer(item) {
|
|
5389
|
+
return {
|
|
5390
|
+
expression: item["expression"]
|
|
5391
|
+
};
|
|
5392
|
+
}
|
|
5393
|
+
function jwtAuthenticatorExtraClaimMappingExpressionArraySerializer(result) {
|
|
5394
|
+
return result.map((item) => {
|
|
5395
|
+
return jwtAuthenticatorExtraClaimMappingExpressionSerializer(item);
|
|
5396
|
+
});
|
|
5397
|
+
}
|
|
5398
|
+
function jwtAuthenticatorExtraClaimMappingExpressionArrayDeserializer(result) {
|
|
5399
|
+
return result.map((item) => {
|
|
5400
|
+
return jwtAuthenticatorExtraClaimMappingExpressionDeserializer(item);
|
|
5401
|
+
});
|
|
5402
|
+
}
|
|
5403
|
+
function jwtAuthenticatorExtraClaimMappingExpressionSerializer(item) {
|
|
5404
|
+
return { key: item["key"], valueExpression: item["valueExpression"] };
|
|
5405
|
+
}
|
|
5406
|
+
function jwtAuthenticatorExtraClaimMappingExpressionDeserializer(item) {
|
|
5407
|
+
return {
|
|
5408
|
+
key: item["key"],
|
|
5409
|
+
valueExpression: item["valueExpression"]
|
|
5410
|
+
};
|
|
5411
|
+
}
|
|
5412
|
+
function _jwtAuthenticatorListResultDeserializer(item) {
|
|
5413
|
+
return {
|
|
5414
|
+
value: jwtAuthenticatorArrayDeserializer(item["value"]),
|
|
5415
|
+
nextLink: item["nextLink"]
|
|
5416
|
+
};
|
|
5417
|
+
}
|
|
5418
|
+
function jwtAuthenticatorArraySerializer(result) {
|
|
5419
|
+
return result.map((item) => {
|
|
5420
|
+
return jwtAuthenticatorSerializer(item);
|
|
5421
|
+
});
|
|
5422
|
+
}
|
|
5423
|
+
function jwtAuthenticatorArrayDeserializer(result) {
|
|
5424
|
+
return result.map((item) => {
|
|
5425
|
+
return jwtAuthenticatorDeserializer(item);
|
|
5426
|
+
});
|
|
5427
|
+
}
|
|
5428
|
+
function meshMembershipSerializer(item) {
|
|
5429
|
+
return {
|
|
5430
|
+
properties: !item["properties"] ? item["properties"] : meshMembershipPropertiesSerializer(item["properties"]),
|
|
5431
|
+
managedBy: item["managedBy"]
|
|
5432
|
+
};
|
|
5433
|
+
}
|
|
5434
|
+
function meshMembershipDeserializer(item) {
|
|
5435
|
+
return {
|
|
5436
|
+
id: item["id"],
|
|
5437
|
+
name: item["name"],
|
|
5438
|
+
type: item["type"],
|
|
5439
|
+
systemData: !item["systemData"] ? item["systemData"] : systemDataDeserializer(item["systemData"]),
|
|
5440
|
+
properties: !item["properties"] ? item["properties"] : meshMembershipPropertiesDeserializer(item["properties"]),
|
|
5441
|
+
managedBy: item["managedBy"],
|
|
5442
|
+
eTag: item["eTag"]
|
|
5443
|
+
};
|
|
5444
|
+
}
|
|
5445
|
+
function meshMembershipPropertiesSerializer(item) {
|
|
5446
|
+
return {
|
|
5447
|
+
privateConnectProfile: !item["privateConnectProfile"] ? item["privateConnectProfile"] : meshMembershipPrivateConnectProfileSerializer(item["privateConnectProfile"]),
|
|
5448
|
+
managedMeshID: item["managedMeshID"]
|
|
5449
|
+
};
|
|
5450
|
+
}
|
|
5451
|
+
function meshMembershipPropertiesDeserializer(item) {
|
|
5452
|
+
return {
|
|
5453
|
+
provisioningState: item["provisioningState"],
|
|
5454
|
+
privateConnectProfile: !item["privateConnectProfile"] ? item["privateConnectProfile"] : meshMembershipPrivateConnectProfileDeserializer(item["privateConnectProfile"]),
|
|
5455
|
+
managedMeshID: item["managedMeshID"]
|
|
5456
|
+
};
|
|
5457
|
+
}
|
|
5458
|
+
var KnownMeshMembershipProvisioningState = /* @__PURE__ */ ((KnownMeshMembershipProvisioningState2) => {
|
|
5459
|
+
KnownMeshMembershipProvisioningState2["Canceled"] = "Canceled";
|
|
5460
|
+
KnownMeshMembershipProvisioningState2["Creating"] = "Creating";
|
|
5461
|
+
KnownMeshMembershipProvisioningState2["Deleting"] = "Deleting";
|
|
5462
|
+
KnownMeshMembershipProvisioningState2["Failed"] = "Failed";
|
|
5463
|
+
KnownMeshMembershipProvisioningState2["Succeeded"] = "Succeeded";
|
|
5464
|
+
KnownMeshMembershipProvisioningState2["Updating"] = "Updating";
|
|
5465
|
+
return KnownMeshMembershipProvisioningState2;
|
|
5466
|
+
})(KnownMeshMembershipProvisioningState || {});
|
|
5467
|
+
function meshMembershipPrivateConnectProfileSerializer(item) {
|
|
5468
|
+
return { subnetResourceId: item["subnetResourceId"] };
|
|
5469
|
+
}
|
|
5470
|
+
function meshMembershipPrivateConnectProfileDeserializer(item) {
|
|
5471
|
+
return {
|
|
5472
|
+
privateIpAddress: item["privateIpAddress"],
|
|
5473
|
+
subnetResourceId: item["subnetResourceId"]
|
|
5474
|
+
};
|
|
5475
|
+
}
|
|
5476
|
+
function _meshMembershipsListResultDeserializer(item) {
|
|
5477
|
+
return {
|
|
5478
|
+
value: meshMembershipArrayDeserializer(item["value"]),
|
|
5479
|
+
nextLink: item["nextLink"]
|
|
5480
|
+
};
|
|
5481
|
+
}
|
|
5482
|
+
function meshMembershipArraySerializer(result) {
|
|
5483
|
+
return result.map((item) => {
|
|
5484
|
+
return meshMembershipSerializer(item);
|
|
5485
|
+
});
|
|
5486
|
+
}
|
|
5487
|
+
function meshMembershipArrayDeserializer(result) {
|
|
5488
|
+
return result.map((item) => {
|
|
5489
|
+
return meshMembershipDeserializer(item);
|
|
5490
|
+
});
|
|
5491
|
+
}
|
|
3983
5492
|
function _operationListResultDeserializer(item) {
|
|
3984
5493
|
return {
|
|
3985
5494
|
value: operationValueArrayDeserializer(item["value"]),
|
|
@@ -4006,6 +5515,30 @@ function operationValueDisplayDeserializer(item) {
|
|
|
4006
5515
|
provider: item["provider"]
|
|
4007
5516
|
};
|
|
4008
5517
|
}
|
|
5518
|
+
function operationStatusResultDeserializer(item) {
|
|
5519
|
+
return {
|
|
5520
|
+
id: item["id"],
|
|
5521
|
+
name: item["name"],
|
|
5522
|
+
status: item["status"],
|
|
5523
|
+
percentComplete: item["percentComplete"],
|
|
5524
|
+
startTime: !item["startTime"] ? item["startTime"] : new Date(item["startTime"]),
|
|
5525
|
+
endTime: !item["endTime"] ? item["endTime"] : new Date(item["endTime"]),
|
|
5526
|
+
operations: !item["operations"] ? item["operations"] : operationStatusResultArrayDeserializer(item["operations"]),
|
|
5527
|
+
error: !item["error"] ? item["error"] : errorDetailDeserializer(item["error"]),
|
|
5528
|
+
resourceId: item["resourceId"]
|
|
5529
|
+
};
|
|
5530
|
+
}
|
|
5531
|
+
function operationStatusResultArrayDeserializer(result) {
|
|
5532
|
+
return result.map((item) => {
|
|
5533
|
+
return operationStatusResultDeserializer(item);
|
|
5534
|
+
});
|
|
5535
|
+
}
|
|
5536
|
+
function _operationStatusResultListDeserializer(item) {
|
|
5537
|
+
return {
|
|
5538
|
+
value: operationStatusResultArrayDeserializer(item["value"]),
|
|
5539
|
+
nextLink: item["nextLink"]
|
|
5540
|
+
};
|
|
5541
|
+
}
|
|
4009
5542
|
function privateLinkResourcesListResultDeserializer(item) {
|
|
4010
5543
|
return {
|
|
4011
5544
|
value: !item["value"] ? item["value"] : privateLinkResourceArrayDeserializer(item["value"])
|
|
@@ -4053,6 +5586,160 @@ function trustedAccessRoleRuleDeserializer(item) {
|
|
|
4053
5586
|
})
|
|
4054
5587
|
};
|
|
4055
5588
|
}
|
|
5589
|
+
function _nodeImageVersionsListResultDeserializer(item) {
|
|
5590
|
+
return {
|
|
5591
|
+
value: nodeImageVersionArrayDeserializer(item["value"]),
|
|
5592
|
+
nextLink: item["nextLink"]
|
|
5593
|
+
};
|
|
5594
|
+
}
|
|
5595
|
+
function nodeImageVersionArrayDeserializer(result) {
|
|
5596
|
+
return result.map((item) => {
|
|
5597
|
+
return nodeImageVersionDeserializer(item);
|
|
5598
|
+
});
|
|
5599
|
+
}
|
|
5600
|
+
function nodeImageVersionDeserializer(item) {
|
|
5601
|
+
return {
|
|
5602
|
+
os: item["os"],
|
|
5603
|
+
sku: item["sku"],
|
|
5604
|
+
version: item["version"],
|
|
5605
|
+
fullName: item["fullName"]
|
|
5606
|
+
};
|
|
5607
|
+
}
|
|
5608
|
+
function _vmSkusListResultDeserializer(item) {
|
|
5609
|
+
return {
|
|
5610
|
+
value: resourceSkuArrayDeserializer(item["value"]),
|
|
5611
|
+
nextLink: item["nextLink"]
|
|
5612
|
+
};
|
|
5613
|
+
}
|
|
5614
|
+
function resourceSkuArrayDeserializer(result) {
|
|
5615
|
+
return result.map((item) => {
|
|
5616
|
+
return resourceSkuDeserializer(item);
|
|
5617
|
+
});
|
|
5618
|
+
}
|
|
5619
|
+
function resourceSkuDeserializer(item) {
|
|
5620
|
+
return {
|
|
5621
|
+
resourceType: item["resourceType"],
|
|
5622
|
+
name: item["name"],
|
|
5623
|
+
tier: item["tier"],
|
|
5624
|
+
size: item["size"],
|
|
5625
|
+
family: item["family"],
|
|
5626
|
+
kind: item["kind"],
|
|
5627
|
+
capacity: !item["capacity"] ? item["capacity"] : resourceSkuCapacityDeserializer(item["capacity"]),
|
|
5628
|
+
locations: !item["locations"] ? item["locations"] : item["locations"].map((p) => {
|
|
5629
|
+
return p;
|
|
5630
|
+
}),
|
|
5631
|
+
locationInfo: !item["locationInfo"] ? item["locationInfo"] : resourceSkuLocationInfoArrayDeserializer(item["locationInfo"]),
|
|
5632
|
+
apiVersions: !item["apiVersions"] ? item["apiVersions"] : item["apiVersions"].map((p) => {
|
|
5633
|
+
return p;
|
|
5634
|
+
}),
|
|
5635
|
+
costs: !item["costs"] ? item["costs"] : resourceSkuCostsArrayDeserializer(item["costs"]),
|
|
5636
|
+
capabilities: !item["capabilities"] ? item["capabilities"] : resourceSkuCapabilitiesArrayDeserializer(item["capabilities"]),
|
|
5637
|
+
restrictions: !item["restrictions"] ? item["restrictions"] : resourceSkuRestrictionsArrayDeserializer(item["restrictions"])
|
|
5638
|
+
};
|
|
5639
|
+
}
|
|
5640
|
+
function resourceSkuCapacityDeserializer(item) {
|
|
5641
|
+
return {
|
|
5642
|
+
minimum: item["minimum"],
|
|
5643
|
+
maximum: item["maximum"],
|
|
5644
|
+
default: item["default"],
|
|
5645
|
+
scaleType: item["scaleType"]
|
|
5646
|
+
};
|
|
5647
|
+
}
|
|
5648
|
+
var KnownResourceSkuCapacityScaleType = /* @__PURE__ */ ((KnownResourceSkuCapacityScaleType2) => {
|
|
5649
|
+
KnownResourceSkuCapacityScaleType2["Automatic"] = "Automatic";
|
|
5650
|
+
KnownResourceSkuCapacityScaleType2["Manual"] = "Manual";
|
|
5651
|
+
KnownResourceSkuCapacityScaleType2["None"] = "None";
|
|
5652
|
+
return KnownResourceSkuCapacityScaleType2;
|
|
5653
|
+
})(KnownResourceSkuCapacityScaleType || {});
|
|
5654
|
+
function resourceSkuLocationInfoArrayDeserializer(result) {
|
|
5655
|
+
return result.map((item) => {
|
|
5656
|
+
return resourceSkuLocationInfoDeserializer(item);
|
|
5657
|
+
});
|
|
5658
|
+
}
|
|
5659
|
+
function resourceSkuLocationInfoDeserializer(item) {
|
|
5660
|
+
return {
|
|
5661
|
+
location: item["location"],
|
|
5662
|
+
zones: !item["zones"] ? item["zones"] : item["zones"].map((p) => {
|
|
5663
|
+
return p;
|
|
5664
|
+
}),
|
|
5665
|
+
zoneDetails: !item["zoneDetails"] ? item["zoneDetails"] : resourceSkuZoneDetailsArrayDeserializer(item["zoneDetails"]),
|
|
5666
|
+
extendedLocations: !item["extendedLocations"] ? item["extendedLocations"] : item["extendedLocations"].map((p) => {
|
|
5667
|
+
return p;
|
|
5668
|
+
}),
|
|
5669
|
+
type: item["type"]
|
|
5670
|
+
};
|
|
5671
|
+
}
|
|
5672
|
+
function resourceSkuZoneDetailsArrayDeserializer(result) {
|
|
5673
|
+
return result.map((item) => {
|
|
5674
|
+
return resourceSkuZoneDetailsDeserializer(item);
|
|
5675
|
+
});
|
|
5676
|
+
}
|
|
5677
|
+
function resourceSkuZoneDetailsDeserializer(item) {
|
|
5678
|
+
return {
|
|
5679
|
+
name: !item["name"] ? item["name"] : item["name"].map((p) => {
|
|
5680
|
+
return p;
|
|
5681
|
+
}),
|
|
5682
|
+
capabilities: !item["capabilities"] ? item["capabilities"] : resourceSkuCapabilitiesArrayDeserializer(item["capabilities"])
|
|
5683
|
+
};
|
|
5684
|
+
}
|
|
5685
|
+
function resourceSkuCapabilitiesArrayDeserializer(result) {
|
|
5686
|
+
return result.map((item) => {
|
|
5687
|
+
return resourceSkuCapabilitiesDeserializer(item);
|
|
5688
|
+
});
|
|
5689
|
+
}
|
|
5690
|
+
function resourceSkuCapabilitiesDeserializer(item) {
|
|
5691
|
+
return {
|
|
5692
|
+
name: item["name"],
|
|
5693
|
+
value: item["value"]
|
|
5694
|
+
};
|
|
5695
|
+
}
|
|
5696
|
+
function resourceSkuCostsArrayDeserializer(result) {
|
|
5697
|
+
return result.map((item) => {
|
|
5698
|
+
return resourceSkuCostsDeserializer(item);
|
|
5699
|
+
});
|
|
5700
|
+
}
|
|
5701
|
+
function resourceSkuCostsDeserializer(item) {
|
|
5702
|
+
return {
|
|
5703
|
+
meterID: item["meterID"],
|
|
5704
|
+
quantity: item["quantity"],
|
|
5705
|
+
extendedUnit: item["extendedUnit"]
|
|
5706
|
+
};
|
|
5707
|
+
}
|
|
5708
|
+
function resourceSkuRestrictionsArrayDeserializer(result) {
|
|
5709
|
+
return result.map((item) => {
|
|
5710
|
+
return resourceSkuRestrictionsDeserializer(item);
|
|
5711
|
+
});
|
|
5712
|
+
}
|
|
5713
|
+
function resourceSkuRestrictionsDeserializer(item) {
|
|
5714
|
+
return {
|
|
5715
|
+
type: item["type"],
|
|
5716
|
+
values: !item["values"] ? item["values"] : item["values"].map((p) => {
|
|
5717
|
+
return p;
|
|
5718
|
+
}),
|
|
5719
|
+
restrictionInfo: !item["restrictionInfo"] ? item["restrictionInfo"] : resourceSkuRestrictionInfoDeserializer(item["restrictionInfo"]),
|
|
5720
|
+
reasonCode: item["reasonCode"]
|
|
5721
|
+
};
|
|
5722
|
+
}
|
|
5723
|
+
var KnownResourceSkuRestrictionsType = /* @__PURE__ */ ((KnownResourceSkuRestrictionsType2) => {
|
|
5724
|
+
KnownResourceSkuRestrictionsType2["Location"] = "Location";
|
|
5725
|
+
KnownResourceSkuRestrictionsType2["Zone"] = "Zone";
|
|
5726
|
+
return KnownResourceSkuRestrictionsType2;
|
|
5727
|
+
})(KnownResourceSkuRestrictionsType || {});
|
|
5728
|
+
function resourceSkuRestrictionInfoDeserializer(item) {
|
|
5729
|
+
return {
|
|
5730
|
+
locations: !item["locations"] ? item["locations"] : item["locations"].map((p) => {
|
|
5731
|
+
return p;
|
|
5732
|
+
}),
|
|
5733
|
+
zones: !item["zones"] ? item["zones"] : item["zones"].map((p) => {
|
|
5734
|
+
return p;
|
|
5735
|
+
})
|
|
5736
|
+
};
|
|
5737
|
+
}
|
|
5738
|
+
var KnownResourceSkuRestrictionsReasonCode = /* @__PURE__ */ ((KnownResourceSkuRestrictionsReasonCode2) => {
|
|
5739
|
+
KnownResourceSkuRestrictionsReasonCode2["QuotaId"] = "QuotaId";
|
|
5740
|
+
KnownResourceSkuRestrictionsReasonCode2["NotAvailableForSubscription"] = "NotAvailableForSubscription";
|
|
5741
|
+
return KnownResourceSkuRestrictionsReasonCode2;
|
|
5742
|
+
})(KnownResourceSkuRestrictionsReasonCode || {});
|
|
4056
5743
|
var KnownFormat = /* @__PURE__ */ ((KnownFormat2) => {
|
|
4057
5744
|
KnownFormat2["Azure"] = "azure";
|
|
4058
5745
|
KnownFormat2["Exec"] = "exec";
|
|
@@ -4064,6 +5751,7 @@ var KnownVersions = /* @__PURE__ */ ((KnownVersions2) => {
|
|
|
4064
5751
|
KnownVersions2["V20260201"] = "2026-02-01";
|
|
4065
5752
|
KnownVersions2["V20260301"] = "2026-03-01";
|
|
4066
5753
|
KnownVersions2["V20260401"] = "2026-04-01";
|
|
5754
|
+
KnownVersions2["V20260402Preview"] = "2026-04-02-preview";
|
|
4067
5755
|
return KnownVersions2;
|
|
4068
5756
|
})(KnownVersions || {});
|
|
4069
5757
|
function _agentPoolPropertiesSerializer(item) {
|
|
@@ -4089,7 +5777,10 @@ function _agentPoolPropertiesSerializer(item) {
|
|
|
4089
5777
|
mode: item["mode"],
|
|
4090
5778
|
orchestratorVersion: item["orchestratorVersion"],
|
|
4091
5779
|
nodeImageVersion: item["nodeImageVersion"],
|
|
5780
|
+
upgradeStrategy: item["upgradeStrategy"],
|
|
5781
|
+
enableOSDiskFullCaching: item["enableOSDiskFullCaching"],
|
|
4092
5782
|
upgradeSettings: !item["upgradeSettings"] ? item["upgradeSettings"] : agentPoolUpgradeSettingsSerializer(item["upgradeSettings"]),
|
|
5783
|
+
upgradeSettingsBlueGreen: !item["upgradeSettingsBlueGreen"] ? item["upgradeSettingsBlueGreen"] : agentPoolBlueGreenUpgradeSettingsSerializer(item["upgradeSettingsBlueGreen"]),
|
|
4093
5784
|
powerState: !item["powerState"] ? item["powerState"] : powerStateSerializer(item["powerState"]),
|
|
4094
5785
|
availabilityZones: !item["availabilityZones"] ? item["availabilityZones"] : item["availabilityZones"].map((p) => {
|
|
4095
5786
|
return p;
|
|
@@ -4104,6 +5795,9 @@ function _agentPoolPropertiesSerializer(item) {
|
|
|
4104
5795
|
nodeTaints: !item["nodeTaints"] ? item["nodeTaints"] : item["nodeTaints"].map((p) => {
|
|
4105
5796
|
return p;
|
|
4106
5797
|
}),
|
|
5798
|
+
nodeInitializationTaints: !item["nodeInitializationTaints"] ? item["nodeInitializationTaints"] : item["nodeInitializationTaints"].map((p) => {
|
|
5799
|
+
return p;
|
|
5800
|
+
}),
|
|
4107
5801
|
proximityPlacementGroupID: item["proximityPlacementGroupID"],
|
|
4108
5802
|
kubeletConfig: !item["kubeletConfig"] ? item["kubeletConfig"] : kubeletConfigSerializer(item["kubeletConfig"]),
|
|
4109
5803
|
linuxOSConfig: !item["linuxOSConfig"] ? item["linuxOSConfig"] : linuxOSConfigSerializer(item["linuxOSConfig"]),
|
|
@@ -4123,7 +5817,8 @@ function _agentPoolPropertiesSerializer(item) {
|
|
|
4123
5817
|
virtualMachinesProfile: !item["virtualMachinesProfile"] ? item["virtualMachinesProfile"] : virtualMachinesProfileSerializer(item["virtualMachinesProfile"]),
|
|
4124
5818
|
virtualMachineNodesStatus: !item["virtualMachineNodesStatus"] ? item["virtualMachineNodesStatus"] : virtualMachineNodesArraySerializer(item["virtualMachineNodesStatus"]),
|
|
4125
5819
|
status: !item["status"] ? item["status"] : agentPoolStatusSerializer(item["status"]),
|
|
4126
|
-
localDNSProfile: !item["localDNSProfile"] ? item["localDNSProfile"] : localDNSProfileSerializer(item["localDNSProfile"])
|
|
5820
|
+
localDNSProfile: !item["localDNSProfile"] ? item["localDNSProfile"] : localDNSProfileSerializer(item["localDNSProfile"]),
|
|
5821
|
+
preparedImageSpecificationProfile: !item["preparedImageSpecificationProfile"] ? item["preparedImageSpecificationProfile"] : preparedImageSpecificationProfileSerializer(item["preparedImageSpecificationProfile"])
|
|
4127
5822
|
};
|
|
4128
5823
|
}
|
|
4129
5824
|
function _agentPoolPropertiesDeserializer(item) {
|
|
@@ -4151,7 +5846,10 @@ function _agentPoolPropertiesDeserializer(item) {
|
|
|
4151
5846
|
orchestratorVersion: item["orchestratorVersion"],
|
|
4152
5847
|
currentOrchestratorVersion: item["currentOrchestratorVersion"],
|
|
4153
5848
|
nodeImageVersion: item["nodeImageVersion"],
|
|
5849
|
+
upgradeStrategy: item["upgradeStrategy"],
|
|
5850
|
+
enableOSDiskFullCaching: item["enableOSDiskFullCaching"],
|
|
4154
5851
|
upgradeSettings: !item["upgradeSettings"] ? item["upgradeSettings"] : agentPoolUpgradeSettingsDeserializer(item["upgradeSettings"]),
|
|
5852
|
+
upgradeSettingsBlueGreen: !item["upgradeSettingsBlueGreen"] ? item["upgradeSettingsBlueGreen"] : agentPoolBlueGreenUpgradeSettingsDeserializer(item["upgradeSettingsBlueGreen"]),
|
|
4155
5853
|
provisioningState: item["provisioningState"],
|
|
4156
5854
|
powerState: !item["powerState"] ? item["powerState"] : powerStateDeserializer(item["powerState"]),
|
|
4157
5855
|
availabilityZones: !item["availabilityZones"] ? item["availabilityZones"] : item["availabilityZones"].map((p) => {
|
|
@@ -4169,6 +5867,9 @@ function _agentPoolPropertiesDeserializer(item) {
|
|
|
4169
5867
|
nodeTaints: !item["nodeTaints"] ? item["nodeTaints"] : item["nodeTaints"].map((p) => {
|
|
4170
5868
|
return p;
|
|
4171
5869
|
}),
|
|
5870
|
+
nodeInitializationTaints: !item["nodeInitializationTaints"] ? item["nodeInitializationTaints"] : item["nodeInitializationTaints"].map((p) => {
|
|
5871
|
+
return p;
|
|
5872
|
+
}),
|
|
4172
5873
|
proximityPlacementGroupID: item["proximityPlacementGroupID"],
|
|
4173
5874
|
kubeletConfig: !item["kubeletConfig"] ? item["kubeletConfig"] : kubeletConfigDeserializer(item["kubeletConfig"]),
|
|
4174
5875
|
linuxOSConfig: !item["linuxOSConfig"] ? item["linuxOSConfig"] : linuxOSConfigDeserializer(item["linuxOSConfig"]),
|
|
@@ -4188,7 +5889,8 @@ function _agentPoolPropertiesDeserializer(item) {
|
|
|
4188
5889
|
virtualMachinesProfile: !item["virtualMachinesProfile"] ? item["virtualMachinesProfile"] : virtualMachinesProfileDeserializer(item["virtualMachinesProfile"]),
|
|
4189
5890
|
virtualMachineNodesStatus: !item["virtualMachineNodesStatus"] ? item["virtualMachineNodesStatus"] : virtualMachineNodesArrayDeserializer(item["virtualMachineNodesStatus"]),
|
|
4190
5891
|
status: !item["status"] ? item["status"] : agentPoolStatusDeserializer(item["status"]),
|
|
4191
|
-
localDNSProfile: !item["localDNSProfile"] ? item["localDNSProfile"] : localDNSProfileDeserializer(item["localDNSProfile"])
|
|
5892
|
+
localDNSProfile: !item["localDNSProfile"] ? item["localDNSProfile"] : localDNSProfileDeserializer(item["localDNSProfile"]),
|
|
5893
|
+
preparedImageSpecificationProfile: !item["preparedImageSpecificationProfile"] ? item["preparedImageSpecificationProfile"] : preparedImageSpecificationProfileDeserializer(item["preparedImageSpecificationProfile"])
|
|
4192
5894
|
};
|
|
4193
5895
|
}
|
|
4194
5896
|
function _agentPoolAvailableVersionsPropertiesDeserializer(item) {
|
|
@@ -4203,12 +5905,14 @@ function _agentPoolUpgradeProfilePropertiesDeserializer(item) {
|
|
|
4203
5905
|
kubernetesVersion: item["kubernetesVersion"],
|
|
4204
5906
|
osType: item["osType"],
|
|
4205
5907
|
upgrades: !item["upgrades"] ? item["upgrades"] : agentPoolUpgradeProfilePropertiesUpgradesItemArrayDeserializer(item["upgrades"]),
|
|
5908
|
+
componentsByReleases: !item["componentsByReleases"] ? item["componentsByReleases"] : componentsByReleaseArrayDeserializer(item["componentsByReleases"]),
|
|
4206
5909
|
recentlyUsedVersions: !item["recentlyUsedVersions"] ? item["recentlyUsedVersions"] : agentPoolRecentlyUsedVersionArrayDeserializer(item["recentlyUsedVersions"]),
|
|
4207
5910
|
latestNodeImageVersion: item["latestNodeImageVersion"]
|
|
4208
5911
|
};
|
|
4209
5912
|
}
|
|
4210
5913
|
function _managedClusterPropertiesSerializer(item) {
|
|
4211
5914
|
return {
|
|
5915
|
+
creationData: !item["creationData"] ? item["creationData"] : creationDataSerializer(item["creationData"]),
|
|
4212
5916
|
kubernetesVersion: item["kubernetesVersion"],
|
|
4213
5917
|
dnsPrefix: item["dnsPrefix"],
|
|
4214
5918
|
fqdnSubdomain: item["fqdnSubdomain"],
|
|
@@ -4223,6 +5927,8 @@ function _managedClusterPropertiesSerializer(item) {
|
|
|
4223
5927
|
nodeResourceGroupProfile: !item["nodeResourceGroupProfile"] ? item["nodeResourceGroupProfile"] : managedClusterNodeResourceGroupProfileSerializer(item["nodeResourceGroupProfile"]),
|
|
4224
5928
|
enableRBAC: item["enableRbac"],
|
|
4225
5929
|
supportPlan: item["supportPlan"],
|
|
5930
|
+
enableFIPS: item["enableFips"],
|
|
5931
|
+
enableNamespaceResources: item["enableNamespaceResources"],
|
|
4226
5932
|
networkProfile: !item["networkProfile"] ? item["networkProfile"] : containerServiceNetworkProfileSerializer(item["networkProfile"]),
|
|
4227
5933
|
aadProfile: !item["aadProfile"] ? item["aadProfile"] : managedClusterAADProfileSerializer(item["aadProfile"]),
|
|
4228
5934
|
autoUpgradeProfile: !item["autoUpgradeProfile"] ? item["autoUpgradeProfile"] : managedClusterAutoUpgradeProfileSerializer(item["autoUpgradeProfile"]),
|
|
@@ -4245,7 +5951,11 @@ function _managedClusterPropertiesSerializer(item) {
|
|
|
4245
5951
|
nodeProvisioningProfile: !item["nodeProvisioningProfile"] ? item["nodeProvisioningProfile"] : managedClusterNodeProvisioningProfileSerializer(item["nodeProvisioningProfile"]),
|
|
4246
5952
|
bootstrapProfile: !item["bootstrapProfile"] ? item["bootstrapProfile"] : managedClusterBootstrapProfileSerializer(item["bootstrapProfile"]),
|
|
4247
5953
|
aiToolchainOperatorProfile: !item["aiToolchainOperatorProfile"] ? item["aiToolchainOperatorProfile"] : managedClusterAIToolchainOperatorProfileSerializer(item["aiToolchainOperatorProfile"]),
|
|
5954
|
+
schedulerProfile: !item["schedulerProfile"] ? item["schedulerProfile"] : schedulerProfileSerializer(item["schedulerProfile"]),
|
|
4248
5955
|
hostedSystemProfile: !item["hostedSystemProfile"] ? item["hostedSystemProfile"] : managedClusterHostedSystemProfileSerializer(item["hostedSystemProfile"]),
|
|
5956
|
+
healthMonitorProfile: !item["healthMonitorProfile"] ? item["healthMonitorProfile"] : managedClusterHealthMonitorProfileSerializer(item["healthMonitorProfile"]),
|
|
5957
|
+
controlPlaneScalingProfile: !item["controlPlaneScalingProfile"] ? item["controlPlaneScalingProfile"] : managedClusterControlPlaneScalingProfileSerializer(item["controlPlaneScalingProfile"]),
|
|
5958
|
+
nodeDisruptionProfile: !item["nodeDisruptionProfile"] ? item["nodeDisruptionProfile"] : nodeDisruptionProfileSerializer(item["nodeDisruptionProfile"]),
|
|
4249
5959
|
status: !item["status"] ? item["status"] : managedClusterStatusSerializer(item["status"])
|
|
4250
5960
|
};
|
|
4251
5961
|
}
|
|
@@ -4253,6 +5963,7 @@ function _managedClusterPropertiesDeserializer(item) {
|
|
|
4253
5963
|
return {
|
|
4254
5964
|
provisioningState: item["provisioningState"],
|
|
4255
5965
|
powerState: !item["powerState"] ? item["powerState"] : powerStateDeserializer(item["powerState"]),
|
|
5966
|
+
creationData: !item["creationData"] ? item["creationData"] : creationDataDeserializer(item["creationData"]),
|
|
4256
5967
|
maxAgentPools: item["maxAgentPools"],
|
|
4257
5968
|
kubernetesVersion: item["kubernetesVersion"],
|
|
4258
5969
|
currentKubernetesVersion: item["currentKubernetesVersion"],
|
|
@@ -4272,6 +5983,8 @@ function _managedClusterPropertiesDeserializer(item) {
|
|
|
4272
5983
|
nodeResourceGroupProfile: !item["nodeResourceGroupProfile"] ? item["nodeResourceGroupProfile"] : managedClusterNodeResourceGroupProfileDeserializer(item["nodeResourceGroupProfile"]),
|
|
4273
5984
|
enableRbac: item["enableRBAC"],
|
|
4274
5985
|
supportPlan: item["supportPlan"],
|
|
5986
|
+
enableFips: item["enableFIPS"],
|
|
5987
|
+
enableNamespaceResources: item["enableNamespaceResources"],
|
|
4275
5988
|
networkProfile: !item["networkProfile"] ? item["networkProfile"] : containerServiceNetworkProfileDeserializer(item["networkProfile"]),
|
|
4276
5989
|
aadProfile: !item["aadProfile"] ? item["aadProfile"] : managedClusterAADProfileDeserializer(item["aadProfile"]),
|
|
4277
5990
|
autoUpgradeProfile: !item["autoUpgradeProfile"] ? item["autoUpgradeProfile"] : managedClusterAutoUpgradeProfileDeserializer(item["autoUpgradeProfile"]),
|
|
@@ -4295,7 +6008,11 @@ function _managedClusterPropertiesDeserializer(item) {
|
|
|
4295
6008
|
nodeProvisioningProfile: !item["nodeProvisioningProfile"] ? item["nodeProvisioningProfile"] : managedClusterNodeProvisioningProfileDeserializer(item["nodeProvisioningProfile"]),
|
|
4296
6009
|
bootstrapProfile: !item["bootstrapProfile"] ? item["bootstrapProfile"] : managedClusterBootstrapProfileDeserializer(item["bootstrapProfile"]),
|
|
4297
6010
|
aiToolchainOperatorProfile: !item["aiToolchainOperatorProfile"] ? item["aiToolchainOperatorProfile"] : managedClusterAIToolchainOperatorProfileDeserializer(item["aiToolchainOperatorProfile"]),
|
|
6011
|
+
schedulerProfile: !item["schedulerProfile"] ? item["schedulerProfile"] : schedulerProfileDeserializer(item["schedulerProfile"]),
|
|
4298
6012
|
hostedSystemProfile: !item["hostedSystemProfile"] ? item["hostedSystemProfile"] : managedClusterHostedSystemProfileDeserializer(item["hostedSystemProfile"]),
|
|
6013
|
+
healthMonitorProfile: !item["healthMonitorProfile"] ? item["healthMonitorProfile"] : managedClusterHealthMonitorProfileDeserializer(item["healthMonitorProfile"]),
|
|
6014
|
+
controlPlaneScalingProfile: !item["controlPlaneScalingProfile"] ? item["controlPlaneScalingProfile"] : managedClusterControlPlaneScalingProfileDeserializer(item["controlPlaneScalingProfile"]),
|
|
6015
|
+
nodeDisruptionProfile: !item["nodeDisruptionProfile"] ? item["nodeDisruptionProfile"] : nodeDisruptionProfileDeserializer(item["nodeDisruptionProfile"]),
|
|
4299
6016
|
status: !item["status"] ? item["status"] : managedClusterStatusDeserializer(item["status"])
|
|
4300
6017
|
};
|
|
4301
6018
|
}
|
|
@@ -4365,6 +6082,19 @@ function _snapshotPropertiesDeserializer(item) {
|
|
|
4365
6082
|
enableFips: item["enableFIPS"]
|
|
4366
6083
|
};
|
|
4367
6084
|
}
|
|
6085
|
+
function _managedClusterSnapshotPropertiesSerializer(item) {
|
|
6086
|
+
return {
|
|
6087
|
+
creationData: !item["creationData"] ? item["creationData"] : creationDataSerializer(item["creationData"]),
|
|
6088
|
+
snapshotType: item["snapshotType"]
|
|
6089
|
+
};
|
|
6090
|
+
}
|
|
6091
|
+
function _managedClusterSnapshotPropertiesDeserializer(item) {
|
|
6092
|
+
return {
|
|
6093
|
+
creationData: !item["creationData"] ? item["creationData"] : creationDataDeserializer(item["creationData"]),
|
|
6094
|
+
snapshotType: item["snapshotType"],
|
|
6095
|
+
managedClusterPropertiesReadOnly: !item["managedClusterPropertiesReadOnly"] ? item["managedClusterPropertiesReadOnly"] : managedClusterPropertiesForSnapshotDeserializer(item["managedClusterPropertiesReadOnly"])
|
|
6096
|
+
};
|
|
6097
|
+
}
|
|
4368
6098
|
function _trustedAccessRoleBindingPropertiesSerializer(item) {
|
|
4369
6099
|
return {
|
|
4370
6100
|
sourceResourceId: item["sourceResourceId"],
|
|
@@ -4382,6 +6112,25 @@ function _trustedAccessRoleBindingPropertiesDeserializer(item) {
|
|
|
4382
6112
|
})
|
|
4383
6113
|
};
|
|
4384
6114
|
}
|
|
6115
|
+
function _loadBalancerPropertiesSerializer(item) {
|
|
6116
|
+
return {
|
|
6117
|
+
primaryAgentPoolName: item["primaryAgentPoolName"],
|
|
6118
|
+
allowServicePlacement: item["allowServicePlacement"],
|
|
6119
|
+
serviceLabelSelector: !item["serviceLabelSelector"] ? item["serviceLabelSelector"] : labelSelectorSerializer(item["serviceLabelSelector"]),
|
|
6120
|
+
serviceNamespaceSelector: !item["serviceNamespaceSelector"] ? item["serviceNamespaceSelector"] : labelSelectorSerializer(item["serviceNamespaceSelector"]),
|
|
6121
|
+
nodeSelector: !item["nodeSelector"] ? item["nodeSelector"] : labelSelectorSerializer(item["nodeSelector"])
|
|
6122
|
+
};
|
|
6123
|
+
}
|
|
6124
|
+
function _loadBalancerPropertiesDeserializer(item) {
|
|
6125
|
+
return {
|
|
6126
|
+
primaryAgentPoolName: item["primaryAgentPoolName"],
|
|
6127
|
+
allowServicePlacement: item["allowServicePlacement"],
|
|
6128
|
+
serviceLabelSelector: !item["serviceLabelSelector"] ? item["serviceLabelSelector"] : labelSelectorDeserializer(item["serviceLabelSelector"]),
|
|
6129
|
+
serviceNamespaceSelector: !item["serviceNamespaceSelector"] ? item["serviceNamespaceSelector"] : labelSelectorDeserializer(item["serviceNamespaceSelector"]),
|
|
6130
|
+
nodeSelector: !item["nodeSelector"] ? item["nodeSelector"] : labelSelectorDeserializer(item["nodeSelector"]),
|
|
6131
|
+
provisioningState: item["provisioningState"]
|
|
6132
|
+
};
|
|
6133
|
+
}
|
|
4385
6134
|
function _operationValueDisplayDeserializer(item) {
|
|
4386
6135
|
return {
|
|
4387
6136
|
operation: item["operation"],
|
|
@@ -4393,26 +6142,38 @@ function _operationValueDisplayDeserializer(item) {
|
|
|
4393
6142
|
// Annotate the CommonJS export names for ESM import in node:
|
|
4394
6143
|
0 && (module.exports = {
|
|
4395
6144
|
KnownAccelerationMode,
|
|
6145
|
+
KnownAddonAutoscaling,
|
|
4396
6146
|
KnownAdoptionPolicy,
|
|
4397
6147
|
KnownAdvancedNetworkPolicies,
|
|
4398
6148
|
KnownAgentPoolMode,
|
|
6149
|
+
KnownAgentPoolNetworkInterfaceType,
|
|
4399
6150
|
KnownAgentPoolSSHAccess,
|
|
4400
6151
|
KnownAgentPoolType,
|
|
4401
6152
|
KnownArtifactSource,
|
|
4402
6153
|
KnownBackendPoolType,
|
|
6154
|
+
KnownBastionSku,
|
|
6155
|
+
KnownClusterServiceLoadBalancerHealthProbeMode,
|
|
4403
6156
|
KnownCode,
|
|
4404
6157
|
KnownConnectionStatus,
|
|
6158
|
+
KnownContainerNetworkLogs,
|
|
6159
|
+
KnownControlPlaneScalingSize,
|
|
4405
6160
|
KnownCreatedByType,
|
|
4406
6161
|
KnownDeletePolicy,
|
|
6162
|
+
KnownDriftAction,
|
|
6163
|
+
KnownDriverType,
|
|
4407
6164
|
KnownExpander,
|
|
4408
6165
|
KnownExtendedLocationTypes,
|
|
4409
6166
|
KnownFormat,
|
|
4410
6167
|
KnownGPUDriver,
|
|
4411
6168
|
KnownGPUInstanceProfile,
|
|
4412
6169
|
KnownGatewayAPIIstioEnabled,
|
|
6170
|
+
KnownGuardrailsSupport,
|
|
4413
6171
|
KnownIdentityBindingProvisioningState,
|
|
6172
|
+
KnownInfrastructureEncryption,
|
|
4414
6173
|
KnownIpFamily,
|
|
6174
|
+
KnownIpvsScheduler,
|
|
4415
6175
|
KnownIstioIngressGatewayMode,
|
|
6176
|
+
KnownJWTAuthenticatorProvisioningState,
|
|
4416
6177
|
KnownKeyVaultNetworkAccessTypes,
|
|
4417
6178
|
KnownKubeletDiskType,
|
|
4418
6179
|
KnownKubernetesSupportPlan,
|
|
@@ -4429,6 +6190,10 @@ function _operationValueDisplayDeserializer(item) {
|
|
|
4429
6190
|
KnownManagedClusterSKUName,
|
|
4430
6191
|
KnownManagedClusterSKUTier,
|
|
4431
6192
|
KnownManagedGatewayType,
|
|
6193
|
+
KnownManagementMode,
|
|
6194
|
+
KnownMeshMembershipProvisioningState,
|
|
6195
|
+
KnownMigStrategy,
|
|
6196
|
+
KnownMode,
|
|
4432
6197
|
KnownNamespaceProvisioningState,
|
|
4433
6198
|
KnownNetworkDataplane,
|
|
4434
6199
|
KnownNetworkMode,
|
|
@@ -4436,24 +6201,34 @@ function _operationValueDisplayDeserializer(item) {
|
|
|
4436
6201
|
KnownNetworkPluginMode,
|
|
4437
6202
|
KnownNetworkPolicy,
|
|
4438
6203
|
KnownNginxIngressControllerType,
|
|
6204
|
+
KnownNodeDisruptionPolicy,
|
|
4439
6205
|
KnownNodeOSUpgradeChannel,
|
|
4440
6206
|
KnownNodeProvisioningDefaultNodePools,
|
|
4441
6207
|
KnownNodeProvisioningMode,
|
|
4442
6208
|
KnownOSDiskType,
|
|
4443
6209
|
KnownOSType,
|
|
6210
|
+
KnownOperator,
|
|
4444
6211
|
KnownOssku,
|
|
4445
6212
|
KnownOutboundType,
|
|
4446
6213
|
KnownPodIPAllocationMode,
|
|
6214
|
+
KnownPodLinkLocalAccess,
|
|
4447
6215
|
KnownPolicyRule,
|
|
4448
6216
|
KnownPrivateEndpointConnectionProvisioningState,
|
|
4449
6217
|
KnownProtocol,
|
|
4450
6218
|
KnownProxyRedirectionMechanism,
|
|
4451
6219
|
KnownPublicNetworkAccess,
|
|
4452
6220
|
KnownResourceIdentityType,
|
|
6221
|
+
KnownResourceProvisioningState,
|
|
6222
|
+
KnownResourceSkuCapacityScaleType,
|
|
6223
|
+
KnownResourceSkuRestrictionsReasonCode,
|
|
6224
|
+
KnownResourceSkuRestrictionsType,
|
|
4453
6225
|
KnownRestrictionLevel,
|
|
6226
|
+
KnownSafeguardsSupport,
|
|
4454
6227
|
KnownScaleDownMode,
|
|
4455
6228
|
KnownScaleSetEvictionPolicy,
|
|
4456
6229
|
KnownScaleSetPriority,
|
|
6230
|
+
KnownSchedulerConfigMode,
|
|
6231
|
+
KnownSeccompDefault,
|
|
4457
6232
|
KnownServiceMeshMode,
|
|
4458
6233
|
KnownSnapshotType,
|
|
4459
6234
|
KnownTransitEncryptionType,
|
|
@@ -4461,7 +6236,9 @@ function _operationValueDisplayDeserializer(item) {
|
|
|
4461
6236
|
KnownType,
|
|
4462
6237
|
KnownUndrainableNodeBehavior,
|
|
4463
6238
|
KnownUpgradeChannel,
|
|
6239
|
+
KnownUpgradeStrategy,
|
|
4464
6240
|
KnownVersions,
|
|
6241
|
+
KnownVmState,
|
|
4465
6242
|
KnownWeekDay,
|
|
4466
6243
|
KnownWorkloadRuntime,
|
|
4467
6244
|
_agentPoolAvailableVersionsPropertiesDeserializer,
|
|
@@ -4469,25 +6246,42 @@ function _operationValueDisplayDeserializer(item) {
|
|
|
4469
6246
|
_agentPoolPropertiesDeserializer,
|
|
4470
6247
|
_agentPoolPropertiesSerializer,
|
|
4471
6248
|
_agentPoolUpgradeProfilePropertiesDeserializer,
|
|
6249
|
+
_guardrailsAvailableVersionsListDeserializer,
|
|
4472
6250
|
_identityBindingListResultDeserializer,
|
|
6251
|
+
_jwtAuthenticatorListResultDeserializer,
|
|
6252
|
+
_loadBalancerListResultDeserializer,
|
|
6253
|
+
_loadBalancerPropertiesDeserializer,
|
|
6254
|
+
_loadBalancerPropertiesSerializer,
|
|
4473
6255
|
_machineListResultDeserializer,
|
|
4474
6256
|
_maintenanceConfigurationListResultDeserializer,
|
|
4475
6257
|
_maintenanceConfigurationPropertiesDeserializer,
|
|
4476
6258
|
_maintenanceConfigurationPropertiesSerializer,
|
|
6259
|
+
_maintenanceWindowResourceListResultDeserializer,
|
|
4477
6260
|
_managedClusterAccessProfilePropertiesDeserializer,
|
|
4478
6261
|
_managedClusterListResultDeserializer,
|
|
6262
|
+
_managedClusterNATGatewayProfileOutboundIPsDeserializer,
|
|
6263
|
+
_managedClusterNATGatewayProfileOutboundIPsSerializer,
|
|
6264
|
+
_managedClusterNATGatewayProfileOutboundIpPrefixesDeserializer,
|
|
6265
|
+
_managedClusterNATGatewayProfileOutboundIpPrefixesSerializer,
|
|
4479
6266
|
_managedClusterPropertiesDeserializer,
|
|
4480
6267
|
_managedClusterPropertiesSerializer,
|
|
6268
|
+
_managedClusterSnapshotListResultDeserializer,
|
|
6269
|
+
_managedClusterSnapshotPropertiesDeserializer,
|
|
6270
|
+
_managedClusterSnapshotPropertiesSerializer,
|
|
4481
6271
|
_managedClusterUpgradeProfilePropertiesDeserializer,
|
|
4482
6272
|
_managedNamespaceListResultDeserializer,
|
|
6273
|
+
_meshMembershipsListResultDeserializer,
|
|
4483
6274
|
_meshRevisionProfileListDeserializer,
|
|
4484
6275
|
_meshUpgradeProfileListDeserializer,
|
|
6276
|
+
_nodeImageVersionsListResultDeserializer,
|
|
4485
6277
|
_operationListResultDeserializer,
|
|
6278
|
+
_operationStatusResultListDeserializer,
|
|
4486
6279
|
_operationValueDisplayDeserializer,
|
|
4487
6280
|
_outboundEnvironmentEndpointCollectionDeserializer,
|
|
4488
6281
|
_privateEndpointConnectionPropertiesDeserializer,
|
|
4489
6282
|
_privateEndpointConnectionPropertiesSerializer,
|
|
4490
6283
|
_runCommandResultPropertiesDeserializer,
|
|
6284
|
+
_safeguardsAvailableVersionsListDeserializer,
|
|
4491
6285
|
_snapshotListResultDeserializer,
|
|
4492
6286
|
_snapshotPropertiesDeserializer,
|
|
4493
6287
|
_snapshotPropertiesSerializer,
|
|
@@ -4495,6 +6289,7 @@ function _operationValueDisplayDeserializer(item) {
|
|
|
4495
6289
|
_trustedAccessRoleBindingPropertiesDeserializer,
|
|
4496
6290
|
_trustedAccessRoleBindingPropertiesSerializer,
|
|
4497
6291
|
_trustedAccessRoleListResultDeserializer,
|
|
6292
|
+
_vmSkusListResultDeserializer,
|
|
4498
6293
|
absoluteMonthlyScheduleDeserializer,
|
|
4499
6294
|
absoluteMonthlyScheduleSerializer,
|
|
4500
6295
|
accessProfileDeserializer,
|
|
@@ -4516,10 +6311,16 @@ function _operationValueDisplayDeserializer(item) {
|
|
|
4516
6311
|
agentPoolAvailableVersionsPropertiesAgentPoolVersionsItemArrayDeserializer,
|
|
4517
6312
|
agentPoolAvailableVersionsPropertiesAgentPoolVersionsItemDeserializer,
|
|
4518
6313
|
agentPoolAvailableVersionsPropertiesDeserializer,
|
|
6314
|
+
agentPoolBlueGreenUpgradeSettingsDeserializer,
|
|
6315
|
+
agentPoolBlueGreenUpgradeSettingsSerializer,
|
|
4519
6316
|
agentPoolDeleteMachinesParameterSerializer,
|
|
4520
6317
|
agentPoolDeserializer,
|
|
4521
6318
|
agentPoolGatewayProfileDeserializer,
|
|
4522
6319
|
agentPoolGatewayProfileSerializer,
|
|
6320
|
+
agentPoolNetworkInterfaceArrayDeserializer,
|
|
6321
|
+
agentPoolNetworkInterfaceArraySerializer,
|
|
6322
|
+
agentPoolNetworkInterfaceDeserializer,
|
|
6323
|
+
agentPoolNetworkInterfaceSerializer,
|
|
4523
6324
|
agentPoolNetworkProfileDeserializer,
|
|
4524
6325
|
agentPoolNetworkProfileSerializer,
|
|
4525
6326
|
agentPoolRecentlyUsedVersionArrayDeserializer,
|
|
@@ -4537,16 +6338,30 @@ function _operationValueDisplayDeserializer(item) {
|
|
|
4537
6338
|
agentPoolUpgradeSettingsSerializer,
|
|
4538
6339
|
agentPoolWindowsProfileDeserializer,
|
|
4539
6340
|
agentPoolWindowsProfileSerializer,
|
|
6341
|
+
autoScaleProfileArrayDeserializer,
|
|
6342
|
+
autoScaleProfileArraySerializer,
|
|
6343
|
+
autoScaleProfileDeserializer,
|
|
6344
|
+
autoScaleProfileSerializer,
|
|
4540
6345
|
azureKeyVaultKmsDeserializer,
|
|
4541
6346
|
azureKeyVaultKmsSerializer,
|
|
6347
|
+
bastionProfileDeserializer,
|
|
6348
|
+
bastionProfileSerializer,
|
|
4542
6349
|
clusterUpgradeSettingsDeserializer,
|
|
4543
6350
|
clusterUpgradeSettingsSerializer,
|
|
4544
6351
|
commandResultPropertiesDeserializer,
|
|
4545
6352
|
compatibleVersionsArrayDeserializer,
|
|
4546
6353
|
compatibleVersionsDeserializer,
|
|
6354
|
+
componentArrayDeserializer,
|
|
6355
|
+
componentDeserializer,
|
|
6356
|
+
componentsByReleaseArrayDeserializer,
|
|
6357
|
+
componentsByReleaseDeserializer,
|
|
4547
6358
|
containerServiceLinuxProfileDeserializer,
|
|
4548
6359
|
containerServiceLinuxProfileSerializer,
|
|
4549
6360
|
containerServiceNetworkProfileDeserializer,
|
|
6361
|
+
containerServiceNetworkProfileKubeProxyConfigDeserializer,
|
|
6362
|
+
containerServiceNetworkProfileKubeProxyConfigIpvsConfigDeserializer,
|
|
6363
|
+
containerServiceNetworkProfileKubeProxyConfigIpvsConfigSerializer,
|
|
6364
|
+
containerServiceNetworkProfileKubeProxyConfigSerializer,
|
|
4550
6365
|
containerServiceNetworkProfileSerializer,
|
|
4551
6366
|
containerServiceSshConfigurationDeserializer,
|
|
4552
6367
|
containerServiceSshConfigurationSerializer,
|
|
@@ -4582,6 +6397,11 @@ function _operationValueDisplayDeserializer(item) {
|
|
|
4582
6397
|
extendedLocationSerializer,
|
|
4583
6398
|
gpuProfileDeserializer,
|
|
4584
6399
|
gpuProfileSerializer,
|
|
6400
|
+
guardrailsAvailableVersionArrayDeserializer,
|
|
6401
|
+
guardrailsAvailableVersionDeserializer,
|
|
6402
|
+
guardrailsAvailableVersionsPropertiesDeserializer,
|
|
6403
|
+
hardEvictionThresholdDeserializer,
|
|
6404
|
+
hardEvictionThresholdSerializer,
|
|
4585
6405
|
identityBindingArrayDeserializer,
|
|
4586
6406
|
identityBindingArraySerializer,
|
|
4587
6407
|
identityBindingDeserializer,
|
|
@@ -4611,16 +6431,52 @@ function _operationValueDisplayDeserializer(item) {
|
|
|
4611
6431
|
istioPluginCertificateAuthoritySerializer,
|
|
4612
6432
|
istioServiceMeshDeserializer,
|
|
4613
6433
|
istioServiceMeshSerializer,
|
|
6434
|
+
jwtAuthenticatorArrayDeserializer,
|
|
6435
|
+
jwtAuthenticatorArraySerializer,
|
|
6436
|
+
jwtAuthenticatorClaimMappingExpressionDeserializer,
|
|
6437
|
+
jwtAuthenticatorClaimMappingExpressionSerializer,
|
|
6438
|
+
jwtAuthenticatorClaimMappingsDeserializer,
|
|
6439
|
+
jwtAuthenticatorClaimMappingsSerializer,
|
|
6440
|
+
jwtAuthenticatorDeserializer,
|
|
6441
|
+
jwtAuthenticatorExtraClaimMappingExpressionArrayDeserializer,
|
|
6442
|
+
jwtAuthenticatorExtraClaimMappingExpressionArraySerializer,
|
|
6443
|
+
jwtAuthenticatorExtraClaimMappingExpressionDeserializer,
|
|
6444
|
+
jwtAuthenticatorExtraClaimMappingExpressionSerializer,
|
|
6445
|
+
jwtAuthenticatorIssuerDeserializer,
|
|
6446
|
+
jwtAuthenticatorIssuerSerializer,
|
|
6447
|
+
jwtAuthenticatorPropertiesDeserializer,
|
|
6448
|
+
jwtAuthenticatorPropertiesSerializer,
|
|
6449
|
+
jwtAuthenticatorSerializer,
|
|
6450
|
+
jwtAuthenticatorValidationRuleArrayDeserializer,
|
|
6451
|
+
jwtAuthenticatorValidationRuleArraySerializer,
|
|
6452
|
+
jwtAuthenticatorValidationRuleDeserializer,
|
|
6453
|
+
jwtAuthenticatorValidationRuleSerializer,
|
|
6454
|
+
kubeReservedDeserializer,
|
|
6455
|
+
kubeReservedSerializer,
|
|
4614
6456
|
kubeletConfigDeserializer,
|
|
4615
6457
|
kubeletConfigSerializer,
|
|
4616
6458
|
kubernetesPatchVersionDeserializer,
|
|
4617
6459
|
kubernetesPatchVersionRecordDeserializer,
|
|
6460
|
+
kubernetesResourceObjectEncryptionProfileDeserializer,
|
|
6461
|
+
kubernetesResourceObjectEncryptionProfileSerializer,
|
|
4618
6462
|
kubernetesVersionArrayDeserializer,
|
|
4619
6463
|
kubernetesVersionCapabilitiesDeserializer,
|
|
4620
6464
|
kubernetesVersionDeserializer,
|
|
4621
6465
|
kubernetesVersionListResultDeserializer,
|
|
6466
|
+
labelSelectorDeserializer,
|
|
6467
|
+
labelSelectorRequirementArrayDeserializer,
|
|
6468
|
+
labelSelectorRequirementArraySerializer,
|
|
6469
|
+
labelSelectorRequirementDeserializer,
|
|
6470
|
+
labelSelectorRequirementSerializer,
|
|
6471
|
+
labelSelectorSerializer,
|
|
4622
6472
|
linuxOSConfigDeserializer,
|
|
4623
6473
|
linuxOSConfigSerializer,
|
|
6474
|
+
loadBalancerArrayDeserializer,
|
|
6475
|
+
loadBalancerArraySerializer,
|
|
6476
|
+
loadBalancerDeserializer,
|
|
6477
|
+
loadBalancerPropertiesDeserializer,
|
|
6478
|
+
loadBalancerPropertiesSerializer,
|
|
6479
|
+
loadBalancerSerializer,
|
|
4624
6480
|
localDNSOverrideDeserializer,
|
|
4625
6481
|
localDNSOverrideRecordDeserializer,
|
|
4626
6482
|
localDNSOverrideRecordSerializer,
|
|
@@ -4628,11 +6484,28 @@ function _operationValueDisplayDeserializer(item) {
|
|
|
4628
6484
|
localDNSProfileDeserializer,
|
|
4629
6485
|
localDNSProfileSerializer,
|
|
4630
6486
|
machineArrayDeserializer,
|
|
6487
|
+
machineArraySerializer,
|
|
6488
|
+
machineBillingProfileDeserializer,
|
|
6489
|
+
machineBillingProfileSerializer,
|
|
4631
6490
|
machineDeserializer,
|
|
6491
|
+
machineHardwareProfileDeserializer,
|
|
6492
|
+
machineHardwareProfileSerializer,
|
|
4632
6493
|
machineIpAddressArrayDeserializer,
|
|
4633
6494
|
machineIpAddressDeserializer,
|
|
6495
|
+
machineKubernetesProfileDeserializer,
|
|
6496
|
+
machineKubernetesProfileSerializer,
|
|
4634
6497
|
machineNetworkPropertiesDeserializer,
|
|
6498
|
+
machineNetworkPropertiesSerializer,
|
|
6499
|
+
machineOSProfileDeserializer,
|
|
6500
|
+
machineOSProfileLinuxProfileDeserializer,
|
|
6501
|
+
machineOSProfileLinuxProfileSerializer,
|
|
6502
|
+
machineOSProfileSerializer,
|
|
4635
6503
|
machinePropertiesDeserializer,
|
|
6504
|
+
machinePropertiesSerializer,
|
|
6505
|
+
machineSecurityProfileDeserializer,
|
|
6506
|
+
machineSecurityProfileSerializer,
|
|
6507
|
+
machineSerializer,
|
|
6508
|
+
machineStatusDeserializer,
|
|
4636
6509
|
maintenanceConfigurationArrayDeserializer,
|
|
4637
6510
|
maintenanceConfigurationArraySerializer,
|
|
4638
6511
|
maintenanceConfigurationDeserializer,
|
|
@@ -4640,6 +6513,12 @@ function _operationValueDisplayDeserializer(item) {
|
|
|
4640
6513
|
maintenanceConfigurationPropertiesSerializer,
|
|
4641
6514
|
maintenanceConfigurationSerializer,
|
|
4642
6515
|
maintenanceWindowDeserializer,
|
|
6516
|
+
maintenanceWindowResourceArrayDeserializer,
|
|
6517
|
+
maintenanceWindowResourceArraySerializer,
|
|
6518
|
+
maintenanceWindowResourceDeserializer,
|
|
6519
|
+
maintenanceWindowResourcePropertiesDeserializer,
|
|
6520
|
+
maintenanceWindowResourcePropertiesSerializer,
|
|
6521
|
+
maintenanceWindowResourceSerializer,
|
|
4643
6522
|
maintenanceWindowSerializer,
|
|
4644
6523
|
managedClusterAADProfileDeserializer,
|
|
4645
6524
|
managedClusterAADProfileSerializer,
|
|
@@ -4668,7 +6547,13 @@ function _operationValueDisplayDeserializer(item) {
|
|
|
4668
6547
|
managedClusterAzureMonitorProfileAppMonitoringAutoInstrumentationDeserializer,
|
|
4669
6548
|
managedClusterAzureMonitorProfileAppMonitoringAutoInstrumentationSerializer,
|
|
4670
6549
|
managedClusterAzureMonitorProfileAppMonitoringDeserializer,
|
|
6550
|
+
managedClusterAzureMonitorProfileAppMonitoringOpenTelemetryLogsAndTracesDeserializer,
|
|
6551
|
+
managedClusterAzureMonitorProfileAppMonitoringOpenTelemetryLogsAndTracesSerializer,
|
|
6552
|
+
managedClusterAzureMonitorProfileAppMonitoringOpenTelemetryMetricsDeserializer,
|
|
6553
|
+
managedClusterAzureMonitorProfileAppMonitoringOpenTelemetryMetricsSerializer,
|
|
4671
6554
|
managedClusterAzureMonitorProfileAppMonitoringSerializer,
|
|
6555
|
+
managedClusterAzureMonitorProfileContainerInsightsDeserializer,
|
|
6556
|
+
managedClusterAzureMonitorProfileContainerInsightsSerializer,
|
|
4672
6557
|
managedClusterAzureMonitorProfileDeserializer,
|
|
4673
6558
|
managedClusterAzureMonitorProfileKubeStateMetricsDeserializer,
|
|
4674
6559
|
managedClusterAzureMonitorProfileKubeStateMetricsSerializer,
|
|
@@ -4679,15 +6564,23 @@ function _operationValueDisplayDeserializer(item) {
|
|
|
4679
6564
|
managedClusterAzureMonitorProfileSerializer,
|
|
4680
6565
|
managedClusterBootstrapProfileDeserializer,
|
|
4681
6566
|
managedClusterBootstrapProfileSerializer,
|
|
6567
|
+
managedClusterControlPlaneScalingProfileDeserializer,
|
|
6568
|
+
managedClusterControlPlaneScalingProfileSerializer,
|
|
4682
6569
|
managedClusterCostAnalysisDeserializer,
|
|
4683
6570
|
managedClusterCostAnalysisSerializer,
|
|
4684
6571
|
managedClusterDeserializer,
|
|
6572
|
+
managedClusterHealthMonitorProfileDeserializer,
|
|
6573
|
+
managedClusterHealthMonitorProfileSerializer,
|
|
4685
6574
|
managedClusterHostedSystemProfileDeserializer,
|
|
4686
6575
|
managedClusterHostedSystemProfileSerializer,
|
|
4687
6576
|
managedClusterHttpProxyConfigDeserializer,
|
|
4688
6577
|
managedClusterHttpProxyConfigSerializer,
|
|
4689
6578
|
managedClusterIdentityDeserializer,
|
|
4690
6579
|
managedClusterIdentitySerializer,
|
|
6580
|
+
managedClusterIngressDefaultDomainProfileDeserializer,
|
|
6581
|
+
managedClusterIngressDefaultDomainProfileSerializer,
|
|
6582
|
+
managedClusterIngressProfileApplicationLoadBalancerDeserializer,
|
|
6583
|
+
managedClusterIngressProfileApplicationLoadBalancerSerializer,
|
|
4691
6584
|
managedClusterIngressProfileDeserializer,
|
|
4692
6585
|
managedClusterIngressProfileGatewayConfigurationDeserializer,
|
|
4693
6586
|
managedClusterIngressProfileGatewayConfigurationSerializer,
|
|
@@ -4737,22 +6630,39 @@ function _operationValueDisplayDeserializer(item) {
|
|
|
4737
6630
|
managedClusterPropertiesAutoScalerProfileDeserializer,
|
|
4738
6631
|
managedClusterPropertiesAutoScalerProfileSerializer,
|
|
4739
6632
|
managedClusterPropertiesDeserializer,
|
|
6633
|
+
managedClusterPropertiesForSnapshotDeserializer,
|
|
4740
6634
|
managedClusterPropertiesSerializer,
|
|
4741
6635
|
managedClusterSKUDeserializer,
|
|
4742
6636
|
managedClusterSKUSerializer,
|
|
4743
6637
|
managedClusterSecurityProfileDefenderDeserializer,
|
|
6638
|
+
managedClusterSecurityProfileDefenderSecurityGatingDeserializer,
|
|
6639
|
+
managedClusterSecurityProfileDefenderSecurityGatingIdentitiesItemArrayDeserializer,
|
|
6640
|
+
managedClusterSecurityProfileDefenderSecurityGatingIdentitiesItemArraySerializer,
|
|
6641
|
+
managedClusterSecurityProfileDefenderSecurityGatingIdentitiesItemDeserializer,
|
|
6642
|
+
managedClusterSecurityProfileDefenderSecurityGatingIdentitiesItemSerializer,
|
|
6643
|
+
managedClusterSecurityProfileDefenderSecurityGatingSerializer,
|
|
4744
6644
|
managedClusterSecurityProfileDefenderSecurityMonitoringDeserializer,
|
|
4745
6645
|
managedClusterSecurityProfileDefenderSecurityMonitoringSerializer,
|
|
4746
6646
|
managedClusterSecurityProfileDefenderSerializer,
|
|
4747
6647
|
managedClusterSecurityProfileDeserializer,
|
|
4748
6648
|
managedClusterSecurityProfileImageCleanerDeserializer,
|
|
4749
6649
|
managedClusterSecurityProfileImageCleanerSerializer,
|
|
6650
|
+
managedClusterSecurityProfileImageIntegrityDeserializer,
|
|
6651
|
+
managedClusterSecurityProfileImageIntegritySerializer,
|
|
6652
|
+
managedClusterSecurityProfileNodeRestrictionDeserializer,
|
|
6653
|
+
managedClusterSecurityProfileNodeRestrictionSerializer,
|
|
4750
6654
|
managedClusterSecurityProfileSerializer,
|
|
4751
6655
|
managedClusterSecurityProfileWorkloadIdentityDeserializer,
|
|
4752
6656
|
managedClusterSecurityProfileWorkloadIdentitySerializer,
|
|
4753
6657
|
managedClusterSerializer,
|
|
4754
6658
|
managedClusterServicePrincipalProfileDeserializer,
|
|
4755
6659
|
managedClusterServicePrincipalProfileSerializer,
|
|
6660
|
+
managedClusterSnapshotArrayDeserializer,
|
|
6661
|
+
managedClusterSnapshotArraySerializer,
|
|
6662
|
+
managedClusterSnapshotDeserializer,
|
|
6663
|
+
managedClusterSnapshotPropertiesDeserializer,
|
|
6664
|
+
managedClusterSnapshotPropertiesSerializer,
|
|
6665
|
+
managedClusterSnapshotSerializer,
|
|
4756
6666
|
managedClusterStaticEgressGatewayProfileDeserializer,
|
|
4757
6667
|
managedClusterStaticEgressGatewayProfileSerializer,
|
|
4758
6668
|
managedClusterStatusDeserializer,
|
|
@@ -4791,6 +6701,14 @@ function _operationValueDisplayDeserializer(item) {
|
|
|
4791
6701
|
manualScaleProfileArraySerializer,
|
|
4792
6702
|
manualScaleProfileDeserializer,
|
|
4793
6703
|
manualScaleProfileSerializer,
|
|
6704
|
+
meshMembershipArrayDeserializer,
|
|
6705
|
+
meshMembershipArraySerializer,
|
|
6706
|
+
meshMembershipDeserializer,
|
|
6707
|
+
meshMembershipPrivateConnectProfileDeserializer,
|
|
6708
|
+
meshMembershipPrivateConnectProfileSerializer,
|
|
6709
|
+
meshMembershipPropertiesDeserializer,
|
|
6710
|
+
meshMembershipPropertiesSerializer,
|
|
6711
|
+
meshMembershipSerializer,
|
|
4794
6712
|
meshRevisionArrayDeserializer,
|
|
4795
6713
|
meshRevisionDeserializer,
|
|
4796
6714
|
meshRevisionProfileArrayDeserializer,
|
|
@@ -4803,6 +6721,15 @@ function _operationValueDisplayDeserializer(item) {
|
|
|
4803
6721
|
namespacePropertiesSerializer,
|
|
4804
6722
|
networkPoliciesDeserializer,
|
|
4805
6723
|
networkPoliciesSerializer,
|
|
6724
|
+
networkProfileForSnapshotDeserializer,
|
|
6725
|
+
nodeDisruptionProfileDeserializer,
|
|
6726
|
+
nodeDisruptionProfileSerializer,
|
|
6727
|
+
nodeImageVersionArrayDeserializer,
|
|
6728
|
+
nodeImageVersionDeserializer,
|
|
6729
|
+
nvidiaGPUProfileDeserializer,
|
|
6730
|
+
nvidiaGPUProfileSerializer,
|
|
6731
|
+
operationStatusResultArrayDeserializer,
|
|
6732
|
+
operationStatusResultDeserializer,
|
|
4806
6733
|
operationValueArrayDeserializer,
|
|
4807
6734
|
operationValueDeserializer,
|
|
4808
6735
|
operationValueDisplayDeserializer,
|
|
@@ -4814,6 +6741,8 @@ function _operationValueDisplayDeserializer(item) {
|
|
|
4814
6741
|
portRangeSerializer,
|
|
4815
6742
|
powerStateDeserializer,
|
|
4816
6743
|
powerStateSerializer,
|
|
6744
|
+
preparedImageSpecificationProfileDeserializer,
|
|
6745
|
+
preparedImageSpecificationProfileSerializer,
|
|
4817
6746
|
privateEndpointConnectionArrayDeserializer,
|
|
4818
6747
|
privateEndpointConnectionArraySerializer,
|
|
4819
6748
|
privateEndpointConnectionDeserializer,
|
|
@@ -4832,6 +6761,7 @@ function _operationValueDisplayDeserializer(item) {
|
|
|
4832
6761
|
privateLinkServiceConnectionStateSerializer,
|
|
4833
6762
|
proxyResourceDeserializer,
|
|
4834
6763
|
proxyResourceSerializer,
|
|
6764
|
+
rebalanceLoadBalancersRequestBodySerializer,
|
|
4835
6765
|
relativeMonthlyScheduleDeserializer,
|
|
4836
6766
|
relativeMonthlyScheduleSerializer,
|
|
4837
6767
|
resourceDeserializer,
|
|
@@ -4842,12 +6772,37 @@ function _operationValueDisplayDeserializer(item) {
|
|
|
4842
6772
|
resourceReferenceDeserializer,
|
|
4843
6773
|
resourceReferenceSerializer,
|
|
4844
6774
|
resourceSerializer,
|
|
6775
|
+
resourceSkuArrayDeserializer,
|
|
6776
|
+
resourceSkuCapabilitiesArrayDeserializer,
|
|
6777
|
+
resourceSkuCapabilitiesDeserializer,
|
|
6778
|
+
resourceSkuCapacityDeserializer,
|
|
6779
|
+
resourceSkuCostsArrayDeserializer,
|
|
6780
|
+
resourceSkuCostsDeserializer,
|
|
6781
|
+
resourceSkuDeserializer,
|
|
6782
|
+
resourceSkuLocationInfoArrayDeserializer,
|
|
6783
|
+
resourceSkuLocationInfoDeserializer,
|
|
6784
|
+
resourceSkuRestrictionInfoDeserializer,
|
|
6785
|
+
resourceSkuRestrictionsArrayDeserializer,
|
|
6786
|
+
resourceSkuRestrictionsDeserializer,
|
|
6787
|
+
resourceSkuZoneDetailsArrayDeserializer,
|
|
6788
|
+
resourceSkuZoneDetailsDeserializer,
|
|
4845
6789
|
runCommandRequestSerializer,
|
|
4846
6790
|
runCommandResultDeserializer,
|
|
6791
|
+
safeguardsAvailableVersionArrayDeserializer,
|
|
6792
|
+
safeguardsAvailableVersionDeserializer,
|
|
6793
|
+
safeguardsAvailableVersionsPropertiesDeserializer,
|
|
4847
6794
|
scaleProfileDeserializer,
|
|
4848
6795
|
scaleProfileSerializer,
|
|
4849
6796
|
scheduleDeserializer,
|
|
4850
6797
|
scheduleSerializer,
|
|
6798
|
+
schedulerInstanceProfileDeserializer,
|
|
6799
|
+
schedulerInstanceProfileSerializer,
|
|
6800
|
+
schedulerProfileDeserializer,
|
|
6801
|
+
schedulerProfileSchedulerInstanceProfilesDeserializer,
|
|
6802
|
+
schedulerProfileSchedulerInstanceProfilesSerializer,
|
|
6803
|
+
schedulerProfileSerializer,
|
|
6804
|
+
serviceAccountImagePullProfileDeserializer,
|
|
6805
|
+
serviceAccountImagePullProfileSerializer,
|
|
4851
6806
|
serviceMeshProfileDeserializer,
|
|
4852
6807
|
serviceMeshProfileSerializer,
|
|
4853
6808
|
snapshotArrayDeserializer,
|