@azure/arm-containerservice 25.3.0-beta.1 → 25.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/dist/browser/api/agentPools/index.d.ts +2 -2
- package/dist/browser/api/agentPools/index.js +1 -1
- package/dist/browser/api/agentPools/index.js.map +1 -1
- package/dist/browser/api/agentPools/operations.d.ts +1 -5
- package/dist/browser/api/agentPools/operations.js +42 -59
- package/dist/browser/api/agentPools/operations.js.map +1 -1
- package/dist/browser/api/agentPools/options.d.ts +0 -5
- package/dist/browser/api/agentPools/options.js.map +1 -1
- package/dist/browser/api/containerServiceContext.js +4 -2
- package/dist/browser/api/containerServiceContext.js.map +1 -1
- package/dist/browser/api/identityBindings/operations.js +19 -15
- package/dist/browser/api/identityBindings/operations.js.map +1 -1
- package/dist/browser/api/machines/index.d.ts +2 -2
- package/dist/browser/api/machines/index.js +1 -1
- package/dist/browser/api/machines/index.js.map +1 -1
- package/dist/browser/api/machines/operations.d.ts +1 -6
- package/dist/browser/api/machines/operations.js +10 -53
- package/dist/browser/api/machines/operations.js.map +1 -1
- package/dist/browser/api/machines/options.d.ts +0 -9
- package/dist/browser/api/machines/options.js.map +1 -1
- package/dist/browser/api/maintenanceConfigurations/operations.js +17 -13
- package/dist/browser/api/maintenanceConfigurations/operations.js.map +1 -1
- package/dist/browser/api/managedClusters/index.d.ts +2 -2
- package/dist/browser/api/managedClusters/index.js +1 -1
- package/dist/browser/api/managedClusters/index.js.map +1 -1
- package/dist/browser/api/managedClusters/operations.d.ts +4 -24
- package/dist/browser/api/managedClusters/operations.js +125 -244
- package/dist/browser/api/managedClusters/operations.js.map +1 -1
- package/dist/browser/api/managedClusters/options.d.ts +0 -19
- package/dist/browser/api/managedClusters/options.js.map +1 -1
- package/dist/browser/api/managedNamespaces/operations.js +27 -19
- package/dist/browser/api/managedNamespaces/operations.js.map +1 -1
- package/dist/browser/api/operations/operations.js +5 -7
- package/dist/browser/api/operations/operations.js.map +1 -1
- package/dist/browser/api/privateEndpointConnections/operations.js +17 -9
- package/dist/browser/api/privateEndpointConnections/operations.js.map +1 -1
- package/dist/browser/api/privateLinkResources/operations.js +4 -2
- package/dist/browser/api/privateLinkResources/operations.js.map +1 -1
- package/dist/browser/api/resolvePrivateLinkServiceId/operations.js +4 -2
- package/dist/browser/api/resolvePrivateLinkServiceId/operations.js.map +1 -1
- package/dist/browser/api/snapshots/operations.js +26 -22
- package/dist/browser/api/snapshots/operations.js.map +1 -1
- package/dist/browser/api/trustedAccessRoleBindings/operations.js +19 -15
- package/dist/browser/api/trustedAccessRoleBindings/operations.js.map +1 -1
- package/dist/browser/api/trustedAccessRoles/operations.js +5 -7
- package/dist/browser/api/trustedAccessRoles/operations.js.map +1 -1
- package/dist/browser/classic/agentPools/index.d.ts +1 -7
- package/dist/browser/classic/agentPools/index.js +1 -10
- package/dist/browser/classic/agentPools/index.js.map +1 -1
- package/dist/browser/classic/index.d.ts +0 -7
- package/dist/browser/classic/index.js.map +1 -1
- package/dist/browser/classic/machines/index.d.ts +1 -9
- package/dist/browser/classic/machines/index.js +1 -11
- package/dist/browser/classic/machines/index.js.map +1 -1
- package/dist/browser/classic/managedClusters/index.d.ts +3 -17
- package/dist/browser/classic/managedClusters/index.js +1 -14
- package/dist/browser/classic/managedClusters/index.js.map +1 -1
- package/dist/browser/containerServiceClient.d.ts +0 -21
- package/dist/browser/containerServiceClient.js +0 -28
- package/dist/browser/containerServiceClient.js.map +1 -1
- package/dist/browser/index.d.ts +7 -13
- package/dist/browser/index.js +2 -1
- package/dist/browser/index.js.map +1 -1
- package/dist/browser/models/index.d.ts +2 -2
- package/dist/browser/models/index.js +1 -1
- package/dist/browser/models/index.js.map +1 -1
- package/dist/browser/models/models.d.ts +20 -1555
- package/dist/browser/models/models.js +21 -1950
- package/dist/browser/models/models.js.map +1 -1
- package/dist/browser/restorePollerHelpers.js +6 -27
- package/dist/browser/restorePollerHelpers.js.map +1 -1
- package/dist/browser/static-helpers/pagingHelpers.js +1 -1
- package/dist/browser/static-helpers/pagingHelpers.js.map +1 -1
- package/dist/browser/static-helpers/pollingHelpers.js +1 -1
- package/dist/browser/static-helpers/pollingHelpers.js.map +1 -1
- package/dist/commonjs/api/agentPools/index.d.ts +2 -2
- package/dist/commonjs/api/agentPools/index.js +0 -2
- package/dist/commonjs/api/agentPools/index.js.map +2 -2
- package/dist/commonjs/api/agentPools/operations.d.ts +1 -5
- package/dist/commonjs/api/agentPools/operations.js +42 -68
- package/dist/commonjs/api/agentPools/operations.js.map +2 -2
- package/dist/commonjs/api/agentPools/options.d.ts +0 -5
- package/dist/commonjs/api/agentPools/options.js.map +1 -1
- package/dist/commonjs/api/containerServiceContext.js +4 -2
- package/dist/commonjs/api/containerServiceContext.js.map +2 -2
- package/dist/commonjs/api/identityBindings/operations.js +19 -15
- package/dist/commonjs/api/identityBindings/operations.js.map +2 -2
- package/dist/commonjs/api/machines/index.d.ts +2 -2
- package/dist/commonjs/api/machines/index.js +0 -2
- package/dist/commonjs/api/machines/index.js.map +2 -2
- package/dist/commonjs/api/machines/operations.d.ts +1 -6
- package/dist/commonjs/api/machines/operations.js +9 -69
- package/dist/commonjs/api/machines/operations.js.map +2 -2
- package/dist/commonjs/api/machines/options.d.ts +0 -9
- package/dist/commonjs/api/machines/options.js.map +1 -1
- package/dist/commonjs/api/maintenanceConfigurations/operations.js +17 -13
- package/dist/commonjs/api/maintenanceConfigurations/operations.js.map +2 -2
- package/dist/commonjs/api/managedClusters/index.d.ts +2 -2
- package/dist/commonjs/api/managedClusters/index.js +0 -10
- package/dist/commonjs/api/managedClusters/index.js.map +2 -2
- package/dist/commonjs/api/managedClusters/operations.d.ts +4 -24
- package/dist/commonjs/api/managedClusters/operations.js +124 -305
- package/dist/commonjs/api/managedClusters/operations.js.map +2 -2
- package/dist/commonjs/api/managedClusters/options.d.ts +0 -19
- package/dist/commonjs/api/managedClusters/options.js.map +1 -1
- package/dist/commonjs/api/managedNamespaces/operations.js +27 -19
- package/dist/commonjs/api/managedNamespaces/operations.js.map +2 -2
- package/dist/commonjs/api/operations/operations.js +5 -7
- package/dist/commonjs/api/operations/operations.js.map +2 -2
- package/dist/commonjs/api/privateEndpointConnections/operations.js +17 -9
- package/dist/commonjs/api/privateEndpointConnections/operations.js.map +2 -2
- package/dist/commonjs/api/privateLinkResources/operations.js +4 -2
- package/dist/commonjs/api/privateLinkResources/operations.js.map +2 -2
- package/dist/commonjs/api/resolvePrivateLinkServiceId/operations.js +4 -2
- package/dist/commonjs/api/resolvePrivateLinkServiceId/operations.js.map +2 -2
- package/dist/commonjs/api/snapshots/operations.js +26 -22
- package/dist/commonjs/api/snapshots/operations.js.map +2 -2
- package/dist/commonjs/api/trustedAccessRoleBindings/operations.js +19 -15
- package/dist/commonjs/api/trustedAccessRoleBindings/operations.js.map +2 -2
- package/dist/commonjs/api/trustedAccessRoles/operations.js +5 -7
- package/dist/commonjs/api/trustedAccessRoles/operations.js.map +2 -2
- package/dist/commonjs/classic/agentPools/index.d.ts +1 -7
- package/dist/commonjs/classic/agentPools/index.js +0 -21
- package/dist/commonjs/classic/agentPools/index.js.map +2 -2
- package/dist/commonjs/classic/index.d.ts +0 -7
- package/dist/commonjs/classic/index.js.map +1 -1
- package/dist/commonjs/classic/machines/index.d.ts +1 -9
- package/dist/commonjs/classic/machines/index.js +0 -34
- package/dist/commonjs/classic/machines/index.js.map +2 -2
- package/dist/commonjs/classic/managedClusters/index.d.ts +3 -17
- package/dist/commonjs/classic/managedClusters/index.js +0 -25
- package/dist/commonjs/classic/managedClusters/index.js.map +2 -2
- package/dist/commonjs/containerServiceClient.d.ts +0 -21
- package/dist/commonjs/containerServiceClient.js +0 -28
- package/dist/commonjs/containerServiceClient.js.map +2 -2
- package/dist/commonjs/index.d.ts +7 -13
- package/dist/commonjs/index.js +5 -52
- package/dist/commonjs/index.js.map +2 -2
- package/dist/commonjs/models/index.d.ts +2 -2
- package/dist/commonjs/models/index.js +0 -52
- package/dist/commonjs/models/index.js.map +2 -2
- package/dist/commonjs/models/models.d.ts +20 -1555
- package/dist/commonjs/models/models.js +37 -1884
- package/dist/commonjs/models/models.js.map +3 -3
- package/dist/commonjs/restorePollerHelpers.js +29 -50
- package/dist/commonjs/restorePollerHelpers.js.map +3 -3
- package/dist/commonjs/static-helpers/pagingHelpers.js +1 -1
- package/dist/commonjs/static-helpers/pagingHelpers.js.map +2 -2
- package/dist/commonjs/static-helpers/pollingHelpers.js +1 -1
- package/dist/commonjs/static-helpers/pollingHelpers.js.map +2 -2
- package/dist/esm/api/agentPools/index.d.ts +2 -2
- package/dist/esm/api/agentPools/index.js +1 -1
- package/dist/esm/api/agentPools/index.js.map +1 -1
- package/dist/esm/api/agentPools/operations.d.ts +1 -5
- package/dist/esm/api/agentPools/operations.js +42 -59
- package/dist/esm/api/agentPools/operations.js.map +1 -1
- package/dist/esm/api/agentPools/options.d.ts +0 -5
- package/dist/esm/api/agentPools/options.js.map +1 -1
- package/dist/esm/api/containerServiceContext.js +4 -2
- package/dist/esm/api/containerServiceContext.js.map +1 -1
- package/dist/esm/api/identityBindings/operations.js +19 -15
- package/dist/esm/api/identityBindings/operations.js.map +1 -1
- package/dist/esm/api/machines/index.d.ts +2 -2
- package/dist/esm/api/machines/index.js +1 -1
- package/dist/esm/api/machines/index.js.map +1 -1
- package/dist/esm/api/machines/operations.d.ts +1 -6
- package/dist/esm/api/machines/operations.js +10 -53
- package/dist/esm/api/machines/operations.js.map +1 -1
- package/dist/esm/api/machines/options.d.ts +0 -9
- package/dist/esm/api/machines/options.js.map +1 -1
- package/dist/esm/api/maintenanceConfigurations/operations.js +17 -13
- package/dist/esm/api/maintenanceConfigurations/operations.js.map +1 -1
- package/dist/esm/api/managedClusters/index.d.ts +2 -2
- package/dist/esm/api/managedClusters/index.js +1 -1
- package/dist/esm/api/managedClusters/index.js.map +1 -1
- package/dist/esm/api/managedClusters/operations.d.ts +4 -24
- package/dist/esm/api/managedClusters/operations.js +125 -244
- package/dist/esm/api/managedClusters/operations.js.map +1 -1
- package/dist/esm/api/managedClusters/options.d.ts +0 -19
- package/dist/esm/api/managedClusters/options.js.map +1 -1
- package/dist/esm/api/managedNamespaces/operations.js +27 -19
- package/dist/esm/api/managedNamespaces/operations.js.map +1 -1
- package/dist/esm/api/operations/operations.js +5 -7
- package/dist/esm/api/operations/operations.js.map +1 -1
- package/dist/esm/api/privateEndpointConnections/operations.js +17 -9
- package/dist/esm/api/privateEndpointConnections/operations.js.map +1 -1
- package/dist/esm/api/privateLinkResources/operations.js +4 -2
- package/dist/esm/api/privateLinkResources/operations.js.map +1 -1
- package/dist/esm/api/resolvePrivateLinkServiceId/operations.js +4 -2
- package/dist/esm/api/resolvePrivateLinkServiceId/operations.js.map +1 -1
- package/dist/esm/api/snapshots/operations.js +26 -22
- package/dist/esm/api/snapshots/operations.js.map +1 -1
- package/dist/esm/api/trustedAccessRoleBindings/operations.js +19 -15
- package/dist/esm/api/trustedAccessRoleBindings/operations.js.map +1 -1
- package/dist/esm/api/trustedAccessRoles/operations.js +5 -7
- package/dist/esm/api/trustedAccessRoles/operations.js.map +1 -1
- package/dist/esm/classic/agentPools/index.d.ts +1 -7
- package/dist/esm/classic/agentPools/index.js +1 -10
- package/dist/esm/classic/agentPools/index.js.map +1 -1
- package/dist/esm/classic/index.d.ts +0 -7
- package/dist/esm/classic/index.js.map +1 -1
- package/dist/esm/classic/machines/index.d.ts +1 -9
- package/dist/esm/classic/machines/index.js +1 -11
- package/dist/esm/classic/machines/index.js.map +1 -1
- package/dist/esm/classic/managedClusters/index.d.ts +3 -17
- package/dist/esm/classic/managedClusters/index.js +1 -14
- package/dist/esm/classic/managedClusters/index.js.map +1 -1
- package/dist/esm/containerServiceClient.d.ts +0 -21
- package/dist/esm/containerServiceClient.js +0 -28
- package/dist/esm/containerServiceClient.js.map +1 -1
- package/dist/esm/index.d.ts +7 -13
- package/dist/esm/index.js +2 -1
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/models/index.d.ts +2 -2
- package/dist/esm/models/index.js +1 -1
- package/dist/esm/models/index.js.map +1 -1
- package/dist/esm/models/models.d.ts +20 -1555
- package/dist/esm/models/models.js +21 -1950
- package/dist/esm/models/models.js.map +1 -1
- package/dist/esm/restorePollerHelpers.js +6 -27
- package/dist/esm/restorePollerHelpers.js.map +1 -1
- package/dist/esm/static-helpers/pagingHelpers.js +1 -1
- package/dist/esm/static-helpers/pagingHelpers.js.map +1 -1
- package/dist/esm/static-helpers/pollingHelpers.js +1 -1
- package/dist/esm/static-helpers/pollingHelpers.js.map +1 -1
- package/package.json +5 -102
- package/dist/browser/api/containerService/index.d.ts +0 -3
- package/dist/browser/api/containerService/index.js +0 -4
- package/dist/browser/api/containerService/index.js.map +0 -1
- package/dist/browser/api/containerService/operations.d.ts +0 -10
- package/dist/browser/api/containerService/operations.js +0 -37
- package/dist/browser/api/containerService/operations.js.map +0 -1
- package/dist/browser/api/containerService/options.d.ts +0 -5
- package/dist/browser/api/containerService/options.js +0 -4
- package/dist/browser/api/containerService/options.js.map +0 -1
- package/dist/browser/api/jwtAuthenticators/index.d.ts +0 -3
- package/dist/browser/api/jwtAuthenticators/index.js +0 -4
- package/dist/browser/api/jwtAuthenticators/index.js.map +0 -1
- package/dist/browser/api/jwtAuthenticators/operations.d.ts +0 -23
- package/dist/browser/api/jwtAuthenticators/operations.js +0 -135
- package/dist/browser/api/jwtAuthenticators/operations.js.map +0 -1
- package/dist/browser/api/jwtAuthenticators/options.d.ts +0 -18
- package/dist/browser/api/jwtAuthenticators/options.js +0 -4
- package/dist/browser/api/jwtAuthenticators/options.js.map +0 -1
- package/dist/browser/api/loadBalancers/index.d.ts +0 -3
- package/dist/browser/api/loadBalancers/index.js +0 -4
- package/dist/browser/api/loadBalancers/index.js.map +0 -1
- package/dist/browser/api/loadBalancers/operations.d.ts +0 -23
- package/dist/browser/api/loadBalancers/operations.js +0 -130
- package/dist/browser/api/loadBalancers/operations.js.map +0 -1
- package/dist/browser/api/loadBalancers/options.d.ts +0 -16
- package/dist/browser/api/loadBalancers/options.js +0 -4
- package/dist/browser/api/loadBalancers/options.js.map +0 -1
- package/dist/browser/api/managedClusterSnapshots/index.d.ts +0 -3
- package/dist/browser/api/managedClusterSnapshots/index.js +0 -4
- package/dist/browser/api/managedClusterSnapshots/index.js.map +0 -1
- package/dist/browser/api/managedClusterSnapshots/operations.d.ts +0 -30
- package/dist/browser/api/managedClusterSnapshots/operations.js +0 -179
- package/dist/browser/api/managedClusterSnapshots/operations.js.map +0 -1
- package/dist/browser/api/managedClusterSnapshots/options.d.ts +0 -20
- package/dist/browser/api/managedClusterSnapshots/options.js +0 -4
- package/dist/browser/api/managedClusterSnapshots/options.js.map +0 -1
- package/dist/browser/api/meshMemberships/index.d.ts +0 -3
- package/dist/browser/api/meshMemberships/index.js +0 -4
- package/dist/browser/api/meshMemberships/index.js.map +0 -1
- package/dist/browser/api/meshMemberships/operations.d.ts +0 -23
- package/dist/browser/api/meshMemberships/operations.js +0 -135
- package/dist/browser/api/meshMemberships/operations.js.map +0 -1
- package/dist/browser/api/meshMemberships/options.d.ts +0 -18
- package/dist/browser/api/meshMemberships/options.js +0 -4
- package/dist/browser/api/meshMemberships/options.js.map +0 -1
- package/dist/browser/api/operationStatusResult/index.d.ts +0 -3
- package/dist/browser/api/operationStatusResult/index.js +0 -4
- package/dist/browser/api/operationStatusResult/index.js.map +0 -1
- package/dist/browser/api/operationStatusResult/operations.d.ts +0 -18
- package/dist/browser/api/operationStatusResult/operations.js +0 -97
- package/dist/browser/api/operationStatusResult/operations.js.map +0 -1
- package/dist/browser/api/operationStatusResult/options.d.ts +0 -11
- package/dist/browser/api/operationStatusResult/options.js +0 -4
- package/dist/browser/api/operationStatusResult/options.js.map +0 -1
- package/dist/browser/api/vmSkus/index.d.ts +0 -3
- package/dist/browser/api/vmSkus/index.js +0 -4
- package/dist/browser/api/vmSkus/index.js.map +0 -1
- package/dist/browser/api/vmSkus/operations.d.ts +0 -10
- package/dist/browser/api/vmSkus/operations.js +0 -38
- package/dist/browser/api/vmSkus/operations.js.map +0 -1
- package/dist/browser/api/vmSkus/options.d.ts +0 -7
- package/dist/browser/api/vmSkus/options.js +0 -4
- package/dist/browser/api/vmSkus/options.js.map +0 -1
- package/dist/browser/classic/containerService/index.d.ts +0 -11
- package/dist/browser/classic/containerService/index.js +0 -14
- package/dist/browser/classic/containerService/index.js.map +0 -1
- package/dist/browser/classic/jwtAuthenticators/index.d.ts +0 -27
- package/dist/browser/classic/jwtAuthenticators/index.js +0 -34
- package/dist/browser/classic/jwtAuthenticators/index.js.map +0 -1
- package/dist/browser/classic/loadBalancers/index.d.ts +0 -23
- package/dist/browser/classic/loadBalancers/index.js +0 -26
- package/dist/browser/classic/loadBalancers/index.js.map +0 -1
- package/dist/browser/classic/managedClusterSnapshots/index.d.ts +0 -21
- package/dist/browser/classic/managedClusterSnapshots/index.js +0 -19
- package/dist/browser/classic/managedClusterSnapshots/index.js.map +0 -1
- package/dist/browser/classic/meshMemberships/index.d.ts +0 -27
- package/dist/browser/classic/meshMemberships/index.js +0 -34
- package/dist/browser/classic/meshMemberships/index.js.map +0 -1
- package/dist/browser/classic/operationStatusResult/index.d.ts +0 -15
- package/dist/browser/classic/operationStatusResult/index.js +0 -16
- package/dist/browser/classic/operationStatusResult/index.js.map +0 -1
- package/dist/browser/classic/vmSkus/index.d.ts +0 -11
- package/dist/browser/classic/vmSkus/index.js +0 -14
- package/dist/browser/classic/vmSkus/index.js.map +0 -1
- package/dist/commonjs/api/containerService/index.d.ts +0 -3
- package/dist/commonjs/api/containerService/index.js +0 -28
- package/dist/commonjs/api/containerService/index.js.map +0 -7
- package/dist/commonjs/api/containerService/operations.d.ts +0 -10
- package/dist/commonjs/api/containerService/operations.js +0 -74
- package/dist/commonjs/api/containerService/operations.js.map +0 -7
- package/dist/commonjs/api/containerService/options.d.ts +0 -5
- package/dist/commonjs/api/containerService/options.js +0 -16
- package/dist/commonjs/api/containerService/options.js.map +0 -7
- package/dist/commonjs/api/jwtAuthenticators/index.d.ts +0 -3
- package/dist/commonjs/api/jwtAuthenticators/index.js +0 -34
- package/dist/commonjs/api/jwtAuthenticators/index.js.map +0 -7
- package/dist/commonjs/api/jwtAuthenticators/operations.d.ts +0 -23
- package/dist/commonjs/api/jwtAuthenticators/operations.js +0 -212
- package/dist/commonjs/api/jwtAuthenticators/operations.js.map +0 -7
- package/dist/commonjs/api/jwtAuthenticators/options.d.ts +0 -18
- package/dist/commonjs/api/jwtAuthenticators/options.js +0 -16
- package/dist/commonjs/api/jwtAuthenticators/options.js.map +0 -7
- package/dist/commonjs/api/loadBalancers/index.d.ts +0 -3
- package/dist/commonjs/api/loadBalancers/index.js +0 -34
- package/dist/commonjs/api/loadBalancers/index.js.map +0 -7
- package/dist/commonjs/api/loadBalancers/operations.d.ts +0 -23
- package/dist/commonjs/api/loadBalancers/operations.js +0 -207
- package/dist/commonjs/api/loadBalancers/operations.js.map +0 -7
- package/dist/commonjs/api/loadBalancers/options.d.ts +0 -16
- package/dist/commonjs/api/loadBalancers/options.js +0 -16
- package/dist/commonjs/api/loadBalancers/options.js.map +0 -7
- package/dist/commonjs/api/managedClusterSnapshots/index.d.ts +0 -3
- package/dist/commonjs/api/managedClusterSnapshots/index.js +0 -38
- package/dist/commonjs/api/managedClusterSnapshots/index.js.map +0 -7
- package/dist/commonjs/api/managedClusterSnapshots/operations.d.ts +0 -30
- package/dist/commonjs/api/managedClusterSnapshots/operations.js +0 -279
- package/dist/commonjs/api/managedClusterSnapshots/operations.js.map +0 -7
- package/dist/commonjs/api/managedClusterSnapshots/options.d.ts +0 -20
- package/dist/commonjs/api/managedClusterSnapshots/options.js +0 -16
- package/dist/commonjs/api/managedClusterSnapshots/options.js.map +0 -7
- package/dist/commonjs/api/meshMemberships/index.d.ts +0 -3
- package/dist/commonjs/api/meshMemberships/index.js +0 -34
- package/dist/commonjs/api/meshMemberships/index.js.map +0 -7
- package/dist/commonjs/api/meshMemberships/operations.d.ts +0 -23
- package/dist/commonjs/api/meshMemberships/operations.js +0 -212
- package/dist/commonjs/api/meshMemberships/operations.js.map +0 -7
- package/dist/commonjs/api/meshMemberships/options.d.ts +0 -18
- package/dist/commonjs/api/meshMemberships/options.js +0 -16
- package/dist/commonjs/api/meshMemberships/options.js.map +0 -7
- package/dist/commonjs/api/operationStatusResult/index.d.ts +0 -3
- package/dist/commonjs/api/operationStatusResult/index.js +0 -32
- package/dist/commonjs/api/operationStatusResult/index.js.map +0 -7
- package/dist/commonjs/api/operationStatusResult/operations.d.ts +0 -18
- package/dist/commonjs/api/operationStatusResult/operations.js +0 -159
- package/dist/commonjs/api/operationStatusResult/operations.js.map +0 -7
- package/dist/commonjs/api/operationStatusResult/options.d.ts +0 -11
- package/dist/commonjs/api/operationStatusResult/options.js +0 -16
- package/dist/commonjs/api/operationStatusResult/options.js.map +0 -7
- package/dist/commonjs/api/vmSkus/index.d.ts +0 -3
- package/dist/commonjs/api/vmSkus/index.js +0 -28
- package/dist/commonjs/api/vmSkus/index.js.map +0 -7
- package/dist/commonjs/api/vmSkus/operations.d.ts +0 -10
- package/dist/commonjs/api/vmSkus/operations.js +0 -75
- package/dist/commonjs/api/vmSkus/operations.js.map +0 -7
- package/dist/commonjs/api/vmSkus/options.d.ts +0 -7
- package/dist/commonjs/api/vmSkus/options.js +0 -16
- package/dist/commonjs/api/vmSkus/options.js.map +0 -7
- package/dist/commonjs/classic/containerService/index.d.ts +0 -11
- package/dist/commonjs/classic/containerService/index.js +0 -38
- package/dist/commonjs/classic/containerService/index.js.map +0 -7
- package/dist/commonjs/classic/jwtAuthenticators/index.d.ts +0 -27
- package/dist/commonjs/classic/jwtAuthenticators/index.js +0 -85
- package/dist/commonjs/classic/jwtAuthenticators/index.js.map +0 -7
- package/dist/commonjs/classic/loadBalancers/index.d.ts +0 -23
- package/dist/commonjs/classic/loadBalancers/index.js +0 -57
- package/dist/commonjs/classic/loadBalancers/index.js.map +0 -7
- package/dist/commonjs/classic/managedClusterSnapshots/index.d.ts +0 -21
- package/dist/commonjs/classic/managedClusterSnapshots/index.js +0 -43
- package/dist/commonjs/classic/managedClusterSnapshots/index.js.map +0 -7
- package/dist/commonjs/classic/meshMemberships/index.d.ts +0 -27
- package/dist/commonjs/classic/meshMemberships/index.js +0 -79
- package/dist/commonjs/classic/meshMemberships/index.js.map +0 -7
- package/dist/commonjs/classic/operationStatusResult/index.d.ts +0 -15
- package/dist/commonjs/classic/operationStatusResult/index.js +0 -40
- package/dist/commonjs/classic/operationStatusResult/index.js.map +0 -7
- package/dist/commonjs/classic/vmSkus/index.d.ts +0 -11
- package/dist/commonjs/classic/vmSkus/index.js +0 -38
- package/dist/commonjs/classic/vmSkus/index.js.map +0 -7
- package/dist/esm/api/containerService/index.d.ts +0 -3
- package/dist/esm/api/containerService/index.js +0 -4
- package/dist/esm/api/containerService/index.js.map +0 -1
- package/dist/esm/api/containerService/operations.d.ts +0 -10
- package/dist/esm/api/containerService/operations.js +0 -37
- package/dist/esm/api/containerService/operations.js.map +0 -1
- package/dist/esm/api/containerService/options.d.ts +0 -5
- package/dist/esm/api/containerService/options.js +0 -4
- package/dist/esm/api/containerService/options.js.map +0 -1
- package/dist/esm/api/jwtAuthenticators/index.d.ts +0 -3
- package/dist/esm/api/jwtAuthenticators/index.js +0 -4
- package/dist/esm/api/jwtAuthenticators/index.js.map +0 -1
- package/dist/esm/api/jwtAuthenticators/operations.d.ts +0 -23
- package/dist/esm/api/jwtAuthenticators/operations.js +0 -135
- package/dist/esm/api/jwtAuthenticators/operations.js.map +0 -1
- package/dist/esm/api/jwtAuthenticators/options.d.ts +0 -18
- package/dist/esm/api/jwtAuthenticators/options.js +0 -4
- package/dist/esm/api/jwtAuthenticators/options.js.map +0 -1
- package/dist/esm/api/loadBalancers/index.d.ts +0 -3
- package/dist/esm/api/loadBalancers/index.js +0 -4
- package/dist/esm/api/loadBalancers/index.js.map +0 -1
- package/dist/esm/api/loadBalancers/operations.d.ts +0 -23
- package/dist/esm/api/loadBalancers/operations.js +0 -130
- package/dist/esm/api/loadBalancers/operations.js.map +0 -1
- package/dist/esm/api/loadBalancers/options.d.ts +0 -16
- package/dist/esm/api/loadBalancers/options.js +0 -4
- package/dist/esm/api/loadBalancers/options.js.map +0 -1
- package/dist/esm/api/managedClusterSnapshots/index.d.ts +0 -3
- package/dist/esm/api/managedClusterSnapshots/index.js +0 -4
- package/dist/esm/api/managedClusterSnapshots/index.js.map +0 -1
- package/dist/esm/api/managedClusterSnapshots/operations.d.ts +0 -30
- package/dist/esm/api/managedClusterSnapshots/operations.js +0 -179
- package/dist/esm/api/managedClusterSnapshots/operations.js.map +0 -1
- package/dist/esm/api/managedClusterSnapshots/options.d.ts +0 -20
- package/dist/esm/api/managedClusterSnapshots/options.js +0 -4
- package/dist/esm/api/managedClusterSnapshots/options.js.map +0 -1
- package/dist/esm/api/meshMemberships/index.d.ts +0 -3
- package/dist/esm/api/meshMemberships/index.js +0 -4
- package/dist/esm/api/meshMemberships/index.js.map +0 -1
- package/dist/esm/api/meshMemberships/operations.d.ts +0 -23
- package/dist/esm/api/meshMemberships/operations.js +0 -135
- package/dist/esm/api/meshMemberships/operations.js.map +0 -1
- package/dist/esm/api/meshMemberships/options.d.ts +0 -18
- package/dist/esm/api/meshMemberships/options.js +0 -4
- package/dist/esm/api/meshMemberships/options.js.map +0 -1
- package/dist/esm/api/operationStatusResult/index.d.ts +0 -3
- package/dist/esm/api/operationStatusResult/index.js +0 -4
- package/dist/esm/api/operationStatusResult/index.js.map +0 -1
- package/dist/esm/api/operationStatusResult/operations.d.ts +0 -18
- package/dist/esm/api/operationStatusResult/operations.js +0 -97
- package/dist/esm/api/operationStatusResult/operations.js.map +0 -1
- package/dist/esm/api/operationStatusResult/options.d.ts +0 -11
- package/dist/esm/api/operationStatusResult/options.js +0 -4
- package/dist/esm/api/operationStatusResult/options.js.map +0 -1
- package/dist/esm/api/vmSkus/index.d.ts +0 -3
- package/dist/esm/api/vmSkus/index.js +0 -4
- package/dist/esm/api/vmSkus/index.js.map +0 -1
- package/dist/esm/api/vmSkus/operations.d.ts +0 -10
- package/dist/esm/api/vmSkus/operations.js +0 -38
- package/dist/esm/api/vmSkus/operations.js.map +0 -1
- package/dist/esm/api/vmSkus/options.d.ts +0 -7
- package/dist/esm/api/vmSkus/options.js +0 -4
- package/dist/esm/api/vmSkus/options.js.map +0 -1
- package/dist/esm/classic/containerService/index.d.ts +0 -11
- package/dist/esm/classic/containerService/index.js +0 -14
- package/dist/esm/classic/containerService/index.js.map +0 -1
- package/dist/esm/classic/jwtAuthenticators/index.d.ts +0 -27
- package/dist/esm/classic/jwtAuthenticators/index.js +0 -34
- package/dist/esm/classic/jwtAuthenticators/index.js.map +0 -1
- package/dist/esm/classic/loadBalancers/index.d.ts +0 -23
- package/dist/esm/classic/loadBalancers/index.js +0 -26
- package/dist/esm/classic/loadBalancers/index.js.map +0 -1
- package/dist/esm/classic/managedClusterSnapshots/index.d.ts +0 -21
- package/dist/esm/classic/managedClusterSnapshots/index.js +0 -19
- package/dist/esm/classic/managedClusterSnapshots/index.js.map +0 -1
- package/dist/esm/classic/meshMemberships/index.d.ts +0 -27
- package/dist/esm/classic/meshMemberships/index.js +0 -34
- package/dist/esm/classic/meshMemberships/index.js.map +0 -1
- package/dist/esm/classic/operationStatusResult/index.d.ts +0 -15
- package/dist/esm/classic/operationStatusResult/index.js +0 -16
- package/dist/esm/classic/operationStatusResult/index.js.map +0 -1
- package/dist/esm/classic/vmSkus/index.d.ts +0 -11
- package/dist/esm/classic/vmSkus/index.js +0 -14
- package/dist/esm/classic/vmSkus/index.js.map +0 -1
|
@@ -29,14 +29,10 @@ __export(operations_exports, {
|
|
|
29
29
|
_getCommandResultDeserialize: () => _getCommandResultDeserialize,
|
|
30
30
|
_getCommandResultSend: () => _getCommandResultSend,
|
|
31
31
|
_getDeserialize: () => _getDeserialize,
|
|
32
|
-
_getGuardrailsVersionsDeserialize: () => _getGuardrailsVersionsDeserialize,
|
|
33
|
-
_getGuardrailsVersionsSend: () => _getGuardrailsVersionsSend,
|
|
34
32
|
_getMeshRevisionProfileDeserialize: () => _getMeshRevisionProfileDeserialize,
|
|
35
33
|
_getMeshRevisionProfileSend: () => _getMeshRevisionProfileSend,
|
|
36
34
|
_getMeshUpgradeProfileDeserialize: () => _getMeshUpgradeProfileDeserialize,
|
|
37
35
|
_getMeshUpgradeProfileSend: () => _getMeshUpgradeProfileSend,
|
|
38
|
-
_getSafeguardsVersionsDeserialize: () => _getSafeguardsVersionsDeserialize,
|
|
39
|
-
_getSafeguardsVersionsSend: () => _getSafeguardsVersionsSend,
|
|
40
36
|
_getSend: () => _getSend,
|
|
41
37
|
_getUpgradeProfileDeserialize: () => _getUpgradeProfileDeserialize,
|
|
42
38
|
_getUpgradeProfileSend: () => _getUpgradeProfileSend,
|
|
@@ -49,8 +45,6 @@ __export(operations_exports, {
|
|
|
49
45
|
_listClusterUserCredentialsDeserialize: () => _listClusterUserCredentialsDeserialize,
|
|
50
46
|
_listClusterUserCredentialsSend: () => _listClusterUserCredentialsSend,
|
|
51
47
|
_listDeserialize: () => _listDeserialize,
|
|
52
|
-
_listGuardrailsVersionsDeserialize: () => _listGuardrailsVersionsDeserialize,
|
|
53
|
-
_listGuardrailsVersionsSend: () => _listGuardrailsVersionsSend,
|
|
54
48
|
_listKubernetesVersionsDeserialize: () => _listKubernetesVersionsDeserialize,
|
|
55
49
|
_listKubernetesVersionsSend: () => _listKubernetesVersionsSend,
|
|
56
50
|
_listMeshRevisionProfilesDeserialize: () => _listMeshRevisionProfilesDeserialize,
|
|
@@ -59,11 +53,7 @@ __export(operations_exports, {
|
|
|
59
53
|
_listMeshUpgradeProfilesSend: () => _listMeshUpgradeProfilesSend,
|
|
60
54
|
_listOutboundNetworkDependenciesEndpointsDeserialize: () => _listOutboundNetworkDependenciesEndpointsDeserialize,
|
|
61
55
|
_listOutboundNetworkDependenciesEndpointsSend: () => _listOutboundNetworkDependenciesEndpointsSend,
|
|
62
|
-
_listSafeguardsVersionsDeserialize: () => _listSafeguardsVersionsDeserialize,
|
|
63
|
-
_listSafeguardsVersionsSend: () => _listSafeguardsVersionsSend,
|
|
64
56
|
_listSend: () => _listSend,
|
|
65
|
-
_rebalanceLoadBalancersDeserialize: () => _rebalanceLoadBalancersDeserialize,
|
|
66
|
-
_rebalanceLoadBalancersSend: () => _rebalanceLoadBalancersSend,
|
|
67
57
|
_resetAADProfileDeserialize: () => _resetAADProfileDeserialize,
|
|
68
58
|
_resetAADProfileSend: () => _resetAADProfileSend,
|
|
69
59
|
_resetServicePrincipalProfileDeserialize: () => _resetServicePrincipalProfileDeserialize,
|
|
@@ -85,23 +75,18 @@ __export(operations_exports, {
|
|
|
85
75
|
get: () => get,
|
|
86
76
|
getAccessProfile: () => getAccessProfile,
|
|
87
77
|
getCommandResult: () => getCommandResult,
|
|
88
|
-
getGuardrailsVersions: () => getGuardrailsVersions,
|
|
89
78
|
getMeshRevisionProfile: () => getMeshRevisionProfile,
|
|
90
79
|
getMeshUpgradeProfile: () => getMeshUpgradeProfile,
|
|
91
|
-
getSafeguardsVersions: () => getSafeguardsVersions,
|
|
92
80
|
getUpgradeProfile: () => getUpgradeProfile,
|
|
93
81
|
list: () => list,
|
|
94
82
|
listByResourceGroup: () => listByResourceGroup,
|
|
95
83
|
listClusterAdminCredentials: () => listClusterAdminCredentials,
|
|
96
84
|
listClusterMonitoringUserCredentials: () => listClusterMonitoringUserCredentials,
|
|
97
85
|
listClusterUserCredentials: () => listClusterUserCredentials,
|
|
98
|
-
listGuardrailsVersions: () => listGuardrailsVersions,
|
|
99
86
|
listKubernetesVersions: () => listKubernetesVersions,
|
|
100
87
|
listMeshRevisionProfiles: () => listMeshRevisionProfiles,
|
|
101
88
|
listMeshUpgradeProfiles: () => listMeshUpgradeProfiles,
|
|
102
89
|
listOutboundNetworkDependenciesEndpoints: () => listOutboundNetworkDependenciesEndpoints,
|
|
103
|
-
listSafeguardsVersions: () => listSafeguardsVersions,
|
|
104
|
-
rebalanceLoadBalancers: () => rebalanceLoadBalancers,
|
|
105
90
|
resetAADProfile: () => resetAADProfile,
|
|
106
91
|
resetServicePrincipalProfile: () => resetServicePrincipalProfile,
|
|
107
92
|
rotateClusterCertificates: () => rotateClusterCertificates,
|
|
@@ -123,7 +108,7 @@ function _listKubernetesVersionsSend(context, location, options = { requestOptio
|
|
|
123
108
|
{
|
|
124
109
|
subscriptionId: context.subscriptionId,
|
|
125
110
|
location,
|
|
126
|
-
"api%2Dversion": context.apiVersion ?? "2026-
|
|
111
|
+
"api%2Dversion": context.apiVersion ?? "2026-04-01"
|
|
127
112
|
},
|
|
128
113
|
{
|
|
129
114
|
allowReserved: options?.requestOptions?.skipUrlEncoding
|
|
@@ -138,7 +123,9 @@ async function _listKubernetesVersionsDeserialize(result) {
|
|
|
138
123
|
const expectedStatuses = ["200"];
|
|
139
124
|
if (!expectedStatuses.includes(result.status)) {
|
|
140
125
|
const error = (0, import_core_client.createRestError)(result);
|
|
141
|
-
|
|
126
|
+
if (result.body) {
|
|
127
|
+
error.details = (0, import_models.errorResponseDeserializer)(result.body);
|
|
128
|
+
}
|
|
142
129
|
throw error;
|
|
143
130
|
}
|
|
144
131
|
return (0, import_models.kubernetesVersionListResultDeserializer)(result.body);
|
|
@@ -154,7 +141,7 @@ function _listMeshUpgradeProfilesSend(context, resourceGroupName, resourceName,
|
|
|
154
141
|
subscriptionId: context.subscriptionId,
|
|
155
142
|
resourceGroupName,
|
|
156
143
|
resourceName,
|
|
157
|
-
"api%2Dversion": context.apiVersion ?? "2026-
|
|
144
|
+
"api%2Dversion": context.apiVersion ?? "2026-04-01"
|
|
158
145
|
},
|
|
159
146
|
{
|
|
160
147
|
allowReserved: options?.requestOptions?.skipUrlEncoding
|
|
@@ -169,7 +156,9 @@ async function _listMeshUpgradeProfilesDeserialize(result) {
|
|
|
169
156
|
const expectedStatuses = ["200"];
|
|
170
157
|
if (!expectedStatuses.includes(result.status)) {
|
|
171
158
|
const error = (0, import_core_client.createRestError)(result);
|
|
172
|
-
|
|
159
|
+
if (result.body) {
|
|
160
|
+
error.details = (0, import_models.errorResponseDeserializer)(result.body);
|
|
161
|
+
}
|
|
173
162
|
throw error;
|
|
174
163
|
}
|
|
175
164
|
return (0, import_models._meshUpgradeProfileListDeserializer)(result.body);
|
|
@@ -180,11 +169,7 @@ function listMeshUpgradeProfiles(context, resourceGroupName, resourceName, optio
|
|
|
180
169
|
() => _listMeshUpgradeProfilesSend(context, resourceGroupName, resourceName, options),
|
|
181
170
|
_listMeshUpgradeProfilesDeserialize,
|
|
182
171
|
["200"],
|
|
183
|
-
{
|
|
184
|
-
itemName: "value",
|
|
185
|
-
nextLinkName: "nextLink",
|
|
186
|
-
apiVersion: context.apiVersion ?? "2026-03-02-preview"
|
|
187
|
-
}
|
|
172
|
+
{ itemName: "value", nextLinkName: "nextLink", apiVersion: context.apiVersion ?? "2026-04-01" }
|
|
188
173
|
);
|
|
189
174
|
}
|
|
190
175
|
function _getMeshUpgradeProfileSend(context, resourceGroupName, resourceName, mode, options = { requestOptions: {} }) {
|
|
@@ -195,7 +180,7 @@ function _getMeshUpgradeProfileSend(context, resourceGroupName, resourceName, mo
|
|
|
195
180
|
resourceGroupName,
|
|
196
181
|
resourceName,
|
|
197
182
|
mode,
|
|
198
|
-
"api%2Dversion": context.apiVersion ?? "2026-
|
|
183
|
+
"api%2Dversion": context.apiVersion ?? "2026-04-01"
|
|
199
184
|
},
|
|
200
185
|
{
|
|
201
186
|
allowReserved: options?.requestOptions?.skipUrlEncoding
|
|
@@ -210,7 +195,9 @@ async function _getMeshUpgradeProfileDeserialize(result) {
|
|
|
210
195
|
const expectedStatuses = ["200"];
|
|
211
196
|
if (!expectedStatuses.includes(result.status)) {
|
|
212
197
|
const error = (0, import_core_client.createRestError)(result);
|
|
213
|
-
|
|
198
|
+
if (result.body) {
|
|
199
|
+
error.details = (0, import_models.errorResponseDeserializer)(result.body);
|
|
200
|
+
}
|
|
214
201
|
throw error;
|
|
215
202
|
}
|
|
216
203
|
return (0, import_models.meshUpgradeProfileDeserializer)(result.body);
|
|
@@ -231,7 +218,7 @@ function _listMeshRevisionProfilesSend(context, location, options = { requestOpt
|
|
|
231
218
|
{
|
|
232
219
|
subscriptionId: context.subscriptionId,
|
|
233
220
|
location,
|
|
234
|
-
"api%2Dversion": context.apiVersion ?? "2026-
|
|
221
|
+
"api%2Dversion": context.apiVersion ?? "2026-04-01"
|
|
235
222
|
},
|
|
236
223
|
{
|
|
237
224
|
allowReserved: options?.requestOptions?.skipUrlEncoding
|
|
@@ -246,7 +233,9 @@ async function _listMeshRevisionProfilesDeserialize(result) {
|
|
|
246
233
|
const expectedStatuses = ["200"];
|
|
247
234
|
if (!expectedStatuses.includes(result.status)) {
|
|
248
235
|
const error = (0, import_core_client.createRestError)(result);
|
|
249
|
-
|
|
236
|
+
if (result.body) {
|
|
237
|
+
error.details = (0, import_models.errorResponseDeserializer)(result.body);
|
|
238
|
+
}
|
|
250
239
|
throw error;
|
|
251
240
|
}
|
|
252
241
|
return (0, import_models._meshRevisionProfileListDeserializer)(result.body);
|
|
@@ -257,11 +246,7 @@ function listMeshRevisionProfiles(context, location, options = { requestOptions:
|
|
|
257
246
|
() => _listMeshRevisionProfilesSend(context, location, options),
|
|
258
247
|
_listMeshRevisionProfilesDeserialize,
|
|
259
248
|
["200"],
|
|
260
|
-
{
|
|
261
|
-
itemName: "value",
|
|
262
|
-
nextLinkName: "nextLink",
|
|
263
|
-
apiVersion: context.apiVersion ?? "2026-03-02-preview"
|
|
264
|
-
}
|
|
249
|
+
{ itemName: "value", nextLinkName: "nextLink", apiVersion: context.apiVersion ?? "2026-04-01" }
|
|
265
250
|
);
|
|
266
251
|
}
|
|
267
252
|
function _getMeshRevisionProfileSend(context, location, mode, options = { requestOptions: {} }) {
|
|
@@ -271,7 +256,7 @@ function _getMeshRevisionProfileSend(context, location, mode, options = { reques
|
|
|
271
256
|
subscriptionId: context.subscriptionId,
|
|
272
257
|
location,
|
|
273
258
|
mode,
|
|
274
|
-
"api%2Dversion": context.apiVersion ?? "2026-
|
|
259
|
+
"api%2Dversion": context.apiVersion ?? "2026-04-01"
|
|
275
260
|
},
|
|
276
261
|
{
|
|
277
262
|
allowReserved: options?.requestOptions?.skipUrlEncoding
|
|
@@ -286,7 +271,9 @@ async function _getMeshRevisionProfileDeserialize(result) {
|
|
|
286
271
|
const expectedStatuses = ["200"];
|
|
287
272
|
if (!expectedStatuses.includes(result.status)) {
|
|
288
273
|
const error = (0, import_core_client.createRestError)(result);
|
|
289
|
-
|
|
274
|
+
if (result.body) {
|
|
275
|
+
error.details = (0, import_models.errorResponseDeserializer)(result.body);
|
|
276
|
+
}
|
|
290
277
|
throw error;
|
|
291
278
|
}
|
|
292
279
|
return (0, import_models.meshRevisionProfileDeserializer)(result.body);
|
|
@@ -295,146 +282,6 @@ async function getMeshRevisionProfile(context, location, mode, options = { reque
|
|
|
295
282
|
const result = await _getMeshRevisionProfileSend(context, location, mode, options);
|
|
296
283
|
return _getMeshRevisionProfileDeserialize(result);
|
|
297
284
|
}
|
|
298
|
-
function _listSafeguardsVersionsSend(context, location, options = { requestOptions: {} }) {
|
|
299
|
-
const path = (0, import_urlTemplate.expandUrlTemplate)(
|
|
300
|
-
"/subscriptions/{subscriptionId}/providers/Microsoft.ContainerService/locations/{location}/safeguardsVersions{?api%2Dversion}",
|
|
301
|
-
{
|
|
302
|
-
subscriptionId: context.subscriptionId,
|
|
303
|
-
location,
|
|
304
|
-
"api%2Dversion": context.apiVersion ?? "2026-03-02-preview"
|
|
305
|
-
},
|
|
306
|
-
{
|
|
307
|
-
allowReserved: options?.requestOptions?.skipUrlEncoding
|
|
308
|
-
}
|
|
309
|
-
);
|
|
310
|
-
return context.path(path).get({
|
|
311
|
-
...(0, import_core_client.operationOptionsToRequestParameters)(options),
|
|
312
|
-
headers: { accept: "application/json", ...options.requestOptions?.headers }
|
|
313
|
-
});
|
|
314
|
-
}
|
|
315
|
-
async function _listSafeguardsVersionsDeserialize(result) {
|
|
316
|
-
const expectedStatuses = ["200"];
|
|
317
|
-
if (!expectedStatuses.includes(result.status)) {
|
|
318
|
-
const error = (0, import_core_client.createRestError)(result);
|
|
319
|
-
error.details = (0, import_models.errorResponseDeserializer)(result.body);
|
|
320
|
-
throw error;
|
|
321
|
-
}
|
|
322
|
-
return (0, import_models._safeguardsAvailableVersionsListDeserializer)(result.body);
|
|
323
|
-
}
|
|
324
|
-
function listSafeguardsVersions(context, location, options = { requestOptions: {} }) {
|
|
325
|
-
return (0, import_pagingHelpers.buildPagedAsyncIterator)(
|
|
326
|
-
context,
|
|
327
|
-
() => _listSafeguardsVersionsSend(context, location, options),
|
|
328
|
-
_listSafeguardsVersionsDeserialize,
|
|
329
|
-
["200"],
|
|
330
|
-
{
|
|
331
|
-
itemName: "value",
|
|
332
|
-
nextLinkName: "nextLink",
|
|
333
|
-
apiVersion: context.apiVersion ?? "2026-03-02-preview"
|
|
334
|
-
}
|
|
335
|
-
);
|
|
336
|
-
}
|
|
337
|
-
function _getSafeguardsVersionsSend(context, location, version, options = { requestOptions: {} }) {
|
|
338
|
-
const path = (0, import_urlTemplate.expandUrlTemplate)(
|
|
339
|
-
"/subscriptions/{subscriptionId}/providers/Microsoft.ContainerService/locations/{location}/safeguardsVersions/{version}{?api%2Dversion}",
|
|
340
|
-
{
|
|
341
|
-
subscriptionId: context.subscriptionId,
|
|
342
|
-
location,
|
|
343
|
-
version,
|
|
344
|
-
"api%2Dversion": context.apiVersion ?? "2026-03-02-preview"
|
|
345
|
-
},
|
|
346
|
-
{
|
|
347
|
-
allowReserved: options?.requestOptions?.skipUrlEncoding
|
|
348
|
-
}
|
|
349
|
-
);
|
|
350
|
-
return context.path(path).get({
|
|
351
|
-
...(0, import_core_client.operationOptionsToRequestParameters)(options),
|
|
352
|
-
headers: { accept: "application/json", ...options.requestOptions?.headers }
|
|
353
|
-
});
|
|
354
|
-
}
|
|
355
|
-
async function _getSafeguardsVersionsDeserialize(result) {
|
|
356
|
-
const expectedStatuses = ["200"];
|
|
357
|
-
if (!expectedStatuses.includes(result.status)) {
|
|
358
|
-
const error = (0, import_core_client.createRestError)(result);
|
|
359
|
-
error.details = (0, import_models.errorResponseDeserializer)(result.body);
|
|
360
|
-
throw error;
|
|
361
|
-
}
|
|
362
|
-
return (0, import_models.safeguardsAvailableVersionDeserializer)(result.body);
|
|
363
|
-
}
|
|
364
|
-
async function getSafeguardsVersions(context, location, version, options = { requestOptions: {} }) {
|
|
365
|
-
const result = await _getSafeguardsVersionsSend(context, location, version, options);
|
|
366
|
-
return _getSafeguardsVersionsDeserialize(result);
|
|
367
|
-
}
|
|
368
|
-
function _listGuardrailsVersionsSend(context, location, options = { requestOptions: {} }) {
|
|
369
|
-
const path = (0, import_urlTemplate.expandUrlTemplate)(
|
|
370
|
-
"/subscriptions/{subscriptionId}/providers/Microsoft.ContainerService/locations/{location}/guardrailsVersions{?api%2Dversion}",
|
|
371
|
-
{
|
|
372
|
-
subscriptionId: context.subscriptionId,
|
|
373
|
-
location,
|
|
374
|
-
"api%2Dversion": context.apiVersion ?? "2026-03-02-preview"
|
|
375
|
-
},
|
|
376
|
-
{
|
|
377
|
-
allowReserved: options?.requestOptions?.skipUrlEncoding
|
|
378
|
-
}
|
|
379
|
-
);
|
|
380
|
-
return context.path(path).get({
|
|
381
|
-
...(0, import_core_client.operationOptionsToRequestParameters)(options),
|
|
382
|
-
headers: { accept: "application/json", ...options.requestOptions?.headers }
|
|
383
|
-
});
|
|
384
|
-
}
|
|
385
|
-
async function _listGuardrailsVersionsDeserialize(result) {
|
|
386
|
-
const expectedStatuses = ["200"];
|
|
387
|
-
if (!expectedStatuses.includes(result.status)) {
|
|
388
|
-
const error = (0, import_core_client.createRestError)(result);
|
|
389
|
-
error.details = (0, import_models.errorResponseDeserializer)(result.body);
|
|
390
|
-
throw error;
|
|
391
|
-
}
|
|
392
|
-
return (0, import_models._guardrailsAvailableVersionsListDeserializer)(result.body);
|
|
393
|
-
}
|
|
394
|
-
function listGuardrailsVersions(context, location, options = { requestOptions: {} }) {
|
|
395
|
-
return (0, import_pagingHelpers.buildPagedAsyncIterator)(
|
|
396
|
-
context,
|
|
397
|
-
() => _listGuardrailsVersionsSend(context, location, options),
|
|
398
|
-
_listGuardrailsVersionsDeserialize,
|
|
399
|
-
["200"],
|
|
400
|
-
{
|
|
401
|
-
itemName: "value",
|
|
402
|
-
nextLinkName: "nextLink",
|
|
403
|
-
apiVersion: context.apiVersion ?? "2026-03-02-preview"
|
|
404
|
-
}
|
|
405
|
-
);
|
|
406
|
-
}
|
|
407
|
-
function _getGuardrailsVersionsSend(context, location, version, options = { requestOptions: {} }) {
|
|
408
|
-
const path = (0, import_urlTemplate.expandUrlTemplate)(
|
|
409
|
-
"/subscriptions/{subscriptionId}/providers/Microsoft.ContainerService/locations/{location}/guardrailsVersions/{version}{?api%2Dversion}",
|
|
410
|
-
{
|
|
411
|
-
subscriptionId: context.subscriptionId,
|
|
412
|
-
location,
|
|
413
|
-
version,
|
|
414
|
-
"api%2Dversion": context.apiVersion ?? "2026-03-02-preview"
|
|
415
|
-
},
|
|
416
|
-
{
|
|
417
|
-
allowReserved: options?.requestOptions?.skipUrlEncoding
|
|
418
|
-
}
|
|
419
|
-
);
|
|
420
|
-
return context.path(path).get({
|
|
421
|
-
...(0, import_core_client.operationOptionsToRequestParameters)(options),
|
|
422
|
-
headers: { accept: "application/json", ...options.requestOptions?.headers }
|
|
423
|
-
});
|
|
424
|
-
}
|
|
425
|
-
async function _getGuardrailsVersionsDeserialize(result) {
|
|
426
|
-
const expectedStatuses = ["200"];
|
|
427
|
-
if (!expectedStatuses.includes(result.status)) {
|
|
428
|
-
const error = (0, import_core_client.createRestError)(result);
|
|
429
|
-
error.details = (0, import_models.errorResponseDeserializer)(result.body);
|
|
430
|
-
throw error;
|
|
431
|
-
}
|
|
432
|
-
return (0, import_models.guardrailsAvailableVersionDeserializer)(result.body);
|
|
433
|
-
}
|
|
434
|
-
async function getGuardrailsVersions(context, location, version, options = { requestOptions: {} }) {
|
|
435
|
-
const result = await _getGuardrailsVersionsSend(context, location, version, options);
|
|
436
|
-
return _getGuardrailsVersionsDeserialize(result);
|
|
437
|
-
}
|
|
438
285
|
function _getUpgradeProfileSend(context, resourceGroupName, resourceName, options = { requestOptions: {} }) {
|
|
439
286
|
const path = (0, import_urlTemplate.expandUrlTemplate)(
|
|
440
287
|
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/upgradeProfiles/default{?api%2Dversion}",
|
|
@@ -442,7 +289,7 @@ function _getUpgradeProfileSend(context, resourceGroupName, resourceName, option
|
|
|
442
289
|
subscriptionId: context.subscriptionId,
|
|
443
290
|
resourceGroupName,
|
|
444
291
|
resourceName,
|
|
445
|
-
"api%2Dversion": context.apiVersion ?? "2026-
|
|
292
|
+
"api%2Dversion": context.apiVersion ?? "2026-04-01"
|
|
446
293
|
},
|
|
447
294
|
{
|
|
448
295
|
allowReserved: options?.requestOptions?.skipUrlEncoding
|
|
@@ -457,7 +304,9 @@ async function _getUpgradeProfileDeserialize(result) {
|
|
|
457
304
|
const expectedStatuses = ["200"];
|
|
458
305
|
if (!expectedStatuses.includes(result.status)) {
|
|
459
306
|
const error = (0, import_core_client.createRestError)(result);
|
|
460
|
-
|
|
307
|
+
if (result.body) {
|
|
308
|
+
error.details = (0, import_models.errorResponseDeserializer)(result.body);
|
|
309
|
+
}
|
|
461
310
|
throw error;
|
|
462
311
|
}
|
|
463
312
|
return (0, import_models.managedClusterUpgradeProfileDeserializer)(result.body);
|
|
@@ -466,48 +315,6 @@ async function getUpgradeProfile(context, resourceGroupName, resourceName, optio
|
|
|
466
315
|
const result = await _getUpgradeProfileSend(context, resourceGroupName, resourceName, options);
|
|
467
316
|
return _getUpgradeProfileDeserialize(result);
|
|
468
317
|
}
|
|
469
|
-
function _rebalanceLoadBalancersSend(context, resourceGroupName, resourceName, parameters, options = { requestOptions: {} }) {
|
|
470
|
-
const path = (0, import_urlTemplate.expandUrlTemplate)(
|
|
471
|
-
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/rebalanceLoadBalancers{?api%2Dversion}",
|
|
472
|
-
{
|
|
473
|
-
subscriptionId: context.subscriptionId,
|
|
474
|
-
resourceGroupName,
|
|
475
|
-
resourceName,
|
|
476
|
-
"api%2Dversion": context.apiVersion ?? "2026-03-02-preview"
|
|
477
|
-
},
|
|
478
|
-
{
|
|
479
|
-
allowReserved: options?.requestOptions?.skipUrlEncoding
|
|
480
|
-
}
|
|
481
|
-
);
|
|
482
|
-
return context.path(path).post({
|
|
483
|
-
...(0, import_core_client.operationOptionsToRequestParameters)(options),
|
|
484
|
-
contentType: "application/json",
|
|
485
|
-
body: (0, import_models.rebalanceLoadBalancersRequestBodySerializer)(parameters)
|
|
486
|
-
});
|
|
487
|
-
}
|
|
488
|
-
async function _rebalanceLoadBalancersDeserialize(result) {
|
|
489
|
-
const expectedStatuses = ["202", "204", "200", "201"];
|
|
490
|
-
if (!expectedStatuses.includes(result.status)) {
|
|
491
|
-
const error = (0, import_core_client.createRestError)(result);
|
|
492
|
-
error.details = (0, import_models.errorResponseDeserializer)(result.body);
|
|
493
|
-
throw error;
|
|
494
|
-
}
|
|
495
|
-
return;
|
|
496
|
-
}
|
|
497
|
-
function rebalanceLoadBalancers(context, resourceGroupName, resourceName, parameters, options = { requestOptions: {} }) {
|
|
498
|
-
return (0, import_pollingHelpers.getLongRunningPoller)(
|
|
499
|
-
context,
|
|
500
|
-
_rebalanceLoadBalancersDeserialize,
|
|
501
|
-
["202", "204", "200", "201"],
|
|
502
|
-
{
|
|
503
|
-
updateIntervalInMs: options?.updateIntervalInMs,
|
|
504
|
-
abortSignal: options?.abortSignal,
|
|
505
|
-
getInitialResponse: () => _rebalanceLoadBalancersSend(context, resourceGroupName, resourceName, parameters, options),
|
|
506
|
-
resourceLocationConfig: "azure-async-operation",
|
|
507
|
-
apiVersion: context.apiVersion ?? "2026-03-02-preview"
|
|
508
|
-
}
|
|
509
|
-
);
|
|
510
|
-
}
|
|
511
318
|
function _listOutboundNetworkDependenciesEndpointsSend(context, resourceGroupName, resourceName, options = {
|
|
512
319
|
requestOptions: {}
|
|
513
320
|
}) {
|
|
@@ -517,7 +324,7 @@ function _listOutboundNetworkDependenciesEndpointsSend(context, resourceGroupNam
|
|
|
517
324
|
subscriptionId: context.subscriptionId,
|
|
518
325
|
resourceGroupName,
|
|
519
326
|
resourceName,
|
|
520
|
-
"api%2Dversion": context.apiVersion ?? "2026-
|
|
327
|
+
"api%2Dversion": context.apiVersion ?? "2026-04-01"
|
|
521
328
|
},
|
|
522
329
|
{
|
|
523
330
|
allowReserved: options?.requestOptions?.skipUrlEncoding
|
|
@@ -532,7 +339,9 @@ async function _listOutboundNetworkDependenciesEndpointsDeserialize(result) {
|
|
|
532
339
|
const expectedStatuses = ["200"];
|
|
533
340
|
if (!expectedStatuses.includes(result.status)) {
|
|
534
341
|
const error = (0, import_core_client.createRestError)(result);
|
|
535
|
-
|
|
342
|
+
if (result.body) {
|
|
343
|
+
error.details = (0, import_models.errorResponseDeserializer)(result.body);
|
|
344
|
+
}
|
|
536
345
|
throw error;
|
|
537
346
|
}
|
|
538
347
|
return (0, import_models._outboundEnvironmentEndpointCollectionDeserializer)(result.body);
|
|
@@ -550,11 +359,7 @@ function listOutboundNetworkDependenciesEndpoints(context, resourceGroupName, re
|
|
|
550
359
|
),
|
|
551
360
|
_listOutboundNetworkDependenciesEndpointsDeserialize,
|
|
552
361
|
["200"],
|
|
553
|
-
{
|
|
554
|
-
itemName: "value",
|
|
555
|
-
nextLinkName: "nextLink",
|
|
556
|
-
apiVersion: context.apiVersion ?? "2026-03-02-preview"
|
|
557
|
-
}
|
|
362
|
+
{ itemName: "value", nextLinkName: "nextLink", apiVersion: context.apiVersion ?? "2026-04-01" }
|
|
558
363
|
);
|
|
559
364
|
}
|
|
560
365
|
function _getCommandResultSend(context, resourceGroupName, resourceName, commandId, options = { requestOptions: {} }) {
|
|
@@ -565,7 +370,7 @@ function _getCommandResultSend(context, resourceGroupName, resourceName, command
|
|
|
565
370
|
resourceGroupName,
|
|
566
371
|
resourceName,
|
|
567
372
|
commandId,
|
|
568
|
-
"api%2Dversion": context.apiVersion ?? "2026-
|
|
373
|
+
"api%2Dversion": context.apiVersion ?? "2026-04-01"
|
|
569
374
|
},
|
|
570
375
|
{
|
|
571
376
|
allowReserved: options?.requestOptions?.skipUrlEncoding
|
|
@@ -580,10 +385,12 @@ async function _getCommandResultDeserialize(result) {
|
|
|
580
385
|
const expectedStatuses = ["200", "202"];
|
|
581
386
|
if (!expectedStatuses.includes(result.status)) {
|
|
582
387
|
const error = (0, import_core_client.createRestError)(result);
|
|
583
|
-
|
|
388
|
+
if (result.body) {
|
|
389
|
+
error.details = (0, import_models.errorResponseDeserializer)(result.body);
|
|
390
|
+
}
|
|
584
391
|
throw error;
|
|
585
392
|
}
|
|
586
|
-
return (0, import_models.runCommandResultDeserializer)(result.body);
|
|
393
|
+
return result.body ? (0, import_models.runCommandResultDeserializer)(result.body) : void 0;
|
|
587
394
|
}
|
|
588
395
|
async function getCommandResult(context, resourceGroupName, resourceName, commandId, options = { requestOptions: {} }) {
|
|
589
396
|
const result = await _getCommandResultSend(
|
|
@@ -602,7 +409,7 @@ function _runCommandSend(context, resourceGroupName, resourceName, requestPayloa
|
|
|
602
409
|
subscriptionId: context.subscriptionId,
|
|
603
410
|
resourceGroupName,
|
|
604
411
|
resourceName,
|
|
605
|
-
"api%2Dversion": context.apiVersion ?? "2026-
|
|
412
|
+
"api%2Dversion": context.apiVersion ?? "2026-04-01"
|
|
606
413
|
},
|
|
607
414
|
{
|
|
608
415
|
allowReserved: options?.requestOptions?.skipUrlEncoding
|
|
@@ -616,21 +423,23 @@ function _runCommandSend(context, resourceGroupName, resourceName, requestPayloa
|
|
|
616
423
|
});
|
|
617
424
|
}
|
|
618
425
|
async function _runCommandDeserialize(result) {
|
|
619
|
-
const expectedStatuses = ["
|
|
426
|
+
const expectedStatuses = ["200", "202", "201"];
|
|
620
427
|
if (!expectedStatuses.includes(result.status)) {
|
|
621
428
|
const error = (0, import_core_client.createRestError)(result);
|
|
622
|
-
|
|
429
|
+
if (result.body) {
|
|
430
|
+
error.details = (0, import_models.errorResponseDeserializer)(result.body);
|
|
431
|
+
}
|
|
623
432
|
throw error;
|
|
624
433
|
}
|
|
625
434
|
return (0, import_models.runCommandResultDeserializer)(result.body);
|
|
626
435
|
}
|
|
627
436
|
function runCommand(context, resourceGroupName, resourceName, requestPayload, options = { requestOptions: {} }) {
|
|
628
|
-
return (0, import_pollingHelpers.getLongRunningPoller)(context, _runCommandDeserialize, ["
|
|
437
|
+
return (0, import_pollingHelpers.getLongRunningPoller)(context, _runCommandDeserialize, ["200", "202", "201"], {
|
|
629
438
|
updateIntervalInMs: options?.updateIntervalInMs,
|
|
630
439
|
abortSignal: options?.abortSignal,
|
|
631
440
|
getInitialResponse: () => _runCommandSend(context, resourceGroupName, resourceName, requestPayload, options),
|
|
632
441
|
resourceLocationConfig: "location",
|
|
633
|
-
apiVersion: context.apiVersion ?? "2026-
|
|
442
|
+
apiVersion: context.apiVersion ?? "2026-04-01"
|
|
634
443
|
});
|
|
635
444
|
}
|
|
636
445
|
function _startSend(context, resourceGroupName, resourceName, options = { requestOptions: {} }) {
|
|
@@ -640,7 +449,7 @@ function _startSend(context, resourceGroupName, resourceName, options = { reques
|
|
|
640
449
|
subscriptionId: context.subscriptionId,
|
|
641
450
|
resourceGroupName,
|
|
642
451
|
resourceName,
|
|
643
|
-
"api%2Dversion": context.apiVersion ?? "2026-
|
|
452
|
+
"api%2Dversion": context.apiVersion ?? "2026-04-01"
|
|
644
453
|
},
|
|
645
454
|
{
|
|
646
455
|
allowReserved: options?.requestOptions?.skipUrlEncoding
|
|
@@ -652,7 +461,9 @@ async function _startDeserialize(result) {
|
|
|
652
461
|
const expectedStatuses = ["202", "204", "200", "201"];
|
|
653
462
|
if (!expectedStatuses.includes(result.status)) {
|
|
654
463
|
const error = (0, import_core_client.createRestError)(result);
|
|
655
|
-
|
|
464
|
+
if (result.body) {
|
|
465
|
+
error.details = (0, import_models.errorResponseDeserializer)(result.body);
|
|
466
|
+
}
|
|
656
467
|
throw error;
|
|
657
468
|
}
|
|
658
469
|
return;
|
|
@@ -663,7 +474,7 @@ function start(context, resourceGroupName, resourceName, options = { requestOpti
|
|
|
663
474
|
abortSignal: options?.abortSignal,
|
|
664
475
|
getInitialResponse: () => _startSend(context, resourceGroupName, resourceName, options),
|
|
665
476
|
resourceLocationConfig: "location",
|
|
666
|
-
apiVersion: context.apiVersion ?? "2026-
|
|
477
|
+
apiVersion: context.apiVersion ?? "2026-04-01"
|
|
667
478
|
});
|
|
668
479
|
}
|
|
669
480
|
function _stopSend(context, resourceGroupName, resourceName, options = { requestOptions: {} }) {
|
|
@@ -673,7 +484,7 @@ function _stopSend(context, resourceGroupName, resourceName, options = { request
|
|
|
673
484
|
subscriptionId: context.subscriptionId,
|
|
674
485
|
resourceGroupName,
|
|
675
486
|
resourceName,
|
|
676
|
-
"api%2Dversion": context.apiVersion ?? "2026-
|
|
487
|
+
"api%2Dversion": context.apiVersion ?? "2026-04-01"
|
|
677
488
|
},
|
|
678
489
|
{
|
|
679
490
|
allowReserved: options?.requestOptions?.skipUrlEncoding
|
|
@@ -685,7 +496,9 @@ async function _stopDeserialize(result) {
|
|
|
685
496
|
const expectedStatuses = ["202", "204", "200", "201"];
|
|
686
497
|
if (!expectedStatuses.includes(result.status)) {
|
|
687
498
|
const error = (0, import_core_client.createRestError)(result);
|
|
688
|
-
|
|
499
|
+
if (result.body) {
|
|
500
|
+
error.details = (0, import_models.errorResponseDeserializer)(result.body);
|
|
501
|
+
}
|
|
689
502
|
throw error;
|
|
690
503
|
}
|
|
691
504
|
return;
|
|
@@ -696,7 +509,7 @@ function stop(context, resourceGroupName, resourceName, options = { requestOptio
|
|
|
696
509
|
abortSignal: options?.abortSignal,
|
|
697
510
|
getInitialResponse: () => _stopSend(context, resourceGroupName, resourceName, options),
|
|
698
511
|
resourceLocationConfig: "location",
|
|
699
|
-
apiVersion: context.apiVersion ?? "2026-
|
|
512
|
+
apiVersion: context.apiVersion ?? "2026-04-01"
|
|
700
513
|
});
|
|
701
514
|
}
|
|
702
515
|
function _rotateServiceAccountSigningKeysSend(context, resourceGroupName, resourceName, options = { requestOptions: {} }) {
|
|
@@ -706,7 +519,7 @@ function _rotateServiceAccountSigningKeysSend(context, resourceGroupName, resour
|
|
|
706
519
|
subscriptionId: context.subscriptionId,
|
|
707
520
|
resourceGroupName,
|
|
708
521
|
resourceName,
|
|
709
|
-
"api%2Dversion": context.apiVersion ?? "2026-
|
|
522
|
+
"api%2Dversion": context.apiVersion ?? "2026-04-01"
|
|
710
523
|
},
|
|
711
524
|
{
|
|
712
525
|
allowReserved: options?.requestOptions?.skipUrlEncoding
|
|
@@ -718,7 +531,9 @@ async function _rotateServiceAccountSigningKeysDeserialize(result) {
|
|
|
718
531
|
const expectedStatuses = ["202", "204", "200", "201"];
|
|
719
532
|
if (!expectedStatuses.includes(result.status)) {
|
|
720
533
|
const error = (0, import_core_client.createRestError)(result);
|
|
721
|
-
|
|
534
|
+
if (result.body) {
|
|
535
|
+
error.details = (0, import_models.errorResponseDeserializer)(result.body);
|
|
536
|
+
}
|
|
722
537
|
throw error;
|
|
723
538
|
}
|
|
724
539
|
return;
|
|
@@ -733,7 +548,7 @@ function rotateServiceAccountSigningKeys(context, resourceGroupName, resourceNam
|
|
|
733
548
|
abortSignal: options?.abortSignal,
|
|
734
549
|
getInitialResponse: () => _rotateServiceAccountSigningKeysSend(context, resourceGroupName, resourceName, options),
|
|
735
550
|
resourceLocationConfig: "location",
|
|
736
|
-
apiVersion: context.apiVersion ?? "2026-
|
|
551
|
+
apiVersion: context.apiVersion ?? "2026-04-01"
|
|
737
552
|
}
|
|
738
553
|
);
|
|
739
554
|
}
|
|
@@ -744,7 +559,7 @@ function _abortLatestOperationSend(context, resourceGroupName, resourceName, opt
|
|
|
744
559
|
subscriptionId: context.subscriptionId,
|
|
745
560
|
resourceGroupName,
|
|
746
561
|
resourceName,
|
|
747
|
-
"api%2Dversion": context.apiVersion ?? "2026-
|
|
562
|
+
"api%2Dversion": context.apiVersion ?? "2026-04-01"
|
|
748
563
|
},
|
|
749
564
|
{
|
|
750
565
|
allowReserved: options?.requestOptions?.skipUrlEncoding
|
|
@@ -756,7 +571,9 @@ async function _abortLatestOperationDeserialize(result) {
|
|
|
756
571
|
const expectedStatuses = ["202", "204", "200", "201"];
|
|
757
572
|
if (!expectedStatuses.includes(result.status)) {
|
|
758
573
|
const error = (0, import_core_client.createRestError)(result);
|
|
759
|
-
|
|
574
|
+
if (result.body) {
|
|
575
|
+
error.details = (0, import_models.errorResponseDeserializer)(result.body);
|
|
576
|
+
}
|
|
760
577
|
throw error;
|
|
761
578
|
}
|
|
762
579
|
return;
|
|
@@ -771,7 +588,7 @@ function abortLatestOperation(context, resourceGroupName, resourceName, options
|
|
|
771
588
|
abortSignal: options?.abortSignal,
|
|
772
589
|
getInitialResponse: () => _abortLatestOperationSend(context, resourceGroupName, resourceName, options),
|
|
773
590
|
resourceLocationConfig: "location",
|
|
774
|
-
apiVersion: context.apiVersion ?? "2026-
|
|
591
|
+
apiVersion: context.apiVersion ?? "2026-04-01"
|
|
775
592
|
}
|
|
776
593
|
);
|
|
777
594
|
}
|
|
@@ -782,7 +599,7 @@ function _rotateClusterCertificatesSend(context, resourceGroupName, resourceName
|
|
|
782
599
|
subscriptionId: context.subscriptionId,
|
|
783
600
|
resourceGroupName,
|
|
784
601
|
resourceName,
|
|
785
|
-
"api%2Dversion": context.apiVersion ?? "2026-
|
|
602
|
+
"api%2Dversion": context.apiVersion ?? "2026-04-01"
|
|
786
603
|
},
|
|
787
604
|
{
|
|
788
605
|
allowReserved: options?.requestOptions?.skipUrlEncoding
|
|
@@ -794,7 +611,9 @@ async function _rotateClusterCertificatesDeserialize(result) {
|
|
|
794
611
|
const expectedStatuses = ["202", "204", "200", "201"];
|
|
795
612
|
if (!expectedStatuses.includes(result.status)) {
|
|
796
613
|
const error = (0, import_core_client.createRestError)(result);
|
|
797
|
-
|
|
614
|
+
if (result.body) {
|
|
615
|
+
error.details = (0, import_models.errorResponseDeserializer)(result.body);
|
|
616
|
+
}
|
|
798
617
|
throw error;
|
|
799
618
|
}
|
|
800
619
|
return;
|
|
@@ -809,7 +628,7 @@ function rotateClusterCertificates(context, resourceGroupName, resourceName, opt
|
|
|
809
628
|
abortSignal: options?.abortSignal,
|
|
810
629
|
getInitialResponse: () => _rotateClusterCertificatesSend(context, resourceGroupName, resourceName, options),
|
|
811
630
|
resourceLocationConfig: "location",
|
|
812
|
-
apiVersion: context.apiVersion ?? "2026-
|
|
631
|
+
apiVersion: context.apiVersion ?? "2026-04-01"
|
|
813
632
|
}
|
|
814
633
|
);
|
|
815
634
|
}
|
|
@@ -820,7 +639,7 @@ function _resetAADProfileSend(context, resourceGroupName, resourceName, paramete
|
|
|
820
639
|
subscriptionId: context.subscriptionId,
|
|
821
640
|
resourceGroupName,
|
|
822
641
|
resourceName,
|
|
823
|
-
"api%2Dversion": context.apiVersion ?? "2026-
|
|
642
|
+
"api%2Dversion": context.apiVersion ?? "2026-04-01"
|
|
824
643
|
},
|
|
825
644
|
{
|
|
826
645
|
allowReserved: options?.requestOptions?.skipUrlEncoding
|
|
@@ -836,7 +655,9 @@ async function _resetAADProfileDeserialize(result) {
|
|
|
836
655
|
const expectedStatuses = ["202", "200", "201"];
|
|
837
656
|
if (!expectedStatuses.includes(result.status)) {
|
|
838
657
|
const error = (0, import_core_client.createRestError)(result);
|
|
839
|
-
|
|
658
|
+
if (result.body) {
|
|
659
|
+
error.details = (0, import_models.errorResponseDeserializer)(result.body);
|
|
660
|
+
}
|
|
840
661
|
throw error;
|
|
841
662
|
}
|
|
842
663
|
return;
|
|
@@ -847,7 +668,7 @@ function resetAADProfile(context, resourceGroupName, resourceName, parameters, o
|
|
|
847
668
|
abortSignal: options?.abortSignal,
|
|
848
669
|
getInitialResponse: () => _resetAADProfileSend(context, resourceGroupName, resourceName, parameters, options),
|
|
849
670
|
resourceLocationConfig: "location",
|
|
850
|
-
apiVersion: context.apiVersion ?? "2026-
|
|
671
|
+
apiVersion: context.apiVersion ?? "2026-04-01"
|
|
851
672
|
});
|
|
852
673
|
}
|
|
853
674
|
function _resetServicePrincipalProfileSend(context, resourceGroupName, resourceName, parameters, options = { requestOptions: {} }) {
|
|
@@ -857,7 +678,7 @@ function _resetServicePrincipalProfileSend(context, resourceGroupName, resourceN
|
|
|
857
678
|
subscriptionId: context.subscriptionId,
|
|
858
679
|
resourceGroupName,
|
|
859
680
|
resourceName,
|
|
860
|
-
"api%2Dversion": context.apiVersion ?? "2026-
|
|
681
|
+
"api%2Dversion": context.apiVersion ?? "2026-04-01"
|
|
861
682
|
},
|
|
862
683
|
{
|
|
863
684
|
allowReserved: options?.requestOptions?.skipUrlEncoding
|
|
@@ -873,7 +694,9 @@ async function _resetServicePrincipalProfileDeserialize(result) {
|
|
|
873
694
|
const expectedStatuses = ["202", "200", "201"];
|
|
874
695
|
if (!expectedStatuses.includes(result.status)) {
|
|
875
696
|
const error = (0, import_core_client.createRestError)(result);
|
|
876
|
-
|
|
697
|
+
if (result.body) {
|
|
698
|
+
error.details = (0, import_models.errorResponseDeserializer)(result.body);
|
|
699
|
+
}
|
|
877
700
|
throw error;
|
|
878
701
|
}
|
|
879
702
|
return;
|
|
@@ -894,7 +717,7 @@ function resetServicePrincipalProfile(context, resourceGroupName, resourceName,
|
|
|
894
717
|
options
|
|
895
718
|
),
|
|
896
719
|
resourceLocationConfig: "location",
|
|
897
|
-
apiVersion: context.apiVersion ?? "2026-
|
|
720
|
+
apiVersion: context.apiVersion ?? "2026-04-01"
|
|
898
721
|
}
|
|
899
722
|
);
|
|
900
723
|
}
|
|
@@ -907,7 +730,7 @@ function _listClusterMonitoringUserCredentialsSend(context, resourceGroupName, r
|
|
|
907
730
|
subscriptionId: context.subscriptionId,
|
|
908
731
|
resourceGroupName,
|
|
909
732
|
resourceName,
|
|
910
|
-
"api%2Dversion": context.apiVersion ?? "2026-
|
|
733
|
+
"api%2Dversion": context.apiVersion ?? "2026-04-01",
|
|
911
734
|
"server%2Dfqdn": options?.serverFqdn
|
|
912
735
|
},
|
|
913
736
|
{
|
|
@@ -923,7 +746,9 @@ async function _listClusterMonitoringUserCredentialsDeserialize(result) {
|
|
|
923
746
|
const expectedStatuses = ["200"];
|
|
924
747
|
if (!expectedStatuses.includes(result.status)) {
|
|
925
748
|
const error = (0, import_core_client.createRestError)(result);
|
|
926
|
-
|
|
749
|
+
if (result.body) {
|
|
750
|
+
error.details = (0, import_models.errorResponseDeserializer)(result.body);
|
|
751
|
+
}
|
|
927
752
|
throw error;
|
|
928
753
|
}
|
|
929
754
|
return (0, import_models.credentialResultsDeserializer)(result.body);
|
|
@@ -946,7 +771,7 @@ function _listClusterUserCredentialsSend(context, resourceGroupName, resourceNam
|
|
|
946
771
|
subscriptionId: context.subscriptionId,
|
|
947
772
|
resourceGroupName,
|
|
948
773
|
resourceName,
|
|
949
|
-
"api%2Dversion": context.apiVersion ?? "2026-
|
|
774
|
+
"api%2Dversion": context.apiVersion ?? "2026-04-01",
|
|
950
775
|
"server%2Dfqdn": options?.serverFqdn,
|
|
951
776
|
format: options?.format
|
|
952
777
|
},
|
|
@@ -963,7 +788,9 @@ async function _listClusterUserCredentialsDeserialize(result) {
|
|
|
963
788
|
const expectedStatuses = ["200"];
|
|
964
789
|
if (!expectedStatuses.includes(result.status)) {
|
|
965
790
|
const error = (0, import_core_client.createRestError)(result);
|
|
966
|
-
|
|
791
|
+
if (result.body) {
|
|
792
|
+
error.details = (0, import_models.errorResponseDeserializer)(result.body);
|
|
793
|
+
}
|
|
967
794
|
throw error;
|
|
968
795
|
}
|
|
969
796
|
return (0, import_models.credentialResultsDeserializer)(result.body);
|
|
@@ -984,7 +811,7 @@ function _listClusterAdminCredentialsSend(context, resourceGroupName, resourceNa
|
|
|
984
811
|
subscriptionId: context.subscriptionId,
|
|
985
812
|
resourceGroupName,
|
|
986
813
|
resourceName,
|
|
987
|
-
"api%2Dversion": context.apiVersion ?? "2026-
|
|
814
|
+
"api%2Dversion": context.apiVersion ?? "2026-04-01",
|
|
988
815
|
"server%2Dfqdn": options?.serverFqdn
|
|
989
816
|
},
|
|
990
817
|
{
|
|
@@ -1000,7 +827,9 @@ async function _listClusterAdminCredentialsDeserialize(result) {
|
|
|
1000
827
|
const expectedStatuses = ["200"];
|
|
1001
828
|
if (!expectedStatuses.includes(result.status)) {
|
|
1002
829
|
const error = (0, import_core_client.createRestError)(result);
|
|
1003
|
-
|
|
830
|
+
if (result.body) {
|
|
831
|
+
error.details = (0, import_models.errorResponseDeserializer)(result.body);
|
|
832
|
+
}
|
|
1004
833
|
throw error;
|
|
1005
834
|
}
|
|
1006
835
|
return (0, import_models.credentialResultsDeserializer)(result.body);
|
|
@@ -1022,7 +851,7 @@ function _getAccessProfileSend(context, resourceGroupName, resourceName, roleNam
|
|
|
1022
851
|
resourceGroupName,
|
|
1023
852
|
resourceName,
|
|
1024
853
|
roleName,
|
|
1025
|
-
"api%2Dversion": context.apiVersion ?? "2026-
|
|
854
|
+
"api%2Dversion": context.apiVersion ?? "2026-04-01"
|
|
1026
855
|
},
|
|
1027
856
|
{
|
|
1028
857
|
allowReserved: options?.requestOptions?.skipUrlEncoding
|
|
@@ -1037,7 +866,9 @@ async function _getAccessProfileDeserialize(result) {
|
|
|
1037
866
|
const expectedStatuses = ["200"];
|
|
1038
867
|
if (!expectedStatuses.includes(result.status)) {
|
|
1039
868
|
const error = (0, import_core_client.createRestError)(result);
|
|
1040
|
-
|
|
869
|
+
if (result.body) {
|
|
870
|
+
error.details = (0, import_models.errorResponseDeserializer)(result.body);
|
|
871
|
+
}
|
|
1041
872
|
throw error;
|
|
1042
873
|
}
|
|
1043
874
|
return (0, import_models.managedClusterAccessProfileDeserializer)(result.body);
|
|
@@ -1057,7 +888,7 @@ function _listSend(context, options = { requestOptions: {} }) {
|
|
|
1057
888
|
"/subscriptions/{subscriptionId}/providers/Microsoft.ContainerService/managedClusters{?api%2Dversion}",
|
|
1058
889
|
{
|
|
1059
890
|
subscriptionId: context.subscriptionId,
|
|
1060
|
-
"api%2Dversion": context.apiVersion ?? "2026-
|
|
891
|
+
"api%2Dversion": context.apiVersion ?? "2026-04-01"
|
|
1061
892
|
},
|
|
1062
893
|
{
|
|
1063
894
|
allowReserved: options?.requestOptions?.skipUrlEncoding
|
|
@@ -1072,7 +903,9 @@ async function _listDeserialize(result) {
|
|
|
1072
903
|
const expectedStatuses = ["200"];
|
|
1073
904
|
if (!expectedStatuses.includes(result.status)) {
|
|
1074
905
|
const error = (0, import_core_client.createRestError)(result);
|
|
1075
|
-
|
|
906
|
+
if (result.body) {
|
|
907
|
+
error.details = (0, import_models.errorResponseDeserializer)(result.body);
|
|
908
|
+
}
|
|
1076
909
|
throw error;
|
|
1077
910
|
}
|
|
1078
911
|
return (0, import_models._managedClusterListResultDeserializer)(result.body);
|
|
@@ -1083,11 +916,7 @@ function list(context, options = { requestOptions: {} }) {
|
|
|
1083
916
|
() => _listSend(context, options),
|
|
1084
917
|
_listDeserialize,
|
|
1085
918
|
["200"],
|
|
1086
|
-
{
|
|
1087
|
-
itemName: "value",
|
|
1088
|
-
nextLinkName: "nextLink",
|
|
1089
|
-
apiVersion: context.apiVersion ?? "2026-03-02-preview"
|
|
1090
|
-
}
|
|
919
|
+
{ itemName: "value", nextLinkName: "nextLink", apiVersion: context.apiVersion ?? "2026-04-01" }
|
|
1091
920
|
);
|
|
1092
921
|
}
|
|
1093
922
|
function _listByResourceGroupSend(context, resourceGroupName, options = { requestOptions: {} }) {
|
|
@@ -1096,7 +925,7 @@ function _listByResourceGroupSend(context, resourceGroupName, options = { reques
|
|
|
1096
925
|
{
|
|
1097
926
|
subscriptionId: context.subscriptionId,
|
|
1098
927
|
resourceGroupName,
|
|
1099
|
-
"api%2Dversion": context.apiVersion ?? "2026-
|
|
928
|
+
"api%2Dversion": context.apiVersion ?? "2026-04-01"
|
|
1100
929
|
},
|
|
1101
930
|
{
|
|
1102
931
|
allowReserved: options?.requestOptions?.skipUrlEncoding
|
|
@@ -1111,7 +940,9 @@ async function _listByResourceGroupDeserialize(result) {
|
|
|
1111
940
|
const expectedStatuses = ["200"];
|
|
1112
941
|
if (!expectedStatuses.includes(result.status)) {
|
|
1113
942
|
const error = (0, import_core_client.createRestError)(result);
|
|
1114
|
-
|
|
943
|
+
if (result.body) {
|
|
944
|
+
error.details = (0, import_models.errorResponseDeserializer)(result.body);
|
|
945
|
+
}
|
|
1115
946
|
throw error;
|
|
1116
947
|
}
|
|
1117
948
|
return (0, import_models._managedClusterListResultDeserializer)(result.body);
|
|
@@ -1122,22 +953,17 @@ function listByResourceGroup(context, resourceGroupName, options = { requestOpti
|
|
|
1122
953
|
() => _listByResourceGroupSend(context, resourceGroupName, options),
|
|
1123
954
|
_listByResourceGroupDeserialize,
|
|
1124
955
|
["200"],
|
|
1125
|
-
{
|
|
1126
|
-
itemName: "value",
|
|
1127
|
-
nextLinkName: "nextLink",
|
|
1128
|
-
apiVersion: context.apiVersion ?? "2026-03-02-preview"
|
|
1129
|
-
}
|
|
956
|
+
{ itemName: "value", nextLinkName: "nextLink", apiVersion: context.apiVersion ?? "2026-04-01" }
|
|
1130
957
|
);
|
|
1131
958
|
}
|
|
1132
959
|
function _$deleteSend(context, resourceGroupName, resourceName, options = { requestOptions: {} }) {
|
|
1133
960
|
const path = (0, import_urlTemplate.expandUrlTemplate)(
|
|
1134
|
-
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}{?api%2Dversion
|
|
961
|
+
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}{?api%2Dversion}",
|
|
1135
962
|
{
|
|
1136
963
|
subscriptionId: context.subscriptionId,
|
|
1137
964
|
resourceGroupName,
|
|
1138
965
|
resourceName,
|
|
1139
|
-
"api%2Dversion": context.apiVersion ?? "2026-
|
|
1140
|
-
"ignore%2Dpod%2Ddisruption%2Dbudget": options?.ignorePodDisruptionBudget
|
|
966
|
+
"api%2Dversion": context.apiVersion ?? "2026-04-01"
|
|
1141
967
|
},
|
|
1142
968
|
{
|
|
1143
969
|
allowReserved: options?.requestOptions?.skipUrlEncoding
|
|
@@ -1155,7 +981,9 @@ async function _$deleteDeserialize(result) {
|
|
|
1155
981
|
const expectedStatuses = ["202", "204", "200"];
|
|
1156
982
|
if (!expectedStatuses.includes(result.status)) {
|
|
1157
983
|
const error = (0, import_core_client.createRestError)(result);
|
|
1158
|
-
|
|
984
|
+
if (result.body) {
|
|
985
|
+
error.details = (0, import_models.errorResponseDeserializer)(result.body);
|
|
986
|
+
}
|
|
1159
987
|
throw error;
|
|
1160
988
|
}
|
|
1161
989
|
return;
|
|
@@ -1166,7 +994,7 @@ function $delete(context, resourceGroupName, resourceName, options = { requestOp
|
|
|
1166
994
|
abortSignal: options?.abortSignal,
|
|
1167
995
|
getInitialResponse: () => _$deleteSend(context, resourceGroupName, resourceName, options),
|
|
1168
996
|
resourceLocationConfig: "azure-async-operation",
|
|
1169
|
-
apiVersion: context.apiVersion ?? "2026-
|
|
997
|
+
apiVersion: context.apiVersion ?? "2026-04-01"
|
|
1170
998
|
});
|
|
1171
999
|
}
|
|
1172
1000
|
function _updateTagsSend(context, resourceGroupName, resourceName, parameters, options = { requestOptions: {} }) {
|
|
@@ -1176,7 +1004,7 @@ function _updateTagsSend(context, resourceGroupName, resourceName, parameters, o
|
|
|
1176
1004
|
subscriptionId: context.subscriptionId,
|
|
1177
1005
|
resourceGroupName,
|
|
1178
1006
|
resourceName,
|
|
1179
|
-
"api%2Dversion": context.apiVersion ?? "2026-
|
|
1007
|
+
"api%2Dversion": context.apiVersion ?? "2026-04-01"
|
|
1180
1008
|
},
|
|
1181
1009
|
{
|
|
1182
1010
|
allowReserved: options?.requestOptions?.skipUrlEncoding
|
|
@@ -1197,7 +1025,9 @@ async function _updateTagsDeserialize(result) {
|
|
|
1197
1025
|
const expectedStatuses = ["200", "202", "201"];
|
|
1198
1026
|
if (!expectedStatuses.includes(result.status)) {
|
|
1199
1027
|
const error = (0, import_core_client.createRestError)(result);
|
|
1200
|
-
|
|
1028
|
+
if (result.body) {
|
|
1029
|
+
error.details = (0, import_models.errorResponseDeserializer)(result.body);
|
|
1030
|
+
}
|
|
1201
1031
|
throw error;
|
|
1202
1032
|
}
|
|
1203
1033
|
return (0, import_models.managedClusterDeserializer)(result.body);
|
|
@@ -1208,7 +1038,7 @@ function updateTags(context, resourceGroupName, resourceName, parameters, option
|
|
|
1208
1038
|
abortSignal: options?.abortSignal,
|
|
1209
1039
|
getInitialResponse: () => _updateTagsSend(context, resourceGroupName, resourceName, parameters, options),
|
|
1210
1040
|
resourceLocationConfig: "azure-async-operation",
|
|
1211
|
-
apiVersion: context.apiVersion ?? "2026-
|
|
1041
|
+
apiVersion: context.apiVersion ?? "2026-04-01"
|
|
1212
1042
|
});
|
|
1213
1043
|
}
|
|
1214
1044
|
function _createOrUpdateSend(context, resourceGroupName, resourceName, parameters, options = { requestOptions: {} }) {
|
|
@@ -1218,7 +1048,7 @@ function _createOrUpdateSend(context, resourceGroupName, resourceName, parameter
|
|
|
1218
1048
|
subscriptionId: context.subscriptionId,
|
|
1219
1049
|
resourceGroupName,
|
|
1220
1050
|
resourceName,
|
|
1221
|
-
"api%2Dversion": context.apiVersion ?? "2026-
|
|
1051
|
+
"api%2Dversion": context.apiVersion ?? "2026-04-01"
|
|
1222
1052
|
},
|
|
1223
1053
|
{
|
|
1224
1054
|
allowReserved: options?.requestOptions?.skipUrlEncoding
|
|
@@ -1240,7 +1070,9 @@ async function _createOrUpdateDeserialize(result) {
|
|
|
1240
1070
|
const expectedStatuses = ["200", "201", "202"];
|
|
1241
1071
|
if (!expectedStatuses.includes(result.status)) {
|
|
1242
1072
|
const error = (0, import_core_client.createRestError)(result);
|
|
1243
|
-
|
|
1073
|
+
if (result.body) {
|
|
1074
|
+
error.details = (0, import_models.errorResponseDeserializer)(result.body);
|
|
1075
|
+
}
|
|
1244
1076
|
throw error;
|
|
1245
1077
|
}
|
|
1246
1078
|
return (0, import_models.managedClusterDeserializer)(result.body);
|
|
@@ -1251,7 +1083,7 @@ function createOrUpdate(context, resourceGroupName, resourceName, parameters, op
|
|
|
1251
1083
|
abortSignal: options?.abortSignal,
|
|
1252
1084
|
getInitialResponse: () => _createOrUpdateSend(context, resourceGroupName, resourceName, parameters, options),
|
|
1253
1085
|
resourceLocationConfig: "azure-async-operation",
|
|
1254
|
-
apiVersion: context.apiVersion ?? "2026-
|
|
1086
|
+
apiVersion: context.apiVersion ?? "2026-04-01"
|
|
1255
1087
|
});
|
|
1256
1088
|
}
|
|
1257
1089
|
function _getSend(context, resourceGroupName, resourceName, options = { requestOptions: {} }) {
|
|
@@ -1261,7 +1093,7 @@ function _getSend(context, resourceGroupName, resourceName, options = { requestO
|
|
|
1261
1093
|
subscriptionId: context.subscriptionId,
|
|
1262
1094
|
resourceGroupName,
|
|
1263
1095
|
resourceName,
|
|
1264
|
-
"api%2Dversion": context.apiVersion ?? "2026-
|
|
1096
|
+
"api%2Dversion": context.apiVersion ?? "2026-04-01"
|
|
1265
1097
|
},
|
|
1266
1098
|
{
|
|
1267
1099
|
allowReserved: options?.requestOptions?.skipUrlEncoding
|
|
@@ -1276,7 +1108,9 @@ async function _getDeserialize(result) {
|
|
|
1276
1108
|
const expectedStatuses = ["200"];
|
|
1277
1109
|
if (!expectedStatuses.includes(result.status)) {
|
|
1278
1110
|
const error = (0, import_core_client.createRestError)(result);
|
|
1279
|
-
|
|
1111
|
+
if (result.body) {
|
|
1112
|
+
error.details = (0, import_models.errorResponseDeserializer)(result.body);
|
|
1113
|
+
}
|
|
1280
1114
|
throw error;
|
|
1281
1115
|
}
|
|
1282
1116
|
return (0, import_models.managedClusterDeserializer)(result.body);
|
|
@@ -1299,14 +1133,10 @@ async function get(context, resourceGroupName, resourceName, options = { request
|
|
|
1299
1133
|
_getCommandResultDeserialize,
|
|
1300
1134
|
_getCommandResultSend,
|
|
1301
1135
|
_getDeserialize,
|
|
1302
|
-
_getGuardrailsVersionsDeserialize,
|
|
1303
|
-
_getGuardrailsVersionsSend,
|
|
1304
1136
|
_getMeshRevisionProfileDeserialize,
|
|
1305
1137
|
_getMeshRevisionProfileSend,
|
|
1306
1138
|
_getMeshUpgradeProfileDeserialize,
|
|
1307
1139
|
_getMeshUpgradeProfileSend,
|
|
1308
|
-
_getSafeguardsVersionsDeserialize,
|
|
1309
|
-
_getSafeguardsVersionsSend,
|
|
1310
1140
|
_getSend,
|
|
1311
1141
|
_getUpgradeProfileDeserialize,
|
|
1312
1142
|
_getUpgradeProfileSend,
|
|
@@ -1319,8 +1149,6 @@ async function get(context, resourceGroupName, resourceName, options = { request
|
|
|
1319
1149
|
_listClusterUserCredentialsDeserialize,
|
|
1320
1150
|
_listClusterUserCredentialsSend,
|
|
1321
1151
|
_listDeserialize,
|
|
1322
|
-
_listGuardrailsVersionsDeserialize,
|
|
1323
|
-
_listGuardrailsVersionsSend,
|
|
1324
1152
|
_listKubernetesVersionsDeserialize,
|
|
1325
1153
|
_listKubernetesVersionsSend,
|
|
1326
1154
|
_listMeshRevisionProfilesDeserialize,
|
|
@@ -1329,11 +1157,7 @@ async function get(context, resourceGroupName, resourceName, options = { request
|
|
|
1329
1157
|
_listMeshUpgradeProfilesSend,
|
|
1330
1158
|
_listOutboundNetworkDependenciesEndpointsDeserialize,
|
|
1331
1159
|
_listOutboundNetworkDependenciesEndpointsSend,
|
|
1332
|
-
_listSafeguardsVersionsDeserialize,
|
|
1333
|
-
_listSafeguardsVersionsSend,
|
|
1334
1160
|
_listSend,
|
|
1335
|
-
_rebalanceLoadBalancersDeserialize,
|
|
1336
|
-
_rebalanceLoadBalancersSend,
|
|
1337
1161
|
_resetAADProfileDeserialize,
|
|
1338
1162
|
_resetAADProfileSend,
|
|
1339
1163
|
_resetServicePrincipalProfileDeserialize,
|
|
@@ -1355,23 +1179,18 @@ async function get(context, resourceGroupName, resourceName, options = { request
|
|
|
1355
1179
|
get,
|
|
1356
1180
|
getAccessProfile,
|
|
1357
1181
|
getCommandResult,
|
|
1358
|
-
getGuardrailsVersions,
|
|
1359
1182
|
getMeshRevisionProfile,
|
|
1360
1183
|
getMeshUpgradeProfile,
|
|
1361
|
-
getSafeguardsVersions,
|
|
1362
1184
|
getUpgradeProfile,
|
|
1363
1185
|
list,
|
|
1364
1186
|
listByResourceGroup,
|
|
1365
1187
|
listClusterAdminCredentials,
|
|
1366
1188
|
listClusterMonitoringUserCredentials,
|
|
1367
1189
|
listClusterUserCredentials,
|
|
1368
|
-
listGuardrailsVersions,
|
|
1369
1190
|
listKubernetesVersions,
|
|
1370
1191
|
listMeshRevisionProfiles,
|
|
1371
1192
|
listMeshUpgradeProfiles,
|
|
1372
1193
|
listOutboundNetworkDependenciesEndpoints,
|
|
1373
|
-
listSafeguardsVersions,
|
|
1374
|
-
rebalanceLoadBalancers,
|
|
1375
1194
|
resetAADProfile,
|
|
1376
1195
|
resetServicePrincipalProfile,
|
|
1377
1196
|
rotateClusterCertificates,
|