@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 +1 @@
|
|
|
1
|
-
{"version":3,"file":"operations.js","sourceRoot":"","sources":["../../../../src/api/trustedAccessRoleBindings/operations.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAOlC,OAAO,EACL,yBAAyB,EACzB,kCAAkC,EAClC,oCAAoC,EACpC,+CAA+C,GAChD,MAAM,wBAAwB,CAAC;AAEhC,OAAO,EAAE,uBAAuB,EAAE,MAAM,uCAAuC,CAAC;AAChF,OAAO,EAAE,oBAAoB,EAAE,MAAM,wCAAwC,CAAC;AAC9E,OAAO,EAAE,iBAAiB,EAAE,MAAM,qCAAqC,CAAC;AAQxE,OAAO,EAAE,eAAe,EAAE,mCAAmC,EAAE,MAAM,yBAAyB,CAAC;AAG/F,MAAM,UAAU,SAAS,CACvB,OAAe,EACf,iBAAyB,EACzB,YAAoB,EACpB,UAAuD,EAAE,cAAc,EAAE,EAAE,EAAE;IAE7E,MAAM,IAAI,GAAG,iBAAiB,CAC5B,kLAAkL,EAClL;QACE,cAAc,EAAE,OAAO,CAAC,cAAc;QACtC,iBAAiB,EAAE,iBAAiB;QACpC,YAAY,EAAE,YAAY;QAC1B,eAAe,EAAE,OAAO,CAAC,UAAU,IAAI,YAAY;KACpD,EACD;QACE,aAAa,EAAE,OAAO,EAAE,cAAc,EAAE,eAAe;KACxD,CACF,CAAC;IACF,OAAO,OAAO,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,GAAG,CAAC;QAC5B,GAAG,mCAAmC,CAAC,OAAO,CAAC;QAC/C,OAAO,EAAE,EAAE,MAAM,EAAE,kBAAkB,EAAE,GAAG,OAAO,CAAC,cAAc,EAAE,OAAO,EAAE;KAC5E,CAAC,CAAC;AACL,CAAC;AAED,MAAM,CAAC,KAAK,UAAU,gBAAgB,CACpC,MAA6B;IAE7B,MAAM,gBAAgB,GAAG,CAAC,KAAK,CAAC,CAAC;IACjC,IAAI,CAAC,gBAAgB,CAAC,QAAQ,CAAC,MAAM,CAAC,MAAM,CAAC,EAAE,CAAC;QAC9C,MAAM,KAAK,GAAG,eAAe,CAAC,MAAM,CAAC,CAAC;QACtC,KAAK,CAAC,OAAO,GAAG,yBAAyB,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC;QAEvD,MAAM,KAAK,CAAC;IACd,CAAC;IAED,OAAO,+CAA+C,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC;AACtE,CAAC;AAED,yCAAyC;AACzC,MAAM,UAAU,IAAI,CAClB,OAAe,EACf,iBAAyB,EACzB,YAAoB,EACpB,UAAuD,EAAE,cAAc,EAAE,EAAE,EAAE;IAE7E,OAAO,uBAAuB,CAC5B,OAAO,EACP,GAAG,EAAE,CAAC,SAAS,CAAC,OAAO,EAAE,iBAAiB,EAAE,YAAY,EAAE,OAAO,CAAC,EAClE,gBAAgB,EAChB,CAAC,KAAK,CAAC,EACP,EAAE,QAAQ,EAAE,OAAO,EAAE,YAAY,EAAE,UAAU,EAAE,UAAU,EAAE,OAAO,CAAC,UAAU,IAAI,YAAY,EAAE,CAChG,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,YAAY,CAC1B,OAAe,EACf,iBAAyB,EACzB,YAAoB,EACpB,4BAAoC,EACpC,UAAyD,EAAE,cAAc,EAAE,EAAE,EAAE;IAE/E,MAAM,IAAI,GAAG,iBAAiB,CAC5B,iNAAiN,EACjN;QACE,cAAc,EAAE,OAAO,CAAC,cAAc;QACtC,iBAAiB,EAAE,iBAAiB;QACpC,YAAY,EAAE,YAAY;QAC1B,4BAA4B,EAAE,4BAA4B;QAC1D,eAAe,EAAE,OAAO,CAAC,UAAU,IAAI,YAAY;KACpD,EACD;QACE,aAAa,EAAE,OAAO,EAAE,cAAc,EAAE,eAAe;KACxD,CACF,CAAC;IACF,OAAO,OAAO,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,MAAM,CAAC,EAAE,GAAG,mCAAmC,CAAC,OAAO,CAAC,EAAE,CAAC,CAAC;AACxF,CAAC;AAED,MAAM,CAAC,KAAK,UAAU,mBAAmB,CAAC,MAA6B;IACrE,MAAM,gBAAgB,GAAG,CAAC,KAAK,EAAE,KAAK,EAAE,KAAK,CAAC,CAAC;IAC/C,IAAI,CAAC,gBAAgB,CAAC,QAAQ,CAAC,MAAM,CAAC,MAAM,CAAC,EAAE,CAAC;QAC9C,MAAM,KAAK,GAAG,eAAe,CAAC,MAAM,CAAC,CAAC;QACtC,KAAK,CAAC,OAAO,GAAG,yBAAyB,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC;QAEvD,MAAM,KAAK,CAAC;IACd,CAAC;IAED,OAAO;AACT,CAAC;AAED,4CAA4C;AAC5C;;;;GAIG;AACH,MAAM,UAAU,OAAO,CACrB,OAAe,EACf,iBAAyB,EACzB,YAAoB,EACpB,4BAAoC,EACpC,UAAyD,EAAE,cAAc,EAAE,EAAE,EAAE;IAE/E,OAAO,oBAAoB,CAAC,OAAO,EAAE,mBAAmB,EAAE,CAAC,KAAK,EAAE,KAAK,EAAE,KAAK,CAAC,EAAE;QAC/E,kBAAkB,EAAE,OAAO,EAAE,kBAAkB;QAC/C,WAAW,EAAE,OAAO,EAAE,WAAW;QACjC,kBAAkB,EAAE,GAAG,EAAE,CACvB,YAAY,CAAC,OAAO,EAAE,iBAAiB,EAAE,YAAY,EAAE,4BAA4B,EAAE,OAAO,CAAC;QAC/F,sBAAsB,EAAE,uBAAuB;QAC/C,UAAU,EAAE,OAAO,CAAC,UAAU,IAAI,YAAY;KAC/C,CAA2C,CAAC;AAC/C,CAAC;AAED,MAAM,UAAU,mBAAmB,CACjC,OAAe,EACf,iBAAyB,EACzB,YAAoB,EACpB,4BAAoC,EACpC,wBAAkD,EAClD,UAAiE,EAAE,cAAc,EAAE,EAAE,EAAE;IAEvF,MAAM,IAAI,GAAG,iBAAiB,CAC5B,iNAAiN,EACjN;QACE,cAAc,EAAE,OAAO,CAAC,cAAc;QACtC,iBAAiB,EAAE,iBAAiB;QACpC,YAAY,EAAE,YAAY;QAC1B,4BAA4B,EAAE,4BAA4B;QAC1D,eAAe,EAAE,OAAO,CAAC,UAAU,IAAI,YAAY;KACpD,EACD;QACE,aAAa,EAAE,OAAO,EAAE,cAAc,EAAE,eAAe;KACxD,CACF,CAAC;IACF,OAAO,OAAO,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,GAAG,CAAC;QAC5B,GAAG,mCAAmC,CAAC,OAAO,CAAC;QAC/C,WAAW,EAAE,kBAAkB;QAC/B,OAAO,EAAE,EAAE,MAAM,EAAE,kBAAkB,EAAE,GAAG,OAAO,CAAC,cAAc,EAAE,OAAO,EAAE;QAC3E,IAAI,EAAE,kCAAkC,CAAC,wBAAwB,CAAC;KACnE,CAAC,CAAC;AACL,CAAC;AAED,MAAM,CAAC,KAAK,UAAU,0BAA0B,CAC9C,MAA6B;IAE7B,MAAM,gBAAgB,GAAG,CAAC,KAAK,EAAE,KAAK,EAAE,KAAK,CAAC,CAAC;IAC/C,IAAI,CAAC,gBAAgB,CAAC,QAAQ,CAAC,MAAM,CAAC,MAAM,CAAC,EAAE,CAAC;QAC9C,MAAM,KAAK,GAAG,eAAe,CAAC,MAAM,CAAC,CAAC;QACtC,KAAK,CAAC,OAAO,GAAG,yBAAyB,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC;QAEvD,MAAM,KAAK,CAAC;IACd,CAAC;IAED,OAAO,oCAAoC,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC;AAC3D,CAAC;AAED,qDAAqD;AACrD,MAAM,UAAU,cAAc,CAC5B,OAAe,EACf,iBAAyB,EACzB,YAAoB,EACpB,4BAAoC,EACpC,wBAAkD,EAClD,UAAiE,EAAE,cAAc,EAAE,EAAE,EAAE;IAEvF,OAAO,oBAAoB,CAAC,OAAO,EAAE,0BAA0B,EAAE,CAAC,KAAK,EAAE,KAAK,EAAE,KAAK,CAAC,EAAE;QACtF,kBAAkB,EAAE,OAAO,EAAE,kBAAkB;QAC/C,WAAW,EAAE,OAAO,EAAE,WAAW;QACjC,kBAAkB,EAAE,GAAG,EAAE,CACvB,mBAAmB,CACjB,OAAO,EACP,iBAAiB,EACjB,YAAY,EACZ,4BAA4B,EAC5B,wBAAwB,EACxB,OAAO,CACR;QACH,sBAAsB,EAAE,uBAAuB;QAC/C,UAAU,EAAE,OAAO,CAAC,UAAU,IAAI,YAAY;KAC/C,CAAmF,CAAC;AACvF,CAAC;AAED,MAAM,UAAU,QAAQ,CACtB,OAAe,EACf,iBAAyB,EACzB,YAAoB,EACpB,4BAAoC,EACpC,UAAsD,EAAE,cAAc,EAAE,EAAE,EAAE;IAE5E,MAAM,IAAI,GAAG,iBAAiB,CAC5B,iNAAiN,EACjN;QACE,cAAc,EAAE,OAAO,CAAC,cAAc;QACtC,iBAAiB,EAAE,iBAAiB;QACpC,YAAY,EAAE,YAAY;QAC1B,4BAA4B,EAAE,4BAA4B;QAC1D,eAAe,EAAE,OAAO,CAAC,UAAU,IAAI,YAAY;KACpD,EACD;QACE,aAAa,EAAE,OAAO,EAAE,cAAc,EAAE,eAAe;KACxD,CACF,CAAC;IACF,OAAO,OAAO,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,GAAG,CAAC;QAC5B,GAAG,mCAAmC,CAAC,OAAO,CAAC;QAC/C,OAAO,EAAE,EAAE,MAAM,EAAE,kBAAkB,EAAE,GAAG,OAAO,CAAC,cAAc,EAAE,OAAO,EAAE;KAC5E,CAAC,CAAC;AACL,CAAC;AAED,MAAM,CAAC,KAAK,UAAU,eAAe,CACnC,MAA6B;IAE7B,MAAM,gBAAgB,GAAG,CAAC,KAAK,CAAC,CAAC;IACjC,IAAI,CAAC,gBAAgB,CAAC,QAAQ,CAAC,MAAM,CAAC,MAAM,CAAC,EAAE,CAAC;QAC9C,MAAM,KAAK,GAAG,eAAe,CAAC,MAAM,CAAC,CAAC;QACtC,KAAK,CAAC,OAAO,GAAG,yBAAyB,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC;QAEvD,MAAM,KAAK,CAAC;IACd,CAAC;IAED,OAAO,oCAAoC,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC;AAC3D,CAAC;AAED,yCAAyC;AACzC,MAAM,CAAC,KAAK,UAAU,GAAG,CACvB,OAAe,EACf,iBAAyB,EACzB,YAAoB,EACpB,4BAAoC,EACpC,UAAsD,EAAE,cAAc,EAAE,EAAE,EAAE;IAE5E,MAAM,MAAM,GAAG,MAAM,QAAQ,CAC3B,OAAO,EACP,iBAAiB,EACjB,YAAY,EACZ,4BAA4B,EAC5B,OAAO,CACR,CAAC;IACF,OAAO,eAAe,CAAC,MAAM,CAAC,CAAC;AACjC,CAAC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport type { ContainerServiceContext as Client } from \"../index.js\";\nimport type {\n TrustedAccessRoleBinding,\n _TrustedAccessRoleBindingListResult,\n} from \"../../models/models.js\";\nimport {\n errorResponseDeserializer,\n trustedAccessRoleBindingSerializer,\n trustedAccessRoleBindingDeserializer,\n _trustedAccessRoleBindingListResultDeserializer,\n} from \"../../models/models.js\";\nimport type { PagedAsyncIterableIterator } from \"../../static-helpers/pagingHelpers.js\";\nimport { buildPagedAsyncIterator } from \"../../static-helpers/pagingHelpers.js\";\nimport { getLongRunningPoller } from \"../../static-helpers/pollingHelpers.js\";\nimport { expandUrlTemplate } from \"../../static-helpers/urlTemplate.js\";\nimport type {\n TrustedAccessRoleBindingsListOptionalParams,\n TrustedAccessRoleBindingsDeleteOptionalParams,\n TrustedAccessRoleBindingsCreateOrUpdateOptionalParams,\n TrustedAccessRoleBindingsGetOptionalParams,\n} from \"./options.js\";\nimport type { StreamableMethod, PathUncheckedResponse } from \"@azure-rest/core-client\";\nimport { createRestError, operationOptionsToRequestParameters } from \"@azure-rest/core-client\";\nimport type { PollerLike, OperationState } from \"@azure/core-lro\";\n\nexport function _listSend(\n context: Client,\n resourceGroupName: string,\n resourceName: string,\n options: TrustedAccessRoleBindingsListOptionalParams = { requestOptions: {} },\n): StreamableMethod {\n const path = expandUrlTemplate(\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/trustedAccessRoleBindings{?api%2Dversion}\",\n {\n subscriptionId: context.subscriptionId,\n resourceGroupName: resourceGroupName,\n resourceName: resourceName,\n \"api%2Dversion\": context.apiVersion ?? \"2026-01-01\",\n },\n {\n allowReserved: options?.requestOptions?.skipUrlEncoding,\n },\n );\n return context.path(path).get({\n ...operationOptionsToRequestParameters(options),\n headers: { accept: \"application/json\", ...options.requestOptions?.headers },\n });\n}\n\nexport async function _listDeserialize(\n result: PathUncheckedResponse,\n): Promise<_TrustedAccessRoleBindingListResult> {\n const expectedStatuses = [\"200\"];\n if (!expectedStatuses.includes(result.status)) {\n const error = createRestError(result);\n error.details = errorResponseDeserializer(result.body);\n\n throw error;\n }\n\n return _trustedAccessRoleBindingListResultDeserializer(result.body);\n}\n\n/** List trusted access role bindings. */\nexport function list(\n context: Client,\n resourceGroupName: string,\n resourceName: string,\n options: TrustedAccessRoleBindingsListOptionalParams = { requestOptions: {} },\n): PagedAsyncIterableIterator<TrustedAccessRoleBinding> {\n return buildPagedAsyncIterator(\n context,\n () => _listSend(context, resourceGroupName, resourceName, options),\n _listDeserialize,\n [\"200\"],\n { itemName: \"value\", nextLinkName: \"nextLink\", apiVersion: context.apiVersion ?? \"2026-01-01\" },\n );\n}\n\nexport function _$deleteSend(\n context: Client,\n resourceGroupName: string,\n resourceName: string,\n trustedAccessRoleBindingName: string,\n options: TrustedAccessRoleBindingsDeleteOptionalParams = { requestOptions: {} },\n): StreamableMethod {\n const path = expandUrlTemplate(\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/trustedAccessRoleBindings/{trustedAccessRoleBindingName}{?api%2Dversion}\",\n {\n subscriptionId: context.subscriptionId,\n resourceGroupName: resourceGroupName,\n resourceName: resourceName,\n trustedAccessRoleBindingName: trustedAccessRoleBindingName,\n \"api%2Dversion\": context.apiVersion ?? \"2026-01-01\",\n },\n {\n allowReserved: options?.requestOptions?.skipUrlEncoding,\n },\n );\n return context.path(path).delete({ ...operationOptionsToRequestParameters(options) });\n}\n\nexport async function _$deleteDeserialize(result: PathUncheckedResponse): Promise<void> {\n const expectedStatuses = [\"202\", \"204\", \"200\"];\n if (!expectedStatuses.includes(result.status)) {\n const error = createRestError(result);\n error.details = errorResponseDeserializer(result.body);\n\n throw error;\n }\n\n return;\n}\n\n/** Delete a trusted access role binding. */\n/**\n * @fixme delete is a reserved word that cannot be used as an operation name.\n * Please add @clientName(\"clientName\") or @clientName(\"<JS-Specific-Name>\", \"javascript\")\n * to the operation to override the generated name.\n */\nexport function $delete(\n context: Client,\n resourceGroupName: string,\n resourceName: string,\n trustedAccessRoleBindingName: string,\n options: TrustedAccessRoleBindingsDeleteOptionalParams = { requestOptions: {} },\n): PollerLike<OperationState<void>, void> {\n return getLongRunningPoller(context, _$deleteDeserialize, [\"202\", \"204\", \"200\"], {\n updateIntervalInMs: options?.updateIntervalInMs,\n abortSignal: options?.abortSignal,\n getInitialResponse: () =>\n _$deleteSend(context, resourceGroupName, resourceName, trustedAccessRoleBindingName, options),\n resourceLocationConfig: \"azure-async-operation\",\n apiVersion: context.apiVersion ?? \"2026-01-01\",\n }) as PollerLike<OperationState<void>, void>;\n}\n\nexport function _createOrUpdateSend(\n context: Client,\n resourceGroupName: string,\n resourceName: string,\n trustedAccessRoleBindingName: string,\n trustedAccessRoleBinding: TrustedAccessRoleBinding,\n options: TrustedAccessRoleBindingsCreateOrUpdateOptionalParams = { requestOptions: {} },\n): StreamableMethod {\n const path = expandUrlTemplate(\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/trustedAccessRoleBindings/{trustedAccessRoleBindingName}{?api%2Dversion}\",\n {\n subscriptionId: context.subscriptionId,\n resourceGroupName: resourceGroupName,\n resourceName: resourceName,\n trustedAccessRoleBindingName: trustedAccessRoleBindingName,\n \"api%2Dversion\": context.apiVersion ?? \"2026-01-01\",\n },\n {\n allowReserved: options?.requestOptions?.skipUrlEncoding,\n },\n );\n return context.path(path).put({\n ...operationOptionsToRequestParameters(options),\n contentType: \"application/json\",\n headers: { accept: \"application/json\", ...options.requestOptions?.headers },\n body: trustedAccessRoleBindingSerializer(trustedAccessRoleBinding),\n });\n}\n\nexport async function _createOrUpdateDeserialize(\n result: PathUncheckedResponse,\n): Promise<TrustedAccessRoleBinding> {\n const expectedStatuses = [\"200\", \"201\", \"202\"];\n if (!expectedStatuses.includes(result.status)) {\n const error = createRestError(result);\n error.details = errorResponseDeserializer(result.body);\n\n throw error;\n }\n\n return trustedAccessRoleBindingDeserializer(result.body);\n}\n\n/** Create or update a trusted access role binding */\nexport function createOrUpdate(\n context: Client,\n resourceGroupName: string,\n resourceName: string,\n trustedAccessRoleBindingName: string,\n trustedAccessRoleBinding: TrustedAccessRoleBinding,\n options: TrustedAccessRoleBindingsCreateOrUpdateOptionalParams = { requestOptions: {} },\n): PollerLike<OperationState<TrustedAccessRoleBinding>, TrustedAccessRoleBinding> {\n return getLongRunningPoller(context, _createOrUpdateDeserialize, [\"200\", \"201\", \"202\"], {\n updateIntervalInMs: options?.updateIntervalInMs,\n abortSignal: options?.abortSignal,\n getInitialResponse: () =>\n _createOrUpdateSend(\n context,\n resourceGroupName,\n resourceName,\n trustedAccessRoleBindingName,\n trustedAccessRoleBinding,\n options,\n ),\n resourceLocationConfig: \"azure-async-operation\",\n apiVersion: context.apiVersion ?? \"2026-01-01\",\n }) as PollerLike<OperationState<TrustedAccessRoleBinding>, TrustedAccessRoleBinding>;\n}\n\nexport function _getSend(\n context: Client,\n resourceGroupName: string,\n resourceName: string,\n trustedAccessRoleBindingName: string,\n options: TrustedAccessRoleBindingsGetOptionalParams = { requestOptions: {} },\n): StreamableMethod {\n const path = expandUrlTemplate(\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/trustedAccessRoleBindings/{trustedAccessRoleBindingName}{?api%2Dversion}\",\n {\n subscriptionId: context.subscriptionId,\n resourceGroupName: resourceGroupName,\n resourceName: resourceName,\n trustedAccessRoleBindingName: trustedAccessRoleBindingName,\n \"api%2Dversion\": context.apiVersion ?? \"2026-01-01\",\n },\n {\n allowReserved: options?.requestOptions?.skipUrlEncoding,\n },\n );\n return context.path(path).get({\n ...operationOptionsToRequestParameters(options),\n headers: { accept: \"application/json\", ...options.requestOptions?.headers },\n });\n}\n\nexport async function _getDeserialize(\n result: PathUncheckedResponse,\n): Promise<TrustedAccessRoleBinding> {\n const expectedStatuses = [\"200\"];\n if (!expectedStatuses.includes(result.status)) {\n const error = createRestError(result);\n error.details = errorResponseDeserializer(result.body);\n\n throw error;\n }\n\n return trustedAccessRoleBindingDeserializer(result.body);\n}\n\n/** Get a trusted access role binding. */\nexport async function get(\n context: Client,\n resourceGroupName: string,\n resourceName: string,\n trustedAccessRoleBindingName: string,\n options: TrustedAccessRoleBindingsGetOptionalParams = { requestOptions: {} },\n): Promise<TrustedAccessRoleBinding> {\n const result = await _getSend(\n context,\n resourceGroupName,\n resourceName,\n trustedAccessRoleBindingName,\n options,\n );\n return _getDeserialize(result);\n}\n"]}
|
|
1
|
+
{"version":3,"file":"operations.js","sourceRoot":"","sources":["../../../../src/api/trustedAccessRoleBindings/operations.ts"],"names":[],"mappings":"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","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport type { ContainerServiceContext as Client } from \"../index.js\";\nimport type {\n TrustedAccessRoleBinding,\n _TrustedAccessRoleBindingListResult,\n} from \"../../models/models.js\";\nimport {\n errorResponseDeserializer,\n trustedAccessRoleBindingSerializer,\n trustedAccessRoleBindingDeserializer,\n _trustedAccessRoleBindingListResultDeserializer,\n} from \"../../models/models.js\";\nimport type { PagedAsyncIterableIterator } from \"../../static-helpers/pagingHelpers.js\";\nimport { buildPagedAsyncIterator } from \"../../static-helpers/pagingHelpers.js\";\nimport { getLongRunningPoller } from \"../../static-helpers/pollingHelpers.js\";\nimport { expandUrlTemplate } from \"../../static-helpers/urlTemplate.js\";\nimport type {\n TrustedAccessRoleBindingsListOptionalParams,\n TrustedAccessRoleBindingsDeleteOptionalParams,\n TrustedAccessRoleBindingsCreateOrUpdateOptionalParams,\n TrustedAccessRoleBindingsGetOptionalParams,\n} from \"./options.js\";\nimport type { StreamableMethod, PathUncheckedResponse } from \"@azure-rest/core-client\";\nimport { createRestError, operationOptionsToRequestParameters } from \"@azure-rest/core-client\";\nimport type { PollerLike, OperationState } from \"@azure/core-lro\";\n\nexport function _listSend(\n context: Client,\n resourceGroupName: string,\n resourceName: string,\n options: TrustedAccessRoleBindingsListOptionalParams = { requestOptions: {} },\n): StreamableMethod {\n const path = expandUrlTemplate(\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/trustedAccessRoleBindings{?api%2Dversion}\",\n {\n subscriptionId: context.subscriptionId,\n resourceGroupName: resourceGroupName,\n resourceName: resourceName,\n \"api%2Dversion\": context.apiVersion ?? \"2026-02-01\",\n },\n {\n allowReserved: options?.requestOptions?.skipUrlEncoding,\n },\n );\n return context.path(path).get({\n ...operationOptionsToRequestParameters(options),\n headers: { accept: \"application/json\", ...options.requestOptions?.headers },\n });\n}\n\nexport async function _listDeserialize(\n result: PathUncheckedResponse,\n): Promise<_TrustedAccessRoleBindingListResult> {\n const expectedStatuses = [\"200\"];\n if (!expectedStatuses.includes(result.status)) {\n const error = createRestError(result);\n error.details = errorResponseDeserializer(result.body);\n\n throw error;\n }\n\n return _trustedAccessRoleBindingListResultDeserializer(result.body);\n}\n\n/** List trusted access role bindings. */\nexport function list(\n context: Client,\n resourceGroupName: string,\n resourceName: string,\n options: TrustedAccessRoleBindingsListOptionalParams = { requestOptions: {} },\n): PagedAsyncIterableIterator<TrustedAccessRoleBinding> {\n return buildPagedAsyncIterator(\n context,\n () => _listSend(context, resourceGroupName, resourceName, options),\n _listDeserialize,\n [\"200\"],\n { itemName: \"value\", nextLinkName: \"nextLink\", apiVersion: context.apiVersion ?? \"2026-02-01\" },\n );\n}\n\nexport function _$deleteSend(\n context: Client,\n resourceGroupName: string,\n resourceName: string,\n trustedAccessRoleBindingName: string,\n options: TrustedAccessRoleBindingsDeleteOptionalParams = { requestOptions: {} },\n): StreamableMethod {\n const path = expandUrlTemplate(\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/trustedAccessRoleBindings/{trustedAccessRoleBindingName}{?api%2Dversion}\",\n {\n subscriptionId: context.subscriptionId,\n resourceGroupName: resourceGroupName,\n resourceName: resourceName,\n trustedAccessRoleBindingName: trustedAccessRoleBindingName,\n \"api%2Dversion\": context.apiVersion ?? \"2026-02-01\",\n },\n {\n allowReserved: options?.requestOptions?.skipUrlEncoding,\n },\n );\n return context.path(path).delete({ ...operationOptionsToRequestParameters(options) });\n}\n\nexport async function _$deleteDeserialize(result: PathUncheckedResponse): Promise<void> {\n const expectedStatuses = [\"202\", \"204\", \"200\"];\n if (!expectedStatuses.includes(result.status)) {\n const error = createRestError(result);\n error.details = errorResponseDeserializer(result.body);\n\n throw error;\n }\n\n return;\n}\n\n/** Delete a trusted access role binding. */\n/**\n * @fixme delete is a reserved word that cannot be used as an operation name.\n * Please add @clientName(\"clientName\") or @clientName(\"<JS-Specific-Name>\", \"javascript\")\n * to the operation to override the generated name.\n */\nexport function $delete(\n context: Client,\n resourceGroupName: string,\n resourceName: string,\n trustedAccessRoleBindingName: string,\n options: TrustedAccessRoleBindingsDeleteOptionalParams = { requestOptions: {} },\n): PollerLike<OperationState<void>, void> {\n return getLongRunningPoller(context, _$deleteDeserialize, [\"202\", \"204\", \"200\"], {\n updateIntervalInMs: options?.updateIntervalInMs,\n abortSignal: options?.abortSignal,\n getInitialResponse: () =>\n _$deleteSend(context, resourceGroupName, resourceName, trustedAccessRoleBindingName, options),\n resourceLocationConfig: \"azure-async-operation\",\n apiVersion: context.apiVersion ?? \"2026-02-01\",\n }) as PollerLike<OperationState<void>, void>;\n}\n\nexport function _createOrUpdateSend(\n context: Client,\n resourceGroupName: string,\n resourceName: string,\n trustedAccessRoleBindingName: string,\n trustedAccessRoleBinding: TrustedAccessRoleBinding,\n options: TrustedAccessRoleBindingsCreateOrUpdateOptionalParams = { requestOptions: {} },\n): StreamableMethod {\n const path = expandUrlTemplate(\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/trustedAccessRoleBindings/{trustedAccessRoleBindingName}{?api%2Dversion}\",\n {\n subscriptionId: context.subscriptionId,\n resourceGroupName: resourceGroupName,\n resourceName: resourceName,\n trustedAccessRoleBindingName: trustedAccessRoleBindingName,\n \"api%2Dversion\": context.apiVersion ?? \"2026-02-01\",\n },\n {\n allowReserved: options?.requestOptions?.skipUrlEncoding,\n },\n );\n return context.path(path).put({\n ...operationOptionsToRequestParameters(options),\n contentType: \"application/json\",\n headers: { accept: \"application/json\", ...options.requestOptions?.headers },\n body: trustedAccessRoleBindingSerializer(trustedAccessRoleBinding),\n });\n}\n\nexport async function _createOrUpdateDeserialize(\n result: PathUncheckedResponse,\n): Promise<TrustedAccessRoleBinding> {\n const expectedStatuses = [\"200\", \"201\", \"202\"];\n if (!expectedStatuses.includes(result.status)) {\n const error = createRestError(result);\n error.details = errorResponseDeserializer(result.body);\n\n throw error;\n }\n\n return trustedAccessRoleBindingDeserializer(result.body);\n}\n\n/** Create or update a trusted access role binding */\nexport function createOrUpdate(\n context: Client,\n resourceGroupName: string,\n resourceName: string,\n trustedAccessRoleBindingName: string,\n trustedAccessRoleBinding: TrustedAccessRoleBinding,\n options: TrustedAccessRoleBindingsCreateOrUpdateOptionalParams = { requestOptions: {} },\n): PollerLike<OperationState<TrustedAccessRoleBinding>, TrustedAccessRoleBinding> {\n return getLongRunningPoller(context, _createOrUpdateDeserialize, [\"200\", \"201\", \"202\"], {\n updateIntervalInMs: options?.updateIntervalInMs,\n abortSignal: options?.abortSignal,\n getInitialResponse: () =>\n _createOrUpdateSend(\n context,\n resourceGroupName,\n resourceName,\n trustedAccessRoleBindingName,\n trustedAccessRoleBinding,\n options,\n ),\n resourceLocationConfig: \"azure-async-operation\",\n apiVersion: context.apiVersion ?? \"2026-02-01\",\n }) as PollerLike<OperationState<TrustedAccessRoleBinding>, TrustedAccessRoleBinding>;\n}\n\nexport function _getSend(\n context: Client,\n resourceGroupName: string,\n resourceName: string,\n trustedAccessRoleBindingName: string,\n options: TrustedAccessRoleBindingsGetOptionalParams = { requestOptions: {} },\n): StreamableMethod {\n const path = expandUrlTemplate(\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/trustedAccessRoleBindings/{trustedAccessRoleBindingName}{?api%2Dversion}\",\n {\n subscriptionId: context.subscriptionId,\n resourceGroupName: resourceGroupName,\n resourceName: resourceName,\n trustedAccessRoleBindingName: trustedAccessRoleBindingName,\n \"api%2Dversion\": context.apiVersion ?? \"2026-02-01\",\n },\n {\n allowReserved: options?.requestOptions?.skipUrlEncoding,\n },\n );\n return context.path(path).get({\n ...operationOptionsToRequestParameters(options),\n headers: { accept: \"application/json\", ...options.requestOptions?.headers },\n });\n}\n\nexport async function _getDeserialize(\n result: PathUncheckedResponse,\n): Promise<TrustedAccessRoleBinding> {\n const expectedStatuses = [\"200\"];\n if (!expectedStatuses.includes(result.status)) {\n const error = createRestError(result);\n error.details = errorResponseDeserializer(result.body);\n\n throw error;\n }\n\n return trustedAccessRoleBindingDeserializer(result.body);\n}\n\n/** Get a trusted access role binding. */\nexport async function get(\n context: Client,\n resourceGroupName: string,\n resourceName: string,\n trustedAccessRoleBindingName: string,\n options: TrustedAccessRoleBindingsGetOptionalParams = { requestOptions: {} },\n): Promise<TrustedAccessRoleBinding> {\n const result = await _getSend(\n context,\n resourceGroupName,\n resourceName,\n trustedAccessRoleBindingName,\n options,\n );\n return _getDeserialize(result);\n}\n"]}
|
|
@@ -8,7 +8,7 @@ export function _listSend(context, location, options = { requestOptions: {} }) {
|
|
|
8
8
|
const path = expandUrlTemplate("/subscriptions/{subscriptionId}/providers/Microsoft.ContainerService/locations/{location}/trustedAccessRoles{?api%2Dversion}", {
|
|
9
9
|
subscriptionId: context.subscriptionId,
|
|
10
10
|
location: location,
|
|
11
|
-
"api%2Dversion": context.apiVersion ?? "2026-
|
|
11
|
+
"api%2Dversion": context.apiVersion ?? "2026-02-01",
|
|
12
12
|
}, {
|
|
13
13
|
allowReserved: options?.requestOptions?.skipUrlEncoding,
|
|
14
14
|
});
|
|
@@ -28,6 +28,6 @@ export async function _listDeserialize(result) {
|
|
|
28
28
|
}
|
|
29
29
|
/** List supported trusted access roles. */
|
|
30
30
|
export function list(context, location, options = { requestOptions: {} }) {
|
|
31
|
-
return buildPagedAsyncIterator(context, () => _listSend(context, location, options), _listDeserialize, ["200"], { itemName: "value", nextLinkName: "nextLink", apiVersion: context.apiVersion ?? "2026-
|
|
31
|
+
return buildPagedAsyncIterator(context, () => _listSend(context, location, options), _listDeserialize, ["200"], { itemName: "value", nextLinkName: "nextLink", apiVersion: context.apiVersion ?? "2026-02-01" });
|
|
32
32
|
}
|
|
33
33
|
//# sourceMappingURL=operations.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"operations.js","sourceRoot":"","sources":["../../../../src/api/trustedAccessRoles/operations.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAIlC,OAAO,EACL,yBAAyB,EACzB,wCAAwC,GACzC,MAAM,wBAAwB,CAAC;AAEhC,OAAO,EAAE,uBAAuB,EAAE,MAAM,uCAAuC,CAAC;AAChF,OAAO,EAAE,iBAAiB,EAAE,MAAM,qCAAqC,CAAC;AAGxE,OAAO,EAAE,eAAe,EAAE,mCAAmC,EAAE,MAAM,yBAAyB,CAAC;AAE/F,MAAM,UAAU,SAAS,CACvB,OAAe,EACf,QAAgB,EAChB,UAAgD,EAAE,cAAc,EAAE,EAAE,EAAE;IAEtE,MAAM,IAAI,GAAG,iBAAiB,CAC5B,8HAA8H,EAC9H;QACE,cAAc,EAAE,OAAO,CAAC,cAAc;QACtC,QAAQ,EAAE,QAAQ;QAClB,eAAe,EAAE,OAAO,CAAC,UAAU,IAAI,YAAY;KACpD,EACD;QACE,aAAa,EAAE,OAAO,EAAE,cAAc,EAAE,eAAe;KACxD,CACF,CAAC;IACF,OAAO,OAAO,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,GAAG,CAAC;QAC5B,GAAG,mCAAmC,CAAC,OAAO,CAAC;QAC/C,OAAO,EAAE,EAAE,MAAM,EAAE,kBAAkB,EAAE,GAAG,OAAO,CAAC,cAAc,EAAE,OAAO,EAAE;KAC5E,CAAC,CAAC;AACL,CAAC;AAED,MAAM,CAAC,KAAK,UAAU,gBAAgB,CACpC,MAA6B;IAE7B,MAAM,gBAAgB,GAAG,CAAC,KAAK,CAAC,CAAC;IACjC,IAAI,CAAC,gBAAgB,CAAC,QAAQ,CAAC,MAAM,CAAC,MAAM,CAAC,EAAE,CAAC;QAC9C,MAAM,KAAK,GAAG,eAAe,CAAC,MAAM,CAAC,CAAC;QACtC,KAAK,CAAC,OAAO,GAAG,yBAAyB,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC;QAEvD,MAAM,KAAK,CAAC;IACd,CAAC;IAED,OAAO,wCAAwC,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC;AAC/D,CAAC;AAED,2CAA2C;AAC3C,MAAM,UAAU,IAAI,CAClB,OAAe,EACf,QAAgB,EAChB,UAAgD,EAAE,cAAc,EAAE,EAAE,EAAE;IAEtE,OAAO,uBAAuB,CAC5B,OAAO,EACP,GAAG,EAAE,CAAC,SAAS,CAAC,OAAO,EAAE,QAAQ,EAAE,OAAO,CAAC,EAC3C,gBAAgB,EAChB,CAAC,KAAK,CAAC,EACP,EAAE,QAAQ,EAAE,OAAO,EAAE,YAAY,EAAE,UAAU,EAAE,UAAU,EAAE,OAAO,CAAC,UAAU,IAAI,YAAY,EAAE,CAChG,CAAC;AACJ,CAAC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport type { ContainerServiceContext as Client } from \"../index.js\";\nimport type { _TrustedAccessRoleListResult, TrustedAccessRole } from \"../../models/models.js\";\nimport {\n errorResponseDeserializer,\n _trustedAccessRoleListResultDeserializer,\n} from \"../../models/models.js\";\nimport type { PagedAsyncIterableIterator } from \"../../static-helpers/pagingHelpers.js\";\nimport { buildPagedAsyncIterator } from \"../../static-helpers/pagingHelpers.js\";\nimport { expandUrlTemplate } from \"../../static-helpers/urlTemplate.js\";\nimport type { TrustedAccessRolesListOptionalParams } from \"./options.js\";\nimport type { StreamableMethod, PathUncheckedResponse } from \"@azure-rest/core-client\";\nimport { createRestError, operationOptionsToRequestParameters } from \"@azure-rest/core-client\";\n\nexport function _listSend(\n context: Client,\n location: string,\n options: TrustedAccessRolesListOptionalParams = { requestOptions: {} },\n): StreamableMethod {\n const path = expandUrlTemplate(\n \"/subscriptions/{subscriptionId}/providers/Microsoft.ContainerService/locations/{location}/trustedAccessRoles{?api%2Dversion}\",\n {\n subscriptionId: context.subscriptionId,\n location: location,\n \"api%2Dversion\": context.apiVersion ?? \"2026-
|
|
1
|
+
{"version":3,"file":"operations.js","sourceRoot":"","sources":["../../../../src/api/trustedAccessRoles/operations.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAIlC,OAAO,EACL,yBAAyB,EACzB,wCAAwC,GACzC,MAAM,wBAAwB,CAAC;AAEhC,OAAO,EAAE,uBAAuB,EAAE,MAAM,uCAAuC,CAAC;AAChF,OAAO,EAAE,iBAAiB,EAAE,MAAM,qCAAqC,CAAC;AAGxE,OAAO,EAAE,eAAe,EAAE,mCAAmC,EAAE,MAAM,yBAAyB,CAAC;AAE/F,MAAM,UAAU,SAAS,CACvB,OAAe,EACf,QAAgB,EAChB,UAAgD,EAAE,cAAc,EAAE,EAAE,EAAE;IAEtE,MAAM,IAAI,GAAG,iBAAiB,CAC5B,8HAA8H,EAC9H;QACE,cAAc,EAAE,OAAO,CAAC,cAAc;QACtC,QAAQ,EAAE,QAAQ;QAClB,eAAe,EAAE,OAAO,CAAC,UAAU,IAAI,YAAY;KACpD,EACD;QACE,aAAa,EAAE,OAAO,EAAE,cAAc,EAAE,eAAe;KACxD,CACF,CAAC;IACF,OAAO,OAAO,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,GAAG,CAAC;QAC5B,GAAG,mCAAmC,CAAC,OAAO,CAAC;QAC/C,OAAO,EAAE,EAAE,MAAM,EAAE,kBAAkB,EAAE,GAAG,OAAO,CAAC,cAAc,EAAE,OAAO,EAAE;KAC5E,CAAC,CAAC;AACL,CAAC;AAED,MAAM,CAAC,KAAK,UAAU,gBAAgB,CACpC,MAA6B;IAE7B,MAAM,gBAAgB,GAAG,CAAC,KAAK,CAAC,CAAC;IACjC,IAAI,CAAC,gBAAgB,CAAC,QAAQ,CAAC,MAAM,CAAC,MAAM,CAAC,EAAE,CAAC;QAC9C,MAAM,KAAK,GAAG,eAAe,CAAC,MAAM,CAAC,CAAC;QACtC,KAAK,CAAC,OAAO,GAAG,yBAAyB,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC;QAEvD,MAAM,KAAK,CAAC;IACd,CAAC;IAED,OAAO,wCAAwC,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC;AAC/D,CAAC;AAED,2CAA2C;AAC3C,MAAM,UAAU,IAAI,CAClB,OAAe,EACf,QAAgB,EAChB,UAAgD,EAAE,cAAc,EAAE,EAAE,EAAE;IAEtE,OAAO,uBAAuB,CAC5B,OAAO,EACP,GAAG,EAAE,CAAC,SAAS,CAAC,OAAO,EAAE,QAAQ,EAAE,OAAO,CAAC,EAC3C,gBAAgB,EAChB,CAAC,KAAK,CAAC,EACP,EAAE,QAAQ,EAAE,OAAO,EAAE,YAAY,EAAE,UAAU,EAAE,UAAU,EAAE,OAAO,CAAC,UAAU,IAAI,YAAY,EAAE,CAChG,CAAC;AACJ,CAAC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport type { ContainerServiceContext as Client } from \"../index.js\";\nimport type { _TrustedAccessRoleListResult, TrustedAccessRole } from \"../../models/models.js\";\nimport {\n errorResponseDeserializer,\n _trustedAccessRoleListResultDeserializer,\n} from \"../../models/models.js\";\nimport type { PagedAsyncIterableIterator } from \"../../static-helpers/pagingHelpers.js\";\nimport { buildPagedAsyncIterator } from \"../../static-helpers/pagingHelpers.js\";\nimport { expandUrlTemplate } from \"../../static-helpers/urlTemplate.js\";\nimport type { TrustedAccessRolesListOptionalParams } from \"./options.js\";\nimport type { StreamableMethod, PathUncheckedResponse } from \"@azure-rest/core-client\";\nimport { createRestError, operationOptionsToRequestParameters } from \"@azure-rest/core-client\";\n\nexport function _listSend(\n context: Client,\n location: string,\n options: TrustedAccessRolesListOptionalParams = { requestOptions: {} },\n): StreamableMethod {\n const path = expandUrlTemplate(\n \"/subscriptions/{subscriptionId}/providers/Microsoft.ContainerService/locations/{location}/trustedAccessRoles{?api%2Dversion}\",\n {\n subscriptionId: context.subscriptionId,\n location: location,\n \"api%2Dversion\": context.apiVersion ?? \"2026-02-01\",\n },\n {\n allowReserved: options?.requestOptions?.skipUrlEncoding,\n },\n );\n return context.path(path).get({\n ...operationOptionsToRequestParameters(options),\n headers: { accept: \"application/json\", ...options.requestOptions?.headers },\n });\n}\n\nexport async function _listDeserialize(\n result: PathUncheckedResponse,\n): Promise<_TrustedAccessRoleListResult> {\n const expectedStatuses = [\"200\"];\n if (!expectedStatuses.includes(result.status)) {\n const error = createRestError(result);\n error.details = errorResponseDeserializer(result.body);\n\n throw error;\n }\n\n return _trustedAccessRoleListResultDeserializer(result.body);\n}\n\n/** List supported trusted access roles. */\nexport function list(\n context: Client,\n location: string,\n options: TrustedAccessRolesListOptionalParams = { requestOptions: {} },\n): PagedAsyncIterableIterator<TrustedAccessRole> {\n return buildPagedAsyncIterator(\n context,\n () => _listSend(context, location, options),\n _listDeserialize,\n [\"200\"],\n { itemName: \"value\", nextLinkName: \"nextLink\", apiVersion: context.apiVersion ?? \"2026-02-01\" },\n );\n}\n"]}
|
package/dist/browser/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/browser/index.js
CHANGED
|
@@ -3,6 +3,6 @@
|
|
|
3
3
|
import { AzureClouds } from "./static-helpers/cloudSettingHelpers.js";
|
|
4
4
|
export { ContainerServiceClient } from "./containerServiceClient.js";
|
|
5
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, 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";
|
|
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
7
|
export { AzureClouds };
|
|
8
8
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
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;AAqP1D,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,+BAA+B,EAC/B,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 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"]}
|
|
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"]}
|
|
@@ -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
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
// Copyright (c) Microsoft Corporation.
|
|
2
2
|
// Licensed under the MIT License.
|
|
3
|
-
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";
|
|
3
|
+
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";
|
|
4
4
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/models/index.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAsPlC,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,+BAA+B,EAC/B,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,aAAa,CAAC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\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.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.js\";\n"]}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/models/index.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AA8PlC,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,aAAa,CAAC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\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.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.js\";\n"]}
|
|
@@ -327,6 +327,8 @@ export declare enum KnownOssku {
|
|
|
327
327
|
Windows2022 = "Windows2022",
|
|
328
328
|
/** Use Ubuntu2204 as the OS for node images, however, Ubuntu 22.04 may not be supported for all nodepools. For limitations and supported kubernetes versions, see https://aka.ms/aks/supported-ubuntu-versions */
|
|
329
329
|
Ubuntu2204 = "Ubuntu2204",
|
|
330
|
+
/** Use Windows2025 as the OS for node images. Unsupported for system node pools. Windows2025 supports Windows2022 and Windows 2025 containers; it cannot run Windows2019 containers and vice versa. */
|
|
331
|
+
Windows2025 = "Windows2025",
|
|
330
332
|
/** Use Ubuntu2404 as the OS for node images, however, Ubuntu 24.04 may not be supported for all nodepools. For limitations and supported kubernetes versions, see see https://aka.ms/aks/supported-ubuntu-versions */
|
|
331
333
|
Ubuntu2404 = "Ubuntu2404"
|
|
332
334
|
}
|
|
@@ -342,6 +344,7 @@ export declare enum KnownOssku {
|
|
|
342
344
|
* **Windows2019**: Use Windows2019 as the OS for node images. Unsupported for system node pools. Windows2019 only supports Windows2019 containers; it cannot run Windows2022 containers and vice versa. \
|
|
343
345
|
* **Windows2022**: Use Windows2022 as the OS for node images. Unsupported for system node pools. Windows2022 only supports Windows2022 containers; it cannot run Windows2019 containers and vice versa. \
|
|
344
346
|
* **Ubuntu2204**: Use Ubuntu2204 as the OS for node images, however, Ubuntu 22.04 may not be supported for all nodepools. For limitations and supported kubernetes versions, see https:\//aka.ms\/aks\/supported-ubuntu-versions \
|
|
347
|
+
* **Windows2025**: Use Windows2025 as the OS for node images. Unsupported for system node pools. Windows2025 supports Windows2022 and Windows 2025 containers; it cannot run Windows2019 containers and vice versa. \
|
|
345
348
|
* **Ubuntu2404**: Use Ubuntu2404 as the OS for node images, however, Ubuntu 24.04 may not be supported for all nodepools. For limitations and supported kubernetes versions, see see https:\//aka.ms\/aks\/supported-ubuntu-versions
|
|
346
349
|
*/
|
|
347
350
|
export type Ossku = string;
|
|
@@ -774,7 +777,7 @@ export interface AgentPoolStatus {
|
|
|
774
777
|
/** The error detail information of the agent pool. Preserves the detailed info of failure. If there was no error, this field is omitted. */
|
|
775
778
|
readonly provisioningError?: ErrorDetail;
|
|
776
779
|
}
|
|
777
|
-
export declare function agentPoolStatusSerializer(
|
|
780
|
+
export declare function agentPoolStatusSerializer(_item: AgentPoolStatus): any;
|
|
778
781
|
export declare function agentPoolStatusDeserializer(item: any): AgentPoolStatus;
|
|
779
782
|
/** The error detail. */
|
|
780
783
|
export interface ErrorDetail {
|
|
@@ -960,7 +963,7 @@ export type LocalDNSServeStale = string;
|
|
|
960
963
|
/** The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location */
|
|
961
964
|
export interface ProxyResource extends Resource {
|
|
962
965
|
}
|
|
963
|
-
export declare function proxyResourceSerializer(
|
|
966
|
+
export declare function proxyResourceSerializer(_item: ProxyResource): any;
|
|
964
967
|
export declare function proxyResourceDeserializer(item: any): ProxyResource;
|
|
965
968
|
/** Common fields that are returned in the response for all Azure Resource Manager resources */
|
|
966
969
|
export interface Resource {
|
|
@@ -973,7 +976,7 @@ export interface Resource {
|
|
|
973
976
|
/** Azure Resource Manager metadata containing createdBy and modifiedBy information. */
|
|
974
977
|
readonly systemData?: SystemData;
|
|
975
978
|
}
|
|
976
|
-
export declare function resourceSerializer(
|
|
979
|
+
export declare function resourceSerializer(_item: Resource): any;
|
|
977
980
|
export declare function resourceDeserializer(item: any): Resource;
|
|
978
981
|
/** Metadata pertaining to creation and last modification of the resource. */
|
|
979
982
|
export interface SystemData {
|
|
@@ -1197,6 +1200,8 @@ export interface ManagedCluster extends TrackedResource {
|
|
|
1197
1200
|
bootstrapProfile?: ManagedClusterBootstrapProfile;
|
|
1198
1201
|
/** AI toolchain operator settings that apply to the whole cluster. */
|
|
1199
1202
|
aiToolchainOperatorProfile?: ManagedClusterAIToolchainOperatorProfile;
|
|
1203
|
+
/** Settings for hosted system addons. For more information, see https://aka.ms/aks/automatic/systemcomponents. */
|
|
1204
|
+
hostedSystemProfile?: ManagedClusterHostedSystemProfile;
|
|
1200
1205
|
/** Contains read-only information about the Managed Cluster. */
|
|
1201
1206
|
status?: ManagedClusterStatus;
|
|
1202
1207
|
}
|
|
@@ -1292,6 +1297,8 @@ export interface ManagedClusterProperties {
|
|
|
1292
1297
|
bootstrapProfile?: ManagedClusterBootstrapProfile;
|
|
1293
1298
|
/** AI toolchain operator settings that apply to the whole cluster. */
|
|
1294
1299
|
aiToolchainOperatorProfile?: ManagedClusterAIToolchainOperatorProfile;
|
|
1300
|
+
/** Settings for hosted system addons. For more information, see https://aka.ms/aks/automatic/systemcomponents. */
|
|
1301
|
+
hostedSystemProfile?: ManagedClusterHostedSystemProfile;
|
|
1295
1302
|
/** Contains read-only information about the Managed Cluster. */
|
|
1296
1303
|
status?: ManagedClusterStatus;
|
|
1297
1304
|
}
|
|
@@ -2262,6 +2269,8 @@ export declare function managedClusterStorageProfileBlobCSIDriverDeserializer(it
|
|
|
2262
2269
|
export interface ManagedClusterIngressProfile {
|
|
2263
2270
|
/** App Routing settings for the ingress profile. You can find an overview and onboarding guide for this feature at https://learn.microsoft.com/en-us/azure/aks/app-routing?tabs=default%2Cdeploy-app-default. */
|
|
2264
2271
|
webAppRouting?: ManagedClusterIngressProfileWebAppRouting;
|
|
2272
|
+
/** Settings for the managed Gateway API installation */
|
|
2273
|
+
gatewayAPI?: ManagedClusterIngressProfileGatewayConfiguration;
|
|
2265
2274
|
}
|
|
2266
2275
|
export declare function managedClusterIngressProfileSerializer(item: ManagedClusterIngressProfile): any;
|
|
2267
2276
|
export declare function managedClusterIngressProfileDeserializer(item: any): ManagedClusterIngressProfile;
|
|
@@ -2269,6 +2278,8 @@ export declare function managedClusterIngressProfileDeserializer(item: any): Man
|
|
|
2269
2278
|
export interface ManagedClusterIngressProfileWebAppRouting {
|
|
2270
2279
|
/** Whether to enable the Application Routing add-on. */
|
|
2271
2280
|
enabled?: boolean;
|
|
2281
|
+
/** Configurations for Gateway API providers to be used for managed ingress with App Routing. See https://aka.ms/k8s-gateway-api for more information on the Gateway API. */
|
|
2282
|
+
gatewayAPIImplementations?: ManagedClusterWebAppRoutingGatewayAPIImplementations;
|
|
2272
2283
|
/** Resource IDs of the DNS zones to be associated with the Application Routing add-on. Used only when Application Routing add-on is enabled. Public and private DNS zones can be in different resource groups, but all public DNS zones must be in the same resource group and all private DNS zones must be in the same resource group. */
|
|
2273
2284
|
dnsZoneResourceIds?: string[];
|
|
2274
2285
|
/** Configuration for the default NginxIngressController. See more at https://learn.microsoft.com/en-us/azure/aks/app-routing-nginx-configuration#the-default-nginx-ingress-controller. */
|
|
@@ -2278,6 +2289,36 @@ export interface ManagedClusterIngressProfileWebAppRouting {
|
|
|
2278
2289
|
}
|
|
2279
2290
|
export declare function managedClusterIngressProfileWebAppRoutingSerializer(item: ManagedClusterIngressProfileWebAppRouting): any;
|
|
2280
2291
|
export declare function managedClusterIngressProfileWebAppRoutingDeserializer(item: any): ManagedClusterIngressProfileWebAppRouting;
|
|
2292
|
+
/** Configurations for Gateway API providers to be used for managed ingress with App Routing. */
|
|
2293
|
+
export interface ManagedClusterWebAppRoutingGatewayAPIImplementations {
|
|
2294
|
+
/** Configuration for using a sidecar-less Istio control plane for managed ingress via the Gateway API with App Routing. See https://aka.ms/gateway-on-istio for information on using Istio for ingress via the Gateway API. */
|
|
2295
|
+
appRoutingIstio?: ManagedClusterAppRoutingIstio;
|
|
2296
|
+
}
|
|
2297
|
+
export declare function managedClusterWebAppRoutingGatewayAPIImplementationsSerializer(item: ManagedClusterWebAppRoutingGatewayAPIImplementations): any;
|
|
2298
|
+
export declare function managedClusterWebAppRoutingGatewayAPIImplementationsDeserializer(item: any): ManagedClusterWebAppRoutingGatewayAPIImplementations;
|
|
2299
|
+
/** Configuration for using a sidecar-less Istio control plane for managed ingress via the Gateway API with App Routing. See https://aka.ms/gateway-on-istio for information on using Istio for ingress via the Gateway API. */
|
|
2300
|
+
export interface ManagedClusterAppRoutingIstio {
|
|
2301
|
+
/** Whether to enable Istio as a Gateway API implementation for managed ingress with App Routing. */
|
|
2302
|
+
mode?: GatewayAPIIstioEnabled;
|
|
2303
|
+
}
|
|
2304
|
+
export declare function managedClusterAppRoutingIstioSerializer(item: ManagedClusterAppRoutingIstio): any;
|
|
2305
|
+
export declare function managedClusterAppRoutingIstioDeserializer(item: any): ManagedClusterAppRoutingIstio;
|
|
2306
|
+
/** Whether to enable Istio as a Gateway API implementation for managed ingress with App Routing. */
|
|
2307
|
+
export declare enum KnownGatewayAPIIstioEnabled {
|
|
2308
|
+
/** Enables managed ingress via the Gateway API using a sidecar-less Istio controlplane. */
|
|
2309
|
+
Enabled = "Enabled",
|
|
2310
|
+
/** Disables the sidecar-less istio control plane for managed ingress via the Gateway API. */
|
|
2311
|
+
Disabled = "Disabled"
|
|
2312
|
+
}
|
|
2313
|
+
/**
|
|
2314
|
+
* Whether to enable Istio as a Gateway API implementation for managed ingress with App Routing. \
|
|
2315
|
+
* {@link KnownGatewayAPIIstioEnabled} can be used interchangeably with GatewayAPIIstioEnabled,
|
|
2316
|
+
* this enum contains the known values that the service supports.
|
|
2317
|
+
* ### Known values supported by the service
|
|
2318
|
+
* **Enabled**: Enables managed ingress via the Gateway API using a sidecar-less Istio controlplane. \
|
|
2319
|
+
* **Disabled**: Disables the sidecar-less istio control plane for managed ingress via the Gateway API.
|
|
2320
|
+
*/
|
|
2321
|
+
export type GatewayAPIIstioEnabled = string;
|
|
2281
2322
|
/** Nginx ingress controller configuration for the managed cluster ingress profile. */
|
|
2282
2323
|
export interface ManagedClusterIngressProfileNginx {
|
|
2283
2324
|
/** Ingress type for the default NginxIngressController custom resource */
|
|
@@ -2307,6 +2348,29 @@ export declare enum KnownNginxIngressControllerType {
|
|
|
2307
2348
|
* **None**: The default Ingress Controller will not be created. It will not be deleted by the system if it exists. Users should delete the default NginxIngressController Custom Resource manually if desired.
|
|
2308
2349
|
*/
|
|
2309
2350
|
export type NginxIngressControllerType = string;
|
|
2351
|
+
/** Configuration for managed Gateway API CRDs. See https://aka.ms/k8s-gateway-api for more details. */
|
|
2352
|
+
export interface ManagedClusterIngressProfileGatewayConfiguration {
|
|
2353
|
+
/** Configuration for the managed Gateway API installation. If not specified, the default is 'Disabled'. See https://aka.ms/k8s-gateway-api for more details. */
|
|
2354
|
+
installation?: ManagedGatewayType;
|
|
2355
|
+
}
|
|
2356
|
+
export declare function managedClusterIngressProfileGatewayConfigurationSerializer(item: ManagedClusterIngressProfileGatewayConfiguration): any;
|
|
2357
|
+
export declare function managedClusterIngressProfileGatewayConfigurationDeserializer(item: any): ManagedClusterIngressProfileGatewayConfiguration;
|
|
2358
|
+
/** Configuration for the managed Gateway API installation. If not specified, the default is 'Disabled'. See https://aka.ms/k8s-gateway-api for more details. */
|
|
2359
|
+
export declare enum KnownManagedGatewayType {
|
|
2360
|
+
/** Gateway API CRDs will not be reconciled on your cluster. */
|
|
2361
|
+
Disabled = "Disabled",
|
|
2362
|
+
/** Gateway API CRDs from the standard release channel will be reconciled onto your cluster. See https://aka.ms/gateway-api-versions to see which bundle will be installed for your Kubernetes version. */
|
|
2363
|
+
Standard = "Standard"
|
|
2364
|
+
}
|
|
2365
|
+
/**
|
|
2366
|
+
* Configuration for the managed Gateway API installation. If not specified, the default is 'Disabled'. See https://aka.ms/k8s-gateway-api for more details. \
|
|
2367
|
+
* {@link KnownManagedGatewayType} can be used interchangeably with ManagedGatewayType,
|
|
2368
|
+
* this enum contains the known values that the service supports.
|
|
2369
|
+
* ### Known values supported by the service
|
|
2370
|
+
* **Disabled**: Gateway API CRDs will not be reconciled on your cluster. \
|
|
2371
|
+
* **Standard**: Gateway API CRDs from the standard release channel will be reconciled onto your cluster. See https:\//aka.ms\/gateway-api-versions to see which bundle will be installed for your Kubernetes version.
|
|
2372
|
+
*/
|
|
2373
|
+
export type ManagedGatewayType = string;
|
|
2310
2374
|
/** PublicNetworkAccess of the managedCluster. Allow or deny public network access for AKS */
|
|
2311
2375
|
export declare enum KnownPublicNetworkAccess {
|
|
2312
2376
|
/** Inbound/Outbound to the managedCluster is allowed. */
|
|
@@ -2350,6 +2414,8 @@ export declare function managedClusterWorkloadAutoScalerProfileVerticalPodAutosc
|
|
|
2350
2414
|
export interface ManagedClusterAzureMonitorProfile {
|
|
2351
2415
|
/** Metrics profile for the Azure Monitor managed service for Prometheus addon. Collect out-of-the-box Kubernetes infrastructure metrics to send to an Azure Monitor Workspace and configure additional scraping for custom targets. See aka.ms/AzureManagedPrometheus for an overview. */
|
|
2352
2416
|
metrics?: ManagedClusterAzureMonitorProfileMetrics;
|
|
2417
|
+
/** Application Monitoring Profile for Kubernetes Application Container. Collects application logs, metrics and traces through auto-instrumentation of the application using Azure Monitor OpenTelemetry based SDKs. See aka.ms/AzureMonitorApplicationMonitoring for an overview. */
|
|
2418
|
+
appMonitoring?: ManagedClusterAzureMonitorProfileAppMonitoring;
|
|
2353
2419
|
}
|
|
2354
2420
|
export declare function managedClusterAzureMonitorProfileSerializer(item: ManagedClusterAzureMonitorProfile): any;
|
|
2355
2421
|
export declare function managedClusterAzureMonitorProfileDeserializer(item: any): ManagedClusterAzureMonitorProfile;
|
|
@@ -2371,6 +2437,20 @@ export interface ManagedClusterAzureMonitorProfileKubeStateMetrics {
|
|
|
2371
2437
|
}
|
|
2372
2438
|
export declare function managedClusterAzureMonitorProfileKubeStateMetricsSerializer(item: ManagedClusterAzureMonitorProfileKubeStateMetrics): any;
|
|
2373
2439
|
export declare function managedClusterAzureMonitorProfileKubeStateMetricsDeserializer(item: any): ManagedClusterAzureMonitorProfileKubeStateMetrics;
|
|
2440
|
+
/** Application Monitoring profile for AKS. */
|
|
2441
|
+
export interface ManagedClusterAzureMonitorProfileAppMonitoring {
|
|
2442
|
+
/** Application Monitoring auto-instrumentation for AKS. Deploys a webhook that auto-instruments workloads with Microsoft OpenTelemetry Distros to collect OpenTelemetry metrics, logs, and traces. See https://aka.ms/AKSAppMonitoringDocs and https://aka.ms/AzureMonitorApplicationMonitoring for an overview. */
|
|
2443
|
+
autoInstrumentation?: ManagedClusterAzureMonitorProfileAppMonitoringAutoInstrumentation;
|
|
2444
|
+
}
|
|
2445
|
+
export declare function managedClusterAzureMonitorProfileAppMonitoringSerializer(item: ManagedClusterAzureMonitorProfileAppMonitoring): any;
|
|
2446
|
+
export declare function managedClusterAzureMonitorProfileAppMonitoringDeserializer(item: any): ManagedClusterAzureMonitorProfileAppMonitoring;
|
|
2447
|
+
/** Application Monitoring auto-instrumentation for AKS. Deploys a webhook that auto-instruments workloads with Microsoft OpenTelemetry Distros to collect OpenTelemetry metrics, logs, and traces. See https://aka.ms/AKSAppMonitoringDocs and https://aka.ms/AzureMonitorApplicationMonitoring for an overview. */
|
|
2448
|
+
export interface ManagedClusterAzureMonitorProfileAppMonitoringAutoInstrumentation {
|
|
2449
|
+
/** Indicates if Application Monitoring Auto-instrumentation is enabled or not. */
|
|
2450
|
+
enabled?: boolean;
|
|
2451
|
+
}
|
|
2452
|
+
export declare function managedClusterAzureMonitorProfileAppMonitoringAutoInstrumentationSerializer(item: ManagedClusterAzureMonitorProfileAppMonitoringAutoInstrumentation): any;
|
|
2453
|
+
export declare function managedClusterAzureMonitorProfileAppMonitoringAutoInstrumentationDeserializer(item: any): ManagedClusterAzureMonitorProfileAppMonitoringAutoInstrumentation;
|
|
2374
2454
|
/** Service mesh profile for a managed cluster. */
|
|
2375
2455
|
export interface ServiceMeshProfile {
|
|
2376
2456
|
/** Mode of the service mesh. */
|
|
@@ -2585,12 +2665,23 @@ export interface ManagedClusterAIToolchainOperatorProfile {
|
|
|
2585
2665
|
}
|
|
2586
2666
|
export declare function managedClusterAIToolchainOperatorProfileSerializer(item: ManagedClusterAIToolchainOperatorProfile): any;
|
|
2587
2667
|
export declare function managedClusterAIToolchainOperatorProfileDeserializer(item: any): ManagedClusterAIToolchainOperatorProfile;
|
|
2668
|
+
/** Settings for hosted system addons. */
|
|
2669
|
+
export interface ManagedClusterHostedSystemProfile {
|
|
2670
|
+
/** Whether to enable hosted system addons for the cluster. */
|
|
2671
|
+
enabled?: boolean;
|
|
2672
|
+
/** The ID of the subnet that will be joined by system nodes managed and hosted by AKS for running critical system addons. This ID must be provided together with `nodeSubnetID` and `apiserverAccessProfile.subnetId`, and all three subnet IDs must belong to the same VNet. If you don’t specify it, AKS will create a subnet in the managed resource group using a default /26 CIDR. */
|
|
2673
|
+
systemNodeSubnetID?: string;
|
|
2674
|
+
/** The ID of the subnet that will be joined by worker nodes managed by node auto provisioner for running workload pods in your tenant. This must be provided together with `systemNodeSubnetID` and `apiserverAccessProfile.subnetId`, and all three subnet IDs must be in the same VNet. If you don’t specify it, AKS will create a subnet in the managed resource group using a default /16 CIDR. */
|
|
2675
|
+
nodeSubnetID?: string;
|
|
2676
|
+
}
|
|
2677
|
+
export declare function managedClusterHostedSystemProfileSerializer(item: ManagedClusterHostedSystemProfile): any;
|
|
2678
|
+
export declare function managedClusterHostedSystemProfileDeserializer(item: any): ManagedClusterHostedSystemProfile;
|
|
2588
2679
|
/** Contains read-only information about the Managed Cluster. */
|
|
2589
2680
|
export interface ManagedClusterStatus {
|
|
2590
2681
|
/** The error details information of the managed cluster. Preserves the detailed info of failure. If there was no error, this field is omitted. */
|
|
2591
2682
|
readonly provisioningError?: ErrorDetail;
|
|
2592
2683
|
}
|
|
2593
|
-
export declare function managedClusterStatusSerializer(
|
|
2684
|
+
export declare function managedClusterStatusSerializer(_item: ManagedClusterStatus): any;
|
|
2594
2685
|
export declare function managedClusterStatusDeserializer(item: any): ManagedClusterStatus;
|
|
2595
2686
|
/** The SKU of a Managed Cluster. */
|
|
2596
2687
|
export interface ManagedClusterSKU {
|
|
@@ -2716,7 +2807,7 @@ export interface ManagedServiceIdentityUserAssignedIdentitiesValue {
|
|
|
2716
2807
|
/** The client id of user assigned identity. */
|
|
2717
2808
|
readonly clientId?: string;
|
|
2718
2809
|
}
|
|
2719
|
-
export declare function managedServiceIdentityUserAssignedIdentitiesValueSerializer(
|
|
2810
|
+
export declare function managedServiceIdentityUserAssignedIdentitiesValueSerializer(_item: ManagedServiceIdentityUserAssignedIdentitiesValue): any;
|
|
2720
2811
|
export declare function managedServiceIdentityUserAssignedIdentitiesValueDeserializer(item: any): ManagedServiceIdentityUserAssignedIdentitiesValue;
|
|
2721
2812
|
/** The resource model definition for an Azure Resource Manager tracked top level resource which has 'tags' and a 'location' */
|
|
2722
2813
|
export interface TrackedResource extends Resource {
|
|
@@ -3669,7 +3760,9 @@ export declare enum KnownVersions {
|
|
|
3669
3760
|
/** The 2025-10-01 API version. */
|
|
3670
3761
|
V20251001 = "2025-10-01",
|
|
3671
3762
|
/** The 2026-01-01 API version. */
|
|
3672
|
-
V20260101 = "2026-01-01"
|
|
3763
|
+
V20260101 = "2026-01-01",
|
|
3764
|
+
/** The 2026-02-01 API version. */
|
|
3765
|
+
V20260201 = "2026-02-01"
|
|
3673
3766
|
}
|
|
3674
3767
|
export declare function _agentPoolPropertiesSerializer(item: AgentPool): any;
|
|
3675
3768
|
export declare function _agentPoolPropertiesDeserializer(item: any): {
|
|
@@ -3783,6 +3876,7 @@ export declare function _managedClusterPropertiesDeserializer(item: any): {
|
|
|
3783
3876
|
nodeProvisioningProfile: any;
|
|
3784
3877
|
bootstrapProfile: any;
|
|
3785
3878
|
aiToolchainOperatorProfile: any;
|
|
3879
|
+
hostedSystemProfile: any;
|
|
3786
3880
|
status: any;
|
|
3787
3881
|
};
|
|
3788
3882
|
export declare function _managedClusterAccessProfilePropertiesDeserializer(item: any): {
|