@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
|
@@ -0,0 +1,806 @@
|
|
|
1
|
+
// Copyright (c) Microsoft Corporation.
|
|
2
|
+
// Licensed under the MIT License.
|
|
3
|
+
import { errorResponseDeserializer, managedClusterSerializer, managedClusterDeserializer, managedClusterServicePrincipalProfileSerializer, managedClusterAADProfileSerializer, tagsObjectSerializer, _managedClusterListResultDeserializer, managedClusterAccessProfileDeserializer, credentialResultsDeserializer, runCommandRequestSerializer, runCommandResultDeserializer, _outboundEnvironmentEndpointCollectionDeserializer, managedClusterUpgradeProfileDeserializer, meshRevisionProfileDeserializer, _meshRevisionProfileListDeserializer, meshUpgradeProfileDeserializer, _meshUpgradeProfileListDeserializer, kubernetesVersionListResultDeserializer, } from "../../models/models.js";
|
|
4
|
+
import { buildPagedAsyncIterator } from "../../static-helpers/pagingHelpers.js";
|
|
5
|
+
import { getLongRunningPoller } from "../../static-helpers/pollingHelpers.js";
|
|
6
|
+
import { expandUrlTemplate } from "../../static-helpers/urlTemplate.js";
|
|
7
|
+
import { createRestError, operationOptionsToRequestParameters } from "@azure-rest/core-client";
|
|
8
|
+
export function _listKubernetesVersionsSend(context, location, options = { requestOptions: {} }) {
|
|
9
|
+
const path = expandUrlTemplate("/subscriptions/{subscriptionId}/providers/Microsoft.ContainerService/locations/{location}/kubernetesVersions{?api%2Dversion}", {
|
|
10
|
+
subscriptionId: context.subscriptionId,
|
|
11
|
+
location: location,
|
|
12
|
+
"api%2Dversion": context.apiVersion ?? "2026-01-01",
|
|
13
|
+
}, {
|
|
14
|
+
allowReserved: options?.requestOptions?.skipUrlEncoding,
|
|
15
|
+
});
|
|
16
|
+
return context.path(path).get({
|
|
17
|
+
...operationOptionsToRequestParameters(options),
|
|
18
|
+
headers: { accept: "application/json", ...options.requestOptions?.headers },
|
|
19
|
+
});
|
|
20
|
+
}
|
|
21
|
+
export async function _listKubernetesVersionsDeserialize(result) {
|
|
22
|
+
const expectedStatuses = ["200"];
|
|
23
|
+
if (!expectedStatuses.includes(result.status)) {
|
|
24
|
+
const error = createRestError(result);
|
|
25
|
+
error.details = errorResponseDeserializer(result.body);
|
|
26
|
+
throw error;
|
|
27
|
+
}
|
|
28
|
+
return kubernetesVersionListResultDeserializer(result.body);
|
|
29
|
+
}
|
|
30
|
+
/** Contains extra metadata on the version, including supported patch versions, capabilities, available upgrades, and details on preview status of the version */
|
|
31
|
+
export async function listKubernetesVersions(context, location, options = { requestOptions: {} }) {
|
|
32
|
+
const result = await _listKubernetesVersionsSend(context, location, options);
|
|
33
|
+
return _listKubernetesVersionsDeserialize(result);
|
|
34
|
+
}
|
|
35
|
+
export function _listMeshUpgradeProfilesSend(context, resourceGroupName, resourceName, options = { requestOptions: {} }) {
|
|
36
|
+
const path = expandUrlTemplate("/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/meshUpgradeProfiles{?api%2Dversion}", {
|
|
37
|
+
subscriptionId: context.subscriptionId,
|
|
38
|
+
resourceGroupName: resourceGroupName,
|
|
39
|
+
resourceName: resourceName,
|
|
40
|
+
"api%2Dversion": context.apiVersion ?? "2026-01-01",
|
|
41
|
+
}, {
|
|
42
|
+
allowReserved: options?.requestOptions?.skipUrlEncoding,
|
|
43
|
+
});
|
|
44
|
+
return context.path(path).get({
|
|
45
|
+
...operationOptionsToRequestParameters(options),
|
|
46
|
+
headers: { accept: "application/json", ...options.requestOptions?.headers },
|
|
47
|
+
});
|
|
48
|
+
}
|
|
49
|
+
export async function _listMeshUpgradeProfilesDeserialize(result) {
|
|
50
|
+
const expectedStatuses = ["200"];
|
|
51
|
+
if (!expectedStatuses.includes(result.status)) {
|
|
52
|
+
const error = createRestError(result);
|
|
53
|
+
error.details = errorResponseDeserializer(result.body);
|
|
54
|
+
throw error;
|
|
55
|
+
}
|
|
56
|
+
return _meshUpgradeProfileListDeserializer(result.body);
|
|
57
|
+
}
|
|
58
|
+
/** Lists available upgrades for all service meshes in a specific cluster. */
|
|
59
|
+
export function listMeshUpgradeProfiles(context, resourceGroupName, resourceName, options = { requestOptions: {} }) {
|
|
60
|
+
return buildPagedAsyncIterator(context, () => _listMeshUpgradeProfilesSend(context, resourceGroupName, resourceName, options), _listMeshUpgradeProfilesDeserialize, ["200"], { itemName: "value", nextLinkName: "nextLink", apiVersion: context.apiVersion ?? "2026-01-01" });
|
|
61
|
+
}
|
|
62
|
+
export function _getMeshUpgradeProfileSend(context, resourceGroupName, resourceName, mode, options = { requestOptions: {} }) {
|
|
63
|
+
const path = expandUrlTemplate("/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/meshUpgradeProfiles/{mode}{?api%2Dversion}", {
|
|
64
|
+
subscriptionId: context.subscriptionId,
|
|
65
|
+
resourceGroupName: resourceGroupName,
|
|
66
|
+
resourceName: resourceName,
|
|
67
|
+
mode: mode,
|
|
68
|
+
"api%2Dversion": context.apiVersion ?? "2026-01-01",
|
|
69
|
+
}, {
|
|
70
|
+
allowReserved: options?.requestOptions?.skipUrlEncoding,
|
|
71
|
+
});
|
|
72
|
+
return context.path(path).get({
|
|
73
|
+
...operationOptionsToRequestParameters(options),
|
|
74
|
+
headers: { accept: "application/json", ...options.requestOptions?.headers },
|
|
75
|
+
});
|
|
76
|
+
}
|
|
77
|
+
export async function _getMeshUpgradeProfileDeserialize(result) {
|
|
78
|
+
const expectedStatuses = ["200"];
|
|
79
|
+
if (!expectedStatuses.includes(result.status)) {
|
|
80
|
+
const error = createRestError(result);
|
|
81
|
+
error.details = errorResponseDeserializer(result.body);
|
|
82
|
+
throw error;
|
|
83
|
+
}
|
|
84
|
+
return meshUpgradeProfileDeserializer(result.body);
|
|
85
|
+
}
|
|
86
|
+
/** Gets available upgrades for a service mesh in a cluster. */
|
|
87
|
+
export async function getMeshUpgradeProfile(context, resourceGroupName, resourceName, mode, options = { requestOptions: {} }) {
|
|
88
|
+
const result = await _getMeshUpgradeProfileSend(context, resourceGroupName, resourceName, mode, options);
|
|
89
|
+
return _getMeshUpgradeProfileDeserialize(result);
|
|
90
|
+
}
|
|
91
|
+
export function _listMeshRevisionProfilesSend(context, location, options = { requestOptions: {} }) {
|
|
92
|
+
const path = expandUrlTemplate("/subscriptions/{subscriptionId}/providers/Microsoft.ContainerService/locations/{location}/meshRevisionProfiles{?api%2Dversion}", {
|
|
93
|
+
subscriptionId: context.subscriptionId,
|
|
94
|
+
location: location,
|
|
95
|
+
"api%2Dversion": context.apiVersion ?? "2026-01-01",
|
|
96
|
+
}, {
|
|
97
|
+
allowReserved: options?.requestOptions?.skipUrlEncoding,
|
|
98
|
+
});
|
|
99
|
+
return context.path(path).get({
|
|
100
|
+
...operationOptionsToRequestParameters(options),
|
|
101
|
+
headers: { accept: "application/json", ...options.requestOptions?.headers },
|
|
102
|
+
});
|
|
103
|
+
}
|
|
104
|
+
export async function _listMeshRevisionProfilesDeserialize(result) {
|
|
105
|
+
const expectedStatuses = ["200"];
|
|
106
|
+
if (!expectedStatuses.includes(result.status)) {
|
|
107
|
+
const error = createRestError(result);
|
|
108
|
+
error.details = errorResponseDeserializer(result.body);
|
|
109
|
+
throw error;
|
|
110
|
+
}
|
|
111
|
+
return _meshRevisionProfileListDeserializer(result.body);
|
|
112
|
+
}
|
|
113
|
+
/** Contains extra metadata on each revision, including supported revisions, cluster compatibility and available upgrades */
|
|
114
|
+
export function listMeshRevisionProfiles(context, location, options = { requestOptions: {} }) {
|
|
115
|
+
return buildPagedAsyncIterator(context, () => _listMeshRevisionProfilesSend(context, location, options), _listMeshRevisionProfilesDeserialize, ["200"], { itemName: "value", nextLinkName: "nextLink", apiVersion: context.apiVersion ?? "2026-01-01" });
|
|
116
|
+
}
|
|
117
|
+
export function _getMeshRevisionProfileSend(context, location, mode, options = { requestOptions: {} }) {
|
|
118
|
+
const path = expandUrlTemplate("/subscriptions/{subscriptionId}/providers/Microsoft.ContainerService/locations/{location}/meshRevisionProfiles/{mode}{?api%2Dversion}", {
|
|
119
|
+
subscriptionId: context.subscriptionId,
|
|
120
|
+
location: location,
|
|
121
|
+
mode: mode,
|
|
122
|
+
"api%2Dversion": context.apiVersion ?? "2026-01-01",
|
|
123
|
+
}, {
|
|
124
|
+
allowReserved: options?.requestOptions?.skipUrlEncoding,
|
|
125
|
+
});
|
|
126
|
+
return context.path(path).get({
|
|
127
|
+
...operationOptionsToRequestParameters(options),
|
|
128
|
+
headers: { accept: "application/json", ...options.requestOptions?.headers },
|
|
129
|
+
});
|
|
130
|
+
}
|
|
131
|
+
export async function _getMeshRevisionProfileDeserialize(result) {
|
|
132
|
+
const expectedStatuses = ["200"];
|
|
133
|
+
if (!expectedStatuses.includes(result.status)) {
|
|
134
|
+
const error = createRestError(result);
|
|
135
|
+
error.details = errorResponseDeserializer(result.body);
|
|
136
|
+
throw error;
|
|
137
|
+
}
|
|
138
|
+
return meshRevisionProfileDeserializer(result.body);
|
|
139
|
+
}
|
|
140
|
+
/** Contains extra metadata on the revision, including supported revisions, cluster compatibility and available upgrades */
|
|
141
|
+
export async function getMeshRevisionProfile(context, location, mode, options = { requestOptions: {} }) {
|
|
142
|
+
const result = await _getMeshRevisionProfileSend(context, location, mode, options);
|
|
143
|
+
return _getMeshRevisionProfileDeserialize(result);
|
|
144
|
+
}
|
|
145
|
+
export function _getUpgradeProfileSend(context, resourceGroupName, resourceName, options = { requestOptions: {} }) {
|
|
146
|
+
const path = expandUrlTemplate("/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/upgradeProfiles/default{?api%2Dversion}", {
|
|
147
|
+
subscriptionId: context.subscriptionId,
|
|
148
|
+
resourceGroupName: resourceGroupName,
|
|
149
|
+
resourceName: resourceName,
|
|
150
|
+
"api%2Dversion": context.apiVersion ?? "2026-01-01",
|
|
151
|
+
}, {
|
|
152
|
+
allowReserved: options?.requestOptions?.skipUrlEncoding,
|
|
153
|
+
});
|
|
154
|
+
return context.path(path).get({
|
|
155
|
+
...operationOptionsToRequestParameters(options),
|
|
156
|
+
headers: { accept: "application/json", ...options.requestOptions?.headers },
|
|
157
|
+
});
|
|
158
|
+
}
|
|
159
|
+
export async function _getUpgradeProfileDeserialize(result) {
|
|
160
|
+
const expectedStatuses = ["200"];
|
|
161
|
+
if (!expectedStatuses.includes(result.status)) {
|
|
162
|
+
const error = createRestError(result);
|
|
163
|
+
error.details = errorResponseDeserializer(result.body);
|
|
164
|
+
throw error;
|
|
165
|
+
}
|
|
166
|
+
return managedClusterUpgradeProfileDeserializer(result.body);
|
|
167
|
+
}
|
|
168
|
+
/** Gets the upgrade profile of a managed cluster. */
|
|
169
|
+
export async function getUpgradeProfile(context, resourceGroupName, resourceName, options = { requestOptions: {} }) {
|
|
170
|
+
const result = await _getUpgradeProfileSend(context, resourceGroupName, resourceName, options);
|
|
171
|
+
return _getUpgradeProfileDeserialize(result);
|
|
172
|
+
}
|
|
173
|
+
export function _listOutboundNetworkDependenciesEndpointsSend(context, resourceGroupName, resourceName, options = {
|
|
174
|
+
requestOptions: {},
|
|
175
|
+
}) {
|
|
176
|
+
const path = expandUrlTemplate("/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/outboundNetworkDependenciesEndpoints{?api%2Dversion}", {
|
|
177
|
+
subscriptionId: context.subscriptionId,
|
|
178
|
+
resourceGroupName: resourceGroupName,
|
|
179
|
+
resourceName: resourceName,
|
|
180
|
+
"api%2Dversion": context.apiVersion ?? "2026-01-01",
|
|
181
|
+
}, {
|
|
182
|
+
allowReserved: options?.requestOptions?.skipUrlEncoding,
|
|
183
|
+
});
|
|
184
|
+
return context.path(path).get({
|
|
185
|
+
...operationOptionsToRequestParameters(options),
|
|
186
|
+
headers: { accept: "application/json", ...options.requestOptions?.headers },
|
|
187
|
+
});
|
|
188
|
+
}
|
|
189
|
+
export async function _listOutboundNetworkDependenciesEndpointsDeserialize(result) {
|
|
190
|
+
const expectedStatuses = ["200"];
|
|
191
|
+
if (!expectedStatuses.includes(result.status)) {
|
|
192
|
+
const error = createRestError(result);
|
|
193
|
+
error.details = errorResponseDeserializer(result.body);
|
|
194
|
+
throw error;
|
|
195
|
+
}
|
|
196
|
+
return _outboundEnvironmentEndpointCollectionDeserializer(result.body);
|
|
197
|
+
}
|
|
198
|
+
/** Gets a list of egress endpoints (network endpoints of all outbound dependencies) in the specified managed cluster. The operation returns properties of each egress endpoint. */
|
|
199
|
+
export function listOutboundNetworkDependenciesEndpoints(context, resourceGroupName, resourceName, options = {
|
|
200
|
+
requestOptions: {},
|
|
201
|
+
}) {
|
|
202
|
+
return buildPagedAsyncIterator(context, () => _listOutboundNetworkDependenciesEndpointsSend(context, resourceGroupName, resourceName, options), _listOutboundNetworkDependenciesEndpointsDeserialize, ["200"], { itemName: "value", nextLinkName: "nextLink", apiVersion: context.apiVersion ?? "2026-01-01" });
|
|
203
|
+
}
|
|
204
|
+
export function _getCommandResultSend(context, resourceGroupName, resourceName, commandId, options = { requestOptions: {} }) {
|
|
205
|
+
const path = expandUrlTemplate("/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/commandResults/{commandId}{?api%2Dversion}", {
|
|
206
|
+
subscriptionId: context.subscriptionId,
|
|
207
|
+
resourceGroupName: resourceGroupName,
|
|
208
|
+
resourceName: resourceName,
|
|
209
|
+
commandId: commandId,
|
|
210
|
+
"api%2Dversion": context.apiVersion ?? "2026-01-01",
|
|
211
|
+
}, {
|
|
212
|
+
allowReserved: options?.requestOptions?.skipUrlEncoding,
|
|
213
|
+
});
|
|
214
|
+
return context.path(path).get({
|
|
215
|
+
...operationOptionsToRequestParameters(options),
|
|
216
|
+
headers: { accept: "application/json", ...options.requestOptions?.headers },
|
|
217
|
+
});
|
|
218
|
+
}
|
|
219
|
+
export async function _getCommandResultDeserialize(result) {
|
|
220
|
+
const expectedStatuses = ["200", "202"];
|
|
221
|
+
if (!expectedStatuses.includes(result.status)) {
|
|
222
|
+
const error = createRestError(result);
|
|
223
|
+
error.details = errorResponseDeserializer(result.body);
|
|
224
|
+
throw error;
|
|
225
|
+
}
|
|
226
|
+
return runCommandResultDeserializer(result.body);
|
|
227
|
+
}
|
|
228
|
+
/** Gets the results of a command which has been run on the Managed Cluster. */
|
|
229
|
+
export async function getCommandResult(context, resourceGroupName, resourceName, commandId, options = { requestOptions: {} }) {
|
|
230
|
+
const result = await _getCommandResultSend(context, resourceGroupName, resourceName, commandId, options);
|
|
231
|
+
return _getCommandResultDeserialize(result);
|
|
232
|
+
}
|
|
233
|
+
export function _runCommandSend(context, resourceGroupName, resourceName, requestPayload, options = { requestOptions: {} }) {
|
|
234
|
+
const path = expandUrlTemplate("/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/runCommand{?api%2Dversion}", {
|
|
235
|
+
subscriptionId: context.subscriptionId,
|
|
236
|
+
resourceGroupName: resourceGroupName,
|
|
237
|
+
resourceName: resourceName,
|
|
238
|
+
"api%2Dversion": context.apiVersion ?? "2026-01-01",
|
|
239
|
+
}, {
|
|
240
|
+
allowReserved: options?.requestOptions?.skipUrlEncoding,
|
|
241
|
+
});
|
|
242
|
+
return context.path(path).post({
|
|
243
|
+
...operationOptionsToRequestParameters(options),
|
|
244
|
+
contentType: "application/json",
|
|
245
|
+
headers: { accept: "application/json", ...options.requestOptions?.headers },
|
|
246
|
+
body: runCommandRequestSerializer(requestPayload),
|
|
247
|
+
});
|
|
248
|
+
}
|
|
249
|
+
export async function _runCommandDeserialize(result) {
|
|
250
|
+
const expectedStatuses = ["202", "200", "201"];
|
|
251
|
+
if (!expectedStatuses.includes(result.status)) {
|
|
252
|
+
const error = createRestError(result);
|
|
253
|
+
error.details = errorResponseDeserializer(result.body);
|
|
254
|
+
throw error;
|
|
255
|
+
}
|
|
256
|
+
return runCommandResultDeserializer(result.body);
|
|
257
|
+
}
|
|
258
|
+
/** AKS will create a pod to run the command. This is primarily useful for private clusters. For more information see [AKS Run Command](https://docs.microsoft.com/azure/aks/private-clusters#aks-run-command-preview). */
|
|
259
|
+
export function runCommand(context, resourceGroupName, resourceName, requestPayload, options = { requestOptions: {} }) {
|
|
260
|
+
return getLongRunningPoller(context, _runCommandDeserialize, ["202", "200", "201"], {
|
|
261
|
+
updateIntervalInMs: options?.updateIntervalInMs,
|
|
262
|
+
abortSignal: options?.abortSignal,
|
|
263
|
+
getInitialResponse: () => _runCommandSend(context, resourceGroupName, resourceName, requestPayload, options),
|
|
264
|
+
resourceLocationConfig: "location",
|
|
265
|
+
apiVersion: context.apiVersion ?? "2026-01-01",
|
|
266
|
+
});
|
|
267
|
+
}
|
|
268
|
+
export function _startSend(context, resourceGroupName, resourceName, options = { requestOptions: {} }) {
|
|
269
|
+
const path = expandUrlTemplate("/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/start{?api%2Dversion}", {
|
|
270
|
+
subscriptionId: context.subscriptionId,
|
|
271
|
+
resourceGroupName: resourceGroupName,
|
|
272
|
+
resourceName: resourceName,
|
|
273
|
+
"api%2Dversion": context.apiVersion ?? "2026-01-01",
|
|
274
|
+
}, {
|
|
275
|
+
allowReserved: options?.requestOptions?.skipUrlEncoding,
|
|
276
|
+
});
|
|
277
|
+
return context.path(path).post({ ...operationOptionsToRequestParameters(options) });
|
|
278
|
+
}
|
|
279
|
+
export async function _startDeserialize(result) {
|
|
280
|
+
const expectedStatuses = ["202", "204", "200", "201"];
|
|
281
|
+
if (!expectedStatuses.includes(result.status)) {
|
|
282
|
+
const error = createRestError(result);
|
|
283
|
+
error.details = errorResponseDeserializer(result.body);
|
|
284
|
+
throw error;
|
|
285
|
+
}
|
|
286
|
+
return;
|
|
287
|
+
}
|
|
288
|
+
/** See [starting a cluster](https://docs.microsoft.com/azure/aks/start-stop-cluster) for more details about starting a cluster. */
|
|
289
|
+
export function start(context, resourceGroupName, resourceName, options = { requestOptions: {} }) {
|
|
290
|
+
return getLongRunningPoller(context, _startDeserialize, ["202", "204", "200", "201"], {
|
|
291
|
+
updateIntervalInMs: options?.updateIntervalInMs,
|
|
292
|
+
abortSignal: options?.abortSignal,
|
|
293
|
+
getInitialResponse: () => _startSend(context, resourceGroupName, resourceName, options),
|
|
294
|
+
resourceLocationConfig: "location",
|
|
295
|
+
apiVersion: context.apiVersion ?? "2026-01-01",
|
|
296
|
+
});
|
|
297
|
+
}
|
|
298
|
+
export function _stopSend(context, resourceGroupName, resourceName, options = { requestOptions: {} }) {
|
|
299
|
+
const path = expandUrlTemplate("/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/stop{?api%2Dversion}", {
|
|
300
|
+
subscriptionId: context.subscriptionId,
|
|
301
|
+
resourceGroupName: resourceGroupName,
|
|
302
|
+
resourceName: resourceName,
|
|
303
|
+
"api%2Dversion": context.apiVersion ?? "2026-01-01",
|
|
304
|
+
}, {
|
|
305
|
+
allowReserved: options?.requestOptions?.skipUrlEncoding,
|
|
306
|
+
});
|
|
307
|
+
return context.path(path).post({ ...operationOptionsToRequestParameters(options) });
|
|
308
|
+
}
|
|
309
|
+
export async function _stopDeserialize(result) {
|
|
310
|
+
const expectedStatuses = ["202", "204", "200", "201"];
|
|
311
|
+
if (!expectedStatuses.includes(result.status)) {
|
|
312
|
+
const error = createRestError(result);
|
|
313
|
+
error.details = errorResponseDeserializer(result.body);
|
|
314
|
+
throw error;
|
|
315
|
+
}
|
|
316
|
+
return;
|
|
317
|
+
}
|
|
318
|
+
/** This can only be performed on Azure Virtual Machine Scale set backed clusters. Stopping a cluster stops the control plane and agent nodes entirely, while maintaining all object and cluster state. A cluster does not accrue charges while it is stopped. See [stopping a cluster](https://docs.microsoft.com/azure/aks/start-stop-cluster) for more details about stopping a cluster. */
|
|
319
|
+
export function stop(context, resourceGroupName, resourceName, options = { requestOptions: {} }) {
|
|
320
|
+
return getLongRunningPoller(context, _stopDeserialize, ["202", "204", "200", "201"], {
|
|
321
|
+
updateIntervalInMs: options?.updateIntervalInMs,
|
|
322
|
+
abortSignal: options?.abortSignal,
|
|
323
|
+
getInitialResponse: () => _stopSend(context, resourceGroupName, resourceName, options),
|
|
324
|
+
resourceLocationConfig: "location",
|
|
325
|
+
apiVersion: context.apiVersion ?? "2026-01-01",
|
|
326
|
+
});
|
|
327
|
+
}
|
|
328
|
+
export function _rotateServiceAccountSigningKeysSend(context, resourceGroupName, resourceName, options = { requestOptions: {} }) {
|
|
329
|
+
const path = expandUrlTemplate("/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/rotateServiceAccountSigningKeys{?api%2Dversion}", {
|
|
330
|
+
subscriptionId: context.subscriptionId,
|
|
331
|
+
resourceGroupName: resourceGroupName,
|
|
332
|
+
resourceName: resourceName,
|
|
333
|
+
"api%2Dversion": context.apiVersion ?? "2026-01-01",
|
|
334
|
+
}, {
|
|
335
|
+
allowReserved: options?.requestOptions?.skipUrlEncoding,
|
|
336
|
+
});
|
|
337
|
+
return context.path(path).post({ ...operationOptionsToRequestParameters(options) });
|
|
338
|
+
}
|
|
339
|
+
export async function _rotateServiceAccountSigningKeysDeserialize(result) {
|
|
340
|
+
const expectedStatuses = ["202", "204", "200", "201"];
|
|
341
|
+
if (!expectedStatuses.includes(result.status)) {
|
|
342
|
+
const error = createRestError(result);
|
|
343
|
+
error.details = errorResponseDeserializer(result.body);
|
|
344
|
+
throw error;
|
|
345
|
+
}
|
|
346
|
+
return;
|
|
347
|
+
}
|
|
348
|
+
/** Rotates the service account signing keys of a managed cluster. */
|
|
349
|
+
export function rotateServiceAccountSigningKeys(context, resourceGroupName, resourceName, options = { requestOptions: {} }) {
|
|
350
|
+
return getLongRunningPoller(context, _rotateServiceAccountSigningKeysDeserialize, ["202", "204", "200", "201"], {
|
|
351
|
+
updateIntervalInMs: options?.updateIntervalInMs,
|
|
352
|
+
abortSignal: options?.abortSignal,
|
|
353
|
+
getInitialResponse: () => _rotateServiceAccountSigningKeysSend(context, resourceGroupName, resourceName, options),
|
|
354
|
+
resourceLocationConfig: "location",
|
|
355
|
+
apiVersion: context.apiVersion ?? "2026-01-01",
|
|
356
|
+
});
|
|
357
|
+
}
|
|
358
|
+
export function _abortLatestOperationSend(context, resourceGroupName, resourceName, options = { requestOptions: {} }) {
|
|
359
|
+
const path = expandUrlTemplate("/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/abort{?api%2Dversion}", {
|
|
360
|
+
subscriptionId: context.subscriptionId,
|
|
361
|
+
resourceGroupName: resourceGroupName,
|
|
362
|
+
resourceName: resourceName,
|
|
363
|
+
"api%2Dversion": context.apiVersion ?? "2026-01-01",
|
|
364
|
+
}, {
|
|
365
|
+
allowReserved: options?.requestOptions?.skipUrlEncoding,
|
|
366
|
+
});
|
|
367
|
+
return context.path(path).post({ ...operationOptionsToRequestParameters(options) });
|
|
368
|
+
}
|
|
369
|
+
export async function _abortLatestOperationDeserialize(result) {
|
|
370
|
+
const expectedStatuses = ["202", "204", "200", "201"];
|
|
371
|
+
if (!expectedStatuses.includes(result.status)) {
|
|
372
|
+
const error = createRestError(result);
|
|
373
|
+
error.details = errorResponseDeserializer(result.body);
|
|
374
|
+
throw error;
|
|
375
|
+
}
|
|
376
|
+
return;
|
|
377
|
+
}
|
|
378
|
+
/** Aborts the currently running operation on the managed cluster. The Managed Cluster will be moved to a Canceling state and eventually to a Canceled state when cancellation finishes. If the operation completes before cancellation can take place, a 409 error code is returned. */
|
|
379
|
+
export function abortLatestOperation(context, resourceGroupName, resourceName, options = { requestOptions: {} }) {
|
|
380
|
+
return getLongRunningPoller(context, _abortLatestOperationDeserialize, ["202", "204", "200", "201"], {
|
|
381
|
+
updateIntervalInMs: options?.updateIntervalInMs,
|
|
382
|
+
abortSignal: options?.abortSignal,
|
|
383
|
+
getInitialResponse: () => _abortLatestOperationSend(context, resourceGroupName, resourceName, options),
|
|
384
|
+
resourceLocationConfig: "location",
|
|
385
|
+
apiVersion: context.apiVersion ?? "2026-01-01",
|
|
386
|
+
});
|
|
387
|
+
}
|
|
388
|
+
export function _rotateClusterCertificatesSend(context, resourceGroupName, resourceName, options = { requestOptions: {} }) {
|
|
389
|
+
const path = expandUrlTemplate("/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/rotateClusterCertificates{?api%2Dversion}", {
|
|
390
|
+
subscriptionId: context.subscriptionId,
|
|
391
|
+
resourceGroupName: resourceGroupName,
|
|
392
|
+
resourceName: resourceName,
|
|
393
|
+
"api%2Dversion": context.apiVersion ?? "2026-01-01",
|
|
394
|
+
}, {
|
|
395
|
+
allowReserved: options?.requestOptions?.skipUrlEncoding,
|
|
396
|
+
});
|
|
397
|
+
return context.path(path).post({ ...operationOptionsToRequestParameters(options) });
|
|
398
|
+
}
|
|
399
|
+
export async function _rotateClusterCertificatesDeserialize(result) {
|
|
400
|
+
const expectedStatuses = ["202", "204", "200", "201"];
|
|
401
|
+
if (!expectedStatuses.includes(result.status)) {
|
|
402
|
+
const error = createRestError(result);
|
|
403
|
+
error.details = errorResponseDeserializer(result.body);
|
|
404
|
+
throw error;
|
|
405
|
+
}
|
|
406
|
+
return;
|
|
407
|
+
}
|
|
408
|
+
/** See [Certificate rotation](https://docs.microsoft.com/azure/aks/certificate-rotation) for more details about rotating managed cluster certificates. */
|
|
409
|
+
export function rotateClusterCertificates(context, resourceGroupName, resourceName, options = { requestOptions: {} }) {
|
|
410
|
+
return getLongRunningPoller(context, _rotateClusterCertificatesDeserialize, ["202", "204", "200", "201"], {
|
|
411
|
+
updateIntervalInMs: options?.updateIntervalInMs,
|
|
412
|
+
abortSignal: options?.abortSignal,
|
|
413
|
+
getInitialResponse: () => _rotateClusterCertificatesSend(context, resourceGroupName, resourceName, options),
|
|
414
|
+
resourceLocationConfig: "location",
|
|
415
|
+
apiVersion: context.apiVersion ?? "2026-01-01",
|
|
416
|
+
});
|
|
417
|
+
}
|
|
418
|
+
export function _resetAADProfileSend(context, resourceGroupName, resourceName, parameters, options = { requestOptions: {} }) {
|
|
419
|
+
const path = expandUrlTemplate("/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/resetAADProfile{?api%2Dversion}", {
|
|
420
|
+
subscriptionId: context.subscriptionId,
|
|
421
|
+
resourceGroupName: resourceGroupName,
|
|
422
|
+
resourceName: resourceName,
|
|
423
|
+
"api%2Dversion": context.apiVersion ?? "2026-01-01",
|
|
424
|
+
}, {
|
|
425
|
+
allowReserved: options?.requestOptions?.skipUrlEncoding,
|
|
426
|
+
});
|
|
427
|
+
return context.path(path).post({
|
|
428
|
+
...operationOptionsToRequestParameters(options),
|
|
429
|
+
contentType: "application/json",
|
|
430
|
+
body: managedClusterAADProfileSerializer(parameters),
|
|
431
|
+
});
|
|
432
|
+
}
|
|
433
|
+
export async function _resetAADProfileDeserialize(result) {
|
|
434
|
+
const expectedStatuses = ["202", "200", "201"];
|
|
435
|
+
if (!expectedStatuses.includes(result.status)) {
|
|
436
|
+
const error = createRestError(result);
|
|
437
|
+
error.details = errorResponseDeserializer(result.body);
|
|
438
|
+
throw error;
|
|
439
|
+
}
|
|
440
|
+
return;
|
|
441
|
+
}
|
|
442
|
+
/** **WARNING**: This API will be deprecated. Please see [AKS-managed Azure Active Directory integration](https://aka.ms/aks-managed-aad) to update your cluster with AKS-managed Azure AD. */
|
|
443
|
+
export function resetAADProfile(context, resourceGroupName, resourceName, parameters, options = { requestOptions: {} }) {
|
|
444
|
+
return getLongRunningPoller(context, _resetAADProfileDeserialize, ["202", "200", "201"], {
|
|
445
|
+
updateIntervalInMs: options?.updateIntervalInMs,
|
|
446
|
+
abortSignal: options?.abortSignal,
|
|
447
|
+
getInitialResponse: () => _resetAADProfileSend(context, resourceGroupName, resourceName, parameters, options),
|
|
448
|
+
resourceLocationConfig: "location",
|
|
449
|
+
apiVersion: context.apiVersion ?? "2026-01-01",
|
|
450
|
+
});
|
|
451
|
+
}
|
|
452
|
+
export function _resetServicePrincipalProfileSend(context, resourceGroupName, resourceName, parameters, options = { requestOptions: {} }) {
|
|
453
|
+
const path = expandUrlTemplate("/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/resetServicePrincipalProfile{?api%2Dversion}", {
|
|
454
|
+
subscriptionId: context.subscriptionId,
|
|
455
|
+
resourceGroupName: resourceGroupName,
|
|
456
|
+
resourceName: resourceName,
|
|
457
|
+
"api%2Dversion": context.apiVersion ?? "2026-01-01",
|
|
458
|
+
}, {
|
|
459
|
+
allowReserved: options?.requestOptions?.skipUrlEncoding,
|
|
460
|
+
});
|
|
461
|
+
return context.path(path).post({
|
|
462
|
+
...operationOptionsToRequestParameters(options),
|
|
463
|
+
contentType: "application/json",
|
|
464
|
+
body: managedClusterServicePrincipalProfileSerializer(parameters),
|
|
465
|
+
});
|
|
466
|
+
}
|
|
467
|
+
export async function _resetServicePrincipalProfileDeserialize(result) {
|
|
468
|
+
const expectedStatuses = ["202", "200", "201"];
|
|
469
|
+
if (!expectedStatuses.includes(result.status)) {
|
|
470
|
+
const error = createRestError(result);
|
|
471
|
+
error.details = errorResponseDeserializer(result.body);
|
|
472
|
+
throw error;
|
|
473
|
+
}
|
|
474
|
+
return;
|
|
475
|
+
}
|
|
476
|
+
/** This action cannot be performed on a cluster that is not using a service principal */
|
|
477
|
+
export function resetServicePrincipalProfile(context, resourceGroupName, resourceName, parameters, options = { requestOptions: {} }) {
|
|
478
|
+
return getLongRunningPoller(context, _resetServicePrincipalProfileDeserialize, ["202", "200", "201"], {
|
|
479
|
+
updateIntervalInMs: options?.updateIntervalInMs,
|
|
480
|
+
abortSignal: options?.abortSignal,
|
|
481
|
+
getInitialResponse: () => _resetServicePrincipalProfileSend(context, resourceGroupName, resourceName, parameters, options),
|
|
482
|
+
resourceLocationConfig: "location",
|
|
483
|
+
apiVersion: context.apiVersion ?? "2026-01-01",
|
|
484
|
+
});
|
|
485
|
+
}
|
|
486
|
+
export function _listClusterMonitoringUserCredentialsSend(context, resourceGroupName, resourceName, options = {
|
|
487
|
+
requestOptions: {},
|
|
488
|
+
}) {
|
|
489
|
+
const path = expandUrlTemplate("/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/listClusterMonitoringUserCredential{?api%2Dversion,server%2Dfqdn}", {
|
|
490
|
+
subscriptionId: context.subscriptionId,
|
|
491
|
+
resourceGroupName: resourceGroupName,
|
|
492
|
+
resourceName: resourceName,
|
|
493
|
+
"api%2Dversion": context.apiVersion ?? "2026-01-01",
|
|
494
|
+
"server%2Dfqdn": options?.serverFqdn,
|
|
495
|
+
}, {
|
|
496
|
+
allowReserved: options?.requestOptions?.skipUrlEncoding,
|
|
497
|
+
});
|
|
498
|
+
return context.path(path).post({
|
|
499
|
+
...operationOptionsToRequestParameters(options),
|
|
500
|
+
headers: { accept: "application/json", ...options.requestOptions?.headers },
|
|
501
|
+
});
|
|
502
|
+
}
|
|
503
|
+
export async function _listClusterMonitoringUserCredentialsDeserialize(result) {
|
|
504
|
+
const expectedStatuses = ["200"];
|
|
505
|
+
if (!expectedStatuses.includes(result.status)) {
|
|
506
|
+
const error = createRestError(result);
|
|
507
|
+
error.details = errorResponseDeserializer(result.body);
|
|
508
|
+
throw error;
|
|
509
|
+
}
|
|
510
|
+
return credentialResultsDeserializer(result.body);
|
|
511
|
+
}
|
|
512
|
+
/** Lists the cluster monitoring user credentials of a managed cluster. */
|
|
513
|
+
export async function listClusterMonitoringUserCredentials(context, resourceGroupName, resourceName, options = {
|
|
514
|
+
requestOptions: {},
|
|
515
|
+
}) {
|
|
516
|
+
const result = await _listClusterMonitoringUserCredentialsSend(context, resourceGroupName, resourceName, options);
|
|
517
|
+
return _listClusterMonitoringUserCredentialsDeserialize(result);
|
|
518
|
+
}
|
|
519
|
+
export function _listClusterUserCredentialsSend(context, resourceGroupName, resourceName, options = { requestOptions: {} }) {
|
|
520
|
+
const path = expandUrlTemplate("/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/listClusterUserCredential{?api%2Dversion,server%2Dfqdn,format}", {
|
|
521
|
+
subscriptionId: context.subscriptionId,
|
|
522
|
+
resourceGroupName: resourceGroupName,
|
|
523
|
+
resourceName: resourceName,
|
|
524
|
+
"api%2Dversion": context.apiVersion ?? "2026-01-01",
|
|
525
|
+
"server%2Dfqdn": options?.serverFqdn,
|
|
526
|
+
format: options?.format,
|
|
527
|
+
}, {
|
|
528
|
+
allowReserved: options?.requestOptions?.skipUrlEncoding,
|
|
529
|
+
});
|
|
530
|
+
return context.path(path).post({
|
|
531
|
+
...operationOptionsToRequestParameters(options),
|
|
532
|
+
headers: { accept: "application/json", ...options.requestOptions?.headers },
|
|
533
|
+
});
|
|
534
|
+
}
|
|
535
|
+
export async function _listClusterUserCredentialsDeserialize(result) {
|
|
536
|
+
const expectedStatuses = ["200"];
|
|
537
|
+
if (!expectedStatuses.includes(result.status)) {
|
|
538
|
+
const error = createRestError(result);
|
|
539
|
+
error.details = errorResponseDeserializer(result.body);
|
|
540
|
+
throw error;
|
|
541
|
+
}
|
|
542
|
+
return credentialResultsDeserializer(result.body);
|
|
543
|
+
}
|
|
544
|
+
/** Lists the user credentials of a managed cluster. */
|
|
545
|
+
export async function listClusterUserCredentials(context, resourceGroupName, resourceName, options = { requestOptions: {} }) {
|
|
546
|
+
const result = await _listClusterUserCredentialsSend(context, resourceGroupName, resourceName, options);
|
|
547
|
+
return _listClusterUserCredentialsDeserialize(result);
|
|
548
|
+
}
|
|
549
|
+
export function _listClusterAdminCredentialsSend(context, resourceGroupName, resourceName, options = { requestOptions: {} }) {
|
|
550
|
+
const path = expandUrlTemplate("/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/listClusterAdminCredential{?api%2Dversion,server%2Dfqdn}", {
|
|
551
|
+
subscriptionId: context.subscriptionId,
|
|
552
|
+
resourceGroupName: resourceGroupName,
|
|
553
|
+
resourceName: resourceName,
|
|
554
|
+
"api%2Dversion": context.apiVersion ?? "2026-01-01",
|
|
555
|
+
"server%2Dfqdn": options?.serverFqdn,
|
|
556
|
+
}, {
|
|
557
|
+
allowReserved: options?.requestOptions?.skipUrlEncoding,
|
|
558
|
+
});
|
|
559
|
+
return context.path(path).post({
|
|
560
|
+
...operationOptionsToRequestParameters(options),
|
|
561
|
+
headers: { accept: "application/json", ...options.requestOptions?.headers },
|
|
562
|
+
});
|
|
563
|
+
}
|
|
564
|
+
export async function _listClusterAdminCredentialsDeserialize(result) {
|
|
565
|
+
const expectedStatuses = ["200"];
|
|
566
|
+
if (!expectedStatuses.includes(result.status)) {
|
|
567
|
+
const error = createRestError(result);
|
|
568
|
+
error.details = errorResponseDeserializer(result.body);
|
|
569
|
+
throw error;
|
|
570
|
+
}
|
|
571
|
+
return credentialResultsDeserializer(result.body);
|
|
572
|
+
}
|
|
573
|
+
/** Lists the admin credentials of a managed cluster. */
|
|
574
|
+
export async function listClusterAdminCredentials(context, resourceGroupName, resourceName, options = { requestOptions: {} }) {
|
|
575
|
+
const result = await _listClusterAdminCredentialsSend(context, resourceGroupName, resourceName, options);
|
|
576
|
+
return _listClusterAdminCredentialsDeserialize(result);
|
|
577
|
+
}
|
|
578
|
+
export function _getAccessProfileSend(context, resourceGroupName, resourceName, roleName, options = { requestOptions: {} }) {
|
|
579
|
+
const path = expandUrlTemplate("/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/accessProfiles/{roleName}/listCredential{?api%2Dversion}", {
|
|
580
|
+
subscriptionId: context.subscriptionId,
|
|
581
|
+
resourceGroupName: resourceGroupName,
|
|
582
|
+
resourceName: resourceName,
|
|
583
|
+
roleName: roleName,
|
|
584
|
+
"api%2Dversion": context.apiVersion ?? "2026-01-01",
|
|
585
|
+
}, {
|
|
586
|
+
allowReserved: options?.requestOptions?.skipUrlEncoding,
|
|
587
|
+
});
|
|
588
|
+
return context.path(path).post({
|
|
589
|
+
...operationOptionsToRequestParameters(options),
|
|
590
|
+
headers: { accept: "application/json", ...options.requestOptions?.headers },
|
|
591
|
+
});
|
|
592
|
+
}
|
|
593
|
+
export async function _getAccessProfileDeserialize(result) {
|
|
594
|
+
const expectedStatuses = ["200"];
|
|
595
|
+
if (!expectedStatuses.includes(result.status)) {
|
|
596
|
+
const error = createRestError(result);
|
|
597
|
+
error.details = errorResponseDeserializer(result.body);
|
|
598
|
+
throw error;
|
|
599
|
+
}
|
|
600
|
+
return managedClusterAccessProfileDeserializer(result.body);
|
|
601
|
+
}
|
|
602
|
+
/** **WARNING**: This API will be deprecated. Instead use [ListClusterUserCredentials](https://docs.microsoft.com/rest/api/aks/managedclusters/listclusterusercredentials) or [ListClusterAdminCredentials](https://docs.microsoft.com/rest/api/aks/managedclusters/listclusteradmincredentials) . */
|
|
603
|
+
export async function getAccessProfile(context, resourceGroupName, resourceName, roleName, options = { requestOptions: {} }) {
|
|
604
|
+
const result = await _getAccessProfileSend(context, resourceGroupName, resourceName, roleName, options);
|
|
605
|
+
return _getAccessProfileDeserialize(result);
|
|
606
|
+
}
|
|
607
|
+
export function _listSend(context, options = { requestOptions: {} }) {
|
|
608
|
+
const path = expandUrlTemplate("/subscriptions/{subscriptionId}/providers/Microsoft.ContainerService/managedClusters{?api%2Dversion}", {
|
|
609
|
+
subscriptionId: context.subscriptionId,
|
|
610
|
+
"api%2Dversion": context.apiVersion ?? "2026-01-01",
|
|
611
|
+
}, {
|
|
612
|
+
allowReserved: options?.requestOptions?.skipUrlEncoding,
|
|
613
|
+
});
|
|
614
|
+
return context.path(path).get({
|
|
615
|
+
...operationOptionsToRequestParameters(options),
|
|
616
|
+
headers: { accept: "application/json", ...options.requestOptions?.headers },
|
|
617
|
+
});
|
|
618
|
+
}
|
|
619
|
+
export async function _listDeserialize(result) {
|
|
620
|
+
const expectedStatuses = ["200"];
|
|
621
|
+
if (!expectedStatuses.includes(result.status)) {
|
|
622
|
+
const error = createRestError(result);
|
|
623
|
+
error.details = errorResponseDeserializer(result.body);
|
|
624
|
+
throw error;
|
|
625
|
+
}
|
|
626
|
+
return _managedClusterListResultDeserializer(result.body);
|
|
627
|
+
}
|
|
628
|
+
/** Gets a list of managed clusters in the specified subscription. */
|
|
629
|
+
export function list(context, options = { requestOptions: {} }) {
|
|
630
|
+
return buildPagedAsyncIterator(context, () => _listSend(context, options), _listDeserialize, ["200"], { itemName: "value", nextLinkName: "nextLink", apiVersion: context.apiVersion ?? "2026-01-01" });
|
|
631
|
+
}
|
|
632
|
+
export function _listByResourceGroupSend(context, resourceGroupName, options = { requestOptions: {} }) {
|
|
633
|
+
const path = expandUrlTemplate("/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters{?api%2Dversion}", {
|
|
634
|
+
subscriptionId: context.subscriptionId,
|
|
635
|
+
resourceGroupName: resourceGroupName,
|
|
636
|
+
"api%2Dversion": context.apiVersion ?? "2026-01-01",
|
|
637
|
+
}, {
|
|
638
|
+
allowReserved: options?.requestOptions?.skipUrlEncoding,
|
|
639
|
+
});
|
|
640
|
+
return context.path(path).get({
|
|
641
|
+
...operationOptionsToRequestParameters(options),
|
|
642
|
+
headers: { accept: "application/json", ...options.requestOptions?.headers },
|
|
643
|
+
});
|
|
644
|
+
}
|
|
645
|
+
export async function _listByResourceGroupDeserialize(result) {
|
|
646
|
+
const expectedStatuses = ["200"];
|
|
647
|
+
if (!expectedStatuses.includes(result.status)) {
|
|
648
|
+
const error = createRestError(result);
|
|
649
|
+
error.details = errorResponseDeserializer(result.body);
|
|
650
|
+
throw error;
|
|
651
|
+
}
|
|
652
|
+
return _managedClusterListResultDeserializer(result.body);
|
|
653
|
+
}
|
|
654
|
+
/** Lists managed clusters in the specified subscription and resource group. */
|
|
655
|
+
export function listByResourceGroup(context, resourceGroupName, options = { requestOptions: {} }) {
|
|
656
|
+
return buildPagedAsyncIterator(context, () => _listByResourceGroupSend(context, resourceGroupName, options), _listByResourceGroupDeserialize, ["200"], { itemName: "value", nextLinkName: "nextLink", apiVersion: context.apiVersion ?? "2026-01-01" });
|
|
657
|
+
}
|
|
658
|
+
export function _$deleteSend(context, resourceGroupName, resourceName, options = { requestOptions: {} }) {
|
|
659
|
+
const path = expandUrlTemplate("/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}{?api%2Dversion}", {
|
|
660
|
+
subscriptionId: context.subscriptionId,
|
|
661
|
+
resourceGroupName: resourceGroupName,
|
|
662
|
+
resourceName: resourceName,
|
|
663
|
+
"api%2Dversion": context.apiVersion ?? "2026-01-01",
|
|
664
|
+
}, {
|
|
665
|
+
allowReserved: options?.requestOptions?.skipUrlEncoding,
|
|
666
|
+
});
|
|
667
|
+
return context.path(path).delete({
|
|
668
|
+
...operationOptionsToRequestParameters(options),
|
|
669
|
+
headers: {
|
|
670
|
+
...(options?.ifMatch !== undefined ? { "if-match": options?.ifMatch } : {}),
|
|
671
|
+
...options.requestOptions?.headers,
|
|
672
|
+
},
|
|
673
|
+
});
|
|
674
|
+
}
|
|
675
|
+
export async function _$deleteDeserialize(result) {
|
|
676
|
+
const expectedStatuses = ["202", "204", "200"];
|
|
677
|
+
if (!expectedStatuses.includes(result.status)) {
|
|
678
|
+
const error = createRestError(result);
|
|
679
|
+
error.details = errorResponseDeserializer(result.body);
|
|
680
|
+
throw error;
|
|
681
|
+
}
|
|
682
|
+
return;
|
|
683
|
+
}
|
|
684
|
+
/** Deletes a managed cluster. */
|
|
685
|
+
/**
|
|
686
|
+
* @fixme delete is a reserved word that cannot be used as an operation name.
|
|
687
|
+
* Please add @clientName("clientName") or @clientName("<JS-Specific-Name>", "javascript")
|
|
688
|
+
* to the operation to override the generated name.
|
|
689
|
+
*/
|
|
690
|
+
export function $delete(context, resourceGroupName, resourceName, options = { requestOptions: {} }) {
|
|
691
|
+
return getLongRunningPoller(context, _$deleteDeserialize, ["202", "204", "200"], {
|
|
692
|
+
updateIntervalInMs: options?.updateIntervalInMs,
|
|
693
|
+
abortSignal: options?.abortSignal,
|
|
694
|
+
getInitialResponse: () => _$deleteSend(context, resourceGroupName, resourceName, options),
|
|
695
|
+
resourceLocationConfig: "azure-async-operation",
|
|
696
|
+
apiVersion: context.apiVersion ?? "2026-01-01",
|
|
697
|
+
});
|
|
698
|
+
}
|
|
699
|
+
export function _updateTagsSend(context, resourceGroupName, resourceName, parameters, options = { requestOptions: {} }) {
|
|
700
|
+
const path = expandUrlTemplate("/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}{?api%2Dversion}", {
|
|
701
|
+
subscriptionId: context.subscriptionId,
|
|
702
|
+
resourceGroupName: resourceGroupName,
|
|
703
|
+
resourceName: resourceName,
|
|
704
|
+
"api%2Dversion": context.apiVersion ?? "2026-01-01",
|
|
705
|
+
}, {
|
|
706
|
+
allowReserved: options?.requestOptions?.skipUrlEncoding,
|
|
707
|
+
});
|
|
708
|
+
return context.path(path).patch({
|
|
709
|
+
...operationOptionsToRequestParameters(options),
|
|
710
|
+
contentType: "application/json",
|
|
711
|
+
headers: {
|
|
712
|
+
...(options?.ifMatch !== undefined ? { "if-match": options?.ifMatch } : {}),
|
|
713
|
+
accept: "application/json",
|
|
714
|
+
...options.requestOptions?.headers,
|
|
715
|
+
},
|
|
716
|
+
body: tagsObjectSerializer(parameters),
|
|
717
|
+
});
|
|
718
|
+
}
|
|
719
|
+
export async function _updateTagsDeserialize(result) {
|
|
720
|
+
const expectedStatuses = ["200", "202", "201"];
|
|
721
|
+
if (!expectedStatuses.includes(result.status)) {
|
|
722
|
+
const error = createRestError(result);
|
|
723
|
+
error.details = errorResponseDeserializer(result.body);
|
|
724
|
+
throw error;
|
|
725
|
+
}
|
|
726
|
+
return managedClusterDeserializer(result.body);
|
|
727
|
+
}
|
|
728
|
+
/** Updates tags on a managed cluster. */
|
|
729
|
+
export function updateTags(context, resourceGroupName, resourceName, parameters, options = { requestOptions: {} }) {
|
|
730
|
+
return getLongRunningPoller(context, _updateTagsDeserialize, ["200", "202", "201"], {
|
|
731
|
+
updateIntervalInMs: options?.updateIntervalInMs,
|
|
732
|
+
abortSignal: options?.abortSignal,
|
|
733
|
+
getInitialResponse: () => _updateTagsSend(context, resourceGroupName, resourceName, parameters, options),
|
|
734
|
+
resourceLocationConfig: "azure-async-operation",
|
|
735
|
+
apiVersion: context.apiVersion ?? "2026-01-01",
|
|
736
|
+
});
|
|
737
|
+
}
|
|
738
|
+
export function _createOrUpdateSend(context, resourceGroupName, resourceName, parameters, options = { requestOptions: {} }) {
|
|
739
|
+
const path = expandUrlTemplate("/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}{?api%2Dversion}", {
|
|
740
|
+
subscriptionId: context.subscriptionId,
|
|
741
|
+
resourceGroupName: resourceGroupName,
|
|
742
|
+
resourceName: resourceName,
|
|
743
|
+
"api%2Dversion": context.apiVersion ?? "2026-01-01",
|
|
744
|
+
}, {
|
|
745
|
+
allowReserved: options?.requestOptions?.skipUrlEncoding,
|
|
746
|
+
});
|
|
747
|
+
return context.path(path).put({
|
|
748
|
+
...operationOptionsToRequestParameters(options),
|
|
749
|
+
contentType: "application/json",
|
|
750
|
+
headers: {
|
|
751
|
+
...(options?.ifMatch !== undefined ? { "if-match": options?.ifMatch } : {}),
|
|
752
|
+
...(options?.ifNoneMatch !== undefined ? { "if-none-match": options?.ifNoneMatch } : {}),
|
|
753
|
+
accept: "application/json",
|
|
754
|
+
...options.requestOptions?.headers,
|
|
755
|
+
},
|
|
756
|
+
body: managedClusterSerializer(parameters),
|
|
757
|
+
});
|
|
758
|
+
}
|
|
759
|
+
export async function _createOrUpdateDeserialize(result) {
|
|
760
|
+
const expectedStatuses = ["200", "201", "202"];
|
|
761
|
+
if (!expectedStatuses.includes(result.status)) {
|
|
762
|
+
const error = createRestError(result);
|
|
763
|
+
error.details = errorResponseDeserializer(result.body);
|
|
764
|
+
throw error;
|
|
765
|
+
}
|
|
766
|
+
return managedClusterDeserializer(result.body);
|
|
767
|
+
}
|
|
768
|
+
/** Creates or updates a managed cluster. */
|
|
769
|
+
export function createOrUpdate(context, resourceGroupName, resourceName, parameters, options = { requestOptions: {} }) {
|
|
770
|
+
return getLongRunningPoller(context, _createOrUpdateDeserialize, ["200", "201", "202"], {
|
|
771
|
+
updateIntervalInMs: options?.updateIntervalInMs,
|
|
772
|
+
abortSignal: options?.abortSignal,
|
|
773
|
+
getInitialResponse: () => _createOrUpdateSend(context, resourceGroupName, resourceName, parameters, options),
|
|
774
|
+
resourceLocationConfig: "azure-async-operation",
|
|
775
|
+
apiVersion: context.apiVersion ?? "2026-01-01",
|
|
776
|
+
});
|
|
777
|
+
}
|
|
778
|
+
export function _getSend(context, resourceGroupName, resourceName, options = { requestOptions: {} }) {
|
|
779
|
+
const path = expandUrlTemplate("/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}{?api%2Dversion}", {
|
|
780
|
+
subscriptionId: context.subscriptionId,
|
|
781
|
+
resourceGroupName: resourceGroupName,
|
|
782
|
+
resourceName: resourceName,
|
|
783
|
+
"api%2Dversion": context.apiVersion ?? "2026-01-01",
|
|
784
|
+
}, {
|
|
785
|
+
allowReserved: options?.requestOptions?.skipUrlEncoding,
|
|
786
|
+
});
|
|
787
|
+
return context.path(path).get({
|
|
788
|
+
...operationOptionsToRequestParameters(options),
|
|
789
|
+
headers: { accept: "application/json", ...options.requestOptions?.headers },
|
|
790
|
+
});
|
|
791
|
+
}
|
|
792
|
+
export async function _getDeserialize(result) {
|
|
793
|
+
const expectedStatuses = ["200"];
|
|
794
|
+
if (!expectedStatuses.includes(result.status)) {
|
|
795
|
+
const error = createRestError(result);
|
|
796
|
+
error.details = errorResponseDeserializer(result.body);
|
|
797
|
+
throw error;
|
|
798
|
+
}
|
|
799
|
+
return managedClusterDeserializer(result.body);
|
|
800
|
+
}
|
|
801
|
+
/** Gets a managed cluster. */
|
|
802
|
+
export async function get(context, resourceGroupName, resourceName, options = { requestOptions: {} }) {
|
|
803
|
+
const result = await _getSend(context, resourceGroupName, resourceName, options);
|
|
804
|
+
return _getDeserialize(result);
|
|
805
|
+
}
|
|
806
|
+
//# sourceMappingURL=operations.js.map
|