@azure/arm-containerservice 25.2.0 → 25.3.0-beta.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/dist/browser/api/agentPools/index.d.ts +2 -2
- package/dist/browser/api/agentPools/index.js +1 -1
- package/dist/browser/api/agentPools/index.js.map +1 -1
- package/dist/browser/api/agentPools/operations.d.ts +5 -1
- package/dist/browser/api/agentPools/operations.js +50 -15
- package/dist/browser/api/agentPools/operations.js.map +1 -1
- package/dist/browser/api/agentPools/options.d.ts +5 -0
- package/dist/browser/api/agentPools/options.js.map +1 -1
- package/dist/browser/api/containerService/index.d.ts +3 -0
- package/dist/browser/api/containerService/index.js +4 -0
- package/dist/browser/api/containerService/index.js.map +1 -0
- package/dist/browser/api/containerService/operations.d.ts +10 -0
- package/dist/browser/api/containerService/operations.js +37 -0
- package/dist/browser/api/containerService/operations.js.map +1 -0
- package/dist/browser/api/containerService/options.d.ts +5 -0
- package/dist/browser/api/containerService/options.js.map +1 -0
- package/dist/browser/api/containerServiceContext.js +1 -1
- package/dist/browser/api/containerServiceContext.js.map +1 -1
- package/dist/browser/api/identityBindings/index.d.ts +3 -0
- package/dist/browser/api/identityBindings/index.js.map +1 -0
- package/dist/browser/api/identityBindings/operations.d.ts +23 -0
- package/dist/browser/api/identityBindings/operations.js +135 -0
- package/dist/browser/api/identityBindings/operations.js.map +1 -0
- package/dist/browser/api/identityBindings/options.d.ts +18 -0
- package/dist/browser/api/identityBindings/options.js.map +1 -0
- package/dist/browser/api/jwtAuthenticators/index.d.ts +3 -0
- package/dist/browser/api/jwtAuthenticators/index.js +4 -0
- package/dist/browser/api/jwtAuthenticators/index.js.map +1 -0
- package/dist/browser/api/jwtAuthenticators/operations.d.ts +23 -0
- package/dist/browser/api/jwtAuthenticators/operations.js +135 -0
- package/dist/browser/api/jwtAuthenticators/operations.js.map +1 -0
- package/dist/{react-native/api/trustedAccessRoleBindings → browser/api/jwtAuthenticators}/options.d.ts +4 -4
- package/dist/browser/api/jwtAuthenticators/options.js.map +1 -0
- package/dist/browser/api/loadBalancers/index.d.ts +3 -0
- package/dist/browser/api/loadBalancers/index.js +4 -0
- package/dist/browser/api/loadBalancers/index.js.map +1 -0
- package/dist/browser/api/loadBalancers/operations.d.ts +23 -0
- package/dist/{react-native/api/maintenanceConfigurations → browser/api/loadBalancers}/operations.js +42 -32
- package/dist/browser/api/loadBalancers/operations.js.map +1 -0
- package/dist/browser/api/loadBalancers/options.d.ts +16 -0
- package/dist/browser/api/loadBalancers/options.js.map +1 -0
- package/dist/browser/api/machines/index.d.ts +2 -2
- package/dist/browser/api/machines/index.js +1 -1
- package/dist/browser/api/machines/index.js.map +1 -1
- package/dist/browser/api/machines/operations.d.ts +6 -1
- package/dist/browser/api/machines/operations.js +51 -4
- package/dist/browser/api/machines/operations.js.map +1 -1
- package/dist/browser/api/machines/options.d.ts +9 -0
- package/dist/browser/api/machines/options.js.map +1 -1
- package/dist/browser/api/maintenanceConfigurations/operations.js +9 -5
- package/dist/browser/api/maintenanceConfigurations/operations.js.map +1 -1
- package/dist/browser/api/managedClusterSnapshots/index.d.ts +3 -0
- package/dist/browser/api/managedClusterSnapshots/index.js.map +1 -0
- package/dist/browser/api/managedClusterSnapshots/operations.d.ts +30 -0
- package/dist/{react-native/api/snapshots → browser/api/managedClusterSnapshots}/operations.js +35 -27
- package/dist/browser/api/managedClusterSnapshots/operations.js.map +1 -0
- package/dist/browser/api/managedClusterSnapshots/options.d.ts +20 -0
- package/dist/browser/api/managedClusterSnapshots/options.js.map +1 -0
- package/dist/browser/api/managedClusters/index.d.ts +2 -2
- package/dist/browser/api/managedClusters/index.js +1 -1
- package/dist/browser/api/managedClusters/index.js.map +1 -1
- package/dist/browser/api/managedClusters/operations.d.ts +22 -2
- package/dist/browser/api/managedClusters/operations.js +215 -44
- package/dist/browser/api/managedClusters/operations.js.map +1 -1
- package/dist/browser/api/managedClusters/options.d.ts +19 -0
- package/dist/browser/api/managedClusters/options.js.map +1 -1
- package/dist/browser/api/managedNamespaces/operations.js +13 -9
- package/dist/browser/api/managedNamespaces/operations.js.map +1 -1
- package/dist/browser/api/meshMemberships/index.d.ts +3 -0
- package/dist/browser/api/meshMemberships/index.js +4 -0
- package/dist/browser/api/meshMemberships/index.js.map +1 -0
- package/dist/browser/api/meshMemberships/operations.d.ts +23 -0
- package/dist/{react-native/api/trustedAccessRoleBindings → browser/api/meshMemberships}/operations.js +39 -35
- package/dist/browser/api/meshMemberships/operations.js.map +1 -0
- package/dist/browser/api/meshMemberships/options.d.ts +18 -0
- package/dist/browser/api/meshMemberships/options.js.map +1 -0
- package/dist/browser/api/operationStatusResult/index.d.ts +3 -0
- package/dist/browser/api/operationStatusResult/index.js +4 -0
- package/dist/browser/api/operationStatusResult/index.js.map +1 -0
- package/dist/browser/api/operationStatusResult/operations.d.ts +18 -0
- package/dist/browser/api/operationStatusResult/operations.js +97 -0
- package/dist/browser/api/operationStatusResult/operations.js.map +1 -0
- package/dist/browser/api/operationStatusResult/options.d.ts +11 -0
- package/dist/browser/api/operationStatusResult/options.js.map +1 -0
- package/dist/browser/api/operations/operations.js +6 -2
- package/dist/browser/api/operations/operations.js.map +1 -1
- package/dist/browser/api/privateEndpointConnections/operations.js +5 -5
- package/dist/browser/api/privateEndpointConnections/operations.js.map +1 -1
- package/dist/browser/api/privateLinkResources/operations.js +1 -1
- package/dist/browser/api/privateLinkResources/operations.js.map +1 -1
- package/dist/browser/api/resolvePrivateLinkServiceId/operations.js +1 -1
- package/dist/browser/api/resolvePrivateLinkServiceId/operations.js.map +1 -1
- package/dist/browser/api/snapshots/operations.js +16 -8
- package/dist/browser/api/snapshots/operations.js.map +1 -1
- package/dist/browser/api/trustedAccessRoleBindings/operations.js +11 -7
- package/dist/browser/api/trustedAccessRoleBindings/operations.js.map +1 -1
- package/dist/browser/api/trustedAccessRoles/operations.js +6 -2
- package/dist/browser/api/trustedAccessRoles/operations.js.map +1 -1
- package/dist/browser/api/vmSkus/index.d.ts +3 -0
- package/dist/browser/api/vmSkus/index.js.map +1 -0
- package/dist/browser/api/vmSkus/operations.d.ts +10 -0
- package/dist/{react-native/api/trustedAccessRoles → browser/api/vmSkus}/operations.js +11 -6
- package/dist/browser/api/vmSkus/operations.js.map +1 -0
- package/dist/browser/api/vmSkus/options.d.ts +7 -0
- package/dist/browser/api/vmSkus/options.js.map +1 -0
- package/dist/browser/classic/agentPools/index.d.ts +7 -1
- package/dist/browser/classic/agentPools/index.js +10 -1
- package/dist/browser/classic/agentPools/index.js.map +1 -1
- package/dist/browser/classic/containerService/index.d.ts +11 -0
- package/dist/browser/classic/containerService/index.js +14 -0
- package/dist/browser/classic/containerService/index.js.map +1 -0
- package/dist/browser/classic/identityBindings/index.d.ts +27 -0
- package/dist/browser/classic/identityBindings/index.js +34 -0
- package/dist/browser/classic/identityBindings/index.js.map +1 -0
- package/dist/browser/classic/index.d.ts +8 -0
- package/dist/browser/classic/index.js.map +1 -1
- package/dist/browser/classic/jwtAuthenticators/index.d.ts +27 -0
- package/dist/browser/classic/jwtAuthenticators/index.js +34 -0
- package/dist/browser/classic/jwtAuthenticators/index.js.map +1 -0
- package/dist/browser/classic/loadBalancers/index.d.ts +23 -0
- package/dist/browser/classic/loadBalancers/index.js +26 -0
- package/dist/browser/classic/loadBalancers/index.js.map +1 -0
- package/dist/browser/classic/machines/index.d.ts +9 -1
- package/dist/browser/classic/machines/index.js +11 -1
- package/dist/browser/classic/machines/index.js.map +1 -1
- package/dist/browser/classic/managedClusterSnapshots/index.d.ts +21 -0
- package/dist/{react-native/classic/snapshots → browser/classic/managedClusterSnapshots}/index.js +4 -4
- package/dist/browser/classic/managedClusterSnapshots/index.js.map +1 -0
- package/dist/browser/classic/managedClusters/index.d.ts +16 -2
- package/dist/browser/classic/managedClusters/index.js +14 -1
- package/dist/browser/classic/managedClusters/index.js.map +1 -1
- package/dist/browser/classic/meshMemberships/index.d.ts +27 -0
- package/dist/browser/classic/meshMemberships/index.js +34 -0
- package/dist/browser/classic/meshMemberships/index.js.map +1 -0
- package/dist/browser/classic/operationStatusResult/index.d.ts +15 -0
- package/dist/browser/classic/operationStatusResult/index.js +16 -0
- package/dist/browser/classic/operationStatusResult/index.js.map +1 -0
- package/dist/browser/classic/vmSkus/index.d.ts +11 -0
- package/dist/browser/classic/vmSkus/index.js +14 -0
- package/dist/browser/classic/vmSkus/index.js.map +1 -0
- package/dist/browser/containerServiceClient.d.ts +24 -0
- package/dist/browser/containerServiceClient.js +32 -0
- package/dist/browser/containerServiceClient.js.map +1 -1
- package/dist/browser/index.d.ts +14 -6
- package/dist/browser/index.js +1 -1
- package/dist/browser/index.js.map +1 -1
- package/dist/browser/models/index.d.ts +2 -2
- package/dist/browser/models/index.js +1 -1
- package/dist/browser/models/index.js.map +1 -1
- package/dist/browser/models/models.d.ts +1658 -13
- package/dist/browser/models/models.js +2066 -16
- package/dist/browser/models/models.js.map +1 -1
- package/dist/browser/restorePollerHelpers.js +35 -5
- package/dist/browser/restorePollerHelpers.js.map +1 -1
- package/dist/commonjs/api/agentPools/index.d.ts +2 -2
- package/dist/commonjs/api/agentPools/index.js +2 -0
- package/dist/commonjs/api/agentPools/index.js.map +2 -2
- package/dist/commonjs/api/agentPools/operations.d.ts +5 -1
- package/dist/commonjs/api/agentPools/operations.js +59 -15
- package/dist/commonjs/api/agentPools/operations.js.map +2 -2
- package/dist/commonjs/api/agentPools/options.d.ts +5 -0
- package/dist/commonjs/api/agentPools/options.js.map +1 -1
- package/dist/commonjs/api/containerService/index.d.ts +3 -0
- package/dist/commonjs/api/containerService/index.js +28 -0
- package/dist/commonjs/api/containerService/index.js.map +7 -0
- package/dist/commonjs/api/containerService/operations.d.ts +10 -0
- package/dist/commonjs/api/containerService/operations.js +74 -0
- package/dist/commonjs/api/containerService/operations.js.map +7 -0
- package/dist/commonjs/api/containerService/options.d.ts +5 -0
- package/dist/commonjs/api/containerService/options.js +16 -0
- package/dist/commonjs/api/containerService/options.js.map +7 -0
- package/dist/commonjs/api/containerServiceContext.js +1 -1
- package/dist/commonjs/api/containerServiceContext.js.map +1 -1
- package/dist/commonjs/api/identityBindings/index.d.ts +3 -0
- package/dist/commonjs/api/identityBindings/index.js +34 -0
- package/dist/commonjs/api/identityBindings/index.js.map +7 -0
- package/dist/commonjs/api/identityBindings/operations.d.ts +23 -0
- package/dist/commonjs/api/identityBindings/operations.js +212 -0
- package/dist/commonjs/api/identityBindings/operations.js.map +7 -0
- package/dist/commonjs/api/identityBindings/options.d.ts +18 -0
- package/dist/commonjs/api/identityBindings/options.js +16 -0
- package/dist/commonjs/api/identityBindings/options.js.map +7 -0
- package/dist/commonjs/api/jwtAuthenticators/index.d.ts +3 -0
- package/dist/commonjs/api/jwtAuthenticators/index.js +34 -0
- package/dist/commonjs/api/jwtAuthenticators/index.js.map +7 -0
- package/dist/commonjs/api/jwtAuthenticators/operations.d.ts +23 -0
- package/dist/commonjs/api/jwtAuthenticators/operations.js +212 -0
- package/dist/commonjs/api/jwtAuthenticators/operations.js.map +7 -0
- package/dist/commonjs/api/jwtAuthenticators/options.d.ts +18 -0
- package/dist/commonjs/api/jwtAuthenticators/options.js +16 -0
- package/dist/commonjs/api/jwtAuthenticators/options.js.map +7 -0
- package/dist/commonjs/api/loadBalancers/index.d.ts +3 -0
- package/dist/commonjs/api/loadBalancers/index.js +34 -0
- package/dist/commonjs/api/loadBalancers/index.js.map +7 -0
- package/dist/commonjs/api/loadBalancers/operations.d.ts +23 -0
- package/dist/commonjs/api/loadBalancers/operations.js +207 -0
- package/dist/commonjs/api/loadBalancers/operations.js.map +7 -0
- package/dist/commonjs/api/loadBalancers/options.d.ts +16 -0
- package/dist/commonjs/api/loadBalancers/options.js +16 -0
- package/dist/commonjs/api/loadBalancers/options.js.map +7 -0
- package/dist/commonjs/api/machines/index.d.ts +2 -2
- package/dist/commonjs/api/machines/index.js +2 -0
- package/dist/commonjs/api/machines/index.js.map +2 -2
- package/dist/commonjs/api/machines/operations.d.ts +6 -1
- package/dist/commonjs/api/machines/operations.js +67 -3
- package/dist/commonjs/api/machines/operations.js.map +2 -2
- package/dist/commonjs/api/machines/options.d.ts +9 -0
- package/dist/commonjs/api/machines/options.js.map +1 -1
- package/dist/commonjs/api/maintenanceConfigurations/operations.js +9 -5
- package/dist/commonjs/api/maintenanceConfigurations/operations.js.map +2 -2
- package/dist/commonjs/api/managedClusterSnapshots/index.d.ts +3 -0
- package/dist/commonjs/api/managedClusterSnapshots/index.js +38 -0
- package/dist/commonjs/api/managedClusterSnapshots/index.js.map +7 -0
- package/dist/commonjs/api/managedClusterSnapshots/operations.d.ts +30 -0
- package/dist/commonjs/api/managedClusterSnapshots/operations.js +279 -0
- package/dist/commonjs/api/managedClusterSnapshots/operations.js.map +7 -0
- package/dist/commonjs/api/managedClusterSnapshots/options.d.ts +20 -0
- package/dist/commonjs/api/managedClusterSnapshots/options.js +16 -0
- package/dist/commonjs/api/managedClusterSnapshots/options.js.map +7 -0
- package/dist/commonjs/api/managedClusters/index.d.ts +2 -2
- package/dist/commonjs/api/managedClusters/index.js +10 -0
- package/dist/commonjs/api/managedClusters/index.js.map +2 -2
- package/dist/commonjs/api/managedClusters/operations.d.ts +22 -2
- package/dist/commonjs/api/managedClusters/operations.js +276 -43
- package/dist/commonjs/api/managedClusters/operations.js.map +2 -2
- package/dist/commonjs/api/managedClusters/options.d.ts +19 -0
- package/dist/commonjs/api/managedClusters/options.js.map +1 -1
- package/dist/commonjs/api/managedNamespaces/operations.js +13 -9
- package/dist/commonjs/api/managedNamespaces/operations.js.map +2 -2
- package/dist/commonjs/api/meshMemberships/index.d.ts +3 -0
- package/dist/commonjs/api/meshMemberships/index.js +34 -0
- package/dist/commonjs/api/meshMemberships/index.js.map +7 -0
- package/dist/commonjs/api/meshMemberships/operations.d.ts +23 -0
- package/dist/commonjs/api/meshMemberships/operations.js +212 -0
- package/dist/commonjs/api/meshMemberships/operations.js.map +7 -0
- package/dist/commonjs/api/meshMemberships/options.d.ts +18 -0
- package/dist/commonjs/api/meshMemberships/options.js +16 -0
- package/dist/commonjs/api/meshMemberships/options.js.map +7 -0
- package/dist/commonjs/api/operationStatusResult/index.d.ts +3 -0
- package/dist/commonjs/api/operationStatusResult/index.js +32 -0
- package/dist/commonjs/api/operationStatusResult/index.js.map +7 -0
- package/dist/commonjs/api/operationStatusResult/operations.d.ts +18 -0
- package/dist/commonjs/api/operationStatusResult/operations.js +159 -0
- package/dist/commonjs/api/operationStatusResult/operations.js.map +7 -0
- package/dist/commonjs/api/operationStatusResult/options.d.ts +11 -0
- package/dist/commonjs/api/operationStatusResult/options.js +16 -0
- package/dist/commonjs/api/operationStatusResult/options.js.map +7 -0
- package/dist/commonjs/api/operations/operations.js +6 -2
- package/dist/commonjs/api/operations/operations.js.map +2 -2
- package/dist/commonjs/api/privateEndpointConnections/operations.js +5 -5
- package/dist/commonjs/api/privateEndpointConnections/operations.js.map +1 -1
- package/dist/commonjs/api/privateLinkResources/operations.js +1 -1
- package/dist/commonjs/api/privateLinkResources/operations.js.map +1 -1
- package/dist/commonjs/api/resolvePrivateLinkServiceId/operations.js +1 -1
- package/dist/commonjs/api/resolvePrivateLinkServiceId/operations.js.map +1 -1
- package/dist/commonjs/api/snapshots/operations.js +16 -8
- package/dist/commonjs/api/snapshots/operations.js.map +2 -2
- package/dist/commonjs/api/trustedAccessRoleBindings/operations.js +11 -7
- package/dist/commonjs/api/trustedAccessRoleBindings/operations.js.map +2 -2
- package/dist/commonjs/api/trustedAccessRoles/operations.js +6 -2
- package/dist/commonjs/api/trustedAccessRoles/operations.js.map +2 -2
- package/dist/commonjs/api/vmSkus/index.d.ts +3 -0
- package/dist/commonjs/api/vmSkus/index.js +28 -0
- package/dist/commonjs/api/vmSkus/index.js.map +7 -0
- package/dist/commonjs/api/vmSkus/operations.d.ts +10 -0
- package/dist/commonjs/api/vmSkus/operations.js +75 -0
- package/dist/commonjs/api/vmSkus/operations.js.map +7 -0
- package/dist/commonjs/api/vmSkus/options.d.ts +7 -0
- package/dist/commonjs/api/vmSkus/options.js +16 -0
- package/dist/commonjs/api/vmSkus/options.js.map +7 -0
- package/dist/commonjs/classic/agentPools/index.d.ts +7 -1
- package/dist/commonjs/classic/agentPools/index.js +21 -0
- package/dist/commonjs/classic/agentPools/index.js.map +2 -2
- package/dist/commonjs/classic/containerService/index.d.ts +11 -0
- package/dist/commonjs/classic/containerService/index.js +38 -0
- package/dist/commonjs/classic/containerService/index.js.map +7 -0
- package/dist/commonjs/classic/identityBindings/index.d.ts +27 -0
- package/dist/commonjs/classic/identityBindings/index.js +85 -0
- package/dist/commonjs/classic/identityBindings/index.js.map +7 -0
- package/dist/commonjs/classic/index.d.ts +8 -0
- package/dist/commonjs/classic/index.js.map +1 -1
- package/dist/commonjs/classic/jwtAuthenticators/index.d.ts +27 -0
- package/dist/commonjs/classic/jwtAuthenticators/index.js +85 -0
- package/dist/commonjs/classic/jwtAuthenticators/index.js.map +7 -0
- package/dist/commonjs/classic/loadBalancers/index.d.ts +23 -0
- package/dist/commonjs/classic/loadBalancers/index.js +57 -0
- package/dist/commonjs/classic/loadBalancers/index.js.map +7 -0
- package/dist/commonjs/classic/machines/index.d.ts +9 -1
- package/dist/commonjs/classic/machines/index.js +34 -0
- package/dist/commonjs/classic/machines/index.js.map +2 -2
- package/dist/commonjs/classic/managedClusterSnapshots/index.d.ts +21 -0
- package/dist/commonjs/classic/managedClusterSnapshots/index.js +43 -0
- package/dist/commonjs/classic/managedClusterSnapshots/index.js.map +7 -0
- package/dist/commonjs/classic/managedClusters/index.d.ts +16 -2
- package/dist/commonjs/classic/managedClusters/index.js +25 -0
- package/dist/commonjs/classic/managedClusters/index.js.map +2 -2
- package/dist/commonjs/classic/meshMemberships/index.d.ts +27 -0
- package/dist/commonjs/classic/meshMemberships/index.js +79 -0
- package/dist/commonjs/classic/meshMemberships/index.js.map +7 -0
- package/dist/commonjs/classic/operationStatusResult/index.d.ts +15 -0
- package/dist/commonjs/classic/operationStatusResult/index.js +40 -0
- package/dist/commonjs/classic/operationStatusResult/index.js.map +7 -0
- package/dist/commonjs/classic/vmSkus/index.d.ts +11 -0
- package/dist/commonjs/classic/vmSkus/index.js +38 -0
- package/dist/commonjs/classic/vmSkus/index.js.map +7 -0
- package/dist/commonjs/containerServiceClient.d.ts +24 -0
- package/dist/commonjs/containerServiceClient.js +32 -0
- package/dist/commonjs/containerServiceClient.js.map +2 -2
- package/dist/commonjs/index.d.ts +14 -6
- package/dist/commonjs/index.js +54 -0
- package/dist/commonjs/index.js.map +2 -2
- package/dist/commonjs/models/index.d.ts +2 -2
- package/dist/commonjs/models/index.js +54 -0
- package/dist/commonjs/models/index.js.map +2 -2
- package/dist/commonjs/models/models.d.ts +1658 -13
- package/dist/commonjs/models/models.js +2027 -53
- package/dist/commonjs/models/models.js.map +3 -3
- package/dist/commonjs/restorePollerHelpers.js +56 -26
- package/dist/commonjs/restorePollerHelpers.js.map +3 -3
- package/dist/esm/api/agentPools/index.d.ts +2 -2
- package/dist/esm/api/agentPools/index.js +1 -1
- package/dist/esm/api/agentPools/index.js.map +1 -1
- package/dist/esm/api/agentPools/operations.d.ts +5 -1
- package/dist/esm/api/agentPools/operations.js +50 -15
- package/dist/esm/api/agentPools/operations.js.map +1 -1
- package/dist/esm/api/agentPools/options.d.ts +5 -0
- package/dist/esm/api/agentPools/options.js.map +1 -1
- package/dist/esm/api/containerService/index.d.ts +3 -0
- package/dist/esm/api/containerService/index.js +4 -0
- package/dist/esm/api/containerService/index.js.map +1 -0
- package/dist/esm/api/containerService/operations.d.ts +10 -0
- package/dist/esm/api/containerService/operations.js +37 -0
- package/dist/esm/api/containerService/operations.js.map +1 -0
- package/dist/esm/api/containerService/options.d.ts +5 -0
- package/dist/esm/api/containerService/options.js.map +1 -0
- package/dist/esm/api/containerServiceContext.js +1 -1
- package/dist/esm/api/containerServiceContext.js.map +1 -1
- package/dist/esm/api/identityBindings/index.d.ts +3 -0
- package/dist/esm/api/identityBindings/index.js +4 -0
- package/dist/esm/api/identityBindings/index.js.map +1 -0
- package/dist/esm/api/identityBindings/operations.d.ts +23 -0
- package/dist/esm/api/identityBindings/operations.js +135 -0
- package/dist/esm/api/identityBindings/operations.js.map +1 -0
- package/dist/esm/api/identityBindings/options.d.ts +18 -0
- package/dist/esm/api/identityBindings/options.js.map +1 -0
- package/dist/esm/api/jwtAuthenticators/index.d.ts +3 -0
- package/dist/esm/api/jwtAuthenticators/index.js +4 -0
- package/dist/esm/api/jwtAuthenticators/index.js.map +1 -0
- package/dist/esm/api/jwtAuthenticators/operations.d.ts +23 -0
- package/dist/esm/api/jwtAuthenticators/operations.js +135 -0
- package/dist/esm/api/jwtAuthenticators/operations.js.map +1 -0
- package/dist/esm/api/jwtAuthenticators/options.d.ts +18 -0
- package/dist/esm/api/jwtAuthenticators/options.js.map +1 -0
- package/dist/esm/api/loadBalancers/index.d.ts +3 -0
- package/dist/esm/api/loadBalancers/index.js +4 -0
- package/dist/esm/api/loadBalancers/index.js.map +1 -0
- package/dist/esm/api/loadBalancers/operations.d.ts +23 -0
- package/dist/{react-native/api/privateEndpointConnections → esm/api/loadBalancers}/operations.js +43 -39
- package/dist/esm/api/loadBalancers/operations.js.map +1 -0
- package/dist/esm/api/loadBalancers/options.d.ts +16 -0
- package/dist/esm/api/loadBalancers/options.js.map +1 -0
- package/dist/esm/api/machines/index.d.ts +2 -2
- package/dist/esm/api/machines/index.js +1 -1
- package/dist/esm/api/machines/index.js.map +1 -1
- package/dist/esm/api/machines/operations.d.ts +6 -1
- package/dist/esm/api/machines/operations.js +51 -4
- package/dist/esm/api/machines/operations.js.map +1 -1
- package/dist/esm/api/machines/options.d.ts +9 -0
- package/dist/esm/api/machines/options.js.map +1 -1
- package/dist/esm/api/maintenanceConfigurations/operations.js +9 -5
- package/dist/esm/api/maintenanceConfigurations/operations.js.map +1 -1
- package/dist/esm/api/managedClusterSnapshots/index.d.ts +3 -0
- package/dist/esm/api/managedClusterSnapshots/index.js +4 -0
- package/dist/esm/api/managedClusterSnapshots/index.js.map +1 -0
- package/dist/esm/api/managedClusterSnapshots/operations.d.ts +30 -0
- package/dist/esm/api/managedClusterSnapshots/operations.js +179 -0
- package/dist/esm/api/managedClusterSnapshots/operations.js.map +1 -0
- package/dist/esm/api/managedClusterSnapshots/options.d.ts +20 -0
- package/dist/esm/api/managedClusterSnapshots/options.js +4 -0
- package/dist/esm/api/managedClusterSnapshots/options.js.map +1 -0
- package/dist/esm/api/managedClusters/index.d.ts +2 -2
- package/dist/esm/api/managedClusters/index.js +1 -1
- package/dist/esm/api/managedClusters/index.js.map +1 -1
- package/dist/esm/api/managedClusters/operations.d.ts +22 -2
- package/dist/esm/api/managedClusters/operations.js +215 -44
- package/dist/esm/api/managedClusters/operations.js.map +1 -1
- package/dist/esm/api/managedClusters/options.d.ts +19 -0
- package/dist/esm/api/managedClusters/options.js.map +1 -1
- package/dist/esm/api/managedNamespaces/operations.js +13 -9
- package/dist/esm/api/managedNamespaces/operations.js.map +1 -1
- package/dist/esm/api/meshMemberships/index.d.ts +3 -0
- package/dist/esm/api/meshMemberships/index.js +4 -0
- package/dist/esm/api/meshMemberships/index.js.map +1 -0
- package/dist/esm/api/meshMemberships/operations.d.ts +23 -0
- package/dist/esm/api/meshMemberships/operations.js +135 -0
- package/dist/esm/api/meshMemberships/operations.js.map +1 -0
- package/dist/esm/api/meshMemberships/options.d.ts +18 -0
- package/dist/esm/api/meshMemberships/options.js +4 -0
- package/dist/esm/api/meshMemberships/options.js.map +1 -0
- package/dist/esm/api/operationStatusResult/index.d.ts +3 -0
- package/dist/esm/api/operationStatusResult/index.js +4 -0
- package/dist/esm/api/operationStatusResult/index.js.map +1 -0
- package/dist/esm/api/operationStatusResult/operations.d.ts +18 -0
- package/dist/esm/api/operationStatusResult/operations.js +97 -0
- package/dist/esm/api/operationStatusResult/operations.js.map +1 -0
- package/dist/esm/api/operationStatusResult/options.d.ts +11 -0
- package/dist/esm/api/operationStatusResult/options.js +4 -0
- package/dist/esm/api/operationStatusResult/options.js.map +1 -0
- package/dist/esm/api/operations/operations.js +6 -2
- package/dist/esm/api/operations/operations.js.map +1 -1
- package/dist/esm/api/privateEndpointConnections/operations.js +5 -5
- package/dist/esm/api/privateEndpointConnections/operations.js.map +1 -1
- package/dist/esm/api/privateLinkResources/operations.js +1 -1
- package/dist/esm/api/privateLinkResources/operations.js.map +1 -1
- package/dist/esm/api/resolvePrivateLinkServiceId/operations.js +1 -1
- package/dist/esm/api/resolvePrivateLinkServiceId/operations.js.map +1 -1
- package/dist/esm/api/snapshots/operations.js +16 -8
- package/dist/esm/api/snapshots/operations.js.map +1 -1
- package/dist/esm/api/trustedAccessRoleBindings/operations.js +11 -7
- package/dist/esm/api/trustedAccessRoleBindings/operations.js.map +1 -1
- package/dist/esm/api/trustedAccessRoles/operations.js +6 -2
- package/dist/esm/api/trustedAccessRoles/operations.js.map +1 -1
- package/dist/esm/api/vmSkus/index.d.ts +3 -0
- package/dist/esm/api/vmSkus/index.js.map +1 -0
- package/dist/esm/api/vmSkus/operations.d.ts +10 -0
- package/dist/esm/api/vmSkus/operations.js +38 -0
- package/dist/esm/api/vmSkus/operations.js.map +1 -0
- package/dist/esm/api/vmSkus/options.d.ts +7 -0
- package/dist/esm/api/vmSkus/options.js +4 -0
- package/dist/esm/api/vmSkus/options.js.map +1 -0
- package/dist/esm/classic/agentPools/index.d.ts +7 -1
- package/dist/esm/classic/agentPools/index.js +10 -1
- package/dist/esm/classic/agentPools/index.js.map +1 -1
- package/dist/esm/classic/containerService/index.d.ts +11 -0
- package/dist/esm/classic/containerService/index.js +14 -0
- package/dist/esm/classic/containerService/index.js.map +1 -0
- package/dist/esm/classic/identityBindings/index.d.ts +27 -0
- package/dist/esm/classic/identityBindings/index.js +34 -0
- package/dist/esm/classic/identityBindings/index.js.map +1 -0
- package/dist/esm/classic/index.d.ts +8 -0
- package/dist/esm/classic/index.js.map +1 -1
- package/dist/esm/classic/jwtAuthenticators/index.d.ts +27 -0
- package/dist/esm/classic/jwtAuthenticators/index.js +34 -0
- package/dist/esm/classic/jwtAuthenticators/index.js.map +1 -0
- package/dist/esm/classic/loadBalancers/index.d.ts +23 -0
- package/dist/esm/classic/loadBalancers/index.js +26 -0
- package/dist/esm/classic/loadBalancers/index.js.map +1 -0
- package/dist/esm/classic/machines/index.d.ts +9 -1
- package/dist/esm/classic/machines/index.js +11 -1
- package/dist/esm/classic/machines/index.js.map +1 -1
- package/dist/esm/classic/managedClusterSnapshots/index.d.ts +21 -0
- package/dist/esm/classic/managedClusterSnapshots/index.js +19 -0
- package/dist/esm/classic/managedClusterSnapshots/index.js.map +1 -0
- package/dist/esm/classic/managedClusters/index.d.ts +16 -2
- package/dist/esm/classic/managedClusters/index.js +14 -1
- package/dist/esm/classic/managedClusters/index.js.map +1 -1
- package/dist/esm/classic/meshMemberships/index.d.ts +27 -0
- package/dist/esm/classic/meshMemberships/index.js +34 -0
- package/dist/esm/classic/meshMemberships/index.js.map +1 -0
- package/dist/esm/classic/operationStatusResult/index.d.ts +15 -0
- package/dist/esm/classic/operationStatusResult/index.js +16 -0
- package/dist/esm/classic/operationStatusResult/index.js.map +1 -0
- package/dist/esm/classic/vmSkus/index.d.ts +11 -0
- package/dist/esm/classic/vmSkus/index.js +14 -0
- package/dist/esm/classic/vmSkus/index.js.map +1 -0
- package/dist/esm/containerServiceClient.d.ts +24 -0
- package/dist/esm/containerServiceClient.js +32 -0
- package/dist/esm/containerServiceClient.js.map +1 -1
- package/dist/esm/index.d.ts +14 -6
- package/dist/esm/index.js +1 -1
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/models/index.d.ts +2 -2
- package/dist/esm/models/index.js +1 -1
- package/dist/esm/models/index.js.map +1 -1
- package/dist/esm/models/models.d.ts +1658 -13
- package/dist/esm/models/models.js +2066 -16
- package/dist/esm/models/models.js.map +1 -1
- package/dist/esm/restorePollerHelpers.js +35 -5
- package/dist/esm/restorePollerHelpers.js.map +1 -1
- package/package.json +119 -70
- package/dist/react-native/api/agentPools/index.d.ts +0 -3
- package/dist/react-native/api/agentPools/index.js +0 -4
- package/dist/react-native/api/agentPools/index.js.map +0 -1
- package/dist/react-native/api/agentPools/operations.d.ts +0 -43
- package/dist/react-native/api/agentPools/operations.js +0 -300
- package/dist/react-native/api/agentPools/operations.js.map +0 -1
- package/dist/react-native/api/agentPools/options.d.ts +0 -47
- package/dist/react-native/api/agentPools/options.js.map +0 -1
- package/dist/react-native/api/containerServiceContext.d.ts +0 -22
- package/dist/react-native/api/containerServiceContext.js +0 -24
- package/dist/react-native/api/containerServiceContext.js.map +0 -1
- package/dist/react-native/api/index.d.ts +0 -3
- package/dist/react-native/api/index.js +0 -4
- package/dist/react-native/api/index.js.map +0 -1
- package/dist/react-native/api/machines/index.d.ts +0 -3
- package/dist/react-native/api/machines/index.js +0 -4
- package/dist/react-native/api/machines/index.js.map +0 -1
- package/dist/react-native/api/machines/operations.d.ts +0 -14
- package/dist/react-native/api/machines/operations.js +0 -65
- package/dist/react-native/api/machines/operations.js.map +0 -1
- package/dist/react-native/api/machines/options.d.ts +0 -8
- package/dist/react-native/api/machines/options.js.map +0 -1
- package/dist/react-native/api/maintenanceConfigurations/index.d.ts +0 -3
- package/dist/react-native/api/maintenanceConfigurations/index.js.map +0 -1
- package/dist/react-native/api/maintenanceConfigurations/operations.d.ts +0 -22
- package/dist/react-native/api/maintenanceConfigurations/operations.js.map +0 -1
- package/dist/react-native/api/maintenanceConfigurations/options.d.ts +0 -14
- package/dist/react-native/api/maintenanceConfigurations/options.js.map +0 -1
- package/dist/react-native/api/managedClusters/index.d.ts +0 -3
- package/dist/react-native/api/managedClusters/index.js +0 -4
- package/dist/react-native/api/managedClusters/index.js.map +0 -1
- package/dist/react-native/api/managedClusters/operations.d.ts +0 -111
- package/dist/react-native/api/managedClusters/operations.js +0 -801
- package/dist/react-native/api/managedClusters/operations.js.map +0 -1
- package/dist/react-native/api/managedClusters/options.d.ts +0 -119
- package/dist/react-native/api/managedClusters/options.js.map +0 -1
- package/dist/react-native/api/managedNamespaces/index.d.ts +0 -3
- package/dist/react-native/api/managedNamespaces/index.js +0 -4
- package/dist/react-native/api/managedNamespaces/index.js.map +0 -1
- package/dist/react-native/api/managedNamespaces/operations.d.ts +0 -31
- package/dist/react-native/api/managedNamespaces/operations.js +0 -191
- package/dist/react-native/api/managedNamespaces/operations.js.map +0 -1
- package/dist/react-native/api/managedNamespaces/options.d.ts +0 -24
- package/dist/react-native/api/managedNamespaces/options.js.map +0 -1
- package/dist/react-native/api/operations/index.d.ts +0 -3
- package/dist/react-native/api/operations/index.js.map +0 -1
- package/dist/react-native/api/operations/operations.d.ts +0 -10
- package/dist/react-native/api/operations/operations.js +0 -31
- package/dist/react-native/api/operations/operations.js.map +0 -1
- package/dist/react-native/api/operations/options.d.ts +0 -5
- package/dist/react-native/api/operations/options.js.map +0 -1
- package/dist/react-native/api/privateEndpointConnections/index.d.ts +0 -3
- package/dist/react-native/api/privateEndpointConnections/index.js +0 -4
- package/dist/react-native/api/privateEndpointConnections/index.js.map +0 -1
- package/dist/react-native/api/privateEndpointConnections/operations.d.ts +0 -22
- package/dist/react-native/api/privateEndpointConnections/operations.js.map +0 -1
- package/dist/react-native/api/privateEndpointConnections/options.d.ts +0 -16
- package/dist/react-native/api/privateEndpointConnections/options.js.map +0 -1
- package/dist/react-native/api/privateLinkResources/index.d.ts +0 -3
- package/dist/react-native/api/privateLinkResources/index.js.map +0 -1
- package/dist/react-native/api/privateLinkResources/operations.d.ts +0 -9
- package/dist/react-native/api/privateLinkResources/operations.js +0 -34
- package/dist/react-native/api/privateLinkResources/operations.js.map +0 -1
- package/dist/react-native/api/privateLinkResources/options.d.ts +0 -5
- package/dist/react-native/api/privateLinkResources/options.js.map +0 -1
- package/dist/react-native/api/resolvePrivateLinkServiceId/index.d.ts +0 -3
- package/dist/react-native/api/resolvePrivateLinkServiceId/index.js +0 -4
- package/dist/react-native/api/resolvePrivateLinkServiceId/index.js.map +0 -1
- package/dist/react-native/api/resolvePrivateLinkServiceId/operations.d.ts +0 -9
- package/dist/react-native/api/resolvePrivateLinkServiceId/operations.js +0 -36
- package/dist/react-native/api/resolvePrivateLinkServiceId/operations.js.map +0 -1
- package/dist/react-native/api/resolvePrivateLinkServiceId/options.d.ts +0 -5
- package/dist/react-native/api/resolvePrivateLinkServiceId/options.js.map +0 -1
- package/dist/react-native/api/snapshots/index.d.ts +0 -3
- package/dist/react-native/api/snapshots/index.js.map +0 -1
- package/dist/react-native/api/snapshots/operations.d.ts +0 -30
- package/dist/react-native/api/snapshots/operations.js.map +0 -1
- package/dist/react-native/api/snapshots/options.d.ts +0 -20
- package/dist/react-native/api/snapshots/options.js.map +0 -1
- package/dist/react-native/api/trustedAccessRoleBindings/index.d.ts +0 -3
- package/dist/react-native/api/trustedAccessRoleBindings/index.js +0 -4
- package/dist/react-native/api/trustedAccessRoleBindings/index.js.map +0 -1
- package/dist/react-native/api/trustedAccessRoleBindings/operations.d.ts +0 -23
- package/dist/react-native/api/trustedAccessRoleBindings/operations.js.map +0 -1
- package/dist/react-native/api/trustedAccessRoleBindings/options.js.map +0 -1
- package/dist/react-native/api/trustedAccessRoles/index.d.ts +0 -3
- package/dist/react-native/api/trustedAccessRoles/index.js +0 -4
- package/dist/react-native/api/trustedAccessRoles/index.js.map +0 -1
- package/dist/react-native/api/trustedAccessRoles/operations.d.ts +0 -10
- package/dist/react-native/api/trustedAccessRoles/operations.js.map +0 -1
- package/dist/react-native/api/trustedAccessRoles/options.d.ts +0 -5
- package/dist/react-native/api/trustedAccessRoles/options.js.map +0 -1
- package/dist/react-native/classic/agentPools/index.d.ts +0 -49
- package/dist/react-native/classic/agentPools/index.js +0 -63
- package/dist/react-native/classic/agentPools/index.js.map +0 -1
- package/dist/react-native/classic/index.d.ts +0 -13
- package/dist/react-native/classic/index.js +0 -4
- package/dist/react-native/classic/index.js.map +0 -1
- package/dist/react-native/classic/machines/index.d.ts +0 -13
- package/dist/react-native/classic/machines/index.js +0 -15
- package/dist/react-native/classic/machines/index.js.map +0 -1
- package/dist/react-native/classic/maintenanceConfigurations/index.d.ts +0 -17
- package/dist/react-native/classic/maintenanceConfigurations/index.js +0 -17
- package/dist/react-native/classic/maintenanceConfigurations/index.js.map +0 -1
- package/dist/react-native/classic/managedClusters/index.d.ts +0 -107
- package/dist/react-native/classic/managedClusters/index.js +0 -128
- package/dist/react-native/classic/managedClusters/index.js.map +0 -1
- package/dist/react-native/classic/managedNamespaces/index.d.ts +0 -31
- package/dist/react-native/classic/managedNamespaces/index.js +0 -36
- package/dist/react-native/classic/managedNamespaces/index.js.map +0 -1
- package/dist/react-native/classic/operations/index.d.ts +0 -11
- package/dist/react-native/classic/operations/index.js +0 -14
- package/dist/react-native/classic/operations/index.js.map +0 -1
- package/dist/react-native/classic/privateEndpointConnections/index.d.ts +0 -22
- package/dist/react-native/classic/privateEndpointConnections/index.js +0 -26
- package/dist/react-native/classic/privateEndpointConnections/index.js.map +0 -1
- package/dist/react-native/classic/privateLinkResources/index.d.ts +0 -10
- package/dist/react-native/classic/privateLinkResources/index.js +0 -14
- package/dist/react-native/classic/privateLinkResources/index.js.map +0 -1
- package/dist/react-native/classic/resolvePrivateLinkServiceId/index.d.ts +0 -10
- package/dist/react-native/classic/resolvePrivateLinkServiceId/index.js +0 -14
- package/dist/react-native/classic/resolvePrivateLinkServiceId/index.js.map +0 -1
- package/dist/react-native/classic/snapshots/index.d.ts +0 -21
- package/dist/react-native/classic/snapshots/index.js.map +0 -1
- package/dist/react-native/classic/trustedAccessRoleBindings/index.d.ts +0 -27
- package/dist/react-native/classic/trustedAccessRoleBindings/index.js +0 -34
- package/dist/react-native/classic/trustedAccessRoleBindings/index.js.map +0 -1
- package/dist/react-native/classic/trustedAccessRoles/index.d.ts +0 -11
- package/dist/react-native/classic/trustedAccessRoles/index.js +0 -14
- package/dist/react-native/classic/trustedAccessRoles/index.js.map +0 -1
- package/dist/react-native/containerServiceClient.d.ts +0 -48
- package/dist/react-native/containerServiceClient.js +0 -77
- package/dist/react-native/containerServiceClient.js.map +0 -1
- package/dist/react-native/index.d.ts +0 -27
- package/dist/react-native/index.js +0 -8
- package/dist/react-native/index.js.map +0 -1
- package/dist/react-native/logger.d.ts +0 -2
- package/dist/react-native/logger.js +0 -5
- package/dist/react-native/logger.js.map +0 -1
- package/dist/react-native/models/index.d.ts +0 -3
- package/dist/react-native/models/index.js +0 -4
- package/dist/react-native/models/index.js.map +0 -1
- package/dist/react-native/models/models.d.ts +0 -3949
- package/dist/react-native/models/models.js +0 -4932
- package/dist/react-native/models/models.js.map +0 -1
- package/dist/react-native/package.json +0 -3
- package/dist/react-native/restorePollerHelpers.d.ts +0 -21
- package/dist/react-native/restorePollerHelpers.js +0 -142
- package/dist/react-native/restorePollerHelpers.js.map +0 -1
- package/dist/react-native/static-helpers/cloudSettingHelpers.d.ts +0 -22
- package/dist/react-native/static-helpers/cloudSettingHelpers.js +0 -38
- package/dist/react-native/static-helpers/cloudSettingHelpers.js.map +0 -1
- package/dist/react-native/static-helpers/pagingHelpers.d.ts +0 -74
- package/dist/react-native/static-helpers/pagingHelpers.js +0 -143
- package/dist/react-native/static-helpers/pagingHelpers.js.map +0 -1
- package/dist/react-native/static-helpers/pollingHelpers.d.ts +0 -34
- package/dist/react-native/static-helpers/pollingHelpers.js +0 -95
- package/dist/react-native/static-helpers/pollingHelpers.js.map +0 -1
- package/dist/react-native/static-helpers/serialization/check-prop-undefined.d.ts +0 -8
- package/dist/react-native/static-helpers/serialization/check-prop-undefined.js +0 -17
- package/dist/react-native/static-helpers/serialization/check-prop-undefined.js.map +0 -1
- package/dist/react-native/static-helpers/simplePollerHelpers.d.ts +0 -73
- package/dist/react-native/static-helpers/simplePollerHelpers.js +0 -44
- package/dist/react-native/static-helpers/simplePollerHelpers.js.map +0 -1
- package/dist/react-native/static-helpers/urlTemplate.d.ts +0 -5
- package/dist/react-native/static-helpers/urlTemplate.js +0 -200
- package/dist/react-native/static-helpers/urlTemplate.js.map +0 -1
- /package/dist/{react-native/api/agentPools → browser/api/containerService}/options.js +0 -0
- /package/dist/{react-native/api/maintenanceConfigurations → browser/api/identityBindings}/index.js +0 -0
- /package/dist/{react-native/api/machines → browser/api/identityBindings}/options.js +0 -0
- /package/dist/{react-native/api/maintenanceConfigurations → browser/api/jwtAuthenticators}/options.js +0 -0
- /package/dist/{react-native/api/managedClusters → browser/api/loadBalancers}/options.js +0 -0
- /package/dist/{react-native/api/snapshots → browser/api/managedClusterSnapshots}/index.js +0 -0
- /package/dist/{react-native/api/managedNamespaces → browser/api/managedClusterSnapshots}/options.js +0 -0
- /package/dist/{react-native/api/operations → browser/api/meshMemberships}/options.js +0 -0
- /package/dist/{react-native/api/privateEndpointConnections → browser/api/operationStatusResult}/options.js +0 -0
- /package/dist/{react-native/api/operations → browser/api/vmSkus}/index.js +0 -0
- /package/dist/{react-native/api/privateLinkResources → browser/api/vmSkus}/options.js +0 -0
- /package/dist/{react-native/api/resolvePrivateLinkServiceId → esm/api/containerService}/options.js +0 -0
- /package/dist/{react-native/api/snapshots → esm/api/identityBindings}/options.js +0 -0
- /package/dist/{react-native/api/trustedAccessRoleBindings → esm/api/jwtAuthenticators}/options.js +0 -0
- /package/dist/{react-native/api/trustedAccessRoles → esm/api/loadBalancers}/options.js +0 -0
- /package/dist/{react-native/api/privateLinkResources → esm/api/vmSkus}/index.js +0 -0
|
@@ -18,25 +18,37 @@ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: tru
|
|
|
18
18
|
var models_exports = {};
|
|
19
19
|
__export(models_exports, {
|
|
20
20
|
KnownAccelerationMode: () => KnownAccelerationMode,
|
|
21
|
+
KnownAddonAutoscaling: () => KnownAddonAutoscaling,
|
|
21
22
|
KnownAdoptionPolicy: () => KnownAdoptionPolicy,
|
|
22
23
|
KnownAdvancedNetworkPolicies: () => KnownAdvancedNetworkPolicies,
|
|
23
24
|
KnownAgentPoolMode: () => KnownAgentPoolMode,
|
|
25
|
+
KnownAgentPoolNetworkInterfaceType: () => KnownAgentPoolNetworkInterfaceType,
|
|
24
26
|
KnownAgentPoolSSHAccess: () => KnownAgentPoolSSHAccess,
|
|
25
27
|
KnownAgentPoolType: () => KnownAgentPoolType,
|
|
26
28
|
KnownArtifactSource: () => KnownArtifactSource,
|
|
27
29
|
KnownBackendPoolType: () => KnownBackendPoolType,
|
|
30
|
+
KnownClusterServiceLoadBalancerHealthProbeMode: () => KnownClusterServiceLoadBalancerHealthProbeMode,
|
|
28
31
|
KnownCode: () => KnownCode,
|
|
29
32
|
KnownConnectionStatus: () => KnownConnectionStatus,
|
|
33
|
+
KnownContainerNetworkLogs: () => KnownContainerNetworkLogs,
|
|
34
|
+
KnownControlPlaneScalingSize: () => KnownControlPlaneScalingSize,
|
|
30
35
|
KnownCreatedByType: () => KnownCreatedByType,
|
|
31
36
|
KnownDeletePolicy: () => KnownDeletePolicy,
|
|
37
|
+
KnownDriftAction: () => KnownDriftAction,
|
|
38
|
+
KnownDriverType: () => KnownDriverType,
|
|
32
39
|
KnownExpander: () => KnownExpander,
|
|
33
40
|
KnownExtendedLocationTypes: () => KnownExtendedLocationTypes,
|
|
34
41
|
KnownFormat: () => KnownFormat,
|
|
35
42
|
KnownGPUDriver: () => KnownGPUDriver,
|
|
36
43
|
KnownGPUInstanceProfile: () => KnownGPUInstanceProfile,
|
|
37
44
|
KnownGatewayAPIIstioEnabled: () => KnownGatewayAPIIstioEnabled,
|
|
45
|
+
KnownGuardrailsSupport: () => KnownGuardrailsSupport,
|
|
46
|
+
KnownIdentityBindingProvisioningState: () => KnownIdentityBindingProvisioningState,
|
|
47
|
+
KnownInfrastructureEncryption: () => KnownInfrastructureEncryption,
|
|
38
48
|
KnownIpFamily: () => KnownIpFamily,
|
|
49
|
+
KnownIpvsScheduler: () => KnownIpvsScheduler,
|
|
39
50
|
KnownIstioIngressGatewayMode: () => KnownIstioIngressGatewayMode,
|
|
51
|
+
KnownJWTAuthenticatorProvisioningState: () => KnownJWTAuthenticatorProvisioningState,
|
|
40
52
|
KnownKeyVaultNetworkAccessTypes: () => KnownKeyVaultNetworkAccessTypes,
|
|
41
53
|
KnownKubeletDiskType: () => KnownKubeletDiskType,
|
|
42
54
|
KnownKubernetesSupportPlan: () => KnownKubernetesSupportPlan,
|
|
@@ -53,6 +65,10 @@ __export(models_exports, {
|
|
|
53
65
|
KnownManagedClusterSKUName: () => KnownManagedClusterSKUName,
|
|
54
66
|
KnownManagedClusterSKUTier: () => KnownManagedClusterSKUTier,
|
|
55
67
|
KnownManagedGatewayType: () => KnownManagedGatewayType,
|
|
68
|
+
KnownManagementMode: () => KnownManagementMode,
|
|
69
|
+
KnownMeshMembershipProvisioningState: () => KnownMeshMembershipProvisioningState,
|
|
70
|
+
KnownMigStrategy: () => KnownMigStrategy,
|
|
71
|
+
KnownMode: () => KnownMode,
|
|
56
72
|
KnownNamespaceProvisioningState: () => KnownNamespaceProvisioningState,
|
|
57
73
|
KnownNetworkDataplane: () => KnownNetworkDataplane,
|
|
58
74
|
KnownNetworkMode: () => KnownNetworkMode,
|
|
@@ -60,24 +76,33 @@ __export(models_exports, {
|
|
|
60
76
|
KnownNetworkPluginMode: () => KnownNetworkPluginMode,
|
|
61
77
|
KnownNetworkPolicy: () => KnownNetworkPolicy,
|
|
62
78
|
KnownNginxIngressControllerType: () => KnownNginxIngressControllerType,
|
|
79
|
+
KnownNodeDisruptionPolicy: () => KnownNodeDisruptionPolicy,
|
|
63
80
|
KnownNodeOSUpgradeChannel: () => KnownNodeOSUpgradeChannel,
|
|
64
81
|
KnownNodeProvisioningDefaultNodePools: () => KnownNodeProvisioningDefaultNodePools,
|
|
65
82
|
KnownNodeProvisioningMode: () => KnownNodeProvisioningMode,
|
|
66
83
|
KnownOSDiskType: () => KnownOSDiskType,
|
|
67
84
|
KnownOSType: () => KnownOSType,
|
|
85
|
+
KnownOperator: () => KnownOperator,
|
|
68
86
|
KnownOssku: () => KnownOssku,
|
|
69
87
|
KnownOutboundType: () => KnownOutboundType,
|
|
70
88
|
KnownPodIPAllocationMode: () => KnownPodIPAllocationMode,
|
|
89
|
+
KnownPodLinkLocalAccess: () => KnownPodLinkLocalAccess,
|
|
71
90
|
KnownPolicyRule: () => KnownPolicyRule,
|
|
72
91
|
KnownPrivateEndpointConnectionProvisioningState: () => KnownPrivateEndpointConnectionProvisioningState,
|
|
73
92
|
KnownProtocol: () => KnownProtocol,
|
|
74
93
|
KnownProxyRedirectionMechanism: () => KnownProxyRedirectionMechanism,
|
|
75
94
|
KnownPublicNetworkAccess: () => KnownPublicNetworkAccess,
|
|
76
95
|
KnownResourceIdentityType: () => KnownResourceIdentityType,
|
|
96
|
+
KnownResourceSkuCapacityScaleType: () => KnownResourceSkuCapacityScaleType,
|
|
97
|
+
KnownResourceSkuRestrictionsReasonCode: () => KnownResourceSkuRestrictionsReasonCode,
|
|
98
|
+
KnownResourceSkuRestrictionsType: () => KnownResourceSkuRestrictionsType,
|
|
77
99
|
KnownRestrictionLevel: () => KnownRestrictionLevel,
|
|
100
|
+
KnownSafeguardsSupport: () => KnownSafeguardsSupport,
|
|
78
101
|
KnownScaleDownMode: () => KnownScaleDownMode,
|
|
79
102
|
KnownScaleSetEvictionPolicy: () => KnownScaleSetEvictionPolicy,
|
|
80
103
|
KnownScaleSetPriority: () => KnownScaleSetPriority,
|
|
104
|
+
KnownSchedulerConfigMode: () => KnownSchedulerConfigMode,
|
|
105
|
+
KnownSeccompDefault: () => KnownSeccompDefault,
|
|
81
106
|
KnownServiceMeshMode: () => KnownServiceMeshMode,
|
|
82
107
|
KnownSnapshotType: () => KnownSnapshotType,
|
|
83
108
|
KnownTransitEncryptionType: () => KnownTransitEncryptionType,
|
|
@@ -85,7 +110,9 @@ __export(models_exports, {
|
|
|
85
110
|
KnownType: () => KnownType,
|
|
86
111
|
KnownUndrainableNodeBehavior: () => KnownUndrainableNodeBehavior,
|
|
87
112
|
KnownUpgradeChannel: () => KnownUpgradeChannel,
|
|
113
|
+
KnownUpgradeStrategy: () => KnownUpgradeStrategy,
|
|
88
114
|
KnownVersions: () => KnownVersions,
|
|
115
|
+
KnownVmState: () => KnownVmState,
|
|
89
116
|
KnownWeekDay: () => KnownWeekDay,
|
|
90
117
|
KnownWorkloadRuntime: () => KnownWorkloadRuntime,
|
|
91
118
|
_agentPoolAvailableVersionsPropertiesDeserializer: () => _agentPoolAvailableVersionsPropertiesDeserializer,
|
|
@@ -93,24 +120,41 @@ __export(models_exports, {
|
|
|
93
120
|
_agentPoolPropertiesDeserializer: () => _agentPoolPropertiesDeserializer,
|
|
94
121
|
_agentPoolPropertiesSerializer: () => _agentPoolPropertiesSerializer,
|
|
95
122
|
_agentPoolUpgradeProfilePropertiesDeserializer: () => _agentPoolUpgradeProfilePropertiesDeserializer,
|
|
123
|
+
_guardrailsAvailableVersionsListDeserializer: () => _guardrailsAvailableVersionsListDeserializer,
|
|
124
|
+
_identityBindingListResultDeserializer: () => _identityBindingListResultDeserializer,
|
|
125
|
+
_jwtAuthenticatorListResultDeserializer: () => _jwtAuthenticatorListResultDeserializer,
|
|
126
|
+
_loadBalancerListResultDeserializer: () => _loadBalancerListResultDeserializer,
|
|
127
|
+
_loadBalancerPropertiesDeserializer: () => _loadBalancerPropertiesDeserializer,
|
|
128
|
+
_loadBalancerPropertiesSerializer: () => _loadBalancerPropertiesSerializer,
|
|
96
129
|
_machineListResultDeserializer: () => _machineListResultDeserializer,
|
|
97
130
|
_maintenanceConfigurationListResultDeserializer: () => _maintenanceConfigurationListResultDeserializer,
|
|
98
131
|
_maintenanceConfigurationPropertiesDeserializer: () => _maintenanceConfigurationPropertiesDeserializer,
|
|
99
132
|
_maintenanceConfigurationPropertiesSerializer: () => _maintenanceConfigurationPropertiesSerializer,
|
|
100
133
|
_managedClusterAccessProfilePropertiesDeserializer: () => _managedClusterAccessProfilePropertiesDeserializer,
|
|
101
134
|
_managedClusterListResultDeserializer: () => _managedClusterListResultDeserializer,
|
|
135
|
+
_managedClusterNATGatewayProfileOutboundIPsDeserializer: () => _managedClusterNATGatewayProfileOutboundIPsDeserializer,
|
|
136
|
+
_managedClusterNATGatewayProfileOutboundIPsSerializer: () => _managedClusterNATGatewayProfileOutboundIPsSerializer,
|
|
137
|
+
_managedClusterNATGatewayProfileOutboundIpPrefixesDeserializer: () => _managedClusterNATGatewayProfileOutboundIpPrefixesDeserializer,
|
|
138
|
+
_managedClusterNATGatewayProfileOutboundIpPrefixesSerializer: () => _managedClusterNATGatewayProfileOutboundIpPrefixesSerializer,
|
|
102
139
|
_managedClusterPropertiesDeserializer: () => _managedClusterPropertiesDeserializer,
|
|
103
140
|
_managedClusterPropertiesSerializer: () => _managedClusterPropertiesSerializer,
|
|
141
|
+
_managedClusterSnapshotListResultDeserializer: () => _managedClusterSnapshotListResultDeserializer,
|
|
142
|
+
_managedClusterSnapshotPropertiesDeserializer: () => _managedClusterSnapshotPropertiesDeserializer,
|
|
143
|
+
_managedClusterSnapshotPropertiesSerializer: () => _managedClusterSnapshotPropertiesSerializer,
|
|
104
144
|
_managedClusterUpgradeProfilePropertiesDeserializer: () => _managedClusterUpgradeProfilePropertiesDeserializer,
|
|
105
145
|
_managedNamespaceListResultDeserializer: () => _managedNamespaceListResultDeserializer,
|
|
146
|
+
_meshMembershipsListResultDeserializer: () => _meshMembershipsListResultDeserializer,
|
|
106
147
|
_meshRevisionProfileListDeserializer: () => _meshRevisionProfileListDeserializer,
|
|
107
148
|
_meshUpgradeProfileListDeserializer: () => _meshUpgradeProfileListDeserializer,
|
|
149
|
+
_nodeImageVersionsListResultDeserializer: () => _nodeImageVersionsListResultDeserializer,
|
|
108
150
|
_operationListResultDeserializer: () => _operationListResultDeserializer,
|
|
151
|
+
_operationStatusResultListDeserializer: () => _operationStatusResultListDeserializer,
|
|
109
152
|
_operationValueDisplayDeserializer: () => _operationValueDisplayDeserializer,
|
|
110
153
|
_outboundEnvironmentEndpointCollectionDeserializer: () => _outboundEnvironmentEndpointCollectionDeserializer,
|
|
111
154
|
_privateEndpointConnectionPropertiesDeserializer: () => _privateEndpointConnectionPropertiesDeserializer,
|
|
112
155
|
_privateEndpointConnectionPropertiesSerializer: () => _privateEndpointConnectionPropertiesSerializer,
|
|
113
156
|
_runCommandResultPropertiesDeserializer: () => _runCommandResultPropertiesDeserializer,
|
|
157
|
+
_safeguardsAvailableVersionsListDeserializer: () => _safeguardsAvailableVersionsListDeserializer,
|
|
114
158
|
_snapshotListResultDeserializer: () => _snapshotListResultDeserializer,
|
|
115
159
|
_snapshotPropertiesDeserializer: () => _snapshotPropertiesDeserializer,
|
|
116
160
|
_snapshotPropertiesSerializer: () => _snapshotPropertiesSerializer,
|
|
@@ -118,6 +162,7 @@ __export(models_exports, {
|
|
|
118
162
|
_trustedAccessRoleBindingPropertiesDeserializer: () => _trustedAccessRoleBindingPropertiesDeserializer,
|
|
119
163
|
_trustedAccessRoleBindingPropertiesSerializer: () => _trustedAccessRoleBindingPropertiesSerializer,
|
|
120
164
|
_trustedAccessRoleListResultDeserializer: () => _trustedAccessRoleListResultDeserializer,
|
|
165
|
+
_vmSkusListResultDeserializer: () => _vmSkusListResultDeserializer,
|
|
121
166
|
absoluteMonthlyScheduleDeserializer: () => absoluteMonthlyScheduleDeserializer,
|
|
122
167
|
absoluteMonthlyScheduleSerializer: () => absoluteMonthlyScheduleSerializer,
|
|
123
168
|
accessProfileDeserializer: () => accessProfileDeserializer,
|
|
@@ -139,12 +184,20 @@ __export(models_exports, {
|
|
|
139
184
|
agentPoolAvailableVersionsPropertiesAgentPoolVersionsItemArrayDeserializer: () => agentPoolAvailableVersionsPropertiesAgentPoolVersionsItemArrayDeserializer,
|
|
140
185
|
agentPoolAvailableVersionsPropertiesAgentPoolVersionsItemDeserializer: () => agentPoolAvailableVersionsPropertiesAgentPoolVersionsItemDeserializer,
|
|
141
186
|
agentPoolAvailableVersionsPropertiesDeserializer: () => agentPoolAvailableVersionsPropertiesDeserializer,
|
|
187
|
+
agentPoolBlueGreenUpgradeSettingsDeserializer: () => agentPoolBlueGreenUpgradeSettingsDeserializer,
|
|
188
|
+
agentPoolBlueGreenUpgradeSettingsSerializer: () => agentPoolBlueGreenUpgradeSettingsSerializer,
|
|
142
189
|
agentPoolDeleteMachinesParameterSerializer: () => agentPoolDeleteMachinesParameterSerializer,
|
|
143
190
|
agentPoolDeserializer: () => agentPoolDeserializer,
|
|
144
191
|
agentPoolGatewayProfileDeserializer: () => agentPoolGatewayProfileDeserializer,
|
|
145
192
|
agentPoolGatewayProfileSerializer: () => agentPoolGatewayProfileSerializer,
|
|
193
|
+
agentPoolNetworkInterfaceArrayDeserializer: () => agentPoolNetworkInterfaceArrayDeserializer,
|
|
194
|
+
agentPoolNetworkInterfaceArraySerializer: () => agentPoolNetworkInterfaceArraySerializer,
|
|
195
|
+
agentPoolNetworkInterfaceDeserializer: () => agentPoolNetworkInterfaceDeserializer,
|
|
196
|
+
agentPoolNetworkInterfaceSerializer: () => agentPoolNetworkInterfaceSerializer,
|
|
146
197
|
agentPoolNetworkProfileDeserializer: () => agentPoolNetworkProfileDeserializer,
|
|
147
198
|
agentPoolNetworkProfileSerializer: () => agentPoolNetworkProfileSerializer,
|
|
199
|
+
agentPoolRecentlyUsedVersionArrayDeserializer: () => agentPoolRecentlyUsedVersionArrayDeserializer,
|
|
200
|
+
agentPoolRecentlyUsedVersionDeserializer: () => agentPoolRecentlyUsedVersionDeserializer,
|
|
148
201
|
agentPoolSecurityProfileDeserializer: () => agentPoolSecurityProfileDeserializer,
|
|
149
202
|
agentPoolSecurityProfileSerializer: () => agentPoolSecurityProfileSerializer,
|
|
150
203
|
agentPoolSerializer: () => agentPoolSerializer,
|
|
@@ -158,6 +211,10 @@ __export(models_exports, {
|
|
|
158
211
|
agentPoolUpgradeSettingsSerializer: () => agentPoolUpgradeSettingsSerializer,
|
|
159
212
|
agentPoolWindowsProfileDeserializer: () => agentPoolWindowsProfileDeserializer,
|
|
160
213
|
agentPoolWindowsProfileSerializer: () => agentPoolWindowsProfileSerializer,
|
|
214
|
+
autoScaleProfileArrayDeserializer: () => autoScaleProfileArrayDeserializer,
|
|
215
|
+
autoScaleProfileArraySerializer: () => autoScaleProfileArraySerializer,
|
|
216
|
+
autoScaleProfileDeserializer: () => autoScaleProfileDeserializer,
|
|
217
|
+
autoScaleProfileSerializer: () => autoScaleProfileSerializer,
|
|
161
218
|
azureKeyVaultKmsDeserializer: () => azureKeyVaultKmsDeserializer,
|
|
162
219
|
azureKeyVaultKmsSerializer: () => azureKeyVaultKmsSerializer,
|
|
163
220
|
clusterUpgradeSettingsDeserializer: () => clusterUpgradeSettingsDeserializer,
|
|
@@ -165,9 +222,17 @@ __export(models_exports, {
|
|
|
165
222
|
commandResultPropertiesDeserializer: () => commandResultPropertiesDeserializer,
|
|
166
223
|
compatibleVersionsArrayDeserializer: () => compatibleVersionsArrayDeserializer,
|
|
167
224
|
compatibleVersionsDeserializer: () => compatibleVersionsDeserializer,
|
|
225
|
+
componentArrayDeserializer: () => componentArrayDeserializer,
|
|
226
|
+
componentDeserializer: () => componentDeserializer,
|
|
227
|
+
componentsByReleaseArrayDeserializer: () => componentsByReleaseArrayDeserializer,
|
|
228
|
+
componentsByReleaseDeserializer: () => componentsByReleaseDeserializer,
|
|
168
229
|
containerServiceLinuxProfileDeserializer: () => containerServiceLinuxProfileDeserializer,
|
|
169
230
|
containerServiceLinuxProfileSerializer: () => containerServiceLinuxProfileSerializer,
|
|
170
231
|
containerServiceNetworkProfileDeserializer: () => containerServiceNetworkProfileDeserializer,
|
|
232
|
+
containerServiceNetworkProfileKubeProxyConfigDeserializer: () => containerServiceNetworkProfileKubeProxyConfigDeserializer,
|
|
233
|
+
containerServiceNetworkProfileKubeProxyConfigIpvsConfigDeserializer: () => containerServiceNetworkProfileKubeProxyConfigIpvsConfigDeserializer,
|
|
234
|
+
containerServiceNetworkProfileKubeProxyConfigIpvsConfigSerializer: () => containerServiceNetworkProfileKubeProxyConfigIpvsConfigSerializer,
|
|
235
|
+
containerServiceNetworkProfileKubeProxyConfigSerializer: () => containerServiceNetworkProfileKubeProxyConfigSerializer,
|
|
171
236
|
containerServiceNetworkProfileSerializer: () => containerServiceNetworkProfileSerializer,
|
|
172
237
|
containerServiceSshConfigurationDeserializer: () => containerServiceSshConfigurationDeserializer,
|
|
173
238
|
containerServiceSshConfigurationSerializer: () => containerServiceSshConfigurationSerializer,
|
|
@@ -203,6 +268,20 @@ __export(models_exports, {
|
|
|
203
268
|
extendedLocationSerializer: () => extendedLocationSerializer,
|
|
204
269
|
gpuProfileDeserializer: () => gpuProfileDeserializer,
|
|
205
270
|
gpuProfileSerializer: () => gpuProfileSerializer,
|
|
271
|
+
guardrailsAvailableVersionArrayDeserializer: () => guardrailsAvailableVersionArrayDeserializer,
|
|
272
|
+
guardrailsAvailableVersionDeserializer: () => guardrailsAvailableVersionDeserializer,
|
|
273
|
+
guardrailsAvailableVersionsPropertiesDeserializer: () => guardrailsAvailableVersionsPropertiesDeserializer,
|
|
274
|
+
hardEvictionThresholdDeserializer: () => hardEvictionThresholdDeserializer,
|
|
275
|
+
hardEvictionThresholdSerializer: () => hardEvictionThresholdSerializer,
|
|
276
|
+
identityBindingArrayDeserializer: () => identityBindingArrayDeserializer,
|
|
277
|
+
identityBindingArraySerializer: () => identityBindingArraySerializer,
|
|
278
|
+
identityBindingDeserializer: () => identityBindingDeserializer,
|
|
279
|
+
identityBindingManagedIdentityProfileDeserializer: () => identityBindingManagedIdentityProfileDeserializer,
|
|
280
|
+
identityBindingManagedIdentityProfileSerializer: () => identityBindingManagedIdentityProfileSerializer,
|
|
281
|
+
identityBindingOidcIssuerProfileDeserializer: () => identityBindingOidcIssuerProfileDeserializer,
|
|
282
|
+
identityBindingPropertiesDeserializer: () => identityBindingPropertiesDeserializer,
|
|
283
|
+
identityBindingPropertiesSerializer: () => identityBindingPropertiesSerializer,
|
|
284
|
+
identityBindingSerializer: () => identityBindingSerializer,
|
|
206
285
|
ipTagArrayDeserializer: () => ipTagArrayDeserializer,
|
|
207
286
|
ipTagArraySerializer: () => ipTagArraySerializer,
|
|
208
287
|
ipTagDeserializer: () => ipTagDeserializer,
|
|
@@ -223,16 +302,52 @@ __export(models_exports, {
|
|
|
223
302
|
istioPluginCertificateAuthoritySerializer: () => istioPluginCertificateAuthoritySerializer,
|
|
224
303
|
istioServiceMeshDeserializer: () => istioServiceMeshDeserializer,
|
|
225
304
|
istioServiceMeshSerializer: () => istioServiceMeshSerializer,
|
|
305
|
+
jwtAuthenticatorArrayDeserializer: () => jwtAuthenticatorArrayDeserializer,
|
|
306
|
+
jwtAuthenticatorArraySerializer: () => jwtAuthenticatorArraySerializer,
|
|
307
|
+
jwtAuthenticatorClaimMappingExpressionDeserializer: () => jwtAuthenticatorClaimMappingExpressionDeserializer,
|
|
308
|
+
jwtAuthenticatorClaimMappingExpressionSerializer: () => jwtAuthenticatorClaimMappingExpressionSerializer,
|
|
309
|
+
jwtAuthenticatorClaimMappingsDeserializer: () => jwtAuthenticatorClaimMappingsDeserializer,
|
|
310
|
+
jwtAuthenticatorClaimMappingsSerializer: () => jwtAuthenticatorClaimMappingsSerializer,
|
|
311
|
+
jwtAuthenticatorDeserializer: () => jwtAuthenticatorDeserializer,
|
|
312
|
+
jwtAuthenticatorExtraClaimMappingExpressionArrayDeserializer: () => jwtAuthenticatorExtraClaimMappingExpressionArrayDeserializer,
|
|
313
|
+
jwtAuthenticatorExtraClaimMappingExpressionArraySerializer: () => jwtAuthenticatorExtraClaimMappingExpressionArraySerializer,
|
|
314
|
+
jwtAuthenticatorExtraClaimMappingExpressionDeserializer: () => jwtAuthenticatorExtraClaimMappingExpressionDeserializer,
|
|
315
|
+
jwtAuthenticatorExtraClaimMappingExpressionSerializer: () => jwtAuthenticatorExtraClaimMappingExpressionSerializer,
|
|
316
|
+
jwtAuthenticatorIssuerDeserializer: () => jwtAuthenticatorIssuerDeserializer,
|
|
317
|
+
jwtAuthenticatorIssuerSerializer: () => jwtAuthenticatorIssuerSerializer,
|
|
318
|
+
jwtAuthenticatorPropertiesDeserializer: () => jwtAuthenticatorPropertiesDeserializer,
|
|
319
|
+
jwtAuthenticatorPropertiesSerializer: () => jwtAuthenticatorPropertiesSerializer,
|
|
320
|
+
jwtAuthenticatorSerializer: () => jwtAuthenticatorSerializer,
|
|
321
|
+
jwtAuthenticatorValidationRuleArrayDeserializer: () => jwtAuthenticatorValidationRuleArrayDeserializer,
|
|
322
|
+
jwtAuthenticatorValidationRuleArraySerializer: () => jwtAuthenticatorValidationRuleArraySerializer,
|
|
323
|
+
jwtAuthenticatorValidationRuleDeserializer: () => jwtAuthenticatorValidationRuleDeserializer,
|
|
324
|
+
jwtAuthenticatorValidationRuleSerializer: () => jwtAuthenticatorValidationRuleSerializer,
|
|
325
|
+
kubeReservedDeserializer: () => kubeReservedDeserializer,
|
|
326
|
+
kubeReservedSerializer: () => kubeReservedSerializer,
|
|
226
327
|
kubeletConfigDeserializer: () => kubeletConfigDeserializer,
|
|
227
328
|
kubeletConfigSerializer: () => kubeletConfigSerializer,
|
|
228
329
|
kubernetesPatchVersionDeserializer: () => kubernetesPatchVersionDeserializer,
|
|
229
330
|
kubernetesPatchVersionRecordDeserializer: () => kubernetesPatchVersionRecordDeserializer,
|
|
331
|
+
kubernetesResourceObjectEncryptionProfileDeserializer: () => kubernetesResourceObjectEncryptionProfileDeserializer,
|
|
332
|
+
kubernetesResourceObjectEncryptionProfileSerializer: () => kubernetesResourceObjectEncryptionProfileSerializer,
|
|
230
333
|
kubernetesVersionArrayDeserializer: () => kubernetesVersionArrayDeserializer,
|
|
231
334
|
kubernetesVersionCapabilitiesDeserializer: () => kubernetesVersionCapabilitiesDeserializer,
|
|
232
335
|
kubernetesVersionDeserializer: () => kubernetesVersionDeserializer,
|
|
233
336
|
kubernetesVersionListResultDeserializer: () => kubernetesVersionListResultDeserializer,
|
|
337
|
+
labelSelectorDeserializer: () => labelSelectorDeserializer,
|
|
338
|
+
labelSelectorRequirementArrayDeserializer: () => labelSelectorRequirementArrayDeserializer,
|
|
339
|
+
labelSelectorRequirementArraySerializer: () => labelSelectorRequirementArraySerializer,
|
|
340
|
+
labelSelectorRequirementDeserializer: () => labelSelectorRequirementDeserializer,
|
|
341
|
+
labelSelectorRequirementSerializer: () => labelSelectorRequirementSerializer,
|
|
342
|
+
labelSelectorSerializer: () => labelSelectorSerializer,
|
|
234
343
|
linuxOSConfigDeserializer: () => linuxOSConfigDeserializer,
|
|
235
344
|
linuxOSConfigSerializer: () => linuxOSConfigSerializer,
|
|
345
|
+
loadBalancerArrayDeserializer: () => loadBalancerArrayDeserializer,
|
|
346
|
+
loadBalancerArraySerializer: () => loadBalancerArraySerializer,
|
|
347
|
+
loadBalancerDeserializer: () => loadBalancerDeserializer,
|
|
348
|
+
loadBalancerPropertiesDeserializer: () => loadBalancerPropertiesDeserializer,
|
|
349
|
+
loadBalancerPropertiesSerializer: () => loadBalancerPropertiesSerializer,
|
|
350
|
+
loadBalancerSerializer: () => loadBalancerSerializer,
|
|
236
351
|
localDNSOverrideDeserializer: () => localDNSOverrideDeserializer,
|
|
237
352
|
localDNSOverrideRecordDeserializer: () => localDNSOverrideRecordDeserializer,
|
|
238
353
|
localDNSOverrideRecordSerializer: () => localDNSOverrideRecordSerializer,
|
|
@@ -240,11 +355,28 @@ __export(models_exports, {
|
|
|
240
355
|
localDNSProfileDeserializer: () => localDNSProfileDeserializer,
|
|
241
356
|
localDNSProfileSerializer: () => localDNSProfileSerializer,
|
|
242
357
|
machineArrayDeserializer: () => machineArrayDeserializer,
|
|
358
|
+
machineArraySerializer: () => machineArraySerializer,
|
|
359
|
+
machineBillingProfileDeserializer: () => machineBillingProfileDeserializer,
|
|
360
|
+
machineBillingProfileSerializer: () => machineBillingProfileSerializer,
|
|
243
361
|
machineDeserializer: () => machineDeserializer,
|
|
362
|
+
machineHardwareProfileDeserializer: () => machineHardwareProfileDeserializer,
|
|
363
|
+
machineHardwareProfileSerializer: () => machineHardwareProfileSerializer,
|
|
244
364
|
machineIpAddressArrayDeserializer: () => machineIpAddressArrayDeserializer,
|
|
245
365
|
machineIpAddressDeserializer: () => machineIpAddressDeserializer,
|
|
366
|
+
machineKubernetesProfileDeserializer: () => machineKubernetesProfileDeserializer,
|
|
367
|
+
machineKubernetesProfileSerializer: () => machineKubernetesProfileSerializer,
|
|
246
368
|
machineNetworkPropertiesDeserializer: () => machineNetworkPropertiesDeserializer,
|
|
369
|
+
machineNetworkPropertiesSerializer: () => machineNetworkPropertiesSerializer,
|
|
370
|
+
machineOSProfileDeserializer: () => machineOSProfileDeserializer,
|
|
371
|
+
machineOSProfileLinuxProfileDeserializer: () => machineOSProfileLinuxProfileDeserializer,
|
|
372
|
+
machineOSProfileLinuxProfileSerializer: () => machineOSProfileLinuxProfileSerializer,
|
|
373
|
+
machineOSProfileSerializer: () => machineOSProfileSerializer,
|
|
247
374
|
machinePropertiesDeserializer: () => machinePropertiesDeserializer,
|
|
375
|
+
machinePropertiesSerializer: () => machinePropertiesSerializer,
|
|
376
|
+
machineSecurityProfileDeserializer: () => machineSecurityProfileDeserializer,
|
|
377
|
+
machineSecurityProfileSerializer: () => machineSecurityProfileSerializer,
|
|
378
|
+
machineSerializer: () => machineSerializer,
|
|
379
|
+
machineStatusDeserializer: () => machineStatusDeserializer,
|
|
248
380
|
maintenanceConfigurationArrayDeserializer: () => maintenanceConfigurationArrayDeserializer,
|
|
249
381
|
maintenanceConfigurationArraySerializer: () => maintenanceConfigurationArraySerializer,
|
|
250
382
|
maintenanceConfigurationDeserializer: () => maintenanceConfigurationDeserializer,
|
|
@@ -280,24 +412,40 @@ __export(models_exports, {
|
|
|
280
412
|
managedClusterAzureMonitorProfileAppMonitoringAutoInstrumentationDeserializer: () => managedClusterAzureMonitorProfileAppMonitoringAutoInstrumentationDeserializer,
|
|
281
413
|
managedClusterAzureMonitorProfileAppMonitoringAutoInstrumentationSerializer: () => managedClusterAzureMonitorProfileAppMonitoringAutoInstrumentationSerializer,
|
|
282
414
|
managedClusterAzureMonitorProfileAppMonitoringDeserializer: () => managedClusterAzureMonitorProfileAppMonitoringDeserializer,
|
|
415
|
+
managedClusterAzureMonitorProfileAppMonitoringOpenTelemetryLogsAndTracesDeserializer: () => managedClusterAzureMonitorProfileAppMonitoringOpenTelemetryLogsAndTracesDeserializer,
|
|
416
|
+
managedClusterAzureMonitorProfileAppMonitoringOpenTelemetryLogsAndTracesSerializer: () => managedClusterAzureMonitorProfileAppMonitoringOpenTelemetryLogsAndTracesSerializer,
|
|
417
|
+
managedClusterAzureMonitorProfileAppMonitoringOpenTelemetryMetricsDeserializer: () => managedClusterAzureMonitorProfileAppMonitoringOpenTelemetryMetricsDeserializer,
|
|
418
|
+
managedClusterAzureMonitorProfileAppMonitoringOpenTelemetryMetricsSerializer: () => managedClusterAzureMonitorProfileAppMonitoringOpenTelemetryMetricsSerializer,
|
|
283
419
|
managedClusterAzureMonitorProfileAppMonitoringSerializer: () => managedClusterAzureMonitorProfileAppMonitoringSerializer,
|
|
420
|
+
managedClusterAzureMonitorProfileContainerInsightsDeserializer: () => managedClusterAzureMonitorProfileContainerInsightsDeserializer,
|
|
421
|
+
managedClusterAzureMonitorProfileContainerInsightsSerializer: () => managedClusterAzureMonitorProfileContainerInsightsSerializer,
|
|
284
422
|
managedClusterAzureMonitorProfileDeserializer: () => managedClusterAzureMonitorProfileDeserializer,
|
|
285
423
|
managedClusterAzureMonitorProfileKubeStateMetricsDeserializer: () => managedClusterAzureMonitorProfileKubeStateMetricsDeserializer,
|
|
286
424
|
managedClusterAzureMonitorProfileKubeStateMetricsSerializer: () => managedClusterAzureMonitorProfileKubeStateMetricsSerializer,
|
|
425
|
+
managedClusterAzureMonitorProfileMetricsControlPlaneDeserializer: () => managedClusterAzureMonitorProfileMetricsControlPlaneDeserializer,
|
|
426
|
+
managedClusterAzureMonitorProfileMetricsControlPlaneSerializer: () => managedClusterAzureMonitorProfileMetricsControlPlaneSerializer,
|
|
287
427
|
managedClusterAzureMonitorProfileMetricsDeserializer: () => managedClusterAzureMonitorProfileMetricsDeserializer,
|
|
288
428
|
managedClusterAzureMonitorProfileMetricsSerializer: () => managedClusterAzureMonitorProfileMetricsSerializer,
|
|
289
429
|
managedClusterAzureMonitorProfileSerializer: () => managedClusterAzureMonitorProfileSerializer,
|
|
290
430
|
managedClusterBootstrapProfileDeserializer: () => managedClusterBootstrapProfileDeserializer,
|
|
291
431
|
managedClusterBootstrapProfileSerializer: () => managedClusterBootstrapProfileSerializer,
|
|
432
|
+
managedClusterControlPlaneScalingProfileDeserializer: () => managedClusterControlPlaneScalingProfileDeserializer,
|
|
433
|
+
managedClusterControlPlaneScalingProfileSerializer: () => managedClusterControlPlaneScalingProfileSerializer,
|
|
292
434
|
managedClusterCostAnalysisDeserializer: () => managedClusterCostAnalysisDeserializer,
|
|
293
435
|
managedClusterCostAnalysisSerializer: () => managedClusterCostAnalysisSerializer,
|
|
294
436
|
managedClusterDeserializer: () => managedClusterDeserializer,
|
|
437
|
+
managedClusterHealthMonitorProfileDeserializer: () => managedClusterHealthMonitorProfileDeserializer,
|
|
438
|
+
managedClusterHealthMonitorProfileSerializer: () => managedClusterHealthMonitorProfileSerializer,
|
|
295
439
|
managedClusterHostedSystemProfileDeserializer: () => managedClusterHostedSystemProfileDeserializer,
|
|
296
440
|
managedClusterHostedSystemProfileSerializer: () => managedClusterHostedSystemProfileSerializer,
|
|
297
441
|
managedClusterHttpProxyConfigDeserializer: () => managedClusterHttpProxyConfigDeserializer,
|
|
298
442
|
managedClusterHttpProxyConfigSerializer: () => managedClusterHttpProxyConfigSerializer,
|
|
299
443
|
managedClusterIdentityDeserializer: () => managedClusterIdentityDeserializer,
|
|
300
444
|
managedClusterIdentitySerializer: () => managedClusterIdentitySerializer,
|
|
445
|
+
managedClusterIngressDefaultDomainProfileDeserializer: () => managedClusterIngressDefaultDomainProfileDeserializer,
|
|
446
|
+
managedClusterIngressDefaultDomainProfileSerializer: () => managedClusterIngressDefaultDomainProfileSerializer,
|
|
447
|
+
managedClusterIngressProfileApplicationLoadBalancerDeserializer: () => managedClusterIngressProfileApplicationLoadBalancerDeserializer,
|
|
448
|
+
managedClusterIngressProfileApplicationLoadBalancerSerializer: () => managedClusterIngressProfileApplicationLoadBalancerSerializer,
|
|
301
449
|
managedClusterIngressProfileDeserializer: () => managedClusterIngressProfileDeserializer,
|
|
302
450
|
managedClusterIngressProfileGatewayConfigurationDeserializer: () => managedClusterIngressProfileGatewayConfigurationDeserializer,
|
|
303
451
|
managedClusterIngressProfileGatewayConfigurationSerializer: () => managedClusterIngressProfileGatewayConfigurationSerializer,
|
|
@@ -347,22 +495,39 @@ __export(models_exports, {
|
|
|
347
495
|
managedClusterPropertiesAutoScalerProfileDeserializer: () => managedClusterPropertiesAutoScalerProfileDeserializer,
|
|
348
496
|
managedClusterPropertiesAutoScalerProfileSerializer: () => managedClusterPropertiesAutoScalerProfileSerializer,
|
|
349
497
|
managedClusterPropertiesDeserializer: () => managedClusterPropertiesDeserializer,
|
|
498
|
+
managedClusterPropertiesForSnapshotDeserializer: () => managedClusterPropertiesForSnapshotDeserializer,
|
|
350
499
|
managedClusterPropertiesSerializer: () => managedClusterPropertiesSerializer,
|
|
351
500
|
managedClusterSKUDeserializer: () => managedClusterSKUDeserializer,
|
|
352
501
|
managedClusterSKUSerializer: () => managedClusterSKUSerializer,
|
|
353
502
|
managedClusterSecurityProfileDefenderDeserializer: () => managedClusterSecurityProfileDefenderDeserializer,
|
|
503
|
+
managedClusterSecurityProfileDefenderSecurityGatingDeserializer: () => managedClusterSecurityProfileDefenderSecurityGatingDeserializer,
|
|
504
|
+
managedClusterSecurityProfileDefenderSecurityGatingIdentitiesItemArrayDeserializer: () => managedClusterSecurityProfileDefenderSecurityGatingIdentitiesItemArrayDeserializer,
|
|
505
|
+
managedClusterSecurityProfileDefenderSecurityGatingIdentitiesItemArraySerializer: () => managedClusterSecurityProfileDefenderSecurityGatingIdentitiesItemArraySerializer,
|
|
506
|
+
managedClusterSecurityProfileDefenderSecurityGatingIdentitiesItemDeserializer: () => managedClusterSecurityProfileDefenderSecurityGatingIdentitiesItemDeserializer,
|
|
507
|
+
managedClusterSecurityProfileDefenderSecurityGatingIdentitiesItemSerializer: () => managedClusterSecurityProfileDefenderSecurityGatingIdentitiesItemSerializer,
|
|
508
|
+
managedClusterSecurityProfileDefenderSecurityGatingSerializer: () => managedClusterSecurityProfileDefenderSecurityGatingSerializer,
|
|
354
509
|
managedClusterSecurityProfileDefenderSecurityMonitoringDeserializer: () => managedClusterSecurityProfileDefenderSecurityMonitoringDeserializer,
|
|
355
510
|
managedClusterSecurityProfileDefenderSecurityMonitoringSerializer: () => managedClusterSecurityProfileDefenderSecurityMonitoringSerializer,
|
|
356
511
|
managedClusterSecurityProfileDefenderSerializer: () => managedClusterSecurityProfileDefenderSerializer,
|
|
357
512
|
managedClusterSecurityProfileDeserializer: () => managedClusterSecurityProfileDeserializer,
|
|
358
513
|
managedClusterSecurityProfileImageCleanerDeserializer: () => managedClusterSecurityProfileImageCleanerDeserializer,
|
|
359
514
|
managedClusterSecurityProfileImageCleanerSerializer: () => managedClusterSecurityProfileImageCleanerSerializer,
|
|
515
|
+
managedClusterSecurityProfileImageIntegrityDeserializer: () => managedClusterSecurityProfileImageIntegrityDeserializer,
|
|
516
|
+
managedClusterSecurityProfileImageIntegritySerializer: () => managedClusterSecurityProfileImageIntegritySerializer,
|
|
517
|
+
managedClusterSecurityProfileNodeRestrictionDeserializer: () => managedClusterSecurityProfileNodeRestrictionDeserializer,
|
|
518
|
+
managedClusterSecurityProfileNodeRestrictionSerializer: () => managedClusterSecurityProfileNodeRestrictionSerializer,
|
|
360
519
|
managedClusterSecurityProfileSerializer: () => managedClusterSecurityProfileSerializer,
|
|
361
520
|
managedClusterSecurityProfileWorkloadIdentityDeserializer: () => managedClusterSecurityProfileWorkloadIdentityDeserializer,
|
|
362
521
|
managedClusterSecurityProfileWorkloadIdentitySerializer: () => managedClusterSecurityProfileWorkloadIdentitySerializer,
|
|
363
522
|
managedClusterSerializer: () => managedClusterSerializer,
|
|
364
523
|
managedClusterServicePrincipalProfileDeserializer: () => managedClusterServicePrincipalProfileDeserializer,
|
|
365
524
|
managedClusterServicePrincipalProfileSerializer: () => managedClusterServicePrincipalProfileSerializer,
|
|
525
|
+
managedClusterSnapshotArrayDeserializer: () => managedClusterSnapshotArrayDeserializer,
|
|
526
|
+
managedClusterSnapshotArraySerializer: () => managedClusterSnapshotArraySerializer,
|
|
527
|
+
managedClusterSnapshotDeserializer: () => managedClusterSnapshotDeserializer,
|
|
528
|
+
managedClusterSnapshotPropertiesDeserializer: () => managedClusterSnapshotPropertiesDeserializer,
|
|
529
|
+
managedClusterSnapshotPropertiesSerializer: () => managedClusterSnapshotPropertiesSerializer,
|
|
530
|
+
managedClusterSnapshotSerializer: () => managedClusterSnapshotSerializer,
|
|
366
531
|
managedClusterStaticEgressGatewayProfileDeserializer: () => managedClusterStaticEgressGatewayProfileDeserializer,
|
|
367
532
|
managedClusterStaticEgressGatewayProfileSerializer: () => managedClusterStaticEgressGatewayProfileSerializer,
|
|
368
533
|
managedClusterStatusDeserializer: () => managedClusterStatusDeserializer,
|
|
@@ -401,6 +566,14 @@ __export(models_exports, {
|
|
|
401
566
|
manualScaleProfileArraySerializer: () => manualScaleProfileArraySerializer,
|
|
402
567
|
manualScaleProfileDeserializer: () => manualScaleProfileDeserializer,
|
|
403
568
|
manualScaleProfileSerializer: () => manualScaleProfileSerializer,
|
|
569
|
+
meshMembershipArrayDeserializer: () => meshMembershipArrayDeserializer,
|
|
570
|
+
meshMembershipArraySerializer: () => meshMembershipArraySerializer,
|
|
571
|
+
meshMembershipDeserializer: () => meshMembershipDeserializer,
|
|
572
|
+
meshMembershipPrivateConnectProfileDeserializer: () => meshMembershipPrivateConnectProfileDeserializer,
|
|
573
|
+
meshMembershipPrivateConnectProfileSerializer: () => meshMembershipPrivateConnectProfileSerializer,
|
|
574
|
+
meshMembershipPropertiesDeserializer: () => meshMembershipPropertiesDeserializer,
|
|
575
|
+
meshMembershipPropertiesSerializer: () => meshMembershipPropertiesSerializer,
|
|
576
|
+
meshMembershipSerializer: () => meshMembershipSerializer,
|
|
404
577
|
meshRevisionArrayDeserializer: () => meshRevisionArrayDeserializer,
|
|
405
578
|
meshRevisionDeserializer: () => meshRevisionDeserializer,
|
|
406
579
|
meshRevisionProfileArrayDeserializer: () => meshRevisionProfileArrayDeserializer,
|
|
@@ -413,6 +586,15 @@ __export(models_exports, {
|
|
|
413
586
|
namespacePropertiesSerializer: () => namespacePropertiesSerializer,
|
|
414
587
|
networkPoliciesDeserializer: () => networkPoliciesDeserializer,
|
|
415
588
|
networkPoliciesSerializer: () => networkPoliciesSerializer,
|
|
589
|
+
networkProfileForSnapshotDeserializer: () => networkProfileForSnapshotDeserializer,
|
|
590
|
+
nodeDisruptionProfileDeserializer: () => nodeDisruptionProfileDeserializer,
|
|
591
|
+
nodeDisruptionProfileSerializer: () => nodeDisruptionProfileSerializer,
|
|
592
|
+
nodeImageVersionArrayDeserializer: () => nodeImageVersionArrayDeserializer,
|
|
593
|
+
nodeImageVersionDeserializer: () => nodeImageVersionDeserializer,
|
|
594
|
+
nvidiaGPUProfileDeserializer: () => nvidiaGPUProfileDeserializer,
|
|
595
|
+
nvidiaGPUProfileSerializer: () => nvidiaGPUProfileSerializer,
|
|
596
|
+
operationStatusResultArrayDeserializer: () => operationStatusResultArrayDeserializer,
|
|
597
|
+
operationStatusResultDeserializer: () => operationStatusResultDeserializer,
|
|
416
598
|
operationValueArrayDeserializer: () => operationValueArrayDeserializer,
|
|
417
599
|
operationValueDeserializer: () => operationValueDeserializer,
|
|
418
600
|
operationValueDisplayDeserializer: () => operationValueDisplayDeserializer,
|
|
@@ -424,6 +606,8 @@ __export(models_exports, {
|
|
|
424
606
|
portRangeSerializer: () => portRangeSerializer,
|
|
425
607
|
powerStateDeserializer: () => powerStateDeserializer,
|
|
426
608
|
powerStateSerializer: () => powerStateSerializer,
|
|
609
|
+
preparedImageSpecificationProfileDeserializer: () => preparedImageSpecificationProfileDeserializer,
|
|
610
|
+
preparedImageSpecificationProfileSerializer: () => preparedImageSpecificationProfileSerializer,
|
|
427
611
|
privateEndpointConnectionArrayDeserializer: () => privateEndpointConnectionArrayDeserializer,
|
|
428
612
|
privateEndpointConnectionArraySerializer: () => privateEndpointConnectionArraySerializer,
|
|
429
613
|
privateEndpointConnectionDeserializer: () => privateEndpointConnectionDeserializer,
|
|
@@ -442,6 +626,7 @@ __export(models_exports, {
|
|
|
442
626
|
privateLinkServiceConnectionStateSerializer: () => privateLinkServiceConnectionStateSerializer,
|
|
443
627
|
proxyResourceDeserializer: () => proxyResourceDeserializer,
|
|
444
628
|
proxyResourceSerializer: () => proxyResourceSerializer,
|
|
629
|
+
rebalanceLoadBalancersRequestBodySerializer: () => rebalanceLoadBalancersRequestBodySerializer,
|
|
445
630
|
relativeMonthlyScheduleDeserializer: () => relativeMonthlyScheduleDeserializer,
|
|
446
631
|
relativeMonthlyScheduleSerializer: () => relativeMonthlyScheduleSerializer,
|
|
447
632
|
resourceDeserializer: () => resourceDeserializer,
|
|
@@ -452,12 +637,37 @@ __export(models_exports, {
|
|
|
452
637
|
resourceReferenceDeserializer: () => resourceReferenceDeserializer,
|
|
453
638
|
resourceReferenceSerializer: () => resourceReferenceSerializer,
|
|
454
639
|
resourceSerializer: () => resourceSerializer,
|
|
640
|
+
resourceSkuArrayDeserializer: () => resourceSkuArrayDeserializer,
|
|
641
|
+
resourceSkuCapabilitiesArrayDeserializer: () => resourceSkuCapabilitiesArrayDeserializer,
|
|
642
|
+
resourceSkuCapabilitiesDeserializer: () => resourceSkuCapabilitiesDeserializer,
|
|
643
|
+
resourceSkuCapacityDeserializer: () => resourceSkuCapacityDeserializer,
|
|
644
|
+
resourceSkuCostsArrayDeserializer: () => resourceSkuCostsArrayDeserializer,
|
|
645
|
+
resourceSkuCostsDeserializer: () => resourceSkuCostsDeserializer,
|
|
646
|
+
resourceSkuDeserializer: () => resourceSkuDeserializer,
|
|
647
|
+
resourceSkuLocationInfoArrayDeserializer: () => resourceSkuLocationInfoArrayDeserializer,
|
|
648
|
+
resourceSkuLocationInfoDeserializer: () => resourceSkuLocationInfoDeserializer,
|
|
649
|
+
resourceSkuRestrictionInfoDeserializer: () => resourceSkuRestrictionInfoDeserializer,
|
|
650
|
+
resourceSkuRestrictionsArrayDeserializer: () => resourceSkuRestrictionsArrayDeserializer,
|
|
651
|
+
resourceSkuRestrictionsDeserializer: () => resourceSkuRestrictionsDeserializer,
|
|
652
|
+
resourceSkuZoneDetailsArrayDeserializer: () => resourceSkuZoneDetailsArrayDeserializer,
|
|
653
|
+
resourceSkuZoneDetailsDeserializer: () => resourceSkuZoneDetailsDeserializer,
|
|
455
654
|
runCommandRequestSerializer: () => runCommandRequestSerializer,
|
|
456
655
|
runCommandResultDeserializer: () => runCommandResultDeserializer,
|
|
656
|
+
safeguardsAvailableVersionArrayDeserializer: () => safeguardsAvailableVersionArrayDeserializer,
|
|
657
|
+
safeguardsAvailableVersionDeserializer: () => safeguardsAvailableVersionDeserializer,
|
|
658
|
+
safeguardsAvailableVersionsPropertiesDeserializer: () => safeguardsAvailableVersionsPropertiesDeserializer,
|
|
457
659
|
scaleProfileDeserializer: () => scaleProfileDeserializer,
|
|
458
660
|
scaleProfileSerializer: () => scaleProfileSerializer,
|
|
459
661
|
scheduleDeserializer: () => scheduleDeserializer,
|
|
460
662
|
scheduleSerializer: () => scheduleSerializer,
|
|
663
|
+
schedulerInstanceProfileDeserializer: () => schedulerInstanceProfileDeserializer,
|
|
664
|
+
schedulerInstanceProfileSerializer: () => schedulerInstanceProfileSerializer,
|
|
665
|
+
schedulerProfileDeserializer: () => schedulerProfileDeserializer,
|
|
666
|
+
schedulerProfileSchedulerInstanceProfilesDeserializer: () => schedulerProfileSchedulerInstanceProfilesDeserializer,
|
|
667
|
+
schedulerProfileSchedulerInstanceProfilesSerializer: () => schedulerProfileSchedulerInstanceProfilesSerializer,
|
|
668
|
+
schedulerProfileSerializer: () => schedulerProfileSerializer,
|
|
669
|
+
serviceAccountImagePullProfileDeserializer: () => serviceAccountImagePullProfileDeserializer,
|
|
670
|
+
serviceAccountImagePullProfileSerializer: () => serviceAccountImagePullProfileSerializer,
|
|
461
671
|
serviceMeshProfileDeserializer: () => serviceMeshProfileDeserializer,
|
|
462
672
|
serviceMeshProfileSerializer: () => serviceMeshProfileSerializer,
|
|
463
673
|
snapshotArrayDeserializer: () => snapshotArrayDeserializer,
|
|
@@ -533,7 +743,11 @@ function agentPoolSerializer(item) {
|
|
|
533
743
|
"type",
|
|
534
744
|
"mode",
|
|
535
745
|
"orchestratorVersion",
|
|
746
|
+
"nodeImageVersion",
|
|
747
|
+
"upgradeStrategy",
|
|
748
|
+
"enableOSDiskFullCaching",
|
|
536
749
|
"upgradeSettings",
|
|
750
|
+
"upgradeSettingsBlueGreen",
|
|
537
751
|
"powerState",
|
|
538
752
|
"availabilityZones",
|
|
539
753
|
"enableNodePublicIP",
|
|
@@ -544,6 +758,7 @@ function agentPoolSerializer(item) {
|
|
|
544
758
|
"tags",
|
|
545
759
|
"nodeLabels",
|
|
546
760
|
"nodeTaints",
|
|
761
|
+
"nodeInitializationTaints",
|
|
547
762
|
"proximityPlacementGroupID",
|
|
548
763
|
"kubeletConfig",
|
|
549
764
|
"linuxOSConfig",
|
|
@@ -563,7 +778,8 @@ function agentPoolSerializer(item) {
|
|
|
563
778
|
"virtualMachinesProfile",
|
|
564
779
|
"virtualMachineNodesStatus",
|
|
565
780
|
"status",
|
|
566
|
-
"localDNSProfile"
|
|
781
|
+
"localDNSProfile",
|
|
782
|
+
"preparedImageSpecificationProfile"
|
|
567
783
|
]) ? void 0 : _agentPoolPropertiesSerializer(item)
|
|
568
784
|
};
|
|
569
785
|
}
|
|
@@ -598,7 +814,11 @@ function managedClusterAgentPoolProfilePropertiesSerializer(item) {
|
|
|
598
814
|
type: item["type"],
|
|
599
815
|
mode: item["mode"],
|
|
600
816
|
orchestratorVersion: item["orchestratorVersion"],
|
|
817
|
+
nodeImageVersion: item["nodeImageVersion"],
|
|
818
|
+
upgradeStrategy: item["upgradeStrategy"],
|
|
819
|
+
enableOSDiskFullCaching: item["enableOSDiskFullCaching"],
|
|
601
820
|
upgradeSettings: !item["upgradeSettings"] ? item["upgradeSettings"] : agentPoolUpgradeSettingsSerializer(item["upgradeSettings"]),
|
|
821
|
+
upgradeSettingsBlueGreen: !item["upgradeSettingsBlueGreen"] ? item["upgradeSettingsBlueGreen"] : agentPoolBlueGreenUpgradeSettingsSerializer(item["upgradeSettingsBlueGreen"]),
|
|
602
822
|
powerState: !item["powerState"] ? item["powerState"] : powerStateSerializer(item["powerState"]),
|
|
603
823
|
availabilityZones: !item["availabilityZones"] ? item["availabilityZones"] : item["availabilityZones"].map((p) => {
|
|
604
824
|
return p;
|
|
@@ -613,6 +833,9 @@ function managedClusterAgentPoolProfilePropertiesSerializer(item) {
|
|
|
613
833
|
nodeTaints: !item["nodeTaints"] ? item["nodeTaints"] : item["nodeTaints"].map((p) => {
|
|
614
834
|
return p;
|
|
615
835
|
}),
|
|
836
|
+
nodeInitializationTaints: !item["nodeInitializationTaints"] ? item["nodeInitializationTaints"] : item["nodeInitializationTaints"].map((p) => {
|
|
837
|
+
return p;
|
|
838
|
+
}),
|
|
616
839
|
proximityPlacementGroupID: item["proximityPlacementGroupID"],
|
|
617
840
|
kubeletConfig: !item["kubeletConfig"] ? item["kubeletConfig"] : kubeletConfigSerializer(item["kubeletConfig"]),
|
|
618
841
|
linuxOSConfig: !item["linuxOSConfig"] ? item["linuxOSConfig"] : linuxOSConfigSerializer(item["linuxOSConfig"]),
|
|
@@ -632,7 +855,8 @@ function managedClusterAgentPoolProfilePropertiesSerializer(item) {
|
|
|
632
855
|
virtualMachinesProfile: !item["virtualMachinesProfile"] ? item["virtualMachinesProfile"] : virtualMachinesProfileSerializer(item["virtualMachinesProfile"]),
|
|
633
856
|
virtualMachineNodesStatus: !item["virtualMachineNodesStatus"] ? item["virtualMachineNodesStatus"] : virtualMachineNodesArraySerializer(item["virtualMachineNodesStatus"]),
|
|
634
857
|
status: !item["status"] ? item["status"] : agentPoolStatusSerializer(item["status"]),
|
|
635
|
-
localDNSProfile: !item["localDNSProfile"] ? item["localDNSProfile"] : localDNSProfileSerializer(item["localDNSProfile"])
|
|
858
|
+
localDNSProfile: !item["localDNSProfile"] ? item["localDNSProfile"] : localDNSProfileSerializer(item["localDNSProfile"]),
|
|
859
|
+
preparedImageSpecificationProfile: !item["preparedImageSpecificationProfile"] ? item["preparedImageSpecificationProfile"] : preparedImageSpecificationProfileSerializer(item["preparedImageSpecificationProfile"])
|
|
636
860
|
};
|
|
637
861
|
}
|
|
638
862
|
function managedClusterAgentPoolProfilePropertiesDeserializer(item) {
|
|
@@ -660,7 +884,10 @@ function managedClusterAgentPoolProfilePropertiesDeserializer(item) {
|
|
|
660
884
|
orchestratorVersion: item["orchestratorVersion"],
|
|
661
885
|
currentOrchestratorVersion: item["currentOrchestratorVersion"],
|
|
662
886
|
nodeImageVersion: item["nodeImageVersion"],
|
|
887
|
+
upgradeStrategy: item["upgradeStrategy"],
|
|
888
|
+
enableOSDiskFullCaching: item["enableOSDiskFullCaching"],
|
|
663
889
|
upgradeSettings: !item["upgradeSettings"] ? item["upgradeSettings"] : agentPoolUpgradeSettingsDeserializer(item["upgradeSettings"]),
|
|
890
|
+
upgradeSettingsBlueGreen: !item["upgradeSettingsBlueGreen"] ? item["upgradeSettingsBlueGreen"] : agentPoolBlueGreenUpgradeSettingsDeserializer(item["upgradeSettingsBlueGreen"]),
|
|
664
891
|
provisioningState: item["provisioningState"],
|
|
665
892
|
powerState: !item["powerState"] ? item["powerState"] : powerStateDeserializer(item["powerState"]),
|
|
666
893
|
availabilityZones: !item["availabilityZones"] ? item["availabilityZones"] : item["availabilityZones"].map((p) => {
|
|
@@ -678,6 +905,9 @@ function managedClusterAgentPoolProfilePropertiesDeserializer(item) {
|
|
|
678
905
|
nodeTaints: !item["nodeTaints"] ? item["nodeTaints"] : item["nodeTaints"].map((p) => {
|
|
679
906
|
return p;
|
|
680
907
|
}),
|
|
908
|
+
nodeInitializationTaints: !item["nodeInitializationTaints"] ? item["nodeInitializationTaints"] : item["nodeInitializationTaints"].map((p) => {
|
|
909
|
+
return p;
|
|
910
|
+
}),
|
|
681
911
|
proximityPlacementGroupID: item["proximityPlacementGroupID"],
|
|
682
912
|
kubeletConfig: !item["kubeletConfig"] ? item["kubeletConfig"] : kubeletConfigDeserializer(item["kubeletConfig"]),
|
|
683
913
|
linuxOSConfig: !item["linuxOSConfig"] ? item["linuxOSConfig"] : linuxOSConfigDeserializer(item["linuxOSConfig"]),
|
|
@@ -697,7 +927,8 @@ function managedClusterAgentPoolProfilePropertiesDeserializer(item) {
|
|
|
697
927
|
virtualMachinesProfile: !item["virtualMachinesProfile"] ? item["virtualMachinesProfile"] : virtualMachinesProfileDeserializer(item["virtualMachinesProfile"]),
|
|
698
928
|
virtualMachineNodesStatus: !item["virtualMachineNodesStatus"] ? item["virtualMachineNodesStatus"] : virtualMachineNodesArrayDeserializer(item["virtualMachineNodesStatus"]),
|
|
699
929
|
status: !item["status"] ? item["status"] : agentPoolStatusDeserializer(item["status"]),
|
|
700
|
-
localDNSProfile: !item["localDNSProfile"] ? item["localDNSProfile"] : localDNSProfileDeserializer(item["localDNSProfile"])
|
|
930
|
+
localDNSProfile: !item["localDNSProfile"] ? item["localDNSProfile"] : localDNSProfileDeserializer(item["localDNSProfile"]),
|
|
931
|
+
preparedImageSpecificationProfile: !item["preparedImageSpecificationProfile"] ? item["preparedImageSpecificationProfile"] : preparedImageSpecificationProfileDeserializer(item["preparedImageSpecificationProfile"])
|
|
701
932
|
};
|
|
702
933
|
}
|
|
703
934
|
var KnownOSDiskType = /* @__PURE__ */ ((KnownOSDiskType2) => {
|
|
@@ -713,6 +944,7 @@ var KnownKubeletDiskType = /* @__PURE__ */ ((KnownKubeletDiskType2) => {
|
|
|
713
944
|
var KnownWorkloadRuntime = /* @__PURE__ */ ((KnownWorkloadRuntime2) => {
|
|
714
945
|
KnownWorkloadRuntime2["OCIContainer"] = "OCIContainer";
|
|
715
946
|
KnownWorkloadRuntime2["WasmWasi"] = "WasmWasi";
|
|
947
|
+
KnownWorkloadRuntime2["KataMshvVmIsolation"] = "KataMshvVmIsolation";
|
|
716
948
|
KnownWorkloadRuntime2["KataVmIsolation"] = "KataVmIsolation";
|
|
717
949
|
return KnownWorkloadRuntime2;
|
|
718
950
|
})(KnownWorkloadRuntime || {});
|
|
@@ -730,11 +962,14 @@ var KnownOssku = /* @__PURE__ */ ((KnownOssku2) => {
|
|
|
730
962
|
KnownOssku2["Ubuntu"] = "Ubuntu";
|
|
731
963
|
KnownOssku2["AzureLinux"] = "AzureLinux";
|
|
732
964
|
KnownOssku2["AzureLinux3"] = "AzureLinux3";
|
|
965
|
+
KnownOssku2["Mariner"] = "Mariner";
|
|
966
|
+
KnownOssku2["Flatcar"] = "Flatcar";
|
|
733
967
|
KnownOssku2["CBLMariner"] = "CBLMariner";
|
|
734
968
|
KnownOssku2["Windows2019"] = "Windows2019";
|
|
735
969
|
KnownOssku2["Windows2022"] = "Windows2022";
|
|
736
970
|
KnownOssku2["Ubuntu2204"] = "Ubuntu2204";
|
|
737
971
|
KnownOssku2["Windows2025"] = "Windows2025";
|
|
972
|
+
KnownOssku2["WindowsAnnual"] = "WindowsAnnual";
|
|
738
973
|
KnownOssku2["Ubuntu2404"] = "Ubuntu2404";
|
|
739
974
|
KnownOssku2["AzureContainerLinux"] = "AzureContainerLinux";
|
|
740
975
|
return KnownOssku2;
|
|
@@ -754,12 +989,20 @@ var KnownAgentPoolMode = /* @__PURE__ */ ((KnownAgentPoolMode2) => {
|
|
|
754
989
|
KnownAgentPoolMode2["System"] = "System";
|
|
755
990
|
KnownAgentPoolMode2["User"] = "User";
|
|
756
991
|
KnownAgentPoolMode2["Gateway"] = "Gateway";
|
|
992
|
+
KnownAgentPoolMode2["ManagedSystem"] = "ManagedSystem";
|
|
993
|
+
KnownAgentPoolMode2["Machines"] = "Machines";
|
|
757
994
|
return KnownAgentPoolMode2;
|
|
758
995
|
})(KnownAgentPoolMode || {});
|
|
996
|
+
var KnownUpgradeStrategy = /* @__PURE__ */ ((KnownUpgradeStrategy2) => {
|
|
997
|
+
KnownUpgradeStrategy2["Rolling"] = "Rolling";
|
|
998
|
+
KnownUpgradeStrategy2["BlueGreen"] = "BlueGreen";
|
|
999
|
+
return KnownUpgradeStrategy2;
|
|
1000
|
+
})(KnownUpgradeStrategy || {});
|
|
759
1001
|
function agentPoolUpgradeSettingsSerializer(item) {
|
|
760
1002
|
return {
|
|
761
1003
|
maxSurge: item["maxSurge"],
|
|
762
1004
|
maxUnavailable: item["maxUnavailable"],
|
|
1005
|
+
maxBlockedNodes: item["maxBlockedNodes"],
|
|
763
1006
|
drainTimeoutInMinutes: item["drainTimeoutInMinutes"],
|
|
764
1007
|
nodeSoakDurationInMinutes: item["nodeSoakDurationInMinutes"],
|
|
765
1008
|
undrainableNodeBehavior: item["undrainableNodeBehavior"]
|
|
@@ -769,6 +1012,7 @@ function agentPoolUpgradeSettingsDeserializer(item) {
|
|
|
769
1012
|
return {
|
|
770
1013
|
maxSurge: item["maxSurge"],
|
|
771
1014
|
maxUnavailable: item["maxUnavailable"],
|
|
1015
|
+
maxBlockedNodes: item["maxBlockedNodes"],
|
|
772
1016
|
drainTimeoutInMinutes: item["drainTimeoutInMinutes"],
|
|
773
1017
|
nodeSoakDurationInMinutes: item["nodeSoakDurationInMinutes"],
|
|
774
1018
|
undrainableNodeBehavior: item["undrainableNodeBehavior"]
|
|
@@ -779,6 +1023,22 @@ var KnownUndrainableNodeBehavior = /* @__PURE__ */ ((KnownUndrainableNodeBehavio
|
|
|
779
1023
|
KnownUndrainableNodeBehavior2["Schedule"] = "Schedule";
|
|
780
1024
|
return KnownUndrainableNodeBehavior2;
|
|
781
1025
|
})(KnownUndrainableNodeBehavior || {});
|
|
1026
|
+
function agentPoolBlueGreenUpgradeSettingsSerializer(item) {
|
|
1027
|
+
return {
|
|
1028
|
+
drainBatchSize: item["drainBatchSize"],
|
|
1029
|
+
drainTimeoutInMinutes: item["drainTimeoutInMinutes"],
|
|
1030
|
+
batchSoakDurationInMinutes: item["batchSoakDurationInMinutes"],
|
|
1031
|
+
finalSoakDurationInMinutes: item["finalSoakDurationInMinutes"]
|
|
1032
|
+
};
|
|
1033
|
+
}
|
|
1034
|
+
function agentPoolBlueGreenUpgradeSettingsDeserializer(item) {
|
|
1035
|
+
return {
|
|
1036
|
+
drainBatchSize: item["drainBatchSize"],
|
|
1037
|
+
drainTimeoutInMinutes: item["drainTimeoutInMinutes"],
|
|
1038
|
+
batchSoakDurationInMinutes: item["batchSoakDurationInMinutes"],
|
|
1039
|
+
finalSoakDurationInMinutes: item["finalSoakDurationInMinutes"]
|
|
1040
|
+
};
|
|
1041
|
+
}
|
|
782
1042
|
function powerStateSerializer(item) {
|
|
783
1043
|
return { code: item["code"] };
|
|
784
1044
|
}
|
|
@@ -816,7 +1076,10 @@ function kubeletConfigSerializer(item) {
|
|
|
816
1076
|
failSwapOn: item["failSwapOn"],
|
|
817
1077
|
containerLogMaxSizeMB: item["containerLogMaxSizeMB"],
|
|
818
1078
|
containerLogMaxFiles: item["containerLogMaxFiles"],
|
|
819
|
-
podMaxPids: item["podMaxPids"]
|
|
1079
|
+
podMaxPids: item["podMaxPids"],
|
|
1080
|
+
seccompDefault: item["seccompDefault"],
|
|
1081
|
+
kubeReserved: !item["kubeReserved"] ? item["kubeReserved"] : kubeReservedSerializer(item["kubeReserved"]),
|
|
1082
|
+
hardEvictionThreshold: !item["hardEvictionThreshold"] ? item["hardEvictionThreshold"] : hardEvictionThresholdSerializer(item["hardEvictionThreshold"])
|
|
820
1083
|
};
|
|
821
1084
|
}
|
|
822
1085
|
function kubeletConfigDeserializer(item) {
|
|
@@ -833,7 +1096,38 @@ function kubeletConfigDeserializer(item) {
|
|
|
833
1096
|
failSwapOn: item["failSwapOn"],
|
|
834
1097
|
containerLogMaxSizeMB: item["containerLogMaxSizeMB"],
|
|
835
1098
|
containerLogMaxFiles: item["containerLogMaxFiles"],
|
|
836
|
-
podMaxPids: item["podMaxPids"]
|
|
1099
|
+
podMaxPids: item["podMaxPids"],
|
|
1100
|
+
seccompDefault: item["seccompDefault"],
|
|
1101
|
+
kubeReserved: !item["kubeReserved"] ? item["kubeReserved"] : kubeReservedDeserializer(item["kubeReserved"]),
|
|
1102
|
+
hardEvictionThreshold: !item["hardEvictionThreshold"] ? item["hardEvictionThreshold"] : hardEvictionThresholdDeserializer(item["hardEvictionThreshold"])
|
|
1103
|
+
};
|
|
1104
|
+
}
|
|
1105
|
+
var KnownSeccompDefault = /* @__PURE__ */ ((KnownSeccompDefault2) => {
|
|
1106
|
+
KnownSeccompDefault2["Unconfined"] = "Unconfined";
|
|
1107
|
+
KnownSeccompDefault2["RuntimeDefault"] = "RuntimeDefault";
|
|
1108
|
+
return KnownSeccompDefault2;
|
|
1109
|
+
})(KnownSeccompDefault || {});
|
|
1110
|
+
function kubeReservedSerializer(item) {
|
|
1111
|
+
return { cpuMillicores: item["cpuMillicores"], memoryMB: item["memoryMB"] };
|
|
1112
|
+
}
|
|
1113
|
+
function kubeReservedDeserializer(item) {
|
|
1114
|
+
return {
|
|
1115
|
+
cpuMillicores: item["cpuMillicores"],
|
|
1116
|
+
memoryMB: item["memoryMB"]
|
|
1117
|
+
};
|
|
1118
|
+
}
|
|
1119
|
+
function hardEvictionThresholdSerializer(item) {
|
|
1120
|
+
return {
|
|
1121
|
+
memoryAvailable: item["memoryAvailable"],
|
|
1122
|
+
nodeFsAvailable: item["nodeFsAvailable"],
|
|
1123
|
+
nodeFsInodesFree: item["nodeFsInodesFree"]
|
|
1124
|
+
};
|
|
1125
|
+
}
|
|
1126
|
+
function hardEvictionThresholdDeserializer(item) {
|
|
1127
|
+
return {
|
|
1128
|
+
memoryAvailable: item["memoryAvailable"],
|
|
1129
|
+
nodeFsAvailable: item["nodeFsAvailable"],
|
|
1130
|
+
nodeFsInodesFree: item["nodeFsInodesFree"]
|
|
837
1131
|
};
|
|
838
1132
|
}
|
|
839
1133
|
function linuxOSConfigSerializer(item) {
|
|
@@ -935,19 +1229,27 @@ function creationDataDeserializer(item) {
|
|
|
935
1229
|
function agentPoolNetworkProfileSerializer(item) {
|
|
936
1230
|
return {
|
|
937
1231
|
nodePublicIPTags: !item["nodePublicIPTags"] ? item["nodePublicIPTags"] : ipTagArraySerializer(item["nodePublicIPTags"]),
|
|
1232
|
+
nodePublicIPPrefixIDs: !item["nodePublicIPPrefixIDs"] ? item["nodePublicIPPrefixIDs"] : item["nodePublicIPPrefixIDs"].map((p) => {
|
|
1233
|
+
return p;
|
|
1234
|
+
}),
|
|
938
1235
|
allowedHostPorts: !item["allowedHostPorts"] ? item["allowedHostPorts"] : portRangeArraySerializer(item["allowedHostPorts"]),
|
|
939
1236
|
applicationSecurityGroups: !item["applicationSecurityGroups"] ? item["applicationSecurityGroups"] : item["applicationSecurityGroups"].map((p) => {
|
|
940
1237
|
return p;
|
|
941
|
-
})
|
|
1238
|
+
}),
|
|
1239
|
+
secondaryNetworkInterfaces: !item["secondaryNetworkInterfaces"] ? item["secondaryNetworkInterfaces"] : agentPoolNetworkInterfaceArraySerializer(item["secondaryNetworkInterfaces"])
|
|
942
1240
|
};
|
|
943
1241
|
}
|
|
944
1242
|
function agentPoolNetworkProfileDeserializer(item) {
|
|
945
1243
|
return {
|
|
946
1244
|
nodePublicIPTags: !item["nodePublicIPTags"] ? item["nodePublicIPTags"] : ipTagArrayDeserializer(item["nodePublicIPTags"]),
|
|
1245
|
+
nodePublicIPPrefixIDs: !item["nodePublicIPPrefixIDs"] ? item["nodePublicIPPrefixIDs"] : item["nodePublicIPPrefixIDs"].map((p) => {
|
|
1246
|
+
return p;
|
|
1247
|
+
}),
|
|
947
1248
|
allowedHostPorts: !item["allowedHostPorts"] ? item["allowedHostPorts"] : portRangeArrayDeserializer(item["allowedHostPorts"]),
|
|
948
1249
|
applicationSecurityGroups: !item["applicationSecurityGroups"] ? item["applicationSecurityGroups"] : item["applicationSecurityGroups"].map((p) => {
|
|
949
1250
|
return p;
|
|
950
|
-
})
|
|
1251
|
+
}),
|
|
1252
|
+
secondaryNetworkInterfaces: !item["secondaryNetworkInterfaces"] ? item["secondaryNetworkInterfaces"] : agentPoolNetworkInterfaceArrayDeserializer(item["secondaryNetworkInterfaces"])
|
|
951
1253
|
};
|
|
952
1254
|
}
|
|
953
1255
|
function ipTagArraySerializer(result) {
|
|
@@ -994,6 +1296,35 @@ var KnownProtocol = /* @__PURE__ */ ((KnownProtocol2) => {
|
|
|
994
1296
|
KnownProtocol2["UDP"] = "UDP";
|
|
995
1297
|
return KnownProtocol2;
|
|
996
1298
|
})(KnownProtocol || {});
|
|
1299
|
+
function agentPoolNetworkInterfaceArraySerializer(result) {
|
|
1300
|
+
return result.map((item) => {
|
|
1301
|
+
return agentPoolNetworkInterfaceSerializer(item);
|
|
1302
|
+
});
|
|
1303
|
+
}
|
|
1304
|
+
function agentPoolNetworkInterfaceArrayDeserializer(result) {
|
|
1305
|
+
return result.map((item) => {
|
|
1306
|
+
return agentPoolNetworkInterfaceDeserializer(item);
|
|
1307
|
+
});
|
|
1308
|
+
}
|
|
1309
|
+
function agentPoolNetworkInterfaceSerializer(item) {
|
|
1310
|
+
return {
|
|
1311
|
+
type: item["type"],
|
|
1312
|
+
vnetSubnetId: item["vnetSubnetId"],
|
|
1313
|
+
enableAcceleratedNetworking: item["enableAcceleratedNetworking"]
|
|
1314
|
+
};
|
|
1315
|
+
}
|
|
1316
|
+
function agentPoolNetworkInterfaceDeserializer(item) {
|
|
1317
|
+
return {
|
|
1318
|
+
type: item["type"],
|
|
1319
|
+
vnetSubnetId: item["vnetSubnetId"],
|
|
1320
|
+
enableAcceleratedNetworking: item["enableAcceleratedNetworking"]
|
|
1321
|
+
};
|
|
1322
|
+
}
|
|
1323
|
+
var KnownAgentPoolNetworkInterfaceType = /* @__PURE__ */ ((KnownAgentPoolNetworkInterfaceType2) => {
|
|
1324
|
+
KnownAgentPoolNetworkInterfaceType2["Standard"] = "Standard";
|
|
1325
|
+
KnownAgentPoolNetworkInterfaceType2["Dynamic"] = "Dynamic";
|
|
1326
|
+
return KnownAgentPoolNetworkInterfaceType2;
|
|
1327
|
+
})(KnownAgentPoolNetworkInterfaceType || {});
|
|
997
1328
|
function agentPoolWindowsProfileSerializer(item) {
|
|
998
1329
|
return { disableOutboundNat: item["disableOutboundNat"] };
|
|
999
1330
|
}
|
|
@@ -1019,14 +1350,21 @@ function agentPoolSecurityProfileDeserializer(item) {
|
|
|
1019
1350
|
var KnownAgentPoolSSHAccess = /* @__PURE__ */ ((KnownAgentPoolSSHAccess2) => {
|
|
1020
1351
|
KnownAgentPoolSSHAccess2["LocalUser"] = "LocalUser";
|
|
1021
1352
|
KnownAgentPoolSSHAccess2["Disabled"] = "Disabled";
|
|
1353
|
+
KnownAgentPoolSSHAccess2["EntraId"] = "EntraId";
|
|
1022
1354
|
return KnownAgentPoolSSHAccess2;
|
|
1023
1355
|
})(KnownAgentPoolSSHAccess || {});
|
|
1024
1356
|
function gpuProfileSerializer(item) {
|
|
1025
|
-
return {
|
|
1357
|
+
return {
|
|
1358
|
+
driver: item["driver"],
|
|
1359
|
+
driverType: item["driverType"],
|
|
1360
|
+
nvidia: !item["nvidia"] ? item["nvidia"] : nvidiaGPUProfileSerializer(item["nvidia"])
|
|
1361
|
+
};
|
|
1026
1362
|
}
|
|
1027
1363
|
function gpuProfileDeserializer(item) {
|
|
1028
1364
|
return {
|
|
1029
|
-
driver: item["driver"]
|
|
1365
|
+
driver: item["driver"],
|
|
1366
|
+
driverType: item["driverType"],
|
|
1367
|
+
nvidia: !item["nvidia"] ? item["nvidia"] : nvidiaGPUProfileDeserializer(item["nvidia"])
|
|
1030
1368
|
};
|
|
1031
1369
|
}
|
|
1032
1370
|
var KnownGPUDriver = /* @__PURE__ */ ((KnownGPUDriver2) => {
|
|
@@ -1034,6 +1372,31 @@ var KnownGPUDriver = /* @__PURE__ */ ((KnownGPUDriver2) => {
|
|
|
1034
1372
|
KnownGPUDriver2["None"] = "None";
|
|
1035
1373
|
return KnownGPUDriver2;
|
|
1036
1374
|
})(KnownGPUDriver || {});
|
|
1375
|
+
var KnownDriverType = /* @__PURE__ */ ((KnownDriverType2) => {
|
|
1376
|
+
KnownDriverType2["Grid"] = "GRID";
|
|
1377
|
+
KnownDriverType2["Cuda"] = "CUDA";
|
|
1378
|
+
return KnownDriverType2;
|
|
1379
|
+
})(KnownDriverType || {});
|
|
1380
|
+
function nvidiaGPUProfileSerializer(item) {
|
|
1381
|
+
return { managementMode: item["managementMode"], migStrategy: item["migStrategy"] };
|
|
1382
|
+
}
|
|
1383
|
+
function nvidiaGPUProfileDeserializer(item) {
|
|
1384
|
+
return {
|
|
1385
|
+
managementMode: item["managementMode"],
|
|
1386
|
+
migStrategy: item["migStrategy"]
|
|
1387
|
+
};
|
|
1388
|
+
}
|
|
1389
|
+
var KnownManagementMode = /* @__PURE__ */ ((KnownManagementMode2) => {
|
|
1390
|
+
KnownManagementMode2["Unmanaged"] = "Unmanaged";
|
|
1391
|
+
KnownManagementMode2["Managed"] = "Managed";
|
|
1392
|
+
return KnownManagementMode2;
|
|
1393
|
+
})(KnownManagementMode || {});
|
|
1394
|
+
var KnownMigStrategy = /* @__PURE__ */ ((KnownMigStrategy2) => {
|
|
1395
|
+
KnownMigStrategy2["None"] = "None";
|
|
1396
|
+
KnownMigStrategy2["Single"] = "Single";
|
|
1397
|
+
KnownMigStrategy2["Mixed"] = "Mixed";
|
|
1398
|
+
return KnownMigStrategy2;
|
|
1399
|
+
})(KnownMigStrategy || {});
|
|
1037
1400
|
function agentPoolGatewayProfileSerializer(item) {
|
|
1038
1401
|
return { publicIPPrefixSize: item["publicIPPrefixSize"] };
|
|
1039
1402
|
}
|
|
@@ -1060,12 +1423,14 @@ function virtualMachinesProfileDeserializer(item) {
|
|
|
1060
1423
|
}
|
|
1061
1424
|
function scaleProfileSerializer(item) {
|
|
1062
1425
|
return {
|
|
1063
|
-
manual: !item["manual"] ? item["manual"] : manualScaleProfileArraySerializer(item["manual"])
|
|
1426
|
+
manual: !item["manual"] ? item["manual"] : manualScaleProfileArraySerializer(item["manual"]),
|
|
1427
|
+
autoscale: !item["autoscale"] ? item["autoscale"] : autoScaleProfileArraySerializer(item["autoscale"])
|
|
1064
1428
|
};
|
|
1065
1429
|
}
|
|
1066
1430
|
function scaleProfileDeserializer(item) {
|
|
1067
1431
|
return {
|
|
1068
|
-
manual: !item["manual"] ? item["manual"] : manualScaleProfileArrayDeserializer(item["manual"])
|
|
1432
|
+
manual: !item["manual"] ? item["manual"] : manualScaleProfileArrayDeserializer(item["manual"]),
|
|
1433
|
+
autoscale: !item["autoscale"] ? item["autoscale"] : autoScaleProfileArrayDeserializer(item["autoscale"])
|
|
1069
1434
|
};
|
|
1070
1435
|
}
|
|
1071
1436
|
function manualScaleProfileArraySerializer(result) {
|
|
@@ -1087,6 +1452,26 @@ function manualScaleProfileDeserializer(item) {
|
|
|
1087
1452
|
count: item["count"]
|
|
1088
1453
|
};
|
|
1089
1454
|
}
|
|
1455
|
+
function autoScaleProfileArraySerializer(result) {
|
|
1456
|
+
return result.map((item) => {
|
|
1457
|
+
return autoScaleProfileSerializer(item);
|
|
1458
|
+
});
|
|
1459
|
+
}
|
|
1460
|
+
function autoScaleProfileArrayDeserializer(result) {
|
|
1461
|
+
return result.map((item) => {
|
|
1462
|
+
return autoScaleProfileDeserializer(item);
|
|
1463
|
+
});
|
|
1464
|
+
}
|
|
1465
|
+
function autoScaleProfileSerializer(item) {
|
|
1466
|
+
return { size: item["size"], minCount: item["minCount"], maxCount: item["maxCount"] };
|
|
1467
|
+
}
|
|
1468
|
+
function autoScaleProfileDeserializer(item) {
|
|
1469
|
+
return {
|
|
1470
|
+
size: item["size"],
|
|
1471
|
+
minCount: item["minCount"],
|
|
1472
|
+
maxCount: item["maxCount"]
|
|
1473
|
+
};
|
|
1474
|
+
}
|
|
1090
1475
|
function virtualMachineNodesArraySerializer(result) {
|
|
1091
1476
|
return result.map((item) => {
|
|
1092
1477
|
return virtualMachineNodesSerializer(item);
|
|
@@ -1230,6 +1615,14 @@ var KnownLocalDNSServeStale = /* @__PURE__ */ ((KnownLocalDNSServeStale2) => {
|
|
|
1230
1615
|
KnownLocalDNSServeStale2["Disable"] = "Disable";
|
|
1231
1616
|
return KnownLocalDNSServeStale2;
|
|
1232
1617
|
})(KnownLocalDNSServeStale || {});
|
|
1618
|
+
function preparedImageSpecificationProfileSerializer(item) {
|
|
1619
|
+
return { preparedImageSpecificationId: item["preparedImageSpecificationId"] };
|
|
1620
|
+
}
|
|
1621
|
+
function preparedImageSpecificationProfileDeserializer(item) {
|
|
1622
|
+
return {
|
|
1623
|
+
preparedImageSpecificationId: item["preparedImageSpecificationId"]
|
|
1624
|
+
};
|
|
1625
|
+
}
|
|
1233
1626
|
function proxyResourceSerializer(_item) {
|
|
1234
1627
|
return {};
|
|
1235
1628
|
}
|
|
@@ -1338,6 +1731,8 @@ function agentPoolUpgradeProfilePropertiesDeserializer(item) {
|
|
|
1338
1731
|
kubernetesVersion: item["kubernetesVersion"],
|
|
1339
1732
|
osType: item["osType"],
|
|
1340
1733
|
upgrades: !item["upgrades"] ? item["upgrades"] : agentPoolUpgradeProfilePropertiesUpgradesItemArrayDeserializer(item["upgrades"]),
|
|
1734
|
+
componentsByReleases: !item["componentsByReleases"] ? item["componentsByReleases"] : componentsByReleaseArrayDeserializer(item["componentsByReleases"]),
|
|
1735
|
+
recentlyUsedVersions: !item["recentlyUsedVersions"] ? item["recentlyUsedVersions"] : agentPoolRecentlyUsedVersionArrayDeserializer(item["recentlyUsedVersions"]),
|
|
1341
1736
|
latestNodeImageVersion: item["latestNodeImageVersion"]
|
|
1342
1737
|
};
|
|
1343
1738
|
}
|
|
@@ -1349,7 +1744,43 @@ function agentPoolUpgradeProfilePropertiesUpgradesItemArrayDeserializer(result)
|
|
|
1349
1744
|
function agentPoolUpgradeProfilePropertiesUpgradesItemDeserializer(item) {
|
|
1350
1745
|
return {
|
|
1351
1746
|
kubernetesVersion: item["kubernetesVersion"],
|
|
1352
|
-
isPreview: item["isPreview"]
|
|
1747
|
+
isPreview: item["isPreview"],
|
|
1748
|
+
isOutOfSupport: item["isOutOfSupport"]
|
|
1749
|
+
};
|
|
1750
|
+
}
|
|
1751
|
+
function componentsByReleaseArrayDeserializer(result) {
|
|
1752
|
+
return result.map((item) => {
|
|
1753
|
+
return componentsByReleaseDeserializer(item);
|
|
1754
|
+
});
|
|
1755
|
+
}
|
|
1756
|
+
function componentsByReleaseDeserializer(item) {
|
|
1757
|
+
return {
|
|
1758
|
+
kubernetesVersion: item["kubernetesVersion"],
|
|
1759
|
+
components: !item["components"] ? item["components"] : componentArrayDeserializer(item["components"])
|
|
1760
|
+
};
|
|
1761
|
+
}
|
|
1762
|
+
function componentArrayDeserializer(result) {
|
|
1763
|
+
return result.map((item) => {
|
|
1764
|
+
return componentDeserializer(item);
|
|
1765
|
+
});
|
|
1766
|
+
}
|
|
1767
|
+
function componentDeserializer(item) {
|
|
1768
|
+
return {
|
|
1769
|
+
name: item["name"],
|
|
1770
|
+
version: item["version"],
|
|
1771
|
+
hasBreakingChanges: item["hasBreakingChanges"]
|
|
1772
|
+
};
|
|
1773
|
+
}
|
|
1774
|
+
function agentPoolRecentlyUsedVersionArrayDeserializer(result) {
|
|
1775
|
+
return result.map((item) => {
|
|
1776
|
+
return agentPoolRecentlyUsedVersionDeserializer(item);
|
|
1777
|
+
});
|
|
1778
|
+
}
|
|
1779
|
+
function agentPoolRecentlyUsedVersionDeserializer(item) {
|
|
1780
|
+
return {
|
|
1781
|
+
orchestratorVersion: item["orchestratorVersion"],
|
|
1782
|
+
nodeImageVersion: item["nodeImageVersion"],
|
|
1783
|
+
timestamp: !item["timestamp"] ? item["timestamp"] : new Date(item["timestamp"])
|
|
1353
1784
|
};
|
|
1354
1785
|
}
|
|
1355
1786
|
function managedClusterSerializer(item) {
|
|
@@ -1357,6 +1788,7 @@ function managedClusterSerializer(item) {
|
|
|
1357
1788
|
tags: item["tags"],
|
|
1358
1789
|
location: item["location"],
|
|
1359
1790
|
properties: (0, import_check_prop_undefined.areAllPropsUndefined)(item, [
|
|
1791
|
+
"creationData",
|
|
1360
1792
|
"kubernetesVersion",
|
|
1361
1793
|
"dnsPrefix",
|
|
1362
1794
|
"fqdnSubdomain",
|
|
@@ -1371,6 +1803,8 @@ function managedClusterSerializer(item) {
|
|
|
1371
1803
|
"nodeResourceGroupProfile",
|
|
1372
1804
|
"enableRBAC",
|
|
1373
1805
|
"supportPlan",
|
|
1806
|
+
"enableFIPS",
|
|
1807
|
+
"enableNamespaceResources",
|
|
1374
1808
|
"networkProfile",
|
|
1375
1809
|
"aadProfile",
|
|
1376
1810
|
"autoUpgradeProfile",
|
|
@@ -1393,7 +1827,11 @@ function managedClusterSerializer(item) {
|
|
|
1393
1827
|
"nodeProvisioningProfile",
|
|
1394
1828
|
"bootstrapProfile",
|
|
1395
1829
|
"aiToolchainOperatorProfile",
|
|
1830
|
+
"schedulerProfile",
|
|
1396
1831
|
"hostedSystemProfile",
|
|
1832
|
+
"healthMonitorProfile",
|
|
1833
|
+
"controlPlaneScalingProfile",
|
|
1834
|
+
"nodeDisruptionProfile",
|
|
1397
1835
|
"status"
|
|
1398
1836
|
]) ? void 0 : _managedClusterPropertiesSerializer(item),
|
|
1399
1837
|
sku: !item["sku"] ? item["sku"] : managedClusterSKUSerializer(item["sku"]),
|
|
@@ -1420,6 +1858,7 @@ function managedClusterDeserializer(item) {
|
|
|
1420
1858
|
}
|
|
1421
1859
|
function managedClusterPropertiesSerializer(item) {
|
|
1422
1860
|
return {
|
|
1861
|
+
creationData: !item["creationData"] ? item["creationData"] : creationDataSerializer(item["creationData"]),
|
|
1423
1862
|
kubernetesVersion: item["kubernetesVersion"],
|
|
1424
1863
|
dnsPrefix: item["dnsPrefix"],
|
|
1425
1864
|
fqdnSubdomain: item["fqdnSubdomain"],
|
|
@@ -1434,6 +1873,8 @@ function managedClusterPropertiesSerializer(item) {
|
|
|
1434
1873
|
nodeResourceGroupProfile: !item["nodeResourceGroupProfile"] ? item["nodeResourceGroupProfile"] : managedClusterNodeResourceGroupProfileSerializer(item["nodeResourceGroupProfile"]),
|
|
1435
1874
|
enableRBAC: item["enableRbac"],
|
|
1436
1875
|
supportPlan: item["supportPlan"],
|
|
1876
|
+
enableFIPS: item["enableFips"],
|
|
1877
|
+
enableNamespaceResources: item["enableNamespaceResources"],
|
|
1437
1878
|
networkProfile: !item["networkProfile"] ? item["networkProfile"] : containerServiceNetworkProfileSerializer(item["networkProfile"]),
|
|
1438
1879
|
aadProfile: !item["aadProfile"] ? item["aadProfile"] : managedClusterAADProfileSerializer(item["aadProfile"]),
|
|
1439
1880
|
autoUpgradeProfile: !item["autoUpgradeProfile"] ? item["autoUpgradeProfile"] : managedClusterAutoUpgradeProfileSerializer(item["autoUpgradeProfile"]),
|
|
@@ -1456,7 +1897,11 @@ function managedClusterPropertiesSerializer(item) {
|
|
|
1456
1897
|
nodeProvisioningProfile: !item["nodeProvisioningProfile"] ? item["nodeProvisioningProfile"] : managedClusterNodeProvisioningProfileSerializer(item["nodeProvisioningProfile"]),
|
|
1457
1898
|
bootstrapProfile: !item["bootstrapProfile"] ? item["bootstrapProfile"] : managedClusterBootstrapProfileSerializer(item["bootstrapProfile"]),
|
|
1458
1899
|
aiToolchainOperatorProfile: !item["aiToolchainOperatorProfile"] ? item["aiToolchainOperatorProfile"] : managedClusterAIToolchainOperatorProfileSerializer(item["aiToolchainOperatorProfile"]),
|
|
1900
|
+
schedulerProfile: !item["schedulerProfile"] ? item["schedulerProfile"] : schedulerProfileSerializer(item["schedulerProfile"]),
|
|
1459
1901
|
hostedSystemProfile: !item["hostedSystemProfile"] ? item["hostedSystemProfile"] : managedClusterHostedSystemProfileSerializer(item["hostedSystemProfile"]),
|
|
1902
|
+
healthMonitorProfile: !item["healthMonitorProfile"] ? item["healthMonitorProfile"] : managedClusterHealthMonitorProfileSerializer(item["healthMonitorProfile"]),
|
|
1903
|
+
controlPlaneScalingProfile: !item["controlPlaneScalingProfile"] ? item["controlPlaneScalingProfile"] : managedClusterControlPlaneScalingProfileSerializer(item["controlPlaneScalingProfile"]),
|
|
1904
|
+
nodeDisruptionProfile: !item["nodeDisruptionProfile"] ? item["nodeDisruptionProfile"] : nodeDisruptionProfileSerializer(item["nodeDisruptionProfile"]),
|
|
1460
1905
|
status: !item["status"] ? item["status"] : managedClusterStatusSerializer(item["status"])
|
|
1461
1906
|
};
|
|
1462
1907
|
}
|
|
@@ -1464,6 +1909,7 @@ function managedClusterPropertiesDeserializer(item) {
|
|
|
1464
1909
|
return {
|
|
1465
1910
|
provisioningState: item["provisioningState"],
|
|
1466
1911
|
powerState: !item["powerState"] ? item["powerState"] : powerStateDeserializer(item["powerState"]),
|
|
1912
|
+
creationData: !item["creationData"] ? item["creationData"] : creationDataDeserializer(item["creationData"]),
|
|
1467
1913
|
maxAgentPools: item["maxAgentPools"],
|
|
1468
1914
|
kubernetesVersion: item["kubernetesVersion"],
|
|
1469
1915
|
currentKubernetesVersion: item["currentKubernetesVersion"],
|
|
@@ -1483,6 +1929,8 @@ function managedClusterPropertiesDeserializer(item) {
|
|
|
1483
1929
|
nodeResourceGroupProfile: !item["nodeResourceGroupProfile"] ? item["nodeResourceGroupProfile"] : managedClusterNodeResourceGroupProfileDeserializer(item["nodeResourceGroupProfile"]),
|
|
1484
1930
|
enableRbac: item["enableRBAC"],
|
|
1485
1931
|
supportPlan: item["supportPlan"],
|
|
1932
|
+
enableFips: item["enableFIPS"],
|
|
1933
|
+
enableNamespaceResources: item["enableNamespaceResources"],
|
|
1486
1934
|
networkProfile: !item["networkProfile"] ? item["networkProfile"] : containerServiceNetworkProfileDeserializer(item["networkProfile"]),
|
|
1487
1935
|
aadProfile: !item["aadProfile"] ? item["aadProfile"] : managedClusterAADProfileDeserializer(item["aadProfile"]),
|
|
1488
1936
|
autoUpgradeProfile: !item["autoUpgradeProfile"] ? item["autoUpgradeProfile"] : managedClusterAutoUpgradeProfileDeserializer(item["autoUpgradeProfile"]),
|
|
@@ -1506,7 +1954,11 @@ function managedClusterPropertiesDeserializer(item) {
|
|
|
1506
1954
|
nodeProvisioningProfile: !item["nodeProvisioningProfile"] ? item["nodeProvisioningProfile"] : managedClusterNodeProvisioningProfileDeserializer(item["nodeProvisioningProfile"]),
|
|
1507
1955
|
bootstrapProfile: !item["bootstrapProfile"] ? item["bootstrapProfile"] : managedClusterBootstrapProfileDeserializer(item["bootstrapProfile"]),
|
|
1508
1956
|
aiToolchainOperatorProfile: !item["aiToolchainOperatorProfile"] ? item["aiToolchainOperatorProfile"] : managedClusterAIToolchainOperatorProfileDeserializer(item["aiToolchainOperatorProfile"]),
|
|
1957
|
+
schedulerProfile: !item["schedulerProfile"] ? item["schedulerProfile"] : schedulerProfileDeserializer(item["schedulerProfile"]),
|
|
1509
1958
|
hostedSystemProfile: !item["hostedSystemProfile"] ? item["hostedSystemProfile"] : managedClusterHostedSystemProfileDeserializer(item["hostedSystemProfile"]),
|
|
1959
|
+
healthMonitorProfile: !item["healthMonitorProfile"] ? item["healthMonitorProfile"] : managedClusterHealthMonitorProfileDeserializer(item["healthMonitorProfile"]),
|
|
1960
|
+
controlPlaneScalingProfile: !item["controlPlaneScalingProfile"] ? item["controlPlaneScalingProfile"] : managedClusterControlPlaneScalingProfileDeserializer(item["controlPlaneScalingProfile"]),
|
|
1961
|
+
nodeDisruptionProfile: !item["nodeDisruptionProfile"] ? item["nodeDisruptionProfile"] : nodeDisruptionProfileDeserializer(item["nodeDisruptionProfile"]),
|
|
1510
1962
|
status: !item["status"] ? item["status"] : managedClusterStatusDeserializer(item["status"])
|
|
1511
1963
|
};
|
|
1512
1964
|
}
|
|
@@ -1542,7 +1994,11 @@ function managedClusterAgentPoolProfileSerializer(item) {
|
|
|
1542
1994
|
type: item["type"],
|
|
1543
1995
|
mode: item["mode"],
|
|
1544
1996
|
orchestratorVersion: item["orchestratorVersion"],
|
|
1997
|
+
nodeImageVersion: item["nodeImageVersion"],
|
|
1998
|
+
upgradeStrategy: item["upgradeStrategy"],
|
|
1999
|
+
enableOSDiskFullCaching: item["enableOSDiskFullCaching"],
|
|
1545
2000
|
upgradeSettings: !item["upgradeSettings"] ? item["upgradeSettings"] : agentPoolUpgradeSettingsSerializer(item["upgradeSettings"]),
|
|
2001
|
+
upgradeSettingsBlueGreen: !item["upgradeSettingsBlueGreen"] ? item["upgradeSettingsBlueGreen"] : agentPoolBlueGreenUpgradeSettingsSerializer(item["upgradeSettingsBlueGreen"]),
|
|
1546
2002
|
powerState: !item["powerState"] ? item["powerState"] : powerStateSerializer(item["powerState"]),
|
|
1547
2003
|
availabilityZones: !item["availabilityZones"] ? item["availabilityZones"] : item["availabilityZones"].map((p) => {
|
|
1548
2004
|
return p;
|
|
@@ -1557,6 +2013,9 @@ function managedClusterAgentPoolProfileSerializer(item) {
|
|
|
1557
2013
|
nodeTaints: !item["nodeTaints"] ? item["nodeTaints"] : item["nodeTaints"].map((p) => {
|
|
1558
2014
|
return p;
|
|
1559
2015
|
}),
|
|
2016
|
+
nodeInitializationTaints: !item["nodeInitializationTaints"] ? item["nodeInitializationTaints"] : item["nodeInitializationTaints"].map((p) => {
|
|
2017
|
+
return p;
|
|
2018
|
+
}),
|
|
1560
2019
|
proximityPlacementGroupID: item["proximityPlacementGroupID"],
|
|
1561
2020
|
kubeletConfig: !item["kubeletConfig"] ? item["kubeletConfig"] : kubeletConfigSerializer(item["kubeletConfig"]),
|
|
1562
2021
|
linuxOSConfig: !item["linuxOSConfig"] ? item["linuxOSConfig"] : linuxOSConfigSerializer(item["linuxOSConfig"]),
|
|
@@ -1577,6 +2036,7 @@ function managedClusterAgentPoolProfileSerializer(item) {
|
|
|
1577
2036
|
virtualMachineNodesStatus: !item["virtualMachineNodesStatus"] ? item["virtualMachineNodesStatus"] : virtualMachineNodesArraySerializer(item["virtualMachineNodesStatus"]),
|
|
1578
2037
|
status: !item["status"] ? item["status"] : agentPoolStatusSerializer(item["status"]),
|
|
1579
2038
|
localDNSProfile: !item["localDNSProfile"] ? item["localDNSProfile"] : localDNSProfileSerializer(item["localDNSProfile"]),
|
|
2039
|
+
preparedImageSpecificationProfile: !item["preparedImageSpecificationProfile"] ? item["preparedImageSpecificationProfile"] : preparedImageSpecificationProfileSerializer(item["preparedImageSpecificationProfile"]),
|
|
1580
2040
|
name: item["name"]
|
|
1581
2041
|
};
|
|
1582
2042
|
}
|
|
@@ -1605,7 +2065,10 @@ function managedClusterAgentPoolProfileDeserializer(item) {
|
|
|
1605
2065
|
orchestratorVersion: item["orchestratorVersion"],
|
|
1606
2066
|
currentOrchestratorVersion: item["currentOrchestratorVersion"],
|
|
1607
2067
|
nodeImageVersion: item["nodeImageVersion"],
|
|
2068
|
+
upgradeStrategy: item["upgradeStrategy"],
|
|
2069
|
+
enableOSDiskFullCaching: item["enableOSDiskFullCaching"],
|
|
1608
2070
|
upgradeSettings: !item["upgradeSettings"] ? item["upgradeSettings"] : agentPoolUpgradeSettingsDeserializer(item["upgradeSettings"]),
|
|
2071
|
+
upgradeSettingsBlueGreen: !item["upgradeSettingsBlueGreen"] ? item["upgradeSettingsBlueGreen"] : agentPoolBlueGreenUpgradeSettingsDeserializer(item["upgradeSettingsBlueGreen"]),
|
|
1609
2072
|
provisioningState: item["provisioningState"],
|
|
1610
2073
|
powerState: !item["powerState"] ? item["powerState"] : powerStateDeserializer(item["powerState"]),
|
|
1611
2074
|
availabilityZones: !item["availabilityZones"] ? item["availabilityZones"] : item["availabilityZones"].map((p) => {
|
|
@@ -1623,6 +2086,9 @@ function managedClusterAgentPoolProfileDeserializer(item) {
|
|
|
1623
2086
|
nodeTaints: !item["nodeTaints"] ? item["nodeTaints"] : item["nodeTaints"].map((p) => {
|
|
1624
2087
|
return p;
|
|
1625
2088
|
}),
|
|
2089
|
+
nodeInitializationTaints: !item["nodeInitializationTaints"] ? item["nodeInitializationTaints"] : item["nodeInitializationTaints"].map((p) => {
|
|
2090
|
+
return p;
|
|
2091
|
+
}),
|
|
1626
2092
|
proximityPlacementGroupID: item["proximityPlacementGroupID"],
|
|
1627
2093
|
kubeletConfig: !item["kubeletConfig"] ? item["kubeletConfig"] : kubeletConfigDeserializer(item["kubeletConfig"]),
|
|
1628
2094
|
linuxOSConfig: !item["linuxOSConfig"] ? item["linuxOSConfig"] : linuxOSConfigDeserializer(item["linuxOSConfig"]),
|
|
@@ -1643,6 +2109,7 @@ function managedClusterAgentPoolProfileDeserializer(item) {
|
|
|
1643
2109
|
virtualMachineNodesStatus: !item["virtualMachineNodesStatus"] ? item["virtualMachineNodesStatus"] : virtualMachineNodesArrayDeserializer(item["virtualMachineNodesStatus"]),
|
|
1644
2110
|
status: !item["status"] ? item["status"] : agentPoolStatusDeserializer(item["status"]),
|
|
1645
2111
|
localDNSProfile: !item["localDNSProfile"] ? item["localDNSProfile"] : localDNSProfileDeserializer(item["localDNSProfile"]),
|
|
2112
|
+
preparedImageSpecificationProfile: !item["preparedImageSpecificationProfile"] ? item["preparedImageSpecificationProfile"] : preparedImageSpecificationProfileDeserializer(item["preparedImageSpecificationProfile"]),
|
|
1646
2113
|
name: item["name"]
|
|
1647
2114
|
};
|
|
1648
2115
|
}
|
|
@@ -1920,7 +2387,9 @@ function containerServiceNetworkProfileSerializer(item) {
|
|
|
1920
2387
|
}),
|
|
1921
2388
|
ipFamilies: !item["ipFamilies"] ? item["ipFamilies"] : item["ipFamilies"].map((p) => {
|
|
1922
2389
|
return p;
|
|
1923
|
-
})
|
|
2390
|
+
}),
|
|
2391
|
+
podLinkLocalAccess: item["podLinkLocalAccess"],
|
|
2392
|
+
kubeProxyConfig: !item["kubeProxyConfig"] ? item["kubeProxyConfig"] : containerServiceNetworkProfileKubeProxyConfigSerializer(item["kubeProxyConfig"])
|
|
1924
2393
|
};
|
|
1925
2394
|
}
|
|
1926
2395
|
function containerServiceNetworkProfileDeserializer(item) {
|
|
@@ -1947,7 +2416,9 @@ function containerServiceNetworkProfileDeserializer(item) {
|
|
|
1947
2416
|
}),
|
|
1948
2417
|
ipFamilies: !item["ipFamilies"] ? item["ipFamilies"] : item["ipFamilies"].map((p) => {
|
|
1949
2418
|
return p;
|
|
1950
|
-
})
|
|
2419
|
+
}),
|
|
2420
|
+
podLinkLocalAccess: item["podLinkLocalAccess"],
|
|
2421
|
+
kubeProxyConfig: !item["kubeProxyConfig"] ? item["kubeProxyConfig"] : containerServiceNetworkProfileKubeProxyConfigDeserializer(item["kubeProxyConfig"])
|
|
1951
2422
|
};
|
|
1952
2423
|
}
|
|
1953
2424
|
var KnownNetworkPlugin = /* @__PURE__ */ ((KnownNetworkPlugin2) => {
|
|
@@ -2031,6 +2502,7 @@ function advancedNetworkingSecurityTransitEncryptionDeserializer(item) {
|
|
|
2031
2502
|
}
|
|
2032
2503
|
var KnownTransitEncryptionType = /* @__PURE__ */ ((KnownTransitEncryptionType2) => {
|
|
2033
2504
|
KnownTransitEncryptionType2["WireGuard"] = "WireGuard";
|
|
2505
|
+
KnownTransitEncryptionType2["MTLS"] = "mTLS";
|
|
2034
2506
|
KnownTransitEncryptionType2["None"] = "None";
|
|
2035
2507
|
return KnownTransitEncryptionType2;
|
|
2036
2508
|
})(KnownTransitEncryptionType || {});
|
|
@@ -2051,6 +2523,7 @@ var KnownOutboundType = /* @__PURE__ */ ((KnownOutboundType2) => {
|
|
|
2051
2523
|
KnownOutboundType2["LoadBalancer"] = "loadBalancer";
|
|
2052
2524
|
KnownOutboundType2["UserDefinedRouting"] = "userDefinedRouting";
|
|
2053
2525
|
KnownOutboundType2["ManagedNATGateway"] = "managedNATGateway";
|
|
2526
|
+
KnownOutboundType2["ManagedNATGatewayV2"] = "managedNATGatewayV2";
|
|
2054
2527
|
KnownOutboundType2["UserAssignedNATGateway"] = "userAssignedNATGateway";
|
|
2055
2528
|
KnownOutboundType2["None"] = "none";
|
|
2056
2529
|
return KnownOutboundType2;
|
|
@@ -2068,7 +2541,8 @@ function managedClusterLoadBalancerProfileSerializer(item) {
|
|
|
2068
2541
|
allocatedOutboundPorts: item["allocatedOutboundPorts"],
|
|
2069
2542
|
idleTimeoutInMinutes: item["idleTimeoutInMinutes"],
|
|
2070
2543
|
enableMultipleStandardLoadBalancers: item["enableMultipleStandardLoadBalancers"],
|
|
2071
|
-
backendPoolType: item["backendPoolType"]
|
|
2544
|
+
backendPoolType: item["backendPoolType"],
|
|
2545
|
+
clusterServiceLoadBalancerHealthProbeMode: item["clusterServiceLoadBalancerHealthProbeMode"]
|
|
2072
2546
|
};
|
|
2073
2547
|
}
|
|
2074
2548
|
function managedClusterLoadBalancerProfileDeserializer(item) {
|
|
@@ -2080,7 +2554,8 @@ function managedClusterLoadBalancerProfileDeserializer(item) {
|
|
|
2080
2554
|
allocatedOutboundPorts: item["allocatedOutboundPorts"],
|
|
2081
2555
|
idleTimeoutInMinutes: item["idleTimeoutInMinutes"],
|
|
2082
2556
|
enableMultipleStandardLoadBalancers: item["enableMultipleStandardLoadBalancers"],
|
|
2083
|
-
backendPoolType: item["backendPoolType"]
|
|
2557
|
+
backendPoolType: item["backendPoolType"],
|
|
2558
|
+
clusterServiceLoadBalancerHealthProbeMode: item["clusterServiceLoadBalancerHealthProbeMode"]
|
|
2084
2559
|
};
|
|
2085
2560
|
}
|
|
2086
2561
|
function managedClusterLoadBalancerProfileManagedOutboundIPsSerializer(item) {
|
|
@@ -2135,9 +2610,16 @@ var KnownBackendPoolType = /* @__PURE__ */ ((KnownBackendPoolType2) => {
|
|
|
2135
2610
|
KnownBackendPoolType2["NodeIP"] = "NodeIP";
|
|
2136
2611
|
return KnownBackendPoolType2;
|
|
2137
2612
|
})(KnownBackendPoolType || {});
|
|
2613
|
+
var KnownClusterServiceLoadBalancerHealthProbeMode = /* @__PURE__ */ ((KnownClusterServiceLoadBalancerHealthProbeMode2) => {
|
|
2614
|
+
KnownClusterServiceLoadBalancerHealthProbeMode2["ServiceNodePort"] = "ServiceNodePort";
|
|
2615
|
+
KnownClusterServiceLoadBalancerHealthProbeMode2["Shared"] = "Shared";
|
|
2616
|
+
return KnownClusterServiceLoadBalancerHealthProbeMode2;
|
|
2617
|
+
})(KnownClusterServiceLoadBalancerHealthProbeMode || {});
|
|
2138
2618
|
function managedClusterNATGatewayProfileSerializer(item) {
|
|
2139
2619
|
return {
|
|
2140
2620
|
managedOutboundIPProfile: !item["managedOutboundIPProfile"] ? item["managedOutboundIPProfile"] : managedClusterManagedOutboundIPProfileSerializer(item["managedOutboundIPProfile"]),
|
|
2621
|
+
outboundIPPrefixes: !item["outboundIPPrefixes"] ? item["outboundIPPrefixes"] : _managedClusterNATGatewayProfileOutboundIpPrefixesSerializer(item["outboundIPPrefixes"]),
|
|
2622
|
+
outboundIPs: !item["outboundIPs"] ? item["outboundIPs"] : _managedClusterNATGatewayProfileOutboundIPsSerializer(item["outboundIPs"]),
|
|
2141
2623
|
idleTimeoutInMinutes: item["idleTimeoutInMinutes"]
|
|
2142
2624
|
};
|
|
2143
2625
|
}
|
|
@@ -2145,15 +2627,46 @@ function managedClusterNATGatewayProfileDeserializer(item) {
|
|
|
2145
2627
|
return {
|
|
2146
2628
|
managedOutboundIPProfile: !item["managedOutboundIPProfile"] ? item["managedOutboundIPProfile"] : managedClusterManagedOutboundIPProfileDeserializer(item["managedOutboundIPProfile"]),
|
|
2147
2629
|
effectiveOutboundIPs: !item["effectiveOutboundIPs"] ? item["effectiveOutboundIPs"] : resourceReferenceArrayDeserializer(item["effectiveOutboundIPs"]),
|
|
2630
|
+
outboundIPPrefixes: !item["outboundIPPrefixes"] ? item["outboundIPPrefixes"] : _managedClusterNATGatewayProfileOutboundIpPrefixesDeserializer(item["outboundIPPrefixes"]),
|
|
2631
|
+
outboundIPs: !item["outboundIPs"] ? item["outboundIPs"] : _managedClusterNATGatewayProfileOutboundIPsDeserializer(item["outboundIPs"]),
|
|
2148
2632
|
idleTimeoutInMinutes: item["idleTimeoutInMinutes"]
|
|
2149
2633
|
};
|
|
2150
2634
|
}
|
|
2151
2635
|
function managedClusterManagedOutboundIPProfileSerializer(item) {
|
|
2152
|
-
return { count: item["count"] };
|
|
2636
|
+
return { count: item["count"], countIPv6: item["countIPv6"] };
|
|
2153
2637
|
}
|
|
2154
2638
|
function managedClusterManagedOutboundIPProfileDeserializer(item) {
|
|
2155
2639
|
return {
|
|
2156
|
-
count: item["count"]
|
|
2640
|
+
count: item["count"],
|
|
2641
|
+
countIPv6: item["countIPv6"]
|
|
2642
|
+
};
|
|
2643
|
+
}
|
|
2644
|
+
function _managedClusterNATGatewayProfileOutboundIpPrefixesSerializer(item) {
|
|
2645
|
+
return {
|
|
2646
|
+
publicIPPrefixes: !item["publicIPPrefixes"] ? item["publicIPPrefixes"] : item["publicIPPrefixes"].map((p) => {
|
|
2647
|
+
return p;
|
|
2648
|
+
})
|
|
2649
|
+
};
|
|
2650
|
+
}
|
|
2651
|
+
function _managedClusterNATGatewayProfileOutboundIpPrefixesDeserializer(item) {
|
|
2652
|
+
return {
|
|
2653
|
+
publicIPPrefixes: !item["publicIPPrefixes"] ? item["publicIPPrefixes"] : item["publicIPPrefixes"].map((p) => {
|
|
2654
|
+
return p;
|
|
2655
|
+
})
|
|
2656
|
+
};
|
|
2657
|
+
}
|
|
2658
|
+
function _managedClusterNATGatewayProfileOutboundIPsSerializer(item) {
|
|
2659
|
+
return {
|
|
2660
|
+
publicIPs: !item["publicIPs"] ? item["publicIPs"] : item["publicIPs"].map((p) => {
|
|
2661
|
+
return p;
|
|
2662
|
+
})
|
|
2663
|
+
};
|
|
2664
|
+
}
|
|
2665
|
+
function _managedClusterNATGatewayProfileOutboundIPsDeserializer(item) {
|
|
2666
|
+
return {
|
|
2667
|
+
publicIPs: !item["publicIPs"] ? item["publicIPs"] : item["publicIPs"].map((p) => {
|
|
2668
|
+
return p;
|
|
2669
|
+
})
|
|
2157
2670
|
};
|
|
2158
2671
|
}
|
|
2159
2672
|
function managedClusterStaticEgressGatewayProfileSerializer(item) {
|
|
@@ -2169,6 +2682,52 @@ var KnownIpFamily = /* @__PURE__ */ ((KnownIpFamily2) => {
|
|
|
2169
2682
|
KnownIpFamily2["IPv6"] = "IPv6";
|
|
2170
2683
|
return KnownIpFamily2;
|
|
2171
2684
|
})(KnownIpFamily || {});
|
|
2685
|
+
var KnownPodLinkLocalAccess = /* @__PURE__ */ ((KnownPodLinkLocalAccess2) => {
|
|
2686
|
+
KnownPodLinkLocalAccess2["Imds"] = "IMDS";
|
|
2687
|
+
KnownPodLinkLocalAccess2["None"] = "None";
|
|
2688
|
+
return KnownPodLinkLocalAccess2;
|
|
2689
|
+
})(KnownPodLinkLocalAccess || {});
|
|
2690
|
+
function containerServiceNetworkProfileKubeProxyConfigSerializer(item) {
|
|
2691
|
+
return {
|
|
2692
|
+
enabled: item["enabled"],
|
|
2693
|
+
mode: item["mode"],
|
|
2694
|
+
ipvsConfig: !item["ipvsConfig"] ? item["ipvsConfig"] : containerServiceNetworkProfileKubeProxyConfigIpvsConfigSerializer(item["ipvsConfig"])
|
|
2695
|
+
};
|
|
2696
|
+
}
|
|
2697
|
+
function containerServiceNetworkProfileKubeProxyConfigDeserializer(item) {
|
|
2698
|
+
return {
|
|
2699
|
+
enabled: item["enabled"],
|
|
2700
|
+
mode: item["mode"],
|
|
2701
|
+
ipvsConfig: !item["ipvsConfig"] ? item["ipvsConfig"] : containerServiceNetworkProfileKubeProxyConfigIpvsConfigDeserializer(item["ipvsConfig"])
|
|
2702
|
+
};
|
|
2703
|
+
}
|
|
2704
|
+
var KnownMode = /* @__PURE__ */ ((KnownMode2) => {
|
|
2705
|
+
KnownMode2["Iptables"] = "IPTABLES";
|
|
2706
|
+
KnownMode2["Ipvs"] = "IPVS";
|
|
2707
|
+
KnownMode2["Nftables"] = "NFTABLES";
|
|
2708
|
+
return KnownMode2;
|
|
2709
|
+
})(KnownMode || {});
|
|
2710
|
+
function containerServiceNetworkProfileKubeProxyConfigIpvsConfigSerializer(item) {
|
|
2711
|
+
return {
|
|
2712
|
+
scheduler: item["scheduler"],
|
|
2713
|
+
tcpTimeoutSeconds: item["tcpTimeoutSeconds"],
|
|
2714
|
+
tcpFinTimeoutSeconds: item["tcpFinTimeoutSeconds"],
|
|
2715
|
+
udpTimeoutSeconds: item["udpTimeoutSeconds"]
|
|
2716
|
+
};
|
|
2717
|
+
}
|
|
2718
|
+
function containerServiceNetworkProfileKubeProxyConfigIpvsConfigDeserializer(item) {
|
|
2719
|
+
return {
|
|
2720
|
+
scheduler: item["scheduler"],
|
|
2721
|
+
tcpTimeoutSeconds: item["tcpTimeoutSeconds"],
|
|
2722
|
+
tcpFinTimeoutSeconds: item["tcpFinTimeoutSeconds"],
|
|
2723
|
+
udpTimeoutSeconds: item["udpTimeoutSeconds"]
|
|
2724
|
+
};
|
|
2725
|
+
}
|
|
2726
|
+
var KnownIpvsScheduler = /* @__PURE__ */ ((KnownIpvsScheduler2) => {
|
|
2727
|
+
KnownIpvsScheduler2["RoundRobin"] = "RoundRobin";
|
|
2728
|
+
KnownIpvsScheduler2["LeastConnection"] = "LeastConnection";
|
|
2729
|
+
return KnownIpvsScheduler2;
|
|
2730
|
+
})(KnownIpvsScheduler || {});
|
|
2172
2731
|
function managedClusterAADProfileSerializer(item) {
|
|
2173
2732
|
return {
|
|
2174
2733
|
managed: item["managed"],
|
|
@@ -2390,6 +2949,9 @@ function managedClusterHttpProxyConfigDeserializer(item) {
|
|
|
2390
2949
|
noProxy: !item["noProxy"] ? item["noProxy"] : item["noProxy"].map((p) => {
|
|
2391
2950
|
return p;
|
|
2392
2951
|
}),
|
|
2952
|
+
effectiveNoProxy: !item["effectiveNoProxy"] ? item["effectiveNoProxy"] : item["effectiveNoProxy"].map((p) => {
|
|
2953
|
+
return p;
|
|
2954
|
+
}),
|
|
2393
2955
|
trustedCa: item["trustedCa"],
|
|
2394
2956
|
enabled: item["enabled"]
|
|
2395
2957
|
};
|
|
@@ -2398,22 +2960,34 @@ function managedClusterSecurityProfileSerializer(item) {
|
|
|
2398
2960
|
return {
|
|
2399
2961
|
defender: !item["defender"] ? item["defender"] : managedClusterSecurityProfileDefenderSerializer(item["defender"]),
|
|
2400
2962
|
azureKeyVaultKms: !item["azureKeyVaultKms"] ? item["azureKeyVaultKms"] : azureKeyVaultKmsSerializer(item["azureKeyVaultKms"]),
|
|
2963
|
+
kubernetesResourceObjectEncryptionProfile: !item["kubernetesResourceObjectEncryptionProfile"] ? item["kubernetesResourceObjectEncryptionProfile"] : kubernetesResourceObjectEncryptionProfileSerializer(
|
|
2964
|
+
item["kubernetesResourceObjectEncryptionProfile"]
|
|
2965
|
+
),
|
|
2401
2966
|
workloadIdentity: !item["workloadIdentity"] ? item["workloadIdentity"] : managedClusterSecurityProfileWorkloadIdentitySerializer(item["workloadIdentity"]),
|
|
2402
2967
|
imageCleaner: !item["imageCleaner"] ? item["imageCleaner"] : managedClusterSecurityProfileImageCleanerSerializer(item["imageCleaner"]),
|
|
2968
|
+
imageIntegrity: !item["imageIntegrity"] ? item["imageIntegrity"] : managedClusterSecurityProfileImageIntegritySerializer(item["imageIntegrity"]),
|
|
2969
|
+
nodeRestriction: !item["nodeRestriction"] ? item["nodeRestriction"] : managedClusterSecurityProfileNodeRestrictionSerializer(item["nodeRestriction"]),
|
|
2403
2970
|
customCATrustCertificates: !item["customCATrustCertificates"] ? item["customCATrustCertificates"] : item["customCATrustCertificates"].map((p) => {
|
|
2404
2971
|
return (0, import_core_util.uint8ArrayToString)(p, "base64");
|
|
2405
|
-
})
|
|
2972
|
+
}),
|
|
2973
|
+
serviceAccountImagePullProfile: !item["serviceAccountImagePullProfile"] ? item["serviceAccountImagePullProfile"] : serviceAccountImagePullProfileSerializer(item["serviceAccountImagePullProfile"])
|
|
2406
2974
|
};
|
|
2407
2975
|
}
|
|
2408
2976
|
function managedClusterSecurityProfileDeserializer(item) {
|
|
2409
2977
|
return {
|
|
2410
2978
|
defender: !item["defender"] ? item["defender"] : managedClusterSecurityProfileDefenderDeserializer(item["defender"]),
|
|
2411
2979
|
azureKeyVaultKms: !item["azureKeyVaultKms"] ? item["azureKeyVaultKms"] : azureKeyVaultKmsDeserializer(item["azureKeyVaultKms"]),
|
|
2980
|
+
kubernetesResourceObjectEncryptionProfile: !item["kubernetesResourceObjectEncryptionProfile"] ? item["kubernetesResourceObjectEncryptionProfile"] : kubernetesResourceObjectEncryptionProfileDeserializer(
|
|
2981
|
+
item["kubernetesResourceObjectEncryptionProfile"]
|
|
2982
|
+
),
|
|
2412
2983
|
workloadIdentity: !item["workloadIdentity"] ? item["workloadIdentity"] : managedClusterSecurityProfileWorkloadIdentityDeserializer(item["workloadIdentity"]),
|
|
2413
2984
|
imageCleaner: !item["imageCleaner"] ? item["imageCleaner"] : managedClusterSecurityProfileImageCleanerDeserializer(item["imageCleaner"]),
|
|
2985
|
+
imageIntegrity: !item["imageIntegrity"] ? item["imageIntegrity"] : managedClusterSecurityProfileImageIntegrityDeserializer(item["imageIntegrity"]),
|
|
2986
|
+
nodeRestriction: !item["nodeRestriction"] ? item["nodeRestriction"] : managedClusterSecurityProfileNodeRestrictionDeserializer(item["nodeRestriction"]),
|
|
2414
2987
|
customCATrustCertificates: !item["customCATrustCertificates"] ? item["customCATrustCertificates"] : item["customCATrustCertificates"].map((p) => {
|
|
2415
2988
|
return typeof p === "string" ? (0, import_core_util.stringToUint8Array)(p, "base64") : p;
|
|
2416
|
-
})
|
|
2989
|
+
}),
|
|
2990
|
+
serviceAccountImagePullProfile: !item["serviceAccountImagePullProfile"] ? item["serviceAccountImagePullProfile"] : serviceAccountImagePullProfileDeserializer(item["serviceAccountImagePullProfile"])
|
|
2417
2991
|
};
|
|
2418
2992
|
}
|
|
2419
2993
|
function managedClusterSecurityProfileDefenderSerializer(item) {
|
|
@@ -2421,7 +2995,8 @@ function managedClusterSecurityProfileDefenderSerializer(item) {
|
|
|
2421
2995
|
logAnalyticsWorkspaceResourceId: item["logAnalyticsWorkspaceResourceId"],
|
|
2422
2996
|
securityMonitoring: !item["securityMonitoring"] ? item["securityMonitoring"] : managedClusterSecurityProfileDefenderSecurityMonitoringSerializer(
|
|
2423
2997
|
item["securityMonitoring"]
|
|
2424
|
-
)
|
|
2998
|
+
),
|
|
2999
|
+
securityGating: !item["securityGating"] ? item["securityGating"] : managedClusterSecurityProfileDefenderSecurityGatingSerializer(item["securityGating"])
|
|
2425
3000
|
};
|
|
2426
3001
|
}
|
|
2427
3002
|
function managedClusterSecurityProfileDefenderDeserializer(item) {
|
|
@@ -2429,7 +3004,8 @@ function managedClusterSecurityProfileDefenderDeserializer(item) {
|
|
|
2429
3004
|
logAnalyticsWorkspaceResourceId: item["logAnalyticsWorkspaceResourceId"],
|
|
2430
3005
|
securityMonitoring: !item["securityMonitoring"] ? item["securityMonitoring"] : managedClusterSecurityProfileDefenderSecurityMonitoringDeserializer(
|
|
2431
3006
|
item["securityMonitoring"]
|
|
2432
|
-
)
|
|
3007
|
+
),
|
|
3008
|
+
securityGating: !item["securityGating"] ? item["securityGating"] : managedClusterSecurityProfileDefenderSecurityGatingDeserializer(item["securityGating"])
|
|
2433
3009
|
};
|
|
2434
3010
|
}
|
|
2435
3011
|
function managedClusterSecurityProfileDefenderSecurityMonitoringSerializer(item) {
|
|
@@ -2440,6 +3016,46 @@ function managedClusterSecurityProfileDefenderSecurityMonitoringDeserializer(ite
|
|
|
2440
3016
|
enabled: item["enabled"]
|
|
2441
3017
|
};
|
|
2442
3018
|
}
|
|
3019
|
+
function managedClusterSecurityProfileDefenderSecurityGatingSerializer(item) {
|
|
3020
|
+
return {
|
|
3021
|
+
enabled: item["enabled"],
|
|
3022
|
+
identities: !item["identities"] ? item["identities"] : managedClusterSecurityProfileDefenderSecurityGatingIdentitiesItemArraySerializer(
|
|
3023
|
+
item["identities"]
|
|
3024
|
+
),
|
|
3025
|
+
allowSecretAccess: item["allowSecretAccess"]
|
|
3026
|
+
};
|
|
3027
|
+
}
|
|
3028
|
+
function managedClusterSecurityProfileDefenderSecurityGatingDeserializer(item) {
|
|
3029
|
+
return {
|
|
3030
|
+
enabled: item["enabled"],
|
|
3031
|
+
identities: !item["identities"] ? item["identities"] : managedClusterSecurityProfileDefenderSecurityGatingIdentitiesItemArrayDeserializer(
|
|
3032
|
+
item["identities"]
|
|
3033
|
+
),
|
|
3034
|
+
allowSecretAccess: item["allowSecretAccess"]
|
|
3035
|
+
};
|
|
3036
|
+
}
|
|
3037
|
+
function managedClusterSecurityProfileDefenderSecurityGatingIdentitiesItemArraySerializer(result) {
|
|
3038
|
+
return result.map((item) => {
|
|
3039
|
+
return managedClusterSecurityProfileDefenderSecurityGatingIdentitiesItemSerializer(item);
|
|
3040
|
+
});
|
|
3041
|
+
}
|
|
3042
|
+
function managedClusterSecurityProfileDefenderSecurityGatingIdentitiesItemArrayDeserializer(result) {
|
|
3043
|
+
return result.map((item) => {
|
|
3044
|
+
return managedClusterSecurityProfileDefenderSecurityGatingIdentitiesItemDeserializer(item);
|
|
3045
|
+
});
|
|
3046
|
+
}
|
|
3047
|
+
function managedClusterSecurityProfileDefenderSecurityGatingIdentitiesItemSerializer(item) {
|
|
3048
|
+
return {
|
|
3049
|
+
azureContainerRegistry: item["azureContainerRegistry"],
|
|
3050
|
+
identity: !item["identity"] ? item["identity"] : userAssignedIdentitySerializer(item["identity"])
|
|
3051
|
+
};
|
|
3052
|
+
}
|
|
3053
|
+
function managedClusterSecurityProfileDefenderSecurityGatingIdentitiesItemDeserializer(item) {
|
|
3054
|
+
return {
|
|
3055
|
+
azureContainerRegistry: item["azureContainerRegistry"],
|
|
3056
|
+
identity: !item["identity"] ? item["identity"] : userAssignedIdentityDeserializer(item["identity"])
|
|
3057
|
+
};
|
|
3058
|
+
}
|
|
2443
3059
|
function azureKeyVaultKmsSerializer(item) {
|
|
2444
3060
|
return {
|
|
2445
3061
|
enabled: item["enabled"],
|
|
@@ -2461,6 +3077,19 @@ var KnownKeyVaultNetworkAccessTypes = /* @__PURE__ */ ((KnownKeyVaultNetworkAcce
|
|
|
2461
3077
|
KnownKeyVaultNetworkAccessTypes2["Private"] = "Private";
|
|
2462
3078
|
return KnownKeyVaultNetworkAccessTypes2;
|
|
2463
3079
|
})(KnownKeyVaultNetworkAccessTypes || {});
|
|
3080
|
+
function kubernetesResourceObjectEncryptionProfileSerializer(item) {
|
|
3081
|
+
return { infrastructureEncryption: item["infrastructureEncryption"] };
|
|
3082
|
+
}
|
|
3083
|
+
function kubernetesResourceObjectEncryptionProfileDeserializer(item) {
|
|
3084
|
+
return {
|
|
3085
|
+
infrastructureEncryption: item["infrastructureEncryption"]
|
|
3086
|
+
};
|
|
3087
|
+
}
|
|
3088
|
+
var KnownInfrastructureEncryption = /* @__PURE__ */ ((KnownInfrastructureEncryption2) => {
|
|
3089
|
+
KnownInfrastructureEncryption2["Enabled"] = "Enabled";
|
|
3090
|
+
KnownInfrastructureEncryption2["Disabled"] = "Disabled";
|
|
3091
|
+
return KnownInfrastructureEncryption2;
|
|
3092
|
+
})(KnownInfrastructureEncryption || {});
|
|
2464
3093
|
function managedClusterSecurityProfileWorkloadIdentitySerializer(item) {
|
|
2465
3094
|
return { enabled: item["enabled"] };
|
|
2466
3095
|
}
|
|
@@ -2478,6 +3107,31 @@ function managedClusterSecurityProfileImageCleanerDeserializer(item) {
|
|
|
2478
3107
|
intervalHours: item["intervalHours"]
|
|
2479
3108
|
};
|
|
2480
3109
|
}
|
|
3110
|
+
function managedClusterSecurityProfileImageIntegritySerializer(item) {
|
|
3111
|
+
return { enabled: item["enabled"] };
|
|
3112
|
+
}
|
|
3113
|
+
function managedClusterSecurityProfileImageIntegrityDeserializer(item) {
|
|
3114
|
+
return {
|
|
3115
|
+
enabled: item["enabled"]
|
|
3116
|
+
};
|
|
3117
|
+
}
|
|
3118
|
+
function managedClusterSecurityProfileNodeRestrictionSerializer(item) {
|
|
3119
|
+
return { enabled: item["enabled"] };
|
|
3120
|
+
}
|
|
3121
|
+
function managedClusterSecurityProfileNodeRestrictionDeserializer(item) {
|
|
3122
|
+
return {
|
|
3123
|
+
enabled: item["enabled"]
|
|
3124
|
+
};
|
|
3125
|
+
}
|
|
3126
|
+
function serviceAccountImagePullProfileSerializer(item) {
|
|
3127
|
+
return { enabled: item["enabled"], defaultManagedIdentityId: item["defaultManagedIdentityId"] };
|
|
3128
|
+
}
|
|
3129
|
+
function serviceAccountImagePullProfileDeserializer(item) {
|
|
3130
|
+
return {
|
|
3131
|
+
enabled: item["enabled"],
|
|
3132
|
+
defaultManagedIdentityId: item["defaultManagedIdentityId"]
|
|
3133
|
+
};
|
|
3134
|
+
}
|
|
2481
3135
|
function managedClusterStorageProfileSerializer(item) {
|
|
2482
3136
|
return {
|
|
2483
3137
|
diskCSIDriver: !item["diskCSIDriver"] ? item["diskCSIDriver"] : managedClusterStorageProfileDiskCSIDriverSerializer(item["diskCSIDriver"]),
|
|
@@ -2529,13 +3183,19 @@ function managedClusterStorageProfileBlobCSIDriverDeserializer(item) {
|
|
|
2529
3183
|
function managedClusterIngressProfileSerializer(item) {
|
|
2530
3184
|
return {
|
|
2531
3185
|
webAppRouting: !item["webAppRouting"] ? item["webAppRouting"] : managedClusterIngressProfileWebAppRoutingSerializer(item["webAppRouting"]),
|
|
2532
|
-
gatewayAPI: !item["gatewayAPI"] ? item["gatewayAPI"] : managedClusterIngressProfileGatewayConfigurationSerializer(item["gatewayAPI"])
|
|
3186
|
+
gatewayAPI: !item["gatewayAPI"] ? item["gatewayAPI"] : managedClusterIngressProfileGatewayConfigurationSerializer(item["gatewayAPI"]),
|
|
3187
|
+
applicationLoadBalancer: !item["applicationLoadBalancer"] ? item["applicationLoadBalancer"] : managedClusterIngressProfileApplicationLoadBalancerSerializer(
|
|
3188
|
+
item["applicationLoadBalancer"]
|
|
3189
|
+
)
|
|
2533
3190
|
};
|
|
2534
3191
|
}
|
|
2535
3192
|
function managedClusterIngressProfileDeserializer(item) {
|
|
2536
3193
|
return {
|
|
2537
3194
|
webAppRouting: !item["webAppRouting"] ? item["webAppRouting"] : managedClusterIngressProfileWebAppRoutingDeserializer(item["webAppRouting"]),
|
|
2538
|
-
gatewayAPI: !item["gatewayAPI"] ? item["gatewayAPI"] : managedClusterIngressProfileGatewayConfigurationDeserializer(item["gatewayAPI"])
|
|
3195
|
+
gatewayAPI: !item["gatewayAPI"] ? item["gatewayAPI"] : managedClusterIngressProfileGatewayConfigurationDeserializer(item["gatewayAPI"]),
|
|
3196
|
+
applicationLoadBalancer: !item["applicationLoadBalancer"] ? item["applicationLoadBalancer"] : managedClusterIngressProfileApplicationLoadBalancerDeserializer(
|
|
3197
|
+
item["applicationLoadBalancer"]
|
|
3198
|
+
)
|
|
2539
3199
|
};
|
|
2540
3200
|
}
|
|
2541
3201
|
function managedClusterIngressProfileWebAppRoutingSerializer(item) {
|
|
@@ -2547,7 +3207,8 @@ function managedClusterIngressProfileWebAppRoutingSerializer(item) {
|
|
|
2547
3207
|
dnsZoneResourceIds: !item["dnsZoneResourceIds"] ? item["dnsZoneResourceIds"] : item["dnsZoneResourceIds"].map((p) => {
|
|
2548
3208
|
return p;
|
|
2549
3209
|
}),
|
|
2550
|
-
nginx: !item["nginx"] ? item["nginx"] : managedClusterIngressProfileNginxSerializer(item["nginx"])
|
|
3210
|
+
nginx: !item["nginx"] ? item["nginx"] : managedClusterIngressProfileNginxSerializer(item["nginx"]),
|
|
3211
|
+
defaultDomain: !item["defaultDomain"] ? item["defaultDomain"] : managedClusterIngressDefaultDomainProfileSerializer(item["defaultDomain"])
|
|
2551
3212
|
};
|
|
2552
3213
|
}
|
|
2553
3214
|
function managedClusterIngressProfileWebAppRoutingDeserializer(item) {
|
|
@@ -2560,7 +3221,8 @@ function managedClusterIngressProfileWebAppRoutingDeserializer(item) {
|
|
|
2560
3221
|
return p;
|
|
2561
3222
|
}),
|
|
2562
3223
|
nginx: !item["nginx"] ? item["nginx"] : managedClusterIngressProfileNginxDeserializer(item["nginx"]),
|
|
2563
|
-
identity: !item["identity"] ? item["identity"] : userAssignedIdentityDeserializer(item["identity"])
|
|
3224
|
+
identity: !item["identity"] ? item["identity"] : userAssignedIdentityDeserializer(item["identity"]),
|
|
3225
|
+
defaultDomain: !item["defaultDomain"] ? item["defaultDomain"] : managedClusterIngressDefaultDomainProfileDeserializer(item["defaultDomain"])
|
|
2564
3226
|
};
|
|
2565
3227
|
}
|
|
2566
3228
|
function managedClusterWebAppRoutingGatewayAPIImplementationsSerializer(item) {
|
|
@@ -2601,6 +3263,15 @@ var KnownNginxIngressControllerType = /* @__PURE__ */ ((KnownNginxIngressControl
|
|
|
2601
3263
|
KnownNginxIngressControllerType2["None"] = "None";
|
|
2602
3264
|
return KnownNginxIngressControllerType2;
|
|
2603
3265
|
})(KnownNginxIngressControllerType || {});
|
|
3266
|
+
function managedClusterIngressDefaultDomainProfileSerializer(item) {
|
|
3267
|
+
return { enabled: item["enabled"] };
|
|
3268
|
+
}
|
|
3269
|
+
function managedClusterIngressDefaultDomainProfileDeserializer(item) {
|
|
3270
|
+
return {
|
|
3271
|
+
enabled: item["enabled"],
|
|
3272
|
+
domainName: item["domainName"]
|
|
3273
|
+
};
|
|
3274
|
+
}
|
|
2604
3275
|
function managedClusterIngressProfileGatewayConfigurationSerializer(item) {
|
|
2605
3276
|
return { installation: item["installation"] };
|
|
2606
3277
|
}
|
|
@@ -2614,9 +3285,19 @@ var KnownManagedGatewayType = /* @__PURE__ */ ((KnownManagedGatewayType2) => {
|
|
|
2614
3285
|
KnownManagedGatewayType2["Standard"] = "Standard";
|
|
2615
3286
|
return KnownManagedGatewayType2;
|
|
2616
3287
|
})(KnownManagedGatewayType || {});
|
|
3288
|
+
function managedClusterIngressProfileApplicationLoadBalancerSerializer(item) {
|
|
3289
|
+
return { enabled: item["enabled"] };
|
|
3290
|
+
}
|
|
3291
|
+
function managedClusterIngressProfileApplicationLoadBalancerDeserializer(item) {
|
|
3292
|
+
return {
|
|
3293
|
+
enabled: item["enabled"],
|
|
3294
|
+
identity: !item["identity"] ? item["identity"] : userAssignedIdentityDeserializer(item["identity"])
|
|
3295
|
+
};
|
|
3296
|
+
}
|
|
2617
3297
|
var KnownPublicNetworkAccess = /* @__PURE__ */ ((KnownPublicNetworkAccess2) => {
|
|
2618
3298
|
KnownPublicNetworkAccess2["Enabled"] = "Enabled";
|
|
2619
3299
|
KnownPublicNetworkAccess2["Disabled"] = "Disabled";
|
|
3300
|
+
KnownPublicNetworkAccess2["SecuredByPerimeter"] = "SecuredByPerimeter";
|
|
2620
3301
|
return KnownPublicNetworkAccess2;
|
|
2621
3302
|
})(KnownPublicNetworkAccess || {});
|
|
2622
3303
|
function managedClusterWorkloadAutoScalerProfileSerializer(item) {
|
|
@@ -2644,35 +3325,45 @@ function managedClusterWorkloadAutoScalerProfileKedaDeserializer(item) {
|
|
|
2644
3325
|
};
|
|
2645
3326
|
}
|
|
2646
3327
|
function managedClusterWorkloadAutoScalerProfileVerticalPodAutoscalerSerializer(item) {
|
|
2647
|
-
return { enabled: item["enabled"] };
|
|
3328
|
+
return { enabled: item["enabled"], addonAutoscaling: item["addonAutoscaling"] };
|
|
2648
3329
|
}
|
|
2649
3330
|
function managedClusterWorkloadAutoScalerProfileVerticalPodAutoscalerDeserializer(item) {
|
|
2650
3331
|
return {
|
|
2651
|
-
enabled: item["enabled"]
|
|
3332
|
+
enabled: item["enabled"],
|
|
3333
|
+
addonAutoscaling: item["addonAutoscaling"]
|
|
2652
3334
|
};
|
|
2653
3335
|
}
|
|
3336
|
+
var KnownAddonAutoscaling = /* @__PURE__ */ ((KnownAddonAutoscaling2) => {
|
|
3337
|
+
KnownAddonAutoscaling2["Enabled"] = "Enabled";
|
|
3338
|
+
KnownAddonAutoscaling2["Disabled"] = "Disabled";
|
|
3339
|
+
return KnownAddonAutoscaling2;
|
|
3340
|
+
})(KnownAddonAutoscaling || {});
|
|
2654
3341
|
function managedClusterAzureMonitorProfileSerializer(item) {
|
|
2655
3342
|
return {
|
|
2656
3343
|
metrics: !item["metrics"] ? item["metrics"] : managedClusterAzureMonitorProfileMetricsSerializer(item["metrics"]),
|
|
3344
|
+
containerInsights: !item["containerInsights"] ? item["containerInsights"] : managedClusterAzureMonitorProfileContainerInsightsSerializer(item["containerInsights"]),
|
|
2657
3345
|
appMonitoring: !item["appMonitoring"] ? item["appMonitoring"] : managedClusterAzureMonitorProfileAppMonitoringSerializer(item["appMonitoring"])
|
|
2658
3346
|
};
|
|
2659
3347
|
}
|
|
2660
3348
|
function managedClusterAzureMonitorProfileDeserializer(item) {
|
|
2661
3349
|
return {
|
|
2662
3350
|
metrics: !item["metrics"] ? item["metrics"] : managedClusterAzureMonitorProfileMetricsDeserializer(item["metrics"]),
|
|
3351
|
+
containerInsights: !item["containerInsights"] ? item["containerInsights"] : managedClusterAzureMonitorProfileContainerInsightsDeserializer(item["containerInsights"]),
|
|
2663
3352
|
appMonitoring: !item["appMonitoring"] ? item["appMonitoring"] : managedClusterAzureMonitorProfileAppMonitoringDeserializer(item["appMonitoring"])
|
|
2664
3353
|
};
|
|
2665
3354
|
}
|
|
2666
3355
|
function managedClusterAzureMonitorProfileMetricsSerializer(item) {
|
|
2667
3356
|
return {
|
|
2668
3357
|
enabled: item["enabled"],
|
|
2669
|
-
kubeStateMetrics: !item["kubeStateMetrics"] ? item["kubeStateMetrics"] : managedClusterAzureMonitorProfileKubeStateMetricsSerializer(item["kubeStateMetrics"])
|
|
3358
|
+
kubeStateMetrics: !item["kubeStateMetrics"] ? item["kubeStateMetrics"] : managedClusterAzureMonitorProfileKubeStateMetricsSerializer(item["kubeStateMetrics"]),
|
|
3359
|
+
controlPlane: !item["controlPlane"] ? item["controlPlane"] : managedClusterAzureMonitorProfileMetricsControlPlaneSerializer(item["controlPlane"])
|
|
2670
3360
|
};
|
|
2671
3361
|
}
|
|
2672
3362
|
function managedClusterAzureMonitorProfileMetricsDeserializer(item) {
|
|
2673
3363
|
return {
|
|
2674
3364
|
enabled: item["enabled"],
|
|
2675
|
-
kubeStateMetrics: !item["kubeStateMetrics"] ? item["kubeStateMetrics"] : managedClusterAzureMonitorProfileKubeStateMetricsDeserializer(item["kubeStateMetrics"])
|
|
3365
|
+
kubeStateMetrics: !item["kubeStateMetrics"] ? item["kubeStateMetrics"] : managedClusterAzureMonitorProfileKubeStateMetricsDeserializer(item["kubeStateMetrics"]),
|
|
3366
|
+
controlPlane: !item["controlPlane"] ? item["controlPlane"] : managedClusterAzureMonitorProfileMetricsControlPlaneDeserializer(item["controlPlane"])
|
|
2676
3367
|
};
|
|
2677
3368
|
}
|
|
2678
3369
|
function managedClusterAzureMonitorProfileKubeStateMetricsSerializer(item) {
|
|
@@ -2687,10 +3378,49 @@ function managedClusterAzureMonitorProfileKubeStateMetricsDeserializer(item) {
|
|
|
2687
3378
|
metricAnnotationsAllowList: item["metricAnnotationsAllowList"]
|
|
2688
3379
|
};
|
|
2689
3380
|
}
|
|
3381
|
+
function managedClusterAzureMonitorProfileMetricsControlPlaneSerializer(item) {
|
|
3382
|
+
return { enabled: item["enabled"] };
|
|
3383
|
+
}
|
|
3384
|
+
function managedClusterAzureMonitorProfileMetricsControlPlaneDeserializer(item) {
|
|
3385
|
+
return {
|
|
3386
|
+
enabled: item["enabled"]
|
|
3387
|
+
};
|
|
3388
|
+
}
|
|
3389
|
+
function managedClusterAzureMonitorProfileContainerInsightsSerializer(item) {
|
|
3390
|
+
return {
|
|
3391
|
+
enabled: item["enabled"],
|
|
3392
|
+
logAnalyticsWorkspaceResourceId: item["logAnalyticsWorkspaceResourceId"],
|
|
3393
|
+
syslogPort: item["syslogPort"],
|
|
3394
|
+
disableCustomMetrics: item["disableCustomMetrics"],
|
|
3395
|
+
disablePrometheusMetricsScraping: item["disablePrometheusMetricsScraping"],
|
|
3396
|
+
containerNetworkLogs: item["containerNetworkLogs"]
|
|
3397
|
+
};
|
|
3398
|
+
}
|
|
3399
|
+
function managedClusterAzureMonitorProfileContainerInsightsDeserializer(item) {
|
|
3400
|
+
return {
|
|
3401
|
+
enabled: item["enabled"],
|
|
3402
|
+
logAnalyticsWorkspaceResourceId: item["logAnalyticsWorkspaceResourceId"],
|
|
3403
|
+
syslogPort: item["syslogPort"],
|
|
3404
|
+
disableCustomMetrics: item["disableCustomMetrics"],
|
|
3405
|
+
disablePrometheusMetricsScraping: item["disablePrometheusMetricsScraping"],
|
|
3406
|
+
containerNetworkLogs: item["containerNetworkLogs"]
|
|
3407
|
+
};
|
|
3408
|
+
}
|
|
3409
|
+
var KnownContainerNetworkLogs = /* @__PURE__ */ ((KnownContainerNetworkLogs2) => {
|
|
3410
|
+
KnownContainerNetworkLogs2["Disabled"] = "Disabled";
|
|
3411
|
+
KnownContainerNetworkLogs2["Enabled"] = "Enabled";
|
|
3412
|
+
return KnownContainerNetworkLogs2;
|
|
3413
|
+
})(KnownContainerNetworkLogs || {});
|
|
2690
3414
|
function managedClusterAzureMonitorProfileAppMonitoringSerializer(item) {
|
|
2691
3415
|
return {
|
|
2692
3416
|
autoInstrumentation: !item["autoInstrumentation"] ? item["autoInstrumentation"] : managedClusterAzureMonitorProfileAppMonitoringAutoInstrumentationSerializer(
|
|
2693
3417
|
item["autoInstrumentation"]
|
|
3418
|
+
),
|
|
3419
|
+
openTelemetryMetrics: !item["openTelemetryMetrics"] ? item["openTelemetryMetrics"] : managedClusterAzureMonitorProfileAppMonitoringOpenTelemetryMetricsSerializer(
|
|
3420
|
+
item["openTelemetryMetrics"]
|
|
3421
|
+
),
|
|
3422
|
+
openTelemetryLogsAndTraces: !item["openTelemetryLogsAndTraces"] ? item["openTelemetryLogsAndTraces"] : managedClusterAzureMonitorProfileAppMonitoringOpenTelemetryLogsAndTracesSerializer(
|
|
3423
|
+
item["openTelemetryLogsAndTraces"]
|
|
2694
3424
|
)
|
|
2695
3425
|
};
|
|
2696
3426
|
}
|
|
@@ -2698,6 +3428,12 @@ function managedClusterAzureMonitorProfileAppMonitoringDeserializer(item) {
|
|
|
2698
3428
|
return {
|
|
2699
3429
|
autoInstrumentation: !item["autoInstrumentation"] ? item["autoInstrumentation"] : managedClusterAzureMonitorProfileAppMonitoringAutoInstrumentationDeserializer(
|
|
2700
3430
|
item["autoInstrumentation"]
|
|
3431
|
+
),
|
|
3432
|
+
openTelemetryMetrics: !item["openTelemetryMetrics"] ? item["openTelemetryMetrics"] : managedClusterAzureMonitorProfileAppMonitoringOpenTelemetryMetricsDeserializer(
|
|
3433
|
+
item["openTelemetryMetrics"]
|
|
3434
|
+
),
|
|
3435
|
+
openTelemetryLogsAndTraces: !item["openTelemetryLogsAndTraces"] ? item["openTelemetryLogsAndTraces"] : managedClusterAzureMonitorProfileAppMonitoringOpenTelemetryLogsAndTracesDeserializer(
|
|
3436
|
+
item["openTelemetryLogsAndTraces"]
|
|
2701
3437
|
)
|
|
2702
3438
|
};
|
|
2703
3439
|
}
|
|
@@ -2709,6 +3445,26 @@ function managedClusterAzureMonitorProfileAppMonitoringAutoInstrumentationDeseri
|
|
|
2709
3445
|
enabled: item["enabled"]
|
|
2710
3446
|
};
|
|
2711
3447
|
}
|
|
3448
|
+
function managedClusterAzureMonitorProfileAppMonitoringOpenTelemetryMetricsSerializer(item) {
|
|
3449
|
+
return { enabled: item["enabled"], httpPort: item["httpPort"], grpcPort: item["grpcPort"] };
|
|
3450
|
+
}
|
|
3451
|
+
function managedClusterAzureMonitorProfileAppMonitoringOpenTelemetryMetricsDeserializer(item) {
|
|
3452
|
+
return {
|
|
3453
|
+
enabled: item["enabled"],
|
|
3454
|
+
httpPort: item["httpPort"],
|
|
3455
|
+
grpcPort: item["grpcPort"]
|
|
3456
|
+
};
|
|
3457
|
+
}
|
|
3458
|
+
function managedClusterAzureMonitorProfileAppMonitoringOpenTelemetryLogsAndTracesSerializer(item) {
|
|
3459
|
+
return { enabled: item["enabled"], httpPort: item["httpPort"], grpcPort: item["grpcPort"] };
|
|
3460
|
+
}
|
|
3461
|
+
function managedClusterAzureMonitorProfileAppMonitoringOpenTelemetryLogsAndTracesDeserializer(item) {
|
|
3462
|
+
return {
|
|
3463
|
+
enabled: item["enabled"],
|
|
3464
|
+
httpPort: item["httpPort"],
|
|
3465
|
+
grpcPort: item["grpcPort"]
|
|
3466
|
+
};
|
|
3467
|
+
}
|
|
2712
3468
|
function serviceMeshProfileSerializer(item) {
|
|
2713
3469
|
return {
|
|
2714
3470
|
mode: item["mode"],
|
|
@@ -2903,11 +3659,44 @@ function managedClusterAIToolchainOperatorProfileDeserializer(item) {
|
|
|
2903
3659
|
enabled: item["enabled"]
|
|
2904
3660
|
};
|
|
2905
3661
|
}
|
|
2906
|
-
function
|
|
3662
|
+
function schedulerProfileSerializer(item) {
|
|
2907
3663
|
return {
|
|
2908
|
-
|
|
2909
|
-
|
|
2910
|
-
|
|
3664
|
+
schedulerInstanceProfiles: !item["schedulerInstanceProfiles"] ? item["schedulerInstanceProfiles"] : schedulerProfileSchedulerInstanceProfilesSerializer(item["schedulerInstanceProfiles"])
|
|
3665
|
+
};
|
|
3666
|
+
}
|
|
3667
|
+
function schedulerProfileDeserializer(item) {
|
|
3668
|
+
return {
|
|
3669
|
+
schedulerInstanceProfiles: !item["schedulerInstanceProfiles"] ? item["schedulerInstanceProfiles"] : schedulerProfileSchedulerInstanceProfilesDeserializer(item["schedulerInstanceProfiles"])
|
|
3670
|
+
};
|
|
3671
|
+
}
|
|
3672
|
+
function schedulerProfileSchedulerInstanceProfilesSerializer(item) {
|
|
3673
|
+
return {
|
|
3674
|
+
upstream: !item["upstream"] ? item["upstream"] : schedulerInstanceProfileSerializer(item["upstream"])
|
|
3675
|
+
};
|
|
3676
|
+
}
|
|
3677
|
+
function schedulerProfileSchedulerInstanceProfilesDeserializer(item) {
|
|
3678
|
+
return {
|
|
3679
|
+
upstream: !item["upstream"] ? item["upstream"] : schedulerInstanceProfileDeserializer(item["upstream"])
|
|
3680
|
+
};
|
|
3681
|
+
}
|
|
3682
|
+
function schedulerInstanceProfileSerializer(item) {
|
|
3683
|
+
return { schedulerConfigMode: item["schedulerConfigMode"] };
|
|
3684
|
+
}
|
|
3685
|
+
function schedulerInstanceProfileDeserializer(item) {
|
|
3686
|
+
return {
|
|
3687
|
+
schedulerConfigMode: item["schedulerConfigMode"]
|
|
3688
|
+
};
|
|
3689
|
+
}
|
|
3690
|
+
var KnownSchedulerConfigMode = /* @__PURE__ */ ((KnownSchedulerConfigMode2) => {
|
|
3691
|
+
KnownSchedulerConfigMode2["Default"] = "Default";
|
|
3692
|
+
KnownSchedulerConfigMode2["ManagedByCRD"] = "ManagedByCRD";
|
|
3693
|
+
return KnownSchedulerConfigMode2;
|
|
3694
|
+
})(KnownSchedulerConfigMode || {});
|
|
3695
|
+
function managedClusterHostedSystemProfileSerializer(item) {
|
|
3696
|
+
return {
|
|
3697
|
+
enabled: item["enabled"],
|
|
3698
|
+
systemNodeSubnetID: item["systemNodeSubnetID"],
|
|
3699
|
+
nodeSubnetID: item["nodeSubnetID"]
|
|
2911
3700
|
};
|
|
2912
3701
|
}
|
|
2913
3702
|
function managedClusterHostedSystemProfileDeserializer(item) {
|
|
@@ -2917,6 +3706,46 @@ function managedClusterHostedSystemProfileDeserializer(item) {
|
|
|
2917
3706
|
nodeSubnetID: item["nodeSubnetID"]
|
|
2918
3707
|
};
|
|
2919
3708
|
}
|
|
3709
|
+
function managedClusterHealthMonitorProfileSerializer(item) {
|
|
3710
|
+
return {
|
|
3711
|
+
enableContinuousControlPlaneAndAddonMonitor: item["enableContinuousControlPlaneAndAddonMonitor"],
|
|
3712
|
+
enableOnDemandMonitor: item["enableOnDemandMonitor"]
|
|
3713
|
+
};
|
|
3714
|
+
}
|
|
3715
|
+
function managedClusterHealthMonitorProfileDeserializer(item) {
|
|
3716
|
+
return {
|
|
3717
|
+
enableContinuousControlPlaneAndAddonMonitor: item["enableContinuousControlPlaneAndAddonMonitor"],
|
|
3718
|
+
enableOnDemandMonitor: item["enableOnDemandMonitor"]
|
|
3719
|
+
};
|
|
3720
|
+
}
|
|
3721
|
+
function managedClusterControlPlaneScalingProfileSerializer(item) {
|
|
3722
|
+
return { scalingSize: item["scalingSize"] };
|
|
3723
|
+
}
|
|
3724
|
+
function managedClusterControlPlaneScalingProfileDeserializer(item) {
|
|
3725
|
+
return {
|
|
3726
|
+
scalingSize: item["scalingSize"]
|
|
3727
|
+
};
|
|
3728
|
+
}
|
|
3729
|
+
var KnownControlPlaneScalingSize = /* @__PURE__ */ ((KnownControlPlaneScalingSize2) => {
|
|
3730
|
+
KnownControlPlaneScalingSize2["H2"] = "H2";
|
|
3731
|
+
KnownControlPlaneScalingSize2["H4"] = "H4";
|
|
3732
|
+
KnownControlPlaneScalingSize2["H8"] = "H8";
|
|
3733
|
+
return KnownControlPlaneScalingSize2;
|
|
3734
|
+
})(KnownControlPlaneScalingSize || {});
|
|
3735
|
+
function nodeDisruptionProfileSerializer(item) {
|
|
3736
|
+
return { nodeDisruptionPolicy: item["nodeDisruptionPolicy"] };
|
|
3737
|
+
}
|
|
3738
|
+
function nodeDisruptionProfileDeserializer(item) {
|
|
3739
|
+
return {
|
|
3740
|
+
nodeDisruptionPolicy: item["nodeDisruptionPolicy"]
|
|
3741
|
+
};
|
|
3742
|
+
}
|
|
3743
|
+
var KnownNodeDisruptionPolicy = /* @__PURE__ */ ((KnownNodeDisruptionPolicy2) => {
|
|
3744
|
+
KnownNodeDisruptionPolicy2["Allow"] = "Allow";
|
|
3745
|
+
KnownNodeDisruptionPolicy2["AllowDuringMaintenanceWindow"] = "AllowDuringMaintenanceWindow";
|
|
3746
|
+
KnownNodeDisruptionPolicy2["Block"] = "Block";
|
|
3747
|
+
return KnownNodeDisruptionPolicy2;
|
|
3748
|
+
})(KnownNodeDisruptionPolicy || {});
|
|
2920
3749
|
function managedClusterStatusSerializer(_item) {
|
|
2921
3750
|
return {};
|
|
2922
3751
|
}
|
|
@@ -3161,6 +3990,13 @@ function endpointDetailDeserializer(item) {
|
|
|
3161
3990
|
description: item["description"]
|
|
3162
3991
|
};
|
|
3163
3992
|
}
|
|
3993
|
+
function rebalanceLoadBalancersRequestBodySerializer(item) {
|
|
3994
|
+
return {
|
|
3995
|
+
loadBalancerNames: !item["loadBalancerNames"] ? item["loadBalancerNames"] : item["loadBalancerNames"].map((p) => {
|
|
3996
|
+
return p;
|
|
3997
|
+
})
|
|
3998
|
+
};
|
|
3999
|
+
}
|
|
3164
4000
|
function managedClusterUpgradeProfileDeserializer(item) {
|
|
3165
4001
|
return {
|
|
3166
4002
|
id: item["id"],
|
|
@@ -3181,7 +4017,8 @@ function managedClusterPoolUpgradeProfileDeserializer(item) {
|
|
|
3181
4017
|
kubernetesVersion: item["kubernetesVersion"],
|
|
3182
4018
|
name: item["name"],
|
|
3183
4019
|
osType: item["osType"],
|
|
3184
|
-
upgrades: !item["upgrades"] ? item["upgrades"] : managedClusterPoolUpgradeProfileUpgradesItemArrayDeserializer(item["upgrades"])
|
|
4020
|
+
upgrades: !item["upgrades"] ? item["upgrades"] : managedClusterPoolUpgradeProfileUpgradesItemArrayDeserializer(item["upgrades"]),
|
|
4021
|
+
componentsByReleases: !item["componentsByReleases"] ? item["componentsByReleases"] : componentsByReleaseArrayDeserializer(item["componentsByReleases"])
|
|
3185
4022
|
};
|
|
3186
4023
|
}
|
|
3187
4024
|
function managedClusterPoolUpgradeProfileUpgradesItemArrayDeserializer(result) {
|
|
@@ -3192,7 +4029,8 @@ function managedClusterPoolUpgradeProfileUpgradesItemArrayDeserializer(result) {
|
|
|
3192
4029
|
function managedClusterPoolUpgradeProfileUpgradesItemDeserializer(item) {
|
|
3193
4030
|
return {
|
|
3194
4031
|
kubernetesVersion: item["kubernetesVersion"],
|
|
3195
|
-
isPreview: item["isPreview"]
|
|
4032
|
+
isPreview: item["isPreview"],
|
|
4033
|
+
isOutOfSupport: item["isOutOfSupport"]
|
|
3196
4034
|
};
|
|
3197
4035
|
}
|
|
3198
4036
|
function managedClusterPoolUpgradeProfileArrayDeserializer(result) {
|
|
@@ -3200,6 +4038,68 @@ function managedClusterPoolUpgradeProfileArrayDeserializer(result) {
|
|
|
3200
4038
|
return managedClusterPoolUpgradeProfileDeserializer(item);
|
|
3201
4039
|
});
|
|
3202
4040
|
}
|
|
4041
|
+
function guardrailsAvailableVersionDeserializer(item) {
|
|
4042
|
+
return {
|
|
4043
|
+
id: item["id"],
|
|
4044
|
+
name: item["name"],
|
|
4045
|
+
type: item["type"],
|
|
4046
|
+
systemData: !item["systemData"] ? item["systemData"] : systemDataDeserializer(item["systemData"]),
|
|
4047
|
+
properties: guardrailsAvailableVersionsPropertiesDeserializer(item["properties"])
|
|
4048
|
+
};
|
|
4049
|
+
}
|
|
4050
|
+
function guardrailsAvailableVersionsPropertiesDeserializer(item) {
|
|
4051
|
+
return {
|
|
4052
|
+
isDefaultVersion: item["isDefaultVersion"],
|
|
4053
|
+
support: item["support"]
|
|
4054
|
+
};
|
|
4055
|
+
}
|
|
4056
|
+
var KnownGuardrailsSupport = /* @__PURE__ */ ((KnownGuardrailsSupport2) => {
|
|
4057
|
+
KnownGuardrailsSupport2["Preview"] = "Preview";
|
|
4058
|
+
KnownGuardrailsSupport2["Stable"] = "Stable";
|
|
4059
|
+
return KnownGuardrailsSupport2;
|
|
4060
|
+
})(KnownGuardrailsSupport || {});
|
|
4061
|
+
function _guardrailsAvailableVersionsListDeserializer(item) {
|
|
4062
|
+
return {
|
|
4063
|
+
value: guardrailsAvailableVersionArrayDeserializer(item["value"]),
|
|
4064
|
+
nextLink: item["nextLink"]
|
|
4065
|
+
};
|
|
4066
|
+
}
|
|
4067
|
+
function guardrailsAvailableVersionArrayDeserializer(result) {
|
|
4068
|
+
return result.map((item) => {
|
|
4069
|
+
return guardrailsAvailableVersionDeserializer(item);
|
|
4070
|
+
});
|
|
4071
|
+
}
|
|
4072
|
+
function safeguardsAvailableVersionDeserializer(item) {
|
|
4073
|
+
return {
|
|
4074
|
+
id: item["id"],
|
|
4075
|
+
name: item["name"],
|
|
4076
|
+
type: item["type"],
|
|
4077
|
+
systemData: !item["systemData"] ? item["systemData"] : systemDataDeserializer(item["systemData"]),
|
|
4078
|
+
properties: safeguardsAvailableVersionsPropertiesDeserializer(item["properties"])
|
|
4079
|
+
};
|
|
4080
|
+
}
|
|
4081
|
+
function safeguardsAvailableVersionsPropertiesDeserializer(item) {
|
|
4082
|
+
return {
|
|
4083
|
+
isDefaultVersion: item["isDefaultVersion"],
|
|
4084
|
+
support: item["support"]
|
|
4085
|
+
};
|
|
4086
|
+
}
|
|
4087
|
+
var KnownSafeguardsSupport = /* @__PURE__ */ ((KnownSafeguardsSupport2) => {
|
|
4088
|
+
KnownSafeguardsSupport2["Preview"] = "Preview";
|
|
4089
|
+
KnownSafeguardsSupport2["Stable"] = "Stable";
|
|
4090
|
+
return KnownSafeguardsSupport2;
|
|
4091
|
+
})(KnownSafeguardsSupport || {});
|
|
4092
|
+
function _safeguardsAvailableVersionsListDeserializer(item) {
|
|
4093
|
+
return {
|
|
4094
|
+
value: safeguardsAvailableVersionArrayDeserializer(item["value"]),
|
|
4095
|
+
nextLink: item["nextLink"]
|
|
4096
|
+
};
|
|
4097
|
+
}
|
|
4098
|
+
function safeguardsAvailableVersionArrayDeserializer(result) {
|
|
4099
|
+
return result.map((item) => {
|
|
4100
|
+
return safeguardsAvailableVersionDeserializer(item);
|
|
4101
|
+
});
|
|
4102
|
+
}
|
|
3203
4103
|
function meshRevisionProfileDeserializer(item) {
|
|
3204
4104
|
return {
|
|
3205
4105
|
id: item["id"],
|
|
@@ -3639,6 +4539,14 @@ function managedNamespaceArrayDeserializer(result) {
|
|
|
3639
4539
|
return managedNamespaceDeserializer(item);
|
|
3640
4540
|
});
|
|
3641
4541
|
}
|
|
4542
|
+
function machineSerializer(item) {
|
|
4543
|
+
return {
|
|
4544
|
+
properties: !item["properties"] ? item["properties"] : machinePropertiesSerializer(item["properties"]),
|
|
4545
|
+
zones: !item["zones"] ? item["zones"] : item["zones"].map((p) => {
|
|
4546
|
+
return p;
|
|
4547
|
+
})
|
|
4548
|
+
};
|
|
4549
|
+
}
|
|
3642
4550
|
function machineDeserializer(item) {
|
|
3643
4551
|
return {
|
|
3644
4552
|
id: item["id"],
|
|
@@ -3651,15 +4559,58 @@ function machineDeserializer(item) {
|
|
|
3651
4559
|
})
|
|
3652
4560
|
};
|
|
3653
4561
|
}
|
|
4562
|
+
function machinePropertiesSerializer(item) {
|
|
4563
|
+
return {
|
|
4564
|
+
network: !item["network"] ? item["network"] : machineNetworkPropertiesSerializer(item["network"]),
|
|
4565
|
+
hardware: !item["hardware"] ? item["hardware"] : machineHardwareProfileSerializer(item["hardware"]),
|
|
4566
|
+
operatingSystem: !item["operatingSystem"] ? item["operatingSystem"] : machineOSProfileSerializer(item["operatingSystem"]),
|
|
4567
|
+
kubernetes: !item["kubernetes"] ? item["kubernetes"] : machineKubernetesProfileSerializer(item["kubernetes"]),
|
|
4568
|
+
mode: item["mode"],
|
|
4569
|
+
security: !item["security"] ? item["security"] : machineSecurityProfileSerializer(item["security"]),
|
|
4570
|
+
priority: item["priority"],
|
|
4571
|
+
evictionPolicy: item["evictionPolicy"],
|
|
4572
|
+
billing: !item["billing"] ? item["billing"] : machineBillingProfileSerializer(item["billing"]),
|
|
4573
|
+
tags: item["tags"],
|
|
4574
|
+
localDNSProfile: !item["localDNSProfile"] ? item["localDNSProfile"] : localDNSProfileSerializer(item["localDNSProfile"])
|
|
4575
|
+
};
|
|
4576
|
+
}
|
|
3654
4577
|
function machinePropertiesDeserializer(item) {
|
|
3655
4578
|
return {
|
|
3656
4579
|
network: !item["network"] ? item["network"] : machineNetworkPropertiesDeserializer(item["network"]),
|
|
3657
|
-
resourceId: item["resourceId"]
|
|
4580
|
+
resourceId: item["resourceId"],
|
|
4581
|
+
hardware: !item["hardware"] ? item["hardware"] : machineHardwareProfileDeserializer(item["hardware"]),
|
|
4582
|
+
operatingSystem: !item["operatingSystem"] ? item["operatingSystem"] : machineOSProfileDeserializer(item["operatingSystem"]),
|
|
4583
|
+
kubernetes: !item["kubernetes"] ? item["kubernetes"] : machineKubernetesProfileDeserializer(item["kubernetes"]),
|
|
4584
|
+
mode: item["mode"],
|
|
4585
|
+
security: !item["security"] ? item["security"] : machineSecurityProfileDeserializer(item["security"]),
|
|
4586
|
+
priority: item["priority"],
|
|
4587
|
+
evictionPolicy: item["evictionPolicy"],
|
|
4588
|
+
billing: !item["billing"] ? item["billing"] : machineBillingProfileDeserializer(item["billing"]),
|
|
4589
|
+
nodeImageVersion: item["nodeImageVersion"],
|
|
4590
|
+
provisioningState: item["provisioningState"],
|
|
4591
|
+
tags: !item["tags"] ? item["tags"] : Object.fromEntries(Object.entries(item["tags"]).map(([k, p]) => [k, p])),
|
|
4592
|
+
eTag: item["eTag"],
|
|
4593
|
+
status: !item["status"] ? item["status"] : machineStatusDeserializer(item["status"]),
|
|
4594
|
+
localDNSProfile: !item["localDNSProfile"] ? item["localDNSProfile"] : localDNSProfileDeserializer(item["localDNSProfile"])
|
|
4595
|
+
};
|
|
4596
|
+
}
|
|
4597
|
+
function machineNetworkPropertiesSerializer(item) {
|
|
4598
|
+
return {
|
|
4599
|
+
vnetSubnetID: item["vnetSubnetID"],
|
|
4600
|
+
podSubnetID: item["podSubnetID"],
|
|
4601
|
+
enableNodePublicIP: item["enableNodePublicIP"],
|
|
4602
|
+
nodePublicIPPrefixID: item["nodePublicIPPrefixID"],
|
|
4603
|
+
nodePublicIPTags: !item["nodePublicIPTags"] ? item["nodePublicIPTags"] : ipTagArraySerializer(item["nodePublicIPTags"])
|
|
3658
4604
|
};
|
|
3659
4605
|
}
|
|
3660
4606
|
function machineNetworkPropertiesDeserializer(item) {
|
|
3661
4607
|
return {
|
|
3662
|
-
ipAddresses: !item["ipAddresses"] ? item["ipAddresses"] : machineIpAddressArrayDeserializer(item["ipAddresses"])
|
|
4608
|
+
ipAddresses: !item["ipAddresses"] ? item["ipAddresses"] : machineIpAddressArrayDeserializer(item["ipAddresses"]),
|
|
4609
|
+
vnetSubnetID: item["vnetSubnetID"],
|
|
4610
|
+
podSubnetID: item["podSubnetID"],
|
|
4611
|
+
enableNodePublicIP: item["enableNodePublicIP"],
|
|
4612
|
+
nodePublicIPPrefixID: item["nodePublicIPPrefixID"],
|
|
4613
|
+
nodePublicIPTags: !item["nodePublicIPTags"] ? item["nodePublicIPTags"] : ipTagArrayDeserializer(item["nodePublicIPTags"])
|
|
3663
4614
|
};
|
|
3664
4615
|
}
|
|
3665
4616
|
function machineIpAddressArrayDeserializer(result) {
|
|
@@ -3673,12 +4624,148 @@ function machineIpAddressDeserializer(item) {
|
|
|
3673
4624
|
ip: item["ip"]
|
|
3674
4625
|
};
|
|
3675
4626
|
}
|
|
4627
|
+
function machineHardwareProfileSerializer(item) {
|
|
4628
|
+
return {
|
|
4629
|
+
vmSize: item["vmSize"],
|
|
4630
|
+
gpuInstanceProfile: item["gpuInstanceProfile"],
|
|
4631
|
+
gpuProfile: !item["gpuProfile"] ? item["gpuProfile"] : gpuProfileSerializer(item["gpuProfile"]),
|
|
4632
|
+
ultraSsdEnabled: item["ultraSsdEnabled"]
|
|
4633
|
+
};
|
|
4634
|
+
}
|
|
4635
|
+
function machineHardwareProfileDeserializer(item) {
|
|
4636
|
+
return {
|
|
4637
|
+
vmSize: item["vmSize"],
|
|
4638
|
+
gpuInstanceProfile: item["gpuInstanceProfile"],
|
|
4639
|
+
gpuProfile: !item["gpuProfile"] ? item["gpuProfile"] : gpuProfileDeserializer(item["gpuProfile"]),
|
|
4640
|
+
ultraSsdEnabled: item["ultraSsdEnabled"]
|
|
4641
|
+
};
|
|
4642
|
+
}
|
|
4643
|
+
function machineOSProfileSerializer(item) {
|
|
4644
|
+
return {
|
|
4645
|
+
osType: item["osType"],
|
|
4646
|
+
osSKU: item["osSKU"],
|
|
4647
|
+
osDiskSizeGB: item["osDiskSizeGB"],
|
|
4648
|
+
osDiskType: item["osDiskType"],
|
|
4649
|
+
enableFIPS: item["enableFips"],
|
|
4650
|
+
linuxProfile: !item["linuxProfile"] ? item["linuxProfile"] : machineOSProfileLinuxProfileSerializer(item["linuxProfile"]),
|
|
4651
|
+
windowsProfile: !item["windowsProfile"] ? item["windowsProfile"] : agentPoolWindowsProfileSerializer(item["windowsProfile"])
|
|
4652
|
+
};
|
|
4653
|
+
}
|
|
4654
|
+
function machineOSProfileDeserializer(item) {
|
|
4655
|
+
return {
|
|
4656
|
+
osType: item["osType"],
|
|
4657
|
+
osSKU: item["osSKU"],
|
|
4658
|
+
osDiskSizeGB: item["osDiskSizeGB"],
|
|
4659
|
+
osDiskType: item["osDiskType"],
|
|
4660
|
+
enableFips: item["enableFIPS"],
|
|
4661
|
+
linuxProfile: !item["linuxProfile"] ? item["linuxProfile"] : machineOSProfileLinuxProfileDeserializer(item["linuxProfile"]),
|
|
4662
|
+
windowsProfile: !item["windowsProfile"] ? item["windowsProfile"] : agentPoolWindowsProfileDeserializer(item["windowsProfile"])
|
|
4663
|
+
};
|
|
4664
|
+
}
|
|
4665
|
+
function machineOSProfileLinuxProfileSerializer(item) {
|
|
4666
|
+
return {
|
|
4667
|
+
linuxOSConfig: !item["linuxOSConfig"] ? item["linuxOSConfig"] : linuxOSConfigSerializer(item["linuxOSConfig"]),
|
|
4668
|
+
messageOfTheDay: item["messageOfTheDay"]
|
|
4669
|
+
};
|
|
4670
|
+
}
|
|
4671
|
+
function machineOSProfileLinuxProfileDeserializer(item) {
|
|
4672
|
+
return {
|
|
4673
|
+
linuxOSConfig: !item["linuxOSConfig"] ? item["linuxOSConfig"] : linuxOSConfigDeserializer(item["linuxOSConfig"]),
|
|
4674
|
+
messageOfTheDay: item["messageOfTheDay"]
|
|
4675
|
+
};
|
|
4676
|
+
}
|
|
4677
|
+
function machineKubernetesProfileSerializer(item) {
|
|
4678
|
+
return {
|
|
4679
|
+
nodeLabels: item["nodeLabels"],
|
|
4680
|
+
orchestratorVersion: item["orchestratorVersion"],
|
|
4681
|
+
kubeletDiskType: item["kubeletDiskType"],
|
|
4682
|
+
kubeletConfig: !item["kubeletConfig"] ? item["kubeletConfig"] : kubeletConfigSerializer(item["kubeletConfig"]),
|
|
4683
|
+
nodeInitializationTaints: !item["nodeInitializationTaints"] ? item["nodeInitializationTaints"] : item["nodeInitializationTaints"].map((p) => {
|
|
4684
|
+
return p;
|
|
4685
|
+
}),
|
|
4686
|
+
nodeTaints: !item["nodeTaints"] ? item["nodeTaints"] : item["nodeTaints"].map((p) => {
|
|
4687
|
+
return p;
|
|
4688
|
+
}),
|
|
4689
|
+
maxPods: item["maxPods"],
|
|
4690
|
+
workloadRuntime: item["workloadRuntime"],
|
|
4691
|
+
artifactStreamingProfile: !item["artifactStreamingProfile"] ? item["artifactStreamingProfile"] : agentPoolArtifactStreamingProfileSerializer(item["artifactStreamingProfile"])
|
|
4692
|
+
};
|
|
4693
|
+
}
|
|
4694
|
+
function machineKubernetesProfileDeserializer(item) {
|
|
4695
|
+
return {
|
|
4696
|
+
nodeLabels: !item["nodeLabels"] ? item["nodeLabels"] : Object.fromEntries(
|
|
4697
|
+
Object.entries(item["nodeLabels"]).map(([k, p]) => [k, p])
|
|
4698
|
+
),
|
|
4699
|
+
orchestratorVersion: item["orchestratorVersion"],
|
|
4700
|
+
currentOrchestratorVersion: item["currentOrchestratorVersion"],
|
|
4701
|
+
kubeletDiskType: item["kubeletDiskType"],
|
|
4702
|
+
kubeletConfig: !item["kubeletConfig"] ? item["kubeletConfig"] : kubeletConfigDeserializer(item["kubeletConfig"]),
|
|
4703
|
+
nodeInitializationTaints: !item["nodeInitializationTaints"] ? item["nodeInitializationTaints"] : item["nodeInitializationTaints"].map((p) => {
|
|
4704
|
+
return p;
|
|
4705
|
+
}),
|
|
4706
|
+
nodeTaints: !item["nodeTaints"] ? item["nodeTaints"] : item["nodeTaints"].map((p) => {
|
|
4707
|
+
return p;
|
|
4708
|
+
}),
|
|
4709
|
+
maxPods: item["maxPods"],
|
|
4710
|
+
nodeName: item["nodeName"],
|
|
4711
|
+
workloadRuntime: item["workloadRuntime"],
|
|
4712
|
+
artifactStreamingProfile: !item["artifactStreamingProfile"] ? item["artifactStreamingProfile"] : agentPoolArtifactStreamingProfileDeserializer(item["artifactStreamingProfile"])
|
|
4713
|
+
};
|
|
4714
|
+
}
|
|
4715
|
+
function machineSecurityProfileSerializer(item) {
|
|
4716
|
+
return {
|
|
4717
|
+
enableVTPM: item["enableVtpm"],
|
|
4718
|
+
enableSecureBoot: item["enableSecureBoot"],
|
|
4719
|
+
sshAccess: item["sshAccess"],
|
|
4720
|
+
enableEncryptionAtHost: item["enableEncryptionAtHost"]
|
|
4721
|
+
};
|
|
4722
|
+
}
|
|
4723
|
+
function machineSecurityProfileDeserializer(item) {
|
|
4724
|
+
return {
|
|
4725
|
+
enableVtpm: item["enableVTPM"],
|
|
4726
|
+
enableSecureBoot: item["enableSecureBoot"],
|
|
4727
|
+
sshAccess: item["sshAccess"],
|
|
4728
|
+
enableEncryptionAtHost: item["enableEncryptionAtHost"]
|
|
4729
|
+
};
|
|
4730
|
+
}
|
|
4731
|
+
function machineBillingProfileSerializer(item) {
|
|
4732
|
+
return { spotMaxPrice: item["spotMaxPrice"] };
|
|
4733
|
+
}
|
|
4734
|
+
function machineBillingProfileDeserializer(item) {
|
|
4735
|
+
return {
|
|
4736
|
+
spotMaxPrice: item["spotMaxPrice"]
|
|
4737
|
+
};
|
|
4738
|
+
}
|
|
4739
|
+
function machineStatusDeserializer(item) {
|
|
4740
|
+
return {
|
|
4741
|
+
provisioningError: !item["provisioningError"] ? item["provisioningError"] : errorDetailDeserializer(item["provisioningError"]),
|
|
4742
|
+
creationTimestamp: !item["creationTimestamp"] ? item["creationTimestamp"] : new Date(item["creationTimestamp"]),
|
|
4743
|
+
driftAction: item["driftAction"],
|
|
4744
|
+
driftReason: item["driftReason"],
|
|
4745
|
+
vmState: item["vmState"]
|
|
4746
|
+
};
|
|
4747
|
+
}
|
|
4748
|
+
var KnownDriftAction = /* @__PURE__ */ ((KnownDriftAction2) => {
|
|
4749
|
+
KnownDriftAction2["Synced"] = "Synced";
|
|
4750
|
+
KnownDriftAction2["Recreate"] = "Recreate";
|
|
4751
|
+
return KnownDriftAction2;
|
|
4752
|
+
})(KnownDriftAction || {});
|
|
4753
|
+
var KnownVmState = /* @__PURE__ */ ((KnownVmState2) => {
|
|
4754
|
+
KnownVmState2["Running"] = "Running";
|
|
4755
|
+
KnownVmState2["Deleted"] = "Deleted";
|
|
4756
|
+
return KnownVmState2;
|
|
4757
|
+
})(KnownVmState || {});
|
|
3676
4758
|
function _machineListResultDeserializer(item) {
|
|
3677
4759
|
return {
|
|
3678
4760
|
value: machineArrayDeserializer(item["value"]),
|
|
3679
4761
|
nextLink: item["nextLink"]
|
|
3680
4762
|
};
|
|
3681
4763
|
}
|
|
4764
|
+
function machineArraySerializer(result) {
|
|
4765
|
+
return result.map((item) => {
|
|
4766
|
+
return machineSerializer(item);
|
|
4767
|
+
});
|
|
4768
|
+
}
|
|
3682
4769
|
function machineArrayDeserializer(result) {
|
|
3683
4770
|
return result.map((item) => {
|
|
3684
4771
|
return machineDeserializer(item);
|
|
@@ -3800,6 +4887,7 @@ function snapshotPropertiesDeserializer(item) {
|
|
|
3800
4887
|
}
|
|
3801
4888
|
var KnownSnapshotType = /* @__PURE__ */ ((KnownSnapshotType2) => {
|
|
3802
4889
|
KnownSnapshotType2["NodePool"] = "NodePool";
|
|
4890
|
+
KnownSnapshotType2["ManagedCluster"] = "ManagedCluster";
|
|
3803
4891
|
return KnownSnapshotType2;
|
|
3804
4892
|
})(KnownSnapshotType || {});
|
|
3805
4893
|
function _snapshotListResultDeserializer(item) {
|
|
@@ -3818,6 +4906,70 @@ function snapshotArrayDeserializer(result) {
|
|
|
3818
4906
|
return snapshotDeserializer(item);
|
|
3819
4907
|
});
|
|
3820
4908
|
}
|
|
4909
|
+
function managedClusterSnapshotSerializer(item) {
|
|
4910
|
+
return {
|
|
4911
|
+
tags: item["tags"],
|
|
4912
|
+
location: item["location"],
|
|
4913
|
+
properties: (0, import_check_prop_undefined.areAllPropsUndefined)(item, ["creationData", "snapshotType"]) ? void 0 : _managedClusterSnapshotPropertiesSerializer(item)
|
|
4914
|
+
};
|
|
4915
|
+
}
|
|
4916
|
+
function managedClusterSnapshotDeserializer(item) {
|
|
4917
|
+
return {
|
|
4918
|
+
tags: !item["tags"] ? item["tags"] : Object.fromEntries(Object.entries(item["tags"]).map(([k, p]) => [k, p])),
|
|
4919
|
+
location: item["location"],
|
|
4920
|
+
id: item["id"],
|
|
4921
|
+
name: item["name"],
|
|
4922
|
+
type: item["type"],
|
|
4923
|
+
systemData: !item["systemData"] ? item["systemData"] : systemDataDeserializer(item["systemData"]),
|
|
4924
|
+
...!item["properties"] ? item["properties"] : _managedClusterSnapshotPropertiesDeserializer(item["properties"])
|
|
4925
|
+
};
|
|
4926
|
+
}
|
|
4927
|
+
function managedClusterSnapshotPropertiesSerializer(item) {
|
|
4928
|
+
return {
|
|
4929
|
+
creationData: !item["creationData"] ? item["creationData"] : creationDataSerializer(item["creationData"]),
|
|
4930
|
+
snapshotType: item["snapshotType"]
|
|
4931
|
+
};
|
|
4932
|
+
}
|
|
4933
|
+
function managedClusterSnapshotPropertiesDeserializer(item) {
|
|
4934
|
+
return {
|
|
4935
|
+
creationData: !item["creationData"] ? item["creationData"] : creationDataDeserializer(item["creationData"]),
|
|
4936
|
+
snapshotType: item["snapshotType"],
|
|
4937
|
+
managedClusterPropertiesReadOnly: !item["managedClusterPropertiesReadOnly"] ? item["managedClusterPropertiesReadOnly"] : managedClusterPropertiesForSnapshotDeserializer(item["managedClusterPropertiesReadOnly"])
|
|
4938
|
+
};
|
|
4939
|
+
}
|
|
4940
|
+
function managedClusterPropertiesForSnapshotDeserializer(item) {
|
|
4941
|
+
return {
|
|
4942
|
+
kubernetesVersion: item["kubernetesVersion"],
|
|
4943
|
+
sku: !item["sku"] ? item["sku"] : managedClusterSKUDeserializer(item["sku"]),
|
|
4944
|
+
enableRbac: item["enableRbac"],
|
|
4945
|
+
networkProfile: !item["networkProfile"] ? item["networkProfile"] : networkProfileForSnapshotDeserializer(item["networkProfile"])
|
|
4946
|
+
};
|
|
4947
|
+
}
|
|
4948
|
+
function networkProfileForSnapshotDeserializer(item) {
|
|
4949
|
+
return {
|
|
4950
|
+
networkPlugin: item["networkPlugin"],
|
|
4951
|
+
networkPluginMode: item["networkPluginMode"],
|
|
4952
|
+
networkPolicy: item["networkPolicy"],
|
|
4953
|
+
networkMode: item["networkMode"],
|
|
4954
|
+
loadBalancerSku: item["loadBalancerSku"]
|
|
4955
|
+
};
|
|
4956
|
+
}
|
|
4957
|
+
function _managedClusterSnapshotListResultDeserializer(item) {
|
|
4958
|
+
return {
|
|
4959
|
+
value: managedClusterSnapshotArrayDeserializer(item["value"]),
|
|
4960
|
+
nextLink: item["nextLink"]
|
|
4961
|
+
};
|
|
4962
|
+
}
|
|
4963
|
+
function managedClusterSnapshotArraySerializer(result) {
|
|
4964
|
+
return result.map((item) => {
|
|
4965
|
+
return managedClusterSnapshotSerializer(item);
|
|
4966
|
+
});
|
|
4967
|
+
}
|
|
4968
|
+
function managedClusterSnapshotArrayDeserializer(result) {
|
|
4969
|
+
return result.map((item) => {
|
|
4970
|
+
return managedClusterSnapshotDeserializer(item);
|
|
4971
|
+
});
|
|
4972
|
+
}
|
|
3821
4973
|
function trustedAccessRoleBindingSerializer(item) {
|
|
3822
4974
|
return { properties: _trustedAccessRoleBindingPropertiesSerializer(item) };
|
|
3823
4975
|
}
|
|
@@ -3871,32 +5023,426 @@ function trustedAccessRoleBindingArrayDeserializer(result) {
|
|
|
3871
5023
|
return trustedAccessRoleBindingDeserializer(item);
|
|
3872
5024
|
});
|
|
3873
5025
|
}
|
|
3874
|
-
function
|
|
5026
|
+
function loadBalancerSerializer(item) {
|
|
3875
5027
|
return {
|
|
3876
|
-
|
|
3877
|
-
|
|
5028
|
+
properties: (0, import_check_prop_undefined.areAllPropsUndefined)(item, [
|
|
5029
|
+
"primaryAgentPoolName",
|
|
5030
|
+
"allowServicePlacement",
|
|
5031
|
+
"serviceLabelSelector",
|
|
5032
|
+
"serviceNamespaceSelector",
|
|
5033
|
+
"nodeSelector"
|
|
5034
|
+
]) ? void 0 : _loadBalancerPropertiesSerializer(item)
|
|
3878
5035
|
};
|
|
3879
5036
|
}
|
|
3880
|
-
function
|
|
3881
|
-
return result.map((item) => {
|
|
3882
|
-
return operationValueDeserializer(item);
|
|
3883
|
-
});
|
|
3884
|
-
}
|
|
3885
|
-
function operationValueDeserializer(item) {
|
|
5037
|
+
function loadBalancerDeserializer(item) {
|
|
3886
5038
|
return {
|
|
3887
|
-
|
|
5039
|
+
id: item["id"],
|
|
3888
5040
|
name: item["name"],
|
|
3889
|
-
|
|
5041
|
+
type: item["type"],
|
|
5042
|
+
systemData: !item["systemData"] ? item["systemData"] : systemDataDeserializer(item["systemData"]),
|
|
5043
|
+
...!item["properties"] ? item["properties"] : _loadBalancerPropertiesDeserializer(item["properties"])
|
|
3890
5044
|
};
|
|
3891
5045
|
}
|
|
3892
|
-
function
|
|
5046
|
+
function loadBalancerPropertiesSerializer(item) {
|
|
3893
5047
|
return {
|
|
3894
|
-
|
|
5048
|
+
primaryAgentPoolName: item["primaryAgentPoolName"],
|
|
5049
|
+
allowServicePlacement: item["allowServicePlacement"],
|
|
5050
|
+
serviceLabelSelector: !item["serviceLabelSelector"] ? item["serviceLabelSelector"] : labelSelectorSerializer(item["serviceLabelSelector"]),
|
|
5051
|
+
serviceNamespaceSelector: !item["serviceNamespaceSelector"] ? item["serviceNamespaceSelector"] : labelSelectorSerializer(item["serviceNamespaceSelector"]),
|
|
5052
|
+
nodeSelector: !item["nodeSelector"] ? item["nodeSelector"] : labelSelectorSerializer(item["nodeSelector"])
|
|
5053
|
+
};
|
|
5054
|
+
}
|
|
5055
|
+
function loadBalancerPropertiesDeserializer(item) {
|
|
5056
|
+
return {
|
|
5057
|
+
primaryAgentPoolName: item["primaryAgentPoolName"],
|
|
5058
|
+
allowServicePlacement: item["allowServicePlacement"],
|
|
5059
|
+
serviceLabelSelector: !item["serviceLabelSelector"] ? item["serviceLabelSelector"] : labelSelectorDeserializer(item["serviceLabelSelector"]),
|
|
5060
|
+
serviceNamespaceSelector: !item["serviceNamespaceSelector"] ? item["serviceNamespaceSelector"] : labelSelectorDeserializer(item["serviceNamespaceSelector"]),
|
|
5061
|
+
nodeSelector: !item["nodeSelector"] ? item["nodeSelector"] : labelSelectorDeserializer(item["nodeSelector"]),
|
|
5062
|
+
provisioningState: item["provisioningState"]
|
|
5063
|
+
};
|
|
5064
|
+
}
|
|
5065
|
+
function labelSelectorSerializer(item) {
|
|
5066
|
+
return {
|
|
5067
|
+
matchLabels: !item["matchLabels"] ? item["matchLabels"] : item["matchLabels"].map((p) => {
|
|
5068
|
+
return p;
|
|
5069
|
+
}),
|
|
5070
|
+
matchExpressions: !item["matchExpressions"] ? item["matchExpressions"] : labelSelectorRequirementArraySerializer(item["matchExpressions"])
|
|
5071
|
+
};
|
|
5072
|
+
}
|
|
5073
|
+
function labelSelectorDeserializer(item) {
|
|
5074
|
+
return {
|
|
5075
|
+
matchLabels: !item["matchLabels"] ? item["matchLabels"] : item["matchLabels"].map((p) => {
|
|
5076
|
+
return p;
|
|
5077
|
+
}),
|
|
5078
|
+
matchExpressions: !item["matchExpressions"] ? item["matchExpressions"] : labelSelectorRequirementArrayDeserializer(item["matchExpressions"])
|
|
5079
|
+
};
|
|
5080
|
+
}
|
|
5081
|
+
function labelSelectorRequirementArraySerializer(result) {
|
|
5082
|
+
return result.map((item) => {
|
|
5083
|
+
return labelSelectorRequirementSerializer(item);
|
|
5084
|
+
});
|
|
5085
|
+
}
|
|
5086
|
+
function labelSelectorRequirementArrayDeserializer(result) {
|
|
5087
|
+
return result.map((item) => {
|
|
5088
|
+
return labelSelectorRequirementDeserializer(item);
|
|
5089
|
+
});
|
|
5090
|
+
}
|
|
5091
|
+
function labelSelectorRequirementSerializer(item) {
|
|
5092
|
+
return {
|
|
5093
|
+
key: item["key"],
|
|
5094
|
+
operator: item["operator"],
|
|
5095
|
+
values: !item["values"] ? item["values"] : item["values"].map((p) => {
|
|
5096
|
+
return p;
|
|
5097
|
+
})
|
|
5098
|
+
};
|
|
5099
|
+
}
|
|
5100
|
+
function labelSelectorRequirementDeserializer(item) {
|
|
5101
|
+
return {
|
|
5102
|
+
key: item["key"],
|
|
5103
|
+
operator: item["operator"],
|
|
5104
|
+
values: !item["values"] ? item["values"] : item["values"].map((p) => {
|
|
5105
|
+
return p;
|
|
5106
|
+
})
|
|
5107
|
+
};
|
|
5108
|
+
}
|
|
5109
|
+
var KnownOperator = /* @__PURE__ */ ((KnownOperator2) => {
|
|
5110
|
+
KnownOperator2["In"] = "In";
|
|
5111
|
+
KnownOperator2["NotIn"] = "NotIn";
|
|
5112
|
+
KnownOperator2["Exists"] = "Exists";
|
|
5113
|
+
KnownOperator2["DoesNotExist"] = "DoesNotExist";
|
|
5114
|
+
return KnownOperator2;
|
|
5115
|
+
})(KnownOperator || {});
|
|
5116
|
+
function _loadBalancerListResultDeserializer(item) {
|
|
5117
|
+
return {
|
|
5118
|
+
value: loadBalancerArrayDeserializer(item["value"]),
|
|
5119
|
+
nextLink: item["nextLink"]
|
|
5120
|
+
};
|
|
5121
|
+
}
|
|
5122
|
+
function loadBalancerArraySerializer(result) {
|
|
5123
|
+
return result.map((item) => {
|
|
5124
|
+
return loadBalancerSerializer(item);
|
|
5125
|
+
});
|
|
5126
|
+
}
|
|
5127
|
+
function loadBalancerArrayDeserializer(result) {
|
|
5128
|
+
return result.map((item) => {
|
|
5129
|
+
return loadBalancerDeserializer(item);
|
|
5130
|
+
});
|
|
5131
|
+
}
|
|
5132
|
+
function identityBindingSerializer(item) {
|
|
5133
|
+
return {
|
|
5134
|
+
properties: !item["properties"] ? item["properties"] : identityBindingPropertiesSerializer(item["properties"])
|
|
5135
|
+
};
|
|
5136
|
+
}
|
|
5137
|
+
function identityBindingDeserializer(item) {
|
|
5138
|
+
return {
|
|
5139
|
+
id: item["id"],
|
|
5140
|
+
name: item["name"],
|
|
5141
|
+
type: item["type"],
|
|
5142
|
+
systemData: !item["systemData"] ? item["systemData"] : systemDataDeserializer(item["systemData"]),
|
|
5143
|
+
properties: !item["properties"] ? item["properties"] : identityBindingPropertiesDeserializer(item["properties"]),
|
|
5144
|
+
eTag: item["eTag"]
|
|
5145
|
+
};
|
|
5146
|
+
}
|
|
5147
|
+
function identityBindingPropertiesSerializer(item) {
|
|
5148
|
+
return {
|
|
5149
|
+
managedIdentity: identityBindingManagedIdentityProfileSerializer(item["managedIdentity"])
|
|
5150
|
+
};
|
|
5151
|
+
}
|
|
5152
|
+
function identityBindingPropertiesDeserializer(item) {
|
|
5153
|
+
return {
|
|
5154
|
+
managedIdentity: identityBindingManagedIdentityProfileDeserializer(item["managedIdentity"]),
|
|
5155
|
+
oidcIssuer: !item["oidcIssuer"] ? item["oidcIssuer"] : identityBindingOidcIssuerProfileDeserializer(item["oidcIssuer"]),
|
|
5156
|
+
provisioningState: item["provisioningState"]
|
|
5157
|
+
};
|
|
5158
|
+
}
|
|
5159
|
+
function identityBindingManagedIdentityProfileSerializer(item) {
|
|
5160
|
+
return { resourceId: item["resourceId"] };
|
|
5161
|
+
}
|
|
5162
|
+
function identityBindingManagedIdentityProfileDeserializer(item) {
|
|
5163
|
+
return {
|
|
5164
|
+
resourceId: item["resourceId"],
|
|
5165
|
+
objectId: item["objectId"],
|
|
5166
|
+
clientId: item["clientId"],
|
|
5167
|
+
tenantId: item["tenantId"]
|
|
5168
|
+
};
|
|
5169
|
+
}
|
|
5170
|
+
function identityBindingOidcIssuerProfileDeserializer(item) {
|
|
5171
|
+
return {
|
|
5172
|
+
oidcIssuerUrl: item["oidcIssuerUrl"]
|
|
5173
|
+
};
|
|
5174
|
+
}
|
|
5175
|
+
var KnownIdentityBindingProvisioningState = /* @__PURE__ */ ((KnownIdentityBindingProvisioningState2) => {
|
|
5176
|
+
KnownIdentityBindingProvisioningState2["Succeeded"] = "Succeeded";
|
|
5177
|
+
KnownIdentityBindingProvisioningState2["Failed"] = "Failed";
|
|
5178
|
+
KnownIdentityBindingProvisioningState2["Canceled"] = "Canceled";
|
|
5179
|
+
KnownIdentityBindingProvisioningState2["Creating"] = "Creating";
|
|
5180
|
+
KnownIdentityBindingProvisioningState2["Updating"] = "Updating";
|
|
5181
|
+
KnownIdentityBindingProvisioningState2["Deleting"] = "Deleting";
|
|
5182
|
+
return KnownIdentityBindingProvisioningState2;
|
|
5183
|
+
})(KnownIdentityBindingProvisioningState || {});
|
|
5184
|
+
function _identityBindingListResultDeserializer(item) {
|
|
5185
|
+
return {
|
|
5186
|
+
value: identityBindingArrayDeserializer(item["value"]),
|
|
5187
|
+
nextLink: item["nextLink"]
|
|
5188
|
+
};
|
|
5189
|
+
}
|
|
5190
|
+
function identityBindingArraySerializer(result) {
|
|
5191
|
+
return result.map((item) => {
|
|
5192
|
+
return identityBindingSerializer(item);
|
|
5193
|
+
});
|
|
5194
|
+
}
|
|
5195
|
+
function identityBindingArrayDeserializer(result) {
|
|
5196
|
+
return result.map((item) => {
|
|
5197
|
+
return identityBindingDeserializer(item);
|
|
5198
|
+
});
|
|
5199
|
+
}
|
|
5200
|
+
function jwtAuthenticatorSerializer(item) {
|
|
5201
|
+
return { properties: jwtAuthenticatorPropertiesSerializer(item["properties"]) };
|
|
5202
|
+
}
|
|
5203
|
+
function jwtAuthenticatorDeserializer(item) {
|
|
5204
|
+
return {
|
|
5205
|
+
id: item["id"],
|
|
5206
|
+
name: item["name"],
|
|
5207
|
+
type: item["type"],
|
|
5208
|
+
systemData: !item["systemData"] ? item["systemData"] : systemDataDeserializer(item["systemData"]),
|
|
5209
|
+
properties: jwtAuthenticatorPropertiesDeserializer(item["properties"])
|
|
5210
|
+
};
|
|
5211
|
+
}
|
|
5212
|
+
function jwtAuthenticatorPropertiesSerializer(item) {
|
|
5213
|
+
return {
|
|
5214
|
+
issuer: jwtAuthenticatorIssuerSerializer(item["issuer"]),
|
|
5215
|
+
claimValidationRules: !item["claimValidationRules"] ? item["claimValidationRules"] : jwtAuthenticatorValidationRuleArraySerializer(item["claimValidationRules"]),
|
|
5216
|
+
claimMappings: jwtAuthenticatorClaimMappingsSerializer(item["claimMappings"]),
|
|
5217
|
+
userValidationRules: !item["userValidationRules"] ? item["userValidationRules"] : jwtAuthenticatorValidationRuleArraySerializer(item["userValidationRules"])
|
|
5218
|
+
};
|
|
5219
|
+
}
|
|
5220
|
+
function jwtAuthenticatorPropertiesDeserializer(item) {
|
|
5221
|
+
return {
|
|
5222
|
+
provisioningState: item["provisioningState"],
|
|
5223
|
+
issuer: jwtAuthenticatorIssuerDeserializer(item["issuer"]),
|
|
5224
|
+
claimValidationRules: !item["claimValidationRules"] ? item["claimValidationRules"] : jwtAuthenticatorValidationRuleArrayDeserializer(item["claimValidationRules"]),
|
|
5225
|
+
claimMappings: jwtAuthenticatorClaimMappingsDeserializer(item["claimMappings"]),
|
|
5226
|
+
userValidationRules: !item["userValidationRules"] ? item["userValidationRules"] : jwtAuthenticatorValidationRuleArrayDeserializer(item["userValidationRules"])
|
|
5227
|
+
};
|
|
5228
|
+
}
|
|
5229
|
+
var KnownJWTAuthenticatorProvisioningState = /* @__PURE__ */ ((KnownJWTAuthenticatorProvisioningState2) => {
|
|
5230
|
+
KnownJWTAuthenticatorProvisioningState2["Succeeded"] = "Succeeded";
|
|
5231
|
+
KnownJWTAuthenticatorProvisioningState2["Failed"] = "Failed";
|
|
5232
|
+
KnownJWTAuthenticatorProvisioningState2["Canceled"] = "Canceled";
|
|
5233
|
+
KnownJWTAuthenticatorProvisioningState2["Creating"] = "Creating";
|
|
5234
|
+
KnownJWTAuthenticatorProvisioningState2["Updating"] = "Updating";
|
|
5235
|
+
KnownJWTAuthenticatorProvisioningState2["Deleting"] = "Deleting";
|
|
5236
|
+
return KnownJWTAuthenticatorProvisioningState2;
|
|
5237
|
+
})(KnownJWTAuthenticatorProvisioningState || {});
|
|
5238
|
+
function jwtAuthenticatorIssuerSerializer(item) {
|
|
5239
|
+
return {
|
|
5240
|
+
url: item["url"],
|
|
5241
|
+
audiences: item["audiences"].map((p) => {
|
|
5242
|
+
return p;
|
|
5243
|
+
})
|
|
5244
|
+
};
|
|
5245
|
+
}
|
|
5246
|
+
function jwtAuthenticatorIssuerDeserializer(item) {
|
|
5247
|
+
return {
|
|
5248
|
+
url: item["url"],
|
|
5249
|
+
audiences: item["audiences"].map((p) => {
|
|
5250
|
+
return p;
|
|
5251
|
+
})
|
|
5252
|
+
};
|
|
5253
|
+
}
|
|
5254
|
+
function jwtAuthenticatorValidationRuleArraySerializer(result) {
|
|
5255
|
+
return result.map((item) => {
|
|
5256
|
+
return jwtAuthenticatorValidationRuleSerializer(item);
|
|
5257
|
+
});
|
|
5258
|
+
}
|
|
5259
|
+
function jwtAuthenticatorValidationRuleArrayDeserializer(result) {
|
|
5260
|
+
return result.map((item) => {
|
|
5261
|
+
return jwtAuthenticatorValidationRuleDeserializer(item);
|
|
5262
|
+
});
|
|
5263
|
+
}
|
|
5264
|
+
function jwtAuthenticatorValidationRuleSerializer(item) {
|
|
5265
|
+
return { expression: item["expression"], message: item["message"] };
|
|
5266
|
+
}
|
|
5267
|
+
function jwtAuthenticatorValidationRuleDeserializer(item) {
|
|
5268
|
+
return {
|
|
5269
|
+
expression: item["expression"],
|
|
5270
|
+
message: item["message"]
|
|
5271
|
+
};
|
|
5272
|
+
}
|
|
5273
|
+
function jwtAuthenticatorClaimMappingsSerializer(item) {
|
|
5274
|
+
return {
|
|
5275
|
+
username: jwtAuthenticatorClaimMappingExpressionSerializer(item["username"]),
|
|
5276
|
+
groups: !item["groups"] ? item["groups"] : jwtAuthenticatorClaimMappingExpressionSerializer(item["groups"]),
|
|
5277
|
+
uid: !item["uid"] ? item["uid"] : jwtAuthenticatorClaimMappingExpressionSerializer(item["uid"]),
|
|
5278
|
+
extra: !item["extra"] ? item["extra"] : jwtAuthenticatorExtraClaimMappingExpressionArraySerializer(item["extra"])
|
|
5279
|
+
};
|
|
5280
|
+
}
|
|
5281
|
+
function jwtAuthenticatorClaimMappingsDeserializer(item) {
|
|
5282
|
+
return {
|
|
5283
|
+
username: jwtAuthenticatorClaimMappingExpressionDeserializer(item["username"]),
|
|
5284
|
+
groups: !item["groups"] ? item["groups"] : jwtAuthenticatorClaimMappingExpressionDeserializer(item["groups"]),
|
|
5285
|
+
uid: !item["uid"] ? item["uid"] : jwtAuthenticatorClaimMappingExpressionDeserializer(item["uid"]),
|
|
5286
|
+
extra: !item["extra"] ? item["extra"] : jwtAuthenticatorExtraClaimMappingExpressionArrayDeserializer(item["extra"])
|
|
5287
|
+
};
|
|
5288
|
+
}
|
|
5289
|
+
function jwtAuthenticatorClaimMappingExpressionSerializer(item) {
|
|
5290
|
+
return { expression: item["expression"] };
|
|
5291
|
+
}
|
|
5292
|
+
function jwtAuthenticatorClaimMappingExpressionDeserializer(item) {
|
|
5293
|
+
return {
|
|
5294
|
+
expression: item["expression"]
|
|
5295
|
+
};
|
|
5296
|
+
}
|
|
5297
|
+
function jwtAuthenticatorExtraClaimMappingExpressionArraySerializer(result) {
|
|
5298
|
+
return result.map((item) => {
|
|
5299
|
+
return jwtAuthenticatorExtraClaimMappingExpressionSerializer(item);
|
|
5300
|
+
});
|
|
5301
|
+
}
|
|
5302
|
+
function jwtAuthenticatorExtraClaimMappingExpressionArrayDeserializer(result) {
|
|
5303
|
+
return result.map((item) => {
|
|
5304
|
+
return jwtAuthenticatorExtraClaimMappingExpressionDeserializer(item);
|
|
5305
|
+
});
|
|
5306
|
+
}
|
|
5307
|
+
function jwtAuthenticatorExtraClaimMappingExpressionSerializer(item) {
|
|
5308
|
+
return { key: item["key"], valueExpression: item["valueExpression"] };
|
|
5309
|
+
}
|
|
5310
|
+
function jwtAuthenticatorExtraClaimMappingExpressionDeserializer(item) {
|
|
5311
|
+
return {
|
|
5312
|
+
key: item["key"],
|
|
5313
|
+
valueExpression: item["valueExpression"]
|
|
5314
|
+
};
|
|
5315
|
+
}
|
|
5316
|
+
function _jwtAuthenticatorListResultDeserializer(item) {
|
|
5317
|
+
return {
|
|
5318
|
+
value: jwtAuthenticatorArrayDeserializer(item["value"]),
|
|
5319
|
+
nextLink: item["nextLink"]
|
|
5320
|
+
};
|
|
5321
|
+
}
|
|
5322
|
+
function jwtAuthenticatorArraySerializer(result) {
|
|
5323
|
+
return result.map((item) => {
|
|
5324
|
+
return jwtAuthenticatorSerializer(item);
|
|
5325
|
+
});
|
|
5326
|
+
}
|
|
5327
|
+
function jwtAuthenticatorArrayDeserializer(result) {
|
|
5328
|
+
return result.map((item) => {
|
|
5329
|
+
return jwtAuthenticatorDeserializer(item);
|
|
5330
|
+
});
|
|
5331
|
+
}
|
|
5332
|
+
function meshMembershipSerializer(item) {
|
|
5333
|
+
return {
|
|
5334
|
+
properties: !item["properties"] ? item["properties"] : meshMembershipPropertiesSerializer(item["properties"]),
|
|
5335
|
+
managedBy: item["managedBy"]
|
|
5336
|
+
};
|
|
5337
|
+
}
|
|
5338
|
+
function meshMembershipDeserializer(item) {
|
|
5339
|
+
return {
|
|
5340
|
+
id: item["id"],
|
|
5341
|
+
name: item["name"],
|
|
5342
|
+
type: item["type"],
|
|
5343
|
+
systemData: !item["systemData"] ? item["systemData"] : systemDataDeserializer(item["systemData"]),
|
|
5344
|
+
properties: !item["properties"] ? item["properties"] : meshMembershipPropertiesDeserializer(item["properties"]),
|
|
5345
|
+
managedBy: item["managedBy"],
|
|
5346
|
+
eTag: item["eTag"]
|
|
5347
|
+
};
|
|
5348
|
+
}
|
|
5349
|
+
function meshMembershipPropertiesSerializer(item) {
|
|
5350
|
+
return {
|
|
5351
|
+
privateConnectProfile: !item["privateConnectProfile"] ? item["privateConnectProfile"] : meshMembershipPrivateConnectProfileSerializer(item["privateConnectProfile"]),
|
|
5352
|
+
managedMeshID: item["managedMeshID"]
|
|
5353
|
+
};
|
|
5354
|
+
}
|
|
5355
|
+
function meshMembershipPropertiesDeserializer(item) {
|
|
5356
|
+
return {
|
|
5357
|
+
provisioningState: item["provisioningState"],
|
|
5358
|
+
privateConnectProfile: !item["privateConnectProfile"] ? item["privateConnectProfile"] : meshMembershipPrivateConnectProfileDeserializer(item["privateConnectProfile"]),
|
|
5359
|
+
managedMeshID: item["managedMeshID"]
|
|
5360
|
+
};
|
|
5361
|
+
}
|
|
5362
|
+
var KnownMeshMembershipProvisioningState = /* @__PURE__ */ ((KnownMeshMembershipProvisioningState2) => {
|
|
5363
|
+
KnownMeshMembershipProvisioningState2["Canceled"] = "Canceled";
|
|
5364
|
+
KnownMeshMembershipProvisioningState2["Creating"] = "Creating";
|
|
5365
|
+
KnownMeshMembershipProvisioningState2["Deleting"] = "Deleting";
|
|
5366
|
+
KnownMeshMembershipProvisioningState2["Failed"] = "Failed";
|
|
5367
|
+
KnownMeshMembershipProvisioningState2["Succeeded"] = "Succeeded";
|
|
5368
|
+
KnownMeshMembershipProvisioningState2["Updating"] = "Updating";
|
|
5369
|
+
return KnownMeshMembershipProvisioningState2;
|
|
5370
|
+
})(KnownMeshMembershipProvisioningState || {});
|
|
5371
|
+
function meshMembershipPrivateConnectProfileSerializer(item) {
|
|
5372
|
+
return { subnetResourceId: item["subnetResourceId"] };
|
|
5373
|
+
}
|
|
5374
|
+
function meshMembershipPrivateConnectProfileDeserializer(item) {
|
|
5375
|
+
return {
|
|
5376
|
+
privateIpAddress: item["privateIpAddress"],
|
|
5377
|
+
subnetResourceId: item["subnetResourceId"]
|
|
5378
|
+
};
|
|
5379
|
+
}
|
|
5380
|
+
function _meshMembershipsListResultDeserializer(item) {
|
|
5381
|
+
return {
|
|
5382
|
+
value: meshMembershipArrayDeserializer(item["value"]),
|
|
5383
|
+
nextLink: item["nextLink"]
|
|
5384
|
+
};
|
|
5385
|
+
}
|
|
5386
|
+
function meshMembershipArraySerializer(result) {
|
|
5387
|
+
return result.map((item) => {
|
|
5388
|
+
return meshMembershipSerializer(item);
|
|
5389
|
+
});
|
|
5390
|
+
}
|
|
5391
|
+
function meshMembershipArrayDeserializer(result) {
|
|
5392
|
+
return result.map((item) => {
|
|
5393
|
+
return meshMembershipDeserializer(item);
|
|
5394
|
+
});
|
|
5395
|
+
}
|
|
5396
|
+
function _operationListResultDeserializer(item) {
|
|
5397
|
+
return {
|
|
5398
|
+
value: operationValueArrayDeserializer(item["value"]),
|
|
5399
|
+
nextLink: item["nextLink"]
|
|
5400
|
+
};
|
|
5401
|
+
}
|
|
5402
|
+
function operationValueArrayDeserializer(result) {
|
|
5403
|
+
return result.map((item) => {
|
|
5404
|
+
return operationValueDeserializer(item);
|
|
5405
|
+
});
|
|
5406
|
+
}
|
|
5407
|
+
function operationValueDeserializer(item) {
|
|
5408
|
+
return {
|
|
5409
|
+
origin: item["origin"],
|
|
5410
|
+
name: item["name"],
|
|
5411
|
+
...!item["display"] ? item["display"] : _operationValueDisplayDeserializer(item["display"])
|
|
5412
|
+
};
|
|
5413
|
+
}
|
|
5414
|
+
function operationValueDisplayDeserializer(item) {
|
|
5415
|
+
return {
|
|
5416
|
+
operation: item["operation"],
|
|
3895
5417
|
resource: item["resource"],
|
|
3896
5418
|
description: item["description"],
|
|
3897
5419
|
provider: item["provider"]
|
|
3898
5420
|
};
|
|
3899
5421
|
}
|
|
5422
|
+
function operationStatusResultDeserializer(item) {
|
|
5423
|
+
return {
|
|
5424
|
+
id: item["id"],
|
|
5425
|
+
name: item["name"],
|
|
5426
|
+
status: item["status"],
|
|
5427
|
+
percentComplete: item["percentComplete"],
|
|
5428
|
+
startTime: !item["startTime"] ? item["startTime"] : new Date(item["startTime"]),
|
|
5429
|
+
endTime: !item["endTime"] ? item["endTime"] : new Date(item["endTime"]),
|
|
5430
|
+
operations: !item["operations"] ? item["operations"] : operationStatusResultArrayDeserializer(item["operations"]),
|
|
5431
|
+
error: !item["error"] ? item["error"] : errorDetailDeserializer(item["error"]),
|
|
5432
|
+
resourceId: item["resourceId"]
|
|
5433
|
+
};
|
|
5434
|
+
}
|
|
5435
|
+
function operationStatusResultArrayDeserializer(result) {
|
|
5436
|
+
return result.map((item) => {
|
|
5437
|
+
return operationStatusResultDeserializer(item);
|
|
5438
|
+
});
|
|
5439
|
+
}
|
|
5440
|
+
function _operationStatusResultListDeserializer(item) {
|
|
5441
|
+
return {
|
|
5442
|
+
value: operationStatusResultArrayDeserializer(item["value"]),
|
|
5443
|
+
nextLink: item["nextLink"]
|
|
5444
|
+
};
|
|
5445
|
+
}
|
|
3900
5446
|
function privateLinkResourcesListResultDeserializer(item) {
|
|
3901
5447
|
return {
|
|
3902
5448
|
value: !item["value"] ? item["value"] : privateLinkResourceArrayDeserializer(item["value"])
|
|
@@ -3944,6 +5490,160 @@ function trustedAccessRoleRuleDeserializer(item) {
|
|
|
3944
5490
|
})
|
|
3945
5491
|
};
|
|
3946
5492
|
}
|
|
5493
|
+
function _nodeImageVersionsListResultDeserializer(item) {
|
|
5494
|
+
return {
|
|
5495
|
+
value: nodeImageVersionArrayDeserializer(item["value"]),
|
|
5496
|
+
nextLink: item["nextLink"]
|
|
5497
|
+
};
|
|
5498
|
+
}
|
|
5499
|
+
function nodeImageVersionArrayDeserializer(result) {
|
|
5500
|
+
return result.map((item) => {
|
|
5501
|
+
return nodeImageVersionDeserializer(item);
|
|
5502
|
+
});
|
|
5503
|
+
}
|
|
5504
|
+
function nodeImageVersionDeserializer(item) {
|
|
5505
|
+
return {
|
|
5506
|
+
os: item["os"],
|
|
5507
|
+
sku: item["sku"],
|
|
5508
|
+
version: item["version"],
|
|
5509
|
+
fullName: item["fullName"]
|
|
5510
|
+
};
|
|
5511
|
+
}
|
|
5512
|
+
function _vmSkusListResultDeserializer(item) {
|
|
5513
|
+
return {
|
|
5514
|
+
value: resourceSkuArrayDeserializer(item["value"]),
|
|
5515
|
+
nextLink: item["nextLink"]
|
|
5516
|
+
};
|
|
5517
|
+
}
|
|
5518
|
+
function resourceSkuArrayDeserializer(result) {
|
|
5519
|
+
return result.map((item) => {
|
|
5520
|
+
return resourceSkuDeserializer(item);
|
|
5521
|
+
});
|
|
5522
|
+
}
|
|
5523
|
+
function resourceSkuDeserializer(item) {
|
|
5524
|
+
return {
|
|
5525
|
+
resourceType: item["resourceType"],
|
|
5526
|
+
name: item["name"],
|
|
5527
|
+
tier: item["tier"],
|
|
5528
|
+
size: item["size"],
|
|
5529
|
+
family: item["family"],
|
|
5530
|
+
kind: item["kind"],
|
|
5531
|
+
capacity: !item["capacity"] ? item["capacity"] : resourceSkuCapacityDeserializer(item["capacity"]),
|
|
5532
|
+
locations: !item["locations"] ? item["locations"] : item["locations"].map((p) => {
|
|
5533
|
+
return p;
|
|
5534
|
+
}),
|
|
5535
|
+
locationInfo: !item["locationInfo"] ? item["locationInfo"] : resourceSkuLocationInfoArrayDeserializer(item["locationInfo"]),
|
|
5536
|
+
apiVersions: !item["apiVersions"] ? item["apiVersions"] : item["apiVersions"].map((p) => {
|
|
5537
|
+
return p;
|
|
5538
|
+
}),
|
|
5539
|
+
costs: !item["costs"] ? item["costs"] : resourceSkuCostsArrayDeserializer(item["costs"]),
|
|
5540
|
+
capabilities: !item["capabilities"] ? item["capabilities"] : resourceSkuCapabilitiesArrayDeserializer(item["capabilities"]),
|
|
5541
|
+
restrictions: !item["restrictions"] ? item["restrictions"] : resourceSkuRestrictionsArrayDeserializer(item["restrictions"])
|
|
5542
|
+
};
|
|
5543
|
+
}
|
|
5544
|
+
function resourceSkuCapacityDeserializer(item) {
|
|
5545
|
+
return {
|
|
5546
|
+
minimum: item["minimum"],
|
|
5547
|
+
maximum: item["maximum"],
|
|
5548
|
+
default: item["default"],
|
|
5549
|
+
scaleType: item["scaleType"]
|
|
5550
|
+
};
|
|
5551
|
+
}
|
|
5552
|
+
var KnownResourceSkuCapacityScaleType = /* @__PURE__ */ ((KnownResourceSkuCapacityScaleType2) => {
|
|
5553
|
+
KnownResourceSkuCapacityScaleType2["Automatic"] = "Automatic";
|
|
5554
|
+
KnownResourceSkuCapacityScaleType2["Manual"] = "Manual";
|
|
5555
|
+
KnownResourceSkuCapacityScaleType2["None"] = "None";
|
|
5556
|
+
return KnownResourceSkuCapacityScaleType2;
|
|
5557
|
+
})(KnownResourceSkuCapacityScaleType || {});
|
|
5558
|
+
function resourceSkuLocationInfoArrayDeserializer(result) {
|
|
5559
|
+
return result.map((item) => {
|
|
5560
|
+
return resourceSkuLocationInfoDeserializer(item);
|
|
5561
|
+
});
|
|
5562
|
+
}
|
|
5563
|
+
function resourceSkuLocationInfoDeserializer(item) {
|
|
5564
|
+
return {
|
|
5565
|
+
location: item["location"],
|
|
5566
|
+
zones: !item["zones"] ? item["zones"] : item["zones"].map((p) => {
|
|
5567
|
+
return p;
|
|
5568
|
+
}),
|
|
5569
|
+
zoneDetails: !item["zoneDetails"] ? item["zoneDetails"] : resourceSkuZoneDetailsArrayDeserializer(item["zoneDetails"]),
|
|
5570
|
+
extendedLocations: !item["extendedLocations"] ? item["extendedLocations"] : item["extendedLocations"].map((p) => {
|
|
5571
|
+
return p;
|
|
5572
|
+
}),
|
|
5573
|
+
type: item["type"]
|
|
5574
|
+
};
|
|
5575
|
+
}
|
|
5576
|
+
function resourceSkuZoneDetailsArrayDeserializer(result) {
|
|
5577
|
+
return result.map((item) => {
|
|
5578
|
+
return resourceSkuZoneDetailsDeserializer(item);
|
|
5579
|
+
});
|
|
5580
|
+
}
|
|
5581
|
+
function resourceSkuZoneDetailsDeserializer(item) {
|
|
5582
|
+
return {
|
|
5583
|
+
name: !item["name"] ? item["name"] : item["name"].map((p) => {
|
|
5584
|
+
return p;
|
|
5585
|
+
}),
|
|
5586
|
+
capabilities: !item["capabilities"] ? item["capabilities"] : resourceSkuCapabilitiesArrayDeserializer(item["capabilities"])
|
|
5587
|
+
};
|
|
5588
|
+
}
|
|
5589
|
+
function resourceSkuCapabilitiesArrayDeserializer(result) {
|
|
5590
|
+
return result.map((item) => {
|
|
5591
|
+
return resourceSkuCapabilitiesDeserializer(item);
|
|
5592
|
+
});
|
|
5593
|
+
}
|
|
5594
|
+
function resourceSkuCapabilitiesDeserializer(item) {
|
|
5595
|
+
return {
|
|
5596
|
+
name: item["name"],
|
|
5597
|
+
value: item["value"]
|
|
5598
|
+
};
|
|
5599
|
+
}
|
|
5600
|
+
function resourceSkuCostsArrayDeserializer(result) {
|
|
5601
|
+
return result.map((item) => {
|
|
5602
|
+
return resourceSkuCostsDeserializer(item);
|
|
5603
|
+
});
|
|
5604
|
+
}
|
|
5605
|
+
function resourceSkuCostsDeserializer(item) {
|
|
5606
|
+
return {
|
|
5607
|
+
meterID: item["meterID"],
|
|
5608
|
+
quantity: item["quantity"],
|
|
5609
|
+
extendedUnit: item["extendedUnit"]
|
|
5610
|
+
};
|
|
5611
|
+
}
|
|
5612
|
+
function resourceSkuRestrictionsArrayDeserializer(result) {
|
|
5613
|
+
return result.map((item) => {
|
|
5614
|
+
return resourceSkuRestrictionsDeserializer(item);
|
|
5615
|
+
});
|
|
5616
|
+
}
|
|
5617
|
+
function resourceSkuRestrictionsDeserializer(item) {
|
|
5618
|
+
return {
|
|
5619
|
+
type: item["type"],
|
|
5620
|
+
values: !item["values"] ? item["values"] : item["values"].map((p) => {
|
|
5621
|
+
return p;
|
|
5622
|
+
}),
|
|
5623
|
+
restrictionInfo: !item["restrictionInfo"] ? item["restrictionInfo"] : resourceSkuRestrictionInfoDeserializer(item["restrictionInfo"]),
|
|
5624
|
+
reasonCode: item["reasonCode"]
|
|
5625
|
+
};
|
|
5626
|
+
}
|
|
5627
|
+
var KnownResourceSkuRestrictionsType = /* @__PURE__ */ ((KnownResourceSkuRestrictionsType2) => {
|
|
5628
|
+
KnownResourceSkuRestrictionsType2["Location"] = "Location";
|
|
5629
|
+
KnownResourceSkuRestrictionsType2["Zone"] = "Zone";
|
|
5630
|
+
return KnownResourceSkuRestrictionsType2;
|
|
5631
|
+
})(KnownResourceSkuRestrictionsType || {});
|
|
5632
|
+
function resourceSkuRestrictionInfoDeserializer(item) {
|
|
5633
|
+
return {
|
|
5634
|
+
locations: !item["locations"] ? item["locations"] : item["locations"].map((p) => {
|
|
5635
|
+
return p;
|
|
5636
|
+
}),
|
|
5637
|
+
zones: !item["zones"] ? item["zones"] : item["zones"].map((p) => {
|
|
5638
|
+
return p;
|
|
5639
|
+
})
|
|
5640
|
+
};
|
|
5641
|
+
}
|
|
5642
|
+
var KnownResourceSkuRestrictionsReasonCode = /* @__PURE__ */ ((KnownResourceSkuRestrictionsReasonCode2) => {
|
|
5643
|
+
KnownResourceSkuRestrictionsReasonCode2["QuotaId"] = "QuotaId";
|
|
5644
|
+
KnownResourceSkuRestrictionsReasonCode2["NotAvailableForSubscription"] = "NotAvailableForSubscription";
|
|
5645
|
+
return KnownResourceSkuRestrictionsReasonCode2;
|
|
5646
|
+
})(KnownResourceSkuRestrictionsReasonCode || {});
|
|
3947
5647
|
var KnownFormat = /* @__PURE__ */ ((KnownFormat2) => {
|
|
3948
5648
|
KnownFormat2["Azure"] = "azure";
|
|
3949
5649
|
KnownFormat2["Exec"] = "exec";
|
|
@@ -3954,6 +5654,7 @@ var KnownVersions = /* @__PURE__ */ ((KnownVersions2) => {
|
|
|
3954
5654
|
KnownVersions2["V20260101"] = "2026-01-01";
|
|
3955
5655
|
KnownVersions2["V20260201"] = "2026-02-01";
|
|
3956
5656
|
KnownVersions2["V20260301"] = "2026-03-01";
|
|
5657
|
+
KnownVersions2["V20260302Preview"] = "2026-03-02-preview";
|
|
3957
5658
|
return KnownVersions2;
|
|
3958
5659
|
})(KnownVersions || {});
|
|
3959
5660
|
function _agentPoolPropertiesSerializer(item) {
|
|
@@ -3978,7 +5679,11 @@ function _agentPoolPropertiesSerializer(item) {
|
|
|
3978
5679
|
type: item["typePropertiesType"],
|
|
3979
5680
|
mode: item["mode"],
|
|
3980
5681
|
orchestratorVersion: item["orchestratorVersion"],
|
|
5682
|
+
nodeImageVersion: item["nodeImageVersion"],
|
|
5683
|
+
upgradeStrategy: item["upgradeStrategy"],
|
|
5684
|
+
enableOSDiskFullCaching: item["enableOSDiskFullCaching"],
|
|
3981
5685
|
upgradeSettings: !item["upgradeSettings"] ? item["upgradeSettings"] : agentPoolUpgradeSettingsSerializer(item["upgradeSettings"]),
|
|
5686
|
+
upgradeSettingsBlueGreen: !item["upgradeSettingsBlueGreen"] ? item["upgradeSettingsBlueGreen"] : agentPoolBlueGreenUpgradeSettingsSerializer(item["upgradeSettingsBlueGreen"]),
|
|
3982
5687
|
powerState: !item["powerState"] ? item["powerState"] : powerStateSerializer(item["powerState"]),
|
|
3983
5688
|
availabilityZones: !item["availabilityZones"] ? item["availabilityZones"] : item["availabilityZones"].map((p) => {
|
|
3984
5689
|
return p;
|
|
@@ -3993,6 +5698,9 @@ function _agentPoolPropertiesSerializer(item) {
|
|
|
3993
5698
|
nodeTaints: !item["nodeTaints"] ? item["nodeTaints"] : item["nodeTaints"].map((p) => {
|
|
3994
5699
|
return p;
|
|
3995
5700
|
}),
|
|
5701
|
+
nodeInitializationTaints: !item["nodeInitializationTaints"] ? item["nodeInitializationTaints"] : item["nodeInitializationTaints"].map((p) => {
|
|
5702
|
+
return p;
|
|
5703
|
+
}),
|
|
3996
5704
|
proximityPlacementGroupID: item["proximityPlacementGroupID"],
|
|
3997
5705
|
kubeletConfig: !item["kubeletConfig"] ? item["kubeletConfig"] : kubeletConfigSerializer(item["kubeletConfig"]),
|
|
3998
5706
|
linuxOSConfig: !item["linuxOSConfig"] ? item["linuxOSConfig"] : linuxOSConfigSerializer(item["linuxOSConfig"]),
|
|
@@ -4012,7 +5720,8 @@ function _agentPoolPropertiesSerializer(item) {
|
|
|
4012
5720
|
virtualMachinesProfile: !item["virtualMachinesProfile"] ? item["virtualMachinesProfile"] : virtualMachinesProfileSerializer(item["virtualMachinesProfile"]),
|
|
4013
5721
|
virtualMachineNodesStatus: !item["virtualMachineNodesStatus"] ? item["virtualMachineNodesStatus"] : virtualMachineNodesArraySerializer(item["virtualMachineNodesStatus"]),
|
|
4014
5722
|
status: !item["status"] ? item["status"] : agentPoolStatusSerializer(item["status"]),
|
|
4015
|
-
localDNSProfile: !item["localDNSProfile"] ? item["localDNSProfile"] : localDNSProfileSerializer(item["localDNSProfile"])
|
|
5723
|
+
localDNSProfile: !item["localDNSProfile"] ? item["localDNSProfile"] : localDNSProfileSerializer(item["localDNSProfile"]),
|
|
5724
|
+
preparedImageSpecificationProfile: !item["preparedImageSpecificationProfile"] ? item["preparedImageSpecificationProfile"] : preparedImageSpecificationProfileSerializer(item["preparedImageSpecificationProfile"])
|
|
4016
5725
|
};
|
|
4017
5726
|
}
|
|
4018
5727
|
function _agentPoolPropertiesDeserializer(item) {
|
|
@@ -4040,7 +5749,10 @@ function _agentPoolPropertiesDeserializer(item) {
|
|
|
4040
5749
|
orchestratorVersion: item["orchestratorVersion"],
|
|
4041
5750
|
currentOrchestratorVersion: item["currentOrchestratorVersion"],
|
|
4042
5751
|
nodeImageVersion: item["nodeImageVersion"],
|
|
5752
|
+
upgradeStrategy: item["upgradeStrategy"],
|
|
5753
|
+
enableOSDiskFullCaching: item["enableOSDiskFullCaching"],
|
|
4043
5754
|
upgradeSettings: !item["upgradeSettings"] ? item["upgradeSettings"] : agentPoolUpgradeSettingsDeserializer(item["upgradeSettings"]),
|
|
5755
|
+
upgradeSettingsBlueGreen: !item["upgradeSettingsBlueGreen"] ? item["upgradeSettingsBlueGreen"] : agentPoolBlueGreenUpgradeSettingsDeserializer(item["upgradeSettingsBlueGreen"]),
|
|
4044
5756
|
provisioningState: item["provisioningState"],
|
|
4045
5757
|
powerState: !item["powerState"] ? item["powerState"] : powerStateDeserializer(item["powerState"]),
|
|
4046
5758
|
availabilityZones: !item["availabilityZones"] ? item["availabilityZones"] : item["availabilityZones"].map((p) => {
|
|
@@ -4058,6 +5770,9 @@ function _agentPoolPropertiesDeserializer(item) {
|
|
|
4058
5770
|
nodeTaints: !item["nodeTaints"] ? item["nodeTaints"] : item["nodeTaints"].map((p) => {
|
|
4059
5771
|
return p;
|
|
4060
5772
|
}),
|
|
5773
|
+
nodeInitializationTaints: !item["nodeInitializationTaints"] ? item["nodeInitializationTaints"] : item["nodeInitializationTaints"].map((p) => {
|
|
5774
|
+
return p;
|
|
5775
|
+
}),
|
|
4061
5776
|
proximityPlacementGroupID: item["proximityPlacementGroupID"],
|
|
4062
5777
|
kubeletConfig: !item["kubeletConfig"] ? item["kubeletConfig"] : kubeletConfigDeserializer(item["kubeletConfig"]),
|
|
4063
5778
|
linuxOSConfig: !item["linuxOSConfig"] ? item["linuxOSConfig"] : linuxOSConfigDeserializer(item["linuxOSConfig"]),
|
|
@@ -4077,7 +5792,8 @@ function _agentPoolPropertiesDeserializer(item) {
|
|
|
4077
5792
|
virtualMachinesProfile: !item["virtualMachinesProfile"] ? item["virtualMachinesProfile"] : virtualMachinesProfileDeserializer(item["virtualMachinesProfile"]),
|
|
4078
5793
|
virtualMachineNodesStatus: !item["virtualMachineNodesStatus"] ? item["virtualMachineNodesStatus"] : virtualMachineNodesArrayDeserializer(item["virtualMachineNodesStatus"]),
|
|
4079
5794
|
status: !item["status"] ? item["status"] : agentPoolStatusDeserializer(item["status"]),
|
|
4080
|
-
localDNSProfile: !item["localDNSProfile"] ? item["localDNSProfile"] : localDNSProfileDeserializer(item["localDNSProfile"])
|
|
5795
|
+
localDNSProfile: !item["localDNSProfile"] ? item["localDNSProfile"] : localDNSProfileDeserializer(item["localDNSProfile"]),
|
|
5796
|
+
preparedImageSpecificationProfile: !item["preparedImageSpecificationProfile"] ? item["preparedImageSpecificationProfile"] : preparedImageSpecificationProfileDeserializer(item["preparedImageSpecificationProfile"])
|
|
4081
5797
|
};
|
|
4082
5798
|
}
|
|
4083
5799
|
function _agentPoolAvailableVersionsPropertiesDeserializer(item) {
|
|
@@ -4092,11 +5808,14 @@ function _agentPoolUpgradeProfilePropertiesDeserializer(item) {
|
|
|
4092
5808
|
kubernetesVersion: item["kubernetesVersion"],
|
|
4093
5809
|
osType: item["osType"],
|
|
4094
5810
|
upgrades: !item["upgrades"] ? item["upgrades"] : agentPoolUpgradeProfilePropertiesUpgradesItemArrayDeserializer(item["upgrades"]),
|
|
5811
|
+
componentsByReleases: !item["componentsByReleases"] ? item["componentsByReleases"] : componentsByReleaseArrayDeserializer(item["componentsByReleases"]),
|
|
5812
|
+
recentlyUsedVersions: !item["recentlyUsedVersions"] ? item["recentlyUsedVersions"] : agentPoolRecentlyUsedVersionArrayDeserializer(item["recentlyUsedVersions"]),
|
|
4095
5813
|
latestNodeImageVersion: item["latestNodeImageVersion"]
|
|
4096
5814
|
};
|
|
4097
5815
|
}
|
|
4098
5816
|
function _managedClusterPropertiesSerializer(item) {
|
|
4099
5817
|
return {
|
|
5818
|
+
creationData: !item["creationData"] ? item["creationData"] : creationDataSerializer(item["creationData"]),
|
|
4100
5819
|
kubernetesVersion: item["kubernetesVersion"],
|
|
4101
5820
|
dnsPrefix: item["dnsPrefix"],
|
|
4102
5821
|
fqdnSubdomain: item["fqdnSubdomain"],
|
|
@@ -4111,6 +5830,8 @@ function _managedClusterPropertiesSerializer(item) {
|
|
|
4111
5830
|
nodeResourceGroupProfile: !item["nodeResourceGroupProfile"] ? item["nodeResourceGroupProfile"] : managedClusterNodeResourceGroupProfileSerializer(item["nodeResourceGroupProfile"]),
|
|
4112
5831
|
enableRBAC: item["enableRbac"],
|
|
4113
5832
|
supportPlan: item["supportPlan"],
|
|
5833
|
+
enableFIPS: item["enableFips"],
|
|
5834
|
+
enableNamespaceResources: item["enableNamespaceResources"],
|
|
4114
5835
|
networkProfile: !item["networkProfile"] ? item["networkProfile"] : containerServiceNetworkProfileSerializer(item["networkProfile"]),
|
|
4115
5836
|
aadProfile: !item["aadProfile"] ? item["aadProfile"] : managedClusterAADProfileSerializer(item["aadProfile"]),
|
|
4116
5837
|
autoUpgradeProfile: !item["autoUpgradeProfile"] ? item["autoUpgradeProfile"] : managedClusterAutoUpgradeProfileSerializer(item["autoUpgradeProfile"]),
|
|
@@ -4133,7 +5854,11 @@ function _managedClusterPropertiesSerializer(item) {
|
|
|
4133
5854
|
nodeProvisioningProfile: !item["nodeProvisioningProfile"] ? item["nodeProvisioningProfile"] : managedClusterNodeProvisioningProfileSerializer(item["nodeProvisioningProfile"]),
|
|
4134
5855
|
bootstrapProfile: !item["bootstrapProfile"] ? item["bootstrapProfile"] : managedClusterBootstrapProfileSerializer(item["bootstrapProfile"]),
|
|
4135
5856
|
aiToolchainOperatorProfile: !item["aiToolchainOperatorProfile"] ? item["aiToolchainOperatorProfile"] : managedClusterAIToolchainOperatorProfileSerializer(item["aiToolchainOperatorProfile"]),
|
|
5857
|
+
schedulerProfile: !item["schedulerProfile"] ? item["schedulerProfile"] : schedulerProfileSerializer(item["schedulerProfile"]),
|
|
4136
5858
|
hostedSystemProfile: !item["hostedSystemProfile"] ? item["hostedSystemProfile"] : managedClusterHostedSystemProfileSerializer(item["hostedSystemProfile"]),
|
|
5859
|
+
healthMonitorProfile: !item["healthMonitorProfile"] ? item["healthMonitorProfile"] : managedClusterHealthMonitorProfileSerializer(item["healthMonitorProfile"]),
|
|
5860
|
+
controlPlaneScalingProfile: !item["controlPlaneScalingProfile"] ? item["controlPlaneScalingProfile"] : managedClusterControlPlaneScalingProfileSerializer(item["controlPlaneScalingProfile"]),
|
|
5861
|
+
nodeDisruptionProfile: !item["nodeDisruptionProfile"] ? item["nodeDisruptionProfile"] : nodeDisruptionProfileSerializer(item["nodeDisruptionProfile"]),
|
|
4137
5862
|
status: !item["status"] ? item["status"] : managedClusterStatusSerializer(item["status"])
|
|
4138
5863
|
};
|
|
4139
5864
|
}
|
|
@@ -4141,6 +5866,7 @@ function _managedClusterPropertiesDeserializer(item) {
|
|
|
4141
5866
|
return {
|
|
4142
5867
|
provisioningState: item["provisioningState"],
|
|
4143
5868
|
powerState: !item["powerState"] ? item["powerState"] : powerStateDeserializer(item["powerState"]),
|
|
5869
|
+
creationData: !item["creationData"] ? item["creationData"] : creationDataDeserializer(item["creationData"]),
|
|
4144
5870
|
maxAgentPools: item["maxAgentPools"],
|
|
4145
5871
|
kubernetesVersion: item["kubernetesVersion"],
|
|
4146
5872
|
currentKubernetesVersion: item["currentKubernetesVersion"],
|
|
@@ -4160,6 +5886,8 @@ function _managedClusterPropertiesDeserializer(item) {
|
|
|
4160
5886
|
nodeResourceGroupProfile: !item["nodeResourceGroupProfile"] ? item["nodeResourceGroupProfile"] : managedClusterNodeResourceGroupProfileDeserializer(item["nodeResourceGroupProfile"]),
|
|
4161
5887
|
enableRbac: item["enableRBAC"],
|
|
4162
5888
|
supportPlan: item["supportPlan"],
|
|
5889
|
+
enableFips: item["enableFIPS"],
|
|
5890
|
+
enableNamespaceResources: item["enableNamespaceResources"],
|
|
4163
5891
|
networkProfile: !item["networkProfile"] ? item["networkProfile"] : containerServiceNetworkProfileDeserializer(item["networkProfile"]),
|
|
4164
5892
|
aadProfile: !item["aadProfile"] ? item["aadProfile"] : managedClusterAADProfileDeserializer(item["aadProfile"]),
|
|
4165
5893
|
autoUpgradeProfile: !item["autoUpgradeProfile"] ? item["autoUpgradeProfile"] : managedClusterAutoUpgradeProfileDeserializer(item["autoUpgradeProfile"]),
|
|
@@ -4183,7 +5911,11 @@ function _managedClusterPropertiesDeserializer(item) {
|
|
|
4183
5911
|
nodeProvisioningProfile: !item["nodeProvisioningProfile"] ? item["nodeProvisioningProfile"] : managedClusterNodeProvisioningProfileDeserializer(item["nodeProvisioningProfile"]),
|
|
4184
5912
|
bootstrapProfile: !item["bootstrapProfile"] ? item["bootstrapProfile"] : managedClusterBootstrapProfileDeserializer(item["bootstrapProfile"]),
|
|
4185
5913
|
aiToolchainOperatorProfile: !item["aiToolchainOperatorProfile"] ? item["aiToolchainOperatorProfile"] : managedClusterAIToolchainOperatorProfileDeserializer(item["aiToolchainOperatorProfile"]),
|
|
5914
|
+
schedulerProfile: !item["schedulerProfile"] ? item["schedulerProfile"] : schedulerProfileDeserializer(item["schedulerProfile"]),
|
|
4186
5915
|
hostedSystemProfile: !item["hostedSystemProfile"] ? item["hostedSystemProfile"] : managedClusterHostedSystemProfileDeserializer(item["hostedSystemProfile"]),
|
|
5916
|
+
healthMonitorProfile: !item["healthMonitorProfile"] ? item["healthMonitorProfile"] : managedClusterHealthMonitorProfileDeserializer(item["healthMonitorProfile"]),
|
|
5917
|
+
controlPlaneScalingProfile: !item["controlPlaneScalingProfile"] ? item["controlPlaneScalingProfile"] : managedClusterControlPlaneScalingProfileDeserializer(item["controlPlaneScalingProfile"]),
|
|
5918
|
+
nodeDisruptionProfile: !item["nodeDisruptionProfile"] ? item["nodeDisruptionProfile"] : nodeDisruptionProfileDeserializer(item["nodeDisruptionProfile"]),
|
|
4187
5919
|
status: !item["status"] ? item["status"] : managedClusterStatusDeserializer(item["status"])
|
|
4188
5920
|
};
|
|
4189
5921
|
}
|
|
@@ -4253,6 +5985,19 @@ function _snapshotPropertiesDeserializer(item) {
|
|
|
4253
5985
|
enableFips: item["enableFIPS"]
|
|
4254
5986
|
};
|
|
4255
5987
|
}
|
|
5988
|
+
function _managedClusterSnapshotPropertiesSerializer(item) {
|
|
5989
|
+
return {
|
|
5990
|
+
creationData: !item["creationData"] ? item["creationData"] : creationDataSerializer(item["creationData"]),
|
|
5991
|
+
snapshotType: item["snapshotType"]
|
|
5992
|
+
};
|
|
5993
|
+
}
|
|
5994
|
+
function _managedClusterSnapshotPropertiesDeserializer(item) {
|
|
5995
|
+
return {
|
|
5996
|
+
creationData: !item["creationData"] ? item["creationData"] : creationDataDeserializer(item["creationData"]),
|
|
5997
|
+
snapshotType: item["snapshotType"],
|
|
5998
|
+
managedClusterPropertiesReadOnly: !item["managedClusterPropertiesReadOnly"] ? item["managedClusterPropertiesReadOnly"] : managedClusterPropertiesForSnapshotDeserializer(item["managedClusterPropertiesReadOnly"])
|
|
5999
|
+
};
|
|
6000
|
+
}
|
|
4256
6001
|
function _trustedAccessRoleBindingPropertiesSerializer(item) {
|
|
4257
6002
|
return {
|
|
4258
6003
|
sourceResourceId: item["sourceResourceId"],
|
|
@@ -4270,6 +6015,25 @@ function _trustedAccessRoleBindingPropertiesDeserializer(item) {
|
|
|
4270
6015
|
})
|
|
4271
6016
|
};
|
|
4272
6017
|
}
|
|
6018
|
+
function _loadBalancerPropertiesSerializer(item) {
|
|
6019
|
+
return {
|
|
6020
|
+
primaryAgentPoolName: item["primaryAgentPoolName"],
|
|
6021
|
+
allowServicePlacement: item["allowServicePlacement"],
|
|
6022
|
+
serviceLabelSelector: !item["serviceLabelSelector"] ? item["serviceLabelSelector"] : labelSelectorSerializer(item["serviceLabelSelector"]),
|
|
6023
|
+
serviceNamespaceSelector: !item["serviceNamespaceSelector"] ? item["serviceNamespaceSelector"] : labelSelectorSerializer(item["serviceNamespaceSelector"]),
|
|
6024
|
+
nodeSelector: !item["nodeSelector"] ? item["nodeSelector"] : labelSelectorSerializer(item["nodeSelector"])
|
|
6025
|
+
};
|
|
6026
|
+
}
|
|
6027
|
+
function _loadBalancerPropertiesDeserializer(item) {
|
|
6028
|
+
return {
|
|
6029
|
+
primaryAgentPoolName: item["primaryAgentPoolName"],
|
|
6030
|
+
allowServicePlacement: item["allowServicePlacement"],
|
|
6031
|
+
serviceLabelSelector: !item["serviceLabelSelector"] ? item["serviceLabelSelector"] : labelSelectorDeserializer(item["serviceLabelSelector"]),
|
|
6032
|
+
serviceNamespaceSelector: !item["serviceNamespaceSelector"] ? item["serviceNamespaceSelector"] : labelSelectorDeserializer(item["serviceNamespaceSelector"]),
|
|
6033
|
+
nodeSelector: !item["nodeSelector"] ? item["nodeSelector"] : labelSelectorDeserializer(item["nodeSelector"]),
|
|
6034
|
+
provisioningState: item["provisioningState"]
|
|
6035
|
+
};
|
|
6036
|
+
}
|
|
4273
6037
|
function _operationValueDisplayDeserializer(item) {
|
|
4274
6038
|
return {
|
|
4275
6039
|
operation: item["operation"],
|
|
@@ -4281,25 +6045,37 @@ function _operationValueDisplayDeserializer(item) {
|
|
|
4281
6045
|
// Annotate the CommonJS export names for ESM import in node:
|
|
4282
6046
|
0 && (module.exports = {
|
|
4283
6047
|
KnownAccelerationMode,
|
|
6048
|
+
KnownAddonAutoscaling,
|
|
4284
6049
|
KnownAdoptionPolicy,
|
|
4285
6050
|
KnownAdvancedNetworkPolicies,
|
|
4286
6051
|
KnownAgentPoolMode,
|
|
6052
|
+
KnownAgentPoolNetworkInterfaceType,
|
|
4287
6053
|
KnownAgentPoolSSHAccess,
|
|
4288
6054
|
KnownAgentPoolType,
|
|
4289
6055
|
KnownArtifactSource,
|
|
4290
6056
|
KnownBackendPoolType,
|
|
6057
|
+
KnownClusterServiceLoadBalancerHealthProbeMode,
|
|
4291
6058
|
KnownCode,
|
|
4292
6059
|
KnownConnectionStatus,
|
|
6060
|
+
KnownContainerNetworkLogs,
|
|
6061
|
+
KnownControlPlaneScalingSize,
|
|
4293
6062
|
KnownCreatedByType,
|
|
4294
6063
|
KnownDeletePolicy,
|
|
6064
|
+
KnownDriftAction,
|
|
6065
|
+
KnownDriverType,
|
|
4295
6066
|
KnownExpander,
|
|
4296
6067
|
KnownExtendedLocationTypes,
|
|
4297
6068
|
KnownFormat,
|
|
4298
6069
|
KnownGPUDriver,
|
|
4299
6070
|
KnownGPUInstanceProfile,
|
|
4300
6071
|
KnownGatewayAPIIstioEnabled,
|
|
6072
|
+
KnownGuardrailsSupport,
|
|
6073
|
+
KnownIdentityBindingProvisioningState,
|
|
6074
|
+
KnownInfrastructureEncryption,
|
|
4301
6075
|
KnownIpFamily,
|
|
6076
|
+
KnownIpvsScheduler,
|
|
4302
6077
|
KnownIstioIngressGatewayMode,
|
|
6078
|
+
KnownJWTAuthenticatorProvisioningState,
|
|
4303
6079
|
KnownKeyVaultNetworkAccessTypes,
|
|
4304
6080
|
KnownKubeletDiskType,
|
|
4305
6081
|
KnownKubernetesSupportPlan,
|
|
@@ -4316,6 +6092,10 @@ function _operationValueDisplayDeserializer(item) {
|
|
|
4316
6092
|
KnownManagedClusterSKUName,
|
|
4317
6093
|
KnownManagedClusterSKUTier,
|
|
4318
6094
|
KnownManagedGatewayType,
|
|
6095
|
+
KnownManagementMode,
|
|
6096
|
+
KnownMeshMembershipProvisioningState,
|
|
6097
|
+
KnownMigStrategy,
|
|
6098
|
+
KnownMode,
|
|
4319
6099
|
KnownNamespaceProvisioningState,
|
|
4320
6100
|
KnownNetworkDataplane,
|
|
4321
6101
|
KnownNetworkMode,
|
|
@@ -4323,24 +6103,33 @@ function _operationValueDisplayDeserializer(item) {
|
|
|
4323
6103
|
KnownNetworkPluginMode,
|
|
4324
6104
|
KnownNetworkPolicy,
|
|
4325
6105
|
KnownNginxIngressControllerType,
|
|
6106
|
+
KnownNodeDisruptionPolicy,
|
|
4326
6107
|
KnownNodeOSUpgradeChannel,
|
|
4327
6108
|
KnownNodeProvisioningDefaultNodePools,
|
|
4328
6109
|
KnownNodeProvisioningMode,
|
|
4329
6110
|
KnownOSDiskType,
|
|
4330
6111
|
KnownOSType,
|
|
6112
|
+
KnownOperator,
|
|
4331
6113
|
KnownOssku,
|
|
4332
6114
|
KnownOutboundType,
|
|
4333
6115
|
KnownPodIPAllocationMode,
|
|
6116
|
+
KnownPodLinkLocalAccess,
|
|
4334
6117
|
KnownPolicyRule,
|
|
4335
6118
|
KnownPrivateEndpointConnectionProvisioningState,
|
|
4336
6119
|
KnownProtocol,
|
|
4337
6120
|
KnownProxyRedirectionMechanism,
|
|
4338
6121
|
KnownPublicNetworkAccess,
|
|
4339
6122
|
KnownResourceIdentityType,
|
|
6123
|
+
KnownResourceSkuCapacityScaleType,
|
|
6124
|
+
KnownResourceSkuRestrictionsReasonCode,
|
|
6125
|
+
KnownResourceSkuRestrictionsType,
|
|
4340
6126
|
KnownRestrictionLevel,
|
|
6127
|
+
KnownSafeguardsSupport,
|
|
4341
6128
|
KnownScaleDownMode,
|
|
4342
6129
|
KnownScaleSetEvictionPolicy,
|
|
4343
6130
|
KnownScaleSetPriority,
|
|
6131
|
+
KnownSchedulerConfigMode,
|
|
6132
|
+
KnownSeccompDefault,
|
|
4344
6133
|
KnownServiceMeshMode,
|
|
4345
6134
|
KnownSnapshotType,
|
|
4346
6135
|
KnownTransitEncryptionType,
|
|
@@ -4348,7 +6137,9 @@ function _operationValueDisplayDeserializer(item) {
|
|
|
4348
6137
|
KnownType,
|
|
4349
6138
|
KnownUndrainableNodeBehavior,
|
|
4350
6139
|
KnownUpgradeChannel,
|
|
6140
|
+
KnownUpgradeStrategy,
|
|
4351
6141
|
KnownVersions,
|
|
6142
|
+
KnownVmState,
|
|
4352
6143
|
KnownWeekDay,
|
|
4353
6144
|
KnownWorkloadRuntime,
|
|
4354
6145
|
_agentPoolAvailableVersionsPropertiesDeserializer,
|
|
@@ -4356,24 +6147,41 @@ function _operationValueDisplayDeserializer(item) {
|
|
|
4356
6147
|
_agentPoolPropertiesDeserializer,
|
|
4357
6148
|
_agentPoolPropertiesSerializer,
|
|
4358
6149
|
_agentPoolUpgradeProfilePropertiesDeserializer,
|
|
6150
|
+
_guardrailsAvailableVersionsListDeserializer,
|
|
6151
|
+
_identityBindingListResultDeserializer,
|
|
6152
|
+
_jwtAuthenticatorListResultDeserializer,
|
|
6153
|
+
_loadBalancerListResultDeserializer,
|
|
6154
|
+
_loadBalancerPropertiesDeserializer,
|
|
6155
|
+
_loadBalancerPropertiesSerializer,
|
|
4359
6156
|
_machineListResultDeserializer,
|
|
4360
6157
|
_maintenanceConfigurationListResultDeserializer,
|
|
4361
6158
|
_maintenanceConfigurationPropertiesDeserializer,
|
|
4362
6159
|
_maintenanceConfigurationPropertiesSerializer,
|
|
4363
6160
|
_managedClusterAccessProfilePropertiesDeserializer,
|
|
4364
6161
|
_managedClusterListResultDeserializer,
|
|
6162
|
+
_managedClusterNATGatewayProfileOutboundIPsDeserializer,
|
|
6163
|
+
_managedClusterNATGatewayProfileOutboundIPsSerializer,
|
|
6164
|
+
_managedClusterNATGatewayProfileOutboundIpPrefixesDeserializer,
|
|
6165
|
+
_managedClusterNATGatewayProfileOutboundIpPrefixesSerializer,
|
|
4365
6166
|
_managedClusterPropertiesDeserializer,
|
|
4366
6167
|
_managedClusterPropertiesSerializer,
|
|
6168
|
+
_managedClusterSnapshotListResultDeserializer,
|
|
6169
|
+
_managedClusterSnapshotPropertiesDeserializer,
|
|
6170
|
+
_managedClusterSnapshotPropertiesSerializer,
|
|
4367
6171
|
_managedClusterUpgradeProfilePropertiesDeserializer,
|
|
4368
6172
|
_managedNamespaceListResultDeserializer,
|
|
6173
|
+
_meshMembershipsListResultDeserializer,
|
|
4369
6174
|
_meshRevisionProfileListDeserializer,
|
|
4370
6175
|
_meshUpgradeProfileListDeserializer,
|
|
6176
|
+
_nodeImageVersionsListResultDeserializer,
|
|
4371
6177
|
_operationListResultDeserializer,
|
|
6178
|
+
_operationStatusResultListDeserializer,
|
|
4372
6179
|
_operationValueDisplayDeserializer,
|
|
4373
6180
|
_outboundEnvironmentEndpointCollectionDeserializer,
|
|
4374
6181
|
_privateEndpointConnectionPropertiesDeserializer,
|
|
4375
6182
|
_privateEndpointConnectionPropertiesSerializer,
|
|
4376
6183
|
_runCommandResultPropertiesDeserializer,
|
|
6184
|
+
_safeguardsAvailableVersionsListDeserializer,
|
|
4377
6185
|
_snapshotListResultDeserializer,
|
|
4378
6186
|
_snapshotPropertiesDeserializer,
|
|
4379
6187
|
_snapshotPropertiesSerializer,
|
|
@@ -4381,6 +6189,7 @@ function _operationValueDisplayDeserializer(item) {
|
|
|
4381
6189
|
_trustedAccessRoleBindingPropertiesDeserializer,
|
|
4382
6190
|
_trustedAccessRoleBindingPropertiesSerializer,
|
|
4383
6191
|
_trustedAccessRoleListResultDeserializer,
|
|
6192
|
+
_vmSkusListResultDeserializer,
|
|
4384
6193
|
absoluteMonthlyScheduleDeserializer,
|
|
4385
6194
|
absoluteMonthlyScheduleSerializer,
|
|
4386
6195
|
accessProfileDeserializer,
|
|
@@ -4402,12 +6211,20 @@ function _operationValueDisplayDeserializer(item) {
|
|
|
4402
6211
|
agentPoolAvailableVersionsPropertiesAgentPoolVersionsItemArrayDeserializer,
|
|
4403
6212
|
agentPoolAvailableVersionsPropertiesAgentPoolVersionsItemDeserializer,
|
|
4404
6213
|
agentPoolAvailableVersionsPropertiesDeserializer,
|
|
6214
|
+
agentPoolBlueGreenUpgradeSettingsDeserializer,
|
|
6215
|
+
agentPoolBlueGreenUpgradeSettingsSerializer,
|
|
4405
6216
|
agentPoolDeleteMachinesParameterSerializer,
|
|
4406
6217
|
agentPoolDeserializer,
|
|
4407
6218
|
agentPoolGatewayProfileDeserializer,
|
|
4408
6219
|
agentPoolGatewayProfileSerializer,
|
|
6220
|
+
agentPoolNetworkInterfaceArrayDeserializer,
|
|
6221
|
+
agentPoolNetworkInterfaceArraySerializer,
|
|
6222
|
+
agentPoolNetworkInterfaceDeserializer,
|
|
6223
|
+
agentPoolNetworkInterfaceSerializer,
|
|
4409
6224
|
agentPoolNetworkProfileDeserializer,
|
|
4410
6225
|
agentPoolNetworkProfileSerializer,
|
|
6226
|
+
agentPoolRecentlyUsedVersionArrayDeserializer,
|
|
6227
|
+
agentPoolRecentlyUsedVersionDeserializer,
|
|
4411
6228
|
agentPoolSecurityProfileDeserializer,
|
|
4412
6229
|
agentPoolSecurityProfileSerializer,
|
|
4413
6230
|
agentPoolSerializer,
|
|
@@ -4421,6 +6238,10 @@ function _operationValueDisplayDeserializer(item) {
|
|
|
4421
6238
|
agentPoolUpgradeSettingsSerializer,
|
|
4422
6239
|
agentPoolWindowsProfileDeserializer,
|
|
4423
6240
|
agentPoolWindowsProfileSerializer,
|
|
6241
|
+
autoScaleProfileArrayDeserializer,
|
|
6242
|
+
autoScaleProfileArraySerializer,
|
|
6243
|
+
autoScaleProfileDeserializer,
|
|
6244
|
+
autoScaleProfileSerializer,
|
|
4424
6245
|
azureKeyVaultKmsDeserializer,
|
|
4425
6246
|
azureKeyVaultKmsSerializer,
|
|
4426
6247
|
clusterUpgradeSettingsDeserializer,
|
|
@@ -4428,9 +6249,17 @@ function _operationValueDisplayDeserializer(item) {
|
|
|
4428
6249
|
commandResultPropertiesDeserializer,
|
|
4429
6250
|
compatibleVersionsArrayDeserializer,
|
|
4430
6251
|
compatibleVersionsDeserializer,
|
|
6252
|
+
componentArrayDeserializer,
|
|
6253
|
+
componentDeserializer,
|
|
6254
|
+
componentsByReleaseArrayDeserializer,
|
|
6255
|
+
componentsByReleaseDeserializer,
|
|
4431
6256
|
containerServiceLinuxProfileDeserializer,
|
|
4432
6257
|
containerServiceLinuxProfileSerializer,
|
|
4433
6258
|
containerServiceNetworkProfileDeserializer,
|
|
6259
|
+
containerServiceNetworkProfileKubeProxyConfigDeserializer,
|
|
6260
|
+
containerServiceNetworkProfileKubeProxyConfigIpvsConfigDeserializer,
|
|
6261
|
+
containerServiceNetworkProfileKubeProxyConfigIpvsConfigSerializer,
|
|
6262
|
+
containerServiceNetworkProfileKubeProxyConfigSerializer,
|
|
4434
6263
|
containerServiceNetworkProfileSerializer,
|
|
4435
6264
|
containerServiceSshConfigurationDeserializer,
|
|
4436
6265
|
containerServiceSshConfigurationSerializer,
|
|
@@ -4466,6 +6295,20 @@ function _operationValueDisplayDeserializer(item) {
|
|
|
4466
6295
|
extendedLocationSerializer,
|
|
4467
6296
|
gpuProfileDeserializer,
|
|
4468
6297
|
gpuProfileSerializer,
|
|
6298
|
+
guardrailsAvailableVersionArrayDeserializer,
|
|
6299
|
+
guardrailsAvailableVersionDeserializer,
|
|
6300
|
+
guardrailsAvailableVersionsPropertiesDeserializer,
|
|
6301
|
+
hardEvictionThresholdDeserializer,
|
|
6302
|
+
hardEvictionThresholdSerializer,
|
|
6303
|
+
identityBindingArrayDeserializer,
|
|
6304
|
+
identityBindingArraySerializer,
|
|
6305
|
+
identityBindingDeserializer,
|
|
6306
|
+
identityBindingManagedIdentityProfileDeserializer,
|
|
6307
|
+
identityBindingManagedIdentityProfileSerializer,
|
|
6308
|
+
identityBindingOidcIssuerProfileDeserializer,
|
|
6309
|
+
identityBindingPropertiesDeserializer,
|
|
6310
|
+
identityBindingPropertiesSerializer,
|
|
6311
|
+
identityBindingSerializer,
|
|
4469
6312
|
ipTagArrayDeserializer,
|
|
4470
6313
|
ipTagArraySerializer,
|
|
4471
6314
|
ipTagDeserializer,
|
|
@@ -4486,16 +6329,52 @@ function _operationValueDisplayDeserializer(item) {
|
|
|
4486
6329
|
istioPluginCertificateAuthoritySerializer,
|
|
4487
6330
|
istioServiceMeshDeserializer,
|
|
4488
6331
|
istioServiceMeshSerializer,
|
|
6332
|
+
jwtAuthenticatorArrayDeserializer,
|
|
6333
|
+
jwtAuthenticatorArraySerializer,
|
|
6334
|
+
jwtAuthenticatorClaimMappingExpressionDeserializer,
|
|
6335
|
+
jwtAuthenticatorClaimMappingExpressionSerializer,
|
|
6336
|
+
jwtAuthenticatorClaimMappingsDeserializer,
|
|
6337
|
+
jwtAuthenticatorClaimMappingsSerializer,
|
|
6338
|
+
jwtAuthenticatorDeserializer,
|
|
6339
|
+
jwtAuthenticatorExtraClaimMappingExpressionArrayDeserializer,
|
|
6340
|
+
jwtAuthenticatorExtraClaimMappingExpressionArraySerializer,
|
|
6341
|
+
jwtAuthenticatorExtraClaimMappingExpressionDeserializer,
|
|
6342
|
+
jwtAuthenticatorExtraClaimMappingExpressionSerializer,
|
|
6343
|
+
jwtAuthenticatorIssuerDeserializer,
|
|
6344
|
+
jwtAuthenticatorIssuerSerializer,
|
|
6345
|
+
jwtAuthenticatorPropertiesDeserializer,
|
|
6346
|
+
jwtAuthenticatorPropertiesSerializer,
|
|
6347
|
+
jwtAuthenticatorSerializer,
|
|
6348
|
+
jwtAuthenticatorValidationRuleArrayDeserializer,
|
|
6349
|
+
jwtAuthenticatorValidationRuleArraySerializer,
|
|
6350
|
+
jwtAuthenticatorValidationRuleDeserializer,
|
|
6351
|
+
jwtAuthenticatorValidationRuleSerializer,
|
|
6352
|
+
kubeReservedDeserializer,
|
|
6353
|
+
kubeReservedSerializer,
|
|
4489
6354
|
kubeletConfigDeserializer,
|
|
4490
6355
|
kubeletConfigSerializer,
|
|
4491
6356
|
kubernetesPatchVersionDeserializer,
|
|
4492
6357
|
kubernetesPatchVersionRecordDeserializer,
|
|
6358
|
+
kubernetesResourceObjectEncryptionProfileDeserializer,
|
|
6359
|
+
kubernetesResourceObjectEncryptionProfileSerializer,
|
|
4493
6360
|
kubernetesVersionArrayDeserializer,
|
|
4494
6361
|
kubernetesVersionCapabilitiesDeserializer,
|
|
4495
6362
|
kubernetesVersionDeserializer,
|
|
4496
6363
|
kubernetesVersionListResultDeserializer,
|
|
6364
|
+
labelSelectorDeserializer,
|
|
6365
|
+
labelSelectorRequirementArrayDeserializer,
|
|
6366
|
+
labelSelectorRequirementArraySerializer,
|
|
6367
|
+
labelSelectorRequirementDeserializer,
|
|
6368
|
+
labelSelectorRequirementSerializer,
|
|
6369
|
+
labelSelectorSerializer,
|
|
4497
6370
|
linuxOSConfigDeserializer,
|
|
4498
6371
|
linuxOSConfigSerializer,
|
|
6372
|
+
loadBalancerArrayDeserializer,
|
|
6373
|
+
loadBalancerArraySerializer,
|
|
6374
|
+
loadBalancerDeserializer,
|
|
6375
|
+
loadBalancerPropertiesDeserializer,
|
|
6376
|
+
loadBalancerPropertiesSerializer,
|
|
6377
|
+
loadBalancerSerializer,
|
|
4499
6378
|
localDNSOverrideDeserializer,
|
|
4500
6379
|
localDNSOverrideRecordDeserializer,
|
|
4501
6380
|
localDNSOverrideRecordSerializer,
|
|
@@ -4503,11 +6382,28 @@ function _operationValueDisplayDeserializer(item) {
|
|
|
4503
6382
|
localDNSProfileDeserializer,
|
|
4504
6383
|
localDNSProfileSerializer,
|
|
4505
6384
|
machineArrayDeserializer,
|
|
6385
|
+
machineArraySerializer,
|
|
6386
|
+
machineBillingProfileDeserializer,
|
|
6387
|
+
machineBillingProfileSerializer,
|
|
4506
6388
|
machineDeserializer,
|
|
6389
|
+
machineHardwareProfileDeserializer,
|
|
6390
|
+
machineHardwareProfileSerializer,
|
|
4507
6391
|
machineIpAddressArrayDeserializer,
|
|
4508
6392
|
machineIpAddressDeserializer,
|
|
6393
|
+
machineKubernetesProfileDeserializer,
|
|
6394
|
+
machineKubernetesProfileSerializer,
|
|
4509
6395
|
machineNetworkPropertiesDeserializer,
|
|
6396
|
+
machineNetworkPropertiesSerializer,
|
|
6397
|
+
machineOSProfileDeserializer,
|
|
6398
|
+
machineOSProfileLinuxProfileDeserializer,
|
|
6399
|
+
machineOSProfileLinuxProfileSerializer,
|
|
6400
|
+
machineOSProfileSerializer,
|
|
4510
6401
|
machinePropertiesDeserializer,
|
|
6402
|
+
machinePropertiesSerializer,
|
|
6403
|
+
machineSecurityProfileDeserializer,
|
|
6404
|
+
machineSecurityProfileSerializer,
|
|
6405
|
+
machineSerializer,
|
|
6406
|
+
machineStatusDeserializer,
|
|
4511
6407
|
maintenanceConfigurationArrayDeserializer,
|
|
4512
6408
|
maintenanceConfigurationArraySerializer,
|
|
4513
6409
|
maintenanceConfigurationDeserializer,
|
|
@@ -4543,24 +6439,40 @@ function _operationValueDisplayDeserializer(item) {
|
|
|
4543
6439
|
managedClusterAzureMonitorProfileAppMonitoringAutoInstrumentationDeserializer,
|
|
4544
6440
|
managedClusterAzureMonitorProfileAppMonitoringAutoInstrumentationSerializer,
|
|
4545
6441
|
managedClusterAzureMonitorProfileAppMonitoringDeserializer,
|
|
6442
|
+
managedClusterAzureMonitorProfileAppMonitoringOpenTelemetryLogsAndTracesDeserializer,
|
|
6443
|
+
managedClusterAzureMonitorProfileAppMonitoringOpenTelemetryLogsAndTracesSerializer,
|
|
6444
|
+
managedClusterAzureMonitorProfileAppMonitoringOpenTelemetryMetricsDeserializer,
|
|
6445
|
+
managedClusterAzureMonitorProfileAppMonitoringOpenTelemetryMetricsSerializer,
|
|
4546
6446
|
managedClusterAzureMonitorProfileAppMonitoringSerializer,
|
|
6447
|
+
managedClusterAzureMonitorProfileContainerInsightsDeserializer,
|
|
6448
|
+
managedClusterAzureMonitorProfileContainerInsightsSerializer,
|
|
4547
6449
|
managedClusterAzureMonitorProfileDeserializer,
|
|
4548
6450
|
managedClusterAzureMonitorProfileKubeStateMetricsDeserializer,
|
|
4549
6451
|
managedClusterAzureMonitorProfileKubeStateMetricsSerializer,
|
|
6452
|
+
managedClusterAzureMonitorProfileMetricsControlPlaneDeserializer,
|
|
6453
|
+
managedClusterAzureMonitorProfileMetricsControlPlaneSerializer,
|
|
4550
6454
|
managedClusterAzureMonitorProfileMetricsDeserializer,
|
|
4551
6455
|
managedClusterAzureMonitorProfileMetricsSerializer,
|
|
4552
6456
|
managedClusterAzureMonitorProfileSerializer,
|
|
4553
6457
|
managedClusterBootstrapProfileDeserializer,
|
|
4554
6458
|
managedClusterBootstrapProfileSerializer,
|
|
6459
|
+
managedClusterControlPlaneScalingProfileDeserializer,
|
|
6460
|
+
managedClusterControlPlaneScalingProfileSerializer,
|
|
4555
6461
|
managedClusterCostAnalysisDeserializer,
|
|
4556
6462
|
managedClusterCostAnalysisSerializer,
|
|
4557
6463
|
managedClusterDeserializer,
|
|
6464
|
+
managedClusterHealthMonitorProfileDeserializer,
|
|
6465
|
+
managedClusterHealthMonitorProfileSerializer,
|
|
4558
6466
|
managedClusterHostedSystemProfileDeserializer,
|
|
4559
6467
|
managedClusterHostedSystemProfileSerializer,
|
|
4560
6468
|
managedClusterHttpProxyConfigDeserializer,
|
|
4561
6469
|
managedClusterHttpProxyConfigSerializer,
|
|
4562
6470
|
managedClusterIdentityDeserializer,
|
|
4563
6471
|
managedClusterIdentitySerializer,
|
|
6472
|
+
managedClusterIngressDefaultDomainProfileDeserializer,
|
|
6473
|
+
managedClusterIngressDefaultDomainProfileSerializer,
|
|
6474
|
+
managedClusterIngressProfileApplicationLoadBalancerDeserializer,
|
|
6475
|
+
managedClusterIngressProfileApplicationLoadBalancerSerializer,
|
|
4564
6476
|
managedClusterIngressProfileDeserializer,
|
|
4565
6477
|
managedClusterIngressProfileGatewayConfigurationDeserializer,
|
|
4566
6478
|
managedClusterIngressProfileGatewayConfigurationSerializer,
|
|
@@ -4610,22 +6522,39 @@ function _operationValueDisplayDeserializer(item) {
|
|
|
4610
6522
|
managedClusterPropertiesAutoScalerProfileDeserializer,
|
|
4611
6523
|
managedClusterPropertiesAutoScalerProfileSerializer,
|
|
4612
6524
|
managedClusterPropertiesDeserializer,
|
|
6525
|
+
managedClusterPropertiesForSnapshotDeserializer,
|
|
4613
6526
|
managedClusterPropertiesSerializer,
|
|
4614
6527
|
managedClusterSKUDeserializer,
|
|
4615
6528
|
managedClusterSKUSerializer,
|
|
4616
6529
|
managedClusterSecurityProfileDefenderDeserializer,
|
|
6530
|
+
managedClusterSecurityProfileDefenderSecurityGatingDeserializer,
|
|
6531
|
+
managedClusterSecurityProfileDefenderSecurityGatingIdentitiesItemArrayDeserializer,
|
|
6532
|
+
managedClusterSecurityProfileDefenderSecurityGatingIdentitiesItemArraySerializer,
|
|
6533
|
+
managedClusterSecurityProfileDefenderSecurityGatingIdentitiesItemDeserializer,
|
|
6534
|
+
managedClusterSecurityProfileDefenderSecurityGatingIdentitiesItemSerializer,
|
|
6535
|
+
managedClusterSecurityProfileDefenderSecurityGatingSerializer,
|
|
4617
6536
|
managedClusterSecurityProfileDefenderSecurityMonitoringDeserializer,
|
|
4618
6537
|
managedClusterSecurityProfileDefenderSecurityMonitoringSerializer,
|
|
4619
6538
|
managedClusterSecurityProfileDefenderSerializer,
|
|
4620
6539
|
managedClusterSecurityProfileDeserializer,
|
|
4621
6540
|
managedClusterSecurityProfileImageCleanerDeserializer,
|
|
4622
6541
|
managedClusterSecurityProfileImageCleanerSerializer,
|
|
6542
|
+
managedClusterSecurityProfileImageIntegrityDeserializer,
|
|
6543
|
+
managedClusterSecurityProfileImageIntegritySerializer,
|
|
6544
|
+
managedClusterSecurityProfileNodeRestrictionDeserializer,
|
|
6545
|
+
managedClusterSecurityProfileNodeRestrictionSerializer,
|
|
4623
6546
|
managedClusterSecurityProfileSerializer,
|
|
4624
6547
|
managedClusterSecurityProfileWorkloadIdentityDeserializer,
|
|
4625
6548
|
managedClusterSecurityProfileWorkloadIdentitySerializer,
|
|
4626
6549
|
managedClusterSerializer,
|
|
4627
6550
|
managedClusterServicePrincipalProfileDeserializer,
|
|
4628
6551
|
managedClusterServicePrincipalProfileSerializer,
|
|
6552
|
+
managedClusterSnapshotArrayDeserializer,
|
|
6553
|
+
managedClusterSnapshotArraySerializer,
|
|
6554
|
+
managedClusterSnapshotDeserializer,
|
|
6555
|
+
managedClusterSnapshotPropertiesDeserializer,
|
|
6556
|
+
managedClusterSnapshotPropertiesSerializer,
|
|
6557
|
+
managedClusterSnapshotSerializer,
|
|
4629
6558
|
managedClusterStaticEgressGatewayProfileDeserializer,
|
|
4630
6559
|
managedClusterStaticEgressGatewayProfileSerializer,
|
|
4631
6560
|
managedClusterStatusDeserializer,
|
|
@@ -4664,6 +6593,14 @@ function _operationValueDisplayDeserializer(item) {
|
|
|
4664
6593
|
manualScaleProfileArraySerializer,
|
|
4665
6594
|
manualScaleProfileDeserializer,
|
|
4666
6595
|
manualScaleProfileSerializer,
|
|
6596
|
+
meshMembershipArrayDeserializer,
|
|
6597
|
+
meshMembershipArraySerializer,
|
|
6598
|
+
meshMembershipDeserializer,
|
|
6599
|
+
meshMembershipPrivateConnectProfileDeserializer,
|
|
6600
|
+
meshMembershipPrivateConnectProfileSerializer,
|
|
6601
|
+
meshMembershipPropertiesDeserializer,
|
|
6602
|
+
meshMembershipPropertiesSerializer,
|
|
6603
|
+
meshMembershipSerializer,
|
|
4667
6604
|
meshRevisionArrayDeserializer,
|
|
4668
6605
|
meshRevisionDeserializer,
|
|
4669
6606
|
meshRevisionProfileArrayDeserializer,
|
|
@@ -4676,6 +6613,15 @@ function _operationValueDisplayDeserializer(item) {
|
|
|
4676
6613
|
namespacePropertiesSerializer,
|
|
4677
6614
|
networkPoliciesDeserializer,
|
|
4678
6615
|
networkPoliciesSerializer,
|
|
6616
|
+
networkProfileForSnapshotDeserializer,
|
|
6617
|
+
nodeDisruptionProfileDeserializer,
|
|
6618
|
+
nodeDisruptionProfileSerializer,
|
|
6619
|
+
nodeImageVersionArrayDeserializer,
|
|
6620
|
+
nodeImageVersionDeserializer,
|
|
6621
|
+
nvidiaGPUProfileDeserializer,
|
|
6622
|
+
nvidiaGPUProfileSerializer,
|
|
6623
|
+
operationStatusResultArrayDeserializer,
|
|
6624
|
+
operationStatusResultDeserializer,
|
|
4679
6625
|
operationValueArrayDeserializer,
|
|
4680
6626
|
operationValueDeserializer,
|
|
4681
6627
|
operationValueDisplayDeserializer,
|
|
@@ -4687,6 +6633,8 @@ function _operationValueDisplayDeserializer(item) {
|
|
|
4687
6633
|
portRangeSerializer,
|
|
4688
6634
|
powerStateDeserializer,
|
|
4689
6635
|
powerStateSerializer,
|
|
6636
|
+
preparedImageSpecificationProfileDeserializer,
|
|
6637
|
+
preparedImageSpecificationProfileSerializer,
|
|
4690
6638
|
privateEndpointConnectionArrayDeserializer,
|
|
4691
6639
|
privateEndpointConnectionArraySerializer,
|
|
4692
6640
|
privateEndpointConnectionDeserializer,
|
|
@@ -4705,6 +6653,7 @@ function _operationValueDisplayDeserializer(item) {
|
|
|
4705
6653
|
privateLinkServiceConnectionStateSerializer,
|
|
4706
6654
|
proxyResourceDeserializer,
|
|
4707
6655
|
proxyResourceSerializer,
|
|
6656
|
+
rebalanceLoadBalancersRequestBodySerializer,
|
|
4708
6657
|
relativeMonthlyScheduleDeserializer,
|
|
4709
6658
|
relativeMonthlyScheduleSerializer,
|
|
4710
6659
|
resourceDeserializer,
|
|
@@ -4715,12 +6664,37 @@ function _operationValueDisplayDeserializer(item) {
|
|
|
4715
6664
|
resourceReferenceDeserializer,
|
|
4716
6665
|
resourceReferenceSerializer,
|
|
4717
6666
|
resourceSerializer,
|
|
6667
|
+
resourceSkuArrayDeserializer,
|
|
6668
|
+
resourceSkuCapabilitiesArrayDeserializer,
|
|
6669
|
+
resourceSkuCapabilitiesDeserializer,
|
|
6670
|
+
resourceSkuCapacityDeserializer,
|
|
6671
|
+
resourceSkuCostsArrayDeserializer,
|
|
6672
|
+
resourceSkuCostsDeserializer,
|
|
6673
|
+
resourceSkuDeserializer,
|
|
6674
|
+
resourceSkuLocationInfoArrayDeserializer,
|
|
6675
|
+
resourceSkuLocationInfoDeserializer,
|
|
6676
|
+
resourceSkuRestrictionInfoDeserializer,
|
|
6677
|
+
resourceSkuRestrictionsArrayDeserializer,
|
|
6678
|
+
resourceSkuRestrictionsDeserializer,
|
|
6679
|
+
resourceSkuZoneDetailsArrayDeserializer,
|
|
6680
|
+
resourceSkuZoneDetailsDeserializer,
|
|
4718
6681
|
runCommandRequestSerializer,
|
|
4719
6682
|
runCommandResultDeserializer,
|
|
6683
|
+
safeguardsAvailableVersionArrayDeserializer,
|
|
6684
|
+
safeguardsAvailableVersionDeserializer,
|
|
6685
|
+
safeguardsAvailableVersionsPropertiesDeserializer,
|
|
4720
6686
|
scaleProfileDeserializer,
|
|
4721
6687
|
scaleProfileSerializer,
|
|
4722
6688
|
scheduleDeserializer,
|
|
4723
6689
|
scheduleSerializer,
|
|
6690
|
+
schedulerInstanceProfileDeserializer,
|
|
6691
|
+
schedulerInstanceProfileSerializer,
|
|
6692
|
+
schedulerProfileDeserializer,
|
|
6693
|
+
schedulerProfileSchedulerInstanceProfilesDeserializer,
|
|
6694
|
+
schedulerProfileSchedulerInstanceProfilesSerializer,
|
|
6695
|
+
schedulerProfileSerializer,
|
|
6696
|
+
serviceAccountImagePullProfileDeserializer,
|
|
6697
|
+
serviceAccountImagePullProfileSerializer,
|
|
4724
6698
|
serviceMeshProfileDeserializer,
|
|
4725
6699
|
serviceMeshProfileSerializer,
|
|
4726
6700
|
snapshotArrayDeserializer,
|