@azure/arm-containerservice 24.2.0-beta.1 → 25.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +10 -10
- package/dist/browser/api/agentPools/index.d.ts +3 -0
- package/dist/browser/api/agentPools/index.js +4 -0
- package/dist/browser/api/agentPools/index.js.map +1 -0
- package/dist/browser/api/agentPools/operations.d.ts +48 -0
- package/dist/browser/api/agentPools/operations.js +305 -0
- package/dist/browser/api/agentPools/operations.js.map +1 -0
- package/dist/browser/api/agentPools/options.d.ts +47 -0
- package/dist/browser/api/agentPools/options.js +4 -0
- package/dist/browser/api/agentPools/options.js.map +1 -0
- package/dist/browser/api/containerServiceContext.d.ts +22 -0
- package/dist/browser/api/containerServiceContext.js +24 -0
- package/dist/browser/api/containerServiceContext.js.map +1 -0
- package/dist/browser/api/index.d.ts +3 -0
- package/dist/browser/api/index.js +4 -0
- package/dist/browser/api/index.js.map +1 -0
- package/dist/browser/api/machines/index.d.ts +3 -0
- package/dist/browser/api/machines/index.js +4 -0
- package/dist/browser/api/machines/index.js.map +1 -0
- package/dist/browser/api/machines/operations.d.ts +14 -0
- package/dist/browser/api/machines/operations.js +65 -0
- package/dist/browser/api/machines/operations.js.map +1 -0
- package/dist/browser/api/machines/options.d.ts +8 -0
- package/dist/browser/api/machines/options.js +4 -0
- package/dist/browser/api/machines/options.js.map +1 -0
- package/dist/browser/api/maintenanceConfigurations/index.d.ts +3 -0
- package/dist/browser/api/maintenanceConfigurations/index.js +4 -0
- package/dist/browser/api/maintenanceConfigurations/index.js.map +1 -0
- package/dist/browser/api/maintenanceConfigurations/operations.d.ts +27 -0
- package/dist/browser/api/maintenanceConfigurations/operations.js +125 -0
- package/dist/browser/api/maintenanceConfigurations/operations.js.map +1 -0
- package/dist/browser/api/maintenanceConfigurations/options.d.ts +14 -0
- package/dist/browser/api/maintenanceConfigurations/options.js +4 -0
- package/dist/browser/api/maintenanceConfigurations/options.js.map +1 -0
- package/dist/browser/api/managedClusters/index.d.ts +3 -0
- package/dist/browser/api/managedClusters/index.js +4 -0
- package/dist/browser/api/managedClusters/index.js.map +1 -0
- package/dist/browser/api/managedClusters/operations.d.ts +116 -0
- package/dist/browser/api/managedClusters/operations.js +806 -0
- package/dist/browser/api/managedClusters/operations.js.map +1 -0
- package/dist/browser/api/managedClusters/options.d.ts +119 -0
- package/dist/browser/api/managedClusters/options.js +4 -0
- package/dist/browser/api/managedClusters/options.js.map +1 -0
- package/dist/browser/api/managedNamespaces/index.d.ts +3 -0
- package/dist/browser/api/managedNamespaces/index.js +4 -0
- package/dist/browser/api/managedNamespaces/index.js.map +1 -0
- package/dist/browser/api/managedNamespaces/operations.d.ts +36 -0
- package/dist/browser/api/managedNamespaces/operations.js +196 -0
- package/dist/browser/api/managedNamespaces/operations.js.map +1 -0
- package/dist/browser/api/managedNamespaces/options.d.ts +24 -0
- package/dist/browser/api/managedNamespaces/options.js +4 -0
- package/dist/browser/api/managedNamespaces/options.js.map +1 -0
- package/dist/browser/api/operations/index.d.ts +3 -0
- package/dist/browser/api/operations/index.js +4 -0
- package/dist/browser/api/operations/index.js.map +1 -0
- package/dist/browser/api/operations/operations.d.ts +10 -0
- package/dist/browser/api/operations/operations.js +31 -0
- package/dist/browser/api/operations/operations.js.map +1 -0
- package/dist/browser/api/operations/options.d.ts +5 -0
- package/dist/browser/api/operations/options.js +4 -0
- package/dist/browser/api/operations/options.js.map +1 -0
- package/dist/browser/api/privateEndpointConnections/index.d.ts +3 -0
- package/dist/browser/api/privateEndpointConnections/index.js +4 -0
- package/dist/browser/api/privateEndpointConnections/index.js.map +1 -0
- package/dist/browser/api/privateEndpointConnections/operations.d.ts +27 -0
- package/dist/browser/api/privateEndpointConnections/operations.js +131 -0
- package/dist/browser/api/privateEndpointConnections/operations.js.map +1 -0
- package/dist/browser/api/privateEndpointConnections/options.d.ts +16 -0
- package/dist/browser/api/privateEndpointConnections/options.js +4 -0
- package/dist/browser/api/privateEndpointConnections/options.js.map +1 -0
- package/dist/browser/api/privateLinkResources/index.d.ts +3 -0
- package/dist/browser/api/privateLinkResources/index.js +4 -0
- package/dist/browser/api/privateLinkResources/index.js.map +1 -0
- package/dist/browser/api/privateLinkResources/operations.d.ts +9 -0
- package/dist/browser/api/privateLinkResources/operations.js +34 -0
- package/dist/browser/api/privateLinkResources/operations.js.map +1 -0
- package/dist/browser/api/privateLinkResources/options.d.ts +5 -0
- package/dist/browser/api/privateLinkResources/options.js +4 -0
- package/dist/browser/api/privateLinkResources/options.js.map +1 -0
- package/dist/browser/api/resolvePrivateLinkServiceId/index.d.ts +3 -0
- package/dist/browser/api/resolvePrivateLinkServiceId/index.js +4 -0
- package/dist/browser/api/resolvePrivateLinkServiceId/index.js.map +1 -0
- package/dist/browser/api/resolvePrivateLinkServiceId/operations.d.ts +9 -0
- package/dist/browser/api/resolvePrivateLinkServiceId/operations.js +36 -0
- package/dist/browser/api/resolvePrivateLinkServiceId/operations.js.map +1 -0
- package/dist/browser/api/resolvePrivateLinkServiceId/options.d.ts +5 -0
- package/dist/browser/api/resolvePrivateLinkServiceId/options.js +4 -0
- package/dist/browser/api/resolvePrivateLinkServiceId/options.js.map +1 -0
- package/dist/browser/api/snapshots/index.d.ts +3 -0
- package/dist/browser/api/snapshots/index.js +4 -0
- package/dist/browser/api/snapshots/index.js.map +1 -0
- package/dist/browser/api/snapshots/operations.d.ts +35 -0
- package/dist/browser/api/snapshots/operations.js +176 -0
- package/dist/browser/api/snapshots/operations.js.map +1 -0
- package/dist/browser/api/snapshots/options.d.ts +20 -0
- package/dist/browser/api/snapshots/options.js +4 -0
- package/dist/browser/api/snapshots/options.js.map +1 -0
- package/dist/browser/api/trustedAccessRoleBindings/index.d.ts +3 -0
- package/dist/browser/api/trustedAccessRoleBindings/index.js +4 -0
- package/dist/browser/api/trustedAccessRoleBindings/index.js.map +1 -0
- package/dist/browser/api/trustedAccessRoleBindings/operations.d.ts +28 -0
- package/dist/browser/api/trustedAccessRoleBindings/operations.js +136 -0
- package/dist/browser/api/trustedAccessRoleBindings/operations.js.map +1 -0
- package/dist/browser/api/trustedAccessRoleBindings/options.d.ts +18 -0
- package/dist/browser/api/trustedAccessRoleBindings/options.js +4 -0
- package/dist/browser/api/trustedAccessRoleBindings/options.js.map +1 -0
- package/dist/browser/api/trustedAccessRoles/index.d.ts +3 -0
- package/dist/browser/api/trustedAccessRoles/index.js +4 -0
- package/dist/browser/api/trustedAccessRoles/index.js.map +1 -0
- package/dist/browser/api/trustedAccessRoles/operations.d.ts +10 -0
- package/dist/browser/api/trustedAccessRoles/operations.js +33 -0
- package/dist/browser/api/trustedAccessRoles/operations.js.map +1 -0
- package/dist/browser/api/trustedAccessRoles/options.d.ts +5 -0
- package/dist/browser/api/trustedAccessRoles/options.js +4 -0
- package/dist/browser/api/trustedAccessRoles/options.js.map +1 -0
- package/dist/browser/classic/agentPools/index.d.ts +54 -0
- package/dist/browser/classic/agentPools/index.js +63 -0
- package/dist/browser/classic/agentPools/index.js.map +1 -0
- package/dist/browser/classic/index.d.ts +13 -0
- package/dist/browser/classic/index.js +4 -0
- package/dist/browser/classic/index.js.map +1 -0
- package/dist/browser/classic/machines/index.d.ts +13 -0
- package/dist/browser/classic/machines/index.js +15 -0
- package/dist/browser/classic/machines/index.js.map +1 -0
- package/dist/browser/classic/maintenanceConfigurations/index.d.ts +22 -0
- package/dist/browser/classic/maintenanceConfigurations/index.js +17 -0
- package/dist/browser/classic/maintenanceConfigurations/index.js.map +1 -0
- package/dist/browser/classic/managedClusters/index.d.ts +112 -0
- package/dist/browser/classic/managedClusters/index.js +128 -0
- package/dist/browser/classic/managedClusters/index.js.map +1 -0
- package/dist/browser/classic/managedNamespaces/index.d.ts +36 -0
- package/dist/browser/classic/managedNamespaces/index.js +36 -0
- package/dist/browser/classic/managedNamespaces/index.js.map +1 -0
- package/dist/browser/classic/operations/index.d.ts +11 -0
- package/dist/browser/classic/operations/index.js +14 -0
- package/dist/browser/classic/operations/index.js.map +1 -0
- package/dist/browser/classic/privateEndpointConnections/index.d.ts +27 -0
- package/dist/browser/classic/privateEndpointConnections/index.js +26 -0
- package/dist/browser/classic/privateEndpointConnections/index.js.map +1 -0
- package/dist/browser/classic/privateLinkResources/index.d.ts +10 -0
- package/dist/browser/classic/privateLinkResources/index.js +14 -0
- package/dist/browser/classic/privateLinkResources/index.js.map +1 -0
- package/dist/browser/classic/resolvePrivateLinkServiceId/index.d.ts +10 -0
- package/dist/browser/classic/resolvePrivateLinkServiceId/index.js +14 -0
- package/dist/browser/classic/resolvePrivateLinkServiceId/index.js.map +1 -0
- package/dist/browser/classic/snapshots/index.d.ts +26 -0
- package/dist/browser/classic/snapshots/index.js +19 -0
- package/dist/browser/classic/snapshots/index.js.map +1 -0
- package/dist/browser/classic/trustedAccessRoleBindings/index.d.ts +32 -0
- package/dist/browser/classic/trustedAccessRoleBindings/index.js +34 -0
- package/dist/browser/classic/trustedAccessRoleBindings/index.js.map +1 -0
- package/dist/browser/classic/trustedAccessRoles/index.d.ts +11 -0
- package/dist/browser/classic/trustedAccessRoles/index.js +14 -0
- package/dist/browser/classic/trustedAccessRoles/index.js.map +1 -0
- package/dist/browser/containerServiceClient.d.ts +46 -36
- package/dist/browser/containerServiceClient.js +66 -126
- package/dist/browser/containerServiceClient.js.map +1 -1
- package/dist/browser/index.d.ts +25 -3
- package/dist/browser/index.js +4 -6
- package/dist/browser/index.js.map +1 -1
- package/dist/browser/logger.d.ts +2 -0
- package/dist/browser/logger.js +5 -0
- package/dist/browser/logger.js.map +1 -0
- package/dist/browser/models/index.d.ts +2 -5544
- package/dist/browser/models/index.js +1 -852
- package/dist/browser/models/index.js.map +1 -1
- package/dist/browser/models/models.d.ts +3838 -0
- package/dist/browser/models/models.js +4784 -0
- package/dist/browser/models/models.js.map +1 -0
- package/dist/browser/restorePollerHelpers.d.ts +21 -0
- package/dist/browser/restorePollerHelpers.js +142 -0
- package/dist/browser/restorePollerHelpers.js.map +1 -0
- package/dist/browser/static-helpers/cloudSettingHelpers.d.ts +22 -0
- package/dist/browser/static-helpers/cloudSettingHelpers.js +38 -0
- package/dist/browser/static-helpers/cloudSettingHelpers.js.map +1 -0
- package/dist/browser/static-helpers/pagingHelpers.d.ts +74 -0
- package/dist/browser/static-helpers/pagingHelpers.js +143 -0
- package/dist/browser/static-helpers/pagingHelpers.js.map +1 -0
- package/dist/browser/static-helpers/pollingHelpers.d.ts +34 -0
- package/dist/browser/static-helpers/pollingHelpers.js +95 -0
- package/dist/browser/static-helpers/pollingHelpers.js.map +1 -0
- package/dist/browser/static-helpers/serialization/check-prop-undefined.d.ts +8 -0
- package/dist/browser/static-helpers/serialization/check-prop-undefined.js +17 -0
- package/dist/browser/static-helpers/serialization/check-prop-undefined.js.map +1 -0
- package/dist/browser/static-helpers/simplePollerHelpers.d.ts +73 -0
- package/dist/browser/static-helpers/simplePollerHelpers.js +44 -0
- package/dist/browser/static-helpers/simplePollerHelpers.js.map +1 -0
- package/dist/browser/static-helpers/urlTemplate.d.ts +5 -0
- package/dist/browser/static-helpers/urlTemplate.js +200 -0
- package/dist/browser/static-helpers/urlTemplate.js.map +1 -0
- package/dist/commonjs/api/agentPools/index.d.ts +3 -0
- package/dist/commonjs/api/agentPools/index.js +43 -0
- package/dist/commonjs/api/agentPools/index.js.map +7 -0
- package/dist/commonjs/api/agentPools/operations.d.ts +48 -0
- package/dist/commonjs/api/agentPools/operations.js +444 -0
- package/dist/commonjs/api/agentPools/operations.js.map +7 -0
- package/dist/commonjs/api/agentPools/options.d.ts +47 -0
- package/dist/commonjs/api/agentPools/options.js +15 -0
- package/dist/commonjs/api/agentPools/options.js.map +7 -0
- package/dist/commonjs/api/containerServiceContext.d.ts +22 -0
- package/dist/commonjs/api/containerServiceContext.js +44 -0
- package/dist/commonjs/api/containerServiceContext.js.map +7 -0
- package/dist/commonjs/api/index.d.ts +3 -0
- package/dist/commonjs/api/index.js +27 -0
- package/dist/commonjs/api/index.js.map +7 -0
- package/dist/commonjs/api/machines/index.d.ts +3 -0
- package/dist/commonjs/api/machines/index.js +29 -0
- package/dist/commonjs/api/machines/index.js.map +7 -0
- package/dist/commonjs/api/machines/operations.d.ts +14 -0
- package/dist/commonjs/api/machines/operations.js +117 -0
- package/dist/commonjs/api/machines/operations.js.map +7 -0
- package/dist/commonjs/api/machines/options.d.ts +8 -0
- package/dist/commonjs/api/machines/options.js +15 -0
- package/dist/commonjs/api/machines/options.js.map +7 -0
- package/dist/commonjs/api/maintenanceConfigurations/index.d.ts +3 -0
- package/dist/commonjs/api/maintenanceConfigurations/index.js +33 -0
- package/dist/commonjs/api/maintenanceConfigurations/index.js.map +7 -0
- package/dist/commonjs/api/maintenanceConfigurations/operations.d.ts +27 -0
- package/dist/commonjs/api/maintenanceConfigurations/operations.js +190 -0
- package/dist/commonjs/api/maintenanceConfigurations/operations.js.map +7 -0
- package/dist/commonjs/api/maintenanceConfigurations/options.d.ts +14 -0
- package/dist/commonjs/api/maintenanceConfigurations/options.js +15 -0
- package/dist/commonjs/api/maintenanceConfigurations/options.js.map +7 -0
- package/dist/commonjs/api/managedClusters/index.d.ts +3 -0
- package/dist/commonjs/api/managedClusters/index.js +77 -0
- package/dist/commonjs/api/managedClusters/index.js.map +7 -0
- package/dist/commonjs/api/managedClusters/operations.d.ts +116 -0
- package/dist/commonjs/api/managedClusters/operations.js +1150 -0
- package/dist/commonjs/api/managedClusters/operations.js.map +7 -0
- package/dist/commonjs/api/managedClusters/options.d.ts +119 -0
- package/dist/commonjs/api/managedClusters/options.js +15 -0
- package/dist/commonjs/api/managedClusters/options.js.map +7 -0
- package/dist/commonjs/api/managedNamespaces/index.d.ts +3 -0
- package/dist/commonjs/api/managedNamespaces/index.js +37 -0
- package/dist/commonjs/api/managedNamespaces/index.js.map +7 -0
- package/dist/commonjs/api/managedNamespaces/operations.d.ts +36 -0
- package/dist/commonjs/api/managedNamespaces/operations.js +298 -0
- package/dist/commonjs/api/managedNamespaces/operations.js.map +7 -0
- package/dist/commonjs/api/managedNamespaces/options.d.ts +24 -0
- package/dist/commonjs/api/managedNamespaces/options.js +15 -0
- package/dist/commonjs/api/managedNamespaces/options.js.map +7 -0
- package/dist/commonjs/api/operations/index.d.ts +3 -0
- package/dist/commonjs/api/operations/index.js +27 -0
- package/dist/commonjs/api/operations/index.js.map +7 -0
- package/dist/commonjs/api/operations/operations.d.ts +10 -0
- package/dist/commonjs/api/operations/operations.js +67 -0
- package/dist/commonjs/api/operations/operations.js.map +7 -0
- package/dist/commonjs/api/operations/options.d.ts +5 -0
- package/dist/commonjs/api/operations/options.js +15 -0
- package/dist/commonjs/api/operations/options.js.map +7 -0
- package/dist/commonjs/api/privateEndpointConnections/index.d.ts +3 -0
- package/dist/commonjs/api/privateEndpointConnections/index.js +33 -0
- package/dist/commonjs/api/privateEndpointConnections/index.js.map +7 -0
- package/dist/commonjs/api/privateEndpointConnections/operations.d.ts +27 -0
- package/dist/commonjs/api/privateEndpointConnections/operations.js +202 -0
- package/dist/commonjs/api/privateEndpointConnections/operations.js.map +7 -0
- package/dist/commonjs/api/privateEndpointConnections/options.d.ts +16 -0
- package/dist/commonjs/api/privateEndpointConnections/options.js +15 -0
- package/dist/commonjs/api/privateEndpointConnections/options.js.map +7 -0
- package/dist/commonjs/api/privateLinkResources/index.d.ts +3 -0
- package/dist/commonjs/api/privateLinkResources/index.js +27 -0
- package/dist/commonjs/api/privateLinkResources/index.js.map +7 -0
- package/dist/commonjs/api/privateLinkResources/operations.d.ts +9 -0
- package/dist/commonjs/api/privateLinkResources/operations.js +64 -0
- package/dist/commonjs/api/privateLinkResources/operations.js.map +7 -0
- package/dist/commonjs/api/privateLinkResources/options.d.ts +5 -0
- package/dist/commonjs/api/privateLinkResources/options.js +15 -0
- package/dist/commonjs/api/privateLinkResources/options.js.map +7 -0
- package/dist/commonjs/api/resolvePrivateLinkServiceId/index.d.ts +3 -0
- package/dist/commonjs/api/resolvePrivateLinkServiceId/index.js +27 -0
- package/dist/commonjs/api/resolvePrivateLinkServiceId/index.js.map +7 -0
- package/dist/commonjs/api/resolvePrivateLinkServiceId/operations.d.ts +9 -0
- package/dist/commonjs/api/resolvePrivateLinkServiceId/operations.js +66 -0
- package/dist/commonjs/api/resolvePrivateLinkServiceId/operations.js.map +7 -0
- package/dist/commonjs/api/resolvePrivateLinkServiceId/options.d.ts +5 -0
- package/dist/commonjs/api/resolvePrivateLinkServiceId/options.js +15 -0
- package/dist/commonjs/api/resolvePrivateLinkServiceId/options.js.map +7 -0
- package/dist/commonjs/api/snapshots/index.d.ts +3 -0
- package/dist/commonjs/api/snapshots/index.js +37 -0
- package/dist/commonjs/api/snapshots/index.js.map +7 -0
- package/dist/commonjs/api/snapshots/operations.d.ts +35 -0
- package/dist/commonjs/api/snapshots/operations.js +270 -0
- package/dist/commonjs/api/snapshots/operations.js.map +7 -0
- package/dist/commonjs/api/snapshots/options.d.ts +20 -0
- package/dist/commonjs/api/snapshots/options.js +15 -0
- package/dist/commonjs/api/snapshots/options.js.map +7 -0
- package/dist/commonjs/api/trustedAccessRoleBindings/index.d.ts +3 -0
- package/dist/commonjs/api/trustedAccessRoleBindings/index.js +33 -0
- package/dist/commonjs/api/trustedAccessRoleBindings/index.js.map +7 -0
- package/dist/commonjs/api/trustedAccessRoleBindings/operations.d.ts +28 -0
- package/dist/commonjs/api/trustedAccessRoleBindings/operations.js +207 -0
- package/dist/commonjs/api/trustedAccessRoleBindings/operations.js.map +7 -0
- package/dist/commonjs/api/trustedAccessRoleBindings/options.d.ts +18 -0
- package/dist/commonjs/api/trustedAccessRoleBindings/options.js +15 -0
- package/dist/commonjs/api/trustedAccessRoleBindings/options.js.map +7 -0
- package/dist/commonjs/api/trustedAccessRoles/index.d.ts +3 -0
- package/dist/commonjs/api/trustedAccessRoles/index.js +27 -0
- package/dist/commonjs/api/trustedAccessRoles/index.js.map +7 -0
- package/dist/commonjs/api/trustedAccessRoles/operations.d.ts +10 -0
- package/dist/commonjs/api/trustedAccessRoles/operations.js +69 -0
- package/dist/commonjs/api/trustedAccessRoles/operations.js.map +7 -0
- package/dist/commonjs/api/trustedAccessRoles/options.d.ts +5 -0
- package/dist/commonjs/api/trustedAccessRoles/options.js +15 -0
- package/dist/commonjs/api/trustedAccessRoles/options.js.map +7 -0
- package/dist/commonjs/classic/agentPools/index.d.ts +54 -0
- package/dist/commonjs/classic/agentPools/index.js +138 -0
- package/dist/commonjs/classic/agentPools/index.js.map +7 -0
- package/dist/commonjs/classic/index.d.ts +13 -0
- package/dist/commonjs/classic/index.js +15 -0
- package/dist/commonjs/classic/index.js.map +7 -0
- package/dist/commonjs/classic/machines/index.d.ts +13 -0
- package/dist/commonjs/classic/machines/index.js +38 -0
- package/dist/commonjs/classic/machines/index.js.map +7 -0
- package/dist/commonjs/classic/maintenanceConfigurations/index.d.ts +22 -0
- package/dist/commonjs/classic/maintenanceConfigurations/index.js +40 -0
- package/dist/commonjs/classic/maintenanceConfigurations/index.js.map +7 -0
- package/dist/commonjs/classic/managedClusters/index.d.ts +112 -0
- package/dist/commonjs/classic/managedClusters/index.js +173 -0
- package/dist/commonjs/classic/managedClusters/index.js.map +7 -0
- package/dist/commonjs/classic/managedNamespaces/index.d.ts +36 -0
- package/dist/commonjs/classic/managedNamespaces/index.js +86 -0
- package/dist/commonjs/classic/managedNamespaces/index.js.map +7 -0
- package/dist/commonjs/classic/operations/index.d.ts +11 -0
- package/dist/commonjs/classic/operations/index.js +37 -0
- package/dist/commonjs/classic/operations/index.js.map +7 -0
- package/dist/commonjs/classic/privateEndpointConnections/index.d.ts +27 -0
- package/dist/commonjs/classic/privateEndpointConnections/index.js +68 -0
- package/dist/commonjs/classic/privateEndpointConnections/index.js.map +7 -0
- package/dist/commonjs/classic/privateLinkResources/index.d.ts +10 -0
- package/dist/commonjs/classic/privateLinkResources/index.js +37 -0
- package/dist/commonjs/classic/privateLinkResources/index.js.map +7 -0
- package/dist/commonjs/classic/resolvePrivateLinkServiceId/index.d.ts +10 -0
- package/dist/commonjs/classic/resolvePrivateLinkServiceId/index.js +37 -0
- package/dist/commonjs/classic/resolvePrivateLinkServiceId/index.js.map +7 -0
- package/dist/commonjs/classic/snapshots/index.d.ts +26 -0
- package/dist/commonjs/classic/snapshots/index.js +42 -0
- package/dist/commonjs/classic/snapshots/index.js.map +7 -0
- package/dist/commonjs/classic/trustedAccessRoleBindings/index.d.ts +32 -0
- package/dist/commonjs/classic/trustedAccessRoleBindings/index.js +90 -0
- package/dist/commonjs/classic/trustedAccessRoleBindings/index.js.map +7 -0
- package/dist/commonjs/classic/trustedAccessRoles/index.d.ts +11 -0
- package/dist/commonjs/classic/trustedAccessRoles/index.js +37 -0
- package/dist/commonjs/classic/trustedAccessRoles/index.js.map +7 -0
- package/dist/commonjs/containerServiceClient.d.ts +46 -36
- package/dist/commonjs/containerServiceClient.js +95 -140
- package/dist/commonjs/containerServiceClient.js.map +7 -1
- package/dist/commonjs/index.d.ts +25 -3
- package/dist/commonjs/index.js +172 -16
- package/dist/commonjs/index.js.map +7 -1
- package/dist/commonjs/logger.d.ts +2 -0
- package/dist/commonjs/logger.js +28 -0
- package/dist/commonjs/logger.js.map +7 -0
- package/dist/commonjs/models/index.d.ts +2 -5544
- package/dist/commonjs/models/index.js +163 -859
- package/dist/commonjs/models/index.js.map +7 -1
- package/dist/commonjs/models/models.d.ts +3838 -0
- package/dist/commonjs/models/models.js +4634 -0
- package/dist/commonjs/models/models.js.map +7 -0
- package/dist/commonjs/restorePollerHelpers.d.ts +21 -0
- package/dist/commonjs/restorePollerHelpers.js +154 -0
- package/dist/commonjs/restorePollerHelpers.js.map +7 -0
- package/dist/commonjs/static-helpers/cloudSettingHelpers.d.ts +22 -0
- package/dist/commonjs/static-helpers/cloudSettingHelpers.js +51 -0
- package/dist/commonjs/static-helpers/cloudSettingHelpers.js.map +7 -0
- package/dist/commonjs/static-helpers/pagingHelpers.d.ts +74 -0
- package/dist/commonjs/static-helpers/pagingHelpers.js +142 -0
- package/dist/commonjs/static-helpers/pagingHelpers.js.map +7 -0
- package/dist/commonjs/static-helpers/pollingHelpers.d.ts +34 -0
- package/dist/commonjs/static-helpers/pollingHelpers.js +100 -0
- package/dist/commonjs/static-helpers/pollingHelpers.js.map +7 -0
- package/dist/commonjs/static-helpers/serialization/check-prop-undefined.d.ts +8 -0
- package/dist/commonjs/static-helpers/serialization/check-prop-undefined.js +34 -0
- package/dist/commonjs/static-helpers/serialization/check-prop-undefined.js.map +7 -0
- package/dist/commonjs/static-helpers/simplePollerHelpers.d.ts +73 -0
- package/dist/commonjs/static-helpers/simplePollerHelpers.js +66 -0
- package/dist/commonjs/static-helpers/simplePollerHelpers.js.map +7 -0
- package/dist/commonjs/static-helpers/urlTemplate.d.ts +5 -0
- package/dist/commonjs/static-helpers/urlTemplate.js +196 -0
- package/dist/commonjs/static-helpers/urlTemplate.js.map +7 -0
- package/dist/commonjs/tsdoc-metadata.json +1 -1
- package/dist/esm/api/agentPools/index.d.ts +3 -0
- package/dist/esm/api/agentPools/index.js +22 -0
- package/dist/esm/api/agentPools/index.js.map +7 -0
- package/dist/esm/api/agentPools/operations.d.ts +48 -0
- package/dist/esm/api/agentPools/operations.js +403 -0
- package/dist/esm/api/agentPools/operations.js.map +7 -0
- package/dist/esm/api/agentPools/options.d.ts +47 -0
- package/dist/esm/api/agentPools/options.js +0 -0
- package/dist/esm/api/agentPools/options.js.map +7 -0
- package/dist/esm/api/containerServiceContext.d.ts +22 -0
- package/dist/esm/api/containerServiceContext.js +21 -0
- package/dist/esm/api/containerServiceContext.js.map +7 -0
- package/dist/esm/api/index.d.ts +3 -0
- package/dist/esm/api/index.js +4 -0
- package/dist/esm/api/index.js.map +7 -0
- package/dist/esm/api/machines/index.d.ts +3 -0
- package/dist/esm/api/machines/index.js +5 -0
- package/dist/esm/api/machines/index.js.map +7 -0
- package/dist/esm/api/machines/operations.d.ts +14 -0
- package/dist/esm/api/machines/operations.js +93 -0
- package/dist/esm/api/machines/operations.js.map +7 -0
- package/dist/esm/api/machines/options.d.ts +8 -0
- package/dist/esm/api/machines/options.js +0 -0
- package/dist/esm/api/machines/options.js.map +7 -0
- package/dist/esm/api/maintenanceConfigurations/index.d.ts +3 -0
- package/dist/esm/api/maintenanceConfigurations/index.js +7 -0
- package/dist/esm/api/maintenanceConfigurations/index.js.map +7 -0
- package/dist/esm/api/maintenanceConfigurations/operations.d.ts +27 -0
- package/dist/esm/api/maintenanceConfigurations/operations.js +161 -0
- package/dist/esm/api/maintenanceConfigurations/operations.js.map +7 -0
- package/dist/esm/api/maintenanceConfigurations/options.d.ts +14 -0
- package/dist/esm/api/maintenanceConfigurations/options.js +0 -0
- package/dist/esm/api/maintenanceConfigurations/options.js.map +7 -0
- package/dist/esm/api/managedClusters/index.d.ts +3 -0
- package/dist/esm/api/managedClusters/index.js +56 -0
- package/dist/esm/api/managedClusters/index.js.map +7 -0
- package/dist/esm/api/managedClusters/operations.d.ts +116 -0
- package/dist/esm/api/managedClusters/operations.js +1069 -0
- package/dist/esm/api/managedClusters/operations.js.map +7 -0
- package/dist/esm/api/managedClusters/options.d.ts +119 -0
- package/dist/esm/api/managedClusters/options.js +0 -0
- package/dist/esm/api/managedClusters/options.js.map +7 -0
- package/dist/esm/api/managedNamespaces/index.d.ts +3 -0
- package/dist/esm/api/managedNamespaces/index.js +16 -0
- package/dist/esm/api/managedNamespaces/index.js.map +7 -0
- package/dist/esm/api/managedNamespaces/operations.d.ts +36 -0
- package/dist/esm/api/managedNamespaces/operations.js +265 -0
- package/dist/esm/api/managedNamespaces/operations.js.map +7 -0
- package/dist/esm/api/managedNamespaces/options.d.ts +24 -0
- package/dist/esm/api/managedNamespaces/options.js +0 -0
- package/dist/esm/api/managedNamespaces/options.js.map +7 -0
- package/dist/esm/api/operations/index.d.ts +3 -0
- package/dist/esm/api/operations/index.js +4 -0
- package/dist/esm/api/operations/index.js.map +7 -0
- package/dist/esm/api/operations/operations.d.ts +10 -0
- package/dist/esm/api/operations/operations.js +45 -0
- package/dist/esm/api/operations/operations.js.map +7 -0
- package/dist/esm/api/operations/options.d.ts +5 -0
- package/dist/esm/api/operations/options.js +0 -0
- package/dist/esm/api/operations/options.js.map +7 -0
- package/dist/esm/api/privateEndpointConnections/index.d.ts +3 -0
- package/dist/esm/api/privateEndpointConnections/index.js +7 -0
- package/dist/esm/api/privateEndpointConnections/index.js.map +7 -0
- package/dist/esm/api/privateEndpointConnections/operations.d.ts +27 -0
- package/dist/esm/api/privateEndpointConnections/operations.js +173 -0
- package/dist/esm/api/privateEndpointConnections/operations.js.map +7 -0
- package/dist/esm/api/privateEndpointConnections/options.d.ts +16 -0
- package/dist/esm/api/privateEndpointConnections/options.js +0 -0
- package/dist/esm/api/privateEndpointConnections/options.js.map +7 -0
- package/dist/esm/api/privateLinkResources/index.d.ts +3 -0
- package/dist/esm/api/privateLinkResources/index.js +4 -0
- package/dist/esm/api/privateLinkResources/index.js.map +7 -0
- package/dist/esm/api/privateLinkResources/operations.d.ts +9 -0
- package/dist/esm/api/privateLinkResources/operations.js +42 -0
- package/dist/esm/api/privateLinkResources/operations.js.map +7 -0
- package/dist/esm/api/privateLinkResources/options.d.ts +5 -0
- package/dist/esm/api/privateLinkResources/options.js +0 -0
- package/dist/esm/api/privateLinkResources/options.js.map +7 -0
- package/dist/esm/api/resolvePrivateLinkServiceId/index.d.ts +3 -0
- package/dist/esm/api/resolvePrivateLinkServiceId/index.js +4 -0
- package/dist/esm/api/resolvePrivateLinkServiceId/index.js.map +7 -0
- package/dist/esm/api/resolvePrivateLinkServiceId/operations.d.ts +9 -0
- package/dist/esm/api/resolvePrivateLinkServiceId/operations.js +45 -0
- package/dist/esm/api/resolvePrivateLinkServiceId/operations.js.map +7 -0
- package/dist/esm/api/resolvePrivateLinkServiceId/options.d.ts +5 -0
- package/dist/esm/api/resolvePrivateLinkServiceId/options.js +0 -0
- package/dist/esm/api/resolvePrivateLinkServiceId/options.js.map +7 -0
- package/dist/esm/api/snapshots/index.d.ts +3 -0
- package/dist/esm/api/snapshots/index.js +16 -0
- package/dist/esm/api/snapshots/index.js.map +7 -0
- package/dist/esm/api/snapshots/operations.d.ts +35 -0
- package/dist/esm/api/snapshots/operations.js +236 -0
- package/dist/esm/api/snapshots/operations.js.map +7 -0
- package/dist/esm/api/snapshots/options.d.ts +20 -0
- package/dist/esm/api/snapshots/options.js +0 -0
- package/dist/esm/api/snapshots/options.js.map +7 -0
- package/dist/esm/api/trustedAccessRoleBindings/index.d.ts +3 -0
- package/dist/esm/api/trustedAccessRoleBindings/index.js +7 -0
- package/dist/esm/api/trustedAccessRoleBindings/index.js.map +7 -0
- package/dist/esm/api/trustedAccessRoleBindings/operations.d.ts +28 -0
- package/dist/esm/api/trustedAccessRoleBindings/operations.js +178 -0
- package/dist/esm/api/trustedAccessRoleBindings/operations.js.map +7 -0
- package/dist/esm/api/trustedAccessRoleBindings/options.d.ts +18 -0
- package/dist/esm/api/trustedAccessRoleBindings/options.js +0 -0
- package/dist/esm/api/trustedAccessRoleBindings/options.js.map +7 -0
- package/dist/esm/api/trustedAccessRoles/index.d.ts +3 -0
- package/dist/esm/api/trustedAccessRoles/index.js +4 -0
- package/dist/esm/api/trustedAccessRoles/index.js.map +7 -0
- package/dist/esm/api/trustedAccessRoles/operations.d.ts +10 -0
- package/dist/esm/api/trustedAccessRoles/operations.js +47 -0
- package/dist/esm/api/trustedAccessRoles/operations.js.map +7 -0
- package/dist/esm/api/trustedAccessRoles/options.d.ts +5 -0
- package/dist/esm/api/trustedAccessRoles/options.js +0 -0
- package/dist/esm/api/trustedAccessRoles/options.js.map +7 -0
- package/dist/esm/classic/agentPools/index.d.ts +54 -0
- package/dist/esm/classic/agentPools/index.js +125 -0
- package/dist/esm/classic/agentPools/index.js.map +7 -0
- package/dist/esm/classic/index.d.ts +13 -0
- package/dist/esm/classic/index.js +0 -0
- package/dist/esm/classic/index.js.map +7 -0
- package/dist/esm/classic/machines/index.d.ts +13 -0
- package/dist/esm/classic/machines/index.js +15 -0
- package/dist/esm/classic/machines/index.js.map +7 -0
- package/dist/esm/classic/maintenanceConfigurations/index.d.ts +22 -0
- package/dist/esm/classic/maintenanceConfigurations/index.js +22 -0
- package/dist/esm/classic/maintenanceConfigurations/index.js.map +7 -0
- package/dist/esm/classic/managedClusters/index.d.ts +112 -0
- package/dist/esm/classic/managedClusters/index.js +177 -0
- package/dist/esm/classic/managedClusters/index.js.map +7 -0
- package/dist/esm/classic/managedNamespaces/index.d.ts +36 -0
- package/dist/esm/classic/managedNamespaces/index.js +70 -0
- package/dist/esm/classic/managedNamespaces/index.js.map +7 -0
- package/dist/esm/classic/operations/index.d.ts +11 -0
- package/dist/esm/classic/operations/index.js +14 -0
- package/dist/esm/classic/operations/index.js.map +7 -0
- package/dist/esm/classic/privateEndpointConnections/index.d.ts +27 -0
- package/dist/esm/classic/privateEndpointConnections/index.js +45 -0
- package/dist/esm/classic/privateEndpointConnections/index.js.map +7 -0
- package/dist/esm/classic/privateLinkResources/index.d.ts +10 -0
- package/dist/esm/classic/privateLinkResources/index.js +14 -0
- package/dist/esm/classic/privateLinkResources/index.js.map +7 -0
- package/dist/esm/classic/resolvePrivateLinkServiceId/index.d.ts +10 -0
- package/dist/esm/classic/resolvePrivateLinkServiceId/index.js +14 -0
- package/dist/esm/classic/resolvePrivateLinkServiceId/index.js.map +7 -0
- package/dist/esm/classic/snapshots/index.d.ts +26 -0
- package/dist/esm/classic/snapshots/index.js +26 -0
- package/dist/esm/classic/snapshots/index.js.map +7 -0
- package/dist/esm/classic/trustedAccessRoleBindings/index.d.ts +32 -0
- package/dist/esm/classic/trustedAccessRoleBindings/index.js +72 -0
- package/dist/esm/classic/trustedAccessRoleBindings/index.js.map +7 -0
- package/dist/esm/classic/trustedAccessRoles/index.d.ts +11 -0
- package/dist/esm/classic/trustedAccessRoles/index.js +14 -0
- package/dist/esm/classic/trustedAccessRoles/index.js.map +7 -0
- package/dist/esm/containerServiceClient.d.ts +46 -36
- package/dist/esm/containerServiceClient.js +72 -135
- package/dist/esm/containerServiceClient.js.map +7 -1
- package/dist/esm/index.d.ts +25 -3
- package/dist/esm/index.js +148 -10
- package/dist/esm/index.js.map +7 -1
- package/dist/esm/logger.d.ts +2 -0
- package/dist/esm/logger.js +5 -0
- package/dist/esm/logger.js.map +7 -0
- package/dist/esm/models/index.d.ts +2 -5544
- package/dist/esm/models/index.js +142 -855
- package/dist/esm/models/index.js.map +7 -1
- package/dist/esm/models/models.d.ts +3838 -0
- package/dist/esm/models/models.js +4139 -0
- package/dist/esm/models/models.js.map +7 -0
- package/dist/esm/restorePollerHelpers.d.ts +21 -0
- package/dist/esm/restorePollerHelpers.js +155 -0
- package/dist/esm/restorePollerHelpers.js.map +7 -0
- package/dist/esm/static-helpers/cloudSettingHelpers.d.ts +22 -0
- package/dist/esm/static-helpers/cloudSettingHelpers.js +27 -0
- package/dist/esm/static-helpers/cloudSettingHelpers.js.map +7 -0
- package/dist/esm/static-helpers/pagingHelpers.d.ts +74 -0
- package/dist/esm/static-helpers/pagingHelpers.js +119 -0
- package/dist/esm/static-helpers/pagingHelpers.js.map +7 -0
- package/dist/esm/static-helpers/pollingHelpers.d.ts +34 -0
- package/dist/esm/static-helpers/pollingHelpers.js +77 -0
- package/dist/esm/static-helpers/pollingHelpers.js.map +7 -0
- package/dist/esm/static-helpers/serialization/check-prop-undefined.d.ts +8 -0
- package/dist/esm/static-helpers/serialization/check-prop-undefined.js +11 -0
- package/dist/esm/static-helpers/serialization/check-prop-undefined.js.map +7 -0
- package/dist/esm/static-helpers/simplePollerHelpers.d.ts +73 -0
- package/dist/esm/static-helpers/simplePollerHelpers.js +43 -0
- package/dist/esm/static-helpers/simplePollerHelpers.js.map +7 -0
- package/dist/esm/static-helpers/urlTemplate.d.ts +5 -0
- package/dist/esm/static-helpers/urlTemplate.js +173 -0
- package/dist/esm/static-helpers/urlTemplate.js.map +7 -0
- package/dist/react-native/api/agentPools/index.d.ts +3 -0
- package/dist/react-native/api/agentPools/index.js +4 -0
- package/dist/react-native/api/agentPools/index.js.map +1 -0
- package/dist/react-native/api/agentPools/operations.d.ts +48 -0
- package/dist/react-native/api/agentPools/operations.js +305 -0
- package/dist/react-native/api/agentPools/operations.js.map +1 -0
- package/dist/react-native/api/agentPools/options.d.ts +47 -0
- package/dist/react-native/api/agentPools/options.js +4 -0
- package/dist/react-native/api/agentPools/options.js.map +1 -0
- package/dist/react-native/api/containerServiceContext.d.ts +22 -0
- package/dist/react-native/api/containerServiceContext.js +24 -0
- package/dist/react-native/api/containerServiceContext.js.map +1 -0
- package/dist/react-native/api/index.d.ts +3 -0
- package/dist/react-native/api/index.js +4 -0
- package/dist/react-native/api/index.js.map +1 -0
- package/dist/react-native/api/machines/index.d.ts +3 -0
- package/dist/react-native/api/machines/index.js +4 -0
- package/dist/react-native/api/machines/index.js.map +1 -0
- package/dist/react-native/api/machines/operations.d.ts +14 -0
- package/dist/react-native/api/machines/operations.js +65 -0
- package/dist/react-native/api/machines/operations.js.map +1 -0
- package/dist/react-native/api/machines/options.d.ts +8 -0
- package/dist/react-native/api/machines/options.js +4 -0
- package/dist/react-native/api/machines/options.js.map +1 -0
- package/dist/react-native/api/maintenanceConfigurations/index.d.ts +3 -0
- package/dist/react-native/api/maintenanceConfigurations/index.js +4 -0
- package/dist/react-native/api/maintenanceConfigurations/index.js.map +1 -0
- package/dist/react-native/api/maintenanceConfigurations/operations.d.ts +27 -0
- package/dist/react-native/api/maintenanceConfigurations/operations.js +125 -0
- package/dist/react-native/api/maintenanceConfigurations/operations.js.map +1 -0
- package/dist/react-native/api/maintenanceConfigurations/options.d.ts +14 -0
- package/dist/react-native/api/maintenanceConfigurations/options.js +4 -0
- package/dist/react-native/api/maintenanceConfigurations/options.js.map +1 -0
- package/dist/react-native/api/managedClusters/index.d.ts +3 -0
- package/dist/react-native/api/managedClusters/index.js +4 -0
- package/dist/react-native/api/managedClusters/index.js.map +1 -0
- package/dist/react-native/api/managedClusters/operations.d.ts +116 -0
- package/dist/react-native/api/managedClusters/operations.js +806 -0
- package/dist/react-native/api/managedClusters/operations.js.map +1 -0
- package/dist/react-native/api/managedClusters/options.d.ts +119 -0
- package/dist/react-native/api/managedClusters/options.js +4 -0
- package/dist/react-native/api/managedClusters/options.js.map +1 -0
- package/dist/react-native/api/managedNamespaces/index.d.ts +3 -0
- package/dist/react-native/api/managedNamespaces/index.js +4 -0
- package/dist/react-native/api/managedNamespaces/index.js.map +1 -0
- package/dist/react-native/api/managedNamespaces/operations.d.ts +36 -0
- package/dist/react-native/api/managedNamespaces/operations.js +196 -0
- package/dist/react-native/api/managedNamespaces/operations.js.map +1 -0
- package/dist/react-native/api/managedNamespaces/options.d.ts +24 -0
- package/dist/react-native/api/managedNamespaces/options.js +4 -0
- package/dist/react-native/api/managedNamespaces/options.js.map +1 -0
- package/dist/react-native/api/operations/index.d.ts +3 -0
- package/dist/react-native/api/operations/index.js +4 -0
- package/dist/react-native/api/operations/index.js.map +1 -0
- package/dist/react-native/api/operations/operations.d.ts +10 -0
- package/dist/react-native/api/operations/operations.js +31 -0
- package/dist/react-native/api/operations/operations.js.map +1 -0
- package/dist/react-native/api/operations/options.d.ts +5 -0
- package/dist/react-native/api/operations/options.js +4 -0
- package/dist/react-native/api/operations/options.js.map +1 -0
- package/dist/react-native/api/privateEndpointConnections/index.d.ts +3 -0
- package/dist/react-native/api/privateEndpointConnections/index.js +4 -0
- package/dist/react-native/api/privateEndpointConnections/index.js.map +1 -0
- package/dist/react-native/api/privateEndpointConnections/operations.d.ts +27 -0
- package/dist/react-native/api/privateEndpointConnections/operations.js +131 -0
- package/dist/react-native/api/privateEndpointConnections/operations.js.map +1 -0
- package/dist/react-native/api/privateEndpointConnections/options.d.ts +16 -0
- package/dist/react-native/api/privateEndpointConnections/options.js +4 -0
- package/dist/react-native/api/privateEndpointConnections/options.js.map +1 -0
- package/dist/react-native/api/privateLinkResources/index.d.ts +3 -0
- package/dist/react-native/api/privateLinkResources/index.js +4 -0
- package/dist/react-native/api/privateLinkResources/index.js.map +1 -0
- package/dist/react-native/api/privateLinkResources/operations.d.ts +9 -0
- package/dist/react-native/api/privateLinkResources/operations.js +34 -0
- package/dist/react-native/api/privateLinkResources/operations.js.map +1 -0
- package/dist/react-native/api/privateLinkResources/options.d.ts +5 -0
- package/dist/react-native/api/privateLinkResources/options.js +4 -0
- package/dist/react-native/api/privateLinkResources/options.js.map +1 -0
- package/dist/react-native/api/resolvePrivateLinkServiceId/index.d.ts +3 -0
- package/dist/react-native/api/resolvePrivateLinkServiceId/index.js +4 -0
- package/dist/react-native/api/resolvePrivateLinkServiceId/index.js.map +1 -0
- package/dist/react-native/api/resolvePrivateLinkServiceId/operations.d.ts +9 -0
- package/dist/react-native/api/resolvePrivateLinkServiceId/operations.js +36 -0
- package/dist/react-native/api/resolvePrivateLinkServiceId/operations.js.map +1 -0
- package/dist/react-native/api/resolvePrivateLinkServiceId/options.d.ts +5 -0
- package/dist/react-native/api/resolvePrivateLinkServiceId/options.js +4 -0
- package/dist/react-native/api/resolvePrivateLinkServiceId/options.js.map +1 -0
- package/dist/react-native/api/snapshots/index.d.ts +3 -0
- package/dist/react-native/api/snapshots/index.js +4 -0
- package/dist/react-native/api/snapshots/index.js.map +1 -0
- package/dist/react-native/api/snapshots/operations.d.ts +35 -0
- package/dist/react-native/api/snapshots/operations.js +176 -0
- package/dist/react-native/api/snapshots/operations.js.map +1 -0
- package/dist/react-native/api/snapshots/options.d.ts +20 -0
- package/dist/react-native/api/snapshots/options.js +4 -0
- package/dist/react-native/api/snapshots/options.js.map +1 -0
- package/dist/react-native/api/trustedAccessRoleBindings/index.d.ts +3 -0
- package/dist/react-native/api/trustedAccessRoleBindings/index.js +4 -0
- package/dist/react-native/api/trustedAccessRoleBindings/index.js.map +1 -0
- package/dist/react-native/api/trustedAccessRoleBindings/operations.d.ts +28 -0
- package/dist/react-native/api/trustedAccessRoleBindings/operations.js +136 -0
- package/dist/react-native/api/trustedAccessRoleBindings/operations.js.map +1 -0
- package/dist/react-native/api/trustedAccessRoleBindings/options.d.ts +18 -0
- package/dist/react-native/api/trustedAccessRoleBindings/options.js +4 -0
- package/dist/react-native/api/trustedAccessRoleBindings/options.js.map +1 -0
- package/dist/react-native/api/trustedAccessRoles/index.d.ts +3 -0
- package/dist/react-native/api/trustedAccessRoles/index.js +4 -0
- package/dist/react-native/api/trustedAccessRoles/index.js.map +1 -0
- package/dist/react-native/api/trustedAccessRoles/operations.d.ts +10 -0
- package/dist/react-native/api/trustedAccessRoles/operations.js +33 -0
- package/dist/react-native/api/trustedAccessRoles/operations.js.map +1 -0
- package/dist/react-native/api/trustedAccessRoles/options.d.ts +5 -0
- package/dist/react-native/api/trustedAccessRoles/options.js +4 -0
- package/dist/react-native/api/trustedAccessRoles/options.js.map +1 -0
- package/dist/react-native/classic/agentPools/index.d.ts +54 -0
- package/dist/react-native/classic/agentPools/index.js +63 -0
- package/dist/react-native/classic/agentPools/index.js.map +1 -0
- package/dist/react-native/classic/index.d.ts +13 -0
- package/dist/react-native/classic/index.js +4 -0
- package/dist/react-native/classic/index.js.map +1 -0
- package/dist/react-native/classic/machines/index.d.ts +13 -0
- package/dist/react-native/classic/machines/index.js +15 -0
- package/dist/react-native/classic/machines/index.js.map +1 -0
- package/dist/react-native/classic/maintenanceConfigurations/index.d.ts +22 -0
- package/dist/react-native/classic/maintenanceConfigurations/index.js +17 -0
- package/dist/react-native/classic/maintenanceConfigurations/index.js.map +1 -0
- package/dist/react-native/classic/managedClusters/index.d.ts +112 -0
- package/dist/react-native/classic/managedClusters/index.js +128 -0
- package/dist/react-native/classic/managedClusters/index.js.map +1 -0
- package/dist/react-native/classic/managedNamespaces/index.d.ts +36 -0
- package/dist/react-native/classic/managedNamespaces/index.js +36 -0
- package/dist/react-native/classic/managedNamespaces/index.js.map +1 -0
- package/dist/react-native/classic/operations/index.d.ts +11 -0
- package/dist/react-native/classic/operations/index.js +14 -0
- package/dist/react-native/classic/operations/index.js.map +1 -0
- package/dist/react-native/classic/privateEndpointConnections/index.d.ts +27 -0
- package/dist/react-native/classic/privateEndpointConnections/index.js +26 -0
- package/dist/react-native/classic/privateEndpointConnections/index.js.map +1 -0
- package/dist/react-native/classic/privateLinkResources/index.d.ts +10 -0
- package/dist/react-native/classic/privateLinkResources/index.js +14 -0
- package/dist/react-native/classic/privateLinkResources/index.js.map +1 -0
- package/dist/react-native/classic/resolvePrivateLinkServiceId/index.d.ts +10 -0
- package/dist/react-native/classic/resolvePrivateLinkServiceId/index.js +14 -0
- package/dist/react-native/classic/resolvePrivateLinkServiceId/index.js.map +1 -0
- package/dist/react-native/classic/snapshots/index.d.ts +26 -0
- package/dist/react-native/classic/snapshots/index.js +19 -0
- package/dist/react-native/classic/snapshots/index.js.map +1 -0
- package/dist/react-native/classic/trustedAccessRoleBindings/index.d.ts +32 -0
- package/dist/react-native/classic/trustedAccessRoleBindings/index.js +34 -0
- package/dist/react-native/classic/trustedAccessRoleBindings/index.js.map +1 -0
- package/dist/react-native/classic/trustedAccessRoles/index.d.ts +11 -0
- package/dist/react-native/classic/trustedAccessRoles/index.js +14 -0
- package/dist/react-native/classic/trustedAccessRoles/index.js.map +1 -0
- package/dist/react-native/containerServiceClient.d.ts +46 -36
- package/dist/react-native/containerServiceClient.js +66 -126
- package/dist/react-native/containerServiceClient.js.map +1 -1
- package/dist/react-native/index.d.ts +25 -3
- package/dist/react-native/index.js +4 -6
- package/dist/react-native/index.js.map +1 -1
- package/dist/react-native/logger.d.ts +2 -0
- package/dist/react-native/logger.js +5 -0
- package/dist/react-native/logger.js.map +1 -0
- package/dist/react-native/models/index.d.ts +2 -5544
- package/dist/react-native/models/index.js +1 -852
- package/dist/react-native/models/index.js.map +1 -1
- package/dist/react-native/models/models.d.ts +3838 -0
- package/dist/react-native/models/models.js +4784 -0
- package/dist/react-native/models/models.js.map +1 -0
- package/dist/react-native/restorePollerHelpers.d.ts +21 -0
- package/dist/react-native/restorePollerHelpers.js +142 -0
- package/dist/react-native/restorePollerHelpers.js.map +1 -0
- package/dist/react-native/static-helpers/cloudSettingHelpers.d.ts +22 -0
- package/dist/react-native/static-helpers/cloudSettingHelpers.js +38 -0
- package/dist/react-native/static-helpers/cloudSettingHelpers.js.map +1 -0
- package/dist/react-native/static-helpers/pagingHelpers.d.ts +74 -0
- package/dist/react-native/static-helpers/pagingHelpers.js +143 -0
- package/dist/react-native/static-helpers/pagingHelpers.js.map +1 -0
- package/dist/react-native/static-helpers/pollingHelpers.d.ts +34 -0
- package/dist/react-native/static-helpers/pollingHelpers.js +95 -0
- package/dist/react-native/static-helpers/pollingHelpers.js.map +1 -0
- package/dist/react-native/static-helpers/serialization/check-prop-undefined.d.ts +8 -0
- package/dist/react-native/static-helpers/serialization/check-prop-undefined.js +17 -0
- package/dist/react-native/static-helpers/serialization/check-prop-undefined.js.map +1 -0
- package/dist/react-native/static-helpers/simplePollerHelpers.d.ts +73 -0
- package/dist/react-native/static-helpers/simplePollerHelpers.js +44 -0
- package/dist/react-native/static-helpers/simplePollerHelpers.js.map +1 -0
- package/dist/react-native/static-helpers/urlTemplate.d.ts +5 -0
- package/dist/react-native/static-helpers/urlTemplate.js +200 -0
- package/dist/react-native/static-helpers/urlTemplate.js.map +1 -0
- package/package.json +335 -95
- package/dist/browser/containerServiceClient.d.ts.map +0 -1
- package/dist/browser/index.d.ts.map +0 -1
- package/dist/browser/lroImpl.d.ts +0 -11
- package/dist/browser/lroImpl.d.ts.map +0 -1
- package/dist/browser/lroImpl.js +0 -20
- package/dist/browser/lroImpl.js.map +0 -1
- package/dist/browser/models/index.d.ts.map +0 -1
- package/dist/browser/models/mappers.d.ts +0 -281
- package/dist/browser/models/mappers.d.ts.map +0 -1
- package/dist/browser/models/mappers.js +0 -9121
- package/dist/browser/models/mappers.js.map +0 -1
- package/dist/browser/models/parameters.d.ts +0 -51
- package/dist/browser/models/parameters.d.ts.map +0 -1
- package/dist/browser/models/parameters.js +0 -436
- package/dist/browser/models/parameters.js.map +0 -1
- package/dist/browser/operations/agentPools.d.ts +0 -172
- package/dist/browser/operations/agentPools.d.ts.map +0 -1
- package/dist/browser/operations/agentPools.js +0 -789
- package/dist/browser/operations/agentPools.js.map +0 -1
- package/dist/browser/operations/containerService.d.ts +0 -39
- package/dist/browser/operations/containerService.d.ts.map +0 -1
- package/dist/browser/operations/containerService.js +0 -123
- package/dist/browser/operations/containerService.js.map +0 -1
- package/dist/browser/operations/identityBindings.d.ts +0 -81
- package/dist/browser/operations/identityBindings.d.ts.map +0 -1
- package/dist/browser/operations/identityBindings.js +0 -358
- package/dist/browser/operations/identityBindings.js.map +0 -1
- package/dist/browser/operations/index.d.ts +0 -20
- package/dist/browser/operations/index.d.ts.map +0 -1
- package/dist/browser/operations/index.js +0 -24
- package/dist/browser/operations/index.js.map +0 -1
- package/dist/browser/operations/jWTAuthenticators.d.ts +0 -83
- package/dist/browser/operations/jWTAuthenticators.d.ts.map +0 -1
- package/dist/browser/operations/jWTAuthenticators.js +0 -360
- package/dist/browser/operations/jWTAuthenticators.js.map +0 -1
- package/dist/browser/operations/loadBalancers.d.ts +0 -72
- package/dist/browser/operations/loadBalancers.d.ts.map +0 -1
- package/dist/browser/operations/loadBalancers.js +0 -296
- package/dist/browser/operations/loadBalancers.js.map +0 -1
- package/dist/browser/operations/machines.d.ts +0 -71
- package/dist/browser/operations/machines.d.ts.map +0 -1
- package/dist/browser/operations/machines.js +0 -282
- package/dist/browser/operations/machines.js.map +0 -1
- package/dist/browser/operations/maintenanceConfigurations.d.ts +0 -66
- package/dist/browser/operations/maintenanceConfigurations.d.ts.map +0 -1
- package/dist/browser/operations/maintenanceConfigurations.js +0 -232
- package/dist/browser/operations/maintenanceConfigurations.js.map +0 -1
- package/dist/browser/operations/managedClusterSnapshots.d.ts +0 -83
- package/dist/browser/operations/managedClusterSnapshots.d.ts.map +0 -1
- package/dist/browser/operations/managedClusterSnapshots.js +0 -337
- package/dist/browser/operations/managedClusterSnapshots.js.map +0 -1
- package/dist/browser/operations/managedClusters.d.ts +0 -468
- package/dist/browser/operations/managedClusters.d.ts.map +0 -1
- package/dist/browser/operations/managedClusters.js +0 -2173
- package/dist/browser/operations/managedClusters.js.map +0 -1
- package/dist/browser/operations/managedNamespaces.d.ts +0 -103
- package/dist/browser/operations/managedNamespaces.d.ts.map +0 -1
- package/dist/browser/operations/managedNamespaces.js +0 -434
- package/dist/browser/operations/managedNamespaces.js.map +0 -1
- package/dist/browser/operations/meshMemberships.d.ts +0 -81
- package/dist/browser/operations/meshMemberships.d.ts.map +0 -1
- package/dist/browser/operations/meshMemberships.js +0 -350
- package/dist/browser/operations/meshMemberships.js.map +0 -1
- package/dist/browser/operations/operationStatusResultOperations.d.ts +0 -55
- package/dist/browser/operations/operationStatusResultOperations.d.ts.map +0 -1
- package/dist/browser/operations/operationStatusResultOperations.js +0 -194
- package/dist/browser/operations/operationStatusResultOperations.js.map +0 -1
- package/dist/browser/operations/operations.d.ts +0 -26
- package/dist/browser/operations/operations.d.ts.map +0 -1
- package/dist/browser/operations/operations.js +0 -74
- package/dist/browser/operations/operations.js.map +0 -1
- package/dist/browser/operations/privateEndpointConnections.d.ts +0 -54
- package/dist/browser/operations/privateEndpointConnections.d.ts.map +0 -1
- package/dist/browser/operations/privateEndpointConnections.js +0 -218
- package/dist/browser/operations/privateEndpointConnections.js.map +0 -1
- package/dist/browser/operations/privateLinkResources.d.ts +0 -20
- package/dist/browser/operations/privateLinkResources.d.ts.map +0 -1
- package/dist/browser/operations/privateLinkResources.js +0 -49
- package/dist/browser/operations/privateLinkResources.js.map +0 -1
- package/dist/browser/operations/resolvePrivateLinkServiceId.d.ts +0 -21
- package/dist/browser/operations/resolvePrivateLinkServiceId.d.ts.map +0 -1
- package/dist/browser/operations/resolvePrivateLinkServiceId.js +0 -52
- package/dist/browser/operations/resolvePrivateLinkServiceId.js.map +0 -1
- package/dist/browser/operations/snapshots.d.ts +0 -83
- package/dist/browser/operations/snapshots.d.ts.map +0 -1
- package/dist/browser/operations/snapshots.js +0 -337
- package/dist/browser/operations/snapshots.js.map +0 -1
- package/dist/browser/operations/trustedAccessRoleBindings.d.ts +0 -81
- package/dist/browser/operations/trustedAccessRoleBindings.d.ts.map +0 -1
- package/dist/browser/operations/trustedAccessRoleBindings.js +0 -360
- package/dist/browser/operations/trustedAccessRoleBindings.js.map +0 -1
- package/dist/browser/operations/trustedAccessRoles.d.ts +0 -35
- package/dist/browser/operations/trustedAccessRoles.d.ts.map +0 -1
- package/dist/browser/operations/trustedAccessRoles.js +0 -119
- package/dist/browser/operations/trustedAccessRoles.js.map +0 -1
- package/dist/browser/operationsInterfaces/agentPools.d.ts +0 -147
- package/dist/browser/operationsInterfaces/agentPools.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/agentPools.js +0 -4
- package/dist/browser/operationsInterfaces/agentPools.js.map +0 -1
- package/dist/browser/operationsInterfaces/containerService.d.ts +0 -14
- package/dist/browser/operationsInterfaces/containerService.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/containerService.js +0 -4
- package/dist/browser/operationsInterfaces/containerService.js.map +0 -1
- package/dist/browser/operationsInterfaces/identityBindings.d.ts +0 -56
- package/dist/browser/operationsInterfaces/identityBindings.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/identityBindings.js +0 -4
- package/dist/browser/operationsInterfaces/identityBindings.js.map +0 -1
- package/dist/browser/operationsInterfaces/index.d.ts +0 -20
- package/dist/browser/operationsInterfaces/index.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/index.js +0 -24
- package/dist/browser/operationsInterfaces/index.js.map +0 -1
- package/dist/browser/operationsInterfaces/jWTAuthenticators.d.ts +0 -58
- package/dist/browser/operationsInterfaces/jWTAuthenticators.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/jWTAuthenticators.js +0 -4
- package/dist/browser/operationsInterfaces/jWTAuthenticators.js.map +0 -1
- package/dist/browser/operationsInterfaces/loadBalancers.d.ts +0 -47
- package/dist/browser/operationsInterfaces/loadBalancers.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/loadBalancers.js +0 -4
- package/dist/browser/operationsInterfaces/loadBalancers.js.map +0 -1
- package/dist/browser/operationsInterfaces/machines.d.ts +0 -44
- package/dist/browser/operationsInterfaces/machines.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/machines.js +0 -4
- package/dist/browser/operationsInterfaces/machines.js.map +0 -1
- package/dist/browser/operationsInterfaces/maintenanceConfigurations.d.ts +0 -41
- package/dist/browser/operationsInterfaces/maintenanceConfigurations.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/maintenanceConfigurations.js +0 -4
- package/dist/browser/operationsInterfaces/maintenanceConfigurations.js.map +0 -1
- package/dist/browser/operationsInterfaces/managedClusterSnapshots.d.ts +0 -47
- package/dist/browser/operationsInterfaces/managedClusterSnapshots.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/managedClusterSnapshots.js +0 -4
- package/dist/browser/operationsInterfaces/managedClusterSnapshots.js.map +0 -1
- package/dist/browser/operationsInterfaces/managedClusters.d.ts +0 -348
- package/dist/browser/operationsInterfaces/managedClusters.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/managedClusters.js +0 -4
- package/dist/browser/operationsInterfaces/managedClusters.js.map +0 -1
- package/dist/browser/operationsInterfaces/managedNamespaces.d.ts +0 -78
- package/dist/browser/operationsInterfaces/managedNamespaces.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/managedNamespaces.js +0 -4
- package/dist/browser/operationsInterfaces/managedNamespaces.js.map +0 -1
- package/dist/browser/operationsInterfaces/meshMemberships.d.ts +0 -56
- package/dist/browser/operationsInterfaces/meshMemberships.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/meshMemberships.js +0 -4
- package/dist/browser/operationsInterfaces/meshMemberships.js.map +0 -1
- package/dist/browser/operationsInterfaces/operationStatusResultOperations.d.ts +0 -30
- package/dist/browser/operationsInterfaces/operationStatusResultOperations.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/operationStatusResultOperations.js +0 -4
- package/dist/browser/operationsInterfaces/operationStatusResultOperations.js.map +0 -1
- package/dist/browser/operationsInterfaces/operations.d.ts +0 -11
- package/dist/browser/operationsInterfaces/operations.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/operations.js +0 -4
- package/dist/browser/operationsInterfaces/operations.js.map +0 -1
- package/dist/browser/operationsInterfaces/privateEndpointConnections.d.ts +0 -46
- package/dist/browser/operationsInterfaces/privateEndpointConnections.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/privateEndpointConnections.js +0 -4
- package/dist/browser/operationsInterfaces/privateEndpointConnections.js.map +0 -1
- package/dist/browser/operationsInterfaces/privateLinkResources.d.ts +0 -12
- package/dist/browser/operationsInterfaces/privateLinkResources.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/privateLinkResources.js +0 -4
- package/dist/browser/operationsInterfaces/privateLinkResources.js.map +0 -1
- package/dist/browser/operationsInterfaces/resolvePrivateLinkServiceId.d.ts +0 -13
- package/dist/browser/operationsInterfaces/resolvePrivateLinkServiceId.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/resolvePrivateLinkServiceId.js +0 -4
- package/dist/browser/operationsInterfaces/resolvePrivateLinkServiceId.js.map +0 -1
- package/dist/browser/operationsInterfaces/snapshots.d.ts +0 -47
- package/dist/browser/operationsInterfaces/snapshots.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/snapshots.js +0 -4
- package/dist/browser/operationsInterfaces/snapshots.js.map +0 -1
- package/dist/browser/operationsInterfaces/trustedAccessRoleBindings.d.ts +0 -56
- package/dist/browser/operationsInterfaces/trustedAccessRoleBindings.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/trustedAccessRoleBindings.js +0 -4
- package/dist/browser/operationsInterfaces/trustedAccessRoleBindings.js.map +0 -1
- package/dist/browser/operationsInterfaces/trustedAccessRoles.d.ts +0 -12
- package/dist/browser/operationsInterfaces/trustedAccessRoles.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/trustedAccessRoles.js +0 -4
- package/dist/browser/operationsInterfaces/trustedAccessRoles.js.map +0 -1
- package/dist/browser/pagingHelper.d.ts +0 -13
- package/dist/browser/pagingHelper.d.ts.map +0 -1
- package/dist/browser/pagingHelper.js +0 -25
- package/dist/browser/pagingHelper.js.map +0 -1
- package/dist/commonjs/containerServiceClient.d.ts.map +0 -1
- package/dist/commonjs/index.d.ts.map +0 -1
- package/dist/commonjs/lroImpl.d.ts +0 -11
- package/dist/commonjs/lroImpl.d.ts.map +0 -1
- package/dist/commonjs/lroImpl.js +0 -23
- package/dist/commonjs/lroImpl.js.map +0 -1
- package/dist/commonjs/models/index.d.ts.map +0 -1
- package/dist/commonjs/models/mappers.d.ts +0 -281
- package/dist/commonjs/models/mappers.d.ts.map +0 -1
- package/dist/commonjs/models/mappers.js +0 -9129
- package/dist/commonjs/models/mappers.js.map +0 -1
- package/dist/commonjs/models/parameters.d.ts +0 -51
- package/dist/commonjs/models/parameters.d.ts.map +0 -1
- package/dist/commonjs/models/parameters.js +0 -439
- package/dist/commonjs/models/parameters.js.map +0 -1
- package/dist/commonjs/operations/agentPools.d.ts +0 -172
- package/dist/commonjs/operations/agentPools.d.ts.map +0 -1
- package/dist/commonjs/operations/agentPools.js +0 -794
- package/dist/commonjs/operations/agentPools.js.map +0 -1
- package/dist/commonjs/operations/containerService.d.ts +0 -39
- package/dist/commonjs/operations/containerService.d.ts.map +0 -1
- package/dist/commonjs/operations/containerService.js +0 -128
- package/dist/commonjs/operations/containerService.js.map +0 -1
- package/dist/commonjs/operations/identityBindings.d.ts +0 -81
- package/dist/commonjs/operations/identityBindings.d.ts.map +0 -1
- package/dist/commonjs/operations/identityBindings.js +0 -363
- package/dist/commonjs/operations/identityBindings.js.map +0 -1
- package/dist/commonjs/operations/index.d.ts +0 -20
- package/dist/commonjs/operations/index.d.ts.map +0 -1
- package/dist/commonjs/operations/index.js +0 -27
- package/dist/commonjs/operations/index.js.map +0 -1
- package/dist/commonjs/operations/jWTAuthenticators.d.ts +0 -83
- package/dist/commonjs/operations/jWTAuthenticators.d.ts.map +0 -1
- package/dist/commonjs/operations/jWTAuthenticators.js +0 -365
- package/dist/commonjs/operations/jWTAuthenticators.js.map +0 -1
- package/dist/commonjs/operations/loadBalancers.d.ts +0 -72
- package/dist/commonjs/operations/loadBalancers.d.ts.map +0 -1
- package/dist/commonjs/operations/loadBalancers.js +0 -301
- package/dist/commonjs/operations/loadBalancers.js.map +0 -1
- package/dist/commonjs/operations/machines.d.ts +0 -71
- package/dist/commonjs/operations/machines.d.ts.map +0 -1
- package/dist/commonjs/operations/machines.js +0 -287
- package/dist/commonjs/operations/machines.js.map +0 -1
- package/dist/commonjs/operations/maintenanceConfigurations.d.ts +0 -66
- package/dist/commonjs/operations/maintenanceConfigurations.d.ts.map +0 -1
- package/dist/commonjs/operations/maintenanceConfigurations.js +0 -237
- package/dist/commonjs/operations/maintenanceConfigurations.js.map +0 -1
- package/dist/commonjs/operations/managedClusterSnapshots.d.ts +0 -83
- package/dist/commonjs/operations/managedClusterSnapshots.d.ts.map +0 -1
- package/dist/commonjs/operations/managedClusterSnapshots.js +0 -342
- package/dist/commonjs/operations/managedClusterSnapshots.js.map +0 -1
- package/dist/commonjs/operations/managedClusters.d.ts +0 -468
- package/dist/commonjs/operations/managedClusters.d.ts.map +0 -1
- package/dist/commonjs/operations/managedClusters.js +0 -2178
- package/dist/commonjs/operations/managedClusters.js.map +0 -1
- package/dist/commonjs/operations/managedNamespaces.d.ts +0 -103
- package/dist/commonjs/operations/managedNamespaces.d.ts.map +0 -1
- package/dist/commonjs/operations/managedNamespaces.js +0 -439
- package/dist/commonjs/operations/managedNamespaces.js.map +0 -1
- package/dist/commonjs/operations/meshMemberships.d.ts +0 -81
- package/dist/commonjs/operations/meshMemberships.d.ts.map +0 -1
- package/dist/commonjs/operations/meshMemberships.js +0 -355
- package/dist/commonjs/operations/meshMemberships.js.map +0 -1
- package/dist/commonjs/operations/operationStatusResultOperations.d.ts +0 -55
- package/dist/commonjs/operations/operationStatusResultOperations.d.ts.map +0 -1
- package/dist/commonjs/operations/operationStatusResultOperations.js +0 -199
- package/dist/commonjs/operations/operationStatusResultOperations.js.map +0 -1
- package/dist/commonjs/operations/operations.d.ts +0 -26
- package/dist/commonjs/operations/operations.d.ts.map +0 -1
- package/dist/commonjs/operations/operations.js +0 -79
- package/dist/commonjs/operations/operations.js.map +0 -1
- package/dist/commonjs/operations/privateEndpointConnections.d.ts +0 -54
- package/dist/commonjs/operations/privateEndpointConnections.d.ts.map +0 -1
- package/dist/commonjs/operations/privateEndpointConnections.js +0 -223
- package/dist/commonjs/operations/privateEndpointConnections.js.map +0 -1
- package/dist/commonjs/operations/privateLinkResources.d.ts +0 -20
- package/dist/commonjs/operations/privateLinkResources.d.ts.map +0 -1
- package/dist/commonjs/operations/privateLinkResources.js +0 -54
- package/dist/commonjs/operations/privateLinkResources.js.map +0 -1
- package/dist/commonjs/operations/resolvePrivateLinkServiceId.d.ts +0 -21
- package/dist/commonjs/operations/resolvePrivateLinkServiceId.d.ts.map +0 -1
- package/dist/commonjs/operations/resolvePrivateLinkServiceId.js +0 -57
- package/dist/commonjs/operations/resolvePrivateLinkServiceId.js.map +0 -1
- package/dist/commonjs/operations/snapshots.d.ts +0 -83
- package/dist/commonjs/operations/snapshots.d.ts.map +0 -1
- package/dist/commonjs/operations/snapshots.js +0 -342
- package/dist/commonjs/operations/snapshots.js.map +0 -1
- package/dist/commonjs/operations/trustedAccessRoleBindings.d.ts +0 -81
- package/dist/commonjs/operations/trustedAccessRoleBindings.d.ts.map +0 -1
- package/dist/commonjs/operations/trustedAccessRoleBindings.js +0 -365
- package/dist/commonjs/operations/trustedAccessRoleBindings.js.map +0 -1
- package/dist/commonjs/operations/trustedAccessRoles.d.ts +0 -35
- package/dist/commonjs/operations/trustedAccessRoles.d.ts.map +0 -1
- package/dist/commonjs/operations/trustedAccessRoles.js +0 -124
- package/dist/commonjs/operations/trustedAccessRoles.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/agentPools.d.ts +0 -147
- package/dist/commonjs/operationsInterfaces/agentPools.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/agentPools.js +0 -5
- package/dist/commonjs/operationsInterfaces/agentPools.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/containerService.d.ts +0 -14
- package/dist/commonjs/operationsInterfaces/containerService.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/containerService.js +0 -5
- package/dist/commonjs/operationsInterfaces/containerService.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/identityBindings.d.ts +0 -56
- package/dist/commonjs/operationsInterfaces/identityBindings.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/identityBindings.js +0 -5
- package/dist/commonjs/operationsInterfaces/identityBindings.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/index.d.ts +0 -20
- package/dist/commonjs/operationsInterfaces/index.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/index.js +0 -27
- package/dist/commonjs/operationsInterfaces/index.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/jWTAuthenticators.d.ts +0 -58
- package/dist/commonjs/operationsInterfaces/jWTAuthenticators.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/jWTAuthenticators.js +0 -5
- package/dist/commonjs/operationsInterfaces/jWTAuthenticators.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/loadBalancers.d.ts +0 -47
- package/dist/commonjs/operationsInterfaces/loadBalancers.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/loadBalancers.js +0 -5
- package/dist/commonjs/operationsInterfaces/loadBalancers.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/machines.d.ts +0 -44
- package/dist/commonjs/operationsInterfaces/machines.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/machines.js +0 -5
- package/dist/commonjs/operationsInterfaces/machines.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/maintenanceConfigurations.d.ts +0 -41
- package/dist/commonjs/operationsInterfaces/maintenanceConfigurations.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/maintenanceConfigurations.js +0 -5
- package/dist/commonjs/operationsInterfaces/maintenanceConfigurations.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/managedClusterSnapshots.d.ts +0 -47
- package/dist/commonjs/operationsInterfaces/managedClusterSnapshots.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/managedClusterSnapshots.js +0 -5
- package/dist/commonjs/operationsInterfaces/managedClusterSnapshots.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/managedClusters.d.ts +0 -348
- package/dist/commonjs/operationsInterfaces/managedClusters.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/managedClusters.js +0 -5
- package/dist/commonjs/operationsInterfaces/managedClusters.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/managedNamespaces.d.ts +0 -78
- package/dist/commonjs/operationsInterfaces/managedNamespaces.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/managedNamespaces.js +0 -5
- package/dist/commonjs/operationsInterfaces/managedNamespaces.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/meshMemberships.d.ts +0 -56
- package/dist/commonjs/operationsInterfaces/meshMemberships.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/meshMemberships.js +0 -5
- package/dist/commonjs/operationsInterfaces/meshMemberships.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/operationStatusResultOperations.d.ts +0 -30
- package/dist/commonjs/operationsInterfaces/operationStatusResultOperations.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/operationStatusResultOperations.js +0 -5
- package/dist/commonjs/operationsInterfaces/operationStatusResultOperations.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/operations.d.ts +0 -11
- package/dist/commonjs/operationsInterfaces/operations.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/operations.js +0 -5
- package/dist/commonjs/operationsInterfaces/operations.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/privateEndpointConnections.d.ts +0 -46
- package/dist/commonjs/operationsInterfaces/privateEndpointConnections.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/privateEndpointConnections.js +0 -5
- package/dist/commonjs/operationsInterfaces/privateEndpointConnections.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/privateLinkResources.d.ts +0 -12
- package/dist/commonjs/operationsInterfaces/privateLinkResources.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/privateLinkResources.js +0 -5
- package/dist/commonjs/operationsInterfaces/privateLinkResources.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/resolvePrivateLinkServiceId.d.ts +0 -13
- package/dist/commonjs/operationsInterfaces/resolvePrivateLinkServiceId.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/resolvePrivateLinkServiceId.js +0 -5
- package/dist/commonjs/operationsInterfaces/resolvePrivateLinkServiceId.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/snapshots.d.ts +0 -47
- package/dist/commonjs/operationsInterfaces/snapshots.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/snapshots.js +0 -5
- package/dist/commonjs/operationsInterfaces/snapshots.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/trustedAccessRoleBindings.d.ts +0 -56
- package/dist/commonjs/operationsInterfaces/trustedAccessRoleBindings.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/trustedAccessRoleBindings.js +0 -5
- package/dist/commonjs/operationsInterfaces/trustedAccessRoleBindings.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/trustedAccessRoles.d.ts +0 -12
- package/dist/commonjs/operationsInterfaces/trustedAccessRoles.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/trustedAccessRoles.js +0 -5
- package/dist/commonjs/operationsInterfaces/trustedAccessRoles.js.map +0 -1
- package/dist/commonjs/pagingHelper.d.ts +0 -13
- package/dist/commonjs/pagingHelper.d.ts.map +0 -1
- package/dist/commonjs/pagingHelper.js +0 -29
- package/dist/commonjs/pagingHelper.js.map +0 -1
- package/dist/esm/containerServiceClient.d.ts.map +0 -1
- package/dist/esm/index.d.ts.map +0 -1
- package/dist/esm/lroImpl.d.ts +0 -11
- package/dist/esm/lroImpl.d.ts.map +0 -1
- package/dist/esm/lroImpl.js +0 -20
- package/dist/esm/lroImpl.js.map +0 -1
- package/dist/esm/models/index.d.ts.map +0 -1
- package/dist/esm/models/mappers.d.ts +0 -281
- package/dist/esm/models/mappers.d.ts.map +0 -1
- package/dist/esm/models/mappers.js +0 -9121
- package/dist/esm/models/mappers.js.map +0 -1
- package/dist/esm/models/parameters.d.ts +0 -51
- package/dist/esm/models/parameters.d.ts.map +0 -1
- package/dist/esm/models/parameters.js +0 -436
- package/dist/esm/models/parameters.js.map +0 -1
- package/dist/esm/operations/agentPools.d.ts +0 -172
- package/dist/esm/operations/agentPools.d.ts.map +0 -1
- package/dist/esm/operations/agentPools.js +0 -789
- package/dist/esm/operations/agentPools.js.map +0 -1
- package/dist/esm/operations/containerService.d.ts +0 -39
- package/dist/esm/operations/containerService.d.ts.map +0 -1
- package/dist/esm/operations/containerService.js +0 -123
- package/dist/esm/operations/containerService.js.map +0 -1
- package/dist/esm/operations/identityBindings.d.ts +0 -81
- package/dist/esm/operations/identityBindings.d.ts.map +0 -1
- package/dist/esm/operations/identityBindings.js +0 -358
- package/dist/esm/operations/identityBindings.js.map +0 -1
- package/dist/esm/operations/index.d.ts +0 -20
- package/dist/esm/operations/index.d.ts.map +0 -1
- package/dist/esm/operations/index.js +0 -24
- package/dist/esm/operations/index.js.map +0 -1
- package/dist/esm/operations/jWTAuthenticators.d.ts +0 -83
- package/dist/esm/operations/jWTAuthenticators.d.ts.map +0 -1
- package/dist/esm/operations/jWTAuthenticators.js +0 -360
- package/dist/esm/operations/jWTAuthenticators.js.map +0 -1
- package/dist/esm/operations/loadBalancers.d.ts +0 -72
- package/dist/esm/operations/loadBalancers.d.ts.map +0 -1
- package/dist/esm/operations/loadBalancers.js +0 -296
- package/dist/esm/operations/loadBalancers.js.map +0 -1
- package/dist/esm/operations/machines.d.ts +0 -71
- package/dist/esm/operations/machines.d.ts.map +0 -1
- package/dist/esm/operations/machines.js +0 -282
- package/dist/esm/operations/machines.js.map +0 -1
- package/dist/esm/operations/maintenanceConfigurations.d.ts +0 -66
- package/dist/esm/operations/maintenanceConfigurations.d.ts.map +0 -1
- package/dist/esm/operations/maintenanceConfigurations.js +0 -232
- package/dist/esm/operations/maintenanceConfigurations.js.map +0 -1
- package/dist/esm/operations/managedClusterSnapshots.d.ts +0 -83
- package/dist/esm/operations/managedClusterSnapshots.d.ts.map +0 -1
- package/dist/esm/operations/managedClusterSnapshots.js +0 -337
- package/dist/esm/operations/managedClusterSnapshots.js.map +0 -1
- package/dist/esm/operations/managedClusters.d.ts +0 -468
- package/dist/esm/operations/managedClusters.d.ts.map +0 -1
- package/dist/esm/operations/managedClusters.js +0 -2173
- package/dist/esm/operations/managedClusters.js.map +0 -1
- package/dist/esm/operations/managedNamespaces.d.ts +0 -103
- package/dist/esm/operations/managedNamespaces.d.ts.map +0 -1
- package/dist/esm/operations/managedNamespaces.js +0 -434
- package/dist/esm/operations/managedNamespaces.js.map +0 -1
- package/dist/esm/operations/meshMemberships.d.ts +0 -81
- package/dist/esm/operations/meshMemberships.d.ts.map +0 -1
- package/dist/esm/operations/meshMemberships.js +0 -350
- package/dist/esm/operations/meshMemberships.js.map +0 -1
- package/dist/esm/operations/operationStatusResultOperations.d.ts +0 -55
- package/dist/esm/operations/operationStatusResultOperations.d.ts.map +0 -1
- package/dist/esm/operations/operationStatusResultOperations.js +0 -194
- package/dist/esm/operations/operationStatusResultOperations.js.map +0 -1
- package/dist/esm/operations/operations.d.ts +0 -26
- package/dist/esm/operations/operations.d.ts.map +0 -1
- package/dist/esm/operations/operations.js +0 -74
- package/dist/esm/operations/operations.js.map +0 -1
- package/dist/esm/operations/privateEndpointConnections.d.ts +0 -54
- package/dist/esm/operations/privateEndpointConnections.d.ts.map +0 -1
- package/dist/esm/operations/privateEndpointConnections.js +0 -218
- package/dist/esm/operations/privateEndpointConnections.js.map +0 -1
- package/dist/esm/operations/privateLinkResources.d.ts +0 -20
- package/dist/esm/operations/privateLinkResources.d.ts.map +0 -1
- package/dist/esm/operations/privateLinkResources.js +0 -49
- package/dist/esm/operations/privateLinkResources.js.map +0 -1
- package/dist/esm/operations/resolvePrivateLinkServiceId.d.ts +0 -21
- package/dist/esm/operations/resolvePrivateLinkServiceId.d.ts.map +0 -1
- package/dist/esm/operations/resolvePrivateLinkServiceId.js +0 -52
- package/dist/esm/operations/resolvePrivateLinkServiceId.js.map +0 -1
- package/dist/esm/operations/snapshots.d.ts +0 -83
- package/dist/esm/operations/snapshots.d.ts.map +0 -1
- package/dist/esm/operations/snapshots.js +0 -337
- package/dist/esm/operations/snapshots.js.map +0 -1
- package/dist/esm/operations/trustedAccessRoleBindings.d.ts +0 -81
- package/dist/esm/operations/trustedAccessRoleBindings.d.ts.map +0 -1
- package/dist/esm/operations/trustedAccessRoleBindings.js +0 -360
- package/dist/esm/operations/trustedAccessRoleBindings.js.map +0 -1
- package/dist/esm/operations/trustedAccessRoles.d.ts +0 -35
- package/dist/esm/operations/trustedAccessRoles.d.ts.map +0 -1
- package/dist/esm/operations/trustedAccessRoles.js +0 -119
- package/dist/esm/operations/trustedAccessRoles.js.map +0 -1
- package/dist/esm/operationsInterfaces/agentPools.d.ts +0 -147
- package/dist/esm/operationsInterfaces/agentPools.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/agentPools.js +0 -4
- package/dist/esm/operationsInterfaces/agentPools.js.map +0 -1
- package/dist/esm/operationsInterfaces/containerService.d.ts +0 -14
- package/dist/esm/operationsInterfaces/containerService.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/containerService.js +0 -4
- package/dist/esm/operationsInterfaces/containerService.js.map +0 -1
- package/dist/esm/operationsInterfaces/identityBindings.d.ts +0 -56
- package/dist/esm/operationsInterfaces/identityBindings.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/identityBindings.js +0 -4
- package/dist/esm/operationsInterfaces/identityBindings.js.map +0 -1
- package/dist/esm/operationsInterfaces/index.d.ts +0 -20
- package/dist/esm/operationsInterfaces/index.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/index.js +0 -24
- package/dist/esm/operationsInterfaces/index.js.map +0 -1
- package/dist/esm/operationsInterfaces/jWTAuthenticators.d.ts +0 -58
- package/dist/esm/operationsInterfaces/jWTAuthenticators.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/jWTAuthenticators.js +0 -4
- package/dist/esm/operationsInterfaces/jWTAuthenticators.js.map +0 -1
- package/dist/esm/operationsInterfaces/loadBalancers.d.ts +0 -47
- package/dist/esm/operationsInterfaces/loadBalancers.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/loadBalancers.js +0 -4
- package/dist/esm/operationsInterfaces/loadBalancers.js.map +0 -1
- package/dist/esm/operationsInterfaces/machines.d.ts +0 -44
- package/dist/esm/operationsInterfaces/machines.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/machines.js +0 -4
- package/dist/esm/operationsInterfaces/machines.js.map +0 -1
- package/dist/esm/operationsInterfaces/maintenanceConfigurations.d.ts +0 -41
- package/dist/esm/operationsInterfaces/maintenanceConfigurations.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/maintenanceConfigurations.js +0 -4
- package/dist/esm/operationsInterfaces/maintenanceConfigurations.js.map +0 -1
- package/dist/esm/operationsInterfaces/managedClusterSnapshots.d.ts +0 -47
- package/dist/esm/operationsInterfaces/managedClusterSnapshots.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/managedClusterSnapshots.js +0 -4
- package/dist/esm/operationsInterfaces/managedClusterSnapshots.js.map +0 -1
- package/dist/esm/operationsInterfaces/managedClusters.d.ts +0 -348
- package/dist/esm/operationsInterfaces/managedClusters.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/managedClusters.js +0 -4
- package/dist/esm/operationsInterfaces/managedClusters.js.map +0 -1
- package/dist/esm/operationsInterfaces/managedNamespaces.d.ts +0 -78
- package/dist/esm/operationsInterfaces/managedNamespaces.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/managedNamespaces.js +0 -4
- package/dist/esm/operationsInterfaces/managedNamespaces.js.map +0 -1
- package/dist/esm/operationsInterfaces/meshMemberships.d.ts +0 -56
- package/dist/esm/operationsInterfaces/meshMemberships.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/meshMemberships.js +0 -4
- package/dist/esm/operationsInterfaces/meshMemberships.js.map +0 -1
- package/dist/esm/operationsInterfaces/operationStatusResultOperations.d.ts +0 -30
- package/dist/esm/operationsInterfaces/operationStatusResultOperations.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/operationStatusResultOperations.js +0 -4
- package/dist/esm/operationsInterfaces/operationStatusResultOperations.js.map +0 -1
- package/dist/esm/operationsInterfaces/operations.d.ts +0 -11
- package/dist/esm/operationsInterfaces/operations.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/operations.js +0 -4
- package/dist/esm/operationsInterfaces/operations.js.map +0 -1
- package/dist/esm/operationsInterfaces/privateEndpointConnections.d.ts +0 -46
- package/dist/esm/operationsInterfaces/privateEndpointConnections.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/privateEndpointConnections.js +0 -4
- package/dist/esm/operationsInterfaces/privateEndpointConnections.js.map +0 -1
- package/dist/esm/operationsInterfaces/privateLinkResources.d.ts +0 -12
- package/dist/esm/operationsInterfaces/privateLinkResources.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/privateLinkResources.js +0 -4
- package/dist/esm/operationsInterfaces/privateLinkResources.js.map +0 -1
- package/dist/esm/operationsInterfaces/resolvePrivateLinkServiceId.d.ts +0 -13
- package/dist/esm/operationsInterfaces/resolvePrivateLinkServiceId.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/resolvePrivateLinkServiceId.js +0 -4
- package/dist/esm/operationsInterfaces/resolvePrivateLinkServiceId.js.map +0 -1
- package/dist/esm/operationsInterfaces/snapshots.d.ts +0 -47
- package/dist/esm/operationsInterfaces/snapshots.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/snapshots.js +0 -4
- package/dist/esm/operationsInterfaces/snapshots.js.map +0 -1
- package/dist/esm/operationsInterfaces/trustedAccessRoleBindings.d.ts +0 -56
- package/dist/esm/operationsInterfaces/trustedAccessRoleBindings.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/trustedAccessRoleBindings.js +0 -4
- package/dist/esm/operationsInterfaces/trustedAccessRoleBindings.js.map +0 -1
- package/dist/esm/operationsInterfaces/trustedAccessRoles.d.ts +0 -12
- package/dist/esm/operationsInterfaces/trustedAccessRoles.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/trustedAccessRoles.js +0 -4
- package/dist/esm/operationsInterfaces/trustedAccessRoles.js.map +0 -1
- package/dist/esm/pagingHelper.d.ts +0 -13
- package/dist/esm/pagingHelper.d.ts.map +0 -1
- package/dist/esm/pagingHelper.js +0 -25
- package/dist/esm/pagingHelper.js.map +0 -1
- package/dist/react-native/containerServiceClient.d.ts.map +0 -1
- package/dist/react-native/index.d.ts.map +0 -1
- package/dist/react-native/lroImpl.d.ts +0 -11
- package/dist/react-native/lroImpl.d.ts.map +0 -1
- package/dist/react-native/lroImpl.js +0 -20
- package/dist/react-native/lroImpl.js.map +0 -1
- package/dist/react-native/models/index.d.ts.map +0 -1
- package/dist/react-native/models/mappers.d.ts +0 -281
- package/dist/react-native/models/mappers.d.ts.map +0 -1
- package/dist/react-native/models/mappers.js +0 -9121
- package/dist/react-native/models/mappers.js.map +0 -1
- package/dist/react-native/models/parameters.d.ts +0 -51
- package/dist/react-native/models/parameters.d.ts.map +0 -1
- package/dist/react-native/models/parameters.js +0 -436
- package/dist/react-native/models/parameters.js.map +0 -1
- package/dist/react-native/operations/agentPools.d.ts +0 -172
- package/dist/react-native/operations/agentPools.d.ts.map +0 -1
- package/dist/react-native/operations/agentPools.js +0 -789
- package/dist/react-native/operations/agentPools.js.map +0 -1
- package/dist/react-native/operations/containerService.d.ts +0 -39
- package/dist/react-native/operations/containerService.d.ts.map +0 -1
- package/dist/react-native/operations/containerService.js +0 -123
- package/dist/react-native/operations/containerService.js.map +0 -1
- package/dist/react-native/operations/identityBindings.d.ts +0 -81
- package/dist/react-native/operations/identityBindings.d.ts.map +0 -1
- package/dist/react-native/operations/identityBindings.js +0 -358
- package/dist/react-native/operations/identityBindings.js.map +0 -1
- package/dist/react-native/operations/index.d.ts +0 -20
- package/dist/react-native/operations/index.d.ts.map +0 -1
- package/dist/react-native/operations/index.js +0 -24
- package/dist/react-native/operations/index.js.map +0 -1
- package/dist/react-native/operations/jWTAuthenticators.d.ts +0 -83
- package/dist/react-native/operations/jWTAuthenticators.d.ts.map +0 -1
- package/dist/react-native/operations/jWTAuthenticators.js +0 -360
- package/dist/react-native/operations/jWTAuthenticators.js.map +0 -1
- package/dist/react-native/operations/loadBalancers.d.ts +0 -72
- package/dist/react-native/operations/loadBalancers.d.ts.map +0 -1
- package/dist/react-native/operations/loadBalancers.js +0 -296
- package/dist/react-native/operations/loadBalancers.js.map +0 -1
- package/dist/react-native/operations/machines.d.ts +0 -71
- package/dist/react-native/operations/machines.d.ts.map +0 -1
- package/dist/react-native/operations/machines.js +0 -282
- package/dist/react-native/operations/machines.js.map +0 -1
- package/dist/react-native/operations/maintenanceConfigurations.d.ts +0 -66
- package/dist/react-native/operations/maintenanceConfigurations.d.ts.map +0 -1
- package/dist/react-native/operations/maintenanceConfigurations.js +0 -232
- package/dist/react-native/operations/maintenanceConfigurations.js.map +0 -1
- package/dist/react-native/operations/managedClusterSnapshots.d.ts +0 -83
- package/dist/react-native/operations/managedClusterSnapshots.d.ts.map +0 -1
- package/dist/react-native/operations/managedClusterSnapshots.js +0 -337
- package/dist/react-native/operations/managedClusterSnapshots.js.map +0 -1
- package/dist/react-native/operations/managedClusters.d.ts +0 -468
- package/dist/react-native/operations/managedClusters.d.ts.map +0 -1
- package/dist/react-native/operations/managedClusters.js +0 -2173
- package/dist/react-native/operations/managedClusters.js.map +0 -1
- package/dist/react-native/operations/managedNamespaces.d.ts +0 -103
- package/dist/react-native/operations/managedNamespaces.d.ts.map +0 -1
- package/dist/react-native/operations/managedNamespaces.js +0 -434
- package/dist/react-native/operations/managedNamespaces.js.map +0 -1
- package/dist/react-native/operations/meshMemberships.d.ts +0 -81
- package/dist/react-native/operations/meshMemberships.d.ts.map +0 -1
- package/dist/react-native/operations/meshMemberships.js +0 -350
- package/dist/react-native/operations/meshMemberships.js.map +0 -1
- package/dist/react-native/operations/operationStatusResultOperations.d.ts +0 -55
- package/dist/react-native/operations/operationStatusResultOperations.d.ts.map +0 -1
- package/dist/react-native/operations/operationStatusResultOperations.js +0 -194
- package/dist/react-native/operations/operationStatusResultOperations.js.map +0 -1
- package/dist/react-native/operations/operations.d.ts +0 -26
- package/dist/react-native/operations/operations.d.ts.map +0 -1
- package/dist/react-native/operations/operations.js +0 -74
- package/dist/react-native/operations/operations.js.map +0 -1
- package/dist/react-native/operations/privateEndpointConnections.d.ts +0 -54
- package/dist/react-native/operations/privateEndpointConnections.d.ts.map +0 -1
- package/dist/react-native/operations/privateEndpointConnections.js +0 -218
- package/dist/react-native/operations/privateEndpointConnections.js.map +0 -1
- package/dist/react-native/operations/privateLinkResources.d.ts +0 -20
- package/dist/react-native/operations/privateLinkResources.d.ts.map +0 -1
- package/dist/react-native/operations/privateLinkResources.js +0 -49
- package/dist/react-native/operations/privateLinkResources.js.map +0 -1
- package/dist/react-native/operations/resolvePrivateLinkServiceId.d.ts +0 -21
- package/dist/react-native/operations/resolvePrivateLinkServiceId.d.ts.map +0 -1
- package/dist/react-native/operations/resolvePrivateLinkServiceId.js +0 -52
- package/dist/react-native/operations/resolvePrivateLinkServiceId.js.map +0 -1
- package/dist/react-native/operations/snapshots.d.ts +0 -83
- package/dist/react-native/operations/snapshots.d.ts.map +0 -1
- package/dist/react-native/operations/snapshots.js +0 -337
- package/dist/react-native/operations/snapshots.js.map +0 -1
- package/dist/react-native/operations/trustedAccessRoleBindings.d.ts +0 -81
- package/dist/react-native/operations/trustedAccessRoleBindings.d.ts.map +0 -1
- package/dist/react-native/operations/trustedAccessRoleBindings.js +0 -360
- package/dist/react-native/operations/trustedAccessRoleBindings.js.map +0 -1
- package/dist/react-native/operations/trustedAccessRoles.d.ts +0 -35
- package/dist/react-native/operations/trustedAccessRoles.d.ts.map +0 -1
- package/dist/react-native/operations/trustedAccessRoles.js +0 -119
- package/dist/react-native/operations/trustedAccessRoles.js.map +0 -1
- package/dist/react-native/operationsInterfaces/agentPools.d.ts +0 -147
- package/dist/react-native/operationsInterfaces/agentPools.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/agentPools.js +0 -4
- package/dist/react-native/operationsInterfaces/agentPools.js.map +0 -1
- package/dist/react-native/operationsInterfaces/containerService.d.ts +0 -14
- package/dist/react-native/operationsInterfaces/containerService.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/containerService.js +0 -4
- package/dist/react-native/operationsInterfaces/containerService.js.map +0 -1
- package/dist/react-native/operationsInterfaces/identityBindings.d.ts +0 -56
- package/dist/react-native/operationsInterfaces/identityBindings.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/identityBindings.js +0 -4
- package/dist/react-native/operationsInterfaces/identityBindings.js.map +0 -1
- package/dist/react-native/operationsInterfaces/index.d.ts +0 -20
- package/dist/react-native/operationsInterfaces/index.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/index.js +0 -24
- package/dist/react-native/operationsInterfaces/index.js.map +0 -1
- package/dist/react-native/operationsInterfaces/jWTAuthenticators.d.ts +0 -58
- package/dist/react-native/operationsInterfaces/jWTAuthenticators.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/jWTAuthenticators.js +0 -4
- package/dist/react-native/operationsInterfaces/jWTAuthenticators.js.map +0 -1
- package/dist/react-native/operationsInterfaces/loadBalancers.d.ts +0 -47
- package/dist/react-native/operationsInterfaces/loadBalancers.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/loadBalancers.js +0 -4
- package/dist/react-native/operationsInterfaces/loadBalancers.js.map +0 -1
- package/dist/react-native/operationsInterfaces/machines.d.ts +0 -44
- package/dist/react-native/operationsInterfaces/machines.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/machines.js +0 -4
- package/dist/react-native/operationsInterfaces/machines.js.map +0 -1
- package/dist/react-native/operationsInterfaces/maintenanceConfigurations.d.ts +0 -41
- package/dist/react-native/operationsInterfaces/maintenanceConfigurations.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/maintenanceConfigurations.js +0 -4
- package/dist/react-native/operationsInterfaces/maintenanceConfigurations.js.map +0 -1
- package/dist/react-native/operationsInterfaces/managedClusterSnapshots.d.ts +0 -47
- package/dist/react-native/operationsInterfaces/managedClusterSnapshots.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/managedClusterSnapshots.js +0 -4
- package/dist/react-native/operationsInterfaces/managedClusterSnapshots.js.map +0 -1
- package/dist/react-native/operationsInterfaces/managedClusters.d.ts +0 -348
- package/dist/react-native/operationsInterfaces/managedClusters.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/managedClusters.js +0 -4
- package/dist/react-native/operationsInterfaces/managedClusters.js.map +0 -1
- package/dist/react-native/operationsInterfaces/managedNamespaces.d.ts +0 -78
- package/dist/react-native/operationsInterfaces/managedNamespaces.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/managedNamespaces.js +0 -4
- package/dist/react-native/operationsInterfaces/managedNamespaces.js.map +0 -1
- package/dist/react-native/operationsInterfaces/meshMemberships.d.ts +0 -56
- package/dist/react-native/operationsInterfaces/meshMemberships.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/meshMemberships.js +0 -4
- package/dist/react-native/operationsInterfaces/meshMemberships.js.map +0 -1
- package/dist/react-native/operationsInterfaces/operationStatusResultOperations.d.ts +0 -30
- package/dist/react-native/operationsInterfaces/operationStatusResultOperations.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/operationStatusResultOperations.js +0 -4
- package/dist/react-native/operationsInterfaces/operationStatusResultOperations.js.map +0 -1
- package/dist/react-native/operationsInterfaces/operations.d.ts +0 -11
- package/dist/react-native/operationsInterfaces/operations.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/operations.js +0 -4
- package/dist/react-native/operationsInterfaces/operations.js.map +0 -1
- package/dist/react-native/operationsInterfaces/privateEndpointConnections.d.ts +0 -46
- package/dist/react-native/operationsInterfaces/privateEndpointConnections.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/privateEndpointConnections.js +0 -4
- package/dist/react-native/operationsInterfaces/privateEndpointConnections.js.map +0 -1
- package/dist/react-native/operationsInterfaces/privateLinkResources.d.ts +0 -12
- package/dist/react-native/operationsInterfaces/privateLinkResources.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/privateLinkResources.js +0 -4
- package/dist/react-native/operationsInterfaces/privateLinkResources.js.map +0 -1
- package/dist/react-native/operationsInterfaces/resolvePrivateLinkServiceId.d.ts +0 -13
- package/dist/react-native/operationsInterfaces/resolvePrivateLinkServiceId.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/resolvePrivateLinkServiceId.js +0 -4
- package/dist/react-native/operationsInterfaces/resolvePrivateLinkServiceId.js.map +0 -1
- package/dist/react-native/operationsInterfaces/snapshots.d.ts +0 -47
- package/dist/react-native/operationsInterfaces/snapshots.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/snapshots.js +0 -4
- package/dist/react-native/operationsInterfaces/snapshots.js.map +0 -1
- package/dist/react-native/operationsInterfaces/trustedAccessRoleBindings.d.ts +0 -56
- package/dist/react-native/operationsInterfaces/trustedAccessRoleBindings.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/trustedAccessRoleBindings.js +0 -4
- package/dist/react-native/operationsInterfaces/trustedAccessRoleBindings.js.map +0 -1
- package/dist/react-native/operationsInterfaces/trustedAccessRoles.d.ts +0 -12
- package/dist/react-native/operationsInterfaces/trustedAccessRoles.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/trustedAccessRoles.js +0 -4
- package/dist/react-native/operationsInterfaces/trustedAccessRoles.js.map +0 -1
- package/dist/react-native/pagingHelper.d.ts +0 -13
- package/dist/react-native/pagingHelper.d.ts.map +0 -1
- package/dist/react-native/pagingHelper.js +0 -25
- package/dist/react-native/pagingHelper.js.map +0 -1
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"operationStatusResultOperations.js","sourceRoot":"","sources":["../../../src/operations/operationStatusResultOperations.ts"],"names":[],"mappings":"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","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\n// Code generated by Microsoft (R) AutoRest Code Generator.\n// Changes may cause incorrect behavior and will be lost if the code is regenerated.\n\nimport type { PagedAsyncIterableIterator, PageSettings } from \"@azure/core-paging\";\nimport { setContinuationToken } from \"../pagingHelper.js\";\nimport type { OperationStatusResultOperations } from \"../operationsInterfaces/index.js\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers.js\";\nimport * as Parameters from \"../models/parameters.js\";\nimport type { ContainerServiceClient } from \"../containerServiceClient.js\";\nimport type {\n OperationStatusResult,\n OperationStatusResultListNextOptionalParams,\n OperationStatusResultListOptionalParams,\n OperationStatusResultListResponse,\n OperationStatusResultGetOptionalParams,\n OperationStatusResultGetResponse,\n OperationStatusResultGetByAgentPoolOptionalParams,\n OperationStatusResultGetByAgentPoolResponse,\n OperationStatusResultListNextResponse,\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing OperationStatusResultOperations operations. */\nexport class OperationStatusResultOperationsImpl implements OperationStatusResultOperations {\n private readonly client: ContainerServiceClient;\n\n /**\n * Initialize a new instance of the class OperationStatusResultOperations class.\n * @param client Reference to the service client\n */\n constructor(client: ContainerServiceClient) {\n this.client = client;\n }\n\n /**\n * Gets a list of operations in the specified managedCluster\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param resourceName The name of the managed cluster resource.\n * @param options The options parameters.\n */\n public list(\n resourceGroupName: string,\n resourceName: string,\n options?: OperationStatusResultListOptionalParams,\n ): PagedAsyncIterableIterator<OperationStatusResult> {\n const iter = this.listPagingAll(resourceGroupName, resourceName, options);\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: (settings?: PageSettings) => {\n if (settings?.maxPageSize) {\n throw new Error(\"maxPageSize is not supported by this operation.\");\n }\n return this.listPagingPage(resourceGroupName, resourceName, options, settings);\n },\n };\n }\n\n private async *listPagingPage(\n resourceGroupName: string,\n resourceName: string,\n options?: OperationStatusResultListOptionalParams,\n settings?: PageSettings,\n ): AsyncIterableIterator<OperationStatusResult[]> {\n let result: OperationStatusResultListResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._list(resourceGroupName, resourceName, options);\n const page = result.value || [];\n continuationToken = result.nextLink;\n setContinuationToken(page, continuationToken);\n yield page;\n }\n while (continuationToken) {\n result = await this._listNext(resourceGroupName, resourceName, continuationToken, options);\n continuationToken = result.nextLink;\n const page = result.value || [];\n setContinuationToken(page, continuationToken);\n yield page;\n }\n }\n\n private async *listPagingAll(\n resourceGroupName: string,\n resourceName: string,\n options?: OperationStatusResultListOptionalParams,\n ): AsyncIterableIterator<OperationStatusResult> {\n for await (const page of this.listPagingPage(resourceGroupName, resourceName, options)) {\n yield* page;\n }\n }\n\n /**\n * Gets a list of operations in the specified managedCluster\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param resourceName The name of the managed cluster resource.\n * @param options The options parameters.\n */\n private _list(\n resourceGroupName: string,\n resourceName: string,\n options?: OperationStatusResultListOptionalParams,\n ): Promise<OperationStatusResultListResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, resourceName, options },\n listOperationSpec,\n );\n }\n\n /**\n * Get the status of a specific operation in the specified managed cluster.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param resourceName The name of the managed cluster resource.\n * @param operationId The ID of an ongoing async operation.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n resourceName: string,\n operationId: string,\n options?: OperationStatusResultGetOptionalParams,\n ): Promise<OperationStatusResultGetResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, resourceName, operationId, options },\n getOperationSpec,\n );\n }\n\n /**\n * Get the status of a specific operation in the specified agent pool.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param resourceName The name of the managed cluster resource.\n * @param agentPoolName The name of the agent pool.\n * @param operationId The ID of an ongoing async operation.\n * @param options The options parameters.\n */\n getByAgentPool(\n resourceGroupName: string,\n resourceName: string,\n agentPoolName: string,\n operationId: string,\n options?: OperationStatusResultGetByAgentPoolOptionalParams,\n ): Promise<OperationStatusResultGetByAgentPoolResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, resourceName, agentPoolName, operationId, options },\n getByAgentPoolOperationSpec,\n );\n }\n\n /**\n * ListNext\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param resourceName The name of the managed cluster resource.\n * @param nextLink The nextLink from the previous successful call to the List method.\n * @param options The options parameters.\n */\n private _listNext(\n resourceGroupName: string,\n resourceName: string,\n nextLink: string,\n options?: OperationStatusResultListNextOptionalParams,\n ): Promise<OperationStatusResultListNextResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, resourceName, nextLink, options },\n listNextOperationSpec,\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst listOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/operations\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.OperationStatusResultList,\n },\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.resourceName,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst getOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/operations/{operationId}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.OperationStatusResult,\n },\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.resourceName,\n Parameters.operationId,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst getByAgentPoolOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/agentPools/{agentPoolName}/operations/{operationId}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.OperationStatusResult,\n },\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.resourceName,\n Parameters.agentPoolName,\n Parameters.operationId,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst listNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.OperationStatusResultList,\n },\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.resourceName,\n Parameters.nextLink,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\n"]}
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
import type { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
2
|
-
import type { Operations } from "../operationsInterfaces/index.js";
|
|
3
|
-
import type { ContainerServiceClient } from "../containerServiceClient.js";
|
|
4
|
-
import type { OperationValue, OperationsListOptionalParams } from "../models/index.js";
|
|
5
|
-
/** Class containing Operations operations. */
|
|
6
|
-
export declare class OperationsImpl implements Operations {
|
|
7
|
-
private readonly client;
|
|
8
|
-
/**
|
|
9
|
-
* Initialize a new instance of the class Operations class.
|
|
10
|
-
* @param client Reference to the service client
|
|
11
|
-
*/
|
|
12
|
-
constructor(client: ContainerServiceClient);
|
|
13
|
-
/**
|
|
14
|
-
* Gets a list of operations.
|
|
15
|
-
* @param options The options parameters.
|
|
16
|
-
*/
|
|
17
|
-
list(options?: OperationsListOptionalParams): PagedAsyncIterableIterator<OperationValue>;
|
|
18
|
-
private listPagingPage;
|
|
19
|
-
private listPagingAll;
|
|
20
|
-
/**
|
|
21
|
-
* Gets a list of operations.
|
|
22
|
-
* @param options The options parameters.
|
|
23
|
-
*/
|
|
24
|
-
private _list;
|
|
25
|
-
}
|
|
26
|
-
//# sourceMappingURL=operations.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"operations.d.ts","sourceRoot":"","sources":["../../../src/operations/operations.ts"],"names":[],"mappings":"AAMA,OAAO,KAAK,EAAE,0BAA0B,EAAgB,MAAM,oBAAoB,CAAC;AACnF,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,kCAAkC,CAAC;AAInE,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,8BAA8B,CAAC;AAC3E,OAAO,KAAK,EACV,cAAc,EACd,4BAA4B,EAE7B,MAAM,oBAAoB,CAAC;AAG5B,8CAA8C;AAC9C,qBAAa,cAAe,YAAW,UAAU;IAC/C,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAyB;IAEhD;;;OAGG;gBACS,MAAM,EAAE,sBAAsB;IAI1C;;;OAGG;IACI,IAAI,CAAC,OAAO,CAAC,EAAE,4BAA4B,GAAG,0BAA0B,CAAC,cAAc,CAAC;YAkBhF,cAAc;YASd,aAAa;IAQ5B;;;OAGG;IACH,OAAO,CAAC,KAAK;CAGd"}
|
|
@@ -1,74 +0,0 @@
|
|
|
1
|
-
// Copyright (c) Microsoft Corporation.
|
|
2
|
-
// Licensed under the MIT License.
|
|
3
|
-
import * as coreClient from "@azure/core-client";
|
|
4
|
-
import * as Mappers from "../models/mappers.js";
|
|
5
|
-
import * as Parameters from "../models/parameters.js";
|
|
6
|
-
/// <reference lib="esnext.asynciterable" />
|
|
7
|
-
/** Class containing Operations operations. */
|
|
8
|
-
export class OperationsImpl {
|
|
9
|
-
client;
|
|
10
|
-
/**
|
|
11
|
-
* Initialize a new instance of the class Operations class.
|
|
12
|
-
* @param client Reference to the service client
|
|
13
|
-
*/
|
|
14
|
-
constructor(client) {
|
|
15
|
-
this.client = client;
|
|
16
|
-
}
|
|
17
|
-
/**
|
|
18
|
-
* Gets a list of operations.
|
|
19
|
-
* @param options The options parameters.
|
|
20
|
-
*/
|
|
21
|
-
list(options) {
|
|
22
|
-
const iter = this.listPagingAll(options);
|
|
23
|
-
return {
|
|
24
|
-
next() {
|
|
25
|
-
return iter.next();
|
|
26
|
-
},
|
|
27
|
-
[Symbol.asyncIterator]() {
|
|
28
|
-
return this;
|
|
29
|
-
},
|
|
30
|
-
byPage: (settings) => {
|
|
31
|
-
if (settings?.maxPageSize) {
|
|
32
|
-
throw new Error("maxPageSize is not supported by this operation.");
|
|
33
|
-
}
|
|
34
|
-
return this.listPagingPage(options, settings);
|
|
35
|
-
},
|
|
36
|
-
};
|
|
37
|
-
}
|
|
38
|
-
async *listPagingPage(options, _settings) {
|
|
39
|
-
let result;
|
|
40
|
-
result = await this._list(options);
|
|
41
|
-
yield result.value || [];
|
|
42
|
-
}
|
|
43
|
-
async *listPagingAll(options) {
|
|
44
|
-
for await (const page of this.listPagingPage(options)) {
|
|
45
|
-
yield* page;
|
|
46
|
-
}
|
|
47
|
-
}
|
|
48
|
-
/**
|
|
49
|
-
* Gets a list of operations.
|
|
50
|
-
* @param options The options parameters.
|
|
51
|
-
*/
|
|
52
|
-
_list(options) {
|
|
53
|
-
return this.client.sendOperationRequest({ options }, listOperationSpec);
|
|
54
|
-
}
|
|
55
|
-
}
|
|
56
|
-
// Operation Specifications
|
|
57
|
-
const serializer = coreClient.createSerializer(Mappers, /* isXml */ false);
|
|
58
|
-
const listOperationSpec = {
|
|
59
|
-
path: "/providers/Microsoft.ContainerService/operations",
|
|
60
|
-
httpMethod: "GET",
|
|
61
|
-
responses: {
|
|
62
|
-
200: {
|
|
63
|
-
bodyMapper: Mappers.OperationListResult,
|
|
64
|
-
},
|
|
65
|
-
default: {
|
|
66
|
-
bodyMapper: Mappers.ErrorResponse,
|
|
67
|
-
},
|
|
68
|
-
},
|
|
69
|
-
queryParameters: [Parameters.apiVersion],
|
|
70
|
-
urlParameters: [Parameters.$host],
|
|
71
|
-
headerParameters: [Parameters.accept],
|
|
72
|
-
serializer,
|
|
73
|
-
};
|
|
74
|
-
//# sourceMappingURL=operations.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"operations.js","sourceRoot":"","sources":["../../../src/operations/operations.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAOlC,OAAO,KAAK,UAAU,MAAM,oBAAoB,CAAC;AACjD,OAAO,KAAK,OAAO,MAAM,sBAAsB,CAAC;AAChD,OAAO,KAAK,UAAU,MAAM,yBAAyB,CAAC;AAQtD,4CAA4C;AAC5C,8CAA8C;AAC9C,MAAM,OAAO,cAAc;IACR,MAAM,CAAyB;IAEhD;;;OAGG;IACH,YAAY,MAA8B;QACxC,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC;IACvB,CAAC;IAED;;;OAGG;IACI,IAAI,CAAC,OAAsC;QAChD,MAAM,IAAI,GAAG,IAAI,CAAC,aAAa,CAAC,OAAO,CAAC,CAAC;QACzC,OAAO;YACL,IAAI;gBACF,OAAO,IAAI,CAAC,IAAI,EAAE,CAAC;YACrB,CAAC;YACD,CAAC,MAAM,CAAC,aAAa,CAAC;gBACpB,OAAO,IAAI,CAAC;YACd,CAAC;YACD,MAAM,EAAE,CAAC,QAAuB,EAAE,EAAE;gBAClC,IAAI,QAAQ,EAAE,WAAW,EAAE,CAAC;oBAC1B,MAAM,IAAI,KAAK,CAAC,iDAAiD,CAAC,CAAC;gBACrE,CAAC;gBACD,OAAO,IAAI,CAAC,cAAc,CAAC,OAAO,EAAE,QAAQ,CAAC,CAAC;YAChD,CAAC;SACF,CAAC;IACJ,CAAC;IAEO,KAAK,CAAC,CAAC,cAAc,CAC3B,OAAsC,EACtC,SAAwB;QAExB,IAAI,MAA8B,CAAC;QACnC,MAAM,GAAG,MAAM,IAAI,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC;QACnC,MAAM,MAAM,CAAC,KAAK,IAAI,EAAE,CAAC;IAC3B,CAAC;IAEO,KAAK,CAAC,CAAC,aAAa,CAC1B,OAAsC;QAEtC,IAAI,KAAK,EAAE,MAAM,IAAI,IAAI,IAAI,CAAC,cAAc,CAAC,OAAO,CAAC,EAAE,CAAC;YACtD,KAAK,CAAC,CAAC,IAAI,CAAC;QACd,CAAC;IACH,CAAC;IAED;;;OAGG;IACK,KAAK,CAAC,OAAsC;QAClD,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CAAC,EAAE,OAAO,EAAE,EAAE,iBAAiB,CAAC,CAAC;IAC1E,CAAC;CACF;AACD,2BAA2B;AAC3B,MAAM,UAAU,GAAG,UAAU,CAAC,gBAAgB,CAAC,OAAO,EAAE,WAAW,CAAC,KAAK,CAAC,CAAC;AAE3E,MAAM,iBAAiB,GAA6B;IAClD,IAAI,EAAE,kDAAkD;IACxD,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,mBAAmB;SACxC;QACD,OAAO,EAAE;YACP,UAAU,EAAE,OAAO,CAAC,aAAa;SAClC;KACF;IACD,eAAe,EAAE,CAAC,UAAU,CAAC,UAAU,CAAC;IACxC,aAAa,EAAE,CAAC,UAAU,CAAC,KAAK,CAAC;IACjC,gBAAgB,EAAE,CAAC,UAAU,CAAC,MAAM,CAAC;IACrC,UAAU;CACX,CAAC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\n// Code generated by Microsoft (R) AutoRest Code Generator.\n// Changes may cause incorrect behavior and will be lost if the code is regenerated.\n\nimport type { PagedAsyncIterableIterator, PageSettings } from \"@azure/core-paging\";\nimport type { Operations } from \"../operationsInterfaces/index.js\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers.js\";\nimport * as Parameters from \"../models/parameters.js\";\nimport type { ContainerServiceClient } from \"../containerServiceClient.js\";\nimport type {\n OperationValue,\n OperationsListOptionalParams,\n OperationsListResponse,\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing Operations operations. */\nexport class OperationsImpl implements Operations {\n private readonly client: ContainerServiceClient;\n\n /**\n * Initialize a new instance of the class Operations class.\n * @param client Reference to the service client\n */\n constructor(client: ContainerServiceClient) {\n this.client = client;\n }\n\n /**\n * Gets a list of operations.\n * @param options The options parameters.\n */\n public list(options?: OperationsListOptionalParams): PagedAsyncIterableIterator<OperationValue> {\n const iter = this.listPagingAll(options);\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: (settings?: PageSettings) => {\n if (settings?.maxPageSize) {\n throw new Error(\"maxPageSize is not supported by this operation.\");\n }\n return this.listPagingPage(options, settings);\n },\n };\n }\n\n private async *listPagingPage(\n options?: OperationsListOptionalParams,\n _settings?: PageSettings,\n ): AsyncIterableIterator<OperationValue[]> {\n let result: OperationsListResponse;\n result = await this._list(options);\n yield result.value || [];\n }\n\n private async *listPagingAll(\n options?: OperationsListOptionalParams,\n ): AsyncIterableIterator<OperationValue> {\n for await (const page of this.listPagingPage(options)) {\n yield* page;\n }\n }\n\n /**\n * Gets a list of operations.\n * @param options The options parameters.\n */\n private _list(options?: OperationsListOptionalParams): Promise<OperationsListResponse> {\n return this.client.sendOperationRequest({ options }, listOperationSpec);\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst listOperationSpec: coreClient.OperationSpec = {\n path: \"/providers/Microsoft.ContainerService/operations\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.OperationListResult,\n },\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [Parameters.$host],\n headerParameters: [Parameters.accept],\n serializer,\n};\n"]}
|
|
@@ -1,54 +0,0 @@
|
|
|
1
|
-
import type { PrivateEndpointConnections } from "../operationsInterfaces/index.js";
|
|
2
|
-
import type { ContainerServiceClient } from "../containerServiceClient.js";
|
|
3
|
-
import type { SimplePollerLike, OperationState } from "@azure/core-lro";
|
|
4
|
-
import type { PrivateEndpointConnectionsListOptionalParams, PrivateEndpointConnectionsListResponse, PrivateEndpointConnectionsGetOptionalParams, PrivateEndpointConnectionsGetResponse, PrivateEndpointConnection, PrivateEndpointConnectionsUpdateOptionalParams, PrivateEndpointConnectionsUpdateResponse, PrivateEndpointConnectionsDeleteOptionalParams } from "../models/index.js";
|
|
5
|
-
/** Class containing PrivateEndpointConnections operations. */
|
|
6
|
-
export declare class PrivateEndpointConnectionsImpl implements PrivateEndpointConnections {
|
|
7
|
-
private readonly client;
|
|
8
|
-
/**
|
|
9
|
-
* Initialize a new instance of the class PrivateEndpointConnections class.
|
|
10
|
-
* @param client Reference to the service client
|
|
11
|
-
*/
|
|
12
|
-
constructor(client: ContainerServiceClient);
|
|
13
|
-
/**
|
|
14
|
-
* To learn more about private clusters, see: https://docs.microsoft.com/azure/aks/private-clusters
|
|
15
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
16
|
-
* @param resourceName The name of the managed cluster resource.
|
|
17
|
-
* @param options The options parameters.
|
|
18
|
-
*/
|
|
19
|
-
list(resourceGroupName: string, resourceName: string, options?: PrivateEndpointConnectionsListOptionalParams): Promise<PrivateEndpointConnectionsListResponse>;
|
|
20
|
-
/**
|
|
21
|
-
* To learn more about private clusters, see: https://docs.microsoft.com/azure/aks/private-clusters
|
|
22
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
23
|
-
* @param resourceName The name of the managed cluster resource.
|
|
24
|
-
* @param privateEndpointConnectionName The name of the private endpoint connection.
|
|
25
|
-
* @param options The options parameters.
|
|
26
|
-
*/
|
|
27
|
-
get(resourceGroupName: string, resourceName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsGetOptionalParams): Promise<PrivateEndpointConnectionsGetResponse>;
|
|
28
|
-
/**
|
|
29
|
-
* Updates a private endpoint connection.
|
|
30
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
31
|
-
* @param resourceName The name of the managed cluster resource.
|
|
32
|
-
* @param privateEndpointConnectionName The name of the private endpoint connection.
|
|
33
|
-
* @param parameters The updated private endpoint connection.
|
|
34
|
-
* @param options The options parameters.
|
|
35
|
-
*/
|
|
36
|
-
update(resourceGroupName: string, resourceName: string, privateEndpointConnectionName: string, parameters: PrivateEndpointConnection, options?: PrivateEndpointConnectionsUpdateOptionalParams): Promise<PrivateEndpointConnectionsUpdateResponse>;
|
|
37
|
-
/**
|
|
38
|
-
* Deletes a private endpoint connection.
|
|
39
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
40
|
-
* @param resourceName The name of the managed cluster resource.
|
|
41
|
-
* @param privateEndpointConnectionName The name of the private endpoint connection.
|
|
42
|
-
* @param options The options parameters.
|
|
43
|
-
*/
|
|
44
|
-
beginDelete(resourceGroupName: string, resourceName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
45
|
-
/**
|
|
46
|
-
* Deletes a private endpoint connection.
|
|
47
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
48
|
-
* @param resourceName The name of the managed cluster resource.
|
|
49
|
-
* @param privateEndpointConnectionName The name of the private endpoint connection.
|
|
50
|
-
* @param options The options parameters.
|
|
51
|
-
*/
|
|
52
|
-
beginDeleteAndWait(resourceGroupName: string, resourceName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsDeleteOptionalParams): Promise<void>;
|
|
53
|
-
}
|
|
54
|
-
//# sourceMappingURL=privateEndpointConnections.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"privateEndpointConnections.d.ts","sourceRoot":"","sources":["../../../src/operations/privateEndpointConnections.ts"],"names":[],"mappings":"AAMA,OAAO,KAAK,EAAE,0BAA0B,EAAE,MAAM,kCAAkC,CAAC;AAInF,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,8BAA8B,CAAC;AAC3E,OAAO,KAAK,EAAE,gBAAgB,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AAGxE,OAAO,KAAK,EACV,4CAA4C,EAC5C,sCAAsC,EACtC,2CAA2C,EAC3C,qCAAqC,EACrC,yBAAyB,EACzB,8CAA8C,EAC9C,wCAAwC,EACxC,8CAA8C,EAC/C,MAAM,oBAAoB,CAAC;AAE5B,8DAA8D;AAC9D,qBAAa,8BAA+B,YAAW,0BAA0B;IAC/E,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAyB;IAEhD;;;OAGG;gBACS,MAAM,EAAE,sBAAsB;IAI1C;;;;;OAKG;IACH,IAAI,CACF,iBAAiB,EAAE,MAAM,EACzB,YAAY,EAAE,MAAM,EACpB,OAAO,CAAC,EAAE,4CAA4C,GACrD,OAAO,CAAC,sCAAsC,CAAC;IAOlD;;;;;;OAMG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,YAAY,EAAE,MAAM,EACpB,6BAA6B,EAAE,MAAM,EACrC,OAAO,CAAC,EAAE,2CAA2C,GACpD,OAAO,CAAC,qCAAqC,CAAC;IAYjD;;;;;;;OAOG;IACH,MAAM,CACJ,iBAAiB,EAAE,MAAM,EACzB,YAAY,EAAE,MAAM,EACpB,6BAA6B,EAAE,MAAM,EACrC,UAAU,EAAE,yBAAyB,EACrC,OAAO,CAAC,EAAE,8CAA8C,GACvD,OAAO,CAAC,wCAAwC,CAAC;IAapD;;;;;;OAMG;IACG,WAAW,CACf,iBAAiB,EAAE,MAAM,EACzB,YAAY,EAAE,MAAM,EACpB,6BAA6B,EAAE,MAAM,EACrC,OAAO,CAAC,EAAE,8CAA8C,GACvD,OAAO,CAAC,gBAAgB,CAAC,cAAc,CAAC,IAAI,CAAC,EAAE,IAAI,CAAC,CAAC;IAwDxD;;;;;;OAMG;IACG,kBAAkB,CACtB,iBAAiB,EAAE,MAAM,EACzB,YAAY,EAAE,MAAM,EACpB,6BAA6B,EAAE,MAAM,EACrC,OAAO,CAAC,EAAE,8CAA8C,GACvD,OAAO,CAAC,IAAI,CAAC;CASjB"}
|
|
@@ -1,218 +0,0 @@
|
|
|
1
|
-
// Copyright (c) Microsoft Corporation.
|
|
2
|
-
// Licensed under the MIT License.
|
|
3
|
-
import * as coreClient from "@azure/core-client";
|
|
4
|
-
import * as Mappers from "../models/mappers.js";
|
|
5
|
-
import * as Parameters from "../models/parameters.js";
|
|
6
|
-
import { createHttpPoller } from "@azure/core-lro";
|
|
7
|
-
import { createLroSpec } from "../lroImpl.js";
|
|
8
|
-
/** Class containing PrivateEndpointConnections operations. */
|
|
9
|
-
export class PrivateEndpointConnectionsImpl {
|
|
10
|
-
client;
|
|
11
|
-
/**
|
|
12
|
-
* Initialize a new instance of the class PrivateEndpointConnections class.
|
|
13
|
-
* @param client Reference to the service client
|
|
14
|
-
*/
|
|
15
|
-
constructor(client) {
|
|
16
|
-
this.client = client;
|
|
17
|
-
}
|
|
18
|
-
/**
|
|
19
|
-
* To learn more about private clusters, see: https://docs.microsoft.com/azure/aks/private-clusters
|
|
20
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
21
|
-
* @param resourceName The name of the managed cluster resource.
|
|
22
|
-
* @param options The options parameters.
|
|
23
|
-
*/
|
|
24
|
-
list(resourceGroupName, resourceName, options) {
|
|
25
|
-
return this.client.sendOperationRequest({ resourceGroupName, resourceName, options }, listOperationSpec);
|
|
26
|
-
}
|
|
27
|
-
/**
|
|
28
|
-
* To learn more about private clusters, see: https://docs.microsoft.com/azure/aks/private-clusters
|
|
29
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
30
|
-
* @param resourceName The name of the managed cluster resource.
|
|
31
|
-
* @param privateEndpointConnectionName The name of the private endpoint connection.
|
|
32
|
-
* @param options The options parameters.
|
|
33
|
-
*/
|
|
34
|
-
get(resourceGroupName, resourceName, privateEndpointConnectionName, options) {
|
|
35
|
-
return this.client.sendOperationRequest({
|
|
36
|
-
resourceGroupName,
|
|
37
|
-
resourceName,
|
|
38
|
-
privateEndpointConnectionName,
|
|
39
|
-
options,
|
|
40
|
-
}, getOperationSpec);
|
|
41
|
-
}
|
|
42
|
-
/**
|
|
43
|
-
* Updates a private endpoint connection.
|
|
44
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
45
|
-
* @param resourceName The name of the managed cluster resource.
|
|
46
|
-
* @param privateEndpointConnectionName The name of the private endpoint connection.
|
|
47
|
-
* @param parameters The updated private endpoint connection.
|
|
48
|
-
* @param options The options parameters.
|
|
49
|
-
*/
|
|
50
|
-
update(resourceGroupName, resourceName, privateEndpointConnectionName, parameters, options) {
|
|
51
|
-
return this.client.sendOperationRequest({
|
|
52
|
-
resourceGroupName,
|
|
53
|
-
resourceName,
|
|
54
|
-
privateEndpointConnectionName,
|
|
55
|
-
parameters,
|
|
56
|
-
options,
|
|
57
|
-
}, updateOperationSpec);
|
|
58
|
-
}
|
|
59
|
-
/**
|
|
60
|
-
* Deletes a private endpoint connection.
|
|
61
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
62
|
-
* @param resourceName The name of the managed cluster resource.
|
|
63
|
-
* @param privateEndpointConnectionName The name of the private endpoint connection.
|
|
64
|
-
* @param options The options parameters.
|
|
65
|
-
*/
|
|
66
|
-
async beginDelete(resourceGroupName, resourceName, privateEndpointConnectionName, options) {
|
|
67
|
-
const directSendOperation = async (args, spec) => {
|
|
68
|
-
return this.client.sendOperationRequest(args, spec);
|
|
69
|
-
};
|
|
70
|
-
const sendOperationFn = async (args, spec) => {
|
|
71
|
-
let currentRawResponse = undefined;
|
|
72
|
-
const providedCallback = args.options?.onResponse;
|
|
73
|
-
const callback = (rawResponse, flatResponse) => {
|
|
74
|
-
currentRawResponse = rawResponse;
|
|
75
|
-
providedCallback?.(rawResponse, flatResponse);
|
|
76
|
-
};
|
|
77
|
-
const updatedArgs = {
|
|
78
|
-
...args,
|
|
79
|
-
options: {
|
|
80
|
-
...args.options,
|
|
81
|
-
onResponse: callback,
|
|
82
|
-
},
|
|
83
|
-
};
|
|
84
|
-
const flatResponse = await directSendOperation(updatedArgs, spec);
|
|
85
|
-
return {
|
|
86
|
-
flatResponse,
|
|
87
|
-
rawResponse: {
|
|
88
|
-
statusCode: currentRawResponse.status,
|
|
89
|
-
body: currentRawResponse.parsedBody,
|
|
90
|
-
headers: currentRawResponse.headers.toJSON(),
|
|
91
|
-
},
|
|
92
|
-
};
|
|
93
|
-
};
|
|
94
|
-
const lro = createLroSpec({
|
|
95
|
-
sendOperationFn,
|
|
96
|
-
args: {
|
|
97
|
-
resourceGroupName,
|
|
98
|
-
resourceName,
|
|
99
|
-
privateEndpointConnectionName,
|
|
100
|
-
options,
|
|
101
|
-
},
|
|
102
|
-
spec: deleteOperationSpec,
|
|
103
|
-
});
|
|
104
|
-
const poller = await createHttpPoller(lro, {
|
|
105
|
-
restoreFrom: options?.resumeFrom,
|
|
106
|
-
intervalInMs: options?.updateIntervalInMs,
|
|
107
|
-
});
|
|
108
|
-
await poller.poll();
|
|
109
|
-
return poller;
|
|
110
|
-
}
|
|
111
|
-
/**
|
|
112
|
-
* Deletes a private endpoint connection.
|
|
113
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
114
|
-
* @param resourceName The name of the managed cluster resource.
|
|
115
|
-
* @param privateEndpointConnectionName The name of the private endpoint connection.
|
|
116
|
-
* @param options The options parameters.
|
|
117
|
-
*/
|
|
118
|
-
async beginDeleteAndWait(resourceGroupName, resourceName, privateEndpointConnectionName, options) {
|
|
119
|
-
const poller = await this.beginDelete(resourceGroupName, resourceName, privateEndpointConnectionName, options);
|
|
120
|
-
return poller.pollUntilDone();
|
|
121
|
-
}
|
|
122
|
-
}
|
|
123
|
-
// Operation Specifications
|
|
124
|
-
const serializer = coreClient.createSerializer(Mappers, /* isXml */ false);
|
|
125
|
-
const listOperationSpec = {
|
|
126
|
-
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/privateEndpointConnections",
|
|
127
|
-
httpMethod: "GET",
|
|
128
|
-
responses: {
|
|
129
|
-
200: {
|
|
130
|
-
bodyMapper: Mappers.PrivateEndpointConnectionListResult,
|
|
131
|
-
},
|
|
132
|
-
default: {
|
|
133
|
-
bodyMapper: Mappers.ErrorResponse,
|
|
134
|
-
},
|
|
135
|
-
},
|
|
136
|
-
queryParameters: [Parameters.apiVersion],
|
|
137
|
-
urlParameters: [
|
|
138
|
-
Parameters.$host,
|
|
139
|
-
Parameters.subscriptionId,
|
|
140
|
-
Parameters.resourceGroupName,
|
|
141
|
-
Parameters.resourceName,
|
|
142
|
-
],
|
|
143
|
-
headerParameters: [Parameters.accept],
|
|
144
|
-
serializer,
|
|
145
|
-
};
|
|
146
|
-
const getOperationSpec = {
|
|
147
|
-
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/privateEndpointConnections/{privateEndpointConnectionName}",
|
|
148
|
-
httpMethod: "GET",
|
|
149
|
-
responses: {
|
|
150
|
-
200: {
|
|
151
|
-
bodyMapper: Mappers.PrivateEndpointConnection,
|
|
152
|
-
},
|
|
153
|
-
default: {
|
|
154
|
-
bodyMapper: Mappers.ErrorResponse,
|
|
155
|
-
},
|
|
156
|
-
},
|
|
157
|
-
queryParameters: [Parameters.apiVersion],
|
|
158
|
-
urlParameters: [
|
|
159
|
-
Parameters.$host,
|
|
160
|
-
Parameters.subscriptionId,
|
|
161
|
-
Parameters.resourceGroupName,
|
|
162
|
-
Parameters.resourceName,
|
|
163
|
-
Parameters.privateEndpointConnectionName,
|
|
164
|
-
],
|
|
165
|
-
headerParameters: [Parameters.accept],
|
|
166
|
-
serializer,
|
|
167
|
-
};
|
|
168
|
-
const updateOperationSpec = {
|
|
169
|
-
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/privateEndpointConnections/{privateEndpointConnectionName}",
|
|
170
|
-
httpMethod: "PUT",
|
|
171
|
-
responses: {
|
|
172
|
-
200: {
|
|
173
|
-
bodyMapper: Mappers.PrivateEndpointConnection,
|
|
174
|
-
},
|
|
175
|
-
201: {
|
|
176
|
-
bodyMapper: Mappers.PrivateEndpointConnection,
|
|
177
|
-
},
|
|
178
|
-
default: {
|
|
179
|
-
bodyMapper: Mappers.ErrorResponse,
|
|
180
|
-
},
|
|
181
|
-
},
|
|
182
|
-
requestBody: Parameters.parameters9,
|
|
183
|
-
queryParameters: [Parameters.apiVersion],
|
|
184
|
-
urlParameters: [
|
|
185
|
-
Parameters.$host,
|
|
186
|
-
Parameters.subscriptionId,
|
|
187
|
-
Parameters.resourceGroupName,
|
|
188
|
-
Parameters.resourceName,
|
|
189
|
-
Parameters.privateEndpointConnectionName,
|
|
190
|
-
],
|
|
191
|
-
headerParameters: [Parameters.accept, Parameters.contentType],
|
|
192
|
-
mediaType: "json",
|
|
193
|
-
serializer,
|
|
194
|
-
};
|
|
195
|
-
const deleteOperationSpec = {
|
|
196
|
-
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/privateEndpointConnections/{privateEndpointConnectionName}",
|
|
197
|
-
httpMethod: "DELETE",
|
|
198
|
-
responses: {
|
|
199
|
-
200: {},
|
|
200
|
-
201: {},
|
|
201
|
-
202: {},
|
|
202
|
-
204: {},
|
|
203
|
-
default: {
|
|
204
|
-
bodyMapper: Mappers.ErrorResponse,
|
|
205
|
-
},
|
|
206
|
-
},
|
|
207
|
-
queryParameters: [Parameters.apiVersion],
|
|
208
|
-
urlParameters: [
|
|
209
|
-
Parameters.$host,
|
|
210
|
-
Parameters.subscriptionId,
|
|
211
|
-
Parameters.resourceGroupName,
|
|
212
|
-
Parameters.resourceName,
|
|
213
|
-
Parameters.privateEndpointConnectionName,
|
|
214
|
-
],
|
|
215
|
-
headerParameters: [Parameters.accept],
|
|
216
|
-
serializer,
|
|
217
|
-
};
|
|
218
|
-
//# sourceMappingURL=privateEndpointConnections.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"privateEndpointConnections.js","sourceRoot":"","sources":["../../../src/operations/privateEndpointConnections.ts"],"names":[],"mappings":"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","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\n// Code generated by Microsoft (R) AutoRest Code Generator.\n// Changes may cause incorrect behavior and will be lost if the code is regenerated.\n\nimport type { PrivateEndpointConnections } from \"../operationsInterfaces/index.js\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers.js\";\nimport * as Parameters from \"../models/parameters.js\";\nimport type { ContainerServiceClient } from \"../containerServiceClient.js\";\nimport type { SimplePollerLike, OperationState } from \"@azure/core-lro\";\nimport { createHttpPoller } from \"@azure/core-lro\";\nimport { createLroSpec } from \"../lroImpl.js\";\nimport type {\n PrivateEndpointConnectionsListOptionalParams,\n PrivateEndpointConnectionsListResponse,\n PrivateEndpointConnectionsGetOptionalParams,\n PrivateEndpointConnectionsGetResponse,\n PrivateEndpointConnection,\n PrivateEndpointConnectionsUpdateOptionalParams,\n PrivateEndpointConnectionsUpdateResponse,\n PrivateEndpointConnectionsDeleteOptionalParams,\n} from \"../models/index.js\";\n\n/** Class containing PrivateEndpointConnections operations. */\nexport class PrivateEndpointConnectionsImpl implements PrivateEndpointConnections {\n private readonly client: ContainerServiceClient;\n\n /**\n * Initialize a new instance of the class PrivateEndpointConnections class.\n * @param client Reference to the service client\n */\n constructor(client: ContainerServiceClient) {\n this.client = client;\n }\n\n /**\n * To learn more about private clusters, see: https://docs.microsoft.com/azure/aks/private-clusters\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param resourceName The name of the managed cluster resource.\n * @param options The options parameters.\n */\n list(\n resourceGroupName: string,\n resourceName: string,\n options?: PrivateEndpointConnectionsListOptionalParams,\n ): Promise<PrivateEndpointConnectionsListResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, resourceName, options },\n listOperationSpec,\n );\n }\n\n /**\n * To learn more about private clusters, see: https://docs.microsoft.com/azure/aks/private-clusters\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param resourceName The name of the managed cluster resource.\n * @param privateEndpointConnectionName The name of the private endpoint connection.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n resourceName: string,\n privateEndpointConnectionName: string,\n options?: PrivateEndpointConnectionsGetOptionalParams,\n ): Promise<PrivateEndpointConnectionsGetResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n resourceName,\n privateEndpointConnectionName,\n options,\n },\n getOperationSpec,\n );\n }\n\n /**\n * Updates a private endpoint connection.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param resourceName The name of the managed cluster resource.\n * @param privateEndpointConnectionName The name of the private endpoint connection.\n * @param parameters The updated private endpoint connection.\n * @param options The options parameters.\n */\n update(\n resourceGroupName: string,\n resourceName: string,\n privateEndpointConnectionName: string,\n parameters: PrivateEndpointConnection,\n options?: PrivateEndpointConnectionsUpdateOptionalParams,\n ): Promise<PrivateEndpointConnectionsUpdateResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n resourceName,\n privateEndpointConnectionName,\n parameters,\n options,\n },\n updateOperationSpec,\n );\n }\n\n /**\n * Deletes a private endpoint connection.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param resourceName The name of the managed cluster resource.\n * @param privateEndpointConnectionName The name of the private endpoint connection.\n * @param options The options parameters.\n */\n async beginDelete(\n resourceGroupName: string,\n resourceName: string,\n privateEndpointConnectionName: string,\n options?: PrivateEndpointConnectionsDeleteOptionalParams,\n ): Promise<SimplePollerLike<OperationState<void>, void>> {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ): Promise<void> => {\n return this.client.sendOperationRequest(args, spec);\n };\n const sendOperationFn = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ) => {\n let currentRawResponse: coreClient.FullOperationResponse | undefined = undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown,\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback,\n },\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON(),\n },\n };\n };\n\n const lro = createLroSpec({\n sendOperationFn,\n args: {\n resourceGroupName,\n resourceName,\n privateEndpointConnectionName,\n options,\n },\n spec: deleteOperationSpec,\n });\n const poller = await createHttpPoller<void, OperationState<void>>(lro, {\n restoreFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs,\n });\n await poller.poll();\n return poller;\n }\n\n /**\n * Deletes a private endpoint connection.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param resourceName The name of the managed cluster resource.\n * @param privateEndpointConnectionName The name of the private endpoint connection.\n * @param options The options parameters.\n */\n async beginDeleteAndWait(\n resourceGroupName: string,\n resourceName: string,\n privateEndpointConnectionName: string,\n options?: PrivateEndpointConnectionsDeleteOptionalParams,\n ): Promise<void> {\n const poller = await this.beginDelete(\n resourceGroupName,\n resourceName,\n privateEndpointConnectionName,\n options,\n );\n return poller.pollUntilDone();\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst listOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/privateEndpointConnections\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.PrivateEndpointConnectionListResult,\n },\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.resourceName,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst getOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/privateEndpointConnections/{privateEndpointConnectionName}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.PrivateEndpointConnection,\n },\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.resourceName,\n Parameters.privateEndpointConnectionName,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst updateOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/privateEndpointConnections/{privateEndpointConnectionName}\",\n httpMethod: \"PUT\",\n responses: {\n 200: {\n bodyMapper: Mappers.PrivateEndpointConnection,\n },\n 201: {\n bodyMapper: Mappers.PrivateEndpointConnection,\n },\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n requestBody: Parameters.parameters9,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.resourceName,\n Parameters.privateEndpointConnectionName,\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer,\n};\nconst deleteOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/privateEndpointConnections/{privateEndpointConnectionName}\",\n httpMethod: \"DELETE\",\n responses: {\n 200: {},\n 201: {},\n 202: {},\n 204: {},\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.resourceName,\n Parameters.privateEndpointConnectionName,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\n"]}
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
import type { PrivateLinkResources } from "../operationsInterfaces/index.js";
|
|
2
|
-
import type { ContainerServiceClient } from "../containerServiceClient.js";
|
|
3
|
-
import type { PrivateLinkResourcesListOptionalParams, PrivateLinkResourcesListResponse } from "../models/index.js";
|
|
4
|
-
/** Class containing PrivateLinkResources operations. */
|
|
5
|
-
export declare class PrivateLinkResourcesImpl implements PrivateLinkResources {
|
|
6
|
-
private readonly client;
|
|
7
|
-
/**
|
|
8
|
-
* Initialize a new instance of the class PrivateLinkResources class.
|
|
9
|
-
* @param client Reference to the service client
|
|
10
|
-
*/
|
|
11
|
-
constructor(client: ContainerServiceClient);
|
|
12
|
-
/**
|
|
13
|
-
* To learn more about private clusters, see: https://docs.microsoft.com/azure/aks/private-clusters
|
|
14
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
15
|
-
* @param resourceName The name of the managed cluster resource.
|
|
16
|
-
* @param options The options parameters.
|
|
17
|
-
*/
|
|
18
|
-
list(resourceGroupName: string, resourceName: string, options?: PrivateLinkResourcesListOptionalParams): Promise<PrivateLinkResourcesListResponse>;
|
|
19
|
-
}
|
|
20
|
-
//# sourceMappingURL=privateLinkResources.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"privateLinkResources.d.ts","sourceRoot":"","sources":["../../../src/operations/privateLinkResources.ts"],"names":[],"mappings":"AAMA,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,kCAAkC,CAAC;AAI7E,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,8BAA8B,CAAC;AAC3E,OAAO,KAAK,EACV,sCAAsC,EACtC,gCAAgC,EACjC,MAAM,oBAAoB,CAAC;AAE5B,wDAAwD;AACxD,qBAAa,wBAAyB,YAAW,oBAAoB;IACnE,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAyB;IAEhD;;;OAGG;gBACS,MAAM,EAAE,sBAAsB;IAI1C;;;;;OAKG;IACH,IAAI,CACF,iBAAiB,EAAE,MAAM,EACzB,YAAY,EAAE,MAAM,EACpB,OAAO,CAAC,EAAE,sCAAsC,GAC/C,OAAO,CAAC,gCAAgC,CAAC;CAM7C"}
|
|
@@ -1,49 +0,0 @@
|
|
|
1
|
-
// Copyright (c) Microsoft Corporation.
|
|
2
|
-
// Licensed under the MIT License.
|
|
3
|
-
import * as coreClient from "@azure/core-client";
|
|
4
|
-
import * as Mappers from "../models/mappers.js";
|
|
5
|
-
import * as Parameters from "../models/parameters.js";
|
|
6
|
-
/** Class containing PrivateLinkResources operations. */
|
|
7
|
-
export class PrivateLinkResourcesImpl {
|
|
8
|
-
client;
|
|
9
|
-
/**
|
|
10
|
-
* Initialize a new instance of the class PrivateLinkResources class.
|
|
11
|
-
* @param client Reference to the service client
|
|
12
|
-
*/
|
|
13
|
-
constructor(client) {
|
|
14
|
-
this.client = client;
|
|
15
|
-
}
|
|
16
|
-
/**
|
|
17
|
-
* To learn more about private clusters, see: https://docs.microsoft.com/azure/aks/private-clusters
|
|
18
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
19
|
-
* @param resourceName The name of the managed cluster resource.
|
|
20
|
-
* @param options The options parameters.
|
|
21
|
-
*/
|
|
22
|
-
list(resourceGroupName, resourceName, options) {
|
|
23
|
-
return this.client.sendOperationRequest({ resourceGroupName, resourceName, options }, listOperationSpec);
|
|
24
|
-
}
|
|
25
|
-
}
|
|
26
|
-
// Operation Specifications
|
|
27
|
-
const serializer = coreClient.createSerializer(Mappers, /* isXml */ false);
|
|
28
|
-
const listOperationSpec = {
|
|
29
|
-
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/privateLinkResources",
|
|
30
|
-
httpMethod: "GET",
|
|
31
|
-
responses: {
|
|
32
|
-
200: {
|
|
33
|
-
bodyMapper: Mappers.PrivateLinkResourcesListResult,
|
|
34
|
-
},
|
|
35
|
-
default: {
|
|
36
|
-
bodyMapper: Mappers.ErrorResponse,
|
|
37
|
-
},
|
|
38
|
-
},
|
|
39
|
-
queryParameters: [Parameters.apiVersion],
|
|
40
|
-
urlParameters: [
|
|
41
|
-
Parameters.$host,
|
|
42
|
-
Parameters.subscriptionId,
|
|
43
|
-
Parameters.resourceGroupName,
|
|
44
|
-
Parameters.resourceName,
|
|
45
|
-
],
|
|
46
|
-
headerParameters: [Parameters.accept],
|
|
47
|
-
serializer,
|
|
48
|
-
};
|
|
49
|
-
//# sourceMappingURL=privateLinkResources.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"privateLinkResources.js","sourceRoot":"","sources":["../../../src/operations/privateLinkResources.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAMlC,OAAO,KAAK,UAAU,MAAM,oBAAoB,CAAC;AACjD,OAAO,KAAK,OAAO,MAAM,sBAAsB,CAAC;AAChD,OAAO,KAAK,UAAU,MAAM,yBAAyB,CAAC;AAOtD,wDAAwD;AACxD,MAAM,OAAO,wBAAwB;IAClB,MAAM,CAAyB;IAEhD;;;OAGG;IACH,YAAY,MAA8B;QACxC,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC;IACvB,CAAC;IAED;;;;;OAKG;IACH,IAAI,CACF,iBAAyB,EACzB,YAAoB,EACpB,OAAgD;QAEhD,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,iBAAiB,EAAE,YAAY,EAAE,OAAO,EAAE,EAC5C,iBAAiB,CAClB,CAAC;IACJ,CAAC;CACF;AACD,2BAA2B;AAC3B,MAAM,UAAU,GAAG,UAAU,CAAC,gBAAgB,CAAC,OAAO,EAAE,WAAW,CAAC,KAAK,CAAC,CAAC;AAE3E,MAAM,iBAAiB,GAA6B;IAClD,IAAI,EAAE,6JAA6J;IACnK,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,8BAA8B;SACnD;QACD,OAAO,EAAE;YACP,UAAU,EAAE,OAAO,CAAC,aAAa;SAClC;KACF;IACD,eAAe,EAAE,CAAC,UAAU,CAAC,UAAU,CAAC;IACxC,aAAa,EAAE;QACb,UAAU,CAAC,KAAK;QAChB,UAAU,CAAC,cAAc;QACzB,UAAU,CAAC,iBAAiB;QAC5B,UAAU,CAAC,YAAY;KACxB;IACD,gBAAgB,EAAE,CAAC,UAAU,CAAC,MAAM,CAAC;IACrC,UAAU;CACX,CAAC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\n// Code generated by Microsoft (R) AutoRest Code Generator.\n// Changes may cause incorrect behavior and will be lost if the code is regenerated.\n\nimport type { PrivateLinkResources } from \"../operationsInterfaces/index.js\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers.js\";\nimport * as Parameters from \"../models/parameters.js\";\nimport type { ContainerServiceClient } from \"../containerServiceClient.js\";\nimport type {\n PrivateLinkResourcesListOptionalParams,\n PrivateLinkResourcesListResponse,\n} from \"../models/index.js\";\n\n/** Class containing PrivateLinkResources operations. */\nexport class PrivateLinkResourcesImpl implements PrivateLinkResources {\n private readonly client: ContainerServiceClient;\n\n /**\n * Initialize a new instance of the class PrivateLinkResources class.\n * @param client Reference to the service client\n */\n constructor(client: ContainerServiceClient) {\n this.client = client;\n }\n\n /**\n * To learn more about private clusters, see: https://docs.microsoft.com/azure/aks/private-clusters\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param resourceName The name of the managed cluster resource.\n * @param options The options parameters.\n */\n list(\n resourceGroupName: string,\n resourceName: string,\n options?: PrivateLinkResourcesListOptionalParams,\n ): Promise<PrivateLinkResourcesListResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, resourceName, options },\n listOperationSpec,\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst listOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/privateLinkResources\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.PrivateLinkResourcesListResult,\n },\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.resourceName,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\n"]}
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
import type { ResolvePrivateLinkServiceId } from "../operationsInterfaces/index.js";
|
|
2
|
-
import type { ContainerServiceClient } from "../containerServiceClient.js";
|
|
3
|
-
import type { PrivateLinkResource, ResolvePrivateLinkServiceIdPostOptionalParams, ResolvePrivateLinkServiceIdPostResponse } from "../models/index.js";
|
|
4
|
-
/** Class containing ResolvePrivateLinkServiceId operations. */
|
|
5
|
-
export declare class ResolvePrivateLinkServiceIdImpl implements ResolvePrivateLinkServiceId {
|
|
6
|
-
private readonly client;
|
|
7
|
-
/**
|
|
8
|
-
* Initialize a new instance of the class ResolvePrivateLinkServiceId class.
|
|
9
|
-
* @param client Reference to the service client
|
|
10
|
-
*/
|
|
11
|
-
constructor(client: ContainerServiceClient);
|
|
12
|
-
/**
|
|
13
|
-
* Gets the private link service ID for the specified managed cluster.
|
|
14
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
15
|
-
* @param resourceName The name of the managed cluster resource.
|
|
16
|
-
* @param parameters Parameters required in order to resolve a private link service ID.
|
|
17
|
-
* @param options The options parameters.
|
|
18
|
-
*/
|
|
19
|
-
post(resourceGroupName: string, resourceName: string, parameters: PrivateLinkResource, options?: ResolvePrivateLinkServiceIdPostOptionalParams): Promise<ResolvePrivateLinkServiceIdPostResponse>;
|
|
20
|
-
}
|
|
21
|
-
//# sourceMappingURL=resolvePrivateLinkServiceId.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"resolvePrivateLinkServiceId.d.ts","sourceRoot":"","sources":["../../../src/operations/resolvePrivateLinkServiceId.ts"],"names":[],"mappings":"AAMA,OAAO,KAAK,EAAE,2BAA2B,EAAE,MAAM,kCAAkC,CAAC;AAIpF,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,8BAA8B,CAAC;AAC3E,OAAO,KAAK,EACV,mBAAmB,EACnB,6CAA6C,EAC7C,uCAAuC,EACxC,MAAM,oBAAoB,CAAC;AAE5B,+DAA+D;AAC/D,qBAAa,+BAAgC,YAAW,2BAA2B;IACjF,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAyB;IAEhD;;;OAGG;gBACS,MAAM,EAAE,sBAAsB;IAI1C;;;;;;OAMG;IACH,IAAI,CACF,iBAAiB,EAAE,MAAM,EACzB,YAAY,EAAE,MAAM,EACpB,UAAU,EAAE,mBAAmB,EAC/B,OAAO,CAAC,EAAE,6CAA6C,GACtD,OAAO,CAAC,uCAAuC,CAAC;CAMpD"}
|
|
@@ -1,52 +0,0 @@
|
|
|
1
|
-
// Copyright (c) Microsoft Corporation.
|
|
2
|
-
// Licensed under the MIT License.
|
|
3
|
-
import * as coreClient from "@azure/core-client";
|
|
4
|
-
import * as Mappers from "../models/mappers.js";
|
|
5
|
-
import * as Parameters from "../models/parameters.js";
|
|
6
|
-
/** Class containing ResolvePrivateLinkServiceId operations. */
|
|
7
|
-
export class ResolvePrivateLinkServiceIdImpl {
|
|
8
|
-
client;
|
|
9
|
-
/**
|
|
10
|
-
* Initialize a new instance of the class ResolvePrivateLinkServiceId class.
|
|
11
|
-
* @param client Reference to the service client
|
|
12
|
-
*/
|
|
13
|
-
constructor(client) {
|
|
14
|
-
this.client = client;
|
|
15
|
-
}
|
|
16
|
-
/**
|
|
17
|
-
* Gets the private link service ID for the specified managed cluster.
|
|
18
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
19
|
-
* @param resourceName The name of the managed cluster resource.
|
|
20
|
-
* @param parameters Parameters required in order to resolve a private link service ID.
|
|
21
|
-
* @param options The options parameters.
|
|
22
|
-
*/
|
|
23
|
-
post(resourceGroupName, resourceName, parameters, options) {
|
|
24
|
-
return this.client.sendOperationRequest({ resourceGroupName, resourceName, parameters, options }, postOperationSpec);
|
|
25
|
-
}
|
|
26
|
-
}
|
|
27
|
-
// Operation Specifications
|
|
28
|
-
const serializer = coreClient.createSerializer(Mappers, /* isXml */ false);
|
|
29
|
-
const postOperationSpec = {
|
|
30
|
-
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/resolvePrivateLinkServiceId",
|
|
31
|
-
httpMethod: "POST",
|
|
32
|
-
responses: {
|
|
33
|
-
200: {
|
|
34
|
-
bodyMapper: Mappers.PrivateLinkResource,
|
|
35
|
-
},
|
|
36
|
-
default: {
|
|
37
|
-
bodyMapper: Mappers.ErrorResponse,
|
|
38
|
-
},
|
|
39
|
-
},
|
|
40
|
-
requestBody: Parameters.parameters10,
|
|
41
|
-
queryParameters: [Parameters.apiVersion],
|
|
42
|
-
urlParameters: [
|
|
43
|
-
Parameters.$host,
|
|
44
|
-
Parameters.subscriptionId,
|
|
45
|
-
Parameters.resourceGroupName,
|
|
46
|
-
Parameters.resourceName,
|
|
47
|
-
],
|
|
48
|
-
headerParameters: [Parameters.accept, Parameters.contentType],
|
|
49
|
-
mediaType: "json",
|
|
50
|
-
serializer,
|
|
51
|
-
};
|
|
52
|
-
//# sourceMappingURL=resolvePrivateLinkServiceId.js.map
|