@azure/arm-containerservice 25.0.0 → 25.1.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/dist/browser/api/agentPools/operations.js +15 -15
- package/dist/browser/api/agentPools/operations.js.map +1 -1
- package/dist/browser/api/containerServiceContext.js +1 -1
- package/dist/browser/api/containerServiceContext.js.map +1 -1
- package/dist/browser/api/machines/operations.js +3 -3
- package/dist/browser/api/machines/operations.js.map +1 -1
- package/dist/browser/api/maintenanceConfigurations/operations.js +5 -5
- package/dist/browser/api/maintenanceConfigurations/operations.js.map +1 -1
- package/dist/browser/api/managedClusters/operations.js +42 -42
- package/dist/browser/api/managedClusters/operations.js.map +1 -1
- package/dist/browser/api/managedNamespaces/operations.js +9 -9
- package/dist/browser/api/managedNamespaces/operations.js.map +1 -1
- package/dist/browser/api/operations/operations.js +2 -2
- package/dist/browser/api/operations/operations.js.map +1 -1
- package/dist/browser/api/privateEndpointConnections/operations.js +5 -5
- package/dist/browser/api/privateEndpointConnections/operations.js.map +1 -1
- package/dist/browser/api/privateLinkResources/operations.js +1 -1
- package/dist/browser/api/privateLinkResources/operations.js.map +1 -1
- package/dist/browser/api/resolvePrivateLinkServiceId/operations.js +1 -1
- package/dist/browser/api/resolvePrivateLinkServiceId/operations.js.map +1 -1
- package/dist/browser/api/snapshots/operations.js +8 -8
- package/dist/browser/api/snapshots/operations.js.map +1 -1
- package/dist/browser/api/trustedAccessRoleBindings/operations.js +7 -7
- package/dist/browser/api/trustedAccessRoleBindings/operations.js.map +1 -1
- package/dist/browser/api/trustedAccessRoles/operations.js +2 -2
- package/dist/browser/api/trustedAccessRoles/operations.js.map +1 -1
- package/dist/browser/index.d.ts +2 -2
- package/dist/browser/index.js +1 -1
- package/dist/browser/index.js.map +1 -1
- package/dist/browser/models/index.d.ts +2 -2
- package/dist/browser/models/index.js +1 -1
- package/dist/browser/models/index.js.map +1 -1
- package/dist/browser/models/models.d.ts +100 -6
- package/dist/browser/models/models.js +127 -10
- package/dist/browser/models/models.js.map +1 -1
- package/dist/commonjs/api/agentPools/index.js +1 -0
- package/dist/commonjs/api/agentPools/index.js.map +1 -1
- package/dist/commonjs/api/agentPools/operations.js +16 -15
- package/dist/commonjs/api/agentPools/operations.js.map +2 -2
- package/dist/commonjs/api/agentPools/options.js +1 -0
- package/dist/commonjs/api/agentPools/options.js.map +1 -1
- package/dist/commonjs/api/containerServiceContext.js +2 -1
- package/dist/commonjs/api/containerServiceContext.js.map +2 -2
- package/dist/commonjs/api/index.js +1 -0
- package/dist/commonjs/api/index.js.map +1 -1
- package/dist/commonjs/api/machines/index.js +1 -0
- package/dist/commonjs/api/machines/index.js.map +1 -1
- package/dist/commonjs/api/machines/operations.js +4 -3
- package/dist/commonjs/api/machines/operations.js.map +2 -2
- package/dist/commonjs/api/machines/options.js +1 -0
- package/dist/commonjs/api/machines/options.js.map +1 -1
- package/dist/commonjs/api/maintenanceConfigurations/index.js +1 -0
- package/dist/commonjs/api/maintenanceConfigurations/index.js.map +1 -1
- package/dist/commonjs/api/maintenanceConfigurations/operations.js +6 -5
- package/dist/commonjs/api/maintenanceConfigurations/operations.js.map +2 -2
- package/dist/commonjs/api/maintenanceConfigurations/options.js +1 -0
- package/dist/commonjs/api/maintenanceConfigurations/options.js.map +1 -1
- package/dist/commonjs/api/managedClusters/index.js +1 -0
- package/dist/commonjs/api/managedClusters/index.js.map +1 -1
- package/dist/commonjs/api/managedClusters/operations.js +43 -42
- package/dist/commonjs/api/managedClusters/operations.js.map +2 -2
- package/dist/commonjs/api/managedClusters/options.js +1 -0
- package/dist/commonjs/api/managedClusters/options.js.map +1 -1
- package/dist/commonjs/api/managedNamespaces/index.js +1 -0
- package/dist/commonjs/api/managedNamespaces/index.js.map +1 -1
- package/dist/commonjs/api/managedNamespaces/operations.js +10 -9
- package/dist/commonjs/api/managedNamespaces/operations.js.map +2 -2
- package/dist/commonjs/api/managedNamespaces/options.js +1 -0
- package/dist/commonjs/api/managedNamespaces/options.js.map +1 -1
- package/dist/commonjs/api/operations/index.js +1 -0
- package/dist/commonjs/api/operations/index.js.map +1 -1
- package/dist/commonjs/api/operations/operations.js +3 -2
- package/dist/commonjs/api/operations/operations.js.map +2 -2
- package/dist/commonjs/api/operations/options.js +1 -0
- package/dist/commonjs/api/operations/options.js.map +1 -1
- package/dist/commonjs/api/privateEndpointConnections/index.js +1 -0
- package/dist/commonjs/api/privateEndpointConnections/index.js.map +1 -1
- package/dist/commonjs/api/privateEndpointConnections/operations.js +6 -5
- package/dist/commonjs/api/privateEndpointConnections/operations.js.map +2 -2
- package/dist/commonjs/api/privateEndpointConnections/options.js +1 -0
- package/dist/commonjs/api/privateEndpointConnections/options.js.map +1 -1
- package/dist/commonjs/api/privateLinkResources/index.js +1 -0
- package/dist/commonjs/api/privateLinkResources/index.js.map +1 -1
- package/dist/commonjs/api/privateLinkResources/operations.js +2 -1
- package/dist/commonjs/api/privateLinkResources/operations.js.map +2 -2
- package/dist/commonjs/api/privateLinkResources/options.js +1 -0
- package/dist/commonjs/api/privateLinkResources/options.js.map +1 -1
- package/dist/commonjs/api/resolvePrivateLinkServiceId/index.js +1 -0
- package/dist/commonjs/api/resolvePrivateLinkServiceId/index.js.map +1 -1
- package/dist/commonjs/api/resolvePrivateLinkServiceId/operations.js +2 -1
- package/dist/commonjs/api/resolvePrivateLinkServiceId/operations.js.map +2 -2
- package/dist/commonjs/api/resolvePrivateLinkServiceId/options.js +1 -0
- package/dist/commonjs/api/resolvePrivateLinkServiceId/options.js.map +1 -1
- package/dist/commonjs/api/snapshots/index.js +1 -0
- package/dist/commonjs/api/snapshots/index.js.map +1 -1
- package/dist/commonjs/api/snapshots/operations.js +9 -8
- package/dist/commonjs/api/snapshots/operations.js.map +2 -2
- package/dist/commonjs/api/snapshots/options.js +1 -0
- package/dist/commonjs/api/snapshots/options.js.map +1 -1
- package/dist/commonjs/api/trustedAccessRoleBindings/index.js +1 -0
- package/dist/commonjs/api/trustedAccessRoleBindings/index.js.map +1 -1
- package/dist/commonjs/api/trustedAccessRoleBindings/operations.js +8 -7
- package/dist/commonjs/api/trustedAccessRoleBindings/operations.js.map +2 -2
- package/dist/commonjs/api/trustedAccessRoleBindings/options.js +1 -0
- package/dist/commonjs/api/trustedAccessRoleBindings/options.js.map +1 -1
- package/dist/commonjs/api/trustedAccessRoles/index.js +1 -0
- package/dist/commonjs/api/trustedAccessRoles/index.js.map +1 -1
- package/dist/commonjs/api/trustedAccessRoles/operations.js +3 -2
- package/dist/commonjs/api/trustedAccessRoles/operations.js.map +2 -2
- package/dist/commonjs/api/trustedAccessRoles/options.js +1 -0
- package/dist/commonjs/api/trustedAccessRoles/options.js.map +1 -1
- package/dist/commonjs/classic/agentPools/index.js +1 -0
- package/dist/commonjs/classic/agentPools/index.js.map +1 -1
- package/dist/commonjs/classic/index.js +1 -0
- package/dist/commonjs/classic/index.js.map +1 -1
- package/dist/commonjs/classic/machines/index.js +1 -0
- package/dist/commonjs/classic/machines/index.js.map +1 -1
- package/dist/commonjs/classic/maintenanceConfigurations/index.js +1 -0
- package/dist/commonjs/classic/maintenanceConfigurations/index.js.map +1 -1
- package/dist/commonjs/classic/managedClusters/index.js +1 -0
- package/dist/commonjs/classic/managedClusters/index.js.map +1 -1
- package/dist/commonjs/classic/managedNamespaces/index.js +1 -0
- package/dist/commonjs/classic/managedNamespaces/index.js.map +1 -1
- package/dist/commonjs/classic/operations/index.js +1 -0
- package/dist/commonjs/classic/operations/index.js.map +1 -1
- package/dist/commonjs/classic/privateEndpointConnections/index.js +1 -0
- package/dist/commonjs/classic/privateEndpointConnections/index.js.map +1 -1
- package/dist/commonjs/classic/privateLinkResources/index.js +1 -0
- package/dist/commonjs/classic/privateLinkResources/index.js.map +1 -1
- package/dist/commonjs/classic/resolvePrivateLinkServiceId/index.js +1 -0
- package/dist/commonjs/classic/resolvePrivateLinkServiceId/index.js.map +1 -1
- package/dist/commonjs/classic/snapshots/index.js +1 -0
- package/dist/commonjs/classic/snapshots/index.js.map +1 -1
- package/dist/commonjs/classic/trustedAccessRoleBindings/index.js +1 -0
- package/dist/commonjs/classic/trustedAccessRoleBindings/index.js.map +1 -1
- package/dist/commonjs/classic/trustedAccessRoles/index.js +1 -0
- package/dist/commonjs/classic/trustedAccessRoles/index.js.map +1 -1
- package/dist/commonjs/containerServiceClient.js +1 -0
- package/dist/commonjs/containerServiceClient.js.map +1 -1
- package/dist/commonjs/index.d.ts +2 -2
- package/dist/commonjs/index.js +5 -0
- package/dist/commonjs/index.js.map +3 -3
- package/dist/commonjs/logger.js +1 -0
- package/dist/commonjs/logger.js.map +1 -1
- package/dist/commonjs/models/index.d.ts +2 -2
- package/dist/commonjs/models/index.js +5 -0
- package/dist/commonjs/models/index.js.map +3 -3
- package/dist/commonjs/models/models.d.ts +100 -6
- package/dist/commonjs/models/models.js +132 -14
- package/dist/commonjs/models/models.js.map +4 -4
- package/dist/commonjs/restorePollerHelpers.js +1 -0
- package/dist/commonjs/restorePollerHelpers.js.map +1 -1
- package/dist/commonjs/static-helpers/cloudSettingHelpers.js +1 -0
- package/dist/commonjs/static-helpers/cloudSettingHelpers.js.map +1 -1
- package/dist/commonjs/static-helpers/pagingHelpers.js +1 -0
- package/dist/commonjs/static-helpers/pagingHelpers.js.map +1 -1
- package/dist/commonjs/static-helpers/pollingHelpers.js +1 -0
- package/dist/commonjs/static-helpers/pollingHelpers.js.map +1 -1
- package/dist/commonjs/static-helpers/serialization/check-prop-undefined.js +1 -0
- package/dist/commonjs/static-helpers/serialization/check-prop-undefined.js.map +1 -1
- package/dist/commonjs/static-helpers/simplePollerHelpers.js +1 -0
- package/dist/commonjs/static-helpers/simplePollerHelpers.js.map +1 -1
- package/dist/commonjs/static-helpers/urlTemplate.js +1 -0
- package/dist/commonjs/static-helpers/urlTemplate.js.map +1 -1
- package/dist/commonjs/tsdoc-metadata.json +1 -1
- package/dist/esm/api/agentPools/index.js +4 -22
- package/dist/esm/api/agentPools/index.js.map +1 -7
- package/dist/esm/api/agentPools/operations.js +266 -364
- package/dist/esm/api/agentPools/operations.js.map +1 -7
- package/dist/esm/api/agentPools/options.js +4 -0
- package/dist/esm/api/agentPools/options.js.map +1 -7
- package/dist/esm/api/containerServiceContext.js +20 -17
- package/dist/esm/api/containerServiceContext.js.map +1 -7
- package/dist/esm/api/index.js +4 -4
- package/dist/esm/api/index.js.map +1 -7
- package/dist/esm/api/machines/index.js +4 -5
- package/dist/esm/api/machines/index.js.map +1 -7
- package/dist/esm/api/machines/operations.js +55 -83
- package/dist/esm/api/machines/operations.js.map +1 -7
- package/dist/esm/api/machines/options.js +4 -0
- package/dist/esm/api/machines/options.js.map +1 -7
- package/dist/esm/api/maintenanceConfigurations/index.js +4 -7
- package/dist/esm/api/maintenanceConfigurations/index.js.map +1 -7
- package/dist/esm/api/maintenanceConfigurations/operations.js +107 -143
- package/dist/esm/api/maintenanceConfigurations/operations.js.map +1 -7
- package/dist/esm/api/maintenanceConfigurations/options.js +4 -0
- package/dist/esm/api/maintenanceConfigurations/options.js.map +1 -7
- package/dist/esm/api/managedClusters/index.js +4 -56
- package/dist/esm/api/managedClusters/index.js.map +1 -7
- package/dist/esm/api/managedClusters/operations.js +772 -1035
- package/dist/esm/api/managedClusters/operations.js.map +1 -7
- package/dist/esm/api/managedClusters/options.js +4 -0
- package/dist/esm/api/managedClusters/options.js.map +1 -7
- package/dist/esm/api/managedNamespaces/index.js +4 -16
- package/dist/esm/api/managedNamespaces/index.js.map +1 -7
- package/dist/esm/api/managedNamespaces/operations.js +184 -253
- package/dist/esm/api/managedNamespaces/operations.js.map +1 -7
- package/dist/esm/api/managedNamespaces/options.js +4 -0
- package/dist/esm/api/managedNamespaces/options.js.map +1 -7
- package/dist/esm/api/operations/index.js +4 -4
- package/dist/esm/api/operations/index.js.map +1 -7
- package/dist/esm/api/operations/operations.js +25 -39
- package/dist/esm/api/operations/operations.js.map +1 -7
- package/dist/esm/api/operations/options.js +4 -0
- package/dist/esm/api/operations/options.js.map +1 -7
- package/dist/esm/api/privateEndpointConnections/index.js +4 -7
- package/dist/esm/api/privateEndpointConnections/index.js.map +1 -7
- package/dist/esm/api/privateEndpointConnections/operations.js +113 -155
- package/dist/esm/api/privateEndpointConnections/operations.js.map +1 -7
- package/dist/esm/api/privateEndpointConnections/options.js +4 -0
- package/dist/esm/api/privateEndpointConnections/options.js.map +1 -7
- package/dist/esm/api/privateLinkResources/index.js +4 -4
- package/dist/esm/api/privateLinkResources/index.js.map +1 -7
- package/dist/esm/api/privateLinkResources/operations.js +29 -37
- package/dist/esm/api/privateLinkResources/operations.js.map +1 -7
- package/dist/esm/api/privateLinkResources/options.js +4 -0
- package/dist/esm/api/privateLinkResources/options.js.map +1 -7
- package/dist/esm/api/resolvePrivateLinkServiceId/index.js +4 -4
- package/dist/esm/api/resolvePrivateLinkServiceId/index.js.map +1 -7
- package/dist/esm/api/resolvePrivateLinkServiceId/operations.js +31 -40
- package/dist/esm/api/resolvePrivateLinkServiceId/operations.js.map +1 -7
- package/dist/esm/api/resolvePrivateLinkServiceId/options.js +4 -0
- package/dist/esm/api/resolvePrivateLinkServiceId/options.js.map +1 -7
- package/dist/esm/api/snapshots/index.js +4 -16
- package/dist/esm/api/snapshots/index.js.map +1 -7
- package/dist/esm/api/snapshots/operations.js +167 -227
- package/dist/esm/api/snapshots/operations.js.map +1 -7
- package/dist/esm/api/snapshots/options.js +4 -0
- package/dist/esm/api/snapshots/options.js.map +1 -7
- package/dist/esm/api/trustedAccessRoleBindings/index.js +4 -7
- package/dist/esm/api/trustedAccessRoleBindings/index.js.map +1 -7
- package/dist/esm/api/trustedAccessRoleBindings/operations.js +117 -159
- package/dist/esm/api/trustedAccessRoleBindings/operations.js.map +1 -7
- package/dist/esm/api/trustedAccessRoleBindings/options.js +4 -0
- package/dist/esm/api/trustedAccessRoleBindings/options.js.map +1 -7
- package/dist/esm/api/trustedAccessRoles/index.js +4 -4
- package/dist/esm/api/trustedAccessRoles/index.js.map +1 -7
- package/dist/esm/api/trustedAccessRoles/operations.js +27 -41
- package/dist/esm/api/trustedAccessRoles/operations.js.map +1 -7
- package/dist/esm/api/trustedAccessRoles/options.js +4 -0
- package/dist/esm/api/trustedAccessRoles/options.js.map +1 -7
- package/dist/esm/classic/agentPools/index.js +59 -121
- package/dist/esm/classic/agentPools/index.js.map +1 -7
- package/dist/esm/classic/index.js +4 -0
- package/dist/esm/classic/index.js.map +1 -7
- package/dist/esm/classic/machines/index.js +11 -11
- package/dist/esm/classic/machines/index.js.map +1 -7
- package/dist/esm/classic/maintenanceConfigurations/index.js +14 -19
- package/dist/esm/classic/maintenanceConfigurations/index.js.map +1 -7
- package/dist/esm/classic/managedClusters/index.js +124 -173
- package/dist/esm/classic/managedClusters/index.js.map +1 -7
- package/dist/esm/classic/managedNamespaces/index.js +32 -66
- package/dist/esm/classic/managedNamespaces/index.js.map +1 -7
- package/dist/esm/classic/operations/index.js +10 -10
- package/dist/esm/classic/operations/index.js.map +1 -7
- package/dist/esm/classic/privateEndpointConnections/index.js +21 -40
- package/dist/esm/classic/privateEndpointConnections/index.js.map +1 -7
- package/dist/esm/classic/privateLinkResources/index.js +10 -10
- package/dist/esm/classic/privateLinkResources/index.js.map +1 -7
- package/dist/esm/classic/resolvePrivateLinkServiceId/index.js +10 -10
- package/dist/esm/classic/resolvePrivateLinkServiceId/index.js.map +1 -7
- package/dist/esm/classic/snapshots/index.js +16 -23
- package/dist/esm/classic/snapshots/index.js.map +1 -7
- package/dist/esm/classic/trustedAccessRoleBindings/index.js +30 -68
- package/dist/esm/classic/trustedAccessRoleBindings/index.js.map +1 -7
- package/dist/esm/classic/trustedAccessRoles/index.js +10 -10
- package/dist/esm/classic/trustedAccessRoles/index.js.map +1 -7
- package/dist/esm/containerServiceClient.js +62 -59
- package/dist/esm/containerServiceClient.js.map +1 -7
- package/dist/esm/index.d.ts +2 -2
- package/dist/esm/index.js +7 -147
- package/dist/esm/index.js.map +1 -7
- package/dist/esm/logger.js +4 -4
- package/dist/esm/logger.js.map +1 -7
- package/dist/esm/models/index.d.ts +2 -2
- package/dist/esm/models/index.js +4 -142
- package/dist/esm/models/index.js.map +1 -7
- package/dist/esm/models/models.d.ts +100 -6
- package/dist/esm/models/models.js +4899 -4137
- package/dist/esm/models/models.js.map +1 -7
- package/dist/esm/restorePollerHelpers.js +127 -140
- package/dist/esm/restorePollerHelpers.js.map +1 -7
- package/dist/esm/static-helpers/cloudSettingHelpers.js +37 -26
- package/dist/esm/static-helpers/cloudSettingHelpers.js.map +1 -7
- package/dist/esm/static-helpers/pagingHelpers.js +122 -98
- package/dist/esm/static-helpers/pagingHelpers.js.map +1 -7
- package/dist/esm/static-helpers/pollingHelpers.js +86 -68
- package/dist/esm/static-helpers/pollingHelpers.js.map +1 -7
- package/dist/esm/static-helpers/serialization/check-prop-undefined.js +15 -9
- package/dist/esm/static-helpers/serialization/check-prop-undefined.js.map +1 -7
- package/dist/esm/static-helpers/simplePollerHelpers.js +43 -42
- package/dist/esm/static-helpers/simplePollerHelpers.js.map +1 -7
- package/dist/esm/static-helpers/urlTemplate.js +169 -142
- package/dist/esm/static-helpers/urlTemplate.js.map +1 -7
- package/dist/react-native/api/agentPools/operations.js +15 -15
- package/dist/react-native/api/agentPools/operations.js.map +1 -1
- package/dist/react-native/api/containerServiceContext.js +1 -1
- package/dist/react-native/api/containerServiceContext.js.map +1 -1
- package/dist/react-native/api/machines/operations.js +3 -3
- package/dist/react-native/api/machines/operations.js.map +1 -1
- package/dist/react-native/api/maintenanceConfigurations/operations.js +5 -5
- package/dist/react-native/api/maintenanceConfigurations/operations.js.map +1 -1
- package/dist/react-native/api/managedClusters/operations.js +42 -42
- package/dist/react-native/api/managedClusters/operations.js.map +1 -1
- package/dist/react-native/api/managedNamespaces/operations.js +9 -9
- package/dist/react-native/api/managedNamespaces/operations.js.map +1 -1
- package/dist/react-native/api/operations/operations.js +2 -2
- package/dist/react-native/api/operations/operations.js.map +1 -1
- package/dist/react-native/api/privateEndpointConnections/operations.js +5 -5
- package/dist/react-native/api/privateEndpointConnections/operations.js.map +1 -1
- package/dist/react-native/api/privateLinkResources/operations.js +1 -1
- package/dist/react-native/api/privateLinkResources/operations.js.map +1 -1
- package/dist/react-native/api/resolvePrivateLinkServiceId/operations.js +1 -1
- package/dist/react-native/api/resolvePrivateLinkServiceId/operations.js.map +1 -1
- package/dist/react-native/api/snapshots/operations.js +8 -8
- package/dist/react-native/api/snapshots/operations.js.map +1 -1
- package/dist/react-native/api/trustedAccessRoleBindings/operations.js +7 -7
- package/dist/react-native/api/trustedAccessRoleBindings/operations.js.map +1 -1
- package/dist/react-native/api/trustedAccessRoles/operations.js +2 -2
- package/dist/react-native/api/trustedAccessRoles/operations.js.map +1 -1
- package/dist/react-native/index.d.ts +2 -2
- package/dist/react-native/index.js +1 -1
- package/dist/react-native/index.js.map +1 -1
- package/dist/react-native/models/index.d.ts +2 -2
- package/dist/react-native/models/index.js +1 -1
- package/dist/react-native/models/index.js.map +1 -1
- package/dist/react-native/models/models.d.ts +100 -6
- package/dist/react-native/models/models.js +127 -10
- package/dist/react-native/models/models.js.map +1 -1
- package/package.json +7 -7
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
// Copyright (c) Microsoft Corporation.
|
|
2
|
+
// Licensed under the MIT License.
|
|
1
3
|
import { createContainerService } from "./api/index.js";
|
|
2
4
|
import { _getAgentPoolsOperations } from "./classic/agentPools/index.js";
|
|
3
5
|
import { _getMachinesOperations } from "./classic/machines/index.js";
|
|
@@ -11,64 +13,65 @@ import { _getResolvePrivateLinkServiceIdOperations } from "./classic/resolvePriv
|
|
|
11
13
|
import { _getSnapshotsOperations } from "./classic/snapshots/index.js";
|
|
12
14
|
import { _getTrustedAccessRoleBindingsOperations } from "./classic/trustedAccessRoleBindings/index.js";
|
|
13
15
|
import { _getTrustedAccessRolesOperations } from "./classic/trustedAccessRoles/index.js";
|
|
14
|
-
class ContainerServiceClient {
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
16
|
+
export class ContainerServiceClient {
|
|
17
|
+
_client;
|
|
18
|
+
/** The pipeline used by this client to make requests */
|
|
19
|
+
pipeline;
|
|
20
|
+
/** The Container Service Client. */
|
|
21
|
+
constructor(credential, subscriptionIdOrOptions, options) {
|
|
22
|
+
let subscriptionId;
|
|
23
|
+
if (typeof subscriptionIdOrOptions === "string") {
|
|
24
|
+
subscriptionId = subscriptionIdOrOptions;
|
|
25
|
+
}
|
|
26
|
+
else if (typeof subscriptionIdOrOptions === "object") {
|
|
27
|
+
options = subscriptionIdOrOptions;
|
|
28
|
+
}
|
|
29
|
+
options = options ?? {};
|
|
30
|
+
const prefixFromOptions = options?.userAgentOptions?.userAgentPrefix;
|
|
31
|
+
const userAgentPrefix = prefixFromOptions
|
|
32
|
+
? `${prefixFromOptions} azsdk-js-client`
|
|
33
|
+
: `azsdk-js-client`;
|
|
34
|
+
this._client = createContainerService(credential, subscriptionId ?? "", {
|
|
35
|
+
...options,
|
|
36
|
+
userAgentOptions: { userAgentPrefix },
|
|
37
|
+
});
|
|
38
|
+
this.pipeline = this._client.pipeline;
|
|
39
|
+
this.trustedAccessRoles = _getTrustedAccessRolesOperations(this._client);
|
|
40
|
+
this.resolvePrivateLinkServiceId = _getResolvePrivateLinkServiceIdOperations(this._client);
|
|
41
|
+
this.privateLinkResources = _getPrivateLinkResourcesOperations(this._client);
|
|
42
|
+
this.operations = _getOperationsOperations(this._client);
|
|
43
|
+
this.trustedAccessRoleBindings = _getTrustedAccessRoleBindingsOperations(this._client);
|
|
44
|
+
this.snapshots = _getSnapshotsOperations(this._client);
|
|
45
|
+
this.privateEndpointConnections = _getPrivateEndpointConnectionsOperations(this._client);
|
|
46
|
+
this.machines = _getMachinesOperations(this._client);
|
|
47
|
+
this.managedNamespaces = _getManagedNamespacesOperations(this._client);
|
|
48
|
+
this.maintenanceConfigurations = _getMaintenanceConfigurationsOperations(this._client);
|
|
49
|
+
this.managedClusters = _getManagedClustersOperations(this._client);
|
|
50
|
+
this.agentPools = _getAgentPoolsOperations(this._client);
|
|
25
51
|
}
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
resolvePrivateLinkServiceId;
|
|
51
|
-
/** The operation groups for privateLinkResources */
|
|
52
|
-
privateLinkResources;
|
|
53
|
-
/** The operation groups for operations */
|
|
54
|
-
operations;
|
|
55
|
-
/** The operation groups for trustedAccessRoleBindings */
|
|
56
|
-
trustedAccessRoleBindings;
|
|
57
|
-
/** The operation groups for snapshots */
|
|
58
|
-
snapshots;
|
|
59
|
-
/** The operation groups for privateEndpointConnections */
|
|
60
|
-
privateEndpointConnections;
|
|
61
|
-
/** The operation groups for machines */
|
|
62
|
-
machines;
|
|
63
|
-
/** The operation groups for managedNamespaces */
|
|
64
|
-
managedNamespaces;
|
|
65
|
-
/** The operation groups for maintenanceConfigurations */
|
|
66
|
-
maintenanceConfigurations;
|
|
67
|
-
/** The operation groups for managedClusters */
|
|
68
|
-
managedClusters;
|
|
69
|
-
/** The operation groups for agentPools */
|
|
70
|
-
agentPools;
|
|
52
|
+
/** The operation groups for trustedAccessRoles */
|
|
53
|
+
trustedAccessRoles;
|
|
54
|
+
/** The operation groups for resolvePrivateLinkServiceId */
|
|
55
|
+
resolvePrivateLinkServiceId;
|
|
56
|
+
/** The operation groups for privateLinkResources */
|
|
57
|
+
privateLinkResources;
|
|
58
|
+
/** The operation groups for operations */
|
|
59
|
+
operations;
|
|
60
|
+
/** The operation groups for trustedAccessRoleBindings */
|
|
61
|
+
trustedAccessRoleBindings;
|
|
62
|
+
/** The operation groups for snapshots */
|
|
63
|
+
snapshots;
|
|
64
|
+
/** The operation groups for privateEndpointConnections */
|
|
65
|
+
privateEndpointConnections;
|
|
66
|
+
/** The operation groups for machines */
|
|
67
|
+
machines;
|
|
68
|
+
/** The operation groups for managedNamespaces */
|
|
69
|
+
managedNamespaces;
|
|
70
|
+
/** The operation groups for maintenanceConfigurations */
|
|
71
|
+
maintenanceConfigurations;
|
|
72
|
+
/** The operation groups for managedClusters */
|
|
73
|
+
managedClusters;
|
|
74
|
+
/** The operation groups for agentPools */
|
|
75
|
+
agentPools;
|
|
71
76
|
}
|
|
72
|
-
|
|
73
|
-
ContainerServiceClient
|
|
74
|
-
};
|
|
77
|
+
//# sourceMappingURL=containerServiceClient.js.map
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
{
|
|
2
|
-
"version": 3,
|
|
3
|
-
"sources": ["/mnt/vss/_work/1/s/sdk/containerservice/arm-containerservice/src/containerServiceClient.ts"],
|
|
4
|
-
"sourcesContent": ["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport type { ContainerServiceContext, ContainerServiceClientOptionalParams } from \"./api/index.js\";\nimport { createContainerService } from \"./api/index.js\";\nimport type { AgentPoolsOperations } from \"./classic/agentPools/index.js\";\nimport { _getAgentPoolsOperations } from \"./classic/agentPools/index.js\";\nimport type { MachinesOperations } from \"./classic/machines/index.js\";\nimport { _getMachinesOperations } from \"./classic/machines/index.js\";\nimport type { MaintenanceConfigurationsOperations } from \"./classic/maintenanceConfigurations/index.js\";\nimport { _getMaintenanceConfigurationsOperations } from \"./classic/maintenanceConfigurations/index.js\";\nimport type { ManagedClustersOperations } from \"./classic/managedClusters/index.js\";\nimport { _getManagedClustersOperations } from \"./classic/managedClusters/index.js\";\nimport type { ManagedNamespacesOperations } from \"./classic/managedNamespaces/index.js\";\nimport { _getManagedNamespacesOperations } from \"./classic/managedNamespaces/index.js\";\nimport type { OperationsOperations } from \"./classic/operations/index.js\";\nimport { _getOperationsOperations } from \"./classic/operations/index.js\";\nimport type { PrivateEndpointConnectionsOperations } from \"./classic/privateEndpointConnections/index.js\";\nimport { _getPrivateEndpointConnectionsOperations } from \"./classic/privateEndpointConnections/index.js\";\nimport type { PrivateLinkResourcesOperations } from \"./classic/privateLinkResources/index.js\";\nimport { _getPrivateLinkResourcesOperations } from \"./classic/privateLinkResources/index.js\";\nimport type { ResolvePrivateLinkServiceIdOperations } from \"./classic/resolvePrivateLinkServiceId/index.js\";\nimport { _getResolvePrivateLinkServiceIdOperations } from \"./classic/resolvePrivateLinkServiceId/index.js\";\nimport type { SnapshotsOperations } from \"./classic/snapshots/index.js\";\nimport { _getSnapshotsOperations } from \"./classic/snapshots/index.js\";\nimport type { TrustedAccessRoleBindingsOperations } from \"./classic/trustedAccessRoleBindings/index.js\";\nimport { _getTrustedAccessRoleBindingsOperations } from \"./classic/trustedAccessRoleBindings/index.js\";\nimport type { TrustedAccessRolesOperations } from \"./classic/trustedAccessRoles/index.js\";\nimport { _getTrustedAccessRolesOperations } from \"./classic/trustedAccessRoles/index.js\";\nimport type { TokenCredential } from \"@azure/core-auth\";\nimport type { Pipeline } from \"@azure/core-rest-pipeline\";\n\nexport type { ContainerServiceClientOptionalParams } from \"./api/containerServiceContext.js\";\n\nexport class ContainerServiceClient {\n private _client: ContainerServiceContext;\n /** The pipeline used by this client to make requests */\n public readonly pipeline: Pipeline;\n\n constructor(credential: TokenCredential, options?: ContainerServiceClientOptionalParams);\n constructor(\n credential: TokenCredential,\n subscriptionId: string,\n options?: ContainerServiceClientOptionalParams,\n );\n /** The Container Service Client. */\n constructor(\n credential: TokenCredential,\n subscriptionIdOrOptions?: string | ContainerServiceClientOptionalParams,\n options?: ContainerServiceClientOptionalParams,\n ) {\n let subscriptionId: string | undefined;\n\n if (typeof subscriptionIdOrOptions === \"string\") {\n subscriptionId = subscriptionIdOrOptions;\n } else if (typeof subscriptionIdOrOptions === \"object\") {\n options = subscriptionIdOrOptions;\n }\n\n options = options ?? {};\n const prefixFromOptions = options?.userAgentOptions?.userAgentPrefix;\n const userAgentPrefix = prefixFromOptions\n ? `${prefixFromOptions} azsdk-js-client`\n : `azsdk-js-client`;\n this._client = createContainerService(credential, subscriptionId ?? \"\", {\n ...options,\n userAgentOptions: { userAgentPrefix },\n });\n this.pipeline = this._client.pipeline;\n this.trustedAccessRoles = _getTrustedAccessRolesOperations(this._client);\n this.resolvePrivateLinkServiceId = _getResolvePrivateLinkServiceIdOperations(this._client);\n this.privateLinkResources = _getPrivateLinkResourcesOperations(this._client);\n this.operations = _getOperationsOperations(this._client);\n this.trustedAccessRoleBindings = _getTrustedAccessRoleBindingsOperations(this._client);\n this.snapshots = _getSnapshotsOperations(this._client);\n this.privateEndpointConnections = _getPrivateEndpointConnectionsOperations(this._client);\n this.machines = _getMachinesOperations(this._client);\n this.managedNamespaces = _getManagedNamespacesOperations(this._client);\n this.maintenanceConfigurations = _getMaintenanceConfigurationsOperations(this._client);\n this.managedClusters = _getManagedClustersOperations(this._client);\n this.agentPools = _getAgentPoolsOperations(this._client);\n }\n\n /** The operation groups for trustedAccessRoles */\n public readonly trustedAccessRoles: TrustedAccessRolesOperations;\n /** The operation groups for resolvePrivateLinkServiceId */\n public readonly resolvePrivateLinkServiceId: ResolvePrivateLinkServiceIdOperations;\n /** The operation groups for privateLinkResources */\n public readonly privateLinkResources: PrivateLinkResourcesOperations;\n /** The operation groups for operations */\n public readonly operations: OperationsOperations;\n /** The operation groups for trustedAccessRoleBindings */\n public readonly trustedAccessRoleBindings: TrustedAccessRoleBindingsOperations;\n /** The operation groups for snapshots */\n public readonly snapshots: SnapshotsOperations;\n /** The operation groups for privateEndpointConnections */\n public readonly privateEndpointConnections: PrivateEndpointConnectionsOperations;\n /** The operation groups for machines */\n public readonly machines: MachinesOperations;\n /** The operation groups for managedNamespaces */\n public readonly managedNamespaces: ManagedNamespacesOperations;\n /** The operation groups for maintenanceConfigurations */\n public readonly maintenanceConfigurations: MaintenanceConfigurationsOperations;\n /** The operation groups for managedClusters */\n public readonly managedClusters: ManagedClustersOperations;\n /** The operation groups for agentPools */\n public readonly agentPools: AgentPoolsOperations;\n}\n"],
|
|
5
|
-
"mappings": "AAIA,SAAS,8BAA8B;AAEvC,SAAS,gCAAgC;AAEzC,SAAS,8BAA8B;AAEvC,SAAS,+CAA+C;AAExD,SAAS,qCAAqC;AAE9C,SAAS,uCAAuC;AAEhD,SAAS,gCAAgC;AAEzC,SAAS,gDAAgD;AAEzD,SAAS,0CAA0C;AAEnD,SAAS,iDAAiD;AAE1D,SAAS,+BAA+B;AAExC,SAAS,+CAA+C;AAExD,SAAS,wCAAwC;AAM1C,MAAM,uBAAuB;AAAA,EAC1B;AAAA;AAAA,EAEQ;AAAA;AAAA,EAShB,YACE,YACA,yBACA,SACA;AACA,QAAI;AAEJ,QAAI,OAAO,4BAA4B,UAAU;AAC/C,uBAAiB;AAAA,IACnB,WAAW,OAAO,4BAA4B,UAAU;AACtD,gBAAU;AAAA,IACZ;AAEA,cAAU,WAAW,CAAC;AACtB,UAAM,oBAAoB,SAAS,kBAAkB;AACrD,UAAM,kBAAkB,oBACpB,GAAG,iBAAiB,qBACpB;AACJ,SAAK,UAAU,uBAAuB,YAAY,kBAAkB,IAAI;AAAA,MACtE,GAAG;AAAA,MACH,kBAAkB,EAAE,gBAAgB;AAAA,IACtC,CAAC;AACD,SAAK,WAAW,KAAK,QAAQ;AAC7B,SAAK,qBAAqB,iCAAiC,KAAK,OAAO;AACvE,SAAK,8BAA8B,0CAA0C,KAAK,OAAO;AACzF,SAAK,uBAAuB,mCAAmC,KAAK,OAAO;AAC3E,SAAK,aAAa,yBAAyB,KAAK,OAAO;AACvD,SAAK,4BAA4B,wCAAwC,KAAK,OAAO;AACrF,SAAK,YAAY,wBAAwB,KAAK,OAAO;AACrD,SAAK,6BAA6B,yCAAyC,KAAK,OAAO;AACvF,SAAK,WAAW,uBAAuB,KAAK,OAAO;AACnD,SAAK,oBAAoB,gCAAgC,KAAK,OAAO;AACrE,SAAK,4BAA4B,wCAAwC,KAAK,OAAO;AACrF,SAAK,kBAAkB,8BAA8B,KAAK,OAAO;AACjE,SAAK,aAAa,yBAAyB,KAAK,OAAO;AAAA,EACzD;AAAA;AAAA,EAGgB;AAAA;AAAA,EAEA;AAAA;AAAA,EAEA;AAAA;AAAA,EAEA;AAAA;AAAA,EAEA;AAAA;AAAA,EAEA;AAAA;AAAA,EAEA;AAAA;AAAA,EAEA;AAAA;AAAA,EAEA;AAAA;AAAA,EAEA;AAAA;AAAA,EAEA;AAAA;AAAA,EAEA;AAClB;",
|
|
6
|
-
"names": []
|
|
7
|
-
}
|
|
1
|
+
{"version":3,"file":"containerServiceClient.js","sourceRoot":"","sources":["../../src/containerServiceClient.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAGlC,OAAO,EAAE,sBAAsB,EAAE,MAAM,gBAAgB,CAAC;AAExD,OAAO,EAAE,wBAAwB,EAAE,MAAM,+BAA+B,CAAC;AAEzE,OAAO,EAAE,sBAAsB,EAAE,MAAM,6BAA6B,CAAC;AAErE,OAAO,EAAE,uCAAuC,EAAE,MAAM,8CAA8C,CAAC;AAEvG,OAAO,EAAE,6BAA6B,EAAE,MAAM,oCAAoC,CAAC;AAEnF,OAAO,EAAE,+BAA+B,EAAE,MAAM,sCAAsC,CAAC;AAEvF,OAAO,EAAE,wBAAwB,EAAE,MAAM,+BAA+B,CAAC;AAEzE,OAAO,EAAE,wCAAwC,EAAE,MAAM,+CAA+C,CAAC;AAEzG,OAAO,EAAE,kCAAkC,EAAE,MAAM,yCAAyC,CAAC;AAE7F,OAAO,EAAE,yCAAyC,EAAE,MAAM,gDAAgD,CAAC;AAE3G,OAAO,EAAE,uBAAuB,EAAE,MAAM,8BAA8B,CAAC;AAEvE,OAAO,EAAE,uCAAuC,EAAE,MAAM,8CAA8C,CAAC;AAEvG,OAAO,EAAE,gCAAgC,EAAE,MAAM,uCAAuC,CAAC;AAMzF,MAAM,OAAO,sBAAsB;IACzB,OAAO,CAA0B;IACzC,wDAAwD;IACxC,QAAQ,CAAW;IAQnC,oCAAoC;IACpC,YACE,UAA2B,EAC3B,uBAAuE,EACvE,OAA8C;QAE9C,IAAI,cAAkC,CAAC;QAEvC,IAAI,OAAO,uBAAuB,KAAK,QAAQ,EAAE,CAAC;YAChD,cAAc,GAAG,uBAAuB,CAAC;QAC3C,CAAC;aAAM,IAAI,OAAO,uBAAuB,KAAK,QAAQ,EAAE,CAAC;YACvD,OAAO,GAAG,uBAAuB,CAAC;QACpC,CAAC;QAED,OAAO,GAAG,OAAO,IAAI,EAAE,CAAC;QACxB,MAAM,iBAAiB,GAAG,OAAO,EAAE,gBAAgB,EAAE,eAAe,CAAC;QACrE,MAAM,eAAe,GAAG,iBAAiB;YACvC,CAAC,CAAC,GAAG,iBAAiB,kBAAkB;YACxC,CAAC,CAAC,iBAAiB,CAAC;QACtB,IAAI,CAAC,OAAO,GAAG,sBAAsB,CAAC,UAAU,EAAE,cAAc,IAAI,EAAE,EAAE;YACtE,GAAG,OAAO;YACV,gBAAgB,EAAE,EAAE,eAAe,EAAE;SACtC,CAAC,CAAC;QACH,IAAI,CAAC,QAAQ,GAAG,IAAI,CAAC,OAAO,CAAC,QAAQ,CAAC;QACtC,IAAI,CAAC,kBAAkB,GAAG,gCAAgC,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QACzE,IAAI,CAAC,2BAA2B,GAAG,yCAAyC,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QAC3F,IAAI,CAAC,oBAAoB,GAAG,kCAAkC,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QAC7E,IAAI,CAAC,UAAU,GAAG,wBAAwB,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QACzD,IAAI,CAAC,yBAAyB,GAAG,uCAAuC,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QACvF,IAAI,CAAC,SAAS,GAAG,uBAAuB,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QACvD,IAAI,CAAC,0BAA0B,GAAG,wCAAwC,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QACzF,IAAI,CAAC,QAAQ,GAAG,sBAAsB,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QACrD,IAAI,CAAC,iBAAiB,GAAG,+BAA+B,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QACvE,IAAI,CAAC,yBAAyB,GAAG,uCAAuC,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QACvF,IAAI,CAAC,eAAe,GAAG,6BAA6B,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QACnE,IAAI,CAAC,UAAU,GAAG,wBAAwB,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;IAC3D,CAAC;IAED,kDAAkD;IAClC,kBAAkB,CAA+B;IACjE,2DAA2D;IAC3C,2BAA2B,CAAwC;IACnF,oDAAoD;IACpC,oBAAoB,CAAiC;IACrE,0CAA0C;IAC1B,UAAU,CAAuB;IACjD,yDAAyD;IACzC,yBAAyB,CAAsC;IAC/E,yCAAyC;IACzB,SAAS,CAAsB;IAC/C,0DAA0D;IAC1C,0BAA0B,CAAuC;IACjF,wCAAwC;IACxB,QAAQ,CAAqB;IAC7C,iDAAiD;IACjC,iBAAiB,CAA8B;IAC/D,yDAAyD;IACzC,yBAAyB,CAAsC;IAC/E,+CAA+C;IAC/B,eAAe,CAA4B;IAC3D,0CAA0C;IAC1B,UAAU,CAAuB;CAClD","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport type { ContainerServiceContext, ContainerServiceClientOptionalParams } from \"./api/index.js\";\nimport { createContainerService } from \"./api/index.js\";\nimport type { AgentPoolsOperations } from \"./classic/agentPools/index.js\";\nimport { _getAgentPoolsOperations } from \"./classic/agentPools/index.js\";\nimport type { MachinesOperations } from \"./classic/machines/index.js\";\nimport { _getMachinesOperations } from \"./classic/machines/index.js\";\nimport type { MaintenanceConfigurationsOperations } from \"./classic/maintenanceConfigurations/index.js\";\nimport { _getMaintenanceConfigurationsOperations } from \"./classic/maintenanceConfigurations/index.js\";\nimport type { ManagedClustersOperations } from \"./classic/managedClusters/index.js\";\nimport { _getManagedClustersOperations } from \"./classic/managedClusters/index.js\";\nimport type { ManagedNamespacesOperations } from \"./classic/managedNamespaces/index.js\";\nimport { _getManagedNamespacesOperations } from \"./classic/managedNamespaces/index.js\";\nimport type { OperationsOperations } from \"./classic/operations/index.js\";\nimport { _getOperationsOperations } from \"./classic/operations/index.js\";\nimport type { PrivateEndpointConnectionsOperations } from \"./classic/privateEndpointConnections/index.js\";\nimport { _getPrivateEndpointConnectionsOperations } from \"./classic/privateEndpointConnections/index.js\";\nimport type { PrivateLinkResourcesOperations } from \"./classic/privateLinkResources/index.js\";\nimport { _getPrivateLinkResourcesOperations } from \"./classic/privateLinkResources/index.js\";\nimport type { ResolvePrivateLinkServiceIdOperations } from \"./classic/resolvePrivateLinkServiceId/index.js\";\nimport { _getResolvePrivateLinkServiceIdOperations } from \"./classic/resolvePrivateLinkServiceId/index.js\";\nimport type { SnapshotsOperations } from \"./classic/snapshots/index.js\";\nimport { _getSnapshotsOperations } from \"./classic/snapshots/index.js\";\nimport type { TrustedAccessRoleBindingsOperations } from \"./classic/trustedAccessRoleBindings/index.js\";\nimport { _getTrustedAccessRoleBindingsOperations } from \"./classic/trustedAccessRoleBindings/index.js\";\nimport type { TrustedAccessRolesOperations } from \"./classic/trustedAccessRoles/index.js\";\nimport { _getTrustedAccessRolesOperations } from \"./classic/trustedAccessRoles/index.js\";\nimport type { TokenCredential } from \"@azure/core-auth\";\nimport type { Pipeline } from \"@azure/core-rest-pipeline\";\n\nexport type { ContainerServiceClientOptionalParams } from \"./api/containerServiceContext.js\";\n\nexport class ContainerServiceClient {\n private _client: ContainerServiceContext;\n /** The pipeline used by this client to make requests */\n public readonly pipeline: Pipeline;\n\n constructor(credential: TokenCredential, options?: ContainerServiceClientOptionalParams);\n constructor(\n credential: TokenCredential,\n subscriptionId: string,\n options?: ContainerServiceClientOptionalParams,\n );\n /** The Container Service Client. */\n constructor(\n credential: TokenCredential,\n subscriptionIdOrOptions?: string | ContainerServiceClientOptionalParams,\n options?: ContainerServiceClientOptionalParams,\n ) {\n let subscriptionId: string | undefined;\n\n if (typeof subscriptionIdOrOptions === \"string\") {\n subscriptionId = subscriptionIdOrOptions;\n } else if (typeof subscriptionIdOrOptions === \"object\") {\n options = subscriptionIdOrOptions;\n }\n\n options = options ?? {};\n const prefixFromOptions = options?.userAgentOptions?.userAgentPrefix;\n const userAgentPrefix = prefixFromOptions\n ? `${prefixFromOptions} azsdk-js-client`\n : `azsdk-js-client`;\n this._client = createContainerService(credential, subscriptionId ?? \"\", {\n ...options,\n userAgentOptions: { userAgentPrefix },\n });\n this.pipeline = this._client.pipeline;\n this.trustedAccessRoles = _getTrustedAccessRolesOperations(this._client);\n this.resolvePrivateLinkServiceId = _getResolvePrivateLinkServiceIdOperations(this._client);\n this.privateLinkResources = _getPrivateLinkResourcesOperations(this._client);\n this.operations = _getOperationsOperations(this._client);\n this.trustedAccessRoleBindings = _getTrustedAccessRoleBindingsOperations(this._client);\n this.snapshots = _getSnapshotsOperations(this._client);\n this.privateEndpointConnections = _getPrivateEndpointConnectionsOperations(this._client);\n this.machines = _getMachinesOperations(this._client);\n this.managedNamespaces = _getManagedNamespacesOperations(this._client);\n this.maintenanceConfigurations = _getMaintenanceConfigurationsOperations(this._client);\n this.managedClusters = _getManagedClustersOperations(this._client);\n this.agentPools = _getAgentPoolsOperations(this._client);\n }\n\n /** The operation groups for trustedAccessRoles */\n public readonly trustedAccessRoles: TrustedAccessRolesOperations;\n /** The operation groups for resolvePrivateLinkServiceId */\n public readonly resolvePrivateLinkServiceId: ResolvePrivateLinkServiceIdOperations;\n /** The operation groups for privateLinkResources */\n public readonly privateLinkResources: PrivateLinkResourcesOperations;\n /** The operation groups for operations */\n public readonly operations: OperationsOperations;\n /** The operation groups for trustedAccessRoleBindings */\n public readonly trustedAccessRoleBindings: TrustedAccessRoleBindingsOperations;\n /** The operation groups for snapshots */\n public readonly snapshots: SnapshotsOperations;\n /** The operation groups for privateEndpointConnections */\n public readonly privateEndpointConnections: PrivateEndpointConnectionsOperations;\n /** The operation groups for machines */\n public readonly machines: MachinesOperations;\n /** The operation groups for managedNamespaces */\n public readonly managedNamespaces: ManagedNamespacesOperations;\n /** The operation groups for maintenanceConfigurations */\n public readonly maintenanceConfigurations: MaintenanceConfigurationsOperations;\n /** The operation groups for managedClusters */\n public readonly managedClusters: ManagedClustersOperations;\n /** The operation groups for agentPools */\n public readonly agentPools: AgentPoolsOperations;\n}\n"]}
|
package/dist/esm/index.d.ts
CHANGED
|
@@ -5,8 +5,8 @@ export { ContainerServiceClient } from "./containerServiceClient.js";
|
|
|
5
5
|
export type { SimplePollerLike } from "./static-helpers/simplePollerHelpers.js";
|
|
6
6
|
export type { RestorePollerOptions } from "./restorePollerHelpers.js";
|
|
7
7
|
export { restorePoller } from "./restorePollerHelpers.js";
|
|
8
|
-
export type { AgentPool, ManagedClusterAgentPoolProfileProperties, OSDiskType, KubeletDiskType, WorkloadRuntime, PodIPAllocationMode, OSType, Ossku, ScaleDownMode, AgentPoolType, AgentPoolMode, AgentPoolUpgradeSettings, UndrainableNodeBehavior, PowerState, Code, ScaleSetPriority, ScaleSetEvictionPolicy, KubeletConfig, LinuxOSConfig, SysctlConfig, GPUInstanceProfile, CreationData, AgentPoolNetworkProfile, IPTag, PortRange, Protocol, AgentPoolWindowsProfile, AgentPoolSecurityProfile, AgentPoolSSHAccess, GPUProfile, GPUDriver, AgentPoolGatewayProfile, VirtualMachinesProfile, ScaleProfile, ManualScaleProfile, VirtualMachineNodes, AgentPoolStatus, ErrorDetail, ErrorAdditionalInfo, LocalDNSProfile, LocalDNSMode, LocalDNSState, LocalDNSOverride, LocalDNSQueryLogging, LocalDNSProtocol, LocalDNSForwardDestination, LocalDNSForwardPolicy, LocalDNSServeStale, ProxyResource, Resource, SystemData, CreatedByType, ErrorResponse, AgentPoolDeleteMachinesParameter, AgentPoolAvailableVersions, AgentPoolAvailableVersionsProperties, AgentPoolAvailableVersionsPropertiesAgentPoolVersionsItem, AgentPoolUpgradeProfile, AgentPoolUpgradeProfileProperties, AgentPoolUpgradeProfilePropertiesUpgradesItem, ManagedCluster, ManagedClusterProperties, ManagedClusterAgentPoolProfile, ContainerServiceLinuxProfile, ContainerServiceSshConfiguration, ContainerServiceSshPublicKey, ManagedClusterWindowsProfile, LicenseType, WindowsGmsaProfile, ManagedClusterServicePrincipalProfile, ManagedClusterAddonProfile, ManagedClusterAddonProfileIdentity, ManagedClusterPodIdentityProfile, ManagedClusterPodIdentity, UserAssignedIdentity, ManagedClusterPodIdentityProvisioningState, ManagedClusterPodIdentityProvisioningInfo, ManagedClusterPodIdentityProvisioningError, ManagedClusterPodIdentityProvisioningErrorBody, ManagedClusterPodIdentityException, ManagedClusterOidcIssuerProfile, ManagedClusterNodeResourceGroupProfile, RestrictionLevel, KubernetesSupportPlan, ContainerServiceNetworkProfile, NetworkPlugin, NetworkPluginMode, NetworkPolicy, NetworkMode, NetworkDataplane, AdvancedNetworking, AdvancedNetworkingObservability, AdvancedNetworkingSecurity, AdvancedNetworkPolicies, AdvancedNetworkingSecurityTransitEncryption, TransitEncryptionType, AdvancedNetworkingPerformance, AccelerationMode, OutboundType, LoadBalancerSku, ManagedClusterLoadBalancerProfile, ManagedClusterLoadBalancerProfileManagedOutboundIPs, ManagedClusterLoadBalancerProfileOutboundIPPrefixes, ResourceReference, ManagedClusterLoadBalancerProfileOutboundIPs, BackendPoolType, ManagedClusterNATGatewayProfile, ManagedClusterManagedOutboundIPProfile, ManagedClusterStaticEgressGatewayProfile, IpFamily, ManagedClusterAADProfile, ManagedClusterAutoUpgradeProfile, UpgradeChannel, NodeOSUpgradeChannel, ClusterUpgradeSettings, UpgradeOverrideSettings, ManagedClusterPropertiesAutoScalerProfile, Expander, ManagedClusterAPIServerAccessProfile, PrivateLinkResource, ManagedClusterHttpProxyConfig, ManagedClusterSecurityProfile, ManagedClusterSecurityProfileDefender, ManagedClusterSecurityProfileDefenderSecurityMonitoring, AzureKeyVaultKms, KeyVaultNetworkAccessTypes, ManagedClusterSecurityProfileWorkloadIdentity, ManagedClusterSecurityProfileImageCleaner, ManagedClusterStorageProfile, ManagedClusterStorageProfileDiskCSIDriver, ManagedClusterStorageProfileFileCSIDriver, ManagedClusterStorageProfileSnapshotController, ManagedClusterStorageProfileBlobCSIDriver, ManagedClusterIngressProfile, ManagedClusterIngressProfileWebAppRouting, ManagedClusterIngressProfileNginx, NginxIngressControllerType, PublicNetworkAccess, ManagedClusterWorkloadAutoScalerProfile, ManagedClusterWorkloadAutoScalerProfileKeda, ManagedClusterWorkloadAutoScalerProfileVerticalPodAutoscaler, ManagedClusterAzureMonitorProfile, ManagedClusterAzureMonitorProfileMetrics, ManagedClusterAzureMonitorProfileKubeStateMetrics, ServiceMeshProfile, ServiceMeshMode, IstioServiceMesh, IstioComponents, IstioIngressGateway, IstioIngressGatewayMode, IstioEgressGateway, ProxyRedirectionMechanism, IstioCertificateAuthority, IstioPluginCertificateAuthority, ManagedClusterMetricsProfile, ManagedClusterCostAnalysis, ManagedClusterNodeProvisioningProfile, NodeProvisioningMode, NodeProvisioningDefaultNodePools, ManagedClusterBootstrapProfile, ArtifactSource, ManagedClusterAIToolchainOperatorProfile, ManagedClusterStatus, ManagedClusterSKU, ManagedClusterSKUName, ManagedClusterSKUTier, ExtendedLocation, ExtendedLocationTypes, ManagedClusterIdentity, ResourceIdentityType, DelegatedResource, ManagedServiceIdentityUserAssignedIdentitiesValue, TrackedResource, TagsObject, ManagedClusterAccessProfile, AccessProfile, CredentialResults, CredentialResult, RunCommandRequest, RunCommandResult, CommandResultProperties, OutboundEnvironmentEndpoint, EndpointDependency, EndpointDetail, ManagedClusterUpgradeProfile, ManagedClusterUpgradeProfileProperties, ManagedClusterPoolUpgradeProfile, ManagedClusterPoolUpgradeProfileUpgradesItem, MeshRevisionProfile, MeshRevisionProfileProperties, MeshRevision, CompatibleVersions, MeshUpgradeProfile, MeshUpgradeProfileProperties, KubernetesVersionListResult, KubernetesVersion, KubernetesVersionCapabilities, KubernetesPatchVersion, MaintenanceConfiguration, MaintenanceConfigurationProperties, TimeInWeek, WeekDay, TimeSpan, MaintenanceWindow, Schedule, DailySchedule, WeeklySchedule, AbsoluteMonthlySchedule, RelativeMonthlySchedule, Type, DateSpan, ManagedNamespace, NamespaceProperties, NamespaceProvisioningState, ResourceQuota, NetworkPolicies, PolicyRule, AdoptionPolicy, DeletePolicy, Machine, MachineProperties, MachineNetworkProperties, MachineIpAddress, PrivateEndpointConnection, PrivateEndpointConnectionProperties, PrivateEndpointConnectionProvisioningState, PrivateEndpoint, PrivateLinkServiceConnectionState, ConnectionStatus, PrivateEndpointConnectionListResult, Snapshot, SnapshotProperties, SnapshotType, TrustedAccessRoleBinding, TrustedAccessRoleBindingProperties, TrustedAccessRoleBindingProvisioningState, OperationValue, OperationValueDisplay, PrivateLinkResourcesListResult, TrustedAccessRole, TrustedAccessRoleRule, Format, } from "./models/index.js";
|
|
9
|
-
export { KnownOSDiskType, KnownKubeletDiskType, KnownWorkloadRuntime, KnownPodIPAllocationMode, KnownOSType, KnownOssku, KnownScaleDownMode, KnownAgentPoolType, KnownAgentPoolMode, KnownUndrainableNodeBehavior, KnownCode, KnownScaleSetPriority, KnownScaleSetEvictionPolicy, KnownGPUInstanceProfile, KnownProtocol, KnownAgentPoolSSHAccess, KnownGPUDriver, KnownLocalDNSMode, KnownLocalDNSState, KnownLocalDNSQueryLogging, KnownLocalDNSProtocol, KnownLocalDNSForwardDestination, KnownLocalDNSForwardPolicy, KnownLocalDNSServeStale, KnownCreatedByType, KnownLicenseType, KnownManagedClusterPodIdentityProvisioningState, KnownRestrictionLevel, KnownKubernetesSupportPlan, KnownNetworkPlugin, KnownNetworkPluginMode, KnownNetworkPolicy, KnownNetworkMode, KnownNetworkDataplane, KnownAdvancedNetworkPolicies, KnownTransitEncryptionType, KnownAccelerationMode, KnownOutboundType, KnownLoadBalancerSku, KnownBackendPoolType, KnownIpFamily, KnownUpgradeChannel, KnownNodeOSUpgradeChannel, KnownExpander, KnownKeyVaultNetworkAccessTypes, KnownNginxIngressControllerType, KnownPublicNetworkAccess, KnownServiceMeshMode, KnownIstioIngressGatewayMode, KnownProxyRedirectionMechanism, KnownNodeProvisioningMode, KnownNodeProvisioningDefaultNodePools, KnownArtifactSource, KnownManagedClusterSKUName, KnownManagedClusterSKUTier, KnownExtendedLocationTypes, KnownResourceIdentityType, KnownWeekDay, KnownType, KnownNamespaceProvisioningState, KnownPolicyRule, KnownAdoptionPolicy, KnownDeletePolicy, KnownPrivateEndpointConnectionProvisioningState, KnownConnectionStatus, KnownSnapshotType, KnownTrustedAccessRoleBindingProvisioningState, KnownFormat, KnownVersions, } from "./models/index.js";
|
|
8
|
+
export type { AgentPool, ManagedClusterAgentPoolProfileProperties, OSDiskType, KubeletDiskType, WorkloadRuntime, PodIPAllocationMode, OSType, Ossku, ScaleDownMode, AgentPoolType, AgentPoolMode, AgentPoolUpgradeSettings, UndrainableNodeBehavior, PowerState, Code, ScaleSetPriority, ScaleSetEvictionPolicy, KubeletConfig, LinuxOSConfig, SysctlConfig, GPUInstanceProfile, CreationData, AgentPoolNetworkProfile, IPTag, PortRange, Protocol, AgentPoolWindowsProfile, AgentPoolSecurityProfile, AgentPoolSSHAccess, GPUProfile, GPUDriver, AgentPoolGatewayProfile, VirtualMachinesProfile, ScaleProfile, ManualScaleProfile, VirtualMachineNodes, AgentPoolStatus, ErrorDetail, ErrorAdditionalInfo, LocalDNSProfile, LocalDNSMode, LocalDNSState, LocalDNSOverride, LocalDNSQueryLogging, LocalDNSProtocol, LocalDNSForwardDestination, LocalDNSForwardPolicy, LocalDNSServeStale, ProxyResource, Resource, SystemData, CreatedByType, ErrorResponse, AgentPoolDeleteMachinesParameter, AgentPoolAvailableVersions, AgentPoolAvailableVersionsProperties, AgentPoolAvailableVersionsPropertiesAgentPoolVersionsItem, AgentPoolUpgradeProfile, AgentPoolUpgradeProfileProperties, AgentPoolUpgradeProfilePropertiesUpgradesItem, ManagedCluster, ManagedClusterProperties, ManagedClusterAgentPoolProfile, ContainerServiceLinuxProfile, ContainerServiceSshConfiguration, ContainerServiceSshPublicKey, ManagedClusterWindowsProfile, LicenseType, WindowsGmsaProfile, ManagedClusterServicePrincipalProfile, ManagedClusterAddonProfile, ManagedClusterAddonProfileIdentity, ManagedClusterPodIdentityProfile, ManagedClusterPodIdentity, UserAssignedIdentity, ManagedClusterPodIdentityProvisioningState, ManagedClusterPodIdentityProvisioningInfo, ManagedClusterPodIdentityProvisioningError, ManagedClusterPodIdentityProvisioningErrorBody, ManagedClusterPodIdentityException, ManagedClusterOidcIssuerProfile, ManagedClusterNodeResourceGroupProfile, RestrictionLevel, KubernetesSupportPlan, ContainerServiceNetworkProfile, NetworkPlugin, NetworkPluginMode, NetworkPolicy, NetworkMode, NetworkDataplane, AdvancedNetworking, AdvancedNetworkingObservability, AdvancedNetworkingSecurity, AdvancedNetworkPolicies, AdvancedNetworkingSecurityTransitEncryption, TransitEncryptionType, AdvancedNetworkingPerformance, AccelerationMode, OutboundType, LoadBalancerSku, ManagedClusterLoadBalancerProfile, ManagedClusterLoadBalancerProfileManagedOutboundIPs, ManagedClusterLoadBalancerProfileOutboundIPPrefixes, ResourceReference, ManagedClusterLoadBalancerProfileOutboundIPs, BackendPoolType, ManagedClusterNATGatewayProfile, ManagedClusterManagedOutboundIPProfile, ManagedClusterStaticEgressGatewayProfile, IpFamily, ManagedClusterAADProfile, ManagedClusterAutoUpgradeProfile, UpgradeChannel, NodeOSUpgradeChannel, ClusterUpgradeSettings, UpgradeOverrideSettings, ManagedClusterPropertiesAutoScalerProfile, Expander, ManagedClusterAPIServerAccessProfile, PrivateLinkResource, ManagedClusterHttpProxyConfig, ManagedClusterSecurityProfile, ManagedClusterSecurityProfileDefender, ManagedClusterSecurityProfileDefenderSecurityMonitoring, AzureKeyVaultKms, KeyVaultNetworkAccessTypes, ManagedClusterSecurityProfileWorkloadIdentity, ManagedClusterSecurityProfileImageCleaner, ManagedClusterStorageProfile, ManagedClusterStorageProfileDiskCSIDriver, ManagedClusterStorageProfileFileCSIDriver, ManagedClusterStorageProfileSnapshotController, ManagedClusterStorageProfileBlobCSIDriver, ManagedClusterIngressProfile, ManagedClusterIngressProfileWebAppRouting, ManagedClusterWebAppRoutingGatewayAPIImplementations, ManagedClusterAppRoutingIstio, GatewayAPIIstioEnabled, ManagedClusterIngressProfileNginx, NginxIngressControllerType, ManagedClusterIngressProfileGatewayConfiguration, ManagedGatewayType, PublicNetworkAccess, ManagedClusterWorkloadAutoScalerProfile, ManagedClusterWorkloadAutoScalerProfileKeda, ManagedClusterWorkloadAutoScalerProfileVerticalPodAutoscaler, ManagedClusterAzureMonitorProfile, ManagedClusterAzureMonitorProfileMetrics, ManagedClusterAzureMonitorProfileKubeStateMetrics, ManagedClusterAzureMonitorProfileAppMonitoring, ManagedClusterAzureMonitorProfileAppMonitoringAutoInstrumentation, ServiceMeshProfile, ServiceMeshMode, IstioServiceMesh, IstioComponents, IstioIngressGateway, IstioIngressGatewayMode, IstioEgressGateway, ProxyRedirectionMechanism, IstioCertificateAuthority, IstioPluginCertificateAuthority, ManagedClusterMetricsProfile, ManagedClusterCostAnalysis, ManagedClusterNodeProvisioningProfile, NodeProvisioningMode, NodeProvisioningDefaultNodePools, ManagedClusterBootstrapProfile, ArtifactSource, ManagedClusterAIToolchainOperatorProfile, ManagedClusterHostedSystemProfile, ManagedClusterStatus, ManagedClusterSKU, ManagedClusterSKUName, ManagedClusterSKUTier, ExtendedLocation, ExtendedLocationTypes, ManagedClusterIdentity, ResourceIdentityType, DelegatedResource, ManagedServiceIdentityUserAssignedIdentitiesValue, TrackedResource, TagsObject, ManagedClusterAccessProfile, AccessProfile, CredentialResults, CredentialResult, RunCommandRequest, RunCommandResult, CommandResultProperties, OutboundEnvironmentEndpoint, EndpointDependency, EndpointDetail, ManagedClusterUpgradeProfile, ManagedClusterUpgradeProfileProperties, ManagedClusterPoolUpgradeProfile, ManagedClusterPoolUpgradeProfileUpgradesItem, MeshRevisionProfile, MeshRevisionProfileProperties, MeshRevision, CompatibleVersions, MeshUpgradeProfile, MeshUpgradeProfileProperties, KubernetesVersionListResult, KubernetesVersion, KubernetesVersionCapabilities, KubernetesPatchVersion, MaintenanceConfiguration, MaintenanceConfigurationProperties, TimeInWeek, WeekDay, TimeSpan, MaintenanceWindow, Schedule, DailySchedule, WeeklySchedule, AbsoluteMonthlySchedule, RelativeMonthlySchedule, Type, DateSpan, ManagedNamespace, NamespaceProperties, NamespaceProvisioningState, ResourceQuota, NetworkPolicies, PolicyRule, AdoptionPolicy, DeletePolicy, Machine, MachineProperties, MachineNetworkProperties, MachineIpAddress, PrivateEndpointConnection, PrivateEndpointConnectionProperties, PrivateEndpointConnectionProvisioningState, PrivateEndpoint, PrivateLinkServiceConnectionState, ConnectionStatus, PrivateEndpointConnectionListResult, Snapshot, SnapshotProperties, SnapshotType, TrustedAccessRoleBinding, TrustedAccessRoleBindingProperties, TrustedAccessRoleBindingProvisioningState, OperationValue, OperationValueDisplay, PrivateLinkResourcesListResult, TrustedAccessRole, TrustedAccessRoleRule, Format, } from "./models/index.js";
|
|
9
|
+
export { KnownOSDiskType, KnownKubeletDiskType, KnownWorkloadRuntime, KnownPodIPAllocationMode, KnownOSType, KnownOssku, KnownScaleDownMode, KnownAgentPoolType, KnownAgentPoolMode, KnownUndrainableNodeBehavior, KnownCode, KnownScaleSetPriority, KnownScaleSetEvictionPolicy, KnownGPUInstanceProfile, KnownProtocol, KnownAgentPoolSSHAccess, KnownGPUDriver, KnownLocalDNSMode, KnownLocalDNSState, KnownLocalDNSQueryLogging, KnownLocalDNSProtocol, KnownLocalDNSForwardDestination, KnownLocalDNSForwardPolicy, KnownLocalDNSServeStale, KnownCreatedByType, KnownLicenseType, KnownManagedClusterPodIdentityProvisioningState, KnownRestrictionLevel, KnownKubernetesSupportPlan, KnownNetworkPlugin, KnownNetworkPluginMode, KnownNetworkPolicy, KnownNetworkMode, KnownNetworkDataplane, KnownAdvancedNetworkPolicies, KnownTransitEncryptionType, KnownAccelerationMode, KnownOutboundType, KnownLoadBalancerSku, KnownBackendPoolType, KnownIpFamily, KnownUpgradeChannel, KnownNodeOSUpgradeChannel, KnownExpander, KnownKeyVaultNetworkAccessTypes, KnownGatewayAPIIstioEnabled, KnownNginxIngressControllerType, KnownManagedGatewayType, KnownPublicNetworkAccess, KnownServiceMeshMode, KnownIstioIngressGatewayMode, KnownProxyRedirectionMechanism, KnownNodeProvisioningMode, KnownNodeProvisioningDefaultNodePools, KnownArtifactSource, KnownManagedClusterSKUName, KnownManagedClusterSKUTier, KnownExtendedLocationTypes, KnownResourceIdentityType, KnownWeekDay, KnownType, KnownNamespaceProvisioningState, KnownPolicyRule, KnownAdoptionPolicy, KnownDeletePolicy, KnownPrivateEndpointConnectionProvisioningState, KnownConnectionStatus, KnownSnapshotType, KnownTrustedAccessRoleBindingProvisioningState, KnownFormat, KnownVersions, } from "./models/index.js";
|
|
10
10
|
export type { ContainerServiceClientOptionalParams } from "./api/index.js";
|
|
11
11
|
export type { AgentPoolsGetUpgradeProfileOptionalParams, AgentPoolsGetAvailableAgentPoolVersionsOptionalParams, AgentPoolsUpgradeNodeImageVersionOptionalParams, AgentPoolsDeleteMachinesOptionalParams, AgentPoolsAbortLatestOperationOptionalParams, AgentPoolsListOptionalParams, AgentPoolsDeleteOptionalParams, AgentPoolsCreateOrUpdateOptionalParams, AgentPoolsGetOptionalParams, } from "./api/agentPools/index.js";
|
|
12
12
|
export type { MachinesListOptionalParams, MachinesGetOptionalParams, } from "./api/machines/index.js";
|
package/dist/esm/index.js
CHANGED
|
@@ -1,148 +1,8 @@
|
|
|
1
|
+
// Copyright (c) Microsoft Corporation.
|
|
2
|
+
// Licensed under the MIT License.
|
|
1
3
|
import { AzureClouds } from "./static-helpers/cloudSettingHelpers.js";
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
KnownWorkloadRuntime,
|
|
8
|
-
KnownPodIPAllocationMode,
|
|
9
|
-
KnownOSType,
|
|
10
|
-
KnownOssku,
|
|
11
|
-
KnownScaleDownMode,
|
|
12
|
-
KnownAgentPoolType,
|
|
13
|
-
KnownAgentPoolMode,
|
|
14
|
-
KnownUndrainableNodeBehavior,
|
|
15
|
-
KnownCode,
|
|
16
|
-
KnownScaleSetPriority,
|
|
17
|
-
KnownScaleSetEvictionPolicy,
|
|
18
|
-
KnownGPUInstanceProfile,
|
|
19
|
-
KnownProtocol,
|
|
20
|
-
KnownAgentPoolSSHAccess,
|
|
21
|
-
KnownGPUDriver,
|
|
22
|
-
KnownLocalDNSMode,
|
|
23
|
-
KnownLocalDNSState,
|
|
24
|
-
KnownLocalDNSQueryLogging,
|
|
25
|
-
KnownLocalDNSProtocol,
|
|
26
|
-
KnownLocalDNSForwardDestination,
|
|
27
|
-
KnownLocalDNSForwardPolicy,
|
|
28
|
-
KnownLocalDNSServeStale,
|
|
29
|
-
KnownCreatedByType,
|
|
30
|
-
KnownLicenseType,
|
|
31
|
-
KnownManagedClusterPodIdentityProvisioningState,
|
|
32
|
-
KnownRestrictionLevel,
|
|
33
|
-
KnownKubernetesSupportPlan,
|
|
34
|
-
KnownNetworkPlugin,
|
|
35
|
-
KnownNetworkPluginMode,
|
|
36
|
-
KnownNetworkPolicy,
|
|
37
|
-
KnownNetworkMode,
|
|
38
|
-
KnownNetworkDataplane,
|
|
39
|
-
KnownAdvancedNetworkPolicies,
|
|
40
|
-
KnownTransitEncryptionType,
|
|
41
|
-
KnownAccelerationMode,
|
|
42
|
-
KnownOutboundType,
|
|
43
|
-
KnownLoadBalancerSku,
|
|
44
|
-
KnownBackendPoolType,
|
|
45
|
-
KnownIpFamily,
|
|
46
|
-
KnownUpgradeChannel,
|
|
47
|
-
KnownNodeOSUpgradeChannel,
|
|
48
|
-
KnownExpander,
|
|
49
|
-
KnownKeyVaultNetworkAccessTypes,
|
|
50
|
-
KnownNginxIngressControllerType,
|
|
51
|
-
KnownPublicNetworkAccess,
|
|
52
|
-
KnownServiceMeshMode,
|
|
53
|
-
KnownIstioIngressGatewayMode,
|
|
54
|
-
KnownProxyRedirectionMechanism,
|
|
55
|
-
KnownNodeProvisioningMode,
|
|
56
|
-
KnownNodeProvisioningDefaultNodePools,
|
|
57
|
-
KnownArtifactSource,
|
|
58
|
-
KnownManagedClusterSKUName,
|
|
59
|
-
KnownManagedClusterSKUTier,
|
|
60
|
-
KnownExtendedLocationTypes,
|
|
61
|
-
KnownResourceIdentityType,
|
|
62
|
-
KnownWeekDay,
|
|
63
|
-
KnownType,
|
|
64
|
-
KnownNamespaceProvisioningState,
|
|
65
|
-
KnownPolicyRule,
|
|
66
|
-
KnownAdoptionPolicy,
|
|
67
|
-
KnownDeletePolicy,
|
|
68
|
-
KnownPrivateEndpointConnectionProvisioningState,
|
|
69
|
-
KnownConnectionStatus,
|
|
70
|
-
KnownSnapshotType,
|
|
71
|
-
KnownTrustedAccessRoleBindingProvisioningState,
|
|
72
|
-
KnownFormat,
|
|
73
|
-
KnownVersions
|
|
74
|
-
} from "./models/index.js";
|
|
75
|
-
export {
|
|
76
|
-
AzureClouds,
|
|
77
|
-
ContainerServiceClient,
|
|
78
|
-
KnownAccelerationMode,
|
|
79
|
-
KnownAdoptionPolicy,
|
|
80
|
-
KnownAdvancedNetworkPolicies,
|
|
81
|
-
KnownAgentPoolMode,
|
|
82
|
-
KnownAgentPoolSSHAccess,
|
|
83
|
-
KnownAgentPoolType,
|
|
84
|
-
KnownArtifactSource,
|
|
85
|
-
KnownBackendPoolType,
|
|
86
|
-
KnownCode,
|
|
87
|
-
KnownConnectionStatus,
|
|
88
|
-
KnownCreatedByType,
|
|
89
|
-
KnownDeletePolicy,
|
|
90
|
-
KnownExpander,
|
|
91
|
-
KnownExtendedLocationTypes,
|
|
92
|
-
KnownFormat,
|
|
93
|
-
KnownGPUDriver,
|
|
94
|
-
KnownGPUInstanceProfile,
|
|
95
|
-
KnownIpFamily,
|
|
96
|
-
KnownIstioIngressGatewayMode,
|
|
97
|
-
KnownKeyVaultNetworkAccessTypes,
|
|
98
|
-
KnownKubeletDiskType,
|
|
99
|
-
KnownKubernetesSupportPlan,
|
|
100
|
-
KnownLicenseType,
|
|
101
|
-
KnownLoadBalancerSku,
|
|
102
|
-
KnownLocalDNSForwardDestination,
|
|
103
|
-
KnownLocalDNSForwardPolicy,
|
|
104
|
-
KnownLocalDNSMode,
|
|
105
|
-
KnownLocalDNSProtocol,
|
|
106
|
-
KnownLocalDNSQueryLogging,
|
|
107
|
-
KnownLocalDNSServeStale,
|
|
108
|
-
KnownLocalDNSState,
|
|
109
|
-
KnownManagedClusterPodIdentityProvisioningState,
|
|
110
|
-
KnownManagedClusterSKUName,
|
|
111
|
-
KnownManagedClusterSKUTier,
|
|
112
|
-
KnownNamespaceProvisioningState,
|
|
113
|
-
KnownNetworkDataplane,
|
|
114
|
-
KnownNetworkMode,
|
|
115
|
-
KnownNetworkPlugin,
|
|
116
|
-
KnownNetworkPluginMode,
|
|
117
|
-
KnownNetworkPolicy,
|
|
118
|
-
KnownNginxIngressControllerType,
|
|
119
|
-
KnownNodeOSUpgradeChannel,
|
|
120
|
-
KnownNodeProvisioningDefaultNodePools,
|
|
121
|
-
KnownNodeProvisioningMode,
|
|
122
|
-
KnownOSDiskType,
|
|
123
|
-
KnownOSType,
|
|
124
|
-
KnownOssku,
|
|
125
|
-
KnownOutboundType,
|
|
126
|
-
KnownPodIPAllocationMode,
|
|
127
|
-
KnownPolicyRule,
|
|
128
|
-
KnownPrivateEndpointConnectionProvisioningState,
|
|
129
|
-
KnownProtocol,
|
|
130
|
-
KnownProxyRedirectionMechanism,
|
|
131
|
-
KnownPublicNetworkAccess,
|
|
132
|
-
KnownResourceIdentityType,
|
|
133
|
-
KnownRestrictionLevel,
|
|
134
|
-
KnownScaleDownMode,
|
|
135
|
-
KnownScaleSetEvictionPolicy,
|
|
136
|
-
KnownScaleSetPriority,
|
|
137
|
-
KnownServiceMeshMode,
|
|
138
|
-
KnownSnapshotType,
|
|
139
|
-
KnownTransitEncryptionType,
|
|
140
|
-
KnownTrustedAccessRoleBindingProvisioningState,
|
|
141
|
-
KnownType,
|
|
142
|
-
KnownUndrainableNodeBehavior,
|
|
143
|
-
KnownUpgradeChannel,
|
|
144
|
-
KnownVersions,
|
|
145
|
-
KnownWeekDay,
|
|
146
|
-
KnownWorkloadRuntime,
|
|
147
|
-
restorePoller
|
|
148
|
-
};
|
|
4
|
+
export { ContainerServiceClient } from "./containerServiceClient.js";
|
|
5
|
+
export { restorePoller } from "./restorePollerHelpers.js";
|
|
6
|
+
export { KnownOSDiskType, KnownKubeletDiskType, KnownWorkloadRuntime, KnownPodIPAllocationMode, KnownOSType, KnownOssku, KnownScaleDownMode, KnownAgentPoolType, KnownAgentPoolMode, KnownUndrainableNodeBehavior, KnownCode, KnownScaleSetPriority, KnownScaleSetEvictionPolicy, KnownGPUInstanceProfile, KnownProtocol, KnownAgentPoolSSHAccess, KnownGPUDriver, KnownLocalDNSMode, KnownLocalDNSState, KnownLocalDNSQueryLogging, KnownLocalDNSProtocol, KnownLocalDNSForwardDestination, KnownLocalDNSForwardPolicy, KnownLocalDNSServeStale, KnownCreatedByType, KnownLicenseType, KnownManagedClusterPodIdentityProvisioningState, KnownRestrictionLevel, KnownKubernetesSupportPlan, KnownNetworkPlugin, KnownNetworkPluginMode, KnownNetworkPolicy, KnownNetworkMode, KnownNetworkDataplane, KnownAdvancedNetworkPolicies, KnownTransitEncryptionType, KnownAccelerationMode, KnownOutboundType, KnownLoadBalancerSku, KnownBackendPoolType, KnownIpFamily, KnownUpgradeChannel, KnownNodeOSUpgradeChannel, KnownExpander, KnownKeyVaultNetworkAccessTypes, KnownGatewayAPIIstioEnabled, KnownNginxIngressControllerType, KnownManagedGatewayType, KnownPublicNetworkAccess, KnownServiceMeshMode, KnownIstioIngressGatewayMode, KnownProxyRedirectionMechanism, KnownNodeProvisioningMode, KnownNodeProvisioningDefaultNodePools, KnownArtifactSource, KnownManagedClusterSKUName, KnownManagedClusterSKUTier, KnownExtendedLocationTypes, KnownResourceIdentityType, KnownWeekDay, KnownType, KnownNamespaceProvisioningState, KnownPolicyRule, KnownAdoptionPolicy, KnownDeletePolicy, KnownPrivateEndpointConnectionProvisioningState, KnownConnectionStatus, KnownSnapshotType, KnownTrustedAccessRoleBindingProvisioningState, KnownFormat, KnownVersions, } from "./models/index.js";
|
|
7
|
+
export { AzureClouds };
|
|
8
|
+
//# sourceMappingURL=index.js.map
|
package/dist/esm/index.js.map
CHANGED
|
@@ -1,7 +1 @@
|
|
|
1
|
-
{
|
|
2
|
-
"version": 3,
|
|
3
|
-
"sources": ["/mnt/vss/_work/1/s/sdk/containerservice/arm-containerservice/src/index.ts"],
|
|
4
|
-
"sourcesContent": ["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport type { AzureSupportedClouds } from \"./static-helpers/cloudSettingHelpers.js\";\nimport { AzureClouds } from \"./static-helpers/cloudSettingHelpers.js\";\nimport type {\n PageSettings,\n ContinuablePage,\n PagedAsyncIterableIterator,\n} from \"./static-helpers/pagingHelpers.js\";\n\nexport { ContainerServiceClient } from \"./containerServiceClient.js\";\nexport type { SimplePollerLike } from \"./static-helpers/simplePollerHelpers.js\";\nexport type { RestorePollerOptions } from \"./restorePollerHelpers.js\";\nexport { restorePoller } from \"./restorePollerHelpers.js\";\nexport type {\n AgentPool,\n ManagedClusterAgentPoolProfileProperties,\n OSDiskType,\n KubeletDiskType,\n WorkloadRuntime,\n PodIPAllocationMode,\n OSType,\n Ossku,\n ScaleDownMode,\n AgentPoolType,\n AgentPoolMode,\n AgentPoolUpgradeSettings,\n UndrainableNodeBehavior,\n PowerState,\n Code,\n ScaleSetPriority,\n ScaleSetEvictionPolicy,\n KubeletConfig,\n LinuxOSConfig,\n SysctlConfig,\n GPUInstanceProfile,\n CreationData,\n AgentPoolNetworkProfile,\n IPTag,\n PortRange,\n Protocol,\n AgentPoolWindowsProfile,\n AgentPoolSecurityProfile,\n AgentPoolSSHAccess,\n GPUProfile,\n GPUDriver,\n AgentPoolGatewayProfile,\n VirtualMachinesProfile,\n ScaleProfile,\n ManualScaleProfile,\n VirtualMachineNodes,\n AgentPoolStatus,\n ErrorDetail,\n ErrorAdditionalInfo,\n LocalDNSProfile,\n LocalDNSMode,\n LocalDNSState,\n LocalDNSOverride,\n LocalDNSQueryLogging,\n LocalDNSProtocol,\n LocalDNSForwardDestination,\n LocalDNSForwardPolicy,\n LocalDNSServeStale,\n ProxyResource,\n Resource,\n SystemData,\n CreatedByType,\n ErrorResponse,\n AgentPoolDeleteMachinesParameter,\n AgentPoolAvailableVersions,\n AgentPoolAvailableVersionsProperties,\n AgentPoolAvailableVersionsPropertiesAgentPoolVersionsItem,\n AgentPoolUpgradeProfile,\n AgentPoolUpgradeProfileProperties,\n AgentPoolUpgradeProfilePropertiesUpgradesItem,\n ManagedCluster,\n ManagedClusterProperties,\n ManagedClusterAgentPoolProfile,\n ContainerServiceLinuxProfile,\n ContainerServiceSshConfiguration,\n ContainerServiceSshPublicKey,\n ManagedClusterWindowsProfile,\n LicenseType,\n WindowsGmsaProfile,\n ManagedClusterServicePrincipalProfile,\n ManagedClusterAddonProfile,\n ManagedClusterAddonProfileIdentity,\n ManagedClusterPodIdentityProfile,\n ManagedClusterPodIdentity,\n UserAssignedIdentity,\n ManagedClusterPodIdentityProvisioningState,\n ManagedClusterPodIdentityProvisioningInfo,\n ManagedClusterPodIdentityProvisioningError,\n ManagedClusterPodIdentityProvisioningErrorBody,\n ManagedClusterPodIdentityException,\n ManagedClusterOidcIssuerProfile,\n ManagedClusterNodeResourceGroupProfile,\n RestrictionLevel,\n KubernetesSupportPlan,\n ContainerServiceNetworkProfile,\n NetworkPlugin,\n NetworkPluginMode,\n NetworkPolicy,\n NetworkMode,\n NetworkDataplane,\n AdvancedNetworking,\n AdvancedNetworkingObservability,\n AdvancedNetworkingSecurity,\n AdvancedNetworkPolicies,\n AdvancedNetworkingSecurityTransitEncryption,\n TransitEncryptionType,\n AdvancedNetworkingPerformance,\n AccelerationMode,\n OutboundType,\n LoadBalancerSku,\n ManagedClusterLoadBalancerProfile,\n ManagedClusterLoadBalancerProfileManagedOutboundIPs,\n ManagedClusterLoadBalancerProfileOutboundIPPrefixes,\n ResourceReference,\n ManagedClusterLoadBalancerProfileOutboundIPs,\n BackendPoolType,\n ManagedClusterNATGatewayProfile,\n ManagedClusterManagedOutboundIPProfile,\n ManagedClusterStaticEgressGatewayProfile,\n IpFamily,\n ManagedClusterAADProfile,\n ManagedClusterAutoUpgradeProfile,\n UpgradeChannel,\n NodeOSUpgradeChannel,\n ClusterUpgradeSettings,\n UpgradeOverrideSettings,\n ManagedClusterPropertiesAutoScalerProfile,\n Expander,\n ManagedClusterAPIServerAccessProfile,\n PrivateLinkResource,\n ManagedClusterHttpProxyConfig,\n ManagedClusterSecurityProfile,\n ManagedClusterSecurityProfileDefender,\n ManagedClusterSecurityProfileDefenderSecurityMonitoring,\n AzureKeyVaultKms,\n KeyVaultNetworkAccessTypes,\n ManagedClusterSecurityProfileWorkloadIdentity,\n ManagedClusterSecurityProfileImageCleaner,\n ManagedClusterStorageProfile,\n ManagedClusterStorageProfileDiskCSIDriver,\n ManagedClusterStorageProfileFileCSIDriver,\n ManagedClusterStorageProfileSnapshotController,\n ManagedClusterStorageProfileBlobCSIDriver,\n ManagedClusterIngressProfile,\n ManagedClusterIngressProfileWebAppRouting,\n ManagedClusterIngressProfileNginx,\n NginxIngressControllerType,\n PublicNetworkAccess,\n ManagedClusterWorkloadAutoScalerProfile,\n ManagedClusterWorkloadAutoScalerProfileKeda,\n ManagedClusterWorkloadAutoScalerProfileVerticalPodAutoscaler,\n ManagedClusterAzureMonitorProfile,\n ManagedClusterAzureMonitorProfileMetrics,\n ManagedClusterAzureMonitorProfileKubeStateMetrics,\n ServiceMeshProfile,\n ServiceMeshMode,\n IstioServiceMesh,\n IstioComponents,\n IstioIngressGateway,\n IstioIngressGatewayMode,\n IstioEgressGateway,\n ProxyRedirectionMechanism,\n IstioCertificateAuthority,\n IstioPluginCertificateAuthority,\n ManagedClusterMetricsProfile,\n ManagedClusterCostAnalysis,\n ManagedClusterNodeProvisioningProfile,\n NodeProvisioningMode,\n NodeProvisioningDefaultNodePools,\n ManagedClusterBootstrapProfile,\n ArtifactSource,\n ManagedClusterAIToolchainOperatorProfile,\n ManagedClusterStatus,\n ManagedClusterSKU,\n ManagedClusterSKUName,\n ManagedClusterSKUTier,\n ExtendedLocation,\n ExtendedLocationTypes,\n ManagedClusterIdentity,\n ResourceIdentityType,\n DelegatedResource,\n ManagedServiceIdentityUserAssignedIdentitiesValue,\n TrackedResource,\n TagsObject,\n ManagedClusterAccessProfile,\n AccessProfile,\n CredentialResults,\n CredentialResult,\n RunCommandRequest,\n RunCommandResult,\n CommandResultProperties,\n OutboundEnvironmentEndpoint,\n EndpointDependency,\n EndpointDetail,\n ManagedClusterUpgradeProfile,\n ManagedClusterUpgradeProfileProperties,\n ManagedClusterPoolUpgradeProfile,\n ManagedClusterPoolUpgradeProfileUpgradesItem,\n MeshRevisionProfile,\n MeshRevisionProfileProperties,\n MeshRevision,\n CompatibleVersions,\n MeshUpgradeProfile,\n MeshUpgradeProfileProperties,\n KubernetesVersionListResult,\n KubernetesVersion,\n KubernetesVersionCapabilities,\n KubernetesPatchVersion,\n MaintenanceConfiguration,\n MaintenanceConfigurationProperties,\n TimeInWeek,\n WeekDay,\n TimeSpan,\n MaintenanceWindow,\n Schedule,\n DailySchedule,\n WeeklySchedule,\n AbsoluteMonthlySchedule,\n RelativeMonthlySchedule,\n Type,\n DateSpan,\n ManagedNamespace,\n NamespaceProperties,\n NamespaceProvisioningState,\n ResourceQuota,\n NetworkPolicies,\n PolicyRule,\n AdoptionPolicy,\n DeletePolicy,\n Machine,\n MachineProperties,\n MachineNetworkProperties,\n MachineIpAddress,\n PrivateEndpointConnection,\n PrivateEndpointConnectionProperties,\n PrivateEndpointConnectionProvisioningState,\n PrivateEndpoint,\n PrivateLinkServiceConnectionState,\n ConnectionStatus,\n PrivateEndpointConnectionListResult,\n Snapshot,\n SnapshotProperties,\n SnapshotType,\n TrustedAccessRoleBinding,\n TrustedAccessRoleBindingProperties,\n TrustedAccessRoleBindingProvisioningState,\n OperationValue,\n OperationValueDisplay,\n PrivateLinkResourcesListResult,\n TrustedAccessRole,\n TrustedAccessRoleRule,\n Format,\n} from \"./models/index.js\";\nexport {\n KnownOSDiskType,\n KnownKubeletDiskType,\n KnownWorkloadRuntime,\n KnownPodIPAllocationMode,\n KnownOSType,\n KnownOssku,\n KnownScaleDownMode,\n KnownAgentPoolType,\n KnownAgentPoolMode,\n KnownUndrainableNodeBehavior,\n KnownCode,\n KnownScaleSetPriority,\n KnownScaleSetEvictionPolicy,\n KnownGPUInstanceProfile,\n KnownProtocol,\n KnownAgentPoolSSHAccess,\n KnownGPUDriver,\n KnownLocalDNSMode,\n KnownLocalDNSState,\n KnownLocalDNSQueryLogging,\n KnownLocalDNSProtocol,\n KnownLocalDNSForwardDestination,\n KnownLocalDNSForwardPolicy,\n KnownLocalDNSServeStale,\n KnownCreatedByType,\n KnownLicenseType,\n KnownManagedClusterPodIdentityProvisioningState,\n KnownRestrictionLevel,\n KnownKubernetesSupportPlan,\n KnownNetworkPlugin,\n KnownNetworkPluginMode,\n KnownNetworkPolicy,\n KnownNetworkMode,\n KnownNetworkDataplane,\n KnownAdvancedNetworkPolicies,\n KnownTransitEncryptionType,\n KnownAccelerationMode,\n KnownOutboundType,\n KnownLoadBalancerSku,\n KnownBackendPoolType,\n KnownIpFamily,\n KnownUpgradeChannel,\n KnownNodeOSUpgradeChannel,\n KnownExpander,\n KnownKeyVaultNetworkAccessTypes,\n KnownNginxIngressControllerType,\n KnownPublicNetworkAccess,\n KnownServiceMeshMode,\n KnownIstioIngressGatewayMode,\n KnownProxyRedirectionMechanism,\n KnownNodeProvisioningMode,\n KnownNodeProvisioningDefaultNodePools,\n KnownArtifactSource,\n KnownManagedClusterSKUName,\n KnownManagedClusterSKUTier,\n KnownExtendedLocationTypes,\n KnownResourceIdentityType,\n KnownWeekDay,\n KnownType,\n KnownNamespaceProvisioningState,\n KnownPolicyRule,\n KnownAdoptionPolicy,\n KnownDeletePolicy,\n KnownPrivateEndpointConnectionProvisioningState,\n KnownConnectionStatus,\n KnownSnapshotType,\n KnownTrustedAccessRoleBindingProvisioningState,\n KnownFormat,\n KnownVersions,\n} from \"./models/index.js\";\nexport type { ContainerServiceClientOptionalParams } from \"./api/index.js\";\nexport type {\n AgentPoolsGetUpgradeProfileOptionalParams,\n AgentPoolsGetAvailableAgentPoolVersionsOptionalParams,\n AgentPoolsUpgradeNodeImageVersionOptionalParams,\n AgentPoolsDeleteMachinesOptionalParams,\n AgentPoolsAbortLatestOperationOptionalParams,\n AgentPoolsListOptionalParams,\n AgentPoolsDeleteOptionalParams,\n AgentPoolsCreateOrUpdateOptionalParams,\n AgentPoolsGetOptionalParams,\n} from \"./api/agentPools/index.js\";\nexport type {\n MachinesListOptionalParams,\n MachinesGetOptionalParams,\n} from \"./api/machines/index.js\";\nexport type {\n MaintenanceConfigurationsListByManagedClusterOptionalParams,\n MaintenanceConfigurationsDeleteOptionalParams,\n MaintenanceConfigurationsCreateOrUpdateOptionalParams,\n MaintenanceConfigurationsGetOptionalParams,\n} from \"./api/maintenanceConfigurations/index.js\";\nexport type {\n ManagedClustersListKubernetesVersionsOptionalParams,\n ManagedClustersListMeshUpgradeProfilesOptionalParams,\n ManagedClustersGetMeshUpgradeProfileOptionalParams,\n ManagedClustersListMeshRevisionProfilesOptionalParams,\n ManagedClustersGetMeshRevisionProfileOptionalParams,\n ManagedClustersGetUpgradeProfileOptionalParams,\n ManagedClustersListOutboundNetworkDependenciesEndpointsOptionalParams,\n ManagedClustersGetCommandResultOptionalParams,\n ManagedClustersRunCommandOptionalParams,\n ManagedClustersStartOptionalParams,\n ManagedClustersStopOptionalParams,\n ManagedClustersRotateServiceAccountSigningKeysOptionalParams,\n ManagedClustersAbortLatestOperationOptionalParams,\n ManagedClustersRotateClusterCertificatesOptionalParams,\n ManagedClustersResetAADProfileOptionalParams,\n ManagedClustersResetServicePrincipalProfileOptionalParams,\n ManagedClustersListClusterMonitoringUserCredentialsOptionalParams,\n ManagedClustersListClusterUserCredentialsOptionalParams,\n ManagedClustersListClusterAdminCredentialsOptionalParams,\n ManagedClustersGetAccessProfileOptionalParams,\n ManagedClustersListOptionalParams,\n ManagedClustersListByResourceGroupOptionalParams,\n ManagedClustersDeleteOptionalParams,\n ManagedClustersUpdateTagsOptionalParams,\n ManagedClustersCreateOrUpdateOptionalParams,\n ManagedClustersGetOptionalParams,\n} from \"./api/managedClusters/index.js\";\nexport type {\n ManagedNamespacesListCredentialOptionalParams,\n ManagedNamespacesListByManagedClusterOptionalParams,\n ManagedNamespacesDeleteOptionalParams,\n ManagedNamespacesUpdateOptionalParams,\n ManagedNamespacesCreateOrUpdateOptionalParams,\n ManagedNamespacesGetOptionalParams,\n} from \"./api/managedNamespaces/index.js\";\nexport type { OperationsListOptionalParams } from \"./api/operations/index.js\";\nexport type {\n PrivateEndpointConnectionsListOptionalParams,\n PrivateEndpointConnectionsDeleteOptionalParams,\n PrivateEndpointConnectionsUpdateOptionalParams,\n PrivateEndpointConnectionsGetOptionalParams,\n} from \"./api/privateEndpointConnections/index.js\";\nexport type { PrivateLinkResourcesListOptionalParams } from \"./api/privateLinkResources/index.js\";\nexport type { ResolvePrivateLinkServiceIdPostOptionalParams } from \"./api/resolvePrivateLinkServiceId/index.js\";\nexport type {\n SnapshotsListOptionalParams,\n SnapshotsListByResourceGroupOptionalParams,\n SnapshotsDeleteOptionalParams,\n SnapshotsUpdateTagsOptionalParams,\n SnapshotsCreateOrUpdateOptionalParams,\n SnapshotsGetOptionalParams,\n} from \"./api/snapshots/index.js\";\nexport type {\n TrustedAccessRoleBindingsListOptionalParams,\n TrustedAccessRoleBindingsDeleteOptionalParams,\n TrustedAccessRoleBindingsCreateOrUpdateOptionalParams,\n TrustedAccessRoleBindingsGetOptionalParams,\n} from \"./api/trustedAccessRoleBindings/index.js\";\nexport type { TrustedAccessRolesListOptionalParams } from \"./api/trustedAccessRoles/index.js\";\nexport type {\n AgentPoolsOperations,\n MachinesOperations,\n MaintenanceConfigurationsOperations,\n ManagedClustersOperations,\n ManagedNamespacesOperations,\n OperationsOperations,\n PrivateEndpointConnectionsOperations,\n PrivateLinkResourcesOperations,\n ResolvePrivateLinkServiceIdOperations,\n SnapshotsOperations,\n TrustedAccessRoleBindingsOperations,\n TrustedAccessRolesOperations,\n} from \"./classic/index.js\";\nexport type { PageSettings, ContinuablePage, PagedAsyncIterableIterator };\nexport { AzureClouds };\nexport type { AzureSupportedClouds };\n"],
|
|
5
|
-
"mappings": "AAIA,SAAS,mBAAmB;AAO5B,SAAS,8BAA8B;AAGvC,SAAS,qBAAqB;AAqP9B;AAAA,EACE;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,OACK;",
|
|
6
|
-
"names": []
|
|
7
|
-
}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAGlC,OAAO,EAAE,WAAW,EAAE,MAAM,yCAAyC,CAAC;AAOtE,OAAO,EAAE,sBAAsB,EAAE,MAAM,6BAA6B,CAAC;AAGrE,OAAO,EAAE,aAAa,EAAE,MAAM,2BAA2B,CAAC;AA6P1D,OAAO,EACL,eAAe,EACf,oBAAoB,EACpB,oBAAoB,EACpB,wBAAwB,EACxB,WAAW,EACX,UAAU,EACV,kBAAkB,EAClB,kBAAkB,EAClB,kBAAkB,EAClB,4BAA4B,EAC5B,SAAS,EACT,qBAAqB,EACrB,2BAA2B,EAC3B,uBAAuB,EACvB,aAAa,EACb,uBAAuB,EACvB,cAAc,EACd,iBAAiB,EACjB,kBAAkB,EAClB,yBAAyB,EACzB,qBAAqB,EACrB,+BAA+B,EAC/B,0BAA0B,EAC1B,uBAAuB,EACvB,kBAAkB,EAClB,gBAAgB,EAChB,+CAA+C,EAC/C,qBAAqB,EACrB,0BAA0B,EAC1B,kBAAkB,EAClB,sBAAsB,EACtB,kBAAkB,EAClB,gBAAgB,EAChB,qBAAqB,EACrB,4BAA4B,EAC5B,0BAA0B,EAC1B,qBAAqB,EACrB,iBAAiB,EACjB,oBAAoB,EACpB,oBAAoB,EACpB,aAAa,EACb,mBAAmB,EACnB,yBAAyB,EACzB,aAAa,EACb,+BAA+B,EAC/B,2BAA2B,EAC3B,+BAA+B,EAC/B,uBAAuB,EACvB,wBAAwB,EACxB,oBAAoB,EACpB,4BAA4B,EAC5B,8BAA8B,EAC9B,yBAAyB,EACzB,qCAAqC,EACrC,mBAAmB,EACnB,0BAA0B,EAC1B,0BAA0B,EAC1B,0BAA0B,EAC1B,yBAAyB,EACzB,YAAY,EACZ,SAAS,EACT,+BAA+B,EAC/B,eAAe,EACf,mBAAmB,EACnB,iBAAiB,EACjB,+CAA+C,EAC/C,qBAAqB,EACrB,iBAAiB,EACjB,8CAA8C,EAC9C,WAAW,EACX,aAAa,GACd,MAAM,mBAAmB,CAAC;AAkG3B,OAAO,EAAE,WAAW,EAAE,CAAC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport type { AzureSupportedClouds } from \"./static-helpers/cloudSettingHelpers.js\";\nimport { AzureClouds } from \"./static-helpers/cloudSettingHelpers.js\";\nimport type {\n PageSettings,\n ContinuablePage,\n PagedAsyncIterableIterator,\n} from \"./static-helpers/pagingHelpers.js\";\n\nexport { ContainerServiceClient } from \"./containerServiceClient.js\";\nexport type { SimplePollerLike } from \"./static-helpers/simplePollerHelpers.js\";\nexport type { RestorePollerOptions } from \"./restorePollerHelpers.js\";\nexport { restorePoller } from \"./restorePollerHelpers.js\";\nexport type {\n AgentPool,\n ManagedClusterAgentPoolProfileProperties,\n OSDiskType,\n KubeletDiskType,\n WorkloadRuntime,\n PodIPAllocationMode,\n OSType,\n Ossku,\n ScaleDownMode,\n AgentPoolType,\n AgentPoolMode,\n AgentPoolUpgradeSettings,\n UndrainableNodeBehavior,\n PowerState,\n Code,\n ScaleSetPriority,\n ScaleSetEvictionPolicy,\n KubeletConfig,\n LinuxOSConfig,\n SysctlConfig,\n GPUInstanceProfile,\n CreationData,\n AgentPoolNetworkProfile,\n IPTag,\n PortRange,\n Protocol,\n AgentPoolWindowsProfile,\n AgentPoolSecurityProfile,\n AgentPoolSSHAccess,\n GPUProfile,\n GPUDriver,\n AgentPoolGatewayProfile,\n VirtualMachinesProfile,\n ScaleProfile,\n ManualScaleProfile,\n VirtualMachineNodes,\n AgentPoolStatus,\n ErrorDetail,\n ErrorAdditionalInfo,\n LocalDNSProfile,\n LocalDNSMode,\n LocalDNSState,\n LocalDNSOverride,\n LocalDNSQueryLogging,\n LocalDNSProtocol,\n LocalDNSForwardDestination,\n LocalDNSForwardPolicy,\n LocalDNSServeStale,\n ProxyResource,\n Resource,\n SystemData,\n CreatedByType,\n ErrorResponse,\n AgentPoolDeleteMachinesParameter,\n AgentPoolAvailableVersions,\n AgentPoolAvailableVersionsProperties,\n AgentPoolAvailableVersionsPropertiesAgentPoolVersionsItem,\n AgentPoolUpgradeProfile,\n AgentPoolUpgradeProfileProperties,\n AgentPoolUpgradeProfilePropertiesUpgradesItem,\n ManagedCluster,\n ManagedClusterProperties,\n ManagedClusterAgentPoolProfile,\n ContainerServiceLinuxProfile,\n ContainerServiceSshConfiguration,\n ContainerServiceSshPublicKey,\n ManagedClusterWindowsProfile,\n LicenseType,\n WindowsGmsaProfile,\n ManagedClusterServicePrincipalProfile,\n ManagedClusterAddonProfile,\n ManagedClusterAddonProfileIdentity,\n ManagedClusterPodIdentityProfile,\n ManagedClusterPodIdentity,\n UserAssignedIdentity,\n ManagedClusterPodIdentityProvisioningState,\n ManagedClusterPodIdentityProvisioningInfo,\n ManagedClusterPodIdentityProvisioningError,\n ManagedClusterPodIdentityProvisioningErrorBody,\n ManagedClusterPodIdentityException,\n ManagedClusterOidcIssuerProfile,\n ManagedClusterNodeResourceGroupProfile,\n RestrictionLevel,\n KubernetesSupportPlan,\n ContainerServiceNetworkProfile,\n NetworkPlugin,\n NetworkPluginMode,\n NetworkPolicy,\n NetworkMode,\n NetworkDataplane,\n AdvancedNetworking,\n AdvancedNetworkingObservability,\n AdvancedNetworkingSecurity,\n AdvancedNetworkPolicies,\n AdvancedNetworkingSecurityTransitEncryption,\n TransitEncryptionType,\n AdvancedNetworkingPerformance,\n AccelerationMode,\n OutboundType,\n LoadBalancerSku,\n ManagedClusterLoadBalancerProfile,\n ManagedClusterLoadBalancerProfileManagedOutboundIPs,\n ManagedClusterLoadBalancerProfileOutboundIPPrefixes,\n ResourceReference,\n ManagedClusterLoadBalancerProfileOutboundIPs,\n BackendPoolType,\n ManagedClusterNATGatewayProfile,\n ManagedClusterManagedOutboundIPProfile,\n ManagedClusterStaticEgressGatewayProfile,\n IpFamily,\n ManagedClusterAADProfile,\n ManagedClusterAutoUpgradeProfile,\n UpgradeChannel,\n NodeOSUpgradeChannel,\n ClusterUpgradeSettings,\n UpgradeOverrideSettings,\n ManagedClusterPropertiesAutoScalerProfile,\n Expander,\n ManagedClusterAPIServerAccessProfile,\n PrivateLinkResource,\n ManagedClusterHttpProxyConfig,\n ManagedClusterSecurityProfile,\n ManagedClusterSecurityProfileDefender,\n ManagedClusterSecurityProfileDefenderSecurityMonitoring,\n AzureKeyVaultKms,\n KeyVaultNetworkAccessTypes,\n ManagedClusterSecurityProfileWorkloadIdentity,\n ManagedClusterSecurityProfileImageCleaner,\n ManagedClusterStorageProfile,\n ManagedClusterStorageProfileDiskCSIDriver,\n ManagedClusterStorageProfileFileCSIDriver,\n ManagedClusterStorageProfileSnapshotController,\n ManagedClusterStorageProfileBlobCSIDriver,\n ManagedClusterIngressProfile,\n ManagedClusterIngressProfileWebAppRouting,\n ManagedClusterWebAppRoutingGatewayAPIImplementations,\n ManagedClusterAppRoutingIstio,\n GatewayAPIIstioEnabled,\n ManagedClusterIngressProfileNginx,\n NginxIngressControllerType,\n ManagedClusterIngressProfileGatewayConfiguration,\n ManagedGatewayType,\n PublicNetworkAccess,\n ManagedClusterWorkloadAutoScalerProfile,\n ManagedClusterWorkloadAutoScalerProfileKeda,\n ManagedClusterWorkloadAutoScalerProfileVerticalPodAutoscaler,\n ManagedClusterAzureMonitorProfile,\n ManagedClusterAzureMonitorProfileMetrics,\n ManagedClusterAzureMonitorProfileKubeStateMetrics,\n ManagedClusterAzureMonitorProfileAppMonitoring,\n ManagedClusterAzureMonitorProfileAppMonitoringAutoInstrumentation,\n ServiceMeshProfile,\n ServiceMeshMode,\n IstioServiceMesh,\n IstioComponents,\n IstioIngressGateway,\n IstioIngressGatewayMode,\n IstioEgressGateway,\n ProxyRedirectionMechanism,\n IstioCertificateAuthority,\n IstioPluginCertificateAuthority,\n ManagedClusterMetricsProfile,\n ManagedClusterCostAnalysis,\n ManagedClusterNodeProvisioningProfile,\n NodeProvisioningMode,\n NodeProvisioningDefaultNodePools,\n ManagedClusterBootstrapProfile,\n ArtifactSource,\n ManagedClusterAIToolchainOperatorProfile,\n ManagedClusterHostedSystemProfile,\n ManagedClusterStatus,\n ManagedClusterSKU,\n ManagedClusterSKUName,\n ManagedClusterSKUTier,\n ExtendedLocation,\n ExtendedLocationTypes,\n ManagedClusterIdentity,\n ResourceIdentityType,\n DelegatedResource,\n ManagedServiceIdentityUserAssignedIdentitiesValue,\n TrackedResource,\n TagsObject,\n ManagedClusterAccessProfile,\n AccessProfile,\n CredentialResults,\n CredentialResult,\n RunCommandRequest,\n RunCommandResult,\n CommandResultProperties,\n OutboundEnvironmentEndpoint,\n EndpointDependency,\n EndpointDetail,\n ManagedClusterUpgradeProfile,\n ManagedClusterUpgradeProfileProperties,\n ManagedClusterPoolUpgradeProfile,\n ManagedClusterPoolUpgradeProfileUpgradesItem,\n MeshRevisionProfile,\n MeshRevisionProfileProperties,\n MeshRevision,\n CompatibleVersions,\n MeshUpgradeProfile,\n MeshUpgradeProfileProperties,\n KubernetesVersionListResult,\n KubernetesVersion,\n KubernetesVersionCapabilities,\n KubernetesPatchVersion,\n MaintenanceConfiguration,\n MaintenanceConfigurationProperties,\n TimeInWeek,\n WeekDay,\n TimeSpan,\n MaintenanceWindow,\n Schedule,\n DailySchedule,\n WeeklySchedule,\n AbsoluteMonthlySchedule,\n RelativeMonthlySchedule,\n Type,\n DateSpan,\n ManagedNamespace,\n NamespaceProperties,\n NamespaceProvisioningState,\n ResourceQuota,\n NetworkPolicies,\n PolicyRule,\n AdoptionPolicy,\n DeletePolicy,\n Machine,\n MachineProperties,\n MachineNetworkProperties,\n MachineIpAddress,\n PrivateEndpointConnection,\n PrivateEndpointConnectionProperties,\n PrivateEndpointConnectionProvisioningState,\n PrivateEndpoint,\n PrivateLinkServiceConnectionState,\n ConnectionStatus,\n PrivateEndpointConnectionListResult,\n Snapshot,\n SnapshotProperties,\n SnapshotType,\n TrustedAccessRoleBinding,\n TrustedAccessRoleBindingProperties,\n TrustedAccessRoleBindingProvisioningState,\n OperationValue,\n OperationValueDisplay,\n PrivateLinkResourcesListResult,\n TrustedAccessRole,\n TrustedAccessRoleRule,\n Format,\n} from \"./models/index.js\";\nexport {\n KnownOSDiskType,\n KnownKubeletDiskType,\n KnownWorkloadRuntime,\n KnownPodIPAllocationMode,\n KnownOSType,\n KnownOssku,\n KnownScaleDownMode,\n KnownAgentPoolType,\n KnownAgentPoolMode,\n KnownUndrainableNodeBehavior,\n KnownCode,\n KnownScaleSetPriority,\n KnownScaleSetEvictionPolicy,\n KnownGPUInstanceProfile,\n KnownProtocol,\n KnownAgentPoolSSHAccess,\n KnownGPUDriver,\n KnownLocalDNSMode,\n KnownLocalDNSState,\n KnownLocalDNSQueryLogging,\n KnownLocalDNSProtocol,\n KnownLocalDNSForwardDestination,\n KnownLocalDNSForwardPolicy,\n KnownLocalDNSServeStale,\n KnownCreatedByType,\n KnownLicenseType,\n KnownManagedClusterPodIdentityProvisioningState,\n KnownRestrictionLevel,\n KnownKubernetesSupportPlan,\n KnownNetworkPlugin,\n KnownNetworkPluginMode,\n KnownNetworkPolicy,\n KnownNetworkMode,\n KnownNetworkDataplane,\n KnownAdvancedNetworkPolicies,\n KnownTransitEncryptionType,\n KnownAccelerationMode,\n KnownOutboundType,\n KnownLoadBalancerSku,\n KnownBackendPoolType,\n KnownIpFamily,\n KnownUpgradeChannel,\n KnownNodeOSUpgradeChannel,\n KnownExpander,\n KnownKeyVaultNetworkAccessTypes,\n KnownGatewayAPIIstioEnabled,\n KnownNginxIngressControllerType,\n KnownManagedGatewayType,\n KnownPublicNetworkAccess,\n KnownServiceMeshMode,\n KnownIstioIngressGatewayMode,\n KnownProxyRedirectionMechanism,\n KnownNodeProvisioningMode,\n KnownNodeProvisioningDefaultNodePools,\n KnownArtifactSource,\n KnownManagedClusterSKUName,\n KnownManagedClusterSKUTier,\n KnownExtendedLocationTypes,\n KnownResourceIdentityType,\n KnownWeekDay,\n KnownType,\n KnownNamespaceProvisioningState,\n KnownPolicyRule,\n KnownAdoptionPolicy,\n KnownDeletePolicy,\n KnownPrivateEndpointConnectionProvisioningState,\n KnownConnectionStatus,\n KnownSnapshotType,\n KnownTrustedAccessRoleBindingProvisioningState,\n KnownFormat,\n KnownVersions,\n} from \"./models/index.js\";\nexport type { ContainerServiceClientOptionalParams } from \"./api/index.js\";\nexport type {\n AgentPoolsGetUpgradeProfileOptionalParams,\n AgentPoolsGetAvailableAgentPoolVersionsOptionalParams,\n AgentPoolsUpgradeNodeImageVersionOptionalParams,\n AgentPoolsDeleteMachinesOptionalParams,\n AgentPoolsAbortLatestOperationOptionalParams,\n AgentPoolsListOptionalParams,\n AgentPoolsDeleteOptionalParams,\n AgentPoolsCreateOrUpdateOptionalParams,\n AgentPoolsGetOptionalParams,\n} from \"./api/agentPools/index.js\";\nexport type {\n MachinesListOptionalParams,\n MachinesGetOptionalParams,\n} from \"./api/machines/index.js\";\nexport type {\n MaintenanceConfigurationsListByManagedClusterOptionalParams,\n MaintenanceConfigurationsDeleteOptionalParams,\n MaintenanceConfigurationsCreateOrUpdateOptionalParams,\n MaintenanceConfigurationsGetOptionalParams,\n} from \"./api/maintenanceConfigurations/index.js\";\nexport type {\n ManagedClustersListKubernetesVersionsOptionalParams,\n ManagedClustersListMeshUpgradeProfilesOptionalParams,\n ManagedClustersGetMeshUpgradeProfileOptionalParams,\n ManagedClustersListMeshRevisionProfilesOptionalParams,\n ManagedClustersGetMeshRevisionProfileOptionalParams,\n ManagedClustersGetUpgradeProfileOptionalParams,\n ManagedClustersListOutboundNetworkDependenciesEndpointsOptionalParams,\n ManagedClustersGetCommandResultOptionalParams,\n ManagedClustersRunCommandOptionalParams,\n ManagedClustersStartOptionalParams,\n ManagedClustersStopOptionalParams,\n ManagedClustersRotateServiceAccountSigningKeysOptionalParams,\n ManagedClustersAbortLatestOperationOptionalParams,\n ManagedClustersRotateClusterCertificatesOptionalParams,\n ManagedClustersResetAADProfileOptionalParams,\n ManagedClustersResetServicePrincipalProfileOptionalParams,\n ManagedClustersListClusterMonitoringUserCredentialsOptionalParams,\n ManagedClustersListClusterUserCredentialsOptionalParams,\n ManagedClustersListClusterAdminCredentialsOptionalParams,\n ManagedClustersGetAccessProfileOptionalParams,\n ManagedClustersListOptionalParams,\n ManagedClustersListByResourceGroupOptionalParams,\n ManagedClustersDeleteOptionalParams,\n ManagedClustersUpdateTagsOptionalParams,\n ManagedClustersCreateOrUpdateOptionalParams,\n ManagedClustersGetOptionalParams,\n} from \"./api/managedClusters/index.js\";\nexport type {\n ManagedNamespacesListCredentialOptionalParams,\n ManagedNamespacesListByManagedClusterOptionalParams,\n ManagedNamespacesDeleteOptionalParams,\n ManagedNamespacesUpdateOptionalParams,\n ManagedNamespacesCreateOrUpdateOptionalParams,\n ManagedNamespacesGetOptionalParams,\n} from \"./api/managedNamespaces/index.js\";\nexport type { OperationsListOptionalParams } from \"./api/operations/index.js\";\nexport type {\n PrivateEndpointConnectionsListOptionalParams,\n PrivateEndpointConnectionsDeleteOptionalParams,\n PrivateEndpointConnectionsUpdateOptionalParams,\n PrivateEndpointConnectionsGetOptionalParams,\n} from \"./api/privateEndpointConnections/index.js\";\nexport type { PrivateLinkResourcesListOptionalParams } from \"./api/privateLinkResources/index.js\";\nexport type { ResolvePrivateLinkServiceIdPostOptionalParams } from \"./api/resolvePrivateLinkServiceId/index.js\";\nexport type {\n SnapshotsListOptionalParams,\n SnapshotsListByResourceGroupOptionalParams,\n SnapshotsDeleteOptionalParams,\n SnapshotsUpdateTagsOptionalParams,\n SnapshotsCreateOrUpdateOptionalParams,\n SnapshotsGetOptionalParams,\n} from \"./api/snapshots/index.js\";\nexport type {\n TrustedAccessRoleBindingsListOptionalParams,\n TrustedAccessRoleBindingsDeleteOptionalParams,\n TrustedAccessRoleBindingsCreateOrUpdateOptionalParams,\n TrustedAccessRoleBindingsGetOptionalParams,\n} from \"./api/trustedAccessRoleBindings/index.js\";\nexport type { TrustedAccessRolesListOptionalParams } from \"./api/trustedAccessRoles/index.js\";\nexport type {\n AgentPoolsOperations,\n MachinesOperations,\n MaintenanceConfigurationsOperations,\n ManagedClustersOperations,\n ManagedNamespacesOperations,\n OperationsOperations,\n PrivateEndpointConnectionsOperations,\n PrivateLinkResourcesOperations,\n ResolvePrivateLinkServiceIdOperations,\n SnapshotsOperations,\n TrustedAccessRoleBindingsOperations,\n TrustedAccessRolesOperations,\n} from \"./classic/index.js\";\nexport type { PageSettings, ContinuablePage, PagedAsyncIterableIterator };\nexport { AzureClouds };\nexport type { AzureSupportedClouds };\n"]}
|
package/dist/esm/logger.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
+
// Copyright (c) Microsoft Corporation.
|
|
2
|
+
// Licensed under the MIT License.
|
|
1
3
|
import { createClientLogger } from "@azure/logger";
|
|
2
|
-
const logger = createClientLogger("arm-containerservice");
|
|
3
|
-
|
|
4
|
-
logger
|
|
5
|
-
};
|
|
4
|
+
export const logger = createClientLogger("arm-containerservice");
|
|
5
|
+
//# sourceMappingURL=logger.js.map
|
package/dist/esm/logger.js.map
CHANGED
|
@@ -1,7 +1 @@
|
|
|
1
|
-
{
|
|
2
|
-
"version": 3,
|
|
3
|
-
"sources": ["/mnt/vss/_work/1/s/sdk/containerservice/arm-containerservice/src/logger.ts"],
|
|
4
|
-
"sourcesContent": ["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport { createClientLogger } from \"@azure/logger\";\nexport const logger = createClientLogger(\"arm-containerservice\");\n"],
|
|
5
|
-
"mappings": "AAGA,SAAS,0BAA0B;AAC5B,MAAM,SAAS,mBAAmB,sBAAsB;",
|
|
6
|
-
"names": []
|
|
7
|
-
}
|
|
1
|
+
{"version":3,"file":"logger.js","sourceRoot":"","sources":["../../src/logger.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAElC,OAAO,EAAE,kBAAkB,EAAE,MAAM,eAAe,CAAC;AACnD,MAAM,CAAC,MAAM,MAAM,GAAG,kBAAkB,CAAC,sBAAsB,CAAC,CAAC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport { createClientLogger } from \"@azure/logger\";\nexport const logger = createClientLogger(\"arm-containerservice\");\n"]}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export type { AgentPool, ManagedClusterAgentPoolProfileProperties, OSDiskType, KubeletDiskType, WorkloadRuntime, PodIPAllocationMode, OSType, Ossku, ScaleDownMode, AgentPoolType, AgentPoolMode, AgentPoolUpgradeSettings, UndrainableNodeBehavior, PowerState, Code, ScaleSetPriority, ScaleSetEvictionPolicy, KubeletConfig, LinuxOSConfig, SysctlConfig, GPUInstanceProfile, CreationData, AgentPoolNetworkProfile, IPTag, PortRange, Protocol, AgentPoolWindowsProfile, AgentPoolSecurityProfile, AgentPoolSSHAccess, GPUProfile, GPUDriver, AgentPoolGatewayProfile, VirtualMachinesProfile, ScaleProfile, ManualScaleProfile, VirtualMachineNodes, AgentPoolStatus, ErrorDetail, ErrorAdditionalInfo, LocalDNSProfile, LocalDNSMode, LocalDNSState, LocalDNSOverride, LocalDNSQueryLogging, LocalDNSProtocol, LocalDNSForwardDestination, LocalDNSForwardPolicy, LocalDNSServeStale, ProxyResource, Resource, SystemData, CreatedByType, ErrorResponse, AgentPoolDeleteMachinesParameter, AgentPoolAvailableVersions, AgentPoolAvailableVersionsProperties, AgentPoolAvailableVersionsPropertiesAgentPoolVersionsItem, AgentPoolUpgradeProfile, AgentPoolUpgradeProfileProperties, AgentPoolUpgradeProfilePropertiesUpgradesItem, ManagedCluster, ManagedClusterProperties, ManagedClusterAgentPoolProfile, ContainerServiceLinuxProfile, ContainerServiceSshConfiguration, ContainerServiceSshPublicKey, ManagedClusterWindowsProfile, LicenseType, WindowsGmsaProfile, ManagedClusterServicePrincipalProfile, ManagedClusterAddonProfile, ManagedClusterAddonProfileIdentity, ManagedClusterPodIdentityProfile, ManagedClusterPodIdentity, UserAssignedIdentity, ManagedClusterPodIdentityProvisioningState, ManagedClusterPodIdentityProvisioningInfo, ManagedClusterPodIdentityProvisioningError, ManagedClusterPodIdentityProvisioningErrorBody, ManagedClusterPodIdentityException, ManagedClusterOidcIssuerProfile, ManagedClusterNodeResourceGroupProfile, RestrictionLevel, KubernetesSupportPlan, ContainerServiceNetworkProfile, NetworkPlugin, NetworkPluginMode, NetworkPolicy, NetworkMode, NetworkDataplane, AdvancedNetworking, AdvancedNetworkingObservability, AdvancedNetworkingSecurity, AdvancedNetworkPolicies, AdvancedNetworkingSecurityTransitEncryption, TransitEncryptionType, AdvancedNetworkingPerformance, AccelerationMode, OutboundType, LoadBalancerSku, ManagedClusterLoadBalancerProfile, ManagedClusterLoadBalancerProfileManagedOutboundIPs, ManagedClusterLoadBalancerProfileOutboundIPPrefixes, ResourceReference, ManagedClusterLoadBalancerProfileOutboundIPs, BackendPoolType, ManagedClusterNATGatewayProfile, ManagedClusterManagedOutboundIPProfile, ManagedClusterStaticEgressGatewayProfile, IpFamily, ManagedClusterAADProfile, ManagedClusterAutoUpgradeProfile, UpgradeChannel, NodeOSUpgradeChannel, ClusterUpgradeSettings, UpgradeOverrideSettings, ManagedClusterPropertiesAutoScalerProfile, Expander, ManagedClusterAPIServerAccessProfile, PrivateLinkResource, ManagedClusterHttpProxyConfig, ManagedClusterSecurityProfile, ManagedClusterSecurityProfileDefender, ManagedClusterSecurityProfileDefenderSecurityMonitoring, AzureKeyVaultKms, KeyVaultNetworkAccessTypes, ManagedClusterSecurityProfileWorkloadIdentity, ManagedClusterSecurityProfileImageCleaner, ManagedClusterStorageProfile, ManagedClusterStorageProfileDiskCSIDriver, ManagedClusterStorageProfileFileCSIDriver, ManagedClusterStorageProfileSnapshotController, ManagedClusterStorageProfileBlobCSIDriver, ManagedClusterIngressProfile, ManagedClusterIngressProfileWebAppRouting, ManagedClusterIngressProfileNginx, NginxIngressControllerType, PublicNetworkAccess, ManagedClusterWorkloadAutoScalerProfile, ManagedClusterWorkloadAutoScalerProfileKeda, ManagedClusterWorkloadAutoScalerProfileVerticalPodAutoscaler, ManagedClusterAzureMonitorProfile, ManagedClusterAzureMonitorProfileMetrics, ManagedClusterAzureMonitorProfileKubeStateMetrics, ServiceMeshProfile, ServiceMeshMode, IstioServiceMesh, IstioComponents, IstioIngressGateway, IstioIngressGatewayMode, IstioEgressGateway, ProxyRedirectionMechanism, IstioCertificateAuthority, IstioPluginCertificateAuthority, ManagedClusterMetricsProfile, ManagedClusterCostAnalysis, ManagedClusterNodeProvisioningProfile, NodeProvisioningMode, NodeProvisioningDefaultNodePools, ManagedClusterBootstrapProfile, ArtifactSource, ManagedClusterAIToolchainOperatorProfile, ManagedClusterStatus, ManagedClusterSKU, ManagedClusterSKUName, ManagedClusterSKUTier, ExtendedLocation, ExtendedLocationTypes, ManagedClusterIdentity, ResourceIdentityType, DelegatedResource, ManagedServiceIdentityUserAssignedIdentitiesValue, TrackedResource, TagsObject, ManagedClusterAccessProfile, AccessProfile, CredentialResults, CredentialResult, RunCommandRequest, RunCommandResult, CommandResultProperties, OutboundEnvironmentEndpoint, EndpointDependency, EndpointDetail, ManagedClusterUpgradeProfile, ManagedClusterUpgradeProfileProperties, ManagedClusterPoolUpgradeProfile, ManagedClusterPoolUpgradeProfileUpgradesItem, MeshRevisionProfile, MeshRevisionProfileProperties, MeshRevision, CompatibleVersions, MeshUpgradeProfile, MeshUpgradeProfileProperties, KubernetesVersionListResult, KubernetesVersion, KubernetesVersionCapabilities, KubernetesPatchVersion, MaintenanceConfiguration, MaintenanceConfigurationProperties, TimeInWeek, WeekDay, TimeSpan, MaintenanceWindow, Schedule, DailySchedule, WeeklySchedule, AbsoluteMonthlySchedule, RelativeMonthlySchedule, Type, DateSpan, ManagedNamespace, NamespaceProperties, NamespaceProvisioningState, ResourceQuota, NetworkPolicies, PolicyRule, AdoptionPolicy, DeletePolicy, Machine, MachineProperties, MachineNetworkProperties, MachineIpAddress, PrivateEndpointConnection, PrivateEndpointConnectionProperties, PrivateEndpointConnectionProvisioningState, PrivateEndpoint, PrivateLinkServiceConnectionState, ConnectionStatus, PrivateEndpointConnectionListResult, Snapshot, SnapshotProperties, SnapshotType, TrustedAccessRoleBinding, TrustedAccessRoleBindingProperties, TrustedAccessRoleBindingProvisioningState, OperationValue, OperationValueDisplay, PrivateLinkResourcesListResult, TrustedAccessRole, TrustedAccessRoleRule, Format, } from "./models.js";
|
|
2
|
-
export { KnownOSDiskType, KnownKubeletDiskType, KnownWorkloadRuntime, KnownPodIPAllocationMode, KnownOSType, KnownOssku, KnownScaleDownMode, KnownAgentPoolType, KnownAgentPoolMode, KnownUndrainableNodeBehavior, KnownCode, KnownScaleSetPriority, KnownScaleSetEvictionPolicy, KnownGPUInstanceProfile, KnownProtocol, KnownAgentPoolSSHAccess, KnownGPUDriver, KnownLocalDNSMode, KnownLocalDNSState, KnownLocalDNSQueryLogging, KnownLocalDNSProtocol, KnownLocalDNSForwardDestination, KnownLocalDNSForwardPolicy, KnownLocalDNSServeStale, KnownCreatedByType, KnownLicenseType, KnownManagedClusterPodIdentityProvisioningState, KnownRestrictionLevel, KnownKubernetesSupportPlan, KnownNetworkPlugin, KnownNetworkPluginMode, KnownNetworkPolicy, KnownNetworkMode, KnownNetworkDataplane, KnownAdvancedNetworkPolicies, KnownTransitEncryptionType, KnownAccelerationMode, KnownOutboundType, KnownLoadBalancerSku, KnownBackendPoolType, KnownIpFamily, KnownUpgradeChannel, KnownNodeOSUpgradeChannel, KnownExpander, KnownKeyVaultNetworkAccessTypes, KnownNginxIngressControllerType, KnownPublicNetworkAccess, KnownServiceMeshMode, KnownIstioIngressGatewayMode, KnownProxyRedirectionMechanism, KnownNodeProvisioningMode, KnownNodeProvisioningDefaultNodePools, KnownArtifactSource, KnownManagedClusterSKUName, KnownManagedClusterSKUTier, KnownExtendedLocationTypes, KnownResourceIdentityType, KnownWeekDay, KnownType, KnownNamespaceProvisioningState, KnownPolicyRule, KnownAdoptionPolicy, KnownDeletePolicy, KnownPrivateEndpointConnectionProvisioningState, KnownConnectionStatus, KnownSnapshotType, KnownTrustedAccessRoleBindingProvisioningState, KnownFormat, KnownVersions, } from "./models.js";
|
|
1
|
+
export type { AgentPool, ManagedClusterAgentPoolProfileProperties, OSDiskType, KubeletDiskType, WorkloadRuntime, PodIPAllocationMode, OSType, Ossku, ScaleDownMode, AgentPoolType, AgentPoolMode, AgentPoolUpgradeSettings, UndrainableNodeBehavior, PowerState, Code, ScaleSetPriority, ScaleSetEvictionPolicy, KubeletConfig, LinuxOSConfig, SysctlConfig, GPUInstanceProfile, CreationData, AgentPoolNetworkProfile, IPTag, PortRange, Protocol, AgentPoolWindowsProfile, AgentPoolSecurityProfile, AgentPoolSSHAccess, GPUProfile, GPUDriver, AgentPoolGatewayProfile, VirtualMachinesProfile, ScaleProfile, ManualScaleProfile, VirtualMachineNodes, AgentPoolStatus, ErrorDetail, ErrorAdditionalInfo, LocalDNSProfile, LocalDNSMode, LocalDNSState, LocalDNSOverride, LocalDNSQueryLogging, LocalDNSProtocol, LocalDNSForwardDestination, LocalDNSForwardPolicy, LocalDNSServeStale, ProxyResource, Resource, SystemData, CreatedByType, ErrorResponse, AgentPoolDeleteMachinesParameter, AgentPoolAvailableVersions, AgentPoolAvailableVersionsProperties, AgentPoolAvailableVersionsPropertiesAgentPoolVersionsItem, AgentPoolUpgradeProfile, AgentPoolUpgradeProfileProperties, AgentPoolUpgradeProfilePropertiesUpgradesItem, ManagedCluster, ManagedClusterProperties, ManagedClusterAgentPoolProfile, ContainerServiceLinuxProfile, ContainerServiceSshConfiguration, ContainerServiceSshPublicKey, ManagedClusterWindowsProfile, LicenseType, WindowsGmsaProfile, ManagedClusterServicePrincipalProfile, ManagedClusterAddonProfile, ManagedClusterAddonProfileIdentity, ManagedClusterPodIdentityProfile, ManagedClusterPodIdentity, UserAssignedIdentity, ManagedClusterPodIdentityProvisioningState, ManagedClusterPodIdentityProvisioningInfo, ManagedClusterPodIdentityProvisioningError, ManagedClusterPodIdentityProvisioningErrorBody, ManagedClusterPodIdentityException, ManagedClusterOidcIssuerProfile, ManagedClusterNodeResourceGroupProfile, RestrictionLevel, KubernetesSupportPlan, ContainerServiceNetworkProfile, NetworkPlugin, NetworkPluginMode, NetworkPolicy, NetworkMode, NetworkDataplane, AdvancedNetworking, AdvancedNetworkingObservability, AdvancedNetworkingSecurity, AdvancedNetworkPolicies, AdvancedNetworkingSecurityTransitEncryption, TransitEncryptionType, AdvancedNetworkingPerformance, AccelerationMode, OutboundType, LoadBalancerSku, ManagedClusterLoadBalancerProfile, ManagedClusterLoadBalancerProfileManagedOutboundIPs, ManagedClusterLoadBalancerProfileOutboundIPPrefixes, ResourceReference, ManagedClusterLoadBalancerProfileOutboundIPs, BackendPoolType, ManagedClusterNATGatewayProfile, ManagedClusterManagedOutboundIPProfile, ManagedClusterStaticEgressGatewayProfile, IpFamily, ManagedClusterAADProfile, ManagedClusterAutoUpgradeProfile, UpgradeChannel, NodeOSUpgradeChannel, ClusterUpgradeSettings, UpgradeOverrideSettings, ManagedClusterPropertiesAutoScalerProfile, Expander, ManagedClusterAPIServerAccessProfile, PrivateLinkResource, ManagedClusterHttpProxyConfig, ManagedClusterSecurityProfile, ManagedClusterSecurityProfileDefender, ManagedClusterSecurityProfileDefenderSecurityMonitoring, AzureKeyVaultKms, KeyVaultNetworkAccessTypes, ManagedClusterSecurityProfileWorkloadIdentity, ManagedClusterSecurityProfileImageCleaner, ManagedClusterStorageProfile, ManagedClusterStorageProfileDiskCSIDriver, ManagedClusterStorageProfileFileCSIDriver, ManagedClusterStorageProfileSnapshotController, ManagedClusterStorageProfileBlobCSIDriver, ManagedClusterIngressProfile, ManagedClusterIngressProfileWebAppRouting, ManagedClusterWebAppRoutingGatewayAPIImplementations, ManagedClusterAppRoutingIstio, GatewayAPIIstioEnabled, ManagedClusterIngressProfileNginx, NginxIngressControllerType, ManagedClusterIngressProfileGatewayConfiguration, ManagedGatewayType, PublicNetworkAccess, ManagedClusterWorkloadAutoScalerProfile, ManagedClusterWorkloadAutoScalerProfileKeda, ManagedClusterWorkloadAutoScalerProfileVerticalPodAutoscaler, ManagedClusterAzureMonitorProfile, ManagedClusterAzureMonitorProfileMetrics, ManagedClusterAzureMonitorProfileKubeStateMetrics, ManagedClusterAzureMonitorProfileAppMonitoring, ManagedClusterAzureMonitorProfileAppMonitoringAutoInstrumentation, ServiceMeshProfile, ServiceMeshMode, IstioServiceMesh, IstioComponents, IstioIngressGateway, IstioIngressGatewayMode, IstioEgressGateway, ProxyRedirectionMechanism, IstioCertificateAuthority, IstioPluginCertificateAuthority, ManagedClusterMetricsProfile, ManagedClusterCostAnalysis, ManagedClusterNodeProvisioningProfile, NodeProvisioningMode, NodeProvisioningDefaultNodePools, ManagedClusterBootstrapProfile, ArtifactSource, ManagedClusterAIToolchainOperatorProfile, ManagedClusterHostedSystemProfile, ManagedClusterStatus, ManagedClusterSKU, ManagedClusterSKUName, ManagedClusterSKUTier, ExtendedLocation, ExtendedLocationTypes, ManagedClusterIdentity, ResourceIdentityType, DelegatedResource, ManagedServiceIdentityUserAssignedIdentitiesValue, TrackedResource, TagsObject, ManagedClusterAccessProfile, AccessProfile, CredentialResults, CredentialResult, RunCommandRequest, RunCommandResult, CommandResultProperties, OutboundEnvironmentEndpoint, EndpointDependency, EndpointDetail, ManagedClusterUpgradeProfile, ManagedClusterUpgradeProfileProperties, ManagedClusterPoolUpgradeProfile, ManagedClusterPoolUpgradeProfileUpgradesItem, MeshRevisionProfile, MeshRevisionProfileProperties, MeshRevision, CompatibleVersions, MeshUpgradeProfile, MeshUpgradeProfileProperties, KubernetesVersionListResult, KubernetesVersion, KubernetesVersionCapabilities, KubernetesPatchVersion, MaintenanceConfiguration, MaintenanceConfigurationProperties, TimeInWeek, WeekDay, TimeSpan, MaintenanceWindow, Schedule, DailySchedule, WeeklySchedule, AbsoluteMonthlySchedule, RelativeMonthlySchedule, Type, DateSpan, ManagedNamespace, NamespaceProperties, NamespaceProvisioningState, ResourceQuota, NetworkPolicies, PolicyRule, AdoptionPolicy, DeletePolicy, Machine, MachineProperties, MachineNetworkProperties, MachineIpAddress, PrivateEndpointConnection, PrivateEndpointConnectionProperties, PrivateEndpointConnectionProvisioningState, PrivateEndpoint, PrivateLinkServiceConnectionState, ConnectionStatus, PrivateEndpointConnectionListResult, Snapshot, SnapshotProperties, SnapshotType, TrustedAccessRoleBinding, TrustedAccessRoleBindingProperties, TrustedAccessRoleBindingProvisioningState, OperationValue, OperationValueDisplay, PrivateLinkResourcesListResult, TrustedAccessRole, TrustedAccessRoleRule, Format, } from "./models.js";
|
|
2
|
+
export { KnownOSDiskType, KnownKubeletDiskType, KnownWorkloadRuntime, KnownPodIPAllocationMode, KnownOSType, KnownOssku, KnownScaleDownMode, KnownAgentPoolType, KnownAgentPoolMode, KnownUndrainableNodeBehavior, KnownCode, KnownScaleSetPriority, KnownScaleSetEvictionPolicy, KnownGPUInstanceProfile, KnownProtocol, KnownAgentPoolSSHAccess, KnownGPUDriver, KnownLocalDNSMode, KnownLocalDNSState, KnownLocalDNSQueryLogging, KnownLocalDNSProtocol, KnownLocalDNSForwardDestination, KnownLocalDNSForwardPolicy, KnownLocalDNSServeStale, KnownCreatedByType, KnownLicenseType, KnownManagedClusterPodIdentityProvisioningState, KnownRestrictionLevel, KnownKubernetesSupportPlan, KnownNetworkPlugin, KnownNetworkPluginMode, KnownNetworkPolicy, KnownNetworkMode, KnownNetworkDataplane, KnownAdvancedNetworkPolicies, KnownTransitEncryptionType, KnownAccelerationMode, KnownOutboundType, KnownLoadBalancerSku, KnownBackendPoolType, KnownIpFamily, KnownUpgradeChannel, KnownNodeOSUpgradeChannel, KnownExpander, KnownKeyVaultNetworkAccessTypes, KnownGatewayAPIIstioEnabled, KnownNginxIngressControllerType, KnownManagedGatewayType, KnownPublicNetworkAccess, KnownServiceMeshMode, KnownIstioIngressGatewayMode, KnownProxyRedirectionMechanism, KnownNodeProvisioningMode, KnownNodeProvisioningDefaultNodePools, KnownArtifactSource, KnownManagedClusterSKUName, KnownManagedClusterSKUTier, KnownExtendedLocationTypes, KnownResourceIdentityType, KnownWeekDay, KnownType, KnownNamespaceProvisioningState, KnownPolicyRule, KnownAdoptionPolicy, KnownDeletePolicy, KnownPrivateEndpointConnectionProvisioningState, KnownConnectionStatus, KnownSnapshotType, KnownTrustedAccessRoleBindingProvisioningState, KnownFormat, KnownVersions, } from "./models.js";
|
|
3
3
|
//# sourceMappingURL=index.d.ts.map
|