@azure/arm-containerservice 25.0.0 → 25.1.0-beta.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/dist/browser/api/agentPools/index.d.ts +2 -2
- package/dist/browser/api/agentPools/index.js +1 -1
- package/dist/browser/api/agentPools/index.js.map +1 -1
- package/dist/browser/api/agentPools/operations.d.ts +5 -1
- package/dist/browser/api/agentPools/operations.js +50 -15
- package/dist/browser/api/agentPools/operations.js.map +1 -1
- package/dist/browser/api/agentPools/options.d.ts +5 -0
- package/dist/browser/api/agentPools/options.js.map +1 -1
- package/dist/browser/api/containerService/index.d.ts +3 -0
- package/dist/browser/api/containerService/index.js +4 -0
- package/dist/browser/api/containerService/index.js.map +1 -0
- package/dist/browser/api/containerService/operations.d.ts +10 -0
- package/dist/browser/api/containerService/operations.js +37 -0
- package/dist/browser/api/containerService/operations.js.map +1 -0
- package/dist/browser/api/containerService/options.d.ts +5 -0
- package/dist/browser/api/containerService/options.js +4 -0
- package/dist/browser/api/containerService/options.js.map +1 -0
- package/dist/browser/api/containerServiceContext.js +1 -1
- package/dist/browser/api/containerServiceContext.js.map +1 -1
- package/dist/browser/api/identityBindings/index.d.ts +3 -0
- package/dist/browser/api/identityBindings/index.js +4 -0
- package/dist/browser/api/identityBindings/index.js.map +1 -0
- package/dist/browser/api/identityBindings/operations.d.ts +28 -0
- package/dist/browser/api/identityBindings/operations.js +140 -0
- package/dist/browser/api/identityBindings/operations.js.map +1 -0
- package/dist/browser/api/identityBindings/options.d.ts +18 -0
- package/dist/browser/api/identityBindings/options.js +4 -0
- package/dist/browser/api/identityBindings/options.js.map +1 -0
- package/dist/browser/api/jwtAuthenticators/index.d.ts +3 -0
- package/dist/browser/api/jwtAuthenticators/index.js +4 -0
- package/dist/browser/api/jwtAuthenticators/index.js.map +1 -0
- package/dist/browser/api/jwtAuthenticators/operations.d.ts +28 -0
- package/dist/browser/api/jwtAuthenticators/operations.js +140 -0
- package/dist/browser/api/jwtAuthenticators/operations.js.map +1 -0
- package/dist/browser/api/jwtAuthenticators/options.d.ts +18 -0
- package/dist/browser/api/jwtAuthenticators/options.js +4 -0
- package/dist/browser/api/jwtAuthenticators/options.js.map +1 -0
- package/dist/browser/api/loadBalancers/index.d.ts +3 -0
- package/dist/browser/api/loadBalancers/index.js +4 -0
- package/dist/browser/api/loadBalancers/index.js.map +1 -0
- package/dist/browser/api/loadBalancers/operations.d.ts +28 -0
- package/dist/browser/api/loadBalancers/operations.js +135 -0
- package/dist/browser/api/loadBalancers/operations.js.map +1 -0
- package/dist/browser/api/loadBalancers/options.d.ts +16 -0
- package/dist/browser/api/loadBalancers/options.js +4 -0
- package/dist/browser/api/loadBalancers/options.js.map +1 -0
- package/dist/browser/api/machines/index.d.ts +2 -2
- package/dist/browser/api/machines/index.js +1 -1
- package/dist/browser/api/machines/index.js.map +1 -1
- package/dist/browser/api/machines/operations.d.ts +6 -1
- package/dist/browser/api/machines/operations.js +51 -4
- package/dist/browser/api/machines/operations.js.map +1 -1
- package/dist/browser/api/machines/options.d.ts +9 -0
- package/dist/browser/api/machines/options.js.map +1 -1
- package/dist/browser/api/maintenanceConfigurations/operations.js +9 -5
- package/dist/browser/api/maintenanceConfigurations/operations.js.map +1 -1
- package/dist/browser/api/managedClusterSnapshots/index.d.ts +3 -0
- package/dist/browser/api/managedClusterSnapshots/index.js +4 -0
- package/dist/browser/api/managedClusterSnapshots/index.js.map +1 -0
- package/dist/browser/api/managedClusterSnapshots/operations.d.ts +35 -0
- package/dist/browser/api/managedClusterSnapshots/operations.js +184 -0
- package/dist/browser/api/managedClusterSnapshots/operations.js.map +1 -0
- package/dist/browser/api/managedClusterSnapshots/options.d.ts +20 -0
- package/dist/browser/api/managedClusterSnapshots/options.js +4 -0
- package/dist/browser/api/managedClusterSnapshots/options.js.map +1 -0
- package/dist/browser/api/managedClusters/index.d.ts +2 -2
- package/dist/browser/api/managedClusters/index.js +1 -1
- package/dist/browser/api/managedClusters/index.js.map +1 -1
- package/dist/browser/api/managedClusters/operations.d.ts +22 -2
- package/dist/browser/api/managedClusters/operations.js +215 -44
- package/dist/browser/api/managedClusters/operations.js.map +1 -1
- package/dist/browser/api/managedClusters/options.d.ts +19 -0
- package/dist/browser/api/managedClusters/options.js.map +1 -1
- package/dist/browser/api/managedNamespaces/operations.js +13 -9
- package/dist/browser/api/managedNamespaces/operations.js.map +1 -1
- package/dist/browser/api/meshMemberships/index.d.ts +3 -0
- package/dist/browser/api/meshMemberships/index.js +4 -0
- package/dist/browser/api/meshMemberships/index.js.map +1 -0
- package/dist/browser/api/meshMemberships/operations.d.ts +28 -0
- package/dist/browser/api/meshMemberships/operations.js +140 -0
- package/dist/browser/api/meshMemberships/operations.js.map +1 -0
- package/dist/browser/api/meshMemberships/options.d.ts +18 -0
- package/dist/browser/api/meshMemberships/options.js +4 -0
- package/dist/browser/api/meshMemberships/options.js.map +1 -0
- package/dist/browser/api/operationStatusResult/index.d.ts +3 -0
- package/dist/browser/api/operationStatusResult/index.js +4 -0
- package/dist/browser/api/operationStatusResult/index.js.map +1 -0
- package/dist/browser/api/operationStatusResult/operations.d.ts +18 -0
- package/dist/browser/api/operationStatusResult/operations.js +97 -0
- package/dist/browser/api/operationStatusResult/operations.js.map +1 -0
- package/dist/browser/api/operationStatusResult/options.d.ts +11 -0
- package/dist/browser/api/operationStatusResult/options.js +4 -0
- package/dist/browser/api/operationStatusResult/options.js.map +1 -0
- package/dist/browser/api/operations/operations.js +6 -2
- package/dist/browser/api/operations/operations.js.map +1 -1
- package/dist/browser/api/privateEndpointConnections/operations.js +5 -5
- package/dist/browser/api/privateEndpointConnections/operations.js.map +1 -1
- package/dist/browser/api/privateLinkResources/operations.js +1 -1
- package/dist/browser/api/privateLinkResources/operations.js.map +1 -1
- package/dist/browser/api/resolvePrivateLinkServiceId/operations.js +1 -1
- package/dist/browser/api/resolvePrivateLinkServiceId/operations.js.map +1 -1
- package/dist/browser/api/snapshots/operations.js +16 -8
- package/dist/browser/api/snapshots/operations.js.map +1 -1
- package/dist/browser/api/trustedAccessRoleBindings/operations.js +11 -7
- package/dist/browser/api/trustedAccessRoleBindings/operations.js.map +1 -1
- package/dist/browser/api/trustedAccessRoles/operations.js +6 -2
- package/dist/browser/api/trustedAccessRoles/operations.js.map +1 -1
- package/dist/browser/api/vmSkus/index.d.ts +3 -0
- package/dist/browser/api/vmSkus/index.js +4 -0
- package/dist/browser/api/vmSkus/index.js.map +1 -0
- package/dist/browser/api/vmSkus/operations.d.ts +10 -0
- package/dist/browser/api/vmSkus/operations.js +38 -0
- package/dist/browser/api/vmSkus/operations.js.map +1 -0
- package/dist/browser/api/vmSkus/options.d.ts +7 -0
- package/dist/browser/api/vmSkus/options.js +4 -0
- package/dist/browser/api/vmSkus/options.js.map +1 -0
- package/dist/browser/classic/agentPools/index.d.ts +7 -1
- package/dist/browser/classic/agentPools/index.js +10 -1
- package/dist/browser/classic/agentPools/index.js.map +1 -1
- package/dist/browser/classic/containerService/index.d.ts +11 -0
- package/dist/browser/classic/containerService/index.js +14 -0
- package/dist/browser/classic/containerService/index.js.map +1 -0
- package/dist/browser/classic/identityBindings/index.d.ts +32 -0
- package/dist/browser/classic/identityBindings/index.js +34 -0
- package/dist/browser/classic/identityBindings/index.js.map +1 -0
- package/dist/browser/classic/index.d.ts +8 -0
- package/dist/browser/classic/index.js.map +1 -1
- package/dist/browser/classic/jwtAuthenticators/index.d.ts +32 -0
- package/dist/browser/classic/jwtAuthenticators/index.js +34 -0
- package/dist/browser/classic/jwtAuthenticators/index.js.map +1 -0
- package/dist/browser/classic/loadBalancers/index.d.ts +28 -0
- package/dist/browser/classic/loadBalancers/index.js +26 -0
- package/dist/browser/classic/loadBalancers/index.js.map +1 -0
- package/dist/browser/classic/machines/index.d.ts +9 -1
- package/dist/browser/classic/machines/index.js +11 -1
- package/dist/browser/classic/machines/index.js.map +1 -1
- package/dist/browser/classic/managedClusterSnapshots/index.d.ts +26 -0
- package/dist/browser/classic/managedClusterSnapshots/index.js +19 -0
- package/dist/browser/classic/managedClusterSnapshots/index.js.map +1 -0
- package/dist/browser/classic/managedClusters/index.d.ts +16 -2
- package/dist/browser/classic/managedClusters/index.js +14 -1
- package/dist/browser/classic/managedClusters/index.js.map +1 -1
- package/dist/browser/classic/meshMemberships/index.d.ts +32 -0
- package/dist/browser/classic/meshMemberships/index.js +34 -0
- package/dist/browser/classic/meshMemberships/index.js.map +1 -0
- package/dist/browser/classic/operationStatusResult/index.d.ts +15 -0
- package/dist/browser/classic/operationStatusResult/index.js +16 -0
- package/dist/browser/classic/operationStatusResult/index.js.map +1 -0
- package/dist/browser/classic/vmSkus/index.d.ts +11 -0
- package/dist/browser/classic/vmSkus/index.js +14 -0
- package/dist/browser/classic/vmSkus/index.js.map +1 -0
- package/dist/browser/containerServiceClient.d.ts +24 -0
- package/dist/browser/containerServiceClient.js +32 -0
- package/dist/browser/containerServiceClient.js.map +1 -1
- package/dist/browser/index.d.ts +14 -6
- package/dist/browser/index.js +1 -1
- package/dist/browser/index.js.map +1 -1
- package/dist/browser/models/index.d.ts +2 -2
- package/dist/browser/models/index.js +1 -1
- package/dist/browser/models/index.js.map +1 -1
- package/dist/browser/models/models.d.ts +1611 -9
- package/dist/browser/models/models.js +1996 -8
- package/dist/browser/models/models.js.map +1 -1
- package/dist/browser/restorePollerHelpers.js +35 -5
- package/dist/browser/restorePollerHelpers.js.map +1 -1
- package/dist/commonjs/api/agentPools/index.d.ts +2 -2
- package/dist/commonjs/api/agentPools/index.js +3 -0
- package/dist/commonjs/api/agentPools/index.js.map +3 -3
- package/dist/commonjs/api/agentPools/operations.d.ts +5 -1
- package/dist/commonjs/api/agentPools/operations.js +60 -15
- package/dist/commonjs/api/agentPools/operations.js.map +3 -3
- package/dist/commonjs/api/agentPools/options.d.ts +5 -0
- package/dist/commonjs/api/agentPools/options.js +1 -0
- package/dist/commonjs/api/agentPools/options.js.map +2 -2
- package/dist/commonjs/api/containerService/index.d.ts +3 -0
- package/dist/commonjs/api/containerService/index.js +28 -0
- package/dist/commonjs/api/containerService/index.js.map +7 -0
- package/dist/commonjs/api/containerService/operations.d.ts +10 -0
- package/dist/commonjs/api/containerService/operations.js +74 -0
- package/dist/commonjs/api/containerService/operations.js.map +7 -0
- package/dist/commonjs/api/containerService/options.d.ts +5 -0
- package/dist/commonjs/api/containerService/options.js +16 -0
- package/dist/commonjs/api/containerService/options.js.map +7 -0
- package/dist/commonjs/api/containerServiceContext.js +2 -1
- package/dist/commonjs/api/containerServiceContext.js.map +2 -2
- package/dist/commonjs/api/identityBindings/index.d.ts +3 -0
- package/dist/commonjs/api/identityBindings/index.js +34 -0
- package/dist/commonjs/api/identityBindings/index.js.map +7 -0
- package/dist/commonjs/api/identityBindings/operations.d.ts +28 -0
- package/dist/commonjs/api/identityBindings/operations.js +212 -0
- package/dist/commonjs/api/identityBindings/operations.js.map +7 -0
- package/dist/commonjs/api/identityBindings/options.d.ts +18 -0
- package/dist/commonjs/api/identityBindings/options.js +16 -0
- package/dist/commonjs/api/identityBindings/options.js.map +7 -0
- package/dist/commonjs/api/index.js +1 -0
- package/dist/commonjs/api/index.js.map +1 -1
- package/dist/commonjs/api/jwtAuthenticators/index.d.ts +3 -0
- package/dist/commonjs/api/jwtAuthenticators/index.js +34 -0
- package/dist/commonjs/api/jwtAuthenticators/index.js.map +7 -0
- package/dist/commonjs/api/jwtAuthenticators/operations.d.ts +28 -0
- package/dist/commonjs/api/jwtAuthenticators/operations.js +212 -0
- package/dist/commonjs/api/jwtAuthenticators/operations.js.map +7 -0
- package/dist/commonjs/api/jwtAuthenticators/options.d.ts +18 -0
- package/dist/commonjs/api/jwtAuthenticators/options.js +16 -0
- package/dist/commonjs/api/jwtAuthenticators/options.js.map +7 -0
- package/dist/commonjs/api/loadBalancers/index.d.ts +3 -0
- package/dist/commonjs/api/loadBalancers/index.js +34 -0
- package/dist/commonjs/api/loadBalancers/index.js.map +7 -0
- package/dist/commonjs/api/loadBalancers/operations.d.ts +28 -0
- package/dist/commonjs/api/loadBalancers/operations.js +207 -0
- package/dist/commonjs/api/loadBalancers/operations.js.map +7 -0
- package/dist/commonjs/api/loadBalancers/options.d.ts +16 -0
- package/dist/commonjs/api/loadBalancers/options.js +16 -0
- package/dist/commonjs/api/loadBalancers/options.js.map +7 -0
- package/dist/commonjs/api/machines/index.d.ts +2 -2
- package/dist/commonjs/api/machines/index.js +3 -0
- package/dist/commonjs/api/machines/index.js.map +3 -3
- package/dist/commonjs/api/machines/operations.d.ts +6 -1
- package/dist/commonjs/api/machines/operations.js +68 -3
- package/dist/commonjs/api/machines/operations.js.map +3 -3
- package/dist/commonjs/api/machines/options.d.ts +9 -0
- package/dist/commonjs/api/machines/options.js +1 -0
- package/dist/commonjs/api/machines/options.js.map +2 -2
- package/dist/commonjs/api/maintenanceConfigurations/index.js +1 -0
- package/dist/commonjs/api/maintenanceConfigurations/index.js.map +1 -1
- package/dist/commonjs/api/maintenanceConfigurations/operations.js +10 -5
- package/dist/commonjs/api/maintenanceConfigurations/operations.js.map +3 -3
- package/dist/commonjs/api/maintenanceConfigurations/options.js +1 -0
- package/dist/commonjs/api/maintenanceConfigurations/options.js.map +1 -1
- package/dist/commonjs/api/managedClusterSnapshots/index.d.ts +3 -0
- package/dist/commonjs/api/managedClusterSnapshots/index.js +38 -0
- package/dist/commonjs/api/managedClusterSnapshots/index.js.map +7 -0
- package/dist/commonjs/api/managedClusterSnapshots/operations.d.ts +35 -0
- package/dist/commonjs/api/managedClusterSnapshots/operations.js +279 -0
- package/dist/commonjs/api/managedClusterSnapshots/operations.js.map +7 -0
- package/dist/commonjs/api/managedClusterSnapshots/options.d.ts +20 -0
- package/dist/commonjs/api/managedClusterSnapshots/options.js +16 -0
- package/dist/commonjs/api/managedClusterSnapshots/options.js.map +7 -0
- package/dist/commonjs/api/managedClusters/index.d.ts +2 -2
- package/dist/commonjs/api/managedClusters/index.js +11 -0
- package/dist/commonjs/api/managedClusters/index.js.map +3 -3
- package/dist/commonjs/api/managedClusters/operations.d.ts +22 -2
- package/dist/commonjs/api/managedClusters/operations.js +277 -43
- package/dist/commonjs/api/managedClusters/operations.js.map +3 -3
- package/dist/commonjs/api/managedClusters/options.d.ts +19 -0
- package/dist/commonjs/api/managedClusters/options.js +1 -0
- package/dist/commonjs/api/managedClusters/options.js.map +2 -2
- package/dist/commonjs/api/managedNamespaces/index.js +1 -0
- package/dist/commonjs/api/managedNamespaces/index.js.map +1 -1
- package/dist/commonjs/api/managedNamespaces/operations.js +14 -9
- package/dist/commonjs/api/managedNamespaces/operations.js.map +3 -3
- package/dist/commonjs/api/managedNamespaces/options.js +1 -0
- package/dist/commonjs/api/managedNamespaces/options.js.map +1 -1
- package/dist/commonjs/api/meshMemberships/index.d.ts +3 -0
- package/dist/commonjs/api/meshMemberships/index.js +34 -0
- package/dist/commonjs/api/meshMemberships/index.js.map +7 -0
- package/dist/commonjs/api/meshMemberships/operations.d.ts +28 -0
- package/dist/commonjs/api/meshMemberships/operations.js +212 -0
- package/dist/commonjs/api/meshMemberships/operations.js.map +7 -0
- package/dist/commonjs/api/meshMemberships/options.d.ts +18 -0
- package/dist/commonjs/api/meshMemberships/options.js +16 -0
- package/dist/commonjs/api/meshMemberships/options.js.map +7 -0
- package/dist/commonjs/api/operationStatusResult/index.d.ts +3 -0
- package/dist/commonjs/api/operationStatusResult/index.js +32 -0
- package/dist/commonjs/api/operationStatusResult/index.js.map +7 -0
- package/dist/commonjs/api/operationStatusResult/operations.d.ts +18 -0
- package/dist/commonjs/api/operationStatusResult/operations.js +159 -0
- package/dist/commonjs/api/operationStatusResult/operations.js.map +7 -0
- package/dist/commonjs/api/operationStatusResult/options.d.ts +11 -0
- package/dist/commonjs/api/operationStatusResult/options.js +16 -0
- package/dist/commonjs/api/operationStatusResult/options.js.map +7 -0
- package/dist/commonjs/api/operations/index.js +1 -0
- package/dist/commonjs/api/operations/index.js.map +1 -1
- package/dist/commonjs/api/operations/operations.js +7 -2
- package/dist/commonjs/api/operations/operations.js.map +3 -3
- package/dist/commonjs/api/operations/options.js +1 -0
- package/dist/commonjs/api/operations/options.js.map +1 -1
- package/dist/commonjs/api/privateEndpointConnections/index.js +1 -0
- package/dist/commonjs/api/privateEndpointConnections/index.js.map +1 -1
- package/dist/commonjs/api/privateEndpointConnections/operations.js +6 -5
- package/dist/commonjs/api/privateEndpointConnections/operations.js.map +2 -2
- package/dist/commonjs/api/privateEndpointConnections/options.js +1 -0
- package/dist/commonjs/api/privateEndpointConnections/options.js.map +1 -1
- package/dist/commonjs/api/privateLinkResources/index.js +1 -0
- package/dist/commonjs/api/privateLinkResources/index.js.map +1 -1
- package/dist/commonjs/api/privateLinkResources/operations.js +2 -1
- package/dist/commonjs/api/privateLinkResources/operations.js.map +2 -2
- package/dist/commonjs/api/privateLinkResources/options.js +1 -0
- package/dist/commonjs/api/privateLinkResources/options.js.map +1 -1
- package/dist/commonjs/api/resolvePrivateLinkServiceId/index.js +1 -0
- package/dist/commonjs/api/resolvePrivateLinkServiceId/index.js.map +1 -1
- package/dist/commonjs/api/resolvePrivateLinkServiceId/operations.js +2 -1
- package/dist/commonjs/api/resolvePrivateLinkServiceId/operations.js.map +2 -2
- package/dist/commonjs/api/resolvePrivateLinkServiceId/options.js +1 -0
- package/dist/commonjs/api/resolvePrivateLinkServiceId/options.js.map +1 -1
- package/dist/commonjs/api/snapshots/index.js +1 -0
- package/dist/commonjs/api/snapshots/index.js.map +1 -1
- package/dist/commonjs/api/snapshots/operations.js +17 -8
- package/dist/commonjs/api/snapshots/operations.js.map +3 -3
- package/dist/commonjs/api/snapshots/options.js +1 -0
- package/dist/commonjs/api/snapshots/options.js.map +1 -1
- package/dist/commonjs/api/trustedAccessRoleBindings/index.js +1 -0
- package/dist/commonjs/api/trustedAccessRoleBindings/index.js.map +1 -1
- package/dist/commonjs/api/trustedAccessRoleBindings/operations.js +12 -7
- package/dist/commonjs/api/trustedAccessRoleBindings/operations.js.map +3 -3
- package/dist/commonjs/api/trustedAccessRoleBindings/options.js +1 -0
- package/dist/commonjs/api/trustedAccessRoleBindings/options.js.map +1 -1
- package/dist/commonjs/api/trustedAccessRoles/index.js +1 -0
- package/dist/commonjs/api/trustedAccessRoles/index.js.map +1 -1
- package/dist/commonjs/api/trustedAccessRoles/operations.js +7 -2
- package/dist/commonjs/api/trustedAccessRoles/operations.js.map +3 -3
- package/dist/commonjs/api/trustedAccessRoles/options.js +1 -0
- package/dist/commonjs/api/trustedAccessRoles/options.js.map +1 -1
- package/dist/commonjs/api/vmSkus/index.d.ts +3 -0
- package/dist/commonjs/api/vmSkus/index.js +28 -0
- package/dist/commonjs/api/vmSkus/index.js.map +7 -0
- package/dist/commonjs/api/vmSkus/operations.d.ts +10 -0
- package/dist/commonjs/api/vmSkus/operations.js +75 -0
- package/dist/commonjs/api/vmSkus/operations.js.map +7 -0
- package/dist/commonjs/api/vmSkus/options.d.ts +7 -0
- package/dist/commonjs/api/vmSkus/options.js +16 -0
- package/dist/commonjs/api/vmSkus/options.js.map +7 -0
- package/dist/commonjs/classic/agentPools/index.d.ts +7 -1
- package/dist/commonjs/classic/agentPools/index.js +22 -0
- package/dist/commonjs/classic/agentPools/index.js.map +3 -3
- package/dist/commonjs/classic/containerService/index.d.ts +11 -0
- package/dist/commonjs/classic/containerService/index.js +38 -0
- package/dist/commonjs/classic/containerService/index.js.map +7 -0
- package/dist/commonjs/classic/identityBindings/index.d.ts +32 -0
- package/dist/commonjs/classic/identityBindings/index.js +85 -0
- package/dist/commonjs/classic/identityBindings/index.js.map +7 -0
- package/dist/commonjs/classic/index.d.ts +8 -0
- package/dist/commonjs/classic/index.js +1 -0
- package/dist/commonjs/classic/index.js.map +2 -2
- package/dist/commonjs/classic/jwtAuthenticators/index.d.ts +32 -0
- package/dist/commonjs/classic/jwtAuthenticators/index.js +85 -0
- package/dist/commonjs/classic/jwtAuthenticators/index.js.map +7 -0
- package/dist/commonjs/classic/loadBalancers/index.d.ts +28 -0
- package/dist/commonjs/classic/loadBalancers/index.js +57 -0
- package/dist/commonjs/classic/loadBalancers/index.js.map +7 -0
- package/dist/commonjs/classic/machines/index.d.ts +9 -1
- package/dist/commonjs/classic/machines/index.js +35 -0
- package/dist/commonjs/classic/machines/index.js.map +3 -3
- package/dist/commonjs/classic/maintenanceConfigurations/index.js +1 -0
- package/dist/commonjs/classic/maintenanceConfigurations/index.js.map +1 -1
- package/dist/commonjs/classic/managedClusterSnapshots/index.d.ts +26 -0
- package/dist/commonjs/classic/managedClusterSnapshots/index.js +43 -0
- package/dist/commonjs/classic/managedClusterSnapshots/index.js.map +7 -0
- package/dist/commonjs/classic/managedClusters/index.d.ts +16 -2
- package/dist/commonjs/classic/managedClusters/index.js +26 -0
- package/dist/commonjs/classic/managedClusters/index.js.map +3 -3
- package/dist/commonjs/classic/managedNamespaces/index.js +1 -0
- package/dist/commonjs/classic/managedNamespaces/index.js.map +1 -1
- package/dist/commonjs/classic/meshMemberships/index.d.ts +32 -0
- package/dist/commonjs/classic/meshMemberships/index.js +79 -0
- package/dist/commonjs/classic/meshMemberships/index.js.map +7 -0
- package/dist/commonjs/classic/operationStatusResult/index.d.ts +15 -0
- package/dist/commonjs/classic/operationStatusResult/index.js +40 -0
- package/dist/commonjs/classic/operationStatusResult/index.js.map +7 -0
- package/dist/commonjs/classic/operations/index.js +1 -0
- package/dist/commonjs/classic/operations/index.js.map +1 -1
- package/dist/commonjs/classic/privateEndpointConnections/index.js +1 -0
- package/dist/commonjs/classic/privateEndpointConnections/index.js.map +1 -1
- package/dist/commonjs/classic/privateLinkResources/index.js +1 -0
- package/dist/commonjs/classic/privateLinkResources/index.js.map +1 -1
- package/dist/commonjs/classic/resolvePrivateLinkServiceId/index.js +1 -0
- package/dist/commonjs/classic/resolvePrivateLinkServiceId/index.js.map +1 -1
- package/dist/commonjs/classic/snapshots/index.js +1 -0
- package/dist/commonjs/classic/snapshots/index.js.map +1 -1
- package/dist/commonjs/classic/trustedAccessRoleBindings/index.js +1 -0
- package/dist/commonjs/classic/trustedAccessRoleBindings/index.js.map +1 -1
- package/dist/commonjs/classic/trustedAccessRoles/index.js +1 -0
- package/dist/commonjs/classic/trustedAccessRoles/index.js.map +1 -1
- package/dist/commonjs/classic/vmSkus/index.d.ts +11 -0
- package/dist/commonjs/classic/vmSkus/index.js +38 -0
- package/dist/commonjs/classic/vmSkus/index.js.map +7 -0
- package/dist/commonjs/containerServiceClient.d.ts +24 -0
- package/dist/commonjs/containerServiceClient.js +33 -0
- package/dist/commonjs/containerServiceClient.js.map +3 -3
- package/dist/commonjs/index.d.ts +14 -6
- package/dist/commonjs/index.js +53 -0
- package/dist/commonjs/index.js.map +3 -3
- package/dist/commonjs/logger.js +1 -0
- package/dist/commonjs/logger.js.map +1 -1
- package/dist/commonjs/models/index.d.ts +2 -2
- package/dist/commonjs/models/index.js +53 -0
- package/dist/commonjs/models/index.js.map +3 -3
- package/dist/commonjs/models/models.d.ts +1611 -9
- package/dist/commonjs/models/models.js +1986 -67
- package/dist/commonjs/models/models.js.map +4 -4
- package/dist/commonjs/restorePollerHelpers.js +57 -26
- package/dist/commonjs/restorePollerHelpers.js.map +4 -4
- package/dist/commonjs/static-helpers/cloudSettingHelpers.js +1 -0
- package/dist/commonjs/static-helpers/cloudSettingHelpers.js.map +1 -1
- package/dist/commonjs/static-helpers/pagingHelpers.js +1 -0
- package/dist/commonjs/static-helpers/pagingHelpers.js.map +1 -1
- package/dist/commonjs/static-helpers/pollingHelpers.js +1 -0
- package/dist/commonjs/static-helpers/pollingHelpers.js.map +1 -1
- package/dist/commonjs/static-helpers/serialization/check-prop-undefined.js +1 -0
- package/dist/commonjs/static-helpers/serialization/check-prop-undefined.js.map +1 -1
- package/dist/commonjs/static-helpers/simplePollerHelpers.js +1 -0
- package/dist/commonjs/static-helpers/simplePollerHelpers.js.map +1 -1
- package/dist/commonjs/static-helpers/urlTemplate.js +1 -0
- package/dist/commonjs/static-helpers/urlTemplate.js.map +1 -1
- package/dist/commonjs/tsdoc-metadata.json +1 -1
- package/dist/esm/api/agentPools/index.d.ts +2 -2
- package/dist/esm/api/agentPools/index.js +4 -22
- package/dist/esm/api/agentPools/index.js.map +1 -7
- package/dist/esm/api/agentPools/operations.d.ts +5 -1
- package/dist/esm/api/agentPools/operations.js +300 -363
- package/dist/esm/api/agentPools/operations.js.map +1 -7
- package/dist/esm/api/agentPools/options.d.ts +5 -0
- package/dist/esm/api/agentPools/options.js +4 -0
- package/dist/esm/api/agentPools/options.js.map +1 -7
- package/dist/esm/api/containerService/index.d.ts +3 -0
- package/dist/esm/api/containerService/index.js +4 -0
- package/dist/esm/api/containerService/index.js.map +1 -0
- package/dist/esm/api/containerService/operations.d.ts +10 -0
- package/dist/esm/api/containerService/operations.js +37 -0
- package/dist/esm/api/containerService/operations.js.map +1 -0
- package/dist/esm/api/containerService/options.d.ts +5 -0
- package/dist/esm/api/containerService/options.js +4 -0
- package/dist/esm/api/containerService/options.js.map +1 -0
- package/dist/esm/api/containerServiceContext.js +20 -17
- package/dist/esm/api/containerServiceContext.js.map +1 -7
- package/dist/esm/api/identityBindings/index.d.ts +3 -0
- package/dist/esm/api/identityBindings/index.js +4 -0
- package/dist/esm/api/identityBindings/index.js.map +1 -0
- package/dist/esm/api/identityBindings/operations.d.ts +28 -0
- package/dist/esm/api/identityBindings/operations.js +140 -0
- package/dist/esm/api/identityBindings/operations.js.map +1 -0
- package/dist/esm/api/identityBindings/options.d.ts +18 -0
- package/dist/esm/api/identityBindings/options.js +4 -0
- package/dist/esm/api/identityBindings/options.js.map +1 -0
- package/dist/esm/api/index.js +4 -4
- package/dist/esm/api/index.js.map +1 -7
- package/dist/esm/api/jwtAuthenticators/index.d.ts +3 -0
- package/dist/esm/api/jwtAuthenticators/index.js +4 -0
- package/dist/esm/api/jwtAuthenticators/index.js.map +1 -0
- package/dist/esm/api/jwtAuthenticators/operations.d.ts +28 -0
- package/dist/esm/api/jwtAuthenticators/operations.js +140 -0
- package/dist/esm/api/jwtAuthenticators/operations.js.map +1 -0
- package/dist/esm/api/jwtAuthenticators/options.d.ts +18 -0
- package/dist/esm/api/jwtAuthenticators/options.js +4 -0
- package/dist/esm/api/jwtAuthenticators/options.js.map +1 -0
- package/dist/esm/api/loadBalancers/index.d.ts +3 -0
- package/dist/esm/api/loadBalancers/index.js +4 -0
- package/dist/esm/api/loadBalancers/index.js.map +1 -0
- package/dist/esm/api/loadBalancers/operations.d.ts +28 -0
- package/dist/esm/api/loadBalancers/operations.js +135 -0
- package/dist/esm/api/loadBalancers/operations.js.map +1 -0
- package/dist/esm/api/loadBalancers/options.d.ts +16 -0
- package/dist/esm/api/loadBalancers/options.js +4 -0
- package/dist/esm/api/loadBalancers/options.js.map +1 -0
- package/dist/esm/api/machines/index.d.ts +2 -2
- package/dist/esm/api/machines/index.js +4 -5
- package/dist/esm/api/machines/index.js.map +1 -7
- package/dist/esm/api/machines/operations.d.ts +6 -1
- package/dist/esm/api/machines/operations.js +101 -82
- package/dist/esm/api/machines/operations.js.map +1 -7
- package/dist/esm/api/machines/options.d.ts +9 -0
- package/dist/esm/api/machines/options.js +4 -0
- package/dist/esm/api/machines/options.js.map +1 -7
- package/dist/esm/api/maintenanceConfigurations/index.js +4 -7
- package/dist/esm/api/maintenanceConfigurations/index.js.map +1 -7
- package/dist/esm/api/maintenanceConfigurations/operations.js +111 -143
- package/dist/esm/api/maintenanceConfigurations/operations.js.map +1 -7
- package/dist/esm/api/maintenanceConfigurations/options.js +4 -0
- package/dist/esm/api/maintenanceConfigurations/options.js.map +1 -7
- package/dist/esm/api/managedClusterSnapshots/index.d.ts +3 -0
- package/dist/esm/api/managedClusterSnapshots/index.js +4 -0
- package/dist/esm/api/managedClusterSnapshots/index.js.map +1 -0
- package/dist/esm/api/managedClusterSnapshots/operations.d.ts +35 -0
- package/dist/esm/api/managedClusterSnapshots/operations.js +184 -0
- package/dist/esm/api/managedClusterSnapshots/operations.js.map +1 -0
- package/dist/esm/api/managedClusterSnapshots/options.d.ts +20 -0
- package/dist/esm/api/managedClusterSnapshots/options.js +4 -0
- package/dist/esm/api/managedClusterSnapshots/options.js.map +1 -0
- package/dist/esm/api/managedClusters/index.d.ts +2 -2
- package/dist/esm/api/managedClusters/index.js +4 -56
- package/dist/esm/api/managedClusters/index.js.map +1 -7
- package/dist/esm/api/managedClusters/operations.d.ts +22 -2
- package/dist/esm/api/managedClusters/operations.js +941 -1033
- package/dist/esm/api/managedClusters/operations.js.map +1 -7
- package/dist/esm/api/managedClusters/options.d.ts +19 -0
- package/dist/esm/api/managedClusters/options.js +4 -0
- package/dist/esm/api/managedClusters/options.js.map +1 -7
- package/dist/esm/api/managedNamespaces/index.js +4 -16
- package/dist/esm/api/managedNamespaces/index.js.map +1 -7
- package/dist/esm/api/managedNamespaces/operations.js +188 -253
- package/dist/esm/api/managedNamespaces/operations.js.map +1 -7
- package/dist/esm/api/managedNamespaces/options.js +4 -0
- package/dist/esm/api/managedNamespaces/options.js.map +1 -7
- package/dist/esm/api/meshMemberships/index.d.ts +3 -0
- package/dist/esm/api/meshMemberships/index.js +4 -0
- package/dist/esm/api/meshMemberships/index.js.map +1 -0
- package/dist/esm/api/meshMemberships/operations.d.ts +28 -0
- package/dist/esm/api/meshMemberships/operations.js +140 -0
- package/dist/esm/api/meshMemberships/operations.js.map +1 -0
- package/dist/esm/api/meshMemberships/options.d.ts +18 -0
- package/dist/esm/api/meshMemberships/options.js +4 -0
- package/dist/esm/api/meshMemberships/options.js.map +1 -0
- package/dist/esm/api/operationStatusResult/index.d.ts +3 -0
- package/dist/esm/api/operationStatusResult/index.js +4 -0
- package/dist/esm/api/operationStatusResult/index.js.map +1 -0
- package/dist/esm/api/operationStatusResult/operations.d.ts +18 -0
- package/dist/esm/api/operationStatusResult/operations.js +97 -0
- package/dist/esm/api/operationStatusResult/operations.js.map +1 -0
- package/dist/esm/api/operationStatusResult/options.d.ts +11 -0
- package/dist/esm/api/operationStatusResult/options.js +4 -0
- package/dist/esm/api/operationStatusResult/options.js.map +1 -0
- package/dist/esm/api/operations/index.js +4 -4
- package/dist/esm/api/operations/index.js.map +1 -7
- package/dist/esm/api/operations/operations.js +29 -39
- package/dist/esm/api/operations/operations.js.map +1 -7
- package/dist/esm/api/operations/options.js +4 -0
- package/dist/esm/api/operations/options.js.map +1 -7
- package/dist/esm/api/privateEndpointConnections/index.js +4 -7
- package/dist/esm/api/privateEndpointConnections/index.js.map +1 -7
- package/dist/esm/api/privateEndpointConnections/operations.js +113 -155
- package/dist/esm/api/privateEndpointConnections/operations.js.map +1 -7
- package/dist/esm/api/privateEndpointConnections/options.js +4 -0
- package/dist/esm/api/privateEndpointConnections/options.js.map +1 -7
- package/dist/esm/api/privateLinkResources/index.js +4 -4
- package/dist/esm/api/privateLinkResources/index.js.map +1 -7
- package/dist/esm/api/privateLinkResources/operations.js +29 -37
- package/dist/esm/api/privateLinkResources/operations.js.map +1 -7
- package/dist/esm/api/privateLinkResources/options.js +4 -0
- package/dist/esm/api/privateLinkResources/options.js.map +1 -7
- package/dist/esm/api/resolvePrivateLinkServiceId/index.js +4 -4
- package/dist/esm/api/resolvePrivateLinkServiceId/index.js.map +1 -7
- package/dist/esm/api/resolvePrivateLinkServiceId/operations.js +31 -40
- package/dist/esm/api/resolvePrivateLinkServiceId/operations.js.map +1 -7
- package/dist/esm/api/resolvePrivateLinkServiceId/options.js +4 -0
- package/dist/esm/api/resolvePrivateLinkServiceId/options.js.map +1 -7
- package/dist/esm/api/snapshots/index.js +4 -16
- package/dist/esm/api/snapshots/index.js.map +1 -7
- package/dist/esm/api/snapshots/operations.js +175 -227
- package/dist/esm/api/snapshots/operations.js.map +1 -7
- package/dist/esm/api/snapshots/options.js +4 -0
- package/dist/esm/api/snapshots/options.js.map +1 -7
- package/dist/esm/api/trustedAccessRoleBindings/index.js +4 -7
- package/dist/esm/api/trustedAccessRoleBindings/index.js.map +1 -7
- package/dist/esm/api/trustedAccessRoleBindings/operations.js +121 -159
- package/dist/esm/api/trustedAccessRoleBindings/operations.js.map +1 -7
- package/dist/esm/api/trustedAccessRoleBindings/options.js +4 -0
- package/dist/esm/api/trustedAccessRoleBindings/options.js.map +1 -7
- package/dist/esm/api/trustedAccessRoles/index.js +4 -4
- package/dist/esm/api/trustedAccessRoles/index.js.map +1 -7
- package/dist/esm/api/trustedAccessRoles/operations.js +31 -41
- package/dist/esm/api/trustedAccessRoles/operations.js.map +1 -7
- package/dist/esm/api/trustedAccessRoles/options.js +4 -0
- package/dist/esm/api/trustedAccessRoles/options.js.map +1 -7
- package/dist/esm/api/vmSkus/index.d.ts +3 -0
- package/dist/esm/api/vmSkus/index.js +4 -0
- package/dist/esm/api/vmSkus/index.js.map +1 -0
- package/dist/esm/api/vmSkus/operations.d.ts +10 -0
- package/dist/esm/api/vmSkus/operations.js +38 -0
- package/dist/esm/api/vmSkus/operations.js.map +1 -0
- package/dist/esm/api/vmSkus/options.d.ts +7 -0
- package/dist/esm/api/vmSkus/options.js +4 -0
- package/dist/esm/api/vmSkus/options.js.map +1 -0
- package/dist/esm/classic/agentPools/index.d.ts +7 -1
- package/dist/esm/classic/agentPools/index.js +68 -121
- package/dist/esm/classic/agentPools/index.js.map +1 -7
- package/dist/esm/classic/containerService/index.d.ts +11 -0
- package/dist/esm/classic/containerService/index.js +14 -0
- package/dist/esm/classic/containerService/index.js.map +1 -0
- package/dist/esm/classic/identityBindings/index.d.ts +32 -0
- package/dist/esm/classic/identityBindings/index.js +34 -0
- package/dist/esm/classic/identityBindings/index.js.map +1 -0
- package/dist/esm/classic/index.d.ts +8 -0
- package/dist/esm/classic/index.js +4 -0
- package/dist/esm/classic/index.js.map +1 -7
- package/dist/esm/classic/jwtAuthenticators/index.d.ts +32 -0
- package/dist/esm/classic/jwtAuthenticators/index.js +34 -0
- package/dist/esm/classic/jwtAuthenticators/index.js.map +1 -0
- package/dist/esm/classic/loadBalancers/index.d.ts +28 -0
- package/dist/esm/classic/loadBalancers/index.js +26 -0
- package/dist/esm/classic/loadBalancers/index.js.map +1 -0
- package/dist/esm/classic/machines/index.d.ts +9 -1
- package/dist/esm/classic/machines/index.js +22 -12
- package/dist/esm/classic/machines/index.js.map +1 -7
- package/dist/esm/classic/maintenanceConfigurations/index.js +14 -19
- package/dist/esm/classic/maintenanceConfigurations/index.js.map +1 -7
- package/dist/esm/classic/managedClusterSnapshots/index.d.ts +26 -0
- package/dist/esm/classic/managedClusterSnapshots/index.js +19 -0
- package/dist/esm/classic/managedClusterSnapshots/index.js.map +1 -0
- package/dist/esm/classic/managedClusters/index.d.ts +16 -2
- package/dist/esm/classic/managedClusters/index.js +137 -173
- package/dist/esm/classic/managedClusters/index.js.map +1 -7
- package/dist/esm/classic/managedNamespaces/index.js +32 -66
- package/dist/esm/classic/managedNamespaces/index.js.map +1 -7
- package/dist/esm/classic/meshMemberships/index.d.ts +32 -0
- package/dist/esm/classic/meshMemberships/index.js +34 -0
- package/dist/esm/classic/meshMemberships/index.js.map +1 -0
- package/dist/esm/classic/operationStatusResult/index.d.ts +15 -0
- package/dist/esm/classic/operationStatusResult/index.js +16 -0
- package/dist/esm/classic/operationStatusResult/index.js.map +1 -0
- package/dist/esm/classic/operations/index.js +10 -10
- package/dist/esm/classic/operations/index.js.map +1 -7
- package/dist/esm/classic/privateEndpointConnections/index.js +21 -40
- package/dist/esm/classic/privateEndpointConnections/index.js.map +1 -7
- package/dist/esm/classic/privateLinkResources/index.js +10 -10
- package/dist/esm/classic/privateLinkResources/index.js.map +1 -7
- package/dist/esm/classic/resolvePrivateLinkServiceId/index.js +10 -10
- package/dist/esm/classic/resolvePrivateLinkServiceId/index.js.map +1 -7
- package/dist/esm/classic/snapshots/index.js +16 -23
- package/dist/esm/classic/snapshots/index.js.map +1 -7
- package/dist/esm/classic/trustedAccessRoleBindings/index.js +30 -68
- package/dist/esm/classic/trustedAccessRoleBindings/index.js.map +1 -7
- package/dist/esm/classic/trustedAccessRoles/index.js +10 -10
- package/dist/esm/classic/trustedAccessRoles/index.js.map +1 -7
- package/dist/esm/classic/vmSkus/index.d.ts +11 -0
- package/dist/esm/classic/vmSkus/index.js +14 -0
- package/dist/esm/classic/vmSkus/index.js.map +1 -0
- package/dist/esm/containerServiceClient.d.ts +24 -0
- package/dist/esm/containerServiceClient.js +94 -59
- package/dist/esm/containerServiceClient.js.map +1 -7
- package/dist/esm/index.d.ts +14 -6
- package/dist/esm/index.js +7 -147
- package/dist/esm/index.js.map +1 -7
- package/dist/esm/logger.js +4 -4
- package/dist/esm/logger.js.map +1 -7
- package/dist/esm/models/index.d.ts +2 -2
- package/dist/esm/models/index.js +4 -142
- package/dist/esm/models/index.js.map +1 -7
- package/dist/esm/models/models.d.ts +1611 -9
- package/dist/esm/models/models.js +6770 -4137
- package/dist/esm/models/models.js.map +1 -7
- package/dist/esm/restorePollerHelpers.js +157 -140
- package/dist/esm/restorePollerHelpers.js.map +1 -7
- package/dist/esm/static-helpers/cloudSettingHelpers.js +37 -26
- package/dist/esm/static-helpers/cloudSettingHelpers.js.map +1 -7
- package/dist/esm/static-helpers/pagingHelpers.js +122 -98
- package/dist/esm/static-helpers/pagingHelpers.js.map +1 -7
- package/dist/esm/static-helpers/pollingHelpers.js +86 -68
- package/dist/esm/static-helpers/pollingHelpers.js.map +1 -7
- package/dist/esm/static-helpers/serialization/check-prop-undefined.js +15 -9
- package/dist/esm/static-helpers/serialization/check-prop-undefined.js.map +1 -7
- package/dist/esm/static-helpers/simplePollerHelpers.js +43 -42
- package/dist/esm/static-helpers/simplePollerHelpers.js.map +1 -7
- package/dist/esm/static-helpers/urlTemplate.js +169 -142
- package/dist/esm/static-helpers/urlTemplate.js.map +1 -7
- package/dist/react-native/api/agentPools/index.d.ts +2 -2
- package/dist/react-native/api/agentPools/index.js +1 -1
- package/dist/react-native/api/agentPools/index.js.map +1 -1
- package/dist/react-native/api/agentPools/operations.d.ts +5 -1
- package/dist/react-native/api/agentPools/operations.js +50 -15
- package/dist/react-native/api/agentPools/operations.js.map +1 -1
- package/dist/react-native/api/agentPools/options.d.ts +5 -0
- package/dist/react-native/api/agentPools/options.js.map +1 -1
- package/dist/react-native/api/containerService/index.d.ts +3 -0
- package/dist/react-native/api/containerService/index.js +4 -0
- package/dist/react-native/api/containerService/index.js.map +1 -0
- package/dist/react-native/api/containerService/operations.d.ts +10 -0
- package/dist/react-native/api/containerService/operations.js +37 -0
- package/dist/react-native/api/containerService/operations.js.map +1 -0
- package/dist/react-native/api/containerService/options.d.ts +5 -0
- package/dist/react-native/api/containerService/options.js +4 -0
- package/dist/react-native/api/containerService/options.js.map +1 -0
- package/dist/react-native/api/containerServiceContext.js +1 -1
- package/dist/react-native/api/containerServiceContext.js.map +1 -1
- package/dist/react-native/api/identityBindings/index.d.ts +3 -0
- package/dist/react-native/api/identityBindings/index.js +4 -0
- package/dist/react-native/api/identityBindings/index.js.map +1 -0
- package/dist/react-native/api/identityBindings/operations.d.ts +28 -0
- package/dist/react-native/api/identityBindings/operations.js +140 -0
- package/dist/react-native/api/identityBindings/operations.js.map +1 -0
- package/dist/react-native/api/identityBindings/options.d.ts +18 -0
- package/dist/react-native/api/identityBindings/options.js +4 -0
- package/dist/react-native/api/identityBindings/options.js.map +1 -0
- package/dist/react-native/api/jwtAuthenticators/index.d.ts +3 -0
- package/dist/react-native/api/jwtAuthenticators/index.js +4 -0
- package/dist/react-native/api/jwtAuthenticators/index.js.map +1 -0
- package/dist/react-native/api/jwtAuthenticators/operations.d.ts +28 -0
- package/dist/react-native/api/jwtAuthenticators/operations.js +140 -0
- package/dist/react-native/api/jwtAuthenticators/operations.js.map +1 -0
- package/dist/react-native/api/jwtAuthenticators/options.d.ts +18 -0
- package/dist/react-native/api/jwtAuthenticators/options.js +4 -0
- package/dist/react-native/api/jwtAuthenticators/options.js.map +1 -0
- package/dist/react-native/api/loadBalancers/index.d.ts +3 -0
- package/dist/react-native/api/loadBalancers/index.js +4 -0
- package/dist/react-native/api/loadBalancers/index.js.map +1 -0
- package/dist/react-native/api/loadBalancers/operations.d.ts +28 -0
- package/dist/react-native/api/loadBalancers/operations.js +135 -0
- package/dist/react-native/api/loadBalancers/operations.js.map +1 -0
- package/dist/react-native/api/loadBalancers/options.d.ts +16 -0
- package/dist/react-native/api/loadBalancers/options.js +4 -0
- package/dist/react-native/api/loadBalancers/options.js.map +1 -0
- package/dist/react-native/api/machines/index.d.ts +2 -2
- package/dist/react-native/api/machines/index.js +1 -1
- package/dist/react-native/api/machines/index.js.map +1 -1
- package/dist/react-native/api/machines/operations.d.ts +6 -1
- package/dist/react-native/api/machines/operations.js +51 -4
- package/dist/react-native/api/machines/operations.js.map +1 -1
- package/dist/react-native/api/machines/options.d.ts +9 -0
- package/dist/react-native/api/machines/options.js.map +1 -1
- package/dist/react-native/api/maintenanceConfigurations/operations.js +9 -5
- package/dist/react-native/api/maintenanceConfigurations/operations.js.map +1 -1
- package/dist/react-native/api/managedClusterSnapshots/index.d.ts +3 -0
- package/dist/react-native/api/managedClusterSnapshots/index.js +4 -0
- package/dist/react-native/api/managedClusterSnapshots/index.js.map +1 -0
- package/dist/react-native/api/managedClusterSnapshots/operations.d.ts +35 -0
- package/dist/react-native/api/managedClusterSnapshots/operations.js +184 -0
- package/dist/react-native/api/managedClusterSnapshots/operations.js.map +1 -0
- package/dist/react-native/api/managedClusterSnapshots/options.d.ts +20 -0
- package/dist/react-native/api/managedClusterSnapshots/options.js +4 -0
- package/dist/react-native/api/managedClusterSnapshots/options.js.map +1 -0
- package/dist/react-native/api/managedClusters/index.d.ts +2 -2
- package/dist/react-native/api/managedClusters/index.js +1 -1
- package/dist/react-native/api/managedClusters/index.js.map +1 -1
- package/dist/react-native/api/managedClusters/operations.d.ts +22 -2
- package/dist/react-native/api/managedClusters/operations.js +215 -44
- package/dist/react-native/api/managedClusters/operations.js.map +1 -1
- package/dist/react-native/api/managedClusters/options.d.ts +19 -0
- package/dist/react-native/api/managedClusters/options.js.map +1 -1
- package/dist/react-native/api/managedNamespaces/operations.js +13 -9
- package/dist/react-native/api/managedNamespaces/operations.js.map +1 -1
- package/dist/react-native/api/meshMemberships/index.d.ts +3 -0
- package/dist/react-native/api/meshMemberships/index.js +4 -0
- package/dist/react-native/api/meshMemberships/index.js.map +1 -0
- package/dist/react-native/api/meshMemberships/operations.d.ts +28 -0
- package/dist/react-native/api/meshMemberships/operations.js +140 -0
- package/dist/react-native/api/meshMemberships/operations.js.map +1 -0
- package/dist/react-native/api/meshMemberships/options.d.ts +18 -0
- package/dist/react-native/api/meshMemberships/options.js +4 -0
- package/dist/react-native/api/meshMemberships/options.js.map +1 -0
- package/dist/react-native/api/operationStatusResult/index.d.ts +3 -0
- package/dist/react-native/api/operationStatusResult/index.js +4 -0
- package/dist/react-native/api/operationStatusResult/index.js.map +1 -0
- package/dist/react-native/api/operationStatusResult/operations.d.ts +18 -0
- package/dist/react-native/api/operationStatusResult/operations.js +97 -0
- package/dist/react-native/api/operationStatusResult/operations.js.map +1 -0
- package/dist/react-native/api/operationStatusResult/options.d.ts +11 -0
- package/dist/react-native/api/operationStatusResult/options.js +4 -0
- package/dist/react-native/api/operationStatusResult/options.js.map +1 -0
- package/dist/react-native/api/operations/operations.js +6 -2
- package/dist/react-native/api/operations/operations.js.map +1 -1
- package/dist/react-native/api/privateEndpointConnections/operations.js +5 -5
- package/dist/react-native/api/privateEndpointConnections/operations.js.map +1 -1
- package/dist/react-native/api/privateLinkResources/operations.js +1 -1
- package/dist/react-native/api/privateLinkResources/operations.js.map +1 -1
- package/dist/react-native/api/resolvePrivateLinkServiceId/operations.js +1 -1
- package/dist/react-native/api/resolvePrivateLinkServiceId/operations.js.map +1 -1
- package/dist/react-native/api/snapshots/operations.js +16 -8
- package/dist/react-native/api/snapshots/operations.js.map +1 -1
- package/dist/react-native/api/trustedAccessRoleBindings/operations.js +11 -7
- package/dist/react-native/api/trustedAccessRoleBindings/operations.js.map +1 -1
- package/dist/react-native/api/trustedAccessRoles/operations.js +6 -2
- package/dist/react-native/api/trustedAccessRoles/operations.js.map +1 -1
- package/dist/react-native/api/vmSkus/index.d.ts +3 -0
- package/dist/react-native/api/vmSkus/index.js +4 -0
- package/dist/react-native/api/vmSkus/index.js.map +1 -0
- package/dist/react-native/api/vmSkus/operations.d.ts +10 -0
- package/dist/react-native/api/vmSkus/operations.js +38 -0
- package/dist/react-native/api/vmSkus/operations.js.map +1 -0
- package/dist/react-native/api/vmSkus/options.d.ts +7 -0
- package/dist/react-native/api/vmSkus/options.js +4 -0
- package/dist/react-native/api/vmSkus/options.js.map +1 -0
- package/dist/react-native/classic/agentPools/index.d.ts +7 -1
- package/dist/react-native/classic/agentPools/index.js +10 -1
- package/dist/react-native/classic/agentPools/index.js.map +1 -1
- package/dist/react-native/classic/containerService/index.d.ts +11 -0
- package/dist/react-native/classic/containerService/index.js +14 -0
- package/dist/react-native/classic/containerService/index.js.map +1 -0
- package/dist/react-native/classic/identityBindings/index.d.ts +32 -0
- package/dist/react-native/classic/identityBindings/index.js +34 -0
- package/dist/react-native/classic/identityBindings/index.js.map +1 -0
- package/dist/react-native/classic/index.d.ts +8 -0
- package/dist/react-native/classic/index.js.map +1 -1
- package/dist/react-native/classic/jwtAuthenticators/index.d.ts +32 -0
- package/dist/react-native/classic/jwtAuthenticators/index.js +34 -0
- package/dist/react-native/classic/jwtAuthenticators/index.js.map +1 -0
- package/dist/react-native/classic/loadBalancers/index.d.ts +28 -0
- package/dist/react-native/classic/loadBalancers/index.js +26 -0
- package/dist/react-native/classic/loadBalancers/index.js.map +1 -0
- package/dist/react-native/classic/machines/index.d.ts +9 -1
- package/dist/react-native/classic/machines/index.js +11 -1
- package/dist/react-native/classic/machines/index.js.map +1 -1
- package/dist/react-native/classic/managedClusterSnapshots/index.d.ts +26 -0
- package/dist/react-native/classic/managedClusterSnapshots/index.js +19 -0
- package/dist/react-native/classic/managedClusterSnapshots/index.js.map +1 -0
- package/dist/react-native/classic/managedClusters/index.d.ts +16 -2
- package/dist/react-native/classic/managedClusters/index.js +14 -1
- package/dist/react-native/classic/managedClusters/index.js.map +1 -1
- package/dist/react-native/classic/meshMemberships/index.d.ts +32 -0
- package/dist/react-native/classic/meshMemberships/index.js +34 -0
- package/dist/react-native/classic/meshMemberships/index.js.map +1 -0
- package/dist/react-native/classic/operationStatusResult/index.d.ts +15 -0
- package/dist/react-native/classic/operationStatusResult/index.js +16 -0
- package/dist/react-native/classic/operationStatusResult/index.js.map +1 -0
- package/dist/react-native/classic/vmSkus/index.d.ts +11 -0
- package/dist/react-native/classic/vmSkus/index.js +14 -0
- package/dist/react-native/classic/vmSkus/index.js.map +1 -0
- package/dist/react-native/containerServiceClient.d.ts +24 -0
- package/dist/react-native/containerServiceClient.js +32 -0
- package/dist/react-native/containerServiceClient.js.map +1 -1
- package/dist/react-native/index.d.ts +14 -6
- package/dist/react-native/index.js +1 -1
- package/dist/react-native/index.js.map +1 -1
- package/dist/react-native/models/index.d.ts +2 -2
- package/dist/react-native/models/index.js +1 -1
- package/dist/react-native/models/index.js.map +1 -1
- package/dist/react-native/models/models.d.ts +1611 -9
- package/dist/react-native/models/models.js +1996 -8
- package/dist/react-native/models/models.js.map +1 -1
- package/dist/react-native/restorePollerHelpers.js +35 -5
- package/dist/react-native/restorePollerHelpers.js.map +1 -1
- package/package.json +150 -6
|
@@ -18,6 +18,7 @@ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: tru
|
|
|
18
18
|
var models_exports = {};
|
|
19
19
|
__export(models_exports, {
|
|
20
20
|
KnownAccelerationMode: () => KnownAccelerationMode,
|
|
21
|
+
KnownAddonAutoscaling: () => KnownAddonAutoscaling,
|
|
21
22
|
KnownAdoptionPolicy: () => KnownAdoptionPolicy,
|
|
22
23
|
KnownAdvancedNetworkPolicies: () => KnownAdvancedNetworkPolicies,
|
|
23
24
|
KnownAgentPoolMode: () => KnownAgentPoolMode,
|
|
@@ -25,17 +26,27 @@ __export(models_exports, {
|
|
|
25
26
|
KnownAgentPoolType: () => KnownAgentPoolType,
|
|
26
27
|
KnownArtifactSource: () => KnownArtifactSource,
|
|
27
28
|
KnownBackendPoolType: () => KnownBackendPoolType,
|
|
29
|
+
KnownClusterServiceLoadBalancerHealthProbeMode: () => KnownClusterServiceLoadBalancerHealthProbeMode,
|
|
28
30
|
KnownCode: () => KnownCode,
|
|
29
31
|
KnownConnectionStatus: () => KnownConnectionStatus,
|
|
32
|
+
KnownContainerNetworkLogs: () => KnownContainerNetworkLogs,
|
|
30
33
|
KnownCreatedByType: () => KnownCreatedByType,
|
|
31
34
|
KnownDeletePolicy: () => KnownDeletePolicy,
|
|
35
|
+
KnownDriftAction: () => KnownDriftAction,
|
|
36
|
+
KnownDriverType: () => KnownDriverType,
|
|
32
37
|
KnownExpander: () => KnownExpander,
|
|
33
38
|
KnownExtendedLocationTypes: () => KnownExtendedLocationTypes,
|
|
34
39
|
KnownFormat: () => KnownFormat,
|
|
35
40
|
KnownGPUDriver: () => KnownGPUDriver,
|
|
36
41
|
KnownGPUInstanceProfile: () => KnownGPUInstanceProfile,
|
|
42
|
+
KnownGatewayAPIIstioEnabled: () => KnownGatewayAPIIstioEnabled,
|
|
43
|
+
KnownGuardrailsSupport: () => KnownGuardrailsSupport,
|
|
44
|
+
KnownIdentityBindingProvisioningState: () => KnownIdentityBindingProvisioningState,
|
|
45
|
+
KnownInfrastructureEncryption: () => KnownInfrastructureEncryption,
|
|
37
46
|
KnownIpFamily: () => KnownIpFamily,
|
|
47
|
+
KnownIpvsScheduler: () => KnownIpvsScheduler,
|
|
38
48
|
KnownIstioIngressGatewayMode: () => KnownIstioIngressGatewayMode,
|
|
49
|
+
KnownJWTAuthenticatorProvisioningState: () => KnownJWTAuthenticatorProvisioningState,
|
|
39
50
|
KnownKeyVaultNetworkAccessTypes: () => KnownKeyVaultNetworkAccessTypes,
|
|
40
51
|
KnownKubeletDiskType: () => KnownKubeletDiskType,
|
|
41
52
|
KnownKubernetesSupportPlan: () => KnownKubernetesSupportPlan,
|
|
@@ -51,6 +62,11 @@ __export(models_exports, {
|
|
|
51
62
|
KnownManagedClusterPodIdentityProvisioningState: () => KnownManagedClusterPodIdentityProvisioningState,
|
|
52
63
|
KnownManagedClusterSKUName: () => KnownManagedClusterSKUName,
|
|
53
64
|
KnownManagedClusterSKUTier: () => KnownManagedClusterSKUTier,
|
|
65
|
+
KnownManagedGatewayType: () => KnownManagedGatewayType,
|
|
66
|
+
KnownManagementMode: () => KnownManagementMode,
|
|
67
|
+
KnownMeshMembershipProvisioningState: () => KnownMeshMembershipProvisioningState,
|
|
68
|
+
KnownMigStrategy: () => KnownMigStrategy,
|
|
69
|
+
KnownMode: () => KnownMode,
|
|
54
70
|
KnownNamespaceProvisioningState: () => KnownNamespaceProvisioningState,
|
|
55
71
|
KnownNetworkDataplane: () => KnownNetworkDataplane,
|
|
56
72
|
KnownNetworkMode: () => KnownNetworkMode,
|
|
@@ -63,19 +79,27 @@ __export(models_exports, {
|
|
|
63
79
|
KnownNodeProvisioningMode: () => KnownNodeProvisioningMode,
|
|
64
80
|
KnownOSDiskType: () => KnownOSDiskType,
|
|
65
81
|
KnownOSType: () => KnownOSType,
|
|
82
|
+
KnownOperator: () => KnownOperator,
|
|
66
83
|
KnownOssku: () => KnownOssku,
|
|
67
84
|
KnownOutboundType: () => KnownOutboundType,
|
|
68
85
|
KnownPodIPAllocationMode: () => KnownPodIPAllocationMode,
|
|
86
|
+
KnownPodLinkLocalAccess: () => KnownPodLinkLocalAccess,
|
|
69
87
|
KnownPolicyRule: () => KnownPolicyRule,
|
|
70
88
|
KnownPrivateEndpointConnectionProvisioningState: () => KnownPrivateEndpointConnectionProvisioningState,
|
|
71
89
|
KnownProtocol: () => KnownProtocol,
|
|
72
90
|
KnownProxyRedirectionMechanism: () => KnownProxyRedirectionMechanism,
|
|
73
91
|
KnownPublicNetworkAccess: () => KnownPublicNetworkAccess,
|
|
74
92
|
KnownResourceIdentityType: () => KnownResourceIdentityType,
|
|
93
|
+
KnownResourceSkuCapacityScaleType: () => KnownResourceSkuCapacityScaleType,
|
|
94
|
+
KnownResourceSkuRestrictionsReasonCode: () => KnownResourceSkuRestrictionsReasonCode,
|
|
95
|
+
KnownResourceSkuRestrictionsType: () => KnownResourceSkuRestrictionsType,
|
|
75
96
|
KnownRestrictionLevel: () => KnownRestrictionLevel,
|
|
97
|
+
KnownSafeguardsSupport: () => KnownSafeguardsSupport,
|
|
76
98
|
KnownScaleDownMode: () => KnownScaleDownMode,
|
|
77
99
|
KnownScaleSetEvictionPolicy: () => KnownScaleSetEvictionPolicy,
|
|
78
100
|
KnownScaleSetPriority: () => KnownScaleSetPriority,
|
|
101
|
+
KnownSchedulerConfigMode: () => KnownSchedulerConfigMode,
|
|
102
|
+
KnownSeccompDefault: () => KnownSeccompDefault,
|
|
79
103
|
KnownServiceMeshMode: () => KnownServiceMeshMode,
|
|
80
104
|
KnownSnapshotType: () => KnownSnapshotType,
|
|
81
105
|
KnownTransitEncryptionType: () => KnownTransitEncryptionType,
|
|
@@ -83,7 +107,9 @@ __export(models_exports, {
|
|
|
83
107
|
KnownType: () => KnownType,
|
|
84
108
|
KnownUndrainableNodeBehavior: () => KnownUndrainableNodeBehavior,
|
|
85
109
|
KnownUpgradeChannel: () => KnownUpgradeChannel,
|
|
110
|
+
KnownUpgradeStrategy: () => KnownUpgradeStrategy,
|
|
86
111
|
KnownVersions: () => KnownVersions,
|
|
112
|
+
KnownVmState: () => KnownVmState,
|
|
87
113
|
KnownWeekDay: () => KnownWeekDay,
|
|
88
114
|
KnownWorkloadRuntime: () => KnownWorkloadRuntime,
|
|
89
115
|
_agentPoolAvailableVersionsPropertiesDeserializer: () => _agentPoolAvailableVersionsPropertiesDeserializer,
|
|
@@ -91,24 +117,41 @@ __export(models_exports, {
|
|
|
91
117
|
_agentPoolPropertiesDeserializer: () => _agentPoolPropertiesDeserializer,
|
|
92
118
|
_agentPoolPropertiesSerializer: () => _agentPoolPropertiesSerializer,
|
|
93
119
|
_agentPoolUpgradeProfilePropertiesDeserializer: () => _agentPoolUpgradeProfilePropertiesDeserializer,
|
|
120
|
+
_guardrailsAvailableVersionsListDeserializer: () => _guardrailsAvailableVersionsListDeserializer,
|
|
121
|
+
_identityBindingListResultDeserializer: () => _identityBindingListResultDeserializer,
|
|
122
|
+
_jwtAuthenticatorListResultDeserializer: () => _jwtAuthenticatorListResultDeserializer,
|
|
123
|
+
_loadBalancerListResultDeserializer: () => _loadBalancerListResultDeserializer,
|
|
124
|
+
_loadBalancerPropertiesDeserializer: () => _loadBalancerPropertiesDeserializer,
|
|
125
|
+
_loadBalancerPropertiesSerializer: () => _loadBalancerPropertiesSerializer,
|
|
94
126
|
_machineListResultDeserializer: () => _machineListResultDeserializer,
|
|
95
127
|
_maintenanceConfigurationListResultDeserializer: () => _maintenanceConfigurationListResultDeserializer,
|
|
96
128
|
_maintenanceConfigurationPropertiesDeserializer: () => _maintenanceConfigurationPropertiesDeserializer,
|
|
97
129
|
_maintenanceConfigurationPropertiesSerializer: () => _maintenanceConfigurationPropertiesSerializer,
|
|
98
130
|
_managedClusterAccessProfilePropertiesDeserializer: () => _managedClusterAccessProfilePropertiesDeserializer,
|
|
99
131
|
_managedClusterListResultDeserializer: () => _managedClusterListResultDeserializer,
|
|
132
|
+
_managedClusterNATGatewayProfileOutboundIPsDeserializer: () => _managedClusterNATGatewayProfileOutboundIPsDeserializer,
|
|
133
|
+
_managedClusterNATGatewayProfileOutboundIPsSerializer: () => _managedClusterNATGatewayProfileOutboundIPsSerializer,
|
|
134
|
+
_managedClusterNATGatewayProfileOutboundIpPrefixesDeserializer: () => _managedClusterNATGatewayProfileOutboundIpPrefixesDeserializer,
|
|
135
|
+
_managedClusterNATGatewayProfileOutboundIpPrefixesSerializer: () => _managedClusterNATGatewayProfileOutboundIpPrefixesSerializer,
|
|
100
136
|
_managedClusterPropertiesDeserializer: () => _managedClusterPropertiesDeserializer,
|
|
101
137
|
_managedClusterPropertiesSerializer: () => _managedClusterPropertiesSerializer,
|
|
138
|
+
_managedClusterSnapshotListResultDeserializer: () => _managedClusterSnapshotListResultDeserializer,
|
|
139
|
+
_managedClusterSnapshotPropertiesDeserializer: () => _managedClusterSnapshotPropertiesDeserializer,
|
|
140
|
+
_managedClusterSnapshotPropertiesSerializer: () => _managedClusterSnapshotPropertiesSerializer,
|
|
102
141
|
_managedClusterUpgradeProfilePropertiesDeserializer: () => _managedClusterUpgradeProfilePropertiesDeserializer,
|
|
103
142
|
_managedNamespaceListResultDeserializer: () => _managedNamespaceListResultDeserializer,
|
|
143
|
+
_meshMembershipsListResultDeserializer: () => _meshMembershipsListResultDeserializer,
|
|
104
144
|
_meshRevisionProfileListDeserializer: () => _meshRevisionProfileListDeserializer,
|
|
105
145
|
_meshUpgradeProfileListDeserializer: () => _meshUpgradeProfileListDeserializer,
|
|
146
|
+
_nodeImageVersionsListResultDeserializer: () => _nodeImageVersionsListResultDeserializer,
|
|
106
147
|
_operationListResultDeserializer: () => _operationListResultDeserializer,
|
|
148
|
+
_operationStatusResultListDeserializer: () => _operationStatusResultListDeserializer,
|
|
107
149
|
_operationValueDisplayDeserializer: () => _operationValueDisplayDeserializer,
|
|
108
150
|
_outboundEnvironmentEndpointCollectionDeserializer: () => _outboundEnvironmentEndpointCollectionDeserializer,
|
|
109
151
|
_privateEndpointConnectionPropertiesDeserializer: () => _privateEndpointConnectionPropertiesDeserializer,
|
|
110
152
|
_privateEndpointConnectionPropertiesSerializer: () => _privateEndpointConnectionPropertiesSerializer,
|
|
111
153
|
_runCommandResultPropertiesDeserializer: () => _runCommandResultPropertiesDeserializer,
|
|
154
|
+
_safeguardsAvailableVersionsListDeserializer: () => _safeguardsAvailableVersionsListDeserializer,
|
|
112
155
|
_snapshotListResultDeserializer: () => _snapshotListResultDeserializer,
|
|
113
156
|
_snapshotPropertiesDeserializer: () => _snapshotPropertiesDeserializer,
|
|
114
157
|
_snapshotPropertiesSerializer: () => _snapshotPropertiesSerializer,
|
|
@@ -116,6 +159,7 @@ __export(models_exports, {
|
|
|
116
159
|
_trustedAccessRoleBindingPropertiesDeserializer: () => _trustedAccessRoleBindingPropertiesDeserializer,
|
|
117
160
|
_trustedAccessRoleBindingPropertiesSerializer: () => _trustedAccessRoleBindingPropertiesSerializer,
|
|
118
161
|
_trustedAccessRoleListResultDeserializer: () => _trustedAccessRoleListResultDeserializer,
|
|
162
|
+
_vmSkusListResultDeserializer: () => _vmSkusListResultDeserializer,
|
|
119
163
|
absoluteMonthlyScheduleDeserializer: () => absoluteMonthlyScheduleDeserializer,
|
|
120
164
|
absoluteMonthlyScheduleSerializer: () => absoluteMonthlyScheduleSerializer,
|
|
121
165
|
accessProfileDeserializer: () => accessProfileDeserializer,
|
|
@@ -131,16 +175,22 @@ __export(models_exports, {
|
|
|
131
175
|
advancedNetworkingSerializer: () => advancedNetworkingSerializer,
|
|
132
176
|
agentPoolArrayDeserializer: () => agentPoolArrayDeserializer,
|
|
133
177
|
agentPoolArraySerializer: () => agentPoolArraySerializer,
|
|
178
|
+
agentPoolArtifactStreamingProfileDeserializer: () => agentPoolArtifactStreamingProfileDeserializer,
|
|
179
|
+
agentPoolArtifactStreamingProfileSerializer: () => agentPoolArtifactStreamingProfileSerializer,
|
|
134
180
|
agentPoolAvailableVersionsDeserializer: () => agentPoolAvailableVersionsDeserializer,
|
|
135
181
|
agentPoolAvailableVersionsPropertiesAgentPoolVersionsItemArrayDeserializer: () => agentPoolAvailableVersionsPropertiesAgentPoolVersionsItemArrayDeserializer,
|
|
136
182
|
agentPoolAvailableVersionsPropertiesAgentPoolVersionsItemDeserializer: () => agentPoolAvailableVersionsPropertiesAgentPoolVersionsItemDeserializer,
|
|
137
183
|
agentPoolAvailableVersionsPropertiesDeserializer: () => agentPoolAvailableVersionsPropertiesDeserializer,
|
|
184
|
+
agentPoolBlueGreenUpgradeSettingsDeserializer: () => agentPoolBlueGreenUpgradeSettingsDeserializer,
|
|
185
|
+
agentPoolBlueGreenUpgradeSettingsSerializer: () => agentPoolBlueGreenUpgradeSettingsSerializer,
|
|
138
186
|
agentPoolDeleteMachinesParameterSerializer: () => agentPoolDeleteMachinesParameterSerializer,
|
|
139
187
|
agentPoolDeserializer: () => agentPoolDeserializer,
|
|
140
188
|
agentPoolGatewayProfileDeserializer: () => agentPoolGatewayProfileDeserializer,
|
|
141
189
|
agentPoolGatewayProfileSerializer: () => agentPoolGatewayProfileSerializer,
|
|
142
190
|
agentPoolNetworkProfileDeserializer: () => agentPoolNetworkProfileDeserializer,
|
|
143
191
|
agentPoolNetworkProfileSerializer: () => agentPoolNetworkProfileSerializer,
|
|
192
|
+
agentPoolRecentlyUsedVersionArrayDeserializer: () => agentPoolRecentlyUsedVersionArrayDeserializer,
|
|
193
|
+
agentPoolRecentlyUsedVersionDeserializer: () => agentPoolRecentlyUsedVersionDeserializer,
|
|
144
194
|
agentPoolSecurityProfileDeserializer: () => agentPoolSecurityProfileDeserializer,
|
|
145
195
|
agentPoolSecurityProfileSerializer: () => agentPoolSecurityProfileSerializer,
|
|
146
196
|
agentPoolSerializer: () => agentPoolSerializer,
|
|
@@ -154,6 +204,8 @@ __export(models_exports, {
|
|
|
154
204
|
agentPoolUpgradeSettingsSerializer: () => agentPoolUpgradeSettingsSerializer,
|
|
155
205
|
agentPoolWindowsProfileDeserializer: () => agentPoolWindowsProfileDeserializer,
|
|
156
206
|
agentPoolWindowsProfileSerializer: () => agentPoolWindowsProfileSerializer,
|
|
207
|
+
autoScaleProfileDeserializer: () => autoScaleProfileDeserializer,
|
|
208
|
+
autoScaleProfileSerializer: () => autoScaleProfileSerializer,
|
|
157
209
|
azureKeyVaultKmsDeserializer: () => azureKeyVaultKmsDeserializer,
|
|
158
210
|
azureKeyVaultKmsSerializer: () => azureKeyVaultKmsSerializer,
|
|
159
211
|
clusterUpgradeSettingsDeserializer: () => clusterUpgradeSettingsDeserializer,
|
|
@@ -161,9 +213,17 @@ __export(models_exports, {
|
|
|
161
213
|
commandResultPropertiesDeserializer: () => commandResultPropertiesDeserializer,
|
|
162
214
|
compatibleVersionsArrayDeserializer: () => compatibleVersionsArrayDeserializer,
|
|
163
215
|
compatibleVersionsDeserializer: () => compatibleVersionsDeserializer,
|
|
216
|
+
componentArrayDeserializer: () => componentArrayDeserializer,
|
|
217
|
+
componentDeserializer: () => componentDeserializer,
|
|
218
|
+
componentsByReleaseArrayDeserializer: () => componentsByReleaseArrayDeserializer,
|
|
219
|
+
componentsByReleaseDeserializer: () => componentsByReleaseDeserializer,
|
|
164
220
|
containerServiceLinuxProfileDeserializer: () => containerServiceLinuxProfileDeserializer,
|
|
165
221
|
containerServiceLinuxProfileSerializer: () => containerServiceLinuxProfileSerializer,
|
|
166
222
|
containerServiceNetworkProfileDeserializer: () => containerServiceNetworkProfileDeserializer,
|
|
223
|
+
containerServiceNetworkProfileKubeProxyConfigDeserializer: () => containerServiceNetworkProfileKubeProxyConfigDeserializer,
|
|
224
|
+
containerServiceNetworkProfileKubeProxyConfigIpvsConfigDeserializer: () => containerServiceNetworkProfileKubeProxyConfigIpvsConfigDeserializer,
|
|
225
|
+
containerServiceNetworkProfileKubeProxyConfigIpvsConfigSerializer: () => containerServiceNetworkProfileKubeProxyConfigIpvsConfigSerializer,
|
|
226
|
+
containerServiceNetworkProfileKubeProxyConfigSerializer: () => containerServiceNetworkProfileKubeProxyConfigSerializer,
|
|
167
227
|
containerServiceNetworkProfileSerializer: () => containerServiceNetworkProfileSerializer,
|
|
168
228
|
containerServiceSshConfigurationDeserializer: () => containerServiceSshConfigurationDeserializer,
|
|
169
229
|
containerServiceSshConfigurationSerializer: () => containerServiceSshConfigurationSerializer,
|
|
@@ -199,6 +259,18 @@ __export(models_exports, {
|
|
|
199
259
|
extendedLocationSerializer: () => extendedLocationSerializer,
|
|
200
260
|
gpuProfileDeserializer: () => gpuProfileDeserializer,
|
|
201
261
|
gpuProfileSerializer: () => gpuProfileSerializer,
|
|
262
|
+
guardrailsAvailableVersionArrayDeserializer: () => guardrailsAvailableVersionArrayDeserializer,
|
|
263
|
+
guardrailsAvailableVersionDeserializer: () => guardrailsAvailableVersionDeserializer,
|
|
264
|
+
guardrailsAvailableVersionsPropertiesDeserializer: () => guardrailsAvailableVersionsPropertiesDeserializer,
|
|
265
|
+
identityBindingArrayDeserializer: () => identityBindingArrayDeserializer,
|
|
266
|
+
identityBindingArraySerializer: () => identityBindingArraySerializer,
|
|
267
|
+
identityBindingDeserializer: () => identityBindingDeserializer,
|
|
268
|
+
identityBindingManagedIdentityProfileDeserializer: () => identityBindingManagedIdentityProfileDeserializer,
|
|
269
|
+
identityBindingManagedIdentityProfileSerializer: () => identityBindingManagedIdentityProfileSerializer,
|
|
270
|
+
identityBindingOidcIssuerProfileDeserializer: () => identityBindingOidcIssuerProfileDeserializer,
|
|
271
|
+
identityBindingPropertiesDeserializer: () => identityBindingPropertiesDeserializer,
|
|
272
|
+
identityBindingPropertiesSerializer: () => identityBindingPropertiesSerializer,
|
|
273
|
+
identityBindingSerializer: () => identityBindingSerializer,
|
|
202
274
|
ipTagArrayDeserializer: () => ipTagArrayDeserializer,
|
|
203
275
|
ipTagArraySerializer: () => ipTagArraySerializer,
|
|
204
276
|
ipTagDeserializer: () => ipTagDeserializer,
|
|
@@ -219,16 +291,50 @@ __export(models_exports, {
|
|
|
219
291
|
istioPluginCertificateAuthoritySerializer: () => istioPluginCertificateAuthoritySerializer,
|
|
220
292
|
istioServiceMeshDeserializer: () => istioServiceMeshDeserializer,
|
|
221
293
|
istioServiceMeshSerializer: () => istioServiceMeshSerializer,
|
|
294
|
+
jwtAuthenticatorArrayDeserializer: () => jwtAuthenticatorArrayDeserializer,
|
|
295
|
+
jwtAuthenticatorArraySerializer: () => jwtAuthenticatorArraySerializer,
|
|
296
|
+
jwtAuthenticatorClaimMappingExpressionDeserializer: () => jwtAuthenticatorClaimMappingExpressionDeserializer,
|
|
297
|
+
jwtAuthenticatorClaimMappingExpressionSerializer: () => jwtAuthenticatorClaimMappingExpressionSerializer,
|
|
298
|
+
jwtAuthenticatorClaimMappingsDeserializer: () => jwtAuthenticatorClaimMappingsDeserializer,
|
|
299
|
+
jwtAuthenticatorClaimMappingsSerializer: () => jwtAuthenticatorClaimMappingsSerializer,
|
|
300
|
+
jwtAuthenticatorDeserializer: () => jwtAuthenticatorDeserializer,
|
|
301
|
+
jwtAuthenticatorExtraClaimMappingExpressionArrayDeserializer: () => jwtAuthenticatorExtraClaimMappingExpressionArrayDeserializer,
|
|
302
|
+
jwtAuthenticatorExtraClaimMappingExpressionArraySerializer: () => jwtAuthenticatorExtraClaimMappingExpressionArraySerializer,
|
|
303
|
+
jwtAuthenticatorExtraClaimMappingExpressionDeserializer: () => jwtAuthenticatorExtraClaimMappingExpressionDeserializer,
|
|
304
|
+
jwtAuthenticatorExtraClaimMappingExpressionSerializer: () => jwtAuthenticatorExtraClaimMappingExpressionSerializer,
|
|
305
|
+
jwtAuthenticatorIssuerDeserializer: () => jwtAuthenticatorIssuerDeserializer,
|
|
306
|
+
jwtAuthenticatorIssuerSerializer: () => jwtAuthenticatorIssuerSerializer,
|
|
307
|
+
jwtAuthenticatorPropertiesDeserializer: () => jwtAuthenticatorPropertiesDeserializer,
|
|
308
|
+
jwtAuthenticatorPropertiesSerializer: () => jwtAuthenticatorPropertiesSerializer,
|
|
309
|
+
jwtAuthenticatorSerializer: () => jwtAuthenticatorSerializer,
|
|
310
|
+
jwtAuthenticatorValidationRuleArrayDeserializer: () => jwtAuthenticatorValidationRuleArrayDeserializer,
|
|
311
|
+
jwtAuthenticatorValidationRuleArraySerializer: () => jwtAuthenticatorValidationRuleArraySerializer,
|
|
312
|
+
jwtAuthenticatorValidationRuleDeserializer: () => jwtAuthenticatorValidationRuleDeserializer,
|
|
313
|
+
jwtAuthenticatorValidationRuleSerializer: () => jwtAuthenticatorValidationRuleSerializer,
|
|
222
314
|
kubeletConfigDeserializer: () => kubeletConfigDeserializer,
|
|
223
315
|
kubeletConfigSerializer: () => kubeletConfigSerializer,
|
|
224
316
|
kubernetesPatchVersionDeserializer: () => kubernetesPatchVersionDeserializer,
|
|
225
317
|
kubernetesPatchVersionRecordDeserializer: () => kubernetesPatchVersionRecordDeserializer,
|
|
318
|
+
kubernetesResourceObjectEncryptionProfileDeserializer: () => kubernetesResourceObjectEncryptionProfileDeserializer,
|
|
319
|
+
kubernetesResourceObjectEncryptionProfileSerializer: () => kubernetesResourceObjectEncryptionProfileSerializer,
|
|
226
320
|
kubernetesVersionArrayDeserializer: () => kubernetesVersionArrayDeserializer,
|
|
227
321
|
kubernetesVersionCapabilitiesDeserializer: () => kubernetesVersionCapabilitiesDeserializer,
|
|
228
322
|
kubernetesVersionDeserializer: () => kubernetesVersionDeserializer,
|
|
229
323
|
kubernetesVersionListResultDeserializer: () => kubernetesVersionListResultDeserializer,
|
|
324
|
+
labelSelectorDeserializer: () => labelSelectorDeserializer,
|
|
325
|
+
labelSelectorRequirementArrayDeserializer: () => labelSelectorRequirementArrayDeserializer,
|
|
326
|
+
labelSelectorRequirementArraySerializer: () => labelSelectorRequirementArraySerializer,
|
|
327
|
+
labelSelectorRequirementDeserializer: () => labelSelectorRequirementDeserializer,
|
|
328
|
+
labelSelectorRequirementSerializer: () => labelSelectorRequirementSerializer,
|
|
329
|
+
labelSelectorSerializer: () => labelSelectorSerializer,
|
|
230
330
|
linuxOSConfigDeserializer: () => linuxOSConfigDeserializer,
|
|
231
331
|
linuxOSConfigSerializer: () => linuxOSConfigSerializer,
|
|
332
|
+
loadBalancerArrayDeserializer: () => loadBalancerArrayDeserializer,
|
|
333
|
+
loadBalancerArraySerializer: () => loadBalancerArraySerializer,
|
|
334
|
+
loadBalancerDeserializer: () => loadBalancerDeserializer,
|
|
335
|
+
loadBalancerPropertiesDeserializer: () => loadBalancerPropertiesDeserializer,
|
|
336
|
+
loadBalancerPropertiesSerializer: () => loadBalancerPropertiesSerializer,
|
|
337
|
+
loadBalancerSerializer: () => loadBalancerSerializer,
|
|
232
338
|
localDNSOverrideDeserializer: () => localDNSOverrideDeserializer,
|
|
233
339
|
localDNSOverrideRecordDeserializer: () => localDNSOverrideRecordDeserializer,
|
|
234
340
|
localDNSOverrideRecordSerializer: () => localDNSOverrideRecordSerializer,
|
|
@@ -236,11 +342,27 @@ __export(models_exports, {
|
|
|
236
342
|
localDNSProfileDeserializer: () => localDNSProfileDeserializer,
|
|
237
343
|
localDNSProfileSerializer: () => localDNSProfileSerializer,
|
|
238
344
|
machineArrayDeserializer: () => machineArrayDeserializer,
|
|
345
|
+
machineArraySerializer: () => machineArraySerializer,
|
|
346
|
+
machineBillingProfileDeserializer: () => machineBillingProfileDeserializer,
|
|
347
|
+
machineBillingProfileSerializer: () => machineBillingProfileSerializer,
|
|
239
348
|
machineDeserializer: () => machineDeserializer,
|
|
349
|
+
machineHardwareProfileDeserializer: () => machineHardwareProfileDeserializer,
|
|
350
|
+
machineHardwareProfileSerializer: () => machineHardwareProfileSerializer,
|
|
240
351
|
machineIpAddressArrayDeserializer: () => machineIpAddressArrayDeserializer,
|
|
241
352
|
machineIpAddressDeserializer: () => machineIpAddressDeserializer,
|
|
353
|
+
machineKubernetesProfileDeserializer: () => machineKubernetesProfileDeserializer,
|
|
354
|
+
machineKubernetesProfileSerializer: () => machineKubernetesProfileSerializer,
|
|
242
355
|
machineNetworkPropertiesDeserializer: () => machineNetworkPropertiesDeserializer,
|
|
356
|
+
machineOSProfileDeserializer: () => machineOSProfileDeserializer,
|
|
357
|
+
machineOSProfileLinuxProfileDeserializer: () => machineOSProfileLinuxProfileDeserializer,
|
|
358
|
+
machineOSProfileLinuxProfileSerializer: () => machineOSProfileLinuxProfileSerializer,
|
|
359
|
+
machineOSProfileSerializer: () => machineOSProfileSerializer,
|
|
243
360
|
machinePropertiesDeserializer: () => machinePropertiesDeserializer,
|
|
361
|
+
machinePropertiesSerializer: () => machinePropertiesSerializer,
|
|
362
|
+
machineSecurityProfileDeserializer: () => machineSecurityProfileDeserializer,
|
|
363
|
+
machineSecurityProfileSerializer: () => machineSecurityProfileSerializer,
|
|
364
|
+
machineSerializer: () => machineSerializer,
|
|
365
|
+
machineStatusDeserializer: () => machineStatusDeserializer,
|
|
244
366
|
maintenanceConfigurationArrayDeserializer: () => maintenanceConfigurationArrayDeserializer,
|
|
245
367
|
maintenanceConfigurationArraySerializer: () => maintenanceConfigurationArraySerializer,
|
|
246
368
|
maintenanceConfigurationDeserializer: () => maintenanceConfigurationDeserializer,
|
|
@@ -267,10 +389,22 @@ __export(models_exports, {
|
|
|
267
389
|
managedClusterAgentPoolProfilePropertiesDeserializer: () => managedClusterAgentPoolProfilePropertiesDeserializer,
|
|
268
390
|
managedClusterAgentPoolProfilePropertiesSerializer: () => managedClusterAgentPoolProfilePropertiesSerializer,
|
|
269
391
|
managedClusterAgentPoolProfileSerializer: () => managedClusterAgentPoolProfileSerializer,
|
|
392
|
+
managedClusterAppRoutingIstioDeserializer: () => managedClusterAppRoutingIstioDeserializer,
|
|
393
|
+
managedClusterAppRoutingIstioSerializer: () => managedClusterAppRoutingIstioSerializer,
|
|
270
394
|
managedClusterArrayDeserializer: () => managedClusterArrayDeserializer,
|
|
271
395
|
managedClusterArraySerializer: () => managedClusterArraySerializer,
|
|
272
396
|
managedClusterAutoUpgradeProfileDeserializer: () => managedClusterAutoUpgradeProfileDeserializer,
|
|
273
397
|
managedClusterAutoUpgradeProfileSerializer: () => managedClusterAutoUpgradeProfileSerializer,
|
|
398
|
+
managedClusterAzureMonitorProfileAppMonitoringAutoInstrumentationDeserializer: () => managedClusterAzureMonitorProfileAppMonitoringAutoInstrumentationDeserializer,
|
|
399
|
+
managedClusterAzureMonitorProfileAppMonitoringAutoInstrumentationSerializer: () => managedClusterAzureMonitorProfileAppMonitoringAutoInstrumentationSerializer,
|
|
400
|
+
managedClusterAzureMonitorProfileAppMonitoringDeserializer: () => managedClusterAzureMonitorProfileAppMonitoringDeserializer,
|
|
401
|
+
managedClusterAzureMonitorProfileAppMonitoringOpenTelemetryLogsDeserializer: () => managedClusterAzureMonitorProfileAppMonitoringOpenTelemetryLogsDeserializer,
|
|
402
|
+
managedClusterAzureMonitorProfileAppMonitoringOpenTelemetryLogsSerializer: () => managedClusterAzureMonitorProfileAppMonitoringOpenTelemetryLogsSerializer,
|
|
403
|
+
managedClusterAzureMonitorProfileAppMonitoringOpenTelemetryMetricsDeserializer: () => managedClusterAzureMonitorProfileAppMonitoringOpenTelemetryMetricsDeserializer,
|
|
404
|
+
managedClusterAzureMonitorProfileAppMonitoringOpenTelemetryMetricsSerializer: () => managedClusterAzureMonitorProfileAppMonitoringOpenTelemetryMetricsSerializer,
|
|
405
|
+
managedClusterAzureMonitorProfileAppMonitoringSerializer: () => managedClusterAzureMonitorProfileAppMonitoringSerializer,
|
|
406
|
+
managedClusterAzureMonitorProfileContainerInsightsDeserializer: () => managedClusterAzureMonitorProfileContainerInsightsDeserializer,
|
|
407
|
+
managedClusterAzureMonitorProfileContainerInsightsSerializer: () => managedClusterAzureMonitorProfileContainerInsightsSerializer,
|
|
274
408
|
managedClusterAzureMonitorProfileDeserializer: () => managedClusterAzureMonitorProfileDeserializer,
|
|
275
409
|
managedClusterAzureMonitorProfileKubeStateMetricsDeserializer: () => managedClusterAzureMonitorProfileKubeStateMetricsDeserializer,
|
|
276
410
|
managedClusterAzureMonitorProfileKubeStateMetricsSerializer: () => managedClusterAzureMonitorProfileKubeStateMetricsSerializer,
|
|
@@ -282,11 +416,21 @@ __export(models_exports, {
|
|
|
282
416
|
managedClusterCostAnalysisDeserializer: () => managedClusterCostAnalysisDeserializer,
|
|
283
417
|
managedClusterCostAnalysisSerializer: () => managedClusterCostAnalysisSerializer,
|
|
284
418
|
managedClusterDeserializer: () => managedClusterDeserializer,
|
|
419
|
+
managedClusterHealthMonitorProfileDeserializer: () => managedClusterHealthMonitorProfileDeserializer,
|
|
420
|
+
managedClusterHealthMonitorProfileSerializer: () => managedClusterHealthMonitorProfileSerializer,
|
|
421
|
+
managedClusterHostedSystemProfileDeserializer: () => managedClusterHostedSystemProfileDeserializer,
|
|
422
|
+
managedClusterHostedSystemProfileSerializer: () => managedClusterHostedSystemProfileSerializer,
|
|
285
423
|
managedClusterHttpProxyConfigDeserializer: () => managedClusterHttpProxyConfigDeserializer,
|
|
286
424
|
managedClusterHttpProxyConfigSerializer: () => managedClusterHttpProxyConfigSerializer,
|
|
287
425
|
managedClusterIdentityDeserializer: () => managedClusterIdentityDeserializer,
|
|
288
426
|
managedClusterIdentitySerializer: () => managedClusterIdentitySerializer,
|
|
427
|
+
managedClusterIngressDefaultDomainProfileDeserializer: () => managedClusterIngressDefaultDomainProfileDeserializer,
|
|
428
|
+
managedClusterIngressDefaultDomainProfileSerializer: () => managedClusterIngressDefaultDomainProfileSerializer,
|
|
429
|
+
managedClusterIngressProfileApplicationLoadBalancerDeserializer: () => managedClusterIngressProfileApplicationLoadBalancerDeserializer,
|
|
430
|
+
managedClusterIngressProfileApplicationLoadBalancerSerializer: () => managedClusterIngressProfileApplicationLoadBalancerSerializer,
|
|
289
431
|
managedClusterIngressProfileDeserializer: () => managedClusterIngressProfileDeserializer,
|
|
432
|
+
managedClusterIngressProfileGatewayConfigurationDeserializer: () => managedClusterIngressProfileGatewayConfigurationDeserializer,
|
|
433
|
+
managedClusterIngressProfileGatewayConfigurationSerializer: () => managedClusterIngressProfileGatewayConfigurationSerializer,
|
|
290
434
|
managedClusterIngressProfileNginxDeserializer: () => managedClusterIngressProfileNginxDeserializer,
|
|
291
435
|
managedClusterIngressProfileNginxSerializer: () => managedClusterIngressProfileNginxSerializer,
|
|
292
436
|
managedClusterIngressProfileSerializer: () => managedClusterIngressProfileSerializer,
|
|
@@ -333,22 +477,39 @@ __export(models_exports, {
|
|
|
333
477
|
managedClusterPropertiesAutoScalerProfileDeserializer: () => managedClusterPropertiesAutoScalerProfileDeserializer,
|
|
334
478
|
managedClusterPropertiesAutoScalerProfileSerializer: () => managedClusterPropertiesAutoScalerProfileSerializer,
|
|
335
479
|
managedClusterPropertiesDeserializer: () => managedClusterPropertiesDeserializer,
|
|
480
|
+
managedClusterPropertiesForSnapshotDeserializer: () => managedClusterPropertiesForSnapshotDeserializer,
|
|
336
481
|
managedClusterPropertiesSerializer: () => managedClusterPropertiesSerializer,
|
|
337
482
|
managedClusterSKUDeserializer: () => managedClusterSKUDeserializer,
|
|
338
483
|
managedClusterSKUSerializer: () => managedClusterSKUSerializer,
|
|
339
484
|
managedClusterSecurityProfileDefenderDeserializer: () => managedClusterSecurityProfileDefenderDeserializer,
|
|
485
|
+
managedClusterSecurityProfileDefenderSecurityGatingDeserializer: () => managedClusterSecurityProfileDefenderSecurityGatingDeserializer,
|
|
486
|
+
managedClusterSecurityProfileDefenderSecurityGatingIdentitiesItemArrayDeserializer: () => managedClusterSecurityProfileDefenderSecurityGatingIdentitiesItemArrayDeserializer,
|
|
487
|
+
managedClusterSecurityProfileDefenderSecurityGatingIdentitiesItemArraySerializer: () => managedClusterSecurityProfileDefenderSecurityGatingIdentitiesItemArraySerializer,
|
|
488
|
+
managedClusterSecurityProfileDefenderSecurityGatingIdentitiesItemDeserializer: () => managedClusterSecurityProfileDefenderSecurityGatingIdentitiesItemDeserializer,
|
|
489
|
+
managedClusterSecurityProfileDefenderSecurityGatingIdentitiesItemSerializer: () => managedClusterSecurityProfileDefenderSecurityGatingIdentitiesItemSerializer,
|
|
490
|
+
managedClusterSecurityProfileDefenderSecurityGatingSerializer: () => managedClusterSecurityProfileDefenderSecurityGatingSerializer,
|
|
340
491
|
managedClusterSecurityProfileDefenderSecurityMonitoringDeserializer: () => managedClusterSecurityProfileDefenderSecurityMonitoringDeserializer,
|
|
341
492
|
managedClusterSecurityProfileDefenderSecurityMonitoringSerializer: () => managedClusterSecurityProfileDefenderSecurityMonitoringSerializer,
|
|
342
493
|
managedClusterSecurityProfileDefenderSerializer: () => managedClusterSecurityProfileDefenderSerializer,
|
|
343
494
|
managedClusterSecurityProfileDeserializer: () => managedClusterSecurityProfileDeserializer,
|
|
344
495
|
managedClusterSecurityProfileImageCleanerDeserializer: () => managedClusterSecurityProfileImageCleanerDeserializer,
|
|
345
496
|
managedClusterSecurityProfileImageCleanerSerializer: () => managedClusterSecurityProfileImageCleanerSerializer,
|
|
497
|
+
managedClusterSecurityProfileImageIntegrityDeserializer: () => managedClusterSecurityProfileImageIntegrityDeserializer,
|
|
498
|
+
managedClusterSecurityProfileImageIntegritySerializer: () => managedClusterSecurityProfileImageIntegritySerializer,
|
|
499
|
+
managedClusterSecurityProfileNodeRestrictionDeserializer: () => managedClusterSecurityProfileNodeRestrictionDeserializer,
|
|
500
|
+
managedClusterSecurityProfileNodeRestrictionSerializer: () => managedClusterSecurityProfileNodeRestrictionSerializer,
|
|
346
501
|
managedClusterSecurityProfileSerializer: () => managedClusterSecurityProfileSerializer,
|
|
347
502
|
managedClusterSecurityProfileWorkloadIdentityDeserializer: () => managedClusterSecurityProfileWorkloadIdentityDeserializer,
|
|
348
503
|
managedClusterSecurityProfileWorkloadIdentitySerializer: () => managedClusterSecurityProfileWorkloadIdentitySerializer,
|
|
349
504
|
managedClusterSerializer: () => managedClusterSerializer,
|
|
350
505
|
managedClusterServicePrincipalProfileDeserializer: () => managedClusterServicePrincipalProfileDeserializer,
|
|
351
506
|
managedClusterServicePrincipalProfileSerializer: () => managedClusterServicePrincipalProfileSerializer,
|
|
507
|
+
managedClusterSnapshotArrayDeserializer: () => managedClusterSnapshotArrayDeserializer,
|
|
508
|
+
managedClusterSnapshotArraySerializer: () => managedClusterSnapshotArraySerializer,
|
|
509
|
+
managedClusterSnapshotDeserializer: () => managedClusterSnapshotDeserializer,
|
|
510
|
+
managedClusterSnapshotPropertiesDeserializer: () => managedClusterSnapshotPropertiesDeserializer,
|
|
511
|
+
managedClusterSnapshotPropertiesSerializer: () => managedClusterSnapshotPropertiesSerializer,
|
|
512
|
+
managedClusterSnapshotSerializer: () => managedClusterSnapshotSerializer,
|
|
352
513
|
managedClusterStaticEgressGatewayProfileDeserializer: () => managedClusterStaticEgressGatewayProfileDeserializer,
|
|
353
514
|
managedClusterStaticEgressGatewayProfileSerializer: () => managedClusterStaticEgressGatewayProfileSerializer,
|
|
354
515
|
managedClusterStatusDeserializer: () => managedClusterStatusDeserializer,
|
|
@@ -365,6 +526,8 @@ __export(models_exports, {
|
|
|
365
526
|
managedClusterStorageProfileSnapshotControllerSerializer: () => managedClusterStorageProfileSnapshotControllerSerializer,
|
|
366
527
|
managedClusterUpgradeProfileDeserializer: () => managedClusterUpgradeProfileDeserializer,
|
|
367
528
|
managedClusterUpgradeProfilePropertiesDeserializer: () => managedClusterUpgradeProfilePropertiesDeserializer,
|
|
529
|
+
managedClusterWebAppRoutingGatewayAPIImplementationsDeserializer: () => managedClusterWebAppRoutingGatewayAPIImplementationsDeserializer,
|
|
530
|
+
managedClusterWebAppRoutingGatewayAPIImplementationsSerializer: () => managedClusterWebAppRoutingGatewayAPIImplementationsSerializer,
|
|
368
531
|
managedClusterWindowsProfileDeserializer: () => managedClusterWindowsProfileDeserializer,
|
|
369
532
|
managedClusterWindowsProfileSerializer: () => managedClusterWindowsProfileSerializer,
|
|
370
533
|
managedClusterWorkloadAutoScalerProfileDeserializer: () => managedClusterWorkloadAutoScalerProfileDeserializer,
|
|
@@ -385,6 +548,14 @@ __export(models_exports, {
|
|
|
385
548
|
manualScaleProfileArraySerializer: () => manualScaleProfileArraySerializer,
|
|
386
549
|
manualScaleProfileDeserializer: () => manualScaleProfileDeserializer,
|
|
387
550
|
manualScaleProfileSerializer: () => manualScaleProfileSerializer,
|
|
551
|
+
meshMembershipArrayDeserializer: () => meshMembershipArrayDeserializer,
|
|
552
|
+
meshMembershipArraySerializer: () => meshMembershipArraySerializer,
|
|
553
|
+
meshMembershipDeserializer: () => meshMembershipDeserializer,
|
|
554
|
+
meshMembershipPrivateConnectProfileDeserializer: () => meshMembershipPrivateConnectProfileDeserializer,
|
|
555
|
+
meshMembershipPrivateConnectProfileSerializer: () => meshMembershipPrivateConnectProfileSerializer,
|
|
556
|
+
meshMembershipPropertiesDeserializer: () => meshMembershipPropertiesDeserializer,
|
|
557
|
+
meshMembershipPropertiesSerializer: () => meshMembershipPropertiesSerializer,
|
|
558
|
+
meshMembershipSerializer: () => meshMembershipSerializer,
|
|
388
559
|
meshRevisionArrayDeserializer: () => meshRevisionArrayDeserializer,
|
|
389
560
|
meshRevisionDeserializer: () => meshRevisionDeserializer,
|
|
390
561
|
meshRevisionProfileArrayDeserializer: () => meshRevisionProfileArrayDeserializer,
|
|
@@ -397,6 +568,15 @@ __export(models_exports, {
|
|
|
397
568
|
namespacePropertiesSerializer: () => namespacePropertiesSerializer,
|
|
398
569
|
networkPoliciesDeserializer: () => networkPoliciesDeserializer,
|
|
399
570
|
networkPoliciesSerializer: () => networkPoliciesSerializer,
|
|
571
|
+
networkProfileForSnapshotDeserializer: () => networkProfileForSnapshotDeserializer,
|
|
572
|
+
nodeCustomizationProfileDeserializer: () => nodeCustomizationProfileDeserializer,
|
|
573
|
+
nodeCustomizationProfileSerializer: () => nodeCustomizationProfileSerializer,
|
|
574
|
+
nodeImageVersionArrayDeserializer: () => nodeImageVersionArrayDeserializer,
|
|
575
|
+
nodeImageVersionDeserializer: () => nodeImageVersionDeserializer,
|
|
576
|
+
nvidiaGPUProfileDeserializer: () => nvidiaGPUProfileDeserializer,
|
|
577
|
+
nvidiaGPUProfileSerializer: () => nvidiaGPUProfileSerializer,
|
|
578
|
+
operationStatusResultArrayDeserializer: () => operationStatusResultArrayDeserializer,
|
|
579
|
+
operationStatusResultDeserializer: () => operationStatusResultDeserializer,
|
|
400
580
|
operationValueArrayDeserializer: () => operationValueArrayDeserializer,
|
|
401
581
|
operationValueDeserializer: () => operationValueDeserializer,
|
|
402
582
|
operationValueDisplayDeserializer: () => operationValueDisplayDeserializer,
|
|
@@ -426,6 +606,7 @@ __export(models_exports, {
|
|
|
426
606
|
privateLinkServiceConnectionStateSerializer: () => privateLinkServiceConnectionStateSerializer,
|
|
427
607
|
proxyResourceDeserializer: () => proxyResourceDeserializer,
|
|
428
608
|
proxyResourceSerializer: () => proxyResourceSerializer,
|
|
609
|
+
rebalanceLoadBalancersRequestBodySerializer: () => rebalanceLoadBalancersRequestBodySerializer,
|
|
429
610
|
relativeMonthlyScheduleDeserializer: () => relativeMonthlyScheduleDeserializer,
|
|
430
611
|
relativeMonthlyScheduleSerializer: () => relativeMonthlyScheduleSerializer,
|
|
431
612
|
resourceDeserializer: () => resourceDeserializer,
|
|
@@ -436,12 +617,37 @@ __export(models_exports, {
|
|
|
436
617
|
resourceReferenceDeserializer: () => resourceReferenceDeserializer,
|
|
437
618
|
resourceReferenceSerializer: () => resourceReferenceSerializer,
|
|
438
619
|
resourceSerializer: () => resourceSerializer,
|
|
620
|
+
resourceSkuArrayDeserializer: () => resourceSkuArrayDeserializer,
|
|
621
|
+
resourceSkuCapabilitiesArrayDeserializer: () => resourceSkuCapabilitiesArrayDeserializer,
|
|
622
|
+
resourceSkuCapabilitiesDeserializer: () => resourceSkuCapabilitiesDeserializer,
|
|
623
|
+
resourceSkuCapacityDeserializer: () => resourceSkuCapacityDeserializer,
|
|
624
|
+
resourceSkuCostsArrayDeserializer: () => resourceSkuCostsArrayDeserializer,
|
|
625
|
+
resourceSkuCostsDeserializer: () => resourceSkuCostsDeserializer,
|
|
626
|
+
resourceSkuDeserializer: () => resourceSkuDeserializer,
|
|
627
|
+
resourceSkuLocationInfoArrayDeserializer: () => resourceSkuLocationInfoArrayDeserializer,
|
|
628
|
+
resourceSkuLocationInfoDeserializer: () => resourceSkuLocationInfoDeserializer,
|
|
629
|
+
resourceSkuRestrictionInfoDeserializer: () => resourceSkuRestrictionInfoDeserializer,
|
|
630
|
+
resourceSkuRestrictionsArrayDeserializer: () => resourceSkuRestrictionsArrayDeserializer,
|
|
631
|
+
resourceSkuRestrictionsDeserializer: () => resourceSkuRestrictionsDeserializer,
|
|
632
|
+
resourceSkuZoneDetailsArrayDeserializer: () => resourceSkuZoneDetailsArrayDeserializer,
|
|
633
|
+
resourceSkuZoneDetailsDeserializer: () => resourceSkuZoneDetailsDeserializer,
|
|
439
634
|
runCommandRequestSerializer: () => runCommandRequestSerializer,
|
|
440
635
|
runCommandResultDeserializer: () => runCommandResultDeserializer,
|
|
636
|
+
safeguardsAvailableVersionArrayDeserializer: () => safeguardsAvailableVersionArrayDeserializer,
|
|
637
|
+
safeguardsAvailableVersionDeserializer: () => safeguardsAvailableVersionDeserializer,
|
|
638
|
+
safeguardsAvailableVersionsPropertiesDeserializer: () => safeguardsAvailableVersionsPropertiesDeserializer,
|
|
441
639
|
scaleProfileDeserializer: () => scaleProfileDeserializer,
|
|
442
640
|
scaleProfileSerializer: () => scaleProfileSerializer,
|
|
443
641
|
scheduleDeserializer: () => scheduleDeserializer,
|
|
444
642
|
scheduleSerializer: () => scheduleSerializer,
|
|
643
|
+
schedulerInstanceProfileDeserializer: () => schedulerInstanceProfileDeserializer,
|
|
644
|
+
schedulerInstanceProfileSerializer: () => schedulerInstanceProfileSerializer,
|
|
645
|
+
schedulerProfileDeserializer: () => schedulerProfileDeserializer,
|
|
646
|
+
schedulerProfileSchedulerInstanceProfilesDeserializer: () => schedulerProfileSchedulerInstanceProfilesDeserializer,
|
|
647
|
+
schedulerProfileSchedulerInstanceProfilesSerializer: () => schedulerProfileSchedulerInstanceProfilesSerializer,
|
|
648
|
+
schedulerProfileSerializer: () => schedulerProfileSerializer,
|
|
649
|
+
serviceAccountImagePullProfileDeserializer: () => serviceAccountImagePullProfileDeserializer,
|
|
650
|
+
serviceAccountImagePullProfileSerializer: () => serviceAccountImagePullProfileSerializer,
|
|
445
651
|
serviceMeshProfileDeserializer: () => serviceMeshProfileDeserializer,
|
|
446
652
|
serviceMeshProfileSerializer: () => serviceMeshProfileSerializer,
|
|
447
653
|
snapshotArrayDeserializer: () => snapshotArrayDeserializer,
|
|
@@ -517,7 +723,10 @@ function agentPoolSerializer(item) {
|
|
|
517
723
|
"type",
|
|
518
724
|
"mode",
|
|
519
725
|
"orchestratorVersion",
|
|
726
|
+
"upgradeStrategy",
|
|
727
|
+
"enableOSDiskFullCaching",
|
|
520
728
|
"upgradeSettings",
|
|
729
|
+
"upgradeSettingsBlueGreen",
|
|
521
730
|
"powerState",
|
|
522
731
|
"availabilityZones",
|
|
523
732
|
"enableNodePublicIP",
|
|
@@ -528,6 +737,7 @@ function agentPoolSerializer(item) {
|
|
|
528
737
|
"tags",
|
|
529
738
|
"nodeLabels",
|
|
530
739
|
"nodeTaints",
|
|
740
|
+
"nodeInitializationTaints",
|
|
531
741
|
"proximityPlacementGroupID",
|
|
532
742
|
"kubeletConfig",
|
|
533
743
|
"linuxOSConfig",
|
|
@@ -543,10 +753,12 @@ function agentPoolSerializer(item) {
|
|
|
543
753
|
"securityProfile",
|
|
544
754
|
"gpuProfile",
|
|
545
755
|
"gatewayProfile",
|
|
756
|
+
"artifactStreamingProfile",
|
|
546
757
|
"virtualMachinesProfile",
|
|
547
758
|
"virtualMachineNodesStatus",
|
|
548
759
|
"status",
|
|
549
|
-
"localDNSProfile"
|
|
760
|
+
"localDNSProfile",
|
|
761
|
+
"nodeCustomizationProfile"
|
|
550
762
|
]) ? void 0 : _agentPoolPropertiesSerializer(item)
|
|
551
763
|
};
|
|
552
764
|
}
|
|
@@ -581,7 +793,10 @@ function managedClusterAgentPoolProfilePropertiesSerializer(item) {
|
|
|
581
793
|
type: item["type"],
|
|
582
794
|
mode: item["mode"],
|
|
583
795
|
orchestratorVersion: item["orchestratorVersion"],
|
|
796
|
+
upgradeStrategy: item["upgradeStrategy"],
|
|
797
|
+
enableOSDiskFullCaching: item["enableOSDiskFullCaching"],
|
|
584
798
|
upgradeSettings: !item["upgradeSettings"] ? item["upgradeSettings"] : agentPoolUpgradeSettingsSerializer(item["upgradeSettings"]),
|
|
799
|
+
upgradeSettingsBlueGreen: !item["upgradeSettingsBlueGreen"] ? item["upgradeSettingsBlueGreen"] : agentPoolBlueGreenUpgradeSettingsSerializer(item["upgradeSettingsBlueGreen"]),
|
|
585
800
|
powerState: !item["powerState"] ? item["powerState"] : powerStateSerializer(item["powerState"]),
|
|
586
801
|
availabilityZones: !item["availabilityZones"] ? item["availabilityZones"] : item["availabilityZones"].map((p) => {
|
|
587
802
|
return p;
|
|
@@ -596,6 +811,9 @@ function managedClusterAgentPoolProfilePropertiesSerializer(item) {
|
|
|
596
811
|
nodeTaints: !item["nodeTaints"] ? item["nodeTaints"] : item["nodeTaints"].map((p) => {
|
|
597
812
|
return p;
|
|
598
813
|
}),
|
|
814
|
+
nodeInitializationTaints: !item["nodeInitializationTaints"] ? item["nodeInitializationTaints"] : item["nodeInitializationTaints"].map((p) => {
|
|
815
|
+
return p;
|
|
816
|
+
}),
|
|
599
817
|
proximityPlacementGroupID: item["proximityPlacementGroupID"],
|
|
600
818
|
kubeletConfig: !item["kubeletConfig"] ? item["kubeletConfig"] : kubeletConfigSerializer(item["kubeletConfig"]),
|
|
601
819
|
linuxOSConfig: !item["linuxOSConfig"] ? item["linuxOSConfig"] : linuxOSConfigSerializer(item["linuxOSConfig"]),
|
|
@@ -611,10 +829,12 @@ function managedClusterAgentPoolProfilePropertiesSerializer(item) {
|
|
|
611
829
|
securityProfile: !item["securityProfile"] ? item["securityProfile"] : agentPoolSecurityProfileSerializer(item["securityProfile"]),
|
|
612
830
|
gpuProfile: !item["gpuProfile"] ? item["gpuProfile"] : gpuProfileSerializer(item["gpuProfile"]),
|
|
613
831
|
gatewayProfile: !item["gatewayProfile"] ? item["gatewayProfile"] : agentPoolGatewayProfileSerializer(item["gatewayProfile"]),
|
|
832
|
+
artifactStreamingProfile: !item["artifactStreamingProfile"] ? item["artifactStreamingProfile"] : agentPoolArtifactStreamingProfileSerializer(item["artifactStreamingProfile"]),
|
|
614
833
|
virtualMachinesProfile: !item["virtualMachinesProfile"] ? item["virtualMachinesProfile"] : virtualMachinesProfileSerializer(item["virtualMachinesProfile"]),
|
|
615
834
|
virtualMachineNodesStatus: !item["virtualMachineNodesStatus"] ? item["virtualMachineNodesStatus"] : virtualMachineNodesArraySerializer(item["virtualMachineNodesStatus"]),
|
|
616
835
|
status: !item["status"] ? item["status"] : agentPoolStatusSerializer(item["status"]),
|
|
617
|
-
localDNSProfile: !item["localDNSProfile"] ? item["localDNSProfile"] : localDNSProfileSerializer(item["localDNSProfile"])
|
|
836
|
+
localDNSProfile: !item["localDNSProfile"] ? item["localDNSProfile"] : localDNSProfileSerializer(item["localDNSProfile"]),
|
|
837
|
+
nodeCustomizationProfile: !item["nodeCustomizationProfile"] ? item["nodeCustomizationProfile"] : nodeCustomizationProfileSerializer(item["nodeCustomizationProfile"])
|
|
618
838
|
};
|
|
619
839
|
}
|
|
620
840
|
function managedClusterAgentPoolProfilePropertiesDeserializer(item) {
|
|
@@ -642,7 +862,10 @@ function managedClusterAgentPoolProfilePropertiesDeserializer(item) {
|
|
|
642
862
|
orchestratorVersion: item["orchestratorVersion"],
|
|
643
863
|
currentOrchestratorVersion: item["currentOrchestratorVersion"],
|
|
644
864
|
nodeImageVersion: item["nodeImageVersion"],
|
|
865
|
+
upgradeStrategy: item["upgradeStrategy"],
|
|
866
|
+
enableOSDiskFullCaching: item["enableOSDiskFullCaching"],
|
|
645
867
|
upgradeSettings: !item["upgradeSettings"] ? item["upgradeSettings"] : agentPoolUpgradeSettingsDeserializer(item["upgradeSettings"]),
|
|
868
|
+
upgradeSettingsBlueGreen: !item["upgradeSettingsBlueGreen"] ? item["upgradeSettingsBlueGreen"] : agentPoolBlueGreenUpgradeSettingsDeserializer(item["upgradeSettingsBlueGreen"]),
|
|
646
869
|
provisioningState: item["provisioningState"],
|
|
647
870
|
powerState: !item["powerState"] ? item["powerState"] : powerStateDeserializer(item["powerState"]),
|
|
648
871
|
availabilityZones: !item["availabilityZones"] ? item["availabilityZones"] : item["availabilityZones"].map((p) => {
|
|
@@ -660,6 +883,9 @@ function managedClusterAgentPoolProfilePropertiesDeserializer(item) {
|
|
|
660
883
|
nodeTaints: !item["nodeTaints"] ? item["nodeTaints"] : item["nodeTaints"].map((p) => {
|
|
661
884
|
return p;
|
|
662
885
|
}),
|
|
886
|
+
nodeInitializationTaints: !item["nodeInitializationTaints"] ? item["nodeInitializationTaints"] : item["nodeInitializationTaints"].map((p) => {
|
|
887
|
+
return p;
|
|
888
|
+
}),
|
|
663
889
|
proximityPlacementGroupID: item["proximityPlacementGroupID"],
|
|
664
890
|
kubeletConfig: !item["kubeletConfig"] ? item["kubeletConfig"] : kubeletConfigDeserializer(item["kubeletConfig"]),
|
|
665
891
|
linuxOSConfig: !item["linuxOSConfig"] ? item["linuxOSConfig"] : linuxOSConfigDeserializer(item["linuxOSConfig"]),
|
|
@@ -675,10 +901,12 @@ function managedClusterAgentPoolProfilePropertiesDeserializer(item) {
|
|
|
675
901
|
securityProfile: !item["securityProfile"] ? item["securityProfile"] : agentPoolSecurityProfileDeserializer(item["securityProfile"]),
|
|
676
902
|
gpuProfile: !item["gpuProfile"] ? item["gpuProfile"] : gpuProfileDeserializer(item["gpuProfile"]),
|
|
677
903
|
gatewayProfile: !item["gatewayProfile"] ? item["gatewayProfile"] : agentPoolGatewayProfileDeserializer(item["gatewayProfile"]),
|
|
904
|
+
artifactStreamingProfile: !item["artifactStreamingProfile"] ? item["artifactStreamingProfile"] : agentPoolArtifactStreamingProfileDeserializer(item["artifactStreamingProfile"]),
|
|
678
905
|
virtualMachinesProfile: !item["virtualMachinesProfile"] ? item["virtualMachinesProfile"] : virtualMachinesProfileDeserializer(item["virtualMachinesProfile"]),
|
|
679
906
|
virtualMachineNodesStatus: !item["virtualMachineNodesStatus"] ? item["virtualMachineNodesStatus"] : virtualMachineNodesArrayDeserializer(item["virtualMachineNodesStatus"]),
|
|
680
907
|
status: !item["status"] ? item["status"] : agentPoolStatusDeserializer(item["status"]),
|
|
681
|
-
localDNSProfile: !item["localDNSProfile"] ? item["localDNSProfile"] : localDNSProfileDeserializer(item["localDNSProfile"])
|
|
908
|
+
localDNSProfile: !item["localDNSProfile"] ? item["localDNSProfile"] : localDNSProfileDeserializer(item["localDNSProfile"]),
|
|
909
|
+
nodeCustomizationProfile: !item["nodeCustomizationProfile"] ? item["nodeCustomizationProfile"] : nodeCustomizationProfileDeserializer(item["nodeCustomizationProfile"])
|
|
682
910
|
};
|
|
683
911
|
}
|
|
684
912
|
var KnownOSDiskType = /* @__PURE__ */ ((KnownOSDiskType2) => {
|
|
@@ -694,6 +922,7 @@ var KnownKubeletDiskType = /* @__PURE__ */ ((KnownKubeletDiskType2) => {
|
|
|
694
922
|
var KnownWorkloadRuntime = /* @__PURE__ */ ((KnownWorkloadRuntime2) => {
|
|
695
923
|
KnownWorkloadRuntime2["OCIContainer"] = "OCIContainer";
|
|
696
924
|
KnownWorkloadRuntime2["WasmWasi"] = "WasmWasi";
|
|
925
|
+
KnownWorkloadRuntime2["KataMshvVmIsolation"] = "KataMshvVmIsolation";
|
|
697
926
|
KnownWorkloadRuntime2["KataVmIsolation"] = "KataVmIsolation";
|
|
698
927
|
return KnownWorkloadRuntime2;
|
|
699
928
|
})(KnownWorkloadRuntime || {});
|
|
@@ -711,10 +940,14 @@ var KnownOssku = /* @__PURE__ */ ((KnownOssku2) => {
|
|
|
711
940
|
KnownOssku2["Ubuntu"] = "Ubuntu";
|
|
712
941
|
KnownOssku2["AzureLinux"] = "AzureLinux";
|
|
713
942
|
KnownOssku2["AzureLinux3"] = "AzureLinux3";
|
|
943
|
+
KnownOssku2["Mariner"] = "Mariner";
|
|
944
|
+
KnownOssku2["Flatcar"] = "Flatcar";
|
|
714
945
|
KnownOssku2["CBLMariner"] = "CBLMariner";
|
|
715
946
|
KnownOssku2["Windows2019"] = "Windows2019";
|
|
716
947
|
KnownOssku2["Windows2022"] = "Windows2022";
|
|
717
948
|
KnownOssku2["Ubuntu2204"] = "Ubuntu2204";
|
|
949
|
+
KnownOssku2["Windows2025"] = "Windows2025";
|
|
950
|
+
KnownOssku2["WindowsAnnual"] = "WindowsAnnual";
|
|
718
951
|
KnownOssku2["Ubuntu2404"] = "Ubuntu2404";
|
|
719
952
|
return KnownOssku2;
|
|
720
953
|
})(KnownOssku || {});
|
|
@@ -733,12 +966,20 @@ var KnownAgentPoolMode = /* @__PURE__ */ ((KnownAgentPoolMode2) => {
|
|
|
733
966
|
KnownAgentPoolMode2["System"] = "System";
|
|
734
967
|
KnownAgentPoolMode2["User"] = "User";
|
|
735
968
|
KnownAgentPoolMode2["Gateway"] = "Gateway";
|
|
969
|
+
KnownAgentPoolMode2["ManagedSystem"] = "ManagedSystem";
|
|
970
|
+
KnownAgentPoolMode2["Machines"] = "Machines";
|
|
736
971
|
return KnownAgentPoolMode2;
|
|
737
972
|
})(KnownAgentPoolMode || {});
|
|
973
|
+
var KnownUpgradeStrategy = /* @__PURE__ */ ((KnownUpgradeStrategy2) => {
|
|
974
|
+
KnownUpgradeStrategy2["Rolling"] = "Rolling";
|
|
975
|
+
KnownUpgradeStrategy2["BlueGreen"] = "BlueGreen";
|
|
976
|
+
return KnownUpgradeStrategy2;
|
|
977
|
+
})(KnownUpgradeStrategy || {});
|
|
738
978
|
function agentPoolUpgradeSettingsSerializer(item) {
|
|
739
979
|
return {
|
|
740
980
|
maxSurge: item["maxSurge"],
|
|
741
981
|
maxUnavailable: item["maxUnavailable"],
|
|
982
|
+
maxBlockedNodes: item["maxBlockedNodes"],
|
|
742
983
|
drainTimeoutInMinutes: item["drainTimeoutInMinutes"],
|
|
743
984
|
nodeSoakDurationInMinutes: item["nodeSoakDurationInMinutes"],
|
|
744
985
|
undrainableNodeBehavior: item["undrainableNodeBehavior"]
|
|
@@ -748,6 +989,7 @@ function agentPoolUpgradeSettingsDeserializer(item) {
|
|
|
748
989
|
return {
|
|
749
990
|
maxSurge: item["maxSurge"],
|
|
750
991
|
maxUnavailable: item["maxUnavailable"],
|
|
992
|
+
maxBlockedNodes: item["maxBlockedNodes"],
|
|
751
993
|
drainTimeoutInMinutes: item["drainTimeoutInMinutes"],
|
|
752
994
|
nodeSoakDurationInMinutes: item["nodeSoakDurationInMinutes"],
|
|
753
995
|
undrainableNodeBehavior: item["undrainableNodeBehavior"]
|
|
@@ -758,6 +1000,22 @@ var KnownUndrainableNodeBehavior = /* @__PURE__ */ ((KnownUndrainableNodeBehavio
|
|
|
758
1000
|
KnownUndrainableNodeBehavior2["Schedule"] = "Schedule";
|
|
759
1001
|
return KnownUndrainableNodeBehavior2;
|
|
760
1002
|
})(KnownUndrainableNodeBehavior || {});
|
|
1003
|
+
function agentPoolBlueGreenUpgradeSettingsSerializer(item) {
|
|
1004
|
+
return {
|
|
1005
|
+
drainBatchSize: item["drainBatchSize"],
|
|
1006
|
+
drainTimeoutInMinutes: item["drainTimeoutInMinutes"],
|
|
1007
|
+
batchSoakDurationInMinutes: item["batchSoakDurationInMinutes"],
|
|
1008
|
+
finalSoakDurationInMinutes: item["finalSoakDurationInMinutes"]
|
|
1009
|
+
};
|
|
1010
|
+
}
|
|
1011
|
+
function agentPoolBlueGreenUpgradeSettingsDeserializer(item) {
|
|
1012
|
+
return {
|
|
1013
|
+
drainBatchSize: item["drainBatchSize"],
|
|
1014
|
+
drainTimeoutInMinutes: item["drainTimeoutInMinutes"],
|
|
1015
|
+
batchSoakDurationInMinutes: item["batchSoakDurationInMinutes"],
|
|
1016
|
+
finalSoakDurationInMinutes: item["finalSoakDurationInMinutes"]
|
|
1017
|
+
};
|
|
1018
|
+
}
|
|
761
1019
|
function powerStateSerializer(item) {
|
|
762
1020
|
return { code: item["code"] };
|
|
763
1021
|
}
|
|
@@ -795,7 +1053,8 @@ function kubeletConfigSerializer(item) {
|
|
|
795
1053
|
failSwapOn: item["failSwapOn"],
|
|
796
1054
|
containerLogMaxSizeMB: item["containerLogMaxSizeMB"],
|
|
797
1055
|
containerLogMaxFiles: item["containerLogMaxFiles"],
|
|
798
|
-
podMaxPids: item["podMaxPids"]
|
|
1056
|
+
podMaxPids: item["podMaxPids"],
|
|
1057
|
+
seccompDefault: item["seccompDefault"]
|
|
799
1058
|
};
|
|
800
1059
|
}
|
|
801
1060
|
function kubeletConfigDeserializer(item) {
|
|
@@ -812,9 +1071,15 @@ function kubeletConfigDeserializer(item) {
|
|
|
812
1071
|
failSwapOn: item["failSwapOn"],
|
|
813
1072
|
containerLogMaxSizeMB: item["containerLogMaxSizeMB"],
|
|
814
1073
|
containerLogMaxFiles: item["containerLogMaxFiles"],
|
|
815
|
-
podMaxPids: item["podMaxPids"]
|
|
1074
|
+
podMaxPids: item["podMaxPids"],
|
|
1075
|
+
seccompDefault: item["seccompDefault"]
|
|
816
1076
|
};
|
|
817
1077
|
}
|
|
1078
|
+
var KnownSeccompDefault = /* @__PURE__ */ ((KnownSeccompDefault2) => {
|
|
1079
|
+
KnownSeccompDefault2["Unconfined"] = "Unconfined";
|
|
1080
|
+
KnownSeccompDefault2["RuntimeDefault"] = "RuntimeDefault";
|
|
1081
|
+
return KnownSeccompDefault2;
|
|
1082
|
+
})(KnownSeccompDefault || {});
|
|
818
1083
|
function linuxOSConfigSerializer(item) {
|
|
819
1084
|
return {
|
|
820
1085
|
sysctls: !item["sysctls"] ? item["sysctls"] : sysctlConfigSerializer(item["sysctls"]),
|
|
@@ -998,14 +1263,21 @@ function agentPoolSecurityProfileDeserializer(item) {
|
|
|
998
1263
|
var KnownAgentPoolSSHAccess = /* @__PURE__ */ ((KnownAgentPoolSSHAccess2) => {
|
|
999
1264
|
KnownAgentPoolSSHAccess2["LocalUser"] = "LocalUser";
|
|
1000
1265
|
KnownAgentPoolSSHAccess2["Disabled"] = "Disabled";
|
|
1266
|
+
KnownAgentPoolSSHAccess2["EntraId"] = "EntraId";
|
|
1001
1267
|
return KnownAgentPoolSSHAccess2;
|
|
1002
1268
|
})(KnownAgentPoolSSHAccess || {});
|
|
1003
1269
|
function gpuProfileSerializer(item) {
|
|
1004
|
-
return {
|
|
1270
|
+
return {
|
|
1271
|
+
driver: item["driver"],
|
|
1272
|
+
driverType: item["driverType"],
|
|
1273
|
+
nvidia: !item["nvidia"] ? item["nvidia"] : nvidiaGPUProfileSerializer(item["nvidia"])
|
|
1274
|
+
};
|
|
1005
1275
|
}
|
|
1006
1276
|
function gpuProfileDeserializer(item) {
|
|
1007
1277
|
return {
|
|
1008
|
-
driver: item["driver"]
|
|
1278
|
+
driver: item["driver"],
|
|
1279
|
+
driverType: item["driverType"],
|
|
1280
|
+
nvidia: !item["nvidia"] ? item["nvidia"] : nvidiaGPUProfileDeserializer(item["nvidia"])
|
|
1009
1281
|
};
|
|
1010
1282
|
}
|
|
1011
1283
|
var KnownGPUDriver = /* @__PURE__ */ ((KnownGPUDriver2) => {
|
|
@@ -1013,6 +1285,31 @@ var KnownGPUDriver = /* @__PURE__ */ ((KnownGPUDriver2) => {
|
|
|
1013
1285
|
KnownGPUDriver2["None"] = "None";
|
|
1014
1286
|
return KnownGPUDriver2;
|
|
1015
1287
|
})(KnownGPUDriver || {});
|
|
1288
|
+
var KnownDriverType = /* @__PURE__ */ ((KnownDriverType2) => {
|
|
1289
|
+
KnownDriverType2["Grid"] = "GRID";
|
|
1290
|
+
KnownDriverType2["Cuda"] = "CUDA";
|
|
1291
|
+
return KnownDriverType2;
|
|
1292
|
+
})(KnownDriverType || {});
|
|
1293
|
+
function nvidiaGPUProfileSerializer(item) {
|
|
1294
|
+
return { managementMode: item["managementMode"], migStrategy: item["migStrategy"] };
|
|
1295
|
+
}
|
|
1296
|
+
function nvidiaGPUProfileDeserializer(item) {
|
|
1297
|
+
return {
|
|
1298
|
+
managementMode: item["managementMode"],
|
|
1299
|
+
migStrategy: item["migStrategy"]
|
|
1300
|
+
};
|
|
1301
|
+
}
|
|
1302
|
+
var KnownManagementMode = /* @__PURE__ */ ((KnownManagementMode2) => {
|
|
1303
|
+
KnownManagementMode2["Unmanaged"] = "Unmanaged";
|
|
1304
|
+
KnownManagementMode2["Managed"] = "Managed";
|
|
1305
|
+
return KnownManagementMode2;
|
|
1306
|
+
})(KnownManagementMode || {});
|
|
1307
|
+
var KnownMigStrategy = /* @__PURE__ */ ((KnownMigStrategy2) => {
|
|
1308
|
+
KnownMigStrategy2["None"] = "None";
|
|
1309
|
+
KnownMigStrategy2["Single"] = "Single";
|
|
1310
|
+
KnownMigStrategy2["Mixed"] = "Mixed";
|
|
1311
|
+
return KnownMigStrategy2;
|
|
1312
|
+
})(KnownMigStrategy || {});
|
|
1016
1313
|
function agentPoolGatewayProfileSerializer(item) {
|
|
1017
1314
|
return { publicIPPrefixSize: item["publicIPPrefixSize"] };
|
|
1018
1315
|
}
|
|
@@ -1021,6 +1318,14 @@ function agentPoolGatewayProfileDeserializer(item) {
|
|
|
1021
1318
|
publicIPPrefixSize: item["publicIPPrefixSize"]
|
|
1022
1319
|
};
|
|
1023
1320
|
}
|
|
1321
|
+
function agentPoolArtifactStreamingProfileSerializer(item) {
|
|
1322
|
+
return { enabled: item["enabled"] };
|
|
1323
|
+
}
|
|
1324
|
+
function agentPoolArtifactStreamingProfileDeserializer(item) {
|
|
1325
|
+
return {
|
|
1326
|
+
enabled: item["enabled"]
|
|
1327
|
+
};
|
|
1328
|
+
}
|
|
1024
1329
|
function virtualMachinesProfileSerializer(item) {
|
|
1025
1330
|
return { scale: !item["scale"] ? item["scale"] : scaleProfileSerializer(item["scale"]) };
|
|
1026
1331
|
}
|
|
@@ -1031,12 +1336,14 @@ function virtualMachinesProfileDeserializer(item) {
|
|
|
1031
1336
|
}
|
|
1032
1337
|
function scaleProfileSerializer(item) {
|
|
1033
1338
|
return {
|
|
1034
|
-
manual: !item["manual"] ? item["manual"] : manualScaleProfileArraySerializer(item["manual"])
|
|
1339
|
+
manual: !item["manual"] ? item["manual"] : manualScaleProfileArraySerializer(item["manual"]),
|
|
1340
|
+
autoscale: !item["autoscale"] ? item["autoscale"] : autoScaleProfileSerializer(item["autoscale"])
|
|
1035
1341
|
};
|
|
1036
1342
|
}
|
|
1037
1343
|
function scaleProfileDeserializer(item) {
|
|
1038
1344
|
return {
|
|
1039
|
-
manual: !item["manual"] ? item["manual"] : manualScaleProfileArrayDeserializer(item["manual"])
|
|
1345
|
+
manual: !item["manual"] ? item["manual"] : manualScaleProfileArrayDeserializer(item["manual"]),
|
|
1346
|
+
autoscale: !item["autoscale"] ? item["autoscale"] : autoScaleProfileDeserializer(item["autoscale"])
|
|
1040
1347
|
};
|
|
1041
1348
|
}
|
|
1042
1349
|
function manualScaleProfileArraySerializer(result) {
|
|
@@ -1058,6 +1365,16 @@ function manualScaleProfileDeserializer(item) {
|
|
|
1058
1365
|
count: item["count"]
|
|
1059
1366
|
};
|
|
1060
1367
|
}
|
|
1368
|
+
function autoScaleProfileSerializer(item) {
|
|
1369
|
+
return { size: item["size"], minCount: item["minCount"], maxCount: item["maxCount"] };
|
|
1370
|
+
}
|
|
1371
|
+
function autoScaleProfileDeserializer(item) {
|
|
1372
|
+
return {
|
|
1373
|
+
size: item["size"],
|
|
1374
|
+
minCount: item["minCount"],
|
|
1375
|
+
maxCount: item["maxCount"]
|
|
1376
|
+
};
|
|
1377
|
+
}
|
|
1061
1378
|
function virtualMachineNodesArraySerializer(result) {
|
|
1062
1379
|
return result.map((item) => {
|
|
1063
1380
|
return virtualMachineNodesSerializer(item);
|
|
@@ -1201,6 +1518,14 @@ var KnownLocalDNSServeStale = /* @__PURE__ */ ((KnownLocalDNSServeStale2) => {
|
|
|
1201
1518
|
KnownLocalDNSServeStale2["Disable"] = "Disable";
|
|
1202
1519
|
return KnownLocalDNSServeStale2;
|
|
1203
1520
|
})(KnownLocalDNSServeStale || {});
|
|
1521
|
+
function nodeCustomizationProfileSerializer(item) {
|
|
1522
|
+
return { nodeCustomizationId: item["nodeCustomizationId"] };
|
|
1523
|
+
}
|
|
1524
|
+
function nodeCustomizationProfileDeserializer(item) {
|
|
1525
|
+
return {
|
|
1526
|
+
nodeCustomizationId: item["nodeCustomizationId"]
|
|
1527
|
+
};
|
|
1528
|
+
}
|
|
1204
1529
|
function proxyResourceSerializer(item) {
|
|
1205
1530
|
return item;
|
|
1206
1531
|
}
|
|
@@ -1309,6 +1634,8 @@ function agentPoolUpgradeProfilePropertiesDeserializer(item) {
|
|
|
1309
1634
|
kubernetesVersion: item["kubernetesVersion"],
|
|
1310
1635
|
osType: item["osType"],
|
|
1311
1636
|
upgrades: !item["upgrades"] ? item["upgrades"] : agentPoolUpgradeProfilePropertiesUpgradesItemArrayDeserializer(item["upgrades"]),
|
|
1637
|
+
componentsByReleases: !item["componentsByReleases"] ? item["componentsByReleases"] : componentsByReleaseArrayDeserializer(item["componentsByReleases"]),
|
|
1638
|
+
recentlyUsedVersions: !item["recentlyUsedVersions"] ? item["recentlyUsedVersions"] : agentPoolRecentlyUsedVersionArrayDeserializer(item["recentlyUsedVersions"]),
|
|
1312
1639
|
latestNodeImageVersion: item["latestNodeImageVersion"]
|
|
1313
1640
|
};
|
|
1314
1641
|
}
|
|
@@ -1320,7 +1647,43 @@ function agentPoolUpgradeProfilePropertiesUpgradesItemArrayDeserializer(result)
|
|
|
1320
1647
|
function agentPoolUpgradeProfilePropertiesUpgradesItemDeserializer(item) {
|
|
1321
1648
|
return {
|
|
1322
1649
|
kubernetesVersion: item["kubernetesVersion"],
|
|
1323
|
-
isPreview: item["isPreview"]
|
|
1650
|
+
isPreview: item["isPreview"],
|
|
1651
|
+
isOutOfSupport: item["isOutOfSupport"]
|
|
1652
|
+
};
|
|
1653
|
+
}
|
|
1654
|
+
function componentsByReleaseArrayDeserializer(result) {
|
|
1655
|
+
return result.map((item) => {
|
|
1656
|
+
return componentsByReleaseDeserializer(item);
|
|
1657
|
+
});
|
|
1658
|
+
}
|
|
1659
|
+
function componentsByReleaseDeserializer(item) {
|
|
1660
|
+
return {
|
|
1661
|
+
kubernetesVersion: item["kubernetesVersion"],
|
|
1662
|
+
components: !item["components"] ? item["components"] : componentArrayDeserializer(item["components"])
|
|
1663
|
+
};
|
|
1664
|
+
}
|
|
1665
|
+
function componentArrayDeserializer(result) {
|
|
1666
|
+
return result.map((item) => {
|
|
1667
|
+
return componentDeserializer(item);
|
|
1668
|
+
});
|
|
1669
|
+
}
|
|
1670
|
+
function componentDeserializer(item) {
|
|
1671
|
+
return {
|
|
1672
|
+
name: item["name"],
|
|
1673
|
+
version: item["version"],
|
|
1674
|
+
hasBreakingChanges: item["hasBreakingChanges"]
|
|
1675
|
+
};
|
|
1676
|
+
}
|
|
1677
|
+
function agentPoolRecentlyUsedVersionArrayDeserializer(result) {
|
|
1678
|
+
return result.map((item) => {
|
|
1679
|
+
return agentPoolRecentlyUsedVersionDeserializer(item);
|
|
1680
|
+
});
|
|
1681
|
+
}
|
|
1682
|
+
function agentPoolRecentlyUsedVersionDeserializer(item) {
|
|
1683
|
+
return {
|
|
1684
|
+
orchestratorVersion: item["orchestratorVersion"],
|
|
1685
|
+
nodeImageVersion: item["nodeImageVersion"],
|
|
1686
|
+
timestamp: !item["timestamp"] ? item["timestamp"] : new Date(item["timestamp"])
|
|
1324
1687
|
};
|
|
1325
1688
|
}
|
|
1326
1689
|
function managedClusterSerializer(item) {
|
|
@@ -1328,6 +1691,7 @@ function managedClusterSerializer(item) {
|
|
|
1328
1691
|
tags: item["tags"],
|
|
1329
1692
|
location: item["location"],
|
|
1330
1693
|
properties: (0, import_check_prop_undefined.areAllPropsUndefined)(item, [
|
|
1694
|
+
"creationData",
|
|
1331
1695
|
"kubernetesVersion",
|
|
1332
1696
|
"dnsPrefix",
|
|
1333
1697
|
"fqdnSubdomain",
|
|
@@ -1342,6 +1706,7 @@ function managedClusterSerializer(item) {
|
|
|
1342
1706
|
"nodeResourceGroupProfile",
|
|
1343
1707
|
"enableRBAC",
|
|
1344
1708
|
"supportPlan",
|
|
1709
|
+
"enableNamespaceResources",
|
|
1345
1710
|
"networkProfile",
|
|
1346
1711
|
"aadProfile",
|
|
1347
1712
|
"autoUpgradeProfile",
|
|
@@ -1364,6 +1729,9 @@ function managedClusterSerializer(item) {
|
|
|
1364
1729
|
"nodeProvisioningProfile",
|
|
1365
1730
|
"bootstrapProfile",
|
|
1366
1731
|
"aiToolchainOperatorProfile",
|
|
1732
|
+
"schedulerProfile",
|
|
1733
|
+
"hostedSystemProfile",
|
|
1734
|
+
"healthMonitorProfile",
|
|
1367
1735
|
"status"
|
|
1368
1736
|
]) ? void 0 : _managedClusterPropertiesSerializer(item),
|
|
1369
1737
|
sku: !item["sku"] ? item["sku"] : managedClusterSKUSerializer(item["sku"]),
|
|
@@ -1390,6 +1758,7 @@ function managedClusterDeserializer(item) {
|
|
|
1390
1758
|
}
|
|
1391
1759
|
function managedClusterPropertiesSerializer(item) {
|
|
1392
1760
|
return {
|
|
1761
|
+
creationData: !item["creationData"] ? item["creationData"] : creationDataSerializer(item["creationData"]),
|
|
1393
1762
|
kubernetesVersion: item["kubernetesVersion"],
|
|
1394
1763
|
dnsPrefix: item["dnsPrefix"],
|
|
1395
1764
|
fqdnSubdomain: item["fqdnSubdomain"],
|
|
@@ -1404,6 +1773,7 @@ function managedClusterPropertiesSerializer(item) {
|
|
|
1404
1773
|
nodeResourceGroupProfile: !item["nodeResourceGroupProfile"] ? item["nodeResourceGroupProfile"] : managedClusterNodeResourceGroupProfileSerializer(item["nodeResourceGroupProfile"]),
|
|
1405
1774
|
enableRBAC: item["enableRbac"],
|
|
1406
1775
|
supportPlan: item["supportPlan"],
|
|
1776
|
+
enableNamespaceResources: item["enableNamespaceResources"],
|
|
1407
1777
|
networkProfile: !item["networkProfile"] ? item["networkProfile"] : containerServiceNetworkProfileSerializer(item["networkProfile"]),
|
|
1408
1778
|
aadProfile: !item["aadProfile"] ? item["aadProfile"] : managedClusterAADProfileSerializer(item["aadProfile"]),
|
|
1409
1779
|
autoUpgradeProfile: !item["autoUpgradeProfile"] ? item["autoUpgradeProfile"] : managedClusterAutoUpgradeProfileSerializer(item["autoUpgradeProfile"]),
|
|
@@ -1426,6 +1796,9 @@ function managedClusterPropertiesSerializer(item) {
|
|
|
1426
1796
|
nodeProvisioningProfile: !item["nodeProvisioningProfile"] ? item["nodeProvisioningProfile"] : managedClusterNodeProvisioningProfileSerializer(item["nodeProvisioningProfile"]),
|
|
1427
1797
|
bootstrapProfile: !item["bootstrapProfile"] ? item["bootstrapProfile"] : managedClusterBootstrapProfileSerializer(item["bootstrapProfile"]),
|
|
1428
1798
|
aiToolchainOperatorProfile: !item["aiToolchainOperatorProfile"] ? item["aiToolchainOperatorProfile"] : managedClusterAIToolchainOperatorProfileSerializer(item["aiToolchainOperatorProfile"]),
|
|
1799
|
+
schedulerProfile: !item["schedulerProfile"] ? item["schedulerProfile"] : schedulerProfileSerializer(item["schedulerProfile"]),
|
|
1800
|
+
hostedSystemProfile: !item["hostedSystemProfile"] ? item["hostedSystemProfile"] : managedClusterHostedSystemProfileSerializer(item["hostedSystemProfile"]),
|
|
1801
|
+
healthMonitorProfile: !item["healthMonitorProfile"] ? item["healthMonitorProfile"] : managedClusterHealthMonitorProfileSerializer(item["healthMonitorProfile"]),
|
|
1429
1802
|
status: !item["status"] ? item["status"] : managedClusterStatusSerializer(item["status"])
|
|
1430
1803
|
};
|
|
1431
1804
|
}
|
|
@@ -1433,6 +1806,7 @@ function managedClusterPropertiesDeserializer(item) {
|
|
|
1433
1806
|
return {
|
|
1434
1807
|
provisioningState: item["provisioningState"],
|
|
1435
1808
|
powerState: !item["powerState"] ? item["powerState"] : powerStateDeserializer(item["powerState"]),
|
|
1809
|
+
creationData: !item["creationData"] ? item["creationData"] : creationDataDeserializer(item["creationData"]),
|
|
1436
1810
|
maxAgentPools: item["maxAgentPools"],
|
|
1437
1811
|
kubernetesVersion: item["kubernetesVersion"],
|
|
1438
1812
|
currentKubernetesVersion: item["currentKubernetesVersion"],
|
|
@@ -1452,6 +1826,7 @@ function managedClusterPropertiesDeserializer(item) {
|
|
|
1452
1826
|
nodeResourceGroupProfile: !item["nodeResourceGroupProfile"] ? item["nodeResourceGroupProfile"] : managedClusterNodeResourceGroupProfileDeserializer(item["nodeResourceGroupProfile"]),
|
|
1453
1827
|
enableRbac: item["enableRBAC"],
|
|
1454
1828
|
supportPlan: item["supportPlan"],
|
|
1829
|
+
enableNamespaceResources: item["enableNamespaceResources"],
|
|
1455
1830
|
networkProfile: !item["networkProfile"] ? item["networkProfile"] : containerServiceNetworkProfileDeserializer(item["networkProfile"]),
|
|
1456
1831
|
aadProfile: !item["aadProfile"] ? item["aadProfile"] : managedClusterAADProfileDeserializer(item["aadProfile"]),
|
|
1457
1832
|
autoUpgradeProfile: !item["autoUpgradeProfile"] ? item["autoUpgradeProfile"] : managedClusterAutoUpgradeProfileDeserializer(item["autoUpgradeProfile"]),
|
|
@@ -1475,6 +1850,9 @@ function managedClusterPropertiesDeserializer(item) {
|
|
|
1475
1850
|
nodeProvisioningProfile: !item["nodeProvisioningProfile"] ? item["nodeProvisioningProfile"] : managedClusterNodeProvisioningProfileDeserializer(item["nodeProvisioningProfile"]),
|
|
1476
1851
|
bootstrapProfile: !item["bootstrapProfile"] ? item["bootstrapProfile"] : managedClusterBootstrapProfileDeserializer(item["bootstrapProfile"]),
|
|
1477
1852
|
aiToolchainOperatorProfile: !item["aiToolchainOperatorProfile"] ? item["aiToolchainOperatorProfile"] : managedClusterAIToolchainOperatorProfileDeserializer(item["aiToolchainOperatorProfile"]),
|
|
1853
|
+
schedulerProfile: !item["schedulerProfile"] ? item["schedulerProfile"] : schedulerProfileDeserializer(item["schedulerProfile"]),
|
|
1854
|
+
hostedSystemProfile: !item["hostedSystemProfile"] ? item["hostedSystemProfile"] : managedClusterHostedSystemProfileDeserializer(item["hostedSystemProfile"]),
|
|
1855
|
+
healthMonitorProfile: !item["healthMonitorProfile"] ? item["healthMonitorProfile"] : managedClusterHealthMonitorProfileDeserializer(item["healthMonitorProfile"]),
|
|
1478
1856
|
status: !item["status"] ? item["status"] : managedClusterStatusDeserializer(item["status"])
|
|
1479
1857
|
};
|
|
1480
1858
|
}
|
|
@@ -1510,7 +1888,10 @@ function managedClusterAgentPoolProfileSerializer(item) {
|
|
|
1510
1888
|
type: item["type"],
|
|
1511
1889
|
mode: item["mode"],
|
|
1512
1890
|
orchestratorVersion: item["orchestratorVersion"],
|
|
1891
|
+
upgradeStrategy: item["upgradeStrategy"],
|
|
1892
|
+
enableOSDiskFullCaching: item["enableOSDiskFullCaching"],
|
|
1513
1893
|
upgradeSettings: !item["upgradeSettings"] ? item["upgradeSettings"] : agentPoolUpgradeSettingsSerializer(item["upgradeSettings"]),
|
|
1894
|
+
upgradeSettingsBlueGreen: !item["upgradeSettingsBlueGreen"] ? item["upgradeSettingsBlueGreen"] : agentPoolBlueGreenUpgradeSettingsSerializer(item["upgradeSettingsBlueGreen"]),
|
|
1514
1895
|
powerState: !item["powerState"] ? item["powerState"] : powerStateSerializer(item["powerState"]),
|
|
1515
1896
|
availabilityZones: !item["availabilityZones"] ? item["availabilityZones"] : item["availabilityZones"].map((p) => {
|
|
1516
1897
|
return p;
|
|
@@ -1525,6 +1906,9 @@ function managedClusterAgentPoolProfileSerializer(item) {
|
|
|
1525
1906
|
nodeTaints: !item["nodeTaints"] ? item["nodeTaints"] : item["nodeTaints"].map((p) => {
|
|
1526
1907
|
return p;
|
|
1527
1908
|
}),
|
|
1909
|
+
nodeInitializationTaints: !item["nodeInitializationTaints"] ? item["nodeInitializationTaints"] : item["nodeInitializationTaints"].map((p) => {
|
|
1910
|
+
return p;
|
|
1911
|
+
}),
|
|
1528
1912
|
proximityPlacementGroupID: item["proximityPlacementGroupID"],
|
|
1529
1913
|
kubeletConfig: !item["kubeletConfig"] ? item["kubeletConfig"] : kubeletConfigSerializer(item["kubeletConfig"]),
|
|
1530
1914
|
linuxOSConfig: !item["linuxOSConfig"] ? item["linuxOSConfig"] : linuxOSConfigSerializer(item["linuxOSConfig"]),
|
|
@@ -1540,10 +1924,12 @@ function managedClusterAgentPoolProfileSerializer(item) {
|
|
|
1540
1924
|
securityProfile: !item["securityProfile"] ? item["securityProfile"] : agentPoolSecurityProfileSerializer(item["securityProfile"]),
|
|
1541
1925
|
gpuProfile: !item["gpuProfile"] ? item["gpuProfile"] : gpuProfileSerializer(item["gpuProfile"]),
|
|
1542
1926
|
gatewayProfile: !item["gatewayProfile"] ? item["gatewayProfile"] : agentPoolGatewayProfileSerializer(item["gatewayProfile"]),
|
|
1927
|
+
artifactStreamingProfile: !item["artifactStreamingProfile"] ? item["artifactStreamingProfile"] : agentPoolArtifactStreamingProfileSerializer(item["artifactStreamingProfile"]),
|
|
1543
1928
|
virtualMachinesProfile: !item["virtualMachinesProfile"] ? item["virtualMachinesProfile"] : virtualMachinesProfileSerializer(item["virtualMachinesProfile"]),
|
|
1544
1929
|
virtualMachineNodesStatus: !item["virtualMachineNodesStatus"] ? item["virtualMachineNodesStatus"] : virtualMachineNodesArraySerializer(item["virtualMachineNodesStatus"]),
|
|
1545
1930
|
status: !item["status"] ? item["status"] : agentPoolStatusSerializer(item["status"]),
|
|
1546
1931
|
localDNSProfile: !item["localDNSProfile"] ? item["localDNSProfile"] : localDNSProfileSerializer(item["localDNSProfile"]),
|
|
1932
|
+
nodeCustomizationProfile: !item["nodeCustomizationProfile"] ? item["nodeCustomizationProfile"] : nodeCustomizationProfileSerializer(item["nodeCustomizationProfile"]),
|
|
1547
1933
|
name: item["name"]
|
|
1548
1934
|
};
|
|
1549
1935
|
}
|
|
@@ -1572,7 +1958,10 @@ function managedClusterAgentPoolProfileDeserializer(item) {
|
|
|
1572
1958
|
orchestratorVersion: item["orchestratorVersion"],
|
|
1573
1959
|
currentOrchestratorVersion: item["currentOrchestratorVersion"],
|
|
1574
1960
|
nodeImageVersion: item["nodeImageVersion"],
|
|
1961
|
+
upgradeStrategy: item["upgradeStrategy"],
|
|
1962
|
+
enableOSDiskFullCaching: item["enableOSDiskFullCaching"],
|
|
1575
1963
|
upgradeSettings: !item["upgradeSettings"] ? item["upgradeSettings"] : agentPoolUpgradeSettingsDeserializer(item["upgradeSettings"]),
|
|
1964
|
+
upgradeSettingsBlueGreen: !item["upgradeSettingsBlueGreen"] ? item["upgradeSettingsBlueGreen"] : agentPoolBlueGreenUpgradeSettingsDeserializer(item["upgradeSettingsBlueGreen"]),
|
|
1576
1965
|
provisioningState: item["provisioningState"],
|
|
1577
1966
|
powerState: !item["powerState"] ? item["powerState"] : powerStateDeserializer(item["powerState"]),
|
|
1578
1967
|
availabilityZones: !item["availabilityZones"] ? item["availabilityZones"] : item["availabilityZones"].map((p) => {
|
|
@@ -1590,6 +1979,9 @@ function managedClusterAgentPoolProfileDeserializer(item) {
|
|
|
1590
1979
|
nodeTaints: !item["nodeTaints"] ? item["nodeTaints"] : item["nodeTaints"].map((p) => {
|
|
1591
1980
|
return p;
|
|
1592
1981
|
}),
|
|
1982
|
+
nodeInitializationTaints: !item["nodeInitializationTaints"] ? item["nodeInitializationTaints"] : item["nodeInitializationTaints"].map((p) => {
|
|
1983
|
+
return p;
|
|
1984
|
+
}),
|
|
1593
1985
|
proximityPlacementGroupID: item["proximityPlacementGroupID"],
|
|
1594
1986
|
kubeletConfig: !item["kubeletConfig"] ? item["kubeletConfig"] : kubeletConfigDeserializer(item["kubeletConfig"]),
|
|
1595
1987
|
linuxOSConfig: !item["linuxOSConfig"] ? item["linuxOSConfig"] : linuxOSConfigDeserializer(item["linuxOSConfig"]),
|
|
@@ -1605,10 +1997,12 @@ function managedClusterAgentPoolProfileDeserializer(item) {
|
|
|
1605
1997
|
securityProfile: !item["securityProfile"] ? item["securityProfile"] : agentPoolSecurityProfileDeserializer(item["securityProfile"]),
|
|
1606
1998
|
gpuProfile: !item["gpuProfile"] ? item["gpuProfile"] : gpuProfileDeserializer(item["gpuProfile"]),
|
|
1607
1999
|
gatewayProfile: !item["gatewayProfile"] ? item["gatewayProfile"] : agentPoolGatewayProfileDeserializer(item["gatewayProfile"]),
|
|
2000
|
+
artifactStreamingProfile: !item["artifactStreamingProfile"] ? item["artifactStreamingProfile"] : agentPoolArtifactStreamingProfileDeserializer(item["artifactStreamingProfile"]),
|
|
1608
2001
|
virtualMachinesProfile: !item["virtualMachinesProfile"] ? item["virtualMachinesProfile"] : virtualMachinesProfileDeserializer(item["virtualMachinesProfile"]),
|
|
1609
2002
|
virtualMachineNodesStatus: !item["virtualMachineNodesStatus"] ? item["virtualMachineNodesStatus"] : virtualMachineNodesArrayDeserializer(item["virtualMachineNodesStatus"]),
|
|
1610
2003
|
status: !item["status"] ? item["status"] : agentPoolStatusDeserializer(item["status"]),
|
|
1611
2004
|
localDNSProfile: !item["localDNSProfile"] ? item["localDNSProfile"] : localDNSProfileDeserializer(item["localDNSProfile"]),
|
|
2005
|
+
nodeCustomizationProfile: !item["nodeCustomizationProfile"] ? item["nodeCustomizationProfile"] : nodeCustomizationProfileDeserializer(item["nodeCustomizationProfile"]),
|
|
1612
2006
|
name: item["name"]
|
|
1613
2007
|
};
|
|
1614
2008
|
}
|
|
@@ -1886,7 +2280,9 @@ function containerServiceNetworkProfileSerializer(item) {
|
|
|
1886
2280
|
}),
|
|
1887
2281
|
ipFamilies: !item["ipFamilies"] ? item["ipFamilies"] : item["ipFamilies"].map((p) => {
|
|
1888
2282
|
return p;
|
|
1889
|
-
})
|
|
2283
|
+
}),
|
|
2284
|
+
podLinkLocalAccess: item["podLinkLocalAccess"],
|
|
2285
|
+
kubeProxyConfig: !item["kubeProxyConfig"] ? item["kubeProxyConfig"] : containerServiceNetworkProfileKubeProxyConfigSerializer(item["kubeProxyConfig"])
|
|
1890
2286
|
};
|
|
1891
2287
|
}
|
|
1892
2288
|
function containerServiceNetworkProfileDeserializer(item) {
|
|
@@ -1913,7 +2309,9 @@ function containerServiceNetworkProfileDeserializer(item) {
|
|
|
1913
2309
|
}),
|
|
1914
2310
|
ipFamilies: !item["ipFamilies"] ? item["ipFamilies"] : item["ipFamilies"].map((p) => {
|
|
1915
2311
|
return p;
|
|
1916
|
-
})
|
|
2312
|
+
}),
|
|
2313
|
+
podLinkLocalAccess: item["podLinkLocalAccess"],
|
|
2314
|
+
kubeProxyConfig: !item["kubeProxyConfig"] ? item["kubeProxyConfig"] : containerServiceNetworkProfileKubeProxyConfigDeserializer(item["kubeProxyConfig"])
|
|
1917
2315
|
};
|
|
1918
2316
|
}
|
|
1919
2317
|
var KnownNetworkPlugin = /* @__PURE__ */ ((KnownNetworkPlugin2) => {
|
|
@@ -1997,6 +2395,7 @@ function advancedNetworkingSecurityTransitEncryptionDeserializer(item) {
|
|
|
1997
2395
|
}
|
|
1998
2396
|
var KnownTransitEncryptionType = /* @__PURE__ */ ((KnownTransitEncryptionType2) => {
|
|
1999
2397
|
KnownTransitEncryptionType2["WireGuard"] = "WireGuard";
|
|
2398
|
+
KnownTransitEncryptionType2["MTLS"] = "mTLS";
|
|
2000
2399
|
KnownTransitEncryptionType2["None"] = "None";
|
|
2001
2400
|
return KnownTransitEncryptionType2;
|
|
2002
2401
|
})(KnownTransitEncryptionType || {});
|
|
@@ -2017,6 +2416,7 @@ var KnownOutboundType = /* @__PURE__ */ ((KnownOutboundType2) => {
|
|
|
2017
2416
|
KnownOutboundType2["LoadBalancer"] = "loadBalancer";
|
|
2018
2417
|
KnownOutboundType2["UserDefinedRouting"] = "userDefinedRouting";
|
|
2019
2418
|
KnownOutboundType2["ManagedNATGateway"] = "managedNATGateway";
|
|
2419
|
+
KnownOutboundType2["ManagedNATGatewayV2"] = "managedNATGatewayV2";
|
|
2020
2420
|
KnownOutboundType2["UserAssignedNATGateway"] = "userAssignedNATGateway";
|
|
2021
2421
|
KnownOutboundType2["None"] = "none";
|
|
2022
2422
|
return KnownOutboundType2;
|
|
@@ -2034,7 +2434,8 @@ function managedClusterLoadBalancerProfileSerializer(item) {
|
|
|
2034
2434
|
allocatedOutboundPorts: item["allocatedOutboundPorts"],
|
|
2035
2435
|
idleTimeoutInMinutes: item["idleTimeoutInMinutes"],
|
|
2036
2436
|
enableMultipleStandardLoadBalancers: item["enableMultipleStandardLoadBalancers"],
|
|
2037
|
-
backendPoolType: item["backendPoolType"]
|
|
2437
|
+
backendPoolType: item["backendPoolType"],
|
|
2438
|
+
clusterServiceLoadBalancerHealthProbeMode: item["clusterServiceLoadBalancerHealthProbeMode"]
|
|
2038
2439
|
};
|
|
2039
2440
|
}
|
|
2040
2441
|
function managedClusterLoadBalancerProfileDeserializer(item) {
|
|
@@ -2046,7 +2447,8 @@ function managedClusterLoadBalancerProfileDeserializer(item) {
|
|
|
2046
2447
|
allocatedOutboundPorts: item["allocatedOutboundPorts"],
|
|
2047
2448
|
idleTimeoutInMinutes: item["idleTimeoutInMinutes"],
|
|
2048
2449
|
enableMultipleStandardLoadBalancers: item["enableMultipleStandardLoadBalancers"],
|
|
2049
|
-
backendPoolType: item["backendPoolType"]
|
|
2450
|
+
backendPoolType: item["backendPoolType"],
|
|
2451
|
+
clusterServiceLoadBalancerHealthProbeMode: item["clusterServiceLoadBalancerHealthProbeMode"]
|
|
2050
2452
|
};
|
|
2051
2453
|
}
|
|
2052
2454
|
function managedClusterLoadBalancerProfileManagedOutboundIPsSerializer(item) {
|
|
@@ -2101,9 +2503,16 @@ var KnownBackendPoolType = /* @__PURE__ */ ((KnownBackendPoolType2) => {
|
|
|
2101
2503
|
KnownBackendPoolType2["NodeIP"] = "NodeIP";
|
|
2102
2504
|
return KnownBackendPoolType2;
|
|
2103
2505
|
})(KnownBackendPoolType || {});
|
|
2506
|
+
var KnownClusterServiceLoadBalancerHealthProbeMode = /* @__PURE__ */ ((KnownClusterServiceLoadBalancerHealthProbeMode2) => {
|
|
2507
|
+
KnownClusterServiceLoadBalancerHealthProbeMode2["ServiceNodePort"] = "ServiceNodePort";
|
|
2508
|
+
KnownClusterServiceLoadBalancerHealthProbeMode2["Shared"] = "Shared";
|
|
2509
|
+
return KnownClusterServiceLoadBalancerHealthProbeMode2;
|
|
2510
|
+
})(KnownClusterServiceLoadBalancerHealthProbeMode || {});
|
|
2104
2511
|
function managedClusterNATGatewayProfileSerializer(item) {
|
|
2105
2512
|
return {
|
|
2106
2513
|
managedOutboundIPProfile: !item["managedOutboundIPProfile"] ? item["managedOutboundIPProfile"] : managedClusterManagedOutboundIPProfileSerializer(item["managedOutboundIPProfile"]),
|
|
2514
|
+
outboundIPPrefixes: !item["outboundIPPrefixes"] ? item["outboundIPPrefixes"] : _managedClusterNATGatewayProfileOutboundIpPrefixesSerializer(item["outboundIPPrefixes"]),
|
|
2515
|
+
outboundIPs: !item["outboundIPs"] ? item["outboundIPs"] : _managedClusterNATGatewayProfileOutboundIPsSerializer(item["outboundIPs"]),
|
|
2107
2516
|
idleTimeoutInMinutes: item["idleTimeoutInMinutes"]
|
|
2108
2517
|
};
|
|
2109
2518
|
}
|
|
@@ -2111,15 +2520,46 @@ function managedClusterNATGatewayProfileDeserializer(item) {
|
|
|
2111
2520
|
return {
|
|
2112
2521
|
managedOutboundIPProfile: !item["managedOutboundIPProfile"] ? item["managedOutboundIPProfile"] : managedClusterManagedOutboundIPProfileDeserializer(item["managedOutboundIPProfile"]),
|
|
2113
2522
|
effectiveOutboundIPs: !item["effectiveOutboundIPs"] ? item["effectiveOutboundIPs"] : resourceReferenceArrayDeserializer(item["effectiveOutboundIPs"]),
|
|
2523
|
+
outboundIPPrefixes: !item["outboundIPPrefixes"] ? item["outboundIPPrefixes"] : _managedClusterNATGatewayProfileOutboundIpPrefixesDeserializer(item["outboundIPPrefixes"]),
|
|
2524
|
+
outboundIPs: !item["outboundIPs"] ? item["outboundIPs"] : _managedClusterNATGatewayProfileOutboundIPsDeserializer(item["outboundIPs"]),
|
|
2114
2525
|
idleTimeoutInMinutes: item["idleTimeoutInMinutes"]
|
|
2115
2526
|
};
|
|
2116
2527
|
}
|
|
2117
2528
|
function managedClusterManagedOutboundIPProfileSerializer(item) {
|
|
2118
|
-
return { count: item["count"] };
|
|
2529
|
+
return { count: item["count"], countIPv6: item["countIPv6"] };
|
|
2119
2530
|
}
|
|
2120
2531
|
function managedClusterManagedOutboundIPProfileDeserializer(item) {
|
|
2121
2532
|
return {
|
|
2122
|
-
count: item["count"]
|
|
2533
|
+
count: item["count"],
|
|
2534
|
+
countIPv6: item["countIPv6"]
|
|
2535
|
+
};
|
|
2536
|
+
}
|
|
2537
|
+
function _managedClusterNATGatewayProfileOutboundIpPrefixesSerializer(item) {
|
|
2538
|
+
return {
|
|
2539
|
+
publicIPPrefixes: !item["publicIPPrefixes"] ? item["publicIPPrefixes"] : item["publicIPPrefixes"].map((p) => {
|
|
2540
|
+
return p;
|
|
2541
|
+
})
|
|
2542
|
+
};
|
|
2543
|
+
}
|
|
2544
|
+
function _managedClusterNATGatewayProfileOutboundIpPrefixesDeserializer(item) {
|
|
2545
|
+
return {
|
|
2546
|
+
publicIPPrefixes: !item["publicIPPrefixes"] ? item["publicIPPrefixes"] : item["publicIPPrefixes"].map((p) => {
|
|
2547
|
+
return p;
|
|
2548
|
+
})
|
|
2549
|
+
};
|
|
2550
|
+
}
|
|
2551
|
+
function _managedClusterNATGatewayProfileOutboundIPsSerializer(item) {
|
|
2552
|
+
return {
|
|
2553
|
+
publicIPs: !item["publicIPs"] ? item["publicIPs"] : item["publicIPs"].map((p) => {
|
|
2554
|
+
return p;
|
|
2555
|
+
})
|
|
2556
|
+
};
|
|
2557
|
+
}
|
|
2558
|
+
function _managedClusterNATGatewayProfileOutboundIPsDeserializer(item) {
|
|
2559
|
+
return {
|
|
2560
|
+
publicIPs: !item["publicIPs"] ? item["publicIPs"] : item["publicIPs"].map((p) => {
|
|
2561
|
+
return p;
|
|
2562
|
+
})
|
|
2123
2563
|
};
|
|
2124
2564
|
}
|
|
2125
2565
|
function managedClusterStaticEgressGatewayProfileSerializer(item) {
|
|
@@ -2135,6 +2575,52 @@ var KnownIpFamily = /* @__PURE__ */ ((KnownIpFamily2) => {
|
|
|
2135
2575
|
KnownIpFamily2["IPv6"] = "IPv6";
|
|
2136
2576
|
return KnownIpFamily2;
|
|
2137
2577
|
})(KnownIpFamily || {});
|
|
2578
|
+
var KnownPodLinkLocalAccess = /* @__PURE__ */ ((KnownPodLinkLocalAccess2) => {
|
|
2579
|
+
KnownPodLinkLocalAccess2["Imds"] = "IMDS";
|
|
2580
|
+
KnownPodLinkLocalAccess2["None"] = "None";
|
|
2581
|
+
return KnownPodLinkLocalAccess2;
|
|
2582
|
+
})(KnownPodLinkLocalAccess || {});
|
|
2583
|
+
function containerServiceNetworkProfileKubeProxyConfigSerializer(item) {
|
|
2584
|
+
return {
|
|
2585
|
+
enabled: item["enabled"],
|
|
2586
|
+
mode: item["mode"],
|
|
2587
|
+
ipvsConfig: !item["ipvsConfig"] ? item["ipvsConfig"] : containerServiceNetworkProfileKubeProxyConfigIpvsConfigSerializer(item["ipvsConfig"])
|
|
2588
|
+
};
|
|
2589
|
+
}
|
|
2590
|
+
function containerServiceNetworkProfileKubeProxyConfigDeserializer(item) {
|
|
2591
|
+
return {
|
|
2592
|
+
enabled: item["enabled"],
|
|
2593
|
+
mode: item["mode"],
|
|
2594
|
+
ipvsConfig: !item["ipvsConfig"] ? item["ipvsConfig"] : containerServiceNetworkProfileKubeProxyConfigIpvsConfigDeserializer(item["ipvsConfig"])
|
|
2595
|
+
};
|
|
2596
|
+
}
|
|
2597
|
+
var KnownMode = /* @__PURE__ */ ((KnownMode2) => {
|
|
2598
|
+
KnownMode2["Iptables"] = "IPTABLES";
|
|
2599
|
+
KnownMode2["Ipvs"] = "IPVS";
|
|
2600
|
+
KnownMode2["Nftables"] = "NFTABLES";
|
|
2601
|
+
return KnownMode2;
|
|
2602
|
+
})(KnownMode || {});
|
|
2603
|
+
function containerServiceNetworkProfileKubeProxyConfigIpvsConfigSerializer(item) {
|
|
2604
|
+
return {
|
|
2605
|
+
scheduler: item["scheduler"],
|
|
2606
|
+
tcpTimeoutSeconds: item["tcpTimeoutSeconds"],
|
|
2607
|
+
tcpFinTimeoutSeconds: item["tcpFinTimeoutSeconds"],
|
|
2608
|
+
udpTimeoutSeconds: item["udpTimeoutSeconds"]
|
|
2609
|
+
};
|
|
2610
|
+
}
|
|
2611
|
+
function containerServiceNetworkProfileKubeProxyConfigIpvsConfigDeserializer(item) {
|
|
2612
|
+
return {
|
|
2613
|
+
scheduler: item["scheduler"],
|
|
2614
|
+
tcpTimeoutSeconds: item["tcpTimeoutSeconds"],
|
|
2615
|
+
tcpFinTimeoutSeconds: item["tcpFinTimeoutSeconds"],
|
|
2616
|
+
udpTimeoutSeconds: item["udpTimeoutSeconds"]
|
|
2617
|
+
};
|
|
2618
|
+
}
|
|
2619
|
+
var KnownIpvsScheduler = /* @__PURE__ */ ((KnownIpvsScheduler2) => {
|
|
2620
|
+
KnownIpvsScheduler2["RoundRobin"] = "RoundRobin";
|
|
2621
|
+
KnownIpvsScheduler2["LeastConnection"] = "LeastConnection";
|
|
2622
|
+
return KnownIpvsScheduler2;
|
|
2623
|
+
})(KnownIpvsScheduler || {});
|
|
2138
2624
|
function managedClusterAADProfileSerializer(item) {
|
|
2139
2625
|
return {
|
|
2140
2626
|
managed: item["managed"],
|
|
@@ -2356,6 +2842,9 @@ function managedClusterHttpProxyConfigDeserializer(item) {
|
|
|
2356
2842
|
noProxy: !item["noProxy"] ? item["noProxy"] : item["noProxy"].map((p) => {
|
|
2357
2843
|
return p;
|
|
2358
2844
|
}),
|
|
2845
|
+
effectiveNoProxy: !item["effectiveNoProxy"] ? item["effectiveNoProxy"] : item["effectiveNoProxy"].map((p) => {
|
|
2846
|
+
return p;
|
|
2847
|
+
}),
|
|
2359
2848
|
trustedCa: item["trustedCa"],
|
|
2360
2849
|
enabled: item["enabled"]
|
|
2361
2850
|
};
|
|
@@ -2364,22 +2853,34 @@ function managedClusterSecurityProfileSerializer(item) {
|
|
|
2364
2853
|
return {
|
|
2365
2854
|
defender: !item["defender"] ? item["defender"] : managedClusterSecurityProfileDefenderSerializer(item["defender"]),
|
|
2366
2855
|
azureKeyVaultKms: !item["azureKeyVaultKms"] ? item["azureKeyVaultKms"] : azureKeyVaultKmsSerializer(item["azureKeyVaultKms"]),
|
|
2856
|
+
kubernetesResourceObjectEncryptionProfile: !item["kubernetesResourceObjectEncryptionProfile"] ? item["kubernetesResourceObjectEncryptionProfile"] : kubernetesResourceObjectEncryptionProfileSerializer(
|
|
2857
|
+
item["kubernetesResourceObjectEncryptionProfile"]
|
|
2858
|
+
),
|
|
2367
2859
|
workloadIdentity: !item["workloadIdentity"] ? item["workloadIdentity"] : managedClusterSecurityProfileWorkloadIdentitySerializer(item["workloadIdentity"]),
|
|
2368
2860
|
imageCleaner: !item["imageCleaner"] ? item["imageCleaner"] : managedClusterSecurityProfileImageCleanerSerializer(item["imageCleaner"]),
|
|
2861
|
+
imageIntegrity: !item["imageIntegrity"] ? item["imageIntegrity"] : managedClusterSecurityProfileImageIntegritySerializer(item["imageIntegrity"]),
|
|
2862
|
+
nodeRestriction: !item["nodeRestriction"] ? item["nodeRestriction"] : managedClusterSecurityProfileNodeRestrictionSerializer(item["nodeRestriction"]),
|
|
2369
2863
|
customCATrustCertificates: !item["customCATrustCertificates"] ? item["customCATrustCertificates"] : item["customCATrustCertificates"].map((p) => {
|
|
2370
2864
|
return (0, import_core_util.uint8ArrayToString)(p, "base64");
|
|
2371
|
-
})
|
|
2865
|
+
}),
|
|
2866
|
+
serviceAccountImagePullProfile: !item["serviceAccountImagePullProfile"] ? item["serviceAccountImagePullProfile"] : serviceAccountImagePullProfileSerializer(item["serviceAccountImagePullProfile"])
|
|
2372
2867
|
};
|
|
2373
2868
|
}
|
|
2374
2869
|
function managedClusterSecurityProfileDeserializer(item) {
|
|
2375
2870
|
return {
|
|
2376
2871
|
defender: !item["defender"] ? item["defender"] : managedClusterSecurityProfileDefenderDeserializer(item["defender"]),
|
|
2377
2872
|
azureKeyVaultKms: !item["azureKeyVaultKms"] ? item["azureKeyVaultKms"] : azureKeyVaultKmsDeserializer(item["azureKeyVaultKms"]),
|
|
2873
|
+
kubernetesResourceObjectEncryptionProfile: !item["kubernetesResourceObjectEncryptionProfile"] ? item["kubernetesResourceObjectEncryptionProfile"] : kubernetesResourceObjectEncryptionProfileDeserializer(
|
|
2874
|
+
item["kubernetesResourceObjectEncryptionProfile"]
|
|
2875
|
+
),
|
|
2378
2876
|
workloadIdentity: !item["workloadIdentity"] ? item["workloadIdentity"] : managedClusterSecurityProfileWorkloadIdentityDeserializer(item["workloadIdentity"]),
|
|
2379
2877
|
imageCleaner: !item["imageCleaner"] ? item["imageCleaner"] : managedClusterSecurityProfileImageCleanerDeserializer(item["imageCleaner"]),
|
|
2878
|
+
imageIntegrity: !item["imageIntegrity"] ? item["imageIntegrity"] : managedClusterSecurityProfileImageIntegrityDeserializer(item["imageIntegrity"]),
|
|
2879
|
+
nodeRestriction: !item["nodeRestriction"] ? item["nodeRestriction"] : managedClusterSecurityProfileNodeRestrictionDeserializer(item["nodeRestriction"]),
|
|
2380
2880
|
customCATrustCertificates: !item["customCATrustCertificates"] ? item["customCATrustCertificates"] : item["customCATrustCertificates"].map((p) => {
|
|
2381
2881
|
return typeof p === "string" ? (0, import_core_util.stringToUint8Array)(p, "base64") : p;
|
|
2382
|
-
})
|
|
2882
|
+
}),
|
|
2883
|
+
serviceAccountImagePullProfile: !item["serviceAccountImagePullProfile"] ? item["serviceAccountImagePullProfile"] : serviceAccountImagePullProfileDeserializer(item["serviceAccountImagePullProfile"])
|
|
2383
2884
|
};
|
|
2384
2885
|
}
|
|
2385
2886
|
function managedClusterSecurityProfileDefenderSerializer(item) {
|
|
@@ -2387,7 +2888,8 @@ function managedClusterSecurityProfileDefenderSerializer(item) {
|
|
|
2387
2888
|
logAnalyticsWorkspaceResourceId: item["logAnalyticsWorkspaceResourceId"],
|
|
2388
2889
|
securityMonitoring: !item["securityMonitoring"] ? item["securityMonitoring"] : managedClusterSecurityProfileDefenderSecurityMonitoringSerializer(
|
|
2389
2890
|
item["securityMonitoring"]
|
|
2390
|
-
)
|
|
2891
|
+
),
|
|
2892
|
+
securityGating: !item["securityGating"] ? item["securityGating"] : managedClusterSecurityProfileDefenderSecurityGatingSerializer(item["securityGating"])
|
|
2391
2893
|
};
|
|
2392
2894
|
}
|
|
2393
2895
|
function managedClusterSecurityProfileDefenderDeserializer(item) {
|
|
@@ -2395,7 +2897,8 @@ function managedClusterSecurityProfileDefenderDeserializer(item) {
|
|
|
2395
2897
|
logAnalyticsWorkspaceResourceId: item["logAnalyticsWorkspaceResourceId"],
|
|
2396
2898
|
securityMonitoring: !item["securityMonitoring"] ? item["securityMonitoring"] : managedClusterSecurityProfileDefenderSecurityMonitoringDeserializer(
|
|
2397
2899
|
item["securityMonitoring"]
|
|
2398
|
-
)
|
|
2900
|
+
),
|
|
2901
|
+
securityGating: !item["securityGating"] ? item["securityGating"] : managedClusterSecurityProfileDefenderSecurityGatingDeserializer(item["securityGating"])
|
|
2399
2902
|
};
|
|
2400
2903
|
}
|
|
2401
2904
|
function managedClusterSecurityProfileDefenderSecurityMonitoringSerializer(item) {
|
|
@@ -2406,6 +2909,46 @@ function managedClusterSecurityProfileDefenderSecurityMonitoringDeserializer(ite
|
|
|
2406
2909
|
enabled: item["enabled"]
|
|
2407
2910
|
};
|
|
2408
2911
|
}
|
|
2912
|
+
function managedClusterSecurityProfileDefenderSecurityGatingSerializer(item) {
|
|
2913
|
+
return {
|
|
2914
|
+
enabled: item["enabled"],
|
|
2915
|
+
identities: !item["identities"] ? item["identities"] : managedClusterSecurityProfileDefenderSecurityGatingIdentitiesItemArraySerializer(
|
|
2916
|
+
item["identities"]
|
|
2917
|
+
),
|
|
2918
|
+
allowSecretAccess: item["allowSecretAccess"]
|
|
2919
|
+
};
|
|
2920
|
+
}
|
|
2921
|
+
function managedClusterSecurityProfileDefenderSecurityGatingDeserializer(item) {
|
|
2922
|
+
return {
|
|
2923
|
+
enabled: item["enabled"],
|
|
2924
|
+
identities: !item["identities"] ? item["identities"] : managedClusterSecurityProfileDefenderSecurityGatingIdentitiesItemArrayDeserializer(
|
|
2925
|
+
item["identities"]
|
|
2926
|
+
),
|
|
2927
|
+
allowSecretAccess: item["allowSecretAccess"]
|
|
2928
|
+
};
|
|
2929
|
+
}
|
|
2930
|
+
function managedClusterSecurityProfileDefenderSecurityGatingIdentitiesItemArraySerializer(result) {
|
|
2931
|
+
return result.map((item) => {
|
|
2932
|
+
return managedClusterSecurityProfileDefenderSecurityGatingIdentitiesItemSerializer(item);
|
|
2933
|
+
});
|
|
2934
|
+
}
|
|
2935
|
+
function managedClusterSecurityProfileDefenderSecurityGatingIdentitiesItemArrayDeserializer(result) {
|
|
2936
|
+
return result.map((item) => {
|
|
2937
|
+
return managedClusterSecurityProfileDefenderSecurityGatingIdentitiesItemDeserializer(item);
|
|
2938
|
+
});
|
|
2939
|
+
}
|
|
2940
|
+
function managedClusterSecurityProfileDefenderSecurityGatingIdentitiesItemSerializer(item) {
|
|
2941
|
+
return {
|
|
2942
|
+
azureContainerRegistry: item["azureContainerRegistry"],
|
|
2943
|
+
identity: !item["identity"] ? item["identity"] : userAssignedIdentitySerializer(item["identity"])
|
|
2944
|
+
};
|
|
2945
|
+
}
|
|
2946
|
+
function managedClusterSecurityProfileDefenderSecurityGatingIdentitiesItemDeserializer(item) {
|
|
2947
|
+
return {
|
|
2948
|
+
azureContainerRegistry: item["azureContainerRegistry"],
|
|
2949
|
+
identity: !item["identity"] ? item["identity"] : userAssignedIdentityDeserializer(item["identity"])
|
|
2950
|
+
};
|
|
2951
|
+
}
|
|
2409
2952
|
function azureKeyVaultKmsSerializer(item) {
|
|
2410
2953
|
return {
|
|
2411
2954
|
enabled: item["enabled"],
|
|
@@ -2427,6 +2970,19 @@ var KnownKeyVaultNetworkAccessTypes = /* @__PURE__ */ ((KnownKeyVaultNetworkAcce
|
|
|
2427
2970
|
KnownKeyVaultNetworkAccessTypes2["Private"] = "Private";
|
|
2428
2971
|
return KnownKeyVaultNetworkAccessTypes2;
|
|
2429
2972
|
})(KnownKeyVaultNetworkAccessTypes || {});
|
|
2973
|
+
function kubernetesResourceObjectEncryptionProfileSerializer(item) {
|
|
2974
|
+
return { infrastructureEncryption: item["infrastructureEncryption"] };
|
|
2975
|
+
}
|
|
2976
|
+
function kubernetesResourceObjectEncryptionProfileDeserializer(item) {
|
|
2977
|
+
return {
|
|
2978
|
+
infrastructureEncryption: item["infrastructureEncryption"]
|
|
2979
|
+
};
|
|
2980
|
+
}
|
|
2981
|
+
var KnownInfrastructureEncryption = /* @__PURE__ */ ((KnownInfrastructureEncryption2) => {
|
|
2982
|
+
KnownInfrastructureEncryption2["Enabled"] = "Enabled";
|
|
2983
|
+
KnownInfrastructureEncryption2["Disabled"] = "Disabled";
|
|
2984
|
+
return KnownInfrastructureEncryption2;
|
|
2985
|
+
})(KnownInfrastructureEncryption || {});
|
|
2430
2986
|
function managedClusterSecurityProfileWorkloadIdentitySerializer(item) {
|
|
2431
2987
|
return { enabled: item["enabled"] };
|
|
2432
2988
|
}
|
|
@@ -2444,6 +3000,31 @@ function managedClusterSecurityProfileImageCleanerDeserializer(item) {
|
|
|
2444
3000
|
intervalHours: item["intervalHours"]
|
|
2445
3001
|
};
|
|
2446
3002
|
}
|
|
3003
|
+
function managedClusterSecurityProfileImageIntegritySerializer(item) {
|
|
3004
|
+
return { enabled: item["enabled"] };
|
|
3005
|
+
}
|
|
3006
|
+
function managedClusterSecurityProfileImageIntegrityDeserializer(item) {
|
|
3007
|
+
return {
|
|
3008
|
+
enabled: item["enabled"]
|
|
3009
|
+
};
|
|
3010
|
+
}
|
|
3011
|
+
function managedClusterSecurityProfileNodeRestrictionSerializer(item) {
|
|
3012
|
+
return { enabled: item["enabled"] };
|
|
3013
|
+
}
|
|
3014
|
+
function managedClusterSecurityProfileNodeRestrictionDeserializer(item) {
|
|
3015
|
+
return {
|
|
3016
|
+
enabled: item["enabled"]
|
|
3017
|
+
};
|
|
3018
|
+
}
|
|
3019
|
+
function serviceAccountImagePullProfileSerializer(item) {
|
|
3020
|
+
return { enabled: item["enabled"], defaultManagedIdentityId: item["defaultManagedIdentityId"] };
|
|
3021
|
+
}
|
|
3022
|
+
function serviceAccountImagePullProfileDeserializer(item) {
|
|
3023
|
+
return {
|
|
3024
|
+
enabled: item["enabled"],
|
|
3025
|
+
defaultManagedIdentityId: item["defaultManagedIdentityId"]
|
|
3026
|
+
};
|
|
3027
|
+
}
|
|
2447
3028
|
function managedClusterStorageProfileSerializer(item) {
|
|
2448
3029
|
return {
|
|
2449
3030
|
diskCSIDriver: !item["diskCSIDriver"] ? item["diskCSIDriver"] : managedClusterStorageProfileDiskCSIDriverSerializer(item["diskCSIDriver"]),
|
|
@@ -2461,11 +3042,12 @@ function managedClusterStorageProfileDeserializer(item) {
|
|
|
2461
3042
|
};
|
|
2462
3043
|
}
|
|
2463
3044
|
function managedClusterStorageProfileDiskCSIDriverSerializer(item) {
|
|
2464
|
-
return { enabled: item["enabled"] };
|
|
3045
|
+
return { enabled: item["enabled"], version: item["version"] };
|
|
2465
3046
|
}
|
|
2466
3047
|
function managedClusterStorageProfileDiskCSIDriverDeserializer(item) {
|
|
2467
3048
|
return {
|
|
2468
|
-
enabled: item["enabled"]
|
|
3049
|
+
enabled: item["enabled"],
|
|
3050
|
+
version: item["version"]
|
|
2469
3051
|
};
|
|
2470
3052
|
}
|
|
2471
3053
|
function managedClusterStorageProfileFileCSIDriverSerializer(item) {
|
|
@@ -2494,33 +3076,72 @@ function managedClusterStorageProfileBlobCSIDriverDeserializer(item) {
|
|
|
2494
3076
|
}
|
|
2495
3077
|
function managedClusterIngressProfileSerializer(item) {
|
|
2496
3078
|
return {
|
|
2497
|
-
webAppRouting: !item["webAppRouting"] ? item["webAppRouting"] : managedClusterIngressProfileWebAppRoutingSerializer(item["webAppRouting"])
|
|
3079
|
+
webAppRouting: !item["webAppRouting"] ? item["webAppRouting"] : managedClusterIngressProfileWebAppRoutingSerializer(item["webAppRouting"]),
|
|
3080
|
+
gatewayAPI: !item["gatewayAPI"] ? item["gatewayAPI"] : managedClusterIngressProfileGatewayConfigurationSerializer(item["gatewayAPI"]),
|
|
3081
|
+
applicationLoadBalancer: !item["applicationLoadBalancer"] ? item["applicationLoadBalancer"] : managedClusterIngressProfileApplicationLoadBalancerSerializer(
|
|
3082
|
+
item["applicationLoadBalancer"]
|
|
3083
|
+
)
|
|
2498
3084
|
};
|
|
2499
3085
|
}
|
|
2500
3086
|
function managedClusterIngressProfileDeserializer(item) {
|
|
2501
3087
|
return {
|
|
2502
|
-
webAppRouting: !item["webAppRouting"] ? item["webAppRouting"] : managedClusterIngressProfileWebAppRoutingDeserializer(item["webAppRouting"])
|
|
3088
|
+
webAppRouting: !item["webAppRouting"] ? item["webAppRouting"] : managedClusterIngressProfileWebAppRoutingDeserializer(item["webAppRouting"]),
|
|
3089
|
+
gatewayAPI: !item["gatewayAPI"] ? item["gatewayAPI"] : managedClusterIngressProfileGatewayConfigurationDeserializer(item["gatewayAPI"]),
|
|
3090
|
+
applicationLoadBalancer: !item["applicationLoadBalancer"] ? item["applicationLoadBalancer"] : managedClusterIngressProfileApplicationLoadBalancerDeserializer(
|
|
3091
|
+
item["applicationLoadBalancer"]
|
|
3092
|
+
)
|
|
2503
3093
|
};
|
|
2504
3094
|
}
|
|
2505
3095
|
function managedClusterIngressProfileWebAppRoutingSerializer(item) {
|
|
2506
3096
|
return {
|
|
2507
3097
|
enabled: item["enabled"],
|
|
3098
|
+
gatewayAPIImplementations: !item["gatewayAPIImplementations"] ? item["gatewayAPIImplementations"] : managedClusterWebAppRoutingGatewayAPIImplementationsSerializer(
|
|
3099
|
+
item["gatewayAPIImplementations"]
|
|
3100
|
+
),
|
|
2508
3101
|
dnsZoneResourceIds: !item["dnsZoneResourceIds"] ? item["dnsZoneResourceIds"] : item["dnsZoneResourceIds"].map((p) => {
|
|
2509
3102
|
return p;
|
|
2510
3103
|
}),
|
|
2511
|
-
nginx: !item["nginx"] ? item["nginx"] : managedClusterIngressProfileNginxSerializer(item["nginx"])
|
|
3104
|
+
nginx: !item["nginx"] ? item["nginx"] : managedClusterIngressProfileNginxSerializer(item["nginx"]),
|
|
3105
|
+
defaultDomain: !item["defaultDomain"] ? item["defaultDomain"] : managedClusterIngressDefaultDomainProfileSerializer(item["defaultDomain"])
|
|
2512
3106
|
};
|
|
2513
3107
|
}
|
|
2514
3108
|
function managedClusterIngressProfileWebAppRoutingDeserializer(item) {
|
|
2515
3109
|
return {
|
|
2516
3110
|
enabled: item["enabled"],
|
|
3111
|
+
gatewayAPIImplementations: !item["gatewayAPIImplementations"] ? item["gatewayAPIImplementations"] : managedClusterWebAppRoutingGatewayAPIImplementationsDeserializer(
|
|
3112
|
+
item["gatewayAPIImplementations"]
|
|
3113
|
+
),
|
|
2517
3114
|
dnsZoneResourceIds: !item["dnsZoneResourceIds"] ? item["dnsZoneResourceIds"] : item["dnsZoneResourceIds"].map((p) => {
|
|
2518
3115
|
return p;
|
|
2519
3116
|
}),
|
|
2520
3117
|
nginx: !item["nginx"] ? item["nginx"] : managedClusterIngressProfileNginxDeserializer(item["nginx"]),
|
|
2521
|
-
identity: !item["identity"] ? item["identity"] : userAssignedIdentityDeserializer(item["identity"])
|
|
3118
|
+
identity: !item["identity"] ? item["identity"] : userAssignedIdentityDeserializer(item["identity"]),
|
|
3119
|
+
defaultDomain: !item["defaultDomain"] ? item["defaultDomain"] : managedClusterIngressDefaultDomainProfileDeserializer(item["defaultDomain"])
|
|
3120
|
+
};
|
|
3121
|
+
}
|
|
3122
|
+
function managedClusterWebAppRoutingGatewayAPIImplementationsSerializer(item) {
|
|
3123
|
+
return {
|
|
3124
|
+
appRoutingIstio: !item["appRoutingIstio"] ? item["appRoutingIstio"] : managedClusterAppRoutingIstioSerializer(item["appRoutingIstio"])
|
|
3125
|
+
};
|
|
3126
|
+
}
|
|
3127
|
+
function managedClusterWebAppRoutingGatewayAPIImplementationsDeserializer(item) {
|
|
3128
|
+
return {
|
|
3129
|
+
appRoutingIstio: !item["appRoutingIstio"] ? item["appRoutingIstio"] : managedClusterAppRoutingIstioDeserializer(item["appRoutingIstio"])
|
|
3130
|
+
};
|
|
3131
|
+
}
|
|
3132
|
+
function managedClusterAppRoutingIstioSerializer(item) {
|
|
3133
|
+
return { mode: item["mode"] };
|
|
3134
|
+
}
|
|
3135
|
+
function managedClusterAppRoutingIstioDeserializer(item) {
|
|
3136
|
+
return {
|
|
3137
|
+
mode: item["mode"]
|
|
2522
3138
|
};
|
|
2523
3139
|
}
|
|
3140
|
+
var KnownGatewayAPIIstioEnabled = /* @__PURE__ */ ((KnownGatewayAPIIstioEnabled2) => {
|
|
3141
|
+
KnownGatewayAPIIstioEnabled2["Enabled"] = "Enabled";
|
|
3142
|
+
KnownGatewayAPIIstioEnabled2["Disabled"] = "Disabled";
|
|
3143
|
+
return KnownGatewayAPIIstioEnabled2;
|
|
3144
|
+
})(KnownGatewayAPIIstioEnabled || {});
|
|
2524
3145
|
function managedClusterIngressProfileNginxSerializer(item) {
|
|
2525
3146
|
return { defaultIngressControllerType: item["defaultIngressControllerType"] };
|
|
2526
3147
|
}
|
|
@@ -2536,9 +3157,41 @@ var KnownNginxIngressControllerType = /* @__PURE__ */ ((KnownNginxIngressControl
|
|
|
2536
3157
|
KnownNginxIngressControllerType2["None"] = "None";
|
|
2537
3158
|
return KnownNginxIngressControllerType2;
|
|
2538
3159
|
})(KnownNginxIngressControllerType || {});
|
|
3160
|
+
function managedClusterIngressDefaultDomainProfileSerializer(item) {
|
|
3161
|
+
return { enabled: item["enabled"] };
|
|
3162
|
+
}
|
|
3163
|
+
function managedClusterIngressDefaultDomainProfileDeserializer(item) {
|
|
3164
|
+
return {
|
|
3165
|
+
enabled: item["enabled"],
|
|
3166
|
+
domainName: item["domainName"]
|
|
3167
|
+
};
|
|
3168
|
+
}
|
|
3169
|
+
function managedClusterIngressProfileGatewayConfigurationSerializer(item) {
|
|
3170
|
+
return { installation: item["installation"] };
|
|
3171
|
+
}
|
|
3172
|
+
function managedClusterIngressProfileGatewayConfigurationDeserializer(item) {
|
|
3173
|
+
return {
|
|
3174
|
+
installation: item["installation"]
|
|
3175
|
+
};
|
|
3176
|
+
}
|
|
3177
|
+
var KnownManagedGatewayType = /* @__PURE__ */ ((KnownManagedGatewayType2) => {
|
|
3178
|
+
KnownManagedGatewayType2["Disabled"] = "Disabled";
|
|
3179
|
+
KnownManagedGatewayType2["Standard"] = "Standard";
|
|
3180
|
+
return KnownManagedGatewayType2;
|
|
3181
|
+
})(KnownManagedGatewayType || {});
|
|
3182
|
+
function managedClusterIngressProfileApplicationLoadBalancerSerializer(item) {
|
|
3183
|
+
return { enabled: item["enabled"] };
|
|
3184
|
+
}
|
|
3185
|
+
function managedClusterIngressProfileApplicationLoadBalancerDeserializer(item) {
|
|
3186
|
+
return {
|
|
3187
|
+
enabled: item["enabled"],
|
|
3188
|
+
identity: !item["identity"] ? item["identity"] : userAssignedIdentityDeserializer(item["identity"])
|
|
3189
|
+
};
|
|
3190
|
+
}
|
|
2539
3191
|
var KnownPublicNetworkAccess = /* @__PURE__ */ ((KnownPublicNetworkAccess2) => {
|
|
2540
3192
|
KnownPublicNetworkAccess2["Enabled"] = "Enabled";
|
|
2541
3193
|
KnownPublicNetworkAccess2["Disabled"] = "Disabled";
|
|
3194
|
+
KnownPublicNetworkAccess2["SecuredByPerimeter"] = "SecuredByPerimeter";
|
|
2542
3195
|
return KnownPublicNetworkAccess2;
|
|
2543
3196
|
})(KnownPublicNetworkAccess || {});
|
|
2544
3197
|
function managedClusterWorkloadAutoScalerProfileSerializer(item) {
|
|
@@ -2566,21 +3219,31 @@ function managedClusterWorkloadAutoScalerProfileKedaDeserializer(item) {
|
|
|
2566
3219
|
};
|
|
2567
3220
|
}
|
|
2568
3221
|
function managedClusterWorkloadAutoScalerProfileVerticalPodAutoscalerSerializer(item) {
|
|
2569
|
-
return { enabled: item["enabled"] };
|
|
3222
|
+
return { enabled: item["enabled"], addonAutoscaling: item["addonAutoscaling"] };
|
|
2570
3223
|
}
|
|
2571
3224
|
function managedClusterWorkloadAutoScalerProfileVerticalPodAutoscalerDeserializer(item) {
|
|
2572
3225
|
return {
|
|
2573
|
-
enabled: item["enabled"]
|
|
3226
|
+
enabled: item["enabled"],
|
|
3227
|
+
addonAutoscaling: item["addonAutoscaling"]
|
|
2574
3228
|
};
|
|
2575
3229
|
}
|
|
3230
|
+
var KnownAddonAutoscaling = /* @__PURE__ */ ((KnownAddonAutoscaling2) => {
|
|
3231
|
+
KnownAddonAutoscaling2["Enabled"] = "Enabled";
|
|
3232
|
+
KnownAddonAutoscaling2["Disabled"] = "Disabled";
|
|
3233
|
+
return KnownAddonAutoscaling2;
|
|
3234
|
+
})(KnownAddonAutoscaling || {});
|
|
2576
3235
|
function managedClusterAzureMonitorProfileSerializer(item) {
|
|
2577
3236
|
return {
|
|
2578
|
-
metrics: !item["metrics"] ? item["metrics"] : managedClusterAzureMonitorProfileMetricsSerializer(item["metrics"])
|
|
3237
|
+
metrics: !item["metrics"] ? item["metrics"] : managedClusterAzureMonitorProfileMetricsSerializer(item["metrics"]),
|
|
3238
|
+
containerInsights: !item["containerInsights"] ? item["containerInsights"] : managedClusterAzureMonitorProfileContainerInsightsSerializer(item["containerInsights"]),
|
|
3239
|
+
appMonitoring: !item["appMonitoring"] ? item["appMonitoring"] : managedClusterAzureMonitorProfileAppMonitoringSerializer(item["appMonitoring"])
|
|
2579
3240
|
};
|
|
2580
3241
|
}
|
|
2581
3242
|
function managedClusterAzureMonitorProfileDeserializer(item) {
|
|
2582
3243
|
return {
|
|
2583
|
-
metrics: !item["metrics"] ? item["metrics"] : managedClusterAzureMonitorProfileMetricsDeserializer(item["metrics"])
|
|
3244
|
+
metrics: !item["metrics"] ? item["metrics"] : managedClusterAzureMonitorProfileMetricsDeserializer(item["metrics"]),
|
|
3245
|
+
containerInsights: !item["containerInsights"] ? item["containerInsights"] : managedClusterAzureMonitorProfileContainerInsightsDeserializer(item["containerInsights"]),
|
|
3246
|
+
appMonitoring: !item["appMonitoring"] ? item["appMonitoring"] : managedClusterAzureMonitorProfileAppMonitoringDeserializer(item["appMonitoring"])
|
|
2584
3247
|
};
|
|
2585
3248
|
}
|
|
2586
3249
|
function managedClusterAzureMonitorProfileMetricsSerializer(item) {
|
|
@@ -2607,6 +3270,83 @@ function managedClusterAzureMonitorProfileKubeStateMetricsDeserializer(item) {
|
|
|
2607
3270
|
metricAnnotationsAllowList: item["metricAnnotationsAllowList"]
|
|
2608
3271
|
};
|
|
2609
3272
|
}
|
|
3273
|
+
function managedClusterAzureMonitorProfileContainerInsightsSerializer(item) {
|
|
3274
|
+
return {
|
|
3275
|
+
enabled: item["enabled"],
|
|
3276
|
+
logAnalyticsWorkspaceResourceId: item["logAnalyticsWorkspaceResourceId"],
|
|
3277
|
+
syslogPort: item["syslogPort"],
|
|
3278
|
+
disableCustomMetrics: item["disableCustomMetrics"],
|
|
3279
|
+
disablePrometheusMetricsScraping: item["disablePrometheusMetricsScraping"],
|
|
3280
|
+
containerNetworkLogs: item["containerNetworkLogs"]
|
|
3281
|
+
};
|
|
3282
|
+
}
|
|
3283
|
+
function managedClusterAzureMonitorProfileContainerInsightsDeserializer(item) {
|
|
3284
|
+
return {
|
|
3285
|
+
enabled: item["enabled"],
|
|
3286
|
+
logAnalyticsWorkspaceResourceId: item["logAnalyticsWorkspaceResourceId"],
|
|
3287
|
+
syslogPort: item["syslogPort"],
|
|
3288
|
+
disableCustomMetrics: item["disableCustomMetrics"],
|
|
3289
|
+
disablePrometheusMetricsScraping: item["disablePrometheusMetricsScraping"],
|
|
3290
|
+
containerNetworkLogs: item["containerNetworkLogs"]
|
|
3291
|
+
};
|
|
3292
|
+
}
|
|
3293
|
+
var KnownContainerNetworkLogs = /* @__PURE__ */ ((KnownContainerNetworkLogs2) => {
|
|
3294
|
+
KnownContainerNetworkLogs2["Disabled"] = "Disabled";
|
|
3295
|
+
KnownContainerNetworkLogs2["Enabled"] = "Enabled";
|
|
3296
|
+
return KnownContainerNetworkLogs2;
|
|
3297
|
+
})(KnownContainerNetworkLogs || {});
|
|
3298
|
+
function managedClusterAzureMonitorProfileAppMonitoringSerializer(item) {
|
|
3299
|
+
return {
|
|
3300
|
+
autoInstrumentation: !item["autoInstrumentation"] ? item["autoInstrumentation"] : managedClusterAzureMonitorProfileAppMonitoringAutoInstrumentationSerializer(
|
|
3301
|
+
item["autoInstrumentation"]
|
|
3302
|
+
),
|
|
3303
|
+
openTelemetryMetrics: !item["openTelemetryMetrics"] ? item["openTelemetryMetrics"] : managedClusterAzureMonitorProfileAppMonitoringOpenTelemetryMetricsSerializer(
|
|
3304
|
+
item["openTelemetryMetrics"]
|
|
3305
|
+
),
|
|
3306
|
+
openTelemetryLogs: !item["openTelemetryLogs"] ? item["openTelemetryLogs"] : managedClusterAzureMonitorProfileAppMonitoringOpenTelemetryLogsSerializer(
|
|
3307
|
+
item["openTelemetryLogs"]
|
|
3308
|
+
)
|
|
3309
|
+
};
|
|
3310
|
+
}
|
|
3311
|
+
function managedClusterAzureMonitorProfileAppMonitoringDeserializer(item) {
|
|
3312
|
+
return {
|
|
3313
|
+
autoInstrumentation: !item["autoInstrumentation"] ? item["autoInstrumentation"] : managedClusterAzureMonitorProfileAppMonitoringAutoInstrumentationDeserializer(
|
|
3314
|
+
item["autoInstrumentation"]
|
|
3315
|
+
),
|
|
3316
|
+
openTelemetryMetrics: !item["openTelemetryMetrics"] ? item["openTelemetryMetrics"] : managedClusterAzureMonitorProfileAppMonitoringOpenTelemetryMetricsDeserializer(
|
|
3317
|
+
item["openTelemetryMetrics"]
|
|
3318
|
+
),
|
|
3319
|
+
openTelemetryLogs: !item["openTelemetryLogs"] ? item["openTelemetryLogs"] : managedClusterAzureMonitorProfileAppMonitoringOpenTelemetryLogsDeserializer(
|
|
3320
|
+
item["openTelemetryLogs"]
|
|
3321
|
+
)
|
|
3322
|
+
};
|
|
3323
|
+
}
|
|
3324
|
+
function managedClusterAzureMonitorProfileAppMonitoringAutoInstrumentationSerializer(item) {
|
|
3325
|
+
return { enabled: item["enabled"] };
|
|
3326
|
+
}
|
|
3327
|
+
function managedClusterAzureMonitorProfileAppMonitoringAutoInstrumentationDeserializer(item) {
|
|
3328
|
+
return {
|
|
3329
|
+
enabled: item["enabled"]
|
|
3330
|
+
};
|
|
3331
|
+
}
|
|
3332
|
+
function managedClusterAzureMonitorProfileAppMonitoringOpenTelemetryMetricsSerializer(item) {
|
|
3333
|
+
return { enabled: item["enabled"], port: item["port"] };
|
|
3334
|
+
}
|
|
3335
|
+
function managedClusterAzureMonitorProfileAppMonitoringOpenTelemetryMetricsDeserializer(item) {
|
|
3336
|
+
return {
|
|
3337
|
+
enabled: item["enabled"],
|
|
3338
|
+
port: item["port"]
|
|
3339
|
+
};
|
|
3340
|
+
}
|
|
3341
|
+
function managedClusterAzureMonitorProfileAppMonitoringOpenTelemetryLogsSerializer(item) {
|
|
3342
|
+
return { enabled: item["enabled"], port: item["port"] };
|
|
3343
|
+
}
|
|
3344
|
+
function managedClusterAzureMonitorProfileAppMonitoringOpenTelemetryLogsDeserializer(item) {
|
|
3345
|
+
return {
|
|
3346
|
+
enabled: item["enabled"],
|
|
3347
|
+
port: item["port"]
|
|
3348
|
+
};
|
|
3349
|
+
}
|
|
2610
3350
|
function serviceMeshProfileSerializer(item) {
|
|
2611
3351
|
return {
|
|
2612
3352
|
mode: item["mode"],
|
|
@@ -2801,24 +3541,77 @@ function managedClusterAIToolchainOperatorProfileDeserializer(item) {
|
|
|
2801
3541
|
enabled: item["enabled"]
|
|
2802
3542
|
};
|
|
2803
3543
|
}
|
|
2804
|
-
function
|
|
2805
|
-
return
|
|
3544
|
+
function schedulerProfileSerializer(item) {
|
|
3545
|
+
return {
|
|
3546
|
+
schedulerInstanceProfiles: !item["schedulerInstanceProfiles"] ? item["schedulerInstanceProfiles"] : schedulerProfileSchedulerInstanceProfilesSerializer(item["schedulerInstanceProfiles"])
|
|
3547
|
+
};
|
|
2806
3548
|
}
|
|
2807
|
-
function
|
|
3549
|
+
function schedulerProfileDeserializer(item) {
|
|
2808
3550
|
return {
|
|
2809
|
-
|
|
3551
|
+
schedulerInstanceProfiles: !item["schedulerInstanceProfiles"] ? item["schedulerInstanceProfiles"] : schedulerProfileSchedulerInstanceProfilesDeserializer(item["schedulerInstanceProfiles"])
|
|
2810
3552
|
};
|
|
2811
3553
|
}
|
|
2812
|
-
function
|
|
2813
|
-
return {
|
|
3554
|
+
function schedulerProfileSchedulerInstanceProfilesSerializer(item) {
|
|
3555
|
+
return {
|
|
3556
|
+
upstream: !item["upstream"] ? item["upstream"] : schedulerInstanceProfileSerializer(item["upstream"])
|
|
3557
|
+
};
|
|
2814
3558
|
}
|
|
2815
|
-
function
|
|
3559
|
+
function schedulerProfileSchedulerInstanceProfilesDeserializer(item) {
|
|
2816
3560
|
return {
|
|
2817
|
-
|
|
2818
|
-
tier: item["tier"]
|
|
3561
|
+
upstream: !item["upstream"] ? item["upstream"] : schedulerInstanceProfileDeserializer(item["upstream"])
|
|
2819
3562
|
};
|
|
2820
3563
|
}
|
|
2821
|
-
|
|
3564
|
+
function schedulerInstanceProfileSerializer(item) {
|
|
3565
|
+
return { schedulerConfigMode: item["schedulerConfigMode"] };
|
|
3566
|
+
}
|
|
3567
|
+
function schedulerInstanceProfileDeserializer(item) {
|
|
3568
|
+
return {
|
|
3569
|
+
schedulerConfigMode: item["schedulerConfigMode"]
|
|
3570
|
+
};
|
|
3571
|
+
}
|
|
3572
|
+
var KnownSchedulerConfigMode = /* @__PURE__ */ ((KnownSchedulerConfigMode2) => {
|
|
3573
|
+
KnownSchedulerConfigMode2["Default"] = "Default";
|
|
3574
|
+
KnownSchedulerConfigMode2["ManagedByCRD"] = "ManagedByCRD";
|
|
3575
|
+
return KnownSchedulerConfigMode2;
|
|
3576
|
+
})(KnownSchedulerConfigMode || {});
|
|
3577
|
+
function managedClusterHostedSystemProfileSerializer(item) {
|
|
3578
|
+
return { enabled: item["enabled"] };
|
|
3579
|
+
}
|
|
3580
|
+
function managedClusterHostedSystemProfileDeserializer(item) {
|
|
3581
|
+
return {
|
|
3582
|
+
enabled: item["enabled"]
|
|
3583
|
+
};
|
|
3584
|
+
}
|
|
3585
|
+
function managedClusterHealthMonitorProfileSerializer(item) {
|
|
3586
|
+
return {
|
|
3587
|
+
enableContinuousControlPlaneAndAddonMonitor: item["enableContinuousControlPlaneAndAddonMonitor"],
|
|
3588
|
+
enableOnDemandMonitor: item["enableOnDemandMonitor"]
|
|
3589
|
+
};
|
|
3590
|
+
}
|
|
3591
|
+
function managedClusterHealthMonitorProfileDeserializer(item) {
|
|
3592
|
+
return {
|
|
3593
|
+
enableContinuousControlPlaneAndAddonMonitor: item["enableContinuousControlPlaneAndAddonMonitor"],
|
|
3594
|
+
enableOnDemandMonitor: item["enableOnDemandMonitor"]
|
|
3595
|
+
};
|
|
3596
|
+
}
|
|
3597
|
+
function managedClusterStatusSerializer(item) {
|
|
3598
|
+
return item;
|
|
3599
|
+
}
|
|
3600
|
+
function managedClusterStatusDeserializer(item) {
|
|
3601
|
+
return {
|
|
3602
|
+
provisioningError: !item["provisioningError"] ? item["provisioningError"] : errorDetailDeserializer(item["provisioningError"])
|
|
3603
|
+
};
|
|
3604
|
+
}
|
|
3605
|
+
function managedClusterSKUSerializer(item) {
|
|
3606
|
+
return { name: item["name"], tier: item["tier"] };
|
|
3607
|
+
}
|
|
3608
|
+
function managedClusterSKUDeserializer(item) {
|
|
3609
|
+
return {
|
|
3610
|
+
name: item["name"],
|
|
3611
|
+
tier: item["tier"]
|
|
3612
|
+
};
|
|
3613
|
+
}
|
|
3614
|
+
var KnownManagedClusterSKUName = /* @__PURE__ */ ((KnownManagedClusterSKUName2) => {
|
|
2822
3615
|
KnownManagedClusterSKUName2["Base"] = "Base";
|
|
2823
3616
|
KnownManagedClusterSKUName2["Automatic"] = "Automatic";
|
|
2824
3617
|
return KnownManagedClusterSKUName2;
|
|
@@ -3045,6 +3838,13 @@ function endpointDetailDeserializer(item) {
|
|
|
3045
3838
|
description: item["description"]
|
|
3046
3839
|
};
|
|
3047
3840
|
}
|
|
3841
|
+
function rebalanceLoadBalancersRequestBodySerializer(item) {
|
|
3842
|
+
return {
|
|
3843
|
+
loadBalancerNames: !item["loadBalancerNames"] ? item["loadBalancerNames"] : item["loadBalancerNames"].map((p) => {
|
|
3844
|
+
return p;
|
|
3845
|
+
})
|
|
3846
|
+
};
|
|
3847
|
+
}
|
|
3048
3848
|
function managedClusterUpgradeProfileDeserializer(item) {
|
|
3049
3849
|
return {
|
|
3050
3850
|
id: item["id"],
|
|
@@ -3065,7 +3865,8 @@ function managedClusterPoolUpgradeProfileDeserializer(item) {
|
|
|
3065
3865
|
kubernetesVersion: item["kubernetesVersion"],
|
|
3066
3866
|
name: item["name"],
|
|
3067
3867
|
osType: item["osType"],
|
|
3068
|
-
upgrades: !item["upgrades"] ? item["upgrades"] : managedClusterPoolUpgradeProfileUpgradesItemArrayDeserializer(item["upgrades"])
|
|
3868
|
+
upgrades: !item["upgrades"] ? item["upgrades"] : managedClusterPoolUpgradeProfileUpgradesItemArrayDeserializer(item["upgrades"]),
|
|
3869
|
+
componentsByReleases: !item["componentsByReleases"] ? item["componentsByReleases"] : componentsByReleaseArrayDeserializer(item["componentsByReleases"])
|
|
3069
3870
|
};
|
|
3070
3871
|
}
|
|
3071
3872
|
function managedClusterPoolUpgradeProfileUpgradesItemArrayDeserializer(result) {
|
|
@@ -3076,7 +3877,8 @@ function managedClusterPoolUpgradeProfileUpgradesItemArrayDeserializer(result) {
|
|
|
3076
3877
|
function managedClusterPoolUpgradeProfileUpgradesItemDeserializer(item) {
|
|
3077
3878
|
return {
|
|
3078
3879
|
kubernetesVersion: item["kubernetesVersion"],
|
|
3079
|
-
isPreview: item["isPreview"]
|
|
3880
|
+
isPreview: item["isPreview"],
|
|
3881
|
+
isOutOfSupport: item["isOutOfSupport"]
|
|
3080
3882
|
};
|
|
3081
3883
|
}
|
|
3082
3884
|
function managedClusterPoolUpgradeProfileArrayDeserializer(result) {
|
|
@@ -3084,6 +3886,68 @@ function managedClusterPoolUpgradeProfileArrayDeserializer(result) {
|
|
|
3084
3886
|
return managedClusterPoolUpgradeProfileDeserializer(item);
|
|
3085
3887
|
});
|
|
3086
3888
|
}
|
|
3889
|
+
function guardrailsAvailableVersionDeserializer(item) {
|
|
3890
|
+
return {
|
|
3891
|
+
id: item["id"],
|
|
3892
|
+
name: item["name"],
|
|
3893
|
+
type: item["type"],
|
|
3894
|
+
systemData: !item["systemData"] ? item["systemData"] : systemDataDeserializer(item["systemData"]),
|
|
3895
|
+
properties: guardrailsAvailableVersionsPropertiesDeserializer(item["properties"])
|
|
3896
|
+
};
|
|
3897
|
+
}
|
|
3898
|
+
function guardrailsAvailableVersionsPropertiesDeserializer(item) {
|
|
3899
|
+
return {
|
|
3900
|
+
isDefaultVersion: item["isDefaultVersion"],
|
|
3901
|
+
support: item["support"]
|
|
3902
|
+
};
|
|
3903
|
+
}
|
|
3904
|
+
var KnownGuardrailsSupport = /* @__PURE__ */ ((KnownGuardrailsSupport2) => {
|
|
3905
|
+
KnownGuardrailsSupport2["Preview"] = "Preview";
|
|
3906
|
+
KnownGuardrailsSupport2["Stable"] = "Stable";
|
|
3907
|
+
return KnownGuardrailsSupport2;
|
|
3908
|
+
})(KnownGuardrailsSupport || {});
|
|
3909
|
+
function _guardrailsAvailableVersionsListDeserializer(item) {
|
|
3910
|
+
return {
|
|
3911
|
+
value: guardrailsAvailableVersionArrayDeserializer(item["value"]),
|
|
3912
|
+
nextLink: item["nextLink"]
|
|
3913
|
+
};
|
|
3914
|
+
}
|
|
3915
|
+
function guardrailsAvailableVersionArrayDeserializer(result) {
|
|
3916
|
+
return result.map((item) => {
|
|
3917
|
+
return guardrailsAvailableVersionDeserializer(item);
|
|
3918
|
+
});
|
|
3919
|
+
}
|
|
3920
|
+
function safeguardsAvailableVersionDeserializer(item) {
|
|
3921
|
+
return {
|
|
3922
|
+
id: item["id"],
|
|
3923
|
+
name: item["name"],
|
|
3924
|
+
type: item["type"],
|
|
3925
|
+
systemData: !item["systemData"] ? item["systemData"] : systemDataDeserializer(item["systemData"]),
|
|
3926
|
+
properties: safeguardsAvailableVersionsPropertiesDeserializer(item["properties"])
|
|
3927
|
+
};
|
|
3928
|
+
}
|
|
3929
|
+
function safeguardsAvailableVersionsPropertiesDeserializer(item) {
|
|
3930
|
+
return {
|
|
3931
|
+
isDefaultVersion: item["isDefaultVersion"],
|
|
3932
|
+
support: item["support"]
|
|
3933
|
+
};
|
|
3934
|
+
}
|
|
3935
|
+
var KnownSafeguardsSupport = /* @__PURE__ */ ((KnownSafeguardsSupport2) => {
|
|
3936
|
+
KnownSafeguardsSupport2["Preview"] = "Preview";
|
|
3937
|
+
KnownSafeguardsSupport2["Stable"] = "Stable";
|
|
3938
|
+
return KnownSafeguardsSupport2;
|
|
3939
|
+
})(KnownSafeguardsSupport || {});
|
|
3940
|
+
function _safeguardsAvailableVersionsListDeserializer(item) {
|
|
3941
|
+
return {
|
|
3942
|
+
value: safeguardsAvailableVersionArrayDeserializer(item["value"]),
|
|
3943
|
+
nextLink: item["nextLink"]
|
|
3944
|
+
};
|
|
3945
|
+
}
|
|
3946
|
+
function safeguardsAvailableVersionArrayDeserializer(result) {
|
|
3947
|
+
return result.map((item) => {
|
|
3948
|
+
return safeguardsAvailableVersionDeserializer(item);
|
|
3949
|
+
});
|
|
3950
|
+
}
|
|
3087
3951
|
function meshRevisionProfileDeserializer(item) {
|
|
3088
3952
|
return {
|
|
3089
3953
|
id: item["id"],
|
|
@@ -3523,6 +4387,11 @@ function managedNamespaceArrayDeserializer(result) {
|
|
|
3523
4387
|
return managedNamespaceDeserializer(item);
|
|
3524
4388
|
});
|
|
3525
4389
|
}
|
|
4390
|
+
function machineSerializer(item) {
|
|
4391
|
+
return {
|
|
4392
|
+
properties: !item["properties"] ? item["properties"] : machinePropertiesSerializer(item["properties"])
|
|
4393
|
+
};
|
|
4394
|
+
}
|
|
3526
4395
|
function machineDeserializer(item) {
|
|
3527
4396
|
return {
|
|
3528
4397
|
id: item["id"],
|
|
@@ -3535,15 +4404,48 @@ function machineDeserializer(item) {
|
|
|
3535
4404
|
})
|
|
3536
4405
|
};
|
|
3537
4406
|
}
|
|
4407
|
+
function machinePropertiesSerializer(item) {
|
|
4408
|
+
return {
|
|
4409
|
+
hardware: !item["hardware"] ? item["hardware"] : machineHardwareProfileSerializer(item["hardware"]),
|
|
4410
|
+
operatingSystem: !item["operatingSystem"] ? item["operatingSystem"] : machineOSProfileSerializer(item["operatingSystem"]),
|
|
4411
|
+
kubernetes: !item["kubernetes"] ? item["kubernetes"] : machineKubernetesProfileSerializer(item["kubernetes"]),
|
|
4412
|
+
mode: item["mode"],
|
|
4413
|
+
security: !item["security"] ? item["security"] : machineSecurityProfileSerializer(item["security"]),
|
|
4414
|
+
priority: item["priority"],
|
|
4415
|
+
evictionPolicy: item["evictionPolicy"],
|
|
4416
|
+
billing: !item["billing"] ? item["billing"] : machineBillingProfileSerializer(item["billing"]),
|
|
4417
|
+
tags: item["tags"],
|
|
4418
|
+
localDNSProfile: !item["localDNSProfile"] ? item["localDNSProfile"] : localDNSProfileSerializer(item["localDNSProfile"])
|
|
4419
|
+
};
|
|
4420
|
+
}
|
|
3538
4421
|
function machinePropertiesDeserializer(item) {
|
|
3539
4422
|
return {
|
|
3540
4423
|
network: !item["network"] ? item["network"] : machineNetworkPropertiesDeserializer(item["network"]),
|
|
3541
|
-
resourceId: item["resourceId"]
|
|
4424
|
+
resourceId: item["resourceId"],
|
|
4425
|
+
hardware: !item["hardware"] ? item["hardware"] : machineHardwareProfileDeserializer(item["hardware"]),
|
|
4426
|
+
operatingSystem: !item["operatingSystem"] ? item["operatingSystem"] : machineOSProfileDeserializer(item["operatingSystem"]),
|
|
4427
|
+
kubernetes: !item["kubernetes"] ? item["kubernetes"] : machineKubernetesProfileDeserializer(item["kubernetes"]),
|
|
4428
|
+
mode: item["mode"],
|
|
4429
|
+
security: !item["security"] ? item["security"] : machineSecurityProfileDeserializer(item["security"]),
|
|
4430
|
+
priority: item["priority"],
|
|
4431
|
+
evictionPolicy: item["evictionPolicy"],
|
|
4432
|
+
billing: !item["billing"] ? item["billing"] : machineBillingProfileDeserializer(item["billing"]),
|
|
4433
|
+
nodeImageVersion: item["nodeImageVersion"],
|
|
4434
|
+
provisioningState: item["provisioningState"],
|
|
4435
|
+
tags: !item["tags"] ? item["tags"] : Object.fromEntries(Object.entries(item["tags"]).map(([k, p]) => [k, p])),
|
|
4436
|
+
eTag: item["eTag"],
|
|
4437
|
+
status: !item["status"] ? item["status"] : machineStatusDeserializer(item["status"]),
|
|
4438
|
+
localDNSProfile: !item["localDNSProfile"] ? item["localDNSProfile"] : localDNSProfileDeserializer(item["localDNSProfile"])
|
|
3542
4439
|
};
|
|
3543
4440
|
}
|
|
3544
4441
|
function machineNetworkPropertiesDeserializer(item) {
|
|
3545
4442
|
return {
|
|
3546
|
-
ipAddresses: !item["ipAddresses"] ? item["ipAddresses"] : machineIpAddressArrayDeserializer(item["ipAddresses"])
|
|
4443
|
+
ipAddresses: !item["ipAddresses"] ? item["ipAddresses"] : machineIpAddressArrayDeserializer(item["ipAddresses"]),
|
|
4444
|
+
vnetSubnetID: item["vnetSubnetID"],
|
|
4445
|
+
podSubnetID: item["podSubnetID"],
|
|
4446
|
+
enableNodePublicIP: item["enableNodePublicIP"],
|
|
4447
|
+
nodePublicIPPrefixID: item["nodePublicIPPrefixID"],
|
|
4448
|
+
nodePublicIPTags: !item["nodePublicIPTags"] ? item["nodePublicIPTags"] : ipTagArrayDeserializer(item["nodePublicIPTags"])
|
|
3547
4449
|
};
|
|
3548
4450
|
}
|
|
3549
4451
|
function machineIpAddressArrayDeserializer(result) {
|
|
@@ -3557,12 +4459,148 @@ function machineIpAddressDeserializer(item) {
|
|
|
3557
4459
|
ip: item["ip"]
|
|
3558
4460
|
};
|
|
3559
4461
|
}
|
|
4462
|
+
function machineHardwareProfileSerializer(item) {
|
|
4463
|
+
return {
|
|
4464
|
+
vmSize: item["vmSize"],
|
|
4465
|
+
gpuInstanceProfile: item["gpuInstanceProfile"],
|
|
4466
|
+
gpuProfile: !item["gpuProfile"] ? item["gpuProfile"] : gpuProfileSerializer(item["gpuProfile"]),
|
|
4467
|
+
ultraSsdEnabled: item["ultraSsdEnabled"]
|
|
4468
|
+
};
|
|
4469
|
+
}
|
|
4470
|
+
function machineHardwareProfileDeserializer(item) {
|
|
4471
|
+
return {
|
|
4472
|
+
vmSize: item["vmSize"],
|
|
4473
|
+
gpuInstanceProfile: item["gpuInstanceProfile"],
|
|
4474
|
+
gpuProfile: !item["gpuProfile"] ? item["gpuProfile"] : gpuProfileDeserializer(item["gpuProfile"]),
|
|
4475
|
+
ultraSsdEnabled: item["ultraSsdEnabled"]
|
|
4476
|
+
};
|
|
4477
|
+
}
|
|
4478
|
+
function machineOSProfileSerializer(item) {
|
|
4479
|
+
return {
|
|
4480
|
+
osType: item["osType"],
|
|
4481
|
+
osSKU: item["osSKU"],
|
|
4482
|
+
osDiskSizeGB: item["osDiskSizeGB"],
|
|
4483
|
+
osDiskType: item["osDiskType"],
|
|
4484
|
+
enableFIPS: item["enableFips"],
|
|
4485
|
+
linuxProfile: !item["linuxProfile"] ? item["linuxProfile"] : machineOSProfileLinuxProfileSerializer(item["linuxProfile"]),
|
|
4486
|
+
windowsProfile: !item["windowsProfile"] ? item["windowsProfile"] : agentPoolWindowsProfileSerializer(item["windowsProfile"])
|
|
4487
|
+
};
|
|
4488
|
+
}
|
|
4489
|
+
function machineOSProfileDeserializer(item) {
|
|
4490
|
+
return {
|
|
4491
|
+
osType: item["osType"],
|
|
4492
|
+
osSKU: item["osSKU"],
|
|
4493
|
+
osDiskSizeGB: item["osDiskSizeGB"],
|
|
4494
|
+
osDiskType: item["osDiskType"],
|
|
4495
|
+
enableFips: item["enableFIPS"],
|
|
4496
|
+
linuxProfile: !item["linuxProfile"] ? item["linuxProfile"] : machineOSProfileLinuxProfileDeserializer(item["linuxProfile"]),
|
|
4497
|
+
windowsProfile: !item["windowsProfile"] ? item["windowsProfile"] : agentPoolWindowsProfileDeserializer(item["windowsProfile"])
|
|
4498
|
+
};
|
|
4499
|
+
}
|
|
4500
|
+
function machineOSProfileLinuxProfileSerializer(item) {
|
|
4501
|
+
return {
|
|
4502
|
+
linuxOSConfig: !item["linuxOSConfig"] ? item["linuxOSConfig"] : linuxOSConfigSerializer(item["linuxOSConfig"]),
|
|
4503
|
+
messageOfTheDay: item["messageOfTheDay"]
|
|
4504
|
+
};
|
|
4505
|
+
}
|
|
4506
|
+
function machineOSProfileLinuxProfileDeserializer(item) {
|
|
4507
|
+
return {
|
|
4508
|
+
linuxOSConfig: !item["linuxOSConfig"] ? item["linuxOSConfig"] : linuxOSConfigDeserializer(item["linuxOSConfig"]),
|
|
4509
|
+
messageOfTheDay: item["messageOfTheDay"]
|
|
4510
|
+
};
|
|
4511
|
+
}
|
|
4512
|
+
function machineKubernetesProfileSerializer(item) {
|
|
4513
|
+
return {
|
|
4514
|
+
nodeLabels: item["nodeLabels"],
|
|
4515
|
+
orchestratorVersion: item["orchestratorVersion"],
|
|
4516
|
+
kubeletDiskType: item["kubeletDiskType"],
|
|
4517
|
+
kubeletConfig: !item["kubeletConfig"] ? item["kubeletConfig"] : kubeletConfigSerializer(item["kubeletConfig"]),
|
|
4518
|
+
nodeInitializationTaints: !item["nodeInitializationTaints"] ? item["nodeInitializationTaints"] : item["nodeInitializationTaints"].map((p) => {
|
|
4519
|
+
return p;
|
|
4520
|
+
}),
|
|
4521
|
+
nodeTaints: !item["nodeTaints"] ? item["nodeTaints"] : item["nodeTaints"].map((p) => {
|
|
4522
|
+
return p;
|
|
4523
|
+
}),
|
|
4524
|
+
maxPods: item["maxPods"],
|
|
4525
|
+
workloadRuntime: item["workloadRuntime"],
|
|
4526
|
+
artifactStreamingProfile: !item["artifactStreamingProfile"] ? item["artifactStreamingProfile"] : agentPoolArtifactStreamingProfileSerializer(item["artifactStreamingProfile"])
|
|
4527
|
+
};
|
|
4528
|
+
}
|
|
4529
|
+
function machineKubernetesProfileDeserializer(item) {
|
|
4530
|
+
return {
|
|
4531
|
+
nodeLabels: !item["nodeLabels"] ? item["nodeLabels"] : Object.fromEntries(
|
|
4532
|
+
Object.entries(item["nodeLabels"]).map(([k, p]) => [k, p])
|
|
4533
|
+
),
|
|
4534
|
+
orchestratorVersion: item["orchestratorVersion"],
|
|
4535
|
+
currentOrchestratorVersion: item["currentOrchestratorVersion"],
|
|
4536
|
+
kubeletDiskType: item["kubeletDiskType"],
|
|
4537
|
+
kubeletConfig: !item["kubeletConfig"] ? item["kubeletConfig"] : kubeletConfigDeserializer(item["kubeletConfig"]),
|
|
4538
|
+
nodeInitializationTaints: !item["nodeInitializationTaints"] ? item["nodeInitializationTaints"] : item["nodeInitializationTaints"].map((p) => {
|
|
4539
|
+
return p;
|
|
4540
|
+
}),
|
|
4541
|
+
nodeTaints: !item["nodeTaints"] ? item["nodeTaints"] : item["nodeTaints"].map((p) => {
|
|
4542
|
+
return p;
|
|
4543
|
+
}),
|
|
4544
|
+
maxPods: item["maxPods"],
|
|
4545
|
+
nodeName: item["nodeName"],
|
|
4546
|
+
workloadRuntime: item["workloadRuntime"],
|
|
4547
|
+
artifactStreamingProfile: !item["artifactStreamingProfile"] ? item["artifactStreamingProfile"] : agentPoolArtifactStreamingProfileDeserializer(item["artifactStreamingProfile"])
|
|
4548
|
+
};
|
|
4549
|
+
}
|
|
4550
|
+
function machineSecurityProfileSerializer(item) {
|
|
4551
|
+
return {
|
|
4552
|
+
enableVTPM: item["enableVtpm"],
|
|
4553
|
+
enableSecureBoot: item["enableSecureBoot"],
|
|
4554
|
+
sshAccess: item["sshAccess"],
|
|
4555
|
+
enableEncryptionAtHost: item["enableEncryptionAtHost"]
|
|
4556
|
+
};
|
|
4557
|
+
}
|
|
4558
|
+
function machineSecurityProfileDeserializer(item) {
|
|
4559
|
+
return {
|
|
4560
|
+
enableVtpm: item["enableVTPM"],
|
|
4561
|
+
enableSecureBoot: item["enableSecureBoot"],
|
|
4562
|
+
sshAccess: item["sshAccess"],
|
|
4563
|
+
enableEncryptionAtHost: item["enableEncryptionAtHost"]
|
|
4564
|
+
};
|
|
4565
|
+
}
|
|
4566
|
+
function machineBillingProfileSerializer(item) {
|
|
4567
|
+
return { spotMaxPrice: item["spotMaxPrice"] };
|
|
4568
|
+
}
|
|
4569
|
+
function machineBillingProfileDeserializer(item) {
|
|
4570
|
+
return {
|
|
4571
|
+
spotMaxPrice: item["spotMaxPrice"]
|
|
4572
|
+
};
|
|
4573
|
+
}
|
|
4574
|
+
function machineStatusDeserializer(item) {
|
|
4575
|
+
return {
|
|
4576
|
+
provisioningError: !item["provisioningError"] ? item["provisioningError"] : errorDetailDeserializer(item["provisioningError"]),
|
|
4577
|
+
creationTimestamp: !item["creationTimestamp"] ? item["creationTimestamp"] : new Date(item["creationTimestamp"]),
|
|
4578
|
+
driftAction: item["driftAction"],
|
|
4579
|
+
driftReason: item["driftReason"],
|
|
4580
|
+
vmState: item["vmState"]
|
|
4581
|
+
};
|
|
4582
|
+
}
|
|
4583
|
+
var KnownDriftAction = /* @__PURE__ */ ((KnownDriftAction2) => {
|
|
4584
|
+
KnownDriftAction2["Synced"] = "Synced";
|
|
4585
|
+
KnownDriftAction2["Recreate"] = "Recreate";
|
|
4586
|
+
return KnownDriftAction2;
|
|
4587
|
+
})(KnownDriftAction || {});
|
|
4588
|
+
var KnownVmState = /* @__PURE__ */ ((KnownVmState2) => {
|
|
4589
|
+
KnownVmState2["Running"] = "Running";
|
|
4590
|
+
KnownVmState2["Deleted"] = "Deleted";
|
|
4591
|
+
return KnownVmState2;
|
|
4592
|
+
})(KnownVmState || {});
|
|
3560
4593
|
function _machineListResultDeserializer(item) {
|
|
3561
4594
|
return {
|
|
3562
4595
|
value: machineArrayDeserializer(item["value"]),
|
|
3563
4596
|
nextLink: item["nextLink"]
|
|
3564
4597
|
};
|
|
3565
4598
|
}
|
|
4599
|
+
function machineArraySerializer(result) {
|
|
4600
|
+
return result.map((item) => {
|
|
4601
|
+
return machineSerializer(item);
|
|
4602
|
+
});
|
|
4603
|
+
}
|
|
3566
4604
|
function machineArrayDeserializer(result) {
|
|
3567
4605
|
return result.map((item) => {
|
|
3568
4606
|
return machineDeserializer(item);
|
|
@@ -3684,6 +4722,7 @@ function snapshotPropertiesDeserializer(item) {
|
|
|
3684
4722
|
}
|
|
3685
4723
|
var KnownSnapshotType = /* @__PURE__ */ ((KnownSnapshotType2) => {
|
|
3686
4724
|
KnownSnapshotType2["NodePool"] = "NodePool";
|
|
4725
|
+
KnownSnapshotType2["ManagedCluster"] = "ManagedCluster";
|
|
3687
4726
|
return KnownSnapshotType2;
|
|
3688
4727
|
})(KnownSnapshotType || {});
|
|
3689
4728
|
function _snapshotListResultDeserializer(item) {
|
|
@@ -3702,6 +4741,70 @@ function snapshotArrayDeserializer(result) {
|
|
|
3702
4741
|
return snapshotDeserializer(item);
|
|
3703
4742
|
});
|
|
3704
4743
|
}
|
|
4744
|
+
function managedClusterSnapshotSerializer(item) {
|
|
4745
|
+
return {
|
|
4746
|
+
tags: item["tags"],
|
|
4747
|
+
location: item["location"],
|
|
4748
|
+
properties: (0, import_check_prop_undefined.areAllPropsUndefined)(item, ["creationData", "snapshotType"]) ? void 0 : _managedClusterSnapshotPropertiesSerializer(item)
|
|
4749
|
+
};
|
|
4750
|
+
}
|
|
4751
|
+
function managedClusterSnapshotDeserializer(item) {
|
|
4752
|
+
return {
|
|
4753
|
+
tags: !item["tags"] ? item["tags"] : Object.fromEntries(Object.entries(item["tags"]).map(([k, p]) => [k, p])),
|
|
4754
|
+
location: item["location"],
|
|
4755
|
+
id: item["id"],
|
|
4756
|
+
name: item["name"],
|
|
4757
|
+
type: item["type"],
|
|
4758
|
+
systemData: !item["systemData"] ? item["systemData"] : systemDataDeserializer(item["systemData"]),
|
|
4759
|
+
...!item["properties"] ? item["properties"] : _managedClusterSnapshotPropertiesDeserializer(item["properties"])
|
|
4760
|
+
};
|
|
4761
|
+
}
|
|
4762
|
+
function managedClusterSnapshotPropertiesSerializer(item) {
|
|
4763
|
+
return {
|
|
4764
|
+
creationData: !item["creationData"] ? item["creationData"] : creationDataSerializer(item["creationData"]),
|
|
4765
|
+
snapshotType: item["snapshotType"]
|
|
4766
|
+
};
|
|
4767
|
+
}
|
|
4768
|
+
function managedClusterSnapshotPropertiesDeserializer(item) {
|
|
4769
|
+
return {
|
|
4770
|
+
creationData: !item["creationData"] ? item["creationData"] : creationDataDeserializer(item["creationData"]),
|
|
4771
|
+
snapshotType: item["snapshotType"],
|
|
4772
|
+
managedClusterPropertiesReadOnly: !item["managedClusterPropertiesReadOnly"] ? item["managedClusterPropertiesReadOnly"] : managedClusterPropertiesForSnapshotDeserializer(item["managedClusterPropertiesReadOnly"])
|
|
4773
|
+
};
|
|
4774
|
+
}
|
|
4775
|
+
function managedClusterPropertiesForSnapshotDeserializer(item) {
|
|
4776
|
+
return {
|
|
4777
|
+
kubernetesVersion: item["kubernetesVersion"],
|
|
4778
|
+
sku: !item["sku"] ? item["sku"] : managedClusterSKUDeserializer(item["sku"]),
|
|
4779
|
+
enableRbac: item["enableRbac"],
|
|
4780
|
+
networkProfile: !item["networkProfile"] ? item["networkProfile"] : networkProfileForSnapshotDeserializer(item["networkProfile"])
|
|
4781
|
+
};
|
|
4782
|
+
}
|
|
4783
|
+
function networkProfileForSnapshotDeserializer(item) {
|
|
4784
|
+
return {
|
|
4785
|
+
networkPlugin: item["networkPlugin"],
|
|
4786
|
+
networkPluginMode: item["networkPluginMode"],
|
|
4787
|
+
networkPolicy: item["networkPolicy"],
|
|
4788
|
+
networkMode: item["networkMode"],
|
|
4789
|
+
loadBalancerSku: item["loadBalancerSku"]
|
|
4790
|
+
};
|
|
4791
|
+
}
|
|
4792
|
+
function _managedClusterSnapshotListResultDeserializer(item) {
|
|
4793
|
+
return {
|
|
4794
|
+
value: managedClusterSnapshotArrayDeserializer(item["value"]),
|
|
4795
|
+
nextLink: item["nextLink"]
|
|
4796
|
+
};
|
|
4797
|
+
}
|
|
4798
|
+
function managedClusterSnapshotArraySerializer(result) {
|
|
4799
|
+
return result.map((item) => {
|
|
4800
|
+
return managedClusterSnapshotSerializer(item);
|
|
4801
|
+
});
|
|
4802
|
+
}
|
|
4803
|
+
function managedClusterSnapshotArrayDeserializer(result) {
|
|
4804
|
+
return result.map((item) => {
|
|
4805
|
+
return managedClusterSnapshotDeserializer(item);
|
|
4806
|
+
});
|
|
4807
|
+
}
|
|
3705
4808
|
function trustedAccessRoleBindingSerializer(item) {
|
|
3706
4809
|
return { properties: _trustedAccessRoleBindingPropertiesSerializer(item) };
|
|
3707
4810
|
}
|
|
@@ -3755,41 +4858,435 @@ function trustedAccessRoleBindingArrayDeserializer(result) {
|
|
|
3755
4858
|
return trustedAccessRoleBindingDeserializer(item);
|
|
3756
4859
|
});
|
|
3757
4860
|
}
|
|
3758
|
-
function
|
|
4861
|
+
function loadBalancerSerializer(item) {
|
|
3759
4862
|
return {
|
|
3760
|
-
|
|
3761
|
-
|
|
4863
|
+
properties: (0, import_check_prop_undefined.areAllPropsUndefined)(item, [
|
|
4864
|
+
"primaryAgentPoolName",
|
|
4865
|
+
"allowServicePlacement",
|
|
4866
|
+
"serviceLabelSelector",
|
|
4867
|
+
"serviceNamespaceSelector",
|
|
4868
|
+
"nodeSelector"
|
|
4869
|
+
]) ? void 0 : _loadBalancerPropertiesSerializer(item)
|
|
3762
4870
|
};
|
|
3763
4871
|
}
|
|
3764
|
-
function
|
|
3765
|
-
return result.map((item) => {
|
|
3766
|
-
return operationValueDeserializer(item);
|
|
3767
|
-
});
|
|
3768
|
-
}
|
|
3769
|
-
function operationValueDeserializer(item) {
|
|
4872
|
+
function loadBalancerDeserializer(item) {
|
|
3770
4873
|
return {
|
|
3771
|
-
|
|
4874
|
+
id: item["id"],
|
|
3772
4875
|
name: item["name"],
|
|
3773
|
-
|
|
4876
|
+
type: item["type"],
|
|
4877
|
+
systemData: !item["systemData"] ? item["systemData"] : systemDataDeserializer(item["systemData"]),
|
|
4878
|
+
...!item["properties"] ? item["properties"] : _loadBalancerPropertiesDeserializer(item["properties"])
|
|
3774
4879
|
};
|
|
3775
4880
|
}
|
|
3776
|
-
function
|
|
4881
|
+
function loadBalancerPropertiesSerializer(item) {
|
|
3777
4882
|
return {
|
|
3778
|
-
|
|
3779
|
-
|
|
3780
|
-
|
|
3781
|
-
|
|
4883
|
+
primaryAgentPoolName: item["primaryAgentPoolName"],
|
|
4884
|
+
allowServicePlacement: item["allowServicePlacement"],
|
|
4885
|
+
serviceLabelSelector: !item["serviceLabelSelector"] ? item["serviceLabelSelector"] : labelSelectorSerializer(item["serviceLabelSelector"]),
|
|
4886
|
+
serviceNamespaceSelector: !item["serviceNamespaceSelector"] ? item["serviceNamespaceSelector"] : labelSelectorSerializer(item["serviceNamespaceSelector"]),
|
|
4887
|
+
nodeSelector: !item["nodeSelector"] ? item["nodeSelector"] : labelSelectorSerializer(item["nodeSelector"])
|
|
3782
4888
|
};
|
|
3783
4889
|
}
|
|
3784
|
-
function
|
|
4890
|
+
function loadBalancerPropertiesDeserializer(item) {
|
|
3785
4891
|
return {
|
|
3786
|
-
|
|
4892
|
+
primaryAgentPoolName: item["primaryAgentPoolName"],
|
|
4893
|
+
allowServicePlacement: item["allowServicePlacement"],
|
|
4894
|
+
serviceLabelSelector: !item["serviceLabelSelector"] ? item["serviceLabelSelector"] : labelSelectorDeserializer(item["serviceLabelSelector"]),
|
|
4895
|
+
serviceNamespaceSelector: !item["serviceNamespaceSelector"] ? item["serviceNamespaceSelector"] : labelSelectorDeserializer(item["serviceNamespaceSelector"]),
|
|
4896
|
+
nodeSelector: !item["nodeSelector"] ? item["nodeSelector"] : labelSelectorDeserializer(item["nodeSelector"]),
|
|
4897
|
+
provisioningState: item["provisioningState"]
|
|
3787
4898
|
};
|
|
3788
4899
|
}
|
|
3789
|
-
function
|
|
4900
|
+
function labelSelectorSerializer(item) {
|
|
3790
4901
|
return {
|
|
3791
|
-
|
|
3792
|
-
|
|
4902
|
+
matchLabels: !item["matchLabels"] ? item["matchLabels"] : item["matchLabels"].map((p) => {
|
|
4903
|
+
return p;
|
|
4904
|
+
}),
|
|
4905
|
+
matchExpressions: !item["matchExpressions"] ? item["matchExpressions"] : labelSelectorRequirementArraySerializer(item["matchExpressions"])
|
|
4906
|
+
};
|
|
4907
|
+
}
|
|
4908
|
+
function labelSelectorDeserializer(item) {
|
|
4909
|
+
return {
|
|
4910
|
+
matchLabels: !item["matchLabels"] ? item["matchLabels"] : item["matchLabels"].map((p) => {
|
|
4911
|
+
return p;
|
|
4912
|
+
}),
|
|
4913
|
+
matchExpressions: !item["matchExpressions"] ? item["matchExpressions"] : labelSelectorRequirementArrayDeserializer(item["matchExpressions"])
|
|
4914
|
+
};
|
|
4915
|
+
}
|
|
4916
|
+
function labelSelectorRequirementArraySerializer(result) {
|
|
4917
|
+
return result.map((item) => {
|
|
4918
|
+
return labelSelectorRequirementSerializer(item);
|
|
4919
|
+
});
|
|
4920
|
+
}
|
|
4921
|
+
function labelSelectorRequirementArrayDeserializer(result) {
|
|
4922
|
+
return result.map((item) => {
|
|
4923
|
+
return labelSelectorRequirementDeserializer(item);
|
|
4924
|
+
});
|
|
4925
|
+
}
|
|
4926
|
+
function labelSelectorRequirementSerializer(item) {
|
|
4927
|
+
return {
|
|
4928
|
+
key: item["key"],
|
|
4929
|
+
operator: item["operator"],
|
|
4930
|
+
values: !item["values"] ? item["values"] : item["values"].map((p) => {
|
|
4931
|
+
return p;
|
|
4932
|
+
})
|
|
4933
|
+
};
|
|
4934
|
+
}
|
|
4935
|
+
function labelSelectorRequirementDeserializer(item) {
|
|
4936
|
+
return {
|
|
4937
|
+
key: item["key"],
|
|
4938
|
+
operator: item["operator"],
|
|
4939
|
+
values: !item["values"] ? item["values"] : item["values"].map((p) => {
|
|
4940
|
+
return p;
|
|
4941
|
+
})
|
|
4942
|
+
};
|
|
4943
|
+
}
|
|
4944
|
+
var KnownOperator = /* @__PURE__ */ ((KnownOperator2) => {
|
|
4945
|
+
KnownOperator2["In"] = "In";
|
|
4946
|
+
KnownOperator2["NotIn"] = "NotIn";
|
|
4947
|
+
KnownOperator2["Exists"] = "Exists";
|
|
4948
|
+
KnownOperator2["DoesNotExist"] = "DoesNotExist";
|
|
4949
|
+
return KnownOperator2;
|
|
4950
|
+
})(KnownOperator || {});
|
|
4951
|
+
function _loadBalancerListResultDeserializer(item) {
|
|
4952
|
+
return {
|
|
4953
|
+
value: loadBalancerArrayDeserializer(item["value"]),
|
|
4954
|
+
nextLink: item["nextLink"]
|
|
4955
|
+
};
|
|
4956
|
+
}
|
|
4957
|
+
function loadBalancerArraySerializer(result) {
|
|
4958
|
+
return result.map((item) => {
|
|
4959
|
+
return loadBalancerSerializer(item);
|
|
4960
|
+
});
|
|
4961
|
+
}
|
|
4962
|
+
function loadBalancerArrayDeserializer(result) {
|
|
4963
|
+
return result.map((item) => {
|
|
4964
|
+
return loadBalancerDeserializer(item);
|
|
4965
|
+
});
|
|
4966
|
+
}
|
|
4967
|
+
function identityBindingSerializer(item) {
|
|
4968
|
+
return {
|
|
4969
|
+
properties: !item["properties"] ? item["properties"] : identityBindingPropertiesSerializer(item["properties"])
|
|
4970
|
+
};
|
|
4971
|
+
}
|
|
4972
|
+
function identityBindingDeserializer(item) {
|
|
4973
|
+
return {
|
|
4974
|
+
id: item["id"],
|
|
4975
|
+
name: item["name"],
|
|
4976
|
+
type: item["type"],
|
|
4977
|
+
systemData: !item["systemData"] ? item["systemData"] : systemDataDeserializer(item["systemData"]),
|
|
4978
|
+
properties: !item["properties"] ? item["properties"] : identityBindingPropertiesDeserializer(item["properties"]),
|
|
4979
|
+
eTag: item["eTag"]
|
|
4980
|
+
};
|
|
4981
|
+
}
|
|
4982
|
+
function identityBindingPropertiesSerializer(item) {
|
|
4983
|
+
return {
|
|
4984
|
+
managedIdentity: identityBindingManagedIdentityProfileSerializer(item["managedIdentity"])
|
|
4985
|
+
};
|
|
4986
|
+
}
|
|
4987
|
+
function identityBindingPropertiesDeserializer(item) {
|
|
4988
|
+
return {
|
|
4989
|
+
managedIdentity: identityBindingManagedIdentityProfileDeserializer(item["managedIdentity"]),
|
|
4990
|
+
oidcIssuer: !item["oidcIssuer"] ? item["oidcIssuer"] : identityBindingOidcIssuerProfileDeserializer(item["oidcIssuer"]),
|
|
4991
|
+
provisioningState: item["provisioningState"]
|
|
4992
|
+
};
|
|
4993
|
+
}
|
|
4994
|
+
function identityBindingManagedIdentityProfileSerializer(item) {
|
|
4995
|
+
return { resourceId: item["resourceId"] };
|
|
4996
|
+
}
|
|
4997
|
+
function identityBindingManagedIdentityProfileDeserializer(item) {
|
|
4998
|
+
return {
|
|
4999
|
+
resourceId: item["resourceId"],
|
|
5000
|
+
objectId: item["objectId"],
|
|
5001
|
+
clientId: item["clientId"],
|
|
5002
|
+
tenantId: item["tenantId"]
|
|
5003
|
+
};
|
|
5004
|
+
}
|
|
5005
|
+
function identityBindingOidcIssuerProfileDeserializer(item) {
|
|
5006
|
+
return {
|
|
5007
|
+
oidcIssuerUrl: item["oidcIssuerUrl"]
|
|
5008
|
+
};
|
|
5009
|
+
}
|
|
5010
|
+
var KnownIdentityBindingProvisioningState = /* @__PURE__ */ ((KnownIdentityBindingProvisioningState2) => {
|
|
5011
|
+
KnownIdentityBindingProvisioningState2["Succeeded"] = "Succeeded";
|
|
5012
|
+
KnownIdentityBindingProvisioningState2["Failed"] = "Failed";
|
|
5013
|
+
KnownIdentityBindingProvisioningState2["Canceled"] = "Canceled";
|
|
5014
|
+
KnownIdentityBindingProvisioningState2["Creating"] = "Creating";
|
|
5015
|
+
KnownIdentityBindingProvisioningState2["Updating"] = "Updating";
|
|
5016
|
+
KnownIdentityBindingProvisioningState2["Deleting"] = "Deleting";
|
|
5017
|
+
return KnownIdentityBindingProvisioningState2;
|
|
5018
|
+
})(KnownIdentityBindingProvisioningState || {});
|
|
5019
|
+
function _identityBindingListResultDeserializer(item) {
|
|
5020
|
+
return {
|
|
5021
|
+
value: identityBindingArrayDeserializer(item["value"]),
|
|
5022
|
+
nextLink: item["nextLink"]
|
|
5023
|
+
};
|
|
5024
|
+
}
|
|
5025
|
+
function identityBindingArraySerializer(result) {
|
|
5026
|
+
return result.map((item) => {
|
|
5027
|
+
return identityBindingSerializer(item);
|
|
5028
|
+
});
|
|
5029
|
+
}
|
|
5030
|
+
function identityBindingArrayDeserializer(result) {
|
|
5031
|
+
return result.map((item) => {
|
|
5032
|
+
return identityBindingDeserializer(item);
|
|
5033
|
+
});
|
|
5034
|
+
}
|
|
5035
|
+
function jwtAuthenticatorSerializer(item) {
|
|
5036
|
+
return { properties: jwtAuthenticatorPropertiesSerializer(item["properties"]) };
|
|
5037
|
+
}
|
|
5038
|
+
function jwtAuthenticatorDeserializer(item) {
|
|
5039
|
+
return {
|
|
5040
|
+
id: item["id"],
|
|
5041
|
+
name: item["name"],
|
|
5042
|
+
type: item["type"],
|
|
5043
|
+
systemData: !item["systemData"] ? item["systemData"] : systemDataDeserializer(item["systemData"]),
|
|
5044
|
+
properties: jwtAuthenticatorPropertiesDeserializer(item["properties"])
|
|
5045
|
+
};
|
|
5046
|
+
}
|
|
5047
|
+
function jwtAuthenticatorPropertiesSerializer(item) {
|
|
5048
|
+
return {
|
|
5049
|
+
issuer: jwtAuthenticatorIssuerSerializer(item["issuer"]),
|
|
5050
|
+
claimValidationRules: !item["claimValidationRules"] ? item["claimValidationRules"] : jwtAuthenticatorValidationRuleArraySerializer(item["claimValidationRules"]),
|
|
5051
|
+
claimMappings: jwtAuthenticatorClaimMappingsSerializer(item["claimMappings"]),
|
|
5052
|
+
userValidationRules: !item["userValidationRules"] ? item["userValidationRules"] : jwtAuthenticatorValidationRuleArraySerializer(item["userValidationRules"])
|
|
5053
|
+
};
|
|
5054
|
+
}
|
|
5055
|
+
function jwtAuthenticatorPropertiesDeserializer(item) {
|
|
5056
|
+
return {
|
|
5057
|
+
provisioningState: item["provisioningState"],
|
|
5058
|
+
issuer: jwtAuthenticatorIssuerDeserializer(item["issuer"]),
|
|
5059
|
+
claimValidationRules: !item["claimValidationRules"] ? item["claimValidationRules"] : jwtAuthenticatorValidationRuleArrayDeserializer(item["claimValidationRules"]),
|
|
5060
|
+
claimMappings: jwtAuthenticatorClaimMappingsDeserializer(item["claimMappings"]),
|
|
5061
|
+
userValidationRules: !item["userValidationRules"] ? item["userValidationRules"] : jwtAuthenticatorValidationRuleArrayDeserializer(item["userValidationRules"])
|
|
5062
|
+
};
|
|
5063
|
+
}
|
|
5064
|
+
var KnownJWTAuthenticatorProvisioningState = /* @__PURE__ */ ((KnownJWTAuthenticatorProvisioningState2) => {
|
|
5065
|
+
KnownJWTAuthenticatorProvisioningState2["Succeeded"] = "Succeeded";
|
|
5066
|
+
KnownJWTAuthenticatorProvisioningState2["Failed"] = "Failed";
|
|
5067
|
+
KnownJWTAuthenticatorProvisioningState2["Canceled"] = "Canceled";
|
|
5068
|
+
KnownJWTAuthenticatorProvisioningState2["Creating"] = "Creating";
|
|
5069
|
+
KnownJWTAuthenticatorProvisioningState2["Updating"] = "Updating";
|
|
5070
|
+
KnownJWTAuthenticatorProvisioningState2["Deleting"] = "Deleting";
|
|
5071
|
+
return KnownJWTAuthenticatorProvisioningState2;
|
|
5072
|
+
})(KnownJWTAuthenticatorProvisioningState || {});
|
|
5073
|
+
function jwtAuthenticatorIssuerSerializer(item) {
|
|
5074
|
+
return {
|
|
5075
|
+
url: item["url"],
|
|
5076
|
+
audiences: item["audiences"].map((p) => {
|
|
5077
|
+
return p;
|
|
5078
|
+
})
|
|
5079
|
+
};
|
|
5080
|
+
}
|
|
5081
|
+
function jwtAuthenticatorIssuerDeserializer(item) {
|
|
5082
|
+
return {
|
|
5083
|
+
url: item["url"],
|
|
5084
|
+
audiences: item["audiences"].map((p) => {
|
|
5085
|
+
return p;
|
|
5086
|
+
})
|
|
5087
|
+
};
|
|
5088
|
+
}
|
|
5089
|
+
function jwtAuthenticatorValidationRuleArraySerializer(result) {
|
|
5090
|
+
return result.map((item) => {
|
|
5091
|
+
return jwtAuthenticatorValidationRuleSerializer(item);
|
|
5092
|
+
});
|
|
5093
|
+
}
|
|
5094
|
+
function jwtAuthenticatorValidationRuleArrayDeserializer(result) {
|
|
5095
|
+
return result.map((item) => {
|
|
5096
|
+
return jwtAuthenticatorValidationRuleDeserializer(item);
|
|
5097
|
+
});
|
|
5098
|
+
}
|
|
5099
|
+
function jwtAuthenticatorValidationRuleSerializer(item) {
|
|
5100
|
+
return { expression: item["expression"], message: item["message"] };
|
|
5101
|
+
}
|
|
5102
|
+
function jwtAuthenticatorValidationRuleDeserializer(item) {
|
|
5103
|
+
return {
|
|
5104
|
+
expression: item["expression"],
|
|
5105
|
+
message: item["message"]
|
|
5106
|
+
};
|
|
5107
|
+
}
|
|
5108
|
+
function jwtAuthenticatorClaimMappingsSerializer(item) {
|
|
5109
|
+
return {
|
|
5110
|
+
username: jwtAuthenticatorClaimMappingExpressionSerializer(item["username"]),
|
|
5111
|
+
groups: !item["groups"] ? item["groups"] : jwtAuthenticatorClaimMappingExpressionSerializer(item["groups"]),
|
|
5112
|
+
uid: !item["uid"] ? item["uid"] : jwtAuthenticatorClaimMappingExpressionSerializer(item["uid"]),
|
|
5113
|
+
extra: !item["extra"] ? item["extra"] : jwtAuthenticatorExtraClaimMappingExpressionArraySerializer(item["extra"])
|
|
5114
|
+
};
|
|
5115
|
+
}
|
|
5116
|
+
function jwtAuthenticatorClaimMappingsDeserializer(item) {
|
|
5117
|
+
return {
|
|
5118
|
+
username: jwtAuthenticatorClaimMappingExpressionDeserializer(item["username"]),
|
|
5119
|
+
groups: !item["groups"] ? item["groups"] : jwtAuthenticatorClaimMappingExpressionDeserializer(item["groups"]),
|
|
5120
|
+
uid: !item["uid"] ? item["uid"] : jwtAuthenticatorClaimMappingExpressionDeserializer(item["uid"]),
|
|
5121
|
+
extra: !item["extra"] ? item["extra"] : jwtAuthenticatorExtraClaimMappingExpressionArrayDeserializer(item["extra"])
|
|
5122
|
+
};
|
|
5123
|
+
}
|
|
5124
|
+
function jwtAuthenticatorClaimMappingExpressionSerializer(item) {
|
|
5125
|
+
return { expression: item["expression"] };
|
|
5126
|
+
}
|
|
5127
|
+
function jwtAuthenticatorClaimMappingExpressionDeserializer(item) {
|
|
5128
|
+
return {
|
|
5129
|
+
expression: item["expression"]
|
|
5130
|
+
};
|
|
5131
|
+
}
|
|
5132
|
+
function jwtAuthenticatorExtraClaimMappingExpressionArraySerializer(result) {
|
|
5133
|
+
return result.map((item) => {
|
|
5134
|
+
return jwtAuthenticatorExtraClaimMappingExpressionSerializer(item);
|
|
5135
|
+
});
|
|
5136
|
+
}
|
|
5137
|
+
function jwtAuthenticatorExtraClaimMappingExpressionArrayDeserializer(result) {
|
|
5138
|
+
return result.map((item) => {
|
|
5139
|
+
return jwtAuthenticatorExtraClaimMappingExpressionDeserializer(item);
|
|
5140
|
+
});
|
|
5141
|
+
}
|
|
5142
|
+
function jwtAuthenticatorExtraClaimMappingExpressionSerializer(item) {
|
|
5143
|
+
return { key: item["key"], valueExpression: item["valueExpression"] };
|
|
5144
|
+
}
|
|
5145
|
+
function jwtAuthenticatorExtraClaimMappingExpressionDeserializer(item) {
|
|
5146
|
+
return {
|
|
5147
|
+
key: item["key"],
|
|
5148
|
+
valueExpression: item["valueExpression"]
|
|
5149
|
+
};
|
|
5150
|
+
}
|
|
5151
|
+
function _jwtAuthenticatorListResultDeserializer(item) {
|
|
5152
|
+
return {
|
|
5153
|
+
value: jwtAuthenticatorArrayDeserializer(item["value"]),
|
|
5154
|
+
nextLink: item["nextLink"]
|
|
5155
|
+
};
|
|
5156
|
+
}
|
|
5157
|
+
function jwtAuthenticatorArraySerializer(result) {
|
|
5158
|
+
return result.map((item) => {
|
|
5159
|
+
return jwtAuthenticatorSerializer(item);
|
|
5160
|
+
});
|
|
5161
|
+
}
|
|
5162
|
+
function jwtAuthenticatorArrayDeserializer(result) {
|
|
5163
|
+
return result.map((item) => {
|
|
5164
|
+
return jwtAuthenticatorDeserializer(item);
|
|
5165
|
+
});
|
|
5166
|
+
}
|
|
5167
|
+
function meshMembershipSerializer(item) {
|
|
5168
|
+
return {
|
|
5169
|
+
properties: !item["properties"] ? item["properties"] : meshMembershipPropertiesSerializer(item["properties"]),
|
|
5170
|
+
managedBy: item["managedBy"]
|
|
5171
|
+
};
|
|
5172
|
+
}
|
|
5173
|
+
function meshMembershipDeserializer(item) {
|
|
5174
|
+
return {
|
|
5175
|
+
id: item["id"],
|
|
5176
|
+
name: item["name"],
|
|
5177
|
+
type: item["type"],
|
|
5178
|
+
systemData: !item["systemData"] ? item["systemData"] : systemDataDeserializer(item["systemData"]),
|
|
5179
|
+
properties: !item["properties"] ? item["properties"] : meshMembershipPropertiesDeserializer(item["properties"]),
|
|
5180
|
+
managedBy: item["managedBy"],
|
|
5181
|
+
eTag: item["eTag"]
|
|
5182
|
+
};
|
|
5183
|
+
}
|
|
5184
|
+
function meshMembershipPropertiesSerializer(item) {
|
|
5185
|
+
return {
|
|
5186
|
+
privateConnectProfile: !item["privateConnectProfile"] ? item["privateConnectProfile"] : meshMembershipPrivateConnectProfileSerializer(item["privateConnectProfile"]),
|
|
5187
|
+
managedMeshID: item["managedMeshID"]
|
|
5188
|
+
};
|
|
5189
|
+
}
|
|
5190
|
+
function meshMembershipPropertiesDeserializer(item) {
|
|
5191
|
+
return {
|
|
5192
|
+
provisioningState: item["provisioningState"],
|
|
5193
|
+
privateConnectProfile: !item["privateConnectProfile"] ? item["privateConnectProfile"] : meshMembershipPrivateConnectProfileDeserializer(item["privateConnectProfile"]),
|
|
5194
|
+
managedMeshID: item["managedMeshID"]
|
|
5195
|
+
};
|
|
5196
|
+
}
|
|
5197
|
+
var KnownMeshMembershipProvisioningState = /* @__PURE__ */ ((KnownMeshMembershipProvisioningState2) => {
|
|
5198
|
+
KnownMeshMembershipProvisioningState2["Canceled"] = "Canceled";
|
|
5199
|
+
KnownMeshMembershipProvisioningState2["Creating"] = "Creating";
|
|
5200
|
+
KnownMeshMembershipProvisioningState2["Deleting"] = "Deleting";
|
|
5201
|
+
KnownMeshMembershipProvisioningState2["Failed"] = "Failed";
|
|
5202
|
+
KnownMeshMembershipProvisioningState2["Succeeded"] = "Succeeded";
|
|
5203
|
+
KnownMeshMembershipProvisioningState2["Updating"] = "Updating";
|
|
5204
|
+
return KnownMeshMembershipProvisioningState2;
|
|
5205
|
+
})(KnownMeshMembershipProvisioningState || {});
|
|
5206
|
+
function meshMembershipPrivateConnectProfileSerializer(item) {
|
|
5207
|
+
return { subnetResourceId: item["subnetResourceId"] };
|
|
5208
|
+
}
|
|
5209
|
+
function meshMembershipPrivateConnectProfileDeserializer(item) {
|
|
5210
|
+
return {
|
|
5211
|
+
privateIpAddress: item["privateIpAddress"],
|
|
5212
|
+
subnetResourceId: item["subnetResourceId"]
|
|
5213
|
+
};
|
|
5214
|
+
}
|
|
5215
|
+
function _meshMembershipsListResultDeserializer(item) {
|
|
5216
|
+
return {
|
|
5217
|
+
value: meshMembershipArrayDeserializer(item["value"]),
|
|
5218
|
+
nextLink: item["nextLink"]
|
|
5219
|
+
};
|
|
5220
|
+
}
|
|
5221
|
+
function meshMembershipArraySerializer(result) {
|
|
5222
|
+
return result.map((item) => {
|
|
5223
|
+
return meshMembershipSerializer(item);
|
|
5224
|
+
});
|
|
5225
|
+
}
|
|
5226
|
+
function meshMembershipArrayDeserializer(result) {
|
|
5227
|
+
return result.map((item) => {
|
|
5228
|
+
return meshMembershipDeserializer(item);
|
|
5229
|
+
});
|
|
5230
|
+
}
|
|
5231
|
+
function _operationListResultDeserializer(item) {
|
|
5232
|
+
return {
|
|
5233
|
+
value: operationValueArrayDeserializer(item["value"]),
|
|
5234
|
+
nextLink: item["nextLink"]
|
|
5235
|
+
};
|
|
5236
|
+
}
|
|
5237
|
+
function operationValueArrayDeserializer(result) {
|
|
5238
|
+
return result.map((item) => {
|
|
5239
|
+
return operationValueDeserializer(item);
|
|
5240
|
+
});
|
|
5241
|
+
}
|
|
5242
|
+
function operationValueDeserializer(item) {
|
|
5243
|
+
return {
|
|
5244
|
+
origin: item["origin"],
|
|
5245
|
+
name: item["name"],
|
|
5246
|
+
...!item["display"] ? item["display"] : _operationValueDisplayDeserializer(item["display"])
|
|
5247
|
+
};
|
|
5248
|
+
}
|
|
5249
|
+
function operationValueDisplayDeserializer(item) {
|
|
5250
|
+
return {
|
|
5251
|
+
operation: item["operation"],
|
|
5252
|
+
resource: item["resource"],
|
|
5253
|
+
description: item["description"],
|
|
5254
|
+
provider: item["provider"]
|
|
5255
|
+
};
|
|
5256
|
+
}
|
|
5257
|
+
function operationStatusResultDeserializer(item) {
|
|
5258
|
+
return {
|
|
5259
|
+
id: item["id"],
|
|
5260
|
+
name: item["name"],
|
|
5261
|
+
status: item["status"],
|
|
5262
|
+
percentComplete: item["percentComplete"],
|
|
5263
|
+
startTime: !item["startTime"] ? item["startTime"] : new Date(item["startTime"]),
|
|
5264
|
+
endTime: !item["endTime"] ? item["endTime"] : new Date(item["endTime"]),
|
|
5265
|
+
operations: !item["operations"] ? item["operations"] : operationStatusResultArrayDeserializer(item["operations"]),
|
|
5266
|
+
error: !item["error"] ? item["error"] : errorDetailDeserializer(item["error"]),
|
|
5267
|
+
resourceId: item["resourceId"]
|
|
5268
|
+
};
|
|
5269
|
+
}
|
|
5270
|
+
function operationStatusResultArrayDeserializer(result) {
|
|
5271
|
+
return result.map((item) => {
|
|
5272
|
+
return operationStatusResultDeserializer(item);
|
|
5273
|
+
});
|
|
5274
|
+
}
|
|
5275
|
+
function _operationStatusResultListDeserializer(item) {
|
|
5276
|
+
return {
|
|
5277
|
+
value: operationStatusResultArrayDeserializer(item["value"]),
|
|
5278
|
+
nextLink: item["nextLink"]
|
|
5279
|
+
};
|
|
5280
|
+
}
|
|
5281
|
+
function privateLinkResourcesListResultDeserializer(item) {
|
|
5282
|
+
return {
|
|
5283
|
+
value: !item["value"] ? item["value"] : privateLinkResourceArrayDeserializer(item["value"])
|
|
5284
|
+
};
|
|
5285
|
+
}
|
|
5286
|
+
function _trustedAccessRoleListResultDeserializer(item) {
|
|
5287
|
+
return {
|
|
5288
|
+
value: trustedAccessRoleArrayDeserializer(item["value"]),
|
|
5289
|
+
nextLink: item["nextLink"]
|
|
3793
5290
|
};
|
|
3794
5291
|
}
|
|
3795
5292
|
function trustedAccessRoleArrayDeserializer(result) {
|
|
@@ -3828,6 +5325,160 @@ function trustedAccessRoleRuleDeserializer(item) {
|
|
|
3828
5325
|
})
|
|
3829
5326
|
};
|
|
3830
5327
|
}
|
|
5328
|
+
function _nodeImageVersionsListResultDeserializer(item) {
|
|
5329
|
+
return {
|
|
5330
|
+
value: nodeImageVersionArrayDeserializer(item["value"]),
|
|
5331
|
+
nextLink: item["nextLink"]
|
|
5332
|
+
};
|
|
5333
|
+
}
|
|
5334
|
+
function nodeImageVersionArrayDeserializer(result) {
|
|
5335
|
+
return result.map((item) => {
|
|
5336
|
+
return nodeImageVersionDeserializer(item);
|
|
5337
|
+
});
|
|
5338
|
+
}
|
|
5339
|
+
function nodeImageVersionDeserializer(item) {
|
|
5340
|
+
return {
|
|
5341
|
+
os: item["os"],
|
|
5342
|
+
sku: item["sku"],
|
|
5343
|
+
version: item["version"],
|
|
5344
|
+
fullName: item["fullName"]
|
|
5345
|
+
};
|
|
5346
|
+
}
|
|
5347
|
+
function _vmSkusListResultDeserializer(item) {
|
|
5348
|
+
return {
|
|
5349
|
+
value: resourceSkuArrayDeserializer(item["value"]),
|
|
5350
|
+
nextLink: item["nextLink"]
|
|
5351
|
+
};
|
|
5352
|
+
}
|
|
5353
|
+
function resourceSkuArrayDeserializer(result) {
|
|
5354
|
+
return result.map((item) => {
|
|
5355
|
+
return resourceSkuDeserializer(item);
|
|
5356
|
+
});
|
|
5357
|
+
}
|
|
5358
|
+
function resourceSkuDeserializer(item) {
|
|
5359
|
+
return {
|
|
5360
|
+
resourceType: item["resourceType"],
|
|
5361
|
+
name: item["name"],
|
|
5362
|
+
tier: item["tier"],
|
|
5363
|
+
size: item["size"],
|
|
5364
|
+
family: item["family"],
|
|
5365
|
+
kind: item["kind"],
|
|
5366
|
+
capacity: !item["capacity"] ? item["capacity"] : resourceSkuCapacityDeserializer(item["capacity"]),
|
|
5367
|
+
locations: !item["locations"] ? item["locations"] : item["locations"].map((p) => {
|
|
5368
|
+
return p;
|
|
5369
|
+
}),
|
|
5370
|
+
locationInfo: !item["locationInfo"] ? item["locationInfo"] : resourceSkuLocationInfoArrayDeserializer(item["locationInfo"]),
|
|
5371
|
+
apiVersions: !item["apiVersions"] ? item["apiVersions"] : item["apiVersions"].map((p) => {
|
|
5372
|
+
return p;
|
|
5373
|
+
}),
|
|
5374
|
+
costs: !item["costs"] ? item["costs"] : resourceSkuCostsArrayDeserializer(item["costs"]),
|
|
5375
|
+
capabilities: !item["capabilities"] ? item["capabilities"] : resourceSkuCapabilitiesArrayDeserializer(item["capabilities"]),
|
|
5376
|
+
restrictions: !item["restrictions"] ? item["restrictions"] : resourceSkuRestrictionsArrayDeserializer(item["restrictions"])
|
|
5377
|
+
};
|
|
5378
|
+
}
|
|
5379
|
+
function resourceSkuCapacityDeserializer(item) {
|
|
5380
|
+
return {
|
|
5381
|
+
minimum: item["minimum"],
|
|
5382
|
+
maximum: item["maximum"],
|
|
5383
|
+
default: item["default"],
|
|
5384
|
+
scaleType: item["scaleType"]
|
|
5385
|
+
};
|
|
5386
|
+
}
|
|
5387
|
+
var KnownResourceSkuCapacityScaleType = /* @__PURE__ */ ((KnownResourceSkuCapacityScaleType2) => {
|
|
5388
|
+
KnownResourceSkuCapacityScaleType2["Automatic"] = "Automatic";
|
|
5389
|
+
KnownResourceSkuCapacityScaleType2["Manual"] = "Manual";
|
|
5390
|
+
KnownResourceSkuCapacityScaleType2["None"] = "None";
|
|
5391
|
+
return KnownResourceSkuCapacityScaleType2;
|
|
5392
|
+
})(KnownResourceSkuCapacityScaleType || {});
|
|
5393
|
+
function resourceSkuLocationInfoArrayDeserializer(result) {
|
|
5394
|
+
return result.map((item) => {
|
|
5395
|
+
return resourceSkuLocationInfoDeserializer(item);
|
|
5396
|
+
});
|
|
5397
|
+
}
|
|
5398
|
+
function resourceSkuLocationInfoDeserializer(item) {
|
|
5399
|
+
return {
|
|
5400
|
+
location: item["location"],
|
|
5401
|
+
zones: !item["zones"] ? item["zones"] : item["zones"].map((p) => {
|
|
5402
|
+
return p;
|
|
5403
|
+
}),
|
|
5404
|
+
zoneDetails: !item["zoneDetails"] ? item["zoneDetails"] : resourceSkuZoneDetailsArrayDeserializer(item["zoneDetails"]),
|
|
5405
|
+
extendedLocations: !item["extendedLocations"] ? item["extendedLocations"] : item["extendedLocations"].map((p) => {
|
|
5406
|
+
return p;
|
|
5407
|
+
}),
|
|
5408
|
+
type: item["type"]
|
|
5409
|
+
};
|
|
5410
|
+
}
|
|
5411
|
+
function resourceSkuZoneDetailsArrayDeserializer(result) {
|
|
5412
|
+
return result.map((item) => {
|
|
5413
|
+
return resourceSkuZoneDetailsDeserializer(item);
|
|
5414
|
+
});
|
|
5415
|
+
}
|
|
5416
|
+
function resourceSkuZoneDetailsDeserializer(item) {
|
|
5417
|
+
return {
|
|
5418
|
+
name: !item["name"] ? item["name"] : item["name"].map((p) => {
|
|
5419
|
+
return p;
|
|
5420
|
+
}),
|
|
5421
|
+
capabilities: !item["capabilities"] ? item["capabilities"] : resourceSkuCapabilitiesArrayDeserializer(item["capabilities"])
|
|
5422
|
+
};
|
|
5423
|
+
}
|
|
5424
|
+
function resourceSkuCapabilitiesArrayDeserializer(result) {
|
|
5425
|
+
return result.map((item) => {
|
|
5426
|
+
return resourceSkuCapabilitiesDeserializer(item);
|
|
5427
|
+
});
|
|
5428
|
+
}
|
|
5429
|
+
function resourceSkuCapabilitiesDeserializer(item) {
|
|
5430
|
+
return {
|
|
5431
|
+
name: item["name"],
|
|
5432
|
+
value: item["value"]
|
|
5433
|
+
};
|
|
5434
|
+
}
|
|
5435
|
+
function resourceSkuCostsArrayDeserializer(result) {
|
|
5436
|
+
return result.map((item) => {
|
|
5437
|
+
return resourceSkuCostsDeserializer(item);
|
|
5438
|
+
});
|
|
5439
|
+
}
|
|
5440
|
+
function resourceSkuCostsDeserializer(item) {
|
|
5441
|
+
return {
|
|
5442
|
+
meterID: item["meterID"],
|
|
5443
|
+
quantity: item["quantity"],
|
|
5444
|
+
extendedUnit: item["extendedUnit"]
|
|
5445
|
+
};
|
|
5446
|
+
}
|
|
5447
|
+
function resourceSkuRestrictionsArrayDeserializer(result) {
|
|
5448
|
+
return result.map((item) => {
|
|
5449
|
+
return resourceSkuRestrictionsDeserializer(item);
|
|
5450
|
+
});
|
|
5451
|
+
}
|
|
5452
|
+
function resourceSkuRestrictionsDeserializer(item) {
|
|
5453
|
+
return {
|
|
5454
|
+
type: item["type"],
|
|
5455
|
+
values: !item["values"] ? item["values"] : item["values"].map((p) => {
|
|
5456
|
+
return p;
|
|
5457
|
+
}),
|
|
5458
|
+
restrictionInfo: !item["restrictionInfo"] ? item["restrictionInfo"] : resourceSkuRestrictionInfoDeserializer(item["restrictionInfo"]),
|
|
5459
|
+
reasonCode: item["reasonCode"]
|
|
5460
|
+
};
|
|
5461
|
+
}
|
|
5462
|
+
var KnownResourceSkuRestrictionsType = /* @__PURE__ */ ((KnownResourceSkuRestrictionsType2) => {
|
|
5463
|
+
KnownResourceSkuRestrictionsType2["Location"] = "Location";
|
|
5464
|
+
KnownResourceSkuRestrictionsType2["Zone"] = "Zone";
|
|
5465
|
+
return KnownResourceSkuRestrictionsType2;
|
|
5466
|
+
})(KnownResourceSkuRestrictionsType || {});
|
|
5467
|
+
function resourceSkuRestrictionInfoDeserializer(item) {
|
|
5468
|
+
return {
|
|
5469
|
+
locations: !item["locations"] ? item["locations"] : item["locations"].map((p) => {
|
|
5470
|
+
return p;
|
|
5471
|
+
}),
|
|
5472
|
+
zones: !item["zones"] ? item["zones"] : item["zones"].map((p) => {
|
|
5473
|
+
return p;
|
|
5474
|
+
})
|
|
5475
|
+
};
|
|
5476
|
+
}
|
|
5477
|
+
var KnownResourceSkuRestrictionsReasonCode = /* @__PURE__ */ ((KnownResourceSkuRestrictionsReasonCode2) => {
|
|
5478
|
+
KnownResourceSkuRestrictionsReasonCode2["QuotaId"] = "QuotaId";
|
|
5479
|
+
KnownResourceSkuRestrictionsReasonCode2["NotAvailableForSubscription"] = "NotAvailableForSubscription";
|
|
5480
|
+
return KnownResourceSkuRestrictionsReasonCode2;
|
|
5481
|
+
})(KnownResourceSkuRestrictionsReasonCode || {});
|
|
3831
5482
|
var KnownFormat = /* @__PURE__ */ ((KnownFormat2) => {
|
|
3832
5483
|
KnownFormat2["Azure"] = "azure";
|
|
3833
5484
|
KnownFormat2["Exec"] = "exec";
|
|
@@ -3836,6 +5487,7 @@ var KnownFormat = /* @__PURE__ */ ((KnownFormat2) => {
|
|
|
3836
5487
|
var KnownVersions = /* @__PURE__ */ ((KnownVersions2) => {
|
|
3837
5488
|
KnownVersions2["V20251001"] = "2025-10-01";
|
|
3838
5489
|
KnownVersions2["V20260101"] = "2026-01-01";
|
|
5490
|
+
KnownVersions2["V20260102Preview"] = "2026-01-02-preview";
|
|
3839
5491
|
return KnownVersions2;
|
|
3840
5492
|
})(KnownVersions || {});
|
|
3841
5493
|
function _agentPoolPropertiesSerializer(item) {
|
|
@@ -3860,7 +5512,10 @@ function _agentPoolPropertiesSerializer(item) {
|
|
|
3860
5512
|
type: item["typePropertiesType"],
|
|
3861
5513
|
mode: item["mode"],
|
|
3862
5514
|
orchestratorVersion: item["orchestratorVersion"],
|
|
5515
|
+
upgradeStrategy: item["upgradeStrategy"],
|
|
5516
|
+
enableOSDiskFullCaching: item["enableOSDiskFullCaching"],
|
|
3863
5517
|
upgradeSettings: !item["upgradeSettings"] ? item["upgradeSettings"] : agentPoolUpgradeSettingsSerializer(item["upgradeSettings"]),
|
|
5518
|
+
upgradeSettingsBlueGreen: !item["upgradeSettingsBlueGreen"] ? item["upgradeSettingsBlueGreen"] : agentPoolBlueGreenUpgradeSettingsSerializer(item["upgradeSettingsBlueGreen"]),
|
|
3864
5519
|
powerState: !item["powerState"] ? item["powerState"] : powerStateSerializer(item["powerState"]),
|
|
3865
5520
|
availabilityZones: !item["availabilityZones"] ? item["availabilityZones"] : item["availabilityZones"].map((p) => {
|
|
3866
5521
|
return p;
|
|
@@ -3875,6 +5530,9 @@ function _agentPoolPropertiesSerializer(item) {
|
|
|
3875
5530
|
nodeTaints: !item["nodeTaints"] ? item["nodeTaints"] : item["nodeTaints"].map((p) => {
|
|
3876
5531
|
return p;
|
|
3877
5532
|
}),
|
|
5533
|
+
nodeInitializationTaints: !item["nodeInitializationTaints"] ? item["nodeInitializationTaints"] : item["nodeInitializationTaints"].map((p) => {
|
|
5534
|
+
return p;
|
|
5535
|
+
}),
|
|
3878
5536
|
proximityPlacementGroupID: item["proximityPlacementGroupID"],
|
|
3879
5537
|
kubeletConfig: !item["kubeletConfig"] ? item["kubeletConfig"] : kubeletConfigSerializer(item["kubeletConfig"]),
|
|
3880
5538
|
linuxOSConfig: !item["linuxOSConfig"] ? item["linuxOSConfig"] : linuxOSConfigSerializer(item["linuxOSConfig"]),
|
|
@@ -3890,10 +5548,12 @@ function _agentPoolPropertiesSerializer(item) {
|
|
|
3890
5548
|
securityProfile: !item["securityProfile"] ? item["securityProfile"] : agentPoolSecurityProfileSerializer(item["securityProfile"]),
|
|
3891
5549
|
gpuProfile: !item["gpuProfile"] ? item["gpuProfile"] : gpuProfileSerializer(item["gpuProfile"]),
|
|
3892
5550
|
gatewayProfile: !item["gatewayProfile"] ? item["gatewayProfile"] : agentPoolGatewayProfileSerializer(item["gatewayProfile"]),
|
|
5551
|
+
artifactStreamingProfile: !item["artifactStreamingProfile"] ? item["artifactStreamingProfile"] : agentPoolArtifactStreamingProfileSerializer(item["artifactStreamingProfile"]),
|
|
3893
5552
|
virtualMachinesProfile: !item["virtualMachinesProfile"] ? item["virtualMachinesProfile"] : virtualMachinesProfileSerializer(item["virtualMachinesProfile"]),
|
|
3894
5553
|
virtualMachineNodesStatus: !item["virtualMachineNodesStatus"] ? item["virtualMachineNodesStatus"] : virtualMachineNodesArraySerializer(item["virtualMachineNodesStatus"]),
|
|
3895
5554
|
status: !item["status"] ? item["status"] : agentPoolStatusSerializer(item["status"]),
|
|
3896
|
-
localDNSProfile: !item["localDNSProfile"] ? item["localDNSProfile"] : localDNSProfileSerializer(item["localDNSProfile"])
|
|
5555
|
+
localDNSProfile: !item["localDNSProfile"] ? item["localDNSProfile"] : localDNSProfileSerializer(item["localDNSProfile"]),
|
|
5556
|
+
nodeCustomizationProfile: !item["nodeCustomizationProfile"] ? item["nodeCustomizationProfile"] : nodeCustomizationProfileSerializer(item["nodeCustomizationProfile"])
|
|
3897
5557
|
};
|
|
3898
5558
|
}
|
|
3899
5559
|
function _agentPoolPropertiesDeserializer(item) {
|
|
@@ -3921,7 +5581,10 @@ function _agentPoolPropertiesDeserializer(item) {
|
|
|
3921
5581
|
orchestratorVersion: item["orchestratorVersion"],
|
|
3922
5582
|
currentOrchestratorVersion: item["currentOrchestratorVersion"],
|
|
3923
5583
|
nodeImageVersion: item["nodeImageVersion"],
|
|
5584
|
+
upgradeStrategy: item["upgradeStrategy"],
|
|
5585
|
+
enableOSDiskFullCaching: item["enableOSDiskFullCaching"],
|
|
3924
5586
|
upgradeSettings: !item["upgradeSettings"] ? item["upgradeSettings"] : agentPoolUpgradeSettingsDeserializer(item["upgradeSettings"]),
|
|
5587
|
+
upgradeSettingsBlueGreen: !item["upgradeSettingsBlueGreen"] ? item["upgradeSettingsBlueGreen"] : agentPoolBlueGreenUpgradeSettingsDeserializer(item["upgradeSettingsBlueGreen"]),
|
|
3925
5588
|
provisioningState: item["provisioningState"],
|
|
3926
5589
|
powerState: !item["powerState"] ? item["powerState"] : powerStateDeserializer(item["powerState"]),
|
|
3927
5590
|
availabilityZones: !item["availabilityZones"] ? item["availabilityZones"] : item["availabilityZones"].map((p) => {
|
|
@@ -3939,6 +5602,9 @@ function _agentPoolPropertiesDeserializer(item) {
|
|
|
3939
5602
|
nodeTaints: !item["nodeTaints"] ? item["nodeTaints"] : item["nodeTaints"].map((p) => {
|
|
3940
5603
|
return p;
|
|
3941
5604
|
}),
|
|
5605
|
+
nodeInitializationTaints: !item["nodeInitializationTaints"] ? item["nodeInitializationTaints"] : item["nodeInitializationTaints"].map((p) => {
|
|
5606
|
+
return p;
|
|
5607
|
+
}),
|
|
3942
5608
|
proximityPlacementGroupID: item["proximityPlacementGroupID"],
|
|
3943
5609
|
kubeletConfig: !item["kubeletConfig"] ? item["kubeletConfig"] : kubeletConfigDeserializer(item["kubeletConfig"]),
|
|
3944
5610
|
linuxOSConfig: !item["linuxOSConfig"] ? item["linuxOSConfig"] : linuxOSConfigDeserializer(item["linuxOSConfig"]),
|
|
@@ -3954,10 +5620,12 @@ function _agentPoolPropertiesDeserializer(item) {
|
|
|
3954
5620
|
securityProfile: !item["securityProfile"] ? item["securityProfile"] : agentPoolSecurityProfileDeserializer(item["securityProfile"]),
|
|
3955
5621
|
gpuProfile: !item["gpuProfile"] ? item["gpuProfile"] : gpuProfileDeserializer(item["gpuProfile"]),
|
|
3956
5622
|
gatewayProfile: !item["gatewayProfile"] ? item["gatewayProfile"] : agentPoolGatewayProfileDeserializer(item["gatewayProfile"]),
|
|
5623
|
+
artifactStreamingProfile: !item["artifactStreamingProfile"] ? item["artifactStreamingProfile"] : agentPoolArtifactStreamingProfileDeserializer(item["artifactStreamingProfile"]),
|
|
3957
5624
|
virtualMachinesProfile: !item["virtualMachinesProfile"] ? item["virtualMachinesProfile"] : virtualMachinesProfileDeserializer(item["virtualMachinesProfile"]),
|
|
3958
5625
|
virtualMachineNodesStatus: !item["virtualMachineNodesStatus"] ? item["virtualMachineNodesStatus"] : virtualMachineNodesArrayDeserializer(item["virtualMachineNodesStatus"]),
|
|
3959
5626
|
status: !item["status"] ? item["status"] : agentPoolStatusDeserializer(item["status"]),
|
|
3960
|
-
localDNSProfile: !item["localDNSProfile"] ? item["localDNSProfile"] : localDNSProfileDeserializer(item["localDNSProfile"])
|
|
5627
|
+
localDNSProfile: !item["localDNSProfile"] ? item["localDNSProfile"] : localDNSProfileDeserializer(item["localDNSProfile"]),
|
|
5628
|
+
nodeCustomizationProfile: !item["nodeCustomizationProfile"] ? item["nodeCustomizationProfile"] : nodeCustomizationProfileDeserializer(item["nodeCustomizationProfile"])
|
|
3961
5629
|
};
|
|
3962
5630
|
}
|
|
3963
5631
|
function _agentPoolAvailableVersionsPropertiesDeserializer(item) {
|
|
@@ -3972,11 +5640,14 @@ function _agentPoolUpgradeProfilePropertiesDeserializer(item) {
|
|
|
3972
5640
|
kubernetesVersion: item["kubernetesVersion"],
|
|
3973
5641
|
osType: item["osType"],
|
|
3974
5642
|
upgrades: !item["upgrades"] ? item["upgrades"] : agentPoolUpgradeProfilePropertiesUpgradesItemArrayDeserializer(item["upgrades"]),
|
|
5643
|
+
componentsByReleases: !item["componentsByReleases"] ? item["componentsByReleases"] : componentsByReleaseArrayDeserializer(item["componentsByReleases"]),
|
|
5644
|
+
recentlyUsedVersions: !item["recentlyUsedVersions"] ? item["recentlyUsedVersions"] : agentPoolRecentlyUsedVersionArrayDeserializer(item["recentlyUsedVersions"]),
|
|
3975
5645
|
latestNodeImageVersion: item["latestNodeImageVersion"]
|
|
3976
5646
|
};
|
|
3977
5647
|
}
|
|
3978
5648
|
function _managedClusterPropertiesSerializer(item) {
|
|
3979
5649
|
return {
|
|
5650
|
+
creationData: !item["creationData"] ? item["creationData"] : creationDataSerializer(item["creationData"]),
|
|
3980
5651
|
kubernetesVersion: item["kubernetesVersion"],
|
|
3981
5652
|
dnsPrefix: item["dnsPrefix"],
|
|
3982
5653
|
fqdnSubdomain: item["fqdnSubdomain"],
|
|
@@ -3991,6 +5662,7 @@ function _managedClusterPropertiesSerializer(item) {
|
|
|
3991
5662
|
nodeResourceGroupProfile: !item["nodeResourceGroupProfile"] ? item["nodeResourceGroupProfile"] : managedClusterNodeResourceGroupProfileSerializer(item["nodeResourceGroupProfile"]),
|
|
3992
5663
|
enableRBAC: item["enableRbac"],
|
|
3993
5664
|
supportPlan: item["supportPlan"],
|
|
5665
|
+
enableNamespaceResources: item["enableNamespaceResources"],
|
|
3994
5666
|
networkProfile: !item["networkProfile"] ? item["networkProfile"] : containerServiceNetworkProfileSerializer(item["networkProfile"]),
|
|
3995
5667
|
aadProfile: !item["aadProfile"] ? item["aadProfile"] : managedClusterAADProfileSerializer(item["aadProfile"]),
|
|
3996
5668
|
autoUpgradeProfile: !item["autoUpgradeProfile"] ? item["autoUpgradeProfile"] : managedClusterAutoUpgradeProfileSerializer(item["autoUpgradeProfile"]),
|
|
@@ -4013,6 +5685,9 @@ function _managedClusterPropertiesSerializer(item) {
|
|
|
4013
5685
|
nodeProvisioningProfile: !item["nodeProvisioningProfile"] ? item["nodeProvisioningProfile"] : managedClusterNodeProvisioningProfileSerializer(item["nodeProvisioningProfile"]),
|
|
4014
5686
|
bootstrapProfile: !item["bootstrapProfile"] ? item["bootstrapProfile"] : managedClusterBootstrapProfileSerializer(item["bootstrapProfile"]),
|
|
4015
5687
|
aiToolchainOperatorProfile: !item["aiToolchainOperatorProfile"] ? item["aiToolchainOperatorProfile"] : managedClusterAIToolchainOperatorProfileSerializer(item["aiToolchainOperatorProfile"]),
|
|
5688
|
+
schedulerProfile: !item["schedulerProfile"] ? item["schedulerProfile"] : schedulerProfileSerializer(item["schedulerProfile"]),
|
|
5689
|
+
hostedSystemProfile: !item["hostedSystemProfile"] ? item["hostedSystemProfile"] : managedClusterHostedSystemProfileSerializer(item["hostedSystemProfile"]),
|
|
5690
|
+
healthMonitorProfile: !item["healthMonitorProfile"] ? item["healthMonitorProfile"] : managedClusterHealthMonitorProfileSerializer(item["healthMonitorProfile"]),
|
|
4016
5691
|
status: !item["status"] ? item["status"] : managedClusterStatusSerializer(item["status"])
|
|
4017
5692
|
};
|
|
4018
5693
|
}
|
|
@@ -4020,6 +5695,7 @@ function _managedClusterPropertiesDeserializer(item) {
|
|
|
4020
5695
|
return {
|
|
4021
5696
|
provisioningState: item["provisioningState"],
|
|
4022
5697
|
powerState: !item["powerState"] ? item["powerState"] : powerStateDeserializer(item["powerState"]),
|
|
5698
|
+
creationData: !item["creationData"] ? item["creationData"] : creationDataDeserializer(item["creationData"]),
|
|
4023
5699
|
maxAgentPools: item["maxAgentPools"],
|
|
4024
5700
|
kubernetesVersion: item["kubernetesVersion"],
|
|
4025
5701
|
currentKubernetesVersion: item["currentKubernetesVersion"],
|
|
@@ -4039,6 +5715,7 @@ function _managedClusterPropertiesDeserializer(item) {
|
|
|
4039
5715
|
nodeResourceGroupProfile: !item["nodeResourceGroupProfile"] ? item["nodeResourceGroupProfile"] : managedClusterNodeResourceGroupProfileDeserializer(item["nodeResourceGroupProfile"]),
|
|
4040
5716
|
enableRbac: item["enableRBAC"],
|
|
4041
5717
|
supportPlan: item["supportPlan"],
|
|
5718
|
+
enableNamespaceResources: item["enableNamespaceResources"],
|
|
4042
5719
|
networkProfile: !item["networkProfile"] ? item["networkProfile"] : containerServiceNetworkProfileDeserializer(item["networkProfile"]),
|
|
4043
5720
|
aadProfile: !item["aadProfile"] ? item["aadProfile"] : managedClusterAADProfileDeserializer(item["aadProfile"]),
|
|
4044
5721
|
autoUpgradeProfile: !item["autoUpgradeProfile"] ? item["autoUpgradeProfile"] : managedClusterAutoUpgradeProfileDeserializer(item["autoUpgradeProfile"]),
|
|
@@ -4062,6 +5739,9 @@ function _managedClusterPropertiesDeserializer(item) {
|
|
|
4062
5739
|
nodeProvisioningProfile: !item["nodeProvisioningProfile"] ? item["nodeProvisioningProfile"] : managedClusterNodeProvisioningProfileDeserializer(item["nodeProvisioningProfile"]),
|
|
4063
5740
|
bootstrapProfile: !item["bootstrapProfile"] ? item["bootstrapProfile"] : managedClusterBootstrapProfileDeserializer(item["bootstrapProfile"]),
|
|
4064
5741
|
aiToolchainOperatorProfile: !item["aiToolchainOperatorProfile"] ? item["aiToolchainOperatorProfile"] : managedClusterAIToolchainOperatorProfileDeserializer(item["aiToolchainOperatorProfile"]),
|
|
5742
|
+
schedulerProfile: !item["schedulerProfile"] ? item["schedulerProfile"] : schedulerProfileDeserializer(item["schedulerProfile"]),
|
|
5743
|
+
hostedSystemProfile: !item["hostedSystemProfile"] ? item["hostedSystemProfile"] : managedClusterHostedSystemProfileDeserializer(item["hostedSystemProfile"]),
|
|
5744
|
+
healthMonitorProfile: !item["healthMonitorProfile"] ? item["healthMonitorProfile"] : managedClusterHealthMonitorProfileDeserializer(item["healthMonitorProfile"]),
|
|
4065
5745
|
status: !item["status"] ? item["status"] : managedClusterStatusDeserializer(item["status"])
|
|
4066
5746
|
};
|
|
4067
5747
|
}
|
|
@@ -4131,6 +5811,19 @@ function _snapshotPropertiesDeserializer(item) {
|
|
|
4131
5811
|
enableFips: item["enableFIPS"]
|
|
4132
5812
|
};
|
|
4133
5813
|
}
|
|
5814
|
+
function _managedClusterSnapshotPropertiesSerializer(item) {
|
|
5815
|
+
return {
|
|
5816
|
+
creationData: !item["creationData"] ? item["creationData"] : creationDataSerializer(item["creationData"]),
|
|
5817
|
+
snapshotType: item["snapshotType"]
|
|
5818
|
+
};
|
|
5819
|
+
}
|
|
5820
|
+
function _managedClusterSnapshotPropertiesDeserializer(item) {
|
|
5821
|
+
return {
|
|
5822
|
+
creationData: !item["creationData"] ? item["creationData"] : creationDataDeserializer(item["creationData"]),
|
|
5823
|
+
snapshotType: item["snapshotType"],
|
|
5824
|
+
managedClusterPropertiesReadOnly: !item["managedClusterPropertiesReadOnly"] ? item["managedClusterPropertiesReadOnly"] : managedClusterPropertiesForSnapshotDeserializer(item["managedClusterPropertiesReadOnly"])
|
|
5825
|
+
};
|
|
5826
|
+
}
|
|
4134
5827
|
function _trustedAccessRoleBindingPropertiesSerializer(item) {
|
|
4135
5828
|
return {
|
|
4136
5829
|
sourceResourceId: item["sourceResourceId"],
|
|
@@ -4148,6 +5841,25 @@ function _trustedAccessRoleBindingPropertiesDeserializer(item) {
|
|
|
4148
5841
|
})
|
|
4149
5842
|
};
|
|
4150
5843
|
}
|
|
5844
|
+
function _loadBalancerPropertiesSerializer(item) {
|
|
5845
|
+
return {
|
|
5846
|
+
primaryAgentPoolName: item["primaryAgentPoolName"],
|
|
5847
|
+
allowServicePlacement: item["allowServicePlacement"],
|
|
5848
|
+
serviceLabelSelector: !item["serviceLabelSelector"] ? item["serviceLabelSelector"] : labelSelectorSerializer(item["serviceLabelSelector"]),
|
|
5849
|
+
serviceNamespaceSelector: !item["serviceNamespaceSelector"] ? item["serviceNamespaceSelector"] : labelSelectorSerializer(item["serviceNamespaceSelector"]),
|
|
5850
|
+
nodeSelector: !item["nodeSelector"] ? item["nodeSelector"] : labelSelectorSerializer(item["nodeSelector"])
|
|
5851
|
+
};
|
|
5852
|
+
}
|
|
5853
|
+
function _loadBalancerPropertiesDeserializer(item) {
|
|
5854
|
+
return {
|
|
5855
|
+
primaryAgentPoolName: item["primaryAgentPoolName"],
|
|
5856
|
+
allowServicePlacement: item["allowServicePlacement"],
|
|
5857
|
+
serviceLabelSelector: !item["serviceLabelSelector"] ? item["serviceLabelSelector"] : labelSelectorDeserializer(item["serviceLabelSelector"]),
|
|
5858
|
+
serviceNamespaceSelector: !item["serviceNamespaceSelector"] ? item["serviceNamespaceSelector"] : labelSelectorDeserializer(item["serviceNamespaceSelector"]),
|
|
5859
|
+
nodeSelector: !item["nodeSelector"] ? item["nodeSelector"] : labelSelectorDeserializer(item["nodeSelector"]),
|
|
5860
|
+
provisioningState: item["provisioningState"]
|
|
5861
|
+
};
|
|
5862
|
+
}
|
|
4151
5863
|
function _operationValueDisplayDeserializer(item) {
|
|
4152
5864
|
return {
|
|
4153
5865
|
operation: item["operation"],
|
|
@@ -4159,6 +5871,7 @@ function _operationValueDisplayDeserializer(item) {
|
|
|
4159
5871
|
// Annotate the CommonJS export names for ESM import in node:
|
|
4160
5872
|
0 && (module.exports = {
|
|
4161
5873
|
KnownAccelerationMode,
|
|
5874
|
+
KnownAddonAutoscaling,
|
|
4162
5875
|
KnownAdoptionPolicy,
|
|
4163
5876
|
KnownAdvancedNetworkPolicies,
|
|
4164
5877
|
KnownAgentPoolMode,
|
|
@@ -4166,17 +5879,27 @@ function _operationValueDisplayDeserializer(item) {
|
|
|
4166
5879
|
KnownAgentPoolType,
|
|
4167
5880
|
KnownArtifactSource,
|
|
4168
5881
|
KnownBackendPoolType,
|
|
5882
|
+
KnownClusterServiceLoadBalancerHealthProbeMode,
|
|
4169
5883
|
KnownCode,
|
|
4170
5884
|
KnownConnectionStatus,
|
|
5885
|
+
KnownContainerNetworkLogs,
|
|
4171
5886
|
KnownCreatedByType,
|
|
4172
5887
|
KnownDeletePolicy,
|
|
5888
|
+
KnownDriftAction,
|
|
5889
|
+
KnownDriverType,
|
|
4173
5890
|
KnownExpander,
|
|
4174
5891
|
KnownExtendedLocationTypes,
|
|
4175
5892
|
KnownFormat,
|
|
4176
5893
|
KnownGPUDriver,
|
|
4177
5894
|
KnownGPUInstanceProfile,
|
|
5895
|
+
KnownGatewayAPIIstioEnabled,
|
|
5896
|
+
KnownGuardrailsSupport,
|
|
5897
|
+
KnownIdentityBindingProvisioningState,
|
|
5898
|
+
KnownInfrastructureEncryption,
|
|
4178
5899
|
KnownIpFamily,
|
|
5900
|
+
KnownIpvsScheduler,
|
|
4179
5901
|
KnownIstioIngressGatewayMode,
|
|
5902
|
+
KnownJWTAuthenticatorProvisioningState,
|
|
4180
5903
|
KnownKeyVaultNetworkAccessTypes,
|
|
4181
5904
|
KnownKubeletDiskType,
|
|
4182
5905
|
KnownKubernetesSupportPlan,
|
|
@@ -4192,6 +5915,11 @@ function _operationValueDisplayDeserializer(item) {
|
|
|
4192
5915
|
KnownManagedClusterPodIdentityProvisioningState,
|
|
4193
5916
|
KnownManagedClusterSKUName,
|
|
4194
5917
|
KnownManagedClusterSKUTier,
|
|
5918
|
+
KnownManagedGatewayType,
|
|
5919
|
+
KnownManagementMode,
|
|
5920
|
+
KnownMeshMembershipProvisioningState,
|
|
5921
|
+
KnownMigStrategy,
|
|
5922
|
+
KnownMode,
|
|
4195
5923
|
KnownNamespaceProvisioningState,
|
|
4196
5924
|
KnownNetworkDataplane,
|
|
4197
5925
|
KnownNetworkMode,
|
|
@@ -4204,19 +5932,27 @@ function _operationValueDisplayDeserializer(item) {
|
|
|
4204
5932
|
KnownNodeProvisioningMode,
|
|
4205
5933
|
KnownOSDiskType,
|
|
4206
5934
|
KnownOSType,
|
|
5935
|
+
KnownOperator,
|
|
4207
5936
|
KnownOssku,
|
|
4208
5937
|
KnownOutboundType,
|
|
4209
5938
|
KnownPodIPAllocationMode,
|
|
5939
|
+
KnownPodLinkLocalAccess,
|
|
4210
5940
|
KnownPolicyRule,
|
|
4211
5941
|
KnownPrivateEndpointConnectionProvisioningState,
|
|
4212
5942
|
KnownProtocol,
|
|
4213
5943
|
KnownProxyRedirectionMechanism,
|
|
4214
5944
|
KnownPublicNetworkAccess,
|
|
4215
5945
|
KnownResourceIdentityType,
|
|
5946
|
+
KnownResourceSkuCapacityScaleType,
|
|
5947
|
+
KnownResourceSkuRestrictionsReasonCode,
|
|
5948
|
+
KnownResourceSkuRestrictionsType,
|
|
4216
5949
|
KnownRestrictionLevel,
|
|
5950
|
+
KnownSafeguardsSupport,
|
|
4217
5951
|
KnownScaleDownMode,
|
|
4218
5952
|
KnownScaleSetEvictionPolicy,
|
|
4219
5953
|
KnownScaleSetPriority,
|
|
5954
|
+
KnownSchedulerConfigMode,
|
|
5955
|
+
KnownSeccompDefault,
|
|
4220
5956
|
KnownServiceMeshMode,
|
|
4221
5957
|
KnownSnapshotType,
|
|
4222
5958
|
KnownTransitEncryptionType,
|
|
@@ -4224,7 +5960,9 @@ function _operationValueDisplayDeserializer(item) {
|
|
|
4224
5960
|
KnownType,
|
|
4225
5961
|
KnownUndrainableNodeBehavior,
|
|
4226
5962
|
KnownUpgradeChannel,
|
|
5963
|
+
KnownUpgradeStrategy,
|
|
4227
5964
|
KnownVersions,
|
|
5965
|
+
KnownVmState,
|
|
4228
5966
|
KnownWeekDay,
|
|
4229
5967
|
KnownWorkloadRuntime,
|
|
4230
5968
|
_agentPoolAvailableVersionsPropertiesDeserializer,
|
|
@@ -4232,24 +5970,41 @@ function _operationValueDisplayDeserializer(item) {
|
|
|
4232
5970
|
_agentPoolPropertiesDeserializer,
|
|
4233
5971
|
_agentPoolPropertiesSerializer,
|
|
4234
5972
|
_agentPoolUpgradeProfilePropertiesDeserializer,
|
|
5973
|
+
_guardrailsAvailableVersionsListDeserializer,
|
|
5974
|
+
_identityBindingListResultDeserializer,
|
|
5975
|
+
_jwtAuthenticatorListResultDeserializer,
|
|
5976
|
+
_loadBalancerListResultDeserializer,
|
|
5977
|
+
_loadBalancerPropertiesDeserializer,
|
|
5978
|
+
_loadBalancerPropertiesSerializer,
|
|
4235
5979
|
_machineListResultDeserializer,
|
|
4236
5980
|
_maintenanceConfigurationListResultDeserializer,
|
|
4237
5981
|
_maintenanceConfigurationPropertiesDeserializer,
|
|
4238
5982
|
_maintenanceConfigurationPropertiesSerializer,
|
|
4239
5983
|
_managedClusterAccessProfilePropertiesDeserializer,
|
|
4240
5984
|
_managedClusterListResultDeserializer,
|
|
5985
|
+
_managedClusterNATGatewayProfileOutboundIPsDeserializer,
|
|
5986
|
+
_managedClusterNATGatewayProfileOutboundIPsSerializer,
|
|
5987
|
+
_managedClusterNATGatewayProfileOutboundIpPrefixesDeserializer,
|
|
5988
|
+
_managedClusterNATGatewayProfileOutboundIpPrefixesSerializer,
|
|
4241
5989
|
_managedClusterPropertiesDeserializer,
|
|
4242
5990
|
_managedClusterPropertiesSerializer,
|
|
5991
|
+
_managedClusterSnapshotListResultDeserializer,
|
|
5992
|
+
_managedClusterSnapshotPropertiesDeserializer,
|
|
5993
|
+
_managedClusterSnapshotPropertiesSerializer,
|
|
4243
5994
|
_managedClusterUpgradeProfilePropertiesDeserializer,
|
|
4244
5995
|
_managedNamespaceListResultDeserializer,
|
|
5996
|
+
_meshMembershipsListResultDeserializer,
|
|
4245
5997
|
_meshRevisionProfileListDeserializer,
|
|
4246
5998
|
_meshUpgradeProfileListDeserializer,
|
|
5999
|
+
_nodeImageVersionsListResultDeserializer,
|
|
4247
6000
|
_operationListResultDeserializer,
|
|
6001
|
+
_operationStatusResultListDeserializer,
|
|
4248
6002
|
_operationValueDisplayDeserializer,
|
|
4249
6003
|
_outboundEnvironmentEndpointCollectionDeserializer,
|
|
4250
6004
|
_privateEndpointConnectionPropertiesDeserializer,
|
|
4251
6005
|
_privateEndpointConnectionPropertiesSerializer,
|
|
4252
6006
|
_runCommandResultPropertiesDeserializer,
|
|
6007
|
+
_safeguardsAvailableVersionsListDeserializer,
|
|
4253
6008
|
_snapshotListResultDeserializer,
|
|
4254
6009
|
_snapshotPropertiesDeserializer,
|
|
4255
6010
|
_snapshotPropertiesSerializer,
|
|
@@ -4257,6 +6012,7 @@ function _operationValueDisplayDeserializer(item) {
|
|
|
4257
6012
|
_trustedAccessRoleBindingPropertiesDeserializer,
|
|
4258
6013
|
_trustedAccessRoleBindingPropertiesSerializer,
|
|
4259
6014
|
_trustedAccessRoleListResultDeserializer,
|
|
6015
|
+
_vmSkusListResultDeserializer,
|
|
4260
6016
|
absoluteMonthlyScheduleDeserializer,
|
|
4261
6017
|
absoluteMonthlyScheduleSerializer,
|
|
4262
6018
|
accessProfileDeserializer,
|
|
@@ -4272,16 +6028,22 @@ function _operationValueDisplayDeserializer(item) {
|
|
|
4272
6028
|
advancedNetworkingSerializer,
|
|
4273
6029
|
agentPoolArrayDeserializer,
|
|
4274
6030
|
agentPoolArraySerializer,
|
|
6031
|
+
agentPoolArtifactStreamingProfileDeserializer,
|
|
6032
|
+
agentPoolArtifactStreamingProfileSerializer,
|
|
4275
6033
|
agentPoolAvailableVersionsDeserializer,
|
|
4276
6034
|
agentPoolAvailableVersionsPropertiesAgentPoolVersionsItemArrayDeserializer,
|
|
4277
6035
|
agentPoolAvailableVersionsPropertiesAgentPoolVersionsItemDeserializer,
|
|
4278
6036
|
agentPoolAvailableVersionsPropertiesDeserializer,
|
|
6037
|
+
agentPoolBlueGreenUpgradeSettingsDeserializer,
|
|
6038
|
+
agentPoolBlueGreenUpgradeSettingsSerializer,
|
|
4279
6039
|
agentPoolDeleteMachinesParameterSerializer,
|
|
4280
6040
|
agentPoolDeserializer,
|
|
4281
6041
|
agentPoolGatewayProfileDeserializer,
|
|
4282
6042
|
agentPoolGatewayProfileSerializer,
|
|
4283
6043
|
agentPoolNetworkProfileDeserializer,
|
|
4284
6044
|
agentPoolNetworkProfileSerializer,
|
|
6045
|
+
agentPoolRecentlyUsedVersionArrayDeserializer,
|
|
6046
|
+
agentPoolRecentlyUsedVersionDeserializer,
|
|
4285
6047
|
agentPoolSecurityProfileDeserializer,
|
|
4286
6048
|
agentPoolSecurityProfileSerializer,
|
|
4287
6049
|
agentPoolSerializer,
|
|
@@ -4295,6 +6057,8 @@ function _operationValueDisplayDeserializer(item) {
|
|
|
4295
6057
|
agentPoolUpgradeSettingsSerializer,
|
|
4296
6058
|
agentPoolWindowsProfileDeserializer,
|
|
4297
6059
|
agentPoolWindowsProfileSerializer,
|
|
6060
|
+
autoScaleProfileDeserializer,
|
|
6061
|
+
autoScaleProfileSerializer,
|
|
4298
6062
|
azureKeyVaultKmsDeserializer,
|
|
4299
6063
|
azureKeyVaultKmsSerializer,
|
|
4300
6064
|
clusterUpgradeSettingsDeserializer,
|
|
@@ -4302,9 +6066,17 @@ function _operationValueDisplayDeserializer(item) {
|
|
|
4302
6066
|
commandResultPropertiesDeserializer,
|
|
4303
6067
|
compatibleVersionsArrayDeserializer,
|
|
4304
6068
|
compatibleVersionsDeserializer,
|
|
6069
|
+
componentArrayDeserializer,
|
|
6070
|
+
componentDeserializer,
|
|
6071
|
+
componentsByReleaseArrayDeserializer,
|
|
6072
|
+
componentsByReleaseDeserializer,
|
|
4305
6073
|
containerServiceLinuxProfileDeserializer,
|
|
4306
6074
|
containerServiceLinuxProfileSerializer,
|
|
4307
6075
|
containerServiceNetworkProfileDeserializer,
|
|
6076
|
+
containerServiceNetworkProfileKubeProxyConfigDeserializer,
|
|
6077
|
+
containerServiceNetworkProfileKubeProxyConfigIpvsConfigDeserializer,
|
|
6078
|
+
containerServiceNetworkProfileKubeProxyConfigIpvsConfigSerializer,
|
|
6079
|
+
containerServiceNetworkProfileKubeProxyConfigSerializer,
|
|
4308
6080
|
containerServiceNetworkProfileSerializer,
|
|
4309
6081
|
containerServiceSshConfigurationDeserializer,
|
|
4310
6082
|
containerServiceSshConfigurationSerializer,
|
|
@@ -4340,6 +6112,18 @@ function _operationValueDisplayDeserializer(item) {
|
|
|
4340
6112
|
extendedLocationSerializer,
|
|
4341
6113
|
gpuProfileDeserializer,
|
|
4342
6114
|
gpuProfileSerializer,
|
|
6115
|
+
guardrailsAvailableVersionArrayDeserializer,
|
|
6116
|
+
guardrailsAvailableVersionDeserializer,
|
|
6117
|
+
guardrailsAvailableVersionsPropertiesDeserializer,
|
|
6118
|
+
identityBindingArrayDeserializer,
|
|
6119
|
+
identityBindingArraySerializer,
|
|
6120
|
+
identityBindingDeserializer,
|
|
6121
|
+
identityBindingManagedIdentityProfileDeserializer,
|
|
6122
|
+
identityBindingManagedIdentityProfileSerializer,
|
|
6123
|
+
identityBindingOidcIssuerProfileDeserializer,
|
|
6124
|
+
identityBindingPropertiesDeserializer,
|
|
6125
|
+
identityBindingPropertiesSerializer,
|
|
6126
|
+
identityBindingSerializer,
|
|
4343
6127
|
ipTagArrayDeserializer,
|
|
4344
6128
|
ipTagArraySerializer,
|
|
4345
6129
|
ipTagDeserializer,
|
|
@@ -4360,16 +6144,50 @@ function _operationValueDisplayDeserializer(item) {
|
|
|
4360
6144
|
istioPluginCertificateAuthoritySerializer,
|
|
4361
6145
|
istioServiceMeshDeserializer,
|
|
4362
6146
|
istioServiceMeshSerializer,
|
|
6147
|
+
jwtAuthenticatorArrayDeserializer,
|
|
6148
|
+
jwtAuthenticatorArraySerializer,
|
|
6149
|
+
jwtAuthenticatorClaimMappingExpressionDeserializer,
|
|
6150
|
+
jwtAuthenticatorClaimMappingExpressionSerializer,
|
|
6151
|
+
jwtAuthenticatorClaimMappingsDeserializer,
|
|
6152
|
+
jwtAuthenticatorClaimMappingsSerializer,
|
|
6153
|
+
jwtAuthenticatorDeserializer,
|
|
6154
|
+
jwtAuthenticatorExtraClaimMappingExpressionArrayDeserializer,
|
|
6155
|
+
jwtAuthenticatorExtraClaimMappingExpressionArraySerializer,
|
|
6156
|
+
jwtAuthenticatorExtraClaimMappingExpressionDeserializer,
|
|
6157
|
+
jwtAuthenticatorExtraClaimMappingExpressionSerializer,
|
|
6158
|
+
jwtAuthenticatorIssuerDeserializer,
|
|
6159
|
+
jwtAuthenticatorIssuerSerializer,
|
|
6160
|
+
jwtAuthenticatorPropertiesDeserializer,
|
|
6161
|
+
jwtAuthenticatorPropertiesSerializer,
|
|
6162
|
+
jwtAuthenticatorSerializer,
|
|
6163
|
+
jwtAuthenticatorValidationRuleArrayDeserializer,
|
|
6164
|
+
jwtAuthenticatorValidationRuleArraySerializer,
|
|
6165
|
+
jwtAuthenticatorValidationRuleDeserializer,
|
|
6166
|
+
jwtAuthenticatorValidationRuleSerializer,
|
|
4363
6167
|
kubeletConfigDeserializer,
|
|
4364
6168
|
kubeletConfigSerializer,
|
|
4365
6169
|
kubernetesPatchVersionDeserializer,
|
|
4366
6170
|
kubernetesPatchVersionRecordDeserializer,
|
|
6171
|
+
kubernetesResourceObjectEncryptionProfileDeserializer,
|
|
6172
|
+
kubernetesResourceObjectEncryptionProfileSerializer,
|
|
4367
6173
|
kubernetesVersionArrayDeserializer,
|
|
4368
6174
|
kubernetesVersionCapabilitiesDeserializer,
|
|
4369
6175
|
kubernetesVersionDeserializer,
|
|
4370
6176
|
kubernetesVersionListResultDeserializer,
|
|
6177
|
+
labelSelectorDeserializer,
|
|
6178
|
+
labelSelectorRequirementArrayDeserializer,
|
|
6179
|
+
labelSelectorRequirementArraySerializer,
|
|
6180
|
+
labelSelectorRequirementDeserializer,
|
|
6181
|
+
labelSelectorRequirementSerializer,
|
|
6182
|
+
labelSelectorSerializer,
|
|
4371
6183
|
linuxOSConfigDeserializer,
|
|
4372
6184
|
linuxOSConfigSerializer,
|
|
6185
|
+
loadBalancerArrayDeserializer,
|
|
6186
|
+
loadBalancerArraySerializer,
|
|
6187
|
+
loadBalancerDeserializer,
|
|
6188
|
+
loadBalancerPropertiesDeserializer,
|
|
6189
|
+
loadBalancerPropertiesSerializer,
|
|
6190
|
+
loadBalancerSerializer,
|
|
4373
6191
|
localDNSOverrideDeserializer,
|
|
4374
6192
|
localDNSOverrideRecordDeserializer,
|
|
4375
6193
|
localDNSOverrideRecordSerializer,
|
|
@@ -4377,11 +6195,27 @@ function _operationValueDisplayDeserializer(item) {
|
|
|
4377
6195
|
localDNSProfileDeserializer,
|
|
4378
6196
|
localDNSProfileSerializer,
|
|
4379
6197
|
machineArrayDeserializer,
|
|
6198
|
+
machineArraySerializer,
|
|
6199
|
+
machineBillingProfileDeserializer,
|
|
6200
|
+
machineBillingProfileSerializer,
|
|
4380
6201
|
machineDeserializer,
|
|
6202
|
+
machineHardwareProfileDeserializer,
|
|
6203
|
+
machineHardwareProfileSerializer,
|
|
4381
6204
|
machineIpAddressArrayDeserializer,
|
|
4382
6205
|
machineIpAddressDeserializer,
|
|
6206
|
+
machineKubernetesProfileDeserializer,
|
|
6207
|
+
machineKubernetesProfileSerializer,
|
|
4383
6208
|
machineNetworkPropertiesDeserializer,
|
|
6209
|
+
machineOSProfileDeserializer,
|
|
6210
|
+
machineOSProfileLinuxProfileDeserializer,
|
|
6211
|
+
machineOSProfileLinuxProfileSerializer,
|
|
6212
|
+
machineOSProfileSerializer,
|
|
4384
6213
|
machinePropertiesDeserializer,
|
|
6214
|
+
machinePropertiesSerializer,
|
|
6215
|
+
machineSecurityProfileDeserializer,
|
|
6216
|
+
machineSecurityProfileSerializer,
|
|
6217
|
+
machineSerializer,
|
|
6218
|
+
machineStatusDeserializer,
|
|
4385
6219
|
maintenanceConfigurationArrayDeserializer,
|
|
4386
6220
|
maintenanceConfigurationArraySerializer,
|
|
4387
6221
|
maintenanceConfigurationDeserializer,
|
|
@@ -4408,10 +6242,22 @@ function _operationValueDisplayDeserializer(item) {
|
|
|
4408
6242
|
managedClusterAgentPoolProfilePropertiesDeserializer,
|
|
4409
6243
|
managedClusterAgentPoolProfilePropertiesSerializer,
|
|
4410
6244
|
managedClusterAgentPoolProfileSerializer,
|
|
6245
|
+
managedClusterAppRoutingIstioDeserializer,
|
|
6246
|
+
managedClusterAppRoutingIstioSerializer,
|
|
4411
6247
|
managedClusterArrayDeserializer,
|
|
4412
6248
|
managedClusterArraySerializer,
|
|
4413
6249
|
managedClusterAutoUpgradeProfileDeserializer,
|
|
4414
6250
|
managedClusterAutoUpgradeProfileSerializer,
|
|
6251
|
+
managedClusterAzureMonitorProfileAppMonitoringAutoInstrumentationDeserializer,
|
|
6252
|
+
managedClusterAzureMonitorProfileAppMonitoringAutoInstrumentationSerializer,
|
|
6253
|
+
managedClusterAzureMonitorProfileAppMonitoringDeserializer,
|
|
6254
|
+
managedClusterAzureMonitorProfileAppMonitoringOpenTelemetryLogsDeserializer,
|
|
6255
|
+
managedClusterAzureMonitorProfileAppMonitoringOpenTelemetryLogsSerializer,
|
|
6256
|
+
managedClusterAzureMonitorProfileAppMonitoringOpenTelemetryMetricsDeserializer,
|
|
6257
|
+
managedClusterAzureMonitorProfileAppMonitoringOpenTelemetryMetricsSerializer,
|
|
6258
|
+
managedClusterAzureMonitorProfileAppMonitoringSerializer,
|
|
6259
|
+
managedClusterAzureMonitorProfileContainerInsightsDeserializer,
|
|
6260
|
+
managedClusterAzureMonitorProfileContainerInsightsSerializer,
|
|
4415
6261
|
managedClusterAzureMonitorProfileDeserializer,
|
|
4416
6262
|
managedClusterAzureMonitorProfileKubeStateMetricsDeserializer,
|
|
4417
6263
|
managedClusterAzureMonitorProfileKubeStateMetricsSerializer,
|
|
@@ -4423,11 +6269,21 @@ function _operationValueDisplayDeserializer(item) {
|
|
|
4423
6269
|
managedClusterCostAnalysisDeserializer,
|
|
4424
6270
|
managedClusterCostAnalysisSerializer,
|
|
4425
6271
|
managedClusterDeserializer,
|
|
6272
|
+
managedClusterHealthMonitorProfileDeserializer,
|
|
6273
|
+
managedClusterHealthMonitorProfileSerializer,
|
|
6274
|
+
managedClusterHostedSystemProfileDeserializer,
|
|
6275
|
+
managedClusterHostedSystemProfileSerializer,
|
|
4426
6276
|
managedClusterHttpProxyConfigDeserializer,
|
|
4427
6277
|
managedClusterHttpProxyConfigSerializer,
|
|
4428
6278
|
managedClusterIdentityDeserializer,
|
|
4429
6279
|
managedClusterIdentitySerializer,
|
|
6280
|
+
managedClusterIngressDefaultDomainProfileDeserializer,
|
|
6281
|
+
managedClusterIngressDefaultDomainProfileSerializer,
|
|
6282
|
+
managedClusterIngressProfileApplicationLoadBalancerDeserializer,
|
|
6283
|
+
managedClusterIngressProfileApplicationLoadBalancerSerializer,
|
|
4430
6284
|
managedClusterIngressProfileDeserializer,
|
|
6285
|
+
managedClusterIngressProfileGatewayConfigurationDeserializer,
|
|
6286
|
+
managedClusterIngressProfileGatewayConfigurationSerializer,
|
|
4431
6287
|
managedClusterIngressProfileNginxDeserializer,
|
|
4432
6288
|
managedClusterIngressProfileNginxSerializer,
|
|
4433
6289
|
managedClusterIngressProfileSerializer,
|
|
@@ -4474,22 +6330,39 @@ function _operationValueDisplayDeserializer(item) {
|
|
|
4474
6330
|
managedClusterPropertiesAutoScalerProfileDeserializer,
|
|
4475
6331
|
managedClusterPropertiesAutoScalerProfileSerializer,
|
|
4476
6332
|
managedClusterPropertiesDeserializer,
|
|
6333
|
+
managedClusterPropertiesForSnapshotDeserializer,
|
|
4477
6334
|
managedClusterPropertiesSerializer,
|
|
4478
6335
|
managedClusterSKUDeserializer,
|
|
4479
6336
|
managedClusterSKUSerializer,
|
|
4480
6337
|
managedClusterSecurityProfileDefenderDeserializer,
|
|
6338
|
+
managedClusterSecurityProfileDefenderSecurityGatingDeserializer,
|
|
6339
|
+
managedClusterSecurityProfileDefenderSecurityGatingIdentitiesItemArrayDeserializer,
|
|
6340
|
+
managedClusterSecurityProfileDefenderSecurityGatingIdentitiesItemArraySerializer,
|
|
6341
|
+
managedClusterSecurityProfileDefenderSecurityGatingIdentitiesItemDeserializer,
|
|
6342
|
+
managedClusterSecurityProfileDefenderSecurityGatingIdentitiesItemSerializer,
|
|
6343
|
+
managedClusterSecurityProfileDefenderSecurityGatingSerializer,
|
|
4481
6344
|
managedClusterSecurityProfileDefenderSecurityMonitoringDeserializer,
|
|
4482
6345
|
managedClusterSecurityProfileDefenderSecurityMonitoringSerializer,
|
|
4483
6346
|
managedClusterSecurityProfileDefenderSerializer,
|
|
4484
6347
|
managedClusterSecurityProfileDeserializer,
|
|
4485
6348
|
managedClusterSecurityProfileImageCleanerDeserializer,
|
|
4486
6349
|
managedClusterSecurityProfileImageCleanerSerializer,
|
|
6350
|
+
managedClusterSecurityProfileImageIntegrityDeserializer,
|
|
6351
|
+
managedClusterSecurityProfileImageIntegritySerializer,
|
|
6352
|
+
managedClusterSecurityProfileNodeRestrictionDeserializer,
|
|
6353
|
+
managedClusterSecurityProfileNodeRestrictionSerializer,
|
|
4487
6354
|
managedClusterSecurityProfileSerializer,
|
|
4488
6355
|
managedClusterSecurityProfileWorkloadIdentityDeserializer,
|
|
4489
6356
|
managedClusterSecurityProfileWorkloadIdentitySerializer,
|
|
4490
6357
|
managedClusterSerializer,
|
|
4491
6358
|
managedClusterServicePrincipalProfileDeserializer,
|
|
4492
6359
|
managedClusterServicePrincipalProfileSerializer,
|
|
6360
|
+
managedClusterSnapshotArrayDeserializer,
|
|
6361
|
+
managedClusterSnapshotArraySerializer,
|
|
6362
|
+
managedClusterSnapshotDeserializer,
|
|
6363
|
+
managedClusterSnapshotPropertiesDeserializer,
|
|
6364
|
+
managedClusterSnapshotPropertiesSerializer,
|
|
6365
|
+
managedClusterSnapshotSerializer,
|
|
4493
6366
|
managedClusterStaticEgressGatewayProfileDeserializer,
|
|
4494
6367
|
managedClusterStaticEgressGatewayProfileSerializer,
|
|
4495
6368
|
managedClusterStatusDeserializer,
|
|
@@ -4506,6 +6379,8 @@ function _operationValueDisplayDeserializer(item) {
|
|
|
4506
6379
|
managedClusterStorageProfileSnapshotControllerSerializer,
|
|
4507
6380
|
managedClusterUpgradeProfileDeserializer,
|
|
4508
6381
|
managedClusterUpgradeProfilePropertiesDeserializer,
|
|
6382
|
+
managedClusterWebAppRoutingGatewayAPIImplementationsDeserializer,
|
|
6383
|
+
managedClusterWebAppRoutingGatewayAPIImplementationsSerializer,
|
|
4509
6384
|
managedClusterWindowsProfileDeserializer,
|
|
4510
6385
|
managedClusterWindowsProfileSerializer,
|
|
4511
6386
|
managedClusterWorkloadAutoScalerProfileDeserializer,
|
|
@@ -4526,6 +6401,14 @@ function _operationValueDisplayDeserializer(item) {
|
|
|
4526
6401
|
manualScaleProfileArraySerializer,
|
|
4527
6402
|
manualScaleProfileDeserializer,
|
|
4528
6403
|
manualScaleProfileSerializer,
|
|
6404
|
+
meshMembershipArrayDeserializer,
|
|
6405
|
+
meshMembershipArraySerializer,
|
|
6406
|
+
meshMembershipDeserializer,
|
|
6407
|
+
meshMembershipPrivateConnectProfileDeserializer,
|
|
6408
|
+
meshMembershipPrivateConnectProfileSerializer,
|
|
6409
|
+
meshMembershipPropertiesDeserializer,
|
|
6410
|
+
meshMembershipPropertiesSerializer,
|
|
6411
|
+
meshMembershipSerializer,
|
|
4529
6412
|
meshRevisionArrayDeserializer,
|
|
4530
6413
|
meshRevisionDeserializer,
|
|
4531
6414
|
meshRevisionProfileArrayDeserializer,
|
|
@@ -4538,6 +6421,15 @@ function _operationValueDisplayDeserializer(item) {
|
|
|
4538
6421
|
namespacePropertiesSerializer,
|
|
4539
6422
|
networkPoliciesDeserializer,
|
|
4540
6423
|
networkPoliciesSerializer,
|
|
6424
|
+
networkProfileForSnapshotDeserializer,
|
|
6425
|
+
nodeCustomizationProfileDeserializer,
|
|
6426
|
+
nodeCustomizationProfileSerializer,
|
|
6427
|
+
nodeImageVersionArrayDeserializer,
|
|
6428
|
+
nodeImageVersionDeserializer,
|
|
6429
|
+
nvidiaGPUProfileDeserializer,
|
|
6430
|
+
nvidiaGPUProfileSerializer,
|
|
6431
|
+
operationStatusResultArrayDeserializer,
|
|
6432
|
+
operationStatusResultDeserializer,
|
|
4541
6433
|
operationValueArrayDeserializer,
|
|
4542
6434
|
operationValueDeserializer,
|
|
4543
6435
|
operationValueDisplayDeserializer,
|
|
@@ -4567,6 +6459,7 @@ function _operationValueDisplayDeserializer(item) {
|
|
|
4567
6459
|
privateLinkServiceConnectionStateSerializer,
|
|
4568
6460
|
proxyResourceDeserializer,
|
|
4569
6461
|
proxyResourceSerializer,
|
|
6462
|
+
rebalanceLoadBalancersRequestBodySerializer,
|
|
4570
6463
|
relativeMonthlyScheduleDeserializer,
|
|
4571
6464
|
relativeMonthlyScheduleSerializer,
|
|
4572
6465
|
resourceDeserializer,
|
|
@@ -4577,12 +6470,37 @@ function _operationValueDisplayDeserializer(item) {
|
|
|
4577
6470
|
resourceReferenceDeserializer,
|
|
4578
6471
|
resourceReferenceSerializer,
|
|
4579
6472
|
resourceSerializer,
|
|
6473
|
+
resourceSkuArrayDeserializer,
|
|
6474
|
+
resourceSkuCapabilitiesArrayDeserializer,
|
|
6475
|
+
resourceSkuCapabilitiesDeserializer,
|
|
6476
|
+
resourceSkuCapacityDeserializer,
|
|
6477
|
+
resourceSkuCostsArrayDeserializer,
|
|
6478
|
+
resourceSkuCostsDeserializer,
|
|
6479
|
+
resourceSkuDeserializer,
|
|
6480
|
+
resourceSkuLocationInfoArrayDeserializer,
|
|
6481
|
+
resourceSkuLocationInfoDeserializer,
|
|
6482
|
+
resourceSkuRestrictionInfoDeserializer,
|
|
6483
|
+
resourceSkuRestrictionsArrayDeserializer,
|
|
6484
|
+
resourceSkuRestrictionsDeserializer,
|
|
6485
|
+
resourceSkuZoneDetailsArrayDeserializer,
|
|
6486
|
+
resourceSkuZoneDetailsDeserializer,
|
|
4580
6487
|
runCommandRequestSerializer,
|
|
4581
6488
|
runCommandResultDeserializer,
|
|
6489
|
+
safeguardsAvailableVersionArrayDeserializer,
|
|
6490
|
+
safeguardsAvailableVersionDeserializer,
|
|
6491
|
+
safeguardsAvailableVersionsPropertiesDeserializer,
|
|
4582
6492
|
scaleProfileDeserializer,
|
|
4583
6493
|
scaleProfileSerializer,
|
|
4584
6494
|
scheduleDeserializer,
|
|
4585
6495
|
scheduleSerializer,
|
|
6496
|
+
schedulerInstanceProfileDeserializer,
|
|
6497
|
+
schedulerInstanceProfileSerializer,
|
|
6498
|
+
schedulerProfileDeserializer,
|
|
6499
|
+
schedulerProfileSchedulerInstanceProfilesDeserializer,
|
|
6500
|
+
schedulerProfileSchedulerInstanceProfilesSerializer,
|
|
6501
|
+
schedulerProfileSerializer,
|
|
6502
|
+
serviceAccountImagePullProfileDeserializer,
|
|
6503
|
+
serviceAccountImagePullProfileSerializer,
|
|
4586
6504
|
serviceMeshProfileDeserializer,
|
|
4587
6505
|
serviceMeshProfileSerializer,
|
|
4588
6506
|
snapshotArrayDeserializer,
|
|
@@ -4632,3 +6550,4 @@ function _operationValueDisplayDeserializer(item) {
|
|
|
4632
6550
|
windowsGmsaProfileDeserializer,
|
|
4633
6551
|
windowsGmsaProfileSerializer
|
|
4634
6552
|
});
|
|
6553
|
+
//# sourceMappingURL=models.js.map
|