@azure/arm-containerservice 24.2.0-beta.1 → 25.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +10 -10
- package/dist/browser/api/agentPools/index.d.ts +3 -0
- package/dist/browser/api/agentPools/index.js +4 -0
- package/dist/browser/api/agentPools/index.js.map +1 -0
- package/dist/browser/api/agentPools/operations.d.ts +48 -0
- package/dist/browser/api/agentPools/operations.js +305 -0
- package/dist/browser/api/agentPools/operations.js.map +1 -0
- package/dist/browser/api/agentPools/options.d.ts +47 -0
- package/dist/browser/api/agentPools/options.js +4 -0
- package/dist/browser/api/agentPools/options.js.map +1 -0
- package/dist/browser/api/containerServiceContext.d.ts +22 -0
- package/dist/browser/api/containerServiceContext.js +24 -0
- package/dist/browser/api/containerServiceContext.js.map +1 -0
- package/dist/browser/api/index.d.ts +3 -0
- package/dist/browser/api/index.js +4 -0
- package/dist/browser/api/index.js.map +1 -0
- package/dist/browser/api/machines/index.d.ts +3 -0
- package/dist/browser/api/machines/index.js +4 -0
- package/dist/browser/api/machines/index.js.map +1 -0
- package/dist/browser/api/machines/operations.d.ts +14 -0
- package/dist/browser/api/machines/operations.js +65 -0
- package/dist/browser/api/machines/operations.js.map +1 -0
- package/dist/browser/api/machines/options.d.ts +8 -0
- package/dist/browser/api/machines/options.js +4 -0
- package/dist/browser/api/machines/options.js.map +1 -0
- package/dist/browser/api/maintenanceConfigurations/index.d.ts +3 -0
- package/dist/browser/api/maintenanceConfigurations/index.js +4 -0
- package/dist/browser/api/maintenanceConfigurations/index.js.map +1 -0
- package/dist/browser/api/maintenanceConfigurations/operations.d.ts +27 -0
- package/dist/browser/api/maintenanceConfigurations/operations.js +125 -0
- package/dist/browser/api/maintenanceConfigurations/operations.js.map +1 -0
- package/dist/browser/api/maintenanceConfigurations/options.d.ts +14 -0
- package/dist/browser/api/maintenanceConfigurations/options.js +4 -0
- package/dist/browser/api/maintenanceConfigurations/options.js.map +1 -0
- package/dist/browser/api/managedClusters/index.d.ts +3 -0
- package/dist/browser/api/managedClusters/index.js +4 -0
- package/dist/browser/api/managedClusters/index.js.map +1 -0
- package/dist/browser/api/managedClusters/operations.d.ts +116 -0
- package/dist/browser/api/managedClusters/operations.js +806 -0
- package/dist/browser/api/managedClusters/operations.js.map +1 -0
- package/dist/browser/api/managedClusters/options.d.ts +119 -0
- package/dist/browser/api/managedClusters/options.js +4 -0
- package/dist/browser/api/managedClusters/options.js.map +1 -0
- package/dist/browser/api/managedNamespaces/index.d.ts +3 -0
- package/dist/browser/api/managedNamespaces/index.js +4 -0
- package/dist/browser/api/managedNamespaces/index.js.map +1 -0
- package/dist/browser/api/managedNamespaces/operations.d.ts +36 -0
- package/dist/browser/api/managedNamespaces/operations.js +196 -0
- package/dist/browser/api/managedNamespaces/operations.js.map +1 -0
- package/dist/browser/api/managedNamespaces/options.d.ts +24 -0
- package/dist/browser/api/managedNamespaces/options.js +4 -0
- package/dist/browser/api/managedNamespaces/options.js.map +1 -0
- package/dist/browser/api/operations/index.d.ts +3 -0
- package/dist/browser/api/operations/index.js +4 -0
- package/dist/browser/api/operations/index.js.map +1 -0
- package/dist/browser/api/operations/operations.d.ts +10 -0
- package/dist/browser/api/operations/operations.js +31 -0
- package/dist/browser/api/operations/operations.js.map +1 -0
- package/dist/browser/api/operations/options.d.ts +5 -0
- package/dist/browser/api/operations/options.js +4 -0
- package/dist/browser/api/operations/options.js.map +1 -0
- package/dist/browser/api/privateEndpointConnections/index.d.ts +3 -0
- package/dist/browser/api/privateEndpointConnections/index.js +4 -0
- package/dist/browser/api/privateEndpointConnections/index.js.map +1 -0
- package/dist/browser/api/privateEndpointConnections/operations.d.ts +27 -0
- package/dist/browser/api/privateEndpointConnections/operations.js +131 -0
- package/dist/browser/api/privateEndpointConnections/operations.js.map +1 -0
- package/dist/browser/api/privateEndpointConnections/options.d.ts +16 -0
- package/dist/browser/api/privateEndpointConnections/options.js +4 -0
- package/dist/browser/api/privateEndpointConnections/options.js.map +1 -0
- package/dist/browser/api/privateLinkResources/index.d.ts +3 -0
- package/dist/browser/api/privateLinkResources/index.js +4 -0
- package/dist/browser/api/privateLinkResources/index.js.map +1 -0
- package/dist/browser/api/privateLinkResources/operations.d.ts +9 -0
- package/dist/browser/api/privateLinkResources/operations.js +34 -0
- package/dist/browser/api/privateLinkResources/operations.js.map +1 -0
- package/dist/browser/api/privateLinkResources/options.d.ts +5 -0
- package/dist/browser/api/privateLinkResources/options.js +4 -0
- package/dist/browser/api/privateLinkResources/options.js.map +1 -0
- package/dist/browser/api/resolvePrivateLinkServiceId/index.d.ts +3 -0
- package/dist/browser/api/resolvePrivateLinkServiceId/index.js +4 -0
- package/dist/browser/api/resolvePrivateLinkServiceId/index.js.map +1 -0
- package/dist/browser/api/resolvePrivateLinkServiceId/operations.d.ts +9 -0
- package/dist/browser/api/resolvePrivateLinkServiceId/operations.js +36 -0
- package/dist/browser/api/resolvePrivateLinkServiceId/operations.js.map +1 -0
- package/dist/browser/api/resolvePrivateLinkServiceId/options.d.ts +5 -0
- package/dist/browser/api/resolvePrivateLinkServiceId/options.js +4 -0
- package/dist/browser/api/resolvePrivateLinkServiceId/options.js.map +1 -0
- package/dist/browser/api/snapshots/index.d.ts +3 -0
- package/dist/browser/api/snapshots/index.js +4 -0
- package/dist/browser/api/snapshots/index.js.map +1 -0
- package/dist/browser/api/snapshots/operations.d.ts +35 -0
- package/dist/browser/api/snapshots/operations.js +176 -0
- package/dist/browser/api/snapshots/operations.js.map +1 -0
- package/dist/browser/api/snapshots/options.d.ts +20 -0
- package/dist/browser/api/snapshots/options.js +4 -0
- package/dist/browser/api/snapshots/options.js.map +1 -0
- package/dist/browser/api/trustedAccessRoleBindings/index.d.ts +3 -0
- package/dist/browser/api/trustedAccessRoleBindings/index.js +4 -0
- package/dist/browser/api/trustedAccessRoleBindings/index.js.map +1 -0
- package/dist/browser/api/trustedAccessRoleBindings/operations.d.ts +28 -0
- package/dist/browser/api/trustedAccessRoleBindings/operations.js +136 -0
- package/dist/browser/api/trustedAccessRoleBindings/operations.js.map +1 -0
- package/dist/browser/api/trustedAccessRoleBindings/options.d.ts +18 -0
- package/dist/browser/api/trustedAccessRoleBindings/options.js +4 -0
- package/dist/browser/api/trustedAccessRoleBindings/options.js.map +1 -0
- package/dist/browser/api/trustedAccessRoles/index.d.ts +3 -0
- package/dist/browser/api/trustedAccessRoles/index.js +4 -0
- package/dist/browser/api/trustedAccessRoles/index.js.map +1 -0
- package/dist/browser/api/trustedAccessRoles/operations.d.ts +10 -0
- package/dist/browser/api/trustedAccessRoles/operations.js +33 -0
- package/dist/browser/api/trustedAccessRoles/operations.js.map +1 -0
- package/dist/browser/api/trustedAccessRoles/options.d.ts +5 -0
- package/dist/browser/api/trustedAccessRoles/options.js +4 -0
- package/dist/browser/api/trustedAccessRoles/options.js.map +1 -0
- package/dist/browser/classic/agentPools/index.d.ts +54 -0
- package/dist/browser/classic/agentPools/index.js +63 -0
- package/dist/browser/classic/agentPools/index.js.map +1 -0
- package/dist/browser/classic/index.d.ts +13 -0
- package/dist/browser/classic/index.js +4 -0
- package/dist/browser/classic/index.js.map +1 -0
- package/dist/browser/classic/machines/index.d.ts +13 -0
- package/dist/browser/classic/machines/index.js +15 -0
- package/dist/browser/classic/machines/index.js.map +1 -0
- package/dist/browser/classic/maintenanceConfigurations/index.d.ts +22 -0
- package/dist/browser/classic/maintenanceConfigurations/index.js +17 -0
- package/dist/browser/classic/maintenanceConfigurations/index.js.map +1 -0
- package/dist/browser/classic/managedClusters/index.d.ts +112 -0
- package/dist/browser/classic/managedClusters/index.js +128 -0
- package/dist/browser/classic/managedClusters/index.js.map +1 -0
- package/dist/browser/classic/managedNamespaces/index.d.ts +36 -0
- package/dist/browser/classic/managedNamespaces/index.js +36 -0
- package/dist/browser/classic/managedNamespaces/index.js.map +1 -0
- package/dist/browser/classic/operations/index.d.ts +11 -0
- package/dist/browser/classic/operations/index.js +14 -0
- package/dist/browser/classic/operations/index.js.map +1 -0
- package/dist/browser/classic/privateEndpointConnections/index.d.ts +27 -0
- package/dist/browser/classic/privateEndpointConnections/index.js +26 -0
- package/dist/browser/classic/privateEndpointConnections/index.js.map +1 -0
- package/dist/browser/classic/privateLinkResources/index.d.ts +10 -0
- package/dist/browser/classic/privateLinkResources/index.js +14 -0
- package/dist/browser/classic/privateLinkResources/index.js.map +1 -0
- package/dist/browser/classic/resolvePrivateLinkServiceId/index.d.ts +10 -0
- package/dist/browser/classic/resolvePrivateLinkServiceId/index.js +14 -0
- package/dist/browser/classic/resolvePrivateLinkServiceId/index.js.map +1 -0
- package/dist/browser/classic/snapshots/index.d.ts +26 -0
- package/dist/browser/classic/snapshots/index.js +19 -0
- package/dist/browser/classic/snapshots/index.js.map +1 -0
- package/dist/browser/classic/trustedAccessRoleBindings/index.d.ts +32 -0
- package/dist/browser/classic/trustedAccessRoleBindings/index.js +34 -0
- package/dist/browser/classic/trustedAccessRoleBindings/index.js.map +1 -0
- package/dist/browser/classic/trustedAccessRoles/index.d.ts +11 -0
- package/dist/browser/classic/trustedAccessRoles/index.js +14 -0
- package/dist/browser/classic/trustedAccessRoles/index.js.map +1 -0
- package/dist/browser/containerServiceClient.d.ts +46 -36
- package/dist/browser/containerServiceClient.js +66 -126
- package/dist/browser/containerServiceClient.js.map +1 -1
- package/dist/browser/index.d.ts +25 -3
- package/dist/browser/index.js +4 -6
- package/dist/browser/index.js.map +1 -1
- package/dist/browser/logger.d.ts +2 -0
- package/dist/browser/logger.js +5 -0
- package/dist/browser/logger.js.map +1 -0
- package/dist/browser/models/index.d.ts +2 -5544
- package/dist/browser/models/index.js +1 -852
- package/dist/browser/models/index.js.map +1 -1
- package/dist/browser/models/models.d.ts +3838 -0
- package/dist/browser/models/models.js +4784 -0
- package/dist/browser/models/models.js.map +1 -0
- package/dist/browser/restorePollerHelpers.d.ts +21 -0
- package/dist/browser/restorePollerHelpers.js +142 -0
- package/dist/browser/restorePollerHelpers.js.map +1 -0
- package/dist/browser/static-helpers/cloudSettingHelpers.d.ts +22 -0
- package/dist/browser/static-helpers/cloudSettingHelpers.js +38 -0
- package/dist/browser/static-helpers/cloudSettingHelpers.js.map +1 -0
- package/dist/browser/static-helpers/pagingHelpers.d.ts +74 -0
- package/dist/browser/static-helpers/pagingHelpers.js +143 -0
- package/dist/browser/static-helpers/pagingHelpers.js.map +1 -0
- package/dist/browser/static-helpers/pollingHelpers.d.ts +34 -0
- package/dist/browser/static-helpers/pollingHelpers.js +95 -0
- package/dist/browser/static-helpers/pollingHelpers.js.map +1 -0
- package/dist/browser/static-helpers/serialization/check-prop-undefined.d.ts +8 -0
- package/dist/browser/static-helpers/serialization/check-prop-undefined.js +17 -0
- package/dist/browser/static-helpers/serialization/check-prop-undefined.js.map +1 -0
- package/dist/browser/static-helpers/simplePollerHelpers.d.ts +73 -0
- package/dist/browser/static-helpers/simplePollerHelpers.js +44 -0
- package/dist/browser/static-helpers/simplePollerHelpers.js.map +1 -0
- package/dist/browser/static-helpers/urlTemplate.d.ts +5 -0
- package/dist/browser/static-helpers/urlTemplate.js +200 -0
- package/dist/browser/static-helpers/urlTemplate.js.map +1 -0
- package/dist/commonjs/api/agentPools/index.d.ts +3 -0
- package/dist/commonjs/api/agentPools/index.js +43 -0
- package/dist/commonjs/api/agentPools/index.js.map +7 -0
- package/dist/commonjs/api/agentPools/operations.d.ts +48 -0
- package/dist/commonjs/api/agentPools/operations.js +444 -0
- package/dist/commonjs/api/agentPools/operations.js.map +7 -0
- package/dist/commonjs/api/agentPools/options.d.ts +47 -0
- package/dist/commonjs/api/agentPools/options.js +15 -0
- package/dist/commonjs/api/agentPools/options.js.map +7 -0
- package/dist/commonjs/api/containerServiceContext.d.ts +22 -0
- package/dist/commonjs/api/containerServiceContext.js +44 -0
- package/dist/commonjs/api/containerServiceContext.js.map +7 -0
- package/dist/commonjs/api/index.d.ts +3 -0
- package/dist/commonjs/api/index.js +27 -0
- package/dist/commonjs/api/index.js.map +7 -0
- package/dist/commonjs/api/machines/index.d.ts +3 -0
- package/dist/commonjs/api/machines/index.js +29 -0
- package/dist/commonjs/api/machines/index.js.map +7 -0
- package/dist/commonjs/api/machines/operations.d.ts +14 -0
- package/dist/commonjs/api/machines/operations.js +117 -0
- package/dist/commonjs/api/machines/operations.js.map +7 -0
- package/dist/commonjs/api/machines/options.d.ts +8 -0
- package/dist/commonjs/api/machines/options.js +15 -0
- package/dist/commonjs/api/machines/options.js.map +7 -0
- package/dist/commonjs/api/maintenanceConfigurations/index.d.ts +3 -0
- package/dist/commonjs/api/maintenanceConfigurations/index.js +33 -0
- package/dist/commonjs/api/maintenanceConfigurations/index.js.map +7 -0
- package/dist/commonjs/api/maintenanceConfigurations/operations.d.ts +27 -0
- package/dist/commonjs/api/maintenanceConfigurations/operations.js +190 -0
- package/dist/commonjs/api/maintenanceConfigurations/operations.js.map +7 -0
- package/dist/commonjs/api/maintenanceConfigurations/options.d.ts +14 -0
- package/dist/commonjs/api/maintenanceConfigurations/options.js +15 -0
- package/dist/commonjs/api/maintenanceConfigurations/options.js.map +7 -0
- package/dist/commonjs/api/managedClusters/index.d.ts +3 -0
- package/dist/commonjs/api/managedClusters/index.js +77 -0
- package/dist/commonjs/api/managedClusters/index.js.map +7 -0
- package/dist/commonjs/api/managedClusters/operations.d.ts +116 -0
- package/dist/commonjs/api/managedClusters/operations.js +1150 -0
- package/dist/commonjs/api/managedClusters/operations.js.map +7 -0
- package/dist/commonjs/api/managedClusters/options.d.ts +119 -0
- package/dist/commonjs/api/managedClusters/options.js +15 -0
- package/dist/commonjs/api/managedClusters/options.js.map +7 -0
- package/dist/commonjs/api/managedNamespaces/index.d.ts +3 -0
- package/dist/commonjs/api/managedNamespaces/index.js +37 -0
- package/dist/commonjs/api/managedNamespaces/index.js.map +7 -0
- package/dist/commonjs/api/managedNamespaces/operations.d.ts +36 -0
- package/dist/commonjs/api/managedNamespaces/operations.js +298 -0
- package/dist/commonjs/api/managedNamespaces/operations.js.map +7 -0
- package/dist/commonjs/api/managedNamespaces/options.d.ts +24 -0
- package/dist/commonjs/api/managedNamespaces/options.js +15 -0
- package/dist/commonjs/api/managedNamespaces/options.js.map +7 -0
- package/dist/commonjs/api/operations/index.d.ts +3 -0
- package/dist/commonjs/api/operations/index.js +27 -0
- package/dist/commonjs/api/operations/index.js.map +7 -0
- package/dist/commonjs/api/operations/operations.d.ts +10 -0
- package/dist/commonjs/api/operations/operations.js +67 -0
- package/dist/commonjs/api/operations/operations.js.map +7 -0
- package/dist/commonjs/api/operations/options.d.ts +5 -0
- package/dist/commonjs/api/operations/options.js +15 -0
- package/dist/commonjs/api/operations/options.js.map +7 -0
- package/dist/commonjs/api/privateEndpointConnections/index.d.ts +3 -0
- package/dist/commonjs/api/privateEndpointConnections/index.js +33 -0
- package/dist/commonjs/api/privateEndpointConnections/index.js.map +7 -0
- package/dist/commonjs/api/privateEndpointConnections/operations.d.ts +27 -0
- package/dist/commonjs/api/privateEndpointConnections/operations.js +202 -0
- package/dist/commonjs/api/privateEndpointConnections/operations.js.map +7 -0
- package/dist/commonjs/api/privateEndpointConnections/options.d.ts +16 -0
- package/dist/commonjs/api/privateEndpointConnections/options.js +15 -0
- package/dist/commonjs/api/privateEndpointConnections/options.js.map +7 -0
- package/dist/commonjs/api/privateLinkResources/index.d.ts +3 -0
- package/dist/commonjs/api/privateLinkResources/index.js +27 -0
- package/dist/commonjs/api/privateLinkResources/index.js.map +7 -0
- package/dist/commonjs/api/privateLinkResources/operations.d.ts +9 -0
- package/dist/commonjs/api/privateLinkResources/operations.js +64 -0
- package/dist/commonjs/api/privateLinkResources/operations.js.map +7 -0
- package/dist/commonjs/api/privateLinkResources/options.d.ts +5 -0
- package/dist/commonjs/api/privateLinkResources/options.js +15 -0
- package/dist/commonjs/api/privateLinkResources/options.js.map +7 -0
- package/dist/commonjs/api/resolvePrivateLinkServiceId/index.d.ts +3 -0
- package/dist/commonjs/api/resolvePrivateLinkServiceId/index.js +27 -0
- package/dist/commonjs/api/resolvePrivateLinkServiceId/index.js.map +7 -0
- package/dist/commonjs/api/resolvePrivateLinkServiceId/operations.d.ts +9 -0
- package/dist/commonjs/api/resolvePrivateLinkServiceId/operations.js +66 -0
- package/dist/commonjs/api/resolvePrivateLinkServiceId/operations.js.map +7 -0
- package/dist/commonjs/api/resolvePrivateLinkServiceId/options.d.ts +5 -0
- package/dist/commonjs/api/resolvePrivateLinkServiceId/options.js +15 -0
- package/dist/commonjs/api/resolvePrivateLinkServiceId/options.js.map +7 -0
- package/dist/commonjs/api/snapshots/index.d.ts +3 -0
- package/dist/commonjs/api/snapshots/index.js +37 -0
- package/dist/commonjs/api/snapshots/index.js.map +7 -0
- package/dist/commonjs/api/snapshots/operations.d.ts +35 -0
- package/dist/commonjs/api/snapshots/operations.js +270 -0
- package/dist/commonjs/api/snapshots/operations.js.map +7 -0
- package/dist/commonjs/api/snapshots/options.d.ts +20 -0
- package/dist/commonjs/api/snapshots/options.js +15 -0
- package/dist/commonjs/api/snapshots/options.js.map +7 -0
- package/dist/commonjs/api/trustedAccessRoleBindings/index.d.ts +3 -0
- package/dist/commonjs/api/trustedAccessRoleBindings/index.js +33 -0
- package/dist/commonjs/api/trustedAccessRoleBindings/index.js.map +7 -0
- package/dist/commonjs/api/trustedAccessRoleBindings/operations.d.ts +28 -0
- package/dist/commonjs/api/trustedAccessRoleBindings/operations.js +207 -0
- package/dist/commonjs/api/trustedAccessRoleBindings/operations.js.map +7 -0
- package/dist/commonjs/api/trustedAccessRoleBindings/options.d.ts +18 -0
- package/dist/commonjs/api/trustedAccessRoleBindings/options.js +15 -0
- package/dist/commonjs/api/trustedAccessRoleBindings/options.js.map +7 -0
- package/dist/commonjs/api/trustedAccessRoles/index.d.ts +3 -0
- package/dist/commonjs/api/trustedAccessRoles/index.js +27 -0
- package/dist/commonjs/api/trustedAccessRoles/index.js.map +7 -0
- package/dist/commonjs/api/trustedAccessRoles/operations.d.ts +10 -0
- package/dist/commonjs/api/trustedAccessRoles/operations.js +69 -0
- package/dist/commonjs/api/trustedAccessRoles/operations.js.map +7 -0
- package/dist/commonjs/api/trustedAccessRoles/options.d.ts +5 -0
- package/dist/commonjs/api/trustedAccessRoles/options.js +15 -0
- package/dist/commonjs/api/trustedAccessRoles/options.js.map +7 -0
- package/dist/commonjs/classic/agentPools/index.d.ts +54 -0
- package/dist/commonjs/classic/agentPools/index.js +138 -0
- package/dist/commonjs/classic/agentPools/index.js.map +7 -0
- package/dist/commonjs/classic/index.d.ts +13 -0
- package/dist/commonjs/classic/index.js +15 -0
- package/dist/commonjs/classic/index.js.map +7 -0
- package/dist/commonjs/classic/machines/index.d.ts +13 -0
- package/dist/commonjs/classic/machines/index.js +38 -0
- package/dist/commonjs/classic/machines/index.js.map +7 -0
- package/dist/commonjs/classic/maintenanceConfigurations/index.d.ts +22 -0
- package/dist/commonjs/classic/maintenanceConfigurations/index.js +40 -0
- package/dist/commonjs/classic/maintenanceConfigurations/index.js.map +7 -0
- package/dist/commonjs/classic/managedClusters/index.d.ts +112 -0
- package/dist/commonjs/classic/managedClusters/index.js +173 -0
- package/dist/commonjs/classic/managedClusters/index.js.map +7 -0
- package/dist/commonjs/classic/managedNamespaces/index.d.ts +36 -0
- package/dist/commonjs/classic/managedNamespaces/index.js +86 -0
- package/dist/commonjs/classic/managedNamespaces/index.js.map +7 -0
- package/dist/commonjs/classic/operations/index.d.ts +11 -0
- package/dist/commonjs/classic/operations/index.js +37 -0
- package/dist/commonjs/classic/operations/index.js.map +7 -0
- package/dist/commonjs/classic/privateEndpointConnections/index.d.ts +27 -0
- package/dist/commonjs/classic/privateEndpointConnections/index.js +68 -0
- package/dist/commonjs/classic/privateEndpointConnections/index.js.map +7 -0
- package/dist/commonjs/classic/privateLinkResources/index.d.ts +10 -0
- package/dist/commonjs/classic/privateLinkResources/index.js +37 -0
- package/dist/commonjs/classic/privateLinkResources/index.js.map +7 -0
- package/dist/commonjs/classic/resolvePrivateLinkServiceId/index.d.ts +10 -0
- package/dist/commonjs/classic/resolvePrivateLinkServiceId/index.js +37 -0
- package/dist/commonjs/classic/resolvePrivateLinkServiceId/index.js.map +7 -0
- package/dist/commonjs/classic/snapshots/index.d.ts +26 -0
- package/dist/commonjs/classic/snapshots/index.js +42 -0
- package/dist/commonjs/classic/snapshots/index.js.map +7 -0
- package/dist/commonjs/classic/trustedAccessRoleBindings/index.d.ts +32 -0
- package/dist/commonjs/classic/trustedAccessRoleBindings/index.js +90 -0
- package/dist/commonjs/classic/trustedAccessRoleBindings/index.js.map +7 -0
- package/dist/commonjs/classic/trustedAccessRoles/index.d.ts +11 -0
- package/dist/commonjs/classic/trustedAccessRoles/index.js +37 -0
- package/dist/commonjs/classic/trustedAccessRoles/index.js.map +7 -0
- package/dist/commonjs/containerServiceClient.d.ts +46 -36
- package/dist/commonjs/containerServiceClient.js +95 -140
- package/dist/commonjs/containerServiceClient.js.map +7 -1
- package/dist/commonjs/index.d.ts +25 -3
- package/dist/commonjs/index.js +172 -16
- package/dist/commonjs/index.js.map +7 -1
- package/dist/commonjs/logger.d.ts +2 -0
- package/dist/commonjs/logger.js +28 -0
- package/dist/commonjs/logger.js.map +7 -0
- package/dist/commonjs/models/index.d.ts +2 -5544
- package/dist/commonjs/models/index.js +163 -859
- package/dist/commonjs/models/index.js.map +7 -1
- package/dist/commonjs/models/models.d.ts +3838 -0
- package/dist/commonjs/models/models.js +4634 -0
- package/dist/commonjs/models/models.js.map +7 -0
- package/dist/commonjs/restorePollerHelpers.d.ts +21 -0
- package/dist/commonjs/restorePollerHelpers.js +154 -0
- package/dist/commonjs/restorePollerHelpers.js.map +7 -0
- package/dist/commonjs/static-helpers/cloudSettingHelpers.d.ts +22 -0
- package/dist/commonjs/static-helpers/cloudSettingHelpers.js +51 -0
- package/dist/commonjs/static-helpers/cloudSettingHelpers.js.map +7 -0
- package/dist/commonjs/static-helpers/pagingHelpers.d.ts +74 -0
- package/dist/commonjs/static-helpers/pagingHelpers.js +142 -0
- package/dist/commonjs/static-helpers/pagingHelpers.js.map +7 -0
- package/dist/commonjs/static-helpers/pollingHelpers.d.ts +34 -0
- package/dist/commonjs/static-helpers/pollingHelpers.js +100 -0
- package/dist/commonjs/static-helpers/pollingHelpers.js.map +7 -0
- package/dist/commonjs/static-helpers/serialization/check-prop-undefined.d.ts +8 -0
- package/dist/commonjs/static-helpers/serialization/check-prop-undefined.js +34 -0
- package/dist/commonjs/static-helpers/serialization/check-prop-undefined.js.map +7 -0
- package/dist/commonjs/static-helpers/simplePollerHelpers.d.ts +73 -0
- package/dist/commonjs/static-helpers/simplePollerHelpers.js +66 -0
- package/dist/commonjs/static-helpers/simplePollerHelpers.js.map +7 -0
- package/dist/commonjs/static-helpers/urlTemplate.d.ts +5 -0
- package/dist/commonjs/static-helpers/urlTemplate.js +196 -0
- package/dist/commonjs/static-helpers/urlTemplate.js.map +7 -0
- package/dist/commonjs/tsdoc-metadata.json +1 -1
- package/dist/esm/api/agentPools/index.d.ts +3 -0
- package/dist/esm/api/agentPools/index.js +22 -0
- package/dist/esm/api/agentPools/index.js.map +7 -0
- package/dist/esm/api/agentPools/operations.d.ts +48 -0
- package/dist/esm/api/agentPools/operations.js +403 -0
- package/dist/esm/api/agentPools/operations.js.map +7 -0
- package/dist/esm/api/agentPools/options.d.ts +47 -0
- package/dist/esm/api/agentPools/options.js +0 -0
- package/dist/esm/api/agentPools/options.js.map +7 -0
- package/dist/esm/api/containerServiceContext.d.ts +22 -0
- package/dist/esm/api/containerServiceContext.js +21 -0
- package/dist/esm/api/containerServiceContext.js.map +7 -0
- package/dist/esm/api/index.d.ts +3 -0
- package/dist/esm/api/index.js +4 -0
- package/dist/esm/api/index.js.map +7 -0
- package/dist/esm/api/machines/index.d.ts +3 -0
- package/dist/esm/api/machines/index.js +5 -0
- package/dist/esm/api/machines/index.js.map +7 -0
- package/dist/esm/api/machines/operations.d.ts +14 -0
- package/dist/esm/api/machines/operations.js +93 -0
- package/dist/esm/api/machines/operations.js.map +7 -0
- package/dist/esm/api/machines/options.d.ts +8 -0
- package/dist/esm/api/machines/options.js +0 -0
- package/dist/esm/api/machines/options.js.map +7 -0
- package/dist/esm/api/maintenanceConfigurations/index.d.ts +3 -0
- package/dist/esm/api/maintenanceConfigurations/index.js +7 -0
- package/dist/esm/api/maintenanceConfigurations/index.js.map +7 -0
- package/dist/esm/api/maintenanceConfigurations/operations.d.ts +27 -0
- package/dist/esm/api/maintenanceConfigurations/operations.js +161 -0
- package/dist/esm/api/maintenanceConfigurations/operations.js.map +7 -0
- package/dist/esm/api/maintenanceConfigurations/options.d.ts +14 -0
- package/dist/esm/api/maintenanceConfigurations/options.js +0 -0
- package/dist/esm/api/maintenanceConfigurations/options.js.map +7 -0
- package/dist/esm/api/managedClusters/index.d.ts +3 -0
- package/dist/esm/api/managedClusters/index.js +56 -0
- package/dist/esm/api/managedClusters/index.js.map +7 -0
- package/dist/esm/api/managedClusters/operations.d.ts +116 -0
- package/dist/esm/api/managedClusters/operations.js +1069 -0
- package/dist/esm/api/managedClusters/operations.js.map +7 -0
- package/dist/esm/api/managedClusters/options.d.ts +119 -0
- package/dist/esm/api/managedClusters/options.js +0 -0
- package/dist/esm/api/managedClusters/options.js.map +7 -0
- package/dist/esm/api/managedNamespaces/index.d.ts +3 -0
- package/dist/esm/api/managedNamespaces/index.js +16 -0
- package/dist/esm/api/managedNamespaces/index.js.map +7 -0
- package/dist/esm/api/managedNamespaces/operations.d.ts +36 -0
- package/dist/esm/api/managedNamespaces/operations.js +265 -0
- package/dist/esm/api/managedNamespaces/operations.js.map +7 -0
- package/dist/esm/api/managedNamespaces/options.d.ts +24 -0
- package/dist/esm/api/managedNamespaces/options.js +0 -0
- package/dist/esm/api/managedNamespaces/options.js.map +7 -0
- package/dist/esm/api/operations/index.d.ts +3 -0
- package/dist/esm/api/operations/index.js +4 -0
- package/dist/esm/api/operations/index.js.map +7 -0
- package/dist/esm/api/operations/operations.d.ts +10 -0
- package/dist/esm/api/operations/operations.js +45 -0
- package/dist/esm/api/operations/operations.js.map +7 -0
- package/dist/esm/api/operations/options.d.ts +5 -0
- package/dist/esm/api/operations/options.js +0 -0
- package/dist/esm/api/operations/options.js.map +7 -0
- package/dist/esm/api/privateEndpointConnections/index.d.ts +3 -0
- package/dist/esm/api/privateEndpointConnections/index.js +7 -0
- package/dist/esm/api/privateEndpointConnections/index.js.map +7 -0
- package/dist/esm/api/privateEndpointConnections/operations.d.ts +27 -0
- package/dist/esm/api/privateEndpointConnections/operations.js +173 -0
- package/dist/esm/api/privateEndpointConnections/operations.js.map +7 -0
- package/dist/esm/api/privateEndpointConnections/options.d.ts +16 -0
- package/dist/esm/api/privateEndpointConnections/options.js +0 -0
- package/dist/esm/api/privateEndpointConnections/options.js.map +7 -0
- package/dist/esm/api/privateLinkResources/index.d.ts +3 -0
- package/dist/esm/api/privateLinkResources/index.js +4 -0
- package/dist/esm/api/privateLinkResources/index.js.map +7 -0
- package/dist/esm/api/privateLinkResources/operations.d.ts +9 -0
- package/dist/esm/api/privateLinkResources/operations.js +42 -0
- package/dist/esm/api/privateLinkResources/operations.js.map +7 -0
- package/dist/esm/api/privateLinkResources/options.d.ts +5 -0
- package/dist/esm/api/privateLinkResources/options.js +0 -0
- package/dist/esm/api/privateLinkResources/options.js.map +7 -0
- package/dist/esm/api/resolvePrivateLinkServiceId/index.d.ts +3 -0
- package/dist/esm/api/resolvePrivateLinkServiceId/index.js +4 -0
- package/dist/esm/api/resolvePrivateLinkServiceId/index.js.map +7 -0
- package/dist/esm/api/resolvePrivateLinkServiceId/operations.d.ts +9 -0
- package/dist/esm/api/resolvePrivateLinkServiceId/operations.js +45 -0
- package/dist/esm/api/resolvePrivateLinkServiceId/operations.js.map +7 -0
- package/dist/esm/api/resolvePrivateLinkServiceId/options.d.ts +5 -0
- package/dist/esm/api/resolvePrivateLinkServiceId/options.js +0 -0
- package/dist/esm/api/resolvePrivateLinkServiceId/options.js.map +7 -0
- package/dist/esm/api/snapshots/index.d.ts +3 -0
- package/dist/esm/api/snapshots/index.js +16 -0
- package/dist/esm/api/snapshots/index.js.map +7 -0
- package/dist/esm/api/snapshots/operations.d.ts +35 -0
- package/dist/esm/api/snapshots/operations.js +236 -0
- package/dist/esm/api/snapshots/operations.js.map +7 -0
- package/dist/esm/api/snapshots/options.d.ts +20 -0
- package/dist/esm/api/snapshots/options.js +0 -0
- package/dist/esm/api/snapshots/options.js.map +7 -0
- package/dist/esm/api/trustedAccessRoleBindings/index.d.ts +3 -0
- package/dist/esm/api/trustedAccessRoleBindings/index.js +7 -0
- package/dist/esm/api/trustedAccessRoleBindings/index.js.map +7 -0
- package/dist/esm/api/trustedAccessRoleBindings/operations.d.ts +28 -0
- package/dist/esm/api/trustedAccessRoleBindings/operations.js +178 -0
- package/dist/esm/api/trustedAccessRoleBindings/operations.js.map +7 -0
- package/dist/esm/api/trustedAccessRoleBindings/options.d.ts +18 -0
- package/dist/esm/api/trustedAccessRoleBindings/options.js +0 -0
- package/dist/esm/api/trustedAccessRoleBindings/options.js.map +7 -0
- package/dist/esm/api/trustedAccessRoles/index.d.ts +3 -0
- package/dist/esm/api/trustedAccessRoles/index.js +4 -0
- package/dist/esm/api/trustedAccessRoles/index.js.map +7 -0
- package/dist/esm/api/trustedAccessRoles/operations.d.ts +10 -0
- package/dist/esm/api/trustedAccessRoles/operations.js +47 -0
- package/dist/esm/api/trustedAccessRoles/operations.js.map +7 -0
- package/dist/esm/api/trustedAccessRoles/options.d.ts +5 -0
- package/dist/esm/api/trustedAccessRoles/options.js +0 -0
- package/dist/esm/api/trustedAccessRoles/options.js.map +7 -0
- package/dist/esm/classic/agentPools/index.d.ts +54 -0
- package/dist/esm/classic/agentPools/index.js +125 -0
- package/dist/esm/classic/agentPools/index.js.map +7 -0
- package/dist/esm/classic/index.d.ts +13 -0
- package/dist/esm/classic/index.js +0 -0
- package/dist/esm/classic/index.js.map +7 -0
- package/dist/esm/classic/machines/index.d.ts +13 -0
- package/dist/esm/classic/machines/index.js +15 -0
- package/dist/esm/classic/machines/index.js.map +7 -0
- package/dist/esm/classic/maintenanceConfigurations/index.d.ts +22 -0
- package/dist/esm/classic/maintenanceConfigurations/index.js +22 -0
- package/dist/esm/classic/maintenanceConfigurations/index.js.map +7 -0
- package/dist/esm/classic/managedClusters/index.d.ts +112 -0
- package/dist/esm/classic/managedClusters/index.js +177 -0
- package/dist/esm/classic/managedClusters/index.js.map +7 -0
- package/dist/esm/classic/managedNamespaces/index.d.ts +36 -0
- package/dist/esm/classic/managedNamespaces/index.js +70 -0
- package/dist/esm/classic/managedNamespaces/index.js.map +7 -0
- package/dist/esm/classic/operations/index.d.ts +11 -0
- package/dist/esm/classic/operations/index.js +14 -0
- package/dist/esm/classic/operations/index.js.map +7 -0
- package/dist/esm/classic/privateEndpointConnections/index.d.ts +27 -0
- package/dist/esm/classic/privateEndpointConnections/index.js +45 -0
- package/dist/esm/classic/privateEndpointConnections/index.js.map +7 -0
- package/dist/esm/classic/privateLinkResources/index.d.ts +10 -0
- package/dist/esm/classic/privateLinkResources/index.js +14 -0
- package/dist/esm/classic/privateLinkResources/index.js.map +7 -0
- package/dist/esm/classic/resolvePrivateLinkServiceId/index.d.ts +10 -0
- package/dist/esm/classic/resolvePrivateLinkServiceId/index.js +14 -0
- package/dist/esm/classic/resolvePrivateLinkServiceId/index.js.map +7 -0
- package/dist/esm/classic/snapshots/index.d.ts +26 -0
- package/dist/esm/classic/snapshots/index.js +26 -0
- package/dist/esm/classic/snapshots/index.js.map +7 -0
- package/dist/esm/classic/trustedAccessRoleBindings/index.d.ts +32 -0
- package/dist/esm/classic/trustedAccessRoleBindings/index.js +72 -0
- package/dist/esm/classic/trustedAccessRoleBindings/index.js.map +7 -0
- package/dist/esm/classic/trustedAccessRoles/index.d.ts +11 -0
- package/dist/esm/classic/trustedAccessRoles/index.js +14 -0
- package/dist/esm/classic/trustedAccessRoles/index.js.map +7 -0
- package/dist/esm/containerServiceClient.d.ts +46 -36
- package/dist/esm/containerServiceClient.js +72 -135
- package/dist/esm/containerServiceClient.js.map +7 -1
- package/dist/esm/index.d.ts +25 -3
- package/dist/esm/index.js +148 -10
- package/dist/esm/index.js.map +7 -1
- package/dist/esm/logger.d.ts +2 -0
- package/dist/esm/logger.js +5 -0
- package/dist/esm/logger.js.map +7 -0
- package/dist/esm/models/index.d.ts +2 -5544
- package/dist/esm/models/index.js +142 -855
- package/dist/esm/models/index.js.map +7 -1
- package/dist/esm/models/models.d.ts +3838 -0
- package/dist/esm/models/models.js +4139 -0
- package/dist/esm/models/models.js.map +7 -0
- package/dist/esm/restorePollerHelpers.d.ts +21 -0
- package/dist/esm/restorePollerHelpers.js +155 -0
- package/dist/esm/restorePollerHelpers.js.map +7 -0
- package/dist/esm/static-helpers/cloudSettingHelpers.d.ts +22 -0
- package/dist/esm/static-helpers/cloudSettingHelpers.js +27 -0
- package/dist/esm/static-helpers/cloudSettingHelpers.js.map +7 -0
- package/dist/esm/static-helpers/pagingHelpers.d.ts +74 -0
- package/dist/esm/static-helpers/pagingHelpers.js +119 -0
- package/dist/esm/static-helpers/pagingHelpers.js.map +7 -0
- package/dist/esm/static-helpers/pollingHelpers.d.ts +34 -0
- package/dist/esm/static-helpers/pollingHelpers.js +77 -0
- package/dist/esm/static-helpers/pollingHelpers.js.map +7 -0
- package/dist/esm/static-helpers/serialization/check-prop-undefined.d.ts +8 -0
- package/dist/esm/static-helpers/serialization/check-prop-undefined.js +11 -0
- package/dist/esm/static-helpers/serialization/check-prop-undefined.js.map +7 -0
- package/dist/esm/static-helpers/simplePollerHelpers.d.ts +73 -0
- package/dist/esm/static-helpers/simplePollerHelpers.js +43 -0
- package/dist/esm/static-helpers/simplePollerHelpers.js.map +7 -0
- package/dist/esm/static-helpers/urlTemplate.d.ts +5 -0
- package/dist/esm/static-helpers/urlTemplate.js +173 -0
- package/dist/esm/static-helpers/urlTemplate.js.map +7 -0
- package/dist/react-native/api/agentPools/index.d.ts +3 -0
- package/dist/react-native/api/agentPools/index.js +4 -0
- package/dist/react-native/api/agentPools/index.js.map +1 -0
- package/dist/react-native/api/agentPools/operations.d.ts +48 -0
- package/dist/react-native/api/agentPools/operations.js +305 -0
- package/dist/react-native/api/agentPools/operations.js.map +1 -0
- package/dist/react-native/api/agentPools/options.d.ts +47 -0
- package/dist/react-native/api/agentPools/options.js +4 -0
- package/dist/react-native/api/agentPools/options.js.map +1 -0
- package/dist/react-native/api/containerServiceContext.d.ts +22 -0
- package/dist/react-native/api/containerServiceContext.js +24 -0
- package/dist/react-native/api/containerServiceContext.js.map +1 -0
- package/dist/react-native/api/index.d.ts +3 -0
- package/dist/react-native/api/index.js +4 -0
- package/dist/react-native/api/index.js.map +1 -0
- package/dist/react-native/api/machines/index.d.ts +3 -0
- package/dist/react-native/api/machines/index.js +4 -0
- package/dist/react-native/api/machines/index.js.map +1 -0
- package/dist/react-native/api/machines/operations.d.ts +14 -0
- package/dist/react-native/api/machines/operations.js +65 -0
- package/dist/react-native/api/machines/operations.js.map +1 -0
- package/dist/react-native/api/machines/options.d.ts +8 -0
- package/dist/react-native/api/machines/options.js +4 -0
- package/dist/react-native/api/machines/options.js.map +1 -0
- package/dist/react-native/api/maintenanceConfigurations/index.d.ts +3 -0
- package/dist/react-native/api/maintenanceConfigurations/index.js +4 -0
- package/dist/react-native/api/maintenanceConfigurations/index.js.map +1 -0
- package/dist/react-native/api/maintenanceConfigurations/operations.d.ts +27 -0
- package/dist/react-native/api/maintenanceConfigurations/operations.js +125 -0
- package/dist/react-native/api/maintenanceConfigurations/operations.js.map +1 -0
- package/dist/react-native/api/maintenanceConfigurations/options.d.ts +14 -0
- package/dist/react-native/api/maintenanceConfigurations/options.js +4 -0
- package/dist/react-native/api/maintenanceConfigurations/options.js.map +1 -0
- package/dist/react-native/api/managedClusters/index.d.ts +3 -0
- package/dist/react-native/api/managedClusters/index.js +4 -0
- package/dist/react-native/api/managedClusters/index.js.map +1 -0
- package/dist/react-native/api/managedClusters/operations.d.ts +116 -0
- package/dist/react-native/api/managedClusters/operations.js +806 -0
- package/dist/react-native/api/managedClusters/operations.js.map +1 -0
- package/dist/react-native/api/managedClusters/options.d.ts +119 -0
- package/dist/react-native/api/managedClusters/options.js +4 -0
- package/dist/react-native/api/managedClusters/options.js.map +1 -0
- package/dist/react-native/api/managedNamespaces/index.d.ts +3 -0
- package/dist/react-native/api/managedNamespaces/index.js +4 -0
- package/dist/react-native/api/managedNamespaces/index.js.map +1 -0
- package/dist/react-native/api/managedNamespaces/operations.d.ts +36 -0
- package/dist/react-native/api/managedNamespaces/operations.js +196 -0
- package/dist/react-native/api/managedNamespaces/operations.js.map +1 -0
- package/dist/react-native/api/managedNamespaces/options.d.ts +24 -0
- package/dist/react-native/api/managedNamespaces/options.js +4 -0
- package/dist/react-native/api/managedNamespaces/options.js.map +1 -0
- package/dist/react-native/api/operations/index.d.ts +3 -0
- package/dist/react-native/api/operations/index.js +4 -0
- package/dist/react-native/api/operations/index.js.map +1 -0
- package/dist/react-native/api/operations/operations.d.ts +10 -0
- package/dist/react-native/api/operations/operations.js +31 -0
- package/dist/react-native/api/operations/operations.js.map +1 -0
- package/dist/react-native/api/operations/options.d.ts +5 -0
- package/dist/react-native/api/operations/options.js +4 -0
- package/dist/react-native/api/operations/options.js.map +1 -0
- package/dist/react-native/api/privateEndpointConnections/index.d.ts +3 -0
- package/dist/react-native/api/privateEndpointConnections/index.js +4 -0
- package/dist/react-native/api/privateEndpointConnections/index.js.map +1 -0
- package/dist/react-native/api/privateEndpointConnections/operations.d.ts +27 -0
- package/dist/react-native/api/privateEndpointConnections/operations.js +131 -0
- package/dist/react-native/api/privateEndpointConnections/operations.js.map +1 -0
- package/dist/react-native/api/privateEndpointConnections/options.d.ts +16 -0
- package/dist/react-native/api/privateEndpointConnections/options.js +4 -0
- package/dist/react-native/api/privateEndpointConnections/options.js.map +1 -0
- package/dist/react-native/api/privateLinkResources/index.d.ts +3 -0
- package/dist/react-native/api/privateLinkResources/index.js +4 -0
- package/dist/react-native/api/privateLinkResources/index.js.map +1 -0
- package/dist/react-native/api/privateLinkResources/operations.d.ts +9 -0
- package/dist/react-native/api/privateLinkResources/operations.js +34 -0
- package/dist/react-native/api/privateLinkResources/operations.js.map +1 -0
- package/dist/react-native/api/privateLinkResources/options.d.ts +5 -0
- package/dist/react-native/api/privateLinkResources/options.js +4 -0
- package/dist/react-native/api/privateLinkResources/options.js.map +1 -0
- package/dist/react-native/api/resolvePrivateLinkServiceId/index.d.ts +3 -0
- package/dist/react-native/api/resolvePrivateLinkServiceId/index.js +4 -0
- package/dist/react-native/api/resolvePrivateLinkServiceId/index.js.map +1 -0
- package/dist/react-native/api/resolvePrivateLinkServiceId/operations.d.ts +9 -0
- package/dist/react-native/api/resolvePrivateLinkServiceId/operations.js +36 -0
- package/dist/react-native/api/resolvePrivateLinkServiceId/operations.js.map +1 -0
- package/dist/react-native/api/resolvePrivateLinkServiceId/options.d.ts +5 -0
- package/dist/react-native/api/resolvePrivateLinkServiceId/options.js +4 -0
- package/dist/react-native/api/resolvePrivateLinkServiceId/options.js.map +1 -0
- package/dist/react-native/api/snapshots/index.d.ts +3 -0
- package/dist/react-native/api/snapshots/index.js +4 -0
- package/dist/react-native/api/snapshots/index.js.map +1 -0
- package/dist/react-native/api/snapshots/operations.d.ts +35 -0
- package/dist/react-native/api/snapshots/operations.js +176 -0
- package/dist/react-native/api/snapshots/operations.js.map +1 -0
- package/dist/react-native/api/snapshots/options.d.ts +20 -0
- package/dist/react-native/api/snapshots/options.js +4 -0
- package/dist/react-native/api/snapshots/options.js.map +1 -0
- package/dist/react-native/api/trustedAccessRoleBindings/index.d.ts +3 -0
- package/dist/react-native/api/trustedAccessRoleBindings/index.js +4 -0
- package/dist/react-native/api/trustedAccessRoleBindings/index.js.map +1 -0
- package/dist/react-native/api/trustedAccessRoleBindings/operations.d.ts +28 -0
- package/dist/react-native/api/trustedAccessRoleBindings/operations.js +136 -0
- package/dist/react-native/api/trustedAccessRoleBindings/operations.js.map +1 -0
- package/dist/react-native/api/trustedAccessRoleBindings/options.d.ts +18 -0
- package/dist/react-native/api/trustedAccessRoleBindings/options.js +4 -0
- package/dist/react-native/api/trustedAccessRoleBindings/options.js.map +1 -0
- package/dist/react-native/api/trustedAccessRoles/index.d.ts +3 -0
- package/dist/react-native/api/trustedAccessRoles/index.js +4 -0
- package/dist/react-native/api/trustedAccessRoles/index.js.map +1 -0
- package/dist/react-native/api/trustedAccessRoles/operations.d.ts +10 -0
- package/dist/react-native/api/trustedAccessRoles/operations.js +33 -0
- package/dist/react-native/api/trustedAccessRoles/operations.js.map +1 -0
- package/dist/react-native/api/trustedAccessRoles/options.d.ts +5 -0
- package/dist/react-native/api/trustedAccessRoles/options.js +4 -0
- package/dist/react-native/api/trustedAccessRoles/options.js.map +1 -0
- package/dist/react-native/classic/agentPools/index.d.ts +54 -0
- package/dist/react-native/classic/agentPools/index.js +63 -0
- package/dist/react-native/classic/agentPools/index.js.map +1 -0
- package/dist/react-native/classic/index.d.ts +13 -0
- package/dist/react-native/classic/index.js +4 -0
- package/dist/react-native/classic/index.js.map +1 -0
- package/dist/react-native/classic/machines/index.d.ts +13 -0
- package/dist/react-native/classic/machines/index.js +15 -0
- package/dist/react-native/classic/machines/index.js.map +1 -0
- package/dist/react-native/classic/maintenanceConfigurations/index.d.ts +22 -0
- package/dist/react-native/classic/maintenanceConfigurations/index.js +17 -0
- package/dist/react-native/classic/maintenanceConfigurations/index.js.map +1 -0
- package/dist/react-native/classic/managedClusters/index.d.ts +112 -0
- package/dist/react-native/classic/managedClusters/index.js +128 -0
- package/dist/react-native/classic/managedClusters/index.js.map +1 -0
- package/dist/react-native/classic/managedNamespaces/index.d.ts +36 -0
- package/dist/react-native/classic/managedNamespaces/index.js +36 -0
- package/dist/react-native/classic/managedNamespaces/index.js.map +1 -0
- package/dist/react-native/classic/operations/index.d.ts +11 -0
- package/dist/react-native/classic/operations/index.js +14 -0
- package/dist/react-native/classic/operations/index.js.map +1 -0
- package/dist/react-native/classic/privateEndpointConnections/index.d.ts +27 -0
- package/dist/react-native/classic/privateEndpointConnections/index.js +26 -0
- package/dist/react-native/classic/privateEndpointConnections/index.js.map +1 -0
- package/dist/react-native/classic/privateLinkResources/index.d.ts +10 -0
- package/dist/react-native/classic/privateLinkResources/index.js +14 -0
- package/dist/react-native/classic/privateLinkResources/index.js.map +1 -0
- package/dist/react-native/classic/resolvePrivateLinkServiceId/index.d.ts +10 -0
- package/dist/react-native/classic/resolvePrivateLinkServiceId/index.js +14 -0
- package/dist/react-native/classic/resolvePrivateLinkServiceId/index.js.map +1 -0
- package/dist/react-native/classic/snapshots/index.d.ts +26 -0
- package/dist/react-native/classic/snapshots/index.js +19 -0
- package/dist/react-native/classic/snapshots/index.js.map +1 -0
- package/dist/react-native/classic/trustedAccessRoleBindings/index.d.ts +32 -0
- package/dist/react-native/classic/trustedAccessRoleBindings/index.js +34 -0
- package/dist/react-native/classic/trustedAccessRoleBindings/index.js.map +1 -0
- package/dist/react-native/classic/trustedAccessRoles/index.d.ts +11 -0
- package/dist/react-native/classic/trustedAccessRoles/index.js +14 -0
- package/dist/react-native/classic/trustedAccessRoles/index.js.map +1 -0
- package/dist/react-native/containerServiceClient.d.ts +46 -36
- package/dist/react-native/containerServiceClient.js +66 -126
- package/dist/react-native/containerServiceClient.js.map +1 -1
- package/dist/react-native/index.d.ts +25 -3
- package/dist/react-native/index.js +4 -6
- package/dist/react-native/index.js.map +1 -1
- package/dist/react-native/logger.d.ts +2 -0
- package/dist/react-native/logger.js +5 -0
- package/dist/react-native/logger.js.map +1 -0
- package/dist/react-native/models/index.d.ts +2 -5544
- package/dist/react-native/models/index.js +1 -852
- package/dist/react-native/models/index.js.map +1 -1
- package/dist/react-native/models/models.d.ts +3838 -0
- package/dist/react-native/models/models.js +4784 -0
- package/dist/react-native/models/models.js.map +1 -0
- package/dist/react-native/restorePollerHelpers.d.ts +21 -0
- package/dist/react-native/restorePollerHelpers.js +142 -0
- package/dist/react-native/restorePollerHelpers.js.map +1 -0
- package/dist/react-native/static-helpers/cloudSettingHelpers.d.ts +22 -0
- package/dist/react-native/static-helpers/cloudSettingHelpers.js +38 -0
- package/dist/react-native/static-helpers/cloudSettingHelpers.js.map +1 -0
- package/dist/react-native/static-helpers/pagingHelpers.d.ts +74 -0
- package/dist/react-native/static-helpers/pagingHelpers.js +143 -0
- package/dist/react-native/static-helpers/pagingHelpers.js.map +1 -0
- package/dist/react-native/static-helpers/pollingHelpers.d.ts +34 -0
- package/dist/react-native/static-helpers/pollingHelpers.js +95 -0
- package/dist/react-native/static-helpers/pollingHelpers.js.map +1 -0
- package/dist/react-native/static-helpers/serialization/check-prop-undefined.d.ts +8 -0
- package/dist/react-native/static-helpers/serialization/check-prop-undefined.js +17 -0
- package/dist/react-native/static-helpers/serialization/check-prop-undefined.js.map +1 -0
- package/dist/react-native/static-helpers/simplePollerHelpers.d.ts +73 -0
- package/dist/react-native/static-helpers/simplePollerHelpers.js +44 -0
- package/dist/react-native/static-helpers/simplePollerHelpers.js.map +1 -0
- package/dist/react-native/static-helpers/urlTemplate.d.ts +5 -0
- package/dist/react-native/static-helpers/urlTemplate.js +200 -0
- package/dist/react-native/static-helpers/urlTemplate.js.map +1 -0
- package/package.json +335 -95
- package/dist/browser/containerServiceClient.d.ts.map +0 -1
- package/dist/browser/index.d.ts.map +0 -1
- package/dist/browser/lroImpl.d.ts +0 -11
- package/dist/browser/lroImpl.d.ts.map +0 -1
- package/dist/browser/lroImpl.js +0 -20
- package/dist/browser/lroImpl.js.map +0 -1
- package/dist/browser/models/index.d.ts.map +0 -1
- package/dist/browser/models/mappers.d.ts +0 -281
- package/dist/browser/models/mappers.d.ts.map +0 -1
- package/dist/browser/models/mappers.js +0 -9121
- package/dist/browser/models/mappers.js.map +0 -1
- package/dist/browser/models/parameters.d.ts +0 -51
- package/dist/browser/models/parameters.d.ts.map +0 -1
- package/dist/browser/models/parameters.js +0 -436
- package/dist/browser/models/parameters.js.map +0 -1
- package/dist/browser/operations/agentPools.d.ts +0 -172
- package/dist/browser/operations/agentPools.d.ts.map +0 -1
- package/dist/browser/operations/agentPools.js +0 -789
- package/dist/browser/operations/agentPools.js.map +0 -1
- package/dist/browser/operations/containerService.d.ts +0 -39
- package/dist/browser/operations/containerService.d.ts.map +0 -1
- package/dist/browser/operations/containerService.js +0 -123
- package/dist/browser/operations/containerService.js.map +0 -1
- package/dist/browser/operations/identityBindings.d.ts +0 -81
- package/dist/browser/operations/identityBindings.d.ts.map +0 -1
- package/dist/browser/operations/identityBindings.js +0 -358
- package/dist/browser/operations/identityBindings.js.map +0 -1
- package/dist/browser/operations/index.d.ts +0 -20
- package/dist/browser/operations/index.d.ts.map +0 -1
- package/dist/browser/operations/index.js +0 -24
- package/dist/browser/operations/index.js.map +0 -1
- package/dist/browser/operations/jWTAuthenticators.d.ts +0 -83
- package/dist/browser/operations/jWTAuthenticators.d.ts.map +0 -1
- package/dist/browser/operations/jWTAuthenticators.js +0 -360
- package/dist/browser/operations/jWTAuthenticators.js.map +0 -1
- package/dist/browser/operations/loadBalancers.d.ts +0 -72
- package/dist/browser/operations/loadBalancers.d.ts.map +0 -1
- package/dist/browser/operations/loadBalancers.js +0 -296
- package/dist/browser/operations/loadBalancers.js.map +0 -1
- package/dist/browser/operations/machines.d.ts +0 -71
- package/dist/browser/operations/machines.d.ts.map +0 -1
- package/dist/browser/operations/machines.js +0 -282
- package/dist/browser/operations/machines.js.map +0 -1
- package/dist/browser/operations/maintenanceConfigurations.d.ts +0 -66
- package/dist/browser/operations/maintenanceConfigurations.d.ts.map +0 -1
- package/dist/browser/operations/maintenanceConfigurations.js +0 -232
- package/dist/browser/operations/maintenanceConfigurations.js.map +0 -1
- package/dist/browser/operations/managedClusterSnapshots.d.ts +0 -83
- package/dist/browser/operations/managedClusterSnapshots.d.ts.map +0 -1
- package/dist/browser/operations/managedClusterSnapshots.js +0 -337
- package/dist/browser/operations/managedClusterSnapshots.js.map +0 -1
- package/dist/browser/operations/managedClusters.d.ts +0 -468
- package/dist/browser/operations/managedClusters.d.ts.map +0 -1
- package/dist/browser/operations/managedClusters.js +0 -2173
- package/dist/browser/operations/managedClusters.js.map +0 -1
- package/dist/browser/operations/managedNamespaces.d.ts +0 -103
- package/dist/browser/operations/managedNamespaces.d.ts.map +0 -1
- package/dist/browser/operations/managedNamespaces.js +0 -434
- package/dist/browser/operations/managedNamespaces.js.map +0 -1
- package/dist/browser/operations/meshMemberships.d.ts +0 -81
- package/dist/browser/operations/meshMemberships.d.ts.map +0 -1
- package/dist/browser/operations/meshMemberships.js +0 -350
- package/dist/browser/operations/meshMemberships.js.map +0 -1
- package/dist/browser/operations/operationStatusResultOperations.d.ts +0 -55
- package/dist/browser/operations/operationStatusResultOperations.d.ts.map +0 -1
- package/dist/browser/operations/operationStatusResultOperations.js +0 -194
- package/dist/browser/operations/operationStatusResultOperations.js.map +0 -1
- package/dist/browser/operations/operations.d.ts +0 -26
- package/dist/browser/operations/operations.d.ts.map +0 -1
- package/dist/browser/operations/operations.js +0 -74
- package/dist/browser/operations/operations.js.map +0 -1
- package/dist/browser/operations/privateEndpointConnections.d.ts +0 -54
- package/dist/browser/operations/privateEndpointConnections.d.ts.map +0 -1
- package/dist/browser/operations/privateEndpointConnections.js +0 -218
- package/dist/browser/operations/privateEndpointConnections.js.map +0 -1
- package/dist/browser/operations/privateLinkResources.d.ts +0 -20
- package/dist/browser/operations/privateLinkResources.d.ts.map +0 -1
- package/dist/browser/operations/privateLinkResources.js +0 -49
- package/dist/browser/operations/privateLinkResources.js.map +0 -1
- package/dist/browser/operations/resolvePrivateLinkServiceId.d.ts +0 -21
- package/dist/browser/operations/resolvePrivateLinkServiceId.d.ts.map +0 -1
- package/dist/browser/operations/resolvePrivateLinkServiceId.js +0 -52
- package/dist/browser/operations/resolvePrivateLinkServiceId.js.map +0 -1
- package/dist/browser/operations/snapshots.d.ts +0 -83
- package/dist/browser/operations/snapshots.d.ts.map +0 -1
- package/dist/browser/operations/snapshots.js +0 -337
- package/dist/browser/operations/snapshots.js.map +0 -1
- package/dist/browser/operations/trustedAccessRoleBindings.d.ts +0 -81
- package/dist/browser/operations/trustedAccessRoleBindings.d.ts.map +0 -1
- package/dist/browser/operations/trustedAccessRoleBindings.js +0 -360
- package/dist/browser/operations/trustedAccessRoleBindings.js.map +0 -1
- package/dist/browser/operations/trustedAccessRoles.d.ts +0 -35
- package/dist/browser/operations/trustedAccessRoles.d.ts.map +0 -1
- package/dist/browser/operations/trustedAccessRoles.js +0 -119
- package/dist/browser/operations/trustedAccessRoles.js.map +0 -1
- package/dist/browser/operationsInterfaces/agentPools.d.ts +0 -147
- package/dist/browser/operationsInterfaces/agentPools.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/agentPools.js +0 -4
- package/dist/browser/operationsInterfaces/agentPools.js.map +0 -1
- package/dist/browser/operationsInterfaces/containerService.d.ts +0 -14
- package/dist/browser/operationsInterfaces/containerService.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/containerService.js +0 -4
- package/dist/browser/operationsInterfaces/containerService.js.map +0 -1
- package/dist/browser/operationsInterfaces/identityBindings.d.ts +0 -56
- package/dist/browser/operationsInterfaces/identityBindings.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/identityBindings.js +0 -4
- package/dist/browser/operationsInterfaces/identityBindings.js.map +0 -1
- package/dist/browser/operationsInterfaces/index.d.ts +0 -20
- package/dist/browser/operationsInterfaces/index.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/index.js +0 -24
- package/dist/browser/operationsInterfaces/index.js.map +0 -1
- package/dist/browser/operationsInterfaces/jWTAuthenticators.d.ts +0 -58
- package/dist/browser/operationsInterfaces/jWTAuthenticators.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/jWTAuthenticators.js +0 -4
- package/dist/browser/operationsInterfaces/jWTAuthenticators.js.map +0 -1
- package/dist/browser/operationsInterfaces/loadBalancers.d.ts +0 -47
- package/dist/browser/operationsInterfaces/loadBalancers.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/loadBalancers.js +0 -4
- package/dist/browser/operationsInterfaces/loadBalancers.js.map +0 -1
- package/dist/browser/operationsInterfaces/machines.d.ts +0 -44
- package/dist/browser/operationsInterfaces/machines.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/machines.js +0 -4
- package/dist/browser/operationsInterfaces/machines.js.map +0 -1
- package/dist/browser/operationsInterfaces/maintenanceConfigurations.d.ts +0 -41
- package/dist/browser/operationsInterfaces/maintenanceConfigurations.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/maintenanceConfigurations.js +0 -4
- package/dist/browser/operationsInterfaces/maintenanceConfigurations.js.map +0 -1
- package/dist/browser/operationsInterfaces/managedClusterSnapshots.d.ts +0 -47
- package/dist/browser/operationsInterfaces/managedClusterSnapshots.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/managedClusterSnapshots.js +0 -4
- package/dist/browser/operationsInterfaces/managedClusterSnapshots.js.map +0 -1
- package/dist/browser/operationsInterfaces/managedClusters.d.ts +0 -348
- package/dist/browser/operationsInterfaces/managedClusters.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/managedClusters.js +0 -4
- package/dist/browser/operationsInterfaces/managedClusters.js.map +0 -1
- package/dist/browser/operationsInterfaces/managedNamespaces.d.ts +0 -78
- package/dist/browser/operationsInterfaces/managedNamespaces.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/managedNamespaces.js +0 -4
- package/dist/browser/operationsInterfaces/managedNamespaces.js.map +0 -1
- package/dist/browser/operationsInterfaces/meshMemberships.d.ts +0 -56
- package/dist/browser/operationsInterfaces/meshMemberships.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/meshMemberships.js +0 -4
- package/dist/browser/operationsInterfaces/meshMemberships.js.map +0 -1
- package/dist/browser/operationsInterfaces/operationStatusResultOperations.d.ts +0 -30
- package/dist/browser/operationsInterfaces/operationStatusResultOperations.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/operationStatusResultOperations.js +0 -4
- package/dist/browser/operationsInterfaces/operationStatusResultOperations.js.map +0 -1
- package/dist/browser/operationsInterfaces/operations.d.ts +0 -11
- package/dist/browser/operationsInterfaces/operations.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/operations.js +0 -4
- package/dist/browser/operationsInterfaces/operations.js.map +0 -1
- package/dist/browser/operationsInterfaces/privateEndpointConnections.d.ts +0 -46
- package/dist/browser/operationsInterfaces/privateEndpointConnections.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/privateEndpointConnections.js +0 -4
- package/dist/browser/operationsInterfaces/privateEndpointConnections.js.map +0 -1
- package/dist/browser/operationsInterfaces/privateLinkResources.d.ts +0 -12
- package/dist/browser/operationsInterfaces/privateLinkResources.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/privateLinkResources.js +0 -4
- package/dist/browser/operationsInterfaces/privateLinkResources.js.map +0 -1
- package/dist/browser/operationsInterfaces/resolvePrivateLinkServiceId.d.ts +0 -13
- package/dist/browser/operationsInterfaces/resolvePrivateLinkServiceId.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/resolvePrivateLinkServiceId.js +0 -4
- package/dist/browser/operationsInterfaces/resolvePrivateLinkServiceId.js.map +0 -1
- package/dist/browser/operationsInterfaces/snapshots.d.ts +0 -47
- package/dist/browser/operationsInterfaces/snapshots.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/snapshots.js +0 -4
- package/dist/browser/operationsInterfaces/snapshots.js.map +0 -1
- package/dist/browser/operationsInterfaces/trustedAccessRoleBindings.d.ts +0 -56
- package/dist/browser/operationsInterfaces/trustedAccessRoleBindings.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/trustedAccessRoleBindings.js +0 -4
- package/dist/browser/operationsInterfaces/trustedAccessRoleBindings.js.map +0 -1
- package/dist/browser/operationsInterfaces/trustedAccessRoles.d.ts +0 -12
- package/dist/browser/operationsInterfaces/trustedAccessRoles.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/trustedAccessRoles.js +0 -4
- package/dist/browser/operationsInterfaces/trustedAccessRoles.js.map +0 -1
- package/dist/browser/pagingHelper.d.ts +0 -13
- package/dist/browser/pagingHelper.d.ts.map +0 -1
- package/dist/browser/pagingHelper.js +0 -25
- package/dist/browser/pagingHelper.js.map +0 -1
- package/dist/commonjs/containerServiceClient.d.ts.map +0 -1
- package/dist/commonjs/index.d.ts.map +0 -1
- package/dist/commonjs/lroImpl.d.ts +0 -11
- package/dist/commonjs/lroImpl.d.ts.map +0 -1
- package/dist/commonjs/lroImpl.js +0 -23
- package/dist/commonjs/lroImpl.js.map +0 -1
- package/dist/commonjs/models/index.d.ts.map +0 -1
- package/dist/commonjs/models/mappers.d.ts +0 -281
- package/dist/commonjs/models/mappers.d.ts.map +0 -1
- package/dist/commonjs/models/mappers.js +0 -9129
- package/dist/commonjs/models/mappers.js.map +0 -1
- package/dist/commonjs/models/parameters.d.ts +0 -51
- package/dist/commonjs/models/parameters.d.ts.map +0 -1
- package/dist/commonjs/models/parameters.js +0 -439
- package/dist/commonjs/models/parameters.js.map +0 -1
- package/dist/commonjs/operations/agentPools.d.ts +0 -172
- package/dist/commonjs/operations/agentPools.d.ts.map +0 -1
- package/dist/commonjs/operations/agentPools.js +0 -794
- package/dist/commonjs/operations/agentPools.js.map +0 -1
- package/dist/commonjs/operations/containerService.d.ts +0 -39
- package/dist/commonjs/operations/containerService.d.ts.map +0 -1
- package/dist/commonjs/operations/containerService.js +0 -128
- package/dist/commonjs/operations/containerService.js.map +0 -1
- package/dist/commonjs/operations/identityBindings.d.ts +0 -81
- package/dist/commonjs/operations/identityBindings.d.ts.map +0 -1
- package/dist/commonjs/operations/identityBindings.js +0 -363
- package/dist/commonjs/operations/identityBindings.js.map +0 -1
- package/dist/commonjs/operations/index.d.ts +0 -20
- package/dist/commonjs/operations/index.d.ts.map +0 -1
- package/dist/commonjs/operations/index.js +0 -27
- package/dist/commonjs/operations/index.js.map +0 -1
- package/dist/commonjs/operations/jWTAuthenticators.d.ts +0 -83
- package/dist/commonjs/operations/jWTAuthenticators.d.ts.map +0 -1
- package/dist/commonjs/operations/jWTAuthenticators.js +0 -365
- package/dist/commonjs/operations/jWTAuthenticators.js.map +0 -1
- package/dist/commonjs/operations/loadBalancers.d.ts +0 -72
- package/dist/commonjs/operations/loadBalancers.d.ts.map +0 -1
- package/dist/commonjs/operations/loadBalancers.js +0 -301
- package/dist/commonjs/operations/loadBalancers.js.map +0 -1
- package/dist/commonjs/operations/machines.d.ts +0 -71
- package/dist/commonjs/operations/machines.d.ts.map +0 -1
- package/dist/commonjs/operations/machines.js +0 -287
- package/dist/commonjs/operations/machines.js.map +0 -1
- package/dist/commonjs/operations/maintenanceConfigurations.d.ts +0 -66
- package/dist/commonjs/operations/maintenanceConfigurations.d.ts.map +0 -1
- package/dist/commonjs/operations/maintenanceConfigurations.js +0 -237
- package/dist/commonjs/operations/maintenanceConfigurations.js.map +0 -1
- package/dist/commonjs/operations/managedClusterSnapshots.d.ts +0 -83
- package/dist/commonjs/operations/managedClusterSnapshots.d.ts.map +0 -1
- package/dist/commonjs/operations/managedClusterSnapshots.js +0 -342
- package/dist/commonjs/operations/managedClusterSnapshots.js.map +0 -1
- package/dist/commonjs/operations/managedClusters.d.ts +0 -468
- package/dist/commonjs/operations/managedClusters.d.ts.map +0 -1
- package/dist/commonjs/operations/managedClusters.js +0 -2178
- package/dist/commonjs/operations/managedClusters.js.map +0 -1
- package/dist/commonjs/operations/managedNamespaces.d.ts +0 -103
- package/dist/commonjs/operations/managedNamespaces.d.ts.map +0 -1
- package/dist/commonjs/operations/managedNamespaces.js +0 -439
- package/dist/commonjs/operations/managedNamespaces.js.map +0 -1
- package/dist/commonjs/operations/meshMemberships.d.ts +0 -81
- package/dist/commonjs/operations/meshMemberships.d.ts.map +0 -1
- package/dist/commonjs/operations/meshMemberships.js +0 -355
- package/dist/commonjs/operations/meshMemberships.js.map +0 -1
- package/dist/commonjs/operations/operationStatusResultOperations.d.ts +0 -55
- package/dist/commonjs/operations/operationStatusResultOperations.d.ts.map +0 -1
- package/dist/commonjs/operations/operationStatusResultOperations.js +0 -199
- package/dist/commonjs/operations/operationStatusResultOperations.js.map +0 -1
- package/dist/commonjs/operations/operations.d.ts +0 -26
- package/dist/commonjs/operations/operations.d.ts.map +0 -1
- package/dist/commonjs/operations/operations.js +0 -79
- package/dist/commonjs/operations/operations.js.map +0 -1
- package/dist/commonjs/operations/privateEndpointConnections.d.ts +0 -54
- package/dist/commonjs/operations/privateEndpointConnections.d.ts.map +0 -1
- package/dist/commonjs/operations/privateEndpointConnections.js +0 -223
- package/dist/commonjs/operations/privateEndpointConnections.js.map +0 -1
- package/dist/commonjs/operations/privateLinkResources.d.ts +0 -20
- package/dist/commonjs/operations/privateLinkResources.d.ts.map +0 -1
- package/dist/commonjs/operations/privateLinkResources.js +0 -54
- package/dist/commonjs/operations/privateLinkResources.js.map +0 -1
- package/dist/commonjs/operations/resolvePrivateLinkServiceId.d.ts +0 -21
- package/dist/commonjs/operations/resolvePrivateLinkServiceId.d.ts.map +0 -1
- package/dist/commonjs/operations/resolvePrivateLinkServiceId.js +0 -57
- package/dist/commonjs/operations/resolvePrivateLinkServiceId.js.map +0 -1
- package/dist/commonjs/operations/snapshots.d.ts +0 -83
- package/dist/commonjs/operations/snapshots.d.ts.map +0 -1
- package/dist/commonjs/operations/snapshots.js +0 -342
- package/dist/commonjs/operations/snapshots.js.map +0 -1
- package/dist/commonjs/operations/trustedAccessRoleBindings.d.ts +0 -81
- package/dist/commonjs/operations/trustedAccessRoleBindings.d.ts.map +0 -1
- package/dist/commonjs/operations/trustedAccessRoleBindings.js +0 -365
- package/dist/commonjs/operations/trustedAccessRoleBindings.js.map +0 -1
- package/dist/commonjs/operations/trustedAccessRoles.d.ts +0 -35
- package/dist/commonjs/operations/trustedAccessRoles.d.ts.map +0 -1
- package/dist/commonjs/operations/trustedAccessRoles.js +0 -124
- package/dist/commonjs/operations/trustedAccessRoles.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/agentPools.d.ts +0 -147
- package/dist/commonjs/operationsInterfaces/agentPools.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/agentPools.js +0 -5
- package/dist/commonjs/operationsInterfaces/agentPools.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/containerService.d.ts +0 -14
- package/dist/commonjs/operationsInterfaces/containerService.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/containerService.js +0 -5
- package/dist/commonjs/operationsInterfaces/containerService.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/identityBindings.d.ts +0 -56
- package/dist/commonjs/operationsInterfaces/identityBindings.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/identityBindings.js +0 -5
- package/dist/commonjs/operationsInterfaces/identityBindings.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/index.d.ts +0 -20
- package/dist/commonjs/operationsInterfaces/index.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/index.js +0 -27
- package/dist/commonjs/operationsInterfaces/index.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/jWTAuthenticators.d.ts +0 -58
- package/dist/commonjs/operationsInterfaces/jWTAuthenticators.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/jWTAuthenticators.js +0 -5
- package/dist/commonjs/operationsInterfaces/jWTAuthenticators.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/loadBalancers.d.ts +0 -47
- package/dist/commonjs/operationsInterfaces/loadBalancers.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/loadBalancers.js +0 -5
- package/dist/commonjs/operationsInterfaces/loadBalancers.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/machines.d.ts +0 -44
- package/dist/commonjs/operationsInterfaces/machines.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/machines.js +0 -5
- package/dist/commonjs/operationsInterfaces/machines.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/maintenanceConfigurations.d.ts +0 -41
- package/dist/commonjs/operationsInterfaces/maintenanceConfigurations.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/maintenanceConfigurations.js +0 -5
- package/dist/commonjs/operationsInterfaces/maintenanceConfigurations.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/managedClusterSnapshots.d.ts +0 -47
- package/dist/commonjs/operationsInterfaces/managedClusterSnapshots.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/managedClusterSnapshots.js +0 -5
- package/dist/commonjs/operationsInterfaces/managedClusterSnapshots.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/managedClusters.d.ts +0 -348
- package/dist/commonjs/operationsInterfaces/managedClusters.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/managedClusters.js +0 -5
- package/dist/commonjs/operationsInterfaces/managedClusters.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/managedNamespaces.d.ts +0 -78
- package/dist/commonjs/operationsInterfaces/managedNamespaces.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/managedNamespaces.js +0 -5
- package/dist/commonjs/operationsInterfaces/managedNamespaces.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/meshMemberships.d.ts +0 -56
- package/dist/commonjs/operationsInterfaces/meshMemberships.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/meshMemberships.js +0 -5
- package/dist/commonjs/operationsInterfaces/meshMemberships.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/operationStatusResultOperations.d.ts +0 -30
- package/dist/commonjs/operationsInterfaces/operationStatusResultOperations.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/operationStatusResultOperations.js +0 -5
- package/dist/commonjs/operationsInterfaces/operationStatusResultOperations.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/operations.d.ts +0 -11
- package/dist/commonjs/operationsInterfaces/operations.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/operations.js +0 -5
- package/dist/commonjs/operationsInterfaces/operations.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/privateEndpointConnections.d.ts +0 -46
- package/dist/commonjs/operationsInterfaces/privateEndpointConnections.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/privateEndpointConnections.js +0 -5
- package/dist/commonjs/operationsInterfaces/privateEndpointConnections.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/privateLinkResources.d.ts +0 -12
- package/dist/commonjs/operationsInterfaces/privateLinkResources.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/privateLinkResources.js +0 -5
- package/dist/commonjs/operationsInterfaces/privateLinkResources.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/resolvePrivateLinkServiceId.d.ts +0 -13
- package/dist/commonjs/operationsInterfaces/resolvePrivateLinkServiceId.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/resolvePrivateLinkServiceId.js +0 -5
- package/dist/commonjs/operationsInterfaces/resolvePrivateLinkServiceId.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/snapshots.d.ts +0 -47
- package/dist/commonjs/operationsInterfaces/snapshots.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/snapshots.js +0 -5
- package/dist/commonjs/operationsInterfaces/snapshots.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/trustedAccessRoleBindings.d.ts +0 -56
- package/dist/commonjs/operationsInterfaces/trustedAccessRoleBindings.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/trustedAccessRoleBindings.js +0 -5
- package/dist/commonjs/operationsInterfaces/trustedAccessRoleBindings.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/trustedAccessRoles.d.ts +0 -12
- package/dist/commonjs/operationsInterfaces/trustedAccessRoles.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/trustedAccessRoles.js +0 -5
- package/dist/commonjs/operationsInterfaces/trustedAccessRoles.js.map +0 -1
- package/dist/commonjs/pagingHelper.d.ts +0 -13
- package/dist/commonjs/pagingHelper.d.ts.map +0 -1
- package/dist/commonjs/pagingHelper.js +0 -29
- package/dist/commonjs/pagingHelper.js.map +0 -1
- package/dist/esm/containerServiceClient.d.ts.map +0 -1
- package/dist/esm/index.d.ts.map +0 -1
- package/dist/esm/lroImpl.d.ts +0 -11
- package/dist/esm/lroImpl.d.ts.map +0 -1
- package/dist/esm/lroImpl.js +0 -20
- package/dist/esm/lroImpl.js.map +0 -1
- package/dist/esm/models/index.d.ts.map +0 -1
- package/dist/esm/models/mappers.d.ts +0 -281
- package/dist/esm/models/mappers.d.ts.map +0 -1
- package/dist/esm/models/mappers.js +0 -9121
- package/dist/esm/models/mappers.js.map +0 -1
- package/dist/esm/models/parameters.d.ts +0 -51
- package/dist/esm/models/parameters.d.ts.map +0 -1
- package/dist/esm/models/parameters.js +0 -436
- package/dist/esm/models/parameters.js.map +0 -1
- package/dist/esm/operations/agentPools.d.ts +0 -172
- package/dist/esm/operations/agentPools.d.ts.map +0 -1
- package/dist/esm/operations/agentPools.js +0 -789
- package/dist/esm/operations/agentPools.js.map +0 -1
- package/dist/esm/operations/containerService.d.ts +0 -39
- package/dist/esm/operations/containerService.d.ts.map +0 -1
- package/dist/esm/operations/containerService.js +0 -123
- package/dist/esm/operations/containerService.js.map +0 -1
- package/dist/esm/operations/identityBindings.d.ts +0 -81
- package/dist/esm/operations/identityBindings.d.ts.map +0 -1
- package/dist/esm/operations/identityBindings.js +0 -358
- package/dist/esm/operations/identityBindings.js.map +0 -1
- package/dist/esm/operations/index.d.ts +0 -20
- package/dist/esm/operations/index.d.ts.map +0 -1
- package/dist/esm/operations/index.js +0 -24
- package/dist/esm/operations/index.js.map +0 -1
- package/dist/esm/operations/jWTAuthenticators.d.ts +0 -83
- package/dist/esm/operations/jWTAuthenticators.d.ts.map +0 -1
- package/dist/esm/operations/jWTAuthenticators.js +0 -360
- package/dist/esm/operations/jWTAuthenticators.js.map +0 -1
- package/dist/esm/operations/loadBalancers.d.ts +0 -72
- package/dist/esm/operations/loadBalancers.d.ts.map +0 -1
- package/dist/esm/operations/loadBalancers.js +0 -296
- package/dist/esm/operations/loadBalancers.js.map +0 -1
- package/dist/esm/operations/machines.d.ts +0 -71
- package/dist/esm/operations/machines.d.ts.map +0 -1
- package/dist/esm/operations/machines.js +0 -282
- package/dist/esm/operations/machines.js.map +0 -1
- package/dist/esm/operations/maintenanceConfigurations.d.ts +0 -66
- package/dist/esm/operations/maintenanceConfigurations.d.ts.map +0 -1
- package/dist/esm/operations/maintenanceConfigurations.js +0 -232
- package/dist/esm/operations/maintenanceConfigurations.js.map +0 -1
- package/dist/esm/operations/managedClusterSnapshots.d.ts +0 -83
- package/dist/esm/operations/managedClusterSnapshots.d.ts.map +0 -1
- package/dist/esm/operations/managedClusterSnapshots.js +0 -337
- package/dist/esm/operations/managedClusterSnapshots.js.map +0 -1
- package/dist/esm/operations/managedClusters.d.ts +0 -468
- package/dist/esm/operations/managedClusters.d.ts.map +0 -1
- package/dist/esm/operations/managedClusters.js +0 -2173
- package/dist/esm/operations/managedClusters.js.map +0 -1
- package/dist/esm/operations/managedNamespaces.d.ts +0 -103
- package/dist/esm/operations/managedNamespaces.d.ts.map +0 -1
- package/dist/esm/operations/managedNamespaces.js +0 -434
- package/dist/esm/operations/managedNamespaces.js.map +0 -1
- package/dist/esm/operations/meshMemberships.d.ts +0 -81
- package/dist/esm/operations/meshMemberships.d.ts.map +0 -1
- package/dist/esm/operations/meshMemberships.js +0 -350
- package/dist/esm/operations/meshMemberships.js.map +0 -1
- package/dist/esm/operations/operationStatusResultOperations.d.ts +0 -55
- package/dist/esm/operations/operationStatusResultOperations.d.ts.map +0 -1
- package/dist/esm/operations/operationStatusResultOperations.js +0 -194
- package/dist/esm/operations/operationStatusResultOperations.js.map +0 -1
- package/dist/esm/operations/operations.d.ts +0 -26
- package/dist/esm/operations/operations.d.ts.map +0 -1
- package/dist/esm/operations/operations.js +0 -74
- package/dist/esm/operations/operations.js.map +0 -1
- package/dist/esm/operations/privateEndpointConnections.d.ts +0 -54
- package/dist/esm/operations/privateEndpointConnections.d.ts.map +0 -1
- package/dist/esm/operations/privateEndpointConnections.js +0 -218
- package/dist/esm/operations/privateEndpointConnections.js.map +0 -1
- package/dist/esm/operations/privateLinkResources.d.ts +0 -20
- package/dist/esm/operations/privateLinkResources.d.ts.map +0 -1
- package/dist/esm/operations/privateLinkResources.js +0 -49
- package/dist/esm/operations/privateLinkResources.js.map +0 -1
- package/dist/esm/operations/resolvePrivateLinkServiceId.d.ts +0 -21
- package/dist/esm/operations/resolvePrivateLinkServiceId.d.ts.map +0 -1
- package/dist/esm/operations/resolvePrivateLinkServiceId.js +0 -52
- package/dist/esm/operations/resolvePrivateLinkServiceId.js.map +0 -1
- package/dist/esm/operations/snapshots.d.ts +0 -83
- package/dist/esm/operations/snapshots.d.ts.map +0 -1
- package/dist/esm/operations/snapshots.js +0 -337
- package/dist/esm/operations/snapshots.js.map +0 -1
- package/dist/esm/operations/trustedAccessRoleBindings.d.ts +0 -81
- package/dist/esm/operations/trustedAccessRoleBindings.d.ts.map +0 -1
- package/dist/esm/operations/trustedAccessRoleBindings.js +0 -360
- package/dist/esm/operations/trustedAccessRoleBindings.js.map +0 -1
- package/dist/esm/operations/trustedAccessRoles.d.ts +0 -35
- package/dist/esm/operations/trustedAccessRoles.d.ts.map +0 -1
- package/dist/esm/operations/trustedAccessRoles.js +0 -119
- package/dist/esm/operations/trustedAccessRoles.js.map +0 -1
- package/dist/esm/operationsInterfaces/agentPools.d.ts +0 -147
- package/dist/esm/operationsInterfaces/agentPools.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/agentPools.js +0 -4
- package/dist/esm/operationsInterfaces/agentPools.js.map +0 -1
- package/dist/esm/operationsInterfaces/containerService.d.ts +0 -14
- package/dist/esm/operationsInterfaces/containerService.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/containerService.js +0 -4
- package/dist/esm/operationsInterfaces/containerService.js.map +0 -1
- package/dist/esm/operationsInterfaces/identityBindings.d.ts +0 -56
- package/dist/esm/operationsInterfaces/identityBindings.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/identityBindings.js +0 -4
- package/dist/esm/operationsInterfaces/identityBindings.js.map +0 -1
- package/dist/esm/operationsInterfaces/index.d.ts +0 -20
- package/dist/esm/operationsInterfaces/index.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/index.js +0 -24
- package/dist/esm/operationsInterfaces/index.js.map +0 -1
- package/dist/esm/operationsInterfaces/jWTAuthenticators.d.ts +0 -58
- package/dist/esm/operationsInterfaces/jWTAuthenticators.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/jWTAuthenticators.js +0 -4
- package/dist/esm/operationsInterfaces/jWTAuthenticators.js.map +0 -1
- package/dist/esm/operationsInterfaces/loadBalancers.d.ts +0 -47
- package/dist/esm/operationsInterfaces/loadBalancers.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/loadBalancers.js +0 -4
- package/dist/esm/operationsInterfaces/loadBalancers.js.map +0 -1
- package/dist/esm/operationsInterfaces/machines.d.ts +0 -44
- package/dist/esm/operationsInterfaces/machines.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/machines.js +0 -4
- package/dist/esm/operationsInterfaces/machines.js.map +0 -1
- package/dist/esm/operationsInterfaces/maintenanceConfigurations.d.ts +0 -41
- package/dist/esm/operationsInterfaces/maintenanceConfigurations.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/maintenanceConfigurations.js +0 -4
- package/dist/esm/operationsInterfaces/maintenanceConfigurations.js.map +0 -1
- package/dist/esm/operationsInterfaces/managedClusterSnapshots.d.ts +0 -47
- package/dist/esm/operationsInterfaces/managedClusterSnapshots.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/managedClusterSnapshots.js +0 -4
- package/dist/esm/operationsInterfaces/managedClusterSnapshots.js.map +0 -1
- package/dist/esm/operationsInterfaces/managedClusters.d.ts +0 -348
- package/dist/esm/operationsInterfaces/managedClusters.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/managedClusters.js +0 -4
- package/dist/esm/operationsInterfaces/managedClusters.js.map +0 -1
- package/dist/esm/operationsInterfaces/managedNamespaces.d.ts +0 -78
- package/dist/esm/operationsInterfaces/managedNamespaces.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/managedNamespaces.js +0 -4
- package/dist/esm/operationsInterfaces/managedNamespaces.js.map +0 -1
- package/dist/esm/operationsInterfaces/meshMemberships.d.ts +0 -56
- package/dist/esm/operationsInterfaces/meshMemberships.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/meshMemberships.js +0 -4
- package/dist/esm/operationsInterfaces/meshMemberships.js.map +0 -1
- package/dist/esm/operationsInterfaces/operationStatusResultOperations.d.ts +0 -30
- package/dist/esm/operationsInterfaces/operationStatusResultOperations.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/operationStatusResultOperations.js +0 -4
- package/dist/esm/operationsInterfaces/operationStatusResultOperations.js.map +0 -1
- package/dist/esm/operationsInterfaces/operations.d.ts +0 -11
- package/dist/esm/operationsInterfaces/operations.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/operations.js +0 -4
- package/dist/esm/operationsInterfaces/operations.js.map +0 -1
- package/dist/esm/operationsInterfaces/privateEndpointConnections.d.ts +0 -46
- package/dist/esm/operationsInterfaces/privateEndpointConnections.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/privateEndpointConnections.js +0 -4
- package/dist/esm/operationsInterfaces/privateEndpointConnections.js.map +0 -1
- package/dist/esm/operationsInterfaces/privateLinkResources.d.ts +0 -12
- package/dist/esm/operationsInterfaces/privateLinkResources.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/privateLinkResources.js +0 -4
- package/dist/esm/operationsInterfaces/privateLinkResources.js.map +0 -1
- package/dist/esm/operationsInterfaces/resolvePrivateLinkServiceId.d.ts +0 -13
- package/dist/esm/operationsInterfaces/resolvePrivateLinkServiceId.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/resolvePrivateLinkServiceId.js +0 -4
- package/dist/esm/operationsInterfaces/resolvePrivateLinkServiceId.js.map +0 -1
- package/dist/esm/operationsInterfaces/snapshots.d.ts +0 -47
- package/dist/esm/operationsInterfaces/snapshots.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/snapshots.js +0 -4
- package/dist/esm/operationsInterfaces/snapshots.js.map +0 -1
- package/dist/esm/operationsInterfaces/trustedAccessRoleBindings.d.ts +0 -56
- package/dist/esm/operationsInterfaces/trustedAccessRoleBindings.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/trustedAccessRoleBindings.js +0 -4
- package/dist/esm/operationsInterfaces/trustedAccessRoleBindings.js.map +0 -1
- package/dist/esm/operationsInterfaces/trustedAccessRoles.d.ts +0 -12
- package/dist/esm/operationsInterfaces/trustedAccessRoles.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/trustedAccessRoles.js +0 -4
- package/dist/esm/operationsInterfaces/trustedAccessRoles.js.map +0 -1
- package/dist/esm/pagingHelper.d.ts +0 -13
- package/dist/esm/pagingHelper.d.ts.map +0 -1
- package/dist/esm/pagingHelper.js +0 -25
- package/dist/esm/pagingHelper.js.map +0 -1
- package/dist/react-native/containerServiceClient.d.ts.map +0 -1
- package/dist/react-native/index.d.ts.map +0 -1
- package/dist/react-native/lroImpl.d.ts +0 -11
- package/dist/react-native/lroImpl.d.ts.map +0 -1
- package/dist/react-native/lroImpl.js +0 -20
- package/dist/react-native/lroImpl.js.map +0 -1
- package/dist/react-native/models/index.d.ts.map +0 -1
- package/dist/react-native/models/mappers.d.ts +0 -281
- package/dist/react-native/models/mappers.d.ts.map +0 -1
- package/dist/react-native/models/mappers.js +0 -9121
- package/dist/react-native/models/mappers.js.map +0 -1
- package/dist/react-native/models/parameters.d.ts +0 -51
- package/dist/react-native/models/parameters.d.ts.map +0 -1
- package/dist/react-native/models/parameters.js +0 -436
- package/dist/react-native/models/parameters.js.map +0 -1
- package/dist/react-native/operations/agentPools.d.ts +0 -172
- package/dist/react-native/operations/agentPools.d.ts.map +0 -1
- package/dist/react-native/operations/agentPools.js +0 -789
- package/dist/react-native/operations/agentPools.js.map +0 -1
- package/dist/react-native/operations/containerService.d.ts +0 -39
- package/dist/react-native/operations/containerService.d.ts.map +0 -1
- package/dist/react-native/operations/containerService.js +0 -123
- package/dist/react-native/operations/containerService.js.map +0 -1
- package/dist/react-native/operations/identityBindings.d.ts +0 -81
- package/dist/react-native/operations/identityBindings.d.ts.map +0 -1
- package/dist/react-native/operations/identityBindings.js +0 -358
- package/dist/react-native/operations/identityBindings.js.map +0 -1
- package/dist/react-native/operations/index.d.ts +0 -20
- package/dist/react-native/operations/index.d.ts.map +0 -1
- package/dist/react-native/operations/index.js +0 -24
- package/dist/react-native/operations/index.js.map +0 -1
- package/dist/react-native/operations/jWTAuthenticators.d.ts +0 -83
- package/dist/react-native/operations/jWTAuthenticators.d.ts.map +0 -1
- package/dist/react-native/operations/jWTAuthenticators.js +0 -360
- package/dist/react-native/operations/jWTAuthenticators.js.map +0 -1
- package/dist/react-native/operations/loadBalancers.d.ts +0 -72
- package/dist/react-native/operations/loadBalancers.d.ts.map +0 -1
- package/dist/react-native/operations/loadBalancers.js +0 -296
- package/dist/react-native/operations/loadBalancers.js.map +0 -1
- package/dist/react-native/operations/machines.d.ts +0 -71
- package/dist/react-native/operations/machines.d.ts.map +0 -1
- package/dist/react-native/operations/machines.js +0 -282
- package/dist/react-native/operations/machines.js.map +0 -1
- package/dist/react-native/operations/maintenanceConfigurations.d.ts +0 -66
- package/dist/react-native/operations/maintenanceConfigurations.d.ts.map +0 -1
- package/dist/react-native/operations/maintenanceConfigurations.js +0 -232
- package/dist/react-native/operations/maintenanceConfigurations.js.map +0 -1
- package/dist/react-native/operations/managedClusterSnapshots.d.ts +0 -83
- package/dist/react-native/operations/managedClusterSnapshots.d.ts.map +0 -1
- package/dist/react-native/operations/managedClusterSnapshots.js +0 -337
- package/dist/react-native/operations/managedClusterSnapshots.js.map +0 -1
- package/dist/react-native/operations/managedClusters.d.ts +0 -468
- package/dist/react-native/operations/managedClusters.d.ts.map +0 -1
- package/dist/react-native/operations/managedClusters.js +0 -2173
- package/dist/react-native/operations/managedClusters.js.map +0 -1
- package/dist/react-native/operations/managedNamespaces.d.ts +0 -103
- package/dist/react-native/operations/managedNamespaces.d.ts.map +0 -1
- package/dist/react-native/operations/managedNamespaces.js +0 -434
- package/dist/react-native/operations/managedNamespaces.js.map +0 -1
- package/dist/react-native/operations/meshMemberships.d.ts +0 -81
- package/dist/react-native/operations/meshMemberships.d.ts.map +0 -1
- package/dist/react-native/operations/meshMemberships.js +0 -350
- package/dist/react-native/operations/meshMemberships.js.map +0 -1
- package/dist/react-native/operations/operationStatusResultOperations.d.ts +0 -55
- package/dist/react-native/operations/operationStatusResultOperations.d.ts.map +0 -1
- package/dist/react-native/operations/operationStatusResultOperations.js +0 -194
- package/dist/react-native/operations/operationStatusResultOperations.js.map +0 -1
- package/dist/react-native/operations/operations.d.ts +0 -26
- package/dist/react-native/operations/operations.d.ts.map +0 -1
- package/dist/react-native/operations/operations.js +0 -74
- package/dist/react-native/operations/operations.js.map +0 -1
- package/dist/react-native/operations/privateEndpointConnections.d.ts +0 -54
- package/dist/react-native/operations/privateEndpointConnections.d.ts.map +0 -1
- package/dist/react-native/operations/privateEndpointConnections.js +0 -218
- package/dist/react-native/operations/privateEndpointConnections.js.map +0 -1
- package/dist/react-native/operations/privateLinkResources.d.ts +0 -20
- package/dist/react-native/operations/privateLinkResources.d.ts.map +0 -1
- package/dist/react-native/operations/privateLinkResources.js +0 -49
- package/dist/react-native/operations/privateLinkResources.js.map +0 -1
- package/dist/react-native/operations/resolvePrivateLinkServiceId.d.ts +0 -21
- package/dist/react-native/operations/resolvePrivateLinkServiceId.d.ts.map +0 -1
- package/dist/react-native/operations/resolvePrivateLinkServiceId.js +0 -52
- package/dist/react-native/operations/resolvePrivateLinkServiceId.js.map +0 -1
- package/dist/react-native/operations/snapshots.d.ts +0 -83
- package/dist/react-native/operations/snapshots.d.ts.map +0 -1
- package/dist/react-native/operations/snapshots.js +0 -337
- package/dist/react-native/operations/snapshots.js.map +0 -1
- package/dist/react-native/operations/trustedAccessRoleBindings.d.ts +0 -81
- package/dist/react-native/operations/trustedAccessRoleBindings.d.ts.map +0 -1
- package/dist/react-native/operations/trustedAccessRoleBindings.js +0 -360
- package/dist/react-native/operations/trustedAccessRoleBindings.js.map +0 -1
- package/dist/react-native/operations/trustedAccessRoles.d.ts +0 -35
- package/dist/react-native/operations/trustedAccessRoles.d.ts.map +0 -1
- package/dist/react-native/operations/trustedAccessRoles.js +0 -119
- package/dist/react-native/operations/trustedAccessRoles.js.map +0 -1
- package/dist/react-native/operationsInterfaces/agentPools.d.ts +0 -147
- package/dist/react-native/operationsInterfaces/agentPools.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/agentPools.js +0 -4
- package/dist/react-native/operationsInterfaces/agentPools.js.map +0 -1
- package/dist/react-native/operationsInterfaces/containerService.d.ts +0 -14
- package/dist/react-native/operationsInterfaces/containerService.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/containerService.js +0 -4
- package/dist/react-native/operationsInterfaces/containerService.js.map +0 -1
- package/dist/react-native/operationsInterfaces/identityBindings.d.ts +0 -56
- package/dist/react-native/operationsInterfaces/identityBindings.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/identityBindings.js +0 -4
- package/dist/react-native/operationsInterfaces/identityBindings.js.map +0 -1
- package/dist/react-native/operationsInterfaces/index.d.ts +0 -20
- package/dist/react-native/operationsInterfaces/index.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/index.js +0 -24
- package/dist/react-native/operationsInterfaces/index.js.map +0 -1
- package/dist/react-native/operationsInterfaces/jWTAuthenticators.d.ts +0 -58
- package/dist/react-native/operationsInterfaces/jWTAuthenticators.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/jWTAuthenticators.js +0 -4
- package/dist/react-native/operationsInterfaces/jWTAuthenticators.js.map +0 -1
- package/dist/react-native/operationsInterfaces/loadBalancers.d.ts +0 -47
- package/dist/react-native/operationsInterfaces/loadBalancers.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/loadBalancers.js +0 -4
- package/dist/react-native/operationsInterfaces/loadBalancers.js.map +0 -1
- package/dist/react-native/operationsInterfaces/machines.d.ts +0 -44
- package/dist/react-native/operationsInterfaces/machines.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/machines.js +0 -4
- package/dist/react-native/operationsInterfaces/machines.js.map +0 -1
- package/dist/react-native/operationsInterfaces/maintenanceConfigurations.d.ts +0 -41
- package/dist/react-native/operationsInterfaces/maintenanceConfigurations.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/maintenanceConfigurations.js +0 -4
- package/dist/react-native/operationsInterfaces/maintenanceConfigurations.js.map +0 -1
- package/dist/react-native/operationsInterfaces/managedClusterSnapshots.d.ts +0 -47
- package/dist/react-native/operationsInterfaces/managedClusterSnapshots.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/managedClusterSnapshots.js +0 -4
- package/dist/react-native/operationsInterfaces/managedClusterSnapshots.js.map +0 -1
- package/dist/react-native/operationsInterfaces/managedClusters.d.ts +0 -348
- package/dist/react-native/operationsInterfaces/managedClusters.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/managedClusters.js +0 -4
- package/dist/react-native/operationsInterfaces/managedClusters.js.map +0 -1
- package/dist/react-native/operationsInterfaces/managedNamespaces.d.ts +0 -78
- package/dist/react-native/operationsInterfaces/managedNamespaces.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/managedNamespaces.js +0 -4
- package/dist/react-native/operationsInterfaces/managedNamespaces.js.map +0 -1
- package/dist/react-native/operationsInterfaces/meshMemberships.d.ts +0 -56
- package/dist/react-native/operationsInterfaces/meshMemberships.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/meshMemberships.js +0 -4
- package/dist/react-native/operationsInterfaces/meshMemberships.js.map +0 -1
- package/dist/react-native/operationsInterfaces/operationStatusResultOperations.d.ts +0 -30
- package/dist/react-native/operationsInterfaces/operationStatusResultOperations.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/operationStatusResultOperations.js +0 -4
- package/dist/react-native/operationsInterfaces/operationStatusResultOperations.js.map +0 -1
- package/dist/react-native/operationsInterfaces/operations.d.ts +0 -11
- package/dist/react-native/operationsInterfaces/operations.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/operations.js +0 -4
- package/dist/react-native/operationsInterfaces/operations.js.map +0 -1
- package/dist/react-native/operationsInterfaces/privateEndpointConnections.d.ts +0 -46
- package/dist/react-native/operationsInterfaces/privateEndpointConnections.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/privateEndpointConnections.js +0 -4
- package/dist/react-native/operationsInterfaces/privateEndpointConnections.js.map +0 -1
- package/dist/react-native/operationsInterfaces/privateLinkResources.d.ts +0 -12
- package/dist/react-native/operationsInterfaces/privateLinkResources.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/privateLinkResources.js +0 -4
- package/dist/react-native/operationsInterfaces/privateLinkResources.js.map +0 -1
- package/dist/react-native/operationsInterfaces/resolvePrivateLinkServiceId.d.ts +0 -13
- package/dist/react-native/operationsInterfaces/resolvePrivateLinkServiceId.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/resolvePrivateLinkServiceId.js +0 -4
- package/dist/react-native/operationsInterfaces/resolvePrivateLinkServiceId.js.map +0 -1
- package/dist/react-native/operationsInterfaces/snapshots.d.ts +0 -47
- package/dist/react-native/operationsInterfaces/snapshots.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/snapshots.js +0 -4
- package/dist/react-native/operationsInterfaces/snapshots.js.map +0 -1
- package/dist/react-native/operationsInterfaces/trustedAccessRoleBindings.d.ts +0 -56
- package/dist/react-native/operationsInterfaces/trustedAccessRoleBindings.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/trustedAccessRoleBindings.js +0 -4
- package/dist/react-native/operationsInterfaces/trustedAccessRoleBindings.js.map +0 -1
- package/dist/react-native/operationsInterfaces/trustedAccessRoles.d.ts +0 -12
- package/dist/react-native/operationsInterfaces/trustedAccessRoles.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/trustedAccessRoles.js +0 -4
- package/dist/react-native/operationsInterfaces/trustedAccessRoles.js.map +0 -1
- package/dist/react-native/pagingHelper.d.ts +0 -13
- package/dist/react-native/pagingHelper.d.ts.map +0 -1
- package/dist/react-native/pagingHelper.js +0 -25
- package/dist/react-native/pagingHelper.js.map +0 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/models/index.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAk1GlC,8EAA8E;AAC9E,MAAM,CAAN,IAAY,0BAKX;AALD,WAAY,0BAA0B;IACpC,2KAA2K;IAC3K,uEAAyC,CAAA;IACzC,yKAAyK;IACzK,uEAAyC,CAAA;AAC3C,CAAC,EALW,0BAA0B,KAA1B,0BAA0B,QAKrC;AAYD,8EAA8E;AAC9E,MAAM,CAAN,IAAY,0BAKX;AALD,WAAY,0BAA0B;IACpC,6CAA6C;IAC7C,2CAAa,CAAA;IACb,gRAAgR;IAChR,qDAAuB,CAAA;AACzB,CAAC,EALW,0BAA0B,KAA1B,0BAA0B,QAKrC;AAYD,8EAA8E;AAC9E,MAAM,CAAN,IAAY,0BAOX;AAPD,WAAY,0BAA0B;IACpC,uMAAuM;IACvM,iDAAmB,CAAA;IACnB,uWAAuW;IACvW,mDAAqB,CAAA;IACrB,4NAA4N;IAC5N,2CAAa,CAAA;AACf,CAAC,EAPW,0BAA0B,KAA1B,0BAA0B,QAOrC;AAaD,8EAA8E;AAC9E,MAAM,CAAN,IAAY,0BAGX;AAHD,WAAY,0BAA0B;IACpC,eAAe;IACf,mDAAqB,CAAA;AACvB,CAAC,EAHW,0BAA0B,KAA1B,0BAA0B,QAGrC;AAWD,6DAA6D;AAC7D,MAAM,CAAN,IAAY,SAKX;AALD,WAAY,SAAS;IACnB,8BAA8B;IAC9B,gCAAmB,CAAA;IACnB,8BAA8B;IAC9B,gCAAmB,CAAA;AACrB,CAAC,EALW,SAAS,KAAT,SAAS,QAKpB;AAYD,mEAAmE;AACnE,MAAM,CAAN,IAAY,eAKX;AALD,WAAY,eAAe;IACzB,qWAAqW;IACrW,sCAAmB,CAAA;IACnB,wLAAwL;IACxL,0CAAuB,CAAA;AACzB,CAAC,EALW,eAAe,KAAf,eAAe,QAK1B;AAYD,wEAAwE;AACxE,MAAM,CAAN,IAAY,oBAKX;AALD,WAAY,oBAAoB;IAC9B,iDAAiD;IACjD,iCAAS,CAAA;IACT,wDAAwD;IACxD,+CAAuB,CAAA;AACzB,CAAC,EALW,oBAAoB,KAApB,oBAAoB,QAK/B;AAYD,wEAAwE;AACxE,MAAM,CAAN,IAAY,oBASX;AATD,WAAY,oBAAoB;IAC9B,sEAAsE;IACtE,qDAA6B,CAAA;IAC7B,uFAAuF;IACvF,6CAAqB,CAAA;IACrB,+WAA+W;IAC/W,mEAA2C,CAAA;IAC3C,2QAA2Q;IAC3Q,2DAAmC,CAAA;AACrC,CAAC,EATW,oBAAoB,KAApB,oBAAoB,QAS/B;AAcD,4EAA4E;AAC5E,MAAM,CAAN,IAAY,wBAKX;AALD,WAAY,wBAAwB;IAClC,uTAAuT;IACvT,mEAAuC,CAAA;IACvC,+bAA+b;IAC/b,uDAA2B,CAAA;AAC7B,CAAC,EALW,wBAAwB,KAAxB,wBAAwB,QAKnC;AAYD,+DAA+D;AAC/D,MAAM,CAAN,IAAY,WAKX;AALD,WAAY,WAAW;IACrB,iBAAiB;IACjB,8BAAe,CAAA;IACf,mBAAmB;IACnB,kCAAmB,CAAA;AACrB,CAAC,EALW,WAAW,KAAX,WAAW,QAKtB;AAYD,8DAA8D;AAC9D,MAAM,CAAN,IAAY,UAyBX;AAzBD,WAAY,UAAU;IACpB,4CAA4C;IAC5C,+BAAiB,CAAA;IACjB,+FAA+F;IAC/F,iCAAmB,CAAA;IACnB,8KAA8K;IAC9K,uCAAyB,CAAA;IACzB,kTAAkT;IAClT,yCAA2B,CAAA;IAC3B,8TAA8T;IAC9T,iCAAmB,CAAA;IACnB,+FAA+F;IAC/F,uCAAyB,CAAA;IACzB,2LAA2L;IAC3L,yCAA2B,CAAA;IAC3B,2LAA2L;IAC3L,yCAA2B,CAAA;IAC3B,uMAAuM;IACvM,yCAA2B,CAAA;IAC3B,2RAA2R;IAC3R,6CAA+B,CAAA;IAC/B,yNAAyN;IACzN,uCAAyB,CAAA;IACzB,yNAAyN;IACzN,uCAAyB,CAAA;AAC3B,CAAC,EAzBW,UAAU,KAAV,UAAU,QAyBrB;AAsBD,sEAAsE;AACtE,MAAM,CAAN,IAAY,kBAKX;AALD,WAAY,kBAAkB;IAC5B,mFAAmF;IACnF,uCAAiB,CAAA;IACjB,yHAAyH;IACzH,+CAAyB,CAAA;AAC3B,CAAC,EALW,kBAAkB,KAAlB,kBAAkB,QAK7B;AAYD,sEAAsE;AACtE,MAAM,CAAN,IAAY,kBAOX;AAPD,WAAY,kBAAkB;IAC5B,kEAAkE;IAClE,yEAAmD,CAAA;IACnD,2CAA2C;IAC3C,yDAAmC,CAAA;IACnC,8EAA8E;IAC9E,yDAAmC,CAAA;AACrC,CAAC,EAPW,kBAAkB,KAAlB,kBAAkB,QAO7B;AAaD,sEAAsE;AACtE,MAAM,CAAN,IAAY,kBAWX;AAXD,WAAY,kBAAkB;IAC5B,4NAA4N;IAC5N,uCAAiB,CAAA;IACjB,wEAAwE;IACxE,mCAAa,CAAA;IACb,mJAAmJ;IACnJ,yCAAmB,CAAA;IACnB,ySAAyS;IACzS,qDAA+B,CAAA;IAC/B,uNAAuN;IACvN,2CAAqB,CAAA;AACvB,CAAC,EAXW,kBAAkB,KAAlB,kBAAkB,QAW7B;AAeD,wEAAwE;AACxE,MAAM,CAAN,IAAY,oBAKX;AALD,WAAY,oBAAoB;IAC9B,wGAAwG;IACxG,2CAAmB,CAAA;IACnB,qEAAqE;IACrE,+CAAuB,CAAA;AACzB,CAAC,EALW,oBAAoB,KAApB,oBAAoB,QAK/B;AAYD,gFAAgF;AAChF,MAAM,CAAN,IAAY,4BAKX;AALD,WAAY,4BAA4B;IACtC,mkBAAmkB;IACnkB,iDAAiB,CAAA;IACjB,+PAA+P;IAC/P,qDAAqB,CAAA;AACvB,CAAC,EALW,4BAA4B,KAA5B,4BAA4B,QAKvC;AAYD,yEAAyE;AACzE,MAAM,CAAN,IAAY,qBAKX;AALD,WAAY,qBAAqB;IAC/B,uKAAuK;IACvK,sCAAa,CAAA;IACb,gCAAgC;IAChC,4CAAmB,CAAA;AACrB,CAAC,EALW,qBAAqB,KAArB,qBAAqB,QAKhC;AAYD,+EAA+E;AAC/E,MAAM,CAAN,IAAY,2BAKX;AALD,WAAY,2BAA2B;IACrC,2FAA2F;IAC3F,gDAAiB,CAAA;IACjB,iPAAiP;IACjP,wDAAyB,CAAA;AAC3B,CAAC,EALW,2BAA2B,KAA3B,2BAA2B,QAKtC;AAYD,uEAAuE;AACvE,MAAM,CAAN,IAAY,mBAKX;AALD,WAAY,mBAAmB;IAC7B,gEAAgE;IAChE,gDAAyB,CAAA;IACzB,gIAAgI;IAChI,wDAAiC,CAAA;AACnC,CAAC,EALW,mBAAmB,KAAnB,mBAAmB,QAK9B;AAYD,2EAA2E;AAC3E,MAAM,CAAN,IAAY,uBAWX;AAXD,WAAY,uBAAuB;IACjC,YAAY;IACZ,0CAAe,CAAA;IACf,YAAY;IACZ,0CAAe,CAAA;IACf,YAAY;IACZ,0CAAe,CAAA;IACf,YAAY;IACZ,0CAAe,CAAA;IACf,YAAY;IACZ,0CAAe,CAAA;AACjB,CAAC,EAXW,uBAAuB,KAAvB,uBAAuB,QAWlC;AAeD,iEAAiE;AACjE,MAAM,CAAN,IAAY,aAKX;AALD,WAAY,aAAa;IACvB,oBAAoB;IACpB,4BAAW,CAAA;IACX,oBAAoB;IACpB,4BAAW,CAAA;AACb,CAAC,EALW,aAAa,KAAb,aAAa,QAKxB;AAYD,2EAA2E;AAC3E,MAAM,CAAN,IAAY,uBAOX;AAPD,WAAY,uBAAuB;IACjC,+DAA+D;IAC/D,kDAAuB,CAAA;IACvB,yHAAyH;IACzH,gDAAqB,CAAA;IACrB,+GAA+G;IAC/G,8CAAmB,CAAA;AACrB,CAAC,EAPW,uBAAuB,KAAvB,uBAAuB,QAOlC;AAaD,kEAAkE;AAClE,MAAM,CAAN,IAAY,cAKX;AALD,WAAY,cAAc;IACxB,sBAAsB;IACtB,qCAAmB,CAAA;IACnB,2BAA2B;IAC3B,+BAAa,CAAA;AACf,CAAC,EALW,cAAc,KAAd,cAAc,QAKzB;AAYD,mEAAmE;AACnE,MAAM,CAAN,IAAY,eAKX;AALD,WAAY,eAAe;IACzB,uGAAuG;IACvG,gCAAa,CAAA;IACb,sIAAsI;IACtI,gCAAa,CAAA;AACf,CAAC,EALW,eAAe,KAAf,eAAe,QAK1B;AAYD,qEAAqE;AACrE,MAAM,CAAN,IAAY,iBAOX;AAPD,WAAY,iBAAiB;IAC3B,2FAA2F;IAC3F,4CAAuB,CAAA;IACvB,uBAAuB;IACvB,0CAAqB,CAAA;IACrB,wBAAwB;IACxB,0CAAqB,CAAA;AACvB,CAAC,EAPW,iBAAiB,KAAjB,iBAAiB,QAO5B;AAaD,sEAAsE;AACtE,MAAM,CAAN,IAAY,kBAKX;AALD,WAAY,kBAAkB;IAC5B,2BAA2B;IAC3B,yCAAmB,CAAA;IACnB,4BAA4B;IAC5B,2CAAqB,CAAA;AACvB,CAAC,EALW,kBAAkB,KAAlB,kBAAkB,QAK7B;AAYD,6EAA6E;AAC7E,MAAM,CAAN,IAAY,yBAKX;AALD,WAAY,yBAAyB;IACnC,yHAAyH;IACzH,4CAAe,CAAA;IACf,mHAAmH;IACnH,wCAAW,CAAA;AACb,CAAC,EALW,yBAAyB,KAAzB,yBAAyB,QAKpC;AAYD,yEAAyE;AACzE,MAAM,CAAN,IAAY,qBAKX;AALD,WAAY,qBAAqB;IAC/B,gFAAgF;IAChF,gDAAuB,CAAA;IACvB,iFAAiF;IACjF,8CAAqB,CAAA;AACvB,CAAC,EALW,qBAAqB,KAArB,qBAAqB,QAKhC;AAYD,mFAAmF;AACnF,MAAM,CAAN,IAAY,+BAKX;AALD,WAAY,+BAA+B;IACzC,4DAA4D;IAC5D,oEAAiC,CAAA;IACjC,+HAA+H;IAC/H,sDAAmB,CAAA;AACrB,CAAC,EALW,+BAA+B,KAA/B,+BAA+B,QAK1C;AAYD,8EAA8E;AAC9E,MAAM,CAAN,IAAY,0BAOX;AAPD,WAAY,0BAA0B;IACpC,6IAA6I;IAC7I,uDAAyB,CAAA;IACzB,8IAA8I;IAC9I,uDAAyB,CAAA;IACzB,yIAAyI;IACzI,+CAAiB,CAAA;AACnB,CAAC,EAPW,0BAA0B,KAA1B,0BAA0B,QAOrC;AAaD,2EAA2E;AAC3E,MAAM,CAAN,IAAY,uBAOX;AAPD,WAAY,uBAAuB;IACjC,wOAAwO;IACxO,4CAAiB,CAAA;IACjB,yNAAyN;IACzN,kDAAuB,CAAA;IACvB,kCAAkC;IAClC,8CAAmB,CAAA;AACrB,CAAC,EAPW,uBAAuB,KAAvB,uBAAuB,QAOlC;AAaD,oEAAoE;AACpE,MAAM,CAAN,IAAY,gBAKX;AALD,WAAY,gBAAgB;IAC1B,0CAA0C;IAC1C,iCAAa,CAAA;IACb,0DAA0D;IAC1D,oDAAgC,CAAA;AAClC,CAAC,EALW,gBAAgB,KAAhB,gBAAgB,QAK3B;AAYD,mGAAmG;AACnG,MAAM,CAAN,IAAY,+CAaX;AAbD,WAAY,+CAA+C;IACzD,eAAe;IACf,wEAAqB,CAAA;IACrB,eAAe;IACf,wEAAqB,CAAA;IACrB,eAAe;IACf,wEAAqB,CAAA;IACrB,aAAa;IACb,oEAAiB,CAAA;IACjB,gBAAgB;IAChB,0EAAuB,CAAA;IACvB,eAAe;IACf,wEAAqB,CAAA;AACvB,CAAC,EAbW,+CAA+C,KAA/C,+CAA+C,QAa1D;AAgBD,yEAAyE;AACzE,MAAM,CAAN,IAAY,qBAKX;AALD,WAAY,qBAAqB;IAC/B,0EAA0E;IAC1E,sDAA6B,CAAA;IAC7B,+EAA+E;IAC/E,8CAAqB,CAAA;AACvB,CAAC,EALW,qBAAqB,KAArB,qBAAqB,QAKhC;AAYD,sEAAsE;AACtE,MAAM,CAAN,IAAY,kBAOX;AAPD,WAAY,kBAAkB;IAC5B,6LAA6L;IAC7L,qCAAe,CAAA;IACf,iLAAiL;IACjL,yCAAmB,CAAA;IACnB,+HAA+H;IAC/H,mCAAa,CAAA;AACf,CAAC,EAPW,kBAAkB,KAAlB,kBAAkB,QAO7B;AAaD,0EAA0E;AAC1E,MAAM,CAAN,IAAY,sBAGX;AAHD,WAAY,sBAAsB;IAChC,mJAAmJ;IACnJ,6CAAmB,CAAA;AACrB,CAAC,EAHW,sBAAsB,KAAtB,sBAAsB,QAGjC;AAWD,sEAAsE;AACtE,MAAM,CAAN,IAAY,kBASX;AATD,WAAY,kBAAkB;IAC5B,4GAA4G;IAC5G,mCAAa,CAAA;IACb,iPAAiP;IACjP,uCAAiB,CAAA;IACjB,gPAAgP;IAChP,qCAAe,CAAA;IACf,6FAA6F;IAC7F,uCAAiB,CAAA;AACnB,CAAC,EATW,kBAAkB,KAAlB,kBAAkB,QAS7B;AAcD,oEAAoE;AACpE,MAAM,CAAN,IAAY,gBAKX;AALD,WAAY,gBAAgB;IAC1B,qNAAqN;IACrN,+CAA2B,CAAA;IAC3B,kCAAkC;IAClC,qCAAiB,CAAA;AACnB,CAAC,EALW,gBAAgB,KAAhB,gBAAgB,QAK3B;AAYD,yEAAyE;AACzE,MAAM,CAAN,IAAY,qBAKX;AALD,WAAY,qBAAqB;IAC/B,mCAAmC;IACnC,wCAAe,CAAA;IACf,mKAAmK;IACnK,0CAAiB,CAAA;AACnB,CAAC,EALW,qBAAqB,KAArB,qBAAqB,QAKhC;AAYD,qEAAqE;AACrE,MAAM,CAAN,IAAY,iBAWX;AAXD,WAAY,iBAAiB;IAC3B,2RAA2R;IAC3R,kDAA6B,CAAA;IAC7B,uRAAuR;IACvR,8DAAyC,CAAA;IACzC,sDAAsD;IACtD,4DAAuC,CAAA;IACvC,iKAAiK;IACjK,sEAAiD,CAAA;IACjD,0RAA0R;IAC1R,kCAAa,CAAA;AACf,CAAC,EAXW,iBAAiB,KAAjB,iBAAiB,QAW5B;AAeD,wEAAwE;AACxE,MAAM,CAAN,IAAY,oBAKX;AALD,WAAY,oBAAoB;IAC9B,iRAAiR;IACjR,6CAAqB,CAAA;IACrB,4DAA4D;IAC5D,uCAAe,CAAA;AACjB,CAAC,EALW,oBAAoB,KAApB,oBAAoB,QAK/B;AAYD,wEAAwE;AACxE,MAAM,CAAN,IAAY,oBAKX;AALD,WAAY,oBAAoB;IAC9B,oKAAoK;IACpK,mEAA2C,CAAA;IAC3C,oKAAoK;IACpK,yCAAiB,CAAA;AACnB,CAAC,EALW,oBAAoB,KAApB,oBAAoB,QAK/B;AAYD,kGAAkG;AAClG,MAAM,CAAN,IAAY,8CAKX;AALD,WAAY,8CAA8C;IACxD,8GAA8G;IAC9G,qFAAmC,CAAA;IACnC,mLAAmL;IACnL,mEAAiB,CAAA;AACnB,CAAC,EALW,8CAA8C,KAA9C,8CAA8C,QAKzD;AAYD,iEAAiE;AACjE,MAAM,CAAN,IAAY,aAKX;AALD,WAAY,aAAa;IACvB,kBAAkB;IAClB,8BAAa,CAAA;IACb,kBAAkB;IAClB,8BAAa,CAAA;AACf,CAAC,EALW,aAAa,KAAb,aAAa,QAKxB;AAYD,2EAA2E;AAC3E,MAAM,CAAN,IAAY,uBAKX;AALD,WAAY,uBAAuB;IACjC,yGAAyG;IACzG,wCAAa,CAAA;IACb,wFAAwF;IACxF,wCAAa,CAAA;AACf,CAAC,EALW,uBAAuB,KAAvB,uBAAuB,QAKlC;AAYD,6DAA6D;AAC7D,MAAM,CAAN,IAAY,SAOX;AAPD,WAAY,SAAS;IACnB,0BAA0B;IAC1B,kCAAqB,CAAA;IACrB,iEAAiE;IACjE,0BAAa,CAAA;IACb,qEAAqE;IACrE,kCAAqB,CAAA;AACvB,CAAC,EAPW,SAAS,KAAT,SAAS,QAOpB;AAaD,sEAAsE;AACtE,MAAM,CAAN,IAAY,kBAKX;AALD,WAAY,kBAAkB;IAC5B,kBAAkB;IAClB,+CAAyB,CAAA;IACzB,uBAAuB;IACvB,yDAAmC,CAAA;AACrC,CAAC,EALW,kBAAkB,KAAlB,kBAAkB,QAK7B;AAYD,gFAAgF;AAChF,MAAM,CAAN,IAAY,4BAOX;AAPD,WAAY,4BAA4B;IACtC,2GAA2G;IAC3G,yCAAS,CAAA;IACT,yCAAyC;IACzC,6CAAa,CAAA;IACb,8DAA8D;IAC9D,6CAAa,CAAA;AACf,CAAC,EAPW,4BAA4B,KAA5B,4BAA4B,QAOvC;AAaD,8EAA8E;AAC9E,MAAM,CAAN,IAAY,0BAKX;AALD,WAAY,0BAA0B;IACpC,mKAAmK;IACnK,qDAAuB,CAAA;IACvB,iCAAiC;IACjC,2CAAa,CAAA;AACf,CAAC,EALW,0BAA0B,KAA1B,0BAA0B,QAKrC;AAYD,yEAAyE;AACzE,MAAM,CAAN,IAAY,qBAKX;AALD,WAAY,qBAAqB;IAC/B,sDAAsD;IACtD,4CAAmB,CAAA;IACnB,oCAAoC;IACpC,sCAAa,CAAA;AACf,CAAC,EALW,qBAAqB,KAArB,qBAAqB,QAKhC;AAYD,uEAAuE;AACvE,MAAM,CAAN,IAAY,mBAWX;AAXD,WAAY,mBAAmB;IAC7B,6gBAA6gB;IAC7gB,sCAAe,CAAA;IACf,0SAA0S;IAC1S,wCAAiB,CAAA;IACjB,ySAAyS;IACzS,sCAAe,CAAA;IACf,mNAAmN;IACnN,+CAAwB,CAAA;IACxB,yFAAyF;IACzF,oCAAa,CAAA;AACf,CAAC,EAXW,mBAAmB,KAAnB,mBAAmB,QAW9B;AAeD,6EAA6E;AAC7E,MAAM,CAAN,IAAY,yBASX;AATD,WAAY,yBAAyB;IACnC,mJAAmJ;IACnJ,0CAAa,CAAA;IACb,sfAAsf;IACtf,oDAAuB,CAAA;IACvB,8dAA8d;IAC9d,4DAA+B,CAAA;IAC/B,0TAA0T;IAC1T,oDAAuB,CAAA;AACzB,CAAC,EATW,yBAAyB,KAAzB,yBAAyB,QASpC;AAcD,iEAAiE;AACjE,MAAM,CAAN,IAAY,aASX;AATD,WAAY,aAAa;IACvB,2SAA2S;IAC3S,2CAA0B,CAAA;IAC1B,uTAAuT;IACvT,uCAAsB,CAAA;IACtB,uPAAuP;IACvP,sCAAqB,CAAA;IACrB,2FAA2F;IAC3F,kCAAiB,CAAA;AACnB,CAAC,EATW,aAAa,KAAb,aAAa,QASxB;AAcD,mFAAmF;AACnF,MAAM,CAAN,IAAY,+BAKX;AALD,WAAY,+BAA+B;IACzC,aAAa;IACb,oDAAiB,CAAA;IACjB,cAAc;IACd,sDAAmB,CAAA;AACrB,CAAC,EALW,+BAA+B,KAA/B,+BAA+B,QAK1C;AAYD,iFAAiF;AACjF,MAAM,CAAN,IAAY,6BAKX;AALD,WAAY,6BAA6B;IACvC,qMAAqM;IACrM,oDAAmB,CAAA;IACnB,sMAAsM;IACtM,sDAAqB,CAAA;AACvB,CAAC,EALW,6BAA6B,KAA7B,6BAA6B,QAKxC;AAYD,2EAA2E;AAC3E,MAAM,CAAN,IAAY,uBAKX;AALD,WAAY,uBAAuB;IACjC,+DAA+D;IAC/D,gDAAqB,CAAA;IACrB,mOAAmO;IACnO,gDAAqB,CAAA;AACvB,CAAC,EALW,uBAAuB,KAAvB,uBAAuB,QAKlC;AAYD,mFAAmF;AACnF,MAAM,CAAN,IAAY,+BASX;AATD,WAAY,+BAA+B;IACzC,oKAAoK;IACpK,gFAA6C,CAAA;IAC7C,yMAAyM;IACzM,wDAAqB,CAAA;IACrB,yMAAyM;IACzM,wDAAqB,CAAA;IACrB,yMAAyM;IACzM,gDAAa,CAAA;AACf,CAAC,EATW,+BAA+B,KAA/B,+BAA+B,QAS1C;AAcD,4EAA4E;AAC5E,MAAM,CAAN,IAAY,wBAOX;AAPD,WAAY,wBAAwB;IAClC,0DAA0D;IAC1D,+CAAmB,CAAA;IACnB,6FAA6F;IAC7F,iDAAqB,CAAA;IACrB,4FAA4F;IAC5F,qEAAyC,CAAA;AAC3C,CAAC,EAPW,wBAAwB,KAAxB,wBAAwB,QAOnC;AAaD,yEAAyE;AACzE,MAAM,CAAN,IAAY,qBAKX;AALD,WAAY,qBAAqB;IAC/B,wGAAwG;IACxG,4CAAmB,CAAA;IACnB,4DAA4D;IAC5D,8CAAqB,CAAA;AACvB,CAAC,EALW,qBAAqB,KAArB,qBAAqB,QAKhC;AAYD,wEAAwE;AACxE,MAAM,CAAN,IAAY,oBAKX;AALD,WAAY,oBAAoB;IAC9B,sCAAsC;IACtC,uCAAe,CAAA;IACf,wBAAwB;IACxB,6CAAqB,CAAA;AACvB,CAAC,EALW,oBAAoB,KAApB,oBAAoB,QAK/B;AAYD,gFAAgF;AAChF,MAAM,CAAN,IAAY,4BAKX;AALD,WAAY,4BAA4B;IACtC,sFAAsF;IACtF,qDAAqB,CAAA;IACrB,8FAA8F;IAC9F,qDAAqB,CAAA;AACvB,CAAC,EALW,4BAA4B,KAA5B,4BAA4B,QAKvC;AAYD,kFAAkF;AAClF,MAAM,CAAN,IAAY,8BAKX;AALD,WAAY,8BAA8B;IACxC,8GAA8G;IAC9G,mEAAiC,CAAA;IACjC,iFAAiF;IACjF,6DAA2B,CAAA;AAC7B,CAAC,EALW,8BAA8B,KAA9B,8BAA8B,QAKzC;AAYD,6EAA6E;AAC7E,MAAM,CAAN,IAAY,yBAKX;AALD,WAAY,yBAAyB;IACnC,iDAAiD;IACjD,8CAAiB,CAAA;IACjB,qOAAqO;IACrO,0CAAa,CAAA;AACf,CAAC,EALW,yBAAyB,KAAzB,yBAAyB,QAKpC;AAYD,yFAAyF;AACzF,MAAM,CAAN,IAAY,qCAKX;AALD,WAAY,qCAAqC;IAC/C,0JAA0J;IAC1J,sDAAa,CAAA;IACb,4DAA4D;IAC5D,sDAAa,CAAA;AACf,CAAC,EALW,qCAAqC,KAArC,qCAAqC,QAKhD;AAYD,uEAAuE;AACvE,MAAM,CAAN,IAAY,mBAKX;AALD,WAAY,mBAAmB;IAC7B,2DAA2D;IAC3D,sCAAe,CAAA;IACf,mDAAmD;IACnD,wCAAiB,CAAA;AACnB,CAAC,EALW,mBAAmB,KAAnB,mBAAmB,QAK9B;AAYD,4EAA4E;AAC5E,MAAM,CAAN,IAAY,wBAKX;AALD,WAAY,wBAAwB;IAClC,0DAA0D;IAC1D,+CAAmB,CAAA;IACnB,uIAAuI;IACvI,yDAA6B,CAAA;AAC/B,CAAC,EALW,wBAAwB,KAAxB,wBAAwB,QAKnC;AAYD,sEAAsE;AACtE,MAAM,CAAN,IAAY,kBASX;AATD,WAAY,kBAAkB;IAC5B,WAAW;IACX,mCAAa,CAAA;IACb,kBAAkB;IAClB,iDAA2B,CAAA;IAC3B,sBAAsB;IACtB,yDAAmC,CAAA;IACnC,UAAU;IACV,iCAAW,CAAA;AACb,CAAC,EATW,kBAAkB,KAAlB,kBAAkB,QAS7B;AAcD,+DAA+D;AAC/D,MAAM,CAAN,IAAY,WAKX;AALD,WAAY,WAAW;IACrB,6JAA6J;IAC7J,8BAAe,CAAA;IACf,wFAAwF;IACxF,4BAAa,CAAA;AACf,CAAC,EALW,WAAW,KAAX,WAAW,QAKtB;AAYD,gEAAgE;AAChE,MAAM,CAAN,IAAY,YAeX;AAfD,WAAY,YAAY;IACtB,aAAa;IACb,iCAAiB,CAAA;IACjB,aAAa;IACb,iCAAiB,CAAA;IACjB,cAAc;IACd,mCAAmB,CAAA;IACnB,gBAAgB;IAChB,uCAAuB,CAAA;IACvB,eAAe;IACf,qCAAqB,CAAA;IACrB,aAAa;IACb,iCAAiB,CAAA;IACjB,eAAe;IACf,qCAAqB,CAAA;AACvB,CAAC,EAfW,YAAY,KAAZ,YAAY,QAevB;AAiBD,6DAA6D;AAC7D,MAAM,CAAN,IAAY,SAWX;AAXD,WAAY,SAAS;IACnB,aAAa;IACb,4BAAe,CAAA;IACf,cAAc;IACd,8BAAiB,CAAA;IACjB,aAAa;IACb,4BAAe,CAAA;IACf,cAAc;IACd,8BAAiB,CAAA;IACjB,YAAY;IACZ,0BAAa,CAAA;AACf,CAAC,EAXW,SAAS,KAAT,SAAS,QAWpB;AAeD,mFAAmF;AACnF,MAAM,CAAN,IAAY,+BAaX;AAbD,WAAY,+BAA+B;IACzC,eAAe;IACf,wDAAqB,CAAA;IACrB,eAAe;IACf,wDAAqB,CAAA;IACrB,eAAe;IACf,wDAAqB,CAAA;IACrB,gBAAgB;IAChB,0DAAuB,CAAA;IACvB,aAAa;IACb,oDAAiB,CAAA;IACjB,eAAe;IACf,wDAAqB,CAAA;AACvB,CAAC,EAbW,+BAA+B,KAA/B,+BAA+B,QAa1C;AAgBD,mEAAmE;AACnE,MAAM,CAAN,IAAY,eAOX;AAPD,WAAY,eAAe;IACzB,gCAAgC;IAChC,sCAAmB,CAAA;IACnB,iCAAiC;IACjC,wCAAqB,CAAA;IACrB,+CAA+C;IAC/C,4DAAyC,CAAA;AAC3C,CAAC,EAPW,eAAe,KAAf,eAAe,QAO1B;AAaD,uEAAuE;AACvE,MAAM,CAAN,IAAY,mBAOX;AAPD,WAAY,mBAAmB;IAC7B,8GAA8G;IAC9G,sCAAe,CAAA;IACf,wFAAwF;IACxF,kDAA2B,CAAA;IAC3B,sGAAsG;IACtG,wCAAiB,CAAA;AACnB,CAAC,EAPW,mBAAmB,KAAnB,mBAAmB,QAO9B;AAaD,qEAAqE;AACrE,MAAM,CAAN,IAAY,iBAKX;AALD,WAAY,iBAAiB;IAC3B,uGAAuG;IACvG,kCAAa,CAAA;IACb,0EAA0E;IAC1E,sCAAiB,CAAA;AACnB,CAAC,EALW,iBAAiB,KAAjB,iBAAiB,QAK5B;AAYD,oEAAoE;AACpE,MAAM,CAAN,IAAY,gBAKX;AALD,WAAY,gBAAgB;IAC1B,iCAAiC;IACjC,qCAAiB,CAAA;IACjB,qEAAqE;IACrE,yCAAqB,CAAA;AACvB,CAAC,EALW,gBAAgB,KAAhB,gBAAgB,QAK3B;AAYD,gEAAgE;AAChE,MAAM,CAAN,IAAY,YAKX;AALD,WAAY,YAAY;IACtB,gDAAgD;IAChD,mCAAmB,CAAA;IACnB,gFAAgF;IAChF,mCAAmB,CAAA;AACrB,CAAC,EALW,YAAY,KAAZ,YAAY,QAKvB;AAYD,mGAAmG;AACnG,MAAM,CAAN,IAAY,+CAWX;AAXD,WAAY,+CAA+C;IACzD,eAAe;IACf,wEAAqB,CAAA;IACrB,eAAe;IACf,wEAAqB,CAAA;IACrB,eAAe;IACf,wEAAqB,CAAA;IACrB,aAAa;IACb,oEAAiB,CAAA;IACjB,gBAAgB;IAChB,0EAAuB,CAAA;AACzB,CAAC,EAXW,+CAA+C,KAA/C,+CAA+C,QAW1D;AAeD,yEAAyE;AACzE,MAAM,CAAN,IAAY,qBASX;AATD,WAAY,qBAAqB;IAC/B,cAAc;IACd,4CAAmB,CAAA;IACnB,eAAe;IACf,8CAAqB,CAAA;IACrB,eAAe;IACf,8CAAqB,CAAA;IACrB,mBAAmB;IACnB,sDAA6B,CAAA;AAC/B,CAAC,EATW,qBAAqB,KAArB,qBAAqB,QAShC;AAcD,qEAAqE;AACrE,MAAM,CAAN,IAAY,iBAKX;AALD,WAAY,iBAAiB;IAC3B,iDAAiD;IACjD,0CAAqB,CAAA;IACrB,uDAAuD;IACvD,sDAAiC,CAAA;AACnC,CAAC,EALW,iBAAiB,KAAjB,iBAAiB,QAK5B;AAYD,kGAAkG;AAClG,MAAM,CAAN,IAAY,8CAWX;AAXD,WAAY,8CAA8C;IACxD,eAAe;IACf,uEAAqB,CAAA;IACrB,eAAe;IACf,uEAAqB,CAAA;IACrB,aAAa;IACb,mEAAiB,CAAA;IACjB,gBAAgB;IAChB,yEAAuB,CAAA;IACvB,eAAe;IACf,uEAAqB,CAAA;AACvB,CAAC,EAXW,8CAA8C,KAA9C,8CAA8C,QAWzD;AAeD,0EAA0E;AAC1E,MAAM,CAAN,IAAY,sBAKX;AALD,WAAY,sBAAsB;IAChC,gKAAgK;IAChK,6CAAmB,CAAA;IACnB,6EAA6E;IAC7E,2CAAiB,CAAA;AACnB,CAAC,EALW,sBAAsB,KAAtB,sBAAsB,QAKjC;AAYD,0EAA0E;AAC1E,MAAM,CAAN,IAAY,sBAKX;AALD,WAAY,sBAAsB;IAChC,gKAAgK;IAChK,6CAAmB,CAAA;IACnB,6EAA6E;IAC7E,2CAAiB,CAAA;AACnB,CAAC,EALW,sBAAsB,KAAtB,sBAAsB,QAKjC;AAYD,iEAAiE;AACjE,MAAM,CAAN,IAAY,aASX;AATD,WAAY,aAAa;IACvB,wDAAwD;IACxD,0BAAS,CAAA;IACT,4DAA4D;IAC5D,gCAAe,CAAA;IACf,yCAAyC;IACzC,kCAAiB,CAAA;IACjB,6CAA6C;IAC7C,8CAA6B,CAAA;AAC/B,CAAC,EATW,aAAa,KAAb,aAAa,QASxB;AAcD,yFAAyF;AACzF,MAAM,CAAN,IAAY,qCAaX;AAbD,WAAY,qCAAqC;IAC/C,iCAAiC;IACjC,gEAAuB,CAAA;IACvB,gCAAgC;IAChC,0DAAiB,CAAA;IACjB,sCAAsC;IACtC,8DAAqB,CAAA;IACrB,6CAA6C;IAC7C,8DAAqB,CAAA;IACrB,6CAA6C;IAC7C,8DAAqB,CAAA;IACrB,6CAA6C;IAC7C,8DAAqB,CAAA;AACvB,CAAC,EAbW,qCAAqC,KAArC,qCAAqC,QAahD;AAgBD,0FAA0F;AAC1F,MAAM,CAAN,IAAY,sCAaX;AAbD,WAAY,sCAAsC;IAChD,iCAAiC;IACjC,iEAAuB,CAAA;IACvB,gCAAgC;IAChC,2DAAiB,CAAA;IACjB,sCAAsC;IACtC,+DAAqB,CAAA;IACrB,8CAA8C;IAC9C,+DAAqB,CAAA;IACrB,8CAA8C;IAC9C,+DAAqB,CAAA;IACrB,8CAA8C;IAC9C,+DAAqB,CAAA;AACvB,CAAC,EAbW,sCAAsC,KAAtC,sCAAsC,QAajD;AAgBD,wFAAwF;AACxF,MAAM,CAAN,IAAY,oCAaX;AAbD,WAAY,oCAAoC;IAC9C,sCAAsC;IACtC,6DAAqB,CAAA;IACrB,4CAA4C;IAC5C,6DAAqB,CAAA;IACrB,4CAA4C;IAC5C,6DAAqB,CAAA;IACrB,gCAAgC;IAChC,yDAAiB,CAAA;IACjB,iCAAiC;IACjC,+DAAuB,CAAA;IACvB,4CAA4C;IAC5C,6DAAqB,CAAA;AACvB,CAAC,EAbW,oCAAoC,KAApC,oCAAoC,QAa/C","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\n// Code generated by Microsoft (R) AutoRest Code Generator.\n// Changes may cause incorrect behavior and will be lost if the code is regenerated.\n\nimport type * as coreClient from \"@azure/core-client\";\n\n/** The List Operation response. */\nexport interface OperationListResult {\n /**\n * The list of operations\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly value?: OperationValue[];\n}\n\n/** Describes the properties of a Operation value. */\nexport interface OperationValue {\n /**\n * The origin of the operation.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly origin?: string;\n /**\n * The name of the operation.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * The display name of the operation.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly operation?: string;\n /**\n * The display name of the resource the operation applies to.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly resource?: string;\n /**\n * The description of the operation.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly description?: string;\n /**\n * The resource provider for the operation.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provider?: string;\n}\n\n/** Common error response for all Azure Resource Manager APIs to return error details for failed operations. (This also follows the OData error response format.). */\nexport interface ErrorResponse {\n /** The error object. */\n error?: ErrorDetail;\n}\n\n/** The error detail. */\nexport interface ErrorDetail {\n /**\n * The error code.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly code?: string;\n /**\n * The error message.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly message?: string;\n /**\n * The error target.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly target?: string;\n /**\n * The error details.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly details?: ErrorDetail[];\n /**\n * The error additional info.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly additionalInfo?: ErrorAdditionalInfo[];\n}\n\n/** The resource management error additional info. */\nexport interface ErrorAdditionalInfo {\n /**\n * The additional info type.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /**\n * The additional info.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly info?: Record<string, unknown>;\n}\n\n/** Hold values properties, which is array of KubernetesVersion */\nexport interface KubernetesVersionListResult {\n /** Array of AKS supported Kubernetes versions. */\n values?: KubernetesVersion[];\n}\n\n/** Kubernetes version profile for given major.minor release. */\nexport interface KubernetesVersion {\n /** major.minor version of Kubernetes release */\n version?: string;\n /** Capabilities on this Kubernetes version. */\n capabilities?: KubernetesVersionCapabilities;\n /** Whether this version is default. */\n isDefault?: boolean;\n /** Whether this version is in preview mode. */\n isPreview?: boolean;\n /** Patch versions of Kubernetes release */\n patchVersions?: { [propertyName: string]: KubernetesPatchVersion };\n}\n\n/** Capabilities on this Kubernetes version. */\nexport interface KubernetesVersionCapabilities {\n supportPlan?: KubernetesSupportPlan[];\n}\n\n/** Kubernetes patch version profile */\nexport interface KubernetesPatchVersion {\n /** Possible upgrade path for given patch version */\n upgrades?: string[];\n}\n\n/** Holds an array NodeImageVersions */\nexport interface NodeImageVersionsListResult {\n /** Array of AKS Node Image versions. */\n value?: NodeImageVersion[];\n /**\n * The URL to get the next set of machine results.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** node image version profile for given major.minor.patch release. */\nexport interface NodeImageVersion {\n /** The operating system of the node image. Example: AKSUbuntu */\n os?: string;\n /** The SKU or flavor of the node image. Example: 2004gen2containerd */\n sku?: string;\n /** major.minor.patch version of the node image version release. Example: 2024.02.02 */\n version?: string;\n /** The OS + SKU + version of the node image. Example: AKSUbuntu-1804gen2containerd-2024.02.02 */\n fullName?: string;\n}\n\n/** The response from the List Managed Clusters operation. */\nexport interface ManagedClusterListResult {\n /** The list of managed clusters. */\n value?: ManagedCluster[];\n /**\n * The URL to get the next set of managed cluster results.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** The SKU of a Managed Cluster. */\nexport interface ManagedClusterSKU {\n /** The name of a managed cluster SKU. */\n name?: ManagedClusterSKUName;\n /** The tier of a managed cluster SKU. If not specified, the default is 'Free'. See [AKS Pricing Tier](https://learn.microsoft.com/azure/aks/free-standard-pricing-tiers) for more details. */\n tier?: ManagedClusterSKUTier;\n}\n\n/** The complex type of the extended location. */\nexport interface ExtendedLocation {\n /** The name of the extended location. */\n name?: string;\n /** The type of the extended location. */\n type?: ExtendedLocationTypes;\n}\n\n/** Identity for the managed cluster. */\nexport interface ManagedClusterIdentity {\n /**\n * The principal id of the system assigned identity which is used by master components.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly principalId?: string;\n /**\n * The tenant id of the system assigned identity which is used by master components.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly tenantId?: string;\n /** The type of identity used for the managed cluster. For more information see [use managed identities in AKS](https://docs.microsoft.com/azure/aks/use-managed-identity). */\n type?: ResourceIdentityType;\n /** The delegated identity resources assigned to this managed cluster. This can only be set by another Azure Resource Provider, and managed cluster only accept one delegated identity resource. Internal use only. */\n delegatedResources?: { [propertyName: string]: DelegatedResource };\n /** The user identity associated with the managed cluster. This identity will be used in control plane. Only one user assigned identity is allowed. The keys must be ARM resource IDs in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'. */\n userAssignedIdentities?: {\n [propertyName: string]: ManagedServiceIdentityUserAssignedIdentitiesValue;\n };\n}\n\n/** Delegated resource properties - internal use only. */\nexport interface DelegatedResource {\n /** The ARM resource id of the delegated resource - internal use only. */\n resourceId?: string;\n /** The tenant id of the delegated resource - internal use only. */\n tenantId?: string;\n /** The delegation id of the referral delegation (optional) - internal use only. */\n referralResource?: string;\n /** The source resource location - internal use only. */\n location?: string;\n}\n\nexport interface ManagedServiceIdentityUserAssignedIdentitiesValue {\n /**\n * The principal id of user assigned identity.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly principalId?: string;\n /**\n * The client id of user assigned identity.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly clientId?: string;\n}\n\n/** Describes the Power State of the cluster */\nexport interface PowerState {\n /** Tells whether the cluster is Running or Stopped */\n code?: Code;\n}\n\n/** Data used when creating a target resource from a source resource. */\nexport interface CreationData {\n /** This is the ARM ID of the source object to be used to create the target object. */\n sourceResourceId?: string;\n}\n\n/** Properties for the container service agent pool profile. */\nexport interface ManagedClusterAgentPoolProfileProperties {\n /**\n * Unique read-only string used to implement optimistic concurrency. The eTag value will change when the resource is updated. Specify an if-match or if-none-match header with the eTag value for a subsequent request to enable optimistic concurrency per the normal eTag convention.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly eTag?: string;\n /** Number of agents (VMs) to host docker containers. Allowed values must be in the range of 0 to 1000 (inclusive) for user pools and in the range of 1 to 1000 (inclusive) for system pools. The default value is 1. */\n count?: number;\n /** The size of the agent pool VMs. VM size availability varies by region. If a node contains insufficient compute resources (memory, cpu, etc) pods might fail to run correctly. For more details on restricted VM sizes, see: https://docs.microsoft.com/azure/aks/quotas-skus-regions */\n vmSize?: string;\n /** OS Disk Size in GB to be used to specify the disk size for every machine in the master/agent pool. If you specify 0, it will apply the default osDisk size according to the vmSize specified. */\n osDiskSizeGB?: number;\n /** The OS disk type to be used for machines in the agent pool. The default is 'Ephemeral' if the VM supports it and has a cache disk larger than the requested OSDiskSizeGB. Otherwise, defaults to 'Managed'. May not be changed after creation. For more information see [Ephemeral OS](https://docs.microsoft.com/azure/aks/cluster-configuration#ephemeral-os). */\n osDiskType?: OSDiskType;\n /** Determines the placement of emptyDir volumes, container runtime data root, and Kubelet ephemeral storage. */\n kubeletDiskType?: KubeletDiskType;\n /** Determines the type of workload a node can run. */\n workloadRuntime?: WorkloadRuntime;\n /** Message of the day for Linux nodes, base64-encoded. A base64-encoded string which will be written to /etc/motd after decoding. This allows customization of the message of the day for Linux nodes. It must not be specified for Windows nodes. It must be a static string (i.e., will be printed raw and not be executed as a script). */\n messageOfTheDay?: string;\n /** The ID of the subnet which agent pool nodes and optionally pods will join on startup. If this is not specified, a VNET and subnet will be generated and used. If no podSubnetID is specified, this applies to nodes and pods, otherwise it applies to just nodes. This is of the form: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/virtualNetworks/{virtualNetworkName}/subnets/{subnetName} */\n vnetSubnetID?: string;\n /** The ID of the subnet which pods will join when launched. If omitted, pod IPs are statically assigned on the node subnet (see vnetSubnetID for more details). This is of the form: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/virtualNetworks/{virtualNetworkName}/subnets/{subnetName} */\n podSubnetID?: string;\n /** Pod IP Allocation Mode. The IP allocation mode for pods in the agent pool. Must be used with podSubnetId. The default is 'DynamicIndividual'. */\n podIPAllocationMode?: PodIPAllocationMode;\n /** The maximum number of pods that can run on a node. */\n maxPods?: number;\n /** The operating system type. The default is Linux. */\n osType?: OSType;\n /** Specifies the OS SKU used by the agent pool. If not specified, the default is Ubuntu if OSType=Linux or Windows2019 if OSType=Windows. And the default Windows OSSKU will be changed to Windows2022 after Windows2019 is deprecated. */\n osSKU?: Ossku;\n /** The maximum number of nodes for auto-scaling */\n maxCount?: number;\n /** The minimum number of nodes for auto-scaling */\n minCount?: number;\n /** Whether to enable auto-scaler */\n enableAutoScaling?: boolean;\n /** The scale down mode to use when scaling the Agent Pool. This also effects the cluster autoscaler behavior. If not specified, it defaults to Delete. */\n scaleDownMode?: ScaleDownMode;\n /** The type of Agent Pool. */\n type?: AgentPoolType;\n /** The mode of an agent pool. A cluster must have at least one 'System' Agent Pool at all times. For additional information on agent pool restrictions and best practices, see: https://docs.microsoft.com/azure/aks/use-system-pools */\n mode?: AgentPoolMode;\n /** The version of Kubernetes specified by the user. Both patch version <major.minor.patch> and <major.minor> are supported. When <major.minor> is specified, the latest supported patch version is chosen automatically. Updating the agent pool with the same <major.minor> once it has been created will not trigger an upgrade, even if a newer patch version is available. As a best practice, you should upgrade all node pools in an AKS cluster to the same Kubernetes version. The node pool version must have the same major version as the control plane. The node pool minor version must be within two minor versions of the control plane version. The node pool version cannot be greater than the control plane version. For more information see [upgrading a node pool](https://docs.microsoft.com/azure/aks/use-multiple-node-pools#upgrade-a-node-pool). */\n orchestratorVersion?: string;\n /**\n * The version of Kubernetes running on the Agent Pool. If orchestratorVersion was a fully specified version <major.minor.patch>, this field will be exactly equal to it. If orchestratorVersion was <major.minor>, this field will contain the full <major.minor.patch> version being used.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly currentOrchestratorVersion?: string;\n /** The version of node image */\n nodeImageVersion?: string;\n /** Defines the upgrade strategy for the agent pool. The default is Rolling. */\n upgradeStrategy?: UpgradeStrategy;\n /** Settings for upgrading the agentpool. Applies when upgrade strategy is set to Rolling. */\n upgradeSettings?: AgentPoolUpgradeSettings;\n /** Settings for Blue-Green upgrade on the agentpool. Applies when upgrade strategy is set to BlueGreen. */\n upgradeSettingsBlueGreen?: AgentPoolBlueGreenUpgradeSettings;\n /**\n * The current deployment or provisioning state.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: string;\n /** Whether the Agent Pool is running or stopped. When an Agent Pool is first created it is initially Running. The Agent Pool can be stopped by setting this field to Stopped. A stopped Agent Pool stops all of its VMs and does not accrue billing charges. An Agent Pool can only be stopped if it is Running and provisioning state is Succeeded */\n powerState?: PowerState;\n /** The list of Availability zones to use for nodes. This can only be specified if the AgentPoolType property is 'VirtualMachineScaleSets'. */\n availabilityZones?: string[];\n /** Whether each node is allocated its own public IP. Some scenarios may require nodes in a node pool to receive their own dedicated public IP addresses. A common scenario is for gaming workloads, where a console needs to make a direct connection to a cloud virtual machine to minimize hops. For more information see [assigning a public IP per node](https://docs.microsoft.com/azure/aks/use-multiple-node-pools#assign-a-public-ip-per-node-for-your-node-pools). The default is false. */\n enableNodePublicIP?: boolean;\n /** The public IP prefix ID which VM nodes should use IPs from. This is of the form: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/publicIPPrefixes/{publicIPPrefixName} */\n nodePublicIPPrefixID?: string;\n /** The Virtual Machine Scale Set priority. If not specified, the default is 'Regular'. */\n scaleSetPriority?: ScaleSetPriority;\n /** The Virtual Machine Scale Set eviction policy to use. This cannot be specified unless the scaleSetPriority is 'Spot'. If not specified, the default is 'Delete'. */\n scaleSetEvictionPolicy?: ScaleSetEvictionPolicy;\n /** The max price (in US Dollars) you are willing to pay for spot instances. Possible values are any decimal value greater than zero or -1 which indicates default price to be up-to on-demand. Possible values are any decimal value greater than zero or -1 which indicates the willingness to pay any on-demand price. For more details on spot pricing, see [spot VMs pricing](https://docs.microsoft.com/azure/virtual-machines/spot-vms#pricing) */\n spotMaxPrice?: number;\n /** The tags to be persisted on the agent pool virtual machine scale set. */\n tags?: { [propertyName: string]: string };\n /** The node labels to be persisted across all nodes in agent pool. */\n nodeLabels?: { [propertyName: string]: string };\n /** The taints added to new nodes during node pool create and scale. For example, key=value:NoSchedule. */\n nodeTaints?: string[];\n /** Taints added on the nodes during creation that will not be reconciled by AKS. These taints will not be reconciled by AKS and can be removed with a kubectl call. This field can be modified after node pool is created, but nodes will not be recreated with new taints until another operation that requires recreation (e.g. node image upgrade) happens. These taints allow for required configuration to run before the node is ready to accept workloads, for example 'key1=value1:NoSchedule' that then can be removed with `kubectl taint nodes node1 key1=value1:NoSchedule-` */\n nodeInitializationTaints?: string[];\n /** The ID for Proximity Placement Group. */\n proximityPlacementGroupID?: string;\n /** The Kubelet configuration on the agent pool nodes. */\n kubeletConfig?: KubeletConfig;\n /** The OS configuration of Linux agent nodes. */\n linuxOSConfig?: LinuxOSConfig;\n /** Whether to enable host based OS and data drive encryption. This is only supported on certain VM sizes and in certain Azure regions. For more information, see: https://docs.microsoft.com/azure/aks/enable-host-encryption */\n enableEncryptionAtHost?: boolean;\n /** Whether to enable UltraSSD */\n enableUltraSSD?: boolean;\n /** Whether to use a FIPS-enabled OS. See [Add a FIPS-enabled node pool](https://docs.microsoft.com/azure/aks/use-multiple-node-pools#add-a-fips-enabled-node-pool-preview) for more details. */\n enableFips?: boolean;\n /** GPUInstanceProfile to be used to specify GPU MIG instance profile for supported GPU VM SKU. */\n gpuInstanceProfile?: GPUInstanceProfile;\n /** CreationData to be used to specify the source Snapshot ID if the node pool will be created/upgraded using a snapshot. */\n creationData?: CreationData;\n /** AKS will associate the specified agent pool with the Capacity Reservation Group. */\n capacityReservationGroupID?: string;\n /** The fully qualified resource ID of the Dedicated Host Group to provision virtual machines from, used only in creation scenario and not allowed to changed once set. This is of the form: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/hostGroups/{hostGroupName}. For more information see [Azure dedicated hosts](https://docs.microsoft.com/azure/virtual-machines/dedicated-hosts). */\n hostGroupID?: string;\n /** The Windows agent pool's specific profile. */\n windowsProfile?: AgentPoolWindowsProfile;\n /** Network-related settings of an agent pool. */\n networkProfile?: AgentPoolNetworkProfile;\n /** The security settings of an agent pool. */\n securityProfile?: AgentPoolSecurityProfile;\n /** The GPU settings of an agent pool. */\n gpuProfile?: GPUProfile;\n /** Configuration for using artifact streaming on AKS. */\n artifactStreamingProfile?: AgentPoolArtifactStreamingProfile;\n /** Specifications on VirtualMachines agent pool. */\n virtualMachinesProfile?: VirtualMachinesProfile;\n /** The status of nodes in a VirtualMachines agent pool. */\n virtualMachineNodesStatus?: VirtualMachineNodes[];\n /** Profile specific to a managed agent pool in Gateway mode. This field cannot be set if agent pool mode is not Gateway. */\n gatewayProfile?: AgentPoolGatewayProfile;\n /** Contains read-only information about the Agent Pool. */\n status?: AgentPoolStatus;\n /** Configures the per-node local DNS, with VnetDNS and KubeDNS overrides. LocalDNS helps improve performance and reliability of DNS resolution in an AKS cluster. For more details see aka.ms/aks/localdns. */\n localDNSProfile?: LocalDNSProfile;\n /** Settings to determine the node customization used to provision nodes in a pool. */\n nodeCustomizationProfile?: NodeCustomizationProfile;\n}\n\n/** Settings for rolling upgrade on an agentpool */\nexport interface AgentPoolUpgradeSettings {\n /** The maximum number or percentage of nodes that are surged during upgrade. This can either be set to an integer (e.g. '5') or a percentage (e.g. '50%'). If a percentage is specified, it is the percentage of the total agent pool size at the time of the upgrade. For percentages, fractional nodes are rounded up. If not specified, the default is 10%. For more information, including best practices, see: https://learn.microsoft.com/en-us/azure/aks/upgrade-cluster */\n maxSurge?: string;\n /** The maximum number or percentage of nodes that can be simultaneously unavailable during upgrade. This can either be set to an integer (e.g. '1') or a percentage (e.g. '5%'). If a percentage is specified, it is the percentage of the total agent pool size at the time of the upgrade. For percentages, fractional nodes are rounded up. If not specified, the default is 0. For more information, including best practices, see: https://learn.microsoft.com/en-us/azure/aks/upgrade-cluster */\n maxUnavailable?: string;\n /** The maximum number or percentage of extra nodes that are allowed to be blocked in the agent pool during an upgrade when undrainable node behavior is Cordon. This can either be set to an integer (e.g. '5') or a percentage (e.g. '50%'). If a percentage is specified, it is the percentage of the total agent pool size at the time of the upgrade. For percentages, fractional nodes are rounded up. If not specified, the default is maxSurge. This must always be greater than or equal to maxSurge. For more information, including best practices, see: https://learn.microsoft.com/en-us/azure/aks/upgrade-cluster */\n maxBlockedNodes?: string;\n /** The drain timeout for a node. The amount of time (in minutes) to wait on eviction of pods and graceful termination per node. This eviction wait time honors waiting on pod disruption budgets. If this time is exceeded, the upgrade fails. If not specified, the default is 30 minutes. */\n drainTimeoutInMinutes?: number;\n /** The soak duration for a node. The amount of time (in minutes) to wait after draining a node and before reimaging it and moving on to next node. If not specified, the default is 0 minutes. */\n nodeSoakDurationInMinutes?: number;\n /** Defines the behavior for undrainable nodes during upgrade. The most common cause of undrainable nodes is Pod Disruption Budgets (PDBs), but other issues, such as pod termination grace period is exceeding the remaining per-node drain timeout or pod is still being in a running state, can also cause undrainable nodes. */\n undrainableNodeBehavior?: UndrainableNodeBehavior;\n}\n\n/** Settings for blue-green upgrade on an agentpool */\nexport interface AgentPoolBlueGreenUpgradeSettings {\n /** The number or percentage of nodes to drain in batch during blue-green upgrade. Must be a non-zero number. This can either be set to an integer (e.g. '5') or a percentage (e.g. '50%'). If a percentage is specified, it is the percentage of the total number of blue nodes of the initial upgrade operation. For percentages, fractional nodes are rounded up. If not specified, the default is 10%. For more information, including best practices, see: https://learn.microsoft.com/en-us/azure/aks/upgrade-cluster */\n drainBatchSize?: string;\n /** The drain timeout for a node, i.e., the amount of time (in minutes) to wait on eviction of pods and graceful termination per node. This eviction wait time honors waiting on pod disruption budgets. If this time is exceeded, the upgrade fails. If not specified, the default is 30 minutes. */\n drainTimeoutInMinutes?: number;\n /** The soak duration after draining a batch of nodes, i.e., the amount of time (in minutes) to wait after draining a batch of nodes before moving on the next batch. If not specified, the default is 15 minutes. */\n batchSoakDurationInMinutes?: number;\n /** The soak duration for a node pool, i.e., the amount of time (in minutes) to wait after all old nodes are drained before we remove the old nodes. If not specified, the default is 60 minutes. Only applicable for blue-green upgrade strategy. */\n finalSoakDurationInMinutes?: number;\n}\n\n/** Kubelet configurations of agent nodes. See [AKS custom node configuration](https://docs.microsoft.com/azure/aks/custom-node-configuration) for more details. */\nexport interface KubeletConfig {\n /** The CPU Manager policy to use. The default is 'none'. See [Kubernetes CPU management policies](https://kubernetes.io/docs/tasks/administer-cluster/cpu-management-policies/#cpu-management-policies) for more information. Allowed values are 'none' and 'static'. */\n cpuManagerPolicy?: string;\n /** If CPU CFS quota enforcement is enabled for containers that specify CPU limits. The default is true. */\n cpuCfsQuota?: boolean;\n /** The CPU CFS quota period value. The default is '100ms.' Valid values are a sequence of decimal numbers with an optional fraction and a unit suffix. For example: '300ms', '2h45m'. Supported units are 'ns', 'us', 'ms', 's', 'm', and 'h'. */\n cpuCfsQuotaPeriod?: string;\n /** The percent of disk usage after which image garbage collection is always run. To disable image garbage collection, set to 100. The default is 85% */\n imageGcHighThreshold?: number;\n /** The percent of disk usage before which image garbage collection is never run. This cannot be set higher than imageGcHighThreshold. The default is 80% */\n imageGcLowThreshold?: number;\n /** The Topology Manager policy to use. For more information see [Kubernetes Topology Manager](https://kubernetes.io/docs/tasks/administer-cluster/topology-manager). The default is 'none'. Allowed values are 'none', 'best-effort', 'restricted', and 'single-numa-node'. */\n topologyManagerPolicy?: string;\n /** Allowed list of unsafe sysctls or unsafe sysctl patterns (ending in `*`). */\n allowedUnsafeSysctls?: string[];\n /** If set to true it will make the Kubelet fail to start if swap is enabled on the node. */\n failSwapOn?: boolean;\n /** The maximum size (e.g. 10Mi) of container log file before it is rotated. */\n containerLogMaxSizeMB?: number;\n /** The maximum number of container log files that can be present for a container. The number must be ≥ 2. */\n containerLogMaxFiles?: number;\n /** The maximum number of processes per pod. */\n podMaxPids?: number;\n /** Specifies the default seccomp profile applied to all workloads. If not specified, 'Unconfined' will be used by default. */\n seccompDefault?: SeccompDefault;\n}\n\n/** OS configurations of Linux agent nodes. See [AKS custom node configuration](https://docs.microsoft.com/azure/aks/custom-node-configuration) for more details. */\nexport interface LinuxOSConfig {\n /** Sysctl settings for Linux agent nodes. */\n sysctls?: SysctlConfig;\n /** Whether transparent hugepages are enabled. Valid values are 'always', 'madvise', and 'never'. The default is 'always'. For more information see [Transparent Hugepages](https://www.kernel.org/doc/html/latest/admin-guide/mm/transhuge.html#admin-guide-transhuge). */\n transparentHugePageEnabled?: string;\n /** Whether the kernel should make aggressive use of memory compaction to make more hugepages available. Valid values are 'always', 'defer', 'defer+madvise', 'madvise' and 'never'. The default is 'madvise'. For more information see [Transparent Hugepages](https://www.kernel.org/doc/html/latest/admin-guide/mm/transhuge.html#admin-guide-transhuge). */\n transparentHugePageDefrag?: string;\n /** The size in MB of a swap file that will be created on each node. */\n swapFileSizeMB?: number;\n}\n\n/** Sysctl settings for Linux agent nodes. */\nexport interface SysctlConfig {\n /** Sysctl setting net.core.somaxconn. */\n netCoreSomaxconn?: number;\n /** Sysctl setting net.core.netdev_max_backlog. */\n netCoreNetdevMaxBacklog?: number;\n /** Sysctl setting net.core.rmem_default. */\n netCoreRmemDefault?: number;\n /** Sysctl setting net.core.rmem_max. */\n netCoreRmemMax?: number;\n /** Sysctl setting net.core.wmem_default. */\n netCoreWmemDefault?: number;\n /** Sysctl setting net.core.wmem_max. */\n netCoreWmemMax?: number;\n /** Sysctl setting net.core.optmem_max. */\n netCoreOptmemMax?: number;\n /** Sysctl setting net.ipv4.tcp_max_syn_backlog. */\n netIpv4TcpMaxSynBacklog?: number;\n /** Sysctl setting net.ipv4.tcp_max_tw_buckets. */\n netIpv4TcpMaxTwBuckets?: number;\n /** Sysctl setting net.ipv4.tcp_fin_timeout. */\n netIpv4TcpFinTimeout?: number;\n /** Sysctl setting net.ipv4.tcp_keepalive_time. */\n netIpv4TcpKeepaliveTime?: number;\n /** Sysctl setting net.ipv4.tcp_keepalive_probes. */\n netIpv4TcpKeepaliveProbes?: number;\n /** Sysctl setting net.ipv4.tcp_keepalive_intvl. */\n netIpv4TcpkeepaliveIntvl?: number;\n /** Sysctl setting net.ipv4.tcp_tw_reuse. */\n netIpv4TcpTwReuse?: boolean;\n /** Sysctl setting net.ipv4.ip_local_port_range. */\n netIpv4IpLocalPortRange?: string;\n /** Sysctl setting net.ipv4.neigh.default.gc_thresh1. */\n netIpv4NeighDefaultGcThresh1?: number;\n /** Sysctl setting net.ipv4.neigh.default.gc_thresh2. */\n netIpv4NeighDefaultGcThresh2?: number;\n /** Sysctl setting net.ipv4.neigh.default.gc_thresh3. */\n netIpv4NeighDefaultGcThresh3?: number;\n /** Sysctl setting net.netfilter.nf_conntrack_max. */\n netNetfilterNfConntrackMax?: number;\n /** Sysctl setting net.netfilter.nf_conntrack_buckets. */\n netNetfilterNfConntrackBuckets?: number;\n /** Sysctl setting fs.inotify.max_user_watches. */\n fsInotifyMaxUserWatches?: number;\n /** Sysctl setting fs.file-max. */\n fsFileMax?: number;\n /** Sysctl setting fs.aio-max-nr. */\n fsAioMaxNr?: number;\n /** Sysctl setting fs.nr_open. */\n fsNrOpen?: number;\n /** Sysctl setting kernel.threads-max. */\n kernelThreadsMax?: number;\n /** Sysctl setting vm.max_map_count. */\n vmMaxMapCount?: number;\n /** Sysctl setting vm.swappiness. */\n vmSwappiness?: number;\n /** Sysctl setting vm.vfs_cache_pressure. */\n vmVfsCachePressure?: number;\n}\n\n/** The Windows agent pool's specific profile. */\nexport interface AgentPoolWindowsProfile {\n /** Whether to disable OutboundNAT in windows nodes. The default value is false. Outbound NAT can only be disabled if the cluster outboundType is NAT Gateway and the Windows agent pool does not have node public IP enabled. */\n disableOutboundNat?: boolean;\n}\n\n/** Network settings of an agent pool. */\nexport interface AgentPoolNetworkProfile {\n /** IPTags of instance-level public IPs. */\n nodePublicIPTags?: IPTag[];\n /** The port ranges that are allowed to access. The specified ranges are allowed to overlap. */\n allowedHostPorts?: PortRange[];\n /** The IDs of the application security groups which agent pool will associate when created. */\n applicationSecurityGroups?: string[];\n}\n\n/** Contains the IPTag associated with the object. */\nexport interface IPTag {\n /** The IP tag type. Example: RoutingPreference. */\n ipTagType?: string;\n /** The value of the IP tag associated with the public IP. Example: Internet. */\n tag?: string;\n}\n\n/** The port range. */\nexport interface PortRange {\n /** The minimum port that is included in the range. It should be ranged from 1 to 65535, and be less than or equal to portEnd. */\n portStart?: number;\n /** The maximum port that is included in the range. It should be ranged from 1 to 65535, and be greater than or equal to portStart. */\n portEnd?: number;\n /** The network protocol of the port. */\n protocol?: Protocol;\n}\n\n/** The security settings of an agent pool. */\nexport interface AgentPoolSecurityProfile {\n /** SSH access method of an agent pool. */\n sshAccess?: AgentPoolSSHAccess;\n /** vTPM is a Trusted Launch feature for configuring a dedicated secure vault for keys and measurements held locally on the node. For more details, see aka.ms/aks/trustedlaunch. If not specified, the default is false. */\n enableVtpm?: boolean;\n /** Secure Boot is a feature of Trusted Launch which ensures that only signed operating systems and drivers can boot. For more details, see aka.ms/aks/trustedlaunch. If not specified, the default is false. */\n enableSecureBoot?: boolean;\n}\n\nexport interface GPUProfile {\n /** Whether to install GPU drivers. When it's not specified, default is Install. */\n driver?: GPUDriver;\n /** Specify the type of GPU driver to install when creating Windows agent pools. If not provided, AKS selects the driver based on system compatibility. This cannot be changed once the AgentPool has been created. This cannot be set on Linux AgentPools. For Linux AgentPools, the driver is selected based on system compatibility. */\n driverType?: DriverType;\n}\n\nexport interface AgentPoolArtifactStreamingProfile {\n /** Artifact streaming speeds up the cold-start of containers on a node through on-demand image loading. To use this feature, container images must also enable artifact streaming on ACR. If not specified, the default is false. */\n enabled?: boolean;\n}\n\n/** Specifications on VirtualMachines agent pool. */\nexport interface VirtualMachinesProfile {\n /** Specifications on how to scale a VirtualMachines agent pool. */\n scale?: ScaleProfile;\n}\n\n/** Specifications on how to scale a VirtualMachines agent pool. */\nexport interface ScaleProfile {\n /** Specifications on how to scale the VirtualMachines agent pool to a fixed size. */\n manual?: ManualScaleProfile[];\n /** Specifications on how to auto-scale the VirtualMachines agent pool within a predefined size range. */\n autoscale?: AutoScaleProfile;\n}\n\n/** Specifications on number of machines. */\nexport interface ManualScaleProfile {\n /** VM size that AKS will use when creating and scaling e.g. 'Standard_E4s_v3', 'Standard_E16s_v3' or 'Standard_D16s_v5'. */\n size?: string;\n /** Number of nodes. */\n count?: number;\n}\n\n/** Specifications on auto-scaling. */\nexport interface AutoScaleProfile {\n /** VM size that AKS will use when creating and scaling e.g. 'Standard_E4s_v3', 'Standard_E16s_v3' or 'Standard_D16s_v5'. */\n size?: string;\n /** The minimum number of nodes of the specified sizes. */\n minCount?: number;\n /** The maximum number of nodes of the specified sizes. */\n maxCount?: number;\n}\n\n/** Current status on a group of nodes of the same vm size. */\nexport interface VirtualMachineNodes {\n /** The VM size of the agents used to host this group of nodes. */\n size?: string;\n /** Number of nodes. */\n count?: number;\n}\n\n/** Profile of the managed cluster gateway agent pool. */\nexport interface AgentPoolGatewayProfile {\n /** The Gateway agent pool associates one public IPPrefix for each static egress gateway to provide public egress. The size of Public IPPrefix should be selected by the user. Each node in the agent pool is assigned with one IP from the IPPrefix. The IPPrefix size thus serves as a cap on the size of the Gateway agent pool. Due to Azure public IPPrefix size limitation, the valid value range is [28, 31] (/31 = 2 nodes/IPs, /30 = 4 nodes/IPs, /29 = 8 nodes/IPs, /28 = 16 nodes/IPs). The default value is 31. */\n publicIPPrefixSize?: number;\n}\n\n/** Contains read-only information about the Agent Pool. */\nexport interface AgentPoolStatus {\n /**\n * The error detail information of the agent pool. Preserves the detailed info of failure. If there was no error, this field is omitted.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningError?: ErrorDetail;\n}\n\n/** Configures the per-node local DNS, with VnetDNS and KubeDNS overrides. LocalDNS helps improve performance and reliability of DNS resolution in an AKS cluster. For more details see aka.ms/aks/localdns. */\nexport interface LocalDNSProfile {\n /** Mode of enablement for localDNS. */\n mode?: LocalDNSMode;\n /**\n * System-generated state of localDNS.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly state?: LocalDNSState;\n /** VnetDNS overrides apply to DNS traffic from pods with dnsPolicy:default or kubelet (referred to as VnetDNS traffic). */\n vnetDNSOverrides?: { [propertyName: string]: LocalDNSOverride };\n /** KubeDNS overrides apply to DNS traffic from pods with dnsPolicy:ClusterFirst (referred to as KubeDNS traffic). */\n kubeDNSOverrides?: { [propertyName: string]: LocalDNSOverride };\n}\n\n/** Overrides for localDNS profile. */\nexport interface LocalDNSOverride {\n /** Log level for DNS queries in localDNS. */\n queryLogging?: LocalDNSQueryLogging;\n /** Enforce TCP or prefer UDP protocol for connections from localDNS to upstream DNS server. */\n protocol?: LocalDNSProtocol;\n /** Destination server for DNS queries to be forwarded from localDNS. */\n forwardDestination?: LocalDNSForwardDestination;\n /** Forward policy for selecting upstream DNS server. See [forward plugin](https://coredns.io/plugins/forward) for more information. */\n forwardPolicy?: LocalDNSForwardPolicy;\n /** Maximum number of concurrent queries. See [forward plugin](https://coredns.io/plugins/forward) for more information. */\n maxConcurrent?: number;\n /** Cache max TTL in seconds. See [cache plugin](https://coredns.io/plugins/cache) for more information. */\n cacheDurationInSeconds?: number;\n /** Serve stale duration in seconds. See [cache plugin](https://coredns.io/plugins/cache) for more information. */\n serveStaleDurationInSeconds?: number;\n /** Policy for serving stale data. See [cache plugin](https://coredns.io/plugins/cache) for more information. */\n serveStale?: LocalDNSServeStale;\n}\n\n/** Settings to determine the node customization used to provision nodes in a pool. */\nexport interface NodeCustomizationProfile {\n /** The resource ID of the node customization resource to use. This can be a version. Omitting the version will use the latest version of the node customization. */\n nodeCustomizationId?: string;\n}\n\n/** Profile for Linux VMs in the container service cluster. */\nexport interface ContainerServiceLinuxProfile {\n /** The administrator username to use for Linux VMs. */\n adminUsername: string;\n /** The SSH configuration for Linux-based VMs running on Azure. */\n ssh: ContainerServiceSshConfiguration;\n}\n\n/** SSH configuration for Linux-based VMs running on Azure. */\nexport interface ContainerServiceSshConfiguration {\n /** The list of SSH public keys used to authenticate with Linux-based VMs. A maximum of 1 key may be specified. */\n publicKeys: ContainerServiceSshPublicKey[];\n}\n\n/** Contains information about SSH certificate public key data. */\nexport interface ContainerServiceSshPublicKey {\n /** Certificate public key used to authenticate with VMs through SSH. The certificate must be in PEM format with or without headers. */\n keyData: string;\n}\n\n/** Profile for Windows VMs in the managed cluster. */\nexport interface ManagedClusterWindowsProfile {\n /** Specifies the name of the administrator account. <br><br> **Restriction:** Cannot end in \".\" <br><br> **Disallowed values:** \"administrator\", \"admin\", \"user\", \"user1\", \"test\", \"user2\", \"test1\", \"user3\", \"admin1\", \"1\", \"123\", \"a\", \"actuser\", \"adm\", \"admin2\", \"aspnet\", \"backup\", \"console\", \"david\", \"guest\", \"john\", \"owner\", \"root\", \"server\", \"sql\", \"support\", \"support_388945a0\", \"sys\", \"test2\", \"test3\", \"user4\", \"user5\". <br><br> **Minimum-length:** 1 character <br><br> **Max-length:** 20 characters */\n adminUsername: string;\n /** Specifies the password of the administrator account. <br><br> **Minimum-length:** 8 characters <br><br> **Max-length:** 123 characters <br><br> **Complexity requirements:** 3 out of 4 conditions below need to be fulfilled <br> Has lower characters <br>Has upper characters <br> Has a digit <br> Has a special character (Regex match [\\W_]) <br><br> **Disallowed values:** \"abc@123\", \"P@$$w0rd\", \"P@ssw0rd\", \"P@ssword123\", \"Pa$$word\", \"pass@word1\", \"Password!\", \"Password1\", \"Password22\", \"iloveyou!\" */\n adminPassword?: string;\n /** The license type to use for Windows VMs. See [Azure Hybrid User Benefits](https://azure.microsoft.com/pricing/hybrid-benefit/faq/) for more details. */\n licenseType?: LicenseType;\n /** Whether to enable CSI proxy. For more details on CSI proxy, see the [CSI proxy GitHub repo](https://github.com/kubernetes-csi/csi-proxy). */\n enableCSIProxy?: boolean;\n /** The Windows gMSA Profile in the Managed Cluster. */\n gmsaProfile?: WindowsGmsaProfile;\n}\n\n/** Windows gMSA Profile in the managed cluster. */\nexport interface WindowsGmsaProfile {\n /** Whether to enable Windows gMSA. Specifies whether to enable Windows gMSA in the managed cluster. */\n enabled?: boolean;\n /** Specifies the DNS server for Windows gMSA. <br><br> Set it to empty if you have configured the DNS server in the vnet which is used to create the managed cluster. */\n dnsServer?: string;\n /** Specifies the root domain name for Windows gMSA. <br><br> Set it to empty if you have configured the DNS server in the vnet which is used to create the managed cluster. */\n rootDomainName?: string;\n}\n\n/** Information about a service principal identity for the cluster to use for manipulating Azure APIs. */\nexport interface ManagedClusterServicePrincipalProfile {\n /** The ID for the service principal. */\n clientId: string;\n /** The secret password associated with the service principal in plain text. */\n secret?: string;\n}\n\n/** A Kubernetes add-on profile for a managed cluster. */\nexport interface ManagedClusterAddonProfile {\n /** Whether the add-on is enabled or not. */\n enabled: boolean;\n /** Key-value pairs for configuring an add-on. */\n config?: { [propertyName: string]: string };\n /**\n * Information of user assigned identity used by this add-on.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly identity?: ManagedClusterAddonProfileIdentity;\n}\n\n/** Details about a user assigned identity. */\nexport interface UserAssignedIdentity {\n /** The resource ID of the user assigned identity. */\n resourceId?: string;\n /** The client ID of the user assigned identity. */\n clientId?: string;\n /** The object ID of the user assigned identity. */\n objectId?: string;\n}\n\n/** The pod identity profile of the Managed Cluster. See [use AAD pod identity](https://docs.microsoft.com/azure/aks/use-azure-ad-pod-identity) for more details on pod identity integration. */\nexport interface ManagedClusterPodIdentityProfile {\n /** Whether the pod identity addon is enabled. */\n enabled?: boolean;\n /** Whether pod identity is allowed to run on clusters with Kubenet networking. Running in Kubenet is disabled by default due to the security related nature of AAD Pod Identity and the risks of IP spoofing. See [using Kubenet network plugin with AAD Pod Identity](https://docs.microsoft.com/azure/aks/use-azure-ad-pod-identity#using-kubenet-network-plugin-with-azure-active-directory-pod-managed-identities) for more information. */\n allowNetworkPluginKubenet?: boolean;\n /** The pod identities to use in the cluster. */\n userAssignedIdentities?: ManagedClusterPodIdentity[];\n /** The pod identity exceptions to allow. */\n userAssignedIdentityExceptions?: ManagedClusterPodIdentityException[];\n}\n\n/** Details about the pod identity assigned to the Managed Cluster. */\nexport interface ManagedClusterPodIdentity {\n /** The name of the pod identity. */\n name: string;\n /** The namespace of the pod identity. */\n namespace: string;\n /** The binding selector to use for the AzureIdentityBinding resource. */\n bindingSelector?: string;\n /** The user assigned identity details. */\n identity: UserAssignedIdentity;\n /**\n * The current provisioning state of the pod identity.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: ManagedClusterPodIdentityProvisioningState;\n /** NOTE: This property will not be serialized. It can only be populated by the server. */\n readonly provisioningInfo?: ManagedClusterPodIdentityProvisioningInfo;\n}\n\nexport interface ManagedClusterPodIdentityProvisioningInfo {\n /** Pod identity assignment error (if any). */\n error?: ManagedClusterPodIdentityProvisioningError;\n}\n\n/** An error response from the pod identity provisioning. */\nexport interface ManagedClusterPodIdentityProvisioningError {\n /** Details about the error. */\n error?: ManagedClusterPodIdentityProvisioningErrorBody;\n}\n\n/** An error response from the pod identity provisioning. */\nexport interface ManagedClusterPodIdentityProvisioningErrorBody {\n /** An identifier for the error. Codes are invariant and are intended to be consumed programmatically. */\n code?: string;\n /** A message describing the error, intended to be suitable for display in a user interface. */\n message?: string;\n /** The target of the particular error. For example, the name of the property in error. */\n target?: string;\n /** A list of additional details about the error. */\n details?: ManagedClusterPodIdentityProvisioningErrorBody[];\n}\n\n/** A pod identity exception, which allows pods with certain labels to access the Azure Instance Metadata Service (IMDS) endpoint without being intercepted by the node-managed identity (NMI) server. See [disable AAD Pod Identity for a specific Pod/Application](https://azure.github.io/aad-pod-identity/docs/configure/application_exception/) for more details. */\nexport interface ManagedClusterPodIdentityException {\n /** The name of the pod identity exception. */\n name: string;\n /** The namespace of the pod identity exception. */\n namespace: string;\n /** The pod labels to match. */\n podLabels: { [propertyName: string]: string };\n}\n\n/** The OIDC issuer profile of the Managed Cluster. */\nexport interface ManagedClusterOidcIssuerProfile {\n /**\n * The OIDC issuer url of the Managed Cluster.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly issuerURL?: string;\n /** Whether the OIDC issuer is enabled. */\n enabled?: boolean;\n}\n\n/** Node resource group lockdown profile for a managed cluster. */\nexport interface ManagedClusterNodeResourceGroupProfile {\n /** The restriction level applied to the cluster's node resource group */\n restrictionLevel?: RestrictionLevel;\n}\n\n/** Profile of network configuration. */\nexport interface ContainerServiceNetworkProfile {\n /** Network plugin used for building the Kubernetes network. */\n networkPlugin?: NetworkPlugin;\n /** Network plugin mode used for building the Kubernetes network. */\n networkPluginMode?: NetworkPluginMode;\n /** Network policy used for building the Kubernetes network. */\n networkPolicy?: NetworkPolicy;\n /** The network mode Azure CNI is configured with. This cannot be specified if networkPlugin is anything other than 'azure'. */\n networkMode?: NetworkMode;\n /** Network dataplane used in the Kubernetes cluster. */\n networkDataplane?: NetworkDataplane;\n /** A CIDR notation IP range from which to assign pod IPs when kubenet is used. */\n podCidr?: string;\n /** A CIDR notation IP range from which to assign service cluster IPs. It must not overlap with any Subnet IP ranges. */\n serviceCidr?: string;\n /** An IP address assigned to the Kubernetes DNS service. It must be within the Kubernetes service address range specified in serviceCidr. */\n dnsServiceIP?: string;\n /** The outbound (egress) routing method. This can only be set at cluster creation time and cannot be changed later. For more information see [egress outbound type](https://docs.microsoft.com/azure/aks/egress-outboundtype). */\n outboundType?: OutboundType;\n /** The load balancer sku for the managed cluster. The default is 'standard'. See [Azure Load Balancer SKUs](https://docs.microsoft.com/azure/load-balancer/skus) for more information about the differences between load balancer SKUs. */\n loadBalancerSku?: LoadBalancerSku;\n /** Profile of the cluster load balancer. */\n loadBalancerProfile?: ManagedClusterLoadBalancerProfile;\n /** Profile of the cluster NAT gateway. */\n natGatewayProfile?: ManagedClusterNATGatewayProfile;\n /** The profile for Static Egress Gateway addon. For more details about Static Egress Gateway, see https://aka.ms/aks/static-egress-gateway. */\n staticEgressGatewayProfile?: ManagedClusterStaticEgressGatewayProfile;\n /** The CIDR notation IP ranges from which to assign pod IPs. One IPv4 CIDR is expected for single-stack networking. Two CIDRs, one for each IP family (IPv4/IPv6), is expected for dual-stack networking. */\n podCidrs?: string[];\n /** The CIDR notation IP ranges from which to assign service cluster IPs. One IPv4 CIDR is expected for single-stack networking. Two CIDRs, one for each IP family (IPv4/IPv6), is expected for dual-stack networking. They must not overlap with any Subnet IP ranges. */\n serviceCidrs?: string[];\n /** The IP families used to specify IP versions available to the cluster. IP families are used to determine single-stack or dual-stack clusters. For single-stack, the expected value is IPv4. For dual-stack, the expected values are IPv4 and IPv6. */\n ipFamilies?: IpFamily[];\n /** Defines access to special link local addresses (Azure Instance Metadata Service, aka IMDS) for pods with hostNetwork=false. if not specified, the default is 'IMDS'. */\n podLinkLocalAccess?: PodLinkLocalAccess;\n /** Holds configuration customizations for kube-proxy. Any values not defined will use the kube-proxy defaulting behavior. See https://v<version>.docs.kubernetes.io/docs/reference/command-line-tools-reference/kube-proxy/ where <version> is represented by a <major version>-<minor version> string. Kubernetes version 1.23 would be '1-23'. */\n kubeProxyConfig?: ContainerServiceNetworkProfileKubeProxyConfig;\n /** Advanced Networking profile for enabling observability and security feature suite on a cluster. For more information see aka.ms/aksadvancednetworking. */\n advancedNetworking?: AdvancedNetworking;\n}\n\n/** Profile of the managed cluster load balancer. */\nexport interface ManagedClusterLoadBalancerProfile {\n /** Desired managed outbound IPs for the cluster load balancer. */\n managedOutboundIPs?: ManagedClusterLoadBalancerProfileManagedOutboundIPs;\n /** Desired outbound IP Prefix resources for the cluster load balancer. */\n outboundIPPrefixes?: ManagedClusterLoadBalancerProfileOutboundIPPrefixes;\n /** Desired outbound IP resources for the cluster load balancer. */\n outboundIPs?: ManagedClusterLoadBalancerProfileOutboundIPs;\n /**\n * The effective outbound IP resources of the cluster load balancer.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly effectiveOutboundIPs?: ResourceReference[];\n /** The desired number of allocated SNAT ports per VM. Allowed values are in the range of 0 to 64000 (inclusive). The default value is 0 which results in Azure dynamically allocating ports. */\n allocatedOutboundPorts?: number;\n /** Desired outbound flow idle timeout in minutes. Allowed values are in the range of 4 to 120 (inclusive). The default value is 30 minutes. */\n idleTimeoutInMinutes?: number;\n /** Enable multiple standard load balancers per AKS cluster or not. */\n enableMultipleStandardLoadBalancers?: boolean;\n /** The type of the managed inbound Load Balancer BackendPool. */\n backendPoolType?: BackendPoolType;\n /** The health probing behavior for External Traffic Policy Cluster services. */\n clusterServiceLoadBalancerHealthProbeMode?: ClusterServiceLoadBalancerHealthProbeMode;\n}\n\n/** Desired managed outbound IPs for the cluster load balancer. */\nexport interface ManagedClusterLoadBalancerProfileManagedOutboundIPs {\n /** The desired number of IPv4 outbound IPs created/managed by Azure for the cluster load balancer. Allowed values must be in the range of 1 to 100 (inclusive). The default value is 1. */\n count?: number;\n /** The desired number of IPv6 outbound IPs created/managed by Azure for the cluster load balancer. Allowed values must be in the range of 1 to 100 (inclusive). The default value is 0 for single-stack and 1 for dual-stack. */\n countIPv6?: number;\n}\n\n/** Desired outbound IP Prefix resources for the cluster load balancer. */\nexport interface ManagedClusterLoadBalancerProfileOutboundIPPrefixes {\n /** A list of public IP prefix resources. */\n publicIPPrefixes?: ResourceReference[];\n}\n\n/** A reference to an Azure resource. */\nexport interface ResourceReference {\n /** The fully qualified Azure resource id. */\n id?: string;\n}\n\n/** Desired outbound IP resources for the cluster load balancer. */\nexport interface ManagedClusterLoadBalancerProfileOutboundIPs {\n /** A list of public IP resources. */\n publicIPs?: ResourceReference[];\n}\n\n/** Profile of the managed cluster NAT gateway. */\nexport interface ManagedClusterNATGatewayProfile {\n /** Profile of the managed outbound IP resources of the cluster NAT gateway. */\n managedOutboundIPProfile?: ManagedClusterManagedOutboundIPProfile;\n /**\n * The effective outbound IP resources of the cluster NAT gateway.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly effectiveOutboundIPs?: ResourceReference[];\n /** Desired outbound flow idle timeout in minutes. Allowed values are in the range of 4 to 120 (inclusive). The default value is 4 minutes. */\n idleTimeoutInMinutes?: number;\n}\n\n/** Profile of the managed outbound IP resources of the managed cluster. */\nexport interface ManagedClusterManagedOutboundIPProfile {\n /** The desired number of outbound IPs created/managed by Azure. Allowed values must be in the range of 1 to 16 (inclusive). The default value is 1. */\n count?: number;\n}\n\n/** The Static Egress Gateway addon configuration for the cluster. */\nexport interface ManagedClusterStaticEgressGatewayProfile {\n /** Enable Static Egress Gateway addon. Indicates if Static Egress Gateway addon is enabled or not. */\n enabled?: boolean;\n}\n\n/** Holds configuration customizations for kube-proxy. Any values not defined will use the kube-proxy defaulting behavior. See https://v<version>.docs.kubernetes.io/docs/reference/command-line-tools-reference/kube-proxy/ where <version> is represented by a <major version>-<minor version> string. Kubernetes version 1.23 would be '1-23'. */\nexport interface ContainerServiceNetworkProfileKubeProxyConfig {\n /** Whether to enable on kube-proxy on the cluster (if no 'kubeProxyConfig' exists, kube-proxy is enabled in AKS by default without these customizations). */\n enabled?: boolean;\n /** Specify which proxy mode to use ('IPTABLES', 'IPVS' or 'NFTABLES') */\n mode?: Mode;\n /** Holds configuration customizations for IPVS. May only be specified if 'mode' is set to 'IPVS'. */\n ipvsConfig?: ContainerServiceNetworkProfileKubeProxyConfigIpvsConfig;\n}\n\n/** Holds configuration customizations for IPVS. May only be specified if 'mode' is set to 'IPVS'. */\nexport interface ContainerServiceNetworkProfileKubeProxyConfigIpvsConfig {\n /** IPVS scheduler, for more information please see http://www.linuxvirtualserver.org/docs/scheduling.html. */\n scheduler?: IpvsScheduler;\n /** The timeout value used for idle IPVS TCP sessions in seconds. Must be a positive integer value. */\n tcpTimeoutSeconds?: number;\n /** The timeout value used for IPVS TCP sessions after receiving a FIN in seconds. Must be a positive integer value. */\n tcpFinTimeoutSeconds?: number;\n /** The timeout value used for IPVS UDP packets in seconds. Must be a positive integer value. */\n udpTimeoutSeconds?: number;\n}\n\n/** Advanced Networking profile for enabling observability and security feature suite on a cluster. For more information see aka.ms/aksadvancednetworking. */\nexport interface AdvancedNetworking {\n /** Indicates the enablement of Advanced Networking functionalities of observability and security on AKS clusters. When this is set to true, all observability and security features will be set to enabled unless explicitly disabled. If not specified, the default is false. */\n enabled?: boolean;\n /** Observability profile to enable advanced network metrics and flow logs with historical contexts. */\n observability?: AdvancedNetworkingObservability;\n /** Security profile to enable security features on cilium-based cluster. */\n security?: AdvancedNetworkingSecurity;\n /** Profile to enable performance-enhancing features on clusters that use Azure CNI powered by Cilium. */\n performance?: AdvancedNetworkingPerformance;\n}\n\n/** Observability profile to enable advanced network metrics and flow logs with historical contexts. */\nexport interface AdvancedNetworkingObservability {\n /** Indicates the enablement of Advanced Networking observability functionalities on clusters. */\n enabled?: boolean;\n}\n\n/** Security profile to enable security features on cilium-based cluster. */\nexport interface AdvancedNetworkingSecurity {\n /** Configure Advanced Networking Security features on Cilium clusters. See individual fields for their default values. */\n enabled?: boolean;\n /** Enable advanced network policies. This allows users to configure Layer 7 network policies (FQDN, HTTP, Kafka). Policies themselves must be configured via the Cilium Network Policy resources, see https://docs.cilium.io/en/latest/security/policy/index.html. This can be enabled only on cilium-based clusters. If not specified, the default value is FQDN if security.enabled is set to true. */\n advancedNetworkPolicies?: AdvancedNetworkPolicies;\n /** Encryption configuration for Cilium-based clusters. Once enabled all traffic between Cilium managed pods will be encrypted when it leaves the node boundary. */\n transitEncryption?: AdvancedNetworkingSecurityTransitEncryption;\n}\n\n/** Encryption configuration for Cilium-based clusters. Once enabled all traffic between Cilium managed pods will be encrypted when it leaves the node boundary. */\nexport interface AdvancedNetworkingSecurityTransitEncryption {\n /** Configures pod-to-pod encryption. This can be enabled only on Cilium-based clusters. If not specified, the default value is None. */\n type?: TransitEncryptionType;\n}\n\n/** Profile to enable performance-enhancing features on clusters that use Azure CNI powered by Cilium. */\nexport interface AdvancedNetworkingPerformance {\n /** Enable advanced network acceleration options. This allows users to configure acceleration using BPF host routing. This can be enabled only with Cilium dataplane. If not specified, the default value is None (no acceleration). The acceleration mode can be changed on a pre-existing cluster. See https://aka.ms/acnsperformance for a detailed explanation */\n accelerationMode?: AccelerationMode;\n}\n\n/** AADProfile specifies attributes for Azure Active Directory integration. For more details see [managed AAD on AKS](https://docs.microsoft.com/azure/aks/managed-aad). */\nexport interface ManagedClusterAADProfile {\n /** Whether to enable managed AAD. */\n managed?: boolean;\n /** Whether to enable Azure RBAC for Kubernetes authorization. */\n enableAzureRbac?: boolean;\n /** The list of AAD group object IDs that will have admin role of the cluster. */\n adminGroupObjectIDs?: string[];\n /** (DEPRECATED) The client AAD application ID. Learn more at https://aka.ms/aks/aad-legacy. */\n clientAppID?: string;\n /** (DEPRECATED) The server AAD application ID. Learn more at https://aka.ms/aks/aad-legacy. */\n serverAppID?: string;\n /** (DEPRECATED) The server AAD application secret. Learn more at https://aka.ms/aks/aad-legacy. */\n serverAppSecret?: string;\n /** The AAD tenant ID to use for authentication. If not specified, will use the tenant of the deployment subscription. */\n tenantID?: string;\n}\n\n/** Auto upgrade profile for a managed cluster. */\nexport interface ManagedClusterAutoUpgradeProfile {\n /** The upgrade channel for auto upgrade. The default is 'none'. For more information see [setting the AKS cluster auto-upgrade channel](https://docs.microsoft.com/azure/aks/upgrade-cluster#set-auto-upgrade-channel). */\n upgradeChannel?: UpgradeChannel;\n /** Manner in which the OS on your nodes is updated. The default is Unmanaged, but may change to either NodeImage or SecurityPatch at GA. */\n nodeOSUpgradeChannel?: NodeOSUpgradeChannel;\n}\n\n/** Settings for upgrading a cluster. */\nexport interface ClusterUpgradeSettings {\n /** Settings for overrides. */\n overrideSettings?: UpgradeOverrideSettings;\n}\n\n/** Settings for overrides when upgrading a cluster. */\nexport interface UpgradeOverrideSettings {\n /** Whether to force upgrade the cluster. Note that this option instructs upgrade operation to bypass upgrade protections such as checking for deprecated API usage. Enable this option only with caution. */\n forceUpgrade?: boolean;\n /** Until when the overrides are effective. Note that this only matches the start time of an upgrade, and the effectiveness won't change once an upgrade starts even if the `until` expires as upgrade proceeds. This field is not set by default. It must be set for the overrides to take effect. */\n until?: Date;\n}\n\n/** Parameters to be applied to the cluster-autoscaler when enabled */\nexport interface ManagedClusterPropertiesAutoScalerProfile {\n /** Detects similar node pools and balances the number of nodes between them. Valid values are 'true' and 'false' */\n balanceSimilarNodeGroups?: string;\n /** DaemonSet pods will be gracefully terminated from empty nodes. If set to true, all daemonset pods on empty nodes will be evicted before deletion of the node. If the daemonset pod cannot be evicted another node will be chosen for scaling. If set to false, the node will be deleted without ensuring that daemonset pods are deleted or evicted. */\n daemonsetEvictionForEmptyNodes?: boolean;\n /** DaemonSet pods will be gracefully terminated from non-empty nodes. If set to true, all daemonset pods on occupied nodes will be evicted before deletion of the node. If the daemonset pod cannot be evicted another node will be chosen for scaling. If set to false, the node will be deleted without ensuring that daemonset pods are deleted or evicted. */\n daemonsetEvictionForOccupiedNodes?: boolean;\n /** Should CA ignore DaemonSet pods when calculating resource utilization for scaling down. If set to true, the resources used by daemonset will be taken into account when making scaling down decisions. */\n ignoreDaemonsetsUtilization?: boolean;\n /** Type of node group expander to be used in scale up. Set to be deprecated, please use 'expanders' flag in the future. Available values are: 'least-waste', 'most-pods', 'priority', 'random'. */\n expander?: Expander;\n /** The maximum number of empty nodes that can be deleted at the same time. This must be a positive integer. The default is 10. */\n maxEmptyBulkDelete?: string;\n /** The maximum number of seconds the cluster autoscaler waits for pod termination when trying to scale down a node. The default is 600. */\n maxGracefulTerminationSec?: string;\n /** The maximum time the autoscaler waits for a node to be provisioned. The default is '15m'. Values must be an integer followed by an 'm'. No unit of time other than minutes (m) is supported. */\n maxNodeProvisionTime?: string;\n /** The maximum percentage of unready nodes in the cluster. After this percentage is exceeded, cluster autoscaler halts operations. The default is 45. The maximum is 100 and the minimum is 0. */\n maxTotalUnreadyPercentage?: string;\n /** Ignore unscheduled pods before they're a certain age. For scenarios like burst/batch scale where you don't want CA to act before the kubernetes scheduler could schedule all the pods, you can tell CA to ignore unscheduled pods before they're a certain age. The default is '0s'. Values must be an integer followed by a unit ('s' for seconds, 'm' for minutes, 'h' for hours, etc). */\n newPodScaleUpDelay?: string;\n /** The number of allowed unready nodes, irrespective of max-total-unready-percentage. This must be an integer. The default is 3. */\n okTotalUnreadyCount?: string;\n /** How often cluster is reevaluated for scale up or down. The default is '10'. Values must be an integer number of seconds. */\n scanInterval?: string;\n /** How long after scale up that scale down evaluation resumes. The default is '10m'. Values must be an integer followed by an 'm'. No unit of time other than minutes (m) is supported. */\n scaleDownDelayAfterAdd?: string;\n /** How long after node deletion that scale down evaluation resumes. The default is the scan-interval. Values must be an integer followed by an 'm'. No unit of time other than minutes (m) is supported. */\n scaleDownDelayAfterDelete?: string;\n /** How long after scale down failure that scale down evaluation resumes. The default is '3m'. Values must be an integer followed by an 'm'. No unit of time other than minutes (m) is supported. */\n scaleDownDelayAfterFailure?: string;\n /** How long a node should be unneeded before it is eligible for scale down. The default is '10m'. Values must be an integer followed by an 'm'. No unit of time other than minutes (m) is supported. */\n scaleDownUnneededTime?: string;\n /** How long an unready node should be unneeded before it is eligible for scale down. The default is '20m'. Values must be an integer followed by an 'm'. No unit of time other than minutes (m) is supported. */\n scaleDownUnreadyTime?: string;\n /** Node utilization level, defined as sum of requested resources divided by capacity, below which a node can be considered for scale down. The default is '0.5'. */\n scaleDownUtilizationThreshold?: string;\n /** If cluster autoscaler will skip deleting nodes with pods with local storage, for example, EmptyDir or HostPath. The default is true. */\n skipNodesWithLocalStorage?: string;\n /** If cluster autoscaler will skip deleting nodes with pods from kube-system (except for DaemonSet or mirror pods). The default is true. */\n skipNodesWithSystemPods?: string;\n}\n\n/** Access profile for managed cluster API server. */\nexport interface ManagedClusterAPIServerAccessProfile {\n /** The IP ranges authorized to access the Kubernetes API server. IP ranges are specified in CIDR format, e.g. 137.117.106.88/29. This feature is not compatible with clusters that use Public IP Per Node, or clusters that are using a Basic Load Balancer. For more information see [API server authorized IP ranges](https://docs.microsoft.com/azure/aks/api-server-authorized-ip-ranges). */\n authorizedIPRanges?: string[];\n /** Whether to create the cluster as a private cluster or not. For more details, see [Creating a private AKS cluster](https://docs.microsoft.com/azure/aks/private-clusters). */\n enablePrivateCluster?: boolean;\n /** The private DNS zone mode for the cluster. The default is System. For more details see [configure private DNS zone](https://docs.microsoft.com/azure/aks/private-clusters#configure-private-dns-zone). Allowed values are 'system' and 'none'. */\n privateDNSZone?: string;\n /** Whether to create additional public FQDN for private cluster or not. */\n enablePrivateClusterPublicFqdn?: boolean;\n /** Whether to disable run command for the cluster or not. */\n disableRunCommand?: boolean;\n /** Whether to enable apiserver vnet integration for the cluster or not. */\n enableVnetIntegration?: boolean;\n /** The subnet to be used when apiserver vnet integration is enabled. It is required when: 1. creating a new cluster with BYO Vnet; 2. updating an existing cluster to enable apiserver vnet integration. */\n subnetId?: string;\n}\n\n/** A private link resource */\nexport interface PrivateLinkResource {\n /** The ID of the private link resource. */\n id?: string;\n /** The name of the private link resource. */\n name?: string;\n /** The resource type. */\n type?: string;\n /** The group ID of the resource. */\n groupId?: string;\n /** The RequiredMembers of the resource */\n requiredMembers?: string[];\n /**\n * The private link service ID of the resource, this field is exposed only to NRP internally.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly privateLinkServiceID?: string;\n}\n\n/** Cluster HTTP proxy configuration. */\nexport interface ManagedClusterHttpProxyConfig {\n /** The HTTP proxy server endpoint to use. */\n httpProxy?: string;\n /** The HTTPS proxy server endpoint to use. */\n httpsProxy?: string;\n /** The endpoints that should not go through proxy. */\n noProxy?: string[];\n /**\n * A read-only list of all endpoints for which traffic should not be sent to the proxy. This list is a superset of noProxy and values injected by AKS.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly effectiveNoProxy?: string[];\n /** Alternative CA cert to use for connecting to proxy servers. */\n trustedCa?: string;\n /** Whether to enable HTTP proxy. When disabled, the specified proxy configuration will be not be set on pods and nodes. */\n enabled?: boolean;\n}\n\n/** Security profile for the container service cluster. */\nexport interface ManagedClusterSecurityProfile {\n /** Microsoft Defender settings for the security profile. */\n defender?: ManagedClusterSecurityProfileDefender;\n /** Azure Key Vault [key management service](https://kubernetes.io/docs/tasks/administer-cluster/kms-provider/) settings for the security profile. */\n azureKeyVaultKms?: AzureKeyVaultKms;\n /** Encryption at rest of Kubernetes resource objects. More information on this can be found under https://aka.ms/aks/kubernetesResourceObjectEncryption */\n kubernetesResourceObjectEncryptionProfile?: KubernetesResourceObjectEncryptionProfile;\n /** Workload identity settings for the security profile. Workload identity enables Kubernetes applications to access Azure cloud resources securely with Azure AD. See https://aka.ms/aks/wi for more details. */\n workloadIdentity?: ManagedClusterSecurityProfileWorkloadIdentity;\n /** Image Cleaner settings for the security profile. */\n imageCleaner?: ManagedClusterSecurityProfileImageCleaner;\n /** Image integrity is a feature that works with Azure Policy to verify image integrity by signature. This will not have any effect unless Azure Policy is applied to enforce image signatures. See https://aka.ms/aks/image-integrity for how to use this feature via policy. */\n imageIntegrity?: ManagedClusterSecurityProfileImageIntegrity;\n /** [Node Restriction](https://kubernetes.io/docs/reference/access-authn-authz/admission-controllers/#noderestriction) settings for the security profile. */\n nodeRestriction?: ManagedClusterSecurityProfileNodeRestriction;\n /** A list of up to 10 base64 encoded CAs that will be added to the trust store on all nodes in the cluster. For more information see [Custom CA Trust Certificates](https://learn.microsoft.com/en-us/azure/aks/custom-certificate-authority). */\n customCATrustCertificates?: Uint8Array[];\n}\n\n/** Microsoft Defender settings for the security profile. */\nexport interface ManagedClusterSecurityProfileDefender {\n /** Resource ID of the Log Analytics workspace to be associated with Microsoft Defender. When Microsoft Defender is enabled, this field is required and must be a valid workspace resource ID. When Microsoft Defender is disabled, leave the field empty. */\n logAnalyticsWorkspaceResourceId?: string;\n /** Microsoft Defender threat detection for Cloud settings for the security profile. */\n securityMonitoring?: ManagedClusterSecurityProfileDefenderSecurityMonitoring;\n /** Microsoft Defender settings for security gating, validates container images eligibility for deployment based on Defender for Containers security findings. Using Admission Controller, it either audits or prevents the deployment of images that do not meet security standards. */\n securityGating?: ManagedClusterSecurityProfileDefenderSecurityGating;\n}\n\n/** Microsoft Defender settings for the security profile threat detection. */\nexport interface ManagedClusterSecurityProfileDefenderSecurityMonitoring {\n /** Whether to enable Defender threat detection */\n enabled?: boolean;\n}\n\n/** Microsoft Defender settings for security gating, validates container images eligibility for deployment based on Defender for Containers security findings. Using Admission Controller, it either audits or prevents the deployment of images that do not meet security standards. */\nexport interface ManagedClusterSecurityProfileDefenderSecurityGating {\n /** Whether to enable Defender security gating. When enabled, the gating feature will scan container images and audit or block the deployment of images that do not meet security standards according to the configured security rules. */\n enabled?: boolean;\n /** List of identities that the admission controller will make use of in order to pull security artifacts from the registry. These are the same identities used by the cluster to pull container images. Each identity provided should have federated identity credential attached to it. */\n identities?: ManagedClusterSecurityProfileDefenderSecurityGatingIdentitiesItem[];\n /** In use only while registry access granted by secret rather than managed identity. Set whether to grant the Defender gating agent access to the cluster's secrets for pulling images from registries. If secret access is denied and the registry requires pull secrets, the add-on will not perform any image validation. Default value is false. */\n allowSecretAccess?: boolean;\n}\n\nexport interface ManagedClusterSecurityProfileDefenderSecurityGatingIdentitiesItem {\n /** The container registry for which the identity will be used; the identity specified here should have a federated identity credential attached to it. */\n azureContainerRegistry?: string;\n /** The identity object used to access the registry */\n identity?: UserAssignedIdentity;\n}\n\n/** Azure Key Vault key management service settings for the security profile. */\nexport interface AzureKeyVaultKms {\n /** Whether to enable Azure Key Vault key management service. The default is false. */\n enabled?: boolean;\n /** Identifier of Azure Key Vault key. See [key identifier format](https://docs.microsoft.com/en-us/azure/key-vault/general/about-keys-secrets-certificates#vault-name-and-object-name) for more details. When Azure Key Vault key management service is enabled, this field is required and must be a valid key identifier. When Azure Key Vault key management service is disabled, leave the field empty. */\n keyId?: string;\n /** Network access of the key vault. Network access of key vault. The possible values are `Public` and `Private`. `Public` means the key vault allows public access from all networks. `Private` means the key vault disables public access and enables private link. The default value is `Public`. */\n keyVaultNetworkAccess?: KeyVaultNetworkAccessTypes;\n /** Resource ID of key vault. When keyVaultNetworkAccess is `Private`, this field is required and must be a valid resource ID. When keyVaultNetworkAccess is `Public`, leave the field empty. */\n keyVaultResourceId?: string;\n}\n\n/** Encryption at rest of Kubernetes resource objects using service-managed keys. More information on this can be found under https://aka.ms/aks/kubernetesResourceObjectEncryption. */\nexport interface KubernetesResourceObjectEncryptionProfile {\n /** Whether to enable encryption at rest of Kubernetes resource objects using service-managed keys. More information on this can be found under https://aka.ms/aks/kubernetesResourceObjectEncryption. */\n infrastructureEncryption?: InfrastructureEncryption;\n}\n\n/** Workload identity settings for the security profile. */\nexport interface ManagedClusterSecurityProfileWorkloadIdentity {\n /** Whether to enable workload identity. */\n enabled?: boolean;\n}\n\n/** Image Cleaner removes unused images from nodes, freeing up disk space and helping to reduce attack surface area. Here are settings for the security profile. */\nexport interface ManagedClusterSecurityProfileImageCleaner {\n /** Whether to enable Image Cleaner on AKS cluster. */\n enabled?: boolean;\n /** Image Cleaner scanning interval in hours. */\n intervalHours?: number;\n}\n\n/** Image integrity related settings for the security profile. */\nexport interface ManagedClusterSecurityProfileImageIntegrity {\n /** Whether to enable image integrity. The default value is false. */\n enabled?: boolean;\n}\n\n/** Node Restriction settings for the security profile. */\nexport interface ManagedClusterSecurityProfileNodeRestriction {\n /** Whether to enable Node Restriction */\n enabled?: boolean;\n}\n\n/** Storage profile for the container service cluster. */\nexport interface ManagedClusterStorageProfile {\n /** AzureDisk CSI Driver settings for the storage profile. */\n diskCSIDriver?: ManagedClusterStorageProfileDiskCSIDriver;\n /** AzureFile CSI Driver settings for the storage profile. */\n fileCSIDriver?: ManagedClusterStorageProfileFileCSIDriver;\n /** Snapshot Controller settings for the storage profile. */\n snapshotController?: ManagedClusterStorageProfileSnapshotController;\n /** AzureBlob CSI Driver settings for the storage profile. */\n blobCSIDriver?: ManagedClusterStorageProfileBlobCSIDriver;\n}\n\n/** AzureDisk CSI Driver settings for the storage profile. */\nexport interface ManagedClusterStorageProfileDiskCSIDriver {\n /** Whether to enable AzureDisk CSI Driver. The default value is true. */\n enabled?: boolean;\n /** The version of AzureDisk CSI Driver. The default value is v1. */\n version?: string;\n}\n\n/** AzureFile CSI Driver settings for the storage profile. */\nexport interface ManagedClusterStorageProfileFileCSIDriver {\n /** Whether to enable AzureFile CSI Driver. The default value is true. */\n enabled?: boolean;\n}\n\n/** Snapshot Controller settings for the storage profile. */\nexport interface ManagedClusterStorageProfileSnapshotController {\n /** Whether to enable Snapshot Controller. The default value is true. */\n enabled?: boolean;\n}\n\n/** AzureBlob CSI Driver settings for the storage profile. */\nexport interface ManagedClusterStorageProfileBlobCSIDriver {\n /** Whether to enable AzureBlob CSI Driver. The default value is false. */\n enabled?: boolean;\n}\n\n/** Ingress profile for the container service cluster. */\nexport interface ManagedClusterIngressProfile {\n /** Settings for the managed Gateway API installation */\n gatewayAPI?: ManagedClusterIngressProfileGatewayConfiguration;\n /** Web App Routing settings for the ingress profile. */\n webAppRouting?: ManagedClusterIngressProfileWebAppRouting;\n /** Settings for the managed Application Load Balancer installation */\n applicationLoadBalancer?: ManagedClusterIngressProfileApplicationLoadBalancer;\n}\n\nexport interface ManagedClusterIngressProfileGatewayConfiguration {\n /** Configuration for the managed Gateway API installation. If not specified, the default is 'Disabled'. See https://aka.ms/k8s-gateway-api for more details. */\n installation?: ManagedGatewayType;\n}\n\n/** Web App Routing settings for the ingress profile. */\nexport interface ManagedClusterIngressProfileWebAppRouting {\n /** Whether to enable Web App Routing. */\n enabled?: boolean;\n /** Resource IDs of the DNS zones to be associated with the Web App Routing add-on. Used only when Web App Routing 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. */\n dnsZoneResourceIds?: string[];\n /** 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. */\n nginx?: ManagedClusterIngressProfileNginx;\n /** Configuration for the Default Domain. This is a unique, autogenerated domain that comes with a signed TLS Certificate allowing for secure HTTPS. See [the Default Domain documentation](https://aka.ms/aks/defaultdomain) for more instructions. */\n defaultDomain?: ManagedClusterIngressDefaultDomainProfile;\n /**\n * Managed identity of the Web Application Routing add-on. This is the identity that should be granted permissions, for example, to manage the associated Azure DNS resource and get certificates from Azure Key Vault. See [this overview of the add-on](https://learn.microsoft.com/en-us/azure/aks/web-app-routing?tabs=with-osm) for more instructions.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly identity?: UserAssignedIdentity;\n}\n\nexport interface ManagedClusterIngressProfileNginx {\n /** Ingress type for the default NginxIngressController custom resource */\n defaultIngressControllerType?: NginxIngressControllerType;\n}\n\nexport interface ManagedClusterIngressDefaultDomainProfile {\n /** Whether to enable Default Domain. */\n enabled?: boolean;\n /**\n * The unique fully qualified domain name assigned to the cluster. This will not change even if disabled then reenabled.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly domainName?: string;\n}\n\n/** Application Load Balancer settings for the ingress profile. */\nexport interface ManagedClusterIngressProfileApplicationLoadBalancer {\n /** Whether to enable Application Load Balancer. */\n enabled?: boolean;\n /**\n * Managed identity of the Application Load Balancer add-on. This is the identity that should be granted permissions to manage the associated Application Gateway for Containers resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly identity?: UserAssignedIdentity;\n}\n\n/** Workload Auto-scaler profile for the managed cluster. */\nexport interface ManagedClusterWorkloadAutoScalerProfile {\n /** KEDA (Kubernetes Event-driven Autoscaling) settings for the workload auto-scaler profile. */\n keda?: ManagedClusterWorkloadAutoScalerProfileKeda;\n verticalPodAutoscaler?: ManagedClusterWorkloadAutoScalerProfileVerticalPodAutoscaler;\n}\n\n/** KEDA (Kubernetes Event-driven Autoscaling) settings for the workload auto-scaler profile. */\nexport interface ManagedClusterWorkloadAutoScalerProfileKeda {\n /** Whether to enable KEDA. */\n enabled: boolean;\n}\n\nexport interface ManagedClusterWorkloadAutoScalerProfileVerticalPodAutoscaler {\n /** Whether to enable VPA add-on in cluster. Default value is false. */\n enabled: boolean;\n /** Whether VPA add-on is enabled and configured to scale AKS-managed add-ons. */\n addonAutoscaling?: AddonAutoscaling;\n}\n\n/** Prometheus addon profile for the container service cluster */\nexport interface ManagedClusterAzureMonitorProfile {\n /** Metrics profile for the prometheus service addon */\n metrics?: ManagedClusterAzureMonitorProfileMetrics;\n /** Azure Monitor Container Insights Profile for Kubernetes Events, Inventory and Container stdout & stderr logs etc. See aka.ms/AzureMonitorContainerInsights for an overview. */\n containerInsights?: ManagedClusterAzureMonitorProfileContainerInsights;\n /** 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. */\n appMonitoring?: ManagedClusterAzureMonitorProfileAppMonitoring;\n}\n\n/** Metrics profile for the prometheus service addon */\nexport interface ManagedClusterAzureMonitorProfileMetrics {\n /** Whether to enable the Prometheus collector */\n enabled: boolean;\n /** Kube State Metrics for prometheus addon profile for the container service cluster */\n kubeStateMetrics?: ManagedClusterAzureMonitorProfileKubeStateMetrics;\n}\n\n/** Kube State Metrics for prometheus addon profile for the container service cluster */\nexport interface ManagedClusterAzureMonitorProfileKubeStateMetrics {\n /** Comma-separated list of Kubernetes annotations keys that will be used in the resource's labels metric. */\n metricLabelsAllowlist?: string;\n /** Comma-separated list of additional Kubernetes label keys that will be used in the resource's labels metric. */\n metricAnnotationsAllowList?: string;\n}\n\n/** Azure Monitor Container Insights Profile for Kubernetes Events, Inventory and Container stdout & stderr logs etc. See aka.ms/AzureMonitorContainerInsights for an overview. */\nexport interface ManagedClusterAzureMonitorProfileContainerInsights {\n /** Indicates if Azure Monitor Container Insights Logs Addon is enabled or not. */\n enabled?: boolean;\n /** Fully Qualified ARM Resource Id of Azure Log Analytics Workspace for storing Azure Monitor Container Insights Logs. */\n logAnalyticsWorkspaceResourceId?: string;\n /** The syslog host port. If not specified, the default port is 28330. */\n syslogPort?: number;\n /** Indicates whether custom metrics collection has to be disabled or not. If not specified the default is false. No custom metrics will be emitted if this field is false but the container insights enabled field is false */\n disableCustomMetrics?: boolean;\n /** Indicates whether prometheus metrics scraping is disabled or not. If not specified the default is false. No prometheus metrics will be emitted if this field is false but the container insights enabled field is false */\n disablePrometheusMetricsScraping?: boolean;\n}\n\n/** 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. */\nexport interface ManagedClusterAzureMonitorProfileAppMonitoring {\n /** Application Monitoring Auto Instrumentation for Kubernetes Application Container. Deploys web hook to auto-instrument Azure Monitor OpenTelemetry based SDKs to collect OpenTelemetry metrics, logs and traces of the application. See aka.ms/AzureMonitorApplicationMonitoring for an overview. */\n autoInstrumentation?: ManagedClusterAzureMonitorProfileAppMonitoringAutoInstrumentation;\n /** Application Monitoring Open Telemetry Metrics Profile for Kubernetes Application Container Metrics. Collects OpenTelemetry metrics of the application using Azure Monitor OpenTelemetry based SDKs. See aka.ms/AzureMonitorApplicationMonitoring for an overview. */\n openTelemetryMetrics?: ManagedClusterAzureMonitorProfileAppMonitoringOpenTelemetryMetrics;\n /** Application Monitoring Open Telemetry Metrics Profile for Kubernetes Application Container Logs and Traces. Collects OpenTelemetry logs and traces of the application using Azure Monitor OpenTelemetry based SDKs. See aka.ms/AzureMonitorApplicationMonitoring for an overview. */\n openTelemetryLogs?: ManagedClusterAzureMonitorProfileAppMonitoringOpenTelemetryLogs;\n}\n\n/** Application Monitoring Auto Instrumentation for Kubernetes Application Container. Deploys web hook to auto-instrument Azure Monitor OpenTelemetry based SDKs to collect OpenTelemetry metrics, logs and traces of the application. See aka.ms/AzureMonitorApplicationMonitoring for an overview. */\nexport interface ManagedClusterAzureMonitorProfileAppMonitoringAutoInstrumentation {\n /** Indicates if Application Monitoring Auto Instrumentation is enabled or not. */\n enabled?: boolean;\n}\n\n/** Application Monitoring Open Telemetry Metrics Profile for Kubernetes Application Container Metrics. Collects OpenTelemetry metrics of the application using Azure Monitor OpenTelemetry based SDKs. See aka.ms/AzureMonitorApplicationMonitoring for an overview. */\nexport interface ManagedClusterAzureMonitorProfileAppMonitoringOpenTelemetryMetrics {\n /** Indicates if Application Monitoring Open Telemetry Metrics is enabled or not. */\n enabled?: boolean;\n /** The Open Telemetry host port for Open Telemetry metrics. If not specified, the default port is 28333. */\n port?: number;\n}\n\n/** Application Monitoring Open Telemetry Metrics Profile for Kubernetes Application Container Logs and Traces. Collects OpenTelemetry logs and traces of the application using Azure Monitor OpenTelemetry based SDKs. See aka.ms/AzureMonitorApplicationMonitoring for an overview. */\nexport interface ManagedClusterAzureMonitorProfileAppMonitoringOpenTelemetryLogs {\n /** Indicates if Application Monitoring Open Telemetry Logs and traces is enabled or not. */\n enabled?: boolean;\n /** The Open Telemetry host port for Open Telemetry logs and traces. If not specified, the default port is 28331. */\n port?: number;\n}\n\n/** Service mesh profile for a managed cluster. */\nexport interface ServiceMeshProfile {\n /** Mode of the service mesh. */\n mode: ServiceMeshMode;\n /** Istio service mesh configuration. */\n istio?: IstioServiceMesh;\n}\n\n/** Istio service mesh configuration. */\nexport interface IstioServiceMesh {\n /** Istio components configuration. */\n components?: IstioComponents;\n /** Istio Service Mesh Certificate Authority (CA) configuration. For now, we only support plugin certificates as described here https://aka.ms/asm-plugin-ca */\n certificateAuthority?: IstioCertificateAuthority;\n /** The list of revisions of the Istio control plane. When an upgrade is not in progress, this holds one value. When canary upgrade is in progress, this can only hold two consecutive values. For more information, see: https://learn.microsoft.com/en-us/azure/aks/istio-upgrade */\n revisions?: string[];\n}\n\n/** Istio components configuration. */\nexport interface IstioComponents {\n /** Istio ingress gateways. */\n ingressGateways?: IstioIngressGateway[];\n /** Istio egress gateways. */\n egressGateways?: IstioEgressGateway[];\n /** Mode of traffic redirection. */\n proxyRedirectionMechanism?: ProxyRedirectionMechanism;\n}\n\n/** Istio ingress gateway configuration. For now, we support up to one external ingress gateway named `aks-istio-ingressgateway-external` and one internal ingress gateway named `aks-istio-ingressgateway-internal`. */\nexport interface IstioIngressGateway {\n /** Mode of an ingress gateway. */\n mode: IstioIngressGatewayMode;\n /** Whether to enable the ingress gateway. */\n enabled: boolean;\n}\n\n/** Istio egress gateway configuration. */\nexport interface IstioEgressGateway {\n /** Whether to enable the egress gateway. */\n enabled: boolean;\n /** Name of the Istio add-on egress gateway. */\n name: string;\n /** Namespace that the Istio add-on egress gateway should be deployed in. If unspecified, the default is aks-istio-egress. */\n namespace?: string;\n /** Name of the gateway configuration custom resource for the Istio add-on egress gateway. Must be specified when enabling the Istio egress gateway. Must be deployed in the same namespace that the Istio egress gateway will be deployed in. */\n gatewayConfigurationName?: string;\n}\n\n/** Istio Service Mesh Certificate Authority (CA) configuration. For now, we only support plugin certificates as described here https://aka.ms/asm-plugin-ca */\nexport interface IstioCertificateAuthority {\n /** Plugin certificates information for Service Mesh. */\n plugin?: IstioPluginCertificateAuthority;\n}\n\n/** Plugin certificates information for Service Mesh. */\nexport interface IstioPluginCertificateAuthority {\n /** The resource ID of the Key Vault. */\n keyVaultId?: string;\n /** Intermediate certificate object name in Azure Key Vault. */\n certObjectName?: string;\n /** Intermediate certificate private key object name in Azure Key Vault. */\n keyObjectName?: string;\n /** Root certificate object name in Azure Key Vault. */\n rootCertObjectName?: string;\n /** Certificate chain object name in Azure Key Vault. */\n certChainObjectName?: string;\n}\n\n/** The metrics profile for the ManagedCluster. */\nexport interface ManagedClusterMetricsProfile {\n /** The configuration for detailed per-Kubernetes resource cost analysis. */\n costAnalysis?: ManagedClusterCostAnalysis;\n}\n\n/** The cost analysis configuration for the cluster */\nexport interface ManagedClusterCostAnalysis {\n /** Whether to enable cost analysis. The Managed Cluster sku.tier must be set to 'Standard' or 'Premium' to enable this feature. Enabling this will add Kubernetes Namespace and Deployment details to the Cost Analysis views in the Azure portal. If not specified, the default is false. For more information see aka.ms/aks/docs/cost-analysis. */\n enabled?: boolean;\n}\n\n/** When enabling the operator, a set of AKS managed CRDs and controllers will be installed in the cluster. The operator automates the deployment of OSS models for inference and/or training purposes. It provides a set of preset models and enables distributed inference against them. */\nexport interface ManagedClusterAIToolchainOperatorProfile {\n /** Whether to enable AI toolchain operator to the cluster. Indicates if AI toolchain operator enabled or not. */\n enabled?: boolean;\n}\n\nexport interface ManagedClusterNodeProvisioningProfile {\n /** The node provisioning mode. If not specified, the default is Manual. */\n mode?: NodeProvisioningMode;\n /** The set of default Karpenter NodePools (CRDs) configured for node provisioning. This field has no effect unless mode is 'Auto'. Warning: Changing this from Auto to None on an existing cluster will cause the default Karpenter NodePools to be deleted, which will drain and delete the nodes associated with those pools. It is strongly recommended to not do this unless there are idle nodes ready to take the pods evicted by that action. If not specified, the default is Auto. For more information see aka.ms/aks/nap#node-pools. */\n defaultNodePools?: NodeProvisioningDefaultNodePools;\n}\n\n/** The bootstrap profile. */\nexport interface ManagedClusterBootstrapProfile {\n /** The artifact source. The source where the artifacts are downloaded from. */\n artifactSource?: ArtifactSource;\n /** The resource Id of Azure Container Registry. The registry must have private network access, premium SKU and zone redundancy. */\n containerRegistryId?: string;\n}\n\n/** The pod scheduler profile for the cluster. */\nexport interface SchedulerProfile {\n /** Mapping of each scheduler instance to its profile. */\n schedulerInstanceProfiles?: SchedulerProfileSchedulerInstanceProfiles;\n}\n\n/** Mapping of each scheduler instance to its profile. */\nexport interface SchedulerProfileSchedulerInstanceProfiles {\n /** The scheduler profile for the upstream scheduler instance. */\n upstream?: SchedulerInstanceProfile;\n}\n\n/** The scheduler profile for a single scheduler instance. */\nexport interface SchedulerInstanceProfile {\n /** The config customization mode for this scheduler instance. */\n schedulerConfigMode?: SchedulerConfigMode;\n}\n\n/** Settings for hosted system addons. */\nexport interface ManagedClusterHostedSystemProfile {\n /** Whether to enable hosted system addons for the cluster. */\n enabled?: boolean;\n}\n\n/** Contains read-only information about the Managed Cluster. */\nexport interface ManagedClusterStatus {\n /**\n * The error details information of the managed cluster. Preserves the detailed info of failure. If there was no error, this field is omitted.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningError?: ErrorDetail;\n}\n\n/** Common fields that are returned in the response for all Azure Resource Manager resources */\nexport interface Resource {\n /**\n * Fully qualified resource ID for the resource. E.g. \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}\"\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * The name of the resource\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * The type of the resource. E.g. \"Microsoft.Compute/virtualMachines\" or \"Microsoft.Storage/storageAccounts\"\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /**\n * Azure Resource Manager metadata containing createdBy and modifiedBy information.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly systemData?: SystemData;\n}\n\n/** Metadata pertaining to creation and last modification of the resource. */\nexport interface SystemData {\n /** The identity that created the resource. */\n createdBy?: string;\n /** The type of identity that created the resource. */\n createdByType?: CreatedByType;\n /** The timestamp of resource creation (UTC). */\n createdAt?: Date;\n /** The identity that last modified the resource. */\n lastModifiedBy?: string;\n /** The type of identity that last modified the resource. */\n lastModifiedByType?: CreatedByType;\n /** The timestamp of resource last modification (UTC) */\n lastModifiedAt?: Date;\n}\n\n/** The list of available upgrades for compute pools. */\nexport interface ManagedClusterUpgradeProfile {\n /**\n * The ID of the upgrade profile.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * The name of the upgrade profile.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * The type of the upgrade profile.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /** The list of available upgrade versions for the control plane. */\n controlPlaneProfile: ManagedClusterPoolUpgradeProfile;\n /** The list of available upgrade versions for agent pools. */\n agentPoolProfiles: ManagedClusterPoolUpgradeProfile[];\n}\n\n/** The list of available upgrade versions. */\nexport interface ManagedClusterPoolUpgradeProfile {\n /** The Kubernetes version (major.minor.patch). */\n kubernetesVersion: string;\n /** The Agent Pool name. */\n name?: string;\n /** The operating system type. The default is Linux. */\n osType: OSType;\n /** List of orchestrator types and versions available for upgrade. */\n upgrades?: ManagedClusterPoolUpgradeProfileUpgradesItem[];\n /** List of components grouped by kubernetes major.minor version. */\n componentsByReleases?: ComponentsByRelease[];\n}\n\nexport interface ManagedClusterPoolUpgradeProfileUpgradesItem {\n /** The Kubernetes version (major.minor.patch). */\n kubernetesVersion?: string;\n /** Whether the Kubernetes version is currently in preview. */\n isPreview?: boolean;\n /** Whether the Kubernetes version is out of support. */\n isOutOfSupport?: boolean;\n}\n\n/** components of given Kubernetes version. */\nexport interface ComponentsByRelease {\n /** The Kubernetes version (major.minor). */\n kubernetesVersion?: string;\n /** components of current or upgraded Kubernetes version in the cluster. */\n components?: Component[];\n}\n\nexport interface Component {\n /** Component name. */\n name?: string;\n /** Component version. */\n version?: string;\n /** If upgraded component version contains breaking changes from the current version. To see a detailed description of what the breaking changes are, visit https://learn.microsoft.com/azure/aks/supported-kubernetes-versions?tabs=azure-cli#aks-components-breaking-changes-by-version. */\n hasBreakingChanges?: boolean;\n}\n\n/** The list credential result response. */\nexport interface CredentialResults {\n /**\n * Base64-encoded Kubernetes configuration file.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly kubeconfigs?: CredentialResult[];\n}\n\n/** The credential result response. */\nexport interface CredentialResult {\n /**\n * The name of the credential.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * Base64-encoded Kubernetes configuration file.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly value?: Uint8Array;\n}\n\n/** Tags object for patch operations. */\nexport interface TagsObject {\n /** Resource tags. */\n tags?: { [propertyName: string]: string };\n}\n\n/** The response from the List maintenance configurations operation. */\nexport interface MaintenanceConfigurationListResult {\n /** The list of maintenance configurations. */\n value?: MaintenanceConfiguration[];\n /**\n * The URL to get the next set of maintenance configuration results.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Time in a week. */\nexport interface TimeInWeek {\n /** The day of the week. */\n day?: WeekDay;\n /** A list of hours in the day used to identify a time range. Each integer hour represents a time range beginning at 0m after the hour ending at the next hour (non-inclusive). 0 corresponds to 00:00 UTC, 23 corresponds to 23:00 UTC. Specifying [0, 1] means the 00:00 - 02:00 UTC time range. */\n hourSlots?: number[];\n}\n\n/** A time range. For example, between 2021-05-25T13:00:00Z and 2021-05-25T14:00:00Z. */\nexport interface TimeSpan {\n /** The start of a time span */\n start?: Date;\n /** The end of a time span */\n end?: Date;\n}\n\n/** Maintenance window used to configure scheduled auto-upgrade for a Managed Cluster. */\nexport interface MaintenanceWindow {\n /** Recurrence schedule for the maintenance window. */\n schedule: Schedule;\n /** Length of maintenance window range from 4 to 24 hours. */\n durationHours: number;\n /** The UTC offset in format +/-HH:mm. For example, '+05:30' for IST and '-07:00' for PST. If not specified, the default is '+00:00'. */\n utcOffset?: string;\n /** The date the maintenance window activates. If the current date is before this date, the maintenance window is inactive and will not be used for upgrades. If not specified, the maintenance window will be active right away. */\n startDate?: Date;\n /** The start time of the maintenance window. Accepted values are from '00:00' to '23:59'. 'utcOffset' applies to this field. For example: '02:00' with 'utcOffset: +02:00' means UTC time '00:00'. */\n startTime: string;\n /** Date ranges on which upgrade is not allowed. 'utcOffset' applies to this field. For example, with 'utcOffset: +02:00' and 'dateSpan' being '2022-12-23' to '2023-01-03', maintenance will be blocked from '2022-12-22 22:00' to '2023-01-03 22:00' in UTC time. */\n notAllowedDates?: DateSpan[];\n}\n\n/** One and only one of the schedule types should be specified. Choose either 'daily', 'weekly', 'absoluteMonthly' or 'relativeMonthly' for your maintenance schedule. */\nexport interface Schedule {\n /** For schedules like: 'recur every day' or 'recur every 3 days'. */\n daily?: DailySchedule;\n /** For schedules like: 'recur every Monday' or 'recur every 3 weeks on Wednesday'. */\n weekly?: WeeklySchedule;\n /** For schedules like: 'recur every month on the 15th' or 'recur every 3 months on the 20th'. */\n absoluteMonthly?: AbsoluteMonthlySchedule;\n /** For schedules like: 'recur every month on the first Monday' or 'recur every 3 months on last Friday'. */\n relativeMonthly?: RelativeMonthlySchedule;\n}\n\n/** For schedules like: 'recur every day' or 'recur every 3 days'. */\nexport interface DailySchedule {\n /** Specifies the number of days between each set of occurrences. */\n intervalDays: number;\n}\n\n/** For schedules like: 'recur every Monday' or 'recur every 3 weeks on Wednesday'. */\nexport interface WeeklySchedule {\n /** Specifies the number of weeks between each set of occurrences. */\n intervalWeeks: number;\n /** Specifies on which day of the week the maintenance occurs. */\n dayOfWeek: WeekDay;\n}\n\n/** For schedules like: 'recur every month on the 15th' or 'recur every 3 months on the 20th'. */\nexport interface AbsoluteMonthlySchedule {\n /** Specifies the number of months between each set of occurrences. */\n intervalMonths: number;\n /** The date of the month. */\n dayOfMonth: number;\n}\n\n/** For schedules like: 'recur every month on the first Monday' or 'recur every 3 months on last Friday'. */\nexport interface RelativeMonthlySchedule {\n /** Specifies the number of months between each set of occurrences. */\n intervalMonths: number;\n /** The week index. Specifies on which instance of the allowed days specified in daysOfWeek the maintenance occurs. */\n weekIndex: Type;\n /** Specifies on which day of the week the maintenance occurs. */\n dayOfWeek: WeekDay;\n}\n\n/** A date range. For example, between '2022-12-23' and '2023-01-05'. */\nexport interface DateSpan {\n /** The start date of the date span. */\n start: Date;\n /** The end date of the date span. */\n end: Date;\n}\n\n/** Reference to another subresource. */\nexport interface SubResource {\n /**\n * Resource ID.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * The name of the resource that is unique within a resource group. This name can be used to access the resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * Resource type\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n}\n\n/** The result of a request to list managed namespaces in a managed cluster. */\nexport interface ManagedNamespaceListResult {\n /** The list of managed namespaces. */\n value?: ManagedNamespace[];\n /** The URI to fetch the next page of results, if any. */\n nextLink?: string;\n}\n\n/** Properties of a namespace managed by ARM */\nexport interface NamespaceProperties {\n /**\n * The current provisioning state of the namespace.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: NamespaceProvisioningState;\n /** The labels of managed namespace. */\n labels?: { [propertyName: string]: string };\n /** The annotations of managed namespace. */\n annotations?: { [propertyName: string]: string };\n /**\n * The special FQDN used by the Azure Portal to access the Managed Cluster. This FQDN is for use only by the Azure Portal and should not be used by other clients. The Azure Portal requires certain Cross-Origin Resource Sharing (CORS) headers to be sent in some responses, which Kubernetes APIServer doesn't handle by default. This special FQDN supports CORS, allowing the Azure Portal to function properly.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly portalFqdn?: string;\n /** The default resource quota enforced upon the namespace. Customers can have other Kubernetes resource quota objects under the namespace. Resource quotas are additive; if multiple resource quotas are applied to a given namespace, then the effective limit will be one such that all quotas on the namespace can be satisfied. */\n defaultResourceQuota?: ResourceQuota;\n /** The default network policy enforced upon the namespace. Customers can have other Kubernetes network policy objects under the namespace. Network policies are additive; if a policy or policies apply to a given pod for a given direction, the connections allowed in that direction for the pod is the union of what all applicable policies allow. */\n defaultNetworkPolicy?: NetworkPolicies;\n /** Action if Kubernetes namespace with same name already exists. */\n adoptionPolicy?: AdoptionPolicy;\n /** Delete options of a namespace. */\n deletePolicy?: DeletePolicy;\n}\n\n/** Resource quota for the namespace. */\nexport interface ResourceQuota {\n /** CPU request of the namespace in one-thousandth CPU form. See [CPU resource units](https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/#meaning-of-cpu) for more details. */\n cpuRequest?: string;\n /** CPU limit of the namespace in one-thousandth CPU form. See [CPU resource units](https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/#meaning-of-cpu) for more details. */\n cpuLimit?: string;\n /** Memory request of the namespace in the power-of-two equivalents form: Ei, Pi, Ti, Gi, Mi, Ki. See [Memory resource units](https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/#meaning-of-memory) for more details. */\n memoryRequest?: string;\n /** Memory limit of the namespace in the power-of-two equivalents form: Ei, Pi, Ti, Gi, Mi, Ki. See [Memory resource units](https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/#meaning-of-memory) for more details. */\n memoryLimit?: string;\n}\n\n/** Default network policy of the namespace, specifying ingress and egress rules. */\nexport interface NetworkPolicies {\n /** Ingress policy for the network. */\n ingress?: PolicyRule;\n /** Egress policy for the network. */\n egress?: PolicyRule;\n}\n\n/** The response from the List Agent Pools operation. */\nexport interface AgentPoolListResult {\n /** The list of agent pools. */\n value?: AgentPool[];\n /**\n * The URL to get the next set of agent pool results.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** The list of available upgrades for an agent pool. */\nexport interface AgentPoolUpgradeProfile {\n /**\n * The ID of the agent pool upgrade profile.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * The name of the agent pool upgrade profile.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * The type of the agent pool upgrade profile.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /** The Kubernetes version (major.minor.patch). */\n kubernetesVersion: string;\n /** The operating system type. The default is Linux. */\n osType: OSType;\n /** List of orchestrator types and versions available for upgrade. */\n upgrades?: AgentPoolUpgradeProfilePropertiesUpgradesItem[];\n /** List of components grouped by kubernetes major.minor version. */\n componentsByReleases?: ComponentsByRelease[];\n /**\n * List of historical good versions for rollback operations.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly recentlyUsedVersions?: AgentPoolRecentlyUsedVersion[];\n /** The latest AKS supported node image version. */\n latestNodeImageVersion?: string;\n}\n\nexport interface AgentPoolUpgradeProfilePropertiesUpgradesItem {\n /** The Kubernetes version (major.minor.patch). */\n kubernetesVersion?: string;\n /** Whether the Kubernetes version is currently in preview. */\n isPreview?: boolean;\n /** Whether the Kubernetes version is out of support. */\n isOutOfSupport?: boolean;\n}\n\n/** A historical version that can be used for rollback operations. */\nexport interface AgentPoolRecentlyUsedVersion {\n /** The Kubernetes version (major.minor.patch) available for rollback. */\n orchestratorVersion?: string;\n /** The node image version available for rollback. */\n nodeImageVersion?: string;\n /** The timestamp when this version was last used. */\n timestamp?: Date;\n}\n\n/** Specifies a list of machine names from the agent pool to be deleted. */\nexport interface AgentPoolDeleteMachinesParameter {\n /** The agent pool machine names. */\n machineNames: string[];\n}\n\n/** The response from the List Machines operation. */\nexport interface MachineListResult {\n /** The list of Machines in cluster. */\n value?: Machine[];\n /**\n * The URL to get the next set of machine results.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** The properties of the machine */\nexport interface MachineProperties {\n /** The network properties of the machine */\n network?: MachineNetworkProperties;\n /**\n * Arm resource id of the machine. It can be used to GET underlying VM Instance\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly resourceId?: string;\n /** The hardware and GPU settings of the machine. */\n hardware?: MachineHardwareProfile;\n /** The operating system and disk used by the machine. */\n operatingSystem?: MachineOSProfile;\n /** The Kubernetes configurations used by the machine. */\n kubernetes?: MachineKubernetesProfile;\n /** Machine only allows 'System' and 'User' mode. */\n mode?: AgentPoolMode;\n /** The security settings of the machine. */\n security?: MachineSecurityProfile;\n /** The priority for the machine. If not specified, the default is 'Regular'. */\n priority?: ScaleSetPriority;\n /** The version of node image. */\n nodeImageVersion?: string;\n /**\n * The current deployment or provisioning state.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: string;\n /** The tags to be persisted on the machine. */\n tags?: { [propertyName: string]: string };\n /**\n * Unique read-only string used to implement optimistic concurrency. The eTag value will change when the resource is updated. Specify an if-match or if-none-match header with the eTag value for a subsequent request to enable optimistic concurrency per the normal eTag convention.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly eTag?: string;\n /**\n * Contains read-only information about the machine.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly status?: MachineStatus;\n}\n\n/** The network properties of the machine */\nexport interface MachineNetworkProperties {\n /**\n * IPv4, IPv6 addresses of the machine\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly ipAddresses?: MachineIpAddress[];\n /** The ID of the subnet which node and optionally pods will join on startup. If this is not specified, a VNET and subnet will be generated and used. If no podSubnetID is specified, this applies to nodes and pods, otherwise it applies to just nodes. This is of the form: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/virtualNetworks/{virtualNetworkName}/subnets/{subnetName} */\n vnetSubnetID?: string;\n /** The ID of the subnet which pods will join when launched. If omitted, pod IPs are statically assigned on the node subnet (see vnetSubnetID for more details). This is of the form: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/virtualNetworks/{virtualNetworkName}/subnets/{subnetName} */\n podSubnetID?: string;\n /** Whether the machine is allocated its own public IP. Some scenarios may require the machine to receive their own dedicated public IP addresses. A common scenario is for gaming workloads, where a console needs to make a direct connection to a cloud virtual machine to minimize hops. The default is false. */\n enableNodePublicIP?: boolean;\n /** The public IP prefix ID which VM node should use IPs from. This is of the form: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/publicIPPrefixes/{publicIPPrefixName} */\n nodePublicIPPrefixID?: string;\n /** IPTags of instance-level public IPs. */\n nodePublicIPTags?: IPTag[];\n}\n\n/** The machine IP address details. */\nexport interface MachineIpAddress {\n /**\n * To determine if address belongs IPv4 or IPv6 family\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly family?: IpFamily;\n /**\n * IPv4 or IPv6 address of the machine\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly ip?: string;\n}\n\n/** The hardware and GPU settings of the machine. */\nexport interface MachineHardwareProfile {\n /** The size of the VM. VM size availability varies by region. If a node contains insufficient compute resources (memory, cpu, etc) pods might fail to run correctly. For more details on restricted VM sizes, see: https://docs.microsoft.com/azure/aks/quotas-skus-regions */\n vmSize?: string;\n /** GPUInstanceProfile to be used to specify GPU MIG instance profile for supported GPU VM SKU. */\n gpuInstanceProfile?: GPUInstanceProfile;\n /** The GPU settings of the machine. */\n gpuProfile?: GPUProfile;\n}\n\n/** The operating system and disk used by the machine. */\nexport interface MachineOSProfile {\n /** The operating system type. The default is Linux. */\n osType?: OSType;\n /** Specifies the OS SKU used by the agent pool. If not specified, the default is Ubuntu if OSType=Linux or Windows2019 if OSType=Windows. And the default Windows OSSKU will be changed to Windows2022 after Windows2019 is deprecated. */\n osSKU?: Ossku;\n /** OS Disk Size in GB to be used to specify the disk size for every machine in the master/agent pool. If you specify 0, it will apply the default osDisk size according to the vmSize specified. */\n osDiskSizeGB?: number;\n /** The OS disk type to be used for machines in the agent pool. The default is 'Ephemeral' if the VM supports it and has a cache disk larger than the requested OSDiskSizeGB. Otherwise, defaults to 'Managed'. May not be changed after creation. For more information see [Ephemeral OS](https://docs.microsoft.com/azure/aks/cluster-configuration#ephemeral-os). */\n osDiskType?: OSDiskType;\n /** Whether to use a FIPS-enabled OS. */\n enableFips?: boolean;\n /** The Linux machine's specific profile. */\n linuxProfile?: MachineOSProfileLinuxProfile;\n /** The Windows machine's specific profile. */\n windowsProfile?: AgentPoolWindowsProfile;\n}\n\n/** The Linux machine's specific profile. */\nexport interface MachineOSProfileLinuxProfile {\n /** The OS configuration of Linux machine. */\n linuxOSConfig?: LinuxOSConfig;\n /** Message of the day for Linux nodes, base64-encoded. A base64-encoded string which will be written to /etc/motd after decoding. This allows customization of the message of the day for Linux nodes. It must not be specified for Windows nodes. It must be a static string (i.e., will be printed raw and not be executed as a script). */\n messageOfTheDay?: string;\n}\n\n/** The Kubernetes configurations used by the machine. */\nexport interface MachineKubernetesProfile {\n /** The node labels on the machine. */\n nodeLabels?: { [propertyName: string]: string };\n /** The version of Kubernetes specified by the user. Both patch version <major.minor.patch> and <major.minor> are supported. When <major.minor> is specified, the latest supported patch version is chosen automatically. */\n orchestratorVersion?: string;\n /**\n * The version of Kubernetes running on the machine. If orchestratorVersion was a fully specified version <major.minor.patch>, this field will be exactly equal to it. If orchestratorVersion was <major.minor>, this field will contain the full <major.minor.patch> version being used.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly currentOrchestratorVersion?: string;\n /** Determines the placement of emptyDir volumes, container runtime data root, and Kubelet ephemeral storage. */\n kubeletDiskType?: KubeletDiskType;\n /** The Kubelet configuration on the machine. */\n kubeletConfig?: KubeletConfig;\n /** Taints added on the node during creation that will not be reconciled by AKS. These taints will not be reconciled by AKS and can be removed with a kubectl call. These taints allow for required configuration to run before the node is ready to accept workloads, for example 'key1=value1:NoSchedule' that then can be removed with `kubectl taint nodes node1 key1=value1:NoSchedule-` */\n nodeInitializationTaints?: string[];\n /** The taints added to new node during machine create. For example, key=value:NoSchedule. */\n nodeTaints?: string[];\n /** The maximum number of pods that can run on a node. */\n maxPods?: number;\n /**\n * The node name in the Kubernetes cluster.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nodeName?: string;\n /** Determines the type of workload a node can run. */\n workloadRuntime?: WorkloadRuntime;\n /** Configuration for using artifact streaming on AKS. */\n artifactStreamingProfile?: AgentPoolArtifactStreamingProfile;\n}\n\n/** The security settings of the machine. */\nexport interface MachineSecurityProfile {\n /** SSH access method of an agent pool. */\n sshAccess?: AgentPoolSSHAccess;\n /** vTPM is a Trusted Launch feature for configuring a dedicated secure vault for keys and measurements held locally on the node. For more details, see aka.ms/aks/trustedlaunch. If not specified, the default is false. */\n enableVtpm?: boolean;\n /** Secure Boot is a feature of Trusted Launch which ensures that only signed operating systems and drivers can boot. For more details, see aka.ms/aks/trustedlaunch. If not specified, the default is false. */\n enableSecureBoot?: boolean;\n /** Whether to enable host based OS and data drive encryption. This is only supported on certain VM sizes and in certain Azure regions. For more information, see: https://docs.microsoft.com/azure/aks/enable-host-encryption */\n enableEncryptionAtHost?: boolean;\n}\n\n/** Contains read-only information about the machine. */\nexport interface MachineStatus {\n /**\n * The error details information of the machine. Preserves the detailed info of failure. If there was no error, this field is omitted.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningError?: ErrorDetail;\n /**\n * Specifies the time at which the machine was created.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly creationTimestamp?: Date;\n /**\n * The drift action of the machine. Indicates whether a machine has deviated from its expected state due to changes in managed cluster properties, requiring corrective action.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly driftAction?: DriftAction;\n /**\n * Reason for machine drift. Provides detailed information on why the machine has drifted. This field is omitted if the machine is up to date.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly driftReason?: string;\n /**\n * Virtual machine state. Indicates the current state of the underlying virtual machine.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly vmState?: VmState;\n}\n\n/** The list of available versions for an agent pool. */\nexport interface AgentPoolAvailableVersions {\n /**\n * The ID of the agent pool version list.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * The name of the agent pool version list.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * Type of the agent pool version list.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /** List of versions available for agent pool. */\n agentPoolVersions?: AgentPoolAvailableVersionsPropertiesAgentPoolVersionsItem[];\n}\n\nexport interface AgentPoolAvailableVersionsPropertiesAgentPoolVersionsItem {\n /** Whether this version is the default agent pool version. */\n default?: boolean;\n /** The Kubernetes version (major.minor.patch). */\n kubernetesVersion?: string;\n /** Whether Kubernetes version is currently in preview. */\n isPreview?: boolean;\n}\n\n/** A list of private endpoint connections */\nexport interface PrivateEndpointConnectionListResult {\n /** The collection value. */\n value?: PrivateEndpointConnection[];\n}\n\n/** A private endpoint connection */\nexport interface PrivateEndpointConnection {\n /**\n * The ID of the private endpoint connection.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * The name of the private endpoint connection.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * The resource type.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /**\n * The current provisioning state.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: PrivateEndpointConnectionProvisioningState;\n /** The resource of private endpoint. */\n privateEndpoint?: PrivateEndpoint;\n /** A collection of information about the state of the connection between service consumer and provider. */\n privateLinkServiceConnectionState?: PrivateLinkServiceConnectionState;\n}\n\n/** Private endpoint which a connection belongs to. */\nexport interface PrivateEndpoint {\n /** The resource ID of the private endpoint */\n id?: string;\n}\n\n/** The state of a private link service connection. */\nexport interface PrivateLinkServiceConnectionState {\n /** The private link service connection status. */\n status?: ConnectionStatus;\n /** The private link service connection description. */\n description?: string;\n}\n\n/** A list of private link resources */\nexport interface PrivateLinkResourcesListResult {\n /** The collection value. */\n value?: PrivateLinkResource[];\n}\n\n/** A run command request */\nexport interface RunCommandRequest {\n /** The command to run. */\n command: string;\n /** A base64 encoded zip file containing the files required by the command. */\n context?: string;\n /** AuthToken issued for AKS AAD Server App. */\n clusterToken?: string;\n}\n\n/** run command result. */\nexport interface RunCommandResult {\n /**\n * The command id.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * provisioning State\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: string;\n /**\n * The exit code of the command\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly exitCode?: number;\n /**\n * The time when the command started.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly startedAt?: Date;\n /**\n * The time when the command finished.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly finishedAt?: Date;\n /**\n * The command output.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly logs?: string;\n /**\n * An explanation of why provisioningState is set to failed (if so).\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly reason?: string;\n}\n\n/** Collection of OutboundEnvironmentEndpoint */\nexport interface OutboundEnvironmentEndpointCollection {\n /** Collection of resources. */\n value: OutboundEnvironmentEndpoint[];\n /**\n * Link to next page of resources.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Egress endpoints which AKS agent nodes connect to for common purpose. */\nexport interface OutboundEnvironmentEndpoint {\n /** The category of endpoints accessed by the AKS agent node, e.g. azure-resource-management, apiserver, etc. */\n category?: string;\n /** The endpoints that AKS agent nodes connect to */\n endpoints?: EndpointDependency[];\n}\n\n/** A domain name that AKS agent nodes are reaching at. */\nexport interface EndpointDependency {\n /** The domain name of the dependency. */\n domainName?: string;\n /** The Ports and Protocols used when connecting to domainName. */\n endpointDetails?: EndpointDetail[];\n}\n\n/** connect information from the AKS agent nodes to a single endpoint. */\nexport interface EndpointDetail {\n /** An IP Address that Domain Name currently resolves to. */\n ipAddress?: string;\n /** The port an endpoint is connected to. */\n port?: number;\n /** The protocol used for connection */\n protocol?: string;\n /** Description of the detail */\n description?: string;\n}\n\n/** The operations list. It contains an URL link to get the next set of results. */\nexport interface OperationStatusResultList {\n /**\n * List of operations\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly value?: OperationStatusResult[];\n /**\n * URL to get the next set of operation list results (if there are any).\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** The current status of an async operation. */\nexport interface OperationStatusResult {\n /** Fully qualified ID for the async operation. */\n id?: string;\n /**\n * Fully qualified ID of the resource against which the original async operation was started.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly resourceId?: string;\n /** Name of the async operation. */\n name?: string;\n /** Operation status. */\n status: string;\n /** Percent of the operation that is complete. */\n percentComplete?: number;\n /** The start time of the operation. */\n startTime?: Date;\n /** The end time of the operation. */\n endTime?: Date;\n /** The operations list. */\n operations?: OperationStatusResult[];\n /** If present, details of the operation error. */\n error?: ErrorDetail;\n}\n\n/** The response from the List Snapshots operation. */\nexport interface SnapshotListResult {\n /** The list of snapshots. */\n value?: Snapshot[];\n /**\n * The URL to get the next set of snapshot results.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** The response from the List Managed Cluster Snapshots operation. */\nexport interface ManagedClusterSnapshotListResult {\n /** The list of managed cluster snapshots. */\n value?: ManagedClusterSnapshot[];\n /**\n * The URL to get the next set of managed cluster snapshot results.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** managed cluster properties for snapshot, these properties are read only. */\nexport interface ManagedClusterPropertiesForSnapshot {\n /** The current kubernetes version. */\n kubernetesVersion?: string;\n /** The current managed cluster sku. */\n sku?: ManagedClusterSKU;\n /** Whether the cluster has enabled Kubernetes Role-Based Access Control or not. */\n enableRbac?: boolean;\n /**\n * The current network profile.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly networkProfile?: NetworkProfileForSnapshot;\n}\n\n/** network profile for managed cluster snapshot, these properties are read only. */\nexport interface NetworkProfileForSnapshot {\n /** networkPlugin for managed cluster snapshot. */\n networkPlugin?: NetworkPlugin;\n /** NetworkPluginMode for managed cluster snapshot. */\n networkPluginMode?: NetworkPluginMode;\n /** networkPolicy for managed cluster snapshot. */\n networkPolicy?: NetworkPolicy;\n /** networkMode for managed cluster snapshot. */\n networkMode?: NetworkMode;\n /** loadBalancerSku for managed cluster snapshot. */\n loadBalancerSku?: LoadBalancerSku;\n}\n\n/** List of trusted access roles */\nexport interface TrustedAccessRoleListResult {\n /**\n * Role list\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly value?: TrustedAccessRole[];\n /**\n * Link to next page of resources.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Trusted access role definition. */\nexport interface TrustedAccessRole {\n /**\n * Resource type of Azure resource\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly sourceResourceType?: string;\n /**\n * Name of role, name is unique under a source resource type\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * List of rules for the role. This maps to 'rules' property of [Kubernetes Cluster Role](https://kubernetes.io/docs/reference/kubernetes-api/authorization-resources/cluster-role-v1/#ClusterRole).\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly rules?: TrustedAccessRoleRule[];\n}\n\n/** Rule for trusted access role */\nexport interface TrustedAccessRoleRule {\n /**\n * List of allowed verbs\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly verbs?: string[];\n /**\n * List of allowed apiGroups\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly apiGroups?: string[];\n /**\n * List of allowed resources\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly resources?: string[];\n /**\n * List of allowed names\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly resourceNames?: string[];\n /**\n * List of allowed nonResourceURLs\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nonResourceURLs?: string[];\n}\n\n/** List of trusted access role bindings */\nexport interface TrustedAccessRoleBindingListResult {\n /** Role binding list */\n value?: TrustedAccessRoleBinding[];\n /**\n * Link to next page of resources.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Whether the version is default or not and support info. */\nexport interface GuardrailsAvailableVersionsProperties {\n /** NOTE: This property will not be serialized. It can only be populated by the server. */\n readonly isDefaultVersion?: boolean;\n /**\n * Whether the version is preview or stable.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly support?: GuardrailsSupport;\n}\n\n/** Hold values properties, which is array of GuardrailsVersions */\nexport interface GuardrailsAvailableVersionsList {\n /** Array of AKS supported Guardrails versions. */\n value?: GuardrailsAvailableVersion[];\n /**\n * The URL to get the next Guardrails available version.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Whether the version is default or not and support info. */\nexport interface SafeguardsAvailableVersionsProperties {\n /** NOTE: This property will not be serialized. It can only be populated by the server. */\n readonly isDefaultVersion?: boolean;\n /**\n * Whether the version is preview or stable.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly support?: SafeguardsSupport;\n}\n\n/** Hold values properties, which is array of SafeguardsVersions */\nexport interface SafeguardsAvailableVersionsList {\n /** Array of AKS supported Safeguards versions. */\n value?: SafeguardsAvailableVersion[];\n /**\n * The URL to get the next Safeguards available version.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Holds an array of MeshRevisionsProfiles */\nexport interface MeshRevisionProfileList {\n /** Array of service mesh add-on revision profiles for all supported mesh modes. */\n value?: MeshRevisionProfile[];\n /**\n * The URL to get the next set of mesh revision profile.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Mesh revision profile properties for a mesh */\nexport interface MeshRevisionProfileProperties {\n meshRevisions?: MeshRevision[];\n}\n\n/** Holds information on upgrades and compatibility for given major.minor mesh release. */\nexport interface MeshRevision {\n /** The revision of the mesh release. */\n revision?: string;\n /** List of revisions available for upgrade of a specific mesh revision */\n upgrades?: string[];\n /** List of items this revision of service mesh is compatible with, and their associated versions. */\n compatibleWith?: CompatibleVersions[];\n}\n\n/** Version information about a product/service that is compatible with a service mesh revision. */\nexport interface CompatibleVersions {\n /** The product/service name. */\n name?: string;\n /** Product/service versions compatible with a service mesh add-on revision. */\n versions?: string[];\n}\n\n/** Holds an array of MeshUpgradeProfiles */\nexport interface MeshUpgradeProfileList {\n /** Array of supported service mesh add-on upgrade profiles. */\n value?: MeshUpgradeProfile[];\n /**\n * The URL to get the next set of mesh upgrade profile.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** The response from the List Load Balancers operation. */\nexport interface LoadBalancerListResult {\n /** The list of Load Balancers. */\n value?: LoadBalancer[];\n /**\n * The URL to get the next set of load balancer results.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** A label selector is a label query over a set of resources. The result of matchLabels and matchExpressions are ANDed. An empty label selector matches all objects. A null label selector matches no objects. */\nexport interface LabelSelector {\n /** matchLabels is an array of {key=value} pairs. A single {key=value} in the matchLabels map is equivalent to an element of matchExpressions, whose key field is `key`, the operator is `In`, and the values array contains only `value`. The requirements are ANDed. */\n matchLabels?: string[];\n /** matchExpressions is a list of label selector requirements. The requirements are ANDed. */\n matchExpressions?: LabelSelectorRequirement[];\n}\n\n/** A label selector requirement is a selector that contains values, a key, and an operator that relates the key and values. */\nexport interface LabelSelectorRequirement {\n /** key is the label key that the selector applies to. */\n key?: string;\n /** operator represents a key's relationship to a set of values. Valid operators are In and NotIn */\n operator?: Operator;\n /** values is an array of string values, the values array must be non-empty. */\n values?: string[];\n}\n\n/** The names of the load balancers to rebalance. If set to empty, all load balancers will be rebalanced. */\nexport interface RebalanceLoadBalancersRequestBody {\n /** The load balancer names list. */\n loadBalancerNames?: string[];\n}\n\n/** The response of a IdentityBinding list operation. */\nexport interface IdentityBindingListResult {\n /** The IdentityBinding items on this page */\n value: IdentityBinding[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\n/** IdentityBinding properties. */\nexport interface IdentityBindingProperties {\n /** Managed identity profile for the identity binding. */\n managedIdentity: IdentityBindingManagedIdentityProfile;\n /**\n * The OIDC issuer URL of the IdentityBinding.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly oidcIssuer?: IdentityBindingOidcIssuerProfile;\n /**\n * The status of the last operation.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: IdentityBindingProvisioningState;\n}\n\n/** Managed identity profile for the identity binding. */\nexport interface IdentityBindingManagedIdentityProfile {\n /** The resource ID of the managed identity. */\n resourceId: string;\n /**\n * The object ID of the managed identity.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly objectId?: string;\n /**\n * The client ID of the managed identity.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly clientId?: string;\n /**\n * The tenant ID of the managed identity.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly tenantId?: string;\n}\n\n/** IdentityBinding OIDC issuer profile. */\nexport interface IdentityBindingOidcIssuerProfile {\n /**\n * The OIDC issuer URL of the IdentityBinding.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly oidcIssuerUrl?: string;\n}\n\n/** The response from the List JWT authenticator operation. */\nexport interface JWTAuthenticatorListResult {\n /** The list of JWT authenticators. */\n value: JWTAuthenticator[];\n /**\n * The URL to get the next set of JWT authenticator results.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** The properties of JWTAuthenticator. For details on how to configure the properties of a JWT authenticator, please refer to the Kubernetes documentation: https://kubernetes.io/docs/reference/access-authn-authz/authentication/#using-authentication-configuration. Please note that not all fields available in the Kubernetes documentation are supported by AKS. For troubleshooting, please see https://aka.ms/aks-external-issuers-docs. */\nexport interface JWTAuthenticatorProperties {\n /**\n * The current provisioning state of the JWT authenticator.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: JWTAuthenticatorProvisioningState;\n /** The JWT OIDC issuer details. */\n issuer: JWTAuthenticatorIssuer;\n /** The rules that are applied to validate token claims to authenticate users. All the expressions must evaluate to true for validation to succeed. */\n claimValidationRules?: JWTAuthenticatorValidationRule[];\n /** The mappings that define how user attributes are extracted from the token claims. */\n claimMappings: JWTAuthenticatorClaimMappings;\n /** The rules that are applied to the mapped user before completing authentication. All the expressions must evaluate to true for validation to succeed. */\n userValidationRules?: JWTAuthenticatorValidationRule[];\n}\n\n/** The OIDC issuer details for JWTAuthenticator. */\nexport interface JWTAuthenticatorIssuer {\n /** The issuer URL. The URL must begin with the scheme https and cannot contain a query string or fragment. This must match the \"iss\" claim in the presented JWT, and the issuer returned from discovery. */\n url: string;\n /** The set of acceptable audiences the JWT must be issued to. At least one is required. When multiple is set, AudienceMatchPolicy is used in API Server configuration. */\n audiences: string[];\n}\n\n/** The validation rule for JWTAuthenticator. */\nexport interface JWTAuthenticatorValidationRule {\n /** The CEL expression used to validate the claim or attribute. */\n expression: string;\n /** The validation error message. */\n message?: string;\n}\n\n/** The claim mappings for JWTAuthenticator. */\nexport interface JWTAuthenticatorClaimMappings {\n /** The expression to extract username attribute from the token claims. */\n username: JWTAuthenticatorClaimMappingExpression;\n /** The expression to extract groups attribute from the token claims. When not provided, no groups are extracted from the token claims. */\n groups?: JWTAuthenticatorClaimMappingExpression;\n /** The expression to extract uid attribute from the token claims. When not provided, no uid is extracted from the token claims. */\n uid?: JWTAuthenticatorClaimMappingExpression;\n /** The expression to extract extra attribute from the token claims. When not provided, no extra attributes are extracted from the token claims. */\n extra?: JWTAuthenticatorExtraClaimMappingExpression[];\n}\n\n/** The claim mapping expression for JWTAuthenticator. */\nexport interface JWTAuthenticatorClaimMappingExpression {\n /** The CEL expression used to access token claims. */\n expression: string;\n}\n\n/** The extra claim mapping expression for JWTAuthenticator. */\nexport interface JWTAuthenticatorExtraClaimMappingExpression {\n /** The key of the extra attribute. */\n key: string;\n /** The CEL expression used to extract the value of the extra attribute. */\n valueExpression: string;\n}\n\n/** The result of a request to list mesh memberships in a managed cluster. */\nexport interface MeshMembershipsListResult {\n /** The list of mesh memberships. */\n value?: MeshMembership[];\n /**\n * The URL to get the next set of mesh membership results.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Mesh membership properties of a managed cluster. */\nexport interface MeshMembershipProperties {\n /**\n * The current provisioning state of the Mesh Membership.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: MeshMembershipProvisioningState;\n /** The ARM resource id for the managed mesh member. This is of the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppLink/applinks/{appLinkName}/appLinkMembers/{appLinkMemberName}'. Visit https://aka.ms/applink for more information. */\n managedMeshID: string;\n}\n\n/** Profile for the container service agent pool. */\nexport interface ManagedClusterAgentPoolProfile extends ManagedClusterAgentPoolProfileProperties {\n /** Unique name of the agent pool profile in the context of the subscription and resource group. Windows agent pool names must be 6 characters or less. */\n name: string;\n}\n\n/** Information of user assigned identity used by this add-on. */\nexport interface ManagedClusterAddonProfileIdentity extends UserAssignedIdentity {}\n\n/** The resource model definition for an Azure Resource Manager tracked top level resource which has 'tags' and a 'location' */\nexport interface TrackedResource extends Resource {\n /** Resource tags. */\n tags?: { [propertyName: string]: string };\n /** The geo-location where the resource lives */\n location: string;\n}\n\n/** Defines binding between a resource and role */\nexport interface TrustedAccessRoleBinding extends Resource {\n /**\n * The current provisioning state of trusted access role binding.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: TrustedAccessRoleBindingProvisioningState;\n /** The ARM resource ID of source resource that trusted access is configured for. */\n sourceResourceId: string;\n /** A list of roles to bind, each item is a resource type qualified role name. For example: 'Microsoft.MachineLearningServices/workspaces/reader'. */\n roles: string[];\n}\n\n/** Available Guardrails Version */\nexport interface GuardrailsAvailableVersion extends Resource {\n /** Whether the version is default or not and support info. */\n properties: GuardrailsAvailableVersionsProperties;\n}\n\n/** Available Safeguards Version */\nexport interface SafeguardsAvailableVersion extends Resource {\n /** Whether the version is default or not and support info. */\n properties: SafeguardsAvailableVersionsProperties;\n}\n\n/** The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location */\nexport interface ProxyResource extends Resource {}\n\n/** Planned maintenance configuration, used to configure when updates can be deployed to a Managed Cluster. See [planned maintenance](https://docs.microsoft.com/azure/aks/planned-maintenance) for more information about planned maintenance. */\nexport interface MaintenanceConfiguration extends SubResource {\n /**\n * The system metadata relating to this resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly systemData?: SystemData;\n /** Time slots during the week when planned maintenance is allowed to proceed. If two array entries specify the same day of the week, the applied configuration is the union of times in both entries. */\n timeInWeek?: TimeInWeek[];\n /** Time slots on which upgrade is not allowed. */\n notAllowedTime?: TimeSpan[];\n /** Maintenance window for the maintenance configuration. */\n maintenanceWindow?: MaintenanceWindow;\n}\n\n/** Namespace managed by ARM. */\nexport interface ManagedNamespace extends SubResource {\n /**\n * The system metadata relating to this resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly systemData?: SystemData;\n /** The tags to be persisted on the managed cluster namespace. */\n tags?: { [propertyName: string]: string };\n /**\n * Unique read-only string used to implement optimistic concurrency. The eTag value will change when the resource is updated. Specify an if-match or if-none-match header with the eTag value for a subsequent request to enable optimistic concurrency per the normal eTag convention.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly eTag?: string;\n /** The location of the namespace. */\n location?: string;\n /** Properties of a namespace. */\n properties?: NamespaceProperties;\n}\n\n/** Agent Pool. */\nexport interface AgentPool extends SubResource {\n /**\n * Unique read-only string used to implement optimistic concurrency. The eTag value will change when the resource is updated. Specify an if-match or if-none-match header with the eTag value for a subsequent request to enable optimistic concurrency per the normal eTag convention.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly eTag?: string;\n /** Number of agents (VMs) to host docker containers. Allowed values must be in the range of 0 to 1000 (inclusive) for user pools and in the range of 1 to 1000 (inclusive) for system pools. The default value is 1. */\n count?: number;\n /** The size of the agent pool VMs. VM size availability varies by region. If a node contains insufficient compute resources (memory, cpu, etc) pods might fail to run correctly. For more details on restricted VM sizes, see: https://docs.microsoft.com/azure/aks/quotas-skus-regions */\n vmSize?: string;\n /** OS Disk Size in GB to be used to specify the disk size for every machine in the master/agent pool. If you specify 0, it will apply the default osDisk size according to the vmSize specified. */\n osDiskSizeGB?: number;\n /** The OS disk type to be used for machines in the agent pool. The default is 'Ephemeral' if the VM supports it and has a cache disk larger than the requested OSDiskSizeGB. Otherwise, defaults to 'Managed'. May not be changed after creation. For more information see [Ephemeral OS](https://docs.microsoft.com/azure/aks/cluster-configuration#ephemeral-os). */\n osDiskType?: OSDiskType;\n /** Determines the placement of emptyDir volumes, container runtime data root, and Kubelet ephemeral storage. */\n kubeletDiskType?: KubeletDiskType;\n /** Determines the type of workload a node can run. */\n workloadRuntime?: WorkloadRuntime;\n /** Message of the day for Linux nodes, base64-encoded. A base64-encoded string which will be written to /etc/motd after decoding. This allows customization of the message of the day for Linux nodes. It must not be specified for Windows nodes. It must be a static string (i.e., will be printed raw and not be executed as a script). */\n messageOfTheDay?: string;\n /** The ID of the subnet which agent pool nodes and optionally pods will join on startup. If this is not specified, a VNET and subnet will be generated and used. If no podSubnetID is specified, this applies to nodes and pods, otherwise it applies to just nodes. This is of the form: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/virtualNetworks/{virtualNetworkName}/subnets/{subnetName} */\n vnetSubnetID?: string;\n /** The ID of the subnet which pods will join when launched. If omitted, pod IPs are statically assigned on the node subnet (see vnetSubnetID for more details). This is of the form: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/virtualNetworks/{virtualNetworkName}/subnets/{subnetName} */\n podSubnetID?: string;\n /** Pod IP Allocation Mode. The IP allocation mode for pods in the agent pool. Must be used with podSubnetId. The default is 'DynamicIndividual'. */\n podIPAllocationMode?: PodIPAllocationMode;\n /** The maximum number of pods that can run on a node. */\n maxPods?: number;\n /** The operating system type. The default is Linux. */\n osType?: OSType;\n /** Specifies the OS SKU used by the agent pool. If not specified, the default is Ubuntu if OSType=Linux or Windows2019 if OSType=Windows. And the default Windows OSSKU will be changed to Windows2022 after Windows2019 is deprecated. */\n osSKU?: Ossku;\n /** The maximum number of nodes for auto-scaling */\n maxCount?: number;\n /** The minimum number of nodes for auto-scaling */\n minCount?: number;\n /** Whether to enable auto-scaler */\n enableAutoScaling?: boolean;\n /** The scale down mode to use when scaling the Agent Pool. This also effects the cluster autoscaler behavior. If not specified, it defaults to Delete. */\n scaleDownMode?: ScaleDownMode;\n /** The type of Agent Pool. */\n typePropertiesType?: AgentPoolType;\n /** The mode of an agent pool. A cluster must have at least one 'System' Agent Pool at all times. For additional information on agent pool restrictions and best practices, see: https://docs.microsoft.com/azure/aks/use-system-pools */\n mode?: AgentPoolMode;\n /** The version of Kubernetes specified by the user. Both patch version <major.minor.patch> and <major.minor> are supported. When <major.minor> is specified, the latest supported patch version is chosen automatically. Updating the agent pool with the same <major.minor> once it has been created will not trigger an upgrade, even if a newer patch version is available. As a best practice, you should upgrade all node pools in an AKS cluster to the same Kubernetes version. The node pool version must have the same major version as the control plane. The node pool minor version must be within two minor versions of the control plane version. The node pool version cannot be greater than the control plane version. For more information see [upgrading a node pool](https://docs.microsoft.com/azure/aks/use-multiple-node-pools#upgrade-a-node-pool). */\n orchestratorVersion?: string;\n /**\n * The version of Kubernetes running on the Agent Pool. If orchestratorVersion was a fully specified version <major.minor.patch>, this field will be exactly equal to it. If orchestratorVersion was <major.minor>, this field will contain the full <major.minor.patch> version being used.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly currentOrchestratorVersion?: string;\n /** The version of node image */\n nodeImageVersion?: string;\n /** Defines the upgrade strategy for the agent pool. The default is Rolling. */\n upgradeStrategy?: UpgradeStrategy;\n /** Settings for upgrading the agentpool. Applies when upgrade strategy is set to Rolling. */\n upgradeSettings?: AgentPoolUpgradeSettings;\n /** Settings for Blue-Green upgrade on the agentpool. Applies when upgrade strategy is set to BlueGreen. */\n upgradeSettingsBlueGreen?: AgentPoolBlueGreenUpgradeSettings;\n /**\n * The current deployment or provisioning state.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: string;\n /** Whether the Agent Pool is running or stopped. When an Agent Pool is first created it is initially Running. The Agent Pool can be stopped by setting this field to Stopped. A stopped Agent Pool stops all of its VMs and does not accrue billing charges. An Agent Pool can only be stopped if it is Running and provisioning state is Succeeded */\n powerState?: PowerState;\n /** The list of Availability zones to use for nodes. This can only be specified if the AgentPoolType property is 'VirtualMachineScaleSets'. */\n availabilityZones?: string[];\n /** Whether each node is allocated its own public IP. Some scenarios may require nodes in a node pool to receive their own dedicated public IP addresses. A common scenario is for gaming workloads, where a console needs to make a direct connection to a cloud virtual machine to minimize hops. For more information see [assigning a public IP per node](https://docs.microsoft.com/azure/aks/use-multiple-node-pools#assign-a-public-ip-per-node-for-your-node-pools). The default is false. */\n enableNodePublicIP?: boolean;\n /** The public IP prefix ID which VM nodes should use IPs from. This is of the form: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/publicIPPrefixes/{publicIPPrefixName} */\n nodePublicIPPrefixID?: string;\n /** The Virtual Machine Scale Set priority. If not specified, the default is 'Regular'. */\n scaleSetPriority?: ScaleSetPriority;\n /** The Virtual Machine Scale Set eviction policy to use. This cannot be specified unless the scaleSetPriority is 'Spot'. If not specified, the default is 'Delete'. */\n scaleSetEvictionPolicy?: ScaleSetEvictionPolicy;\n /** The max price (in US Dollars) you are willing to pay for spot instances. Possible values are any decimal value greater than zero or -1 which indicates default price to be up-to on-demand. Possible values are any decimal value greater than zero or -1 which indicates the willingness to pay any on-demand price. For more details on spot pricing, see [spot VMs pricing](https://docs.microsoft.com/azure/virtual-machines/spot-vms#pricing) */\n spotMaxPrice?: number;\n /** The tags to be persisted on the agent pool virtual machine scale set. */\n tags?: { [propertyName: string]: string };\n /** The node labels to be persisted across all nodes in agent pool. */\n nodeLabels?: { [propertyName: string]: string };\n /** The taints added to new nodes during node pool create and scale. For example, key=value:NoSchedule. */\n nodeTaints?: string[];\n /** Taints added on the nodes during creation that will not be reconciled by AKS. These taints will not be reconciled by AKS and can be removed with a kubectl call. This field can be modified after node pool is created, but nodes will not be recreated with new taints until another operation that requires recreation (e.g. node image upgrade) happens. These taints allow for required configuration to run before the node is ready to accept workloads, for example 'key1=value1:NoSchedule' that then can be removed with `kubectl taint nodes node1 key1=value1:NoSchedule-` */\n nodeInitializationTaints?: string[];\n /** The ID for Proximity Placement Group. */\n proximityPlacementGroupID?: string;\n /** The Kubelet configuration on the agent pool nodes. */\n kubeletConfig?: KubeletConfig;\n /** The OS configuration of Linux agent nodes. */\n linuxOSConfig?: LinuxOSConfig;\n /** Whether to enable host based OS and data drive encryption. This is only supported on certain VM sizes and in certain Azure regions. For more information, see: https://docs.microsoft.com/azure/aks/enable-host-encryption */\n enableEncryptionAtHost?: boolean;\n /** Whether to enable UltraSSD */\n enableUltraSSD?: boolean;\n /** Whether to use a FIPS-enabled OS. See [Add a FIPS-enabled node pool](https://docs.microsoft.com/azure/aks/use-multiple-node-pools#add-a-fips-enabled-node-pool-preview) for more details. */\n enableFips?: boolean;\n /** GPUInstanceProfile to be used to specify GPU MIG instance profile for supported GPU VM SKU. */\n gpuInstanceProfile?: GPUInstanceProfile;\n /** CreationData to be used to specify the source Snapshot ID if the node pool will be created/upgraded using a snapshot. */\n creationData?: CreationData;\n /** AKS will associate the specified agent pool with the Capacity Reservation Group. */\n capacityReservationGroupID?: string;\n /** The fully qualified resource ID of the Dedicated Host Group to provision virtual machines from, used only in creation scenario and not allowed to changed once set. This is of the form: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/hostGroups/{hostGroupName}. For more information see [Azure dedicated hosts](https://docs.microsoft.com/azure/virtual-machines/dedicated-hosts). */\n hostGroupID?: string;\n /** The Windows agent pool's specific profile. */\n windowsProfile?: AgentPoolWindowsProfile;\n /** Network-related settings of an agent pool. */\n networkProfile?: AgentPoolNetworkProfile;\n /** The security settings of an agent pool. */\n securityProfile?: AgentPoolSecurityProfile;\n /** The GPU settings of an agent pool. */\n gpuProfile?: GPUProfile;\n /** Configuration for using artifact streaming on AKS. */\n artifactStreamingProfile?: AgentPoolArtifactStreamingProfile;\n /** Specifications on VirtualMachines agent pool. */\n virtualMachinesProfile?: VirtualMachinesProfile;\n /** The status of nodes in a VirtualMachines agent pool. */\n virtualMachineNodesStatus?: VirtualMachineNodes[];\n /** Profile specific to a managed agent pool in Gateway mode. This field cannot be set if agent pool mode is not Gateway. */\n gatewayProfile?: AgentPoolGatewayProfile;\n /** Contains read-only information about the Agent Pool. */\n status?: AgentPoolStatus;\n /** Configures the per-node local DNS, with VnetDNS and KubeDNS overrides. LocalDNS helps improve performance and reliability of DNS resolution in an AKS cluster. For more details see aka.ms/aks/localdns. */\n localDNSProfile?: LocalDNSProfile;\n /** Settings to determine the node customization used to provision nodes in a pool. */\n nodeCustomizationProfile?: NodeCustomizationProfile;\n}\n\n/** A machine provides detailed information about its configuration and status. A machine may be visible here but not in kubectl get nodes; if so, it may be because the machine has not been registered with the Kubernetes API Server yet. */\nexport interface Machine extends SubResource {\n /** The Availability zone in which machine is located. */\n zones?: string[];\n /** The properties of the machine */\n properties?: MachineProperties;\n}\n\n/** Mesh upgrade profile properties for a major.minor release. */\nexport interface MeshUpgradeProfileProperties extends MeshRevision {}\n\n/** Managed cluster. */\nexport interface ManagedCluster extends TrackedResource {\n /**\n * Unique read-only string used to implement optimistic concurrency. The eTag value will change when the resource is updated. Specify an if-match or if-none-match header with the eTag value for a subsequent request to enable optimistic concurrency per the normal eTag convention.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly eTag?: string;\n /** The managed cluster SKU. */\n sku?: ManagedClusterSKU;\n /** The extended location of the Virtual Machine. */\n extendedLocation?: ExtendedLocation;\n /** The identity of the managed cluster, if configured. */\n identity?: ManagedClusterIdentity;\n /** This is primarily used to expose different UI experiences in the portal for different kinds */\n kind?: string;\n /**\n * The current provisioning state.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: string;\n /**\n * The Power State of the cluster.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly powerState?: PowerState;\n /** CreationData to be used to specify the source Snapshot ID if the cluster will be created/upgraded using a snapshot. */\n creationData?: CreationData;\n /**\n * The max number of agent pools for the managed cluster.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly maxAgentPools?: number;\n /** The version of Kubernetes the Managed Cluster is requested to run. When you upgrade a supported AKS cluster, Kubernetes minor versions cannot be skipped. All upgrades must be performed sequentially by major version number. For example, upgrades between 1.14.x -> 1.15.x or 1.15.x -> 1.16.x are allowed, however 1.14.x -> 1.16.x is not allowed. See [upgrading an AKS cluster](https://docs.microsoft.com/azure/aks/upgrade-cluster) for more details. */\n kubernetesVersion?: string;\n /**\n * The version of Kubernetes the Managed Cluster is running.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly currentKubernetesVersion?: string;\n /** The DNS prefix of the Managed Cluster. This cannot be updated once the Managed Cluster has been created. */\n dnsPrefix?: string;\n /** The FQDN subdomain of the private cluster with custom private dns zone. This cannot be updated once the Managed Cluster has been created. */\n fqdnSubdomain?: string;\n /**\n * The FQDN of the master pool.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly fqdn?: string;\n /**\n * The FQDN of private cluster.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly privateFqdn?: string;\n /**\n * The special FQDN used by the Azure Portal to access the Managed Cluster. This FQDN is for use only by the Azure Portal and should not be used by other clients. The Azure Portal requires certain Cross-Origin Resource Sharing (CORS) headers to be sent in some responses, which Kubernetes APIServer doesn't handle by default. This special FQDN supports CORS, allowing the Azure Portal to function properly.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly azurePortalFqdn?: string;\n /** The agent pool properties. */\n agentPoolProfiles?: ManagedClusterAgentPoolProfile[];\n /** The profile for Linux VMs in the Managed Cluster. */\n linuxProfile?: ContainerServiceLinuxProfile;\n /** The profile for Windows VMs in the Managed Cluster. */\n windowsProfile?: ManagedClusterWindowsProfile;\n /** Information about a service principal identity for the cluster to use for manipulating Azure APIs. */\n servicePrincipalProfile?: ManagedClusterServicePrincipalProfile;\n /** The profile of managed cluster add-on. */\n addonProfiles?: { [propertyName: string]: ManagedClusterAddonProfile };\n /** The pod identity profile of the Managed Cluster. See [use AAD pod identity](https://docs.microsoft.com/azure/aks/use-azure-ad-pod-identity) for more details on AAD pod identity integration. */\n podIdentityProfile?: ManagedClusterPodIdentityProfile;\n /** The OIDC issuer profile of the Managed Cluster. */\n oidcIssuerProfile?: ManagedClusterOidcIssuerProfile;\n /** The name of the resource group containing agent pool nodes. */\n nodeResourceGroup?: string;\n /** The node resource group configuration profile. */\n nodeResourceGroupProfile?: ManagedClusterNodeResourceGroupProfile;\n /** Whether to enable Kubernetes Role-Based Access Control. */\n enableRbac?: boolean;\n /** The support plan for the Managed Cluster. If unspecified, the default is 'KubernetesOfficial'. */\n supportPlan?: KubernetesSupportPlan;\n /** Enable namespace as Azure resource. The default value is false. It can be enabled/disabled on creation and updating of the managed cluster. See [https://aka.ms/NamespaceARMResource](https://aka.ms/NamespaceARMResource) for more details on Namespace as a ARM Resource. */\n enableNamespaceResources?: boolean;\n /** The network configuration profile. */\n networkProfile?: ContainerServiceNetworkProfile;\n /** The Azure Active Directory configuration. */\n aadProfile?: ManagedClusterAADProfile;\n /** The auto upgrade configuration. */\n autoUpgradeProfile?: ManagedClusterAutoUpgradeProfile;\n /** Settings for upgrading a cluster. */\n upgradeSettings?: ClusterUpgradeSettings;\n /** Parameters to be applied to the cluster-autoscaler when enabled */\n autoScalerProfile?: ManagedClusterPropertiesAutoScalerProfile;\n /** The access profile for managed cluster API server. */\n apiServerAccessProfile?: ManagedClusterAPIServerAccessProfile;\n /** The Resource ID of the disk encryption set to use for enabling encryption at rest. This is of the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/diskEncryptionSets/{encryptionSetName}' */\n diskEncryptionSetID?: string;\n /** The user identity associated with the managed cluster. This identity will be used by the kubelet. Only one user assigned identity is allowed. The only accepted key is \"kubeletidentity\", with value of \"resourceId\": \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}\". */\n identityProfile?: { [propertyName: string]: UserAssignedIdentity };\n /** Private link resources associated with the cluster. */\n privateLinkResources?: PrivateLinkResource[];\n /** If local accounts should be disabled on the Managed Cluster. If set to true, getting static credentials will be disabled for this cluster. This must only be used on Managed Clusters that are AAD enabled. For more details see [disable local accounts](https://docs.microsoft.com/azure/aks/managed-aad#disable-local-accounts-preview). */\n disableLocalAccounts?: boolean;\n /** Configurations for provisioning the cluster with HTTP proxy servers. */\n httpProxyConfig?: ManagedClusterHttpProxyConfig;\n /** Security profile for the managed cluster. */\n securityProfile?: ManagedClusterSecurityProfile;\n /** Storage profile for the managed cluster. */\n storageProfile?: ManagedClusterStorageProfile;\n /** Ingress profile for the managed cluster. */\n ingressProfile?: ManagedClusterIngressProfile;\n /** PublicNetworkAccess of the managedCluster. Allow or deny public network access for AKS */\n publicNetworkAccess?: PublicNetworkAccess;\n /** Workload Auto-scaler profile for the managed cluster. */\n workloadAutoScalerProfile?: ManagedClusterWorkloadAutoScalerProfile;\n /** Prometheus addon profile for the container service cluster */\n azureMonitorProfile?: ManagedClusterAzureMonitorProfile;\n /** Service mesh profile for a managed cluster. */\n serviceMeshProfile?: ServiceMeshProfile;\n /**\n * The resourceUID uniquely identifies ManagedClusters that reuse ARM ResourceIds (i.e: create, delete, create sequence)\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly resourceUID?: string;\n /** Optional cluster metrics configuration. */\n metricsProfile?: ManagedClusterMetricsProfile;\n /** AI toolchain operator settings that apply to the whole cluster. */\n aiToolchainOperatorProfile?: ManagedClusterAIToolchainOperatorProfile;\n /** Node provisioning settings that apply to the whole cluster. */\n nodeProvisioningProfile?: ManagedClusterNodeProvisioningProfile;\n /** Profile of the cluster bootstrap configuration. */\n bootstrapProfile?: ManagedClusterBootstrapProfile;\n /** Profile of the pod scheduler configuration. */\n schedulerProfile?: SchedulerProfile;\n /** Settings for hosted system addons. For more information, see https://aka.ms/aks/automatic/systemcomponents. */\n hostedSystemProfile?: ManagedClusterHostedSystemProfile;\n /** Contains read-only information about the Managed Cluster. */\n status?: ManagedClusterStatus;\n}\n\n/** Managed cluster Access Profile. */\nexport interface ManagedClusterAccessProfile extends TrackedResource {\n /** Base64-encoded Kubernetes configuration file. */\n kubeConfig?: Uint8Array;\n}\n\n/** A node pool snapshot resource. */\nexport interface Snapshot extends TrackedResource {\n /** CreationData to be used to specify the source agent pool resource ID to create this snapshot. */\n creationData?: CreationData;\n /** The type of a snapshot. The default is NodePool. */\n snapshotType?: SnapshotType;\n /**\n * The version of Kubernetes.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly kubernetesVersion?: string;\n /**\n * The version of node image.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nodeImageVersion?: string;\n /**\n * The operating system type. The default is Linux.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly osType?: OSType;\n /**\n * Specifies the OS SKU used by the agent pool. If not specified, the default is Ubuntu if OSType=Linux or Windows2019 if OSType=Windows. And the default Windows OSSKU will be changed to Windows2022 after Windows2019 is deprecated.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly osSku?: Ossku;\n /**\n * The size of the VM.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly vmSize?: string;\n /**\n * Whether to use a FIPS-enabled OS.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly enableFips?: boolean;\n}\n\n/** A managed cluster snapshot resource. */\nexport interface ManagedClusterSnapshot extends TrackedResource {\n /** CreationData to be used to specify the source resource ID to create this snapshot. */\n creationData?: CreationData;\n /** The type of a snapshot. The default is NodePool. */\n snapshotType?: SnapshotType;\n /**\n * What the properties will be showed when getting managed cluster snapshot. Those properties are read-only.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly managedClusterPropertiesReadOnly?: ManagedClusterPropertiesForSnapshot;\n}\n\n/** Mesh revision profile for a mesh. */\nexport interface MeshRevisionProfile extends ProxyResource {\n /** Mesh revision profile properties for a mesh */\n properties?: MeshRevisionProfileProperties;\n}\n\n/** Upgrade profile for given mesh. */\nexport interface MeshUpgradeProfile extends ProxyResource {\n /** Mesh upgrade profile properties for a major.minor release. */\n properties?: MeshUpgradeProfileProperties;\n}\n\n/** The configurations regarding multiple standard load balancers. If not supplied, single load balancer mode will be used. Multiple standard load balancers mode will be used if at lease one configuration is supplied. There has to be a configuration named `kubernetes`. The name field will be the name of the corresponding public load balancer. There will be an internal load balancer created if needed, and the name will be `<name>-internal`. The internal lb shares the same configurations as the external one. The internal lbs are not needed to be included in LoadBalancer list. */\nexport interface LoadBalancer extends ProxyResource {\n /** Required field. A string value that must specify the ID of an existing agent pool. All nodes in the given pool will always be added to this load balancer. This agent pool must have at least one node and minCount>=1 for autoscaling operations. An agent pool can only be the primary pool for a single load balancer. */\n primaryAgentPoolName?: string;\n /** Whether to automatically place services on the load balancer. If not supplied, the default value is true. If set to false manually, both of the external and the internal load balancer will not be selected for services unless they explicitly target it. */\n allowServicePlacement?: boolean;\n /** Only services that must match this selector can be placed on this load balancer. */\n serviceLabelSelector?: LabelSelector;\n /** Services created in namespaces that match the selector can be placed on this load balancer. */\n serviceNamespaceSelector?: LabelSelector;\n /** Nodes that match this selector will be possible members of this load balancer. */\n nodeSelector?: LabelSelector;\n /**\n * The current provisioning state.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: string;\n}\n\n/** The IdentityBinding resource. */\nexport interface IdentityBinding extends ProxyResource {\n /** The resource-specific properties for this resource. */\n properties?: IdentityBindingProperties;\n /**\n * Unique read-only string used to implement optimistic concurrency. The eTag value will change when the resource is updated. Specify an if-match or if-none-match header with the eTag value for a subsequent request to enable optimistic concurrency per the normal eTag convention.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly eTag?: string;\n}\n\n/** Configuration for JWT authenticator in the managed cluster. */\nexport interface JWTAuthenticator extends ProxyResource {\n /** The properties of JWTAuthenticator. For details on how to configure the properties of a JWT authenticator, please refer to the Kubernetes documentation: https://kubernetes.io/docs/reference/access-authn-authz/authentication/#using-authentication-configuration. Please note that not all fields available in the Kubernetes documentation are supported by AKS. For troubleshooting, please see https://aka.ms/aks-external-issuers-docs. */\n properties: JWTAuthenticatorProperties;\n}\n\n/** Mesh membership of a managed cluster. */\nexport interface MeshMembership extends ProxyResource {\n /** The fully qualified resource ID of the resource that manages this resource. Indicates if this resource is managed by another Azure resource. If this is present, complete mode deployment will not delete the resource if it is removed from the template since it is managed by another resource. */\n managedBy?: string;\n /**\n * Unique read-only string used to implement optimistic concurrency. The eTag value will change when the resource is updated. Specify an if-match or if-none-match header with the eTag value for a subsequent request to enable optimistic concurrency per the normal eTag convention.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly eTag?: string;\n /** Mesh membership properties of a managed cluster. */\n properties?: MeshMembershipProperties;\n}\n\n/** Defines headers for ManagedClusters_delete operation. */\nexport interface ManagedClustersDeleteHeaders {\n /** URL to query for status of the operation. */\n location?: string;\n}\n\n/** Defines headers for ManagedClusters_resetServicePrincipalProfile operation. */\nexport interface ManagedClustersResetServicePrincipalProfileHeaders {\n /** URL to query for status of the operation. */\n location?: string;\n}\n\n/** Defines headers for ManagedClusters_resetAADProfile operation. */\nexport interface ManagedClustersResetAADProfileHeaders {\n /** URL to query for status of the operation. */\n location?: string;\n}\n\n/** Defines headers for ManagedClusters_abortLatestOperation operation. */\nexport interface ManagedClustersAbortLatestOperationHeaders {\n /** URL to query for status of the operation. */\n location?: string;\n /** URL to query for status of the operation. */\n azureAsyncOperation?: string;\n}\n\n/** Defines headers for ManagedClusters_rotateClusterCertificates operation. */\nexport interface ManagedClustersRotateClusterCertificatesHeaders {\n /** URL to query for status of the operation. */\n location?: string;\n}\n\n/** Defines headers for ManagedClusters_rotateServiceAccountSigningKeys operation. */\nexport interface ManagedClustersRotateServiceAccountSigningKeysHeaders {\n /** URL to query for status of the operation. */\n location?: string;\n}\n\n/** Defines headers for ManagedClusters_stop operation. */\nexport interface ManagedClustersStopHeaders {\n /** URL to query for status of the operation. */\n location?: string;\n}\n\n/** Defines headers for ManagedClusters_start operation. */\nexport interface ManagedClustersStartHeaders {\n /** URL to query for status of the operation. */\n location?: string;\n}\n\n/** Defines headers for ManagedClusters_runCommand operation. */\nexport interface ManagedClustersRunCommandHeaders {\n /** URL to query for status of the operation. */\n location?: string;\n}\n\n/** Defines headers for ManagedClusters_getCommandResult operation. */\nexport interface ManagedClustersGetCommandResultHeaders {\n /** URL to query for status of the operation. */\n location?: string;\n}\n\n/** Defines headers for ManagedClusters_rebalanceLoadBalancers operation. */\nexport interface ManagedClustersRebalanceLoadBalancersHeaders {\n /** URL to query for status of the operation. */\n location?: string;\n azureAsyncOperation?: string;\n}\n\n/** Defines headers for ManagedClusters_rebalanceLoadBalancers operation. */\nexport interface ManagedClustersRebalanceLoadBalancersExceptionHeaders {\n azureAsyncOperation?: string;\n}\n\n/** Defines headers for ManagedNamespaces_createOrUpdate operation. */\nexport interface ManagedNamespacesCreateOrUpdateHeaders {\n azureAsyncOperation?: string;\n}\n\n/** Defines headers for ManagedNamespaces_createOrUpdate operation. */\nexport interface ManagedNamespacesCreateOrUpdateExceptionHeaders {\n azureAsyncOperation?: string;\n}\n\n/** Defines headers for ManagedNamespaces_delete operation. */\nexport interface ManagedNamespacesDeleteHeaders {\n /** URL to query for status of the operation. */\n location?: string;\n azureAsyncOperation?: string;\n}\n\n/** Defines headers for ManagedNamespaces_delete operation. */\nexport interface ManagedNamespacesDeleteExceptionHeaders {\n azureAsyncOperation?: string;\n}\n\n/** Defines headers for AgentPools_abortLatestOperation operation. */\nexport interface AgentPoolsAbortLatestOperationHeaders {\n /** URL to query for status of the operation. */\n location?: string;\n /** URL to query for status of the operation. */\n azureAsyncOperation?: string;\n}\n\n/** Defines headers for AgentPools_delete operation. */\nexport interface AgentPoolsDeleteHeaders {\n /** URL to query for status of the operation. */\n location?: string;\n}\n\n/** Defines headers for AgentPools_completeUpgrade operation. */\nexport interface AgentPoolsCompleteUpgradeHeaders {\n /** URL to query for status of the operation. */\n location?: string;\n azureAsyncOperation?: string;\n}\n\n/** Defines headers for AgentPools_completeUpgrade operation. */\nexport interface AgentPoolsCompleteUpgradeExceptionHeaders {\n azureAsyncOperation?: string;\n}\n\n/** Defines headers for AgentPools_deleteMachines operation. */\nexport interface AgentPoolsDeleteMachinesHeaders {\n /** URL to query for status of the operation. */\n location?: string;\n}\n\n/** Defines headers for AgentPools_upgradeNodeImageVersion operation. */\nexport interface AgentPoolsUpgradeNodeImageVersionHeaders {\n /** URL to query for status of the operation. */\n azureAsyncOperation?: string;\n}\n\n/** Defines headers for Machines_createOrUpdate operation. */\nexport interface MachinesCreateOrUpdateHeaders {\n azureAsyncOperation?: string;\n}\n\n/** Defines headers for Machines_createOrUpdate operation. */\nexport interface MachinesCreateOrUpdateExceptionHeaders {\n azureAsyncOperation?: string;\n}\n\n/** Defines headers for TrustedAccessRoleBindings_delete operation. */\nexport interface TrustedAccessRoleBindingsDeleteHeaders {\n /** URL to query for status of the operation. */\n location?: string;\n}\n\n/** Defines headers for LoadBalancers_delete operation. */\nexport interface LoadBalancersDeleteHeaders {\n /** URL to query for status of the operation. */\n location?: string;\n azureAsyncOperation?: string;\n}\n\n/** Defines headers for LoadBalancers_delete operation. */\nexport interface LoadBalancersDeleteExceptionHeaders {\n azureAsyncOperation?: string;\n}\n\n/** Defines headers for IdentityBindings_createOrUpdate operation. */\nexport interface IdentityBindingsCreateOrUpdateHeaders {\n /** URL to query for status of the operation. */\n location?: string;\n /** URL to query for status of the operation. */\n azureAsyncOperation?: string;\n}\n\n/** Defines headers for IdentityBindings_createOrUpdate operation. */\nexport interface IdentityBindingsCreateOrUpdateExceptionHeaders {\n azureAsyncOperation?: string;\n}\n\n/** Defines headers for IdentityBindings_delete operation. */\nexport interface IdentityBindingsDeleteHeaders {\n /** URL to query for status of the operation. */\n location?: string;\n /** URL to query for status of the operation. */\n azureAsyncOperation?: string;\n}\n\n/** Defines headers for IdentityBindings_delete operation. */\nexport interface IdentityBindingsDeleteExceptionHeaders {\n azureAsyncOperation?: string;\n}\n\n/** Defines headers for JWTAuthenticators_createOrUpdate operation. */\nexport interface JWTAuthenticatorsCreateOrUpdateHeaders {\n azureAsyncOperation?: string;\n}\n\n/** Defines headers for JWTAuthenticators_createOrUpdate operation. */\nexport interface JWTAuthenticatorsCreateOrUpdateExceptionHeaders {\n azureAsyncOperation?: string;\n}\n\n/** Defines headers for JWTAuthenticators_delete operation. */\nexport interface JWTAuthenticatorsDeleteHeaders {\n /** URL to query for status of the operation. */\n location?: string;\n azureAsyncOperation?: string;\n}\n\n/** Defines headers for JWTAuthenticators_delete operation. */\nexport interface JWTAuthenticatorsDeleteExceptionHeaders {\n azureAsyncOperation?: string;\n}\n\n/** Defines headers for MeshMemberships_delete operation. */\nexport interface MeshMembershipsDeleteHeaders {\n /** URL to query for status of the operation. */\n location?: string;\n}\n\n/** Known values of {@link KubernetesSupportPlan} that the service accepts. */\nexport enum KnownKubernetesSupportPlan {\n /** Support for the version is the same as for the open source Kubernetes offering. Official Kubernetes open source community support versions for 1 year after release. */\n KubernetesOfficial = \"KubernetesOfficial\",\n /** Support for the version extended past the KubernetesOfficial support of 1 year. AKS continues to patch CVEs for another 1 year, for a total of 2 years of support. */\n AKSLongTermSupport = \"AKSLongTermSupport\",\n}\n\n/**\n * Defines values for KubernetesSupportPlan. \\\n * {@link KnownKubernetesSupportPlan} can be used interchangeably with KubernetesSupportPlan,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **KubernetesOfficial**: Support for the version is the same as for the open source Kubernetes offering. Official Kubernetes open source community support versions for 1 year after release. \\\n * **AKSLongTermSupport**: Support for the version extended past the KubernetesOfficial support of 1 year. AKS continues to patch CVEs for another 1 year, for a total of 2 years of support.\n */\nexport type KubernetesSupportPlan = string;\n\n/** Known values of {@link ManagedClusterSKUName} that the service accepts. */\nexport enum KnownManagedClusterSKUName {\n /** Base option for the AKS control plane. */\n Base = \"Base\",\n /** Automatic clusters are optimized to run most production workloads with configuration that follows AKS best practices and recommendations for cluster and workload setup, scalability, and security. For more details about Automatic clusters see aka.ms\\/aks\\/automatic. */\n Automatic = \"Automatic\",\n}\n\n/**\n * Defines values for ManagedClusterSKUName. \\\n * {@link KnownManagedClusterSKUName} can be used interchangeably with ManagedClusterSKUName,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Base**: Base option for the AKS control plane. \\\n * **Automatic**: Automatic clusters are optimized to run most production workloads with configuration that follows AKS best practices and recommendations for cluster and workload setup, scalability, and security. For more details about Automatic clusters see aka.ms\\/aks\\/automatic.\n */\nexport type ManagedClusterSKUName = string;\n\n/** Known values of {@link ManagedClusterSKUTier} that the service accepts. */\nexport enum KnownManagedClusterSKUTier {\n /** Cluster has premium capabilities in addition to all of the capabilities included in 'Standard'. Premium enables selection of LongTermSupport (aka.ms\\/aks\\/lts) for certain Kubernetes versions. */\n Premium = \"Premium\",\n /** Recommended for mission-critical and production workloads. Includes Kubernetes control plane autoscaling, workload-intensive testing, and up to 5,000 nodes per cluster. Guarantees 99.95% availability of the Kubernetes API server endpoint for clusters that use Availability Zones and 99.9% of availability for clusters that don't use Availability Zones. */\n Standard = \"Standard\",\n /** The cluster management is free, but charged for VM, storage, and networking usage. Best for experimenting, learning, simple testing, or workloads with fewer than 10 nodes. Not recommended for production use cases. */\n Free = \"Free\",\n}\n\n/**\n * Defines values for ManagedClusterSKUTier. \\\n * {@link KnownManagedClusterSKUTier} can be used interchangeably with ManagedClusterSKUTier,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Premium**: Cluster has premium capabilities in addition to all of the capabilities included in 'Standard'. Premium enables selection of LongTermSupport (aka.ms\\/aks\\/lts) for certain Kubernetes versions. \\\n * **Standard**: Recommended for mission-critical and production workloads. Includes Kubernetes control plane autoscaling, workload-intensive testing, and up to 5,000 nodes per cluster. Guarantees 99.95% availability of the Kubernetes API server endpoint for clusters that use Availability Zones and 99.9% of availability for clusters that don't use Availability Zones. \\\n * **Free**: The cluster management is free, but charged for VM, storage, and networking usage. Best for experimenting, learning, simple testing, or workloads with fewer than 10 nodes. Not recommended for production use cases.\n */\nexport type ManagedClusterSKUTier = string;\n\n/** Known values of {@link ExtendedLocationTypes} that the service accepts. */\nexport enum KnownExtendedLocationTypes {\n /** EdgeZone */\n EdgeZone = \"EdgeZone\",\n}\n\n/**\n * Defines values for ExtendedLocationTypes. \\\n * {@link KnownExtendedLocationTypes} can be used interchangeably with ExtendedLocationTypes,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **EdgeZone**\n */\nexport type ExtendedLocationTypes = string;\n\n/** Known values of {@link Code} that the service accepts. */\nexport enum KnownCode {\n /** The cluster is running. */\n Running = \"Running\",\n /** The cluster is stopped. */\n Stopped = \"Stopped\",\n}\n\n/**\n * Defines values for Code. \\\n * {@link KnownCode} can be used interchangeably with Code,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Running**: The cluster is running. \\\n * **Stopped**: The cluster is stopped.\n */\nexport type Code = string;\n\n/** Known values of {@link OSDiskType} that the service accepts. */\nexport enum KnownOSDiskType {\n /** Azure replicates the operating system disk for a virtual machine to Azure storage to avoid data loss should the VM need to be relocated to another host. Since containers aren't designed to have local state persisted, this behavior offers limited value while providing some drawbacks, including slower node provisioning and higher read\\/write latency. */\n Managed = \"Managed\",\n /** Ephemeral OS disks are stored only on the host machine, just like a temporary disk. This provides lower read\\/write latency, along with faster node scaling and cluster upgrades. */\n Ephemeral = \"Ephemeral\",\n}\n\n/**\n * Defines values for OSDiskType. \\\n * {@link KnownOSDiskType} can be used interchangeably with OSDiskType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Managed**: Azure replicates the operating system disk for a virtual machine to Azure storage to avoid data loss should the VM need to be relocated to another host. Since containers aren't designed to have local state persisted, this behavior offers limited value while providing some drawbacks, including slower node provisioning and higher read\\/write latency. \\\n * **Ephemeral**: Ephemeral OS disks are stored only on the host machine, just like a temporary disk. This provides lower read\\/write latency, along with faster node scaling and cluster upgrades.\n */\nexport type OSDiskType = string;\n\n/** Known values of {@link KubeletDiskType} that the service accepts. */\nexport enum KnownKubeletDiskType {\n /** Kubelet will use the OS disk for its data. */\n OS = \"OS\",\n /** Kubelet will use the temporary disk for its data. */\n Temporary = \"Temporary\",\n}\n\n/**\n * Defines values for KubeletDiskType. \\\n * {@link KnownKubeletDiskType} can be used interchangeably with KubeletDiskType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **OS**: Kubelet will use the OS disk for its data. \\\n * **Temporary**: Kubelet will use the temporary disk for its data.\n */\nexport type KubeletDiskType = string;\n\n/** Known values of {@link WorkloadRuntime} that the service accepts. */\nexport enum KnownWorkloadRuntime {\n /** Nodes will use Kubelet to run standard OCI container workloads. */\n OCIContainer = \"OCIContainer\",\n /** Nodes will use Krustlet to run WASM workloads using the WASI provider (Preview). */\n WasmWasi = \"WasmWasi\",\n /** Nodes can use (Kata + Cloud Hypervisor + Hyper-V) to enable Nested VM-based pods (Preview). Due to the use Hyper-V, AKS node OS itself is a nested VM (the root OS) of Hyper-V. Thus it can only be used with VM series that support Nested Virtualization such as Dv3 series. This naming convention will be deprecated in future releases in favor of KataVmIsolation. */\n KataMshvVmIsolation = \"KataMshvVmIsolation\",\n /** Nodes can use (Kata + Cloud Hypervisor + Hyper-V) to enable Nested VM-based pods. Due to the use Hyper-V, AKS node OS itself is a nested VM (the root OS) of Hyper-V. Thus it can only be used with VM series that support Nested Virtualization such as Dv3 series. */\n KataVmIsolation = \"KataVmIsolation\",\n}\n\n/**\n * Defines values for WorkloadRuntime. \\\n * {@link KnownWorkloadRuntime} can be used interchangeably with WorkloadRuntime,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **OCIContainer**: Nodes will use Kubelet to run standard OCI container workloads. \\\n * **WasmWasi**: Nodes will use Krustlet to run WASM workloads using the WASI provider (Preview). \\\n * **KataMshvVmIsolation**: Nodes can use (Kata + Cloud Hypervisor + Hyper-V) to enable Nested VM-based pods (Preview). Due to the use Hyper-V, AKS node OS itself is a nested VM (the root OS) of Hyper-V. Thus it can only be used with VM series that support Nested Virtualization such as Dv3 series. This naming convention will be deprecated in future releases in favor of KataVmIsolation. \\\n * **KataVmIsolation**: Nodes can use (Kata + Cloud Hypervisor + Hyper-V) to enable Nested VM-based pods. Due to the use Hyper-V, AKS node OS itself is a nested VM (the root OS) of Hyper-V. Thus it can only be used with VM series that support Nested Virtualization such as Dv3 series.\n */\nexport type WorkloadRuntime = string;\n\n/** Known values of {@link PodIPAllocationMode} that the service accepts. */\nexport enum KnownPodIPAllocationMode {\n /** Each node gets allocated with a non-contiguous list of IP addresses assignable to pods. This is better for maximizing a small to medium subnet of size \\/16 or smaller. The Azure CNI cluster with dynamic IP allocation defaults to this mode if the customer does not explicitly specify a podIPAllocationMode */\n DynamicIndividual = \"DynamicIndividual\",\n /** Each node is statically allocated CIDR block(s) of size \\/28 = 16 IPs per block to satisfy the maxPods per node. Number of CIDR blocks >= (maxPods \\/ 16). The block, rather than a single IP, counts against the Azure Vnet Private IP limit of 65K. Therefore block mode is suitable for running larger workloads with more than the current limit of 65K pods in a cluster. This mode is better suited to scale with larger subnets of \\/15 or bigger */\n StaticBlock = \"StaticBlock\",\n}\n\n/**\n * Defines values for PodIPAllocationMode. \\\n * {@link KnownPodIPAllocationMode} can be used interchangeably with PodIPAllocationMode,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **DynamicIndividual**: Each node gets allocated with a non-contiguous list of IP addresses assignable to pods. This is better for maximizing a small to medium subnet of size \\/16 or smaller. The Azure CNI cluster with dynamic IP allocation defaults to this mode if the customer does not explicitly specify a podIPAllocationMode \\\n * **StaticBlock**: Each node is statically allocated CIDR block(s) of size \\/28 = 16 IPs per block to satisfy the maxPods per node. Number of CIDR blocks >= (maxPods \\/ 16). The block, rather than a single IP, counts against the Azure Vnet Private IP limit of 65K. Therefore block mode is suitable for running larger workloads with more than the current limit of 65K pods in a cluster. This mode is better suited to scale with larger subnets of \\/15 or bigger\n */\nexport type PodIPAllocationMode = string;\n\n/** Known values of {@link OSType} that the service accepts. */\nexport enum KnownOSType {\n /** Use Linux. */\n Linux = \"Linux\",\n /** Use Windows. */\n Windows = \"Windows\",\n}\n\n/**\n * Defines values for OSType. \\\n * {@link KnownOSType} can be used interchangeably with OSType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Linux**: Use Linux. \\\n * **Windows**: Use Windows.\n */\nexport type OSType = string;\n\n/** Known values of {@link Ossku} that the service accepts. */\nexport enum KnownOssku {\n /** Use Ubuntu as the OS for node images. */\n Ubuntu = \"Ubuntu\",\n /** Deprecated OSSKU. Microsoft recommends that new deployments choose 'AzureLinux' instead. */\n Mariner = \"Mariner\",\n /** Use AzureLinux as the OS for node images. Azure Linux is a container-optimized Linux distro built by Microsoft, visit https:\\//aka.ms\\/azurelinux for more information. */\n AzureLinux = \"AzureLinux\",\n /** Use AzureLinux3 as the OS for node images. Azure Linux is a container-optimized Linux distro built by Microsoft, visit https:\\//aka.ms\\/azurelinux for more information. For limitations, visit https:\\//aka.ms\\/aks\\/node-images. For OS migration guidance, see https:\\//aka.ms\\/aks\\/upgrade-os-version. */\n AzureLinux3 = \"AzureLinux3\",\n /** Use Flatcar Container Linux as the OS for node images. Flatcar is a container-optimized, security-focused Linux OS, with an immutable filesystem and part of the Cloud Native Computing Foundation (CNCF). For more information about Flatcar Container Linux for AKS, see aka.ms\\/aks\\/flatcar-container-linux-for-aks */\n Flatcar = \"Flatcar\",\n /** Deprecated OSSKU. Microsoft recommends that new deployments choose 'AzureLinux' instead. */\n CBLMariner = \"CBLMariner\",\n /** 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. */\n Windows2019 = \"Windows2019\",\n /** 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. */\n Windows2022 = \"Windows2022\",\n /** 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. */\n Windows2025 = \"Windows2025\",\n /** Use Windows Annual Channel version as the OS for node images. Unsupported for system node pools. Details about supported container images and kubernetes versions under different AKS Annual Channel versions could be seen in https:\\//aka.ms\\/aks\\/windows-annual-channel-details. */\n WindowsAnnual = \"WindowsAnnual\",\n /** 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 see https:\\//aka.ms\\/aks\\/supported-ubuntu-versions */\n Ubuntu2204 = \"Ubuntu2204\",\n /** 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 */\n Ubuntu2404 = \"Ubuntu2404\",\n}\n\n/**\n * Defines values for Ossku. \\\n * {@link KnownOssku} can be used interchangeably with Ossku,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Ubuntu**: Use Ubuntu as the OS for node images. \\\n * **Mariner**: Deprecated OSSKU. Microsoft recommends that new deployments choose 'AzureLinux' instead. \\\n * **AzureLinux**: Use AzureLinux as the OS for node images. Azure Linux is a container-optimized Linux distro built by Microsoft, visit https:\\/\\/aka.ms\\/azurelinux for more information. \\\n * **AzureLinux3**: Use AzureLinux3 as the OS for node images. Azure Linux is a container-optimized Linux distro built by Microsoft, visit https:\\/\\/aka.ms\\/azurelinux for more information. For limitations, visit https:\\/\\/aka.ms\\/aks\\/node-images. For OS migration guidance, see https:\\/\\/aka.ms\\/aks\\/upgrade-os-version. \\\n * **Flatcar**: Use Flatcar Container Linux as the OS for node images. Flatcar is a container-optimized, security-focused Linux OS, with an immutable filesystem and part of the Cloud Native Computing Foundation (CNCF). For more information about Flatcar Container Linux for AKS, see aka.ms\\/aks\\/flatcar-container-linux-for-aks \\\n * **CBLMariner**: Deprecated OSSKU. Microsoft recommends that new deployments choose 'AzureLinux' instead. \\\n * **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. \\\n * **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. \\\n * **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. \\\n * **WindowsAnnual**: Use Windows Annual Channel version as the OS for node images. Unsupported for system node pools. Details about supported container images and kubernetes versions under different AKS Annual Channel versions could be seen in https:\\/\\/aka.ms\\/aks\\/windows-annual-channel-details. \\\n * **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 see https:\\/\\/aka.ms\\/aks\\/supported-ubuntu-versions \\\n * **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\n */\nexport type Ossku = string;\n\n/** Known values of {@link ScaleDownMode} that the service accepts. */\nexport enum KnownScaleDownMode {\n /** Create new instances during scale up and remove instances during scale down. */\n Delete = \"Delete\",\n /** Attempt to start deallocated instances (if they exist) during scale up and deallocate instances during scale down. */\n Deallocate = \"Deallocate\",\n}\n\n/**\n * Defines values for ScaleDownMode. \\\n * {@link KnownScaleDownMode} can be used interchangeably with ScaleDownMode,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Delete**: Create new instances during scale up and remove instances during scale down. \\\n * **Deallocate**: Attempt to start deallocated instances (if they exist) during scale up and deallocate instances during scale down.\n */\nexport type ScaleDownMode = string;\n\n/** Known values of {@link AgentPoolType} that the service accepts. */\nexport enum KnownAgentPoolType {\n /** Create an Agent Pool backed by a Virtual Machine Scale Set. */\n VirtualMachineScaleSets = \"VirtualMachineScaleSets\",\n /** Use of this is strongly discouraged. */\n AvailabilitySet = \"AvailabilitySet\",\n /** Create an Agent Pool backed by a Single Instance VM orchestration mode. */\n VirtualMachines = \"VirtualMachines\",\n}\n\n/**\n * Defines values for AgentPoolType. \\\n * {@link KnownAgentPoolType} can be used interchangeably with AgentPoolType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **VirtualMachineScaleSets**: Create an Agent Pool backed by a Virtual Machine Scale Set. \\\n * **AvailabilitySet**: Use of this is strongly discouraged. \\\n * **VirtualMachines**: Create an Agent Pool backed by a Single Instance VM orchestration mode.\n */\nexport type AgentPoolType = string;\n\n/** Known values of {@link AgentPoolMode} that the service accepts. */\nexport enum KnownAgentPoolMode {\n /** System agent pools are primarily for hosting critical system pods such as CoreDNS and metrics-server. System agent pools osType must be Linux. System agent pools VM SKU must have at least 2vCPUs and 4GB of memory. */\n System = \"System\",\n /** User agent pools are primarily for hosting your application pods. */\n User = \"User\",\n /** Gateway agent pools are dedicated to providing static egress IPs to pods. For more details, see https:\\//aka.ms\\/aks\\/static-egress-gateway. */\n Gateway = \"Gateway\",\n /** ManagedSystem is a system pool managed by AKS. The pool scales dynamically according to cluster usage, and has additional automated monitoring and healing capabilities. There can only be one ManagedSystem pool, and it is recommended to delete all other system pools for the best experience. */\n ManagedSystem = \"ManagedSystem\",\n /** Machines agent pools are dedicated to hosting machines. Only limited operations, such as creation and deletion, are allowed at the pool level. Please use the machine APIs to manage the full machine lifecycle. */\n Machines = \"Machines\",\n}\n\n/**\n * Defines values for AgentPoolMode. \\\n * {@link KnownAgentPoolMode} can be used interchangeably with AgentPoolMode,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **System**: System agent pools are primarily for hosting critical system pods such as CoreDNS and metrics-server. System agent pools osType must be Linux. System agent pools VM SKU must have at least 2vCPUs and 4GB of memory. \\\n * **User**: User agent pools are primarily for hosting your application pods. \\\n * **Gateway**: Gateway agent pools are dedicated to providing static egress IPs to pods. For more details, see https:\\/\\/aka.ms\\/aks\\/static-egress-gateway. \\\n * **ManagedSystem**: ManagedSystem is a system pool managed by AKS. The pool scales dynamically according to cluster usage, and has additional automated monitoring and healing capabilities. There can only be one ManagedSystem pool, and it is recommended to delete all other system pools for the best experience. \\\n * **Machines**: Machines agent pools are dedicated to hosting machines. Only limited operations, such as creation and deletion, are allowed at the pool level. Please use the machine APIs to manage the full machine lifecycle.\n */\nexport type AgentPoolMode = string;\n\n/** Known values of {@link UpgradeStrategy} that the service accepts. */\nexport enum KnownUpgradeStrategy {\n /** Specifies that the agent pool will conduct rolling upgrade. This is the default upgrade strategy. */\n Rolling = \"Rolling\",\n /** Specifies that the agent pool will conduct blue-green upgrade. */\n BlueGreen = \"BlueGreen\",\n}\n\n/**\n * Defines values for UpgradeStrategy. \\\n * {@link KnownUpgradeStrategy} can be used interchangeably with UpgradeStrategy,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Rolling**: Specifies that the agent pool will conduct rolling upgrade. This is the default upgrade strategy. \\\n * **BlueGreen**: Specifies that the agent pool will conduct blue-green upgrade.\n */\nexport type UpgradeStrategy = string;\n\n/** Known values of {@link UndrainableNodeBehavior} that the service accepts. */\nexport enum KnownUndrainableNodeBehavior {\n /** AKS will cordon the blocked nodes and replace them with surge nodes during upgrade. The blocked nodes will be cordoned and replaced by surge nodes. The blocked nodes will have label 'kubernetes.azure.com\\/upgrade-status:Quarantined'. A surge node will be retained for each blocked node. A best-effort attempt will be made to delete all other surge nodes. If there are enough surge nodes to replace blocked nodes, then the upgrade operation and the managed cluster will be in failed state. Otherwise, the upgrade operation and the managed cluster will be in canceled state. */\n Cordon = \"Cordon\",\n /** AKS will mark the blocked nodes schedulable, but the blocked nodes are not upgraded. A best-effort attempt will be made to delete all surge nodes. The upgrade operation and the managed cluster will be in failed state if there are any blocked nodes. */\n Schedule = \"Schedule\",\n}\n\n/**\n * Defines values for UndrainableNodeBehavior. \\\n * {@link KnownUndrainableNodeBehavior} can be used interchangeably with UndrainableNodeBehavior,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Cordon**: AKS will cordon the blocked nodes and replace them with surge nodes during upgrade. The blocked nodes will be cordoned and replaced by surge nodes. The blocked nodes will have label 'kubernetes.azure.com\\/upgrade-status:Quarantined'. A surge node will be retained for each blocked node. A best-effort attempt will be made to delete all other surge nodes. If there are enough surge nodes to replace blocked nodes, then the upgrade operation and the managed cluster will be in failed state. Otherwise, the upgrade operation and the managed cluster will be in canceled state. \\\n * **Schedule**: AKS will mark the blocked nodes schedulable, but the blocked nodes are not upgraded. A best-effort attempt will be made to delete all surge nodes. The upgrade operation and the managed cluster will be in failed state if there are any blocked nodes.\n */\nexport type UndrainableNodeBehavior = string;\n\n/** Known values of {@link ScaleSetPriority} that the service accepts. */\nexport enum KnownScaleSetPriority {\n /** Spot priority VMs will be used. There is no SLA for spot nodes. See [spot on AKS](https:\\//docs.microsoft.com\\/azure\\/aks\\/spot-node-pool) for more information. */\n Spot = \"Spot\",\n /** Regular VMs will be used. */\n Regular = \"Regular\",\n}\n\n/**\n * Defines values for ScaleSetPriority. \\\n * {@link KnownScaleSetPriority} can be used interchangeably with ScaleSetPriority,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Spot**: Spot priority VMs will be used. There is no SLA for spot nodes. See [spot on AKS](https:\\/\\/docs.microsoft.com\\/azure\\/aks\\/spot-node-pool) for more information. \\\n * **Regular**: Regular VMs will be used.\n */\nexport type ScaleSetPriority = string;\n\n/** Known values of {@link ScaleSetEvictionPolicy} that the service accepts. */\nexport enum KnownScaleSetEvictionPolicy {\n /** Nodes in the underlying Scale Set of the node pool are deleted when they're evicted. */\n Delete = \"Delete\",\n /** Nodes in the underlying Scale Set of the node pool are set to the stopped-deallocated state upon eviction. Nodes in the stopped-deallocated state count against your compute quota and can cause issues with cluster scaling or upgrading. */\n Deallocate = \"Deallocate\",\n}\n\n/**\n * Defines values for ScaleSetEvictionPolicy. \\\n * {@link KnownScaleSetEvictionPolicy} can be used interchangeably with ScaleSetEvictionPolicy,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Delete**: Nodes in the underlying Scale Set of the node pool are deleted when they're evicted. \\\n * **Deallocate**: Nodes in the underlying Scale Set of the node pool are set to the stopped-deallocated state upon eviction. Nodes in the stopped-deallocated state count against your compute quota and can cause issues with cluster scaling or upgrading.\n */\nexport type ScaleSetEvictionPolicy = string;\n\n/** Known values of {@link SeccompDefault} that the service accepts. */\nexport enum KnownSeccompDefault {\n /** No seccomp profile is applied, allowing all system calls. */\n Unconfined = \"Unconfined\",\n /** The default seccomp profile for container runtime is applied, which restricts certain system calls for enhanced security. */\n RuntimeDefault = \"RuntimeDefault\",\n}\n\n/**\n * Defines values for SeccompDefault. \\\n * {@link KnownSeccompDefault} can be used interchangeably with SeccompDefault,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Unconfined**: No seccomp profile is applied, allowing all system calls. \\\n * **RuntimeDefault**: The default seccomp profile for container runtime is applied, which restricts certain system calls for enhanced security.\n */\nexport type SeccompDefault = string;\n\n/** Known values of {@link GPUInstanceProfile} that the service accepts. */\nexport enum KnownGPUInstanceProfile {\n /** MIG1G */\n MIG1G = \"MIG1g\",\n /** MIG2G */\n MIG2G = \"MIG2g\",\n /** MIG3G */\n MIG3G = \"MIG3g\",\n /** MIG4G */\n MIG4G = \"MIG4g\",\n /** MIG7G */\n MIG7G = \"MIG7g\",\n}\n\n/**\n * Defines values for GPUInstanceProfile. \\\n * {@link KnownGPUInstanceProfile} can be used interchangeably with GPUInstanceProfile,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **MIG1g** \\\n * **MIG2g** \\\n * **MIG3g** \\\n * **MIG4g** \\\n * **MIG7g**\n */\nexport type GPUInstanceProfile = string;\n\n/** Known values of {@link Protocol} that the service accepts. */\nexport enum KnownProtocol {\n /** TCP protocol. */\n TCP = \"TCP\",\n /** UDP protocol. */\n UDP = \"UDP\",\n}\n\n/**\n * Defines values for Protocol. \\\n * {@link KnownProtocol} can be used interchangeably with Protocol,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **TCP**: TCP protocol. \\\n * **UDP**: UDP protocol.\n */\nexport type Protocol = string;\n\n/** Known values of {@link AgentPoolSSHAccess} that the service accepts. */\nexport enum KnownAgentPoolSSHAccess {\n /** Can SSH onto the node as a local user using private key. */\n LocalUser = \"LocalUser\",\n /** SSH service will be turned off on the node. More information can be found under https:\\//aka.ms\\/aks\\/ssh\\/disable */\n Disabled = \"Disabled\",\n /** SSH to node with EntraId integration. More information can be found under https:\\//aka.ms\\/aks\\/ssh\\/aad */\n EntraId = \"EntraId\",\n}\n\n/**\n * Defines values for AgentPoolSSHAccess. \\\n * {@link KnownAgentPoolSSHAccess} can be used interchangeably with AgentPoolSSHAccess,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **LocalUser**: Can SSH onto the node as a local user using private key. \\\n * **Disabled**: SSH service will be turned off on the node. More information can be found under https:\\/\\/aka.ms\\/aks\\/ssh\\/disable \\\n * **EntraId**: SSH to node with EntraId integration. More information can be found under https:\\/\\/aka.ms\\/aks\\/ssh\\/aad\n */\nexport type AgentPoolSSHAccess = string;\n\n/** Known values of {@link GPUDriver} that the service accepts. */\nexport enum KnownGPUDriver {\n /** Install driver. */\n Install = \"Install\",\n /** Skip driver install. */\n None = \"None\",\n}\n\n/**\n * Defines values for GPUDriver. \\\n * {@link KnownGPUDriver} can be used interchangeably with GPUDriver,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Install**: Install driver. \\\n * **None**: Skip driver install.\n */\nexport type GPUDriver = string;\n\n/** Known values of {@link DriverType} that the service accepts. */\nexport enum KnownDriverType {\n /** Install the GRID driver for the GPU, suitable for applications requiring virtualization support. */\n Grid = \"GRID\",\n /** Install the CUDA driver for the GPU, optimized for computational tasks in scientific computing and data-intensive applications. */\n Cuda = \"CUDA\",\n}\n\n/**\n * Defines values for DriverType. \\\n * {@link KnownDriverType} can be used interchangeably with DriverType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **GRID**: Install the GRID driver for the GPU, suitable for applications requiring virtualization support. \\\n * **CUDA**: Install the CUDA driver for the GPU, optimized for computational tasks in scientific computing and data-intensive applications.\n */\nexport type DriverType = string;\n\n/** Known values of {@link LocalDNSMode} that the service accepts. */\nexport enum KnownLocalDNSMode {\n /** If the current orchestrator version supports this feature, prefer enabling localDNS. */\n Preferred = \"Preferred\",\n /** Enable localDNS. */\n Required = \"Required\",\n /** Disable localDNS. */\n Disabled = \"Disabled\",\n}\n\n/**\n * Defines values for LocalDNSMode. \\\n * {@link KnownLocalDNSMode} can be used interchangeably with LocalDNSMode,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Preferred**: If the current orchestrator version supports this feature, prefer enabling localDNS. \\\n * **Required**: Enable localDNS. \\\n * **Disabled**: Disable localDNS.\n */\nexport type LocalDNSMode = string;\n\n/** Known values of {@link LocalDNSState} that the service accepts. */\nexport enum KnownLocalDNSState {\n /** localDNS is enabled. */\n Enabled = \"Enabled\",\n /** localDNS is disabled. */\n Disabled = \"Disabled\",\n}\n\n/**\n * Defines values for LocalDNSState. \\\n * {@link KnownLocalDNSState} can be used interchangeably with LocalDNSState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Enabled**: localDNS is enabled. \\\n * **Disabled**: localDNS is disabled.\n */\nexport type LocalDNSState = string;\n\n/** Known values of {@link LocalDNSQueryLogging} that the service accepts. */\nexport enum KnownLocalDNSQueryLogging {\n /** Enables error logging in localDNS. See [errors plugin](https:\\//coredns.io\\/plugins\\/errors) for more information. */\n Error = \"Error\",\n /** Enables query logging in localDNS. See [log plugin](https:\\//coredns.io\\/plugins\\/log) for more information. */\n Log = \"Log\",\n}\n\n/**\n * Defines values for LocalDNSQueryLogging. \\\n * {@link KnownLocalDNSQueryLogging} can be used interchangeably with LocalDNSQueryLogging,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Error**: Enables error logging in localDNS. See [errors plugin](https:\\/\\/coredns.io\\/plugins\\/errors) for more information. \\\n * **Log**: Enables query logging in localDNS. See [log plugin](https:\\/\\/coredns.io\\/plugins\\/log) for more information.\n */\nexport type LocalDNSQueryLogging = string;\n\n/** Known values of {@link LocalDNSProtocol} that the service accepts. */\nexport enum KnownLocalDNSProtocol {\n /** Prefer UDP protocol for connections from localDNS to upstream DNS server. */\n PreferUDP = \"PreferUDP\",\n /** Enforce TCP protocol for connections from localDNS to upstream DNS server. */\n ForceTCP = \"ForceTCP\",\n}\n\n/**\n * Defines values for LocalDNSProtocol. \\\n * {@link KnownLocalDNSProtocol} can be used interchangeably with LocalDNSProtocol,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **PreferUDP**: Prefer UDP protocol for connections from localDNS to upstream DNS server. \\\n * **ForceTCP**: Enforce TCP protocol for connections from localDNS to upstream DNS server.\n */\nexport type LocalDNSProtocol = string;\n\n/** Known values of {@link LocalDNSForwardDestination} that the service accepts. */\nexport enum KnownLocalDNSForwardDestination {\n /** Forward DNS queries from localDNS to cluster CoreDNS. */\n ClusterCoreDNS = \"ClusterCoreDNS\",\n /** Forward DNS queries from localDNS to DNS server configured in the VNET. A VNET can have multiple DNS servers configured. */\n VnetDNS = \"VnetDNS\",\n}\n\n/**\n * Defines values for LocalDNSForwardDestination. \\\n * {@link KnownLocalDNSForwardDestination} can be used interchangeably with LocalDNSForwardDestination,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **ClusterCoreDNS**: Forward DNS queries from localDNS to cluster CoreDNS. \\\n * **VnetDNS**: Forward DNS queries from localDNS to DNS server configured in the VNET. A VNET can have multiple DNS servers configured.\n */\nexport type LocalDNSForwardDestination = string;\n\n/** Known values of {@link LocalDNSForwardPolicy} that the service accepts. */\nexport enum KnownLocalDNSForwardPolicy {\n /** Implements sequential upstream DNS server selection. See [forward plugin](https:\\//coredns.io\\/plugins\\/forward) for more information. */\n Sequential = \"Sequential\",\n /** Implements round robin upstream DNS server selection. See [forward plugin](https:\\//coredns.io\\/plugins\\/forward) for more information. */\n RoundRobin = \"RoundRobin\",\n /** Implements random upstream DNS server selection. See [forward plugin](https:\\//coredns.io\\/plugins\\/forward) for more information. */\n Random = \"Random\",\n}\n\n/**\n * Defines values for LocalDNSForwardPolicy. \\\n * {@link KnownLocalDNSForwardPolicy} can be used interchangeably with LocalDNSForwardPolicy,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Sequential**: Implements sequential upstream DNS server selection. See [forward plugin](https:\\/\\/coredns.io\\/plugins\\/forward) for more information. \\\n * **RoundRobin**: Implements round robin upstream DNS server selection. See [forward plugin](https:\\/\\/coredns.io\\/plugins\\/forward) for more information. \\\n * **Random**: Implements random upstream DNS server selection. See [forward plugin](https:\\/\\/coredns.io\\/plugins\\/forward) for more information.\n */\nexport type LocalDNSForwardPolicy = string;\n\n/** Known values of {@link LocalDNSServeStale} that the service accepts. */\nexport enum KnownLocalDNSServeStale {\n /** Serve stale data with verification. First verify that an entry is still unavailable from the source before sending the expired entry to the client. See [cache plugin](https:\\//coredns.io\\/plugins\\/cache) for more information. */\n Verify = \"Verify\",\n /** Serve stale data immediately. Send the expired entry to the client before checking to see if the entry is available from the source. See [cache plugin](https:\\//coredns.io\\/plugins\\/cache) for more information. */\n Immediate = \"Immediate\",\n /** Disable serving stale data. */\n Disable = \"Disable\",\n}\n\n/**\n * Defines values for LocalDNSServeStale. \\\n * {@link KnownLocalDNSServeStale} can be used interchangeably with LocalDNSServeStale,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Verify**: Serve stale data with verification. First verify that an entry is still unavailable from the source before sending the expired entry to the client. See [cache plugin](https:\\/\\/coredns.io\\/plugins\\/cache) for more information. \\\n * **Immediate**: Serve stale data immediately. Send the expired entry to the client before checking to see if the entry is available from the source. See [cache plugin](https:\\/\\/coredns.io\\/plugins\\/cache) for more information. \\\n * **Disable**: Disable serving stale data.\n */\nexport type LocalDNSServeStale = string;\n\n/** Known values of {@link LicenseType} that the service accepts. */\nexport enum KnownLicenseType {\n /** No additional licensing is applied. */\n None = \"None\",\n /** Enables Azure Hybrid User Benefits for Windows VMs. */\n WindowsServer = \"Windows_Server\",\n}\n\n/**\n * Defines values for LicenseType. \\\n * {@link KnownLicenseType} can be used interchangeably with LicenseType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **None**: No additional licensing is applied. \\\n * **Windows_Server**: Enables Azure Hybrid User Benefits for Windows VMs.\n */\nexport type LicenseType = string;\n\n/** Known values of {@link ManagedClusterPodIdentityProvisioningState} that the service accepts. */\nexport enum KnownManagedClusterPodIdentityProvisioningState {\n /** Assigned */\n Assigned = \"Assigned\",\n /** Canceled */\n Canceled = \"Canceled\",\n /** Deleting */\n Deleting = \"Deleting\",\n /** Failed */\n Failed = \"Failed\",\n /** Succeeded */\n Succeeded = \"Succeeded\",\n /** Updating */\n Updating = \"Updating\",\n}\n\n/**\n * Defines values for ManagedClusterPodIdentityProvisioningState. \\\n * {@link KnownManagedClusterPodIdentityProvisioningState} can be used interchangeably with ManagedClusterPodIdentityProvisioningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Assigned** \\\n * **Canceled** \\\n * **Deleting** \\\n * **Failed** \\\n * **Succeeded** \\\n * **Updating**\n */\nexport type ManagedClusterPodIdentityProvisioningState = string;\n\n/** Known values of {@link RestrictionLevel} that the service accepts. */\nexport enum KnownRestrictionLevel {\n /** All RBAC permissions are allowed on the managed node resource group */\n Unrestricted = \"Unrestricted\",\n /** Only *\\/read RBAC permissions allowed on the managed node resource group */\n ReadOnly = \"ReadOnly\",\n}\n\n/**\n * Defines values for RestrictionLevel. \\\n * {@link KnownRestrictionLevel} can be used interchangeably with RestrictionLevel,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Unrestricted**: All RBAC permissions are allowed on the managed node resource group \\\n * **ReadOnly**: Only *\\/read RBAC permissions allowed on the managed node resource group\n */\nexport type RestrictionLevel = string;\n\n/** Known values of {@link NetworkPlugin} that the service accepts. */\nexport enum KnownNetworkPlugin {\n /** Use the Azure CNI network plugin. See [Azure CNI (advanced) networking](https:\\//docs.microsoft.com\\/azure\\/aks\\/concepts-network#azure-cni-advanced-networking) for more information. */\n Azure = \"azure\",\n /** Use the Kubenet network plugin. See [Kubenet (basic) networking](https:\\//docs.microsoft.com\\/azure\\/aks\\/concepts-network#kubenet-basic-networking) for more information. */\n Kubenet = \"kubenet\",\n /** Do not use a network plugin. A custom CNI will need to be installed after cluster creation for networking functionality. */\n None = \"none\",\n}\n\n/**\n * Defines values for NetworkPlugin. \\\n * {@link KnownNetworkPlugin} can be used interchangeably with NetworkPlugin,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **azure**: Use the Azure CNI network plugin. See [Azure CNI (advanced) networking](https:\\/\\/docs.microsoft.com\\/azure\\/aks\\/concepts-network#azure-cni-advanced-networking) for more information. \\\n * **kubenet**: Use the Kubenet network plugin. See [Kubenet (basic) networking](https:\\/\\/docs.microsoft.com\\/azure\\/aks\\/concepts-network#kubenet-basic-networking) for more information. \\\n * **none**: Do not use a network plugin. A custom CNI will need to be installed after cluster creation for networking functionality.\n */\nexport type NetworkPlugin = string;\n\n/** Known values of {@link NetworkPluginMode} that the service accepts. */\nexport enum KnownNetworkPluginMode {\n /** Pods are given IPs from the PodCIDR address space but use Azure Routing Domains rather than Kubenet reference plugins host-local and bridge. */\n Overlay = \"overlay\",\n}\n\n/**\n * Defines values for NetworkPluginMode. \\\n * {@link KnownNetworkPluginMode} can be used interchangeably with NetworkPluginMode,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **overlay**: Pods are given IPs from the PodCIDR address space but use Azure Routing Domains rather than Kubenet reference plugins host-local and bridge.\n */\nexport type NetworkPluginMode = string;\n\n/** Known values of {@link NetworkPolicy} that the service accepts. */\nexport enum KnownNetworkPolicy {\n /** Network policies will not be enforced. This is the default value when NetworkPolicy is not specified. */\n None = \"none\",\n /** Use Calico network policies. See [differences between Azure and Calico policies](https:\\//docs.microsoft.com\\/azure\\/aks\\/use-network-policies#differences-between-azure-and-calico-policies-and-their-capabilities) for more information. */\n Calico = \"calico\",\n /** Use Azure network policies. See [differences between Azure and Calico policies](https:\\//docs.microsoft.com\\/azure\\/aks\\/use-network-policies#differences-between-azure-and-calico-policies-and-their-capabilities) for more information. */\n Azure = \"azure\",\n /** Use Cilium to enforce network policies. This requires networkDataplane to be 'cilium'. */\n Cilium = \"cilium\",\n}\n\n/**\n * Defines values for NetworkPolicy. \\\n * {@link KnownNetworkPolicy} can be used interchangeably with NetworkPolicy,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **none**: Network policies will not be enforced. This is the default value when NetworkPolicy is not specified. \\\n * **calico**: Use Calico network policies. See [differences between Azure and Calico policies](https:\\/\\/docs.microsoft.com\\/azure\\/aks\\/use-network-policies#differences-between-azure-and-calico-policies-and-their-capabilities) for more information. \\\n * **azure**: Use Azure network policies. See [differences between Azure and Calico policies](https:\\/\\/docs.microsoft.com\\/azure\\/aks\\/use-network-policies#differences-between-azure-and-calico-policies-and-their-capabilities) for more information. \\\n * **cilium**: Use Cilium to enforce network policies. This requires networkDataplane to be 'cilium'.\n */\nexport type NetworkPolicy = string;\n\n/** Known values of {@link NetworkMode} that the service accepts. */\nexport enum KnownNetworkMode {\n /** No bridge is created. Intra-VM Pod to Pod communication is through IP routes created by Azure CNI. See [Transparent Mode](https:\\//docs.microsoft.com\\/azure\\/aks\\/faq#transparent-mode) for more information. */\n Transparent = \"transparent\",\n /** This is no longer supported */\n Bridge = \"bridge\",\n}\n\n/**\n * Defines values for NetworkMode. \\\n * {@link KnownNetworkMode} can be used interchangeably with NetworkMode,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **transparent**: No bridge is created. Intra-VM Pod to Pod communication is through IP routes created by Azure CNI. See [Transparent Mode](https:\\/\\/docs.microsoft.com\\/azure\\/aks\\/faq#transparent-mode) for more information. \\\n * **bridge**: This is no longer supported\n */\nexport type NetworkMode = string;\n\n/** Known values of {@link NetworkDataplane} that the service accepts. */\nexport enum KnownNetworkDataplane {\n /** Use Azure network dataplane. */\n Azure = \"azure\",\n /** Use Cilium network dataplane. See [Azure CNI Powered by Cilium](https:\\//learn.microsoft.com\\/azure\\/aks\\/azure-cni-powered-by-cilium) for more information. */\n Cilium = \"cilium\",\n}\n\n/**\n * Defines values for NetworkDataplane. \\\n * {@link KnownNetworkDataplane} can be used interchangeably with NetworkDataplane,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **azure**: Use Azure network dataplane. \\\n * **cilium**: Use Cilium network dataplane. See [Azure CNI Powered by Cilium](https:\\/\\/learn.microsoft.com\\/azure\\/aks\\/azure-cni-powered-by-cilium) for more information.\n */\nexport type NetworkDataplane = string;\n\n/** Known values of {@link OutboundType} that the service accepts. */\nexport enum KnownOutboundType {\n /** The load balancer is used for egress through an AKS assigned public IP. This supports Kubernetes services of type 'loadBalancer'. For more information see [outbound type loadbalancer](https:\\//docs.microsoft.com\\/azure\\/aks\\/egress-outboundtype#outbound-type-of-loadbalancer). */\n LoadBalancer = \"loadBalancer\",\n /** Egress paths must be defined by the user. This is an advanced scenario and requires proper network configuration. For more information see [outbound type userDefinedRouting](https:\\//docs.microsoft.com\\/azure\\/aks\\/egress-outboundtype#outbound-type-of-userdefinedrouting). */\n UserDefinedRouting = \"userDefinedRouting\",\n /** The AKS-managed NAT gateway is used for egress. */\n ManagedNATGateway = \"managedNATGateway\",\n /** The user-assigned NAT gateway associated to the cluster subnet is used for egress. This is an advanced scenario and requires proper network configuration. */\n UserAssignedNATGateway = \"userAssignedNATGateway\",\n /** The AKS cluster is not set with any outbound-type. All AKS nodes follows Azure VM default outbound behavior. Please refer to https:\\//azure.microsoft.com\\/en-us\\/updates\\/default-outbound-access-for-vms-in-azure-will-be-retired-transition-to-a-new-method-of-internet-access\\/ */\n None = \"none\",\n}\n\n/**\n * Defines values for OutboundType. \\\n * {@link KnownOutboundType} can be used interchangeably with OutboundType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **loadBalancer**: The load balancer is used for egress through an AKS assigned public IP. This supports Kubernetes services of type 'loadBalancer'. For more information see [outbound type loadbalancer](https:\\/\\/docs.microsoft.com\\/azure\\/aks\\/egress-outboundtype#outbound-type-of-loadbalancer). \\\n * **userDefinedRouting**: Egress paths must be defined by the user. This is an advanced scenario and requires proper network configuration. For more information see [outbound type userDefinedRouting](https:\\/\\/docs.microsoft.com\\/azure\\/aks\\/egress-outboundtype#outbound-type-of-userdefinedrouting). \\\n * **managedNATGateway**: The AKS-managed NAT gateway is used for egress. \\\n * **userAssignedNATGateway**: The user-assigned NAT gateway associated to the cluster subnet is used for egress. This is an advanced scenario and requires proper network configuration. \\\n * **none**: The AKS cluster is not set with any outbound-type. All AKS nodes follows Azure VM default outbound behavior. Please refer to https:\\/\\/azure.microsoft.com\\/en-us\\/updates\\/default-outbound-access-for-vms-in-azure-will-be-retired-transition-to-a-new-method-of-internet-access\\/\n */\nexport type OutboundType = string;\n\n/** Known values of {@link LoadBalancerSku} that the service accepts. */\nexport enum KnownLoadBalancerSku {\n /** Use a a standard Load Balancer. This is the recommended Load Balancer SKU. For more information about on working with the load balancer in the managed cluster, see the [standard Load Balancer](https:\\//docs.microsoft.com\\/azure\\/aks\\/load-balancer-standard) article. */\n Standard = \"standard\",\n /** Use a basic Load Balancer with limited functionality. */\n Basic = \"basic\",\n}\n\n/**\n * Defines values for LoadBalancerSku. \\\n * {@link KnownLoadBalancerSku} can be used interchangeably with LoadBalancerSku,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **standard**: Use a a standard Load Balancer. This is the recommended Load Balancer SKU. For more information about on working with the load balancer in the managed cluster, see the [standard Load Balancer](https:\\/\\/docs.microsoft.com\\/azure\\/aks\\/load-balancer-standard) article. \\\n * **basic**: Use a basic Load Balancer with limited functionality.\n */\nexport type LoadBalancerSku = string;\n\n/** Known values of {@link BackendPoolType} that the service accepts. */\nexport enum KnownBackendPoolType {\n /** The type of the managed inbound Load Balancer BackendPool. https:\\//cloud-provider-azure.sigs.k8s.io\\/topics\\/loadbalancer\\/#configure-load-balancer-backend. */\n NodeIPConfiguration = \"NodeIPConfiguration\",\n /** The type of the managed inbound Load Balancer BackendPool. https:\\//cloud-provider-azure.sigs.k8s.io\\/topics\\/loadbalancer\\/#configure-load-balancer-backend. */\n NodeIP = \"NodeIP\",\n}\n\n/**\n * Defines values for BackendPoolType. \\\n * {@link KnownBackendPoolType} can be used interchangeably with BackendPoolType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **NodeIPConfiguration**: The type of the managed inbound Load Balancer BackendPool. https:\\/\\/cloud-provider-azure.sigs.k8s.io\\/topics\\/loadbalancer\\/#configure-load-balancer-backend. \\\n * **NodeIP**: The type of the managed inbound Load Balancer BackendPool. https:\\/\\/cloud-provider-azure.sigs.k8s.io\\/topics\\/loadbalancer\\/#configure-load-balancer-backend.\n */\nexport type BackendPoolType = string;\n\n/** Known values of {@link ClusterServiceLoadBalancerHealthProbeMode} that the service accepts. */\nexport enum KnownClusterServiceLoadBalancerHealthProbeMode {\n /** Each External Traffic Policy Cluster service will have its own health probe targeting service nodePort. */\n ServiceNodePort = \"ServiceNodePort\",\n /** All External Traffic Policy Cluster services in a Standard Load Balancer will have a dedicated health probe targeting the backend nodes' kube-proxy health check port 10256. */\n Shared = \"Shared\",\n}\n\n/**\n * Defines values for ClusterServiceLoadBalancerHealthProbeMode. \\\n * {@link KnownClusterServiceLoadBalancerHealthProbeMode} can be used interchangeably with ClusterServiceLoadBalancerHealthProbeMode,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **ServiceNodePort**: Each External Traffic Policy Cluster service will have its own health probe targeting service nodePort. \\\n * **Shared**: All External Traffic Policy Cluster services in a Standard Load Balancer will have a dedicated health probe targeting the backend nodes' kube-proxy health check port 10256.\n */\nexport type ClusterServiceLoadBalancerHealthProbeMode = string;\n\n/** Known values of {@link IpFamily} that the service accepts. */\nexport enum KnownIpFamily {\n /** IPv4 family */\n IPv4 = \"IPv4\",\n /** IPv6 family */\n IPv6 = \"IPv6\",\n}\n\n/**\n * Defines values for IpFamily. \\\n * {@link KnownIpFamily} can be used interchangeably with IpFamily,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **IPv4**: IPv4 family \\\n * **IPv6**: IPv6 family\n */\nexport type IpFamily = string;\n\n/** Known values of {@link PodLinkLocalAccess} that the service accepts. */\nexport enum KnownPodLinkLocalAccess {\n /** Pods with hostNetwork=false can access Azure Instance Metadata Service (IMDS) without restriction. */\n Imds = \"IMDS\",\n /** Pods with hostNetwork=false cannot access Azure Instance Metadata Service (IMDS). */\n None = \"None\",\n}\n\n/**\n * Defines values for PodLinkLocalAccess. \\\n * {@link KnownPodLinkLocalAccess} can be used interchangeably with PodLinkLocalAccess,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **IMDS**: Pods with hostNetwork=false can access Azure Instance Metadata Service (IMDS) without restriction. \\\n * **None**: Pods with hostNetwork=false cannot access Azure Instance Metadata Service (IMDS).\n */\nexport type PodLinkLocalAccess = string;\n\n/** Known values of {@link Mode} that the service accepts. */\nexport enum KnownMode {\n /** IPTables proxy mode */\n Iptables = \"IPTABLES\",\n /** IPVS proxy mode. Must be using Kubernetes version >= 1.22. */\n Ipvs = \"IPVS\",\n /** NFTables proxy mode. Must be using Kubernetes version >= 1.33. */\n Nftables = \"NFTABLES\",\n}\n\n/**\n * Defines values for Mode. \\\n * {@link KnownMode} can be used interchangeably with Mode,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **IPTABLES**: IPTables proxy mode \\\n * **IPVS**: IPVS proxy mode. Must be using Kubernetes version >= 1.22. \\\n * **NFTABLES**: NFTables proxy mode. Must be using Kubernetes version >= 1.33.\n */\nexport type Mode = string;\n\n/** Known values of {@link IpvsScheduler} that the service accepts. */\nexport enum KnownIpvsScheduler {\n /** Round Robin */\n RoundRobin = \"RoundRobin\",\n /** Least Connection */\n LeastConnection = \"LeastConnection\",\n}\n\n/**\n * Defines values for IpvsScheduler. \\\n * {@link KnownIpvsScheduler} can be used interchangeably with IpvsScheduler,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **RoundRobin**: Round Robin \\\n * **LeastConnection**: Least Connection\n */\nexport type IpvsScheduler = string;\n\n/** Known values of {@link AdvancedNetworkPolicies} that the service accepts. */\nexport enum KnownAdvancedNetworkPolicies {\n /** Enable Layer7 network policies (FQDN, HTTP\\/S, Kafka). This option is a superset of the FQDN option. */\n L7 = \"L7\",\n /** Enable FQDN based network policies */\n Fqdn = \"FQDN\",\n /** Disable Layer 7 network policies (FQDN, HTTP\\/S, Kafka) */\n None = \"None\",\n}\n\n/**\n * Defines values for AdvancedNetworkPolicies. \\\n * {@link KnownAdvancedNetworkPolicies} can be used interchangeably with AdvancedNetworkPolicies,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **L7**: Enable Layer7 network policies (FQDN, HTTP\\/S, Kafka). This option is a superset of the FQDN option. \\\n * **FQDN**: Enable FQDN based network policies \\\n * **None**: Disable Layer 7 network policies (FQDN, HTTP\\/S, Kafka)\n */\nexport type AdvancedNetworkPolicies = string;\n\n/** Known values of {@link TransitEncryptionType} that the service accepts. */\nexport enum KnownTransitEncryptionType {\n /** Enable WireGuard encryption. Refer to https:\\//docs.cilium.io\\/en\\/latest\\/security\\/network\\/encryption-wireguard\\/ on use cases and implementation details */\n WireGuard = \"WireGuard\",\n /** Disable Transit encryption */\n None = \"None\",\n}\n\n/**\n * Defines values for TransitEncryptionType. \\\n * {@link KnownTransitEncryptionType} can be used interchangeably with TransitEncryptionType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **WireGuard**: Enable WireGuard encryption. Refer to https:\\/\\/docs.cilium.io\\/en\\/latest\\/security\\/network\\/encryption-wireguard\\/ on use cases and implementation details \\\n * **None**: Disable Transit encryption\n */\nexport type TransitEncryptionType = string;\n\n/** Known values of {@link AccelerationMode} that the service accepts. */\nexport enum KnownAccelerationMode {\n /** Enable eBPF host routing with veth device mode. */\n BpfVeth = \"BpfVeth\",\n /** Disable acceleration options. */\n None = \"None\",\n}\n\n/**\n * Defines values for AccelerationMode. \\\n * {@link KnownAccelerationMode} can be used interchangeably with AccelerationMode,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **BpfVeth**: Enable eBPF host routing with veth device mode. \\\n * **None**: Disable acceleration options.\n */\nexport type AccelerationMode = string;\n\n/** Known values of {@link UpgradeChannel} that the service accepts. */\nexport enum KnownUpgradeChannel {\n /** Automatically upgrade the cluster to the latest supported patch release on the latest supported minor version. In cases where the cluster is at a version of Kubernetes that is at an N-2 minor version where N is the latest supported minor version, the cluster first upgrades to the latest supported patch version on N-1 minor version. For example, if a cluster is running version 1.17.7 and versions 1.17.9, 1.18.4, 1.18.6, and 1.19.1 are available, your cluster first is upgraded to 1.18.6, then is upgraded to 1.19.1. */\n Rapid = \"rapid\",\n /** Automatically upgrade the cluster to the latest supported patch release on minor version N-1, where N is the latest supported minor version. For example, if a cluster is running version 1.17.7 and versions 1.17.9, 1.18.4, 1.18.6, and 1.19.1 are available, your cluster is upgraded to 1.18.6. */\n Stable = \"stable\",\n /** Automatically upgrade the cluster to the latest supported patch version when it becomes available while keeping the minor version the same. For example, if a cluster is running version 1.17.7 and versions 1.17.9, 1.18.4, 1.18.6, and 1.19.1 are available, your cluster is upgraded to 1.17.9. */\n Patch = \"patch\",\n /** Automatically upgrade the node image to the latest version available. Consider using nodeOSUpgradeChannel instead as that allows you to configure node OS patching separate from Kubernetes version patching */\n NodeImage = \"node-image\",\n /** Disables auto-upgrades and keeps the cluster at its current version of Kubernetes. */\n None = \"none\",\n}\n\n/**\n * Defines values for UpgradeChannel. \\\n * {@link KnownUpgradeChannel} can be used interchangeably with UpgradeChannel,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **rapid**: Automatically upgrade the cluster to the latest supported patch release on the latest supported minor version. In cases where the cluster is at a version of Kubernetes that is at an N-2 minor version where N is the latest supported minor version, the cluster first upgrades to the latest supported patch version on N-1 minor version. For example, if a cluster is running version 1.17.7 and versions 1.17.9, 1.18.4, 1.18.6, and 1.19.1 are available, your cluster first is upgraded to 1.18.6, then is upgraded to 1.19.1. \\\n * **stable**: Automatically upgrade the cluster to the latest supported patch release on minor version N-1, where N is the latest supported minor version. For example, if a cluster is running version 1.17.7 and versions 1.17.9, 1.18.4, 1.18.6, and 1.19.1 are available, your cluster is upgraded to 1.18.6. \\\n * **patch**: Automatically upgrade the cluster to the latest supported patch version when it becomes available while keeping the minor version the same. For example, if a cluster is running version 1.17.7 and versions 1.17.9, 1.18.4, 1.18.6, and 1.19.1 are available, your cluster is upgraded to 1.17.9. \\\n * **node-image**: Automatically upgrade the node image to the latest version available. Consider using nodeOSUpgradeChannel instead as that allows you to configure node OS patching separate from Kubernetes version patching \\\n * **none**: Disables auto-upgrades and keeps the cluster at its current version of Kubernetes.\n */\nexport type UpgradeChannel = string;\n\n/** Known values of {@link NodeOSUpgradeChannel} that the service accepts. */\nexport enum KnownNodeOSUpgradeChannel {\n /** No attempt to update your machines OS will be made either by OS or by rolling VHDs. This means you are responsible for your security updates */\n None = \"None\",\n /** OS updates will be applied automatically through the OS built-in patching infrastructure. Newly scaled in machines will be unpatched initially, and will be patched at some later time by the OS's infrastructure. Behavior of this option depends on the OS in question. Ubuntu and Mariner apply security patches through unattended upgrade roughly once a day around 06:00 UTC. Windows does not apply security patches automatically and so for them this option is equivalent to None till further notice */\n Unmanaged = \"Unmanaged\",\n /** AKS downloads and updates the nodes with tested security updates. These updates honor the maintenance window settings and produce a new VHD that is used on new nodes. On some occasions it's not possible to apply the updates in place, in such cases the existing nodes will also be re-imaged to the newly produced VHD in order to apply the changes. This option incurs an extra cost of hosting the new Security Patch VHDs in your resource group for just in time consumption. */\n SecurityPatch = \"SecurityPatch\",\n /** AKS will update the nodes with a newly patched VHD containing security fixes and bugfixes on a weekly cadence. With the VHD update machines will be rolling reimaged to that VHD following maintenance windows and surge settings. No extra VHD cost is incurred when choosing this option as AKS hosts the images. */\n NodeImage = \"NodeImage\",\n}\n\n/**\n * Defines values for NodeOSUpgradeChannel. \\\n * {@link KnownNodeOSUpgradeChannel} can be used interchangeably with NodeOSUpgradeChannel,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **None**: No attempt to update your machines OS will be made either by OS or by rolling VHDs. This means you are responsible for your security updates \\\n * **Unmanaged**: OS updates will be applied automatically through the OS built-in patching infrastructure. Newly scaled in machines will be unpatched initially, and will be patched at some later time by the OS's infrastructure. Behavior of this option depends on the OS in question. Ubuntu and Mariner apply security patches through unattended upgrade roughly once a day around 06:00 UTC. Windows does not apply security patches automatically and so for them this option is equivalent to None till further notice \\\n * **SecurityPatch**: AKS downloads and updates the nodes with tested security updates. These updates honor the maintenance window settings and produce a new VHD that is used on new nodes. On some occasions it's not possible to apply the updates in place, in such cases the existing nodes will also be re-imaged to the newly produced VHD in order to apply the changes. This option incurs an extra cost of hosting the new Security Patch VHDs in your resource group for just in time consumption. \\\n * **NodeImage**: AKS will update the nodes with a newly patched VHD containing security fixes and bugfixes on a weekly cadence. With the VHD update machines will be rolling reimaged to that VHD following maintenance windows and surge settings. No extra VHD cost is incurred when choosing this option as AKS hosts the images.\n */\nexport type NodeOSUpgradeChannel = string;\n\n/** Known values of {@link Expander} that the service accepts. */\nexport enum KnownExpander {\n /** Selects the node group that will have the least idle CPU (if tied, unused memory) after scale-up. This is useful when you have different classes of nodes, for example, high CPU or high memory nodes, and only want to expand those when there are pending pods that need a lot of those resources. */\n LeastWaste = \"least-waste\",\n /** Selects the node group that would be able to schedule the most pods when scaling up. This is useful when you are using nodeSelector to make sure certain pods land on certain nodes. Note that this won't cause the autoscaler to select bigger nodes vs. smaller, as it can add multiple smaller nodes at once. */\n MostPods = \"most-pods\",\n /** Selects the node group that has the highest priority assigned by the user. It's configuration is described in more details [here](https:\\//github.com\\/kubernetes\\/autoscaler\\/blob\\/master\\/cluster-autoscaler\\/expander\\/priority\\/readme.md). */\n Priority = \"priority\",\n /** Used when you don't have a particular need for the node groups to scale differently. */\n Random = \"random\",\n}\n\n/**\n * Defines values for Expander. \\\n * {@link KnownExpander} can be used interchangeably with Expander,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **least-waste**: Selects the node group that will have the least idle CPU (if tied, unused memory) after scale-up. This is useful when you have different classes of nodes, for example, high CPU or high memory nodes, and only want to expand those when there are pending pods that need a lot of those resources. \\\n * **most-pods**: Selects the node group that would be able to schedule the most pods when scaling up. This is useful when you are using nodeSelector to make sure certain pods land on certain nodes. Note that this won't cause the autoscaler to select bigger nodes vs. smaller, as it can add multiple smaller nodes at once. \\\n * **priority**: Selects the node group that has the highest priority assigned by the user. It's configuration is described in more details [here](https:\\/\\/github.com\\/kubernetes\\/autoscaler\\/blob\\/master\\/cluster-autoscaler\\/expander\\/priority\\/readme.md). \\\n * **random**: Used when you don't have a particular need for the node groups to scale differently.\n */\nexport type Expander = string;\n\n/** Known values of {@link KeyVaultNetworkAccessTypes} that the service accepts. */\nexport enum KnownKeyVaultNetworkAccessTypes {\n /** Public */\n Public = \"Public\",\n /** Private */\n Private = \"Private\",\n}\n\n/**\n * Defines values for KeyVaultNetworkAccessTypes. \\\n * {@link KnownKeyVaultNetworkAccessTypes} can be used interchangeably with KeyVaultNetworkAccessTypes,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Public** \\\n * **Private**\n */\nexport type KeyVaultNetworkAccessTypes = string;\n\n/** Known values of {@link InfrastructureEncryption} that the service accepts. */\nexport enum KnownInfrastructureEncryption {\n /** Encryption at rest of Kubernetes resource objects using service-managed keys is enabled. More information on this can be found under https:\\//aka.ms\\/aks\\/kubernetesResourceObjectEncryption. */\n Enabled = \"Enabled\",\n /** Encryption at rest of Kubernetes resource objects using service-managed keys is disabled. More information on this can be found under https:\\//aka.ms\\/aks\\/kubernetesResourceObjectEncryption. */\n Disabled = \"Disabled\",\n}\n\n/**\n * Defines values for InfrastructureEncryption. \\\n * {@link KnownInfrastructureEncryption} can be used interchangeably with InfrastructureEncryption,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Enabled**: Encryption at rest of Kubernetes resource objects using service-managed keys is enabled. More information on this can be found under https:\\/\\/aka.ms\\/aks\\/kubernetesResourceObjectEncryption. \\\n * **Disabled**: Encryption at rest of Kubernetes resource objects using service-managed keys is disabled. More information on this can be found under https:\\/\\/aka.ms\\/aks\\/kubernetesResourceObjectEncryption.\n */\nexport type InfrastructureEncryption = string;\n\n/** Known values of {@link ManagedGatewayType} that the service accepts. */\nexport enum KnownManagedGatewayType {\n /** Gateway API CRDs will not be reconciled on your cluster. */\n Disabled = \"Disabled\",\n /** The latest Gateway CRD bundle from the standard channel that is compatible with your Kubernetes version will be reconciled onto your cluster. See https:\\//gateway-api.sigs.k8s.io\\/concepts\\/versioning\\/ for more details. */\n Standard = \"Standard\",\n}\n\n/**\n * Defines values for ManagedGatewayType. \\\n * {@link KnownManagedGatewayType} can be used interchangeably with ManagedGatewayType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Disabled**: Gateway API CRDs will not be reconciled on your cluster. \\\n * **Standard**: The latest Gateway CRD bundle from the standard channel that is compatible with your Kubernetes version will be reconciled onto your cluster. See https:\\/\\/gateway-api.sigs.k8s.io\\/concepts\\/versioning\\/ for more details.\n */\nexport type ManagedGatewayType = string;\n\n/** Known values of {@link NginxIngressControllerType} that the service accepts. */\nexport enum KnownNginxIngressControllerType {\n /** The default NginxIngressController will be created. Users can edit the default NginxIngressController Custom Resource to configure load balancer annotations. */\n AnnotationControlled = \"AnnotationControlled\",\n /** The default NginxIngressController will be created and the operator will provision an external loadbalancer with it. Any annotation to make the default loadbalancer internal will be overwritten. */\n External = \"External\",\n /** The default NginxIngressController will be created and the operator will provision an internal loadbalancer with it. Any annotation to make the default loadbalancer external will be overwritten. */\n Internal = \"Internal\",\n /** 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. */\n None = \"None\",\n}\n\n/**\n * Defines values for NginxIngressControllerType. \\\n * {@link KnownNginxIngressControllerType} can be used interchangeably with NginxIngressControllerType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **AnnotationControlled**: The default NginxIngressController will be created. Users can edit the default NginxIngressController Custom Resource to configure load balancer annotations. \\\n * **External**: The default NginxIngressController will be created and the operator will provision an external loadbalancer with it. Any annotation to make the default loadbalancer internal will be overwritten. \\\n * **Internal**: The default NginxIngressController will be created and the operator will provision an internal loadbalancer with it. Any annotation to make the default loadbalancer external will be overwritten. \\\n * **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.\n */\nexport type NginxIngressControllerType = string;\n\n/** Known values of {@link PublicNetworkAccess} that the service accepts. */\nexport enum KnownPublicNetworkAccess {\n /** Inbound\\/Outbound to the managedCluster is allowed. */\n Enabled = \"Enabled\",\n /** Inbound traffic to managedCluster is disabled, traffic from managedCluster is allowed. */\n Disabled = \"Disabled\",\n /** Inbound\\/Outbound traffic is managed by Microsoft.Network\\/NetworkSecurityPerimeters. */\n SecuredByPerimeter = \"SecuredByPerimeter\",\n}\n\n/**\n * Defines values for PublicNetworkAccess. \\\n * {@link KnownPublicNetworkAccess} can be used interchangeably with PublicNetworkAccess,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Enabled**: Inbound\\/Outbound to the managedCluster is allowed. \\\n * **Disabled**: Inbound traffic to managedCluster is disabled, traffic from managedCluster is allowed. \\\n * **SecuredByPerimeter**: Inbound\\/Outbound traffic is managed by Microsoft.Network\\/NetworkSecurityPerimeters.\n */\nexport type PublicNetworkAccess = string;\n\n/** Known values of {@link AddonAutoscaling} that the service accepts. */\nexport enum KnownAddonAutoscaling {\n /** Feature to autoscale AKS-managed add-ons is enabled. The default VPA update mode is Initial mode. */\n Enabled = \"Enabled\",\n /** Feature to autoscale AKS-managed add-ons is disabled. */\n Disabled = \"Disabled\",\n}\n\n/**\n * Defines values for AddonAutoscaling. \\\n * {@link KnownAddonAutoscaling} can be used interchangeably with AddonAutoscaling,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Enabled**: Feature to autoscale AKS-managed add-ons is enabled. The default VPA update mode is Initial mode. \\\n * **Disabled**: Feature to autoscale AKS-managed add-ons is disabled.\n */\nexport type AddonAutoscaling = string;\n\n/** Known values of {@link ServiceMeshMode} that the service accepts. */\nexport enum KnownServiceMeshMode {\n /** Istio deployed as an AKS addon. */\n Istio = \"Istio\",\n /** Mesh is disabled. */\n Disabled = \"Disabled\",\n}\n\n/**\n * Defines values for ServiceMeshMode. \\\n * {@link KnownServiceMeshMode} can be used interchangeably with ServiceMeshMode,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Istio**: Istio deployed as an AKS addon. \\\n * **Disabled**: Mesh is disabled.\n */\nexport type ServiceMeshMode = string;\n\n/** Known values of {@link IstioIngressGatewayMode} that the service accepts. */\nexport enum KnownIstioIngressGatewayMode {\n /** The ingress gateway is assigned a public IP address and is publicly accessible. */\n External = \"External\",\n /** The ingress gateway is assigned an internal IP address and cannot is accessed publicly. */\n Internal = \"Internal\",\n}\n\n/**\n * Defines values for IstioIngressGatewayMode. \\\n * {@link KnownIstioIngressGatewayMode} can be used interchangeably with IstioIngressGatewayMode,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **External**: The ingress gateway is assigned a public IP address and is publicly accessible. \\\n * **Internal**: The ingress gateway is assigned an internal IP address and cannot is accessed publicly.\n */\nexport type IstioIngressGatewayMode = string;\n\n/** Known values of {@link ProxyRedirectionMechanism} that the service accepts. */\nexport enum KnownProxyRedirectionMechanism {\n /** Istio will inject an init container into each pod to redirect traffic (requires NET_ADMIN and NET_RAW). */\n InitContainers = \"InitContainers\",\n /** Istio will install a chained CNI plugin to redirect traffic (recommended). */\n CNIChaining = \"CNIChaining\",\n}\n\n/**\n * Defines values for ProxyRedirectionMechanism. \\\n * {@link KnownProxyRedirectionMechanism} can be used interchangeably with ProxyRedirectionMechanism,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **InitContainers**: Istio will inject an init container into each pod to redirect traffic (requires NET_ADMIN and NET_RAW). \\\n * **CNIChaining**: Istio will install a chained CNI plugin to redirect traffic (recommended).\n */\nexport type ProxyRedirectionMechanism = string;\n\n/** Known values of {@link NodeProvisioningMode} that the service accepts. */\nexport enum KnownNodeProvisioningMode {\n /** Nodes are provisioned manually by the user */\n Manual = \"Manual\",\n /** Nodes are provisioned automatically by AKS using Karpenter (See aka.ms\\/aks\\/nap for more details). Fixed size Node Pools can still be created, but autoscaling Node Pools cannot be. (See aka.ms\\/aks\\/nap for more details). */\n Auto = \"Auto\",\n}\n\n/**\n * Defines values for NodeProvisioningMode. \\\n * {@link KnownNodeProvisioningMode} can be used interchangeably with NodeProvisioningMode,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Manual**: Nodes are provisioned manually by the user \\\n * **Auto**: Nodes are provisioned automatically by AKS using Karpenter (See aka.ms\\/aks\\/nap for more details). Fixed size Node Pools can still be created, but autoscaling Node Pools cannot be. (See aka.ms\\/aks\\/nap for more details).\n */\nexport type NodeProvisioningMode = string;\n\n/** Known values of {@link NodeProvisioningDefaultNodePools} that the service accepts. */\nexport enum KnownNodeProvisioningDefaultNodePools {\n /** No Karpenter NodePools are provisioned automatically. Automatic scaling will not happen unless the user creates one or more NodePool CRD instances. */\n None = \"None\",\n /** A standard set of Karpenter NodePools are provisioned */\n Auto = \"Auto\",\n}\n\n/**\n * Defines values for NodeProvisioningDefaultNodePools. \\\n * {@link KnownNodeProvisioningDefaultNodePools} can be used interchangeably with NodeProvisioningDefaultNodePools,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **None**: No Karpenter NodePools are provisioned automatically. Automatic scaling will not happen unless the user creates one or more NodePool CRD instances. \\\n * **Auto**: A standard set of Karpenter NodePools are provisioned\n */\nexport type NodeProvisioningDefaultNodePools = string;\n\n/** Known values of {@link ArtifactSource} that the service accepts. */\nexport enum KnownArtifactSource {\n /** pull images from Azure Container Registry with cache */\n Cache = \"Cache\",\n /** pull images from Microsoft Artifact Registry */\n Direct = \"Direct\",\n}\n\n/**\n * Defines values for ArtifactSource. \\\n * {@link KnownArtifactSource} can be used interchangeably with ArtifactSource,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Cache**: pull images from Azure Container Registry with cache \\\n * **Direct**: pull images from Microsoft Artifact Registry\n */\nexport type ArtifactSource = string;\n\n/** Known values of {@link SchedulerConfigMode} that the service accepts. */\nexport enum KnownSchedulerConfigMode {\n /** No config customization. Use default configuration. */\n Default = \"Default\",\n /** Enable config customization. Customer can specify scheduler configuration via a CRD. See aka.ms\\/aks\\/scheduler-crd for details. */\n ManagedByCRD = \"ManagedByCRD\",\n}\n\n/**\n * Defines values for SchedulerConfigMode. \\\n * {@link KnownSchedulerConfigMode} can be used interchangeably with SchedulerConfigMode,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Default**: No config customization. Use default configuration. \\\n * **ManagedByCRD**: Enable config customization. Customer can specify scheduler configuration via a CRD. See aka.ms\\/aks\\/scheduler-crd for details.\n */\nexport type SchedulerConfigMode = string;\n\n/** Known values of {@link CreatedByType} that the service accepts. */\nexport enum KnownCreatedByType {\n /** User */\n User = \"User\",\n /** Application */\n Application = \"Application\",\n /** ManagedIdentity */\n ManagedIdentity = \"ManagedIdentity\",\n /** Key */\n Key = \"Key\",\n}\n\n/**\n * Defines values for CreatedByType. \\\n * {@link KnownCreatedByType} can be used interchangeably with CreatedByType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **User** \\\n * **Application** \\\n * **ManagedIdentity** \\\n * **Key**\n */\nexport type CreatedByType = string;\n\n/** Known values of {@link Format} that the service accepts. */\nexport enum KnownFormat {\n /** Return azure auth-provider kubeconfig. This format is deprecated in v1.22 and will be fully removed in v1.26. See: https:\\//aka.ms\\/k8s\\/changes-1-26. */\n Azure = \"azure\",\n /** Return exec format kubeconfig. This format requires kubelogin binary in the path. */\n Exec = \"exec\",\n}\n\n/**\n * Defines values for Format. \\\n * {@link KnownFormat} can be used interchangeably with Format,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **azure**: Return azure auth-provider kubeconfig. This format is deprecated in v1.22 and will be fully removed in v1.26. See: https:\\/\\/aka.ms\\/k8s\\/changes-1-26. \\\n * **exec**: Return exec format kubeconfig. This format requires kubelogin binary in the path.\n */\nexport type Format = string;\n\n/** Known values of {@link WeekDay} that the service accepts. */\nexport enum KnownWeekDay {\n /** Sunday */\n Sunday = \"Sunday\",\n /** Monday */\n Monday = \"Monday\",\n /** Tuesday */\n Tuesday = \"Tuesday\",\n /** Wednesday */\n Wednesday = \"Wednesday\",\n /** Thursday */\n Thursday = \"Thursday\",\n /** Friday */\n Friday = \"Friday\",\n /** Saturday */\n Saturday = \"Saturday\",\n}\n\n/**\n * Defines values for WeekDay. \\\n * {@link KnownWeekDay} can be used interchangeably with WeekDay,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Sunday** \\\n * **Monday** \\\n * **Tuesday** \\\n * **Wednesday** \\\n * **Thursday** \\\n * **Friday** \\\n * **Saturday**\n */\nexport type WeekDay = string;\n\n/** Known values of {@link Type} that the service accepts. */\nexport enum KnownType {\n /** First. */\n First = \"First\",\n /** Second. */\n Second = \"Second\",\n /** Third. */\n Third = \"Third\",\n /** Fourth. */\n Fourth = \"Fourth\",\n /** Last. */\n Last = \"Last\",\n}\n\n/**\n * Defines values for Type. \\\n * {@link KnownType} can be used interchangeably with Type,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **First**: First. \\\n * **Second**: Second. \\\n * **Third**: Third. \\\n * **Fourth**: Fourth. \\\n * **Last**: Last.\n */\nexport type Type = string;\n\n/** Known values of {@link NamespaceProvisioningState} that the service accepts. */\nexport enum KnownNamespaceProvisioningState {\n /** Updating */\n Updating = \"Updating\",\n /** Deleting */\n Deleting = \"Deleting\",\n /** Creating */\n Creating = \"Creating\",\n /** Succeeded */\n Succeeded = \"Succeeded\",\n /** Failed */\n Failed = \"Failed\",\n /** Canceled */\n Canceled = \"Canceled\",\n}\n\n/**\n * Defines values for NamespaceProvisioningState. \\\n * {@link KnownNamespaceProvisioningState} can be used interchangeably with NamespaceProvisioningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Updating** \\\n * **Deleting** \\\n * **Creating** \\\n * **Succeeded** \\\n * **Failed** \\\n * **Canceled**\n */\nexport type NamespaceProvisioningState = string;\n\n/** Known values of {@link PolicyRule} that the service accepts. */\nexport enum KnownPolicyRule {\n /** Deny all network traffic. */\n DenyAll = \"DenyAll\",\n /** Allow all network traffic. */\n AllowAll = \"AllowAll\",\n /** Allow traffic within the same namespace. */\n AllowSameNamespace = \"AllowSameNamespace\",\n}\n\n/**\n * Defines values for PolicyRule. \\\n * {@link KnownPolicyRule} can be used interchangeably with PolicyRule,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **DenyAll**: Deny all network traffic. \\\n * **AllowAll**: Allow all network traffic. \\\n * **AllowSameNamespace**: Allow traffic within the same namespace.\n */\nexport type PolicyRule = string;\n\n/** Known values of {@link AdoptionPolicy} that the service accepts. */\nexport enum KnownAdoptionPolicy {\n /** If the namespace already exists in Kubernetes, attempts to create that same namespace in ARM will fail. */\n Never = \"Never\",\n /** Take over the existing namespace to be managed by ARM, if there is no difference. */\n IfIdentical = \"IfIdentical\",\n /** Always take over the existing namespace to be managed by ARM, some fields might be overwritten. */\n Always = \"Always\",\n}\n\n/**\n * Defines values for AdoptionPolicy. \\\n * {@link KnownAdoptionPolicy} can be used interchangeably with AdoptionPolicy,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Never**: If the namespace already exists in Kubernetes, attempts to create that same namespace in ARM will fail. \\\n * **IfIdentical**: Take over the existing namespace to be managed by ARM, if there is no difference. \\\n * **Always**: Always take over the existing namespace to be managed by ARM, some fields might be overwritten.\n */\nexport type AdoptionPolicy = string;\n\n/** Known values of {@link DeletePolicy} that the service accepts. */\nexport enum KnownDeletePolicy {\n /** Only delete the ARM resource, keep the Kubernetes namespace. Also delete the ManagedByARM label. */\n Keep = \"Keep\",\n /** Delete both the ARM resource and the Kubernetes namespace together. */\n Delete = \"Delete\",\n}\n\n/**\n * Defines values for DeletePolicy. \\\n * {@link KnownDeletePolicy} can be used interchangeably with DeletePolicy,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Keep**: Only delete the ARM resource, keep the Kubernetes namespace. Also delete the ManagedByARM label. \\\n * **Delete**: Delete both the ARM resource and the Kubernetes namespace together.\n */\nexport type DeletePolicy = string;\n\n/** Known values of {@link DriftAction} that the service accepts. */\nexport enum KnownDriftAction {\n /** The machine is up to date. */\n Synced = \"Synced\",\n /** The machine has drifted and needs to be deleted and recreated. */\n Recreate = \"Recreate\",\n}\n\n/**\n * Defines values for DriftAction. \\\n * {@link KnownDriftAction} can be used interchangeably with DriftAction,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Synced**: The machine is up to date. \\\n * **Recreate**: The machine has drifted and needs to be deleted and recreated.\n */\nexport type DriftAction = string;\n\n/** Known values of {@link VmState} that the service accepts. */\nexport enum KnownVmState {\n /** The virtual machine is currently running. */\n Running = \"Running\",\n /** The virtual machine has been deleted by the user or due to spot eviction. */\n Deleted = \"Deleted\",\n}\n\n/**\n * Defines values for VmState. \\\n * {@link KnownVmState} can be used interchangeably with VmState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Running**: The virtual machine is currently running. \\\n * **Deleted**: The virtual machine has been deleted by the user or due to spot eviction.\n */\nexport type VmState = string;\n\n/** Known values of {@link PrivateEndpointConnectionProvisioningState} that the service accepts. */\nexport enum KnownPrivateEndpointConnectionProvisioningState {\n /** Canceled */\n Canceled = \"Canceled\",\n /** Creating */\n Creating = \"Creating\",\n /** Deleting */\n Deleting = \"Deleting\",\n /** Failed */\n Failed = \"Failed\",\n /** Succeeded */\n Succeeded = \"Succeeded\",\n}\n\n/**\n * Defines values for PrivateEndpointConnectionProvisioningState. \\\n * {@link KnownPrivateEndpointConnectionProvisioningState} can be used interchangeably with PrivateEndpointConnectionProvisioningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Canceled** \\\n * **Creating** \\\n * **Deleting** \\\n * **Failed** \\\n * **Succeeded**\n */\nexport type PrivateEndpointConnectionProvisioningState = string;\n\n/** Known values of {@link ConnectionStatus} that the service accepts. */\nexport enum KnownConnectionStatus {\n /** Pending */\n Pending = \"Pending\",\n /** Approved */\n Approved = \"Approved\",\n /** Rejected */\n Rejected = \"Rejected\",\n /** Disconnected */\n Disconnected = \"Disconnected\",\n}\n\n/**\n * Defines values for ConnectionStatus. \\\n * {@link KnownConnectionStatus} can be used interchangeably with ConnectionStatus,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Pending** \\\n * **Approved** \\\n * **Rejected** \\\n * **Disconnected**\n */\nexport type ConnectionStatus = string;\n\n/** Known values of {@link SnapshotType} that the service accepts. */\nexport enum KnownSnapshotType {\n /** The snapshot is a snapshot of a node pool. */\n NodePool = \"NodePool\",\n /** The snapshot is a snapshot of a managed cluster. */\n ManagedCluster = \"ManagedCluster\",\n}\n\n/**\n * Defines values for SnapshotType. \\\n * {@link KnownSnapshotType} can be used interchangeably with SnapshotType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **NodePool**: The snapshot is a snapshot of a node pool. \\\n * **ManagedCluster**: The snapshot is a snapshot of a managed cluster.\n */\nexport type SnapshotType = string;\n\n/** Known values of {@link TrustedAccessRoleBindingProvisioningState} that the service accepts. */\nexport enum KnownTrustedAccessRoleBindingProvisioningState {\n /** Canceled */\n Canceled = \"Canceled\",\n /** Deleting */\n Deleting = \"Deleting\",\n /** Failed */\n Failed = \"Failed\",\n /** Succeeded */\n Succeeded = \"Succeeded\",\n /** Updating */\n Updating = \"Updating\",\n}\n\n/**\n * Defines values for TrustedAccessRoleBindingProvisioningState. \\\n * {@link KnownTrustedAccessRoleBindingProvisioningState} can be used interchangeably with TrustedAccessRoleBindingProvisioningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Canceled** \\\n * **Deleting** \\\n * **Failed** \\\n * **Succeeded** \\\n * **Updating**\n */\nexport type TrustedAccessRoleBindingProvisioningState = string;\n\n/** Known values of {@link GuardrailsSupport} that the service accepts. */\nexport enum KnownGuardrailsSupport {\n /** The version is preview. It is not recommended to use preview versions on critical production clusters. The preview version may not support all use-cases. */\n Preview = \"Preview\",\n /** The version is stable and can be used on critical production clusters. */\n Stable = \"Stable\",\n}\n\n/**\n * Defines values for GuardrailsSupport. \\\n * {@link KnownGuardrailsSupport} can be used interchangeably with GuardrailsSupport,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Preview**: The version is preview. It is not recommended to use preview versions on critical production clusters. The preview version may not support all use-cases. \\\n * **Stable**: The version is stable and can be used on critical production clusters.\n */\nexport type GuardrailsSupport = string;\n\n/** Known values of {@link SafeguardsSupport} that the service accepts. */\nexport enum KnownSafeguardsSupport {\n /** The version is preview. It is not recommended to use preview versions on critical production clusters. The preview version may not support all use-cases. */\n Preview = \"Preview\",\n /** The version is stable and can be used on critical production clusters. */\n Stable = \"Stable\",\n}\n\n/**\n * Defines values for SafeguardsSupport. \\\n * {@link KnownSafeguardsSupport} can be used interchangeably with SafeguardsSupport,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Preview**: The version is preview. It is not recommended to use preview versions on critical production clusters. The preview version may not support all use-cases. \\\n * **Stable**: The version is stable and can be used on critical production clusters.\n */\nexport type SafeguardsSupport = string;\n\n/** Known values of {@link Operator} that the service accepts. */\nexport enum KnownOperator {\n /** The value of the key should be in the given list. */\n In = \"In\",\n /** The value of the key should not be in the given list. */\n NotIn = \"NotIn\",\n /** The value of the key should exist. */\n Exists = \"Exists\",\n /** The value of the key should not exist. */\n DoesNotExist = \"DoesNotExist\",\n}\n\n/**\n * Defines values for Operator. \\\n * {@link KnownOperator} can be used interchangeably with Operator,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **In**: The value of the key should be in the given list. \\\n * **NotIn**: The value of the key should not be in the given list. \\\n * **Exists**: The value of the key should exist. \\\n * **DoesNotExist**: The value of the key should not exist.\n */\nexport type Operator = string;\n\n/** Known values of {@link IdentityBindingProvisioningState} that the service accepts. */\nexport enum KnownIdentityBindingProvisioningState {\n /** Resource has been created. */\n Succeeded = \"Succeeded\",\n /** Resource creation failed. */\n Failed = \"Failed\",\n /** Resource creation was canceled. */\n Canceled = \"Canceled\",\n /** The identity binding is being created. */\n Creating = \"Creating\",\n /** The identity binding is being updated. */\n Updating = \"Updating\",\n /** The identity binding is being deleted. */\n Deleting = \"Deleting\",\n}\n\n/**\n * Defines values for IdentityBindingProvisioningState. \\\n * {@link KnownIdentityBindingProvisioningState} can be used interchangeably with IdentityBindingProvisioningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Succeeded**: Resource has been created. \\\n * **Failed**: Resource creation failed. \\\n * **Canceled**: Resource creation was canceled. \\\n * **Creating**: The identity binding is being created. \\\n * **Updating**: The identity binding is being updated. \\\n * **Deleting**: The identity binding is being deleted.\n */\nexport type IdentityBindingProvisioningState = string;\n\n/** Known values of {@link JWTAuthenticatorProvisioningState} that the service accepts. */\nexport enum KnownJWTAuthenticatorProvisioningState {\n /** Resource has been created. */\n Succeeded = \"Succeeded\",\n /** Resource creation failed. */\n Failed = \"Failed\",\n /** Resource creation was canceled. */\n Canceled = \"Canceled\",\n /** The JWT authenticator is being created. */\n Creating = \"Creating\",\n /** The JWT authenticator is being updated. */\n Updating = \"Updating\",\n /** The JWT authenticator is being deleted. */\n Deleting = \"Deleting\",\n}\n\n/**\n * Defines values for JWTAuthenticatorProvisioningState. \\\n * {@link KnownJWTAuthenticatorProvisioningState} can be used interchangeably with JWTAuthenticatorProvisioningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Succeeded**: Resource has been created. \\\n * **Failed**: Resource creation failed. \\\n * **Canceled**: Resource creation was canceled. \\\n * **Creating**: The JWT authenticator is being created. \\\n * **Updating**: The JWT authenticator is being updated. \\\n * **Deleting**: The JWT authenticator is being deleted.\n */\nexport type JWTAuthenticatorProvisioningState = string;\n\n/** Known values of {@link MeshMembershipProvisioningState} that the service accepts. */\nexport enum KnownMeshMembershipProvisioningState {\n /** Resource creation was canceled. */\n Canceled = \"Canceled\",\n /** The Mesh Membership is being created. */\n Creating = \"Creating\",\n /** The Mesh Membership is being deleted. */\n Deleting = \"Deleting\",\n /** Resource creation failed. */\n Failed = \"Failed\",\n /** Resource has been created. */\n Succeeded = \"Succeeded\",\n /** The Mesh Membership is being updated. */\n Updating = \"Updating\",\n}\n\n/**\n * Defines values for MeshMembershipProvisioningState. \\\n * {@link KnownMeshMembershipProvisioningState} can be used interchangeably with MeshMembershipProvisioningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Canceled**: Resource creation was canceled. \\\n * **Creating**: The Mesh Membership is being created. \\\n * **Deleting**: The Mesh Membership is being deleted. \\\n * **Failed**: Resource creation failed. \\\n * **Succeeded**: Resource has been created. \\\n * **Updating**: The Mesh Membership is being updated.\n */\nexport type MeshMembershipProvisioningState = string;\n/** Defines values for ResourceIdentityType. */\nexport type ResourceIdentityType = \"SystemAssigned\" | \"UserAssigned\" | \"None\";\n\n/** Optional parameters. */\nexport interface OperationsListOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type OperationsListResponse = OperationListResult;\n\n/** Optional parameters. */\nexport interface ManagedClustersListKubernetesVersionsOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listKubernetesVersions operation. */\nexport type ManagedClustersListKubernetesVersionsResponse = KubernetesVersionListResult;\n\n/** Optional parameters. */\nexport interface ManagedClustersListOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type ManagedClustersListResponse = ManagedClusterListResult;\n\n/** Optional parameters. */\nexport interface ManagedClustersListByResourceGroupOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroup operation. */\nexport type ManagedClustersListByResourceGroupResponse = ManagedClusterListResult;\n\n/** Optional parameters. */\nexport interface ManagedClustersGetUpgradeProfileOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getUpgradeProfile operation. */\nexport type ManagedClustersGetUpgradeProfileResponse = ManagedClusterUpgradeProfile;\n\n/** Optional parameters. */\nexport interface ManagedClustersGetAccessProfileOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getAccessProfile operation. */\nexport type ManagedClustersGetAccessProfileResponse = ManagedClusterAccessProfile;\n\n/** Optional parameters. */\nexport interface ManagedClustersListClusterAdminCredentialsOptionalParams\n extends coreClient.OperationOptions {\n /** server fqdn type for credentials to be returned */\n serverFqdn?: string;\n}\n\n/** Contains response data for the listClusterAdminCredentials operation. */\nexport type ManagedClustersListClusterAdminCredentialsResponse = CredentialResults;\n\n/** Optional parameters. */\nexport interface ManagedClustersListClusterUserCredentialsOptionalParams\n extends coreClient.OperationOptions {\n /** server fqdn type for credentials to be returned */\n serverFqdn?: string;\n /** Only apply to AAD clusters, specifies the format of returned kubeconfig. Format 'azure' will return azure auth-provider kubeconfig; format 'exec' will return exec format kubeconfig, which requires kubelogin binary in the path. */\n format?: Format;\n}\n\n/** Contains response data for the listClusterUserCredentials operation. */\nexport type ManagedClustersListClusterUserCredentialsResponse = CredentialResults;\n\n/** Optional parameters. */\nexport interface ManagedClustersListClusterMonitoringUserCredentialsOptionalParams\n extends coreClient.OperationOptions {\n /** server fqdn type for credentials to be returned */\n serverFqdn?: string;\n}\n\n/** Contains response data for the listClusterMonitoringUserCredentials operation. */\nexport type ManagedClustersListClusterMonitoringUserCredentialsResponse = CredentialResults;\n\n/** Optional parameters. */\nexport interface ManagedClustersGetOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type ManagedClustersGetResponse = ManagedCluster;\n\n/** Optional parameters. */\nexport interface ManagedClustersCreateOrUpdateOptionalParams extends coreClient.OperationOptions {\n /** The request should only proceed if an entity matches this string. */\n ifMatch?: string;\n /** The request should only proceed if no entity matches this string. */\n ifNoneMatch?: string;\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type ManagedClustersCreateOrUpdateResponse = ManagedCluster;\n\n/** Optional parameters. */\nexport interface ManagedClustersUpdateTagsOptionalParams extends coreClient.OperationOptions {\n /** The request should only proceed if an entity matches this string. */\n ifMatch?: string;\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the updateTags operation. */\nexport type ManagedClustersUpdateTagsResponse = ManagedCluster;\n\n/** Optional parameters. */\nexport interface ManagedClustersDeleteOptionalParams extends coreClient.OperationOptions {\n /** The request should only proceed if an entity matches this string. */\n ifMatch?: string;\n /** ignore-pod-disruption-budget=true to delete those pods on a node without considering Pod Disruption Budget */\n ignorePodDisruptionBudget?: boolean;\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the delete operation. */\nexport type ManagedClustersDeleteResponse = ManagedClustersDeleteHeaders;\n\n/** Optional parameters. */\nexport interface ManagedClustersResetServicePrincipalProfileOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface ManagedClustersResetAADProfileOptionalParams extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface ManagedClustersAbortLatestOperationOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the abortLatestOperation operation. */\nexport type ManagedClustersAbortLatestOperationResponse =\n ManagedClustersAbortLatestOperationHeaders;\n\n/** Optional parameters. */\nexport interface ManagedClustersRotateClusterCertificatesOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the rotateClusterCertificates operation. */\nexport type ManagedClustersRotateClusterCertificatesResponse =\n ManagedClustersRotateClusterCertificatesHeaders;\n\n/** Optional parameters. */\nexport interface ManagedClustersRotateServiceAccountSigningKeysOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the rotateServiceAccountSigningKeys operation. */\nexport type ManagedClustersRotateServiceAccountSigningKeysResponse =\n ManagedClustersRotateServiceAccountSigningKeysHeaders;\n\n/** Optional parameters. */\nexport interface ManagedClustersStopOptionalParams extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the stop operation. */\nexport type ManagedClustersStopResponse = ManagedClustersStopHeaders;\n\n/** Optional parameters. */\nexport interface ManagedClustersStartOptionalParams extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the start operation. */\nexport type ManagedClustersStartResponse = ManagedClustersStartHeaders;\n\n/** Optional parameters. */\nexport interface ManagedClustersRunCommandOptionalParams extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the runCommand operation. */\nexport type ManagedClustersRunCommandResponse = RunCommandResult;\n\n/** Optional parameters. */\nexport interface ManagedClustersGetCommandResultOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getCommandResult operation. */\nexport type ManagedClustersGetCommandResultResponse = RunCommandResult;\n\n/** Optional parameters. */\nexport interface ManagedClustersListOutboundNetworkDependenciesEndpointsOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listOutboundNetworkDependenciesEndpoints operation. */\nexport type ManagedClustersListOutboundNetworkDependenciesEndpointsResponse =\n OutboundEnvironmentEndpointCollection;\n\n/** Optional parameters. */\nexport interface ManagedClustersGetGuardrailsVersionsOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getGuardrailsVersions operation. */\nexport type ManagedClustersGetGuardrailsVersionsResponse = GuardrailsAvailableVersion;\n\n/** Optional parameters. */\nexport interface ManagedClustersListGuardrailsVersionsOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listGuardrailsVersions operation. */\nexport type ManagedClustersListGuardrailsVersionsResponse = GuardrailsAvailableVersionsList;\n\n/** Optional parameters. */\nexport interface ManagedClustersGetSafeguardsVersionsOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getSafeguardsVersions operation. */\nexport type ManagedClustersGetSafeguardsVersionsResponse = SafeguardsAvailableVersion;\n\n/** Optional parameters. */\nexport interface ManagedClustersListSafeguardsVersionsOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listSafeguardsVersions operation. */\nexport type ManagedClustersListSafeguardsVersionsResponse = SafeguardsAvailableVersionsList;\n\n/** Optional parameters. */\nexport interface ManagedClustersListMeshRevisionProfilesOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listMeshRevisionProfiles operation. */\nexport type ManagedClustersListMeshRevisionProfilesResponse = MeshRevisionProfileList;\n\n/** Optional parameters. */\nexport interface ManagedClustersGetMeshRevisionProfileOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getMeshRevisionProfile operation. */\nexport type ManagedClustersGetMeshRevisionProfileResponse = MeshRevisionProfile;\n\n/** Optional parameters. */\nexport interface ManagedClustersListMeshUpgradeProfilesOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listMeshUpgradeProfiles operation. */\nexport type ManagedClustersListMeshUpgradeProfilesResponse = MeshUpgradeProfileList;\n\n/** Optional parameters. */\nexport interface ManagedClustersGetMeshUpgradeProfileOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getMeshUpgradeProfile operation. */\nexport type ManagedClustersGetMeshUpgradeProfileResponse = MeshUpgradeProfile;\n\n/** Optional parameters. */\nexport interface ManagedClustersRebalanceLoadBalancersOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the rebalanceLoadBalancers operation. */\nexport type ManagedClustersRebalanceLoadBalancersResponse =\n ManagedClustersRebalanceLoadBalancersHeaders;\n\n/** Optional parameters. */\nexport interface ManagedClustersListNextOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type ManagedClustersListNextResponse = ManagedClusterListResult;\n\n/** Optional parameters. */\nexport interface ManagedClustersListByResourceGroupNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroupNext operation. */\nexport type ManagedClustersListByResourceGroupNextResponse = ManagedClusterListResult;\n\n/** Optional parameters. */\nexport interface ManagedClustersListOutboundNetworkDependenciesEndpointsNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listOutboundNetworkDependenciesEndpointsNext operation. */\nexport type ManagedClustersListOutboundNetworkDependenciesEndpointsNextResponse =\n OutboundEnvironmentEndpointCollection;\n\n/** Optional parameters. */\nexport interface ManagedClustersListGuardrailsVersionsNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listGuardrailsVersionsNext operation. */\nexport type ManagedClustersListGuardrailsVersionsNextResponse = GuardrailsAvailableVersionsList;\n\n/** Optional parameters. */\nexport interface ManagedClustersListSafeguardsVersionsNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listSafeguardsVersionsNext operation. */\nexport type ManagedClustersListSafeguardsVersionsNextResponse = SafeguardsAvailableVersionsList;\n\n/** Optional parameters. */\nexport interface ManagedClustersListMeshRevisionProfilesNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listMeshRevisionProfilesNext operation. */\nexport type ManagedClustersListMeshRevisionProfilesNextResponse = MeshRevisionProfileList;\n\n/** Optional parameters. */\nexport interface ManagedClustersListMeshUpgradeProfilesNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listMeshUpgradeProfilesNext operation. */\nexport type ManagedClustersListMeshUpgradeProfilesNextResponse = MeshUpgradeProfileList;\n\n/** Optional parameters. */\nexport interface ContainerServiceListNodeImageVersionsOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNodeImageVersions operation. */\nexport type ContainerServiceListNodeImageVersionsResponse = NodeImageVersionsListResult;\n\n/** Optional parameters. */\nexport interface ContainerServiceListNodeImageVersionsNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNodeImageVersionsNext operation. */\nexport type ContainerServiceListNodeImageVersionsNextResponse = NodeImageVersionsListResult;\n\n/** Optional parameters. */\nexport interface MaintenanceConfigurationsListByManagedClusterOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByManagedCluster operation. */\nexport type MaintenanceConfigurationsListByManagedClusterResponse =\n MaintenanceConfigurationListResult;\n\n/** Optional parameters. */\nexport interface MaintenanceConfigurationsGetOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type MaintenanceConfigurationsGetResponse = MaintenanceConfiguration;\n\n/** Optional parameters. */\nexport interface MaintenanceConfigurationsCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type MaintenanceConfigurationsCreateOrUpdateResponse = MaintenanceConfiguration;\n\n/** Optional parameters. */\nexport interface MaintenanceConfigurationsDeleteOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface MaintenanceConfigurationsListByManagedClusterNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByManagedClusterNext operation. */\nexport type MaintenanceConfigurationsListByManagedClusterNextResponse =\n MaintenanceConfigurationListResult;\n\n/** Optional parameters. */\nexport interface ManagedNamespacesListByManagedClusterOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByManagedCluster operation. */\nexport type ManagedNamespacesListByManagedClusterResponse = ManagedNamespaceListResult;\n\n/** Optional parameters. */\nexport interface ManagedNamespacesGetOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type ManagedNamespacesGetResponse = ManagedNamespace;\n\n/** Optional parameters. */\nexport interface ManagedNamespacesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type ManagedNamespacesCreateOrUpdateResponse = ManagedNamespacesCreateOrUpdateHeaders &\n ManagedNamespace;\n\n/** Optional parameters. */\nexport interface ManagedNamespacesDeleteOptionalParams extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the delete operation. */\nexport type ManagedNamespacesDeleteResponse = ManagedNamespacesDeleteHeaders;\n\n/** Optional parameters. */\nexport interface ManagedNamespacesUpdateOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the update operation. */\nexport type ManagedNamespacesUpdateResponse = ManagedNamespace;\n\n/** Optional parameters. */\nexport interface ManagedNamespacesListCredentialOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listCredential operation. */\nexport type ManagedNamespacesListCredentialResponse = CredentialResults;\n\n/** Optional parameters. */\nexport interface ManagedNamespacesListByManagedClusterNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByManagedClusterNext operation. */\nexport type ManagedNamespacesListByManagedClusterNextResponse = ManagedNamespaceListResult;\n\n/** Optional parameters. */\nexport interface AgentPoolsAbortLatestOperationOptionalParams extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the abortLatestOperation operation. */\nexport type AgentPoolsAbortLatestOperationResponse = AgentPoolsAbortLatestOperationHeaders;\n\n/** Optional parameters. */\nexport interface AgentPoolsListOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type AgentPoolsListResponse = AgentPoolListResult;\n\n/** Optional parameters. */\nexport interface AgentPoolsGetOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type AgentPoolsGetResponse = AgentPool;\n\n/** Optional parameters. */\nexport interface AgentPoolsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {\n /** The request should only proceed if an entity matches this string. */\n ifMatch?: string;\n /** The request should only proceed if no entity matches this string. */\n ifNoneMatch?: string;\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type AgentPoolsCreateOrUpdateResponse = AgentPool;\n\n/** Optional parameters. */\nexport interface AgentPoolsDeleteOptionalParams extends coreClient.OperationOptions {\n /** The request should only proceed if an entity matches this string. */\n ifMatch?: string;\n /** ignore-pod-disruption-budget=true to delete those pods on a node without considering Pod Disruption Budget */\n ignorePodDisruptionBudget?: boolean;\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the delete operation. */\nexport type AgentPoolsDeleteResponse = AgentPoolsDeleteHeaders;\n\n/** Optional parameters. */\nexport interface AgentPoolsGetUpgradeProfileOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the getUpgradeProfile operation. */\nexport type AgentPoolsGetUpgradeProfileResponse = AgentPoolUpgradeProfile;\n\n/** Optional parameters. */\nexport interface AgentPoolsCompleteUpgradeOptionalParams extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the completeUpgrade operation. */\nexport type AgentPoolsCompleteUpgradeResponse = AgentPoolsCompleteUpgradeHeaders;\n\n/** Optional parameters. */\nexport interface AgentPoolsDeleteMachinesOptionalParams extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the deleteMachines operation. */\nexport type AgentPoolsDeleteMachinesResponse = AgentPoolsDeleteMachinesHeaders;\n\n/** Optional parameters. */\nexport interface AgentPoolsGetAvailableAgentPoolVersionsOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getAvailableAgentPoolVersions operation. */\nexport type AgentPoolsGetAvailableAgentPoolVersionsResponse = AgentPoolAvailableVersions;\n\n/** Optional parameters. */\nexport interface AgentPoolsUpgradeNodeImageVersionOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface AgentPoolsListNextOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type AgentPoolsListNextResponse = AgentPoolListResult;\n\n/** Optional parameters. */\nexport interface MachinesListOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type MachinesListResponse = MachineListResult;\n\n/** Optional parameters. */\nexport interface MachinesGetOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type MachinesGetResponse = Machine;\n\n/** Optional parameters. */\nexport interface MachinesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {\n /** The request should only proceed if an entity matches this string. */\n ifMatch?: string;\n /** The request should only proceed if no entity matches this string. */\n ifNoneMatch?: string;\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type MachinesCreateOrUpdateResponse = MachinesCreateOrUpdateHeaders & Machine;\n\n/** Optional parameters. */\nexport interface MachinesListNextOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type MachinesListNextResponse = MachineListResult;\n\n/** Optional parameters. */\nexport interface PrivateEndpointConnectionsListOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type PrivateEndpointConnectionsListResponse = PrivateEndpointConnectionListResult;\n\n/** Optional parameters. */\nexport interface PrivateEndpointConnectionsGetOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type PrivateEndpointConnectionsGetResponse = PrivateEndpointConnection;\n\n/** Optional parameters. */\nexport interface PrivateEndpointConnectionsUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the update operation. */\nexport type PrivateEndpointConnectionsUpdateResponse = PrivateEndpointConnection;\n\n/** Optional parameters. */\nexport interface PrivateEndpointConnectionsDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface PrivateLinkResourcesListOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type PrivateLinkResourcesListResponse = PrivateLinkResourcesListResult;\n\n/** Optional parameters. */\nexport interface ResolvePrivateLinkServiceIdPostOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the post operation. */\nexport type ResolvePrivateLinkServiceIdPostResponse = PrivateLinkResource;\n\n/** Optional parameters. */\nexport interface OperationStatusResultListOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type OperationStatusResultListResponse = OperationStatusResultList;\n\n/** Optional parameters. */\nexport interface OperationStatusResultGetOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type OperationStatusResultGetResponse = OperationStatusResult;\n\n/** Optional parameters. */\nexport interface OperationStatusResultGetByAgentPoolOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getByAgentPool operation. */\nexport type OperationStatusResultGetByAgentPoolResponse = OperationStatusResult;\n\n/** Optional parameters. */\nexport interface OperationStatusResultListNextOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type OperationStatusResultListNextResponse = OperationStatusResultList;\n\n/** Optional parameters. */\nexport interface SnapshotsListOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type SnapshotsListResponse = SnapshotListResult;\n\n/** Optional parameters. */\nexport interface SnapshotsListByResourceGroupOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroup operation. */\nexport type SnapshotsListByResourceGroupResponse = SnapshotListResult;\n\n/** Optional parameters. */\nexport interface SnapshotsGetOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type SnapshotsGetResponse = Snapshot;\n\n/** Optional parameters. */\nexport interface SnapshotsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type SnapshotsCreateOrUpdateResponse = Snapshot;\n\n/** Optional parameters. */\nexport interface SnapshotsUpdateTagsOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the updateTags operation. */\nexport type SnapshotsUpdateTagsResponse = Snapshot;\n\n/** Optional parameters. */\nexport interface SnapshotsDeleteOptionalParams extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface SnapshotsListNextOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type SnapshotsListNextResponse = SnapshotListResult;\n\n/** Optional parameters. */\nexport interface SnapshotsListByResourceGroupNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroupNext operation. */\nexport type SnapshotsListByResourceGroupNextResponse = SnapshotListResult;\n\n/** Optional parameters. */\nexport interface ManagedClusterSnapshotsListOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type ManagedClusterSnapshotsListResponse = ManagedClusterSnapshotListResult;\n\n/** Optional parameters. */\nexport interface ManagedClusterSnapshotsListByResourceGroupOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroup operation. */\nexport type ManagedClusterSnapshotsListByResourceGroupResponse = ManagedClusterSnapshotListResult;\n\n/** Optional parameters. */\nexport interface ManagedClusterSnapshotsGetOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type ManagedClusterSnapshotsGetResponse = ManagedClusterSnapshot;\n\n/** Optional parameters. */\nexport interface ManagedClusterSnapshotsCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type ManagedClusterSnapshotsCreateOrUpdateResponse = ManagedClusterSnapshot;\n\n/** Optional parameters. */\nexport interface ManagedClusterSnapshotsUpdateTagsOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the updateTags operation. */\nexport type ManagedClusterSnapshotsUpdateTagsResponse = ManagedClusterSnapshot;\n\n/** Optional parameters. */\nexport interface ManagedClusterSnapshotsDeleteOptionalParams extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface ManagedClusterSnapshotsListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type ManagedClusterSnapshotsListNextResponse = ManagedClusterSnapshotListResult;\n\n/** Optional parameters. */\nexport interface ManagedClusterSnapshotsListByResourceGroupNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroupNext operation. */\nexport type ManagedClusterSnapshotsListByResourceGroupNextResponse =\n ManagedClusterSnapshotListResult;\n\n/** Optional parameters. */\nexport interface TrustedAccessRolesListOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type TrustedAccessRolesListResponse = TrustedAccessRoleListResult;\n\n/** Optional parameters. */\nexport interface TrustedAccessRolesListNextOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type TrustedAccessRolesListNextResponse = TrustedAccessRoleListResult;\n\n/** Optional parameters. */\nexport interface TrustedAccessRoleBindingsListOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type TrustedAccessRoleBindingsListResponse = TrustedAccessRoleBindingListResult;\n\n/** Optional parameters. */\nexport interface TrustedAccessRoleBindingsGetOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type TrustedAccessRoleBindingsGetResponse = TrustedAccessRoleBinding;\n\n/** Optional parameters. */\nexport interface TrustedAccessRoleBindingsCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type TrustedAccessRoleBindingsCreateOrUpdateResponse = TrustedAccessRoleBinding;\n\n/** Optional parameters. */\nexport interface TrustedAccessRoleBindingsDeleteOptionalParams extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the delete operation. */\nexport type TrustedAccessRoleBindingsDeleteResponse = TrustedAccessRoleBindingsDeleteHeaders;\n\n/** Optional parameters. */\nexport interface TrustedAccessRoleBindingsListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type TrustedAccessRoleBindingsListNextResponse = TrustedAccessRoleBindingListResult;\n\n/** Optional parameters. */\nexport interface LoadBalancersListByManagedClusterOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByManagedCluster operation. */\nexport type LoadBalancersListByManagedClusterResponse = LoadBalancerListResult;\n\n/** Optional parameters. */\nexport interface LoadBalancersGetOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type LoadBalancersGetResponse = LoadBalancer;\n\n/** Optional parameters. */\nexport interface LoadBalancersCreateOrUpdateOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type LoadBalancersCreateOrUpdateResponse = LoadBalancer;\n\n/** Optional parameters. */\nexport interface LoadBalancersDeleteOptionalParams extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the delete operation. */\nexport type LoadBalancersDeleteResponse = LoadBalancersDeleteHeaders;\n\n/** Optional parameters. */\nexport interface LoadBalancersListByManagedClusterNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByManagedClusterNext operation. */\nexport type LoadBalancersListByManagedClusterNextResponse = LoadBalancerListResult;\n\n/** Optional parameters. */\nexport interface IdentityBindingsListByManagedClusterOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByManagedCluster operation. */\nexport type IdentityBindingsListByManagedClusterResponse = IdentityBindingListResult;\n\n/** Optional parameters. */\nexport interface IdentityBindingsGetOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type IdentityBindingsGetResponse = IdentityBinding;\n\n/** Optional parameters. */\nexport interface IdentityBindingsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type IdentityBindingsCreateOrUpdateResponse = IdentityBindingsCreateOrUpdateHeaders &\n IdentityBinding;\n\n/** Optional parameters. */\nexport interface IdentityBindingsDeleteOptionalParams extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the delete operation. */\nexport type IdentityBindingsDeleteResponse = IdentityBindingsDeleteHeaders;\n\n/** Optional parameters. */\nexport interface IdentityBindingsListByManagedClusterNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByManagedClusterNext operation. */\nexport type IdentityBindingsListByManagedClusterNextResponse = IdentityBindingListResult;\n\n/** Optional parameters. */\nexport interface JWTAuthenticatorsListByManagedClusterOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByManagedCluster operation. */\nexport type JWTAuthenticatorsListByManagedClusterResponse = JWTAuthenticatorListResult;\n\n/** Optional parameters. */\nexport interface JWTAuthenticatorsGetOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type JWTAuthenticatorsGetResponse = JWTAuthenticator;\n\n/** Optional parameters. */\nexport interface JWTAuthenticatorsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type JWTAuthenticatorsCreateOrUpdateResponse = JWTAuthenticatorsCreateOrUpdateHeaders &\n JWTAuthenticator;\n\n/** Optional parameters. */\nexport interface JWTAuthenticatorsDeleteOptionalParams extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the delete operation. */\nexport type JWTAuthenticatorsDeleteResponse = JWTAuthenticatorsDeleteHeaders;\n\n/** Optional parameters. */\nexport interface JWTAuthenticatorsListByManagedClusterNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByManagedClusterNext operation. */\nexport type JWTAuthenticatorsListByManagedClusterNextResponse = JWTAuthenticatorListResult;\n\n/** Optional parameters. */\nexport interface MeshMembershipsListByManagedClusterOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByManagedCluster operation. */\nexport type MeshMembershipsListByManagedClusterResponse = MeshMembershipsListResult;\n\n/** Optional parameters. */\nexport interface MeshMembershipsGetOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type MeshMembershipsGetResponse = MeshMembership;\n\n/** Optional parameters. */\nexport interface MeshMembershipsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type MeshMembershipsCreateOrUpdateResponse = MeshMembership;\n\n/** Optional parameters. */\nexport interface MeshMembershipsDeleteOptionalParams extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the delete operation. */\nexport type MeshMembershipsDeleteResponse = MeshMembershipsDeleteHeaders;\n\n/** Optional parameters. */\nexport interface MeshMembershipsListByManagedClusterNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByManagedClusterNext operation. */\nexport type MeshMembershipsListByManagedClusterNextResponse = MeshMembershipsListResult;\n\n/** Optional parameters. */\nexport interface ContainerServiceClientOptionalParams extends coreClient.ServiceClientOptions {\n /** server parameter */\n $host?: string;\n /** Api Version */\n apiVersion?: string;\n /** Overrides client endpoint. */\n endpoint?: string;\n}\n"]}
|
|
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"]}
|