@azure/arm-containerservice 24.2.0-beta.1 → 25.0.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 +10 -10
- package/dist/browser/api/agentPools/index.d.ts +3 -0
- package/dist/browser/api/agentPools/index.js +4 -0
- package/dist/browser/api/agentPools/index.js.map +1 -0
- package/dist/browser/api/agentPools/operations.d.ts +48 -0
- package/dist/browser/api/agentPools/operations.js +305 -0
- package/dist/browser/api/agentPools/operations.js.map +1 -0
- package/dist/browser/api/agentPools/options.d.ts +47 -0
- package/dist/browser/api/agentPools/options.js +4 -0
- package/dist/browser/api/agentPools/options.js.map +1 -0
- package/dist/browser/api/containerServiceContext.d.ts +22 -0
- package/dist/browser/api/containerServiceContext.js +24 -0
- package/dist/browser/api/containerServiceContext.js.map +1 -0
- package/dist/browser/api/index.d.ts +3 -0
- package/dist/browser/api/index.js +4 -0
- package/dist/browser/api/index.js.map +1 -0
- package/dist/browser/api/machines/index.d.ts +3 -0
- package/dist/browser/api/machines/index.js +4 -0
- package/dist/browser/api/machines/index.js.map +1 -0
- package/dist/browser/api/machines/operations.d.ts +14 -0
- package/dist/browser/api/machines/operations.js +65 -0
- package/dist/browser/api/machines/operations.js.map +1 -0
- package/dist/browser/api/machines/options.d.ts +8 -0
- package/dist/browser/api/machines/options.js +4 -0
- package/dist/browser/api/machines/options.js.map +1 -0
- package/dist/browser/api/maintenanceConfigurations/index.d.ts +3 -0
- package/dist/browser/api/maintenanceConfigurations/index.js +4 -0
- package/dist/browser/api/maintenanceConfigurations/index.js.map +1 -0
- package/dist/browser/api/maintenanceConfigurations/operations.d.ts +27 -0
- package/dist/browser/api/maintenanceConfigurations/operations.js +125 -0
- package/dist/browser/api/maintenanceConfigurations/operations.js.map +1 -0
- package/dist/browser/api/maintenanceConfigurations/options.d.ts +14 -0
- package/dist/browser/api/maintenanceConfigurations/options.js +4 -0
- package/dist/browser/api/maintenanceConfigurations/options.js.map +1 -0
- package/dist/browser/api/managedClusters/index.d.ts +3 -0
- package/dist/browser/api/managedClusters/index.js +4 -0
- package/dist/browser/api/managedClusters/index.js.map +1 -0
- package/dist/browser/api/managedClusters/operations.d.ts +116 -0
- package/dist/browser/api/managedClusters/operations.js +806 -0
- package/dist/browser/api/managedClusters/operations.js.map +1 -0
- package/dist/browser/api/managedClusters/options.d.ts +119 -0
- package/dist/browser/api/managedClusters/options.js +4 -0
- package/dist/browser/api/managedClusters/options.js.map +1 -0
- package/dist/browser/api/managedNamespaces/index.d.ts +3 -0
- package/dist/browser/api/managedNamespaces/index.js +4 -0
- package/dist/browser/api/managedNamespaces/index.js.map +1 -0
- package/dist/browser/api/managedNamespaces/operations.d.ts +36 -0
- package/dist/browser/api/managedNamespaces/operations.js +196 -0
- package/dist/browser/api/managedNamespaces/operations.js.map +1 -0
- package/dist/browser/api/managedNamespaces/options.d.ts +24 -0
- package/dist/browser/api/managedNamespaces/options.js +4 -0
- package/dist/browser/api/managedNamespaces/options.js.map +1 -0
- package/dist/browser/api/operations/index.d.ts +3 -0
- package/dist/browser/api/operations/index.js +4 -0
- package/dist/browser/api/operations/index.js.map +1 -0
- package/dist/browser/api/operations/operations.d.ts +10 -0
- package/dist/browser/api/operations/operations.js +31 -0
- package/dist/browser/api/operations/operations.js.map +1 -0
- package/dist/browser/api/operations/options.d.ts +5 -0
- package/dist/browser/api/operations/options.js +4 -0
- package/dist/browser/api/operations/options.js.map +1 -0
- package/dist/browser/api/privateEndpointConnections/index.d.ts +3 -0
- package/dist/browser/api/privateEndpointConnections/index.js +4 -0
- package/dist/browser/api/privateEndpointConnections/index.js.map +1 -0
- package/dist/browser/api/privateEndpointConnections/operations.d.ts +27 -0
- package/dist/browser/api/privateEndpointConnections/operations.js +131 -0
- package/dist/browser/api/privateEndpointConnections/operations.js.map +1 -0
- package/dist/browser/api/privateEndpointConnections/options.d.ts +16 -0
- package/dist/browser/api/privateEndpointConnections/options.js +4 -0
- package/dist/browser/api/privateEndpointConnections/options.js.map +1 -0
- package/dist/browser/api/privateLinkResources/index.d.ts +3 -0
- package/dist/browser/api/privateLinkResources/index.js +4 -0
- package/dist/browser/api/privateLinkResources/index.js.map +1 -0
- package/dist/browser/api/privateLinkResources/operations.d.ts +9 -0
- package/dist/browser/api/privateLinkResources/operations.js +34 -0
- package/dist/browser/api/privateLinkResources/operations.js.map +1 -0
- package/dist/browser/api/privateLinkResources/options.d.ts +5 -0
- package/dist/browser/api/privateLinkResources/options.js +4 -0
- package/dist/browser/api/privateLinkResources/options.js.map +1 -0
- package/dist/browser/api/resolvePrivateLinkServiceId/index.d.ts +3 -0
- package/dist/browser/api/resolvePrivateLinkServiceId/index.js +4 -0
- package/dist/browser/api/resolvePrivateLinkServiceId/index.js.map +1 -0
- package/dist/browser/api/resolvePrivateLinkServiceId/operations.d.ts +9 -0
- package/dist/browser/api/resolvePrivateLinkServiceId/operations.js +36 -0
- package/dist/browser/api/resolvePrivateLinkServiceId/operations.js.map +1 -0
- package/dist/browser/api/resolvePrivateLinkServiceId/options.d.ts +5 -0
- package/dist/browser/api/resolvePrivateLinkServiceId/options.js +4 -0
- package/dist/browser/api/resolvePrivateLinkServiceId/options.js.map +1 -0
- package/dist/browser/api/snapshots/index.d.ts +3 -0
- package/dist/browser/api/snapshots/index.js +4 -0
- package/dist/browser/api/snapshots/index.js.map +1 -0
- package/dist/browser/api/snapshots/operations.d.ts +35 -0
- package/dist/browser/api/snapshots/operations.js +176 -0
- package/dist/browser/api/snapshots/operations.js.map +1 -0
- package/dist/browser/api/snapshots/options.d.ts +20 -0
- package/dist/browser/api/snapshots/options.js +4 -0
- package/dist/browser/api/snapshots/options.js.map +1 -0
- package/dist/browser/api/trustedAccessRoleBindings/index.d.ts +3 -0
- package/dist/browser/api/trustedAccessRoleBindings/index.js +4 -0
- package/dist/browser/api/trustedAccessRoleBindings/index.js.map +1 -0
- package/dist/browser/api/trustedAccessRoleBindings/operations.d.ts +28 -0
- package/dist/browser/api/trustedAccessRoleBindings/operations.js +136 -0
- package/dist/browser/api/trustedAccessRoleBindings/operations.js.map +1 -0
- package/dist/browser/api/trustedAccessRoleBindings/options.d.ts +18 -0
- package/dist/browser/api/trustedAccessRoleBindings/options.js +4 -0
- package/dist/browser/api/trustedAccessRoleBindings/options.js.map +1 -0
- package/dist/browser/api/trustedAccessRoles/index.d.ts +3 -0
- package/dist/browser/api/trustedAccessRoles/index.js +4 -0
- package/dist/browser/api/trustedAccessRoles/index.js.map +1 -0
- package/dist/browser/api/trustedAccessRoles/operations.d.ts +10 -0
- package/dist/browser/api/trustedAccessRoles/operations.js +33 -0
- package/dist/browser/api/trustedAccessRoles/operations.js.map +1 -0
- package/dist/browser/api/trustedAccessRoles/options.d.ts +5 -0
- package/dist/browser/api/trustedAccessRoles/options.js +4 -0
- package/dist/browser/api/trustedAccessRoles/options.js.map +1 -0
- package/dist/browser/classic/agentPools/index.d.ts +54 -0
- package/dist/browser/classic/agentPools/index.js +63 -0
- package/dist/browser/classic/agentPools/index.js.map +1 -0
- package/dist/browser/classic/index.d.ts +13 -0
- package/dist/browser/classic/index.js +4 -0
- package/dist/browser/classic/index.js.map +1 -0
- package/dist/browser/classic/machines/index.d.ts +13 -0
- package/dist/browser/classic/machines/index.js +15 -0
- package/dist/browser/classic/machines/index.js.map +1 -0
- package/dist/browser/classic/maintenanceConfigurations/index.d.ts +22 -0
- package/dist/browser/classic/maintenanceConfigurations/index.js +17 -0
- package/dist/browser/classic/maintenanceConfigurations/index.js.map +1 -0
- package/dist/browser/classic/managedClusters/index.d.ts +112 -0
- package/dist/browser/classic/managedClusters/index.js +128 -0
- package/dist/browser/classic/managedClusters/index.js.map +1 -0
- package/dist/browser/classic/managedNamespaces/index.d.ts +36 -0
- package/dist/browser/classic/managedNamespaces/index.js +36 -0
- package/dist/browser/classic/managedNamespaces/index.js.map +1 -0
- package/dist/browser/classic/operations/index.d.ts +11 -0
- package/dist/browser/classic/operations/index.js +14 -0
- package/dist/browser/classic/operations/index.js.map +1 -0
- package/dist/browser/classic/privateEndpointConnections/index.d.ts +27 -0
- package/dist/browser/classic/privateEndpointConnections/index.js +26 -0
- package/dist/browser/classic/privateEndpointConnections/index.js.map +1 -0
- package/dist/browser/classic/privateLinkResources/index.d.ts +10 -0
- package/dist/browser/classic/privateLinkResources/index.js +14 -0
- package/dist/browser/classic/privateLinkResources/index.js.map +1 -0
- package/dist/browser/classic/resolvePrivateLinkServiceId/index.d.ts +10 -0
- package/dist/browser/classic/resolvePrivateLinkServiceId/index.js +14 -0
- package/dist/browser/classic/resolvePrivateLinkServiceId/index.js.map +1 -0
- package/dist/browser/classic/snapshots/index.d.ts +26 -0
- package/dist/browser/classic/snapshots/index.js +19 -0
- package/dist/browser/classic/snapshots/index.js.map +1 -0
- package/dist/browser/classic/trustedAccessRoleBindings/index.d.ts +32 -0
- package/dist/browser/classic/trustedAccessRoleBindings/index.js +34 -0
- package/dist/browser/classic/trustedAccessRoleBindings/index.js.map +1 -0
- package/dist/browser/classic/trustedAccessRoles/index.d.ts +11 -0
- package/dist/browser/classic/trustedAccessRoles/index.js +14 -0
- package/dist/browser/classic/trustedAccessRoles/index.js.map +1 -0
- package/dist/browser/containerServiceClient.d.ts +46 -36
- package/dist/browser/containerServiceClient.js +66 -126
- package/dist/browser/containerServiceClient.js.map +1 -1
- package/dist/browser/index.d.ts +25 -3
- package/dist/browser/index.js +4 -6
- package/dist/browser/index.js.map +1 -1
- package/dist/browser/logger.d.ts +2 -0
- package/dist/browser/logger.js +5 -0
- package/dist/browser/logger.js.map +1 -0
- package/dist/browser/models/index.d.ts +2 -5544
- package/dist/browser/models/index.js +1 -852
- package/dist/browser/models/index.js.map +1 -1
- package/dist/browser/models/models.d.ts +3838 -0
- package/dist/browser/models/models.js +4784 -0
- package/dist/browser/models/models.js.map +1 -0
- package/dist/browser/restorePollerHelpers.d.ts +21 -0
- package/dist/browser/restorePollerHelpers.js +142 -0
- package/dist/browser/restorePollerHelpers.js.map +1 -0
- package/dist/browser/static-helpers/cloudSettingHelpers.d.ts +22 -0
- package/dist/browser/static-helpers/cloudSettingHelpers.js +38 -0
- package/dist/browser/static-helpers/cloudSettingHelpers.js.map +1 -0
- package/dist/browser/static-helpers/pagingHelpers.d.ts +74 -0
- package/dist/browser/static-helpers/pagingHelpers.js +143 -0
- package/dist/browser/static-helpers/pagingHelpers.js.map +1 -0
- package/dist/browser/static-helpers/pollingHelpers.d.ts +34 -0
- package/dist/browser/static-helpers/pollingHelpers.js +95 -0
- package/dist/browser/static-helpers/pollingHelpers.js.map +1 -0
- package/dist/browser/static-helpers/serialization/check-prop-undefined.d.ts +8 -0
- package/dist/browser/static-helpers/serialization/check-prop-undefined.js +17 -0
- package/dist/browser/static-helpers/serialization/check-prop-undefined.js.map +1 -0
- package/dist/browser/static-helpers/simplePollerHelpers.d.ts +73 -0
- package/dist/browser/static-helpers/simplePollerHelpers.js +44 -0
- package/dist/browser/static-helpers/simplePollerHelpers.js.map +1 -0
- package/dist/browser/static-helpers/urlTemplate.d.ts +5 -0
- package/dist/browser/static-helpers/urlTemplate.js +200 -0
- package/dist/browser/static-helpers/urlTemplate.js.map +1 -0
- package/dist/commonjs/api/agentPools/index.d.ts +3 -0
- package/dist/commonjs/api/agentPools/index.js +43 -0
- package/dist/commonjs/api/agentPools/index.js.map +7 -0
- package/dist/commonjs/api/agentPools/operations.d.ts +48 -0
- package/dist/commonjs/api/agentPools/operations.js +444 -0
- package/dist/commonjs/api/agentPools/operations.js.map +7 -0
- package/dist/commonjs/api/agentPools/options.d.ts +47 -0
- package/dist/commonjs/api/agentPools/options.js +15 -0
- package/dist/commonjs/api/agentPools/options.js.map +7 -0
- package/dist/commonjs/api/containerServiceContext.d.ts +22 -0
- package/dist/commonjs/api/containerServiceContext.js +44 -0
- package/dist/commonjs/api/containerServiceContext.js.map +7 -0
- package/dist/commonjs/api/index.d.ts +3 -0
- package/dist/commonjs/api/index.js +27 -0
- package/dist/commonjs/api/index.js.map +7 -0
- package/dist/commonjs/api/machines/index.d.ts +3 -0
- package/dist/commonjs/api/machines/index.js +29 -0
- package/dist/commonjs/api/machines/index.js.map +7 -0
- package/dist/commonjs/api/machines/operations.d.ts +14 -0
- package/dist/commonjs/api/machines/operations.js +117 -0
- package/dist/commonjs/api/machines/operations.js.map +7 -0
- package/dist/commonjs/api/machines/options.d.ts +8 -0
- package/dist/commonjs/api/machines/options.js +15 -0
- package/dist/commonjs/api/machines/options.js.map +7 -0
- package/dist/commonjs/api/maintenanceConfigurations/index.d.ts +3 -0
- package/dist/commonjs/api/maintenanceConfigurations/index.js +33 -0
- package/dist/commonjs/api/maintenanceConfigurations/index.js.map +7 -0
- package/dist/commonjs/api/maintenanceConfigurations/operations.d.ts +27 -0
- package/dist/commonjs/api/maintenanceConfigurations/operations.js +190 -0
- package/dist/commonjs/api/maintenanceConfigurations/operations.js.map +7 -0
- package/dist/commonjs/api/maintenanceConfigurations/options.d.ts +14 -0
- package/dist/commonjs/api/maintenanceConfigurations/options.js +15 -0
- package/dist/commonjs/api/maintenanceConfigurations/options.js.map +7 -0
- package/dist/commonjs/api/managedClusters/index.d.ts +3 -0
- package/dist/commonjs/api/managedClusters/index.js +77 -0
- package/dist/commonjs/api/managedClusters/index.js.map +7 -0
- package/dist/commonjs/api/managedClusters/operations.d.ts +116 -0
- package/dist/commonjs/api/managedClusters/operations.js +1150 -0
- package/dist/commonjs/api/managedClusters/operations.js.map +7 -0
- package/dist/commonjs/api/managedClusters/options.d.ts +119 -0
- package/dist/commonjs/api/managedClusters/options.js +15 -0
- package/dist/commonjs/api/managedClusters/options.js.map +7 -0
- package/dist/commonjs/api/managedNamespaces/index.d.ts +3 -0
- package/dist/commonjs/api/managedNamespaces/index.js +37 -0
- package/dist/commonjs/api/managedNamespaces/index.js.map +7 -0
- package/dist/commonjs/api/managedNamespaces/operations.d.ts +36 -0
- package/dist/commonjs/api/managedNamespaces/operations.js +298 -0
- package/dist/commonjs/api/managedNamespaces/operations.js.map +7 -0
- package/dist/commonjs/api/managedNamespaces/options.d.ts +24 -0
- package/dist/commonjs/api/managedNamespaces/options.js +15 -0
- package/dist/commonjs/api/managedNamespaces/options.js.map +7 -0
- package/dist/commonjs/api/operations/index.d.ts +3 -0
- package/dist/commonjs/api/operations/index.js +27 -0
- package/dist/commonjs/api/operations/index.js.map +7 -0
- package/dist/commonjs/api/operations/operations.d.ts +10 -0
- package/dist/commonjs/api/operations/operations.js +67 -0
- package/dist/commonjs/api/operations/operations.js.map +7 -0
- package/dist/commonjs/api/operations/options.d.ts +5 -0
- package/dist/commonjs/api/operations/options.js +15 -0
- package/dist/commonjs/api/operations/options.js.map +7 -0
- package/dist/commonjs/api/privateEndpointConnections/index.d.ts +3 -0
- package/dist/commonjs/api/privateEndpointConnections/index.js +33 -0
- package/dist/commonjs/api/privateEndpointConnections/index.js.map +7 -0
- package/dist/commonjs/api/privateEndpointConnections/operations.d.ts +27 -0
- package/dist/commonjs/api/privateEndpointConnections/operations.js +202 -0
- package/dist/commonjs/api/privateEndpointConnections/operations.js.map +7 -0
- package/dist/commonjs/api/privateEndpointConnections/options.d.ts +16 -0
- package/dist/commonjs/api/privateEndpointConnections/options.js +15 -0
- package/dist/commonjs/api/privateEndpointConnections/options.js.map +7 -0
- package/dist/commonjs/api/privateLinkResources/index.d.ts +3 -0
- package/dist/commonjs/api/privateLinkResources/index.js +27 -0
- package/dist/commonjs/api/privateLinkResources/index.js.map +7 -0
- package/dist/commonjs/api/privateLinkResources/operations.d.ts +9 -0
- package/dist/commonjs/api/privateLinkResources/operations.js +64 -0
- package/dist/commonjs/api/privateLinkResources/operations.js.map +7 -0
- package/dist/commonjs/api/privateLinkResources/options.d.ts +5 -0
- package/dist/commonjs/api/privateLinkResources/options.js +15 -0
- package/dist/commonjs/api/privateLinkResources/options.js.map +7 -0
- package/dist/commonjs/api/resolvePrivateLinkServiceId/index.d.ts +3 -0
- package/dist/commonjs/api/resolvePrivateLinkServiceId/index.js +27 -0
- package/dist/commonjs/api/resolvePrivateLinkServiceId/index.js.map +7 -0
- package/dist/commonjs/api/resolvePrivateLinkServiceId/operations.d.ts +9 -0
- package/dist/commonjs/api/resolvePrivateLinkServiceId/operations.js +66 -0
- package/dist/commonjs/api/resolvePrivateLinkServiceId/operations.js.map +7 -0
- package/dist/commonjs/api/resolvePrivateLinkServiceId/options.d.ts +5 -0
- package/dist/commonjs/api/resolvePrivateLinkServiceId/options.js +15 -0
- package/dist/commonjs/api/resolvePrivateLinkServiceId/options.js.map +7 -0
- package/dist/commonjs/api/snapshots/index.d.ts +3 -0
- package/dist/commonjs/api/snapshots/index.js +37 -0
- package/dist/commonjs/api/snapshots/index.js.map +7 -0
- package/dist/commonjs/api/snapshots/operations.d.ts +35 -0
- package/dist/commonjs/api/snapshots/operations.js +270 -0
- package/dist/commonjs/api/snapshots/operations.js.map +7 -0
- package/dist/commonjs/api/snapshots/options.d.ts +20 -0
- package/dist/commonjs/api/snapshots/options.js +15 -0
- package/dist/commonjs/api/snapshots/options.js.map +7 -0
- package/dist/commonjs/api/trustedAccessRoleBindings/index.d.ts +3 -0
- package/dist/commonjs/api/trustedAccessRoleBindings/index.js +33 -0
- package/dist/commonjs/api/trustedAccessRoleBindings/index.js.map +7 -0
- package/dist/commonjs/api/trustedAccessRoleBindings/operations.d.ts +28 -0
- package/dist/commonjs/api/trustedAccessRoleBindings/operations.js +207 -0
- package/dist/commonjs/api/trustedAccessRoleBindings/operations.js.map +7 -0
- package/dist/commonjs/api/trustedAccessRoleBindings/options.d.ts +18 -0
- package/dist/commonjs/api/trustedAccessRoleBindings/options.js +15 -0
- package/dist/commonjs/api/trustedAccessRoleBindings/options.js.map +7 -0
- package/dist/commonjs/api/trustedAccessRoles/index.d.ts +3 -0
- package/dist/commonjs/api/trustedAccessRoles/index.js +27 -0
- package/dist/commonjs/api/trustedAccessRoles/index.js.map +7 -0
- package/dist/commonjs/api/trustedAccessRoles/operations.d.ts +10 -0
- package/dist/commonjs/api/trustedAccessRoles/operations.js +69 -0
- package/dist/commonjs/api/trustedAccessRoles/operations.js.map +7 -0
- package/dist/commonjs/api/trustedAccessRoles/options.d.ts +5 -0
- package/dist/commonjs/api/trustedAccessRoles/options.js +15 -0
- package/dist/commonjs/api/trustedAccessRoles/options.js.map +7 -0
- package/dist/commonjs/classic/agentPools/index.d.ts +54 -0
- package/dist/commonjs/classic/agentPools/index.js +138 -0
- package/dist/commonjs/classic/agentPools/index.js.map +7 -0
- package/dist/commonjs/classic/index.d.ts +13 -0
- package/dist/commonjs/classic/index.js +15 -0
- package/dist/commonjs/classic/index.js.map +7 -0
- package/dist/commonjs/classic/machines/index.d.ts +13 -0
- package/dist/commonjs/classic/machines/index.js +38 -0
- package/dist/commonjs/classic/machines/index.js.map +7 -0
- package/dist/commonjs/classic/maintenanceConfigurations/index.d.ts +22 -0
- package/dist/commonjs/classic/maintenanceConfigurations/index.js +40 -0
- package/dist/commonjs/classic/maintenanceConfigurations/index.js.map +7 -0
- package/dist/commonjs/classic/managedClusters/index.d.ts +112 -0
- package/dist/commonjs/classic/managedClusters/index.js +173 -0
- package/dist/commonjs/classic/managedClusters/index.js.map +7 -0
- package/dist/commonjs/classic/managedNamespaces/index.d.ts +36 -0
- package/dist/commonjs/classic/managedNamespaces/index.js +86 -0
- package/dist/commonjs/classic/managedNamespaces/index.js.map +7 -0
- package/dist/commonjs/classic/operations/index.d.ts +11 -0
- package/dist/commonjs/classic/operations/index.js +37 -0
- package/dist/commonjs/classic/operations/index.js.map +7 -0
- package/dist/commonjs/classic/privateEndpointConnections/index.d.ts +27 -0
- package/dist/commonjs/classic/privateEndpointConnections/index.js +68 -0
- package/dist/commonjs/classic/privateEndpointConnections/index.js.map +7 -0
- package/dist/commonjs/classic/privateLinkResources/index.d.ts +10 -0
- package/dist/commonjs/classic/privateLinkResources/index.js +37 -0
- package/dist/commonjs/classic/privateLinkResources/index.js.map +7 -0
- package/dist/commonjs/classic/resolvePrivateLinkServiceId/index.d.ts +10 -0
- package/dist/commonjs/classic/resolvePrivateLinkServiceId/index.js +37 -0
- package/dist/commonjs/classic/resolvePrivateLinkServiceId/index.js.map +7 -0
- package/dist/commonjs/classic/snapshots/index.d.ts +26 -0
- package/dist/commonjs/classic/snapshots/index.js +42 -0
- package/dist/commonjs/classic/snapshots/index.js.map +7 -0
- package/dist/commonjs/classic/trustedAccessRoleBindings/index.d.ts +32 -0
- package/dist/commonjs/classic/trustedAccessRoleBindings/index.js +90 -0
- package/dist/commonjs/classic/trustedAccessRoleBindings/index.js.map +7 -0
- package/dist/commonjs/classic/trustedAccessRoles/index.d.ts +11 -0
- package/dist/commonjs/classic/trustedAccessRoles/index.js +37 -0
- package/dist/commonjs/classic/trustedAccessRoles/index.js.map +7 -0
- package/dist/commonjs/containerServiceClient.d.ts +46 -36
- package/dist/commonjs/containerServiceClient.js +95 -140
- package/dist/commonjs/containerServiceClient.js.map +7 -1
- package/dist/commonjs/index.d.ts +25 -3
- package/dist/commonjs/index.js +172 -16
- package/dist/commonjs/index.js.map +7 -1
- package/dist/commonjs/logger.d.ts +2 -0
- package/dist/commonjs/logger.js +28 -0
- package/dist/commonjs/logger.js.map +7 -0
- package/dist/commonjs/models/index.d.ts +2 -5544
- package/dist/commonjs/models/index.js +163 -859
- package/dist/commonjs/models/index.js.map +7 -1
- package/dist/commonjs/models/models.d.ts +3838 -0
- package/dist/commonjs/models/models.js +4634 -0
- package/dist/commonjs/models/models.js.map +7 -0
- package/dist/commonjs/restorePollerHelpers.d.ts +21 -0
- package/dist/commonjs/restorePollerHelpers.js +154 -0
- package/dist/commonjs/restorePollerHelpers.js.map +7 -0
- package/dist/commonjs/static-helpers/cloudSettingHelpers.d.ts +22 -0
- package/dist/commonjs/static-helpers/cloudSettingHelpers.js +51 -0
- package/dist/commonjs/static-helpers/cloudSettingHelpers.js.map +7 -0
- package/dist/commonjs/static-helpers/pagingHelpers.d.ts +74 -0
- package/dist/commonjs/static-helpers/pagingHelpers.js +142 -0
- package/dist/commonjs/static-helpers/pagingHelpers.js.map +7 -0
- package/dist/commonjs/static-helpers/pollingHelpers.d.ts +34 -0
- package/dist/commonjs/static-helpers/pollingHelpers.js +100 -0
- package/dist/commonjs/static-helpers/pollingHelpers.js.map +7 -0
- package/dist/commonjs/static-helpers/serialization/check-prop-undefined.d.ts +8 -0
- package/dist/commonjs/static-helpers/serialization/check-prop-undefined.js +34 -0
- package/dist/commonjs/static-helpers/serialization/check-prop-undefined.js.map +7 -0
- package/dist/commonjs/static-helpers/simplePollerHelpers.d.ts +73 -0
- package/dist/commonjs/static-helpers/simplePollerHelpers.js +66 -0
- package/dist/commonjs/static-helpers/simplePollerHelpers.js.map +7 -0
- package/dist/commonjs/static-helpers/urlTemplate.d.ts +5 -0
- package/dist/commonjs/static-helpers/urlTemplate.js +196 -0
- package/dist/commonjs/static-helpers/urlTemplate.js.map +7 -0
- package/dist/commonjs/tsdoc-metadata.json +1 -1
- package/dist/esm/api/agentPools/index.d.ts +3 -0
- package/dist/esm/api/agentPools/index.js +22 -0
- package/dist/esm/api/agentPools/index.js.map +7 -0
- package/dist/esm/api/agentPools/operations.d.ts +48 -0
- package/dist/esm/api/agentPools/operations.js +403 -0
- package/dist/esm/api/agentPools/operations.js.map +7 -0
- package/dist/esm/api/agentPools/options.d.ts +47 -0
- package/dist/esm/api/agentPools/options.js +0 -0
- package/dist/esm/api/agentPools/options.js.map +7 -0
- package/dist/esm/api/containerServiceContext.d.ts +22 -0
- package/dist/esm/api/containerServiceContext.js +21 -0
- package/dist/esm/api/containerServiceContext.js.map +7 -0
- package/dist/esm/api/index.d.ts +3 -0
- package/dist/esm/api/index.js +4 -0
- package/dist/esm/api/index.js.map +7 -0
- package/dist/esm/api/machines/index.d.ts +3 -0
- package/dist/esm/api/machines/index.js +5 -0
- package/dist/esm/api/machines/index.js.map +7 -0
- package/dist/esm/api/machines/operations.d.ts +14 -0
- package/dist/esm/api/machines/operations.js +93 -0
- package/dist/esm/api/machines/operations.js.map +7 -0
- package/dist/esm/api/machines/options.d.ts +8 -0
- package/dist/esm/api/machines/options.js +0 -0
- package/dist/esm/api/machines/options.js.map +7 -0
- package/dist/esm/api/maintenanceConfigurations/index.d.ts +3 -0
- package/dist/esm/api/maintenanceConfigurations/index.js +7 -0
- package/dist/esm/api/maintenanceConfigurations/index.js.map +7 -0
- package/dist/esm/api/maintenanceConfigurations/operations.d.ts +27 -0
- package/dist/esm/api/maintenanceConfigurations/operations.js +161 -0
- package/dist/esm/api/maintenanceConfigurations/operations.js.map +7 -0
- package/dist/esm/api/maintenanceConfigurations/options.d.ts +14 -0
- package/dist/esm/api/maintenanceConfigurations/options.js +0 -0
- package/dist/esm/api/maintenanceConfigurations/options.js.map +7 -0
- package/dist/esm/api/managedClusters/index.d.ts +3 -0
- package/dist/esm/api/managedClusters/index.js +56 -0
- package/dist/esm/api/managedClusters/index.js.map +7 -0
- package/dist/esm/api/managedClusters/operations.d.ts +116 -0
- package/dist/esm/api/managedClusters/operations.js +1069 -0
- package/dist/esm/api/managedClusters/operations.js.map +7 -0
- package/dist/esm/api/managedClusters/options.d.ts +119 -0
- package/dist/esm/api/managedClusters/options.js +0 -0
- package/dist/esm/api/managedClusters/options.js.map +7 -0
- package/dist/esm/api/managedNamespaces/index.d.ts +3 -0
- package/dist/esm/api/managedNamespaces/index.js +16 -0
- package/dist/esm/api/managedNamespaces/index.js.map +7 -0
- package/dist/esm/api/managedNamespaces/operations.d.ts +36 -0
- package/dist/esm/api/managedNamespaces/operations.js +265 -0
- package/dist/esm/api/managedNamespaces/operations.js.map +7 -0
- package/dist/esm/api/managedNamespaces/options.d.ts +24 -0
- package/dist/esm/api/managedNamespaces/options.js +0 -0
- package/dist/esm/api/managedNamespaces/options.js.map +7 -0
- package/dist/esm/api/operations/index.d.ts +3 -0
- package/dist/esm/api/operations/index.js +4 -0
- package/dist/esm/api/operations/index.js.map +7 -0
- package/dist/esm/api/operations/operations.d.ts +10 -0
- package/dist/esm/api/operations/operations.js +45 -0
- package/dist/esm/api/operations/operations.js.map +7 -0
- package/dist/esm/api/operations/options.d.ts +5 -0
- package/dist/esm/api/operations/options.js +0 -0
- package/dist/esm/api/operations/options.js.map +7 -0
- package/dist/esm/api/privateEndpointConnections/index.d.ts +3 -0
- package/dist/esm/api/privateEndpointConnections/index.js +7 -0
- package/dist/esm/api/privateEndpointConnections/index.js.map +7 -0
- package/dist/esm/api/privateEndpointConnections/operations.d.ts +27 -0
- package/dist/esm/api/privateEndpointConnections/operations.js +173 -0
- package/dist/esm/api/privateEndpointConnections/operations.js.map +7 -0
- package/dist/esm/api/privateEndpointConnections/options.d.ts +16 -0
- package/dist/esm/api/privateEndpointConnections/options.js +0 -0
- package/dist/esm/api/privateEndpointConnections/options.js.map +7 -0
- package/dist/esm/api/privateLinkResources/index.d.ts +3 -0
- package/dist/esm/api/privateLinkResources/index.js +4 -0
- package/dist/esm/api/privateLinkResources/index.js.map +7 -0
- package/dist/esm/api/privateLinkResources/operations.d.ts +9 -0
- package/dist/esm/api/privateLinkResources/operations.js +42 -0
- package/dist/esm/api/privateLinkResources/operations.js.map +7 -0
- package/dist/esm/api/privateLinkResources/options.d.ts +5 -0
- package/dist/esm/api/privateLinkResources/options.js +0 -0
- package/dist/esm/api/privateLinkResources/options.js.map +7 -0
- package/dist/esm/api/resolvePrivateLinkServiceId/index.d.ts +3 -0
- package/dist/esm/api/resolvePrivateLinkServiceId/index.js +4 -0
- package/dist/esm/api/resolvePrivateLinkServiceId/index.js.map +7 -0
- package/dist/esm/api/resolvePrivateLinkServiceId/operations.d.ts +9 -0
- package/dist/esm/api/resolvePrivateLinkServiceId/operations.js +45 -0
- package/dist/esm/api/resolvePrivateLinkServiceId/operations.js.map +7 -0
- package/dist/esm/api/resolvePrivateLinkServiceId/options.d.ts +5 -0
- package/dist/esm/api/resolvePrivateLinkServiceId/options.js +0 -0
- package/dist/esm/api/resolvePrivateLinkServiceId/options.js.map +7 -0
- package/dist/esm/api/snapshots/index.d.ts +3 -0
- package/dist/esm/api/snapshots/index.js +16 -0
- package/dist/esm/api/snapshots/index.js.map +7 -0
- package/dist/esm/api/snapshots/operations.d.ts +35 -0
- package/dist/esm/api/snapshots/operations.js +236 -0
- package/dist/esm/api/snapshots/operations.js.map +7 -0
- package/dist/esm/api/snapshots/options.d.ts +20 -0
- package/dist/esm/api/snapshots/options.js +0 -0
- package/dist/esm/api/snapshots/options.js.map +7 -0
- package/dist/esm/api/trustedAccessRoleBindings/index.d.ts +3 -0
- package/dist/esm/api/trustedAccessRoleBindings/index.js +7 -0
- package/dist/esm/api/trustedAccessRoleBindings/index.js.map +7 -0
- package/dist/esm/api/trustedAccessRoleBindings/operations.d.ts +28 -0
- package/dist/esm/api/trustedAccessRoleBindings/operations.js +178 -0
- package/dist/esm/api/trustedAccessRoleBindings/operations.js.map +7 -0
- package/dist/esm/api/trustedAccessRoleBindings/options.d.ts +18 -0
- package/dist/esm/api/trustedAccessRoleBindings/options.js +0 -0
- package/dist/esm/api/trustedAccessRoleBindings/options.js.map +7 -0
- package/dist/esm/api/trustedAccessRoles/index.d.ts +3 -0
- package/dist/esm/api/trustedAccessRoles/index.js +4 -0
- package/dist/esm/api/trustedAccessRoles/index.js.map +7 -0
- package/dist/esm/api/trustedAccessRoles/operations.d.ts +10 -0
- package/dist/esm/api/trustedAccessRoles/operations.js +47 -0
- package/dist/esm/api/trustedAccessRoles/operations.js.map +7 -0
- package/dist/esm/api/trustedAccessRoles/options.d.ts +5 -0
- package/dist/esm/api/trustedAccessRoles/options.js +0 -0
- package/dist/esm/api/trustedAccessRoles/options.js.map +7 -0
- package/dist/esm/classic/agentPools/index.d.ts +54 -0
- package/dist/esm/classic/agentPools/index.js +125 -0
- package/dist/esm/classic/agentPools/index.js.map +7 -0
- package/dist/esm/classic/index.d.ts +13 -0
- package/dist/esm/classic/index.js +0 -0
- package/dist/esm/classic/index.js.map +7 -0
- package/dist/esm/classic/machines/index.d.ts +13 -0
- package/dist/esm/classic/machines/index.js +15 -0
- package/dist/esm/classic/machines/index.js.map +7 -0
- package/dist/esm/classic/maintenanceConfigurations/index.d.ts +22 -0
- package/dist/esm/classic/maintenanceConfigurations/index.js +22 -0
- package/dist/esm/classic/maintenanceConfigurations/index.js.map +7 -0
- package/dist/esm/classic/managedClusters/index.d.ts +112 -0
- package/dist/esm/classic/managedClusters/index.js +177 -0
- package/dist/esm/classic/managedClusters/index.js.map +7 -0
- package/dist/esm/classic/managedNamespaces/index.d.ts +36 -0
- package/dist/esm/classic/managedNamespaces/index.js +70 -0
- package/dist/esm/classic/managedNamespaces/index.js.map +7 -0
- package/dist/esm/classic/operations/index.d.ts +11 -0
- package/dist/esm/classic/operations/index.js +14 -0
- package/dist/esm/classic/operations/index.js.map +7 -0
- package/dist/esm/classic/privateEndpointConnections/index.d.ts +27 -0
- package/dist/esm/classic/privateEndpointConnections/index.js +45 -0
- package/dist/esm/classic/privateEndpointConnections/index.js.map +7 -0
- package/dist/esm/classic/privateLinkResources/index.d.ts +10 -0
- package/dist/esm/classic/privateLinkResources/index.js +14 -0
- package/dist/esm/classic/privateLinkResources/index.js.map +7 -0
- package/dist/esm/classic/resolvePrivateLinkServiceId/index.d.ts +10 -0
- package/dist/esm/classic/resolvePrivateLinkServiceId/index.js +14 -0
- package/dist/esm/classic/resolvePrivateLinkServiceId/index.js.map +7 -0
- package/dist/esm/classic/snapshots/index.d.ts +26 -0
- package/dist/esm/classic/snapshots/index.js +26 -0
- package/dist/esm/classic/snapshots/index.js.map +7 -0
- package/dist/esm/classic/trustedAccessRoleBindings/index.d.ts +32 -0
- package/dist/esm/classic/trustedAccessRoleBindings/index.js +72 -0
- package/dist/esm/classic/trustedAccessRoleBindings/index.js.map +7 -0
- package/dist/esm/classic/trustedAccessRoles/index.d.ts +11 -0
- package/dist/esm/classic/trustedAccessRoles/index.js +14 -0
- package/dist/esm/classic/trustedAccessRoles/index.js.map +7 -0
- package/dist/esm/containerServiceClient.d.ts +46 -36
- package/dist/esm/containerServiceClient.js +72 -135
- package/dist/esm/containerServiceClient.js.map +7 -1
- package/dist/esm/index.d.ts +25 -3
- package/dist/esm/index.js +148 -10
- package/dist/esm/index.js.map +7 -1
- package/dist/esm/logger.d.ts +2 -0
- package/dist/esm/logger.js +5 -0
- package/dist/esm/logger.js.map +7 -0
- package/dist/esm/models/index.d.ts +2 -5544
- package/dist/esm/models/index.js +142 -855
- package/dist/esm/models/index.js.map +7 -1
- package/dist/esm/models/models.d.ts +3838 -0
- package/dist/esm/models/models.js +4139 -0
- package/dist/esm/models/models.js.map +7 -0
- package/dist/esm/restorePollerHelpers.d.ts +21 -0
- package/dist/esm/restorePollerHelpers.js +155 -0
- package/dist/esm/restorePollerHelpers.js.map +7 -0
- package/dist/esm/static-helpers/cloudSettingHelpers.d.ts +22 -0
- package/dist/esm/static-helpers/cloudSettingHelpers.js +27 -0
- package/dist/esm/static-helpers/cloudSettingHelpers.js.map +7 -0
- package/dist/esm/static-helpers/pagingHelpers.d.ts +74 -0
- package/dist/esm/static-helpers/pagingHelpers.js +119 -0
- package/dist/esm/static-helpers/pagingHelpers.js.map +7 -0
- package/dist/esm/static-helpers/pollingHelpers.d.ts +34 -0
- package/dist/esm/static-helpers/pollingHelpers.js +77 -0
- package/dist/esm/static-helpers/pollingHelpers.js.map +7 -0
- package/dist/esm/static-helpers/serialization/check-prop-undefined.d.ts +8 -0
- package/dist/esm/static-helpers/serialization/check-prop-undefined.js +11 -0
- package/dist/esm/static-helpers/serialization/check-prop-undefined.js.map +7 -0
- package/dist/esm/static-helpers/simplePollerHelpers.d.ts +73 -0
- package/dist/esm/static-helpers/simplePollerHelpers.js +43 -0
- package/dist/esm/static-helpers/simplePollerHelpers.js.map +7 -0
- package/dist/esm/static-helpers/urlTemplate.d.ts +5 -0
- package/dist/esm/static-helpers/urlTemplate.js +173 -0
- package/dist/esm/static-helpers/urlTemplate.js.map +7 -0
- package/dist/react-native/api/agentPools/index.d.ts +3 -0
- package/dist/react-native/api/agentPools/index.js +4 -0
- package/dist/react-native/api/agentPools/index.js.map +1 -0
- package/dist/react-native/api/agentPools/operations.d.ts +48 -0
- package/dist/react-native/api/agentPools/operations.js +305 -0
- package/dist/react-native/api/agentPools/operations.js.map +1 -0
- package/dist/react-native/api/agentPools/options.d.ts +47 -0
- package/dist/react-native/api/agentPools/options.js +4 -0
- package/dist/react-native/api/agentPools/options.js.map +1 -0
- package/dist/react-native/api/containerServiceContext.d.ts +22 -0
- package/dist/react-native/api/containerServiceContext.js +24 -0
- package/dist/react-native/api/containerServiceContext.js.map +1 -0
- package/dist/react-native/api/index.d.ts +3 -0
- package/dist/react-native/api/index.js +4 -0
- package/dist/react-native/api/index.js.map +1 -0
- package/dist/react-native/api/machines/index.d.ts +3 -0
- package/dist/react-native/api/machines/index.js +4 -0
- package/dist/react-native/api/machines/index.js.map +1 -0
- package/dist/react-native/api/machines/operations.d.ts +14 -0
- package/dist/react-native/api/machines/operations.js +65 -0
- package/dist/react-native/api/machines/operations.js.map +1 -0
- package/dist/react-native/api/machines/options.d.ts +8 -0
- package/dist/react-native/api/machines/options.js +4 -0
- package/dist/react-native/api/machines/options.js.map +1 -0
- package/dist/react-native/api/maintenanceConfigurations/index.d.ts +3 -0
- package/dist/react-native/api/maintenanceConfigurations/index.js +4 -0
- package/dist/react-native/api/maintenanceConfigurations/index.js.map +1 -0
- package/dist/react-native/api/maintenanceConfigurations/operations.d.ts +27 -0
- package/dist/react-native/api/maintenanceConfigurations/operations.js +125 -0
- package/dist/react-native/api/maintenanceConfigurations/operations.js.map +1 -0
- package/dist/react-native/api/maintenanceConfigurations/options.d.ts +14 -0
- package/dist/react-native/api/maintenanceConfigurations/options.js +4 -0
- package/dist/react-native/api/maintenanceConfigurations/options.js.map +1 -0
- package/dist/react-native/api/managedClusters/index.d.ts +3 -0
- package/dist/react-native/api/managedClusters/index.js +4 -0
- package/dist/react-native/api/managedClusters/index.js.map +1 -0
- package/dist/react-native/api/managedClusters/operations.d.ts +116 -0
- package/dist/react-native/api/managedClusters/operations.js +806 -0
- package/dist/react-native/api/managedClusters/operations.js.map +1 -0
- package/dist/react-native/api/managedClusters/options.d.ts +119 -0
- package/dist/react-native/api/managedClusters/options.js +4 -0
- package/dist/react-native/api/managedClusters/options.js.map +1 -0
- package/dist/react-native/api/managedNamespaces/index.d.ts +3 -0
- package/dist/react-native/api/managedNamespaces/index.js +4 -0
- package/dist/react-native/api/managedNamespaces/index.js.map +1 -0
- package/dist/react-native/api/managedNamespaces/operations.d.ts +36 -0
- package/dist/react-native/api/managedNamespaces/operations.js +196 -0
- package/dist/react-native/api/managedNamespaces/operations.js.map +1 -0
- package/dist/react-native/api/managedNamespaces/options.d.ts +24 -0
- package/dist/react-native/api/managedNamespaces/options.js +4 -0
- package/dist/react-native/api/managedNamespaces/options.js.map +1 -0
- package/dist/react-native/api/operations/index.d.ts +3 -0
- package/dist/react-native/api/operations/index.js +4 -0
- package/dist/react-native/api/operations/index.js.map +1 -0
- package/dist/react-native/api/operations/operations.d.ts +10 -0
- package/dist/react-native/api/operations/operations.js +31 -0
- package/dist/react-native/api/operations/operations.js.map +1 -0
- package/dist/react-native/api/operations/options.d.ts +5 -0
- package/dist/react-native/api/operations/options.js +4 -0
- package/dist/react-native/api/operations/options.js.map +1 -0
- package/dist/react-native/api/privateEndpointConnections/index.d.ts +3 -0
- package/dist/react-native/api/privateEndpointConnections/index.js +4 -0
- package/dist/react-native/api/privateEndpointConnections/index.js.map +1 -0
- package/dist/react-native/api/privateEndpointConnections/operations.d.ts +27 -0
- package/dist/react-native/api/privateEndpointConnections/operations.js +131 -0
- package/dist/react-native/api/privateEndpointConnections/operations.js.map +1 -0
- package/dist/react-native/api/privateEndpointConnections/options.d.ts +16 -0
- package/dist/react-native/api/privateEndpointConnections/options.js +4 -0
- package/dist/react-native/api/privateEndpointConnections/options.js.map +1 -0
- package/dist/react-native/api/privateLinkResources/index.d.ts +3 -0
- package/dist/react-native/api/privateLinkResources/index.js +4 -0
- package/dist/react-native/api/privateLinkResources/index.js.map +1 -0
- package/dist/react-native/api/privateLinkResources/operations.d.ts +9 -0
- package/dist/react-native/api/privateLinkResources/operations.js +34 -0
- package/dist/react-native/api/privateLinkResources/operations.js.map +1 -0
- package/dist/react-native/api/privateLinkResources/options.d.ts +5 -0
- package/dist/react-native/api/privateLinkResources/options.js +4 -0
- package/dist/react-native/api/privateLinkResources/options.js.map +1 -0
- package/dist/react-native/api/resolvePrivateLinkServiceId/index.d.ts +3 -0
- package/dist/react-native/api/resolvePrivateLinkServiceId/index.js +4 -0
- package/dist/react-native/api/resolvePrivateLinkServiceId/index.js.map +1 -0
- package/dist/react-native/api/resolvePrivateLinkServiceId/operations.d.ts +9 -0
- package/dist/react-native/api/resolvePrivateLinkServiceId/operations.js +36 -0
- package/dist/react-native/api/resolvePrivateLinkServiceId/operations.js.map +1 -0
- package/dist/react-native/api/resolvePrivateLinkServiceId/options.d.ts +5 -0
- package/dist/react-native/api/resolvePrivateLinkServiceId/options.js +4 -0
- package/dist/react-native/api/resolvePrivateLinkServiceId/options.js.map +1 -0
- package/dist/react-native/api/snapshots/index.d.ts +3 -0
- package/dist/react-native/api/snapshots/index.js +4 -0
- package/dist/react-native/api/snapshots/index.js.map +1 -0
- package/dist/react-native/api/snapshots/operations.d.ts +35 -0
- package/dist/react-native/api/snapshots/operations.js +176 -0
- package/dist/react-native/api/snapshots/operations.js.map +1 -0
- package/dist/react-native/api/snapshots/options.d.ts +20 -0
- package/dist/react-native/api/snapshots/options.js +4 -0
- package/dist/react-native/api/snapshots/options.js.map +1 -0
- package/dist/react-native/api/trustedAccessRoleBindings/index.d.ts +3 -0
- package/dist/react-native/api/trustedAccessRoleBindings/index.js +4 -0
- package/dist/react-native/api/trustedAccessRoleBindings/index.js.map +1 -0
- package/dist/react-native/api/trustedAccessRoleBindings/operations.d.ts +28 -0
- package/dist/react-native/api/trustedAccessRoleBindings/operations.js +136 -0
- package/dist/react-native/api/trustedAccessRoleBindings/operations.js.map +1 -0
- package/dist/react-native/api/trustedAccessRoleBindings/options.d.ts +18 -0
- package/dist/react-native/api/trustedAccessRoleBindings/options.js +4 -0
- package/dist/react-native/api/trustedAccessRoleBindings/options.js.map +1 -0
- package/dist/react-native/api/trustedAccessRoles/index.d.ts +3 -0
- package/dist/react-native/api/trustedAccessRoles/index.js +4 -0
- package/dist/react-native/api/trustedAccessRoles/index.js.map +1 -0
- package/dist/react-native/api/trustedAccessRoles/operations.d.ts +10 -0
- package/dist/react-native/api/trustedAccessRoles/operations.js +33 -0
- package/dist/react-native/api/trustedAccessRoles/operations.js.map +1 -0
- package/dist/react-native/api/trustedAccessRoles/options.d.ts +5 -0
- package/dist/react-native/api/trustedAccessRoles/options.js +4 -0
- package/dist/react-native/api/trustedAccessRoles/options.js.map +1 -0
- package/dist/react-native/classic/agentPools/index.d.ts +54 -0
- package/dist/react-native/classic/agentPools/index.js +63 -0
- package/dist/react-native/classic/agentPools/index.js.map +1 -0
- package/dist/react-native/classic/index.d.ts +13 -0
- package/dist/react-native/classic/index.js +4 -0
- package/dist/react-native/classic/index.js.map +1 -0
- package/dist/react-native/classic/machines/index.d.ts +13 -0
- package/dist/react-native/classic/machines/index.js +15 -0
- package/dist/react-native/classic/machines/index.js.map +1 -0
- package/dist/react-native/classic/maintenanceConfigurations/index.d.ts +22 -0
- package/dist/react-native/classic/maintenanceConfigurations/index.js +17 -0
- package/dist/react-native/classic/maintenanceConfigurations/index.js.map +1 -0
- package/dist/react-native/classic/managedClusters/index.d.ts +112 -0
- package/dist/react-native/classic/managedClusters/index.js +128 -0
- package/dist/react-native/classic/managedClusters/index.js.map +1 -0
- package/dist/react-native/classic/managedNamespaces/index.d.ts +36 -0
- package/dist/react-native/classic/managedNamespaces/index.js +36 -0
- package/dist/react-native/classic/managedNamespaces/index.js.map +1 -0
- package/dist/react-native/classic/operations/index.d.ts +11 -0
- package/dist/react-native/classic/operations/index.js +14 -0
- package/dist/react-native/classic/operations/index.js.map +1 -0
- package/dist/react-native/classic/privateEndpointConnections/index.d.ts +27 -0
- package/dist/react-native/classic/privateEndpointConnections/index.js +26 -0
- package/dist/react-native/classic/privateEndpointConnections/index.js.map +1 -0
- package/dist/react-native/classic/privateLinkResources/index.d.ts +10 -0
- package/dist/react-native/classic/privateLinkResources/index.js +14 -0
- package/dist/react-native/classic/privateLinkResources/index.js.map +1 -0
- package/dist/react-native/classic/resolvePrivateLinkServiceId/index.d.ts +10 -0
- package/dist/react-native/classic/resolvePrivateLinkServiceId/index.js +14 -0
- package/dist/react-native/classic/resolvePrivateLinkServiceId/index.js.map +1 -0
- package/dist/react-native/classic/snapshots/index.d.ts +26 -0
- package/dist/react-native/classic/snapshots/index.js +19 -0
- package/dist/react-native/classic/snapshots/index.js.map +1 -0
- package/dist/react-native/classic/trustedAccessRoleBindings/index.d.ts +32 -0
- package/dist/react-native/classic/trustedAccessRoleBindings/index.js +34 -0
- package/dist/react-native/classic/trustedAccessRoleBindings/index.js.map +1 -0
- package/dist/react-native/classic/trustedAccessRoles/index.d.ts +11 -0
- package/dist/react-native/classic/trustedAccessRoles/index.js +14 -0
- package/dist/react-native/classic/trustedAccessRoles/index.js.map +1 -0
- package/dist/react-native/containerServiceClient.d.ts +46 -36
- package/dist/react-native/containerServiceClient.js +66 -126
- package/dist/react-native/containerServiceClient.js.map +1 -1
- package/dist/react-native/index.d.ts +25 -3
- package/dist/react-native/index.js +4 -6
- package/dist/react-native/index.js.map +1 -1
- package/dist/react-native/logger.d.ts +2 -0
- package/dist/react-native/logger.js +5 -0
- package/dist/react-native/logger.js.map +1 -0
- package/dist/react-native/models/index.d.ts +2 -5544
- package/dist/react-native/models/index.js +1 -852
- package/dist/react-native/models/index.js.map +1 -1
- package/dist/react-native/models/models.d.ts +3838 -0
- package/dist/react-native/models/models.js +4784 -0
- package/dist/react-native/models/models.js.map +1 -0
- package/dist/react-native/restorePollerHelpers.d.ts +21 -0
- package/dist/react-native/restorePollerHelpers.js +142 -0
- package/dist/react-native/restorePollerHelpers.js.map +1 -0
- package/dist/react-native/static-helpers/cloudSettingHelpers.d.ts +22 -0
- package/dist/react-native/static-helpers/cloudSettingHelpers.js +38 -0
- package/dist/react-native/static-helpers/cloudSettingHelpers.js.map +1 -0
- package/dist/react-native/static-helpers/pagingHelpers.d.ts +74 -0
- package/dist/react-native/static-helpers/pagingHelpers.js +143 -0
- package/dist/react-native/static-helpers/pagingHelpers.js.map +1 -0
- package/dist/react-native/static-helpers/pollingHelpers.d.ts +34 -0
- package/dist/react-native/static-helpers/pollingHelpers.js +95 -0
- package/dist/react-native/static-helpers/pollingHelpers.js.map +1 -0
- package/dist/react-native/static-helpers/serialization/check-prop-undefined.d.ts +8 -0
- package/dist/react-native/static-helpers/serialization/check-prop-undefined.js +17 -0
- package/dist/react-native/static-helpers/serialization/check-prop-undefined.js.map +1 -0
- package/dist/react-native/static-helpers/simplePollerHelpers.d.ts +73 -0
- package/dist/react-native/static-helpers/simplePollerHelpers.js +44 -0
- package/dist/react-native/static-helpers/simplePollerHelpers.js.map +1 -0
- package/dist/react-native/static-helpers/urlTemplate.d.ts +5 -0
- package/dist/react-native/static-helpers/urlTemplate.js +200 -0
- package/dist/react-native/static-helpers/urlTemplate.js.map +1 -0
- package/package.json +335 -95
- package/dist/browser/containerServiceClient.d.ts.map +0 -1
- package/dist/browser/index.d.ts.map +0 -1
- package/dist/browser/lroImpl.d.ts +0 -11
- package/dist/browser/lroImpl.d.ts.map +0 -1
- package/dist/browser/lroImpl.js +0 -20
- package/dist/browser/lroImpl.js.map +0 -1
- package/dist/browser/models/index.d.ts.map +0 -1
- package/dist/browser/models/mappers.d.ts +0 -281
- package/dist/browser/models/mappers.d.ts.map +0 -1
- package/dist/browser/models/mappers.js +0 -9121
- package/dist/browser/models/mappers.js.map +0 -1
- package/dist/browser/models/parameters.d.ts +0 -51
- package/dist/browser/models/parameters.d.ts.map +0 -1
- package/dist/browser/models/parameters.js +0 -436
- package/dist/browser/models/parameters.js.map +0 -1
- package/dist/browser/operations/agentPools.d.ts +0 -172
- package/dist/browser/operations/agentPools.d.ts.map +0 -1
- package/dist/browser/operations/agentPools.js +0 -789
- package/dist/browser/operations/agentPools.js.map +0 -1
- package/dist/browser/operations/containerService.d.ts +0 -39
- package/dist/browser/operations/containerService.d.ts.map +0 -1
- package/dist/browser/operations/containerService.js +0 -123
- package/dist/browser/operations/containerService.js.map +0 -1
- package/dist/browser/operations/identityBindings.d.ts +0 -81
- package/dist/browser/operations/identityBindings.d.ts.map +0 -1
- package/dist/browser/operations/identityBindings.js +0 -358
- package/dist/browser/operations/identityBindings.js.map +0 -1
- package/dist/browser/operations/index.d.ts +0 -20
- package/dist/browser/operations/index.d.ts.map +0 -1
- package/dist/browser/operations/index.js +0 -24
- package/dist/browser/operations/index.js.map +0 -1
- package/dist/browser/operations/jWTAuthenticators.d.ts +0 -83
- package/dist/browser/operations/jWTAuthenticators.d.ts.map +0 -1
- package/dist/browser/operations/jWTAuthenticators.js +0 -360
- package/dist/browser/operations/jWTAuthenticators.js.map +0 -1
- package/dist/browser/operations/loadBalancers.d.ts +0 -72
- package/dist/browser/operations/loadBalancers.d.ts.map +0 -1
- package/dist/browser/operations/loadBalancers.js +0 -296
- package/dist/browser/operations/loadBalancers.js.map +0 -1
- package/dist/browser/operations/machines.d.ts +0 -71
- package/dist/browser/operations/machines.d.ts.map +0 -1
- package/dist/browser/operations/machines.js +0 -282
- package/dist/browser/operations/machines.js.map +0 -1
- package/dist/browser/operations/maintenanceConfigurations.d.ts +0 -66
- package/dist/browser/operations/maintenanceConfigurations.d.ts.map +0 -1
- package/dist/browser/operations/maintenanceConfigurations.js +0 -232
- package/dist/browser/operations/maintenanceConfigurations.js.map +0 -1
- package/dist/browser/operations/managedClusterSnapshots.d.ts +0 -83
- package/dist/browser/operations/managedClusterSnapshots.d.ts.map +0 -1
- package/dist/browser/operations/managedClusterSnapshots.js +0 -337
- package/dist/browser/operations/managedClusterSnapshots.js.map +0 -1
- package/dist/browser/operations/managedClusters.d.ts +0 -468
- package/dist/browser/operations/managedClusters.d.ts.map +0 -1
- package/dist/browser/operations/managedClusters.js +0 -2173
- package/dist/browser/operations/managedClusters.js.map +0 -1
- package/dist/browser/operations/managedNamespaces.d.ts +0 -103
- package/dist/browser/operations/managedNamespaces.d.ts.map +0 -1
- package/dist/browser/operations/managedNamespaces.js +0 -434
- package/dist/browser/operations/managedNamespaces.js.map +0 -1
- package/dist/browser/operations/meshMemberships.d.ts +0 -81
- package/dist/browser/operations/meshMemberships.d.ts.map +0 -1
- package/dist/browser/operations/meshMemberships.js +0 -350
- package/dist/browser/operations/meshMemberships.js.map +0 -1
- package/dist/browser/operations/operationStatusResultOperations.d.ts +0 -55
- package/dist/browser/operations/operationStatusResultOperations.d.ts.map +0 -1
- package/dist/browser/operations/operationStatusResultOperations.js +0 -194
- package/dist/browser/operations/operationStatusResultOperations.js.map +0 -1
- package/dist/browser/operations/operations.d.ts +0 -26
- package/dist/browser/operations/operations.d.ts.map +0 -1
- package/dist/browser/operations/operations.js +0 -74
- package/dist/browser/operations/operations.js.map +0 -1
- package/dist/browser/operations/privateEndpointConnections.d.ts +0 -54
- package/dist/browser/operations/privateEndpointConnections.d.ts.map +0 -1
- package/dist/browser/operations/privateEndpointConnections.js +0 -218
- package/dist/browser/operations/privateEndpointConnections.js.map +0 -1
- package/dist/browser/operations/privateLinkResources.d.ts +0 -20
- package/dist/browser/operations/privateLinkResources.d.ts.map +0 -1
- package/dist/browser/operations/privateLinkResources.js +0 -49
- package/dist/browser/operations/privateLinkResources.js.map +0 -1
- package/dist/browser/operations/resolvePrivateLinkServiceId.d.ts +0 -21
- package/dist/browser/operations/resolvePrivateLinkServiceId.d.ts.map +0 -1
- package/dist/browser/operations/resolvePrivateLinkServiceId.js +0 -52
- package/dist/browser/operations/resolvePrivateLinkServiceId.js.map +0 -1
- package/dist/browser/operations/snapshots.d.ts +0 -83
- package/dist/browser/operations/snapshots.d.ts.map +0 -1
- package/dist/browser/operations/snapshots.js +0 -337
- package/dist/browser/operations/snapshots.js.map +0 -1
- package/dist/browser/operations/trustedAccessRoleBindings.d.ts +0 -81
- package/dist/browser/operations/trustedAccessRoleBindings.d.ts.map +0 -1
- package/dist/browser/operations/trustedAccessRoleBindings.js +0 -360
- package/dist/browser/operations/trustedAccessRoleBindings.js.map +0 -1
- package/dist/browser/operations/trustedAccessRoles.d.ts +0 -35
- package/dist/browser/operations/trustedAccessRoles.d.ts.map +0 -1
- package/dist/browser/operations/trustedAccessRoles.js +0 -119
- package/dist/browser/operations/trustedAccessRoles.js.map +0 -1
- package/dist/browser/operationsInterfaces/agentPools.d.ts +0 -147
- package/dist/browser/operationsInterfaces/agentPools.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/agentPools.js +0 -4
- package/dist/browser/operationsInterfaces/agentPools.js.map +0 -1
- package/dist/browser/operationsInterfaces/containerService.d.ts +0 -14
- package/dist/browser/operationsInterfaces/containerService.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/containerService.js +0 -4
- package/dist/browser/operationsInterfaces/containerService.js.map +0 -1
- package/dist/browser/operationsInterfaces/identityBindings.d.ts +0 -56
- package/dist/browser/operationsInterfaces/identityBindings.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/identityBindings.js +0 -4
- package/dist/browser/operationsInterfaces/identityBindings.js.map +0 -1
- package/dist/browser/operationsInterfaces/index.d.ts +0 -20
- package/dist/browser/operationsInterfaces/index.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/index.js +0 -24
- package/dist/browser/operationsInterfaces/index.js.map +0 -1
- package/dist/browser/operationsInterfaces/jWTAuthenticators.d.ts +0 -58
- package/dist/browser/operationsInterfaces/jWTAuthenticators.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/jWTAuthenticators.js +0 -4
- package/dist/browser/operationsInterfaces/jWTAuthenticators.js.map +0 -1
- package/dist/browser/operationsInterfaces/loadBalancers.d.ts +0 -47
- package/dist/browser/operationsInterfaces/loadBalancers.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/loadBalancers.js +0 -4
- package/dist/browser/operationsInterfaces/loadBalancers.js.map +0 -1
- package/dist/browser/operationsInterfaces/machines.d.ts +0 -44
- package/dist/browser/operationsInterfaces/machines.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/machines.js +0 -4
- package/dist/browser/operationsInterfaces/machines.js.map +0 -1
- package/dist/browser/operationsInterfaces/maintenanceConfigurations.d.ts +0 -41
- package/dist/browser/operationsInterfaces/maintenanceConfigurations.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/maintenanceConfigurations.js +0 -4
- package/dist/browser/operationsInterfaces/maintenanceConfigurations.js.map +0 -1
- package/dist/browser/operationsInterfaces/managedClusterSnapshots.d.ts +0 -47
- package/dist/browser/operationsInterfaces/managedClusterSnapshots.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/managedClusterSnapshots.js +0 -4
- package/dist/browser/operationsInterfaces/managedClusterSnapshots.js.map +0 -1
- package/dist/browser/operationsInterfaces/managedClusters.d.ts +0 -348
- package/dist/browser/operationsInterfaces/managedClusters.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/managedClusters.js +0 -4
- package/dist/browser/operationsInterfaces/managedClusters.js.map +0 -1
- package/dist/browser/operationsInterfaces/managedNamespaces.d.ts +0 -78
- package/dist/browser/operationsInterfaces/managedNamespaces.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/managedNamespaces.js +0 -4
- package/dist/browser/operationsInterfaces/managedNamespaces.js.map +0 -1
- package/dist/browser/operationsInterfaces/meshMemberships.d.ts +0 -56
- package/dist/browser/operationsInterfaces/meshMemberships.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/meshMemberships.js +0 -4
- package/dist/browser/operationsInterfaces/meshMemberships.js.map +0 -1
- package/dist/browser/operationsInterfaces/operationStatusResultOperations.d.ts +0 -30
- package/dist/browser/operationsInterfaces/operationStatusResultOperations.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/operationStatusResultOperations.js +0 -4
- package/dist/browser/operationsInterfaces/operationStatusResultOperations.js.map +0 -1
- package/dist/browser/operationsInterfaces/operations.d.ts +0 -11
- package/dist/browser/operationsInterfaces/operations.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/operations.js +0 -4
- package/dist/browser/operationsInterfaces/operations.js.map +0 -1
- package/dist/browser/operationsInterfaces/privateEndpointConnections.d.ts +0 -46
- package/dist/browser/operationsInterfaces/privateEndpointConnections.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/privateEndpointConnections.js +0 -4
- package/dist/browser/operationsInterfaces/privateEndpointConnections.js.map +0 -1
- package/dist/browser/operationsInterfaces/privateLinkResources.d.ts +0 -12
- package/dist/browser/operationsInterfaces/privateLinkResources.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/privateLinkResources.js +0 -4
- package/dist/browser/operationsInterfaces/privateLinkResources.js.map +0 -1
- package/dist/browser/operationsInterfaces/resolvePrivateLinkServiceId.d.ts +0 -13
- package/dist/browser/operationsInterfaces/resolvePrivateLinkServiceId.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/resolvePrivateLinkServiceId.js +0 -4
- package/dist/browser/operationsInterfaces/resolvePrivateLinkServiceId.js.map +0 -1
- package/dist/browser/operationsInterfaces/snapshots.d.ts +0 -47
- package/dist/browser/operationsInterfaces/snapshots.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/snapshots.js +0 -4
- package/dist/browser/operationsInterfaces/snapshots.js.map +0 -1
- package/dist/browser/operationsInterfaces/trustedAccessRoleBindings.d.ts +0 -56
- package/dist/browser/operationsInterfaces/trustedAccessRoleBindings.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/trustedAccessRoleBindings.js +0 -4
- package/dist/browser/operationsInterfaces/trustedAccessRoleBindings.js.map +0 -1
- package/dist/browser/operationsInterfaces/trustedAccessRoles.d.ts +0 -12
- package/dist/browser/operationsInterfaces/trustedAccessRoles.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/trustedAccessRoles.js +0 -4
- package/dist/browser/operationsInterfaces/trustedAccessRoles.js.map +0 -1
- package/dist/browser/pagingHelper.d.ts +0 -13
- package/dist/browser/pagingHelper.d.ts.map +0 -1
- package/dist/browser/pagingHelper.js +0 -25
- package/dist/browser/pagingHelper.js.map +0 -1
- package/dist/commonjs/containerServiceClient.d.ts.map +0 -1
- package/dist/commonjs/index.d.ts.map +0 -1
- package/dist/commonjs/lroImpl.d.ts +0 -11
- package/dist/commonjs/lroImpl.d.ts.map +0 -1
- package/dist/commonjs/lroImpl.js +0 -23
- package/dist/commonjs/lroImpl.js.map +0 -1
- package/dist/commonjs/models/index.d.ts.map +0 -1
- package/dist/commonjs/models/mappers.d.ts +0 -281
- package/dist/commonjs/models/mappers.d.ts.map +0 -1
- package/dist/commonjs/models/mappers.js +0 -9129
- package/dist/commonjs/models/mappers.js.map +0 -1
- package/dist/commonjs/models/parameters.d.ts +0 -51
- package/dist/commonjs/models/parameters.d.ts.map +0 -1
- package/dist/commonjs/models/parameters.js +0 -439
- package/dist/commonjs/models/parameters.js.map +0 -1
- package/dist/commonjs/operations/agentPools.d.ts +0 -172
- package/dist/commonjs/operations/agentPools.d.ts.map +0 -1
- package/dist/commonjs/operations/agentPools.js +0 -794
- package/dist/commonjs/operations/agentPools.js.map +0 -1
- package/dist/commonjs/operations/containerService.d.ts +0 -39
- package/dist/commonjs/operations/containerService.d.ts.map +0 -1
- package/dist/commonjs/operations/containerService.js +0 -128
- package/dist/commonjs/operations/containerService.js.map +0 -1
- package/dist/commonjs/operations/identityBindings.d.ts +0 -81
- package/dist/commonjs/operations/identityBindings.d.ts.map +0 -1
- package/dist/commonjs/operations/identityBindings.js +0 -363
- package/dist/commonjs/operations/identityBindings.js.map +0 -1
- package/dist/commonjs/operations/index.d.ts +0 -20
- package/dist/commonjs/operations/index.d.ts.map +0 -1
- package/dist/commonjs/operations/index.js +0 -27
- package/dist/commonjs/operations/index.js.map +0 -1
- package/dist/commonjs/operations/jWTAuthenticators.d.ts +0 -83
- package/dist/commonjs/operations/jWTAuthenticators.d.ts.map +0 -1
- package/dist/commonjs/operations/jWTAuthenticators.js +0 -365
- package/dist/commonjs/operations/jWTAuthenticators.js.map +0 -1
- package/dist/commonjs/operations/loadBalancers.d.ts +0 -72
- package/dist/commonjs/operations/loadBalancers.d.ts.map +0 -1
- package/dist/commonjs/operations/loadBalancers.js +0 -301
- package/dist/commonjs/operations/loadBalancers.js.map +0 -1
- package/dist/commonjs/operations/machines.d.ts +0 -71
- package/dist/commonjs/operations/machines.d.ts.map +0 -1
- package/dist/commonjs/operations/machines.js +0 -287
- package/dist/commonjs/operations/machines.js.map +0 -1
- package/dist/commonjs/operations/maintenanceConfigurations.d.ts +0 -66
- package/dist/commonjs/operations/maintenanceConfigurations.d.ts.map +0 -1
- package/dist/commonjs/operations/maintenanceConfigurations.js +0 -237
- package/dist/commonjs/operations/maintenanceConfigurations.js.map +0 -1
- package/dist/commonjs/operations/managedClusterSnapshots.d.ts +0 -83
- package/dist/commonjs/operations/managedClusterSnapshots.d.ts.map +0 -1
- package/dist/commonjs/operations/managedClusterSnapshots.js +0 -342
- package/dist/commonjs/operations/managedClusterSnapshots.js.map +0 -1
- package/dist/commonjs/operations/managedClusters.d.ts +0 -468
- package/dist/commonjs/operations/managedClusters.d.ts.map +0 -1
- package/dist/commonjs/operations/managedClusters.js +0 -2178
- package/dist/commonjs/operations/managedClusters.js.map +0 -1
- package/dist/commonjs/operations/managedNamespaces.d.ts +0 -103
- package/dist/commonjs/operations/managedNamespaces.d.ts.map +0 -1
- package/dist/commonjs/operations/managedNamespaces.js +0 -439
- package/dist/commonjs/operations/managedNamespaces.js.map +0 -1
- package/dist/commonjs/operations/meshMemberships.d.ts +0 -81
- package/dist/commonjs/operations/meshMemberships.d.ts.map +0 -1
- package/dist/commonjs/operations/meshMemberships.js +0 -355
- package/dist/commonjs/operations/meshMemberships.js.map +0 -1
- package/dist/commonjs/operations/operationStatusResultOperations.d.ts +0 -55
- package/dist/commonjs/operations/operationStatusResultOperations.d.ts.map +0 -1
- package/dist/commonjs/operations/operationStatusResultOperations.js +0 -199
- package/dist/commonjs/operations/operationStatusResultOperations.js.map +0 -1
- package/dist/commonjs/operations/operations.d.ts +0 -26
- package/dist/commonjs/operations/operations.d.ts.map +0 -1
- package/dist/commonjs/operations/operations.js +0 -79
- package/dist/commonjs/operations/operations.js.map +0 -1
- package/dist/commonjs/operations/privateEndpointConnections.d.ts +0 -54
- package/dist/commonjs/operations/privateEndpointConnections.d.ts.map +0 -1
- package/dist/commonjs/operations/privateEndpointConnections.js +0 -223
- package/dist/commonjs/operations/privateEndpointConnections.js.map +0 -1
- package/dist/commonjs/operations/privateLinkResources.d.ts +0 -20
- package/dist/commonjs/operations/privateLinkResources.d.ts.map +0 -1
- package/dist/commonjs/operations/privateLinkResources.js +0 -54
- package/dist/commonjs/operations/privateLinkResources.js.map +0 -1
- package/dist/commonjs/operations/resolvePrivateLinkServiceId.d.ts +0 -21
- package/dist/commonjs/operations/resolvePrivateLinkServiceId.d.ts.map +0 -1
- package/dist/commonjs/operations/resolvePrivateLinkServiceId.js +0 -57
- package/dist/commonjs/operations/resolvePrivateLinkServiceId.js.map +0 -1
- package/dist/commonjs/operations/snapshots.d.ts +0 -83
- package/dist/commonjs/operations/snapshots.d.ts.map +0 -1
- package/dist/commonjs/operations/snapshots.js +0 -342
- package/dist/commonjs/operations/snapshots.js.map +0 -1
- package/dist/commonjs/operations/trustedAccessRoleBindings.d.ts +0 -81
- package/dist/commonjs/operations/trustedAccessRoleBindings.d.ts.map +0 -1
- package/dist/commonjs/operations/trustedAccessRoleBindings.js +0 -365
- package/dist/commonjs/operations/trustedAccessRoleBindings.js.map +0 -1
- package/dist/commonjs/operations/trustedAccessRoles.d.ts +0 -35
- package/dist/commonjs/operations/trustedAccessRoles.d.ts.map +0 -1
- package/dist/commonjs/operations/trustedAccessRoles.js +0 -124
- package/dist/commonjs/operations/trustedAccessRoles.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/agentPools.d.ts +0 -147
- package/dist/commonjs/operationsInterfaces/agentPools.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/agentPools.js +0 -5
- package/dist/commonjs/operationsInterfaces/agentPools.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/containerService.d.ts +0 -14
- package/dist/commonjs/operationsInterfaces/containerService.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/containerService.js +0 -5
- package/dist/commonjs/operationsInterfaces/containerService.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/identityBindings.d.ts +0 -56
- package/dist/commonjs/operationsInterfaces/identityBindings.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/identityBindings.js +0 -5
- package/dist/commonjs/operationsInterfaces/identityBindings.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/index.d.ts +0 -20
- package/dist/commonjs/operationsInterfaces/index.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/index.js +0 -27
- package/dist/commonjs/operationsInterfaces/index.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/jWTAuthenticators.d.ts +0 -58
- package/dist/commonjs/operationsInterfaces/jWTAuthenticators.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/jWTAuthenticators.js +0 -5
- package/dist/commonjs/operationsInterfaces/jWTAuthenticators.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/loadBalancers.d.ts +0 -47
- package/dist/commonjs/operationsInterfaces/loadBalancers.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/loadBalancers.js +0 -5
- package/dist/commonjs/operationsInterfaces/loadBalancers.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/machines.d.ts +0 -44
- package/dist/commonjs/operationsInterfaces/machines.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/machines.js +0 -5
- package/dist/commonjs/operationsInterfaces/machines.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/maintenanceConfigurations.d.ts +0 -41
- package/dist/commonjs/operationsInterfaces/maintenanceConfigurations.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/maintenanceConfigurations.js +0 -5
- package/dist/commonjs/operationsInterfaces/maintenanceConfigurations.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/managedClusterSnapshots.d.ts +0 -47
- package/dist/commonjs/operationsInterfaces/managedClusterSnapshots.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/managedClusterSnapshots.js +0 -5
- package/dist/commonjs/operationsInterfaces/managedClusterSnapshots.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/managedClusters.d.ts +0 -348
- package/dist/commonjs/operationsInterfaces/managedClusters.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/managedClusters.js +0 -5
- package/dist/commonjs/operationsInterfaces/managedClusters.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/managedNamespaces.d.ts +0 -78
- package/dist/commonjs/operationsInterfaces/managedNamespaces.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/managedNamespaces.js +0 -5
- package/dist/commonjs/operationsInterfaces/managedNamespaces.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/meshMemberships.d.ts +0 -56
- package/dist/commonjs/operationsInterfaces/meshMemberships.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/meshMemberships.js +0 -5
- package/dist/commonjs/operationsInterfaces/meshMemberships.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/operationStatusResultOperations.d.ts +0 -30
- package/dist/commonjs/operationsInterfaces/operationStatusResultOperations.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/operationStatusResultOperations.js +0 -5
- package/dist/commonjs/operationsInterfaces/operationStatusResultOperations.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/operations.d.ts +0 -11
- package/dist/commonjs/operationsInterfaces/operations.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/operations.js +0 -5
- package/dist/commonjs/operationsInterfaces/operations.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/privateEndpointConnections.d.ts +0 -46
- package/dist/commonjs/operationsInterfaces/privateEndpointConnections.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/privateEndpointConnections.js +0 -5
- package/dist/commonjs/operationsInterfaces/privateEndpointConnections.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/privateLinkResources.d.ts +0 -12
- package/dist/commonjs/operationsInterfaces/privateLinkResources.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/privateLinkResources.js +0 -5
- package/dist/commonjs/operationsInterfaces/privateLinkResources.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/resolvePrivateLinkServiceId.d.ts +0 -13
- package/dist/commonjs/operationsInterfaces/resolvePrivateLinkServiceId.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/resolvePrivateLinkServiceId.js +0 -5
- package/dist/commonjs/operationsInterfaces/resolvePrivateLinkServiceId.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/snapshots.d.ts +0 -47
- package/dist/commonjs/operationsInterfaces/snapshots.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/snapshots.js +0 -5
- package/dist/commonjs/operationsInterfaces/snapshots.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/trustedAccessRoleBindings.d.ts +0 -56
- package/dist/commonjs/operationsInterfaces/trustedAccessRoleBindings.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/trustedAccessRoleBindings.js +0 -5
- package/dist/commonjs/operationsInterfaces/trustedAccessRoleBindings.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/trustedAccessRoles.d.ts +0 -12
- package/dist/commonjs/operationsInterfaces/trustedAccessRoles.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/trustedAccessRoles.js +0 -5
- package/dist/commonjs/operationsInterfaces/trustedAccessRoles.js.map +0 -1
- package/dist/commonjs/pagingHelper.d.ts +0 -13
- package/dist/commonjs/pagingHelper.d.ts.map +0 -1
- package/dist/commonjs/pagingHelper.js +0 -29
- package/dist/commonjs/pagingHelper.js.map +0 -1
- package/dist/esm/containerServiceClient.d.ts.map +0 -1
- package/dist/esm/index.d.ts.map +0 -1
- package/dist/esm/lroImpl.d.ts +0 -11
- package/dist/esm/lroImpl.d.ts.map +0 -1
- package/dist/esm/lroImpl.js +0 -20
- package/dist/esm/lroImpl.js.map +0 -1
- package/dist/esm/models/index.d.ts.map +0 -1
- package/dist/esm/models/mappers.d.ts +0 -281
- package/dist/esm/models/mappers.d.ts.map +0 -1
- package/dist/esm/models/mappers.js +0 -9121
- package/dist/esm/models/mappers.js.map +0 -1
- package/dist/esm/models/parameters.d.ts +0 -51
- package/dist/esm/models/parameters.d.ts.map +0 -1
- package/dist/esm/models/parameters.js +0 -436
- package/dist/esm/models/parameters.js.map +0 -1
- package/dist/esm/operations/agentPools.d.ts +0 -172
- package/dist/esm/operations/agentPools.d.ts.map +0 -1
- package/dist/esm/operations/agentPools.js +0 -789
- package/dist/esm/operations/agentPools.js.map +0 -1
- package/dist/esm/operations/containerService.d.ts +0 -39
- package/dist/esm/operations/containerService.d.ts.map +0 -1
- package/dist/esm/operations/containerService.js +0 -123
- package/dist/esm/operations/containerService.js.map +0 -1
- package/dist/esm/operations/identityBindings.d.ts +0 -81
- package/dist/esm/operations/identityBindings.d.ts.map +0 -1
- package/dist/esm/operations/identityBindings.js +0 -358
- package/dist/esm/operations/identityBindings.js.map +0 -1
- package/dist/esm/operations/index.d.ts +0 -20
- package/dist/esm/operations/index.d.ts.map +0 -1
- package/dist/esm/operations/index.js +0 -24
- package/dist/esm/operations/index.js.map +0 -1
- package/dist/esm/operations/jWTAuthenticators.d.ts +0 -83
- package/dist/esm/operations/jWTAuthenticators.d.ts.map +0 -1
- package/dist/esm/operations/jWTAuthenticators.js +0 -360
- package/dist/esm/operations/jWTAuthenticators.js.map +0 -1
- package/dist/esm/operations/loadBalancers.d.ts +0 -72
- package/dist/esm/operations/loadBalancers.d.ts.map +0 -1
- package/dist/esm/operations/loadBalancers.js +0 -296
- package/dist/esm/operations/loadBalancers.js.map +0 -1
- package/dist/esm/operations/machines.d.ts +0 -71
- package/dist/esm/operations/machines.d.ts.map +0 -1
- package/dist/esm/operations/machines.js +0 -282
- package/dist/esm/operations/machines.js.map +0 -1
- package/dist/esm/operations/maintenanceConfigurations.d.ts +0 -66
- package/dist/esm/operations/maintenanceConfigurations.d.ts.map +0 -1
- package/dist/esm/operations/maintenanceConfigurations.js +0 -232
- package/dist/esm/operations/maintenanceConfigurations.js.map +0 -1
- package/dist/esm/operations/managedClusterSnapshots.d.ts +0 -83
- package/dist/esm/operations/managedClusterSnapshots.d.ts.map +0 -1
- package/dist/esm/operations/managedClusterSnapshots.js +0 -337
- package/dist/esm/operations/managedClusterSnapshots.js.map +0 -1
- package/dist/esm/operations/managedClusters.d.ts +0 -468
- package/dist/esm/operations/managedClusters.d.ts.map +0 -1
- package/dist/esm/operations/managedClusters.js +0 -2173
- package/dist/esm/operations/managedClusters.js.map +0 -1
- package/dist/esm/operations/managedNamespaces.d.ts +0 -103
- package/dist/esm/operations/managedNamespaces.d.ts.map +0 -1
- package/dist/esm/operations/managedNamespaces.js +0 -434
- package/dist/esm/operations/managedNamespaces.js.map +0 -1
- package/dist/esm/operations/meshMemberships.d.ts +0 -81
- package/dist/esm/operations/meshMemberships.d.ts.map +0 -1
- package/dist/esm/operations/meshMemberships.js +0 -350
- package/dist/esm/operations/meshMemberships.js.map +0 -1
- package/dist/esm/operations/operationStatusResultOperations.d.ts +0 -55
- package/dist/esm/operations/operationStatusResultOperations.d.ts.map +0 -1
- package/dist/esm/operations/operationStatusResultOperations.js +0 -194
- package/dist/esm/operations/operationStatusResultOperations.js.map +0 -1
- package/dist/esm/operations/operations.d.ts +0 -26
- package/dist/esm/operations/operations.d.ts.map +0 -1
- package/dist/esm/operations/operations.js +0 -74
- package/dist/esm/operations/operations.js.map +0 -1
- package/dist/esm/operations/privateEndpointConnections.d.ts +0 -54
- package/dist/esm/operations/privateEndpointConnections.d.ts.map +0 -1
- package/dist/esm/operations/privateEndpointConnections.js +0 -218
- package/dist/esm/operations/privateEndpointConnections.js.map +0 -1
- package/dist/esm/operations/privateLinkResources.d.ts +0 -20
- package/dist/esm/operations/privateLinkResources.d.ts.map +0 -1
- package/dist/esm/operations/privateLinkResources.js +0 -49
- package/dist/esm/operations/privateLinkResources.js.map +0 -1
- package/dist/esm/operations/resolvePrivateLinkServiceId.d.ts +0 -21
- package/dist/esm/operations/resolvePrivateLinkServiceId.d.ts.map +0 -1
- package/dist/esm/operations/resolvePrivateLinkServiceId.js +0 -52
- package/dist/esm/operations/resolvePrivateLinkServiceId.js.map +0 -1
- package/dist/esm/operations/snapshots.d.ts +0 -83
- package/dist/esm/operations/snapshots.d.ts.map +0 -1
- package/dist/esm/operations/snapshots.js +0 -337
- package/dist/esm/operations/snapshots.js.map +0 -1
- package/dist/esm/operations/trustedAccessRoleBindings.d.ts +0 -81
- package/dist/esm/operations/trustedAccessRoleBindings.d.ts.map +0 -1
- package/dist/esm/operations/trustedAccessRoleBindings.js +0 -360
- package/dist/esm/operations/trustedAccessRoleBindings.js.map +0 -1
- package/dist/esm/operations/trustedAccessRoles.d.ts +0 -35
- package/dist/esm/operations/trustedAccessRoles.d.ts.map +0 -1
- package/dist/esm/operations/trustedAccessRoles.js +0 -119
- package/dist/esm/operations/trustedAccessRoles.js.map +0 -1
- package/dist/esm/operationsInterfaces/agentPools.d.ts +0 -147
- package/dist/esm/operationsInterfaces/agentPools.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/agentPools.js +0 -4
- package/dist/esm/operationsInterfaces/agentPools.js.map +0 -1
- package/dist/esm/operationsInterfaces/containerService.d.ts +0 -14
- package/dist/esm/operationsInterfaces/containerService.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/containerService.js +0 -4
- package/dist/esm/operationsInterfaces/containerService.js.map +0 -1
- package/dist/esm/operationsInterfaces/identityBindings.d.ts +0 -56
- package/dist/esm/operationsInterfaces/identityBindings.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/identityBindings.js +0 -4
- package/dist/esm/operationsInterfaces/identityBindings.js.map +0 -1
- package/dist/esm/operationsInterfaces/index.d.ts +0 -20
- package/dist/esm/operationsInterfaces/index.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/index.js +0 -24
- package/dist/esm/operationsInterfaces/index.js.map +0 -1
- package/dist/esm/operationsInterfaces/jWTAuthenticators.d.ts +0 -58
- package/dist/esm/operationsInterfaces/jWTAuthenticators.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/jWTAuthenticators.js +0 -4
- package/dist/esm/operationsInterfaces/jWTAuthenticators.js.map +0 -1
- package/dist/esm/operationsInterfaces/loadBalancers.d.ts +0 -47
- package/dist/esm/operationsInterfaces/loadBalancers.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/loadBalancers.js +0 -4
- package/dist/esm/operationsInterfaces/loadBalancers.js.map +0 -1
- package/dist/esm/operationsInterfaces/machines.d.ts +0 -44
- package/dist/esm/operationsInterfaces/machines.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/machines.js +0 -4
- package/dist/esm/operationsInterfaces/machines.js.map +0 -1
- package/dist/esm/operationsInterfaces/maintenanceConfigurations.d.ts +0 -41
- package/dist/esm/operationsInterfaces/maintenanceConfigurations.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/maintenanceConfigurations.js +0 -4
- package/dist/esm/operationsInterfaces/maintenanceConfigurations.js.map +0 -1
- package/dist/esm/operationsInterfaces/managedClusterSnapshots.d.ts +0 -47
- package/dist/esm/operationsInterfaces/managedClusterSnapshots.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/managedClusterSnapshots.js +0 -4
- package/dist/esm/operationsInterfaces/managedClusterSnapshots.js.map +0 -1
- package/dist/esm/operationsInterfaces/managedClusters.d.ts +0 -348
- package/dist/esm/operationsInterfaces/managedClusters.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/managedClusters.js +0 -4
- package/dist/esm/operationsInterfaces/managedClusters.js.map +0 -1
- package/dist/esm/operationsInterfaces/managedNamespaces.d.ts +0 -78
- package/dist/esm/operationsInterfaces/managedNamespaces.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/managedNamespaces.js +0 -4
- package/dist/esm/operationsInterfaces/managedNamespaces.js.map +0 -1
- package/dist/esm/operationsInterfaces/meshMemberships.d.ts +0 -56
- package/dist/esm/operationsInterfaces/meshMemberships.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/meshMemberships.js +0 -4
- package/dist/esm/operationsInterfaces/meshMemberships.js.map +0 -1
- package/dist/esm/operationsInterfaces/operationStatusResultOperations.d.ts +0 -30
- package/dist/esm/operationsInterfaces/operationStatusResultOperations.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/operationStatusResultOperations.js +0 -4
- package/dist/esm/operationsInterfaces/operationStatusResultOperations.js.map +0 -1
- package/dist/esm/operationsInterfaces/operations.d.ts +0 -11
- package/dist/esm/operationsInterfaces/operations.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/operations.js +0 -4
- package/dist/esm/operationsInterfaces/operations.js.map +0 -1
- package/dist/esm/operationsInterfaces/privateEndpointConnections.d.ts +0 -46
- package/dist/esm/operationsInterfaces/privateEndpointConnections.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/privateEndpointConnections.js +0 -4
- package/dist/esm/operationsInterfaces/privateEndpointConnections.js.map +0 -1
- package/dist/esm/operationsInterfaces/privateLinkResources.d.ts +0 -12
- package/dist/esm/operationsInterfaces/privateLinkResources.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/privateLinkResources.js +0 -4
- package/dist/esm/operationsInterfaces/privateLinkResources.js.map +0 -1
- package/dist/esm/operationsInterfaces/resolvePrivateLinkServiceId.d.ts +0 -13
- package/dist/esm/operationsInterfaces/resolvePrivateLinkServiceId.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/resolvePrivateLinkServiceId.js +0 -4
- package/dist/esm/operationsInterfaces/resolvePrivateLinkServiceId.js.map +0 -1
- package/dist/esm/operationsInterfaces/snapshots.d.ts +0 -47
- package/dist/esm/operationsInterfaces/snapshots.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/snapshots.js +0 -4
- package/dist/esm/operationsInterfaces/snapshots.js.map +0 -1
- package/dist/esm/operationsInterfaces/trustedAccessRoleBindings.d.ts +0 -56
- package/dist/esm/operationsInterfaces/trustedAccessRoleBindings.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/trustedAccessRoleBindings.js +0 -4
- package/dist/esm/operationsInterfaces/trustedAccessRoleBindings.js.map +0 -1
- package/dist/esm/operationsInterfaces/trustedAccessRoles.d.ts +0 -12
- package/dist/esm/operationsInterfaces/trustedAccessRoles.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/trustedAccessRoles.js +0 -4
- package/dist/esm/operationsInterfaces/trustedAccessRoles.js.map +0 -1
- package/dist/esm/pagingHelper.d.ts +0 -13
- package/dist/esm/pagingHelper.d.ts.map +0 -1
- package/dist/esm/pagingHelper.js +0 -25
- package/dist/esm/pagingHelper.js.map +0 -1
- package/dist/react-native/containerServiceClient.d.ts.map +0 -1
- package/dist/react-native/index.d.ts.map +0 -1
- package/dist/react-native/lroImpl.d.ts +0 -11
- package/dist/react-native/lroImpl.d.ts.map +0 -1
- package/dist/react-native/lroImpl.js +0 -20
- package/dist/react-native/lroImpl.js.map +0 -1
- package/dist/react-native/models/index.d.ts.map +0 -1
- package/dist/react-native/models/mappers.d.ts +0 -281
- package/dist/react-native/models/mappers.d.ts.map +0 -1
- package/dist/react-native/models/mappers.js +0 -9121
- package/dist/react-native/models/mappers.js.map +0 -1
- package/dist/react-native/models/parameters.d.ts +0 -51
- package/dist/react-native/models/parameters.d.ts.map +0 -1
- package/dist/react-native/models/parameters.js +0 -436
- package/dist/react-native/models/parameters.js.map +0 -1
- package/dist/react-native/operations/agentPools.d.ts +0 -172
- package/dist/react-native/operations/agentPools.d.ts.map +0 -1
- package/dist/react-native/operations/agentPools.js +0 -789
- package/dist/react-native/operations/agentPools.js.map +0 -1
- package/dist/react-native/operations/containerService.d.ts +0 -39
- package/dist/react-native/operations/containerService.d.ts.map +0 -1
- package/dist/react-native/operations/containerService.js +0 -123
- package/dist/react-native/operations/containerService.js.map +0 -1
- package/dist/react-native/operations/identityBindings.d.ts +0 -81
- package/dist/react-native/operations/identityBindings.d.ts.map +0 -1
- package/dist/react-native/operations/identityBindings.js +0 -358
- package/dist/react-native/operations/identityBindings.js.map +0 -1
- package/dist/react-native/operations/index.d.ts +0 -20
- package/dist/react-native/operations/index.d.ts.map +0 -1
- package/dist/react-native/operations/index.js +0 -24
- package/dist/react-native/operations/index.js.map +0 -1
- package/dist/react-native/operations/jWTAuthenticators.d.ts +0 -83
- package/dist/react-native/operations/jWTAuthenticators.d.ts.map +0 -1
- package/dist/react-native/operations/jWTAuthenticators.js +0 -360
- package/dist/react-native/operations/jWTAuthenticators.js.map +0 -1
- package/dist/react-native/operations/loadBalancers.d.ts +0 -72
- package/dist/react-native/operations/loadBalancers.d.ts.map +0 -1
- package/dist/react-native/operations/loadBalancers.js +0 -296
- package/dist/react-native/operations/loadBalancers.js.map +0 -1
- package/dist/react-native/operations/machines.d.ts +0 -71
- package/dist/react-native/operations/machines.d.ts.map +0 -1
- package/dist/react-native/operations/machines.js +0 -282
- package/dist/react-native/operations/machines.js.map +0 -1
- package/dist/react-native/operations/maintenanceConfigurations.d.ts +0 -66
- package/dist/react-native/operations/maintenanceConfigurations.d.ts.map +0 -1
- package/dist/react-native/operations/maintenanceConfigurations.js +0 -232
- package/dist/react-native/operations/maintenanceConfigurations.js.map +0 -1
- package/dist/react-native/operations/managedClusterSnapshots.d.ts +0 -83
- package/dist/react-native/operations/managedClusterSnapshots.d.ts.map +0 -1
- package/dist/react-native/operations/managedClusterSnapshots.js +0 -337
- package/dist/react-native/operations/managedClusterSnapshots.js.map +0 -1
- package/dist/react-native/operations/managedClusters.d.ts +0 -468
- package/dist/react-native/operations/managedClusters.d.ts.map +0 -1
- package/dist/react-native/operations/managedClusters.js +0 -2173
- package/dist/react-native/operations/managedClusters.js.map +0 -1
- package/dist/react-native/operations/managedNamespaces.d.ts +0 -103
- package/dist/react-native/operations/managedNamespaces.d.ts.map +0 -1
- package/dist/react-native/operations/managedNamespaces.js +0 -434
- package/dist/react-native/operations/managedNamespaces.js.map +0 -1
- package/dist/react-native/operations/meshMemberships.d.ts +0 -81
- package/dist/react-native/operations/meshMemberships.d.ts.map +0 -1
- package/dist/react-native/operations/meshMemberships.js +0 -350
- package/dist/react-native/operations/meshMemberships.js.map +0 -1
- package/dist/react-native/operations/operationStatusResultOperations.d.ts +0 -55
- package/dist/react-native/operations/operationStatusResultOperations.d.ts.map +0 -1
- package/dist/react-native/operations/operationStatusResultOperations.js +0 -194
- package/dist/react-native/operations/operationStatusResultOperations.js.map +0 -1
- package/dist/react-native/operations/operations.d.ts +0 -26
- package/dist/react-native/operations/operations.d.ts.map +0 -1
- package/dist/react-native/operations/operations.js +0 -74
- package/dist/react-native/operations/operations.js.map +0 -1
- package/dist/react-native/operations/privateEndpointConnections.d.ts +0 -54
- package/dist/react-native/operations/privateEndpointConnections.d.ts.map +0 -1
- package/dist/react-native/operations/privateEndpointConnections.js +0 -218
- package/dist/react-native/operations/privateEndpointConnections.js.map +0 -1
- package/dist/react-native/operations/privateLinkResources.d.ts +0 -20
- package/dist/react-native/operations/privateLinkResources.d.ts.map +0 -1
- package/dist/react-native/operations/privateLinkResources.js +0 -49
- package/dist/react-native/operations/privateLinkResources.js.map +0 -1
- package/dist/react-native/operations/resolvePrivateLinkServiceId.d.ts +0 -21
- package/dist/react-native/operations/resolvePrivateLinkServiceId.d.ts.map +0 -1
- package/dist/react-native/operations/resolvePrivateLinkServiceId.js +0 -52
- package/dist/react-native/operations/resolvePrivateLinkServiceId.js.map +0 -1
- package/dist/react-native/operations/snapshots.d.ts +0 -83
- package/dist/react-native/operations/snapshots.d.ts.map +0 -1
- package/dist/react-native/operations/snapshots.js +0 -337
- package/dist/react-native/operations/snapshots.js.map +0 -1
- package/dist/react-native/operations/trustedAccessRoleBindings.d.ts +0 -81
- package/dist/react-native/operations/trustedAccessRoleBindings.d.ts.map +0 -1
- package/dist/react-native/operations/trustedAccessRoleBindings.js +0 -360
- package/dist/react-native/operations/trustedAccessRoleBindings.js.map +0 -1
- package/dist/react-native/operations/trustedAccessRoles.d.ts +0 -35
- package/dist/react-native/operations/trustedAccessRoles.d.ts.map +0 -1
- package/dist/react-native/operations/trustedAccessRoles.js +0 -119
- package/dist/react-native/operations/trustedAccessRoles.js.map +0 -1
- package/dist/react-native/operationsInterfaces/agentPools.d.ts +0 -147
- package/dist/react-native/operationsInterfaces/agentPools.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/agentPools.js +0 -4
- package/dist/react-native/operationsInterfaces/agentPools.js.map +0 -1
- package/dist/react-native/operationsInterfaces/containerService.d.ts +0 -14
- package/dist/react-native/operationsInterfaces/containerService.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/containerService.js +0 -4
- package/dist/react-native/operationsInterfaces/containerService.js.map +0 -1
- package/dist/react-native/operationsInterfaces/identityBindings.d.ts +0 -56
- package/dist/react-native/operationsInterfaces/identityBindings.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/identityBindings.js +0 -4
- package/dist/react-native/operationsInterfaces/identityBindings.js.map +0 -1
- package/dist/react-native/operationsInterfaces/index.d.ts +0 -20
- package/dist/react-native/operationsInterfaces/index.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/index.js +0 -24
- package/dist/react-native/operationsInterfaces/index.js.map +0 -1
- package/dist/react-native/operationsInterfaces/jWTAuthenticators.d.ts +0 -58
- package/dist/react-native/operationsInterfaces/jWTAuthenticators.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/jWTAuthenticators.js +0 -4
- package/dist/react-native/operationsInterfaces/jWTAuthenticators.js.map +0 -1
- package/dist/react-native/operationsInterfaces/loadBalancers.d.ts +0 -47
- package/dist/react-native/operationsInterfaces/loadBalancers.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/loadBalancers.js +0 -4
- package/dist/react-native/operationsInterfaces/loadBalancers.js.map +0 -1
- package/dist/react-native/operationsInterfaces/machines.d.ts +0 -44
- package/dist/react-native/operationsInterfaces/machines.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/machines.js +0 -4
- package/dist/react-native/operationsInterfaces/machines.js.map +0 -1
- package/dist/react-native/operationsInterfaces/maintenanceConfigurations.d.ts +0 -41
- package/dist/react-native/operationsInterfaces/maintenanceConfigurations.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/maintenanceConfigurations.js +0 -4
- package/dist/react-native/operationsInterfaces/maintenanceConfigurations.js.map +0 -1
- package/dist/react-native/operationsInterfaces/managedClusterSnapshots.d.ts +0 -47
- package/dist/react-native/operationsInterfaces/managedClusterSnapshots.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/managedClusterSnapshots.js +0 -4
- package/dist/react-native/operationsInterfaces/managedClusterSnapshots.js.map +0 -1
- package/dist/react-native/operationsInterfaces/managedClusters.d.ts +0 -348
- package/dist/react-native/operationsInterfaces/managedClusters.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/managedClusters.js +0 -4
- package/dist/react-native/operationsInterfaces/managedClusters.js.map +0 -1
- package/dist/react-native/operationsInterfaces/managedNamespaces.d.ts +0 -78
- package/dist/react-native/operationsInterfaces/managedNamespaces.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/managedNamespaces.js +0 -4
- package/dist/react-native/operationsInterfaces/managedNamespaces.js.map +0 -1
- package/dist/react-native/operationsInterfaces/meshMemberships.d.ts +0 -56
- package/dist/react-native/operationsInterfaces/meshMemberships.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/meshMemberships.js +0 -4
- package/dist/react-native/operationsInterfaces/meshMemberships.js.map +0 -1
- package/dist/react-native/operationsInterfaces/operationStatusResultOperations.d.ts +0 -30
- package/dist/react-native/operationsInterfaces/operationStatusResultOperations.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/operationStatusResultOperations.js +0 -4
- package/dist/react-native/operationsInterfaces/operationStatusResultOperations.js.map +0 -1
- package/dist/react-native/operationsInterfaces/operations.d.ts +0 -11
- package/dist/react-native/operationsInterfaces/operations.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/operations.js +0 -4
- package/dist/react-native/operationsInterfaces/operations.js.map +0 -1
- package/dist/react-native/operationsInterfaces/privateEndpointConnections.d.ts +0 -46
- package/dist/react-native/operationsInterfaces/privateEndpointConnections.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/privateEndpointConnections.js +0 -4
- package/dist/react-native/operationsInterfaces/privateEndpointConnections.js.map +0 -1
- package/dist/react-native/operationsInterfaces/privateLinkResources.d.ts +0 -12
- package/dist/react-native/operationsInterfaces/privateLinkResources.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/privateLinkResources.js +0 -4
- package/dist/react-native/operationsInterfaces/privateLinkResources.js.map +0 -1
- package/dist/react-native/operationsInterfaces/resolvePrivateLinkServiceId.d.ts +0 -13
- package/dist/react-native/operationsInterfaces/resolvePrivateLinkServiceId.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/resolvePrivateLinkServiceId.js +0 -4
- package/dist/react-native/operationsInterfaces/resolvePrivateLinkServiceId.js.map +0 -1
- package/dist/react-native/operationsInterfaces/snapshots.d.ts +0 -47
- package/dist/react-native/operationsInterfaces/snapshots.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/snapshots.js +0 -4
- package/dist/react-native/operationsInterfaces/snapshots.js.map +0 -1
- package/dist/react-native/operationsInterfaces/trustedAccessRoleBindings.d.ts +0 -56
- package/dist/react-native/operationsInterfaces/trustedAccessRoleBindings.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/trustedAccessRoleBindings.js +0 -4
- package/dist/react-native/operationsInterfaces/trustedAccessRoleBindings.js.map +0 -1
- package/dist/react-native/operationsInterfaces/trustedAccessRoles.d.ts +0 -12
- package/dist/react-native/operationsInterfaces/trustedAccessRoles.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/trustedAccessRoles.js +0 -4
- package/dist/react-native/operationsInterfaces/trustedAccessRoles.js.map +0 -1
- package/dist/react-native/pagingHelper.d.ts +0 -13
- package/dist/react-native/pagingHelper.d.ts.map +0 -1
- package/dist/react-native/pagingHelper.js +0 -25
- package/dist/react-native/pagingHelper.js.map +0 -1
|
@@ -1,2173 +0,0 @@
|
|
|
1
|
-
// Copyright (c) Microsoft Corporation.
|
|
2
|
-
// Licensed under the MIT License.
|
|
3
|
-
import { setContinuationToken } from "../pagingHelper.js";
|
|
4
|
-
import * as coreClient from "@azure/core-client";
|
|
5
|
-
import * as Mappers from "../models/mappers.js";
|
|
6
|
-
import * as Parameters from "../models/parameters.js";
|
|
7
|
-
import { createHttpPoller } from "@azure/core-lro";
|
|
8
|
-
import { createLroSpec } from "../lroImpl.js";
|
|
9
|
-
/// <reference lib="esnext.asynciterable" />
|
|
10
|
-
/** Class containing ManagedClusters operations. */
|
|
11
|
-
export class ManagedClustersImpl {
|
|
12
|
-
client;
|
|
13
|
-
/**
|
|
14
|
-
* Initialize a new instance of the class ManagedClusters class.
|
|
15
|
-
* @param client Reference to the service client
|
|
16
|
-
*/
|
|
17
|
-
constructor(client) {
|
|
18
|
-
this.client = client;
|
|
19
|
-
}
|
|
20
|
-
/**
|
|
21
|
-
* Gets a list of managed clusters in the specified subscription.
|
|
22
|
-
* @param options The options parameters.
|
|
23
|
-
*/
|
|
24
|
-
list(options) {
|
|
25
|
-
const iter = this.listPagingAll(options);
|
|
26
|
-
return {
|
|
27
|
-
next() {
|
|
28
|
-
return iter.next();
|
|
29
|
-
},
|
|
30
|
-
[Symbol.asyncIterator]() {
|
|
31
|
-
return this;
|
|
32
|
-
},
|
|
33
|
-
byPage: (settings) => {
|
|
34
|
-
if (settings?.maxPageSize) {
|
|
35
|
-
throw new Error("maxPageSize is not supported by this operation.");
|
|
36
|
-
}
|
|
37
|
-
return this.listPagingPage(options, settings);
|
|
38
|
-
},
|
|
39
|
-
};
|
|
40
|
-
}
|
|
41
|
-
async *listPagingPage(options, settings) {
|
|
42
|
-
let result;
|
|
43
|
-
let continuationToken = settings?.continuationToken;
|
|
44
|
-
if (!continuationToken) {
|
|
45
|
-
result = await this._list(options);
|
|
46
|
-
const page = result.value || [];
|
|
47
|
-
continuationToken = result.nextLink;
|
|
48
|
-
setContinuationToken(page, continuationToken);
|
|
49
|
-
yield page;
|
|
50
|
-
}
|
|
51
|
-
while (continuationToken) {
|
|
52
|
-
result = await this._listNext(continuationToken, options);
|
|
53
|
-
continuationToken = result.nextLink;
|
|
54
|
-
const page = result.value || [];
|
|
55
|
-
setContinuationToken(page, continuationToken);
|
|
56
|
-
yield page;
|
|
57
|
-
}
|
|
58
|
-
}
|
|
59
|
-
async *listPagingAll(options) {
|
|
60
|
-
for await (const page of this.listPagingPage(options)) {
|
|
61
|
-
yield* page;
|
|
62
|
-
}
|
|
63
|
-
}
|
|
64
|
-
/**
|
|
65
|
-
* Lists managed clusters in the specified subscription and resource group.
|
|
66
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
67
|
-
* @param options The options parameters.
|
|
68
|
-
*/
|
|
69
|
-
listByResourceGroup(resourceGroupName, options) {
|
|
70
|
-
const iter = this.listByResourceGroupPagingAll(resourceGroupName, options);
|
|
71
|
-
return {
|
|
72
|
-
next() {
|
|
73
|
-
return iter.next();
|
|
74
|
-
},
|
|
75
|
-
[Symbol.asyncIterator]() {
|
|
76
|
-
return this;
|
|
77
|
-
},
|
|
78
|
-
byPage: (settings) => {
|
|
79
|
-
if (settings?.maxPageSize) {
|
|
80
|
-
throw new Error("maxPageSize is not supported by this operation.");
|
|
81
|
-
}
|
|
82
|
-
return this.listByResourceGroupPagingPage(resourceGroupName, options, settings);
|
|
83
|
-
},
|
|
84
|
-
};
|
|
85
|
-
}
|
|
86
|
-
async *listByResourceGroupPagingPage(resourceGroupName, options, settings) {
|
|
87
|
-
let result;
|
|
88
|
-
let continuationToken = settings?.continuationToken;
|
|
89
|
-
if (!continuationToken) {
|
|
90
|
-
result = await this._listByResourceGroup(resourceGroupName, options);
|
|
91
|
-
const page = result.value || [];
|
|
92
|
-
continuationToken = result.nextLink;
|
|
93
|
-
setContinuationToken(page, continuationToken);
|
|
94
|
-
yield page;
|
|
95
|
-
}
|
|
96
|
-
while (continuationToken) {
|
|
97
|
-
result = await this._listByResourceGroupNext(resourceGroupName, continuationToken, options);
|
|
98
|
-
continuationToken = result.nextLink;
|
|
99
|
-
const page = result.value || [];
|
|
100
|
-
setContinuationToken(page, continuationToken);
|
|
101
|
-
yield page;
|
|
102
|
-
}
|
|
103
|
-
}
|
|
104
|
-
async *listByResourceGroupPagingAll(resourceGroupName, options) {
|
|
105
|
-
for await (const page of this.listByResourceGroupPagingPage(resourceGroupName, options)) {
|
|
106
|
-
yield* page;
|
|
107
|
-
}
|
|
108
|
-
}
|
|
109
|
-
/**
|
|
110
|
-
* Gets a list of egress endpoints (network endpoints of all outbound dependencies) in the specified
|
|
111
|
-
* managed cluster. The operation returns properties of each egress endpoint.
|
|
112
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
113
|
-
* @param resourceName The name of the managed cluster resource.
|
|
114
|
-
* @param options The options parameters.
|
|
115
|
-
*/
|
|
116
|
-
listOutboundNetworkDependenciesEndpoints(resourceGroupName, resourceName, options) {
|
|
117
|
-
const iter = this.listOutboundNetworkDependenciesEndpointsPagingAll(resourceGroupName, resourceName, options);
|
|
118
|
-
return {
|
|
119
|
-
next() {
|
|
120
|
-
return iter.next();
|
|
121
|
-
},
|
|
122
|
-
[Symbol.asyncIterator]() {
|
|
123
|
-
return this;
|
|
124
|
-
},
|
|
125
|
-
byPage: (settings) => {
|
|
126
|
-
if (settings?.maxPageSize) {
|
|
127
|
-
throw new Error("maxPageSize is not supported by this operation.");
|
|
128
|
-
}
|
|
129
|
-
return this.listOutboundNetworkDependenciesEndpointsPagingPage(resourceGroupName, resourceName, options, settings);
|
|
130
|
-
},
|
|
131
|
-
};
|
|
132
|
-
}
|
|
133
|
-
async *listOutboundNetworkDependenciesEndpointsPagingPage(resourceGroupName, resourceName, options, settings) {
|
|
134
|
-
let result;
|
|
135
|
-
let continuationToken = settings?.continuationToken;
|
|
136
|
-
if (!continuationToken) {
|
|
137
|
-
result = await this._listOutboundNetworkDependenciesEndpoints(resourceGroupName, resourceName, options);
|
|
138
|
-
const page = result.value || [];
|
|
139
|
-
continuationToken = result.nextLink;
|
|
140
|
-
setContinuationToken(page, continuationToken);
|
|
141
|
-
yield page;
|
|
142
|
-
}
|
|
143
|
-
while (continuationToken) {
|
|
144
|
-
result = await this._listOutboundNetworkDependenciesEndpointsNext(resourceGroupName, resourceName, continuationToken, options);
|
|
145
|
-
continuationToken = result.nextLink;
|
|
146
|
-
const page = result.value || [];
|
|
147
|
-
setContinuationToken(page, continuationToken);
|
|
148
|
-
yield page;
|
|
149
|
-
}
|
|
150
|
-
}
|
|
151
|
-
async *listOutboundNetworkDependenciesEndpointsPagingAll(resourceGroupName, resourceName, options) {
|
|
152
|
-
for await (const page of this.listOutboundNetworkDependenciesEndpointsPagingPage(resourceGroupName, resourceName, options)) {
|
|
153
|
-
yield* page;
|
|
154
|
-
}
|
|
155
|
-
}
|
|
156
|
-
/**
|
|
157
|
-
* Contains list of Guardrails version along with its support info and whether it is a default version.
|
|
158
|
-
* @param location The name of the Azure region.
|
|
159
|
-
* @param options The options parameters.
|
|
160
|
-
*/
|
|
161
|
-
listGuardrailsVersions(location, options) {
|
|
162
|
-
const iter = this.listGuardrailsVersionsPagingAll(location, options);
|
|
163
|
-
return {
|
|
164
|
-
next() {
|
|
165
|
-
return iter.next();
|
|
166
|
-
},
|
|
167
|
-
[Symbol.asyncIterator]() {
|
|
168
|
-
return this;
|
|
169
|
-
},
|
|
170
|
-
byPage: (settings) => {
|
|
171
|
-
if (settings?.maxPageSize) {
|
|
172
|
-
throw new Error("maxPageSize is not supported by this operation.");
|
|
173
|
-
}
|
|
174
|
-
return this.listGuardrailsVersionsPagingPage(location, options, settings);
|
|
175
|
-
},
|
|
176
|
-
};
|
|
177
|
-
}
|
|
178
|
-
async *listGuardrailsVersionsPagingPage(location, options, settings) {
|
|
179
|
-
let result;
|
|
180
|
-
let continuationToken = settings?.continuationToken;
|
|
181
|
-
if (!continuationToken) {
|
|
182
|
-
result = await this._listGuardrailsVersions(location, options);
|
|
183
|
-
const page = result.value || [];
|
|
184
|
-
continuationToken = result.nextLink;
|
|
185
|
-
setContinuationToken(page, continuationToken);
|
|
186
|
-
yield page;
|
|
187
|
-
}
|
|
188
|
-
while (continuationToken) {
|
|
189
|
-
result = await this._listGuardrailsVersionsNext(location, continuationToken, options);
|
|
190
|
-
continuationToken = result.nextLink;
|
|
191
|
-
const page = result.value || [];
|
|
192
|
-
setContinuationToken(page, continuationToken);
|
|
193
|
-
yield page;
|
|
194
|
-
}
|
|
195
|
-
}
|
|
196
|
-
async *listGuardrailsVersionsPagingAll(location, options) {
|
|
197
|
-
for await (const page of this.listGuardrailsVersionsPagingPage(location, options)) {
|
|
198
|
-
yield* page;
|
|
199
|
-
}
|
|
200
|
-
}
|
|
201
|
-
/**
|
|
202
|
-
* Contains list of Safeguards version along with its support info and whether it is a default version.
|
|
203
|
-
* @param location The name of the Azure region.
|
|
204
|
-
* @param options The options parameters.
|
|
205
|
-
*/
|
|
206
|
-
listSafeguardsVersions(location, options) {
|
|
207
|
-
const iter = this.listSafeguardsVersionsPagingAll(location, options);
|
|
208
|
-
return {
|
|
209
|
-
next() {
|
|
210
|
-
return iter.next();
|
|
211
|
-
},
|
|
212
|
-
[Symbol.asyncIterator]() {
|
|
213
|
-
return this;
|
|
214
|
-
},
|
|
215
|
-
byPage: (settings) => {
|
|
216
|
-
if (settings?.maxPageSize) {
|
|
217
|
-
throw new Error("maxPageSize is not supported by this operation.");
|
|
218
|
-
}
|
|
219
|
-
return this.listSafeguardsVersionsPagingPage(location, options, settings);
|
|
220
|
-
},
|
|
221
|
-
};
|
|
222
|
-
}
|
|
223
|
-
async *listSafeguardsVersionsPagingPage(location, options, settings) {
|
|
224
|
-
let result;
|
|
225
|
-
let continuationToken = settings?.continuationToken;
|
|
226
|
-
if (!continuationToken) {
|
|
227
|
-
result = await this._listSafeguardsVersions(location, options);
|
|
228
|
-
const page = result.value || [];
|
|
229
|
-
continuationToken = result.nextLink;
|
|
230
|
-
setContinuationToken(page, continuationToken);
|
|
231
|
-
yield page;
|
|
232
|
-
}
|
|
233
|
-
while (continuationToken) {
|
|
234
|
-
result = await this._listSafeguardsVersionsNext(location, continuationToken, options);
|
|
235
|
-
continuationToken = result.nextLink;
|
|
236
|
-
const page = result.value || [];
|
|
237
|
-
setContinuationToken(page, continuationToken);
|
|
238
|
-
yield page;
|
|
239
|
-
}
|
|
240
|
-
}
|
|
241
|
-
async *listSafeguardsVersionsPagingAll(location, options) {
|
|
242
|
-
for await (const page of this.listSafeguardsVersionsPagingPage(location, options)) {
|
|
243
|
-
yield* page;
|
|
244
|
-
}
|
|
245
|
-
}
|
|
246
|
-
/**
|
|
247
|
-
* Contains extra metadata on each revision, including supported revisions, cluster compatibility and
|
|
248
|
-
* available upgrades
|
|
249
|
-
* @param location The name of the Azure region.
|
|
250
|
-
* @param options The options parameters.
|
|
251
|
-
*/
|
|
252
|
-
listMeshRevisionProfiles(location, options) {
|
|
253
|
-
const iter = this.listMeshRevisionProfilesPagingAll(location, options);
|
|
254
|
-
return {
|
|
255
|
-
next() {
|
|
256
|
-
return iter.next();
|
|
257
|
-
},
|
|
258
|
-
[Symbol.asyncIterator]() {
|
|
259
|
-
return this;
|
|
260
|
-
},
|
|
261
|
-
byPage: (settings) => {
|
|
262
|
-
if (settings?.maxPageSize) {
|
|
263
|
-
throw new Error("maxPageSize is not supported by this operation.");
|
|
264
|
-
}
|
|
265
|
-
return this.listMeshRevisionProfilesPagingPage(location, options, settings);
|
|
266
|
-
},
|
|
267
|
-
};
|
|
268
|
-
}
|
|
269
|
-
async *listMeshRevisionProfilesPagingPage(location, options, settings) {
|
|
270
|
-
let result;
|
|
271
|
-
let continuationToken = settings?.continuationToken;
|
|
272
|
-
if (!continuationToken) {
|
|
273
|
-
result = await this._listMeshRevisionProfiles(location, options);
|
|
274
|
-
const page = result.value || [];
|
|
275
|
-
continuationToken = result.nextLink;
|
|
276
|
-
setContinuationToken(page, continuationToken);
|
|
277
|
-
yield page;
|
|
278
|
-
}
|
|
279
|
-
while (continuationToken) {
|
|
280
|
-
result = await this._listMeshRevisionProfilesNext(location, continuationToken, options);
|
|
281
|
-
continuationToken = result.nextLink;
|
|
282
|
-
const page = result.value || [];
|
|
283
|
-
setContinuationToken(page, continuationToken);
|
|
284
|
-
yield page;
|
|
285
|
-
}
|
|
286
|
-
}
|
|
287
|
-
async *listMeshRevisionProfilesPagingAll(location, options) {
|
|
288
|
-
for await (const page of this.listMeshRevisionProfilesPagingPage(location, options)) {
|
|
289
|
-
yield* page;
|
|
290
|
-
}
|
|
291
|
-
}
|
|
292
|
-
/**
|
|
293
|
-
* Lists available upgrades for all service meshes in a specific cluster.
|
|
294
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
295
|
-
* @param resourceName The name of the managed cluster resource.
|
|
296
|
-
* @param options The options parameters.
|
|
297
|
-
*/
|
|
298
|
-
listMeshUpgradeProfiles(resourceGroupName, resourceName, options) {
|
|
299
|
-
const iter = this.listMeshUpgradeProfilesPagingAll(resourceGroupName, resourceName, options);
|
|
300
|
-
return {
|
|
301
|
-
next() {
|
|
302
|
-
return iter.next();
|
|
303
|
-
},
|
|
304
|
-
[Symbol.asyncIterator]() {
|
|
305
|
-
return this;
|
|
306
|
-
},
|
|
307
|
-
byPage: (settings) => {
|
|
308
|
-
if (settings?.maxPageSize) {
|
|
309
|
-
throw new Error("maxPageSize is not supported by this operation.");
|
|
310
|
-
}
|
|
311
|
-
return this.listMeshUpgradeProfilesPagingPage(resourceGroupName, resourceName, options, settings);
|
|
312
|
-
},
|
|
313
|
-
};
|
|
314
|
-
}
|
|
315
|
-
async *listMeshUpgradeProfilesPagingPage(resourceGroupName, resourceName, options, settings) {
|
|
316
|
-
let result;
|
|
317
|
-
let continuationToken = settings?.continuationToken;
|
|
318
|
-
if (!continuationToken) {
|
|
319
|
-
result = await this._listMeshUpgradeProfiles(resourceGroupName, resourceName, options);
|
|
320
|
-
const page = result.value || [];
|
|
321
|
-
continuationToken = result.nextLink;
|
|
322
|
-
setContinuationToken(page, continuationToken);
|
|
323
|
-
yield page;
|
|
324
|
-
}
|
|
325
|
-
while (continuationToken) {
|
|
326
|
-
result = await this._listMeshUpgradeProfilesNext(resourceGroupName, resourceName, continuationToken, options);
|
|
327
|
-
continuationToken = result.nextLink;
|
|
328
|
-
const page = result.value || [];
|
|
329
|
-
setContinuationToken(page, continuationToken);
|
|
330
|
-
yield page;
|
|
331
|
-
}
|
|
332
|
-
}
|
|
333
|
-
async *listMeshUpgradeProfilesPagingAll(resourceGroupName, resourceName, options) {
|
|
334
|
-
for await (const page of this.listMeshUpgradeProfilesPagingPage(resourceGroupName, resourceName, options)) {
|
|
335
|
-
yield* page;
|
|
336
|
-
}
|
|
337
|
-
}
|
|
338
|
-
/**
|
|
339
|
-
* Contains extra metadata on the version, including supported patch versions, capabilities, available
|
|
340
|
-
* upgrades, and details on preview status of the version
|
|
341
|
-
* @param location The name of the Azure region.
|
|
342
|
-
* @param options The options parameters.
|
|
343
|
-
*/
|
|
344
|
-
listKubernetesVersions(location, options) {
|
|
345
|
-
return this.client.sendOperationRequest({ location, options }, listKubernetesVersionsOperationSpec);
|
|
346
|
-
}
|
|
347
|
-
/**
|
|
348
|
-
* Gets a list of managed clusters in the specified subscription.
|
|
349
|
-
* @param options The options parameters.
|
|
350
|
-
*/
|
|
351
|
-
_list(options) {
|
|
352
|
-
return this.client.sendOperationRequest({ options }, listOperationSpec);
|
|
353
|
-
}
|
|
354
|
-
/**
|
|
355
|
-
* Lists managed clusters in the specified subscription and resource group.
|
|
356
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
357
|
-
* @param options The options parameters.
|
|
358
|
-
*/
|
|
359
|
-
_listByResourceGroup(resourceGroupName, options) {
|
|
360
|
-
return this.client.sendOperationRequest({ resourceGroupName, options }, listByResourceGroupOperationSpec);
|
|
361
|
-
}
|
|
362
|
-
/**
|
|
363
|
-
* Gets the upgrade profile of a managed cluster.
|
|
364
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
365
|
-
* @param resourceName The name of the managed cluster resource.
|
|
366
|
-
* @param options The options parameters.
|
|
367
|
-
*/
|
|
368
|
-
getUpgradeProfile(resourceGroupName, resourceName, options) {
|
|
369
|
-
return this.client.sendOperationRequest({ resourceGroupName, resourceName, options }, getUpgradeProfileOperationSpec);
|
|
370
|
-
}
|
|
371
|
-
/**
|
|
372
|
-
* **WARNING**: This API will be deprecated. Instead use
|
|
373
|
-
* [ListClusterUserCredentials](https://docs.microsoft.com/rest/api/aks/managedclusters/listclusterusercredentials)
|
|
374
|
-
* or
|
|
375
|
-
* [ListClusterAdminCredentials](https://docs.microsoft.com/rest/api/aks/managedclusters/listclusteradmincredentials)
|
|
376
|
-
* .
|
|
377
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
378
|
-
* @param resourceName The name of the managed cluster resource.
|
|
379
|
-
* @param roleName The name of the role for managed cluster accessProfile resource.
|
|
380
|
-
* @param options The options parameters.
|
|
381
|
-
*/
|
|
382
|
-
getAccessProfile(resourceGroupName, resourceName, roleName, options) {
|
|
383
|
-
return this.client.sendOperationRequest({ resourceGroupName, resourceName, roleName, options }, getAccessProfileOperationSpec);
|
|
384
|
-
}
|
|
385
|
-
/**
|
|
386
|
-
* Lists the admin credentials of a managed cluster.
|
|
387
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
388
|
-
* @param resourceName The name of the managed cluster resource.
|
|
389
|
-
* @param options The options parameters.
|
|
390
|
-
*/
|
|
391
|
-
listClusterAdminCredentials(resourceGroupName, resourceName, options) {
|
|
392
|
-
return this.client.sendOperationRequest({ resourceGroupName, resourceName, options }, listClusterAdminCredentialsOperationSpec);
|
|
393
|
-
}
|
|
394
|
-
/**
|
|
395
|
-
* Lists the user credentials of a managed cluster.
|
|
396
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
397
|
-
* @param resourceName The name of the managed cluster resource.
|
|
398
|
-
* @param options The options parameters.
|
|
399
|
-
*/
|
|
400
|
-
listClusterUserCredentials(resourceGroupName, resourceName, options) {
|
|
401
|
-
return this.client.sendOperationRequest({ resourceGroupName, resourceName, options }, listClusterUserCredentialsOperationSpec);
|
|
402
|
-
}
|
|
403
|
-
/**
|
|
404
|
-
* Lists the cluster monitoring user credentials of a managed cluster.
|
|
405
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
406
|
-
* @param resourceName The name of the managed cluster resource.
|
|
407
|
-
* @param options The options parameters.
|
|
408
|
-
*/
|
|
409
|
-
listClusterMonitoringUserCredentials(resourceGroupName, resourceName, options) {
|
|
410
|
-
return this.client.sendOperationRequest({ resourceGroupName, resourceName, options }, listClusterMonitoringUserCredentialsOperationSpec);
|
|
411
|
-
}
|
|
412
|
-
/**
|
|
413
|
-
* Gets a managed cluster.
|
|
414
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
415
|
-
* @param resourceName The name of the managed cluster resource.
|
|
416
|
-
* @param options The options parameters.
|
|
417
|
-
*/
|
|
418
|
-
get(resourceGroupName, resourceName, options) {
|
|
419
|
-
return this.client.sendOperationRequest({ resourceGroupName, resourceName, options }, getOperationSpec);
|
|
420
|
-
}
|
|
421
|
-
/**
|
|
422
|
-
* Creates or updates a managed cluster.
|
|
423
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
424
|
-
* @param resourceName The name of the managed cluster resource.
|
|
425
|
-
* @param parameters The managed cluster to create or update.
|
|
426
|
-
* @param options The options parameters.
|
|
427
|
-
*/
|
|
428
|
-
async beginCreateOrUpdate(resourceGroupName, resourceName, parameters, options) {
|
|
429
|
-
const directSendOperation = async (args, spec) => {
|
|
430
|
-
return this.client.sendOperationRequest(args, spec);
|
|
431
|
-
};
|
|
432
|
-
const sendOperationFn = async (args, spec) => {
|
|
433
|
-
let currentRawResponse = undefined;
|
|
434
|
-
const providedCallback = args.options?.onResponse;
|
|
435
|
-
const callback = (rawResponse, flatResponse) => {
|
|
436
|
-
currentRawResponse = rawResponse;
|
|
437
|
-
providedCallback?.(rawResponse, flatResponse);
|
|
438
|
-
};
|
|
439
|
-
const updatedArgs = {
|
|
440
|
-
...args,
|
|
441
|
-
options: {
|
|
442
|
-
...args.options,
|
|
443
|
-
onResponse: callback,
|
|
444
|
-
},
|
|
445
|
-
};
|
|
446
|
-
const flatResponse = await directSendOperation(updatedArgs, spec);
|
|
447
|
-
return {
|
|
448
|
-
flatResponse,
|
|
449
|
-
rawResponse: {
|
|
450
|
-
statusCode: currentRawResponse.status,
|
|
451
|
-
body: currentRawResponse.parsedBody,
|
|
452
|
-
headers: currentRawResponse.headers.toJSON(),
|
|
453
|
-
},
|
|
454
|
-
};
|
|
455
|
-
};
|
|
456
|
-
const lro = createLroSpec({
|
|
457
|
-
sendOperationFn,
|
|
458
|
-
args: { resourceGroupName, resourceName, parameters, options },
|
|
459
|
-
spec: createOrUpdateOperationSpec,
|
|
460
|
-
});
|
|
461
|
-
const poller = await createHttpPoller(lro, {
|
|
462
|
-
restoreFrom: options?.resumeFrom,
|
|
463
|
-
intervalInMs: options?.updateIntervalInMs,
|
|
464
|
-
});
|
|
465
|
-
await poller.poll();
|
|
466
|
-
return poller;
|
|
467
|
-
}
|
|
468
|
-
/**
|
|
469
|
-
* Creates or updates a managed cluster.
|
|
470
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
471
|
-
* @param resourceName The name of the managed cluster resource.
|
|
472
|
-
* @param parameters The managed cluster to create or update.
|
|
473
|
-
* @param options The options parameters.
|
|
474
|
-
*/
|
|
475
|
-
async beginCreateOrUpdateAndWait(resourceGroupName, resourceName, parameters, options) {
|
|
476
|
-
const poller = await this.beginCreateOrUpdate(resourceGroupName, resourceName, parameters, options);
|
|
477
|
-
return poller.pollUntilDone();
|
|
478
|
-
}
|
|
479
|
-
/**
|
|
480
|
-
* Updates tags on a managed cluster.
|
|
481
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
482
|
-
* @param resourceName The name of the managed cluster resource.
|
|
483
|
-
* @param parameters Parameters supplied to the Update Managed Cluster Tags operation.
|
|
484
|
-
* @param options The options parameters.
|
|
485
|
-
*/
|
|
486
|
-
async beginUpdateTags(resourceGroupName, resourceName, parameters, options) {
|
|
487
|
-
const directSendOperation = async (args, spec) => {
|
|
488
|
-
return this.client.sendOperationRequest(args, spec);
|
|
489
|
-
};
|
|
490
|
-
const sendOperationFn = async (args, spec) => {
|
|
491
|
-
let currentRawResponse = undefined;
|
|
492
|
-
const providedCallback = args.options?.onResponse;
|
|
493
|
-
const callback = (rawResponse, flatResponse) => {
|
|
494
|
-
currentRawResponse = rawResponse;
|
|
495
|
-
providedCallback?.(rawResponse, flatResponse);
|
|
496
|
-
};
|
|
497
|
-
const updatedArgs = {
|
|
498
|
-
...args,
|
|
499
|
-
options: {
|
|
500
|
-
...args.options,
|
|
501
|
-
onResponse: callback,
|
|
502
|
-
},
|
|
503
|
-
};
|
|
504
|
-
const flatResponse = await directSendOperation(updatedArgs, spec);
|
|
505
|
-
return {
|
|
506
|
-
flatResponse,
|
|
507
|
-
rawResponse: {
|
|
508
|
-
statusCode: currentRawResponse.status,
|
|
509
|
-
body: currentRawResponse.parsedBody,
|
|
510
|
-
headers: currentRawResponse.headers.toJSON(),
|
|
511
|
-
},
|
|
512
|
-
};
|
|
513
|
-
};
|
|
514
|
-
const lro = createLroSpec({
|
|
515
|
-
sendOperationFn,
|
|
516
|
-
args: { resourceGroupName, resourceName, parameters, options },
|
|
517
|
-
spec: updateTagsOperationSpec,
|
|
518
|
-
});
|
|
519
|
-
const poller = await createHttpPoller(lro, {
|
|
520
|
-
restoreFrom: options?.resumeFrom,
|
|
521
|
-
intervalInMs: options?.updateIntervalInMs,
|
|
522
|
-
});
|
|
523
|
-
await poller.poll();
|
|
524
|
-
return poller;
|
|
525
|
-
}
|
|
526
|
-
/**
|
|
527
|
-
* Updates tags on a managed cluster.
|
|
528
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
529
|
-
* @param resourceName The name of the managed cluster resource.
|
|
530
|
-
* @param parameters Parameters supplied to the Update Managed Cluster Tags operation.
|
|
531
|
-
* @param options The options parameters.
|
|
532
|
-
*/
|
|
533
|
-
async beginUpdateTagsAndWait(resourceGroupName, resourceName, parameters, options) {
|
|
534
|
-
const poller = await this.beginUpdateTags(resourceGroupName, resourceName, parameters, options);
|
|
535
|
-
return poller.pollUntilDone();
|
|
536
|
-
}
|
|
537
|
-
/**
|
|
538
|
-
* Deletes a managed cluster.
|
|
539
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
540
|
-
* @param resourceName The name of the managed cluster resource.
|
|
541
|
-
* @param options The options parameters.
|
|
542
|
-
*/
|
|
543
|
-
async beginDelete(resourceGroupName, resourceName, options) {
|
|
544
|
-
const directSendOperation = async (args, spec) => {
|
|
545
|
-
return this.client.sendOperationRequest(args, spec);
|
|
546
|
-
};
|
|
547
|
-
const sendOperationFn = async (args, spec) => {
|
|
548
|
-
let currentRawResponse = undefined;
|
|
549
|
-
const providedCallback = args.options?.onResponse;
|
|
550
|
-
const callback = (rawResponse, flatResponse) => {
|
|
551
|
-
currentRawResponse = rawResponse;
|
|
552
|
-
providedCallback?.(rawResponse, flatResponse);
|
|
553
|
-
};
|
|
554
|
-
const updatedArgs = {
|
|
555
|
-
...args,
|
|
556
|
-
options: {
|
|
557
|
-
...args.options,
|
|
558
|
-
onResponse: callback,
|
|
559
|
-
},
|
|
560
|
-
};
|
|
561
|
-
const flatResponse = await directSendOperation(updatedArgs, spec);
|
|
562
|
-
return {
|
|
563
|
-
flatResponse,
|
|
564
|
-
rawResponse: {
|
|
565
|
-
statusCode: currentRawResponse.status,
|
|
566
|
-
body: currentRawResponse.parsedBody,
|
|
567
|
-
headers: currentRawResponse.headers.toJSON(),
|
|
568
|
-
},
|
|
569
|
-
};
|
|
570
|
-
};
|
|
571
|
-
const lro = createLroSpec({
|
|
572
|
-
sendOperationFn,
|
|
573
|
-
args: { resourceGroupName, resourceName, options },
|
|
574
|
-
spec: deleteOperationSpec,
|
|
575
|
-
});
|
|
576
|
-
const poller = await createHttpPoller(lro, {
|
|
577
|
-
restoreFrom: options?.resumeFrom,
|
|
578
|
-
intervalInMs: options?.updateIntervalInMs,
|
|
579
|
-
});
|
|
580
|
-
await poller.poll();
|
|
581
|
-
return poller;
|
|
582
|
-
}
|
|
583
|
-
/**
|
|
584
|
-
* Deletes a managed cluster.
|
|
585
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
586
|
-
* @param resourceName The name of the managed cluster resource.
|
|
587
|
-
* @param options The options parameters.
|
|
588
|
-
*/
|
|
589
|
-
async beginDeleteAndWait(resourceGroupName, resourceName, options) {
|
|
590
|
-
const poller = await this.beginDelete(resourceGroupName, resourceName, options);
|
|
591
|
-
return poller.pollUntilDone();
|
|
592
|
-
}
|
|
593
|
-
/**
|
|
594
|
-
* This action cannot be performed on a cluster that is not using a service principal
|
|
595
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
596
|
-
* @param resourceName The name of the managed cluster resource.
|
|
597
|
-
* @param parameters The service principal profile to set on the managed cluster.
|
|
598
|
-
* @param options The options parameters.
|
|
599
|
-
*/
|
|
600
|
-
async beginResetServicePrincipalProfile(resourceGroupName, resourceName, parameters, options) {
|
|
601
|
-
const directSendOperation = async (args, spec) => {
|
|
602
|
-
return this.client.sendOperationRequest(args, spec);
|
|
603
|
-
};
|
|
604
|
-
const sendOperationFn = async (args, spec) => {
|
|
605
|
-
let currentRawResponse = undefined;
|
|
606
|
-
const providedCallback = args.options?.onResponse;
|
|
607
|
-
const callback = (rawResponse, flatResponse) => {
|
|
608
|
-
currentRawResponse = rawResponse;
|
|
609
|
-
providedCallback?.(rawResponse, flatResponse);
|
|
610
|
-
};
|
|
611
|
-
const updatedArgs = {
|
|
612
|
-
...args,
|
|
613
|
-
options: {
|
|
614
|
-
...args.options,
|
|
615
|
-
onResponse: callback,
|
|
616
|
-
},
|
|
617
|
-
};
|
|
618
|
-
const flatResponse = await directSendOperation(updatedArgs, spec);
|
|
619
|
-
return {
|
|
620
|
-
flatResponse,
|
|
621
|
-
rawResponse: {
|
|
622
|
-
statusCode: currentRawResponse.status,
|
|
623
|
-
body: currentRawResponse.parsedBody,
|
|
624
|
-
headers: currentRawResponse.headers.toJSON(),
|
|
625
|
-
},
|
|
626
|
-
};
|
|
627
|
-
};
|
|
628
|
-
const lro = createLroSpec({
|
|
629
|
-
sendOperationFn,
|
|
630
|
-
args: { resourceGroupName, resourceName, parameters, options },
|
|
631
|
-
spec: resetServicePrincipalProfileOperationSpec,
|
|
632
|
-
});
|
|
633
|
-
const poller = await createHttpPoller(lro, {
|
|
634
|
-
restoreFrom: options?.resumeFrom,
|
|
635
|
-
intervalInMs: options?.updateIntervalInMs,
|
|
636
|
-
resourceLocationConfig: "location",
|
|
637
|
-
});
|
|
638
|
-
await poller.poll();
|
|
639
|
-
return poller;
|
|
640
|
-
}
|
|
641
|
-
/**
|
|
642
|
-
* This action cannot be performed on a cluster that is not using a service principal
|
|
643
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
644
|
-
* @param resourceName The name of the managed cluster resource.
|
|
645
|
-
* @param parameters The service principal profile to set on the managed cluster.
|
|
646
|
-
* @param options The options parameters.
|
|
647
|
-
*/
|
|
648
|
-
async beginResetServicePrincipalProfileAndWait(resourceGroupName, resourceName, parameters, options) {
|
|
649
|
-
const poller = await this.beginResetServicePrincipalProfile(resourceGroupName, resourceName, parameters, options);
|
|
650
|
-
return poller.pollUntilDone();
|
|
651
|
-
}
|
|
652
|
-
/**
|
|
653
|
-
* **WARNING**: This API will be deprecated. Please see [AKS-managed Azure Active Directory
|
|
654
|
-
* integration](https://aka.ms/aks-managed-aad) to update your cluster with AKS-managed Azure AD.
|
|
655
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
656
|
-
* @param resourceName The name of the managed cluster resource.
|
|
657
|
-
* @param parameters The AAD profile to set on the Managed Cluster
|
|
658
|
-
* @param options The options parameters.
|
|
659
|
-
*/
|
|
660
|
-
async beginResetAADProfile(resourceGroupName, resourceName, parameters, options) {
|
|
661
|
-
const directSendOperation = async (args, spec) => {
|
|
662
|
-
return this.client.sendOperationRequest(args, spec);
|
|
663
|
-
};
|
|
664
|
-
const sendOperationFn = async (args, spec) => {
|
|
665
|
-
let currentRawResponse = undefined;
|
|
666
|
-
const providedCallback = args.options?.onResponse;
|
|
667
|
-
const callback = (rawResponse, flatResponse) => {
|
|
668
|
-
currentRawResponse = rawResponse;
|
|
669
|
-
providedCallback?.(rawResponse, flatResponse);
|
|
670
|
-
};
|
|
671
|
-
const updatedArgs = {
|
|
672
|
-
...args,
|
|
673
|
-
options: {
|
|
674
|
-
...args.options,
|
|
675
|
-
onResponse: callback,
|
|
676
|
-
},
|
|
677
|
-
};
|
|
678
|
-
const flatResponse = await directSendOperation(updatedArgs, spec);
|
|
679
|
-
return {
|
|
680
|
-
flatResponse,
|
|
681
|
-
rawResponse: {
|
|
682
|
-
statusCode: currentRawResponse.status,
|
|
683
|
-
body: currentRawResponse.parsedBody,
|
|
684
|
-
headers: currentRawResponse.headers.toJSON(),
|
|
685
|
-
},
|
|
686
|
-
};
|
|
687
|
-
};
|
|
688
|
-
const lro = createLroSpec({
|
|
689
|
-
sendOperationFn,
|
|
690
|
-
args: { resourceGroupName, resourceName, parameters, options },
|
|
691
|
-
spec: resetAADProfileOperationSpec,
|
|
692
|
-
});
|
|
693
|
-
const poller = await createHttpPoller(lro, {
|
|
694
|
-
restoreFrom: options?.resumeFrom,
|
|
695
|
-
intervalInMs: options?.updateIntervalInMs,
|
|
696
|
-
resourceLocationConfig: "location",
|
|
697
|
-
});
|
|
698
|
-
await poller.poll();
|
|
699
|
-
return poller;
|
|
700
|
-
}
|
|
701
|
-
/**
|
|
702
|
-
* **WARNING**: This API will be deprecated. Please see [AKS-managed Azure Active Directory
|
|
703
|
-
* integration](https://aka.ms/aks-managed-aad) to update your cluster with AKS-managed Azure AD.
|
|
704
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
705
|
-
* @param resourceName The name of the managed cluster resource.
|
|
706
|
-
* @param parameters The AAD profile to set on the Managed Cluster
|
|
707
|
-
* @param options The options parameters.
|
|
708
|
-
*/
|
|
709
|
-
async beginResetAADProfileAndWait(resourceGroupName, resourceName, parameters, options) {
|
|
710
|
-
const poller = await this.beginResetAADProfile(resourceGroupName, resourceName, parameters, options);
|
|
711
|
-
return poller.pollUntilDone();
|
|
712
|
-
}
|
|
713
|
-
/**
|
|
714
|
-
* Aborts the currently running operation on the managed cluster. The Managed Cluster will be moved to
|
|
715
|
-
* a Canceling state and eventually to a Canceled state when cancellation finishes. If the operation
|
|
716
|
-
* completes before cancellation can take place, an error is returned.
|
|
717
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
718
|
-
* @param resourceName The name of the managed cluster resource.
|
|
719
|
-
* @param options The options parameters.
|
|
720
|
-
*/
|
|
721
|
-
async beginAbortLatestOperation(resourceGroupName, resourceName, options) {
|
|
722
|
-
const directSendOperation = async (args, spec) => {
|
|
723
|
-
return this.client.sendOperationRequest(args, spec);
|
|
724
|
-
};
|
|
725
|
-
const sendOperationFn = async (args, spec) => {
|
|
726
|
-
let currentRawResponse = undefined;
|
|
727
|
-
const providedCallback = args.options?.onResponse;
|
|
728
|
-
const callback = (rawResponse, flatResponse) => {
|
|
729
|
-
currentRawResponse = rawResponse;
|
|
730
|
-
providedCallback?.(rawResponse, flatResponse);
|
|
731
|
-
};
|
|
732
|
-
const updatedArgs = {
|
|
733
|
-
...args,
|
|
734
|
-
options: {
|
|
735
|
-
...args.options,
|
|
736
|
-
onResponse: callback,
|
|
737
|
-
},
|
|
738
|
-
};
|
|
739
|
-
const flatResponse = await directSendOperation(updatedArgs, spec);
|
|
740
|
-
return {
|
|
741
|
-
flatResponse,
|
|
742
|
-
rawResponse: {
|
|
743
|
-
statusCode: currentRawResponse.status,
|
|
744
|
-
body: currentRawResponse.parsedBody,
|
|
745
|
-
headers: currentRawResponse.headers.toJSON(),
|
|
746
|
-
},
|
|
747
|
-
};
|
|
748
|
-
};
|
|
749
|
-
const lro = createLroSpec({
|
|
750
|
-
sendOperationFn,
|
|
751
|
-
args: { resourceGroupName, resourceName, options },
|
|
752
|
-
spec: abortLatestOperationOperationSpec,
|
|
753
|
-
});
|
|
754
|
-
const poller = await createHttpPoller(lro, {
|
|
755
|
-
restoreFrom: options?.resumeFrom,
|
|
756
|
-
intervalInMs: options?.updateIntervalInMs,
|
|
757
|
-
resourceLocationConfig: "location",
|
|
758
|
-
});
|
|
759
|
-
await poller.poll();
|
|
760
|
-
return poller;
|
|
761
|
-
}
|
|
762
|
-
/**
|
|
763
|
-
* Aborts the currently running operation on the managed cluster. The Managed Cluster will be moved to
|
|
764
|
-
* a Canceling state and eventually to a Canceled state when cancellation finishes. If the operation
|
|
765
|
-
* completes before cancellation can take place, an error is returned.
|
|
766
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
767
|
-
* @param resourceName The name of the managed cluster resource.
|
|
768
|
-
* @param options The options parameters.
|
|
769
|
-
*/
|
|
770
|
-
async beginAbortLatestOperationAndWait(resourceGroupName, resourceName, options) {
|
|
771
|
-
const poller = await this.beginAbortLatestOperation(resourceGroupName, resourceName, options);
|
|
772
|
-
return poller.pollUntilDone();
|
|
773
|
-
}
|
|
774
|
-
/**
|
|
775
|
-
* See [Certificate rotation](https://docs.microsoft.com/azure/aks/certificate-rotation) for more
|
|
776
|
-
* details about rotating managed cluster certificates.
|
|
777
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
778
|
-
* @param resourceName The name of the managed cluster resource.
|
|
779
|
-
* @param options The options parameters.
|
|
780
|
-
*/
|
|
781
|
-
async beginRotateClusterCertificates(resourceGroupName, resourceName, options) {
|
|
782
|
-
const directSendOperation = async (args, spec) => {
|
|
783
|
-
return this.client.sendOperationRequest(args, spec);
|
|
784
|
-
};
|
|
785
|
-
const sendOperationFn = async (args, spec) => {
|
|
786
|
-
let currentRawResponse = undefined;
|
|
787
|
-
const providedCallback = args.options?.onResponse;
|
|
788
|
-
const callback = (rawResponse, flatResponse) => {
|
|
789
|
-
currentRawResponse = rawResponse;
|
|
790
|
-
providedCallback?.(rawResponse, flatResponse);
|
|
791
|
-
};
|
|
792
|
-
const updatedArgs = {
|
|
793
|
-
...args,
|
|
794
|
-
options: {
|
|
795
|
-
...args.options,
|
|
796
|
-
onResponse: callback,
|
|
797
|
-
},
|
|
798
|
-
};
|
|
799
|
-
const flatResponse = await directSendOperation(updatedArgs, spec);
|
|
800
|
-
return {
|
|
801
|
-
flatResponse,
|
|
802
|
-
rawResponse: {
|
|
803
|
-
statusCode: currentRawResponse.status,
|
|
804
|
-
body: currentRawResponse.parsedBody,
|
|
805
|
-
headers: currentRawResponse.headers.toJSON(),
|
|
806
|
-
},
|
|
807
|
-
};
|
|
808
|
-
};
|
|
809
|
-
const lro = createLroSpec({
|
|
810
|
-
sendOperationFn,
|
|
811
|
-
args: { resourceGroupName, resourceName, options },
|
|
812
|
-
spec: rotateClusterCertificatesOperationSpec,
|
|
813
|
-
});
|
|
814
|
-
const poller = await createHttpPoller(lro, {
|
|
815
|
-
restoreFrom: options?.resumeFrom,
|
|
816
|
-
intervalInMs: options?.updateIntervalInMs,
|
|
817
|
-
resourceLocationConfig: "location",
|
|
818
|
-
});
|
|
819
|
-
await poller.poll();
|
|
820
|
-
return poller;
|
|
821
|
-
}
|
|
822
|
-
/**
|
|
823
|
-
* See [Certificate rotation](https://docs.microsoft.com/azure/aks/certificate-rotation) for more
|
|
824
|
-
* details about rotating managed cluster certificates.
|
|
825
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
826
|
-
* @param resourceName The name of the managed cluster resource.
|
|
827
|
-
* @param options The options parameters.
|
|
828
|
-
*/
|
|
829
|
-
async beginRotateClusterCertificatesAndWait(resourceGroupName, resourceName, options) {
|
|
830
|
-
const poller = await this.beginRotateClusterCertificates(resourceGroupName, resourceName, options);
|
|
831
|
-
return poller.pollUntilDone();
|
|
832
|
-
}
|
|
833
|
-
/**
|
|
834
|
-
* Rotates the service account signing keys of a managed cluster.
|
|
835
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
836
|
-
* @param resourceName The name of the managed cluster resource.
|
|
837
|
-
* @param options The options parameters.
|
|
838
|
-
*/
|
|
839
|
-
async beginRotateServiceAccountSigningKeys(resourceGroupName, resourceName, options) {
|
|
840
|
-
const directSendOperation = async (args, spec) => {
|
|
841
|
-
return this.client.sendOperationRequest(args, spec);
|
|
842
|
-
};
|
|
843
|
-
const sendOperationFn = async (args, spec) => {
|
|
844
|
-
let currentRawResponse = undefined;
|
|
845
|
-
const providedCallback = args.options?.onResponse;
|
|
846
|
-
const callback = (rawResponse, flatResponse) => {
|
|
847
|
-
currentRawResponse = rawResponse;
|
|
848
|
-
providedCallback?.(rawResponse, flatResponse);
|
|
849
|
-
};
|
|
850
|
-
const updatedArgs = {
|
|
851
|
-
...args,
|
|
852
|
-
options: {
|
|
853
|
-
...args.options,
|
|
854
|
-
onResponse: callback,
|
|
855
|
-
},
|
|
856
|
-
};
|
|
857
|
-
const flatResponse = await directSendOperation(updatedArgs, spec);
|
|
858
|
-
return {
|
|
859
|
-
flatResponse,
|
|
860
|
-
rawResponse: {
|
|
861
|
-
statusCode: currentRawResponse.status,
|
|
862
|
-
body: currentRawResponse.parsedBody,
|
|
863
|
-
headers: currentRawResponse.headers.toJSON(),
|
|
864
|
-
},
|
|
865
|
-
};
|
|
866
|
-
};
|
|
867
|
-
const lro = createLroSpec({
|
|
868
|
-
sendOperationFn,
|
|
869
|
-
args: { resourceGroupName, resourceName, options },
|
|
870
|
-
spec: rotateServiceAccountSigningKeysOperationSpec,
|
|
871
|
-
});
|
|
872
|
-
const poller = await createHttpPoller(lro, {
|
|
873
|
-
restoreFrom: options?.resumeFrom,
|
|
874
|
-
intervalInMs: options?.updateIntervalInMs,
|
|
875
|
-
resourceLocationConfig: "location",
|
|
876
|
-
});
|
|
877
|
-
await poller.poll();
|
|
878
|
-
return poller;
|
|
879
|
-
}
|
|
880
|
-
/**
|
|
881
|
-
* Rotates the service account signing keys of a managed cluster.
|
|
882
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
883
|
-
* @param resourceName The name of the managed cluster resource.
|
|
884
|
-
* @param options The options parameters.
|
|
885
|
-
*/
|
|
886
|
-
async beginRotateServiceAccountSigningKeysAndWait(resourceGroupName, resourceName, options) {
|
|
887
|
-
const poller = await this.beginRotateServiceAccountSigningKeys(resourceGroupName, resourceName, options);
|
|
888
|
-
return poller.pollUntilDone();
|
|
889
|
-
}
|
|
890
|
-
/**
|
|
891
|
-
* This can only be performed on Azure Virtual Machine Scale set backed clusters. Stopping a cluster
|
|
892
|
-
* stops the control plane and agent nodes entirely, while maintaining all object and cluster state. A
|
|
893
|
-
* cluster does not accrue charges while it is stopped. See [stopping a
|
|
894
|
-
* cluster](https://docs.microsoft.com/azure/aks/start-stop-cluster) for more details about stopping a
|
|
895
|
-
* cluster.
|
|
896
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
897
|
-
* @param resourceName The name of the managed cluster resource.
|
|
898
|
-
* @param options The options parameters.
|
|
899
|
-
*/
|
|
900
|
-
async beginStop(resourceGroupName, resourceName, options) {
|
|
901
|
-
const directSendOperation = async (args, spec) => {
|
|
902
|
-
return this.client.sendOperationRequest(args, spec);
|
|
903
|
-
};
|
|
904
|
-
const sendOperationFn = async (args, spec) => {
|
|
905
|
-
let currentRawResponse = undefined;
|
|
906
|
-
const providedCallback = args.options?.onResponse;
|
|
907
|
-
const callback = (rawResponse, flatResponse) => {
|
|
908
|
-
currentRawResponse = rawResponse;
|
|
909
|
-
providedCallback?.(rawResponse, flatResponse);
|
|
910
|
-
};
|
|
911
|
-
const updatedArgs = {
|
|
912
|
-
...args,
|
|
913
|
-
options: {
|
|
914
|
-
...args.options,
|
|
915
|
-
onResponse: callback,
|
|
916
|
-
},
|
|
917
|
-
};
|
|
918
|
-
const flatResponse = await directSendOperation(updatedArgs, spec);
|
|
919
|
-
return {
|
|
920
|
-
flatResponse,
|
|
921
|
-
rawResponse: {
|
|
922
|
-
statusCode: currentRawResponse.status,
|
|
923
|
-
body: currentRawResponse.parsedBody,
|
|
924
|
-
headers: currentRawResponse.headers.toJSON(),
|
|
925
|
-
},
|
|
926
|
-
};
|
|
927
|
-
};
|
|
928
|
-
const lro = createLroSpec({
|
|
929
|
-
sendOperationFn,
|
|
930
|
-
args: { resourceGroupName, resourceName, options },
|
|
931
|
-
spec: stopOperationSpec,
|
|
932
|
-
});
|
|
933
|
-
const poller = await createHttpPoller(lro, {
|
|
934
|
-
restoreFrom: options?.resumeFrom,
|
|
935
|
-
intervalInMs: options?.updateIntervalInMs,
|
|
936
|
-
resourceLocationConfig: "location",
|
|
937
|
-
});
|
|
938
|
-
await poller.poll();
|
|
939
|
-
return poller;
|
|
940
|
-
}
|
|
941
|
-
/**
|
|
942
|
-
* This can only be performed on Azure Virtual Machine Scale set backed clusters. Stopping a cluster
|
|
943
|
-
* stops the control plane and agent nodes entirely, while maintaining all object and cluster state. A
|
|
944
|
-
* cluster does not accrue charges while it is stopped. See [stopping a
|
|
945
|
-
* cluster](https://docs.microsoft.com/azure/aks/start-stop-cluster) for more details about stopping a
|
|
946
|
-
* cluster.
|
|
947
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
948
|
-
* @param resourceName The name of the managed cluster resource.
|
|
949
|
-
* @param options The options parameters.
|
|
950
|
-
*/
|
|
951
|
-
async beginStopAndWait(resourceGroupName, resourceName, options) {
|
|
952
|
-
const poller = await this.beginStop(resourceGroupName, resourceName, options);
|
|
953
|
-
return poller.pollUntilDone();
|
|
954
|
-
}
|
|
955
|
-
/**
|
|
956
|
-
* See [starting a cluster](https://docs.microsoft.com/azure/aks/start-stop-cluster) for more details
|
|
957
|
-
* about starting a cluster.
|
|
958
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
959
|
-
* @param resourceName The name of the managed cluster resource.
|
|
960
|
-
* @param options The options parameters.
|
|
961
|
-
*/
|
|
962
|
-
async beginStart(resourceGroupName, resourceName, options) {
|
|
963
|
-
const directSendOperation = async (args, spec) => {
|
|
964
|
-
return this.client.sendOperationRequest(args, spec);
|
|
965
|
-
};
|
|
966
|
-
const sendOperationFn = async (args, spec) => {
|
|
967
|
-
let currentRawResponse = undefined;
|
|
968
|
-
const providedCallback = args.options?.onResponse;
|
|
969
|
-
const callback = (rawResponse, flatResponse) => {
|
|
970
|
-
currentRawResponse = rawResponse;
|
|
971
|
-
providedCallback?.(rawResponse, flatResponse);
|
|
972
|
-
};
|
|
973
|
-
const updatedArgs = {
|
|
974
|
-
...args,
|
|
975
|
-
options: {
|
|
976
|
-
...args.options,
|
|
977
|
-
onResponse: callback,
|
|
978
|
-
},
|
|
979
|
-
};
|
|
980
|
-
const flatResponse = await directSendOperation(updatedArgs, spec);
|
|
981
|
-
return {
|
|
982
|
-
flatResponse,
|
|
983
|
-
rawResponse: {
|
|
984
|
-
statusCode: currentRawResponse.status,
|
|
985
|
-
body: currentRawResponse.parsedBody,
|
|
986
|
-
headers: currentRawResponse.headers.toJSON(),
|
|
987
|
-
},
|
|
988
|
-
};
|
|
989
|
-
};
|
|
990
|
-
const lro = createLroSpec({
|
|
991
|
-
sendOperationFn,
|
|
992
|
-
args: { resourceGroupName, resourceName, options },
|
|
993
|
-
spec: startOperationSpec,
|
|
994
|
-
});
|
|
995
|
-
const poller = await createHttpPoller(lro, {
|
|
996
|
-
restoreFrom: options?.resumeFrom,
|
|
997
|
-
intervalInMs: options?.updateIntervalInMs,
|
|
998
|
-
resourceLocationConfig: "location",
|
|
999
|
-
});
|
|
1000
|
-
await poller.poll();
|
|
1001
|
-
return poller;
|
|
1002
|
-
}
|
|
1003
|
-
/**
|
|
1004
|
-
* See [starting a cluster](https://docs.microsoft.com/azure/aks/start-stop-cluster) for more details
|
|
1005
|
-
* about starting a cluster.
|
|
1006
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
1007
|
-
* @param resourceName The name of the managed cluster resource.
|
|
1008
|
-
* @param options The options parameters.
|
|
1009
|
-
*/
|
|
1010
|
-
async beginStartAndWait(resourceGroupName, resourceName, options) {
|
|
1011
|
-
const poller = await this.beginStart(resourceGroupName, resourceName, options);
|
|
1012
|
-
return poller.pollUntilDone();
|
|
1013
|
-
}
|
|
1014
|
-
/**
|
|
1015
|
-
* AKS will create a pod to run the command. This is primarily useful for private clusters. For more
|
|
1016
|
-
* information see [AKS Run
|
|
1017
|
-
* Command](https://docs.microsoft.com/azure/aks/private-clusters#aks-run-command-preview).
|
|
1018
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
1019
|
-
* @param resourceName The name of the managed cluster resource.
|
|
1020
|
-
* @param requestPayload The run command request
|
|
1021
|
-
* @param options The options parameters.
|
|
1022
|
-
*/
|
|
1023
|
-
async beginRunCommand(resourceGroupName, resourceName, requestPayload, options) {
|
|
1024
|
-
const directSendOperation = async (args, spec) => {
|
|
1025
|
-
return this.client.sendOperationRequest(args, spec);
|
|
1026
|
-
};
|
|
1027
|
-
const sendOperationFn = async (args, spec) => {
|
|
1028
|
-
let currentRawResponse = undefined;
|
|
1029
|
-
const providedCallback = args.options?.onResponse;
|
|
1030
|
-
const callback = (rawResponse, flatResponse) => {
|
|
1031
|
-
currentRawResponse = rawResponse;
|
|
1032
|
-
providedCallback?.(rawResponse, flatResponse);
|
|
1033
|
-
};
|
|
1034
|
-
const updatedArgs = {
|
|
1035
|
-
...args,
|
|
1036
|
-
options: {
|
|
1037
|
-
...args.options,
|
|
1038
|
-
onResponse: callback,
|
|
1039
|
-
},
|
|
1040
|
-
};
|
|
1041
|
-
const flatResponse = await directSendOperation(updatedArgs, spec);
|
|
1042
|
-
return {
|
|
1043
|
-
flatResponse,
|
|
1044
|
-
rawResponse: {
|
|
1045
|
-
statusCode: currentRawResponse.status,
|
|
1046
|
-
body: currentRawResponse.parsedBody,
|
|
1047
|
-
headers: currentRawResponse.headers.toJSON(),
|
|
1048
|
-
},
|
|
1049
|
-
};
|
|
1050
|
-
};
|
|
1051
|
-
const lro = createLroSpec({
|
|
1052
|
-
sendOperationFn,
|
|
1053
|
-
args: { resourceGroupName, resourceName, requestPayload, options },
|
|
1054
|
-
spec: runCommandOperationSpec,
|
|
1055
|
-
});
|
|
1056
|
-
const poller = await createHttpPoller(lro, {
|
|
1057
|
-
restoreFrom: options?.resumeFrom,
|
|
1058
|
-
intervalInMs: options?.updateIntervalInMs,
|
|
1059
|
-
resourceLocationConfig: "location",
|
|
1060
|
-
});
|
|
1061
|
-
await poller.poll();
|
|
1062
|
-
return poller;
|
|
1063
|
-
}
|
|
1064
|
-
/**
|
|
1065
|
-
* AKS will create a pod to run the command. This is primarily useful for private clusters. For more
|
|
1066
|
-
* information see [AKS Run
|
|
1067
|
-
* Command](https://docs.microsoft.com/azure/aks/private-clusters#aks-run-command-preview).
|
|
1068
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
1069
|
-
* @param resourceName The name of the managed cluster resource.
|
|
1070
|
-
* @param requestPayload The run command request
|
|
1071
|
-
* @param options The options parameters.
|
|
1072
|
-
*/
|
|
1073
|
-
async beginRunCommandAndWait(resourceGroupName, resourceName, requestPayload, options) {
|
|
1074
|
-
const poller = await this.beginRunCommand(resourceGroupName, resourceName, requestPayload, options);
|
|
1075
|
-
return poller.pollUntilDone();
|
|
1076
|
-
}
|
|
1077
|
-
/**
|
|
1078
|
-
* Gets the results of a command which has been run on the Managed Cluster.
|
|
1079
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
1080
|
-
* @param resourceName The name of the managed cluster resource.
|
|
1081
|
-
* @param commandId Id of the command.
|
|
1082
|
-
* @param options The options parameters.
|
|
1083
|
-
*/
|
|
1084
|
-
getCommandResult(resourceGroupName, resourceName, commandId, options) {
|
|
1085
|
-
return this.client.sendOperationRequest({ resourceGroupName, resourceName, commandId, options }, getCommandResultOperationSpec);
|
|
1086
|
-
}
|
|
1087
|
-
/**
|
|
1088
|
-
* Gets a list of egress endpoints (network endpoints of all outbound dependencies) in the specified
|
|
1089
|
-
* managed cluster. The operation returns properties of each egress endpoint.
|
|
1090
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
1091
|
-
* @param resourceName The name of the managed cluster resource.
|
|
1092
|
-
* @param options The options parameters.
|
|
1093
|
-
*/
|
|
1094
|
-
_listOutboundNetworkDependenciesEndpoints(resourceGroupName, resourceName, options) {
|
|
1095
|
-
return this.client.sendOperationRequest({ resourceGroupName, resourceName, options }, listOutboundNetworkDependenciesEndpointsOperationSpec);
|
|
1096
|
-
}
|
|
1097
|
-
/**
|
|
1098
|
-
* Contains Guardrails version along with its support info and whether it is a default version.
|
|
1099
|
-
* @param location The name of the Azure region.
|
|
1100
|
-
* @param version Safeguards version
|
|
1101
|
-
* @param options The options parameters.
|
|
1102
|
-
*/
|
|
1103
|
-
getGuardrailsVersions(location, version, options) {
|
|
1104
|
-
return this.client.sendOperationRequest({ location, version, options }, getGuardrailsVersionsOperationSpec);
|
|
1105
|
-
}
|
|
1106
|
-
/**
|
|
1107
|
-
* Contains list of Guardrails version along with its support info and whether it is a default version.
|
|
1108
|
-
* @param location The name of the Azure region.
|
|
1109
|
-
* @param options The options parameters.
|
|
1110
|
-
*/
|
|
1111
|
-
_listGuardrailsVersions(location, options) {
|
|
1112
|
-
return this.client.sendOperationRequest({ location, options }, listGuardrailsVersionsOperationSpec);
|
|
1113
|
-
}
|
|
1114
|
-
/**
|
|
1115
|
-
* Contains Safeguards version along with its support info and whether it is a default version.
|
|
1116
|
-
* @param location The name of the Azure region.
|
|
1117
|
-
* @param version Safeguards version
|
|
1118
|
-
* @param options The options parameters.
|
|
1119
|
-
*/
|
|
1120
|
-
getSafeguardsVersions(location, version, options) {
|
|
1121
|
-
return this.client.sendOperationRequest({ location, version, options }, getSafeguardsVersionsOperationSpec);
|
|
1122
|
-
}
|
|
1123
|
-
/**
|
|
1124
|
-
* Contains list of Safeguards version along with its support info and whether it is a default version.
|
|
1125
|
-
* @param location The name of the Azure region.
|
|
1126
|
-
* @param options The options parameters.
|
|
1127
|
-
*/
|
|
1128
|
-
_listSafeguardsVersions(location, options) {
|
|
1129
|
-
return this.client.sendOperationRequest({ location, options }, listSafeguardsVersionsOperationSpec);
|
|
1130
|
-
}
|
|
1131
|
-
/**
|
|
1132
|
-
* Contains extra metadata on each revision, including supported revisions, cluster compatibility and
|
|
1133
|
-
* available upgrades
|
|
1134
|
-
* @param location The name of the Azure region.
|
|
1135
|
-
* @param options The options parameters.
|
|
1136
|
-
*/
|
|
1137
|
-
_listMeshRevisionProfiles(location, options) {
|
|
1138
|
-
return this.client.sendOperationRequest({ location, options }, listMeshRevisionProfilesOperationSpec);
|
|
1139
|
-
}
|
|
1140
|
-
/**
|
|
1141
|
-
* Contains extra metadata on the revision, including supported revisions, cluster compatibility and
|
|
1142
|
-
* available upgrades
|
|
1143
|
-
* @param location The name of the Azure region.
|
|
1144
|
-
* @param mode The mode of the mesh.
|
|
1145
|
-
* @param options The options parameters.
|
|
1146
|
-
*/
|
|
1147
|
-
getMeshRevisionProfile(location, mode, options) {
|
|
1148
|
-
return this.client.sendOperationRequest({ location, mode, options }, getMeshRevisionProfileOperationSpec);
|
|
1149
|
-
}
|
|
1150
|
-
/**
|
|
1151
|
-
* Lists available upgrades for all service meshes in a specific cluster.
|
|
1152
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
1153
|
-
* @param resourceName The name of the managed cluster resource.
|
|
1154
|
-
* @param options The options parameters.
|
|
1155
|
-
*/
|
|
1156
|
-
_listMeshUpgradeProfiles(resourceGroupName, resourceName, options) {
|
|
1157
|
-
return this.client.sendOperationRequest({ resourceGroupName, resourceName, options }, listMeshUpgradeProfilesOperationSpec);
|
|
1158
|
-
}
|
|
1159
|
-
/**
|
|
1160
|
-
* Gets available upgrades for a service mesh in a cluster.
|
|
1161
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
1162
|
-
* @param resourceName The name of the managed cluster resource.
|
|
1163
|
-
* @param mode The mode of the mesh.
|
|
1164
|
-
* @param options The options parameters.
|
|
1165
|
-
*/
|
|
1166
|
-
getMeshUpgradeProfile(resourceGroupName, resourceName, mode, options) {
|
|
1167
|
-
return this.client.sendOperationRequest({ resourceGroupName, resourceName, mode, options }, getMeshUpgradeProfileOperationSpec);
|
|
1168
|
-
}
|
|
1169
|
-
/**
|
|
1170
|
-
* Rebalance nodes across specific load balancers.
|
|
1171
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
1172
|
-
* @param resourceName The name of the managed cluster resource.
|
|
1173
|
-
* @param parameters The names of the load balancers to be rebalanced. If set to empty, all load
|
|
1174
|
-
* balancers will be rebalanced.
|
|
1175
|
-
* @param options The options parameters.
|
|
1176
|
-
*/
|
|
1177
|
-
async beginRebalanceLoadBalancers(resourceGroupName, resourceName, parameters, options) {
|
|
1178
|
-
const directSendOperation = async (args, spec) => {
|
|
1179
|
-
return this.client.sendOperationRequest(args, spec);
|
|
1180
|
-
};
|
|
1181
|
-
const sendOperationFn = async (args, spec) => {
|
|
1182
|
-
let currentRawResponse = undefined;
|
|
1183
|
-
const providedCallback = args.options?.onResponse;
|
|
1184
|
-
const callback = (rawResponse, flatResponse) => {
|
|
1185
|
-
currentRawResponse = rawResponse;
|
|
1186
|
-
providedCallback?.(rawResponse, flatResponse);
|
|
1187
|
-
};
|
|
1188
|
-
const updatedArgs = {
|
|
1189
|
-
...args,
|
|
1190
|
-
options: {
|
|
1191
|
-
...args.options,
|
|
1192
|
-
onResponse: callback,
|
|
1193
|
-
},
|
|
1194
|
-
};
|
|
1195
|
-
const flatResponse = await directSendOperation(updatedArgs, spec);
|
|
1196
|
-
return {
|
|
1197
|
-
flatResponse,
|
|
1198
|
-
rawResponse: {
|
|
1199
|
-
statusCode: currentRawResponse.status,
|
|
1200
|
-
body: currentRawResponse.parsedBody,
|
|
1201
|
-
headers: currentRawResponse.headers.toJSON(),
|
|
1202
|
-
},
|
|
1203
|
-
};
|
|
1204
|
-
};
|
|
1205
|
-
const lro = createLroSpec({
|
|
1206
|
-
sendOperationFn,
|
|
1207
|
-
args: { resourceGroupName, resourceName, parameters, options },
|
|
1208
|
-
spec: rebalanceLoadBalancersOperationSpec,
|
|
1209
|
-
});
|
|
1210
|
-
const poller = await createHttpPoller(lro, {
|
|
1211
|
-
restoreFrom: options?.resumeFrom,
|
|
1212
|
-
intervalInMs: options?.updateIntervalInMs,
|
|
1213
|
-
});
|
|
1214
|
-
await poller.poll();
|
|
1215
|
-
return poller;
|
|
1216
|
-
}
|
|
1217
|
-
/**
|
|
1218
|
-
* Rebalance nodes across specific load balancers.
|
|
1219
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
1220
|
-
* @param resourceName The name of the managed cluster resource.
|
|
1221
|
-
* @param parameters The names of the load balancers to be rebalanced. If set to empty, all load
|
|
1222
|
-
* balancers will be rebalanced.
|
|
1223
|
-
* @param options The options parameters.
|
|
1224
|
-
*/
|
|
1225
|
-
async beginRebalanceLoadBalancersAndWait(resourceGroupName, resourceName, parameters, options) {
|
|
1226
|
-
const poller = await this.beginRebalanceLoadBalancers(resourceGroupName, resourceName, parameters, options);
|
|
1227
|
-
return poller.pollUntilDone();
|
|
1228
|
-
}
|
|
1229
|
-
/**
|
|
1230
|
-
* ListNext
|
|
1231
|
-
* @param nextLink The nextLink from the previous successful call to the List method.
|
|
1232
|
-
* @param options The options parameters.
|
|
1233
|
-
*/
|
|
1234
|
-
_listNext(nextLink, options) {
|
|
1235
|
-
return this.client.sendOperationRequest({ nextLink, options }, listNextOperationSpec);
|
|
1236
|
-
}
|
|
1237
|
-
/**
|
|
1238
|
-
* ListByResourceGroupNext
|
|
1239
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
1240
|
-
* @param nextLink The nextLink from the previous successful call to the ListByResourceGroup method.
|
|
1241
|
-
* @param options The options parameters.
|
|
1242
|
-
*/
|
|
1243
|
-
_listByResourceGroupNext(resourceGroupName, nextLink, options) {
|
|
1244
|
-
return this.client.sendOperationRequest({ resourceGroupName, nextLink, options }, listByResourceGroupNextOperationSpec);
|
|
1245
|
-
}
|
|
1246
|
-
/**
|
|
1247
|
-
* ListOutboundNetworkDependenciesEndpointsNext
|
|
1248
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
1249
|
-
* @param resourceName The name of the managed cluster resource.
|
|
1250
|
-
* @param nextLink The nextLink from the previous successful call to the
|
|
1251
|
-
* ListOutboundNetworkDependenciesEndpoints method.
|
|
1252
|
-
* @param options The options parameters.
|
|
1253
|
-
*/
|
|
1254
|
-
_listOutboundNetworkDependenciesEndpointsNext(resourceGroupName, resourceName, nextLink, options) {
|
|
1255
|
-
return this.client.sendOperationRequest({ resourceGroupName, resourceName, nextLink, options }, listOutboundNetworkDependenciesEndpointsNextOperationSpec);
|
|
1256
|
-
}
|
|
1257
|
-
/**
|
|
1258
|
-
* ListGuardrailsVersionsNext
|
|
1259
|
-
* @param location The name of the Azure region.
|
|
1260
|
-
* @param nextLink The nextLink from the previous successful call to the ListGuardrailsVersions method.
|
|
1261
|
-
* @param options The options parameters.
|
|
1262
|
-
*/
|
|
1263
|
-
_listGuardrailsVersionsNext(location, nextLink, options) {
|
|
1264
|
-
return this.client.sendOperationRequest({ location, nextLink, options }, listGuardrailsVersionsNextOperationSpec);
|
|
1265
|
-
}
|
|
1266
|
-
/**
|
|
1267
|
-
* ListSafeguardsVersionsNext
|
|
1268
|
-
* @param location The name of the Azure region.
|
|
1269
|
-
* @param nextLink The nextLink from the previous successful call to the ListSafeguardsVersions method.
|
|
1270
|
-
* @param options The options parameters.
|
|
1271
|
-
*/
|
|
1272
|
-
_listSafeguardsVersionsNext(location, nextLink, options) {
|
|
1273
|
-
return this.client.sendOperationRequest({ location, nextLink, options }, listSafeguardsVersionsNextOperationSpec);
|
|
1274
|
-
}
|
|
1275
|
-
/**
|
|
1276
|
-
* ListMeshRevisionProfilesNext
|
|
1277
|
-
* @param location The name of the Azure region.
|
|
1278
|
-
* @param nextLink The nextLink from the previous successful call to the ListMeshRevisionProfiles
|
|
1279
|
-
* method.
|
|
1280
|
-
* @param options The options parameters.
|
|
1281
|
-
*/
|
|
1282
|
-
_listMeshRevisionProfilesNext(location, nextLink, options) {
|
|
1283
|
-
return this.client.sendOperationRequest({ location, nextLink, options }, listMeshRevisionProfilesNextOperationSpec);
|
|
1284
|
-
}
|
|
1285
|
-
/**
|
|
1286
|
-
* ListMeshUpgradeProfilesNext
|
|
1287
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
1288
|
-
* @param resourceName The name of the managed cluster resource.
|
|
1289
|
-
* @param nextLink The nextLink from the previous successful call to the ListMeshUpgradeProfiles
|
|
1290
|
-
* method.
|
|
1291
|
-
* @param options The options parameters.
|
|
1292
|
-
*/
|
|
1293
|
-
_listMeshUpgradeProfilesNext(resourceGroupName, resourceName, nextLink, options) {
|
|
1294
|
-
return this.client.sendOperationRequest({ resourceGroupName, resourceName, nextLink, options }, listMeshUpgradeProfilesNextOperationSpec);
|
|
1295
|
-
}
|
|
1296
|
-
}
|
|
1297
|
-
// Operation Specifications
|
|
1298
|
-
const serializer = coreClient.createSerializer(Mappers, /* isXml */ false);
|
|
1299
|
-
const listKubernetesVersionsOperationSpec = {
|
|
1300
|
-
path: "/subscriptions/{subscriptionId}/providers/Microsoft.ContainerService/locations/{location}/kubernetesVersions",
|
|
1301
|
-
httpMethod: "GET",
|
|
1302
|
-
responses: {
|
|
1303
|
-
200: {
|
|
1304
|
-
bodyMapper: Mappers.KubernetesVersionListResult,
|
|
1305
|
-
},
|
|
1306
|
-
default: {
|
|
1307
|
-
bodyMapper: Mappers.ErrorResponse,
|
|
1308
|
-
},
|
|
1309
|
-
},
|
|
1310
|
-
queryParameters: [Parameters.apiVersion],
|
|
1311
|
-
urlParameters: [Parameters.$host, Parameters.subscriptionId, Parameters.location],
|
|
1312
|
-
headerParameters: [Parameters.accept],
|
|
1313
|
-
serializer,
|
|
1314
|
-
};
|
|
1315
|
-
const listOperationSpec = {
|
|
1316
|
-
path: "/subscriptions/{subscriptionId}/providers/Microsoft.ContainerService/managedClusters",
|
|
1317
|
-
httpMethod: "GET",
|
|
1318
|
-
responses: {
|
|
1319
|
-
200: {
|
|
1320
|
-
bodyMapper: Mappers.ManagedClusterListResult,
|
|
1321
|
-
},
|
|
1322
|
-
default: {
|
|
1323
|
-
bodyMapper: Mappers.ErrorResponse,
|
|
1324
|
-
},
|
|
1325
|
-
},
|
|
1326
|
-
queryParameters: [Parameters.apiVersion],
|
|
1327
|
-
urlParameters: [Parameters.$host, Parameters.subscriptionId],
|
|
1328
|
-
headerParameters: [Parameters.accept],
|
|
1329
|
-
serializer,
|
|
1330
|
-
};
|
|
1331
|
-
const listByResourceGroupOperationSpec = {
|
|
1332
|
-
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters",
|
|
1333
|
-
httpMethod: "GET",
|
|
1334
|
-
responses: {
|
|
1335
|
-
200: {
|
|
1336
|
-
bodyMapper: Mappers.ManagedClusterListResult,
|
|
1337
|
-
},
|
|
1338
|
-
default: {
|
|
1339
|
-
bodyMapper: Mappers.ErrorResponse,
|
|
1340
|
-
},
|
|
1341
|
-
},
|
|
1342
|
-
queryParameters: [Parameters.apiVersion],
|
|
1343
|
-
urlParameters: [Parameters.$host, Parameters.subscriptionId, Parameters.resourceGroupName],
|
|
1344
|
-
headerParameters: [Parameters.accept],
|
|
1345
|
-
serializer,
|
|
1346
|
-
};
|
|
1347
|
-
const getUpgradeProfileOperationSpec = {
|
|
1348
|
-
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/upgradeProfiles/default",
|
|
1349
|
-
httpMethod: "GET",
|
|
1350
|
-
responses: {
|
|
1351
|
-
200: {
|
|
1352
|
-
bodyMapper: Mappers.ManagedClusterUpgradeProfile,
|
|
1353
|
-
},
|
|
1354
|
-
default: {
|
|
1355
|
-
bodyMapper: Mappers.ErrorResponse,
|
|
1356
|
-
},
|
|
1357
|
-
},
|
|
1358
|
-
queryParameters: [Parameters.apiVersion],
|
|
1359
|
-
urlParameters: [
|
|
1360
|
-
Parameters.$host,
|
|
1361
|
-
Parameters.subscriptionId,
|
|
1362
|
-
Parameters.resourceGroupName,
|
|
1363
|
-
Parameters.resourceName,
|
|
1364
|
-
],
|
|
1365
|
-
headerParameters: [Parameters.accept],
|
|
1366
|
-
serializer,
|
|
1367
|
-
};
|
|
1368
|
-
const getAccessProfileOperationSpec = {
|
|
1369
|
-
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/accessProfiles/{roleName}/listCredential",
|
|
1370
|
-
httpMethod: "POST",
|
|
1371
|
-
responses: {
|
|
1372
|
-
200: {
|
|
1373
|
-
bodyMapper: Mappers.ManagedClusterAccessProfile,
|
|
1374
|
-
},
|
|
1375
|
-
default: {
|
|
1376
|
-
bodyMapper: Mappers.ErrorResponse,
|
|
1377
|
-
},
|
|
1378
|
-
},
|
|
1379
|
-
queryParameters: [Parameters.apiVersion],
|
|
1380
|
-
urlParameters: [
|
|
1381
|
-
Parameters.$host,
|
|
1382
|
-
Parameters.subscriptionId,
|
|
1383
|
-
Parameters.resourceGroupName,
|
|
1384
|
-
Parameters.resourceName,
|
|
1385
|
-
Parameters.roleName,
|
|
1386
|
-
],
|
|
1387
|
-
headerParameters: [Parameters.accept],
|
|
1388
|
-
serializer,
|
|
1389
|
-
};
|
|
1390
|
-
const listClusterAdminCredentialsOperationSpec = {
|
|
1391
|
-
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/listClusterAdminCredential",
|
|
1392
|
-
httpMethod: "POST",
|
|
1393
|
-
responses: {
|
|
1394
|
-
200: {
|
|
1395
|
-
bodyMapper: Mappers.CredentialResults,
|
|
1396
|
-
},
|
|
1397
|
-
default: {
|
|
1398
|
-
bodyMapper: Mappers.ErrorResponse,
|
|
1399
|
-
},
|
|
1400
|
-
},
|
|
1401
|
-
queryParameters: [Parameters.apiVersion, Parameters.serverFqdn],
|
|
1402
|
-
urlParameters: [
|
|
1403
|
-
Parameters.$host,
|
|
1404
|
-
Parameters.subscriptionId,
|
|
1405
|
-
Parameters.resourceGroupName,
|
|
1406
|
-
Parameters.resourceName,
|
|
1407
|
-
],
|
|
1408
|
-
headerParameters: [Parameters.accept],
|
|
1409
|
-
serializer,
|
|
1410
|
-
};
|
|
1411
|
-
const listClusterUserCredentialsOperationSpec = {
|
|
1412
|
-
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/listClusterUserCredential",
|
|
1413
|
-
httpMethod: "POST",
|
|
1414
|
-
responses: {
|
|
1415
|
-
200: {
|
|
1416
|
-
bodyMapper: Mappers.CredentialResults,
|
|
1417
|
-
},
|
|
1418
|
-
default: {
|
|
1419
|
-
bodyMapper: Mappers.ErrorResponse,
|
|
1420
|
-
},
|
|
1421
|
-
},
|
|
1422
|
-
queryParameters: [Parameters.apiVersion, Parameters.serverFqdn, Parameters.format],
|
|
1423
|
-
urlParameters: [
|
|
1424
|
-
Parameters.$host,
|
|
1425
|
-
Parameters.subscriptionId,
|
|
1426
|
-
Parameters.resourceGroupName,
|
|
1427
|
-
Parameters.resourceName,
|
|
1428
|
-
],
|
|
1429
|
-
headerParameters: [Parameters.accept],
|
|
1430
|
-
serializer,
|
|
1431
|
-
};
|
|
1432
|
-
const listClusterMonitoringUserCredentialsOperationSpec = {
|
|
1433
|
-
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/listClusterMonitoringUserCredential",
|
|
1434
|
-
httpMethod: "POST",
|
|
1435
|
-
responses: {
|
|
1436
|
-
200: {
|
|
1437
|
-
bodyMapper: Mappers.CredentialResults,
|
|
1438
|
-
},
|
|
1439
|
-
default: {
|
|
1440
|
-
bodyMapper: Mappers.ErrorResponse,
|
|
1441
|
-
},
|
|
1442
|
-
},
|
|
1443
|
-
queryParameters: [Parameters.apiVersion, Parameters.serverFqdn],
|
|
1444
|
-
urlParameters: [
|
|
1445
|
-
Parameters.$host,
|
|
1446
|
-
Parameters.subscriptionId,
|
|
1447
|
-
Parameters.resourceGroupName,
|
|
1448
|
-
Parameters.resourceName,
|
|
1449
|
-
],
|
|
1450
|
-
headerParameters: [Parameters.accept],
|
|
1451
|
-
serializer,
|
|
1452
|
-
};
|
|
1453
|
-
const getOperationSpec = {
|
|
1454
|
-
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}",
|
|
1455
|
-
httpMethod: "GET",
|
|
1456
|
-
responses: {
|
|
1457
|
-
200: {
|
|
1458
|
-
bodyMapper: Mappers.ManagedCluster,
|
|
1459
|
-
},
|
|
1460
|
-
default: {
|
|
1461
|
-
bodyMapper: Mappers.ErrorResponse,
|
|
1462
|
-
},
|
|
1463
|
-
},
|
|
1464
|
-
queryParameters: [Parameters.apiVersion],
|
|
1465
|
-
urlParameters: [
|
|
1466
|
-
Parameters.$host,
|
|
1467
|
-
Parameters.subscriptionId,
|
|
1468
|
-
Parameters.resourceGroupName,
|
|
1469
|
-
Parameters.resourceName,
|
|
1470
|
-
],
|
|
1471
|
-
headerParameters: [Parameters.accept],
|
|
1472
|
-
serializer,
|
|
1473
|
-
};
|
|
1474
|
-
const createOrUpdateOperationSpec = {
|
|
1475
|
-
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}",
|
|
1476
|
-
httpMethod: "PUT",
|
|
1477
|
-
responses: {
|
|
1478
|
-
200: {
|
|
1479
|
-
bodyMapper: Mappers.ManagedCluster,
|
|
1480
|
-
},
|
|
1481
|
-
201: {
|
|
1482
|
-
bodyMapper: Mappers.ManagedCluster,
|
|
1483
|
-
},
|
|
1484
|
-
202: {
|
|
1485
|
-
bodyMapper: Mappers.ManagedCluster,
|
|
1486
|
-
},
|
|
1487
|
-
204: {
|
|
1488
|
-
bodyMapper: Mappers.ManagedCluster,
|
|
1489
|
-
},
|
|
1490
|
-
default: {
|
|
1491
|
-
bodyMapper: Mappers.ErrorResponse,
|
|
1492
|
-
},
|
|
1493
|
-
},
|
|
1494
|
-
requestBody: Parameters.parameters,
|
|
1495
|
-
queryParameters: [Parameters.apiVersion],
|
|
1496
|
-
urlParameters: [
|
|
1497
|
-
Parameters.$host,
|
|
1498
|
-
Parameters.subscriptionId,
|
|
1499
|
-
Parameters.resourceGroupName,
|
|
1500
|
-
Parameters.resourceName,
|
|
1501
|
-
],
|
|
1502
|
-
headerParameters: [
|
|
1503
|
-
Parameters.accept,
|
|
1504
|
-
Parameters.contentType,
|
|
1505
|
-
Parameters.ifMatch,
|
|
1506
|
-
Parameters.ifNoneMatch,
|
|
1507
|
-
],
|
|
1508
|
-
mediaType: "json",
|
|
1509
|
-
serializer,
|
|
1510
|
-
};
|
|
1511
|
-
const updateTagsOperationSpec = {
|
|
1512
|
-
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}",
|
|
1513
|
-
httpMethod: "PATCH",
|
|
1514
|
-
responses: {
|
|
1515
|
-
200: {
|
|
1516
|
-
bodyMapper: Mappers.ManagedCluster,
|
|
1517
|
-
},
|
|
1518
|
-
201: {
|
|
1519
|
-
bodyMapper: Mappers.ManagedCluster,
|
|
1520
|
-
},
|
|
1521
|
-
202: {
|
|
1522
|
-
bodyMapper: Mappers.ManagedCluster,
|
|
1523
|
-
},
|
|
1524
|
-
204: {
|
|
1525
|
-
bodyMapper: Mappers.ManagedCluster,
|
|
1526
|
-
},
|
|
1527
|
-
default: {
|
|
1528
|
-
bodyMapper: Mappers.ErrorResponse,
|
|
1529
|
-
},
|
|
1530
|
-
},
|
|
1531
|
-
requestBody: Parameters.parameters1,
|
|
1532
|
-
queryParameters: [Parameters.apiVersion],
|
|
1533
|
-
urlParameters: [
|
|
1534
|
-
Parameters.$host,
|
|
1535
|
-
Parameters.subscriptionId,
|
|
1536
|
-
Parameters.resourceGroupName,
|
|
1537
|
-
Parameters.resourceName,
|
|
1538
|
-
],
|
|
1539
|
-
headerParameters: [Parameters.accept, Parameters.contentType, Parameters.ifMatch],
|
|
1540
|
-
mediaType: "json",
|
|
1541
|
-
serializer,
|
|
1542
|
-
};
|
|
1543
|
-
const deleteOperationSpec = {
|
|
1544
|
-
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}",
|
|
1545
|
-
httpMethod: "DELETE",
|
|
1546
|
-
responses: {
|
|
1547
|
-
200: {
|
|
1548
|
-
headersMapper: Mappers.ManagedClustersDeleteHeaders,
|
|
1549
|
-
},
|
|
1550
|
-
201: {
|
|
1551
|
-
headersMapper: Mappers.ManagedClustersDeleteHeaders,
|
|
1552
|
-
},
|
|
1553
|
-
202: {
|
|
1554
|
-
headersMapper: Mappers.ManagedClustersDeleteHeaders,
|
|
1555
|
-
},
|
|
1556
|
-
204: {
|
|
1557
|
-
headersMapper: Mappers.ManagedClustersDeleteHeaders,
|
|
1558
|
-
},
|
|
1559
|
-
default: {
|
|
1560
|
-
bodyMapper: Mappers.ErrorResponse,
|
|
1561
|
-
},
|
|
1562
|
-
},
|
|
1563
|
-
queryParameters: [Parameters.apiVersion, Parameters.ignorePodDisruptionBudget],
|
|
1564
|
-
urlParameters: [
|
|
1565
|
-
Parameters.$host,
|
|
1566
|
-
Parameters.subscriptionId,
|
|
1567
|
-
Parameters.resourceGroupName,
|
|
1568
|
-
Parameters.resourceName,
|
|
1569
|
-
],
|
|
1570
|
-
headerParameters: [Parameters.accept, Parameters.ifMatch],
|
|
1571
|
-
serializer,
|
|
1572
|
-
};
|
|
1573
|
-
const resetServicePrincipalProfileOperationSpec = {
|
|
1574
|
-
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/resetServicePrincipalProfile",
|
|
1575
|
-
httpMethod: "POST",
|
|
1576
|
-
responses: {
|
|
1577
|
-
200: {},
|
|
1578
|
-
201: {},
|
|
1579
|
-
202: {},
|
|
1580
|
-
204: {},
|
|
1581
|
-
default: {
|
|
1582
|
-
bodyMapper: Mappers.ErrorResponse,
|
|
1583
|
-
},
|
|
1584
|
-
},
|
|
1585
|
-
requestBody: Parameters.parameters2,
|
|
1586
|
-
queryParameters: [Parameters.apiVersion],
|
|
1587
|
-
urlParameters: [
|
|
1588
|
-
Parameters.$host,
|
|
1589
|
-
Parameters.subscriptionId,
|
|
1590
|
-
Parameters.resourceGroupName,
|
|
1591
|
-
Parameters.resourceName,
|
|
1592
|
-
],
|
|
1593
|
-
headerParameters: [Parameters.accept, Parameters.contentType],
|
|
1594
|
-
mediaType: "json",
|
|
1595
|
-
serializer,
|
|
1596
|
-
};
|
|
1597
|
-
const resetAADProfileOperationSpec = {
|
|
1598
|
-
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/resetAADProfile",
|
|
1599
|
-
httpMethod: "POST",
|
|
1600
|
-
responses: {
|
|
1601
|
-
200: {},
|
|
1602
|
-
201: {},
|
|
1603
|
-
202: {},
|
|
1604
|
-
204: {},
|
|
1605
|
-
default: {
|
|
1606
|
-
bodyMapper: Mappers.ErrorResponse,
|
|
1607
|
-
},
|
|
1608
|
-
},
|
|
1609
|
-
requestBody: Parameters.parameters3,
|
|
1610
|
-
queryParameters: [Parameters.apiVersion],
|
|
1611
|
-
urlParameters: [
|
|
1612
|
-
Parameters.$host,
|
|
1613
|
-
Parameters.subscriptionId,
|
|
1614
|
-
Parameters.resourceGroupName,
|
|
1615
|
-
Parameters.resourceName,
|
|
1616
|
-
],
|
|
1617
|
-
headerParameters: [Parameters.accept, Parameters.contentType],
|
|
1618
|
-
mediaType: "json",
|
|
1619
|
-
serializer,
|
|
1620
|
-
};
|
|
1621
|
-
const abortLatestOperationOperationSpec = {
|
|
1622
|
-
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedclusters/{resourceName}/abort",
|
|
1623
|
-
httpMethod: "POST",
|
|
1624
|
-
responses: {
|
|
1625
|
-
200: {
|
|
1626
|
-
headersMapper: Mappers.ManagedClustersAbortLatestOperationHeaders,
|
|
1627
|
-
},
|
|
1628
|
-
201: {
|
|
1629
|
-
headersMapper: Mappers.ManagedClustersAbortLatestOperationHeaders,
|
|
1630
|
-
},
|
|
1631
|
-
202: {
|
|
1632
|
-
headersMapper: Mappers.ManagedClustersAbortLatestOperationHeaders,
|
|
1633
|
-
},
|
|
1634
|
-
204: {
|
|
1635
|
-
headersMapper: Mappers.ManagedClustersAbortLatestOperationHeaders,
|
|
1636
|
-
},
|
|
1637
|
-
default: {
|
|
1638
|
-
bodyMapper: Mappers.ErrorResponse,
|
|
1639
|
-
},
|
|
1640
|
-
},
|
|
1641
|
-
queryParameters: [Parameters.apiVersion],
|
|
1642
|
-
urlParameters: [
|
|
1643
|
-
Parameters.$host,
|
|
1644
|
-
Parameters.subscriptionId,
|
|
1645
|
-
Parameters.resourceGroupName,
|
|
1646
|
-
Parameters.resourceName,
|
|
1647
|
-
],
|
|
1648
|
-
headerParameters: [Parameters.accept],
|
|
1649
|
-
serializer,
|
|
1650
|
-
};
|
|
1651
|
-
const rotateClusterCertificatesOperationSpec = {
|
|
1652
|
-
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/rotateClusterCertificates",
|
|
1653
|
-
httpMethod: "POST",
|
|
1654
|
-
responses: {
|
|
1655
|
-
200: {
|
|
1656
|
-
headersMapper: Mappers.ManagedClustersRotateClusterCertificatesHeaders,
|
|
1657
|
-
},
|
|
1658
|
-
201: {
|
|
1659
|
-
headersMapper: Mappers.ManagedClustersRotateClusterCertificatesHeaders,
|
|
1660
|
-
},
|
|
1661
|
-
202: {
|
|
1662
|
-
headersMapper: Mappers.ManagedClustersRotateClusterCertificatesHeaders,
|
|
1663
|
-
},
|
|
1664
|
-
204: {
|
|
1665
|
-
headersMapper: Mappers.ManagedClustersRotateClusterCertificatesHeaders,
|
|
1666
|
-
},
|
|
1667
|
-
default: {
|
|
1668
|
-
bodyMapper: Mappers.ErrorResponse,
|
|
1669
|
-
},
|
|
1670
|
-
},
|
|
1671
|
-
queryParameters: [Parameters.apiVersion],
|
|
1672
|
-
urlParameters: [
|
|
1673
|
-
Parameters.$host,
|
|
1674
|
-
Parameters.subscriptionId,
|
|
1675
|
-
Parameters.resourceGroupName,
|
|
1676
|
-
Parameters.resourceName,
|
|
1677
|
-
],
|
|
1678
|
-
headerParameters: [Parameters.accept],
|
|
1679
|
-
serializer,
|
|
1680
|
-
};
|
|
1681
|
-
const rotateServiceAccountSigningKeysOperationSpec = {
|
|
1682
|
-
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/rotateServiceAccountSigningKeys",
|
|
1683
|
-
httpMethod: "POST",
|
|
1684
|
-
responses: {
|
|
1685
|
-
200: {
|
|
1686
|
-
headersMapper: Mappers.ManagedClustersRotateServiceAccountSigningKeysHeaders,
|
|
1687
|
-
},
|
|
1688
|
-
201: {
|
|
1689
|
-
headersMapper: Mappers.ManagedClustersRotateServiceAccountSigningKeysHeaders,
|
|
1690
|
-
},
|
|
1691
|
-
202: {
|
|
1692
|
-
headersMapper: Mappers.ManagedClustersRotateServiceAccountSigningKeysHeaders,
|
|
1693
|
-
},
|
|
1694
|
-
204: {
|
|
1695
|
-
headersMapper: Mappers.ManagedClustersRotateServiceAccountSigningKeysHeaders,
|
|
1696
|
-
},
|
|
1697
|
-
default: {
|
|
1698
|
-
bodyMapper: Mappers.ErrorResponse,
|
|
1699
|
-
},
|
|
1700
|
-
},
|
|
1701
|
-
queryParameters: [Parameters.apiVersion],
|
|
1702
|
-
urlParameters: [
|
|
1703
|
-
Parameters.$host,
|
|
1704
|
-
Parameters.subscriptionId,
|
|
1705
|
-
Parameters.resourceGroupName,
|
|
1706
|
-
Parameters.resourceName,
|
|
1707
|
-
],
|
|
1708
|
-
headerParameters: [Parameters.accept],
|
|
1709
|
-
serializer,
|
|
1710
|
-
};
|
|
1711
|
-
const stopOperationSpec = {
|
|
1712
|
-
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/stop",
|
|
1713
|
-
httpMethod: "POST",
|
|
1714
|
-
responses: {
|
|
1715
|
-
200: {
|
|
1716
|
-
headersMapper: Mappers.ManagedClustersStopHeaders,
|
|
1717
|
-
},
|
|
1718
|
-
201: {
|
|
1719
|
-
headersMapper: Mappers.ManagedClustersStopHeaders,
|
|
1720
|
-
},
|
|
1721
|
-
202: {
|
|
1722
|
-
headersMapper: Mappers.ManagedClustersStopHeaders,
|
|
1723
|
-
},
|
|
1724
|
-
204: {
|
|
1725
|
-
headersMapper: Mappers.ManagedClustersStopHeaders,
|
|
1726
|
-
},
|
|
1727
|
-
default: {
|
|
1728
|
-
bodyMapper: Mappers.ErrorResponse,
|
|
1729
|
-
},
|
|
1730
|
-
},
|
|
1731
|
-
queryParameters: [Parameters.apiVersion],
|
|
1732
|
-
urlParameters: [
|
|
1733
|
-
Parameters.$host,
|
|
1734
|
-
Parameters.subscriptionId,
|
|
1735
|
-
Parameters.resourceGroupName,
|
|
1736
|
-
Parameters.resourceName,
|
|
1737
|
-
],
|
|
1738
|
-
headerParameters: [Parameters.accept],
|
|
1739
|
-
serializer,
|
|
1740
|
-
};
|
|
1741
|
-
const startOperationSpec = {
|
|
1742
|
-
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/start",
|
|
1743
|
-
httpMethod: "POST",
|
|
1744
|
-
responses: {
|
|
1745
|
-
200: {
|
|
1746
|
-
headersMapper: Mappers.ManagedClustersStartHeaders,
|
|
1747
|
-
},
|
|
1748
|
-
201: {
|
|
1749
|
-
headersMapper: Mappers.ManagedClustersStartHeaders,
|
|
1750
|
-
},
|
|
1751
|
-
202: {
|
|
1752
|
-
headersMapper: Mappers.ManagedClustersStartHeaders,
|
|
1753
|
-
},
|
|
1754
|
-
204: {
|
|
1755
|
-
headersMapper: Mappers.ManagedClustersStartHeaders,
|
|
1756
|
-
},
|
|
1757
|
-
default: {
|
|
1758
|
-
bodyMapper: Mappers.ErrorResponse,
|
|
1759
|
-
},
|
|
1760
|
-
},
|
|
1761
|
-
queryParameters: [Parameters.apiVersion],
|
|
1762
|
-
urlParameters: [
|
|
1763
|
-
Parameters.$host,
|
|
1764
|
-
Parameters.subscriptionId,
|
|
1765
|
-
Parameters.resourceGroupName,
|
|
1766
|
-
Parameters.resourceName,
|
|
1767
|
-
],
|
|
1768
|
-
headerParameters: [Parameters.accept],
|
|
1769
|
-
serializer,
|
|
1770
|
-
};
|
|
1771
|
-
const runCommandOperationSpec = {
|
|
1772
|
-
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/runCommand",
|
|
1773
|
-
httpMethod: "POST",
|
|
1774
|
-
responses: {
|
|
1775
|
-
200: {
|
|
1776
|
-
bodyMapper: Mappers.RunCommandResult,
|
|
1777
|
-
},
|
|
1778
|
-
201: {
|
|
1779
|
-
bodyMapper: Mappers.RunCommandResult,
|
|
1780
|
-
},
|
|
1781
|
-
202: {
|
|
1782
|
-
bodyMapper: Mappers.RunCommandResult,
|
|
1783
|
-
},
|
|
1784
|
-
204: {
|
|
1785
|
-
bodyMapper: Mappers.RunCommandResult,
|
|
1786
|
-
},
|
|
1787
|
-
default: {
|
|
1788
|
-
bodyMapper: Mappers.ErrorResponse,
|
|
1789
|
-
},
|
|
1790
|
-
},
|
|
1791
|
-
requestBody: Parameters.requestPayload,
|
|
1792
|
-
queryParameters: [Parameters.apiVersion],
|
|
1793
|
-
urlParameters: [
|
|
1794
|
-
Parameters.$host,
|
|
1795
|
-
Parameters.subscriptionId,
|
|
1796
|
-
Parameters.resourceGroupName,
|
|
1797
|
-
Parameters.resourceName,
|
|
1798
|
-
],
|
|
1799
|
-
headerParameters: [Parameters.accept, Parameters.contentType],
|
|
1800
|
-
mediaType: "json",
|
|
1801
|
-
serializer,
|
|
1802
|
-
};
|
|
1803
|
-
const getCommandResultOperationSpec = {
|
|
1804
|
-
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/commandResults/{commandId}",
|
|
1805
|
-
httpMethod: "GET",
|
|
1806
|
-
responses: {
|
|
1807
|
-
200: {
|
|
1808
|
-
bodyMapper: Mappers.RunCommandResult,
|
|
1809
|
-
},
|
|
1810
|
-
202: {
|
|
1811
|
-
headersMapper: Mappers.ManagedClustersGetCommandResultHeaders,
|
|
1812
|
-
},
|
|
1813
|
-
default: {
|
|
1814
|
-
bodyMapper: Mappers.ErrorResponse,
|
|
1815
|
-
},
|
|
1816
|
-
},
|
|
1817
|
-
queryParameters: [Parameters.apiVersion],
|
|
1818
|
-
urlParameters: [
|
|
1819
|
-
Parameters.$host,
|
|
1820
|
-
Parameters.subscriptionId,
|
|
1821
|
-
Parameters.resourceGroupName,
|
|
1822
|
-
Parameters.resourceName,
|
|
1823
|
-
Parameters.commandId,
|
|
1824
|
-
],
|
|
1825
|
-
headerParameters: [Parameters.accept],
|
|
1826
|
-
serializer,
|
|
1827
|
-
};
|
|
1828
|
-
const listOutboundNetworkDependenciesEndpointsOperationSpec = {
|
|
1829
|
-
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/outboundNetworkDependenciesEndpoints",
|
|
1830
|
-
httpMethod: "GET",
|
|
1831
|
-
responses: {
|
|
1832
|
-
200: {
|
|
1833
|
-
bodyMapper: Mappers.OutboundEnvironmentEndpointCollection,
|
|
1834
|
-
},
|
|
1835
|
-
default: {
|
|
1836
|
-
bodyMapper: Mappers.ErrorResponse,
|
|
1837
|
-
},
|
|
1838
|
-
},
|
|
1839
|
-
queryParameters: [Parameters.apiVersion],
|
|
1840
|
-
urlParameters: [
|
|
1841
|
-
Parameters.$host,
|
|
1842
|
-
Parameters.subscriptionId,
|
|
1843
|
-
Parameters.resourceGroupName,
|
|
1844
|
-
Parameters.resourceName,
|
|
1845
|
-
],
|
|
1846
|
-
headerParameters: [Parameters.accept],
|
|
1847
|
-
serializer,
|
|
1848
|
-
};
|
|
1849
|
-
const getGuardrailsVersionsOperationSpec = {
|
|
1850
|
-
path: "/subscriptions/{subscriptionId}/providers/Microsoft.ContainerService/locations/{location}/guardrailsVersions/{version}",
|
|
1851
|
-
httpMethod: "GET",
|
|
1852
|
-
responses: {
|
|
1853
|
-
200: {
|
|
1854
|
-
bodyMapper: Mappers.GuardrailsAvailableVersion,
|
|
1855
|
-
},
|
|
1856
|
-
default: {
|
|
1857
|
-
bodyMapper: Mappers.ErrorResponse,
|
|
1858
|
-
},
|
|
1859
|
-
},
|
|
1860
|
-
queryParameters: [Parameters.apiVersion],
|
|
1861
|
-
urlParameters: [
|
|
1862
|
-
Parameters.$host,
|
|
1863
|
-
Parameters.subscriptionId,
|
|
1864
|
-
Parameters.location,
|
|
1865
|
-
Parameters.version,
|
|
1866
|
-
],
|
|
1867
|
-
headerParameters: [Parameters.accept],
|
|
1868
|
-
serializer,
|
|
1869
|
-
};
|
|
1870
|
-
const listGuardrailsVersionsOperationSpec = {
|
|
1871
|
-
path: "/subscriptions/{subscriptionId}/providers/Microsoft.ContainerService/locations/{location}/guardrailsVersions",
|
|
1872
|
-
httpMethod: "GET",
|
|
1873
|
-
responses: {
|
|
1874
|
-
200: {
|
|
1875
|
-
bodyMapper: Mappers.GuardrailsAvailableVersionsList,
|
|
1876
|
-
},
|
|
1877
|
-
default: {
|
|
1878
|
-
bodyMapper: Mappers.ErrorResponse,
|
|
1879
|
-
},
|
|
1880
|
-
},
|
|
1881
|
-
queryParameters: [Parameters.apiVersion],
|
|
1882
|
-
urlParameters: [Parameters.$host, Parameters.subscriptionId, Parameters.location],
|
|
1883
|
-
headerParameters: [Parameters.accept],
|
|
1884
|
-
serializer,
|
|
1885
|
-
};
|
|
1886
|
-
const getSafeguardsVersionsOperationSpec = {
|
|
1887
|
-
path: "/subscriptions/{subscriptionId}/providers/Microsoft.ContainerService/locations/{location}/safeguardsVersions/{version}",
|
|
1888
|
-
httpMethod: "GET",
|
|
1889
|
-
responses: {
|
|
1890
|
-
200: {
|
|
1891
|
-
bodyMapper: Mappers.SafeguardsAvailableVersion,
|
|
1892
|
-
},
|
|
1893
|
-
default: {
|
|
1894
|
-
bodyMapper: Mappers.ErrorResponse,
|
|
1895
|
-
},
|
|
1896
|
-
},
|
|
1897
|
-
queryParameters: [Parameters.apiVersion],
|
|
1898
|
-
urlParameters: [
|
|
1899
|
-
Parameters.$host,
|
|
1900
|
-
Parameters.subscriptionId,
|
|
1901
|
-
Parameters.location,
|
|
1902
|
-
Parameters.version,
|
|
1903
|
-
],
|
|
1904
|
-
headerParameters: [Parameters.accept],
|
|
1905
|
-
serializer,
|
|
1906
|
-
};
|
|
1907
|
-
const listSafeguardsVersionsOperationSpec = {
|
|
1908
|
-
path: "/subscriptions/{subscriptionId}/providers/Microsoft.ContainerService/locations/{location}/safeguardsVersions",
|
|
1909
|
-
httpMethod: "GET",
|
|
1910
|
-
responses: {
|
|
1911
|
-
200: {
|
|
1912
|
-
bodyMapper: Mappers.SafeguardsAvailableVersionsList,
|
|
1913
|
-
},
|
|
1914
|
-
default: {
|
|
1915
|
-
bodyMapper: Mappers.ErrorResponse,
|
|
1916
|
-
},
|
|
1917
|
-
},
|
|
1918
|
-
queryParameters: [Parameters.apiVersion],
|
|
1919
|
-
urlParameters: [Parameters.$host, Parameters.subscriptionId, Parameters.location],
|
|
1920
|
-
headerParameters: [Parameters.accept],
|
|
1921
|
-
serializer,
|
|
1922
|
-
};
|
|
1923
|
-
const listMeshRevisionProfilesOperationSpec = {
|
|
1924
|
-
path: "/subscriptions/{subscriptionId}/providers/Microsoft.ContainerService/locations/{location}/meshRevisionProfiles",
|
|
1925
|
-
httpMethod: "GET",
|
|
1926
|
-
responses: {
|
|
1927
|
-
200: {
|
|
1928
|
-
bodyMapper: Mappers.MeshRevisionProfileList,
|
|
1929
|
-
},
|
|
1930
|
-
default: {
|
|
1931
|
-
bodyMapper: Mappers.ErrorResponse,
|
|
1932
|
-
},
|
|
1933
|
-
},
|
|
1934
|
-
queryParameters: [Parameters.apiVersion],
|
|
1935
|
-
urlParameters: [Parameters.$host, Parameters.subscriptionId, Parameters.location],
|
|
1936
|
-
headerParameters: [Parameters.accept],
|
|
1937
|
-
serializer,
|
|
1938
|
-
};
|
|
1939
|
-
const getMeshRevisionProfileOperationSpec = {
|
|
1940
|
-
path: "/subscriptions/{subscriptionId}/providers/Microsoft.ContainerService/locations/{location}/meshRevisionProfiles/{mode}",
|
|
1941
|
-
httpMethod: "GET",
|
|
1942
|
-
responses: {
|
|
1943
|
-
200: {
|
|
1944
|
-
bodyMapper: Mappers.MeshRevisionProfile,
|
|
1945
|
-
},
|
|
1946
|
-
default: {
|
|
1947
|
-
bodyMapper: Mappers.ErrorResponse,
|
|
1948
|
-
},
|
|
1949
|
-
},
|
|
1950
|
-
queryParameters: [Parameters.apiVersion],
|
|
1951
|
-
urlParameters: [
|
|
1952
|
-
Parameters.$host,
|
|
1953
|
-
Parameters.subscriptionId,
|
|
1954
|
-
Parameters.location,
|
|
1955
|
-
Parameters.mode,
|
|
1956
|
-
],
|
|
1957
|
-
headerParameters: [Parameters.accept],
|
|
1958
|
-
serializer,
|
|
1959
|
-
};
|
|
1960
|
-
const listMeshUpgradeProfilesOperationSpec = {
|
|
1961
|
-
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/meshUpgradeProfiles",
|
|
1962
|
-
httpMethod: "GET",
|
|
1963
|
-
responses: {
|
|
1964
|
-
200: {
|
|
1965
|
-
bodyMapper: Mappers.MeshUpgradeProfileList,
|
|
1966
|
-
},
|
|
1967
|
-
default: {
|
|
1968
|
-
bodyMapper: Mappers.ErrorResponse,
|
|
1969
|
-
},
|
|
1970
|
-
},
|
|
1971
|
-
queryParameters: [Parameters.apiVersion],
|
|
1972
|
-
urlParameters: [
|
|
1973
|
-
Parameters.$host,
|
|
1974
|
-
Parameters.subscriptionId,
|
|
1975
|
-
Parameters.resourceGroupName,
|
|
1976
|
-
Parameters.resourceName,
|
|
1977
|
-
],
|
|
1978
|
-
headerParameters: [Parameters.accept],
|
|
1979
|
-
serializer,
|
|
1980
|
-
};
|
|
1981
|
-
const getMeshUpgradeProfileOperationSpec = {
|
|
1982
|
-
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/meshUpgradeProfiles/{mode}",
|
|
1983
|
-
httpMethod: "GET",
|
|
1984
|
-
responses: {
|
|
1985
|
-
200: {
|
|
1986
|
-
bodyMapper: Mappers.MeshUpgradeProfile,
|
|
1987
|
-
},
|
|
1988
|
-
default: {
|
|
1989
|
-
bodyMapper: Mappers.ErrorResponse,
|
|
1990
|
-
},
|
|
1991
|
-
},
|
|
1992
|
-
queryParameters: [Parameters.apiVersion],
|
|
1993
|
-
urlParameters: [
|
|
1994
|
-
Parameters.$host,
|
|
1995
|
-
Parameters.subscriptionId,
|
|
1996
|
-
Parameters.resourceGroupName,
|
|
1997
|
-
Parameters.resourceName,
|
|
1998
|
-
Parameters.mode,
|
|
1999
|
-
],
|
|
2000
|
-
headerParameters: [Parameters.accept],
|
|
2001
|
-
serializer,
|
|
2002
|
-
};
|
|
2003
|
-
const rebalanceLoadBalancersOperationSpec = {
|
|
2004
|
-
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/rebalanceLoadBalancers",
|
|
2005
|
-
httpMethod: "POST",
|
|
2006
|
-
responses: {
|
|
2007
|
-
200: {
|
|
2008
|
-
headersMapper: Mappers.ManagedClustersRebalanceLoadBalancersHeaders,
|
|
2009
|
-
},
|
|
2010
|
-
201: {
|
|
2011
|
-
headersMapper: Mappers.ManagedClustersRebalanceLoadBalancersHeaders,
|
|
2012
|
-
},
|
|
2013
|
-
202: {
|
|
2014
|
-
headersMapper: Mappers.ManagedClustersRebalanceLoadBalancersHeaders,
|
|
2015
|
-
},
|
|
2016
|
-
204: {
|
|
2017
|
-
headersMapper: Mappers.ManagedClustersRebalanceLoadBalancersHeaders,
|
|
2018
|
-
},
|
|
2019
|
-
default: {
|
|
2020
|
-
bodyMapper: Mappers.ErrorResponse,
|
|
2021
|
-
headersMapper: Mappers.ManagedClustersRebalanceLoadBalancersExceptionHeaders,
|
|
2022
|
-
},
|
|
2023
|
-
},
|
|
2024
|
-
requestBody: Parameters.parameters4,
|
|
2025
|
-
queryParameters: [Parameters.apiVersion],
|
|
2026
|
-
urlParameters: [
|
|
2027
|
-
Parameters.$host,
|
|
2028
|
-
Parameters.subscriptionId,
|
|
2029
|
-
Parameters.resourceGroupName,
|
|
2030
|
-
Parameters.resourceName,
|
|
2031
|
-
],
|
|
2032
|
-
headerParameters: [Parameters.accept, Parameters.contentType],
|
|
2033
|
-
mediaType: "json",
|
|
2034
|
-
serializer,
|
|
2035
|
-
};
|
|
2036
|
-
const listNextOperationSpec = {
|
|
2037
|
-
path: "{nextLink}",
|
|
2038
|
-
httpMethod: "GET",
|
|
2039
|
-
responses: {
|
|
2040
|
-
200: {
|
|
2041
|
-
bodyMapper: Mappers.ManagedClusterListResult,
|
|
2042
|
-
},
|
|
2043
|
-
default: {
|
|
2044
|
-
bodyMapper: Mappers.ErrorResponse,
|
|
2045
|
-
},
|
|
2046
|
-
},
|
|
2047
|
-
urlParameters: [Parameters.$host, Parameters.subscriptionId, Parameters.nextLink],
|
|
2048
|
-
headerParameters: [Parameters.accept],
|
|
2049
|
-
serializer,
|
|
2050
|
-
};
|
|
2051
|
-
const listByResourceGroupNextOperationSpec = {
|
|
2052
|
-
path: "{nextLink}",
|
|
2053
|
-
httpMethod: "GET",
|
|
2054
|
-
responses: {
|
|
2055
|
-
200: {
|
|
2056
|
-
bodyMapper: Mappers.ManagedClusterListResult,
|
|
2057
|
-
},
|
|
2058
|
-
default: {
|
|
2059
|
-
bodyMapper: Mappers.ErrorResponse,
|
|
2060
|
-
},
|
|
2061
|
-
},
|
|
2062
|
-
urlParameters: [
|
|
2063
|
-
Parameters.$host,
|
|
2064
|
-
Parameters.subscriptionId,
|
|
2065
|
-
Parameters.resourceGroupName,
|
|
2066
|
-
Parameters.nextLink,
|
|
2067
|
-
],
|
|
2068
|
-
headerParameters: [Parameters.accept],
|
|
2069
|
-
serializer,
|
|
2070
|
-
};
|
|
2071
|
-
const listOutboundNetworkDependenciesEndpointsNextOperationSpec = {
|
|
2072
|
-
path: "{nextLink}",
|
|
2073
|
-
httpMethod: "GET",
|
|
2074
|
-
responses: {
|
|
2075
|
-
200: {
|
|
2076
|
-
bodyMapper: Mappers.OutboundEnvironmentEndpointCollection,
|
|
2077
|
-
},
|
|
2078
|
-
default: {
|
|
2079
|
-
bodyMapper: Mappers.ErrorResponse,
|
|
2080
|
-
},
|
|
2081
|
-
},
|
|
2082
|
-
urlParameters: [
|
|
2083
|
-
Parameters.$host,
|
|
2084
|
-
Parameters.subscriptionId,
|
|
2085
|
-
Parameters.resourceGroupName,
|
|
2086
|
-
Parameters.resourceName,
|
|
2087
|
-
Parameters.nextLink,
|
|
2088
|
-
],
|
|
2089
|
-
headerParameters: [Parameters.accept],
|
|
2090
|
-
serializer,
|
|
2091
|
-
};
|
|
2092
|
-
const listGuardrailsVersionsNextOperationSpec = {
|
|
2093
|
-
path: "{nextLink}",
|
|
2094
|
-
httpMethod: "GET",
|
|
2095
|
-
responses: {
|
|
2096
|
-
200: {
|
|
2097
|
-
bodyMapper: Mappers.GuardrailsAvailableVersionsList,
|
|
2098
|
-
},
|
|
2099
|
-
default: {
|
|
2100
|
-
bodyMapper: Mappers.ErrorResponse,
|
|
2101
|
-
},
|
|
2102
|
-
},
|
|
2103
|
-
urlParameters: [
|
|
2104
|
-
Parameters.$host,
|
|
2105
|
-
Parameters.subscriptionId,
|
|
2106
|
-
Parameters.location,
|
|
2107
|
-
Parameters.nextLink,
|
|
2108
|
-
],
|
|
2109
|
-
headerParameters: [Parameters.accept],
|
|
2110
|
-
serializer,
|
|
2111
|
-
};
|
|
2112
|
-
const listSafeguardsVersionsNextOperationSpec = {
|
|
2113
|
-
path: "{nextLink}",
|
|
2114
|
-
httpMethod: "GET",
|
|
2115
|
-
responses: {
|
|
2116
|
-
200: {
|
|
2117
|
-
bodyMapper: Mappers.SafeguardsAvailableVersionsList,
|
|
2118
|
-
},
|
|
2119
|
-
default: {
|
|
2120
|
-
bodyMapper: Mappers.ErrorResponse,
|
|
2121
|
-
},
|
|
2122
|
-
},
|
|
2123
|
-
urlParameters: [
|
|
2124
|
-
Parameters.$host,
|
|
2125
|
-
Parameters.subscriptionId,
|
|
2126
|
-
Parameters.location,
|
|
2127
|
-
Parameters.nextLink,
|
|
2128
|
-
],
|
|
2129
|
-
headerParameters: [Parameters.accept],
|
|
2130
|
-
serializer,
|
|
2131
|
-
};
|
|
2132
|
-
const listMeshRevisionProfilesNextOperationSpec = {
|
|
2133
|
-
path: "{nextLink}",
|
|
2134
|
-
httpMethod: "GET",
|
|
2135
|
-
responses: {
|
|
2136
|
-
200: {
|
|
2137
|
-
bodyMapper: Mappers.MeshRevisionProfileList,
|
|
2138
|
-
},
|
|
2139
|
-
default: {
|
|
2140
|
-
bodyMapper: Mappers.ErrorResponse,
|
|
2141
|
-
},
|
|
2142
|
-
},
|
|
2143
|
-
urlParameters: [
|
|
2144
|
-
Parameters.$host,
|
|
2145
|
-
Parameters.subscriptionId,
|
|
2146
|
-
Parameters.location,
|
|
2147
|
-
Parameters.nextLink,
|
|
2148
|
-
],
|
|
2149
|
-
headerParameters: [Parameters.accept],
|
|
2150
|
-
serializer,
|
|
2151
|
-
};
|
|
2152
|
-
const listMeshUpgradeProfilesNextOperationSpec = {
|
|
2153
|
-
path: "{nextLink}",
|
|
2154
|
-
httpMethod: "GET",
|
|
2155
|
-
responses: {
|
|
2156
|
-
200: {
|
|
2157
|
-
bodyMapper: Mappers.MeshUpgradeProfileList,
|
|
2158
|
-
},
|
|
2159
|
-
default: {
|
|
2160
|
-
bodyMapper: Mappers.ErrorResponse,
|
|
2161
|
-
},
|
|
2162
|
-
},
|
|
2163
|
-
urlParameters: [
|
|
2164
|
-
Parameters.$host,
|
|
2165
|
-
Parameters.subscriptionId,
|
|
2166
|
-
Parameters.resourceGroupName,
|
|
2167
|
-
Parameters.resourceName,
|
|
2168
|
-
Parameters.nextLink,
|
|
2169
|
-
],
|
|
2170
|
-
headerParameters: [Parameters.accept],
|
|
2171
|
-
serializer,
|
|
2172
|
-
};
|
|
2173
|
-
//# sourceMappingURL=managedClusters.js.map
|