@azure/arm-containerservice 25.3.0-beta.1 → 25.3.0
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 +1 -5
- package/dist/browser/api/agentPools/operations.js +42 -59
- package/dist/browser/api/agentPools/operations.js.map +1 -1
- package/dist/browser/api/agentPools/options.d.ts +0 -5
- package/dist/browser/api/agentPools/options.js.map +1 -1
- package/dist/browser/api/containerServiceContext.js +4 -2
- package/dist/browser/api/containerServiceContext.js.map +1 -1
- package/dist/browser/api/identityBindings/operations.js +19 -15
- package/dist/browser/api/identityBindings/operations.js.map +1 -1
- 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 +1 -6
- package/dist/browser/api/machines/operations.js +10 -53
- package/dist/browser/api/machines/operations.js.map +1 -1
- package/dist/browser/api/machines/options.d.ts +0 -9
- package/dist/browser/api/machines/options.js.map +1 -1
- package/dist/browser/api/maintenanceConfigurations/operations.js +17 -13
- package/dist/browser/api/maintenanceConfigurations/operations.js.map +1 -1
- 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 +4 -24
- package/dist/browser/api/managedClusters/operations.js +125 -244
- package/dist/browser/api/managedClusters/operations.js.map +1 -1
- package/dist/browser/api/managedClusters/options.d.ts +0 -19
- package/dist/browser/api/managedClusters/options.js.map +1 -1
- package/dist/browser/api/managedNamespaces/operations.js +27 -19
- package/dist/browser/api/managedNamespaces/operations.js.map +1 -1
- package/dist/browser/api/operations/operations.js +5 -7
- package/dist/browser/api/operations/operations.js.map +1 -1
- package/dist/browser/api/privateEndpointConnections/operations.js +17 -9
- package/dist/browser/api/privateEndpointConnections/operations.js.map +1 -1
- package/dist/browser/api/privateLinkResources/operations.js +4 -2
- package/dist/browser/api/privateLinkResources/operations.js.map +1 -1
- package/dist/browser/api/resolvePrivateLinkServiceId/operations.js +4 -2
- package/dist/browser/api/resolvePrivateLinkServiceId/operations.js.map +1 -1
- package/dist/browser/api/snapshots/operations.js +26 -22
- package/dist/browser/api/snapshots/operations.js.map +1 -1
- package/dist/browser/api/trustedAccessRoleBindings/operations.js +19 -15
- package/dist/browser/api/trustedAccessRoleBindings/operations.js.map +1 -1
- package/dist/browser/api/trustedAccessRoles/operations.js +5 -7
- package/dist/browser/api/trustedAccessRoles/operations.js.map +1 -1
- package/dist/browser/classic/agentPools/index.d.ts +1 -7
- package/dist/browser/classic/agentPools/index.js +1 -10
- package/dist/browser/classic/agentPools/index.js.map +1 -1
- package/dist/browser/classic/index.d.ts +0 -7
- package/dist/browser/classic/index.js.map +1 -1
- package/dist/browser/classic/machines/index.d.ts +1 -9
- package/dist/browser/classic/machines/index.js +1 -11
- package/dist/browser/classic/machines/index.js.map +1 -1
- package/dist/browser/classic/managedClusters/index.d.ts +3 -17
- package/dist/browser/classic/managedClusters/index.js +1 -14
- package/dist/browser/classic/managedClusters/index.js.map +1 -1
- package/dist/browser/containerServiceClient.d.ts +0 -21
- package/dist/browser/containerServiceClient.js +0 -28
- package/dist/browser/containerServiceClient.js.map +1 -1
- package/dist/browser/index.d.ts +7 -13
- package/dist/browser/index.js +2 -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 +20 -1555
- package/dist/browser/models/models.js +21 -1950
- package/dist/browser/models/models.js.map +1 -1
- package/dist/browser/restorePollerHelpers.js +6 -27
- package/dist/browser/restorePollerHelpers.js.map +1 -1
- package/dist/browser/static-helpers/pagingHelpers.js +1 -1
- package/dist/browser/static-helpers/pagingHelpers.js.map +1 -1
- package/dist/browser/static-helpers/pollingHelpers.js +1 -1
- package/dist/browser/static-helpers/pollingHelpers.js.map +1 -1
- package/dist/commonjs/api/agentPools/index.d.ts +2 -2
- package/dist/commonjs/api/agentPools/index.js +0 -2
- package/dist/commonjs/api/agentPools/index.js.map +2 -2
- package/dist/commonjs/api/agentPools/operations.d.ts +1 -5
- package/dist/commonjs/api/agentPools/operations.js +42 -68
- package/dist/commonjs/api/agentPools/operations.js.map +2 -2
- package/dist/commonjs/api/agentPools/options.d.ts +0 -5
- package/dist/commonjs/api/agentPools/options.js.map +1 -1
- package/dist/commonjs/api/containerServiceContext.js +4 -2
- package/dist/commonjs/api/containerServiceContext.js.map +2 -2
- package/dist/commonjs/api/identityBindings/operations.js +19 -15
- package/dist/commonjs/api/identityBindings/operations.js.map +2 -2
- package/dist/commonjs/api/machines/index.d.ts +2 -2
- package/dist/commonjs/api/machines/index.js +0 -2
- package/dist/commonjs/api/machines/index.js.map +2 -2
- package/dist/commonjs/api/machines/operations.d.ts +1 -6
- package/dist/commonjs/api/machines/operations.js +9 -69
- package/dist/commonjs/api/machines/operations.js.map +2 -2
- package/dist/commonjs/api/machines/options.d.ts +0 -9
- package/dist/commonjs/api/machines/options.js.map +1 -1
- package/dist/commonjs/api/maintenanceConfigurations/operations.js +17 -13
- package/dist/commonjs/api/maintenanceConfigurations/operations.js.map +2 -2
- package/dist/commonjs/api/managedClusters/index.d.ts +2 -2
- package/dist/commonjs/api/managedClusters/index.js +0 -10
- package/dist/commonjs/api/managedClusters/index.js.map +2 -2
- package/dist/commonjs/api/managedClusters/operations.d.ts +4 -24
- package/dist/commonjs/api/managedClusters/operations.js +124 -305
- package/dist/commonjs/api/managedClusters/operations.js.map +2 -2
- package/dist/commonjs/api/managedClusters/options.d.ts +0 -19
- package/dist/commonjs/api/managedClusters/options.js.map +1 -1
- package/dist/commonjs/api/managedNamespaces/operations.js +27 -19
- package/dist/commonjs/api/managedNamespaces/operations.js.map +2 -2
- package/dist/commonjs/api/operations/operations.js +5 -7
- package/dist/commonjs/api/operations/operations.js.map +2 -2
- package/dist/commonjs/api/privateEndpointConnections/operations.js +17 -9
- package/dist/commonjs/api/privateEndpointConnections/operations.js.map +2 -2
- package/dist/commonjs/api/privateLinkResources/operations.js +4 -2
- package/dist/commonjs/api/privateLinkResources/operations.js.map +2 -2
- package/dist/commonjs/api/resolvePrivateLinkServiceId/operations.js +4 -2
- package/dist/commonjs/api/resolvePrivateLinkServiceId/operations.js.map +2 -2
- package/dist/commonjs/api/snapshots/operations.js +26 -22
- package/dist/commonjs/api/snapshots/operations.js.map +2 -2
- package/dist/commonjs/api/trustedAccessRoleBindings/operations.js +19 -15
- package/dist/commonjs/api/trustedAccessRoleBindings/operations.js.map +2 -2
- package/dist/commonjs/api/trustedAccessRoles/operations.js +5 -7
- package/dist/commonjs/api/trustedAccessRoles/operations.js.map +2 -2
- package/dist/commonjs/classic/agentPools/index.d.ts +1 -7
- package/dist/commonjs/classic/agentPools/index.js +0 -21
- package/dist/commonjs/classic/agentPools/index.js.map +2 -2
- package/dist/commonjs/classic/index.d.ts +0 -7
- package/dist/commonjs/classic/index.js.map +1 -1
- package/dist/commonjs/classic/machines/index.d.ts +1 -9
- package/dist/commonjs/classic/machines/index.js +0 -34
- package/dist/commonjs/classic/machines/index.js.map +2 -2
- package/dist/commonjs/classic/managedClusters/index.d.ts +3 -17
- package/dist/commonjs/classic/managedClusters/index.js +0 -25
- package/dist/commonjs/classic/managedClusters/index.js.map +2 -2
- package/dist/commonjs/containerServiceClient.d.ts +0 -21
- package/dist/commonjs/containerServiceClient.js +0 -28
- package/dist/commonjs/containerServiceClient.js.map +2 -2
- package/dist/commonjs/index.d.ts +7 -13
- package/dist/commonjs/index.js +5 -52
- package/dist/commonjs/index.js.map +2 -2
- package/dist/commonjs/models/index.d.ts +2 -2
- package/dist/commonjs/models/index.js +0 -52
- package/dist/commonjs/models/index.js.map +2 -2
- package/dist/commonjs/models/models.d.ts +20 -1555
- package/dist/commonjs/models/models.js +37 -1884
- package/dist/commonjs/models/models.js.map +3 -3
- package/dist/commonjs/restorePollerHelpers.js +29 -50
- package/dist/commonjs/restorePollerHelpers.js.map +3 -3
- package/dist/commonjs/static-helpers/pagingHelpers.js +1 -1
- package/dist/commonjs/static-helpers/pagingHelpers.js.map +2 -2
- package/dist/commonjs/static-helpers/pollingHelpers.js +1 -1
- package/dist/commonjs/static-helpers/pollingHelpers.js.map +2 -2
- 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 +1 -5
- package/dist/esm/api/agentPools/operations.js +42 -59
- package/dist/esm/api/agentPools/operations.js.map +1 -1
- package/dist/esm/api/agentPools/options.d.ts +0 -5
- package/dist/esm/api/agentPools/options.js.map +1 -1
- package/dist/esm/api/containerServiceContext.js +4 -2
- package/dist/esm/api/containerServiceContext.js.map +1 -1
- package/dist/esm/api/identityBindings/operations.js +19 -15
- package/dist/esm/api/identityBindings/operations.js.map +1 -1
- 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 +1 -6
- package/dist/esm/api/machines/operations.js +10 -53
- package/dist/esm/api/machines/operations.js.map +1 -1
- package/dist/esm/api/machines/options.d.ts +0 -9
- package/dist/esm/api/machines/options.js.map +1 -1
- package/dist/esm/api/maintenanceConfigurations/operations.js +17 -13
- package/dist/esm/api/maintenanceConfigurations/operations.js.map +1 -1
- 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 +4 -24
- package/dist/esm/api/managedClusters/operations.js +125 -244
- package/dist/esm/api/managedClusters/operations.js.map +1 -1
- package/dist/esm/api/managedClusters/options.d.ts +0 -19
- package/dist/esm/api/managedClusters/options.js.map +1 -1
- package/dist/esm/api/managedNamespaces/operations.js +27 -19
- package/dist/esm/api/managedNamespaces/operations.js.map +1 -1
- package/dist/esm/api/operations/operations.js +5 -7
- package/dist/esm/api/operations/operations.js.map +1 -1
- package/dist/esm/api/privateEndpointConnections/operations.js +17 -9
- package/dist/esm/api/privateEndpointConnections/operations.js.map +1 -1
- package/dist/esm/api/privateLinkResources/operations.js +4 -2
- package/dist/esm/api/privateLinkResources/operations.js.map +1 -1
- package/dist/esm/api/resolvePrivateLinkServiceId/operations.js +4 -2
- package/dist/esm/api/resolvePrivateLinkServiceId/operations.js.map +1 -1
- package/dist/esm/api/snapshots/operations.js +26 -22
- package/dist/esm/api/snapshots/operations.js.map +1 -1
- package/dist/esm/api/trustedAccessRoleBindings/operations.js +19 -15
- package/dist/esm/api/trustedAccessRoleBindings/operations.js.map +1 -1
- package/dist/esm/api/trustedAccessRoles/operations.js +5 -7
- package/dist/esm/api/trustedAccessRoles/operations.js.map +1 -1
- package/dist/esm/classic/agentPools/index.d.ts +1 -7
- package/dist/esm/classic/agentPools/index.js +1 -10
- package/dist/esm/classic/agentPools/index.js.map +1 -1
- package/dist/esm/classic/index.d.ts +0 -7
- package/dist/esm/classic/index.js.map +1 -1
- package/dist/esm/classic/machines/index.d.ts +1 -9
- package/dist/esm/classic/machines/index.js +1 -11
- package/dist/esm/classic/machines/index.js.map +1 -1
- package/dist/esm/classic/managedClusters/index.d.ts +3 -17
- package/dist/esm/classic/managedClusters/index.js +1 -14
- package/dist/esm/classic/managedClusters/index.js.map +1 -1
- package/dist/esm/containerServiceClient.d.ts +0 -21
- package/dist/esm/containerServiceClient.js +0 -28
- package/dist/esm/containerServiceClient.js.map +1 -1
- package/dist/esm/index.d.ts +7 -13
- package/dist/esm/index.js +2 -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 +20 -1555
- package/dist/esm/models/models.js +21 -1950
- package/dist/esm/models/models.js.map +1 -1
- package/dist/esm/restorePollerHelpers.js +6 -27
- package/dist/esm/restorePollerHelpers.js.map +1 -1
- package/dist/esm/static-helpers/pagingHelpers.js +1 -1
- package/dist/esm/static-helpers/pagingHelpers.js.map +1 -1
- package/dist/esm/static-helpers/pollingHelpers.js +1 -1
- package/dist/esm/static-helpers/pollingHelpers.js.map +1 -1
- package/package.json +5 -102
- package/dist/browser/api/containerService/index.d.ts +0 -3
- package/dist/browser/api/containerService/index.js +0 -4
- package/dist/browser/api/containerService/index.js.map +0 -1
- package/dist/browser/api/containerService/operations.d.ts +0 -10
- package/dist/browser/api/containerService/operations.js +0 -37
- package/dist/browser/api/containerService/operations.js.map +0 -1
- package/dist/browser/api/containerService/options.d.ts +0 -5
- package/dist/browser/api/containerService/options.js +0 -4
- package/dist/browser/api/containerService/options.js.map +0 -1
- package/dist/browser/api/jwtAuthenticators/index.d.ts +0 -3
- package/dist/browser/api/jwtAuthenticators/index.js +0 -4
- package/dist/browser/api/jwtAuthenticators/index.js.map +0 -1
- package/dist/browser/api/jwtAuthenticators/operations.d.ts +0 -23
- package/dist/browser/api/jwtAuthenticators/operations.js +0 -135
- package/dist/browser/api/jwtAuthenticators/operations.js.map +0 -1
- package/dist/browser/api/jwtAuthenticators/options.d.ts +0 -18
- package/dist/browser/api/jwtAuthenticators/options.js +0 -4
- package/dist/browser/api/jwtAuthenticators/options.js.map +0 -1
- package/dist/browser/api/loadBalancers/index.d.ts +0 -3
- package/dist/browser/api/loadBalancers/index.js +0 -4
- package/dist/browser/api/loadBalancers/index.js.map +0 -1
- package/dist/browser/api/loadBalancers/operations.d.ts +0 -23
- package/dist/browser/api/loadBalancers/operations.js +0 -130
- package/dist/browser/api/loadBalancers/operations.js.map +0 -1
- package/dist/browser/api/loadBalancers/options.d.ts +0 -16
- package/dist/browser/api/loadBalancers/options.js +0 -4
- package/dist/browser/api/loadBalancers/options.js.map +0 -1
- package/dist/browser/api/managedClusterSnapshots/index.d.ts +0 -3
- package/dist/browser/api/managedClusterSnapshots/index.js +0 -4
- package/dist/browser/api/managedClusterSnapshots/index.js.map +0 -1
- package/dist/browser/api/managedClusterSnapshots/operations.d.ts +0 -30
- package/dist/browser/api/managedClusterSnapshots/operations.js +0 -179
- package/dist/browser/api/managedClusterSnapshots/operations.js.map +0 -1
- package/dist/browser/api/managedClusterSnapshots/options.d.ts +0 -20
- package/dist/browser/api/managedClusterSnapshots/options.js +0 -4
- package/dist/browser/api/managedClusterSnapshots/options.js.map +0 -1
- package/dist/browser/api/meshMemberships/index.d.ts +0 -3
- package/dist/browser/api/meshMemberships/index.js +0 -4
- package/dist/browser/api/meshMemberships/index.js.map +0 -1
- package/dist/browser/api/meshMemberships/operations.d.ts +0 -23
- package/dist/browser/api/meshMemberships/operations.js +0 -135
- package/dist/browser/api/meshMemberships/operations.js.map +0 -1
- package/dist/browser/api/meshMemberships/options.d.ts +0 -18
- package/dist/browser/api/meshMemberships/options.js +0 -4
- package/dist/browser/api/meshMemberships/options.js.map +0 -1
- package/dist/browser/api/operationStatusResult/index.d.ts +0 -3
- package/dist/browser/api/operationStatusResult/index.js +0 -4
- package/dist/browser/api/operationStatusResult/index.js.map +0 -1
- package/dist/browser/api/operationStatusResult/operations.d.ts +0 -18
- package/dist/browser/api/operationStatusResult/operations.js +0 -97
- package/dist/browser/api/operationStatusResult/operations.js.map +0 -1
- package/dist/browser/api/operationStatusResult/options.d.ts +0 -11
- package/dist/browser/api/operationStatusResult/options.js +0 -4
- package/dist/browser/api/operationStatusResult/options.js.map +0 -1
- package/dist/browser/api/vmSkus/index.d.ts +0 -3
- package/dist/browser/api/vmSkus/index.js +0 -4
- package/dist/browser/api/vmSkus/index.js.map +0 -1
- package/dist/browser/api/vmSkus/operations.d.ts +0 -10
- package/dist/browser/api/vmSkus/operations.js +0 -38
- package/dist/browser/api/vmSkus/operations.js.map +0 -1
- package/dist/browser/api/vmSkus/options.d.ts +0 -7
- package/dist/browser/api/vmSkus/options.js +0 -4
- package/dist/browser/api/vmSkus/options.js.map +0 -1
- package/dist/browser/classic/containerService/index.d.ts +0 -11
- package/dist/browser/classic/containerService/index.js +0 -14
- package/dist/browser/classic/containerService/index.js.map +0 -1
- package/dist/browser/classic/jwtAuthenticators/index.d.ts +0 -27
- package/dist/browser/classic/jwtAuthenticators/index.js +0 -34
- package/dist/browser/classic/jwtAuthenticators/index.js.map +0 -1
- package/dist/browser/classic/loadBalancers/index.d.ts +0 -23
- package/dist/browser/classic/loadBalancers/index.js +0 -26
- package/dist/browser/classic/loadBalancers/index.js.map +0 -1
- package/dist/browser/classic/managedClusterSnapshots/index.d.ts +0 -21
- package/dist/browser/classic/managedClusterSnapshots/index.js +0 -19
- package/dist/browser/classic/managedClusterSnapshots/index.js.map +0 -1
- package/dist/browser/classic/meshMemberships/index.d.ts +0 -27
- package/dist/browser/classic/meshMemberships/index.js +0 -34
- package/dist/browser/classic/meshMemberships/index.js.map +0 -1
- package/dist/browser/classic/operationStatusResult/index.d.ts +0 -15
- package/dist/browser/classic/operationStatusResult/index.js +0 -16
- package/dist/browser/classic/operationStatusResult/index.js.map +0 -1
- package/dist/browser/classic/vmSkus/index.d.ts +0 -11
- package/dist/browser/classic/vmSkus/index.js +0 -14
- package/dist/browser/classic/vmSkus/index.js.map +0 -1
- package/dist/commonjs/api/containerService/index.d.ts +0 -3
- package/dist/commonjs/api/containerService/index.js +0 -28
- package/dist/commonjs/api/containerService/index.js.map +0 -7
- package/dist/commonjs/api/containerService/operations.d.ts +0 -10
- package/dist/commonjs/api/containerService/operations.js +0 -74
- package/dist/commonjs/api/containerService/operations.js.map +0 -7
- package/dist/commonjs/api/containerService/options.d.ts +0 -5
- package/dist/commonjs/api/containerService/options.js +0 -16
- package/dist/commonjs/api/containerService/options.js.map +0 -7
- package/dist/commonjs/api/jwtAuthenticators/index.d.ts +0 -3
- package/dist/commonjs/api/jwtAuthenticators/index.js +0 -34
- package/dist/commonjs/api/jwtAuthenticators/index.js.map +0 -7
- package/dist/commonjs/api/jwtAuthenticators/operations.d.ts +0 -23
- package/dist/commonjs/api/jwtAuthenticators/operations.js +0 -212
- package/dist/commonjs/api/jwtAuthenticators/operations.js.map +0 -7
- package/dist/commonjs/api/jwtAuthenticators/options.d.ts +0 -18
- package/dist/commonjs/api/jwtAuthenticators/options.js +0 -16
- package/dist/commonjs/api/jwtAuthenticators/options.js.map +0 -7
- package/dist/commonjs/api/loadBalancers/index.d.ts +0 -3
- package/dist/commonjs/api/loadBalancers/index.js +0 -34
- package/dist/commonjs/api/loadBalancers/index.js.map +0 -7
- package/dist/commonjs/api/loadBalancers/operations.d.ts +0 -23
- package/dist/commonjs/api/loadBalancers/operations.js +0 -207
- package/dist/commonjs/api/loadBalancers/operations.js.map +0 -7
- package/dist/commonjs/api/loadBalancers/options.d.ts +0 -16
- package/dist/commonjs/api/loadBalancers/options.js +0 -16
- package/dist/commonjs/api/loadBalancers/options.js.map +0 -7
- package/dist/commonjs/api/managedClusterSnapshots/index.d.ts +0 -3
- package/dist/commonjs/api/managedClusterSnapshots/index.js +0 -38
- package/dist/commonjs/api/managedClusterSnapshots/index.js.map +0 -7
- package/dist/commonjs/api/managedClusterSnapshots/operations.d.ts +0 -30
- package/dist/commonjs/api/managedClusterSnapshots/operations.js +0 -279
- package/dist/commonjs/api/managedClusterSnapshots/operations.js.map +0 -7
- package/dist/commonjs/api/managedClusterSnapshots/options.d.ts +0 -20
- package/dist/commonjs/api/managedClusterSnapshots/options.js +0 -16
- package/dist/commonjs/api/managedClusterSnapshots/options.js.map +0 -7
- package/dist/commonjs/api/meshMemberships/index.d.ts +0 -3
- package/dist/commonjs/api/meshMemberships/index.js +0 -34
- package/dist/commonjs/api/meshMemberships/index.js.map +0 -7
- package/dist/commonjs/api/meshMemberships/operations.d.ts +0 -23
- package/dist/commonjs/api/meshMemberships/operations.js +0 -212
- package/dist/commonjs/api/meshMemberships/operations.js.map +0 -7
- package/dist/commonjs/api/meshMemberships/options.d.ts +0 -18
- package/dist/commonjs/api/meshMemberships/options.js +0 -16
- package/dist/commonjs/api/meshMemberships/options.js.map +0 -7
- package/dist/commonjs/api/operationStatusResult/index.d.ts +0 -3
- package/dist/commonjs/api/operationStatusResult/index.js +0 -32
- package/dist/commonjs/api/operationStatusResult/index.js.map +0 -7
- package/dist/commonjs/api/operationStatusResult/operations.d.ts +0 -18
- package/dist/commonjs/api/operationStatusResult/operations.js +0 -159
- package/dist/commonjs/api/operationStatusResult/operations.js.map +0 -7
- package/dist/commonjs/api/operationStatusResult/options.d.ts +0 -11
- package/dist/commonjs/api/operationStatusResult/options.js +0 -16
- package/dist/commonjs/api/operationStatusResult/options.js.map +0 -7
- package/dist/commonjs/api/vmSkus/index.d.ts +0 -3
- package/dist/commonjs/api/vmSkus/index.js +0 -28
- package/dist/commonjs/api/vmSkus/index.js.map +0 -7
- package/dist/commonjs/api/vmSkus/operations.d.ts +0 -10
- package/dist/commonjs/api/vmSkus/operations.js +0 -75
- package/dist/commonjs/api/vmSkus/operations.js.map +0 -7
- package/dist/commonjs/api/vmSkus/options.d.ts +0 -7
- package/dist/commonjs/api/vmSkus/options.js +0 -16
- package/dist/commonjs/api/vmSkus/options.js.map +0 -7
- package/dist/commonjs/classic/containerService/index.d.ts +0 -11
- package/dist/commonjs/classic/containerService/index.js +0 -38
- package/dist/commonjs/classic/containerService/index.js.map +0 -7
- package/dist/commonjs/classic/jwtAuthenticators/index.d.ts +0 -27
- package/dist/commonjs/classic/jwtAuthenticators/index.js +0 -85
- package/dist/commonjs/classic/jwtAuthenticators/index.js.map +0 -7
- package/dist/commonjs/classic/loadBalancers/index.d.ts +0 -23
- package/dist/commonjs/classic/loadBalancers/index.js +0 -57
- package/dist/commonjs/classic/loadBalancers/index.js.map +0 -7
- package/dist/commonjs/classic/managedClusterSnapshots/index.d.ts +0 -21
- package/dist/commonjs/classic/managedClusterSnapshots/index.js +0 -43
- package/dist/commonjs/classic/managedClusterSnapshots/index.js.map +0 -7
- package/dist/commonjs/classic/meshMemberships/index.d.ts +0 -27
- package/dist/commonjs/classic/meshMemberships/index.js +0 -79
- package/dist/commonjs/classic/meshMemberships/index.js.map +0 -7
- package/dist/commonjs/classic/operationStatusResult/index.d.ts +0 -15
- package/dist/commonjs/classic/operationStatusResult/index.js +0 -40
- package/dist/commonjs/classic/operationStatusResult/index.js.map +0 -7
- package/dist/commonjs/classic/vmSkus/index.d.ts +0 -11
- package/dist/commonjs/classic/vmSkus/index.js +0 -38
- package/dist/commonjs/classic/vmSkus/index.js.map +0 -7
- package/dist/esm/api/containerService/index.d.ts +0 -3
- package/dist/esm/api/containerService/index.js +0 -4
- package/dist/esm/api/containerService/index.js.map +0 -1
- package/dist/esm/api/containerService/operations.d.ts +0 -10
- package/dist/esm/api/containerService/operations.js +0 -37
- package/dist/esm/api/containerService/operations.js.map +0 -1
- package/dist/esm/api/containerService/options.d.ts +0 -5
- package/dist/esm/api/containerService/options.js +0 -4
- package/dist/esm/api/containerService/options.js.map +0 -1
- package/dist/esm/api/jwtAuthenticators/index.d.ts +0 -3
- package/dist/esm/api/jwtAuthenticators/index.js +0 -4
- package/dist/esm/api/jwtAuthenticators/index.js.map +0 -1
- package/dist/esm/api/jwtAuthenticators/operations.d.ts +0 -23
- package/dist/esm/api/jwtAuthenticators/operations.js +0 -135
- package/dist/esm/api/jwtAuthenticators/operations.js.map +0 -1
- package/dist/esm/api/jwtAuthenticators/options.d.ts +0 -18
- package/dist/esm/api/jwtAuthenticators/options.js +0 -4
- package/dist/esm/api/jwtAuthenticators/options.js.map +0 -1
- package/dist/esm/api/loadBalancers/index.d.ts +0 -3
- package/dist/esm/api/loadBalancers/index.js +0 -4
- package/dist/esm/api/loadBalancers/index.js.map +0 -1
- package/dist/esm/api/loadBalancers/operations.d.ts +0 -23
- package/dist/esm/api/loadBalancers/operations.js +0 -130
- package/dist/esm/api/loadBalancers/operations.js.map +0 -1
- package/dist/esm/api/loadBalancers/options.d.ts +0 -16
- package/dist/esm/api/loadBalancers/options.js +0 -4
- package/dist/esm/api/loadBalancers/options.js.map +0 -1
- package/dist/esm/api/managedClusterSnapshots/index.d.ts +0 -3
- package/dist/esm/api/managedClusterSnapshots/index.js +0 -4
- package/dist/esm/api/managedClusterSnapshots/index.js.map +0 -1
- package/dist/esm/api/managedClusterSnapshots/operations.d.ts +0 -30
- package/dist/esm/api/managedClusterSnapshots/operations.js +0 -179
- package/dist/esm/api/managedClusterSnapshots/operations.js.map +0 -1
- package/dist/esm/api/managedClusterSnapshots/options.d.ts +0 -20
- package/dist/esm/api/managedClusterSnapshots/options.js +0 -4
- package/dist/esm/api/managedClusterSnapshots/options.js.map +0 -1
- package/dist/esm/api/meshMemberships/index.d.ts +0 -3
- package/dist/esm/api/meshMemberships/index.js +0 -4
- package/dist/esm/api/meshMemberships/index.js.map +0 -1
- package/dist/esm/api/meshMemberships/operations.d.ts +0 -23
- package/dist/esm/api/meshMemberships/operations.js +0 -135
- package/dist/esm/api/meshMemberships/operations.js.map +0 -1
- package/dist/esm/api/meshMemberships/options.d.ts +0 -18
- package/dist/esm/api/meshMemberships/options.js +0 -4
- package/dist/esm/api/meshMemberships/options.js.map +0 -1
- package/dist/esm/api/operationStatusResult/index.d.ts +0 -3
- package/dist/esm/api/operationStatusResult/index.js +0 -4
- package/dist/esm/api/operationStatusResult/index.js.map +0 -1
- package/dist/esm/api/operationStatusResult/operations.d.ts +0 -18
- package/dist/esm/api/operationStatusResult/operations.js +0 -97
- package/dist/esm/api/operationStatusResult/operations.js.map +0 -1
- package/dist/esm/api/operationStatusResult/options.d.ts +0 -11
- package/dist/esm/api/operationStatusResult/options.js +0 -4
- package/dist/esm/api/operationStatusResult/options.js.map +0 -1
- package/dist/esm/api/vmSkus/index.d.ts +0 -3
- package/dist/esm/api/vmSkus/index.js +0 -4
- package/dist/esm/api/vmSkus/index.js.map +0 -1
- package/dist/esm/api/vmSkus/operations.d.ts +0 -10
- package/dist/esm/api/vmSkus/operations.js +0 -38
- package/dist/esm/api/vmSkus/operations.js.map +0 -1
- package/dist/esm/api/vmSkus/options.d.ts +0 -7
- package/dist/esm/api/vmSkus/options.js +0 -4
- package/dist/esm/api/vmSkus/options.js.map +0 -1
- package/dist/esm/classic/containerService/index.d.ts +0 -11
- package/dist/esm/classic/containerService/index.js +0 -14
- package/dist/esm/classic/containerService/index.js.map +0 -1
- package/dist/esm/classic/jwtAuthenticators/index.d.ts +0 -27
- package/dist/esm/classic/jwtAuthenticators/index.js +0 -34
- package/dist/esm/classic/jwtAuthenticators/index.js.map +0 -1
- package/dist/esm/classic/loadBalancers/index.d.ts +0 -23
- package/dist/esm/classic/loadBalancers/index.js +0 -26
- package/dist/esm/classic/loadBalancers/index.js.map +0 -1
- package/dist/esm/classic/managedClusterSnapshots/index.d.ts +0 -21
- package/dist/esm/classic/managedClusterSnapshots/index.js +0 -19
- package/dist/esm/classic/managedClusterSnapshots/index.js.map +0 -1
- package/dist/esm/classic/meshMemberships/index.d.ts +0 -27
- package/dist/esm/classic/meshMemberships/index.js +0 -34
- package/dist/esm/classic/meshMemberships/index.js.map +0 -1
- package/dist/esm/classic/operationStatusResult/index.d.ts +0 -15
- package/dist/esm/classic/operationStatusResult/index.js +0 -16
- package/dist/esm/classic/operationStatusResult/index.js.map +0 -1
- package/dist/esm/classic/vmSkus/index.d.ts +0 -11
- package/dist/esm/classic/vmSkus/index.js +0 -14
- package/dist/esm/classic/vmSkus/index.js.map +0 -1
|
@@ -18,37 +18,26 @@ 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,
|
|
22
21
|
KnownAdoptionPolicy: () => KnownAdoptionPolicy,
|
|
23
22
|
KnownAdvancedNetworkPolicies: () => KnownAdvancedNetworkPolicies,
|
|
24
23
|
KnownAgentPoolMode: () => KnownAgentPoolMode,
|
|
25
|
-
KnownAgentPoolNetworkInterfaceType: () => KnownAgentPoolNetworkInterfaceType,
|
|
26
24
|
KnownAgentPoolSSHAccess: () => KnownAgentPoolSSHAccess,
|
|
27
25
|
KnownAgentPoolType: () => KnownAgentPoolType,
|
|
28
26
|
KnownArtifactSource: () => KnownArtifactSource,
|
|
29
27
|
KnownBackendPoolType: () => KnownBackendPoolType,
|
|
30
|
-
KnownClusterServiceLoadBalancerHealthProbeMode: () => KnownClusterServiceLoadBalancerHealthProbeMode,
|
|
31
28
|
KnownCode: () => KnownCode,
|
|
32
29
|
KnownConnectionStatus: () => KnownConnectionStatus,
|
|
33
|
-
KnownContainerNetworkLogs: () => KnownContainerNetworkLogs,
|
|
34
|
-
KnownControlPlaneScalingSize: () => KnownControlPlaneScalingSize,
|
|
35
30
|
KnownCreatedByType: () => KnownCreatedByType,
|
|
36
31
|
KnownDeletePolicy: () => KnownDeletePolicy,
|
|
37
|
-
KnownDriftAction: () => KnownDriftAction,
|
|
38
|
-
KnownDriverType: () => KnownDriverType,
|
|
39
32
|
KnownExpander: () => KnownExpander,
|
|
40
33
|
KnownExtendedLocationTypes: () => KnownExtendedLocationTypes,
|
|
41
34
|
KnownFormat: () => KnownFormat,
|
|
42
35
|
KnownGPUDriver: () => KnownGPUDriver,
|
|
43
36
|
KnownGPUInstanceProfile: () => KnownGPUInstanceProfile,
|
|
44
37
|
KnownGatewayAPIIstioEnabled: () => KnownGatewayAPIIstioEnabled,
|
|
45
|
-
KnownGuardrailsSupport: () => KnownGuardrailsSupport,
|
|
46
38
|
KnownIdentityBindingProvisioningState: () => KnownIdentityBindingProvisioningState,
|
|
47
|
-
KnownInfrastructureEncryption: () => KnownInfrastructureEncryption,
|
|
48
39
|
KnownIpFamily: () => KnownIpFamily,
|
|
49
|
-
KnownIpvsScheduler: () => KnownIpvsScheduler,
|
|
50
40
|
KnownIstioIngressGatewayMode: () => KnownIstioIngressGatewayMode,
|
|
51
|
-
KnownJWTAuthenticatorProvisioningState: () => KnownJWTAuthenticatorProvisioningState,
|
|
52
41
|
KnownKeyVaultNetworkAccessTypes: () => KnownKeyVaultNetworkAccessTypes,
|
|
53
42
|
KnownKubeletDiskType: () => KnownKubeletDiskType,
|
|
54
43
|
KnownKubernetesSupportPlan: () => KnownKubernetesSupportPlan,
|
|
@@ -65,10 +54,6 @@ __export(models_exports, {
|
|
|
65
54
|
KnownManagedClusterSKUName: () => KnownManagedClusterSKUName,
|
|
66
55
|
KnownManagedClusterSKUTier: () => KnownManagedClusterSKUTier,
|
|
67
56
|
KnownManagedGatewayType: () => KnownManagedGatewayType,
|
|
68
|
-
KnownManagementMode: () => KnownManagementMode,
|
|
69
|
-
KnownMeshMembershipProvisioningState: () => KnownMeshMembershipProvisioningState,
|
|
70
|
-
KnownMigStrategy: () => KnownMigStrategy,
|
|
71
|
-
KnownMode: () => KnownMode,
|
|
72
57
|
KnownNamespaceProvisioningState: () => KnownNamespaceProvisioningState,
|
|
73
58
|
KnownNetworkDataplane: () => KnownNetworkDataplane,
|
|
74
59
|
KnownNetworkMode: () => KnownNetworkMode,
|
|
@@ -76,33 +61,24 @@ __export(models_exports, {
|
|
|
76
61
|
KnownNetworkPluginMode: () => KnownNetworkPluginMode,
|
|
77
62
|
KnownNetworkPolicy: () => KnownNetworkPolicy,
|
|
78
63
|
KnownNginxIngressControllerType: () => KnownNginxIngressControllerType,
|
|
79
|
-
KnownNodeDisruptionPolicy: () => KnownNodeDisruptionPolicy,
|
|
80
64
|
KnownNodeOSUpgradeChannel: () => KnownNodeOSUpgradeChannel,
|
|
81
65
|
KnownNodeProvisioningDefaultNodePools: () => KnownNodeProvisioningDefaultNodePools,
|
|
82
66
|
KnownNodeProvisioningMode: () => KnownNodeProvisioningMode,
|
|
83
67
|
KnownOSDiskType: () => KnownOSDiskType,
|
|
84
68
|
KnownOSType: () => KnownOSType,
|
|
85
|
-
KnownOperator: () => KnownOperator,
|
|
86
69
|
KnownOssku: () => KnownOssku,
|
|
87
70
|
KnownOutboundType: () => KnownOutboundType,
|
|
88
71
|
KnownPodIPAllocationMode: () => KnownPodIPAllocationMode,
|
|
89
|
-
KnownPodLinkLocalAccess: () => KnownPodLinkLocalAccess,
|
|
90
72
|
KnownPolicyRule: () => KnownPolicyRule,
|
|
91
73
|
KnownPrivateEndpointConnectionProvisioningState: () => KnownPrivateEndpointConnectionProvisioningState,
|
|
92
74
|
KnownProtocol: () => KnownProtocol,
|
|
93
75
|
KnownProxyRedirectionMechanism: () => KnownProxyRedirectionMechanism,
|
|
94
76
|
KnownPublicNetworkAccess: () => KnownPublicNetworkAccess,
|
|
95
77
|
KnownResourceIdentityType: () => KnownResourceIdentityType,
|
|
96
|
-
KnownResourceSkuCapacityScaleType: () => KnownResourceSkuCapacityScaleType,
|
|
97
|
-
KnownResourceSkuRestrictionsReasonCode: () => KnownResourceSkuRestrictionsReasonCode,
|
|
98
|
-
KnownResourceSkuRestrictionsType: () => KnownResourceSkuRestrictionsType,
|
|
99
78
|
KnownRestrictionLevel: () => KnownRestrictionLevel,
|
|
100
|
-
KnownSafeguardsSupport: () => KnownSafeguardsSupport,
|
|
101
79
|
KnownScaleDownMode: () => KnownScaleDownMode,
|
|
102
80
|
KnownScaleSetEvictionPolicy: () => KnownScaleSetEvictionPolicy,
|
|
103
81
|
KnownScaleSetPriority: () => KnownScaleSetPriority,
|
|
104
|
-
KnownSchedulerConfigMode: () => KnownSchedulerConfigMode,
|
|
105
|
-
KnownSeccompDefault: () => KnownSeccompDefault,
|
|
106
82
|
KnownServiceMeshMode: () => KnownServiceMeshMode,
|
|
107
83
|
KnownSnapshotType: () => KnownSnapshotType,
|
|
108
84
|
KnownTransitEncryptionType: () => KnownTransitEncryptionType,
|
|
@@ -110,9 +86,7 @@ __export(models_exports, {
|
|
|
110
86
|
KnownType: () => KnownType,
|
|
111
87
|
KnownUndrainableNodeBehavior: () => KnownUndrainableNodeBehavior,
|
|
112
88
|
KnownUpgradeChannel: () => KnownUpgradeChannel,
|
|
113
|
-
KnownUpgradeStrategy: () => KnownUpgradeStrategy,
|
|
114
89
|
KnownVersions: () => KnownVersions,
|
|
115
|
-
KnownVmState: () => KnownVmState,
|
|
116
90
|
KnownWeekDay: () => KnownWeekDay,
|
|
117
91
|
KnownWorkloadRuntime: () => KnownWorkloadRuntime,
|
|
118
92
|
_agentPoolAvailableVersionsPropertiesDeserializer: () => _agentPoolAvailableVersionsPropertiesDeserializer,
|
|
@@ -120,41 +94,25 @@ __export(models_exports, {
|
|
|
120
94
|
_agentPoolPropertiesDeserializer: () => _agentPoolPropertiesDeserializer,
|
|
121
95
|
_agentPoolPropertiesSerializer: () => _agentPoolPropertiesSerializer,
|
|
122
96
|
_agentPoolUpgradeProfilePropertiesDeserializer: () => _agentPoolUpgradeProfilePropertiesDeserializer,
|
|
123
|
-
_guardrailsAvailableVersionsListDeserializer: () => _guardrailsAvailableVersionsListDeserializer,
|
|
124
97
|
_identityBindingListResultDeserializer: () => _identityBindingListResultDeserializer,
|
|
125
|
-
_jwtAuthenticatorListResultDeserializer: () => _jwtAuthenticatorListResultDeserializer,
|
|
126
|
-
_loadBalancerListResultDeserializer: () => _loadBalancerListResultDeserializer,
|
|
127
|
-
_loadBalancerPropertiesDeserializer: () => _loadBalancerPropertiesDeserializer,
|
|
128
|
-
_loadBalancerPropertiesSerializer: () => _loadBalancerPropertiesSerializer,
|
|
129
98
|
_machineListResultDeserializer: () => _machineListResultDeserializer,
|
|
130
99
|
_maintenanceConfigurationListResultDeserializer: () => _maintenanceConfigurationListResultDeserializer,
|
|
131
100
|
_maintenanceConfigurationPropertiesDeserializer: () => _maintenanceConfigurationPropertiesDeserializer,
|
|
132
101
|
_maintenanceConfigurationPropertiesSerializer: () => _maintenanceConfigurationPropertiesSerializer,
|
|
133
102
|
_managedClusterAccessProfilePropertiesDeserializer: () => _managedClusterAccessProfilePropertiesDeserializer,
|
|
134
103
|
_managedClusterListResultDeserializer: () => _managedClusterListResultDeserializer,
|
|
135
|
-
_managedClusterNATGatewayProfileOutboundIPsDeserializer: () => _managedClusterNATGatewayProfileOutboundIPsDeserializer,
|
|
136
|
-
_managedClusterNATGatewayProfileOutboundIPsSerializer: () => _managedClusterNATGatewayProfileOutboundIPsSerializer,
|
|
137
|
-
_managedClusterNATGatewayProfileOutboundIpPrefixesDeserializer: () => _managedClusterNATGatewayProfileOutboundIpPrefixesDeserializer,
|
|
138
|
-
_managedClusterNATGatewayProfileOutboundIpPrefixesSerializer: () => _managedClusterNATGatewayProfileOutboundIpPrefixesSerializer,
|
|
139
104
|
_managedClusterPropertiesDeserializer: () => _managedClusterPropertiesDeserializer,
|
|
140
105
|
_managedClusterPropertiesSerializer: () => _managedClusterPropertiesSerializer,
|
|
141
|
-
_managedClusterSnapshotListResultDeserializer: () => _managedClusterSnapshotListResultDeserializer,
|
|
142
|
-
_managedClusterSnapshotPropertiesDeserializer: () => _managedClusterSnapshotPropertiesDeserializer,
|
|
143
|
-
_managedClusterSnapshotPropertiesSerializer: () => _managedClusterSnapshotPropertiesSerializer,
|
|
144
106
|
_managedClusterUpgradeProfilePropertiesDeserializer: () => _managedClusterUpgradeProfilePropertiesDeserializer,
|
|
145
107
|
_managedNamespaceListResultDeserializer: () => _managedNamespaceListResultDeserializer,
|
|
146
|
-
_meshMembershipsListResultDeserializer: () => _meshMembershipsListResultDeserializer,
|
|
147
108
|
_meshRevisionProfileListDeserializer: () => _meshRevisionProfileListDeserializer,
|
|
148
109
|
_meshUpgradeProfileListDeserializer: () => _meshUpgradeProfileListDeserializer,
|
|
149
|
-
_nodeImageVersionsListResultDeserializer: () => _nodeImageVersionsListResultDeserializer,
|
|
150
110
|
_operationListResultDeserializer: () => _operationListResultDeserializer,
|
|
151
|
-
_operationStatusResultListDeserializer: () => _operationStatusResultListDeserializer,
|
|
152
111
|
_operationValueDisplayDeserializer: () => _operationValueDisplayDeserializer,
|
|
153
112
|
_outboundEnvironmentEndpointCollectionDeserializer: () => _outboundEnvironmentEndpointCollectionDeserializer,
|
|
154
113
|
_privateEndpointConnectionPropertiesDeserializer: () => _privateEndpointConnectionPropertiesDeserializer,
|
|
155
114
|
_privateEndpointConnectionPropertiesSerializer: () => _privateEndpointConnectionPropertiesSerializer,
|
|
156
115
|
_runCommandResultPropertiesDeserializer: () => _runCommandResultPropertiesDeserializer,
|
|
157
|
-
_safeguardsAvailableVersionsListDeserializer: () => _safeguardsAvailableVersionsListDeserializer,
|
|
158
116
|
_snapshotListResultDeserializer: () => _snapshotListResultDeserializer,
|
|
159
117
|
_snapshotPropertiesDeserializer: () => _snapshotPropertiesDeserializer,
|
|
160
118
|
_snapshotPropertiesSerializer: () => _snapshotPropertiesSerializer,
|
|
@@ -162,7 +120,6 @@ __export(models_exports, {
|
|
|
162
120
|
_trustedAccessRoleBindingPropertiesDeserializer: () => _trustedAccessRoleBindingPropertiesDeserializer,
|
|
163
121
|
_trustedAccessRoleBindingPropertiesSerializer: () => _trustedAccessRoleBindingPropertiesSerializer,
|
|
164
122
|
_trustedAccessRoleListResultDeserializer: () => _trustedAccessRoleListResultDeserializer,
|
|
165
|
-
_vmSkusListResultDeserializer: () => _vmSkusListResultDeserializer,
|
|
166
123
|
absoluteMonthlyScheduleDeserializer: () => absoluteMonthlyScheduleDeserializer,
|
|
167
124
|
absoluteMonthlyScheduleSerializer: () => absoluteMonthlyScheduleSerializer,
|
|
168
125
|
accessProfileDeserializer: () => accessProfileDeserializer,
|
|
@@ -184,16 +141,10 @@ __export(models_exports, {
|
|
|
184
141
|
agentPoolAvailableVersionsPropertiesAgentPoolVersionsItemArrayDeserializer: () => agentPoolAvailableVersionsPropertiesAgentPoolVersionsItemArrayDeserializer,
|
|
185
142
|
agentPoolAvailableVersionsPropertiesAgentPoolVersionsItemDeserializer: () => agentPoolAvailableVersionsPropertiesAgentPoolVersionsItemDeserializer,
|
|
186
143
|
agentPoolAvailableVersionsPropertiesDeserializer: () => agentPoolAvailableVersionsPropertiesDeserializer,
|
|
187
|
-
agentPoolBlueGreenUpgradeSettingsDeserializer: () => agentPoolBlueGreenUpgradeSettingsDeserializer,
|
|
188
|
-
agentPoolBlueGreenUpgradeSettingsSerializer: () => agentPoolBlueGreenUpgradeSettingsSerializer,
|
|
189
144
|
agentPoolDeleteMachinesParameterSerializer: () => agentPoolDeleteMachinesParameterSerializer,
|
|
190
145
|
agentPoolDeserializer: () => agentPoolDeserializer,
|
|
191
146
|
agentPoolGatewayProfileDeserializer: () => agentPoolGatewayProfileDeserializer,
|
|
192
147
|
agentPoolGatewayProfileSerializer: () => agentPoolGatewayProfileSerializer,
|
|
193
|
-
agentPoolNetworkInterfaceArrayDeserializer: () => agentPoolNetworkInterfaceArrayDeserializer,
|
|
194
|
-
agentPoolNetworkInterfaceArraySerializer: () => agentPoolNetworkInterfaceArraySerializer,
|
|
195
|
-
agentPoolNetworkInterfaceDeserializer: () => agentPoolNetworkInterfaceDeserializer,
|
|
196
|
-
agentPoolNetworkInterfaceSerializer: () => agentPoolNetworkInterfaceSerializer,
|
|
197
148
|
agentPoolNetworkProfileDeserializer: () => agentPoolNetworkProfileDeserializer,
|
|
198
149
|
agentPoolNetworkProfileSerializer: () => agentPoolNetworkProfileSerializer,
|
|
199
150
|
agentPoolRecentlyUsedVersionArrayDeserializer: () => agentPoolRecentlyUsedVersionArrayDeserializer,
|
|
@@ -211,10 +162,6 @@ __export(models_exports, {
|
|
|
211
162
|
agentPoolUpgradeSettingsSerializer: () => agentPoolUpgradeSettingsSerializer,
|
|
212
163
|
agentPoolWindowsProfileDeserializer: () => agentPoolWindowsProfileDeserializer,
|
|
213
164
|
agentPoolWindowsProfileSerializer: () => agentPoolWindowsProfileSerializer,
|
|
214
|
-
autoScaleProfileArrayDeserializer: () => autoScaleProfileArrayDeserializer,
|
|
215
|
-
autoScaleProfileArraySerializer: () => autoScaleProfileArraySerializer,
|
|
216
|
-
autoScaleProfileDeserializer: () => autoScaleProfileDeserializer,
|
|
217
|
-
autoScaleProfileSerializer: () => autoScaleProfileSerializer,
|
|
218
165
|
azureKeyVaultKmsDeserializer: () => azureKeyVaultKmsDeserializer,
|
|
219
166
|
azureKeyVaultKmsSerializer: () => azureKeyVaultKmsSerializer,
|
|
220
167
|
clusterUpgradeSettingsDeserializer: () => clusterUpgradeSettingsDeserializer,
|
|
@@ -222,17 +169,9 @@ __export(models_exports, {
|
|
|
222
169
|
commandResultPropertiesDeserializer: () => commandResultPropertiesDeserializer,
|
|
223
170
|
compatibleVersionsArrayDeserializer: () => compatibleVersionsArrayDeserializer,
|
|
224
171
|
compatibleVersionsDeserializer: () => compatibleVersionsDeserializer,
|
|
225
|
-
componentArrayDeserializer: () => componentArrayDeserializer,
|
|
226
|
-
componentDeserializer: () => componentDeserializer,
|
|
227
|
-
componentsByReleaseArrayDeserializer: () => componentsByReleaseArrayDeserializer,
|
|
228
|
-
componentsByReleaseDeserializer: () => componentsByReleaseDeserializer,
|
|
229
172
|
containerServiceLinuxProfileDeserializer: () => containerServiceLinuxProfileDeserializer,
|
|
230
173
|
containerServiceLinuxProfileSerializer: () => containerServiceLinuxProfileSerializer,
|
|
231
174
|
containerServiceNetworkProfileDeserializer: () => containerServiceNetworkProfileDeserializer,
|
|
232
|
-
containerServiceNetworkProfileKubeProxyConfigDeserializer: () => containerServiceNetworkProfileKubeProxyConfigDeserializer,
|
|
233
|
-
containerServiceNetworkProfileKubeProxyConfigIpvsConfigDeserializer: () => containerServiceNetworkProfileKubeProxyConfigIpvsConfigDeserializer,
|
|
234
|
-
containerServiceNetworkProfileKubeProxyConfigIpvsConfigSerializer: () => containerServiceNetworkProfileKubeProxyConfigIpvsConfigSerializer,
|
|
235
|
-
containerServiceNetworkProfileKubeProxyConfigSerializer: () => containerServiceNetworkProfileKubeProxyConfigSerializer,
|
|
236
175
|
containerServiceNetworkProfileSerializer: () => containerServiceNetworkProfileSerializer,
|
|
237
176
|
containerServiceSshConfigurationDeserializer: () => containerServiceSshConfigurationDeserializer,
|
|
238
177
|
containerServiceSshConfigurationSerializer: () => containerServiceSshConfigurationSerializer,
|
|
@@ -268,11 +207,6 @@ __export(models_exports, {
|
|
|
268
207
|
extendedLocationSerializer: () => extendedLocationSerializer,
|
|
269
208
|
gpuProfileDeserializer: () => gpuProfileDeserializer,
|
|
270
209
|
gpuProfileSerializer: () => gpuProfileSerializer,
|
|
271
|
-
guardrailsAvailableVersionArrayDeserializer: () => guardrailsAvailableVersionArrayDeserializer,
|
|
272
|
-
guardrailsAvailableVersionDeserializer: () => guardrailsAvailableVersionDeserializer,
|
|
273
|
-
guardrailsAvailableVersionsPropertiesDeserializer: () => guardrailsAvailableVersionsPropertiesDeserializer,
|
|
274
|
-
hardEvictionThresholdDeserializer: () => hardEvictionThresholdDeserializer,
|
|
275
|
-
hardEvictionThresholdSerializer: () => hardEvictionThresholdSerializer,
|
|
276
210
|
identityBindingArrayDeserializer: () => identityBindingArrayDeserializer,
|
|
277
211
|
identityBindingArraySerializer: () => identityBindingArraySerializer,
|
|
278
212
|
identityBindingDeserializer: () => identityBindingDeserializer,
|
|
@@ -302,52 +236,16 @@ __export(models_exports, {
|
|
|
302
236
|
istioPluginCertificateAuthoritySerializer: () => istioPluginCertificateAuthoritySerializer,
|
|
303
237
|
istioServiceMeshDeserializer: () => istioServiceMeshDeserializer,
|
|
304
238
|
istioServiceMeshSerializer: () => istioServiceMeshSerializer,
|
|
305
|
-
jwtAuthenticatorArrayDeserializer: () => jwtAuthenticatorArrayDeserializer,
|
|
306
|
-
jwtAuthenticatorArraySerializer: () => jwtAuthenticatorArraySerializer,
|
|
307
|
-
jwtAuthenticatorClaimMappingExpressionDeserializer: () => jwtAuthenticatorClaimMappingExpressionDeserializer,
|
|
308
|
-
jwtAuthenticatorClaimMappingExpressionSerializer: () => jwtAuthenticatorClaimMappingExpressionSerializer,
|
|
309
|
-
jwtAuthenticatorClaimMappingsDeserializer: () => jwtAuthenticatorClaimMappingsDeserializer,
|
|
310
|
-
jwtAuthenticatorClaimMappingsSerializer: () => jwtAuthenticatorClaimMappingsSerializer,
|
|
311
|
-
jwtAuthenticatorDeserializer: () => jwtAuthenticatorDeserializer,
|
|
312
|
-
jwtAuthenticatorExtraClaimMappingExpressionArrayDeserializer: () => jwtAuthenticatorExtraClaimMappingExpressionArrayDeserializer,
|
|
313
|
-
jwtAuthenticatorExtraClaimMappingExpressionArraySerializer: () => jwtAuthenticatorExtraClaimMappingExpressionArraySerializer,
|
|
314
|
-
jwtAuthenticatorExtraClaimMappingExpressionDeserializer: () => jwtAuthenticatorExtraClaimMappingExpressionDeserializer,
|
|
315
|
-
jwtAuthenticatorExtraClaimMappingExpressionSerializer: () => jwtAuthenticatorExtraClaimMappingExpressionSerializer,
|
|
316
|
-
jwtAuthenticatorIssuerDeserializer: () => jwtAuthenticatorIssuerDeserializer,
|
|
317
|
-
jwtAuthenticatorIssuerSerializer: () => jwtAuthenticatorIssuerSerializer,
|
|
318
|
-
jwtAuthenticatorPropertiesDeserializer: () => jwtAuthenticatorPropertiesDeserializer,
|
|
319
|
-
jwtAuthenticatorPropertiesSerializer: () => jwtAuthenticatorPropertiesSerializer,
|
|
320
|
-
jwtAuthenticatorSerializer: () => jwtAuthenticatorSerializer,
|
|
321
|
-
jwtAuthenticatorValidationRuleArrayDeserializer: () => jwtAuthenticatorValidationRuleArrayDeserializer,
|
|
322
|
-
jwtAuthenticatorValidationRuleArraySerializer: () => jwtAuthenticatorValidationRuleArraySerializer,
|
|
323
|
-
jwtAuthenticatorValidationRuleDeserializer: () => jwtAuthenticatorValidationRuleDeserializer,
|
|
324
|
-
jwtAuthenticatorValidationRuleSerializer: () => jwtAuthenticatorValidationRuleSerializer,
|
|
325
|
-
kubeReservedDeserializer: () => kubeReservedDeserializer,
|
|
326
|
-
kubeReservedSerializer: () => kubeReservedSerializer,
|
|
327
239
|
kubeletConfigDeserializer: () => kubeletConfigDeserializer,
|
|
328
240
|
kubeletConfigSerializer: () => kubeletConfigSerializer,
|
|
329
241
|
kubernetesPatchVersionDeserializer: () => kubernetesPatchVersionDeserializer,
|
|
330
242
|
kubernetesPatchVersionRecordDeserializer: () => kubernetesPatchVersionRecordDeserializer,
|
|
331
|
-
kubernetesResourceObjectEncryptionProfileDeserializer: () => kubernetesResourceObjectEncryptionProfileDeserializer,
|
|
332
|
-
kubernetesResourceObjectEncryptionProfileSerializer: () => kubernetesResourceObjectEncryptionProfileSerializer,
|
|
333
243
|
kubernetesVersionArrayDeserializer: () => kubernetesVersionArrayDeserializer,
|
|
334
244
|
kubernetesVersionCapabilitiesDeserializer: () => kubernetesVersionCapabilitiesDeserializer,
|
|
335
245
|
kubernetesVersionDeserializer: () => kubernetesVersionDeserializer,
|
|
336
246
|
kubernetesVersionListResultDeserializer: () => kubernetesVersionListResultDeserializer,
|
|
337
|
-
labelSelectorDeserializer: () => labelSelectorDeserializer,
|
|
338
|
-
labelSelectorRequirementArrayDeserializer: () => labelSelectorRequirementArrayDeserializer,
|
|
339
|
-
labelSelectorRequirementArraySerializer: () => labelSelectorRequirementArraySerializer,
|
|
340
|
-
labelSelectorRequirementDeserializer: () => labelSelectorRequirementDeserializer,
|
|
341
|
-
labelSelectorRequirementSerializer: () => labelSelectorRequirementSerializer,
|
|
342
|
-
labelSelectorSerializer: () => labelSelectorSerializer,
|
|
343
247
|
linuxOSConfigDeserializer: () => linuxOSConfigDeserializer,
|
|
344
248
|
linuxOSConfigSerializer: () => linuxOSConfigSerializer,
|
|
345
|
-
loadBalancerArrayDeserializer: () => loadBalancerArrayDeserializer,
|
|
346
|
-
loadBalancerArraySerializer: () => loadBalancerArraySerializer,
|
|
347
|
-
loadBalancerDeserializer: () => loadBalancerDeserializer,
|
|
348
|
-
loadBalancerPropertiesDeserializer: () => loadBalancerPropertiesDeserializer,
|
|
349
|
-
loadBalancerPropertiesSerializer: () => loadBalancerPropertiesSerializer,
|
|
350
|
-
loadBalancerSerializer: () => loadBalancerSerializer,
|
|
351
249
|
localDNSOverrideDeserializer: () => localDNSOverrideDeserializer,
|
|
352
250
|
localDNSOverrideRecordDeserializer: () => localDNSOverrideRecordDeserializer,
|
|
353
251
|
localDNSOverrideRecordSerializer: () => localDNSOverrideRecordSerializer,
|
|
@@ -355,28 +253,11 @@ __export(models_exports, {
|
|
|
355
253
|
localDNSProfileDeserializer: () => localDNSProfileDeserializer,
|
|
356
254
|
localDNSProfileSerializer: () => localDNSProfileSerializer,
|
|
357
255
|
machineArrayDeserializer: () => machineArrayDeserializer,
|
|
358
|
-
machineArraySerializer: () => machineArraySerializer,
|
|
359
|
-
machineBillingProfileDeserializer: () => machineBillingProfileDeserializer,
|
|
360
|
-
machineBillingProfileSerializer: () => machineBillingProfileSerializer,
|
|
361
256
|
machineDeserializer: () => machineDeserializer,
|
|
362
|
-
machineHardwareProfileDeserializer: () => machineHardwareProfileDeserializer,
|
|
363
|
-
machineHardwareProfileSerializer: () => machineHardwareProfileSerializer,
|
|
364
257
|
machineIpAddressArrayDeserializer: () => machineIpAddressArrayDeserializer,
|
|
365
258
|
machineIpAddressDeserializer: () => machineIpAddressDeserializer,
|
|
366
|
-
machineKubernetesProfileDeserializer: () => machineKubernetesProfileDeserializer,
|
|
367
|
-
machineKubernetesProfileSerializer: () => machineKubernetesProfileSerializer,
|
|
368
259
|
machineNetworkPropertiesDeserializer: () => machineNetworkPropertiesDeserializer,
|
|
369
|
-
machineNetworkPropertiesSerializer: () => machineNetworkPropertiesSerializer,
|
|
370
|
-
machineOSProfileDeserializer: () => machineOSProfileDeserializer,
|
|
371
|
-
machineOSProfileLinuxProfileDeserializer: () => machineOSProfileLinuxProfileDeserializer,
|
|
372
|
-
machineOSProfileLinuxProfileSerializer: () => machineOSProfileLinuxProfileSerializer,
|
|
373
|
-
machineOSProfileSerializer: () => machineOSProfileSerializer,
|
|
374
260
|
machinePropertiesDeserializer: () => machinePropertiesDeserializer,
|
|
375
|
-
machinePropertiesSerializer: () => machinePropertiesSerializer,
|
|
376
|
-
machineSecurityProfileDeserializer: () => machineSecurityProfileDeserializer,
|
|
377
|
-
machineSecurityProfileSerializer: () => machineSecurityProfileSerializer,
|
|
378
|
-
machineSerializer: () => machineSerializer,
|
|
379
|
-
machineStatusDeserializer: () => machineStatusDeserializer,
|
|
380
261
|
maintenanceConfigurationArrayDeserializer: () => maintenanceConfigurationArrayDeserializer,
|
|
381
262
|
maintenanceConfigurationArraySerializer: () => maintenanceConfigurationArraySerializer,
|
|
382
263
|
maintenanceConfigurationDeserializer: () => maintenanceConfigurationDeserializer,
|
|
@@ -412,13 +293,7 @@ __export(models_exports, {
|
|
|
412
293
|
managedClusterAzureMonitorProfileAppMonitoringAutoInstrumentationDeserializer: () => managedClusterAzureMonitorProfileAppMonitoringAutoInstrumentationDeserializer,
|
|
413
294
|
managedClusterAzureMonitorProfileAppMonitoringAutoInstrumentationSerializer: () => managedClusterAzureMonitorProfileAppMonitoringAutoInstrumentationSerializer,
|
|
414
295
|
managedClusterAzureMonitorProfileAppMonitoringDeserializer: () => managedClusterAzureMonitorProfileAppMonitoringDeserializer,
|
|
415
|
-
managedClusterAzureMonitorProfileAppMonitoringOpenTelemetryLogsAndTracesDeserializer: () => managedClusterAzureMonitorProfileAppMonitoringOpenTelemetryLogsAndTracesDeserializer,
|
|
416
|
-
managedClusterAzureMonitorProfileAppMonitoringOpenTelemetryLogsAndTracesSerializer: () => managedClusterAzureMonitorProfileAppMonitoringOpenTelemetryLogsAndTracesSerializer,
|
|
417
|
-
managedClusterAzureMonitorProfileAppMonitoringOpenTelemetryMetricsDeserializer: () => managedClusterAzureMonitorProfileAppMonitoringOpenTelemetryMetricsDeserializer,
|
|
418
|
-
managedClusterAzureMonitorProfileAppMonitoringOpenTelemetryMetricsSerializer: () => managedClusterAzureMonitorProfileAppMonitoringOpenTelemetryMetricsSerializer,
|
|
419
296
|
managedClusterAzureMonitorProfileAppMonitoringSerializer: () => managedClusterAzureMonitorProfileAppMonitoringSerializer,
|
|
420
|
-
managedClusterAzureMonitorProfileContainerInsightsDeserializer: () => managedClusterAzureMonitorProfileContainerInsightsDeserializer,
|
|
421
|
-
managedClusterAzureMonitorProfileContainerInsightsSerializer: () => managedClusterAzureMonitorProfileContainerInsightsSerializer,
|
|
422
297
|
managedClusterAzureMonitorProfileDeserializer: () => managedClusterAzureMonitorProfileDeserializer,
|
|
423
298
|
managedClusterAzureMonitorProfileKubeStateMetricsDeserializer: () => managedClusterAzureMonitorProfileKubeStateMetricsDeserializer,
|
|
424
299
|
managedClusterAzureMonitorProfileKubeStateMetricsSerializer: () => managedClusterAzureMonitorProfileKubeStateMetricsSerializer,
|
|
@@ -429,23 +304,15 @@ __export(models_exports, {
|
|
|
429
304
|
managedClusterAzureMonitorProfileSerializer: () => managedClusterAzureMonitorProfileSerializer,
|
|
430
305
|
managedClusterBootstrapProfileDeserializer: () => managedClusterBootstrapProfileDeserializer,
|
|
431
306
|
managedClusterBootstrapProfileSerializer: () => managedClusterBootstrapProfileSerializer,
|
|
432
|
-
managedClusterControlPlaneScalingProfileDeserializer: () => managedClusterControlPlaneScalingProfileDeserializer,
|
|
433
|
-
managedClusterControlPlaneScalingProfileSerializer: () => managedClusterControlPlaneScalingProfileSerializer,
|
|
434
307
|
managedClusterCostAnalysisDeserializer: () => managedClusterCostAnalysisDeserializer,
|
|
435
308
|
managedClusterCostAnalysisSerializer: () => managedClusterCostAnalysisSerializer,
|
|
436
309
|
managedClusterDeserializer: () => managedClusterDeserializer,
|
|
437
|
-
managedClusterHealthMonitorProfileDeserializer: () => managedClusterHealthMonitorProfileDeserializer,
|
|
438
|
-
managedClusterHealthMonitorProfileSerializer: () => managedClusterHealthMonitorProfileSerializer,
|
|
439
310
|
managedClusterHostedSystemProfileDeserializer: () => managedClusterHostedSystemProfileDeserializer,
|
|
440
311
|
managedClusterHostedSystemProfileSerializer: () => managedClusterHostedSystemProfileSerializer,
|
|
441
312
|
managedClusterHttpProxyConfigDeserializer: () => managedClusterHttpProxyConfigDeserializer,
|
|
442
313
|
managedClusterHttpProxyConfigSerializer: () => managedClusterHttpProxyConfigSerializer,
|
|
443
314
|
managedClusterIdentityDeserializer: () => managedClusterIdentityDeserializer,
|
|
444
315
|
managedClusterIdentitySerializer: () => managedClusterIdentitySerializer,
|
|
445
|
-
managedClusterIngressDefaultDomainProfileDeserializer: () => managedClusterIngressDefaultDomainProfileDeserializer,
|
|
446
|
-
managedClusterIngressDefaultDomainProfileSerializer: () => managedClusterIngressDefaultDomainProfileSerializer,
|
|
447
|
-
managedClusterIngressProfileApplicationLoadBalancerDeserializer: () => managedClusterIngressProfileApplicationLoadBalancerDeserializer,
|
|
448
|
-
managedClusterIngressProfileApplicationLoadBalancerSerializer: () => managedClusterIngressProfileApplicationLoadBalancerSerializer,
|
|
449
316
|
managedClusterIngressProfileDeserializer: () => managedClusterIngressProfileDeserializer,
|
|
450
317
|
managedClusterIngressProfileGatewayConfigurationDeserializer: () => managedClusterIngressProfileGatewayConfigurationDeserializer,
|
|
451
318
|
managedClusterIngressProfileGatewayConfigurationSerializer: () => managedClusterIngressProfileGatewayConfigurationSerializer,
|
|
@@ -495,39 +362,22 @@ __export(models_exports, {
|
|
|
495
362
|
managedClusterPropertiesAutoScalerProfileDeserializer: () => managedClusterPropertiesAutoScalerProfileDeserializer,
|
|
496
363
|
managedClusterPropertiesAutoScalerProfileSerializer: () => managedClusterPropertiesAutoScalerProfileSerializer,
|
|
497
364
|
managedClusterPropertiesDeserializer: () => managedClusterPropertiesDeserializer,
|
|
498
|
-
managedClusterPropertiesForSnapshotDeserializer: () => managedClusterPropertiesForSnapshotDeserializer,
|
|
499
365
|
managedClusterPropertiesSerializer: () => managedClusterPropertiesSerializer,
|
|
500
366
|
managedClusterSKUDeserializer: () => managedClusterSKUDeserializer,
|
|
501
367
|
managedClusterSKUSerializer: () => managedClusterSKUSerializer,
|
|
502
368
|
managedClusterSecurityProfileDefenderDeserializer: () => managedClusterSecurityProfileDefenderDeserializer,
|
|
503
|
-
managedClusterSecurityProfileDefenderSecurityGatingDeserializer: () => managedClusterSecurityProfileDefenderSecurityGatingDeserializer,
|
|
504
|
-
managedClusterSecurityProfileDefenderSecurityGatingIdentitiesItemArrayDeserializer: () => managedClusterSecurityProfileDefenderSecurityGatingIdentitiesItemArrayDeserializer,
|
|
505
|
-
managedClusterSecurityProfileDefenderSecurityGatingIdentitiesItemArraySerializer: () => managedClusterSecurityProfileDefenderSecurityGatingIdentitiesItemArraySerializer,
|
|
506
|
-
managedClusterSecurityProfileDefenderSecurityGatingIdentitiesItemDeserializer: () => managedClusterSecurityProfileDefenderSecurityGatingIdentitiesItemDeserializer,
|
|
507
|
-
managedClusterSecurityProfileDefenderSecurityGatingIdentitiesItemSerializer: () => managedClusterSecurityProfileDefenderSecurityGatingIdentitiesItemSerializer,
|
|
508
|
-
managedClusterSecurityProfileDefenderSecurityGatingSerializer: () => managedClusterSecurityProfileDefenderSecurityGatingSerializer,
|
|
509
369
|
managedClusterSecurityProfileDefenderSecurityMonitoringDeserializer: () => managedClusterSecurityProfileDefenderSecurityMonitoringDeserializer,
|
|
510
370
|
managedClusterSecurityProfileDefenderSecurityMonitoringSerializer: () => managedClusterSecurityProfileDefenderSecurityMonitoringSerializer,
|
|
511
371
|
managedClusterSecurityProfileDefenderSerializer: () => managedClusterSecurityProfileDefenderSerializer,
|
|
512
372
|
managedClusterSecurityProfileDeserializer: () => managedClusterSecurityProfileDeserializer,
|
|
513
373
|
managedClusterSecurityProfileImageCleanerDeserializer: () => managedClusterSecurityProfileImageCleanerDeserializer,
|
|
514
374
|
managedClusterSecurityProfileImageCleanerSerializer: () => managedClusterSecurityProfileImageCleanerSerializer,
|
|
515
|
-
managedClusterSecurityProfileImageIntegrityDeserializer: () => managedClusterSecurityProfileImageIntegrityDeserializer,
|
|
516
|
-
managedClusterSecurityProfileImageIntegritySerializer: () => managedClusterSecurityProfileImageIntegritySerializer,
|
|
517
|
-
managedClusterSecurityProfileNodeRestrictionDeserializer: () => managedClusterSecurityProfileNodeRestrictionDeserializer,
|
|
518
|
-
managedClusterSecurityProfileNodeRestrictionSerializer: () => managedClusterSecurityProfileNodeRestrictionSerializer,
|
|
519
375
|
managedClusterSecurityProfileSerializer: () => managedClusterSecurityProfileSerializer,
|
|
520
376
|
managedClusterSecurityProfileWorkloadIdentityDeserializer: () => managedClusterSecurityProfileWorkloadIdentityDeserializer,
|
|
521
377
|
managedClusterSecurityProfileWorkloadIdentitySerializer: () => managedClusterSecurityProfileWorkloadIdentitySerializer,
|
|
522
378
|
managedClusterSerializer: () => managedClusterSerializer,
|
|
523
379
|
managedClusterServicePrincipalProfileDeserializer: () => managedClusterServicePrincipalProfileDeserializer,
|
|
524
380
|
managedClusterServicePrincipalProfileSerializer: () => managedClusterServicePrincipalProfileSerializer,
|
|
525
|
-
managedClusterSnapshotArrayDeserializer: () => managedClusterSnapshotArrayDeserializer,
|
|
526
|
-
managedClusterSnapshotArraySerializer: () => managedClusterSnapshotArraySerializer,
|
|
527
|
-
managedClusterSnapshotDeserializer: () => managedClusterSnapshotDeserializer,
|
|
528
|
-
managedClusterSnapshotPropertiesDeserializer: () => managedClusterSnapshotPropertiesDeserializer,
|
|
529
|
-
managedClusterSnapshotPropertiesSerializer: () => managedClusterSnapshotPropertiesSerializer,
|
|
530
|
-
managedClusterSnapshotSerializer: () => managedClusterSnapshotSerializer,
|
|
531
381
|
managedClusterStaticEgressGatewayProfileDeserializer: () => managedClusterStaticEgressGatewayProfileDeserializer,
|
|
532
382
|
managedClusterStaticEgressGatewayProfileSerializer: () => managedClusterStaticEgressGatewayProfileSerializer,
|
|
533
383
|
managedClusterStatusDeserializer: () => managedClusterStatusDeserializer,
|
|
@@ -566,14 +416,6 @@ __export(models_exports, {
|
|
|
566
416
|
manualScaleProfileArraySerializer: () => manualScaleProfileArraySerializer,
|
|
567
417
|
manualScaleProfileDeserializer: () => manualScaleProfileDeserializer,
|
|
568
418
|
manualScaleProfileSerializer: () => manualScaleProfileSerializer,
|
|
569
|
-
meshMembershipArrayDeserializer: () => meshMembershipArrayDeserializer,
|
|
570
|
-
meshMembershipArraySerializer: () => meshMembershipArraySerializer,
|
|
571
|
-
meshMembershipDeserializer: () => meshMembershipDeserializer,
|
|
572
|
-
meshMembershipPrivateConnectProfileDeserializer: () => meshMembershipPrivateConnectProfileDeserializer,
|
|
573
|
-
meshMembershipPrivateConnectProfileSerializer: () => meshMembershipPrivateConnectProfileSerializer,
|
|
574
|
-
meshMembershipPropertiesDeserializer: () => meshMembershipPropertiesDeserializer,
|
|
575
|
-
meshMembershipPropertiesSerializer: () => meshMembershipPropertiesSerializer,
|
|
576
|
-
meshMembershipSerializer: () => meshMembershipSerializer,
|
|
577
419
|
meshRevisionArrayDeserializer: () => meshRevisionArrayDeserializer,
|
|
578
420
|
meshRevisionDeserializer: () => meshRevisionDeserializer,
|
|
579
421
|
meshRevisionProfileArrayDeserializer: () => meshRevisionProfileArrayDeserializer,
|
|
@@ -586,15 +428,6 @@ __export(models_exports, {
|
|
|
586
428
|
namespacePropertiesSerializer: () => namespacePropertiesSerializer,
|
|
587
429
|
networkPoliciesDeserializer: () => networkPoliciesDeserializer,
|
|
588
430
|
networkPoliciesSerializer: () => networkPoliciesSerializer,
|
|
589
|
-
networkProfileForSnapshotDeserializer: () => networkProfileForSnapshotDeserializer,
|
|
590
|
-
nodeDisruptionProfileDeserializer: () => nodeDisruptionProfileDeserializer,
|
|
591
|
-
nodeDisruptionProfileSerializer: () => nodeDisruptionProfileSerializer,
|
|
592
|
-
nodeImageVersionArrayDeserializer: () => nodeImageVersionArrayDeserializer,
|
|
593
|
-
nodeImageVersionDeserializer: () => nodeImageVersionDeserializer,
|
|
594
|
-
nvidiaGPUProfileDeserializer: () => nvidiaGPUProfileDeserializer,
|
|
595
|
-
nvidiaGPUProfileSerializer: () => nvidiaGPUProfileSerializer,
|
|
596
|
-
operationStatusResultArrayDeserializer: () => operationStatusResultArrayDeserializer,
|
|
597
|
-
operationStatusResultDeserializer: () => operationStatusResultDeserializer,
|
|
598
431
|
operationValueArrayDeserializer: () => operationValueArrayDeserializer,
|
|
599
432
|
operationValueDeserializer: () => operationValueDeserializer,
|
|
600
433
|
operationValueDisplayDeserializer: () => operationValueDisplayDeserializer,
|
|
@@ -606,8 +439,6 @@ __export(models_exports, {
|
|
|
606
439
|
portRangeSerializer: () => portRangeSerializer,
|
|
607
440
|
powerStateDeserializer: () => powerStateDeserializer,
|
|
608
441
|
powerStateSerializer: () => powerStateSerializer,
|
|
609
|
-
preparedImageSpecificationProfileDeserializer: () => preparedImageSpecificationProfileDeserializer,
|
|
610
|
-
preparedImageSpecificationProfileSerializer: () => preparedImageSpecificationProfileSerializer,
|
|
611
442
|
privateEndpointConnectionArrayDeserializer: () => privateEndpointConnectionArrayDeserializer,
|
|
612
443
|
privateEndpointConnectionArraySerializer: () => privateEndpointConnectionArraySerializer,
|
|
613
444
|
privateEndpointConnectionDeserializer: () => privateEndpointConnectionDeserializer,
|
|
@@ -626,7 +457,6 @@ __export(models_exports, {
|
|
|
626
457
|
privateLinkServiceConnectionStateSerializer: () => privateLinkServiceConnectionStateSerializer,
|
|
627
458
|
proxyResourceDeserializer: () => proxyResourceDeserializer,
|
|
628
459
|
proxyResourceSerializer: () => proxyResourceSerializer,
|
|
629
|
-
rebalanceLoadBalancersRequestBodySerializer: () => rebalanceLoadBalancersRequestBodySerializer,
|
|
630
460
|
relativeMonthlyScheduleDeserializer: () => relativeMonthlyScheduleDeserializer,
|
|
631
461
|
relativeMonthlyScheduleSerializer: () => relativeMonthlyScheduleSerializer,
|
|
632
462
|
resourceDeserializer: () => resourceDeserializer,
|
|
@@ -637,37 +467,12 @@ __export(models_exports, {
|
|
|
637
467
|
resourceReferenceDeserializer: () => resourceReferenceDeserializer,
|
|
638
468
|
resourceReferenceSerializer: () => resourceReferenceSerializer,
|
|
639
469
|
resourceSerializer: () => resourceSerializer,
|
|
640
|
-
resourceSkuArrayDeserializer: () => resourceSkuArrayDeserializer,
|
|
641
|
-
resourceSkuCapabilitiesArrayDeserializer: () => resourceSkuCapabilitiesArrayDeserializer,
|
|
642
|
-
resourceSkuCapabilitiesDeserializer: () => resourceSkuCapabilitiesDeserializer,
|
|
643
|
-
resourceSkuCapacityDeserializer: () => resourceSkuCapacityDeserializer,
|
|
644
|
-
resourceSkuCostsArrayDeserializer: () => resourceSkuCostsArrayDeserializer,
|
|
645
|
-
resourceSkuCostsDeserializer: () => resourceSkuCostsDeserializer,
|
|
646
|
-
resourceSkuDeserializer: () => resourceSkuDeserializer,
|
|
647
|
-
resourceSkuLocationInfoArrayDeserializer: () => resourceSkuLocationInfoArrayDeserializer,
|
|
648
|
-
resourceSkuLocationInfoDeserializer: () => resourceSkuLocationInfoDeserializer,
|
|
649
|
-
resourceSkuRestrictionInfoDeserializer: () => resourceSkuRestrictionInfoDeserializer,
|
|
650
|
-
resourceSkuRestrictionsArrayDeserializer: () => resourceSkuRestrictionsArrayDeserializer,
|
|
651
|
-
resourceSkuRestrictionsDeserializer: () => resourceSkuRestrictionsDeserializer,
|
|
652
|
-
resourceSkuZoneDetailsArrayDeserializer: () => resourceSkuZoneDetailsArrayDeserializer,
|
|
653
|
-
resourceSkuZoneDetailsDeserializer: () => resourceSkuZoneDetailsDeserializer,
|
|
654
470
|
runCommandRequestSerializer: () => runCommandRequestSerializer,
|
|
655
471
|
runCommandResultDeserializer: () => runCommandResultDeserializer,
|
|
656
|
-
safeguardsAvailableVersionArrayDeserializer: () => safeguardsAvailableVersionArrayDeserializer,
|
|
657
|
-
safeguardsAvailableVersionDeserializer: () => safeguardsAvailableVersionDeserializer,
|
|
658
|
-
safeguardsAvailableVersionsPropertiesDeserializer: () => safeguardsAvailableVersionsPropertiesDeserializer,
|
|
659
472
|
scaleProfileDeserializer: () => scaleProfileDeserializer,
|
|
660
473
|
scaleProfileSerializer: () => scaleProfileSerializer,
|
|
661
474
|
scheduleDeserializer: () => scheduleDeserializer,
|
|
662
475
|
scheduleSerializer: () => scheduleSerializer,
|
|
663
|
-
schedulerInstanceProfileDeserializer: () => schedulerInstanceProfileDeserializer,
|
|
664
|
-
schedulerInstanceProfileSerializer: () => schedulerInstanceProfileSerializer,
|
|
665
|
-
schedulerProfileDeserializer: () => schedulerProfileDeserializer,
|
|
666
|
-
schedulerProfileSchedulerInstanceProfilesDeserializer: () => schedulerProfileSchedulerInstanceProfilesDeserializer,
|
|
667
|
-
schedulerProfileSchedulerInstanceProfilesSerializer: () => schedulerProfileSchedulerInstanceProfilesSerializer,
|
|
668
|
-
schedulerProfileSerializer: () => schedulerProfileSerializer,
|
|
669
|
-
serviceAccountImagePullProfileDeserializer: () => serviceAccountImagePullProfileDeserializer,
|
|
670
|
-
serviceAccountImagePullProfileSerializer: () => serviceAccountImagePullProfileSerializer,
|
|
671
476
|
serviceMeshProfileDeserializer: () => serviceMeshProfileDeserializer,
|
|
672
477
|
serviceMeshProfileSerializer: () => serviceMeshProfileSerializer,
|
|
673
478
|
snapshotArrayDeserializer: () => snapshotArrayDeserializer,
|
|
@@ -744,10 +549,7 @@ function agentPoolSerializer(item) {
|
|
|
744
549
|
"mode",
|
|
745
550
|
"orchestratorVersion",
|
|
746
551
|
"nodeImageVersion",
|
|
747
|
-
"upgradeStrategy",
|
|
748
|
-
"enableOSDiskFullCaching",
|
|
749
552
|
"upgradeSettings",
|
|
750
|
-
"upgradeSettingsBlueGreen",
|
|
751
553
|
"powerState",
|
|
752
554
|
"availabilityZones",
|
|
753
555
|
"enableNodePublicIP",
|
|
@@ -758,7 +560,6 @@ function agentPoolSerializer(item) {
|
|
|
758
560
|
"tags",
|
|
759
561
|
"nodeLabels",
|
|
760
562
|
"nodeTaints",
|
|
761
|
-
"nodeInitializationTaints",
|
|
762
563
|
"proximityPlacementGroupID",
|
|
763
564
|
"kubeletConfig",
|
|
764
565
|
"linuxOSConfig",
|
|
@@ -778,8 +579,7 @@ function agentPoolSerializer(item) {
|
|
|
778
579
|
"virtualMachinesProfile",
|
|
779
580
|
"virtualMachineNodesStatus",
|
|
780
581
|
"status",
|
|
781
|
-
"localDNSProfile"
|
|
782
|
-
"preparedImageSpecificationProfile"
|
|
582
|
+
"localDNSProfile"
|
|
783
583
|
]) ? void 0 : _agentPoolPropertiesSerializer(item)
|
|
784
584
|
};
|
|
785
585
|
}
|
|
@@ -815,10 +615,7 @@ function managedClusterAgentPoolProfilePropertiesSerializer(item) {
|
|
|
815
615
|
mode: item["mode"],
|
|
816
616
|
orchestratorVersion: item["orchestratorVersion"],
|
|
817
617
|
nodeImageVersion: item["nodeImageVersion"],
|
|
818
|
-
upgradeStrategy: item["upgradeStrategy"],
|
|
819
|
-
enableOSDiskFullCaching: item["enableOSDiskFullCaching"],
|
|
820
618
|
upgradeSettings: !item["upgradeSettings"] ? item["upgradeSettings"] : agentPoolUpgradeSettingsSerializer(item["upgradeSettings"]),
|
|
821
|
-
upgradeSettingsBlueGreen: !item["upgradeSettingsBlueGreen"] ? item["upgradeSettingsBlueGreen"] : agentPoolBlueGreenUpgradeSettingsSerializer(item["upgradeSettingsBlueGreen"]),
|
|
822
619
|
powerState: !item["powerState"] ? item["powerState"] : powerStateSerializer(item["powerState"]),
|
|
823
620
|
availabilityZones: !item["availabilityZones"] ? item["availabilityZones"] : item["availabilityZones"].map((p) => {
|
|
824
621
|
return p;
|
|
@@ -833,9 +630,6 @@ function managedClusterAgentPoolProfilePropertiesSerializer(item) {
|
|
|
833
630
|
nodeTaints: !item["nodeTaints"] ? item["nodeTaints"] : item["nodeTaints"].map((p) => {
|
|
834
631
|
return p;
|
|
835
632
|
}),
|
|
836
|
-
nodeInitializationTaints: !item["nodeInitializationTaints"] ? item["nodeInitializationTaints"] : item["nodeInitializationTaints"].map((p) => {
|
|
837
|
-
return p;
|
|
838
|
-
}),
|
|
839
633
|
proximityPlacementGroupID: item["proximityPlacementGroupID"],
|
|
840
634
|
kubeletConfig: !item["kubeletConfig"] ? item["kubeletConfig"] : kubeletConfigSerializer(item["kubeletConfig"]),
|
|
841
635
|
linuxOSConfig: !item["linuxOSConfig"] ? item["linuxOSConfig"] : linuxOSConfigSerializer(item["linuxOSConfig"]),
|
|
@@ -855,8 +649,7 @@ function managedClusterAgentPoolProfilePropertiesSerializer(item) {
|
|
|
855
649
|
virtualMachinesProfile: !item["virtualMachinesProfile"] ? item["virtualMachinesProfile"] : virtualMachinesProfileSerializer(item["virtualMachinesProfile"]),
|
|
856
650
|
virtualMachineNodesStatus: !item["virtualMachineNodesStatus"] ? item["virtualMachineNodesStatus"] : virtualMachineNodesArraySerializer(item["virtualMachineNodesStatus"]),
|
|
857
651
|
status: !item["status"] ? item["status"] : agentPoolStatusSerializer(item["status"]),
|
|
858
|
-
localDNSProfile: !item["localDNSProfile"] ? item["localDNSProfile"] : localDNSProfileSerializer(item["localDNSProfile"])
|
|
859
|
-
preparedImageSpecificationProfile: !item["preparedImageSpecificationProfile"] ? item["preparedImageSpecificationProfile"] : preparedImageSpecificationProfileSerializer(item["preparedImageSpecificationProfile"])
|
|
652
|
+
localDNSProfile: !item["localDNSProfile"] ? item["localDNSProfile"] : localDNSProfileSerializer(item["localDNSProfile"])
|
|
860
653
|
};
|
|
861
654
|
}
|
|
862
655
|
function managedClusterAgentPoolProfilePropertiesDeserializer(item) {
|
|
@@ -884,10 +677,7 @@ function managedClusterAgentPoolProfilePropertiesDeserializer(item) {
|
|
|
884
677
|
orchestratorVersion: item["orchestratorVersion"],
|
|
885
678
|
currentOrchestratorVersion: item["currentOrchestratorVersion"],
|
|
886
679
|
nodeImageVersion: item["nodeImageVersion"],
|
|
887
|
-
upgradeStrategy: item["upgradeStrategy"],
|
|
888
|
-
enableOSDiskFullCaching: item["enableOSDiskFullCaching"],
|
|
889
680
|
upgradeSettings: !item["upgradeSettings"] ? item["upgradeSettings"] : agentPoolUpgradeSettingsDeserializer(item["upgradeSettings"]),
|
|
890
|
-
upgradeSettingsBlueGreen: !item["upgradeSettingsBlueGreen"] ? item["upgradeSettingsBlueGreen"] : agentPoolBlueGreenUpgradeSettingsDeserializer(item["upgradeSettingsBlueGreen"]),
|
|
891
681
|
provisioningState: item["provisioningState"],
|
|
892
682
|
powerState: !item["powerState"] ? item["powerState"] : powerStateDeserializer(item["powerState"]),
|
|
893
683
|
availabilityZones: !item["availabilityZones"] ? item["availabilityZones"] : item["availabilityZones"].map((p) => {
|
|
@@ -905,9 +695,6 @@ function managedClusterAgentPoolProfilePropertiesDeserializer(item) {
|
|
|
905
695
|
nodeTaints: !item["nodeTaints"] ? item["nodeTaints"] : item["nodeTaints"].map((p) => {
|
|
906
696
|
return p;
|
|
907
697
|
}),
|
|
908
|
-
nodeInitializationTaints: !item["nodeInitializationTaints"] ? item["nodeInitializationTaints"] : item["nodeInitializationTaints"].map((p) => {
|
|
909
|
-
return p;
|
|
910
|
-
}),
|
|
911
698
|
proximityPlacementGroupID: item["proximityPlacementGroupID"],
|
|
912
699
|
kubeletConfig: !item["kubeletConfig"] ? item["kubeletConfig"] : kubeletConfigDeserializer(item["kubeletConfig"]),
|
|
913
700
|
linuxOSConfig: !item["linuxOSConfig"] ? item["linuxOSConfig"] : linuxOSConfigDeserializer(item["linuxOSConfig"]),
|
|
@@ -927,8 +714,7 @@ function managedClusterAgentPoolProfilePropertiesDeserializer(item) {
|
|
|
927
714
|
virtualMachinesProfile: !item["virtualMachinesProfile"] ? item["virtualMachinesProfile"] : virtualMachinesProfileDeserializer(item["virtualMachinesProfile"]),
|
|
928
715
|
virtualMachineNodesStatus: !item["virtualMachineNodesStatus"] ? item["virtualMachineNodesStatus"] : virtualMachineNodesArrayDeserializer(item["virtualMachineNodesStatus"]),
|
|
929
716
|
status: !item["status"] ? item["status"] : agentPoolStatusDeserializer(item["status"]),
|
|
930
|
-
localDNSProfile: !item["localDNSProfile"] ? item["localDNSProfile"] : localDNSProfileDeserializer(item["localDNSProfile"])
|
|
931
|
-
preparedImageSpecificationProfile: !item["preparedImageSpecificationProfile"] ? item["preparedImageSpecificationProfile"] : preparedImageSpecificationProfileDeserializer(item["preparedImageSpecificationProfile"])
|
|
717
|
+
localDNSProfile: !item["localDNSProfile"] ? item["localDNSProfile"] : localDNSProfileDeserializer(item["localDNSProfile"])
|
|
932
718
|
};
|
|
933
719
|
}
|
|
934
720
|
var KnownOSDiskType = /* @__PURE__ */ ((KnownOSDiskType2) => {
|
|
@@ -944,7 +730,6 @@ var KnownKubeletDiskType = /* @__PURE__ */ ((KnownKubeletDiskType2) => {
|
|
|
944
730
|
var KnownWorkloadRuntime = /* @__PURE__ */ ((KnownWorkloadRuntime2) => {
|
|
945
731
|
KnownWorkloadRuntime2["OCIContainer"] = "OCIContainer";
|
|
946
732
|
KnownWorkloadRuntime2["WasmWasi"] = "WasmWasi";
|
|
947
|
-
KnownWorkloadRuntime2["KataMshvVmIsolation"] = "KataMshvVmIsolation";
|
|
948
733
|
KnownWorkloadRuntime2["KataVmIsolation"] = "KataVmIsolation";
|
|
949
734
|
return KnownWorkloadRuntime2;
|
|
950
735
|
})(KnownWorkloadRuntime || {});
|
|
@@ -962,14 +747,11 @@ var KnownOssku = /* @__PURE__ */ ((KnownOssku2) => {
|
|
|
962
747
|
KnownOssku2["Ubuntu"] = "Ubuntu";
|
|
963
748
|
KnownOssku2["AzureLinux"] = "AzureLinux";
|
|
964
749
|
KnownOssku2["AzureLinux3"] = "AzureLinux3";
|
|
965
|
-
KnownOssku2["Mariner"] = "Mariner";
|
|
966
|
-
KnownOssku2["Flatcar"] = "Flatcar";
|
|
967
750
|
KnownOssku2["CBLMariner"] = "CBLMariner";
|
|
968
751
|
KnownOssku2["Windows2019"] = "Windows2019";
|
|
969
752
|
KnownOssku2["Windows2022"] = "Windows2022";
|
|
970
753
|
KnownOssku2["Ubuntu2204"] = "Ubuntu2204";
|
|
971
754
|
KnownOssku2["Windows2025"] = "Windows2025";
|
|
972
|
-
KnownOssku2["WindowsAnnual"] = "WindowsAnnual";
|
|
973
755
|
KnownOssku2["Ubuntu2404"] = "Ubuntu2404";
|
|
974
756
|
KnownOssku2["AzureContainerLinux"] = "AzureContainerLinux";
|
|
975
757
|
return KnownOssku2;
|
|
@@ -989,20 +771,12 @@ var KnownAgentPoolMode = /* @__PURE__ */ ((KnownAgentPoolMode2) => {
|
|
|
989
771
|
KnownAgentPoolMode2["System"] = "System";
|
|
990
772
|
KnownAgentPoolMode2["User"] = "User";
|
|
991
773
|
KnownAgentPoolMode2["Gateway"] = "Gateway";
|
|
992
|
-
KnownAgentPoolMode2["ManagedSystem"] = "ManagedSystem";
|
|
993
|
-
KnownAgentPoolMode2["Machines"] = "Machines";
|
|
994
774
|
return KnownAgentPoolMode2;
|
|
995
775
|
})(KnownAgentPoolMode || {});
|
|
996
|
-
var KnownUpgradeStrategy = /* @__PURE__ */ ((KnownUpgradeStrategy2) => {
|
|
997
|
-
KnownUpgradeStrategy2["Rolling"] = "Rolling";
|
|
998
|
-
KnownUpgradeStrategy2["BlueGreen"] = "BlueGreen";
|
|
999
|
-
return KnownUpgradeStrategy2;
|
|
1000
|
-
})(KnownUpgradeStrategy || {});
|
|
1001
776
|
function agentPoolUpgradeSettingsSerializer(item) {
|
|
1002
777
|
return {
|
|
1003
778
|
maxSurge: item["maxSurge"],
|
|
1004
779
|
maxUnavailable: item["maxUnavailable"],
|
|
1005
|
-
maxBlockedNodes: item["maxBlockedNodes"],
|
|
1006
780
|
drainTimeoutInMinutes: item["drainTimeoutInMinutes"],
|
|
1007
781
|
nodeSoakDurationInMinutes: item["nodeSoakDurationInMinutes"],
|
|
1008
782
|
undrainableNodeBehavior: item["undrainableNodeBehavior"]
|
|
@@ -1012,7 +786,6 @@ function agentPoolUpgradeSettingsDeserializer(item) {
|
|
|
1012
786
|
return {
|
|
1013
787
|
maxSurge: item["maxSurge"],
|
|
1014
788
|
maxUnavailable: item["maxUnavailable"],
|
|
1015
|
-
maxBlockedNodes: item["maxBlockedNodes"],
|
|
1016
789
|
drainTimeoutInMinutes: item["drainTimeoutInMinutes"],
|
|
1017
790
|
nodeSoakDurationInMinutes: item["nodeSoakDurationInMinutes"],
|
|
1018
791
|
undrainableNodeBehavior: item["undrainableNodeBehavior"]
|
|
@@ -1023,22 +796,6 @@ var KnownUndrainableNodeBehavior = /* @__PURE__ */ ((KnownUndrainableNodeBehavio
|
|
|
1023
796
|
KnownUndrainableNodeBehavior2["Schedule"] = "Schedule";
|
|
1024
797
|
return KnownUndrainableNodeBehavior2;
|
|
1025
798
|
})(KnownUndrainableNodeBehavior || {});
|
|
1026
|
-
function agentPoolBlueGreenUpgradeSettingsSerializer(item) {
|
|
1027
|
-
return {
|
|
1028
|
-
drainBatchSize: item["drainBatchSize"],
|
|
1029
|
-
drainTimeoutInMinutes: item["drainTimeoutInMinutes"],
|
|
1030
|
-
batchSoakDurationInMinutes: item["batchSoakDurationInMinutes"],
|
|
1031
|
-
finalSoakDurationInMinutes: item["finalSoakDurationInMinutes"]
|
|
1032
|
-
};
|
|
1033
|
-
}
|
|
1034
|
-
function agentPoolBlueGreenUpgradeSettingsDeserializer(item) {
|
|
1035
|
-
return {
|
|
1036
|
-
drainBatchSize: item["drainBatchSize"],
|
|
1037
|
-
drainTimeoutInMinutes: item["drainTimeoutInMinutes"],
|
|
1038
|
-
batchSoakDurationInMinutes: item["batchSoakDurationInMinutes"],
|
|
1039
|
-
finalSoakDurationInMinutes: item["finalSoakDurationInMinutes"]
|
|
1040
|
-
};
|
|
1041
|
-
}
|
|
1042
799
|
function powerStateSerializer(item) {
|
|
1043
800
|
return { code: item["code"] };
|
|
1044
801
|
}
|
|
@@ -1076,10 +833,7 @@ function kubeletConfigSerializer(item) {
|
|
|
1076
833
|
failSwapOn: item["failSwapOn"],
|
|
1077
834
|
containerLogMaxSizeMB: item["containerLogMaxSizeMB"],
|
|
1078
835
|
containerLogMaxFiles: item["containerLogMaxFiles"],
|
|
1079
|
-
podMaxPids: item["podMaxPids"]
|
|
1080
|
-
seccompDefault: item["seccompDefault"],
|
|
1081
|
-
kubeReserved: !item["kubeReserved"] ? item["kubeReserved"] : kubeReservedSerializer(item["kubeReserved"]),
|
|
1082
|
-
hardEvictionThreshold: !item["hardEvictionThreshold"] ? item["hardEvictionThreshold"] : hardEvictionThresholdSerializer(item["hardEvictionThreshold"])
|
|
836
|
+
podMaxPids: item["podMaxPids"]
|
|
1083
837
|
};
|
|
1084
838
|
}
|
|
1085
839
|
function kubeletConfigDeserializer(item) {
|
|
@@ -1096,38 +850,7 @@ function kubeletConfigDeserializer(item) {
|
|
|
1096
850
|
failSwapOn: item["failSwapOn"],
|
|
1097
851
|
containerLogMaxSizeMB: item["containerLogMaxSizeMB"],
|
|
1098
852
|
containerLogMaxFiles: item["containerLogMaxFiles"],
|
|
1099
|
-
podMaxPids: item["podMaxPids"]
|
|
1100
|
-
seccompDefault: item["seccompDefault"],
|
|
1101
|
-
kubeReserved: !item["kubeReserved"] ? item["kubeReserved"] : kubeReservedDeserializer(item["kubeReserved"]),
|
|
1102
|
-
hardEvictionThreshold: !item["hardEvictionThreshold"] ? item["hardEvictionThreshold"] : hardEvictionThresholdDeserializer(item["hardEvictionThreshold"])
|
|
1103
|
-
};
|
|
1104
|
-
}
|
|
1105
|
-
var KnownSeccompDefault = /* @__PURE__ */ ((KnownSeccompDefault2) => {
|
|
1106
|
-
KnownSeccompDefault2["Unconfined"] = "Unconfined";
|
|
1107
|
-
KnownSeccompDefault2["RuntimeDefault"] = "RuntimeDefault";
|
|
1108
|
-
return KnownSeccompDefault2;
|
|
1109
|
-
})(KnownSeccompDefault || {});
|
|
1110
|
-
function kubeReservedSerializer(item) {
|
|
1111
|
-
return { cpuMillicores: item["cpuMillicores"], memoryMB: item["memoryMB"] };
|
|
1112
|
-
}
|
|
1113
|
-
function kubeReservedDeserializer(item) {
|
|
1114
|
-
return {
|
|
1115
|
-
cpuMillicores: item["cpuMillicores"],
|
|
1116
|
-
memoryMB: item["memoryMB"]
|
|
1117
|
-
};
|
|
1118
|
-
}
|
|
1119
|
-
function hardEvictionThresholdSerializer(item) {
|
|
1120
|
-
return {
|
|
1121
|
-
memoryAvailable: item["memoryAvailable"],
|
|
1122
|
-
nodeFsAvailable: item["nodeFsAvailable"],
|
|
1123
|
-
nodeFsInodesFree: item["nodeFsInodesFree"]
|
|
1124
|
-
};
|
|
1125
|
-
}
|
|
1126
|
-
function hardEvictionThresholdDeserializer(item) {
|
|
1127
|
-
return {
|
|
1128
|
-
memoryAvailable: item["memoryAvailable"],
|
|
1129
|
-
nodeFsAvailable: item["nodeFsAvailable"],
|
|
1130
|
-
nodeFsInodesFree: item["nodeFsInodesFree"]
|
|
853
|
+
podMaxPids: item["podMaxPids"]
|
|
1131
854
|
};
|
|
1132
855
|
}
|
|
1133
856
|
function linuxOSConfigSerializer(item) {
|
|
@@ -1229,27 +952,19 @@ function creationDataDeserializer(item) {
|
|
|
1229
952
|
function agentPoolNetworkProfileSerializer(item) {
|
|
1230
953
|
return {
|
|
1231
954
|
nodePublicIPTags: !item["nodePublicIPTags"] ? item["nodePublicIPTags"] : ipTagArraySerializer(item["nodePublicIPTags"]),
|
|
1232
|
-
nodePublicIPPrefixIDs: !item["nodePublicIPPrefixIDs"] ? item["nodePublicIPPrefixIDs"] : item["nodePublicIPPrefixIDs"].map((p) => {
|
|
1233
|
-
return p;
|
|
1234
|
-
}),
|
|
1235
955
|
allowedHostPorts: !item["allowedHostPorts"] ? item["allowedHostPorts"] : portRangeArraySerializer(item["allowedHostPorts"]),
|
|
1236
956
|
applicationSecurityGroups: !item["applicationSecurityGroups"] ? item["applicationSecurityGroups"] : item["applicationSecurityGroups"].map((p) => {
|
|
1237
957
|
return p;
|
|
1238
|
-
})
|
|
1239
|
-
secondaryNetworkInterfaces: !item["secondaryNetworkInterfaces"] ? item["secondaryNetworkInterfaces"] : agentPoolNetworkInterfaceArraySerializer(item["secondaryNetworkInterfaces"])
|
|
958
|
+
})
|
|
1240
959
|
};
|
|
1241
960
|
}
|
|
1242
961
|
function agentPoolNetworkProfileDeserializer(item) {
|
|
1243
962
|
return {
|
|
1244
963
|
nodePublicIPTags: !item["nodePublicIPTags"] ? item["nodePublicIPTags"] : ipTagArrayDeserializer(item["nodePublicIPTags"]),
|
|
1245
|
-
nodePublicIPPrefixIDs: !item["nodePublicIPPrefixIDs"] ? item["nodePublicIPPrefixIDs"] : item["nodePublicIPPrefixIDs"].map((p) => {
|
|
1246
|
-
return p;
|
|
1247
|
-
}),
|
|
1248
964
|
allowedHostPorts: !item["allowedHostPorts"] ? item["allowedHostPorts"] : portRangeArrayDeserializer(item["allowedHostPorts"]),
|
|
1249
965
|
applicationSecurityGroups: !item["applicationSecurityGroups"] ? item["applicationSecurityGroups"] : item["applicationSecurityGroups"].map((p) => {
|
|
1250
966
|
return p;
|
|
1251
|
-
})
|
|
1252
|
-
secondaryNetworkInterfaces: !item["secondaryNetworkInterfaces"] ? item["secondaryNetworkInterfaces"] : agentPoolNetworkInterfaceArrayDeserializer(item["secondaryNetworkInterfaces"])
|
|
967
|
+
})
|
|
1253
968
|
};
|
|
1254
969
|
}
|
|
1255
970
|
function ipTagArraySerializer(result) {
|
|
@@ -1296,35 +1011,6 @@ var KnownProtocol = /* @__PURE__ */ ((KnownProtocol2) => {
|
|
|
1296
1011
|
KnownProtocol2["UDP"] = "UDP";
|
|
1297
1012
|
return KnownProtocol2;
|
|
1298
1013
|
})(KnownProtocol || {});
|
|
1299
|
-
function agentPoolNetworkInterfaceArraySerializer(result) {
|
|
1300
|
-
return result.map((item) => {
|
|
1301
|
-
return agentPoolNetworkInterfaceSerializer(item);
|
|
1302
|
-
});
|
|
1303
|
-
}
|
|
1304
|
-
function agentPoolNetworkInterfaceArrayDeserializer(result) {
|
|
1305
|
-
return result.map((item) => {
|
|
1306
|
-
return agentPoolNetworkInterfaceDeserializer(item);
|
|
1307
|
-
});
|
|
1308
|
-
}
|
|
1309
|
-
function agentPoolNetworkInterfaceSerializer(item) {
|
|
1310
|
-
return {
|
|
1311
|
-
type: item["type"],
|
|
1312
|
-
vnetSubnetId: item["vnetSubnetId"],
|
|
1313
|
-
enableAcceleratedNetworking: item["enableAcceleratedNetworking"]
|
|
1314
|
-
};
|
|
1315
|
-
}
|
|
1316
|
-
function agentPoolNetworkInterfaceDeserializer(item) {
|
|
1317
|
-
return {
|
|
1318
|
-
type: item["type"],
|
|
1319
|
-
vnetSubnetId: item["vnetSubnetId"],
|
|
1320
|
-
enableAcceleratedNetworking: item["enableAcceleratedNetworking"]
|
|
1321
|
-
};
|
|
1322
|
-
}
|
|
1323
|
-
var KnownAgentPoolNetworkInterfaceType = /* @__PURE__ */ ((KnownAgentPoolNetworkInterfaceType2) => {
|
|
1324
|
-
KnownAgentPoolNetworkInterfaceType2["Standard"] = "Standard";
|
|
1325
|
-
KnownAgentPoolNetworkInterfaceType2["Dynamic"] = "Dynamic";
|
|
1326
|
-
return KnownAgentPoolNetworkInterfaceType2;
|
|
1327
|
-
})(KnownAgentPoolNetworkInterfaceType || {});
|
|
1328
1014
|
function agentPoolWindowsProfileSerializer(item) {
|
|
1329
1015
|
return { disableOutboundNat: item["disableOutboundNat"] };
|
|
1330
1016
|
}
|
|
@@ -1350,21 +1036,14 @@ function agentPoolSecurityProfileDeserializer(item) {
|
|
|
1350
1036
|
var KnownAgentPoolSSHAccess = /* @__PURE__ */ ((KnownAgentPoolSSHAccess2) => {
|
|
1351
1037
|
KnownAgentPoolSSHAccess2["LocalUser"] = "LocalUser";
|
|
1352
1038
|
KnownAgentPoolSSHAccess2["Disabled"] = "Disabled";
|
|
1353
|
-
KnownAgentPoolSSHAccess2["EntraId"] = "EntraId";
|
|
1354
1039
|
return KnownAgentPoolSSHAccess2;
|
|
1355
1040
|
})(KnownAgentPoolSSHAccess || {});
|
|
1356
1041
|
function gpuProfileSerializer(item) {
|
|
1357
|
-
return {
|
|
1358
|
-
driver: item["driver"],
|
|
1359
|
-
driverType: item["driverType"],
|
|
1360
|
-
nvidia: !item["nvidia"] ? item["nvidia"] : nvidiaGPUProfileSerializer(item["nvidia"])
|
|
1361
|
-
};
|
|
1042
|
+
return { driver: item["driver"] };
|
|
1362
1043
|
}
|
|
1363
1044
|
function gpuProfileDeserializer(item) {
|
|
1364
1045
|
return {
|
|
1365
|
-
driver: item["driver"]
|
|
1366
|
-
driverType: item["driverType"],
|
|
1367
|
-
nvidia: !item["nvidia"] ? item["nvidia"] : nvidiaGPUProfileDeserializer(item["nvidia"])
|
|
1046
|
+
driver: item["driver"]
|
|
1368
1047
|
};
|
|
1369
1048
|
}
|
|
1370
1049
|
var KnownGPUDriver = /* @__PURE__ */ ((KnownGPUDriver2) => {
|
|
@@ -1372,31 +1051,6 @@ var KnownGPUDriver = /* @__PURE__ */ ((KnownGPUDriver2) => {
|
|
|
1372
1051
|
KnownGPUDriver2["None"] = "None";
|
|
1373
1052
|
return KnownGPUDriver2;
|
|
1374
1053
|
})(KnownGPUDriver || {});
|
|
1375
|
-
var KnownDriverType = /* @__PURE__ */ ((KnownDriverType2) => {
|
|
1376
|
-
KnownDriverType2["Grid"] = "GRID";
|
|
1377
|
-
KnownDriverType2["Cuda"] = "CUDA";
|
|
1378
|
-
return KnownDriverType2;
|
|
1379
|
-
})(KnownDriverType || {});
|
|
1380
|
-
function nvidiaGPUProfileSerializer(item) {
|
|
1381
|
-
return { managementMode: item["managementMode"], migStrategy: item["migStrategy"] };
|
|
1382
|
-
}
|
|
1383
|
-
function nvidiaGPUProfileDeserializer(item) {
|
|
1384
|
-
return {
|
|
1385
|
-
managementMode: item["managementMode"],
|
|
1386
|
-
migStrategy: item["migStrategy"]
|
|
1387
|
-
};
|
|
1388
|
-
}
|
|
1389
|
-
var KnownManagementMode = /* @__PURE__ */ ((KnownManagementMode2) => {
|
|
1390
|
-
KnownManagementMode2["Unmanaged"] = "Unmanaged";
|
|
1391
|
-
KnownManagementMode2["Managed"] = "Managed";
|
|
1392
|
-
return KnownManagementMode2;
|
|
1393
|
-
})(KnownManagementMode || {});
|
|
1394
|
-
var KnownMigStrategy = /* @__PURE__ */ ((KnownMigStrategy2) => {
|
|
1395
|
-
KnownMigStrategy2["None"] = "None";
|
|
1396
|
-
KnownMigStrategy2["Single"] = "Single";
|
|
1397
|
-
KnownMigStrategy2["Mixed"] = "Mixed";
|
|
1398
|
-
return KnownMigStrategy2;
|
|
1399
|
-
})(KnownMigStrategy || {});
|
|
1400
1054
|
function agentPoolGatewayProfileSerializer(item) {
|
|
1401
1055
|
return { publicIPPrefixSize: item["publicIPPrefixSize"] };
|
|
1402
1056
|
}
|
|
@@ -1423,14 +1077,12 @@ function virtualMachinesProfileDeserializer(item) {
|
|
|
1423
1077
|
}
|
|
1424
1078
|
function scaleProfileSerializer(item) {
|
|
1425
1079
|
return {
|
|
1426
|
-
manual: !item["manual"] ? item["manual"] : manualScaleProfileArraySerializer(item["manual"])
|
|
1427
|
-
autoscale: !item["autoscale"] ? item["autoscale"] : autoScaleProfileArraySerializer(item["autoscale"])
|
|
1080
|
+
manual: !item["manual"] ? item["manual"] : manualScaleProfileArraySerializer(item["manual"])
|
|
1428
1081
|
};
|
|
1429
1082
|
}
|
|
1430
1083
|
function scaleProfileDeserializer(item) {
|
|
1431
1084
|
return {
|
|
1432
|
-
manual: !item["manual"] ? item["manual"] : manualScaleProfileArrayDeserializer(item["manual"])
|
|
1433
|
-
autoscale: !item["autoscale"] ? item["autoscale"] : autoScaleProfileArrayDeserializer(item["autoscale"])
|
|
1085
|
+
manual: !item["manual"] ? item["manual"] : manualScaleProfileArrayDeserializer(item["manual"])
|
|
1434
1086
|
};
|
|
1435
1087
|
}
|
|
1436
1088
|
function manualScaleProfileArraySerializer(result) {
|
|
@@ -1452,26 +1104,6 @@ function manualScaleProfileDeserializer(item) {
|
|
|
1452
1104
|
count: item["count"]
|
|
1453
1105
|
};
|
|
1454
1106
|
}
|
|
1455
|
-
function autoScaleProfileArraySerializer(result) {
|
|
1456
|
-
return result.map((item) => {
|
|
1457
|
-
return autoScaleProfileSerializer(item);
|
|
1458
|
-
});
|
|
1459
|
-
}
|
|
1460
|
-
function autoScaleProfileArrayDeserializer(result) {
|
|
1461
|
-
return result.map((item) => {
|
|
1462
|
-
return autoScaleProfileDeserializer(item);
|
|
1463
|
-
});
|
|
1464
|
-
}
|
|
1465
|
-
function autoScaleProfileSerializer(item) {
|
|
1466
|
-
return { size: item["size"], minCount: item["minCount"], maxCount: item["maxCount"] };
|
|
1467
|
-
}
|
|
1468
|
-
function autoScaleProfileDeserializer(item) {
|
|
1469
|
-
return {
|
|
1470
|
-
size: item["size"],
|
|
1471
|
-
minCount: item["minCount"],
|
|
1472
|
-
maxCount: item["maxCount"]
|
|
1473
|
-
};
|
|
1474
|
-
}
|
|
1475
1107
|
function virtualMachineNodesArraySerializer(result) {
|
|
1476
1108
|
return result.map((item) => {
|
|
1477
1109
|
return virtualMachineNodesSerializer(item);
|
|
@@ -1615,14 +1247,6 @@ var KnownLocalDNSServeStale = /* @__PURE__ */ ((KnownLocalDNSServeStale2) => {
|
|
|
1615
1247
|
KnownLocalDNSServeStale2["Disable"] = "Disable";
|
|
1616
1248
|
return KnownLocalDNSServeStale2;
|
|
1617
1249
|
})(KnownLocalDNSServeStale || {});
|
|
1618
|
-
function preparedImageSpecificationProfileSerializer(item) {
|
|
1619
|
-
return { preparedImageSpecificationId: item["preparedImageSpecificationId"] };
|
|
1620
|
-
}
|
|
1621
|
-
function preparedImageSpecificationProfileDeserializer(item) {
|
|
1622
|
-
return {
|
|
1623
|
-
preparedImageSpecificationId: item["preparedImageSpecificationId"]
|
|
1624
|
-
};
|
|
1625
|
-
}
|
|
1626
1250
|
function proxyResourceSerializer(_item) {
|
|
1627
1251
|
return {};
|
|
1628
1252
|
}
|
|
@@ -1731,7 +1355,6 @@ function agentPoolUpgradeProfilePropertiesDeserializer(item) {
|
|
|
1731
1355
|
kubernetesVersion: item["kubernetesVersion"],
|
|
1732
1356
|
osType: item["osType"],
|
|
1733
1357
|
upgrades: !item["upgrades"] ? item["upgrades"] : agentPoolUpgradeProfilePropertiesUpgradesItemArrayDeserializer(item["upgrades"]),
|
|
1734
|
-
componentsByReleases: !item["componentsByReleases"] ? item["componentsByReleases"] : componentsByReleaseArrayDeserializer(item["componentsByReleases"]),
|
|
1735
1358
|
recentlyUsedVersions: !item["recentlyUsedVersions"] ? item["recentlyUsedVersions"] : agentPoolRecentlyUsedVersionArrayDeserializer(item["recentlyUsedVersions"]),
|
|
1736
1359
|
latestNodeImageVersion: item["latestNodeImageVersion"]
|
|
1737
1360
|
};
|
|
@@ -1744,31 +1367,7 @@ function agentPoolUpgradeProfilePropertiesUpgradesItemArrayDeserializer(result)
|
|
|
1744
1367
|
function agentPoolUpgradeProfilePropertiesUpgradesItemDeserializer(item) {
|
|
1745
1368
|
return {
|
|
1746
1369
|
kubernetesVersion: item["kubernetesVersion"],
|
|
1747
|
-
isPreview: item["isPreview"]
|
|
1748
|
-
isOutOfSupport: item["isOutOfSupport"]
|
|
1749
|
-
};
|
|
1750
|
-
}
|
|
1751
|
-
function componentsByReleaseArrayDeserializer(result) {
|
|
1752
|
-
return result.map((item) => {
|
|
1753
|
-
return componentsByReleaseDeserializer(item);
|
|
1754
|
-
});
|
|
1755
|
-
}
|
|
1756
|
-
function componentsByReleaseDeserializer(item) {
|
|
1757
|
-
return {
|
|
1758
|
-
kubernetesVersion: item["kubernetesVersion"],
|
|
1759
|
-
components: !item["components"] ? item["components"] : componentArrayDeserializer(item["components"])
|
|
1760
|
-
};
|
|
1761
|
-
}
|
|
1762
|
-
function componentArrayDeserializer(result) {
|
|
1763
|
-
return result.map((item) => {
|
|
1764
|
-
return componentDeserializer(item);
|
|
1765
|
-
});
|
|
1766
|
-
}
|
|
1767
|
-
function componentDeserializer(item) {
|
|
1768
|
-
return {
|
|
1769
|
-
name: item["name"],
|
|
1770
|
-
version: item["version"],
|
|
1771
|
-
hasBreakingChanges: item["hasBreakingChanges"]
|
|
1370
|
+
isPreview: item["isPreview"]
|
|
1772
1371
|
};
|
|
1773
1372
|
}
|
|
1774
1373
|
function agentPoolRecentlyUsedVersionArrayDeserializer(result) {
|
|
@@ -1788,7 +1387,6 @@ function managedClusterSerializer(item) {
|
|
|
1788
1387
|
tags: item["tags"],
|
|
1789
1388
|
location: item["location"],
|
|
1790
1389
|
properties: (0, import_check_prop_undefined.areAllPropsUndefined)(item, [
|
|
1791
|
-
"creationData",
|
|
1792
1390
|
"kubernetesVersion",
|
|
1793
1391
|
"dnsPrefix",
|
|
1794
1392
|
"fqdnSubdomain",
|
|
@@ -1803,8 +1401,6 @@ function managedClusterSerializer(item) {
|
|
|
1803
1401
|
"nodeResourceGroupProfile",
|
|
1804
1402
|
"enableRBAC",
|
|
1805
1403
|
"supportPlan",
|
|
1806
|
-
"enableFIPS",
|
|
1807
|
-
"enableNamespaceResources",
|
|
1808
1404
|
"networkProfile",
|
|
1809
1405
|
"aadProfile",
|
|
1810
1406
|
"autoUpgradeProfile",
|
|
@@ -1827,11 +1423,7 @@ function managedClusterSerializer(item) {
|
|
|
1827
1423
|
"nodeProvisioningProfile",
|
|
1828
1424
|
"bootstrapProfile",
|
|
1829
1425
|
"aiToolchainOperatorProfile",
|
|
1830
|
-
"schedulerProfile",
|
|
1831
1426
|
"hostedSystemProfile",
|
|
1832
|
-
"healthMonitorProfile",
|
|
1833
|
-
"controlPlaneScalingProfile",
|
|
1834
|
-
"nodeDisruptionProfile",
|
|
1835
1427
|
"status"
|
|
1836
1428
|
]) ? void 0 : _managedClusterPropertiesSerializer(item),
|
|
1837
1429
|
sku: !item["sku"] ? item["sku"] : managedClusterSKUSerializer(item["sku"]),
|
|
@@ -1858,7 +1450,6 @@ function managedClusterDeserializer(item) {
|
|
|
1858
1450
|
}
|
|
1859
1451
|
function managedClusterPropertiesSerializer(item) {
|
|
1860
1452
|
return {
|
|
1861
|
-
creationData: !item["creationData"] ? item["creationData"] : creationDataSerializer(item["creationData"]),
|
|
1862
1453
|
kubernetesVersion: item["kubernetesVersion"],
|
|
1863
1454
|
dnsPrefix: item["dnsPrefix"],
|
|
1864
1455
|
fqdnSubdomain: item["fqdnSubdomain"],
|
|
@@ -1873,8 +1464,6 @@ function managedClusterPropertiesSerializer(item) {
|
|
|
1873
1464
|
nodeResourceGroupProfile: !item["nodeResourceGroupProfile"] ? item["nodeResourceGroupProfile"] : managedClusterNodeResourceGroupProfileSerializer(item["nodeResourceGroupProfile"]),
|
|
1874
1465
|
enableRBAC: item["enableRbac"],
|
|
1875
1466
|
supportPlan: item["supportPlan"],
|
|
1876
|
-
enableFIPS: item["enableFips"],
|
|
1877
|
-
enableNamespaceResources: item["enableNamespaceResources"],
|
|
1878
1467
|
networkProfile: !item["networkProfile"] ? item["networkProfile"] : containerServiceNetworkProfileSerializer(item["networkProfile"]),
|
|
1879
1468
|
aadProfile: !item["aadProfile"] ? item["aadProfile"] : managedClusterAADProfileSerializer(item["aadProfile"]),
|
|
1880
1469
|
autoUpgradeProfile: !item["autoUpgradeProfile"] ? item["autoUpgradeProfile"] : managedClusterAutoUpgradeProfileSerializer(item["autoUpgradeProfile"]),
|
|
@@ -1897,11 +1486,7 @@ function managedClusterPropertiesSerializer(item) {
|
|
|
1897
1486
|
nodeProvisioningProfile: !item["nodeProvisioningProfile"] ? item["nodeProvisioningProfile"] : managedClusterNodeProvisioningProfileSerializer(item["nodeProvisioningProfile"]),
|
|
1898
1487
|
bootstrapProfile: !item["bootstrapProfile"] ? item["bootstrapProfile"] : managedClusterBootstrapProfileSerializer(item["bootstrapProfile"]),
|
|
1899
1488
|
aiToolchainOperatorProfile: !item["aiToolchainOperatorProfile"] ? item["aiToolchainOperatorProfile"] : managedClusterAIToolchainOperatorProfileSerializer(item["aiToolchainOperatorProfile"]),
|
|
1900
|
-
schedulerProfile: !item["schedulerProfile"] ? item["schedulerProfile"] : schedulerProfileSerializer(item["schedulerProfile"]),
|
|
1901
1489
|
hostedSystemProfile: !item["hostedSystemProfile"] ? item["hostedSystemProfile"] : managedClusterHostedSystemProfileSerializer(item["hostedSystemProfile"]),
|
|
1902
|
-
healthMonitorProfile: !item["healthMonitorProfile"] ? item["healthMonitorProfile"] : managedClusterHealthMonitorProfileSerializer(item["healthMonitorProfile"]),
|
|
1903
|
-
controlPlaneScalingProfile: !item["controlPlaneScalingProfile"] ? item["controlPlaneScalingProfile"] : managedClusterControlPlaneScalingProfileSerializer(item["controlPlaneScalingProfile"]),
|
|
1904
|
-
nodeDisruptionProfile: !item["nodeDisruptionProfile"] ? item["nodeDisruptionProfile"] : nodeDisruptionProfileSerializer(item["nodeDisruptionProfile"]),
|
|
1905
1490
|
status: !item["status"] ? item["status"] : managedClusterStatusSerializer(item["status"])
|
|
1906
1491
|
};
|
|
1907
1492
|
}
|
|
@@ -1909,7 +1494,6 @@ function managedClusterPropertiesDeserializer(item) {
|
|
|
1909
1494
|
return {
|
|
1910
1495
|
provisioningState: item["provisioningState"],
|
|
1911
1496
|
powerState: !item["powerState"] ? item["powerState"] : powerStateDeserializer(item["powerState"]),
|
|
1912
|
-
creationData: !item["creationData"] ? item["creationData"] : creationDataDeserializer(item["creationData"]),
|
|
1913
1497
|
maxAgentPools: item["maxAgentPools"],
|
|
1914
1498
|
kubernetesVersion: item["kubernetesVersion"],
|
|
1915
1499
|
currentKubernetesVersion: item["currentKubernetesVersion"],
|
|
@@ -1929,8 +1513,6 @@ function managedClusterPropertiesDeserializer(item) {
|
|
|
1929
1513
|
nodeResourceGroupProfile: !item["nodeResourceGroupProfile"] ? item["nodeResourceGroupProfile"] : managedClusterNodeResourceGroupProfileDeserializer(item["nodeResourceGroupProfile"]),
|
|
1930
1514
|
enableRbac: item["enableRBAC"],
|
|
1931
1515
|
supportPlan: item["supportPlan"],
|
|
1932
|
-
enableFips: item["enableFIPS"],
|
|
1933
|
-
enableNamespaceResources: item["enableNamespaceResources"],
|
|
1934
1516
|
networkProfile: !item["networkProfile"] ? item["networkProfile"] : containerServiceNetworkProfileDeserializer(item["networkProfile"]),
|
|
1935
1517
|
aadProfile: !item["aadProfile"] ? item["aadProfile"] : managedClusterAADProfileDeserializer(item["aadProfile"]),
|
|
1936
1518
|
autoUpgradeProfile: !item["autoUpgradeProfile"] ? item["autoUpgradeProfile"] : managedClusterAutoUpgradeProfileDeserializer(item["autoUpgradeProfile"]),
|
|
@@ -1954,11 +1536,7 @@ function managedClusterPropertiesDeserializer(item) {
|
|
|
1954
1536
|
nodeProvisioningProfile: !item["nodeProvisioningProfile"] ? item["nodeProvisioningProfile"] : managedClusterNodeProvisioningProfileDeserializer(item["nodeProvisioningProfile"]),
|
|
1955
1537
|
bootstrapProfile: !item["bootstrapProfile"] ? item["bootstrapProfile"] : managedClusterBootstrapProfileDeserializer(item["bootstrapProfile"]),
|
|
1956
1538
|
aiToolchainOperatorProfile: !item["aiToolchainOperatorProfile"] ? item["aiToolchainOperatorProfile"] : managedClusterAIToolchainOperatorProfileDeserializer(item["aiToolchainOperatorProfile"]),
|
|
1957
|
-
schedulerProfile: !item["schedulerProfile"] ? item["schedulerProfile"] : schedulerProfileDeserializer(item["schedulerProfile"]),
|
|
1958
1539
|
hostedSystemProfile: !item["hostedSystemProfile"] ? item["hostedSystemProfile"] : managedClusterHostedSystemProfileDeserializer(item["hostedSystemProfile"]),
|
|
1959
|
-
healthMonitorProfile: !item["healthMonitorProfile"] ? item["healthMonitorProfile"] : managedClusterHealthMonitorProfileDeserializer(item["healthMonitorProfile"]),
|
|
1960
|
-
controlPlaneScalingProfile: !item["controlPlaneScalingProfile"] ? item["controlPlaneScalingProfile"] : managedClusterControlPlaneScalingProfileDeserializer(item["controlPlaneScalingProfile"]),
|
|
1961
|
-
nodeDisruptionProfile: !item["nodeDisruptionProfile"] ? item["nodeDisruptionProfile"] : nodeDisruptionProfileDeserializer(item["nodeDisruptionProfile"]),
|
|
1962
1540
|
status: !item["status"] ? item["status"] : managedClusterStatusDeserializer(item["status"])
|
|
1963
1541
|
};
|
|
1964
1542
|
}
|
|
@@ -1995,10 +1573,7 @@ function managedClusterAgentPoolProfileSerializer(item) {
|
|
|
1995
1573
|
mode: item["mode"],
|
|
1996
1574
|
orchestratorVersion: item["orchestratorVersion"],
|
|
1997
1575
|
nodeImageVersion: item["nodeImageVersion"],
|
|
1998
|
-
upgradeStrategy: item["upgradeStrategy"],
|
|
1999
|
-
enableOSDiskFullCaching: item["enableOSDiskFullCaching"],
|
|
2000
1576
|
upgradeSettings: !item["upgradeSettings"] ? item["upgradeSettings"] : agentPoolUpgradeSettingsSerializer(item["upgradeSettings"]),
|
|
2001
|
-
upgradeSettingsBlueGreen: !item["upgradeSettingsBlueGreen"] ? item["upgradeSettingsBlueGreen"] : agentPoolBlueGreenUpgradeSettingsSerializer(item["upgradeSettingsBlueGreen"]),
|
|
2002
1577
|
powerState: !item["powerState"] ? item["powerState"] : powerStateSerializer(item["powerState"]),
|
|
2003
1578
|
availabilityZones: !item["availabilityZones"] ? item["availabilityZones"] : item["availabilityZones"].map((p) => {
|
|
2004
1579
|
return p;
|
|
@@ -2013,9 +1588,6 @@ function managedClusterAgentPoolProfileSerializer(item) {
|
|
|
2013
1588
|
nodeTaints: !item["nodeTaints"] ? item["nodeTaints"] : item["nodeTaints"].map((p) => {
|
|
2014
1589
|
return p;
|
|
2015
1590
|
}),
|
|
2016
|
-
nodeInitializationTaints: !item["nodeInitializationTaints"] ? item["nodeInitializationTaints"] : item["nodeInitializationTaints"].map((p) => {
|
|
2017
|
-
return p;
|
|
2018
|
-
}),
|
|
2019
1591
|
proximityPlacementGroupID: item["proximityPlacementGroupID"],
|
|
2020
1592
|
kubeletConfig: !item["kubeletConfig"] ? item["kubeletConfig"] : kubeletConfigSerializer(item["kubeletConfig"]),
|
|
2021
1593
|
linuxOSConfig: !item["linuxOSConfig"] ? item["linuxOSConfig"] : linuxOSConfigSerializer(item["linuxOSConfig"]),
|
|
@@ -2036,7 +1608,6 @@ function managedClusterAgentPoolProfileSerializer(item) {
|
|
|
2036
1608
|
virtualMachineNodesStatus: !item["virtualMachineNodesStatus"] ? item["virtualMachineNodesStatus"] : virtualMachineNodesArraySerializer(item["virtualMachineNodesStatus"]),
|
|
2037
1609
|
status: !item["status"] ? item["status"] : agentPoolStatusSerializer(item["status"]),
|
|
2038
1610
|
localDNSProfile: !item["localDNSProfile"] ? item["localDNSProfile"] : localDNSProfileSerializer(item["localDNSProfile"]),
|
|
2039
|
-
preparedImageSpecificationProfile: !item["preparedImageSpecificationProfile"] ? item["preparedImageSpecificationProfile"] : preparedImageSpecificationProfileSerializer(item["preparedImageSpecificationProfile"]),
|
|
2040
1611
|
name: item["name"]
|
|
2041
1612
|
};
|
|
2042
1613
|
}
|
|
@@ -2065,10 +1636,7 @@ function managedClusterAgentPoolProfileDeserializer(item) {
|
|
|
2065
1636
|
orchestratorVersion: item["orchestratorVersion"],
|
|
2066
1637
|
currentOrchestratorVersion: item["currentOrchestratorVersion"],
|
|
2067
1638
|
nodeImageVersion: item["nodeImageVersion"],
|
|
2068
|
-
upgradeStrategy: item["upgradeStrategy"],
|
|
2069
|
-
enableOSDiskFullCaching: item["enableOSDiskFullCaching"],
|
|
2070
1639
|
upgradeSettings: !item["upgradeSettings"] ? item["upgradeSettings"] : agentPoolUpgradeSettingsDeserializer(item["upgradeSettings"]),
|
|
2071
|
-
upgradeSettingsBlueGreen: !item["upgradeSettingsBlueGreen"] ? item["upgradeSettingsBlueGreen"] : agentPoolBlueGreenUpgradeSettingsDeserializer(item["upgradeSettingsBlueGreen"]),
|
|
2072
1640
|
provisioningState: item["provisioningState"],
|
|
2073
1641
|
powerState: !item["powerState"] ? item["powerState"] : powerStateDeserializer(item["powerState"]),
|
|
2074
1642
|
availabilityZones: !item["availabilityZones"] ? item["availabilityZones"] : item["availabilityZones"].map((p) => {
|
|
@@ -2086,9 +1654,6 @@ function managedClusterAgentPoolProfileDeserializer(item) {
|
|
|
2086
1654
|
nodeTaints: !item["nodeTaints"] ? item["nodeTaints"] : item["nodeTaints"].map((p) => {
|
|
2087
1655
|
return p;
|
|
2088
1656
|
}),
|
|
2089
|
-
nodeInitializationTaints: !item["nodeInitializationTaints"] ? item["nodeInitializationTaints"] : item["nodeInitializationTaints"].map((p) => {
|
|
2090
|
-
return p;
|
|
2091
|
-
}),
|
|
2092
1657
|
proximityPlacementGroupID: item["proximityPlacementGroupID"],
|
|
2093
1658
|
kubeletConfig: !item["kubeletConfig"] ? item["kubeletConfig"] : kubeletConfigDeserializer(item["kubeletConfig"]),
|
|
2094
1659
|
linuxOSConfig: !item["linuxOSConfig"] ? item["linuxOSConfig"] : linuxOSConfigDeserializer(item["linuxOSConfig"]),
|
|
@@ -2109,7 +1674,6 @@ function managedClusterAgentPoolProfileDeserializer(item) {
|
|
|
2109
1674
|
virtualMachineNodesStatus: !item["virtualMachineNodesStatus"] ? item["virtualMachineNodesStatus"] : virtualMachineNodesArrayDeserializer(item["virtualMachineNodesStatus"]),
|
|
2110
1675
|
status: !item["status"] ? item["status"] : agentPoolStatusDeserializer(item["status"]),
|
|
2111
1676
|
localDNSProfile: !item["localDNSProfile"] ? item["localDNSProfile"] : localDNSProfileDeserializer(item["localDNSProfile"]),
|
|
2112
|
-
preparedImageSpecificationProfile: !item["preparedImageSpecificationProfile"] ? item["preparedImageSpecificationProfile"] : preparedImageSpecificationProfileDeserializer(item["preparedImageSpecificationProfile"]),
|
|
2113
1677
|
name: item["name"]
|
|
2114
1678
|
};
|
|
2115
1679
|
}
|
|
@@ -2387,9 +1951,7 @@ function containerServiceNetworkProfileSerializer(item) {
|
|
|
2387
1951
|
}),
|
|
2388
1952
|
ipFamilies: !item["ipFamilies"] ? item["ipFamilies"] : item["ipFamilies"].map((p) => {
|
|
2389
1953
|
return p;
|
|
2390
|
-
})
|
|
2391
|
-
podLinkLocalAccess: item["podLinkLocalAccess"],
|
|
2392
|
-
kubeProxyConfig: !item["kubeProxyConfig"] ? item["kubeProxyConfig"] : containerServiceNetworkProfileKubeProxyConfigSerializer(item["kubeProxyConfig"])
|
|
1954
|
+
})
|
|
2393
1955
|
};
|
|
2394
1956
|
}
|
|
2395
1957
|
function containerServiceNetworkProfileDeserializer(item) {
|
|
@@ -2416,9 +1978,7 @@ function containerServiceNetworkProfileDeserializer(item) {
|
|
|
2416
1978
|
}),
|
|
2417
1979
|
ipFamilies: !item["ipFamilies"] ? item["ipFamilies"] : item["ipFamilies"].map((p) => {
|
|
2418
1980
|
return p;
|
|
2419
|
-
})
|
|
2420
|
-
podLinkLocalAccess: item["podLinkLocalAccess"],
|
|
2421
|
-
kubeProxyConfig: !item["kubeProxyConfig"] ? item["kubeProxyConfig"] : containerServiceNetworkProfileKubeProxyConfigDeserializer(item["kubeProxyConfig"])
|
|
1981
|
+
})
|
|
2422
1982
|
};
|
|
2423
1983
|
}
|
|
2424
1984
|
var KnownNetworkPlugin = /* @__PURE__ */ ((KnownNetworkPlugin2) => {
|
|
@@ -2502,7 +2062,6 @@ function advancedNetworkingSecurityTransitEncryptionDeserializer(item) {
|
|
|
2502
2062
|
}
|
|
2503
2063
|
var KnownTransitEncryptionType = /* @__PURE__ */ ((KnownTransitEncryptionType2) => {
|
|
2504
2064
|
KnownTransitEncryptionType2["WireGuard"] = "WireGuard";
|
|
2505
|
-
KnownTransitEncryptionType2["MTLS"] = "mTLS";
|
|
2506
2065
|
KnownTransitEncryptionType2["None"] = "None";
|
|
2507
2066
|
return KnownTransitEncryptionType2;
|
|
2508
2067
|
})(KnownTransitEncryptionType || {});
|
|
@@ -2523,7 +2082,6 @@ var KnownOutboundType = /* @__PURE__ */ ((KnownOutboundType2) => {
|
|
|
2523
2082
|
KnownOutboundType2["LoadBalancer"] = "loadBalancer";
|
|
2524
2083
|
KnownOutboundType2["UserDefinedRouting"] = "userDefinedRouting";
|
|
2525
2084
|
KnownOutboundType2["ManagedNATGateway"] = "managedNATGateway";
|
|
2526
|
-
KnownOutboundType2["ManagedNATGatewayV2"] = "managedNATGatewayV2";
|
|
2527
2085
|
KnownOutboundType2["UserAssignedNATGateway"] = "userAssignedNATGateway";
|
|
2528
2086
|
KnownOutboundType2["None"] = "none";
|
|
2529
2087
|
return KnownOutboundType2;
|
|
@@ -2541,8 +2099,7 @@ function managedClusterLoadBalancerProfileSerializer(item) {
|
|
|
2541
2099
|
allocatedOutboundPorts: item["allocatedOutboundPorts"],
|
|
2542
2100
|
idleTimeoutInMinutes: item["idleTimeoutInMinutes"],
|
|
2543
2101
|
enableMultipleStandardLoadBalancers: item["enableMultipleStandardLoadBalancers"],
|
|
2544
|
-
backendPoolType: item["backendPoolType"]
|
|
2545
|
-
clusterServiceLoadBalancerHealthProbeMode: item["clusterServiceLoadBalancerHealthProbeMode"]
|
|
2102
|
+
backendPoolType: item["backendPoolType"]
|
|
2546
2103
|
};
|
|
2547
2104
|
}
|
|
2548
2105
|
function managedClusterLoadBalancerProfileDeserializer(item) {
|
|
@@ -2554,8 +2111,7 @@ function managedClusterLoadBalancerProfileDeserializer(item) {
|
|
|
2554
2111
|
allocatedOutboundPorts: item["allocatedOutboundPorts"],
|
|
2555
2112
|
idleTimeoutInMinutes: item["idleTimeoutInMinutes"],
|
|
2556
2113
|
enableMultipleStandardLoadBalancers: item["enableMultipleStandardLoadBalancers"],
|
|
2557
|
-
backendPoolType: item["backendPoolType"]
|
|
2558
|
-
clusterServiceLoadBalancerHealthProbeMode: item["clusterServiceLoadBalancerHealthProbeMode"]
|
|
2114
|
+
backendPoolType: item["backendPoolType"]
|
|
2559
2115
|
};
|
|
2560
2116
|
}
|
|
2561
2117
|
function managedClusterLoadBalancerProfileManagedOutboundIPsSerializer(item) {
|
|
@@ -2610,16 +2166,9 @@ var KnownBackendPoolType = /* @__PURE__ */ ((KnownBackendPoolType2) => {
|
|
|
2610
2166
|
KnownBackendPoolType2["NodeIP"] = "NodeIP";
|
|
2611
2167
|
return KnownBackendPoolType2;
|
|
2612
2168
|
})(KnownBackendPoolType || {});
|
|
2613
|
-
var KnownClusterServiceLoadBalancerHealthProbeMode = /* @__PURE__ */ ((KnownClusterServiceLoadBalancerHealthProbeMode2) => {
|
|
2614
|
-
KnownClusterServiceLoadBalancerHealthProbeMode2["ServiceNodePort"] = "ServiceNodePort";
|
|
2615
|
-
KnownClusterServiceLoadBalancerHealthProbeMode2["Shared"] = "Shared";
|
|
2616
|
-
return KnownClusterServiceLoadBalancerHealthProbeMode2;
|
|
2617
|
-
})(KnownClusterServiceLoadBalancerHealthProbeMode || {});
|
|
2618
2169
|
function managedClusterNATGatewayProfileSerializer(item) {
|
|
2619
2170
|
return {
|
|
2620
2171
|
managedOutboundIPProfile: !item["managedOutboundIPProfile"] ? item["managedOutboundIPProfile"] : managedClusterManagedOutboundIPProfileSerializer(item["managedOutboundIPProfile"]),
|
|
2621
|
-
outboundIPPrefixes: !item["outboundIPPrefixes"] ? item["outboundIPPrefixes"] : _managedClusterNATGatewayProfileOutboundIpPrefixesSerializer(item["outboundIPPrefixes"]),
|
|
2622
|
-
outboundIPs: !item["outboundIPs"] ? item["outboundIPs"] : _managedClusterNATGatewayProfileOutboundIPsSerializer(item["outboundIPs"]),
|
|
2623
2172
|
idleTimeoutInMinutes: item["idleTimeoutInMinutes"]
|
|
2624
2173
|
};
|
|
2625
2174
|
}
|
|
@@ -2627,46 +2176,15 @@ function managedClusterNATGatewayProfileDeserializer(item) {
|
|
|
2627
2176
|
return {
|
|
2628
2177
|
managedOutboundIPProfile: !item["managedOutboundIPProfile"] ? item["managedOutboundIPProfile"] : managedClusterManagedOutboundIPProfileDeserializer(item["managedOutboundIPProfile"]),
|
|
2629
2178
|
effectiveOutboundIPs: !item["effectiveOutboundIPs"] ? item["effectiveOutboundIPs"] : resourceReferenceArrayDeserializer(item["effectiveOutboundIPs"]),
|
|
2630
|
-
outboundIPPrefixes: !item["outboundIPPrefixes"] ? item["outboundIPPrefixes"] : _managedClusterNATGatewayProfileOutboundIpPrefixesDeserializer(item["outboundIPPrefixes"]),
|
|
2631
|
-
outboundIPs: !item["outboundIPs"] ? item["outboundIPs"] : _managedClusterNATGatewayProfileOutboundIPsDeserializer(item["outboundIPs"]),
|
|
2632
2179
|
idleTimeoutInMinutes: item["idleTimeoutInMinutes"]
|
|
2633
2180
|
};
|
|
2634
2181
|
}
|
|
2635
2182
|
function managedClusterManagedOutboundIPProfileSerializer(item) {
|
|
2636
|
-
return { count: item["count"]
|
|
2183
|
+
return { count: item["count"] };
|
|
2637
2184
|
}
|
|
2638
2185
|
function managedClusterManagedOutboundIPProfileDeserializer(item) {
|
|
2639
2186
|
return {
|
|
2640
|
-
count: item["count"]
|
|
2641
|
-
countIPv6: item["countIPv6"]
|
|
2642
|
-
};
|
|
2643
|
-
}
|
|
2644
|
-
function _managedClusterNATGatewayProfileOutboundIpPrefixesSerializer(item) {
|
|
2645
|
-
return {
|
|
2646
|
-
publicIPPrefixes: !item["publicIPPrefixes"] ? item["publicIPPrefixes"] : item["publicIPPrefixes"].map((p) => {
|
|
2647
|
-
return p;
|
|
2648
|
-
})
|
|
2649
|
-
};
|
|
2650
|
-
}
|
|
2651
|
-
function _managedClusterNATGatewayProfileOutboundIpPrefixesDeserializer(item) {
|
|
2652
|
-
return {
|
|
2653
|
-
publicIPPrefixes: !item["publicIPPrefixes"] ? item["publicIPPrefixes"] : item["publicIPPrefixes"].map((p) => {
|
|
2654
|
-
return p;
|
|
2655
|
-
})
|
|
2656
|
-
};
|
|
2657
|
-
}
|
|
2658
|
-
function _managedClusterNATGatewayProfileOutboundIPsSerializer(item) {
|
|
2659
|
-
return {
|
|
2660
|
-
publicIPs: !item["publicIPs"] ? item["publicIPs"] : item["publicIPs"].map((p) => {
|
|
2661
|
-
return p;
|
|
2662
|
-
})
|
|
2663
|
-
};
|
|
2664
|
-
}
|
|
2665
|
-
function _managedClusterNATGatewayProfileOutboundIPsDeserializer(item) {
|
|
2666
|
-
return {
|
|
2667
|
-
publicIPs: !item["publicIPs"] ? item["publicIPs"] : item["publicIPs"].map((p) => {
|
|
2668
|
-
return p;
|
|
2669
|
-
})
|
|
2187
|
+
count: item["count"]
|
|
2670
2188
|
};
|
|
2671
2189
|
}
|
|
2672
2190
|
function managedClusterStaticEgressGatewayProfileSerializer(item) {
|
|
@@ -2682,52 +2200,6 @@ var KnownIpFamily = /* @__PURE__ */ ((KnownIpFamily2) => {
|
|
|
2682
2200
|
KnownIpFamily2["IPv6"] = "IPv6";
|
|
2683
2201
|
return KnownIpFamily2;
|
|
2684
2202
|
})(KnownIpFamily || {});
|
|
2685
|
-
var KnownPodLinkLocalAccess = /* @__PURE__ */ ((KnownPodLinkLocalAccess2) => {
|
|
2686
|
-
KnownPodLinkLocalAccess2["Imds"] = "IMDS";
|
|
2687
|
-
KnownPodLinkLocalAccess2["None"] = "None";
|
|
2688
|
-
return KnownPodLinkLocalAccess2;
|
|
2689
|
-
})(KnownPodLinkLocalAccess || {});
|
|
2690
|
-
function containerServiceNetworkProfileKubeProxyConfigSerializer(item) {
|
|
2691
|
-
return {
|
|
2692
|
-
enabled: item["enabled"],
|
|
2693
|
-
mode: item["mode"],
|
|
2694
|
-
ipvsConfig: !item["ipvsConfig"] ? item["ipvsConfig"] : containerServiceNetworkProfileKubeProxyConfigIpvsConfigSerializer(item["ipvsConfig"])
|
|
2695
|
-
};
|
|
2696
|
-
}
|
|
2697
|
-
function containerServiceNetworkProfileKubeProxyConfigDeserializer(item) {
|
|
2698
|
-
return {
|
|
2699
|
-
enabled: item["enabled"],
|
|
2700
|
-
mode: item["mode"],
|
|
2701
|
-
ipvsConfig: !item["ipvsConfig"] ? item["ipvsConfig"] : containerServiceNetworkProfileKubeProxyConfigIpvsConfigDeserializer(item["ipvsConfig"])
|
|
2702
|
-
};
|
|
2703
|
-
}
|
|
2704
|
-
var KnownMode = /* @__PURE__ */ ((KnownMode2) => {
|
|
2705
|
-
KnownMode2["Iptables"] = "IPTABLES";
|
|
2706
|
-
KnownMode2["Ipvs"] = "IPVS";
|
|
2707
|
-
KnownMode2["Nftables"] = "NFTABLES";
|
|
2708
|
-
return KnownMode2;
|
|
2709
|
-
})(KnownMode || {});
|
|
2710
|
-
function containerServiceNetworkProfileKubeProxyConfigIpvsConfigSerializer(item) {
|
|
2711
|
-
return {
|
|
2712
|
-
scheduler: item["scheduler"],
|
|
2713
|
-
tcpTimeoutSeconds: item["tcpTimeoutSeconds"],
|
|
2714
|
-
tcpFinTimeoutSeconds: item["tcpFinTimeoutSeconds"],
|
|
2715
|
-
udpTimeoutSeconds: item["udpTimeoutSeconds"]
|
|
2716
|
-
};
|
|
2717
|
-
}
|
|
2718
|
-
function containerServiceNetworkProfileKubeProxyConfigIpvsConfigDeserializer(item) {
|
|
2719
|
-
return {
|
|
2720
|
-
scheduler: item["scheduler"],
|
|
2721
|
-
tcpTimeoutSeconds: item["tcpTimeoutSeconds"],
|
|
2722
|
-
tcpFinTimeoutSeconds: item["tcpFinTimeoutSeconds"],
|
|
2723
|
-
udpTimeoutSeconds: item["udpTimeoutSeconds"]
|
|
2724
|
-
};
|
|
2725
|
-
}
|
|
2726
|
-
var KnownIpvsScheduler = /* @__PURE__ */ ((KnownIpvsScheduler2) => {
|
|
2727
|
-
KnownIpvsScheduler2["RoundRobin"] = "RoundRobin";
|
|
2728
|
-
KnownIpvsScheduler2["LeastConnection"] = "LeastConnection";
|
|
2729
|
-
return KnownIpvsScheduler2;
|
|
2730
|
-
})(KnownIpvsScheduler || {});
|
|
2731
2203
|
function managedClusterAADProfileSerializer(item) {
|
|
2732
2204
|
return {
|
|
2733
2205
|
managed: item["managed"],
|
|
@@ -2949,9 +2421,6 @@ function managedClusterHttpProxyConfigDeserializer(item) {
|
|
|
2949
2421
|
noProxy: !item["noProxy"] ? item["noProxy"] : item["noProxy"].map((p) => {
|
|
2950
2422
|
return p;
|
|
2951
2423
|
}),
|
|
2952
|
-
effectiveNoProxy: !item["effectiveNoProxy"] ? item["effectiveNoProxy"] : item["effectiveNoProxy"].map((p) => {
|
|
2953
|
-
return p;
|
|
2954
|
-
}),
|
|
2955
2424
|
trustedCa: item["trustedCa"],
|
|
2956
2425
|
enabled: item["enabled"]
|
|
2957
2426
|
};
|
|
@@ -2960,34 +2429,22 @@ function managedClusterSecurityProfileSerializer(item) {
|
|
|
2960
2429
|
return {
|
|
2961
2430
|
defender: !item["defender"] ? item["defender"] : managedClusterSecurityProfileDefenderSerializer(item["defender"]),
|
|
2962
2431
|
azureKeyVaultKms: !item["azureKeyVaultKms"] ? item["azureKeyVaultKms"] : azureKeyVaultKmsSerializer(item["azureKeyVaultKms"]),
|
|
2963
|
-
kubernetesResourceObjectEncryptionProfile: !item["kubernetesResourceObjectEncryptionProfile"] ? item["kubernetesResourceObjectEncryptionProfile"] : kubernetesResourceObjectEncryptionProfileSerializer(
|
|
2964
|
-
item["kubernetesResourceObjectEncryptionProfile"]
|
|
2965
|
-
),
|
|
2966
2432
|
workloadIdentity: !item["workloadIdentity"] ? item["workloadIdentity"] : managedClusterSecurityProfileWorkloadIdentitySerializer(item["workloadIdentity"]),
|
|
2967
2433
|
imageCleaner: !item["imageCleaner"] ? item["imageCleaner"] : managedClusterSecurityProfileImageCleanerSerializer(item["imageCleaner"]),
|
|
2968
|
-
imageIntegrity: !item["imageIntegrity"] ? item["imageIntegrity"] : managedClusterSecurityProfileImageIntegritySerializer(item["imageIntegrity"]),
|
|
2969
|
-
nodeRestriction: !item["nodeRestriction"] ? item["nodeRestriction"] : managedClusterSecurityProfileNodeRestrictionSerializer(item["nodeRestriction"]),
|
|
2970
2434
|
customCATrustCertificates: !item["customCATrustCertificates"] ? item["customCATrustCertificates"] : item["customCATrustCertificates"].map((p) => {
|
|
2971
2435
|
return (0, import_core_util.uint8ArrayToString)(p, "base64");
|
|
2972
|
-
})
|
|
2973
|
-
serviceAccountImagePullProfile: !item["serviceAccountImagePullProfile"] ? item["serviceAccountImagePullProfile"] : serviceAccountImagePullProfileSerializer(item["serviceAccountImagePullProfile"])
|
|
2436
|
+
})
|
|
2974
2437
|
};
|
|
2975
2438
|
}
|
|
2976
2439
|
function managedClusterSecurityProfileDeserializer(item) {
|
|
2977
2440
|
return {
|
|
2978
2441
|
defender: !item["defender"] ? item["defender"] : managedClusterSecurityProfileDefenderDeserializer(item["defender"]),
|
|
2979
2442
|
azureKeyVaultKms: !item["azureKeyVaultKms"] ? item["azureKeyVaultKms"] : azureKeyVaultKmsDeserializer(item["azureKeyVaultKms"]),
|
|
2980
|
-
kubernetesResourceObjectEncryptionProfile: !item["kubernetesResourceObjectEncryptionProfile"] ? item["kubernetesResourceObjectEncryptionProfile"] : kubernetesResourceObjectEncryptionProfileDeserializer(
|
|
2981
|
-
item["kubernetesResourceObjectEncryptionProfile"]
|
|
2982
|
-
),
|
|
2983
2443
|
workloadIdentity: !item["workloadIdentity"] ? item["workloadIdentity"] : managedClusterSecurityProfileWorkloadIdentityDeserializer(item["workloadIdentity"]),
|
|
2984
2444
|
imageCleaner: !item["imageCleaner"] ? item["imageCleaner"] : managedClusterSecurityProfileImageCleanerDeserializer(item["imageCleaner"]),
|
|
2985
|
-
imageIntegrity: !item["imageIntegrity"] ? item["imageIntegrity"] : managedClusterSecurityProfileImageIntegrityDeserializer(item["imageIntegrity"]),
|
|
2986
|
-
nodeRestriction: !item["nodeRestriction"] ? item["nodeRestriction"] : managedClusterSecurityProfileNodeRestrictionDeserializer(item["nodeRestriction"]),
|
|
2987
2445
|
customCATrustCertificates: !item["customCATrustCertificates"] ? item["customCATrustCertificates"] : item["customCATrustCertificates"].map((p) => {
|
|
2988
2446
|
return typeof p === "string" ? (0, import_core_util.stringToUint8Array)(p, "base64") : p;
|
|
2989
|
-
})
|
|
2990
|
-
serviceAccountImagePullProfile: !item["serviceAccountImagePullProfile"] ? item["serviceAccountImagePullProfile"] : serviceAccountImagePullProfileDeserializer(item["serviceAccountImagePullProfile"])
|
|
2447
|
+
})
|
|
2991
2448
|
};
|
|
2992
2449
|
}
|
|
2993
2450
|
function managedClusterSecurityProfileDefenderSerializer(item) {
|
|
@@ -2995,8 +2452,7 @@ function managedClusterSecurityProfileDefenderSerializer(item) {
|
|
|
2995
2452
|
logAnalyticsWorkspaceResourceId: item["logAnalyticsWorkspaceResourceId"],
|
|
2996
2453
|
securityMonitoring: !item["securityMonitoring"] ? item["securityMonitoring"] : managedClusterSecurityProfileDefenderSecurityMonitoringSerializer(
|
|
2997
2454
|
item["securityMonitoring"]
|
|
2998
|
-
)
|
|
2999
|
-
securityGating: !item["securityGating"] ? item["securityGating"] : managedClusterSecurityProfileDefenderSecurityGatingSerializer(item["securityGating"])
|
|
2455
|
+
)
|
|
3000
2456
|
};
|
|
3001
2457
|
}
|
|
3002
2458
|
function managedClusterSecurityProfileDefenderDeserializer(item) {
|
|
@@ -3004,8 +2460,7 @@ function managedClusterSecurityProfileDefenderDeserializer(item) {
|
|
|
3004
2460
|
logAnalyticsWorkspaceResourceId: item["logAnalyticsWorkspaceResourceId"],
|
|
3005
2461
|
securityMonitoring: !item["securityMonitoring"] ? item["securityMonitoring"] : managedClusterSecurityProfileDefenderSecurityMonitoringDeserializer(
|
|
3006
2462
|
item["securityMonitoring"]
|
|
3007
|
-
)
|
|
3008
|
-
securityGating: !item["securityGating"] ? item["securityGating"] : managedClusterSecurityProfileDefenderSecurityGatingDeserializer(item["securityGating"])
|
|
2463
|
+
)
|
|
3009
2464
|
};
|
|
3010
2465
|
}
|
|
3011
2466
|
function managedClusterSecurityProfileDefenderSecurityMonitoringSerializer(item) {
|
|
@@ -3016,46 +2471,6 @@ function managedClusterSecurityProfileDefenderSecurityMonitoringDeserializer(ite
|
|
|
3016
2471
|
enabled: item["enabled"]
|
|
3017
2472
|
};
|
|
3018
2473
|
}
|
|
3019
|
-
function managedClusterSecurityProfileDefenderSecurityGatingSerializer(item) {
|
|
3020
|
-
return {
|
|
3021
|
-
enabled: item["enabled"],
|
|
3022
|
-
identities: !item["identities"] ? item["identities"] : managedClusterSecurityProfileDefenderSecurityGatingIdentitiesItemArraySerializer(
|
|
3023
|
-
item["identities"]
|
|
3024
|
-
),
|
|
3025
|
-
allowSecretAccess: item["allowSecretAccess"]
|
|
3026
|
-
};
|
|
3027
|
-
}
|
|
3028
|
-
function managedClusterSecurityProfileDefenderSecurityGatingDeserializer(item) {
|
|
3029
|
-
return {
|
|
3030
|
-
enabled: item["enabled"],
|
|
3031
|
-
identities: !item["identities"] ? item["identities"] : managedClusterSecurityProfileDefenderSecurityGatingIdentitiesItemArrayDeserializer(
|
|
3032
|
-
item["identities"]
|
|
3033
|
-
),
|
|
3034
|
-
allowSecretAccess: item["allowSecretAccess"]
|
|
3035
|
-
};
|
|
3036
|
-
}
|
|
3037
|
-
function managedClusterSecurityProfileDefenderSecurityGatingIdentitiesItemArraySerializer(result) {
|
|
3038
|
-
return result.map((item) => {
|
|
3039
|
-
return managedClusterSecurityProfileDefenderSecurityGatingIdentitiesItemSerializer(item);
|
|
3040
|
-
});
|
|
3041
|
-
}
|
|
3042
|
-
function managedClusterSecurityProfileDefenderSecurityGatingIdentitiesItemArrayDeserializer(result) {
|
|
3043
|
-
return result.map((item) => {
|
|
3044
|
-
return managedClusterSecurityProfileDefenderSecurityGatingIdentitiesItemDeserializer(item);
|
|
3045
|
-
});
|
|
3046
|
-
}
|
|
3047
|
-
function managedClusterSecurityProfileDefenderSecurityGatingIdentitiesItemSerializer(item) {
|
|
3048
|
-
return {
|
|
3049
|
-
azureContainerRegistry: item["azureContainerRegistry"],
|
|
3050
|
-
identity: !item["identity"] ? item["identity"] : userAssignedIdentitySerializer(item["identity"])
|
|
3051
|
-
};
|
|
3052
|
-
}
|
|
3053
|
-
function managedClusterSecurityProfileDefenderSecurityGatingIdentitiesItemDeserializer(item) {
|
|
3054
|
-
return {
|
|
3055
|
-
azureContainerRegistry: item["azureContainerRegistry"],
|
|
3056
|
-
identity: !item["identity"] ? item["identity"] : userAssignedIdentityDeserializer(item["identity"])
|
|
3057
|
-
};
|
|
3058
|
-
}
|
|
3059
2474
|
function azureKeyVaultKmsSerializer(item) {
|
|
3060
2475
|
return {
|
|
3061
2476
|
enabled: item["enabled"],
|
|
@@ -3077,19 +2492,6 @@ var KnownKeyVaultNetworkAccessTypes = /* @__PURE__ */ ((KnownKeyVaultNetworkAcce
|
|
|
3077
2492
|
KnownKeyVaultNetworkAccessTypes2["Private"] = "Private";
|
|
3078
2493
|
return KnownKeyVaultNetworkAccessTypes2;
|
|
3079
2494
|
})(KnownKeyVaultNetworkAccessTypes || {});
|
|
3080
|
-
function kubernetesResourceObjectEncryptionProfileSerializer(item) {
|
|
3081
|
-
return { infrastructureEncryption: item["infrastructureEncryption"] };
|
|
3082
|
-
}
|
|
3083
|
-
function kubernetesResourceObjectEncryptionProfileDeserializer(item) {
|
|
3084
|
-
return {
|
|
3085
|
-
infrastructureEncryption: item["infrastructureEncryption"]
|
|
3086
|
-
};
|
|
3087
|
-
}
|
|
3088
|
-
var KnownInfrastructureEncryption = /* @__PURE__ */ ((KnownInfrastructureEncryption2) => {
|
|
3089
|
-
KnownInfrastructureEncryption2["Enabled"] = "Enabled";
|
|
3090
|
-
KnownInfrastructureEncryption2["Disabled"] = "Disabled";
|
|
3091
|
-
return KnownInfrastructureEncryption2;
|
|
3092
|
-
})(KnownInfrastructureEncryption || {});
|
|
3093
2495
|
function managedClusterSecurityProfileWorkloadIdentitySerializer(item) {
|
|
3094
2496
|
return { enabled: item["enabled"] };
|
|
3095
2497
|
}
|
|
@@ -3107,31 +2509,6 @@ function managedClusterSecurityProfileImageCleanerDeserializer(item) {
|
|
|
3107
2509
|
intervalHours: item["intervalHours"]
|
|
3108
2510
|
};
|
|
3109
2511
|
}
|
|
3110
|
-
function managedClusterSecurityProfileImageIntegritySerializer(item) {
|
|
3111
|
-
return { enabled: item["enabled"] };
|
|
3112
|
-
}
|
|
3113
|
-
function managedClusterSecurityProfileImageIntegrityDeserializer(item) {
|
|
3114
|
-
return {
|
|
3115
|
-
enabled: item["enabled"]
|
|
3116
|
-
};
|
|
3117
|
-
}
|
|
3118
|
-
function managedClusterSecurityProfileNodeRestrictionSerializer(item) {
|
|
3119
|
-
return { enabled: item["enabled"] };
|
|
3120
|
-
}
|
|
3121
|
-
function managedClusterSecurityProfileNodeRestrictionDeserializer(item) {
|
|
3122
|
-
return {
|
|
3123
|
-
enabled: item["enabled"]
|
|
3124
|
-
};
|
|
3125
|
-
}
|
|
3126
|
-
function serviceAccountImagePullProfileSerializer(item) {
|
|
3127
|
-
return { enabled: item["enabled"], defaultManagedIdentityId: item["defaultManagedIdentityId"] };
|
|
3128
|
-
}
|
|
3129
|
-
function serviceAccountImagePullProfileDeserializer(item) {
|
|
3130
|
-
return {
|
|
3131
|
-
enabled: item["enabled"],
|
|
3132
|
-
defaultManagedIdentityId: item["defaultManagedIdentityId"]
|
|
3133
|
-
};
|
|
3134
|
-
}
|
|
3135
2512
|
function managedClusterStorageProfileSerializer(item) {
|
|
3136
2513
|
return {
|
|
3137
2514
|
diskCSIDriver: !item["diskCSIDriver"] ? item["diskCSIDriver"] : managedClusterStorageProfileDiskCSIDriverSerializer(item["diskCSIDriver"]),
|
|
@@ -3183,19 +2560,13 @@ function managedClusterStorageProfileBlobCSIDriverDeserializer(item) {
|
|
|
3183
2560
|
function managedClusterIngressProfileSerializer(item) {
|
|
3184
2561
|
return {
|
|
3185
2562
|
webAppRouting: !item["webAppRouting"] ? item["webAppRouting"] : managedClusterIngressProfileWebAppRoutingSerializer(item["webAppRouting"]),
|
|
3186
|
-
gatewayAPI: !item["gatewayAPI"] ? item["gatewayAPI"] : managedClusterIngressProfileGatewayConfigurationSerializer(item["gatewayAPI"])
|
|
3187
|
-
applicationLoadBalancer: !item["applicationLoadBalancer"] ? item["applicationLoadBalancer"] : managedClusterIngressProfileApplicationLoadBalancerSerializer(
|
|
3188
|
-
item["applicationLoadBalancer"]
|
|
3189
|
-
)
|
|
2563
|
+
gatewayAPI: !item["gatewayAPI"] ? item["gatewayAPI"] : managedClusterIngressProfileGatewayConfigurationSerializer(item["gatewayAPI"])
|
|
3190
2564
|
};
|
|
3191
2565
|
}
|
|
3192
2566
|
function managedClusterIngressProfileDeserializer(item) {
|
|
3193
2567
|
return {
|
|
3194
2568
|
webAppRouting: !item["webAppRouting"] ? item["webAppRouting"] : managedClusterIngressProfileWebAppRoutingDeserializer(item["webAppRouting"]),
|
|
3195
|
-
gatewayAPI: !item["gatewayAPI"] ? item["gatewayAPI"] : managedClusterIngressProfileGatewayConfigurationDeserializer(item["gatewayAPI"])
|
|
3196
|
-
applicationLoadBalancer: !item["applicationLoadBalancer"] ? item["applicationLoadBalancer"] : managedClusterIngressProfileApplicationLoadBalancerDeserializer(
|
|
3197
|
-
item["applicationLoadBalancer"]
|
|
3198
|
-
)
|
|
2569
|
+
gatewayAPI: !item["gatewayAPI"] ? item["gatewayAPI"] : managedClusterIngressProfileGatewayConfigurationDeserializer(item["gatewayAPI"])
|
|
3199
2570
|
};
|
|
3200
2571
|
}
|
|
3201
2572
|
function managedClusterIngressProfileWebAppRoutingSerializer(item) {
|
|
@@ -3207,8 +2578,7 @@ function managedClusterIngressProfileWebAppRoutingSerializer(item) {
|
|
|
3207
2578
|
dnsZoneResourceIds: !item["dnsZoneResourceIds"] ? item["dnsZoneResourceIds"] : item["dnsZoneResourceIds"].map((p) => {
|
|
3208
2579
|
return p;
|
|
3209
2580
|
}),
|
|
3210
|
-
nginx: !item["nginx"] ? item["nginx"] : managedClusterIngressProfileNginxSerializer(item["nginx"])
|
|
3211
|
-
defaultDomain: !item["defaultDomain"] ? item["defaultDomain"] : managedClusterIngressDefaultDomainProfileSerializer(item["defaultDomain"])
|
|
2581
|
+
nginx: !item["nginx"] ? item["nginx"] : managedClusterIngressProfileNginxSerializer(item["nginx"])
|
|
3212
2582
|
};
|
|
3213
2583
|
}
|
|
3214
2584
|
function managedClusterIngressProfileWebAppRoutingDeserializer(item) {
|
|
@@ -3221,8 +2591,7 @@ function managedClusterIngressProfileWebAppRoutingDeserializer(item) {
|
|
|
3221
2591
|
return p;
|
|
3222
2592
|
}),
|
|
3223
2593
|
nginx: !item["nginx"] ? item["nginx"] : managedClusterIngressProfileNginxDeserializer(item["nginx"]),
|
|
3224
|
-
identity: !item["identity"] ? item["identity"] : userAssignedIdentityDeserializer(item["identity"])
|
|
3225
|
-
defaultDomain: !item["defaultDomain"] ? item["defaultDomain"] : managedClusterIngressDefaultDomainProfileDeserializer(item["defaultDomain"])
|
|
2594
|
+
identity: !item["identity"] ? item["identity"] : userAssignedIdentityDeserializer(item["identity"])
|
|
3226
2595
|
};
|
|
3227
2596
|
}
|
|
3228
2597
|
function managedClusterWebAppRoutingGatewayAPIImplementationsSerializer(item) {
|
|
@@ -3263,15 +2632,6 @@ var KnownNginxIngressControllerType = /* @__PURE__ */ ((KnownNginxIngressControl
|
|
|
3263
2632
|
KnownNginxIngressControllerType2["None"] = "None";
|
|
3264
2633
|
return KnownNginxIngressControllerType2;
|
|
3265
2634
|
})(KnownNginxIngressControllerType || {});
|
|
3266
|
-
function managedClusterIngressDefaultDomainProfileSerializer(item) {
|
|
3267
|
-
return { enabled: item["enabled"] };
|
|
3268
|
-
}
|
|
3269
|
-
function managedClusterIngressDefaultDomainProfileDeserializer(item) {
|
|
3270
|
-
return {
|
|
3271
|
-
enabled: item["enabled"],
|
|
3272
|
-
domainName: item["domainName"]
|
|
3273
|
-
};
|
|
3274
|
-
}
|
|
3275
2635
|
function managedClusterIngressProfileGatewayConfigurationSerializer(item) {
|
|
3276
2636
|
return { installation: item["installation"] };
|
|
3277
2637
|
}
|
|
@@ -3285,19 +2645,9 @@ var KnownManagedGatewayType = /* @__PURE__ */ ((KnownManagedGatewayType2) => {
|
|
|
3285
2645
|
KnownManagedGatewayType2["Standard"] = "Standard";
|
|
3286
2646
|
return KnownManagedGatewayType2;
|
|
3287
2647
|
})(KnownManagedGatewayType || {});
|
|
3288
|
-
function managedClusterIngressProfileApplicationLoadBalancerSerializer(item) {
|
|
3289
|
-
return { enabled: item["enabled"] };
|
|
3290
|
-
}
|
|
3291
|
-
function managedClusterIngressProfileApplicationLoadBalancerDeserializer(item) {
|
|
3292
|
-
return {
|
|
3293
|
-
enabled: item["enabled"],
|
|
3294
|
-
identity: !item["identity"] ? item["identity"] : userAssignedIdentityDeserializer(item["identity"])
|
|
3295
|
-
};
|
|
3296
|
-
}
|
|
3297
2648
|
var KnownPublicNetworkAccess = /* @__PURE__ */ ((KnownPublicNetworkAccess2) => {
|
|
3298
2649
|
KnownPublicNetworkAccess2["Enabled"] = "Enabled";
|
|
3299
2650
|
KnownPublicNetworkAccess2["Disabled"] = "Disabled";
|
|
3300
|
-
KnownPublicNetworkAccess2["SecuredByPerimeter"] = "SecuredByPerimeter";
|
|
3301
2651
|
return KnownPublicNetworkAccess2;
|
|
3302
2652
|
})(KnownPublicNetworkAccess || {});
|
|
3303
2653
|
function managedClusterWorkloadAutoScalerProfileSerializer(item) {
|
|
@@ -3325,30 +2675,22 @@ function managedClusterWorkloadAutoScalerProfileKedaDeserializer(item) {
|
|
|
3325
2675
|
};
|
|
3326
2676
|
}
|
|
3327
2677
|
function managedClusterWorkloadAutoScalerProfileVerticalPodAutoscalerSerializer(item) {
|
|
3328
|
-
return { enabled: item["enabled"]
|
|
2678
|
+
return { enabled: item["enabled"] };
|
|
3329
2679
|
}
|
|
3330
2680
|
function managedClusterWorkloadAutoScalerProfileVerticalPodAutoscalerDeserializer(item) {
|
|
3331
2681
|
return {
|
|
3332
|
-
enabled: item["enabled"]
|
|
3333
|
-
addonAutoscaling: item["addonAutoscaling"]
|
|
2682
|
+
enabled: item["enabled"]
|
|
3334
2683
|
};
|
|
3335
2684
|
}
|
|
3336
|
-
var KnownAddonAutoscaling = /* @__PURE__ */ ((KnownAddonAutoscaling2) => {
|
|
3337
|
-
KnownAddonAutoscaling2["Enabled"] = "Enabled";
|
|
3338
|
-
KnownAddonAutoscaling2["Disabled"] = "Disabled";
|
|
3339
|
-
return KnownAddonAutoscaling2;
|
|
3340
|
-
})(KnownAddonAutoscaling || {});
|
|
3341
2685
|
function managedClusterAzureMonitorProfileSerializer(item) {
|
|
3342
2686
|
return {
|
|
3343
2687
|
metrics: !item["metrics"] ? item["metrics"] : managedClusterAzureMonitorProfileMetricsSerializer(item["metrics"]),
|
|
3344
|
-
containerInsights: !item["containerInsights"] ? item["containerInsights"] : managedClusterAzureMonitorProfileContainerInsightsSerializer(item["containerInsights"]),
|
|
3345
2688
|
appMonitoring: !item["appMonitoring"] ? item["appMonitoring"] : managedClusterAzureMonitorProfileAppMonitoringSerializer(item["appMonitoring"])
|
|
3346
2689
|
};
|
|
3347
2690
|
}
|
|
3348
2691
|
function managedClusterAzureMonitorProfileDeserializer(item) {
|
|
3349
2692
|
return {
|
|
3350
2693
|
metrics: !item["metrics"] ? item["metrics"] : managedClusterAzureMonitorProfileMetricsDeserializer(item["metrics"]),
|
|
3351
|
-
containerInsights: !item["containerInsights"] ? item["containerInsights"] : managedClusterAzureMonitorProfileContainerInsightsDeserializer(item["containerInsights"]),
|
|
3352
2694
|
appMonitoring: !item["appMonitoring"] ? item["appMonitoring"] : managedClusterAzureMonitorProfileAppMonitoringDeserializer(item["appMonitoring"])
|
|
3353
2695
|
};
|
|
3354
2696
|
}
|
|
@@ -3386,41 +2728,10 @@ function managedClusterAzureMonitorProfileMetricsControlPlaneDeserializer(item)
|
|
|
3386
2728
|
enabled: item["enabled"]
|
|
3387
2729
|
};
|
|
3388
2730
|
}
|
|
3389
|
-
function managedClusterAzureMonitorProfileContainerInsightsSerializer(item) {
|
|
3390
|
-
return {
|
|
3391
|
-
enabled: item["enabled"],
|
|
3392
|
-
logAnalyticsWorkspaceResourceId: item["logAnalyticsWorkspaceResourceId"],
|
|
3393
|
-
syslogPort: item["syslogPort"],
|
|
3394
|
-
disableCustomMetrics: item["disableCustomMetrics"],
|
|
3395
|
-
disablePrometheusMetricsScraping: item["disablePrometheusMetricsScraping"],
|
|
3396
|
-
containerNetworkLogs: item["containerNetworkLogs"]
|
|
3397
|
-
};
|
|
3398
|
-
}
|
|
3399
|
-
function managedClusterAzureMonitorProfileContainerInsightsDeserializer(item) {
|
|
3400
|
-
return {
|
|
3401
|
-
enabled: item["enabled"],
|
|
3402
|
-
logAnalyticsWorkspaceResourceId: item["logAnalyticsWorkspaceResourceId"],
|
|
3403
|
-
syslogPort: item["syslogPort"],
|
|
3404
|
-
disableCustomMetrics: item["disableCustomMetrics"],
|
|
3405
|
-
disablePrometheusMetricsScraping: item["disablePrometheusMetricsScraping"],
|
|
3406
|
-
containerNetworkLogs: item["containerNetworkLogs"]
|
|
3407
|
-
};
|
|
3408
|
-
}
|
|
3409
|
-
var KnownContainerNetworkLogs = /* @__PURE__ */ ((KnownContainerNetworkLogs2) => {
|
|
3410
|
-
KnownContainerNetworkLogs2["Disabled"] = "Disabled";
|
|
3411
|
-
KnownContainerNetworkLogs2["Enabled"] = "Enabled";
|
|
3412
|
-
return KnownContainerNetworkLogs2;
|
|
3413
|
-
})(KnownContainerNetworkLogs || {});
|
|
3414
2731
|
function managedClusterAzureMonitorProfileAppMonitoringSerializer(item) {
|
|
3415
2732
|
return {
|
|
3416
2733
|
autoInstrumentation: !item["autoInstrumentation"] ? item["autoInstrumentation"] : managedClusterAzureMonitorProfileAppMonitoringAutoInstrumentationSerializer(
|
|
3417
2734
|
item["autoInstrumentation"]
|
|
3418
|
-
),
|
|
3419
|
-
openTelemetryMetrics: !item["openTelemetryMetrics"] ? item["openTelemetryMetrics"] : managedClusterAzureMonitorProfileAppMonitoringOpenTelemetryMetricsSerializer(
|
|
3420
|
-
item["openTelemetryMetrics"]
|
|
3421
|
-
),
|
|
3422
|
-
openTelemetryLogsAndTraces: !item["openTelemetryLogsAndTraces"] ? item["openTelemetryLogsAndTraces"] : managedClusterAzureMonitorProfileAppMonitoringOpenTelemetryLogsAndTracesSerializer(
|
|
3423
|
-
item["openTelemetryLogsAndTraces"]
|
|
3424
2735
|
)
|
|
3425
2736
|
};
|
|
3426
2737
|
}
|
|
@@ -3428,12 +2739,6 @@ function managedClusterAzureMonitorProfileAppMonitoringDeserializer(item) {
|
|
|
3428
2739
|
return {
|
|
3429
2740
|
autoInstrumentation: !item["autoInstrumentation"] ? item["autoInstrumentation"] : managedClusterAzureMonitorProfileAppMonitoringAutoInstrumentationDeserializer(
|
|
3430
2741
|
item["autoInstrumentation"]
|
|
3431
|
-
),
|
|
3432
|
-
openTelemetryMetrics: !item["openTelemetryMetrics"] ? item["openTelemetryMetrics"] : managedClusterAzureMonitorProfileAppMonitoringOpenTelemetryMetricsDeserializer(
|
|
3433
|
-
item["openTelemetryMetrics"]
|
|
3434
|
-
),
|
|
3435
|
-
openTelemetryLogsAndTraces: !item["openTelemetryLogsAndTraces"] ? item["openTelemetryLogsAndTraces"] : managedClusterAzureMonitorProfileAppMonitoringOpenTelemetryLogsAndTracesDeserializer(
|
|
3436
|
-
item["openTelemetryLogsAndTraces"]
|
|
3437
2742
|
)
|
|
3438
2743
|
};
|
|
3439
2744
|
}
|
|
@@ -3445,26 +2750,6 @@ function managedClusterAzureMonitorProfileAppMonitoringAutoInstrumentationDeseri
|
|
|
3445
2750
|
enabled: item["enabled"]
|
|
3446
2751
|
};
|
|
3447
2752
|
}
|
|
3448
|
-
function managedClusterAzureMonitorProfileAppMonitoringOpenTelemetryMetricsSerializer(item) {
|
|
3449
|
-
return { enabled: item["enabled"], httpPort: item["httpPort"], grpcPort: item["grpcPort"] };
|
|
3450
|
-
}
|
|
3451
|
-
function managedClusterAzureMonitorProfileAppMonitoringOpenTelemetryMetricsDeserializer(item) {
|
|
3452
|
-
return {
|
|
3453
|
-
enabled: item["enabled"],
|
|
3454
|
-
httpPort: item["httpPort"],
|
|
3455
|
-
grpcPort: item["grpcPort"]
|
|
3456
|
-
};
|
|
3457
|
-
}
|
|
3458
|
-
function managedClusterAzureMonitorProfileAppMonitoringOpenTelemetryLogsAndTracesSerializer(item) {
|
|
3459
|
-
return { enabled: item["enabled"], httpPort: item["httpPort"], grpcPort: item["grpcPort"] };
|
|
3460
|
-
}
|
|
3461
|
-
function managedClusterAzureMonitorProfileAppMonitoringOpenTelemetryLogsAndTracesDeserializer(item) {
|
|
3462
|
-
return {
|
|
3463
|
-
enabled: item["enabled"],
|
|
3464
|
-
httpPort: item["httpPort"],
|
|
3465
|
-
grpcPort: item["grpcPort"]
|
|
3466
|
-
};
|
|
3467
|
-
}
|
|
3468
2753
|
function serviceMeshProfileSerializer(item) {
|
|
3469
2754
|
return {
|
|
3470
2755
|
mode: item["mode"],
|
|
@@ -3659,39 +2944,6 @@ function managedClusterAIToolchainOperatorProfileDeserializer(item) {
|
|
|
3659
2944
|
enabled: item["enabled"]
|
|
3660
2945
|
};
|
|
3661
2946
|
}
|
|
3662
|
-
function schedulerProfileSerializer(item) {
|
|
3663
|
-
return {
|
|
3664
|
-
schedulerInstanceProfiles: !item["schedulerInstanceProfiles"] ? item["schedulerInstanceProfiles"] : schedulerProfileSchedulerInstanceProfilesSerializer(item["schedulerInstanceProfiles"])
|
|
3665
|
-
};
|
|
3666
|
-
}
|
|
3667
|
-
function schedulerProfileDeserializer(item) {
|
|
3668
|
-
return {
|
|
3669
|
-
schedulerInstanceProfiles: !item["schedulerInstanceProfiles"] ? item["schedulerInstanceProfiles"] : schedulerProfileSchedulerInstanceProfilesDeserializer(item["schedulerInstanceProfiles"])
|
|
3670
|
-
};
|
|
3671
|
-
}
|
|
3672
|
-
function schedulerProfileSchedulerInstanceProfilesSerializer(item) {
|
|
3673
|
-
return {
|
|
3674
|
-
upstream: !item["upstream"] ? item["upstream"] : schedulerInstanceProfileSerializer(item["upstream"])
|
|
3675
|
-
};
|
|
3676
|
-
}
|
|
3677
|
-
function schedulerProfileSchedulerInstanceProfilesDeserializer(item) {
|
|
3678
|
-
return {
|
|
3679
|
-
upstream: !item["upstream"] ? item["upstream"] : schedulerInstanceProfileDeserializer(item["upstream"])
|
|
3680
|
-
};
|
|
3681
|
-
}
|
|
3682
|
-
function schedulerInstanceProfileSerializer(item) {
|
|
3683
|
-
return { schedulerConfigMode: item["schedulerConfigMode"] };
|
|
3684
|
-
}
|
|
3685
|
-
function schedulerInstanceProfileDeserializer(item) {
|
|
3686
|
-
return {
|
|
3687
|
-
schedulerConfigMode: item["schedulerConfigMode"]
|
|
3688
|
-
};
|
|
3689
|
-
}
|
|
3690
|
-
var KnownSchedulerConfigMode = /* @__PURE__ */ ((KnownSchedulerConfigMode2) => {
|
|
3691
|
-
KnownSchedulerConfigMode2["Default"] = "Default";
|
|
3692
|
-
KnownSchedulerConfigMode2["ManagedByCRD"] = "ManagedByCRD";
|
|
3693
|
-
return KnownSchedulerConfigMode2;
|
|
3694
|
-
})(KnownSchedulerConfigMode || {});
|
|
3695
2947
|
function managedClusterHostedSystemProfileSerializer(item) {
|
|
3696
2948
|
return {
|
|
3697
2949
|
enabled: item["enabled"],
|
|
@@ -3706,48 +2958,8 @@ function managedClusterHostedSystemProfileDeserializer(item) {
|
|
|
3706
2958
|
nodeSubnetID: item["nodeSubnetID"]
|
|
3707
2959
|
};
|
|
3708
2960
|
}
|
|
3709
|
-
function
|
|
3710
|
-
return {
|
|
3711
|
-
enableContinuousControlPlaneAndAddonMonitor: item["enableContinuousControlPlaneAndAddonMonitor"],
|
|
3712
|
-
enableOnDemandMonitor: item["enableOnDemandMonitor"]
|
|
3713
|
-
};
|
|
3714
|
-
}
|
|
3715
|
-
function managedClusterHealthMonitorProfileDeserializer(item) {
|
|
3716
|
-
return {
|
|
3717
|
-
enableContinuousControlPlaneAndAddonMonitor: item["enableContinuousControlPlaneAndAddonMonitor"],
|
|
3718
|
-
enableOnDemandMonitor: item["enableOnDemandMonitor"]
|
|
3719
|
-
};
|
|
3720
|
-
}
|
|
3721
|
-
function managedClusterControlPlaneScalingProfileSerializer(item) {
|
|
3722
|
-
return { scalingSize: item["scalingSize"] };
|
|
3723
|
-
}
|
|
3724
|
-
function managedClusterControlPlaneScalingProfileDeserializer(item) {
|
|
3725
|
-
return {
|
|
3726
|
-
scalingSize: item["scalingSize"]
|
|
3727
|
-
};
|
|
3728
|
-
}
|
|
3729
|
-
var KnownControlPlaneScalingSize = /* @__PURE__ */ ((KnownControlPlaneScalingSize2) => {
|
|
3730
|
-
KnownControlPlaneScalingSize2["H2"] = "H2";
|
|
3731
|
-
KnownControlPlaneScalingSize2["H4"] = "H4";
|
|
3732
|
-
KnownControlPlaneScalingSize2["H8"] = "H8";
|
|
3733
|
-
return KnownControlPlaneScalingSize2;
|
|
3734
|
-
})(KnownControlPlaneScalingSize || {});
|
|
3735
|
-
function nodeDisruptionProfileSerializer(item) {
|
|
3736
|
-
return { nodeDisruptionPolicy: item["nodeDisruptionPolicy"] };
|
|
3737
|
-
}
|
|
3738
|
-
function nodeDisruptionProfileDeserializer(item) {
|
|
3739
|
-
return {
|
|
3740
|
-
nodeDisruptionPolicy: item["nodeDisruptionPolicy"]
|
|
3741
|
-
};
|
|
3742
|
-
}
|
|
3743
|
-
var KnownNodeDisruptionPolicy = /* @__PURE__ */ ((KnownNodeDisruptionPolicy2) => {
|
|
3744
|
-
KnownNodeDisruptionPolicy2["Allow"] = "Allow";
|
|
3745
|
-
KnownNodeDisruptionPolicy2["AllowDuringMaintenanceWindow"] = "AllowDuringMaintenanceWindow";
|
|
3746
|
-
KnownNodeDisruptionPolicy2["Block"] = "Block";
|
|
3747
|
-
return KnownNodeDisruptionPolicy2;
|
|
3748
|
-
})(KnownNodeDisruptionPolicy || {});
|
|
3749
|
-
function managedClusterStatusSerializer(_item) {
|
|
3750
|
-
return {};
|
|
2961
|
+
function managedClusterStatusSerializer(_item) {
|
|
2962
|
+
return {};
|
|
3751
2963
|
}
|
|
3752
2964
|
function managedClusterStatusDeserializer(item) {
|
|
3753
2965
|
return {
|
|
@@ -3990,13 +3202,6 @@ function endpointDetailDeserializer(item) {
|
|
|
3990
3202
|
description: item["description"]
|
|
3991
3203
|
};
|
|
3992
3204
|
}
|
|
3993
|
-
function rebalanceLoadBalancersRequestBodySerializer(item) {
|
|
3994
|
-
return {
|
|
3995
|
-
loadBalancerNames: !item["loadBalancerNames"] ? item["loadBalancerNames"] : item["loadBalancerNames"].map((p) => {
|
|
3996
|
-
return p;
|
|
3997
|
-
})
|
|
3998
|
-
};
|
|
3999
|
-
}
|
|
4000
3205
|
function managedClusterUpgradeProfileDeserializer(item) {
|
|
4001
3206
|
return {
|
|
4002
3207
|
id: item["id"],
|
|
@@ -4017,8 +3222,7 @@ function managedClusterPoolUpgradeProfileDeserializer(item) {
|
|
|
4017
3222
|
kubernetesVersion: item["kubernetesVersion"],
|
|
4018
3223
|
name: item["name"],
|
|
4019
3224
|
osType: item["osType"],
|
|
4020
|
-
upgrades: !item["upgrades"] ? item["upgrades"] : managedClusterPoolUpgradeProfileUpgradesItemArrayDeserializer(item["upgrades"])
|
|
4021
|
-
componentsByReleases: !item["componentsByReleases"] ? item["componentsByReleases"] : componentsByReleaseArrayDeserializer(item["componentsByReleases"])
|
|
3225
|
+
upgrades: !item["upgrades"] ? item["upgrades"] : managedClusterPoolUpgradeProfileUpgradesItemArrayDeserializer(item["upgrades"])
|
|
4022
3226
|
};
|
|
4023
3227
|
}
|
|
4024
3228
|
function managedClusterPoolUpgradeProfileUpgradesItemArrayDeserializer(result) {
|
|
@@ -4029,8 +3233,7 @@ function managedClusterPoolUpgradeProfileUpgradesItemArrayDeserializer(result) {
|
|
|
4029
3233
|
function managedClusterPoolUpgradeProfileUpgradesItemDeserializer(item) {
|
|
4030
3234
|
return {
|
|
4031
3235
|
kubernetesVersion: item["kubernetesVersion"],
|
|
4032
|
-
isPreview: item["isPreview"]
|
|
4033
|
-
isOutOfSupport: item["isOutOfSupport"]
|
|
3236
|
+
isPreview: item["isPreview"]
|
|
4034
3237
|
};
|
|
4035
3238
|
}
|
|
4036
3239
|
function managedClusterPoolUpgradeProfileArrayDeserializer(result) {
|
|
@@ -4038,68 +3241,6 @@ function managedClusterPoolUpgradeProfileArrayDeserializer(result) {
|
|
|
4038
3241
|
return managedClusterPoolUpgradeProfileDeserializer(item);
|
|
4039
3242
|
});
|
|
4040
3243
|
}
|
|
4041
|
-
function guardrailsAvailableVersionDeserializer(item) {
|
|
4042
|
-
return {
|
|
4043
|
-
id: item["id"],
|
|
4044
|
-
name: item["name"],
|
|
4045
|
-
type: item["type"],
|
|
4046
|
-
systemData: !item["systemData"] ? item["systemData"] : systemDataDeserializer(item["systemData"]),
|
|
4047
|
-
properties: guardrailsAvailableVersionsPropertiesDeserializer(item["properties"])
|
|
4048
|
-
};
|
|
4049
|
-
}
|
|
4050
|
-
function guardrailsAvailableVersionsPropertiesDeserializer(item) {
|
|
4051
|
-
return {
|
|
4052
|
-
isDefaultVersion: item["isDefaultVersion"],
|
|
4053
|
-
support: item["support"]
|
|
4054
|
-
};
|
|
4055
|
-
}
|
|
4056
|
-
var KnownGuardrailsSupport = /* @__PURE__ */ ((KnownGuardrailsSupport2) => {
|
|
4057
|
-
KnownGuardrailsSupport2["Preview"] = "Preview";
|
|
4058
|
-
KnownGuardrailsSupport2["Stable"] = "Stable";
|
|
4059
|
-
return KnownGuardrailsSupport2;
|
|
4060
|
-
})(KnownGuardrailsSupport || {});
|
|
4061
|
-
function _guardrailsAvailableVersionsListDeserializer(item) {
|
|
4062
|
-
return {
|
|
4063
|
-
value: guardrailsAvailableVersionArrayDeserializer(item["value"]),
|
|
4064
|
-
nextLink: item["nextLink"]
|
|
4065
|
-
};
|
|
4066
|
-
}
|
|
4067
|
-
function guardrailsAvailableVersionArrayDeserializer(result) {
|
|
4068
|
-
return result.map((item) => {
|
|
4069
|
-
return guardrailsAvailableVersionDeserializer(item);
|
|
4070
|
-
});
|
|
4071
|
-
}
|
|
4072
|
-
function safeguardsAvailableVersionDeserializer(item) {
|
|
4073
|
-
return {
|
|
4074
|
-
id: item["id"],
|
|
4075
|
-
name: item["name"],
|
|
4076
|
-
type: item["type"],
|
|
4077
|
-
systemData: !item["systemData"] ? item["systemData"] : systemDataDeserializer(item["systemData"]),
|
|
4078
|
-
properties: safeguardsAvailableVersionsPropertiesDeserializer(item["properties"])
|
|
4079
|
-
};
|
|
4080
|
-
}
|
|
4081
|
-
function safeguardsAvailableVersionsPropertiesDeserializer(item) {
|
|
4082
|
-
return {
|
|
4083
|
-
isDefaultVersion: item["isDefaultVersion"],
|
|
4084
|
-
support: item["support"]
|
|
4085
|
-
};
|
|
4086
|
-
}
|
|
4087
|
-
var KnownSafeguardsSupport = /* @__PURE__ */ ((KnownSafeguardsSupport2) => {
|
|
4088
|
-
KnownSafeguardsSupport2["Preview"] = "Preview";
|
|
4089
|
-
KnownSafeguardsSupport2["Stable"] = "Stable";
|
|
4090
|
-
return KnownSafeguardsSupport2;
|
|
4091
|
-
})(KnownSafeguardsSupport || {});
|
|
4092
|
-
function _safeguardsAvailableVersionsListDeserializer(item) {
|
|
4093
|
-
return {
|
|
4094
|
-
value: safeguardsAvailableVersionArrayDeserializer(item["value"]),
|
|
4095
|
-
nextLink: item["nextLink"]
|
|
4096
|
-
};
|
|
4097
|
-
}
|
|
4098
|
-
function safeguardsAvailableVersionArrayDeserializer(result) {
|
|
4099
|
-
return result.map((item) => {
|
|
4100
|
-
return safeguardsAvailableVersionDeserializer(item);
|
|
4101
|
-
});
|
|
4102
|
-
}
|
|
4103
3244
|
function meshRevisionProfileDeserializer(item) {
|
|
4104
3245
|
return {
|
|
4105
3246
|
id: item["id"],
|
|
@@ -4539,14 +3680,6 @@ function managedNamespaceArrayDeserializer(result) {
|
|
|
4539
3680
|
return managedNamespaceDeserializer(item);
|
|
4540
3681
|
});
|
|
4541
3682
|
}
|
|
4542
|
-
function machineSerializer(item) {
|
|
4543
|
-
return {
|
|
4544
|
-
properties: !item["properties"] ? item["properties"] : machinePropertiesSerializer(item["properties"]),
|
|
4545
|
-
zones: !item["zones"] ? item["zones"] : item["zones"].map((p) => {
|
|
4546
|
-
return p;
|
|
4547
|
-
})
|
|
4548
|
-
};
|
|
4549
|
-
}
|
|
4550
3683
|
function machineDeserializer(item) {
|
|
4551
3684
|
return {
|
|
4552
3685
|
id: item["id"],
|
|
@@ -4559,58 +3692,15 @@ function machineDeserializer(item) {
|
|
|
4559
3692
|
})
|
|
4560
3693
|
};
|
|
4561
3694
|
}
|
|
4562
|
-
function machinePropertiesSerializer(item) {
|
|
4563
|
-
return {
|
|
4564
|
-
network: !item["network"] ? item["network"] : machineNetworkPropertiesSerializer(item["network"]),
|
|
4565
|
-
hardware: !item["hardware"] ? item["hardware"] : machineHardwareProfileSerializer(item["hardware"]),
|
|
4566
|
-
operatingSystem: !item["operatingSystem"] ? item["operatingSystem"] : machineOSProfileSerializer(item["operatingSystem"]),
|
|
4567
|
-
kubernetes: !item["kubernetes"] ? item["kubernetes"] : machineKubernetesProfileSerializer(item["kubernetes"]),
|
|
4568
|
-
mode: item["mode"],
|
|
4569
|
-
security: !item["security"] ? item["security"] : machineSecurityProfileSerializer(item["security"]),
|
|
4570
|
-
priority: item["priority"],
|
|
4571
|
-
evictionPolicy: item["evictionPolicy"],
|
|
4572
|
-
billing: !item["billing"] ? item["billing"] : machineBillingProfileSerializer(item["billing"]),
|
|
4573
|
-
tags: item["tags"],
|
|
4574
|
-
localDNSProfile: !item["localDNSProfile"] ? item["localDNSProfile"] : localDNSProfileSerializer(item["localDNSProfile"])
|
|
4575
|
-
};
|
|
4576
|
-
}
|
|
4577
3695
|
function machinePropertiesDeserializer(item) {
|
|
4578
3696
|
return {
|
|
4579
3697
|
network: !item["network"] ? item["network"] : machineNetworkPropertiesDeserializer(item["network"]),
|
|
4580
|
-
resourceId: item["resourceId"]
|
|
4581
|
-
hardware: !item["hardware"] ? item["hardware"] : machineHardwareProfileDeserializer(item["hardware"]),
|
|
4582
|
-
operatingSystem: !item["operatingSystem"] ? item["operatingSystem"] : machineOSProfileDeserializer(item["operatingSystem"]),
|
|
4583
|
-
kubernetes: !item["kubernetes"] ? item["kubernetes"] : machineKubernetesProfileDeserializer(item["kubernetes"]),
|
|
4584
|
-
mode: item["mode"],
|
|
4585
|
-
security: !item["security"] ? item["security"] : machineSecurityProfileDeserializer(item["security"]),
|
|
4586
|
-
priority: item["priority"],
|
|
4587
|
-
evictionPolicy: item["evictionPolicy"],
|
|
4588
|
-
billing: !item["billing"] ? item["billing"] : machineBillingProfileDeserializer(item["billing"]),
|
|
4589
|
-
nodeImageVersion: item["nodeImageVersion"],
|
|
4590
|
-
provisioningState: item["provisioningState"],
|
|
4591
|
-
tags: !item["tags"] ? item["tags"] : Object.fromEntries(Object.entries(item["tags"]).map(([k, p]) => [k, p])),
|
|
4592
|
-
eTag: item["eTag"],
|
|
4593
|
-
status: !item["status"] ? item["status"] : machineStatusDeserializer(item["status"]),
|
|
4594
|
-
localDNSProfile: !item["localDNSProfile"] ? item["localDNSProfile"] : localDNSProfileDeserializer(item["localDNSProfile"])
|
|
4595
|
-
};
|
|
4596
|
-
}
|
|
4597
|
-
function machineNetworkPropertiesSerializer(item) {
|
|
4598
|
-
return {
|
|
4599
|
-
vnetSubnetID: item["vnetSubnetID"],
|
|
4600
|
-
podSubnetID: item["podSubnetID"],
|
|
4601
|
-
enableNodePublicIP: item["enableNodePublicIP"],
|
|
4602
|
-
nodePublicIPPrefixID: item["nodePublicIPPrefixID"],
|
|
4603
|
-
nodePublicIPTags: !item["nodePublicIPTags"] ? item["nodePublicIPTags"] : ipTagArraySerializer(item["nodePublicIPTags"])
|
|
3698
|
+
resourceId: item["resourceId"]
|
|
4604
3699
|
};
|
|
4605
3700
|
}
|
|
4606
3701
|
function machineNetworkPropertiesDeserializer(item) {
|
|
4607
3702
|
return {
|
|
4608
|
-
ipAddresses: !item["ipAddresses"] ? item["ipAddresses"] : machineIpAddressArrayDeserializer(item["ipAddresses"])
|
|
4609
|
-
vnetSubnetID: item["vnetSubnetID"],
|
|
4610
|
-
podSubnetID: item["podSubnetID"],
|
|
4611
|
-
enableNodePublicIP: item["enableNodePublicIP"],
|
|
4612
|
-
nodePublicIPPrefixID: item["nodePublicIPPrefixID"],
|
|
4613
|
-
nodePublicIPTags: !item["nodePublicIPTags"] ? item["nodePublicIPTags"] : ipTagArrayDeserializer(item["nodePublicIPTags"])
|
|
3703
|
+
ipAddresses: !item["ipAddresses"] ? item["ipAddresses"] : machineIpAddressArrayDeserializer(item["ipAddresses"])
|
|
4614
3704
|
};
|
|
4615
3705
|
}
|
|
4616
3706
|
function machineIpAddressArrayDeserializer(result) {
|
|
@@ -4624,148 +3714,12 @@ function machineIpAddressDeserializer(item) {
|
|
|
4624
3714
|
ip: item["ip"]
|
|
4625
3715
|
};
|
|
4626
3716
|
}
|
|
4627
|
-
function machineHardwareProfileSerializer(item) {
|
|
4628
|
-
return {
|
|
4629
|
-
vmSize: item["vmSize"],
|
|
4630
|
-
gpuInstanceProfile: item["gpuInstanceProfile"],
|
|
4631
|
-
gpuProfile: !item["gpuProfile"] ? item["gpuProfile"] : gpuProfileSerializer(item["gpuProfile"]),
|
|
4632
|
-
ultraSsdEnabled: item["ultraSsdEnabled"]
|
|
4633
|
-
};
|
|
4634
|
-
}
|
|
4635
|
-
function machineHardwareProfileDeserializer(item) {
|
|
4636
|
-
return {
|
|
4637
|
-
vmSize: item["vmSize"],
|
|
4638
|
-
gpuInstanceProfile: item["gpuInstanceProfile"],
|
|
4639
|
-
gpuProfile: !item["gpuProfile"] ? item["gpuProfile"] : gpuProfileDeserializer(item["gpuProfile"]),
|
|
4640
|
-
ultraSsdEnabled: item["ultraSsdEnabled"]
|
|
4641
|
-
};
|
|
4642
|
-
}
|
|
4643
|
-
function machineOSProfileSerializer(item) {
|
|
4644
|
-
return {
|
|
4645
|
-
osType: item["osType"],
|
|
4646
|
-
osSKU: item["osSKU"],
|
|
4647
|
-
osDiskSizeGB: item["osDiskSizeGB"],
|
|
4648
|
-
osDiskType: item["osDiskType"],
|
|
4649
|
-
enableFIPS: item["enableFips"],
|
|
4650
|
-
linuxProfile: !item["linuxProfile"] ? item["linuxProfile"] : machineOSProfileLinuxProfileSerializer(item["linuxProfile"]),
|
|
4651
|
-
windowsProfile: !item["windowsProfile"] ? item["windowsProfile"] : agentPoolWindowsProfileSerializer(item["windowsProfile"])
|
|
4652
|
-
};
|
|
4653
|
-
}
|
|
4654
|
-
function machineOSProfileDeserializer(item) {
|
|
4655
|
-
return {
|
|
4656
|
-
osType: item["osType"],
|
|
4657
|
-
osSKU: item["osSKU"],
|
|
4658
|
-
osDiskSizeGB: item["osDiskSizeGB"],
|
|
4659
|
-
osDiskType: item["osDiskType"],
|
|
4660
|
-
enableFips: item["enableFIPS"],
|
|
4661
|
-
linuxProfile: !item["linuxProfile"] ? item["linuxProfile"] : machineOSProfileLinuxProfileDeserializer(item["linuxProfile"]),
|
|
4662
|
-
windowsProfile: !item["windowsProfile"] ? item["windowsProfile"] : agentPoolWindowsProfileDeserializer(item["windowsProfile"])
|
|
4663
|
-
};
|
|
4664
|
-
}
|
|
4665
|
-
function machineOSProfileLinuxProfileSerializer(item) {
|
|
4666
|
-
return {
|
|
4667
|
-
linuxOSConfig: !item["linuxOSConfig"] ? item["linuxOSConfig"] : linuxOSConfigSerializer(item["linuxOSConfig"]),
|
|
4668
|
-
messageOfTheDay: item["messageOfTheDay"]
|
|
4669
|
-
};
|
|
4670
|
-
}
|
|
4671
|
-
function machineOSProfileLinuxProfileDeserializer(item) {
|
|
4672
|
-
return {
|
|
4673
|
-
linuxOSConfig: !item["linuxOSConfig"] ? item["linuxOSConfig"] : linuxOSConfigDeserializer(item["linuxOSConfig"]),
|
|
4674
|
-
messageOfTheDay: item["messageOfTheDay"]
|
|
4675
|
-
};
|
|
4676
|
-
}
|
|
4677
|
-
function machineKubernetesProfileSerializer(item) {
|
|
4678
|
-
return {
|
|
4679
|
-
nodeLabels: item["nodeLabels"],
|
|
4680
|
-
orchestratorVersion: item["orchestratorVersion"],
|
|
4681
|
-
kubeletDiskType: item["kubeletDiskType"],
|
|
4682
|
-
kubeletConfig: !item["kubeletConfig"] ? item["kubeletConfig"] : kubeletConfigSerializer(item["kubeletConfig"]),
|
|
4683
|
-
nodeInitializationTaints: !item["nodeInitializationTaints"] ? item["nodeInitializationTaints"] : item["nodeInitializationTaints"].map((p) => {
|
|
4684
|
-
return p;
|
|
4685
|
-
}),
|
|
4686
|
-
nodeTaints: !item["nodeTaints"] ? item["nodeTaints"] : item["nodeTaints"].map((p) => {
|
|
4687
|
-
return p;
|
|
4688
|
-
}),
|
|
4689
|
-
maxPods: item["maxPods"],
|
|
4690
|
-
workloadRuntime: item["workloadRuntime"],
|
|
4691
|
-
artifactStreamingProfile: !item["artifactStreamingProfile"] ? item["artifactStreamingProfile"] : agentPoolArtifactStreamingProfileSerializer(item["artifactStreamingProfile"])
|
|
4692
|
-
};
|
|
4693
|
-
}
|
|
4694
|
-
function machineKubernetesProfileDeserializer(item) {
|
|
4695
|
-
return {
|
|
4696
|
-
nodeLabels: !item["nodeLabels"] ? item["nodeLabels"] : Object.fromEntries(
|
|
4697
|
-
Object.entries(item["nodeLabels"]).map(([k, p]) => [k, p])
|
|
4698
|
-
),
|
|
4699
|
-
orchestratorVersion: item["orchestratorVersion"],
|
|
4700
|
-
currentOrchestratorVersion: item["currentOrchestratorVersion"],
|
|
4701
|
-
kubeletDiskType: item["kubeletDiskType"],
|
|
4702
|
-
kubeletConfig: !item["kubeletConfig"] ? item["kubeletConfig"] : kubeletConfigDeserializer(item["kubeletConfig"]),
|
|
4703
|
-
nodeInitializationTaints: !item["nodeInitializationTaints"] ? item["nodeInitializationTaints"] : item["nodeInitializationTaints"].map((p) => {
|
|
4704
|
-
return p;
|
|
4705
|
-
}),
|
|
4706
|
-
nodeTaints: !item["nodeTaints"] ? item["nodeTaints"] : item["nodeTaints"].map((p) => {
|
|
4707
|
-
return p;
|
|
4708
|
-
}),
|
|
4709
|
-
maxPods: item["maxPods"],
|
|
4710
|
-
nodeName: item["nodeName"],
|
|
4711
|
-
workloadRuntime: item["workloadRuntime"],
|
|
4712
|
-
artifactStreamingProfile: !item["artifactStreamingProfile"] ? item["artifactStreamingProfile"] : agentPoolArtifactStreamingProfileDeserializer(item["artifactStreamingProfile"])
|
|
4713
|
-
};
|
|
4714
|
-
}
|
|
4715
|
-
function machineSecurityProfileSerializer(item) {
|
|
4716
|
-
return {
|
|
4717
|
-
enableVTPM: item["enableVtpm"],
|
|
4718
|
-
enableSecureBoot: item["enableSecureBoot"],
|
|
4719
|
-
sshAccess: item["sshAccess"],
|
|
4720
|
-
enableEncryptionAtHost: item["enableEncryptionAtHost"]
|
|
4721
|
-
};
|
|
4722
|
-
}
|
|
4723
|
-
function machineSecurityProfileDeserializer(item) {
|
|
4724
|
-
return {
|
|
4725
|
-
enableVtpm: item["enableVTPM"],
|
|
4726
|
-
enableSecureBoot: item["enableSecureBoot"],
|
|
4727
|
-
sshAccess: item["sshAccess"],
|
|
4728
|
-
enableEncryptionAtHost: item["enableEncryptionAtHost"]
|
|
4729
|
-
};
|
|
4730
|
-
}
|
|
4731
|
-
function machineBillingProfileSerializer(item) {
|
|
4732
|
-
return { spotMaxPrice: item["spotMaxPrice"] };
|
|
4733
|
-
}
|
|
4734
|
-
function machineBillingProfileDeserializer(item) {
|
|
4735
|
-
return {
|
|
4736
|
-
spotMaxPrice: item["spotMaxPrice"]
|
|
4737
|
-
};
|
|
4738
|
-
}
|
|
4739
|
-
function machineStatusDeserializer(item) {
|
|
4740
|
-
return {
|
|
4741
|
-
provisioningError: !item["provisioningError"] ? item["provisioningError"] : errorDetailDeserializer(item["provisioningError"]),
|
|
4742
|
-
creationTimestamp: !item["creationTimestamp"] ? item["creationTimestamp"] : new Date(item["creationTimestamp"]),
|
|
4743
|
-
driftAction: item["driftAction"],
|
|
4744
|
-
driftReason: item["driftReason"],
|
|
4745
|
-
vmState: item["vmState"]
|
|
4746
|
-
};
|
|
4747
|
-
}
|
|
4748
|
-
var KnownDriftAction = /* @__PURE__ */ ((KnownDriftAction2) => {
|
|
4749
|
-
KnownDriftAction2["Synced"] = "Synced";
|
|
4750
|
-
KnownDriftAction2["Recreate"] = "Recreate";
|
|
4751
|
-
return KnownDriftAction2;
|
|
4752
|
-
})(KnownDriftAction || {});
|
|
4753
|
-
var KnownVmState = /* @__PURE__ */ ((KnownVmState2) => {
|
|
4754
|
-
KnownVmState2["Running"] = "Running";
|
|
4755
|
-
KnownVmState2["Deleted"] = "Deleted";
|
|
4756
|
-
return KnownVmState2;
|
|
4757
|
-
})(KnownVmState || {});
|
|
4758
3717
|
function _machineListResultDeserializer(item) {
|
|
4759
3718
|
return {
|
|
4760
3719
|
value: machineArrayDeserializer(item["value"]),
|
|
4761
3720
|
nextLink: item["nextLink"]
|
|
4762
3721
|
};
|
|
4763
3722
|
}
|
|
4764
|
-
function machineArraySerializer(result) {
|
|
4765
|
-
return result.map((item) => {
|
|
4766
|
-
return machineSerializer(item);
|
|
4767
|
-
});
|
|
4768
|
-
}
|
|
4769
3723
|
function machineArrayDeserializer(result) {
|
|
4770
3724
|
return result.map((item) => {
|
|
4771
3725
|
return machineDeserializer(item);
|
|
@@ -4887,7 +3841,6 @@ function snapshotPropertiesDeserializer(item) {
|
|
|
4887
3841
|
}
|
|
4888
3842
|
var KnownSnapshotType = /* @__PURE__ */ ((KnownSnapshotType2) => {
|
|
4889
3843
|
KnownSnapshotType2["NodePool"] = "NodePool";
|
|
4890
|
-
KnownSnapshotType2["ManagedCluster"] = "ManagedCluster";
|
|
4891
3844
|
return KnownSnapshotType2;
|
|
4892
3845
|
})(KnownSnapshotType || {});
|
|
4893
3846
|
function _snapshotListResultDeserializer(item) {
|
|
@@ -4906,70 +3859,6 @@ function snapshotArrayDeserializer(result) {
|
|
|
4906
3859
|
return snapshotDeserializer(item);
|
|
4907
3860
|
});
|
|
4908
3861
|
}
|
|
4909
|
-
function managedClusterSnapshotSerializer(item) {
|
|
4910
|
-
return {
|
|
4911
|
-
tags: item["tags"],
|
|
4912
|
-
location: item["location"],
|
|
4913
|
-
properties: (0, import_check_prop_undefined.areAllPropsUndefined)(item, ["creationData", "snapshotType"]) ? void 0 : _managedClusterSnapshotPropertiesSerializer(item)
|
|
4914
|
-
};
|
|
4915
|
-
}
|
|
4916
|
-
function managedClusterSnapshotDeserializer(item) {
|
|
4917
|
-
return {
|
|
4918
|
-
tags: !item["tags"] ? item["tags"] : Object.fromEntries(Object.entries(item["tags"]).map(([k, p]) => [k, p])),
|
|
4919
|
-
location: item["location"],
|
|
4920
|
-
id: item["id"],
|
|
4921
|
-
name: item["name"],
|
|
4922
|
-
type: item["type"],
|
|
4923
|
-
systemData: !item["systemData"] ? item["systemData"] : systemDataDeserializer(item["systemData"]),
|
|
4924
|
-
...!item["properties"] ? item["properties"] : _managedClusterSnapshotPropertiesDeserializer(item["properties"])
|
|
4925
|
-
};
|
|
4926
|
-
}
|
|
4927
|
-
function managedClusterSnapshotPropertiesSerializer(item) {
|
|
4928
|
-
return {
|
|
4929
|
-
creationData: !item["creationData"] ? item["creationData"] : creationDataSerializer(item["creationData"]),
|
|
4930
|
-
snapshotType: item["snapshotType"]
|
|
4931
|
-
};
|
|
4932
|
-
}
|
|
4933
|
-
function managedClusterSnapshotPropertiesDeserializer(item) {
|
|
4934
|
-
return {
|
|
4935
|
-
creationData: !item["creationData"] ? item["creationData"] : creationDataDeserializer(item["creationData"]),
|
|
4936
|
-
snapshotType: item["snapshotType"],
|
|
4937
|
-
managedClusterPropertiesReadOnly: !item["managedClusterPropertiesReadOnly"] ? item["managedClusterPropertiesReadOnly"] : managedClusterPropertiesForSnapshotDeserializer(item["managedClusterPropertiesReadOnly"])
|
|
4938
|
-
};
|
|
4939
|
-
}
|
|
4940
|
-
function managedClusterPropertiesForSnapshotDeserializer(item) {
|
|
4941
|
-
return {
|
|
4942
|
-
kubernetesVersion: item["kubernetesVersion"],
|
|
4943
|
-
sku: !item["sku"] ? item["sku"] : managedClusterSKUDeserializer(item["sku"]),
|
|
4944
|
-
enableRbac: item["enableRbac"],
|
|
4945
|
-
networkProfile: !item["networkProfile"] ? item["networkProfile"] : networkProfileForSnapshotDeserializer(item["networkProfile"])
|
|
4946
|
-
};
|
|
4947
|
-
}
|
|
4948
|
-
function networkProfileForSnapshotDeserializer(item) {
|
|
4949
|
-
return {
|
|
4950
|
-
networkPlugin: item["networkPlugin"],
|
|
4951
|
-
networkPluginMode: item["networkPluginMode"],
|
|
4952
|
-
networkPolicy: item["networkPolicy"],
|
|
4953
|
-
networkMode: item["networkMode"],
|
|
4954
|
-
loadBalancerSku: item["loadBalancerSku"]
|
|
4955
|
-
};
|
|
4956
|
-
}
|
|
4957
|
-
function _managedClusterSnapshotListResultDeserializer(item) {
|
|
4958
|
-
return {
|
|
4959
|
-
value: managedClusterSnapshotArrayDeserializer(item["value"]),
|
|
4960
|
-
nextLink: item["nextLink"]
|
|
4961
|
-
};
|
|
4962
|
-
}
|
|
4963
|
-
function managedClusterSnapshotArraySerializer(result) {
|
|
4964
|
-
return result.map((item) => {
|
|
4965
|
-
return managedClusterSnapshotSerializer(item);
|
|
4966
|
-
});
|
|
4967
|
-
}
|
|
4968
|
-
function managedClusterSnapshotArrayDeserializer(result) {
|
|
4969
|
-
return result.map((item) => {
|
|
4970
|
-
return managedClusterSnapshotDeserializer(item);
|
|
4971
|
-
});
|
|
4972
|
-
}
|
|
4973
3862
|
function trustedAccessRoleBindingSerializer(item) {
|
|
4974
3863
|
return { properties: _trustedAccessRoleBindingPropertiesSerializer(item) };
|
|
4975
3864
|
}
|
|
@@ -5023,112 +3912,6 @@ function trustedAccessRoleBindingArrayDeserializer(result) {
|
|
|
5023
3912
|
return trustedAccessRoleBindingDeserializer(item);
|
|
5024
3913
|
});
|
|
5025
3914
|
}
|
|
5026
|
-
function loadBalancerSerializer(item) {
|
|
5027
|
-
return {
|
|
5028
|
-
properties: (0, import_check_prop_undefined.areAllPropsUndefined)(item, [
|
|
5029
|
-
"primaryAgentPoolName",
|
|
5030
|
-
"allowServicePlacement",
|
|
5031
|
-
"serviceLabelSelector",
|
|
5032
|
-
"serviceNamespaceSelector",
|
|
5033
|
-
"nodeSelector"
|
|
5034
|
-
]) ? void 0 : _loadBalancerPropertiesSerializer(item)
|
|
5035
|
-
};
|
|
5036
|
-
}
|
|
5037
|
-
function loadBalancerDeserializer(item) {
|
|
5038
|
-
return {
|
|
5039
|
-
id: item["id"],
|
|
5040
|
-
name: item["name"],
|
|
5041
|
-
type: item["type"],
|
|
5042
|
-
systemData: !item["systemData"] ? item["systemData"] : systemDataDeserializer(item["systemData"]),
|
|
5043
|
-
...!item["properties"] ? item["properties"] : _loadBalancerPropertiesDeserializer(item["properties"])
|
|
5044
|
-
};
|
|
5045
|
-
}
|
|
5046
|
-
function loadBalancerPropertiesSerializer(item) {
|
|
5047
|
-
return {
|
|
5048
|
-
primaryAgentPoolName: item["primaryAgentPoolName"],
|
|
5049
|
-
allowServicePlacement: item["allowServicePlacement"],
|
|
5050
|
-
serviceLabelSelector: !item["serviceLabelSelector"] ? item["serviceLabelSelector"] : labelSelectorSerializer(item["serviceLabelSelector"]),
|
|
5051
|
-
serviceNamespaceSelector: !item["serviceNamespaceSelector"] ? item["serviceNamespaceSelector"] : labelSelectorSerializer(item["serviceNamespaceSelector"]),
|
|
5052
|
-
nodeSelector: !item["nodeSelector"] ? item["nodeSelector"] : labelSelectorSerializer(item["nodeSelector"])
|
|
5053
|
-
};
|
|
5054
|
-
}
|
|
5055
|
-
function loadBalancerPropertiesDeserializer(item) {
|
|
5056
|
-
return {
|
|
5057
|
-
primaryAgentPoolName: item["primaryAgentPoolName"],
|
|
5058
|
-
allowServicePlacement: item["allowServicePlacement"],
|
|
5059
|
-
serviceLabelSelector: !item["serviceLabelSelector"] ? item["serviceLabelSelector"] : labelSelectorDeserializer(item["serviceLabelSelector"]),
|
|
5060
|
-
serviceNamespaceSelector: !item["serviceNamespaceSelector"] ? item["serviceNamespaceSelector"] : labelSelectorDeserializer(item["serviceNamespaceSelector"]),
|
|
5061
|
-
nodeSelector: !item["nodeSelector"] ? item["nodeSelector"] : labelSelectorDeserializer(item["nodeSelector"]),
|
|
5062
|
-
provisioningState: item["provisioningState"]
|
|
5063
|
-
};
|
|
5064
|
-
}
|
|
5065
|
-
function labelSelectorSerializer(item) {
|
|
5066
|
-
return {
|
|
5067
|
-
matchLabels: !item["matchLabels"] ? item["matchLabels"] : item["matchLabels"].map((p) => {
|
|
5068
|
-
return p;
|
|
5069
|
-
}),
|
|
5070
|
-
matchExpressions: !item["matchExpressions"] ? item["matchExpressions"] : labelSelectorRequirementArraySerializer(item["matchExpressions"])
|
|
5071
|
-
};
|
|
5072
|
-
}
|
|
5073
|
-
function labelSelectorDeserializer(item) {
|
|
5074
|
-
return {
|
|
5075
|
-
matchLabels: !item["matchLabels"] ? item["matchLabels"] : item["matchLabels"].map((p) => {
|
|
5076
|
-
return p;
|
|
5077
|
-
}),
|
|
5078
|
-
matchExpressions: !item["matchExpressions"] ? item["matchExpressions"] : labelSelectorRequirementArrayDeserializer(item["matchExpressions"])
|
|
5079
|
-
};
|
|
5080
|
-
}
|
|
5081
|
-
function labelSelectorRequirementArraySerializer(result) {
|
|
5082
|
-
return result.map((item) => {
|
|
5083
|
-
return labelSelectorRequirementSerializer(item);
|
|
5084
|
-
});
|
|
5085
|
-
}
|
|
5086
|
-
function labelSelectorRequirementArrayDeserializer(result) {
|
|
5087
|
-
return result.map((item) => {
|
|
5088
|
-
return labelSelectorRequirementDeserializer(item);
|
|
5089
|
-
});
|
|
5090
|
-
}
|
|
5091
|
-
function labelSelectorRequirementSerializer(item) {
|
|
5092
|
-
return {
|
|
5093
|
-
key: item["key"],
|
|
5094
|
-
operator: item["operator"],
|
|
5095
|
-
values: !item["values"] ? item["values"] : item["values"].map((p) => {
|
|
5096
|
-
return p;
|
|
5097
|
-
})
|
|
5098
|
-
};
|
|
5099
|
-
}
|
|
5100
|
-
function labelSelectorRequirementDeserializer(item) {
|
|
5101
|
-
return {
|
|
5102
|
-
key: item["key"],
|
|
5103
|
-
operator: item["operator"],
|
|
5104
|
-
values: !item["values"] ? item["values"] : item["values"].map((p) => {
|
|
5105
|
-
return p;
|
|
5106
|
-
})
|
|
5107
|
-
};
|
|
5108
|
-
}
|
|
5109
|
-
var KnownOperator = /* @__PURE__ */ ((KnownOperator2) => {
|
|
5110
|
-
KnownOperator2["In"] = "In";
|
|
5111
|
-
KnownOperator2["NotIn"] = "NotIn";
|
|
5112
|
-
KnownOperator2["Exists"] = "Exists";
|
|
5113
|
-
KnownOperator2["DoesNotExist"] = "DoesNotExist";
|
|
5114
|
-
return KnownOperator2;
|
|
5115
|
-
})(KnownOperator || {});
|
|
5116
|
-
function _loadBalancerListResultDeserializer(item) {
|
|
5117
|
-
return {
|
|
5118
|
-
value: loadBalancerArrayDeserializer(item["value"]),
|
|
5119
|
-
nextLink: item["nextLink"]
|
|
5120
|
-
};
|
|
5121
|
-
}
|
|
5122
|
-
function loadBalancerArraySerializer(result) {
|
|
5123
|
-
return result.map((item) => {
|
|
5124
|
-
return loadBalancerSerializer(item);
|
|
5125
|
-
});
|
|
5126
|
-
}
|
|
5127
|
-
function loadBalancerArrayDeserializer(result) {
|
|
5128
|
-
return result.map((item) => {
|
|
5129
|
-
return loadBalancerDeserializer(item);
|
|
5130
|
-
});
|
|
5131
|
-
}
|
|
5132
3915
|
function identityBindingSerializer(item) {
|
|
5133
3916
|
return {
|
|
5134
3917
|
properties: !item["properties"] ? item["properties"] : identityBindingPropertiesSerializer(item["properties"])
|
|
@@ -5197,202 +3980,6 @@ function identityBindingArrayDeserializer(result) {
|
|
|
5197
3980
|
return identityBindingDeserializer(item);
|
|
5198
3981
|
});
|
|
5199
3982
|
}
|
|
5200
|
-
function jwtAuthenticatorSerializer(item) {
|
|
5201
|
-
return { properties: jwtAuthenticatorPropertiesSerializer(item["properties"]) };
|
|
5202
|
-
}
|
|
5203
|
-
function jwtAuthenticatorDeserializer(item) {
|
|
5204
|
-
return {
|
|
5205
|
-
id: item["id"],
|
|
5206
|
-
name: item["name"],
|
|
5207
|
-
type: item["type"],
|
|
5208
|
-
systemData: !item["systemData"] ? item["systemData"] : systemDataDeserializer(item["systemData"]),
|
|
5209
|
-
properties: jwtAuthenticatorPropertiesDeserializer(item["properties"])
|
|
5210
|
-
};
|
|
5211
|
-
}
|
|
5212
|
-
function jwtAuthenticatorPropertiesSerializer(item) {
|
|
5213
|
-
return {
|
|
5214
|
-
issuer: jwtAuthenticatorIssuerSerializer(item["issuer"]),
|
|
5215
|
-
claimValidationRules: !item["claimValidationRules"] ? item["claimValidationRules"] : jwtAuthenticatorValidationRuleArraySerializer(item["claimValidationRules"]),
|
|
5216
|
-
claimMappings: jwtAuthenticatorClaimMappingsSerializer(item["claimMappings"]),
|
|
5217
|
-
userValidationRules: !item["userValidationRules"] ? item["userValidationRules"] : jwtAuthenticatorValidationRuleArraySerializer(item["userValidationRules"])
|
|
5218
|
-
};
|
|
5219
|
-
}
|
|
5220
|
-
function jwtAuthenticatorPropertiesDeserializer(item) {
|
|
5221
|
-
return {
|
|
5222
|
-
provisioningState: item["provisioningState"],
|
|
5223
|
-
issuer: jwtAuthenticatorIssuerDeserializer(item["issuer"]),
|
|
5224
|
-
claimValidationRules: !item["claimValidationRules"] ? item["claimValidationRules"] : jwtAuthenticatorValidationRuleArrayDeserializer(item["claimValidationRules"]),
|
|
5225
|
-
claimMappings: jwtAuthenticatorClaimMappingsDeserializer(item["claimMappings"]),
|
|
5226
|
-
userValidationRules: !item["userValidationRules"] ? item["userValidationRules"] : jwtAuthenticatorValidationRuleArrayDeserializer(item["userValidationRules"])
|
|
5227
|
-
};
|
|
5228
|
-
}
|
|
5229
|
-
var KnownJWTAuthenticatorProvisioningState = /* @__PURE__ */ ((KnownJWTAuthenticatorProvisioningState2) => {
|
|
5230
|
-
KnownJWTAuthenticatorProvisioningState2["Succeeded"] = "Succeeded";
|
|
5231
|
-
KnownJWTAuthenticatorProvisioningState2["Failed"] = "Failed";
|
|
5232
|
-
KnownJWTAuthenticatorProvisioningState2["Canceled"] = "Canceled";
|
|
5233
|
-
KnownJWTAuthenticatorProvisioningState2["Creating"] = "Creating";
|
|
5234
|
-
KnownJWTAuthenticatorProvisioningState2["Updating"] = "Updating";
|
|
5235
|
-
KnownJWTAuthenticatorProvisioningState2["Deleting"] = "Deleting";
|
|
5236
|
-
return KnownJWTAuthenticatorProvisioningState2;
|
|
5237
|
-
})(KnownJWTAuthenticatorProvisioningState || {});
|
|
5238
|
-
function jwtAuthenticatorIssuerSerializer(item) {
|
|
5239
|
-
return {
|
|
5240
|
-
url: item["url"],
|
|
5241
|
-
audiences: item["audiences"].map((p) => {
|
|
5242
|
-
return p;
|
|
5243
|
-
})
|
|
5244
|
-
};
|
|
5245
|
-
}
|
|
5246
|
-
function jwtAuthenticatorIssuerDeserializer(item) {
|
|
5247
|
-
return {
|
|
5248
|
-
url: item["url"],
|
|
5249
|
-
audiences: item["audiences"].map((p) => {
|
|
5250
|
-
return p;
|
|
5251
|
-
})
|
|
5252
|
-
};
|
|
5253
|
-
}
|
|
5254
|
-
function jwtAuthenticatorValidationRuleArraySerializer(result) {
|
|
5255
|
-
return result.map((item) => {
|
|
5256
|
-
return jwtAuthenticatorValidationRuleSerializer(item);
|
|
5257
|
-
});
|
|
5258
|
-
}
|
|
5259
|
-
function jwtAuthenticatorValidationRuleArrayDeserializer(result) {
|
|
5260
|
-
return result.map((item) => {
|
|
5261
|
-
return jwtAuthenticatorValidationRuleDeserializer(item);
|
|
5262
|
-
});
|
|
5263
|
-
}
|
|
5264
|
-
function jwtAuthenticatorValidationRuleSerializer(item) {
|
|
5265
|
-
return { expression: item["expression"], message: item["message"] };
|
|
5266
|
-
}
|
|
5267
|
-
function jwtAuthenticatorValidationRuleDeserializer(item) {
|
|
5268
|
-
return {
|
|
5269
|
-
expression: item["expression"],
|
|
5270
|
-
message: item["message"]
|
|
5271
|
-
};
|
|
5272
|
-
}
|
|
5273
|
-
function jwtAuthenticatorClaimMappingsSerializer(item) {
|
|
5274
|
-
return {
|
|
5275
|
-
username: jwtAuthenticatorClaimMappingExpressionSerializer(item["username"]),
|
|
5276
|
-
groups: !item["groups"] ? item["groups"] : jwtAuthenticatorClaimMappingExpressionSerializer(item["groups"]),
|
|
5277
|
-
uid: !item["uid"] ? item["uid"] : jwtAuthenticatorClaimMappingExpressionSerializer(item["uid"]),
|
|
5278
|
-
extra: !item["extra"] ? item["extra"] : jwtAuthenticatorExtraClaimMappingExpressionArraySerializer(item["extra"])
|
|
5279
|
-
};
|
|
5280
|
-
}
|
|
5281
|
-
function jwtAuthenticatorClaimMappingsDeserializer(item) {
|
|
5282
|
-
return {
|
|
5283
|
-
username: jwtAuthenticatorClaimMappingExpressionDeserializer(item["username"]),
|
|
5284
|
-
groups: !item["groups"] ? item["groups"] : jwtAuthenticatorClaimMappingExpressionDeserializer(item["groups"]),
|
|
5285
|
-
uid: !item["uid"] ? item["uid"] : jwtAuthenticatorClaimMappingExpressionDeserializer(item["uid"]),
|
|
5286
|
-
extra: !item["extra"] ? item["extra"] : jwtAuthenticatorExtraClaimMappingExpressionArrayDeserializer(item["extra"])
|
|
5287
|
-
};
|
|
5288
|
-
}
|
|
5289
|
-
function jwtAuthenticatorClaimMappingExpressionSerializer(item) {
|
|
5290
|
-
return { expression: item["expression"] };
|
|
5291
|
-
}
|
|
5292
|
-
function jwtAuthenticatorClaimMappingExpressionDeserializer(item) {
|
|
5293
|
-
return {
|
|
5294
|
-
expression: item["expression"]
|
|
5295
|
-
};
|
|
5296
|
-
}
|
|
5297
|
-
function jwtAuthenticatorExtraClaimMappingExpressionArraySerializer(result) {
|
|
5298
|
-
return result.map((item) => {
|
|
5299
|
-
return jwtAuthenticatorExtraClaimMappingExpressionSerializer(item);
|
|
5300
|
-
});
|
|
5301
|
-
}
|
|
5302
|
-
function jwtAuthenticatorExtraClaimMappingExpressionArrayDeserializer(result) {
|
|
5303
|
-
return result.map((item) => {
|
|
5304
|
-
return jwtAuthenticatorExtraClaimMappingExpressionDeserializer(item);
|
|
5305
|
-
});
|
|
5306
|
-
}
|
|
5307
|
-
function jwtAuthenticatorExtraClaimMappingExpressionSerializer(item) {
|
|
5308
|
-
return { key: item["key"], valueExpression: item["valueExpression"] };
|
|
5309
|
-
}
|
|
5310
|
-
function jwtAuthenticatorExtraClaimMappingExpressionDeserializer(item) {
|
|
5311
|
-
return {
|
|
5312
|
-
key: item["key"],
|
|
5313
|
-
valueExpression: item["valueExpression"]
|
|
5314
|
-
};
|
|
5315
|
-
}
|
|
5316
|
-
function _jwtAuthenticatorListResultDeserializer(item) {
|
|
5317
|
-
return {
|
|
5318
|
-
value: jwtAuthenticatorArrayDeserializer(item["value"]),
|
|
5319
|
-
nextLink: item["nextLink"]
|
|
5320
|
-
};
|
|
5321
|
-
}
|
|
5322
|
-
function jwtAuthenticatorArraySerializer(result) {
|
|
5323
|
-
return result.map((item) => {
|
|
5324
|
-
return jwtAuthenticatorSerializer(item);
|
|
5325
|
-
});
|
|
5326
|
-
}
|
|
5327
|
-
function jwtAuthenticatorArrayDeserializer(result) {
|
|
5328
|
-
return result.map((item) => {
|
|
5329
|
-
return jwtAuthenticatorDeserializer(item);
|
|
5330
|
-
});
|
|
5331
|
-
}
|
|
5332
|
-
function meshMembershipSerializer(item) {
|
|
5333
|
-
return {
|
|
5334
|
-
properties: !item["properties"] ? item["properties"] : meshMembershipPropertiesSerializer(item["properties"]),
|
|
5335
|
-
managedBy: item["managedBy"]
|
|
5336
|
-
};
|
|
5337
|
-
}
|
|
5338
|
-
function meshMembershipDeserializer(item) {
|
|
5339
|
-
return {
|
|
5340
|
-
id: item["id"],
|
|
5341
|
-
name: item["name"],
|
|
5342
|
-
type: item["type"],
|
|
5343
|
-
systemData: !item["systemData"] ? item["systemData"] : systemDataDeserializer(item["systemData"]),
|
|
5344
|
-
properties: !item["properties"] ? item["properties"] : meshMembershipPropertiesDeserializer(item["properties"]),
|
|
5345
|
-
managedBy: item["managedBy"],
|
|
5346
|
-
eTag: item["eTag"]
|
|
5347
|
-
};
|
|
5348
|
-
}
|
|
5349
|
-
function meshMembershipPropertiesSerializer(item) {
|
|
5350
|
-
return {
|
|
5351
|
-
privateConnectProfile: !item["privateConnectProfile"] ? item["privateConnectProfile"] : meshMembershipPrivateConnectProfileSerializer(item["privateConnectProfile"]),
|
|
5352
|
-
managedMeshID: item["managedMeshID"]
|
|
5353
|
-
};
|
|
5354
|
-
}
|
|
5355
|
-
function meshMembershipPropertiesDeserializer(item) {
|
|
5356
|
-
return {
|
|
5357
|
-
provisioningState: item["provisioningState"],
|
|
5358
|
-
privateConnectProfile: !item["privateConnectProfile"] ? item["privateConnectProfile"] : meshMembershipPrivateConnectProfileDeserializer(item["privateConnectProfile"]),
|
|
5359
|
-
managedMeshID: item["managedMeshID"]
|
|
5360
|
-
};
|
|
5361
|
-
}
|
|
5362
|
-
var KnownMeshMembershipProvisioningState = /* @__PURE__ */ ((KnownMeshMembershipProvisioningState2) => {
|
|
5363
|
-
KnownMeshMembershipProvisioningState2["Canceled"] = "Canceled";
|
|
5364
|
-
KnownMeshMembershipProvisioningState2["Creating"] = "Creating";
|
|
5365
|
-
KnownMeshMembershipProvisioningState2["Deleting"] = "Deleting";
|
|
5366
|
-
KnownMeshMembershipProvisioningState2["Failed"] = "Failed";
|
|
5367
|
-
KnownMeshMembershipProvisioningState2["Succeeded"] = "Succeeded";
|
|
5368
|
-
KnownMeshMembershipProvisioningState2["Updating"] = "Updating";
|
|
5369
|
-
return KnownMeshMembershipProvisioningState2;
|
|
5370
|
-
})(KnownMeshMembershipProvisioningState || {});
|
|
5371
|
-
function meshMembershipPrivateConnectProfileSerializer(item) {
|
|
5372
|
-
return { subnetResourceId: item["subnetResourceId"] };
|
|
5373
|
-
}
|
|
5374
|
-
function meshMembershipPrivateConnectProfileDeserializer(item) {
|
|
5375
|
-
return {
|
|
5376
|
-
privateIpAddress: item["privateIpAddress"],
|
|
5377
|
-
subnetResourceId: item["subnetResourceId"]
|
|
5378
|
-
};
|
|
5379
|
-
}
|
|
5380
|
-
function _meshMembershipsListResultDeserializer(item) {
|
|
5381
|
-
return {
|
|
5382
|
-
value: meshMembershipArrayDeserializer(item["value"]),
|
|
5383
|
-
nextLink: item["nextLink"]
|
|
5384
|
-
};
|
|
5385
|
-
}
|
|
5386
|
-
function meshMembershipArraySerializer(result) {
|
|
5387
|
-
return result.map((item) => {
|
|
5388
|
-
return meshMembershipSerializer(item);
|
|
5389
|
-
});
|
|
5390
|
-
}
|
|
5391
|
-
function meshMembershipArrayDeserializer(result) {
|
|
5392
|
-
return result.map((item) => {
|
|
5393
|
-
return meshMembershipDeserializer(item);
|
|
5394
|
-
});
|
|
5395
|
-
}
|
|
5396
3983
|
function _operationListResultDeserializer(item) {
|
|
5397
3984
|
return {
|
|
5398
3985
|
value: operationValueArrayDeserializer(item["value"]),
|
|
@@ -5419,30 +4006,6 @@ function operationValueDisplayDeserializer(item) {
|
|
|
5419
4006
|
provider: item["provider"]
|
|
5420
4007
|
};
|
|
5421
4008
|
}
|
|
5422
|
-
function operationStatusResultDeserializer(item) {
|
|
5423
|
-
return {
|
|
5424
|
-
id: item["id"],
|
|
5425
|
-
name: item["name"],
|
|
5426
|
-
status: item["status"],
|
|
5427
|
-
percentComplete: item["percentComplete"],
|
|
5428
|
-
startTime: !item["startTime"] ? item["startTime"] : new Date(item["startTime"]),
|
|
5429
|
-
endTime: !item["endTime"] ? item["endTime"] : new Date(item["endTime"]),
|
|
5430
|
-
operations: !item["operations"] ? item["operations"] : operationStatusResultArrayDeserializer(item["operations"]),
|
|
5431
|
-
error: !item["error"] ? item["error"] : errorDetailDeserializer(item["error"]),
|
|
5432
|
-
resourceId: item["resourceId"]
|
|
5433
|
-
};
|
|
5434
|
-
}
|
|
5435
|
-
function operationStatusResultArrayDeserializer(result) {
|
|
5436
|
-
return result.map((item) => {
|
|
5437
|
-
return operationStatusResultDeserializer(item);
|
|
5438
|
-
});
|
|
5439
|
-
}
|
|
5440
|
-
function _operationStatusResultListDeserializer(item) {
|
|
5441
|
-
return {
|
|
5442
|
-
value: operationStatusResultArrayDeserializer(item["value"]),
|
|
5443
|
-
nextLink: item["nextLink"]
|
|
5444
|
-
};
|
|
5445
|
-
}
|
|
5446
4009
|
function privateLinkResourcesListResultDeserializer(item) {
|
|
5447
4010
|
return {
|
|
5448
4011
|
value: !item["value"] ? item["value"] : privateLinkResourceArrayDeserializer(item["value"])
|
|
@@ -5490,160 +4053,6 @@ function trustedAccessRoleRuleDeserializer(item) {
|
|
|
5490
4053
|
})
|
|
5491
4054
|
};
|
|
5492
4055
|
}
|
|
5493
|
-
function _nodeImageVersionsListResultDeserializer(item) {
|
|
5494
|
-
return {
|
|
5495
|
-
value: nodeImageVersionArrayDeserializer(item["value"]),
|
|
5496
|
-
nextLink: item["nextLink"]
|
|
5497
|
-
};
|
|
5498
|
-
}
|
|
5499
|
-
function nodeImageVersionArrayDeserializer(result) {
|
|
5500
|
-
return result.map((item) => {
|
|
5501
|
-
return nodeImageVersionDeserializer(item);
|
|
5502
|
-
});
|
|
5503
|
-
}
|
|
5504
|
-
function nodeImageVersionDeserializer(item) {
|
|
5505
|
-
return {
|
|
5506
|
-
os: item["os"],
|
|
5507
|
-
sku: item["sku"],
|
|
5508
|
-
version: item["version"],
|
|
5509
|
-
fullName: item["fullName"]
|
|
5510
|
-
};
|
|
5511
|
-
}
|
|
5512
|
-
function _vmSkusListResultDeserializer(item) {
|
|
5513
|
-
return {
|
|
5514
|
-
value: resourceSkuArrayDeserializer(item["value"]),
|
|
5515
|
-
nextLink: item["nextLink"]
|
|
5516
|
-
};
|
|
5517
|
-
}
|
|
5518
|
-
function resourceSkuArrayDeserializer(result) {
|
|
5519
|
-
return result.map((item) => {
|
|
5520
|
-
return resourceSkuDeserializer(item);
|
|
5521
|
-
});
|
|
5522
|
-
}
|
|
5523
|
-
function resourceSkuDeserializer(item) {
|
|
5524
|
-
return {
|
|
5525
|
-
resourceType: item["resourceType"],
|
|
5526
|
-
name: item["name"],
|
|
5527
|
-
tier: item["tier"],
|
|
5528
|
-
size: item["size"],
|
|
5529
|
-
family: item["family"],
|
|
5530
|
-
kind: item["kind"],
|
|
5531
|
-
capacity: !item["capacity"] ? item["capacity"] : resourceSkuCapacityDeserializer(item["capacity"]),
|
|
5532
|
-
locations: !item["locations"] ? item["locations"] : item["locations"].map((p) => {
|
|
5533
|
-
return p;
|
|
5534
|
-
}),
|
|
5535
|
-
locationInfo: !item["locationInfo"] ? item["locationInfo"] : resourceSkuLocationInfoArrayDeserializer(item["locationInfo"]),
|
|
5536
|
-
apiVersions: !item["apiVersions"] ? item["apiVersions"] : item["apiVersions"].map((p) => {
|
|
5537
|
-
return p;
|
|
5538
|
-
}),
|
|
5539
|
-
costs: !item["costs"] ? item["costs"] : resourceSkuCostsArrayDeserializer(item["costs"]),
|
|
5540
|
-
capabilities: !item["capabilities"] ? item["capabilities"] : resourceSkuCapabilitiesArrayDeserializer(item["capabilities"]),
|
|
5541
|
-
restrictions: !item["restrictions"] ? item["restrictions"] : resourceSkuRestrictionsArrayDeserializer(item["restrictions"])
|
|
5542
|
-
};
|
|
5543
|
-
}
|
|
5544
|
-
function resourceSkuCapacityDeserializer(item) {
|
|
5545
|
-
return {
|
|
5546
|
-
minimum: item["minimum"],
|
|
5547
|
-
maximum: item["maximum"],
|
|
5548
|
-
default: item["default"],
|
|
5549
|
-
scaleType: item["scaleType"]
|
|
5550
|
-
};
|
|
5551
|
-
}
|
|
5552
|
-
var KnownResourceSkuCapacityScaleType = /* @__PURE__ */ ((KnownResourceSkuCapacityScaleType2) => {
|
|
5553
|
-
KnownResourceSkuCapacityScaleType2["Automatic"] = "Automatic";
|
|
5554
|
-
KnownResourceSkuCapacityScaleType2["Manual"] = "Manual";
|
|
5555
|
-
KnownResourceSkuCapacityScaleType2["None"] = "None";
|
|
5556
|
-
return KnownResourceSkuCapacityScaleType2;
|
|
5557
|
-
})(KnownResourceSkuCapacityScaleType || {});
|
|
5558
|
-
function resourceSkuLocationInfoArrayDeserializer(result) {
|
|
5559
|
-
return result.map((item) => {
|
|
5560
|
-
return resourceSkuLocationInfoDeserializer(item);
|
|
5561
|
-
});
|
|
5562
|
-
}
|
|
5563
|
-
function resourceSkuLocationInfoDeserializer(item) {
|
|
5564
|
-
return {
|
|
5565
|
-
location: item["location"],
|
|
5566
|
-
zones: !item["zones"] ? item["zones"] : item["zones"].map((p) => {
|
|
5567
|
-
return p;
|
|
5568
|
-
}),
|
|
5569
|
-
zoneDetails: !item["zoneDetails"] ? item["zoneDetails"] : resourceSkuZoneDetailsArrayDeserializer(item["zoneDetails"]),
|
|
5570
|
-
extendedLocations: !item["extendedLocations"] ? item["extendedLocations"] : item["extendedLocations"].map((p) => {
|
|
5571
|
-
return p;
|
|
5572
|
-
}),
|
|
5573
|
-
type: item["type"]
|
|
5574
|
-
};
|
|
5575
|
-
}
|
|
5576
|
-
function resourceSkuZoneDetailsArrayDeserializer(result) {
|
|
5577
|
-
return result.map((item) => {
|
|
5578
|
-
return resourceSkuZoneDetailsDeserializer(item);
|
|
5579
|
-
});
|
|
5580
|
-
}
|
|
5581
|
-
function resourceSkuZoneDetailsDeserializer(item) {
|
|
5582
|
-
return {
|
|
5583
|
-
name: !item["name"] ? item["name"] : item["name"].map((p) => {
|
|
5584
|
-
return p;
|
|
5585
|
-
}),
|
|
5586
|
-
capabilities: !item["capabilities"] ? item["capabilities"] : resourceSkuCapabilitiesArrayDeserializer(item["capabilities"])
|
|
5587
|
-
};
|
|
5588
|
-
}
|
|
5589
|
-
function resourceSkuCapabilitiesArrayDeserializer(result) {
|
|
5590
|
-
return result.map((item) => {
|
|
5591
|
-
return resourceSkuCapabilitiesDeserializer(item);
|
|
5592
|
-
});
|
|
5593
|
-
}
|
|
5594
|
-
function resourceSkuCapabilitiesDeserializer(item) {
|
|
5595
|
-
return {
|
|
5596
|
-
name: item["name"],
|
|
5597
|
-
value: item["value"]
|
|
5598
|
-
};
|
|
5599
|
-
}
|
|
5600
|
-
function resourceSkuCostsArrayDeserializer(result) {
|
|
5601
|
-
return result.map((item) => {
|
|
5602
|
-
return resourceSkuCostsDeserializer(item);
|
|
5603
|
-
});
|
|
5604
|
-
}
|
|
5605
|
-
function resourceSkuCostsDeserializer(item) {
|
|
5606
|
-
return {
|
|
5607
|
-
meterID: item["meterID"],
|
|
5608
|
-
quantity: item["quantity"],
|
|
5609
|
-
extendedUnit: item["extendedUnit"]
|
|
5610
|
-
};
|
|
5611
|
-
}
|
|
5612
|
-
function resourceSkuRestrictionsArrayDeserializer(result) {
|
|
5613
|
-
return result.map((item) => {
|
|
5614
|
-
return resourceSkuRestrictionsDeserializer(item);
|
|
5615
|
-
});
|
|
5616
|
-
}
|
|
5617
|
-
function resourceSkuRestrictionsDeserializer(item) {
|
|
5618
|
-
return {
|
|
5619
|
-
type: item["type"],
|
|
5620
|
-
values: !item["values"] ? item["values"] : item["values"].map((p) => {
|
|
5621
|
-
return p;
|
|
5622
|
-
}),
|
|
5623
|
-
restrictionInfo: !item["restrictionInfo"] ? item["restrictionInfo"] : resourceSkuRestrictionInfoDeserializer(item["restrictionInfo"]),
|
|
5624
|
-
reasonCode: item["reasonCode"]
|
|
5625
|
-
};
|
|
5626
|
-
}
|
|
5627
|
-
var KnownResourceSkuRestrictionsType = /* @__PURE__ */ ((KnownResourceSkuRestrictionsType2) => {
|
|
5628
|
-
KnownResourceSkuRestrictionsType2["Location"] = "Location";
|
|
5629
|
-
KnownResourceSkuRestrictionsType2["Zone"] = "Zone";
|
|
5630
|
-
return KnownResourceSkuRestrictionsType2;
|
|
5631
|
-
})(KnownResourceSkuRestrictionsType || {});
|
|
5632
|
-
function resourceSkuRestrictionInfoDeserializer(item) {
|
|
5633
|
-
return {
|
|
5634
|
-
locations: !item["locations"] ? item["locations"] : item["locations"].map((p) => {
|
|
5635
|
-
return p;
|
|
5636
|
-
}),
|
|
5637
|
-
zones: !item["zones"] ? item["zones"] : item["zones"].map((p) => {
|
|
5638
|
-
return p;
|
|
5639
|
-
})
|
|
5640
|
-
};
|
|
5641
|
-
}
|
|
5642
|
-
var KnownResourceSkuRestrictionsReasonCode = /* @__PURE__ */ ((KnownResourceSkuRestrictionsReasonCode2) => {
|
|
5643
|
-
KnownResourceSkuRestrictionsReasonCode2["QuotaId"] = "QuotaId";
|
|
5644
|
-
KnownResourceSkuRestrictionsReasonCode2["NotAvailableForSubscription"] = "NotAvailableForSubscription";
|
|
5645
|
-
return KnownResourceSkuRestrictionsReasonCode2;
|
|
5646
|
-
})(KnownResourceSkuRestrictionsReasonCode || {});
|
|
5647
4056
|
var KnownFormat = /* @__PURE__ */ ((KnownFormat2) => {
|
|
5648
4057
|
KnownFormat2["Azure"] = "azure";
|
|
5649
4058
|
KnownFormat2["Exec"] = "exec";
|
|
@@ -5654,7 +4063,7 @@ var KnownVersions = /* @__PURE__ */ ((KnownVersions2) => {
|
|
|
5654
4063
|
KnownVersions2["V20260101"] = "2026-01-01";
|
|
5655
4064
|
KnownVersions2["V20260201"] = "2026-02-01";
|
|
5656
4065
|
KnownVersions2["V20260301"] = "2026-03-01";
|
|
5657
|
-
KnownVersions2["
|
|
4066
|
+
KnownVersions2["V20260401"] = "2026-04-01";
|
|
5658
4067
|
return KnownVersions2;
|
|
5659
4068
|
})(KnownVersions || {});
|
|
5660
4069
|
function _agentPoolPropertiesSerializer(item) {
|
|
@@ -5680,10 +4089,7 @@ function _agentPoolPropertiesSerializer(item) {
|
|
|
5680
4089
|
mode: item["mode"],
|
|
5681
4090
|
orchestratorVersion: item["orchestratorVersion"],
|
|
5682
4091
|
nodeImageVersion: item["nodeImageVersion"],
|
|
5683
|
-
upgradeStrategy: item["upgradeStrategy"],
|
|
5684
|
-
enableOSDiskFullCaching: item["enableOSDiskFullCaching"],
|
|
5685
4092
|
upgradeSettings: !item["upgradeSettings"] ? item["upgradeSettings"] : agentPoolUpgradeSettingsSerializer(item["upgradeSettings"]),
|
|
5686
|
-
upgradeSettingsBlueGreen: !item["upgradeSettingsBlueGreen"] ? item["upgradeSettingsBlueGreen"] : agentPoolBlueGreenUpgradeSettingsSerializer(item["upgradeSettingsBlueGreen"]),
|
|
5687
4093
|
powerState: !item["powerState"] ? item["powerState"] : powerStateSerializer(item["powerState"]),
|
|
5688
4094
|
availabilityZones: !item["availabilityZones"] ? item["availabilityZones"] : item["availabilityZones"].map((p) => {
|
|
5689
4095
|
return p;
|
|
@@ -5698,9 +4104,6 @@ function _agentPoolPropertiesSerializer(item) {
|
|
|
5698
4104
|
nodeTaints: !item["nodeTaints"] ? item["nodeTaints"] : item["nodeTaints"].map((p) => {
|
|
5699
4105
|
return p;
|
|
5700
4106
|
}),
|
|
5701
|
-
nodeInitializationTaints: !item["nodeInitializationTaints"] ? item["nodeInitializationTaints"] : item["nodeInitializationTaints"].map((p) => {
|
|
5702
|
-
return p;
|
|
5703
|
-
}),
|
|
5704
4107
|
proximityPlacementGroupID: item["proximityPlacementGroupID"],
|
|
5705
4108
|
kubeletConfig: !item["kubeletConfig"] ? item["kubeletConfig"] : kubeletConfigSerializer(item["kubeletConfig"]),
|
|
5706
4109
|
linuxOSConfig: !item["linuxOSConfig"] ? item["linuxOSConfig"] : linuxOSConfigSerializer(item["linuxOSConfig"]),
|
|
@@ -5720,8 +4123,7 @@ function _agentPoolPropertiesSerializer(item) {
|
|
|
5720
4123
|
virtualMachinesProfile: !item["virtualMachinesProfile"] ? item["virtualMachinesProfile"] : virtualMachinesProfileSerializer(item["virtualMachinesProfile"]),
|
|
5721
4124
|
virtualMachineNodesStatus: !item["virtualMachineNodesStatus"] ? item["virtualMachineNodesStatus"] : virtualMachineNodesArraySerializer(item["virtualMachineNodesStatus"]),
|
|
5722
4125
|
status: !item["status"] ? item["status"] : agentPoolStatusSerializer(item["status"]),
|
|
5723
|
-
localDNSProfile: !item["localDNSProfile"] ? item["localDNSProfile"] : localDNSProfileSerializer(item["localDNSProfile"])
|
|
5724
|
-
preparedImageSpecificationProfile: !item["preparedImageSpecificationProfile"] ? item["preparedImageSpecificationProfile"] : preparedImageSpecificationProfileSerializer(item["preparedImageSpecificationProfile"])
|
|
4126
|
+
localDNSProfile: !item["localDNSProfile"] ? item["localDNSProfile"] : localDNSProfileSerializer(item["localDNSProfile"])
|
|
5725
4127
|
};
|
|
5726
4128
|
}
|
|
5727
4129
|
function _agentPoolPropertiesDeserializer(item) {
|
|
@@ -5749,10 +4151,7 @@ function _agentPoolPropertiesDeserializer(item) {
|
|
|
5749
4151
|
orchestratorVersion: item["orchestratorVersion"],
|
|
5750
4152
|
currentOrchestratorVersion: item["currentOrchestratorVersion"],
|
|
5751
4153
|
nodeImageVersion: item["nodeImageVersion"],
|
|
5752
|
-
upgradeStrategy: item["upgradeStrategy"],
|
|
5753
|
-
enableOSDiskFullCaching: item["enableOSDiskFullCaching"],
|
|
5754
4154
|
upgradeSettings: !item["upgradeSettings"] ? item["upgradeSettings"] : agentPoolUpgradeSettingsDeserializer(item["upgradeSettings"]),
|
|
5755
|
-
upgradeSettingsBlueGreen: !item["upgradeSettingsBlueGreen"] ? item["upgradeSettingsBlueGreen"] : agentPoolBlueGreenUpgradeSettingsDeserializer(item["upgradeSettingsBlueGreen"]),
|
|
5756
4155
|
provisioningState: item["provisioningState"],
|
|
5757
4156
|
powerState: !item["powerState"] ? item["powerState"] : powerStateDeserializer(item["powerState"]),
|
|
5758
4157
|
availabilityZones: !item["availabilityZones"] ? item["availabilityZones"] : item["availabilityZones"].map((p) => {
|
|
@@ -5770,9 +4169,6 @@ function _agentPoolPropertiesDeserializer(item) {
|
|
|
5770
4169
|
nodeTaints: !item["nodeTaints"] ? item["nodeTaints"] : item["nodeTaints"].map((p) => {
|
|
5771
4170
|
return p;
|
|
5772
4171
|
}),
|
|
5773
|
-
nodeInitializationTaints: !item["nodeInitializationTaints"] ? item["nodeInitializationTaints"] : item["nodeInitializationTaints"].map((p) => {
|
|
5774
|
-
return p;
|
|
5775
|
-
}),
|
|
5776
4172
|
proximityPlacementGroupID: item["proximityPlacementGroupID"],
|
|
5777
4173
|
kubeletConfig: !item["kubeletConfig"] ? item["kubeletConfig"] : kubeletConfigDeserializer(item["kubeletConfig"]),
|
|
5778
4174
|
linuxOSConfig: !item["linuxOSConfig"] ? item["linuxOSConfig"] : linuxOSConfigDeserializer(item["linuxOSConfig"]),
|
|
@@ -5792,8 +4188,7 @@ function _agentPoolPropertiesDeserializer(item) {
|
|
|
5792
4188
|
virtualMachinesProfile: !item["virtualMachinesProfile"] ? item["virtualMachinesProfile"] : virtualMachinesProfileDeserializer(item["virtualMachinesProfile"]),
|
|
5793
4189
|
virtualMachineNodesStatus: !item["virtualMachineNodesStatus"] ? item["virtualMachineNodesStatus"] : virtualMachineNodesArrayDeserializer(item["virtualMachineNodesStatus"]),
|
|
5794
4190
|
status: !item["status"] ? item["status"] : agentPoolStatusDeserializer(item["status"]),
|
|
5795
|
-
localDNSProfile: !item["localDNSProfile"] ? item["localDNSProfile"] : localDNSProfileDeserializer(item["localDNSProfile"])
|
|
5796
|
-
preparedImageSpecificationProfile: !item["preparedImageSpecificationProfile"] ? item["preparedImageSpecificationProfile"] : preparedImageSpecificationProfileDeserializer(item["preparedImageSpecificationProfile"])
|
|
4191
|
+
localDNSProfile: !item["localDNSProfile"] ? item["localDNSProfile"] : localDNSProfileDeserializer(item["localDNSProfile"])
|
|
5797
4192
|
};
|
|
5798
4193
|
}
|
|
5799
4194
|
function _agentPoolAvailableVersionsPropertiesDeserializer(item) {
|
|
@@ -5808,14 +4203,12 @@ function _agentPoolUpgradeProfilePropertiesDeserializer(item) {
|
|
|
5808
4203
|
kubernetesVersion: item["kubernetesVersion"],
|
|
5809
4204
|
osType: item["osType"],
|
|
5810
4205
|
upgrades: !item["upgrades"] ? item["upgrades"] : agentPoolUpgradeProfilePropertiesUpgradesItemArrayDeserializer(item["upgrades"]),
|
|
5811
|
-
componentsByReleases: !item["componentsByReleases"] ? item["componentsByReleases"] : componentsByReleaseArrayDeserializer(item["componentsByReleases"]),
|
|
5812
4206
|
recentlyUsedVersions: !item["recentlyUsedVersions"] ? item["recentlyUsedVersions"] : agentPoolRecentlyUsedVersionArrayDeserializer(item["recentlyUsedVersions"]),
|
|
5813
4207
|
latestNodeImageVersion: item["latestNodeImageVersion"]
|
|
5814
4208
|
};
|
|
5815
4209
|
}
|
|
5816
4210
|
function _managedClusterPropertiesSerializer(item) {
|
|
5817
4211
|
return {
|
|
5818
|
-
creationData: !item["creationData"] ? item["creationData"] : creationDataSerializer(item["creationData"]),
|
|
5819
4212
|
kubernetesVersion: item["kubernetesVersion"],
|
|
5820
4213
|
dnsPrefix: item["dnsPrefix"],
|
|
5821
4214
|
fqdnSubdomain: item["fqdnSubdomain"],
|
|
@@ -5830,8 +4223,6 @@ function _managedClusterPropertiesSerializer(item) {
|
|
|
5830
4223
|
nodeResourceGroupProfile: !item["nodeResourceGroupProfile"] ? item["nodeResourceGroupProfile"] : managedClusterNodeResourceGroupProfileSerializer(item["nodeResourceGroupProfile"]),
|
|
5831
4224
|
enableRBAC: item["enableRbac"],
|
|
5832
4225
|
supportPlan: item["supportPlan"],
|
|
5833
|
-
enableFIPS: item["enableFips"],
|
|
5834
|
-
enableNamespaceResources: item["enableNamespaceResources"],
|
|
5835
4226
|
networkProfile: !item["networkProfile"] ? item["networkProfile"] : containerServiceNetworkProfileSerializer(item["networkProfile"]),
|
|
5836
4227
|
aadProfile: !item["aadProfile"] ? item["aadProfile"] : managedClusterAADProfileSerializer(item["aadProfile"]),
|
|
5837
4228
|
autoUpgradeProfile: !item["autoUpgradeProfile"] ? item["autoUpgradeProfile"] : managedClusterAutoUpgradeProfileSerializer(item["autoUpgradeProfile"]),
|
|
@@ -5854,11 +4245,7 @@ function _managedClusterPropertiesSerializer(item) {
|
|
|
5854
4245
|
nodeProvisioningProfile: !item["nodeProvisioningProfile"] ? item["nodeProvisioningProfile"] : managedClusterNodeProvisioningProfileSerializer(item["nodeProvisioningProfile"]),
|
|
5855
4246
|
bootstrapProfile: !item["bootstrapProfile"] ? item["bootstrapProfile"] : managedClusterBootstrapProfileSerializer(item["bootstrapProfile"]),
|
|
5856
4247
|
aiToolchainOperatorProfile: !item["aiToolchainOperatorProfile"] ? item["aiToolchainOperatorProfile"] : managedClusterAIToolchainOperatorProfileSerializer(item["aiToolchainOperatorProfile"]),
|
|
5857
|
-
schedulerProfile: !item["schedulerProfile"] ? item["schedulerProfile"] : schedulerProfileSerializer(item["schedulerProfile"]),
|
|
5858
4248
|
hostedSystemProfile: !item["hostedSystemProfile"] ? item["hostedSystemProfile"] : managedClusterHostedSystemProfileSerializer(item["hostedSystemProfile"]),
|
|
5859
|
-
healthMonitorProfile: !item["healthMonitorProfile"] ? item["healthMonitorProfile"] : managedClusterHealthMonitorProfileSerializer(item["healthMonitorProfile"]),
|
|
5860
|
-
controlPlaneScalingProfile: !item["controlPlaneScalingProfile"] ? item["controlPlaneScalingProfile"] : managedClusterControlPlaneScalingProfileSerializer(item["controlPlaneScalingProfile"]),
|
|
5861
|
-
nodeDisruptionProfile: !item["nodeDisruptionProfile"] ? item["nodeDisruptionProfile"] : nodeDisruptionProfileSerializer(item["nodeDisruptionProfile"]),
|
|
5862
4249
|
status: !item["status"] ? item["status"] : managedClusterStatusSerializer(item["status"])
|
|
5863
4250
|
};
|
|
5864
4251
|
}
|
|
@@ -5866,7 +4253,6 @@ function _managedClusterPropertiesDeserializer(item) {
|
|
|
5866
4253
|
return {
|
|
5867
4254
|
provisioningState: item["provisioningState"],
|
|
5868
4255
|
powerState: !item["powerState"] ? item["powerState"] : powerStateDeserializer(item["powerState"]),
|
|
5869
|
-
creationData: !item["creationData"] ? item["creationData"] : creationDataDeserializer(item["creationData"]),
|
|
5870
4256
|
maxAgentPools: item["maxAgentPools"],
|
|
5871
4257
|
kubernetesVersion: item["kubernetesVersion"],
|
|
5872
4258
|
currentKubernetesVersion: item["currentKubernetesVersion"],
|
|
@@ -5886,8 +4272,6 @@ function _managedClusterPropertiesDeserializer(item) {
|
|
|
5886
4272
|
nodeResourceGroupProfile: !item["nodeResourceGroupProfile"] ? item["nodeResourceGroupProfile"] : managedClusterNodeResourceGroupProfileDeserializer(item["nodeResourceGroupProfile"]),
|
|
5887
4273
|
enableRbac: item["enableRBAC"],
|
|
5888
4274
|
supportPlan: item["supportPlan"],
|
|
5889
|
-
enableFips: item["enableFIPS"],
|
|
5890
|
-
enableNamespaceResources: item["enableNamespaceResources"],
|
|
5891
4275
|
networkProfile: !item["networkProfile"] ? item["networkProfile"] : containerServiceNetworkProfileDeserializer(item["networkProfile"]),
|
|
5892
4276
|
aadProfile: !item["aadProfile"] ? item["aadProfile"] : managedClusterAADProfileDeserializer(item["aadProfile"]),
|
|
5893
4277
|
autoUpgradeProfile: !item["autoUpgradeProfile"] ? item["autoUpgradeProfile"] : managedClusterAutoUpgradeProfileDeserializer(item["autoUpgradeProfile"]),
|
|
@@ -5911,11 +4295,7 @@ function _managedClusterPropertiesDeserializer(item) {
|
|
|
5911
4295
|
nodeProvisioningProfile: !item["nodeProvisioningProfile"] ? item["nodeProvisioningProfile"] : managedClusterNodeProvisioningProfileDeserializer(item["nodeProvisioningProfile"]),
|
|
5912
4296
|
bootstrapProfile: !item["bootstrapProfile"] ? item["bootstrapProfile"] : managedClusterBootstrapProfileDeserializer(item["bootstrapProfile"]),
|
|
5913
4297
|
aiToolchainOperatorProfile: !item["aiToolchainOperatorProfile"] ? item["aiToolchainOperatorProfile"] : managedClusterAIToolchainOperatorProfileDeserializer(item["aiToolchainOperatorProfile"]),
|
|
5914
|
-
schedulerProfile: !item["schedulerProfile"] ? item["schedulerProfile"] : schedulerProfileDeserializer(item["schedulerProfile"]),
|
|
5915
4298
|
hostedSystemProfile: !item["hostedSystemProfile"] ? item["hostedSystemProfile"] : managedClusterHostedSystemProfileDeserializer(item["hostedSystemProfile"]),
|
|
5916
|
-
healthMonitorProfile: !item["healthMonitorProfile"] ? item["healthMonitorProfile"] : managedClusterHealthMonitorProfileDeserializer(item["healthMonitorProfile"]),
|
|
5917
|
-
controlPlaneScalingProfile: !item["controlPlaneScalingProfile"] ? item["controlPlaneScalingProfile"] : managedClusterControlPlaneScalingProfileDeserializer(item["controlPlaneScalingProfile"]),
|
|
5918
|
-
nodeDisruptionProfile: !item["nodeDisruptionProfile"] ? item["nodeDisruptionProfile"] : nodeDisruptionProfileDeserializer(item["nodeDisruptionProfile"]),
|
|
5919
4299
|
status: !item["status"] ? item["status"] : managedClusterStatusDeserializer(item["status"])
|
|
5920
4300
|
};
|
|
5921
4301
|
}
|
|
@@ -5985,19 +4365,6 @@ function _snapshotPropertiesDeserializer(item) {
|
|
|
5985
4365
|
enableFips: item["enableFIPS"]
|
|
5986
4366
|
};
|
|
5987
4367
|
}
|
|
5988
|
-
function _managedClusterSnapshotPropertiesSerializer(item) {
|
|
5989
|
-
return {
|
|
5990
|
-
creationData: !item["creationData"] ? item["creationData"] : creationDataSerializer(item["creationData"]),
|
|
5991
|
-
snapshotType: item["snapshotType"]
|
|
5992
|
-
};
|
|
5993
|
-
}
|
|
5994
|
-
function _managedClusterSnapshotPropertiesDeserializer(item) {
|
|
5995
|
-
return {
|
|
5996
|
-
creationData: !item["creationData"] ? item["creationData"] : creationDataDeserializer(item["creationData"]),
|
|
5997
|
-
snapshotType: item["snapshotType"],
|
|
5998
|
-
managedClusterPropertiesReadOnly: !item["managedClusterPropertiesReadOnly"] ? item["managedClusterPropertiesReadOnly"] : managedClusterPropertiesForSnapshotDeserializer(item["managedClusterPropertiesReadOnly"])
|
|
5999
|
-
};
|
|
6000
|
-
}
|
|
6001
4368
|
function _trustedAccessRoleBindingPropertiesSerializer(item) {
|
|
6002
4369
|
return {
|
|
6003
4370
|
sourceResourceId: item["sourceResourceId"],
|
|
@@ -6015,25 +4382,6 @@ function _trustedAccessRoleBindingPropertiesDeserializer(item) {
|
|
|
6015
4382
|
})
|
|
6016
4383
|
};
|
|
6017
4384
|
}
|
|
6018
|
-
function _loadBalancerPropertiesSerializer(item) {
|
|
6019
|
-
return {
|
|
6020
|
-
primaryAgentPoolName: item["primaryAgentPoolName"],
|
|
6021
|
-
allowServicePlacement: item["allowServicePlacement"],
|
|
6022
|
-
serviceLabelSelector: !item["serviceLabelSelector"] ? item["serviceLabelSelector"] : labelSelectorSerializer(item["serviceLabelSelector"]),
|
|
6023
|
-
serviceNamespaceSelector: !item["serviceNamespaceSelector"] ? item["serviceNamespaceSelector"] : labelSelectorSerializer(item["serviceNamespaceSelector"]),
|
|
6024
|
-
nodeSelector: !item["nodeSelector"] ? item["nodeSelector"] : labelSelectorSerializer(item["nodeSelector"])
|
|
6025
|
-
};
|
|
6026
|
-
}
|
|
6027
|
-
function _loadBalancerPropertiesDeserializer(item) {
|
|
6028
|
-
return {
|
|
6029
|
-
primaryAgentPoolName: item["primaryAgentPoolName"],
|
|
6030
|
-
allowServicePlacement: item["allowServicePlacement"],
|
|
6031
|
-
serviceLabelSelector: !item["serviceLabelSelector"] ? item["serviceLabelSelector"] : labelSelectorDeserializer(item["serviceLabelSelector"]),
|
|
6032
|
-
serviceNamespaceSelector: !item["serviceNamespaceSelector"] ? item["serviceNamespaceSelector"] : labelSelectorDeserializer(item["serviceNamespaceSelector"]),
|
|
6033
|
-
nodeSelector: !item["nodeSelector"] ? item["nodeSelector"] : labelSelectorDeserializer(item["nodeSelector"]),
|
|
6034
|
-
provisioningState: item["provisioningState"]
|
|
6035
|
-
};
|
|
6036
|
-
}
|
|
6037
4385
|
function _operationValueDisplayDeserializer(item) {
|
|
6038
4386
|
return {
|
|
6039
4387
|
operation: item["operation"],
|
|
@@ -6045,37 +4393,26 @@ function _operationValueDisplayDeserializer(item) {
|
|
|
6045
4393
|
// Annotate the CommonJS export names for ESM import in node:
|
|
6046
4394
|
0 && (module.exports = {
|
|
6047
4395
|
KnownAccelerationMode,
|
|
6048
|
-
KnownAddonAutoscaling,
|
|
6049
4396
|
KnownAdoptionPolicy,
|
|
6050
4397
|
KnownAdvancedNetworkPolicies,
|
|
6051
4398
|
KnownAgentPoolMode,
|
|
6052
|
-
KnownAgentPoolNetworkInterfaceType,
|
|
6053
4399
|
KnownAgentPoolSSHAccess,
|
|
6054
4400
|
KnownAgentPoolType,
|
|
6055
4401
|
KnownArtifactSource,
|
|
6056
4402
|
KnownBackendPoolType,
|
|
6057
|
-
KnownClusterServiceLoadBalancerHealthProbeMode,
|
|
6058
4403
|
KnownCode,
|
|
6059
4404
|
KnownConnectionStatus,
|
|
6060
|
-
KnownContainerNetworkLogs,
|
|
6061
|
-
KnownControlPlaneScalingSize,
|
|
6062
4405
|
KnownCreatedByType,
|
|
6063
4406
|
KnownDeletePolicy,
|
|
6064
|
-
KnownDriftAction,
|
|
6065
|
-
KnownDriverType,
|
|
6066
4407
|
KnownExpander,
|
|
6067
4408
|
KnownExtendedLocationTypes,
|
|
6068
4409
|
KnownFormat,
|
|
6069
4410
|
KnownGPUDriver,
|
|
6070
4411
|
KnownGPUInstanceProfile,
|
|
6071
4412
|
KnownGatewayAPIIstioEnabled,
|
|
6072
|
-
KnownGuardrailsSupport,
|
|
6073
4413
|
KnownIdentityBindingProvisioningState,
|
|
6074
|
-
KnownInfrastructureEncryption,
|
|
6075
4414
|
KnownIpFamily,
|
|
6076
|
-
KnownIpvsScheduler,
|
|
6077
4415
|
KnownIstioIngressGatewayMode,
|
|
6078
|
-
KnownJWTAuthenticatorProvisioningState,
|
|
6079
4416
|
KnownKeyVaultNetworkAccessTypes,
|
|
6080
4417
|
KnownKubeletDiskType,
|
|
6081
4418
|
KnownKubernetesSupportPlan,
|
|
@@ -6092,10 +4429,6 @@ function _operationValueDisplayDeserializer(item) {
|
|
|
6092
4429
|
KnownManagedClusterSKUName,
|
|
6093
4430
|
KnownManagedClusterSKUTier,
|
|
6094
4431
|
KnownManagedGatewayType,
|
|
6095
|
-
KnownManagementMode,
|
|
6096
|
-
KnownMeshMembershipProvisioningState,
|
|
6097
|
-
KnownMigStrategy,
|
|
6098
|
-
KnownMode,
|
|
6099
4432
|
KnownNamespaceProvisioningState,
|
|
6100
4433
|
KnownNetworkDataplane,
|
|
6101
4434
|
KnownNetworkMode,
|
|
@@ -6103,33 +4436,24 @@ function _operationValueDisplayDeserializer(item) {
|
|
|
6103
4436
|
KnownNetworkPluginMode,
|
|
6104
4437
|
KnownNetworkPolicy,
|
|
6105
4438
|
KnownNginxIngressControllerType,
|
|
6106
|
-
KnownNodeDisruptionPolicy,
|
|
6107
4439
|
KnownNodeOSUpgradeChannel,
|
|
6108
4440
|
KnownNodeProvisioningDefaultNodePools,
|
|
6109
4441
|
KnownNodeProvisioningMode,
|
|
6110
4442
|
KnownOSDiskType,
|
|
6111
4443
|
KnownOSType,
|
|
6112
|
-
KnownOperator,
|
|
6113
4444
|
KnownOssku,
|
|
6114
4445
|
KnownOutboundType,
|
|
6115
4446
|
KnownPodIPAllocationMode,
|
|
6116
|
-
KnownPodLinkLocalAccess,
|
|
6117
4447
|
KnownPolicyRule,
|
|
6118
4448
|
KnownPrivateEndpointConnectionProvisioningState,
|
|
6119
4449
|
KnownProtocol,
|
|
6120
4450
|
KnownProxyRedirectionMechanism,
|
|
6121
4451
|
KnownPublicNetworkAccess,
|
|
6122
4452
|
KnownResourceIdentityType,
|
|
6123
|
-
KnownResourceSkuCapacityScaleType,
|
|
6124
|
-
KnownResourceSkuRestrictionsReasonCode,
|
|
6125
|
-
KnownResourceSkuRestrictionsType,
|
|
6126
4453
|
KnownRestrictionLevel,
|
|
6127
|
-
KnownSafeguardsSupport,
|
|
6128
4454
|
KnownScaleDownMode,
|
|
6129
4455
|
KnownScaleSetEvictionPolicy,
|
|
6130
4456
|
KnownScaleSetPriority,
|
|
6131
|
-
KnownSchedulerConfigMode,
|
|
6132
|
-
KnownSeccompDefault,
|
|
6133
4457
|
KnownServiceMeshMode,
|
|
6134
4458
|
KnownSnapshotType,
|
|
6135
4459
|
KnownTransitEncryptionType,
|
|
@@ -6137,9 +4461,7 @@ function _operationValueDisplayDeserializer(item) {
|
|
|
6137
4461
|
KnownType,
|
|
6138
4462
|
KnownUndrainableNodeBehavior,
|
|
6139
4463
|
KnownUpgradeChannel,
|
|
6140
|
-
KnownUpgradeStrategy,
|
|
6141
4464
|
KnownVersions,
|
|
6142
|
-
KnownVmState,
|
|
6143
4465
|
KnownWeekDay,
|
|
6144
4466
|
KnownWorkloadRuntime,
|
|
6145
4467
|
_agentPoolAvailableVersionsPropertiesDeserializer,
|
|
@@ -6147,41 +4469,25 @@ function _operationValueDisplayDeserializer(item) {
|
|
|
6147
4469
|
_agentPoolPropertiesDeserializer,
|
|
6148
4470
|
_agentPoolPropertiesSerializer,
|
|
6149
4471
|
_agentPoolUpgradeProfilePropertiesDeserializer,
|
|
6150
|
-
_guardrailsAvailableVersionsListDeserializer,
|
|
6151
4472
|
_identityBindingListResultDeserializer,
|
|
6152
|
-
_jwtAuthenticatorListResultDeserializer,
|
|
6153
|
-
_loadBalancerListResultDeserializer,
|
|
6154
|
-
_loadBalancerPropertiesDeserializer,
|
|
6155
|
-
_loadBalancerPropertiesSerializer,
|
|
6156
4473
|
_machineListResultDeserializer,
|
|
6157
4474
|
_maintenanceConfigurationListResultDeserializer,
|
|
6158
4475
|
_maintenanceConfigurationPropertiesDeserializer,
|
|
6159
4476
|
_maintenanceConfigurationPropertiesSerializer,
|
|
6160
4477
|
_managedClusterAccessProfilePropertiesDeserializer,
|
|
6161
4478
|
_managedClusterListResultDeserializer,
|
|
6162
|
-
_managedClusterNATGatewayProfileOutboundIPsDeserializer,
|
|
6163
|
-
_managedClusterNATGatewayProfileOutboundIPsSerializer,
|
|
6164
|
-
_managedClusterNATGatewayProfileOutboundIpPrefixesDeserializer,
|
|
6165
|
-
_managedClusterNATGatewayProfileOutboundIpPrefixesSerializer,
|
|
6166
4479
|
_managedClusterPropertiesDeserializer,
|
|
6167
4480
|
_managedClusterPropertiesSerializer,
|
|
6168
|
-
_managedClusterSnapshotListResultDeserializer,
|
|
6169
|
-
_managedClusterSnapshotPropertiesDeserializer,
|
|
6170
|
-
_managedClusterSnapshotPropertiesSerializer,
|
|
6171
4481
|
_managedClusterUpgradeProfilePropertiesDeserializer,
|
|
6172
4482
|
_managedNamespaceListResultDeserializer,
|
|
6173
|
-
_meshMembershipsListResultDeserializer,
|
|
6174
4483
|
_meshRevisionProfileListDeserializer,
|
|
6175
4484
|
_meshUpgradeProfileListDeserializer,
|
|
6176
|
-
_nodeImageVersionsListResultDeserializer,
|
|
6177
4485
|
_operationListResultDeserializer,
|
|
6178
|
-
_operationStatusResultListDeserializer,
|
|
6179
4486
|
_operationValueDisplayDeserializer,
|
|
6180
4487
|
_outboundEnvironmentEndpointCollectionDeserializer,
|
|
6181
4488
|
_privateEndpointConnectionPropertiesDeserializer,
|
|
6182
4489
|
_privateEndpointConnectionPropertiesSerializer,
|
|
6183
4490
|
_runCommandResultPropertiesDeserializer,
|
|
6184
|
-
_safeguardsAvailableVersionsListDeserializer,
|
|
6185
4491
|
_snapshotListResultDeserializer,
|
|
6186
4492
|
_snapshotPropertiesDeserializer,
|
|
6187
4493
|
_snapshotPropertiesSerializer,
|
|
@@ -6189,7 +4495,6 @@ function _operationValueDisplayDeserializer(item) {
|
|
|
6189
4495
|
_trustedAccessRoleBindingPropertiesDeserializer,
|
|
6190
4496
|
_trustedAccessRoleBindingPropertiesSerializer,
|
|
6191
4497
|
_trustedAccessRoleListResultDeserializer,
|
|
6192
|
-
_vmSkusListResultDeserializer,
|
|
6193
4498
|
absoluteMonthlyScheduleDeserializer,
|
|
6194
4499
|
absoluteMonthlyScheduleSerializer,
|
|
6195
4500
|
accessProfileDeserializer,
|
|
@@ -6211,16 +4516,10 @@ function _operationValueDisplayDeserializer(item) {
|
|
|
6211
4516
|
agentPoolAvailableVersionsPropertiesAgentPoolVersionsItemArrayDeserializer,
|
|
6212
4517
|
agentPoolAvailableVersionsPropertiesAgentPoolVersionsItemDeserializer,
|
|
6213
4518
|
agentPoolAvailableVersionsPropertiesDeserializer,
|
|
6214
|
-
agentPoolBlueGreenUpgradeSettingsDeserializer,
|
|
6215
|
-
agentPoolBlueGreenUpgradeSettingsSerializer,
|
|
6216
4519
|
agentPoolDeleteMachinesParameterSerializer,
|
|
6217
4520
|
agentPoolDeserializer,
|
|
6218
4521
|
agentPoolGatewayProfileDeserializer,
|
|
6219
4522
|
agentPoolGatewayProfileSerializer,
|
|
6220
|
-
agentPoolNetworkInterfaceArrayDeserializer,
|
|
6221
|
-
agentPoolNetworkInterfaceArraySerializer,
|
|
6222
|
-
agentPoolNetworkInterfaceDeserializer,
|
|
6223
|
-
agentPoolNetworkInterfaceSerializer,
|
|
6224
4523
|
agentPoolNetworkProfileDeserializer,
|
|
6225
4524
|
agentPoolNetworkProfileSerializer,
|
|
6226
4525
|
agentPoolRecentlyUsedVersionArrayDeserializer,
|
|
@@ -6238,10 +4537,6 @@ function _operationValueDisplayDeserializer(item) {
|
|
|
6238
4537
|
agentPoolUpgradeSettingsSerializer,
|
|
6239
4538
|
agentPoolWindowsProfileDeserializer,
|
|
6240
4539
|
agentPoolWindowsProfileSerializer,
|
|
6241
|
-
autoScaleProfileArrayDeserializer,
|
|
6242
|
-
autoScaleProfileArraySerializer,
|
|
6243
|
-
autoScaleProfileDeserializer,
|
|
6244
|
-
autoScaleProfileSerializer,
|
|
6245
4540
|
azureKeyVaultKmsDeserializer,
|
|
6246
4541
|
azureKeyVaultKmsSerializer,
|
|
6247
4542
|
clusterUpgradeSettingsDeserializer,
|
|
@@ -6249,17 +4544,9 @@ function _operationValueDisplayDeserializer(item) {
|
|
|
6249
4544
|
commandResultPropertiesDeserializer,
|
|
6250
4545
|
compatibleVersionsArrayDeserializer,
|
|
6251
4546
|
compatibleVersionsDeserializer,
|
|
6252
|
-
componentArrayDeserializer,
|
|
6253
|
-
componentDeserializer,
|
|
6254
|
-
componentsByReleaseArrayDeserializer,
|
|
6255
|
-
componentsByReleaseDeserializer,
|
|
6256
4547
|
containerServiceLinuxProfileDeserializer,
|
|
6257
4548
|
containerServiceLinuxProfileSerializer,
|
|
6258
4549
|
containerServiceNetworkProfileDeserializer,
|
|
6259
|
-
containerServiceNetworkProfileKubeProxyConfigDeserializer,
|
|
6260
|
-
containerServiceNetworkProfileKubeProxyConfigIpvsConfigDeserializer,
|
|
6261
|
-
containerServiceNetworkProfileKubeProxyConfigIpvsConfigSerializer,
|
|
6262
|
-
containerServiceNetworkProfileKubeProxyConfigSerializer,
|
|
6263
4550
|
containerServiceNetworkProfileSerializer,
|
|
6264
4551
|
containerServiceSshConfigurationDeserializer,
|
|
6265
4552
|
containerServiceSshConfigurationSerializer,
|
|
@@ -6295,11 +4582,6 @@ function _operationValueDisplayDeserializer(item) {
|
|
|
6295
4582
|
extendedLocationSerializer,
|
|
6296
4583
|
gpuProfileDeserializer,
|
|
6297
4584
|
gpuProfileSerializer,
|
|
6298
|
-
guardrailsAvailableVersionArrayDeserializer,
|
|
6299
|
-
guardrailsAvailableVersionDeserializer,
|
|
6300
|
-
guardrailsAvailableVersionsPropertiesDeserializer,
|
|
6301
|
-
hardEvictionThresholdDeserializer,
|
|
6302
|
-
hardEvictionThresholdSerializer,
|
|
6303
4585
|
identityBindingArrayDeserializer,
|
|
6304
4586
|
identityBindingArraySerializer,
|
|
6305
4587
|
identityBindingDeserializer,
|
|
@@ -6329,52 +4611,16 @@ function _operationValueDisplayDeserializer(item) {
|
|
|
6329
4611
|
istioPluginCertificateAuthoritySerializer,
|
|
6330
4612
|
istioServiceMeshDeserializer,
|
|
6331
4613
|
istioServiceMeshSerializer,
|
|
6332
|
-
jwtAuthenticatorArrayDeserializer,
|
|
6333
|
-
jwtAuthenticatorArraySerializer,
|
|
6334
|
-
jwtAuthenticatorClaimMappingExpressionDeserializer,
|
|
6335
|
-
jwtAuthenticatorClaimMappingExpressionSerializer,
|
|
6336
|
-
jwtAuthenticatorClaimMappingsDeserializer,
|
|
6337
|
-
jwtAuthenticatorClaimMappingsSerializer,
|
|
6338
|
-
jwtAuthenticatorDeserializer,
|
|
6339
|
-
jwtAuthenticatorExtraClaimMappingExpressionArrayDeserializer,
|
|
6340
|
-
jwtAuthenticatorExtraClaimMappingExpressionArraySerializer,
|
|
6341
|
-
jwtAuthenticatorExtraClaimMappingExpressionDeserializer,
|
|
6342
|
-
jwtAuthenticatorExtraClaimMappingExpressionSerializer,
|
|
6343
|
-
jwtAuthenticatorIssuerDeserializer,
|
|
6344
|
-
jwtAuthenticatorIssuerSerializer,
|
|
6345
|
-
jwtAuthenticatorPropertiesDeserializer,
|
|
6346
|
-
jwtAuthenticatorPropertiesSerializer,
|
|
6347
|
-
jwtAuthenticatorSerializer,
|
|
6348
|
-
jwtAuthenticatorValidationRuleArrayDeserializer,
|
|
6349
|
-
jwtAuthenticatorValidationRuleArraySerializer,
|
|
6350
|
-
jwtAuthenticatorValidationRuleDeserializer,
|
|
6351
|
-
jwtAuthenticatorValidationRuleSerializer,
|
|
6352
|
-
kubeReservedDeserializer,
|
|
6353
|
-
kubeReservedSerializer,
|
|
6354
4614
|
kubeletConfigDeserializer,
|
|
6355
4615
|
kubeletConfigSerializer,
|
|
6356
4616
|
kubernetesPatchVersionDeserializer,
|
|
6357
4617
|
kubernetesPatchVersionRecordDeserializer,
|
|
6358
|
-
kubernetesResourceObjectEncryptionProfileDeserializer,
|
|
6359
|
-
kubernetesResourceObjectEncryptionProfileSerializer,
|
|
6360
4618
|
kubernetesVersionArrayDeserializer,
|
|
6361
4619
|
kubernetesVersionCapabilitiesDeserializer,
|
|
6362
4620
|
kubernetesVersionDeserializer,
|
|
6363
4621
|
kubernetesVersionListResultDeserializer,
|
|
6364
|
-
labelSelectorDeserializer,
|
|
6365
|
-
labelSelectorRequirementArrayDeserializer,
|
|
6366
|
-
labelSelectorRequirementArraySerializer,
|
|
6367
|
-
labelSelectorRequirementDeserializer,
|
|
6368
|
-
labelSelectorRequirementSerializer,
|
|
6369
|
-
labelSelectorSerializer,
|
|
6370
4622
|
linuxOSConfigDeserializer,
|
|
6371
4623
|
linuxOSConfigSerializer,
|
|
6372
|
-
loadBalancerArrayDeserializer,
|
|
6373
|
-
loadBalancerArraySerializer,
|
|
6374
|
-
loadBalancerDeserializer,
|
|
6375
|
-
loadBalancerPropertiesDeserializer,
|
|
6376
|
-
loadBalancerPropertiesSerializer,
|
|
6377
|
-
loadBalancerSerializer,
|
|
6378
4624
|
localDNSOverrideDeserializer,
|
|
6379
4625
|
localDNSOverrideRecordDeserializer,
|
|
6380
4626
|
localDNSOverrideRecordSerializer,
|
|
@@ -6382,28 +4628,11 @@ function _operationValueDisplayDeserializer(item) {
|
|
|
6382
4628
|
localDNSProfileDeserializer,
|
|
6383
4629
|
localDNSProfileSerializer,
|
|
6384
4630
|
machineArrayDeserializer,
|
|
6385
|
-
machineArraySerializer,
|
|
6386
|
-
machineBillingProfileDeserializer,
|
|
6387
|
-
machineBillingProfileSerializer,
|
|
6388
4631
|
machineDeserializer,
|
|
6389
|
-
machineHardwareProfileDeserializer,
|
|
6390
|
-
machineHardwareProfileSerializer,
|
|
6391
4632
|
machineIpAddressArrayDeserializer,
|
|
6392
4633
|
machineIpAddressDeserializer,
|
|
6393
|
-
machineKubernetesProfileDeserializer,
|
|
6394
|
-
machineKubernetesProfileSerializer,
|
|
6395
4634
|
machineNetworkPropertiesDeserializer,
|
|
6396
|
-
machineNetworkPropertiesSerializer,
|
|
6397
|
-
machineOSProfileDeserializer,
|
|
6398
|
-
machineOSProfileLinuxProfileDeserializer,
|
|
6399
|
-
machineOSProfileLinuxProfileSerializer,
|
|
6400
|
-
machineOSProfileSerializer,
|
|
6401
4635
|
machinePropertiesDeserializer,
|
|
6402
|
-
machinePropertiesSerializer,
|
|
6403
|
-
machineSecurityProfileDeserializer,
|
|
6404
|
-
machineSecurityProfileSerializer,
|
|
6405
|
-
machineSerializer,
|
|
6406
|
-
machineStatusDeserializer,
|
|
6407
4636
|
maintenanceConfigurationArrayDeserializer,
|
|
6408
4637
|
maintenanceConfigurationArraySerializer,
|
|
6409
4638
|
maintenanceConfigurationDeserializer,
|
|
@@ -6439,13 +4668,7 @@ function _operationValueDisplayDeserializer(item) {
|
|
|
6439
4668
|
managedClusterAzureMonitorProfileAppMonitoringAutoInstrumentationDeserializer,
|
|
6440
4669
|
managedClusterAzureMonitorProfileAppMonitoringAutoInstrumentationSerializer,
|
|
6441
4670
|
managedClusterAzureMonitorProfileAppMonitoringDeserializer,
|
|
6442
|
-
managedClusterAzureMonitorProfileAppMonitoringOpenTelemetryLogsAndTracesDeserializer,
|
|
6443
|
-
managedClusterAzureMonitorProfileAppMonitoringOpenTelemetryLogsAndTracesSerializer,
|
|
6444
|
-
managedClusterAzureMonitorProfileAppMonitoringOpenTelemetryMetricsDeserializer,
|
|
6445
|
-
managedClusterAzureMonitorProfileAppMonitoringOpenTelemetryMetricsSerializer,
|
|
6446
4671
|
managedClusterAzureMonitorProfileAppMonitoringSerializer,
|
|
6447
|
-
managedClusterAzureMonitorProfileContainerInsightsDeserializer,
|
|
6448
|
-
managedClusterAzureMonitorProfileContainerInsightsSerializer,
|
|
6449
4672
|
managedClusterAzureMonitorProfileDeserializer,
|
|
6450
4673
|
managedClusterAzureMonitorProfileKubeStateMetricsDeserializer,
|
|
6451
4674
|
managedClusterAzureMonitorProfileKubeStateMetricsSerializer,
|
|
@@ -6456,23 +4679,15 @@ function _operationValueDisplayDeserializer(item) {
|
|
|
6456
4679
|
managedClusterAzureMonitorProfileSerializer,
|
|
6457
4680
|
managedClusterBootstrapProfileDeserializer,
|
|
6458
4681
|
managedClusterBootstrapProfileSerializer,
|
|
6459
|
-
managedClusterControlPlaneScalingProfileDeserializer,
|
|
6460
|
-
managedClusterControlPlaneScalingProfileSerializer,
|
|
6461
4682
|
managedClusterCostAnalysisDeserializer,
|
|
6462
4683
|
managedClusterCostAnalysisSerializer,
|
|
6463
4684
|
managedClusterDeserializer,
|
|
6464
|
-
managedClusterHealthMonitorProfileDeserializer,
|
|
6465
|
-
managedClusterHealthMonitorProfileSerializer,
|
|
6466
4685
|
managedClusterHostedSystemProfileDeserializer,
|
|
6467
4686
|
managedClusterHostedSystemProfileSerializer,
|
|
6468
4687
|
managedClusterHttpProxyConfigDeserializer,
|
|
6469
4688
|
managedClusterHttpProxyConfigSerializer,
|
|
6470
4689
|
managedClusterIdentityDeserializer,
|
|
6471
4690
|
managedClusterIdentitySerializer,
|
|
6472
|
-
managedClusterIngressDefaultDomainProfileDeserializer,
|
|
6473
|
-
managedClusterIngressDefaultDomainProfileSerializer,
|
|
6474
|
-
managedClusterIngressProfileApplicationLoadBalancerDeserializer,
|
|
6475
|
-
managedClusterIngressProfileApplicationLoadBalancerSerializer,
|
|
6476
4691
|
managedClusterIngressProfileDeserializer,
|
|
6477
4692
|
managedClusterIngressProfileGatewayConfigurationDeserializer,
|
|
6478
4693
|
managedClusterIngressProfileGatewayConfigurationSerializer,
|
|
@@ -6522,39 +4737,22 @@ function _operationValueDisplayDeserializer(item) {
|
|
|
6522
4737
|
managedClusterPropertiesAutoScalerProfileDeserializer,
|
|
6523
4738
|
managedClusterPropertiesAutoScalerProfileSerializer,
|
|
6524
4739
|
managedClusterPropertiesDeserializer,
|
|
6525
|
-
managedClusterPropertiesForSnapshotDeserializer,
|
|
6526
4740
|
managedClusterPropertiesSerializer,
|
|
6527
4741
|
managedClusterSKUDeserializer,
|
|
6528
4742
|
managedClusterSKUSerializer,
|
|
6529
4743
|
managedClusterSecurityProfileDefenderDeserializer,
|
|
6530
|
-
managedClusterSecurityProfileDefenderSecurityGatingDeserializer,
|
|
6531
|
-
managedClusterSecurityProfileDefenderSecurityGatingIdentitiesItemArrayDeserializer,
|
|
6532
|
-
managedClusterSecurityProfileDefenderSecurityGatingIdentitiesItemArraySerializer,
|
|
6533
|
-
managedClusterSecurityProfileDefenderSecurityGatingIdentitiesItemDeserializer,
|
|
6534
|
-
managedClusterSecurityProfileDefenderSecurityGatingIdentitiesItemSerializer,
|
|
6535
|
-
managedClusterSecurityProfileDefenderSecurityGatingSerializer,
|
|
6536
4744
|
managedClusterSecurityProfileDefenderSecurityMonitoringDeserializer,
|
|
6537
4745
|
managedClusterSecurityProfileDefenderSecurityMonitoringSerializer,
|
|
6538
4746
|
managedClusterSecurityProfileDefenderSerializer,
|
|
6539
4747
|
managedClusterSecurityProfileDeserializer,
|
|
6540
4748
|
managedClusterSecurityProfileImageCleanerDeserializer,
|
|
6541
4749
|
managedClusterSecurityProfileImageCleanerSerializer,
|
|
6542
|
-
managedClusterSecurityProfileImageIntegrityDeserializer,
|
|
6543
|
-
managedClusterSecurityProfileImageIntegritySerializer,
|
|
6544
|
-
managedClusterSecurityProfileNodeRestrictionDeserializer,
|
|
6545
|
-
managedClusterSecurityProfileNodeRestrictionSerializer,
|
|
6546
4750
|
managedClusterSecurityProfileSerializer,
|
|
6547
4751
|
managedClusterSecurityProfileWorkloadIdentityDeserializer,
|
|
6548
4752
|
managedClusterSecurityProfileWorkloadIdentitySerializer,
|
|
6549
4753
|
managedClusterSerializer,
|
|
6550
4754
|
managedClusterServicePrincipalProfileDeserializer,
|
|
6551
4755
|
managedClusterServicePrincipalProfileSerializer,
|
|
6552
|
-
managedClusterSnapshotArrayDeserializer,
|
|
6553
|
-
managedClusterSnapshotArraySerializer,
|
|
6554
|
-
managedClusterSnapshotDeserializer,
|
|
6555
|
-
managedClusterSnapshotPropertiesDeserializer,
|
|
6556
|
-
managedClusterSnapshotPropertiesSerializer,
|
|
6557
|
-
managedClusterSnapshotSerializer,
|
|
6558
4756
|
managedClusterStaticEgressGatewayProfileDeserializer,
|
|
6559
4757
|
managedClusterStaticEgressGatewayProfileSerializer,
|
|
6560
4758
|
managedClusterStatusDeserializer,
|
|
@@ -6593,14 +4791,6 @@ function _operationValueDisplayDeserializer(item) {
|
|
|
6593
4791
|
manualScaleProfileArraySerializer,
|
|
6594
4792
|
manualScaleProfileDeserializer,
|
|
6595
4793
|
manualScaleProfileSerializer,
|
|
6596
|
-
meshMembershipArrayDeserializer,
|
|
6597
|
-
meshMembershipArraySerializer,
|
|
6598
|
-
meshMembershipDeserializer,
|
|
6599
|
-
meshMembershipPrivateConnectProfileDeserializer,
|
|
6600
|
-
meshMembershipPrivateConnectProfileSerializer,
|
|
6601
|
-
meshMembershipPropertiesDeserializer,
|
|
6602
|
-
meshMembershipPropertiesSerializer,
|
|
6603
|
-
meshMembershipSerializer,
|
|
6604
4794
|
meshRevisionArrayDeserializer,
|
|
6605
4795
|
meshRevisionDeserializer,
|
|
6606
4796
|
meshRevisionProfileArrayDeserializer,
|
|
@@ -6613,15 +4803,6 @@ function _operationValueDisplayDeserializer(item) {
|
|
|
6613
4803
|
namespacePropertiesSerializer,
|
|
6614
4804
|
networkPoliciesDeserializer,
|
|
6615
4805
|
networkPoliciesSerializer,
|
|
6616
|
-
networkProfileForSnapshotDeserializer,
|
|
6617
|
-
nodeDisruptionProfileDeserializer,
|
|
6618
|
-
nodeDisruptionProfileSerializer,
|
|
6619
|
-
nodeImageVersionArrayDeserializer,
|
|
6620
|
-
nodeImageVersionDeserializer,
|
|
6621
|
-
nvidiaGPUProfileDeserializer,
|
|
6622
|
-
nvidiaGPUProfileSerializer,
|
|
6623
|
-
operationStatusResultArrayDeserializer,
|
|
6624
|
-
operationStatusResultDeserializer,
|
|
6625
4806
|
operationValueArrayDeserializer,
|
|
6626
4807
|
operationValueDeserializer,
|
|
6627
4808
|
operationValueDisplayDeserializer,
|
|
@@ -6633,8 +4814,6 @@ function _operationValueDisplayDeserializer(item) {
|
|
|
6633
4814
|
portRangeSerializer,
|
|
6634
4815
|
powerStateDeserializer,
|
|
6635
4816
|
powerStateSerializer,
|
|
6636
|
-
preparedImageSpecificationProfileDeserializer,
|
|
6637
|
-
preparedImageSpecificationProfileSerializer,
|
|
6638
4817
|
privateEndpointConnectionArrayDeserializer,
|
|
6639
4818
|
privateEndpointConnectionArraySerializer,
|
|
6640
4819
|
privateEndpointConnectionDeserializer,
|
|
@@ -6653,7 +4832,6 @@ function _operationValueDisplayDeserializer(item) {
|
|
|
6653
4832
|
privateLinkServiceConnectionStateSerializer,
|
|
6654
4833
|
proxyResourceDeserializer,
|
|
6655
4834
|
proxyResourceSerializer,
|
|
6656
|
-
rebalanceLoadBalancersRequestBodySerializer,
|
|
6657
4835
|
relativeMonthlyScheduleDeserializer,
|
|
6658
4836
|
relativeMonthlyScheduleSerializer,
|
|
6659
4837
|
resourceDeserializer,
|
|
@@ -6664,37 +4842,12 @@ function _operationValueDisplayDeserializer(item) {
|
|
|
6664
4842
|
resourceReferenceDeserializer,
|
|
6665
4843
|
resourceReferenceSerializer,
|
|
6666
4844
|
resourceSerializer,
|
|
6667
|
-
resourceSkuArrayDeserializer,
|
|
6668
|
-
resourceSkuCapabilitiesArrayDeserializer,
|
|
6669
|
-
resourceSkuCapabilitiesDeserializer,
|
|
6670
|
-
resourceSkuCapacityDeserializer,
|
|
6671
|
-
resourceSkuCostsArrayDeserializer,
|
|
6672
|
-
resourceSkuCostsDeserializer,
|
|
6673
|
-
resourceSkuDeserializer,
|
|
6674
|
-
resourceSkuLocationInfoArrayDeserializer,
|
|
6675
|
-
resourceSkuLocationInfoDeserializer,
|
|
6676
|
-
resourceSkuRestrictionInfoDeserializer,
|
|
6677
|
-
resourceSkuRestrictionsArrayDeserializer,
|
|
6678
|
-
resourceSkuRestrictionsDeserializer,
|
|
6679
|
-
resourceSkuZoneDetailsArrayDeserializer,
|
|
6680
|
-
resourceSkuZoneDetailsDeserializer,
|
|
6681
4845
|
runCommandRequestSerializer,
|
|
6682
4846
|
runCommandResultDeserializer,
|
|
6683
|
-
safeguardsAvailableVersionArrayDeserializer,
|
|
6684
|
-
safeguardsAvailableVersionDeserializer,
|
|
6685
|
-
safeguardsAvailableVersionsPropertiesDeserializer,
|
|
6686
4847
|
scaleProfileDeserializer,
|
|
6687
4848
|
scaleProfileSerializer,
|
|
6688
4849
|
scheduleDeserializer,
|
|
6689
4850
|
scheduleSerializer,
|
|
6690
|
-
schedulerInstanceProfileDeserializer,
|
|
6691
|
-
schedulerInstanceProfileSerializer,
|
|
6692
|
-
schedulerProfileDeserializer,
|
|
6693
|
-
schedulerProfileSchedulerInstanceProfilesDeserializer,
|
|
6694
|
-
schedulerProfileSchedulerInstanceProfilesSerializer,
|
|
6695
|
-
schedulerProfileSerializer,
|
|
6696
|
-
serviceAccountImagePullProfileDeserializer,
|
|
6697
|
-
serviceAccountImagePullProfileSerializer,
|
|
6698
4851
|
serviceMeshProfileDeserializer,
|
|
6699
4852
|
serviceMeshProfileSerializer,
|
|
6700
4853
|
snapshotArrayDeserializer,
|