@azure/arm-containerservice 24.2.0-beta.1 → 25.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +10 -10
- package/dist/browser/api/agentPools/index.d.ts +3 -0
- package/dist/browser/api/agentPools/index.js +4 -0
- package/dist/browser/api/agentPools/index.js.map +1 -0
- package/dist/browser/api/agentPools/operations.d.ts +48 -0
- package/dist/browser/api/agentPools/operations.js +305 -0
- package/dist/browser/api/agentPools/operations.js.map +1 -0
- package/dist/browser/api/agentPools/options.d.ts +47 -0
- package/dist/browser/api/agentPools/options.js +4 -0
- package/dist/browser/api/agentPools/options.js.map +1 -0
- package/dist/browser/api/containerServiceContext.d.ts +22 -0
- package/dist/browser/api/containerServiceContext.js +24 -0
- package/dist/browser/api/containerServiceContext.js.map +1 -0
- package/dist/browser/api/index.d.ts +3 -0
- package/dist/browser/api/index.js +4 -0
- package/dist/browser/api/index.js.map +1 -0
- package/dist/browser/api/machines/index.d.ts +3 -0
- package/dist/browser/api/machines/index.js +4 -0
- package/dist/browser/api/machines/index.js.map +1 -0
- package/dist/browser/api/machines/operations.d.ts +14 -0
- package/dist/browser/api/machines/operations.js +65 -0
- package/dist/browser/api/machines/operations.js.map +1 -0
- package/dist/browser/api/machines/options.d.ts +8 -0
- package/dist/browser/api/machines/options.js +4 -0
- package/dist/browser/api/machines/options.js.map +1 -0
- package/dist/browser/api/maintenanceConfigurations/index.d.ts +3 -0
- package/dist/browser/api/maintenanceConfigurations/index.js +4 -0
- package/dist/browser/api/maintenanceConfigurations/index.js.map +1 -0
- package/dist/browser/api/maintenanceConfigurations/operations.d.ts +27 -0
- package/dist/browser/api/maintenanceConfigurations/operations.js +125 -0
- package/dist/browser/api/maintenanceConfigurations/operations.js.map +1 -0
- package/dist/browser/api/maintenanceConfigurations/options.d.ts +14 -0
- package/dist/browser/api/maintenanceConfigurations/options.js +4 -0
- package/dist/browser/api/maintenanceConfigurations/options.js.map +1 -0
- package/dist/browser/api/managedClusters/index.d.ts +3 -0
- package/dist/browser/api/managedClusters/index.js +4 -0
- package/dist/browser/api/managedClusters/index.js.map +1 -0
- package/dist/browser/api/managedClusters/operations.d.ts +116 -0
- package/dist/browser/api/managedClusters/operations.js +806 -0
- package/dist/browser/api/managedClusters/operations.js.map +1 -0
- package/dist/browser/api/managedClusters/options.d.ts +119 -0
- package/dist/browser/api/managedClusters/options.js +4 -0
- package/dist/browser/api/managedClusters/options.js.map +1 -0
- package/dist/browser/api/managedNamespaces/index.d.ts +3 -0
- package/dist/browser/api/managedNamespaces/index.js +4 -0
- package/dist/browser/api/managedNamespaces/index.js.map +1 -0
- package/dist/browser/api/managedNamespaces/operations.d.ts +36 -0
- package/dist/browser/api/managedNamespaces/operations.js +196 -0
- package/dist/browser/api/managedNamespaces/operations.js.map +1 -0
- package/dist/browser/api/managedNamespaces/options.d.ts +24 -0
- package/dist/browser/api/managedNamespaces/options.js +4 -0
- package/dist/browser/api/managedNamespaces/options.js.map +1 -0
- package/dist/browser/api/operations/index.d.ts +3 -0
- package/dist/browser/api/operations/index.js +4 -0
- package/dist/browser/api/operations/index.js.map +1 -0
- package/dist/browser/api/operations/operations.d.ts +10 -0
- package/dist/browser/api/operations/operations.js +31 -0
- package/dist/browser/api/operations/operations.js.map +1 -0
- package/dist/browser/api/operations/options.d.ts +5 -0
- package/dist/browser/api/operations/options.js +4 -0
- package/dist/browser/api/operations/options.js.map +1 -0
- package/dist/browser/api/privateEndpointConnections/index.d.ts +3 -0
- package/dist/browser/api/privateEndpointConnections/index.js +4 -0
- package/dist/browser/api/privateEndpointConnections/index.js.map +1 -0
- package/dist/browser/api/privateEndpointConnections/operations.d.ts +27 -0
- package/dist/browser/api/privateEndpointConnections/operations.js +131 -0
- package/dist/browser/api/privateEndpointConnections/operations.js.map +1 -0
- package/dist/browser/api/privateEndpointConnections/options.d.ts +16 -0
- package/dist/browser/api/privateEndpointConnections/options.js +4 -0
- package/dist/browser/api/privateEndpointConnections/options.js.map +1 -0
- package/dist/browser/api/privateLinkResources/index.d.ts +3 -0
- package/dist/browser/api/privateLinkResources/index.js +4 -0
- package/dist/browser/api/privateLinkResources/index.js.map +1 -0
- package/dist/browser/api/privateLinkResources/operations.d.ts +9 -0
- package/dist/browser/api/privateLinkResources/operations.js +34 -0
- package/dist/browser/api/privateLinkResources/operations.js.map +1 -0
- package/dist/browser/api/privateLinkResources/options.d.ts +5 -0
- package/dist/browser/api/privateLinkResources/options.js +4 -0
- package/dist/browser/api/privateLinkResources/options.js.map +1 -0
- package/dist/browser/api/resolvePrivateLinkServiceId/index.d.ts +3 -0
- package/dist/browser/api/resolvePrivateLinkServiceId/index.js +4 -0
- package/dist/browser/api/resolvePrivateLinkServiceId/index.js.map +1 -0
- package/dist/browser/api/resolvePrivateLinkServiceId/operations.d.ts +9 -0
- package/dist/browser/api/resolvePrivateLinkServiceId/operations.js +36 -0
- package/dist/browser/api/resolvePrivateLinkServiceId/operations.js.map +1 -0
- package/dist/browser/api/resolvePrivateLinkServiceId/options.d.ts +5 -0
- package/dist/browser/api/resolvePrivateLinkServiceId/options.js +4 -0
- package/dist/browser/api/resolvePrivateLinkServiceId/options.js.map +1 -0
- package/dist/browser/api/snapshots/index.d.ts +3 -0
- package/dist/browser/api/snapshots/index.js +4 -0
- package/dist/browser/api/snapshots/index.js.map +1 -0
- package/dist/browser/api/snapshots/operations.d.ts +35 -0
- package/dist/browser/api/snapshots/operations.js +176 -0
- package/dist/browser/api/snapshots/operations.js.map +1 -0
- package/dist/browser/api/snapshots/options.d.ts +20 -0
- package/dist/browser/api/snapshots/options.js +4 -0
- package/dist/browser/api/snapshots/options.js.map +1 -0
- package/dist/browser/api/trustedAccessRoleBindings/index.d.ts +3 -0
- package/dist/browser/api/trustedAccessRoleBindings/index.js +4 -0
- package/dist/browser/api/trustedAccessRoleBindings/index.js.map +1 -0
- package/dist/browser/api/trustedAccessRoleBindings/operations.d.ts +28 -0
- package/dist/browser/api/trustedAccessRoleBindings/operations.js +136 -0
- package/dist/browser/api/trustedAccessRoleBindings/operations.js.map +1 -0
- package/dist/browser/api/trustedAccessRoleBindings/options.d.ts +18 -0
- package/dist/browser/api/trustedAccessRoleBindings/options.js +4 -0
- package/dist/browser/api/trustedAccessRoleBindings/options.js.map +1 -0
- package/dist/browser/api/trustedAccessRoles/index.d.ts +3 -0
- package/dist/browser/api/trustedAccessRoles/index.js +4 -0
- package/dist/browser/api/trustedAccessRoles/index.js.map +1 -0
- package/dist/browser/api/trustedAccessRoles/operations.d.ts +10 -0
- package/dist/browser/api/trustedAccessRoles/operations.js +33 -0
- package/dist/browser/api/trustedAccessRoles/operations.js.map +1 -0
- package/dist/browser/api/trustedAccessRoles/options.d.ts +5 -0
- package/dist/browser/api/trustedAccessRoles/options.js +4 -0
- package/dist/browser/api/trustedAccessRoles/options.js.map +1 -0
- package/dist/browser/classic/agentPools/index.d.ts +54 -0
- package/dist/browser/classic/agentPools/index.js +63 -0
- package/dist/browser/classic/agentPools/index.js.map +1 -0
- package/dist/browser/classic/index.d.ts +13 -0
- package/dist/browser/classic/index.js +4 -0
- package/dist/browser/classic/index.js.map +1 -0
- package/dist/browser/classic/machines/index.d.ts +13 -0
- package/dist/browser/classic/machines/index.js +15 -0
- package/dist/browser/classic/machines/index.js.map +1 -0
- package/dist/browser/classic/maintenanceConfigurations/index.d.ts +22 -0
- package/dist/browser/classic/maintenanceConfigurations/index.js +17 -0
- package/dist/browser/classic/maintenanceConfigurations/index.js.map +1 -0
- package/dist/browser/classic/managedClusters/index.d.ts +112 -0
- package/dist/browser/classic/managedClusters/index.js +128 -0
- package/dist/browser/classic/managedClusters/index.js.map +1 -0
- package/dist/browser/classic/managedNamespaces/index.d.ts +36 -0
- package/dist/browser/classic/managedNamespaces/index.js +36 -0
- package/dist/browser/classic/managedNamespaces/index.js.map +1 -0
- package/dist/browser/classic/operations/index.d.ts +11 -0
- package/dist/browser/classic/operations/index.js +14 -0
- package/dist/browser/classic/operations/index.js.map +1 -0
- package/dist/browser/classic/privateEndpointConnections/index.d.ts +27 -0
- package/dist/browser/classic/privateEndpointConnections/index.js +26 -0
- package/dist/browser/classic/privateEndpointConnections/index.js.map +1 -0
- package/dist/browser/classic/privateLinkResources/index.d.ts +10 -0
- package/dist/browser/classic/privateLinkResources/index.js +14 -0
- package/dist/browser/classic/privateLinkResources/index.js.map +1 -0
- package/dist/browser/classic/resolvePrivateLinkServiceId/index.d.ts +10 -0
- package/dist/browser/classic/resolvePrivateLinkServiceId/index.js +14 -0
- package/dist/browser/classic/resolvePrivateLinkServiceId/index.js.map +1 -0
- package/dist/browser/classic/snapshots/index.d.ts +26 -0
- package/dist/browser/classic/snapshots/index.js +19 -0
- package/dist/browser/classic/snapshots/index.js.map +1 -0
- package/dist/browser/classic/trustedAccessRoleBindings/index.d.ts +32 -0
- package/dist/browser/classic/trustedAccessRoleBindings/index.js +34 -0
- package/dist/browser/classic/trustedAccessRoleBindings/index.js.map +1 -0
- package/dist/browser/classic/trustedAccessRoles/index.d.ts +11 -0
- package/dist/browser/classic/trustedAccessRoles/index.js +14 -0
- package/dist/browser/classic/trustedAccessRoles/index.js.map +1 -0
- package/dist/browser/containerServiceClient.d.ts +46 -36
- package/dist/browser/containerServiceClient.js +66 -126
- package/dist/browser/containerServiceClient.js.map +1 -1
- package/dist/browser/index.d.ts +25 -3
- package/dist/browser/index.js +4 -6
- package/dist/browser/index.js.map +1 -1
- package/dist/browser/logger.d.ts +2 -0
- package/dist/browser/logger.js +5 -0
- package/dist/browser/logger.js.map +1 -0
- package/dist/browser/models/index.d.ts +2 -5544
- package/dist/browser/models/index.js +1 -852
- package/dist/browser/models/index.js.map +1 -1
- package/dist/browser/models/models.d.ts +3838 -0
- package/dist/browser/models/models.js +4784 -0
- package/dist/browser/models/models.js.map +1 -0
- package/dist/browser/restorePollerHelpers.d.ts +21 -0
- package/dist/browser/restorePollerHelpers.js +142 -0
- package/dist/browser/restorePollerHelpers.js.map +1 -0
- package/dist/browser/static-helpers/cloudSettingHelpers.d.ts +22 -0
- package/dist/browser/static-helpers/cloudSettingHelpers.js +38 -0
- package/dist/browser/static-helpers/cloudSettingHelpers.js.map +1 -0
- package/dist/browser/static-helpers/pagingHelpers.d.ts +74 -0
- package/dist/browser/static-helpers/pagingHelpers.js +143 -0
- package/dist/browser/static-helpers/pagingHelpers.js.map +1 -0
- package/dist/browser/static-helpers/pollingHelpers.d.ts +34 -0
- package/dist/browser/static-helpers/pollingHelpers.js +95 -0
- package/dist/browser/static-helpers/pollingHelpers.js.map +1 -0
- package/dist/browser/static-helpers/serialization/check-prop-undefined.d.ts +8 -0
- package/dist/browser/static-helpers/serialization/check-prop-undefined.js +17 -0
- package/dist/browser/static-helpers/serialization/check-prop-undefined.js.map +1 -0
- package/dist/browser/static-helpers/simplePollerHelpers.d.ts +73 -0
- package/dist/browser/static-helpers/simplePollerHelpers.js +44 -0
- package/dist/browser/static-helpers/simplePollerHelpers.js.map +1 -0
- package/dist/browser/static-helpers/urlTemplate.d.ts +5 -0
- package/dist/browser/static-helpers/urlTemplate.js +200 -0
- package/dist/browser/static-helpers/urlTemplate.js.map +1 -0
- package/dist/commonjs/api/agentPools/index.d.ts +3 -0
- package/dist/commonjs/api/agentPools/index.js +43 -0
- package/dist/commonjs/api/agentPools/index.js.map +7 -0
- package/dist/commonjs/api/agentPools/operations.d.ts +48 -0
- package/dist/commonjs/api/agentPools/operations.js +444 -0
- package/dist/commonjs/api/agentPools/operations.js.map +7 -0
- package/dist/commonjs/api/agentPools/options.d.ts +47 -0
- package/dist/commonjs/api/agentPools/options.js +15 -0
- package/dist/commonjs/api/agentPools/options.js.map +7 -0
- package/dist/commonjs/api/containerServiceContext.d.ts +22 -0
- package/dist/commonjs/api/containerServiceContext.js +44 -0
- package/dist/commonjs/api/containerServiceContext.js.map +7 -0
- package/dist/commonjs/api/index.d.ts +3 -0
- package/dist/commonjs/api/index.js +27 -0
- package/dist/commonjs/api/index.js.map +7 -0
- package/dist/commonjs/api/machines/index.d.ts +3 -0
- package/dist/commonjs/api/machines/index.js +29 -0
- package/dist/commonjs/api/machines/index.js.map +7 -0
- package/dist/commonjs/api/machines/operations.d.ts +14 -0
- package/dist/commonjs/api/machines/operations.js +117 -0
- package/dist/commonjs/api/machines/operations.js.map +7 -0
- package/dist/commonjs/api/machines/options.d.ts +8 -0
- package/dist/commonjs/api/machines/options.js +15 -0
- package/dist/commonjs/api/machines/options.js.map +7 -0
- package/dist/commonjs/api/maintenanceConfigurations/index.d.ts +3 -0
- package/dist/commonjs/api/maintenanceConfigurations/index.js +33 -0
- package/dist/commonjs/api/maintenanceConfigurations/index.js.map +7 -0
- package/dist/commonjs/api/maintenanceConfigurations/operations.d.ts +27 -0
- package/dist/commonjs/api/maintenanceConfigurations/operations.js +190 -0
- package/dist/commonjs/api/maintenanceConfigurations/operations.js.map +7 -0
- package/dist/commonjs/api/maintenanceConfigurations/options.d.ts +14 -0
- package/dist/commonjs/api/maintenanceConfigurations/options.js +15 -0
- package/dist/commonjs/api/maintenanceConfigurations/options.js.map +7 -0
- package/dist/commonjs/api/managedClusters/index.d.ts +3 -0
- package/dist/commonjs/api/managedClusters/index.js +77 -0
- package/dist/commonjs/api/managedClusters/index.js.map +7 -0
- package/dist/commonjs/api/managedClusters/operations.d.ts +116 -0
- package/dist/commonjs/api/managedClusters/operations.js +1150 -0
- package/dist/commonjs/api/managedClusters/operations.js.map +7 -0
- package/dist/commonjs/api/managedClusters/options.d.ts +119 -0
- package/dist/commonjs/api/managedClusters/options.js +15 -0
- package/dist/commonjs/api/managedClusters/options.js.map +7 -0
- package/dist/commonjs/api/managedNamespaces/index.d.ts +3 -0
- package/dist/commonjs/api/managedNamespaces/index.js +37 -0
- package/dist/commonjs/api/managedNamespaces/index.js.map +7 -0
- package/dist/commonjs/api/managedNamespaces/operations.d.ts +36 -0
- package/dist/commonjs/api/managedNamespaces/operations.js +298 -0
- package/dist/commonjs/api/managedNamespaces/operations.js.map +7 -0
- package/dist/commonjs/api/managedNamespaces/options.d.ts +24 -0
- package/dist/commonjs/api/managedNamespaces/options.js +15 -0
- package/dist/commonjs/api/managedNamespaces/options.js.map +7 -0
- package/dist/commonjs/api/operations/index.d.ts +3 -0
- package/dist/commonjs/api/operations/index.js +27 -0
- package/dist/commonjs/api/operations/index.js.map +7 -0
- package/dist/commonjs/api/operations/operations.d.ts +10 -0
- package/dist/commonjs/api/operations/operations.js +67 -0
- package/dist/commonjs/api/operations/operations.js.map +7 -0
- package/dist/commonjs/api/operations/options.d.ts +5 -0
- package/dist/commonjs/api/operations/options.js +15 -0
- package/dist/commonjs/api/operations/options.js.map +7 -0
- package/dist/commonjs/api/privateEndpointConnections/index.d.ts +3 -0
- package/dist/commonjs/api/privateEndpointConnections/index.js +33 -0
- package/dist/commonjs/api/privateEndpointConnections/index.js.map +7 -0
- package/dist/commonjs/api/privateEndpointConnections/operations.d.ts +27 -0
- package/dist/commonjs/api/privateEndpointConnections/operations.js +202 -0
- package/dist/commonjs/api/privateEndpointConnections/operations.js.map +7 -0
- package/dist/commonjs/api/privateEndpointConnections/options.d.ts +16 -0
- package/dist/commonjs/api/privateEndpointConnections/options.js +15 -0
- package/dist/commonjs/api/privateEndpointConnections/options.js.map +7 -0
- package/dist/commonjs/api/privateLinkResources/index.d.ts +3 -0
- package/dist/commonjs/api/privateLinkResources/index.js +27 -0
- package/dist/commonjs/api/privateLinkResources/index.js.map +7 -0
- package/dist/commonjs/api/privateLinkResources/operations.d.ts +9 -0
- package/dist/commonjs/api/privateLinkResources/operations.js +64 -0
- package/dist/commonjs/api/privateLinkResources/operations.js.map +7 -0
- package/dist/commonjs/api/privateLinkResources/options.d.ts +5 -0
- package/dist/commonjs/api/privateLinkResources/options.js +15 -0
- package/dist/commonjs/api/privateLinkResources/options.js.map +7 -0
- package/dist/commonjs/api/resolvePrivateLinkServiceId/index.d.ts +3 -0
- package/dist/commonjs/api/resolvePrivateLinkServiceId/index.js +27 -0
- package/dist/commonjs/api/resolvePrivateLinkServiceId/index.js.map +7 -0
- package/dist/commonjs/api/resolvePrivateLinkServiceId/operations.d.ts +9 -0
- package/dist/commonjs/api/resolvePrivateLinkServiceId/operations.js +66 -0
- package/dist/commonjs/api/resolvePrivateLinkServiceId/operations.js.map +7 -0
- package/dist/commonjs/api/resolvePrivateLinkServiceId/options.d.ts +5 -0
- package/dist/commonjs/api/resolvePrivateLinkServiceId/options.js +15 -0
- package/dist/commonjs/api/resolvePrivateLinkServiceId/options.js.map +7 -0
- package/dist/commonjs/api/snapshots/index.d.ts +3 -0
- package/dist/commonjs/api/snapshots/index.js +37 -0
- package/dist/commonjs/api/snapshots/index.js.map +7 -0
- package/dist/commonjs/api/snapshots/operations.d.ts +35 -0
- package/dist/commonjs/api/snapshots/operations.js +270 -0
- package/dist/commonjs/api/snapshots/operations.js.map +7 -0
- package/dist/commonjs/api/snapshots/options.d.ts +20 -0
- package/dist/commonjs/api/snapshots/options.js +15 -0
- package/dist/commonjs/api/snapshots/options.js.map +7 -0
- package/dist/commonjs/api/trustedAccessRoleBindings/index.d.ts +3 -0
- package/dist/commonjs/api/trustedAccessRoleBindings/index.js +33 -0
- package/dist/commonjs/api/trustedAccessRoleBindings/index.js.map +7 -0
- package/dist/commonjs/api/trustedAccessRoleBindings/operations.d.ts +28 -0
- package/dist/commonjs/api/trustedAccessRoleBindings/operations.js +207 -0
- package/dist/commonjs/api/trustedAccessRoleBindings/operations.js.map +7 -0
- package/dist/commonjs/api/trustedAccessRoleBindings/options.d.ts +18 -0
- package/dist/commonjs/api/trustedAccessRoleBindings/options.js +15 -0
- package/dist/commonjs/api/trustedAccessRoleBindings/options.js.map +7 -0
- package/dist/commonjs/api/trustedAccessRoles/index.d.ts +3 -0
- package/dist/commonjs/api/trustedAccessRoles/index.js +27 -0
- package/dist/commonjs/api/trustedAccessRoles/index.js.map +7 -0
- package/dist/commonjs/api/trustedAccessRoles/operations.d.ts +10 -0
- package/dist/commonjs/api/trustedAccessRoles/operations.js +69 -0
- package/dist/commonjs/api/trustedAccessRoles/operations.js.map +7 -0
- package/dist/commonjs/api/trustedAccessRoles/options.d.ts +5 -0
- package/dist/commonjs/api/trustedAccessRoles/options.js +15 -0
- package/dist/commonjs/api/trustedAccessRoles/options.js.map +7 -0
- package/dist/commonjs/classic/agentPools/index.d.ts +54 -0
- package/dist/commonjs/classic/agentPools/index.js +138 -0
- package/dist/commonjs/classic/agentPools/index.js.map +7 -0
- package/dist/commonjs/classic/index.d.ts +13 -0
- package/dist/commonjs/classic/index.js +15 -0
- package/dist/commonjs/classic/index.js.map +7 -0
- package/dist/commonjs/classic/machines/index.d.ts +13 -0
- package/dist/commonjs/classic/machines/index.js +38 -0
- package/dist/commonjs/classic/machines/index.js.map +7 -0
- package/dist/commonjs/classic/maintenanceConfigurations/index.d.ts +22 -0
- package/dist/commonjs/classic/maintenanceConfigurations/index.js +40 -0
- package/dist/commonjs/classic/maintenanceConfigurations/index.js.map +7 -0
- package/dist/commonjs/classic/managedClusters/index.d.ts +112 -0
- package/dist/commonjs/classic/managedClusters/index.js +173 -0
- package/dist/commonjs/classic/managedClusters/index.js.map +7 -0
- package/dist/commonjs/classic/managedNamespaces/index.d.ts +36 -0
- package/dist/commonjs/classic/managedNamespaces/index.js +86 -0
- package/dist/commonjs/classic/managedNamespaces/index.js.map +7 -0
- package/dist/commonjs/classic/operations/index.d.ts +11 -0
- package/dist/commonjs/classic/operations/index.js +37 -0
- package/dist/commonjs/classic/operations/index.js.map +7 -0
- package/dist/commonjs/classic/privateEndpointConnections/index.d.ts +27 -0
- package/dist/commonjs/classic/privateEndpointConnections/index.js +68 -0
- package/dist/commonjs/classic/privateEndpointConnections/index.js.map +7 -0
- package/dist/commonjs/classic/privateLinkResources/index.d.ts +10 -0
- package/dist/commonjs/classic/privateLinkResources/index.js +37 -0
- package/dist/commonjs/classic/privateLinkResources/index.js.map +7 -0
- package/dist/commonjs/classic/resolvePrivateLinkServiceId/index.d.ts +10 -0
- package/dist/commonjs/classic/resolvePrivateLinkServiceId/index.js +37 -0
- package/dist/commonjs/classic/resolvePrivateLinkServiceId/index.js.map +7 -0
- package/dist/commonjs/classic/snapshots/index.d.ts +26 -0
- package/dist/commonjs/classic/snapshots/index.js +42 -0
- package/dist/commonjs/classic/snapshots/index.js.map +7 -0
- package/dist/commonjs/classic/trustedAccessRoleBindings/index.d.ts +32 -0
- package/dist/commonjs/classic/trustedAccessRoleBindings/index.js +90 -0
- package/dist/commonjs/classic/trustedAccessRoleBindings/index.js.map +7 -0
- package/dist/commonjs/classic/trustedAccessRoles/index.d.ts +11 -0
- package/dist/commonjs/classic/trustedAccessRoles/index.js +37 -0
- package/dist/commonjs/classic/trustedAccessRoles/index.js.map +7 -0
- package/dist/commonjs/containerServiceClient.d.ts +46 -36
- package/dist/commonjs/containerServiceClient.js +95 -140
- package/dist/commonjs/containerServiceClient.js.map +7 -1
- package/dist/commonjs/index.d.ts +25 -3
- package/dist/commonjs/index.js +172 -16
- package/dist/commonjs/index.js.map +7 -1
- package/dist/commonjs/logger.d.ts +2 -0
- package/dist/commonjs/logger.js +28 -0
- package/dist/commonjs/logger.js.map +7 -0
- package/dist/commonjs/models/index.d.ts +2 -5544
- package/dist/commonjs/models/index.js +163 -859
- package/dist/commonjs/models/index.js.map +7 -1
- package/dist/commonjs/models/models.d.ts +3838 -0
- package/dist/commonjs/models/models.js +4634 -0
- package/dist/commonjs/models/models.js.map +7 -0
- package/dist/commonjs/restorePollerHelpers.d.ts +21 -0
- package/dist/commonjs/restorePollerHelpers.js +154 -0
- package/dist/commonjs/restorePollerHelpers.js.map +7 -0
- package/dist/commonjs/static-helpers/cloudSettingHelpers.d.ts +22 -0
- package/dist/commonjs/static-helpers/cloudSettingHelpers.js +51 -0
- package/dist/commonjs/static-helpers/cloudSettingHelpers.js.map +7 -0
- package/dist/commonjs/static-helpers/pagingHelpers.d.ts +74 -0
- package/dist/commonjs/static-helpers/pagingHelpers.js +142 -0
- package/dist/commonjs/static-helpers/pagingHelpers.js.map +7 -0
- package/dist/commonjs/static-helpers/pollingHelpers.d.ts +34 -0
- package/dist/commonjs/static-helpers/pollingHelpers.js +100 -0
- package/dist/commonjs/static-helpers/pollingHelpers.js.map +7 -0
- package/dist/commonjs/static-helpers/serialization/check-prop-undefined.d.ts +8 -0
- package/dist/commonjs/static-helpers/serialization/check-prop-undefined.js +34 -0
- package/dist/commonjs/static-helpers/serialization/check-prop-undefined.js.map +7 -0
- package/dist/commonjs/static-helpers/simplePollerHelpers.d.ts +73 -0
- package/dist/commonjs/static-helpers/simplePollerHelpers.js +66 -0
- package/dist/commonjs/static-helpers/simplePollerHelpers.js.map +7 -0
- package/dist/commonjs/static-helpers/urlTemplate.d.ts +5 -0
- package/dist/commonjs/static-helpers/urlTemplate.js +196 -0
- package/dist/commonjs/static-helpers/urlTemplate.js.map +7 -0
- package/dist/commonjs/tsdoc-metadata.json +1 -1
- package/dist/esm/api/agentPools/index.d.ts +3 -0
- package/dist/esm/api/agentPools/index.js +22 -0
- package/dist/esm/api/agentPools/index.js.map +7 -0
- package/dist/esm/api/agentPools/operations.d.ts +48 -0
- package/dist/esm/api/agentPools/operations.js +403 -0
- package/dist/esm/api/agentPools/operations.js.map +7 -0
- package/dist/esm/api/agentPools/options.d.ts +47 -0
- package/dist/esm/api/agentPools/options.js +0 -0
- package/dist/esm/api/agentPools/options.js.map +7 -0
- package/dist/esm/api/containerServiceContext.d.ts +22 -0
- package/dist/esm/api/containerServiceContext.js +21 -0
- package/dist/esm/api/containerServiceContext.js.map +7 -0
- package/dist/esm/api/index.d.ts +3 -0
- package/dist/esm/api/index.js +4 -0
- package/dist/esm/api/index.js.map +7 -0
- package/dist/esm/api/machines/index.d.ts +3 -0
- package/dist/esm/api/machines/index.js +5 -0
- package/dist/esm/api/machines/index.js.map +7 -0
- package/dist/esm/api/machines/operations.d.ts +14 -0
- package/dist/esm/api/machines/operations.js +93 -0
- package/dist/esm/api/machines/operations.js.map +7 -0
- package/dist/esm/api/machines/options.d.ts +8 -0
- package/dist/esm/api/machines/options.js +0 -0
- package/dist/esm/api/machines/options.js.map +7 -0
- package/dist/esm/api/maintenanceConfigurations/index.d.ts +3 -0
- package/dist/esm/api/maintenanceConfigurations/index.js +7 -0
- package/dist/esm/api/maintenanceConfigurations/index.js.map +7 -0
- package/dist/esm/api/maintenanceConfigurations/operations.d.ts +27 -0
- package/dist/esm/api/maintenanceConfigurations/operations.js +161 -0
- package/dist/esm/api/maintenanceConfigurations/operations.js.map +7 -0
- package/dist/esm/api/maintenanceConfigurations/options.d.ts +14 -0
- package/dist/esm/api/maintenanceConfigurations/options.js +0 -0
- package/dist/esm/api/maintenanceConfigurations/options.js.map +7 -0
- package/dist/esm/api/managedClusters/index.d.ts +3 -0
- package/dist/esm/api/managedClusters/index.js +56 -0
- package/dist/esm/api/managedClusters/index.js.map +7 -0
- package/dist/esm/api/managedClusters/operations.d.ts +116 -0
- package/dist/esm/api/managedClusters/operations.js +1069 -0
- package/dist/esm/api/managedClusters/operations.js.map +7 -0
- package/dist/esm/api/managedClusters/options.d.ts +119 -0
- package/dist/esm/api/managedClusters/options.js +0 -0
- package/dist/esm/api/managedClusters/options.js.map +7 -0
- package/dist/esm/api/managedNamespaces/index.d.ts +3 -0
- package/dist/esm/api/managedNamespaces/index.js +16 -0
- package/dist/esm/api/managedNamespaces/index.js.map +7 -0
- package/dist/esm/api/managedNamespaces/operations.d.ts +36 -0
- package/dist/esm/api/managedNamespaces/operations.js +265 -0
- package/dist/esm/api/managedNamespaces/operations.js.map +7 -0
- package/dist/esm/api/managedNamespaces/options.d.ts +24 -0
- package/dist/esm/api/managedNamespaces/options.js +0 -0
- package/dist/esm/api/managedNamespaces/options.js.map +7 -0
- package/dist/esm/api/operations/index.d.ts +3 -0
- package/dist/esm/api/operations/index.js +4 -0
- package/dist/esm/api/operations/index.js.map +7 -0
- package/dist/esm/api/operations/operations.d.ts +10 -0
- package/dist/esm/api/operations/operations.js +45 -0
- package/dist/esm/api/operations/operations.js.map +7 -0
- package/dist/esm/api/operations/options.d.ts +5 -0
- package/dist/esm/api/operations/options.js +0 -0
- package/dist/esm/api/operations/options.js.map +7 -0
- package/dist/esm/api/privateEndpointConnections/index.d.ts +3 -0
- package/dist/esm/api/privateEndpointConnections/index.js +7 -0
- package/dist/esm/api/privateEndpointConnections/index.js.map +7 -0
- package/dist/esm/api/privateEndpointConnections/operations.d.ts +27 -0
- package/dist/esm/api/privateEndpointConnections/operations.js +173 -0
- package/dist/esm/api/privateEndpointConnections/operations.js.map +7 -0
- package/dist/esm/api/privateEndpointConnections/options.d.ts +16 -0
- package/dist/esm/api/privateEndpointConnections/options.js +0 -0
- package/dist/esm/api/privateEndpointConnections/options.js.map +7 -0
- package/dist/esm/api/privateLinkResources/index.d.ts +3 -0
- package/dist/esm/api/privateLinkResources/index.js +4 -0
- package/dist/esm/api/privateLinkResources/index.js.map +7 -0
- package/dist/esm/api/privateLinkResources/operations.d.ts +9 -0
- package/dist/esm/api/privateLinkResources/operations.js +42 -0
- package/dist/esm/api/privateLinkResources/operations.js.map +7 -0
- package/dist/esm/api/privateLinkResources/options.d.ts +5 -0
- package/dist/esm/api/privateLinkResources/options.js +0 -0
- package/dist/esm/api/privateLinkResources/options.js.map +7 -0
- package/dist/esm/api/resolvePrivateLinkServiceId/index.d.ts +3 -0
- package/dist/esm/api/resolvePrivateLinkServiceId/index.js +4 -0
- package/dist/esm/api/resolvePrivateLinkServiceId/index.js.map +7 -0
- package/dist/esm/api/resolvePrivateLinkServiceId/operations.d.ts +9 -0
- package/dist/esm/api/resolvePrivateLinkServiceId/operations.js +45 -0
- package/dist/esm/api/resolvePrivateLinkServiceId/operations.js.map +7 -0
- package/dist/esm/api/resolvePrivateLinkServiceId/options.d.ts +5 -0
- package/dist/esm/api/resolvePrivateLinkServiceId/options.js +0 -0
- package/dist/esm/api/resolvePrivateLinkServiceId/options.js.map +7 -0
- package/dist/esm/api/snapshots/index.d.ts +3 -0
- package/dist/esm/api/snapshots/index.js +16 -0
- package/dist/esm/api/snapshots/index.js.map +7 -0
- package/dist/esm/api/snapshots/operations.d.ts +35 -0
- package/dist/esm/api/snapshots/operations.js +236 -0
- package/dist/esm/api/snapshots/operations.js.map +7 -0
- package/dist/esm/api/snapshots/options.d.ts +20 -0
- package/dist/esm/api/snapshots/options.js +0 -0
- package/dist/esm/api/snapshots/options.js.map +7 -0
- package/dist/esm/api/trustedAccessRoleBindings/index.d.ts +3 -0
- package/dist/esm/api/trustedAccessRoleBindings/index.js +7 -0
- package/dist/esm/api/trustedAccessRoleBindings/index.js.map +7 -0
- package/dist/esm/api/trustedAccessRoleBindings/operations.d.ts +28 -0
- package/dist/esm/api/trustedAccessRoleBindings/operations.js +178 -0
- package/dist/esm/api/trustedAccessRoleBindings/operations.js.map +7 -0
- package/dist/esm/api/trustedAccessRoleBindings/options.d.ts +18 -0
- package/dist/esm/api/trustedAccessRoleBindings/options.js +0 -0
- package/dist/esm/api/trustedAccessRoleBindings/options.js.map +7 -0
- package/dist/esm/api/trustedAccessRoles/index.d.ts +3 -0
- package/dist/esm/api/trustedAccessRoles/index.js +4 -0
- package/dist/esm/api/trustedAccessRoles/index.js.map +7 -0
- package/dist/esm/api/trustedAccessRoles/operations.d.ts +10 -0
- package/dist/esm/api/trustedAccessRoles/operations.js +47 -0
- package/dist/esm/api/trustedAccessRoles/operations.js.map +7 -0
- package/dist/esm/api/trustedAccessRoles/options.d.ts +5 -0
- package/dist/esm/api/trustedAccessRoles/options.js +0 -0
- package/dist/esm/api/trustedAccessRoles/options.js.map +7 -0
- package/dist/esm/classic/agentPools/index.d.ts +54 -0
- package/dist/esm/classic/agentPools/index.js +125 -0
- package/dist/esm/classic/agentPools/index.js.map +7 -0
- package/dist/esm/classic/index.d.ts +13 -0
- package/dist/esm/classic/index.js +0 -0
- package/dist/esm/classic/index.js.map +7 -0
- package/dist/esm/classic/machines/index.d.ts +13 -0
- package/dist/esm/classic/machines/index.js +15 -0
- package/dist/esm/classic/machines/index.js.map +7 -0
- package/dist/esm/classic/maintenanceConfigurations/index.d.ts +22 -0
- package/dist/esm/classic/maintenanceConfigurations/index.js +22 -0
- package/dist/esm/classic/maintenanceConfigurations/index.js.map +7 -0
- package/dist/esm/classic/managedClusters/index.d.ts +112 -0
- package/dist/esm/classic/managedClusters/index.js +177 -0
- package/dist/esm/classic/managedClusters/index.js.map +7 -0
- package/dist/esm/classic/managedNamespaces/index.d.ts +36 -0
- package/dist/esm/classic/managedNamespaces/index.js +70 -0
- package/dist/esm/classic/managedNamespaces/index.js.map +7 -0
- package/dist/esm/classic/operations/index.d.ts +11 -0
- package/dist/esm/classic/operations/index.js +14 -0
- package/dist/esm/classic/operations/index.js.map +7 -0
- package/dist/esm/classic/privateEndpointConnections/index.d.ts +27 -0
- package/dist/esm/classic/privateEndpointConnections/index.js +45 -0
- package/dist/esm/classic/privateEndpointConnections/index.js.map +7 -0
- package/dist/esm/classic/privateLinkResources/index.d.ts +10 -0
- package/dist/esm/classic/privateLinkResources/index.js +14 -0
- package/dist/esm/classic/privateLinkResources/index.js.map +7 -0
- package/dist/esm/classic/resolvePrivateLinkServiceId/index.d.ts +10 -0
- package/dist/esm/classic/resolvePrivateLinkServiceId/index.js +14 -0
- package/dist/esm/classic/resolvePrivateLinkServiceId/index.js.map +7 -0
- package/dist/esm/classic/snapshots/index.d.ts +26 -0
- package/dist/esm/classic/snapshots/index.js +26 -0
- package/dist/esm/classic/snapshots/index.js.map +7 -0
- package/dist/esm/classic/trustedAccessRoleBindings/index.d.ts +32 -0
- package/dist/esm/classic/trustedAccessRoleBindings/index.js +72 -0
- package/dist/esm/classic/trustedAccessRoleBindings/index.js.map +7 -0
- package/dist/esm/classic/trustedAccessRoles/index.d.ts +11 -0
- package/dist/esm/classic/trustedAccessRoles/index.js +14 -0
- package/dist/esm/classic/trustedAccessRoles/index.js.map +7 -0
- package/dist/esm/containerServiceClient.d.ts +46 -36
- package/dist/esm/containerServiceClient.js +72 -135
- package/dist/esm/containerServiceClient.js.map +7 -1
- package/dist/esm/index.d.ts +25 -3
- package/dist/esm/index.js +148 -10
- package/dist/esm/index.js.map +7 -1
- package/dist/esm/logger.d.ts +2 -0
- package/dist/esm/logger.js +5 -0
- package/dist/esm/logger.js.map +7 -0
- package/dist/esm/models/index.d.ts +2 -5544
- package/dist/esm/models/index.js +142 -855
- package/dist/esm/models/index.js.map +7 -1
- package/dist/esm/models/models.d.ts +3838 -0
- package/dist/esm/models/models.js +4139 -0
- package/dist/esm/models/models.js.map +7 -0
- package/dist/esm/restorePollerHelpers.d.ts +21 -0
- package/dist/esm/restorePollerHelpers.js +155 -0
- package/dist/esm/restorePollerHelpers.js.map +7 -0
- package/dist/esm/static-helpers/cloudSettingHelpers.d.ts +22 -0
- package/dist/esm/static-helpers/cloudSettingHelpers.js +27 -0
- package/dist/esm/static-helpers/cloudSettingHelpers.js.map +7 -0
- package/dist/esm/static-helpers/pagingHelpers.d.ts +74 -0
- package/dist/esm/static-helpers/pagingHelpers.js +119 -0
- package/dist/esm/static-helpers/pagingHelpers.js.map +7 -0
- package/dist/esm/static-helpers/pollingHelpers.d.ts +34 -0
- package/dist/esm/static-helpers/pollingHelpers.js +77 -0
- package/dist/esm/static-helpers/pollingHelpers.js.map +7 -0
- package/dist/esm/static-helpers/serialization/check-prop-undefined.d.ts +8 -0
- package/dist/esm/static-helpers/serialization/check-prop-undefined.js +11 -0
- package/dist/esm/static-helpers/serialization/check-prop-undefined.js.map +7 -0
- package/dist/esm/static-helpers/simplePollerHelpers.d.ts +73 -0
- package/dist/esm/static-helpers/simplePollerHelpers.js +43 -0
- package/dist/esm/static-helpers/simplePollerHelpers.js.map +7 -0
- package/dist/esm/static-helpers/urlTemplate.d.ts +5 -0
- package/dist/esm/static-helpers/urlTemplate.js +173 -0
- package/dist/esm/static-helpers/urlTemplate.js.map +7 -0
- package/dist/react-native/api/agentPools/index.d.ts +3 -0
- package/dist/react-native/api/agentPools/index.js +4 -0
- package/dist/react-native/api/agentPools/index.js.map +1 -0
- package/dist/react-native/api/agentPools/operations.d.ts +48 -0
- package/dist/react-native/api/agentPools/operations.js +305 -0
- package/dist/react-native/api/agentPools/operations.js.map +1 -0
- package/dist/react-native/api/agentPools/options.d.ts +47 -0
- package/dist/react-native/api/agentPools/options.js +4 -0
- package/dist/react-native/api/agentPools/options.js.map +1 -0
- package/dist/react-native/api/containerServiceContext.d.ts +22 -0
- package/dist/react-native/api/containerServiceContext.js +24 -0
- package/dist/react-native/api/containerServiceContext.js.map +1 -0
- package/dist/react-native/api/index.d.ts +3 -0
- package/dist/react-native/api/index.js +4 -0
- package/dist/react-native/api/index.js.map +1 -0
- package/dist/react-native/api/machines/index.d.ts +3 -0
- package/dist/react-native/api/machines/index.js +4 -0
- package/dist/react-native/api/machines/index.js.map +1 -0
- package/dist/react-native/api/machines/operations.d.ts +14 -0
- package/dist/react-native/api/machines/operations.js +65 -0
- package/dist/react-native/api/machines/operations.js.map +1 -0
- package/dist/react-native/api/machines/options.d.ts +8 -0
- package/dist/react-native/api/machines/options.js +4 -0
- package/dist/react-native/api/machines/options.js.map +1 -0
- package/dist/react-native/api/maintenanceConfigurations/index.d.ts +3 -0
- package/dist/react-native/api/maintenanceConfigurations/index.js +4 -0
- package/dist/react-native/api/maintenanceConfigurations/index.js.map +1 -0
- package/dist/react-native/api/maintenanceConfigurations/operations.d.ts +27 -0
- package/dist/react-native/api/maintenanceConfigurations/operations.js +125 -0
- package/dist/react-native/api/maintenanceConfigurations/operations.js.map +1 -0
- package/dist/react-native/api/maintenanceConfigurations/options.d.ts +14 -0
- package/dist/react-native/api/maintenanceConfigurations/options.js +4 -0
- package/dist/react-native/api/maintenanceConfigurations/options.js.map +1 -0
- package/dist/react-native/api/managedClusters/index.d.ts +3 -0
- package/dist/react-native/api/managedClusters/index.js +4 -0
- package/dist/react-native/api/managedClusters/index.js.map +1 -0
- package/dist/react-native/api/managedClusters/operations.d.ts +116 -0
- package/dist/react-native/api/managedClusters/operations.js +806 -0
- package/dist/react-native/api/managedClusters/operations.js.map +1 -0
- package/dist/react-native/api/managedClusters/options.d.ts +119 -0
- package/dist/react-native/api/managedClusters/options.js +4 -0
- package/dist/react-native/api/managedClusters/options.js.map +1 -0
- package/dist/react-native/api/managedNamespaces/index.d.ts +3 -0
- package/dist/react-native/api/managedNamespaces/index.js +4 -0
- package/dist/react-native/api/managedNamespaces/index.js.map +1 -0
- package/dist/react-native/api/managedNamespaces/operations.d.ts +36 -0
- package/dist/react-native/api/managedNamespaces/operations.js +196 -0
- package/dist/react-native/api/managedNamespaces/operations.js.map +1 -0
- package/dist/react-native/api/managedNamespaces/options.d.ts +24 -0
- package/dist/react-native/api/managedNamespaces/options.js +4 -0
- package/dist/react-native/api/managedNamespaces/options.js.map +1 -0
- package/dist/react-native/api/operations/index.d.ts +3 -0
- package/dist/react-native/api/operations/index.js +4 -0
- package/dist/react-native/api/operations/index.js.map +1 -0
- package/dist/react-native/api/operations/operations.d.ts +10 -0
- package/dist/react-native/api/operations/operations.js +31 -0
- package/dist/react-native/api/operations/operations.js.map +1 -0
- package/dist/react-native/api/operations/options.d.ts +5 -0
- package/dist/react-native/api/operations/options.js +4 -0
- package/dist/react-native/api/operations/options.js.map +1 -0
- package/dist/react-native/api/privateEndpointConnections/index.d.ts +3 -0
- package/dist/react-native/api/privateEndpointConnections/index.js +4 -0
- package/dist/react-native/api/privateEndpointConnections/index.js.map +1 -0
- package/dist/react-native/api/privateEndpointConnections/operations.d.ts +27 -0
- package/dist/react-native/api/privateEndpointConnections/operations.js +131 -0
- package/dist/react-native/api/privateEndpointConnections/operations.js.map +1 -0
- package/dist/react-native/api/privateEndpointConnections/options.d.ts +16 -0
- package/dist/react-native/api/privateEndpointConnections/options.js +4 -0
- package/dist/react-native/api/privateEndpointConnections/options.js.map +1 -0
- package/dist/react-native/api/privateLinkResources/index.d.ts +3 -0
- package/dist/react-native/api/privateLinkResources/index.js +4 -0
- package/dist/react-native/api/privateLinkResources/index.js.map +1 -0
- package/dist/react-native/api/privateLinkResources/operations.d.ts +9 -0
- package/dist/react-native/api/privateLinkResources/operations.js +34 -0
- package/dist/react-native/api/privateLinkResources/operations.js.map +1 -0
- package/dist/react-native/api/privateLinkResources/options.d.ts +5 -0
- package/dist/react-native/api/privateLinkResources/options.js +4 -0
- package/dist/react-native/api/privateLinkResources/options.js.map +1 -0
- package/dist/react-native/api/resolvePrivateLinkServiceId/index.d.ts +3 -0
- package/dist/react-native/api/resolvePrivateLinkServiceId/index.js +4 -0
- package/dist/react-native/api/resolvePrivateLinkServiceId/index.js.map +1 -0
- package/dist/react-native/api/resolvePrivateLinkServiceId/operations.d.ts +9 -0
- package/dist/react-native/api/resolvePrivateLinkServiceId/operations.js +36 -0
- package/dist/react-native/api/resolvePrivateLinkServiceId/operations.js.map +1 -0
- package/dist/react-native/api/resolvePrivateLinkServiceId/options.d.ts +5 -0
- package/dist/react-native/api/resolvePrivateLinkServiceId/options.js +4 -0
- package/dist/react-native/api/resolvePrivateLinkServiceId/options.js.map +1 -0
- package/dist/react-native/api/snapshots/index.d.ts +3 -0
- package/dist/react-native/api/snapshots/index.js +4 -0
- package/dist/react-native/api/snapshots/index.js.map +1 -0
- package/dist/react-native/api/snapshots/operations.d.ts +35 -0
- package/dist/react-native/api/snapshots/operations.js +176 -0
- package/dist/react-native/api/snapshots/operations.js.map +1 -0
- package/dist/react-native/api/snapshots/options.d.ts +20 -0
- package/dist/react-native/api/snapshots/options.js +4 -0
- package/dist/react-native/api/snapshots/options.js.map +1 -0
- package/dist/react-native/api/trustedAccessRoleBindings/index.d.ts +3 -0
- package/dist/react-native/api/trustedAccessRoleBindings/index.js +4 -0
- package/dist/react-native/api/trustedAccessRoleBindings/index.js.map +1 -0
- package/dist/react-native/api/trustedAccessRoleBindings/operations.d.ts +28 -0
- package/dist/react-native/api/trustedAccessRoleBindings/operations.js +136 -0
- package/dist/react-native/api/trustedAccessRoleBindings/operations.js.map +1 -0
- package/dist/react-native/api/trustedAccessRoleBindings/options.d.ts +18 -0
- package/dist/react-native/api/trustedAccessRoleBindings/options.js +4 -0
- package/dist/react-native/api/trustedAccessRoleBindings/options.js.map +1 -0
- package/dist/react-native/api/trustedAccessRoles/index.d.ts +3 -0
- package/dist/react-native/api/trustedAccessRoles/index.js +4 -0
- package/dist/react-native/api/trustedAccessRoles/index.js.map +1 -0
- package/dist/react-native/api/trustedAccessRoles/operations.d.ts +10 -0
- package/dist/react-native/api/trustedAccessRoles/operations.js +33 -0
- package/dist/react-native/api/trustedAccessRoles/operations.js.map +1 -0
- package/dist/react-native/api/trustedAccessRoles/options.d.ts +5 -0
- package/dist/react-native/api/trustedAccessRoles/options.js +4 -0
- package/dist/react-native/api/trustedAccessRoles/options.js.map +1 -0
- package/dist/react-native/classic/agentPools/index.d.ts +54 -0
- package/dist/react-native/classic/agentPools/index.js +63 -0
- package/dist/react-native/classic/agentPools/index.js.map +1 -0
- package/dist/react-native/classic/index.d.ts +13 -0
- package/dist/react-native/classic/index.js +4 -0
- package/dist/react-native/classic/index.js.map +1 -0
- package/dist/react-native/classic/machines/index.d.ts +13 -0
- package/dist/react-native/classic/machines/index.js +15 -0
- package/dist/react-native/classic/machines/index.js.map +1 -0
- package/dist/react-native/classic/maintenanceConfigurations/index.d.ts +22 -0
- package/dist/react-native/classic/maintenanceConfigurations/index.js +17 -0
- package/dist/react-native/classic/maintenanceConfigurations/index.js.map +1 -0
- package/dist/react-native/classic/managedClusters/index.d.ts +112 -0
- package/dist/react-native/classic/managedClusters/index.js +128 -0
- package/dist/react-native/classic/managedClusters/index.js.map +1 -0
- package/dist/react-native/classic/managedNamespaces/index.d.ts +36 -0
- package/dist/react-native/classic/managedNamespaces/index.js +36 -0
- package/dist/react-native/classic/managedNamespaces/index.js.map +1 -0
- package/dist/react-native/classic/operations/index.d.ts +11 -0
- package/dist/react-native/classic/operations/index.js +14 -0
- package/dist/react-native/classic/operations/index.js.map +1 -0
- package/dist/react-native/classic/privateEndpointConnections/index.d.ts +27 -0
- package/dist/react-native/classic/privateEndpointConnections/index.js +26 -0
- package/dist/react-native/classic/privateEndpointConnections/index.js.map +1 -0
- package/dist/react-native/classic/privateLinkResources/index.d.ts +10 -0
- package/dist/react-native/classic/privateLinkResources/index.js +14 -0
- package/dist/react-native/classic/privateLinkResources/index.js.map +1 -0
- package/dist/react-native/classic/resolvePrivateLinkServiceId/index.d.ts +10 -0
- package/dist/react-native/classic/resolvePrivateLinkServiceId/index.js +14 -0
- package/dist/react-native/classic/resolvePrivateLinkServiceId/index.js.map +1 -0
- package/dist/react-native/classic/snapshots/index.d.ts +26 -0
- package/dist/react-native/classic/snapshots/index.js +19 -0
- package/dist/react-native/classic/snapshots/index.js.map +1 -0
- package/dist/react-native/classic/trustedAccessRoleBindings/index.d.ts +32 -0
- package/dist/react-native/classic/trustedAccessRoleBindings/index.js +34 -0
- package/dist/react-native/classic/trustedAccessRoleBindings/index.js.map +1 -0
- package/dist/react-native/classic/trustedAccessRoles/index.d.ts +11 -0
- package/dist/react-native/classic/trustedAccessRoles/index.js +14 -0
- package/dist/react-native/classic/trustedAccessRoles/index.js.map +1 -0
- package/dist/react-native/containerServiceClient.d.ts +46 -36
- package/dist/react-native/containerServiceClient.js +66 -126
- package/dist/react-native/containerServiceClient.js.map +1 -1
- package/dist/react-native/index.d.ts +25 -3
- package/dist/react-native/index.js +4 -6
- package/dist/react-native/index.js.map +1 -1
- package/dist/react-native/logger.d.ts +2 -0
- package/dist/react-native/logger.js +5 -0
- package/dist/react-native/logger.js.map +1 -0
- package/dist/react-native/models/index.d.ts +2 -5544
- package/dist/react-native/models/index.js +1 -852
- package/dist/react-native/models/index.js.map +1 -1
- package/dist/react-native/models/models.d.ts +3838 -0
- package/dist/react-native/models/models.js +4784 -0
- package/dist/react-native/models/models.js.map +1 -0
- package/dist/react-native/restorePollerHelpers.d.ts +21 -0
- package/dist/react-native/restorePollerHelpers.js +142 -0
- package/dist/react-native/restorePollerHelpers.js.map +1 -0
- package/dist/react-native/static-helpers/cloudSettingHelpers.d.ts +22 -0
- package/dist/react-native/static-helpers/cloudSettingHelpers.js +38 -0
- package/dist/react-native/static-helpers/cloudSettingHelpers.js.map +1 -0
- package/dist/react-native/static-helpers/pagingHelpers.d.ts +74 -0
- package/dist/react-native/static-helpers/pagingHelpers.js +143 -0
- package/dist/react-native/static-helpers/pagingHelpers.js.map +1 -0
- package/dist/react-native/static-helpers/pollingHelpers.d.ts +34 -0
- package/dist/react-native/static-helpers/pollingHelpers.js +95 -0
- package/dist/react-native/static-helpers/pollingHelpers.js.map +1 -0
- package/dist/react-native/static-helpers/serialization/check-prop-undefined.d.ts +8 -0
- package/dist/react-native/static-helpers/serialization/check-prop-undefined.js +17 -0
- package/dist/react-native/static-helpers/serialization/check-prop-undefined.js.map +1 -0
- package/dist/react-native/static-helpers/simplePollerHelpers.d.ts +73 -0
- package/dist/react-native/static-helpers/simplePollerHelpers.js +44 -0
- package/dist/react-native/static-helpers/simplePollerHelpers.js.map +1 -0
- package/dist/react-native/static-helpers/urlTemplate.d.ts +5 -0
- package/dist/react-native/static-helpers/urlTemplate.js +200 -0
- package/dist/react-native/static-helpers/urlTemplate.js.map +1 -0
- package/package.json +335 -95
- package/dist/browser/containerServiceClient.d.ts.map +0 -1
- package/dist/browser/index.d.ts.map +0 -1
- package/dist/browser/lroImpl.d.ts +0 -11
- package/dist/browser/lroImpl.d.ts.map +0 -1
- package/dist/browser/lroImpl.js +0 -20
- package/dist/browser/lroImpl.js.map +0 -1
- package/dist/browser/models/index.d.ts.map +0 -1
- package/dist/browser/models/mappers.d.ts +0 -281
- package/dist/browser/models/mappers.d.ts.map +0 -1
- package/dist/browser/models/mappers.js +0 -9121
- package/dist/browser/models/mappers.js.map +0 -1
- package/dist/browser/models/parameters.d.ts +0 -51
- package/dist/browser/models/parameters.d.ts.map +0 -1
- package/dist/browser/models/parameters.js +0 -436
- package/dist/browser/models/parameters.js.map +0 -1
- package/dist/browser/operations/agentPools.d.ts +0 -172
- package/dist/browser/operations/agentPools.d.ts.map +0 -1
- package/dist/browser/operations/agentPools.js +0 -789
- package/dist/browser/operations/agentPools.js.map +0 -1
- package/dist/browser/operations/containerService.d.ts +0 -39
- package/dist/browser/operations/containerService.d.ts.map +0 -1
- package/dist/browser/operations/containerService.js +0 -123
- package/dist/browser/operations/containerService.js.map +0 -1
- package/dist/browser/operations/identityBindings.d.ts +0 -81
- package/dist/browser/operations/identityBindings.d.ts.map +0 -1
- package/dist/browser/operations/identityBindings.js +0 -358
- package/dist/browser/operations/identityBindings.js.map +0 -1
- package/dist/browser/operations/index.d.ts +0 -20
- package/dist/browser/operations/index.d.ts.map +0 -1
- package/dist/browser/operations/index.js +0 -24
- package/dist/browser/operations/index.js.map +0 -1
- package/dist/browser/operations/jWTAuthenticators.d.ts +0 -83
- package/dist/browser/operations/jWTAuthenticators.d.ts.map +0 -1
- package/dist/browser/operations/jWTAuthenticators.js +0 -360
- package/dist/browser/operations/jWTAuthenticators.js.map +0 -1
- package/dist/browser/operations/loadBalancers.d.ts +0 -72
- package/dist/browser/operations/loadBalancers.d.ts.map +0 -1
- package/dist/browser/operations/loadBalancers.js +0 -296
- package/dist/browser/operations/loadBalancers.js.map +0 -1
- package/dist/browser/operations/machines.d.ts +0 -71
- package/dist/browser/operations/machines.d.ts.map +0 -1
- package/dist/browser/operations/machines.js +0 -282
- package/dist/browser/operations/machines.js.map +0 -1
- package/dist/browser/operations/maintenanceConfigurations.d.ts +0 -66
- package/dist/browser/operations/maintenanceConfigurations.d.ts.map +0 -1
- package/dist/browser/operations/maintenanceConfigurations.js +0 -232
- package/dist/browser/operations/maintenanceConfigurations.js.map +0 -1
- package/dist/browser/operations/managedClusterSnapshots.d.ts +0 -83
- package/dist/browser/operations/managedClusterSnapshots.d.ts.map +0 -1
- package/dist/browser/operations/managedClusterSnapshots.js +0 -337
- package/dist/browser/operations/managedClusterSnapshots.js.map +0 -1
- package/dist/browser/operations/managedClusters.d.ts +0 -468
- package/dist/browser/operations/managedClusters.d.ts.map +0 -1
- package/dist/browser/operations/managedClusters.js +0 -2173
- package/dist/browser/operations/managedClusters.js.map +0 -1
- package/dist/browser/operations/managedNamespaces.d.ts +0 -103
- package/dist/browser/operations/managedNamespaces.d.ts.map +0 -1
- package/dist/browser/operations/managedNamespaces.js +0 -434
- package/dist/browser/operations/managedNamespaces.js.map +0 -1
- package/dist/browser/operations/meshMemberships.d.ts +0 -81
- package/dist/browser/operations/meshMemberships.d.ts.map +0 -1
- package/dist/browser/operations/meshMemberships.js +0 -350
- package/dist/browser/operations/meshMemberships.js.map +0 -1
- package/dist/browser/operations/operationStatusResultOperations.d.ts +0 -55
- package/dist/browser/operations/operationStatusResultOperations.d.ts.map +0 -1
- package/dist/browser/operations/operationStatusResultOperations.js +0 -194
- package/dist/browser/operations/operationStatusResultOperations.js.map +0 -1
- package/dist/browser/operations/operations.d.ts +0 -26
- package/dist/browser/operations/operations.d.ts.map +0 -1
- package/dist/browser/operations/operations.js +0 -74
- package/dist/browser/operations/operations.js.map +0 -1
- package/dist/browser/operations/privateEndpointConnections.d.ts +0 -54
- package/dist/browser/operations/privateEndpointConnections.d.ts.map +0 -1
- package/dist/browser/operations/privateEndpointConnections.js +0 -218
- package/dist/browser/operations/privateEndpointConnections.js.map +0 -1
- package/dist/browser/operations/privateLinkResources.d.ts +0 -20
- package/dist/browser/operations/privateLinkResources.d.ts.map +0 -1
- package/dist/browser/operations/privateLinkResources.js +0 -49
- package/dist/browser/operations/privateLinkResources.js.map +0 -1
- package/dist/browser/operations/resolvePrivateLinkServiceId.d.ts +0 -21
- package/dist/browser/operations/resolvePrivateLinkServiceId.d.ts.map +0 -1
- package/dist/browser/operations/resolvePrivateLinkServiceId.js +0 -52
- package/dist/browser/operations/resolvePrivateLinkServiceId.js.map +0 -1
- package/dist/browser/operations/snapshots.d.ts +0 -83
- package/dist/browser/operations/snapshots.d.ts.map +0 -1
- package/dist/browser/operations/snapshots.js +0 -337
- package/dist/browser/operations/snapshots.js.map +0 -1
- package/dist/browser/operations/trustedAccessRoleBindings.d.ts +0 -81
- package/dist/browser/operations/trustedAccessRoleBindings.d.ts.map +0 -1
- package/dist/browser/operations/trustedAccessRoleBindings.js +0 -360
- package/dist/browser/operations/trustedAccessRoleBindings.js.map +0 -1
- package/dist/browser/operations/trustedAccessRoles.d.ts +0 -35
- package/dist/browser/operations/trustedAccessRoles.d.ts.map +0 -1
- package/dist/browser/operations/trustedAccessRoles.js +0 -119
- package/dist/browser/operations/trustedAccessRoles.js.map +0 -1
- package/dist/browser/operationsInterfaces/agentPools.d.ts +0 -147
- package/dist/browser/operationsInterfaces/agentPools.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/agentPools.js +0 -4
- package/dist/browser/operationsInterfaces/agentPools.js.map +0 -1
- package/dist/browser/operationsInterfaces/containerService.d.ts +0 -14
- package/dist/browser/operationsInterfaces/containerService.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/containerService.js +0 -4
- package/dist/browser/operationsInterfaces/containerService.js.map +0 -1
- package/dist/browser/operationsInterfaces/identityBindings.d.ts +0 -56
- package/dist/browser/operationsInterfaces/identityBindings.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/identityBindings.js +0 -4
- package/dist/browser/operationsInterfaces/identityBindings.js.map +0 -1
- package/dist/browser/operationsInterfaces/index.d.ts +0 -20
- package/dist/browser/operationsInterfaces/index.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/index.js +0 -24
- package/dist/browser/operationsInterfaces/index.js.map +0 -1
- package/dist/browser/operationsInterfaces/jWTAuthenticators.d.ts +0 -58
- package/dist/browser/operationsInterfaces/jWTAuthenticators.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/jWTAuthenticators.js +0 -4
- package/dist/browser/operationsInterfaces/jWTAuthenticators.js.map +0 -1
- package/dist/browser/operationsInterfaces/loadBalancers.d.ts +0 -47
- package/dist/browser/operationsInterfaces/loadBalancers.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/loadBalancers.js +0 -4
- package/dist/browser/operationsInterfaces/loadBalancers.js.map +0 -1
- package/dist/browser/operationsInterfaces/machines.d.ts +0 -44
- package/dist/browser/operationsInterfaces/machines.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/machines.js +0 -4
- package/dist/browser/operationsInterfaces/machines.js.map +0 -1
- package/dist/browser/operationsInterfaces/maintenanceConfigurations.d.ts +0 -41
- package/dist/browser/operationsInterfaces/maintenanceConfigurations.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/maintenanceConfigurations.js +0 -4
- package/dist/browser/operationsInterfaces/maintenanceConfigurations.js.map +0 -1
- package/dist/browser/operationsInterfaces/managedClusterSnapshots.d.ts +0 -47
- package/dist/browser/operationsInterfaces/managedClusterSnapshots.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/managedClusterSnapshots.js +0 -4
- package/dist/browser/operationsInterfaces/managedClusterSnapshots.js.map +0 -1
- package/dist/browser/operationsInterfaces/managedClusters.d.ts +0 -348
- package/dist/browser/operationsInterfaces/managedClusters.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/managedClusters.js +0 -4
- package/dist/browser/operationsInterfaces/managedClusters.js.map +0 -1
- package/dist/browser/operationsInterfaces/managedNamespaces.d.ts +0 -78
- package/dist/browser/operationsInterfaces/managedNamespaces.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/managedNamespaces.js +0 -4
- package/dist/browser/operationsInterfaces/managedNamespaces.js.map +0 -1
- package/dist/browser/operationsInterfaces/meshMemberships.d.ts +0 -56
- package/dist/browser/operationsInterfaces/meshMemberships.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/meshMemberships.js +0 -4
- package/dist/browser/operationsInterfaces/meshMemberships.js.map +0 -1
- package/dist/browser/operationsInterfaces/operationStatusResultOperations.d.ts +0 -30
- package/dist/browser/operationsInterfaces/operationStatusResultOperations.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/operationStatusResultOperations.js +0 -4
- package/dist/browser/operationsInterfaces/operationStatusResultOperations.js.map +0 -1
- package/dist/browser/operationsInterfaces/operations.d.ts +0 -11
- package/dist/browser/operationsInterfaces/operations.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/operations.js +0 -4
- package/dist/browser/operationsInterfaces/operations.js.map +0 -1
- package/dist/browser/operationsInterfaces/privateEndpointConnections.d.ts +0 -46
- package/dist/browser/operationsInterfaces/privateEndpointConnections.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/privateEndpointConnections.js +0 -4
- package/dist/browser/operationsInterfaces/privateEndpointConnections.js.map +0 -1
- package/dist/browser/operationsInterfaces/privateLinkResources.d.ts +0 -12
- package/dist/browser/operationsInterfaces/privateLinkResources.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/privateLinkResources.js +0 -4
- package/dist/browser/operationsInterfaces/privateLinkResources.js.map +0 -1
- package/dist/browser/operationsInterfaces/resolvePrivateLinkServiceId.d.ts +0 -13
- package/dist/browser/operationsInterfaces/resolvePrivateLinkServiceId.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/resolvePrivateLinkServiceId.js +0 -4
- package/dist/browser/operationsInterfaces/resolvePrivateLinkServiceId.js.map +0 -1
- package/dist/browser/operationsInterfaces/snapshots.d.ts +0 -47
- package/dist/browser/operationsInterfaces/snapshots.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/snapshots.js +0 -4
- package/dist/browser/operationsInterfaces/snapshots.js.map +0 -1
- package/dist/browser/operationsInterfaces/trustedAccessRoleBindings.d.ts +0 -56
- package/dist/browser/operationsInterfaces/trustedAccessRoleBindings.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/trustedAccessRoleBindings.js +0 -4
- package/dist/browser/operationsInterfaces/trustedAccessRoleBindings.js.map +0 -1
- package/dist/browser/operationsInterfaces/trustedAccessRoles.d.ts +0 -12
- package/dist/browser/operationsInterfaces/trustedAccessRoles.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/trustedAccessRoles.js +0 -4
- package/dist/browser/operationsInterfaces/trustedAccessRoles.js.map +0 -1
- package/dist/browser/pagingHelper.d.ts +0 -13
- package/dist/browser/pagingHelper.d.ts.map +0 -1
- package/dist/browser/pagingHelper.js +0 -25
- package/dist/browser/pagingHelper.js.map +0 -1
- package/dist/commonjs/containerServiceClient.d.ts.map +0 -1
- package/dist/commonjs/index.d.ts.map +0 -1
- package/dist/commonjs/lroImpl.d.ts +0 -11
- package/dist/commonjs/lroImpl.d.ts.map +0 -1
- package/dist/commonjs/lroImpl.js +0 -23
- package/dist/commonjs/lroImpl.js.map +0 -1
- package/dist/commonjs/models/index.d.ts.map +0 -1
- package/dist/commonjs/models/mappers.d.ts +0 -281
- package/dist/commonjs/models/mappers.d.ts.map +0 -1
- package/dist/commonjs/models/mappers.js +0 -9129
- package/dist/commonjs/models/mappers.js.map +0 -1
- package/dist/commonjs/models/parameters.d.ts +0 -51
- package/dist/commonjs/models/parameters.d.ts.map +0 -1
- package/dist/commonjs/models/parameters.js +0 -439
- package/dist/commonjs/models/parameters.js.map +0 -1
- package/dist/commonjs/operations/agentPools.d.ts +0 -172
- package/dist/commonjs/operations/agentPools.d.ts.map +0 -1
- package/dist/commonjs/operations/agentPools.js +0 -794
- package/dist/commonjs/operations/agentPools.js.map +0 -1
- package/dist/commonjs/operations/containerService.d.ts +0 -39
- package/dist/commonjs/operations/containerService.d.ts.map +0 -1
- package/dist/commonjs/operations/containerService.js +0 -128
- package/dist/commonjs/operations/containerService.js.map +0 -1
- package/dist/commonjs/operations/identityBindings.d.ts +0 -81
- package/dist/commonjs/operations/identityBindings.d.ts.map +0 -1
- package/dist/commonjs/operations/identityBindings.js +0 -363
- package/dist/commonjs/operations/identityBindings.js.map +0 -1
- package/dist/commonjs/operations/index.d.ts +0 -20
- package/dist/commonjs/operations/index.d.ts.map +0 -1
- package/dist/commonjs/operations/index.js +0 -27
- package/dist/commonjs/operations/index.js.map +0 -1
- package/dist/commonjs/operations/jWTAuthenticators.d.ts +0 -83
- package/dist/commonjs/operations/jWTAuthenticators.d.ts.map +0 -1
- package/dist/commonjs/operations/jWTAuthenticators.js +0 -365
- package/dist/commonjs/operations/jWTAuthenticators.js.map +0 -1
- package/dist/commonjs/operations/loadBalancers.d.ts +0 -72
- package/dist/commonjs/operations/loadBalancers.d.ts.map +0 -1
- package/dist/commonjs/operations/loadBalancers.js +0 -301
- package/dist/commonjs/operations/loadBalancers.js.map +0 -1
- package/dist/commonjs/operations/machines.d.ts +0 -71
- package/dist/commonjs/operations/machines.d.ts.map +0 -1
- package/dist/commonjs/operations/machines.js +0 -287
- package/dist/commonjs/operations/machines.js.map +0 -1
- package/dist/commonjs/operations/maintenanceConfigurations.d.ts +0 -66
- package/dist/commonjs/operations/maintenanceConfigurations.d.ts.map +0 -1
- package/dist/commonjs/operations/maintenanceConfigurations.js +0 -237
- package/dist/commonjs/operations/maintenanceConfigurations.js.map +0 -1
- package/dist/commonjs/operations/managedClusterSnapshots.d.ts +0 -83
- package/dist/commonjs/operations/managedClusterSnapshots.d.ts.map +0 -1
- package/dist/commonjs/operations/managedClusterSnapshots.js +0 -342
- package/dist/commonjs/operations/managedClusterSnapshots.js.map +0 -1
- package/dist/commonjs/operations/managedClusters.d.ts +0 -468
- package/dist/commonjs/operations/managedClusters.d.ts.map +0 -1
- package/dist/commonjs/operations/managedClusters.js +0 -2178
- package/dist/commonjs/operations/managedClusters.js.map +0 -1
- package/dist/commonjs/operations/managedNamespaces.d.ts +0 -103
- package/dist/commonjs/operations/managedNamespaces.d.ts.map +0 -1
- package/dist/commonjs/operations/managedNamespaces.js +0 -439
- package/dist/commonjs/operations/managedNamespaces.js.map +0 -1
- package/dist/commonjs/operations/meshMemberships.d.ts +0 -81
- package/dist/commonjs/operations/meshMemberships.d.ts.map +0 -1
- package/dist/commonjs/operations/meshMemberships.js +0 -355
- package/dist/commonjs/operations/meshMemberships.js.map +0 -1
- package/dist/commonjs/operations/operationStatusResultOperations.d.ts +0 -55
- package/dist/commonjs/operations/operationStatusResultOperations.d.ts.map +0 -1
- package/dist/commonjs/operations/operationStatusResultOperations.js +0 -199
- package/dist/commonjs/operations/operationStatusResultOperations.js.map +0 -1
- package/dist/commonjs/operations/operations.d.ts +0 -26
- package/dist/commonjs/operations/operations.d.ts.map +0 -1
- package/dist/commonjs/operations/operations.js +0 -79
- package/dist/commonjs/operations/operations.js.map +0 -1
- package/dist/commonjs/operations/privateEndpointConnections.d.ts +0 -54
- package/dist/commonjs/operations/privateEndpointConnections.d.ts.map +0 -1
- package/dist/commonjs/operations/privateEndpointConnections.js +0 -223
- package/dist/commonjs/operations/privateEndpointConnections.js.map +0 -1
- package/dist/commonjs/operations/privateLinkResources.d.ts +0 -20
- package/dist/commonjs/operations/privateLinkResources.d.ts.map +0 -1
- package/dist/commonjs/operations/privateLinkResources.js +0 -54
- package/dist/commonjs/operations/privateLinkResources.js.map +0 -1
- package/dist/commonjs/operations/resolvePrivateLinkServiceId.d.ts +0 -21
- package/dist/commonjs/operations/resolvePrivateLinkServiceId.d.ts.map +0 -1
- package/dist/commonjs/operations/resolvePrivateLinkServiceId.js +0 -57
- package/dist/commonjs/operations/resolvePrivateLinkServiceId.js.map +0 -1
- package/dist/commonjs/operations/snapshots.d.ts +0 -83
- package/dist/commonjs/operations/snapshots.d.ts.map +0 -1
- package/dist/commonjs/operations/snapshots.js +0 -342
- package/dist/commonjs/operations/snapshots.js.map +0 -1
- package/dist/commonjs/operations/trustedAccessRoleBindings.d.ts +0 -81
- package/dist/commonjs/operations/trustedAccessRoleBindings.d.ts.map +0 -1
- package/dist/commonjs/operations/trustedAccessRoleBindings.js +0 -365
- package/dist/commonjs/operations/trustedAccessRoleBindings.js.map +0 -1
- package/dist/commonjs/operations/trustedAccessRoles.d.ts +0 -35
- package/dist/commonjs/operations/trustedAccessRoles.d.ts.map +0 -1
- package/dist/commonjs/operations/trustedAccessRoles.js +0 -124
- package/dist/commonjs/operations/trustedAccessRoles.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/agentPools.d.ts +0 -147
- package/dist/commonjs/operationsInterfaces/agentPools.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/agentPools.js +0 -5
- package/dist/commonjs/operationsInterfaces/agentPools.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/containerService.d.ts +0 -14
- package/dist/commonjs/operationsInterfaces/containerService.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/containerService.js +0 -5
- package/dist/commonjs/operationsInterfaces/containerService.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/identityBindings.d.ts +0 -56
- package/dist/commonjs/operationsInterfaces/identityBindings.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/identityBindings.js +0 -5
- package/dist/commonjs/operationsInterfaces/identityBindings.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/index.d.ts +0 -20
- package/dist/commonjs/operationsInterfaces/index.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/index.js +0 -27
- package/dist/commonjs/operationsInterfaces/index.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/jWTAuthenticators.d.ts +0 -58
- package/dist/commonjs/operationsInterfaces/jWTAuthenticators.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/jWTAuthenticators.js +0 -5
- package/dist/commonjs/operationsInterfaces/jWTAuthenticators.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/loadBalancers.d.ts +0 -47
- package/dist/commonjs/operationsInterfaces/loadBalancers.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/loadBalancers.js +0 -5
- package/dist/commonjs/operationsInterfaces/loadBalancers.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/machines.d.ts +0 -44
- package/dist/commonjs/operationsInterfaces/machines.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/machines.js +0 -5
- package/dist/commonjs/operationsInterfaces/machines.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/maintenanceConfigurations.d.ts +0 -41
- package/dist/commonjs/operationsInterfaces/maintenanceConfigurations.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/maintenanceConfigurations.js +0 -5
- package/dist/commonjs/operationsInterfaces/maintenanceConfigurations.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/managedClusterSnapshots.d.ts +0 -47
- package/dist/commonjs/operationsInterfaces/managedClusterSnapshots.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/managedClusterSnapshots.js +0 -5
- package/dist/commonjs/operationsInterfaces/managedClusterSnapshots.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/managedClusters.d.ts +0 -348
- package/dist/commonjs/operationsInterfaces/managedClusters.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/managedClusters.js +0 -5
- package/dist/commonjs/operationsInterfaces/managedClusters.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/managedNamespaces.d.ts +0 -78
- package/dist/commonjs/operationsInterfaces/managedNamespaces.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/managedNamespaces.js +0 -5
- package/dist/commonjs/operationsInterfaces/managedNamespaces.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/meshMemberships.d.ts +0 -56
- package/dist/commonjs/operationsInterfaces/meshMemberships.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/meshMemberships.js +0 -5
- package/dist/commonjs/operationsInterfaces/meshMemberships.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/operationStatusResultOperations.d.ts +0 -30
- package/dist/commonjs/operationsInterfaces/operationStatusResultOperations.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/operationStatusResultOperations.js +0 -5
- package/dist/commonjs/operationsInterfaces/operationStatusResultOperations.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/operations.d.ts +0 -11
- package/dist/commonjs/operationsInterfaces/operations.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/operations.js +0 -5
- package/dist/commonjs/operationsInterfaces/operations.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/privateEndpointConnections.d.ts +0 -46
- package/dist/commonjs/operationsInterfaces/privateEndpointConnections.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/privateEndpointConnections.js +0 -5
- package/dist/commonjs/operationsInterfaces/privateEndpointConnections.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/privateLinkResources.d.ts +0 -12
- package/dist/commonjs/operationsInterfaces/privateLinkResources.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/privateLinkResources.js +0 -5
- package/dist/commonjs/operationsInterfaces/privateLinkResources.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/resolvePrivateLinkServiceId.d.ts +0 -13
- package/dist/commonjs/operationsInterfaces/resolvePrivateLinkServiceId.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/resolvePrivateLinkServiceId.js +0 -5
- package/dist/commonjs/operationsInterfaces/resolvePrivateLinkServiceId.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/snapshots.d.ts +0 -47
- package/dist/commonjs/operationsInterfaces/snapshots.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/snapshots.js +0 -5
- package/dist/commonjs/operationsInterfaces/snapshots.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/trustedAccessRoleBindings.d.ts +0 -56
- package/dist/commonjs/operationsInterfaces/trustedAccessRoleBindings.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/trustedAccessRoleBindings.js +0 -5
- package/dist/commonjs/operationsInterfaces/trustedAccessRoleBindings.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/trustedAccessRoles.d.ts +0 -12
- package/dist/commonjs/operationsInterfaces/trustedAccessRoles.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/trustedAccessRoles.js +0 -5
- package/dist/commonjs/operationsInterfaces/trustedAccessRoles.js.map +0 -1
- package/dist/commonjs/pagingHelper.d.ts +0 -13
- package/dist/commonjs/pagingHelper.d.ts.map +0 -1
- package/dist/commonjs/pagingHelper.js +0 -29
- package/dist/commonjs/pagingHelper.js.map +0 -1
- package/dist/esm/containerServiceClient.d.ts.map +0 -1
- package/dist/esm/index.d.ts.map +0 -1
- package/dist/esm/lroImpl.d.ts +0 -11
- package/dist/esm/lroImpl.d.ts.map +0 -1
- package/dist/esm/lroImpl.js +0 -20
- package/dist/esm/lroImpl.js.map +0 -1
- package/dist/esm/models/index.d.ts.map +0 -1
- package/dist/esm/models/mappers.d.ts +0 -281
- package/dist/esm/models/mappers.d.ts.map +0 -1
- package/dist/esm/models/mappers.js +0 -9121
- package/dist/esm/models/mappers.js.map +0 -1
- package/dist/esm/models/parameters.d.ts +0 -51
- package/dist/esm/models/parameters.d.ts.map +0 -1
- package/dist/esm/models/parameters.js +0 -436
- package/dist/esm/models/parameters.js.map +0 -1
- package/dist/esm/operations/agentPools.d.ts +0 -172
- package/dist/esm/operations/agentPools.d.ts.map +0 -1
- package/dist/esm/operations/agentPools.js +0 -789
- package/dist/esm/operations/agentPools.js.map +0 -1
- package/dist/esm/operations/containerService.d.ts +0 -39
- package/dist/esm/operations/containerService.d.ts.map +0 -1
- package/dist/esm/operations/containerService.js +0 -123
- package/dist/esm/operations/containerService.js.map +0 -1
- package/dist/esm/operations/identityBindings.d.ts +0 -81
- package/dist/esm/operations/identityBindings.d.ts.map +0 -1
- package/dist/esm/operations/identityBindings.js +0 -358
- package/dist/esm/operations/identityBindings.js.map +0 -1
- package/dist/esm/operations/index.d.ts +0 -20
- package/dist/esm/operations/index.d.ts.map +0 -1
- package/dist/esm/operations/index.js +0 -24
- package/dist/esm/operations/index.js.map +0 -1
- package/dist/esm/operations/jWTAuthenticators.d.ts +0 -83
- package/dist/esm/operations/jWTAuthenticators.d.ts.map +0 -1
- package/dist/esm/operations/jWTAuthenticators.js +0 -360
- package/dist/esm/operations/jWTAuthenticators.js.map +0 -1
- package/dist/esm/operations/loadBalancers.d.ts +0 -72
- package/dist/esm/operations/loadBalancers.d.ts.map +0 -1
- package/dist/esm/operations/loadBalancers.js +0 -296
- package/dist/esm/operations/loadBalancers.js.map +0 -1
- package/dist/esm/operations/machines.d.ts +0 -71
- package/dist/esm/operations/machines.d.ts.map +0 -1
- package/dist/esm/operations/machines.js +0 -282
- package/dist/esm/operations/machines.js.map +0 -1
- package/dist/esm/operations/maintenanceConfigurations.d.ts +0 -66
- package/dist/esm/operations/maintenanceConfigurations.d.ts.map +0 -1
- package/dist/esm/operations/maintenanceConfigurations.js +0 -232
- package/dist/esm/operations/maintenanceConfigurations.js.map +0 -1
- package/dist/esm/operations/managedClusterSnapshots.d.ts +0 -83
- package/dist/esm/operations/managedClusterSnapshots.d.ts.map +0 -1
- package/dist/esm/operations/managedClusterSnapshots.js +0 -337
- package/dist/esm/operations/managedClusterSnapshots.js.map +0 -1
- package/dist/esm/operations/managedClusters.d.ts +0 -468
- package/dist/esm/operations/managedClusters.d.ts.map +0 -1
- package/dist/esm/operations/managedClusters.js +0 -2173
- package/dist/esm/operations/managedClusters.js.map +0 -1
- package/dist/esm/operations/managedNamespaces.d.ts +0 -103
- package/dist/esm/operations/managedNamespaces.d.ts.map +0 -1
- package/dist/esm/operations/managedNamespaces.js +0 -434
- package/dist/esm/operations/managedNamespaces.js.map +0 -1
- package/dist/esm/operations/meshMemberships.d.ts +0 -81
- package/dist/esm/operations/meshMemberships.d.ts.map +0 -1
- package/dist/esm/operations/meshMemberships.js +0 -350
- package/dist/esm/operations/meshMemberships.js.map +0 -1
- package/dist/esm/operations/operationStatusResultOperations.d.ts +0 -55
- package/dist/esm/operations/operationStatusResultOperations.d.ts.map +0 -1
- package/dist/esm/operations/operationStatusResultOperations.js +0 -194
- package/dist/esm/operations/operationStatusResultOperations.js.map +0 -1
- package/dist/esm/operations/operations.d.ts +0 -26
- package/dist/esm/operations/operations.d.ts.map +0 -1
- package/dist/esm/operations/operations.js +0 -74
- package/dist/esm/operations/operations.js.map +0 -1
- package/dist/esm/operations/privateEndpointConnections.d.ts +0 -54
- package/dist/esm/operations/privateEndpointConnections.d.ts.map +0 -1
- package/dist/esm/operations/privateEndpointConnections.js +0 -218
- package/dist/esm/operations/privateEndpointConnections.js.map +0 -1
- package/dist/esm/operations/privateLinkResources.d.ts +0 -20
- package/dist/esm/operations/privateLinkResources.d.ts.map +0 -1
- package/dist/esm/operations/privateLinkResources.js +0 -49
- package/dist/esm/operations/privateLinkResources.js.map +0 -1
- package/dist/esm/operations/resolvePrivateLinkServiceId.d.ts +0 -21
- package/dist/esm/operations/resolvePrivateLinkServiceId.d.ts.map +0 -1
- package/dist/esm/operations/resolvePrivateLinkServiceId.js +0 -52
- package/dist/esm/operations/resolvePrivateLinkServiceId.js.map +0 -1
- package/dist/esm/operations/snapshots.d.ts +0 -83
- package/dist/esm/operations/snapshots.d.ts.map +0 -1
- package/dist/esm/operations/snapshots.js +0 -337
- package/dist/esm/operations/snapshots.js.map +0 -1
- package/dist/esm/operations/trustedAccessRoleBindings.d.ts +0 -81
- package/dist/esm/operations/trustedAccessRoleBindings.d.ts.map +0 -1
- package/dist/esm/operations/trustedAccessRoleBindings.js +0 -360
- package/dist/esm/operations/trustedAccessRoleBindings.js.map +0 -1
- package/dist/esm/operations/trustedAccessRoles.d.ts +0 -35
- package/dist/esm/operations/trustedAccessRoles.d.ts.map +0 -1
- package/dist/esm/operations/trustedAccessRoles.js +0 -119
- package/dist/esm/operations/trustedAccessRoles.js.map +0 -1
- package/dist/esm/operationsInterfaces/agentPools.d.ts +0 -147
- package/dist/esm/operationsInterfaces/agentPools.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/agentPools.js +0 -4
- package/dist/esm/operationsInterfaces/agentPools.js.map +0 -1
- package/dist/esm/operationsInterfaces/containerService.d.ts +0 -14
- package/dist/esm/operationsInterfaces/containerService.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/containerService.js +0 -4
- package/dist/esm/operationsInterfaces/containerService.js.map +0 -1
- package/dist/esm/operationsInterfaces/identityBindings.d.ts +0 -56
- package/dist/esm/operationsInterfaces/identityBindings.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/identityBindings.js +0 -4
- package/dist/esm/operationsInterfaces/identityBindings.js.map +0 -1
- package/dist/esm/operationsInterfaces/index.d.ts +0 -20
- package/dist/esm/operationsInterfaces/index.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/index.js +0 -24
- package/dist/esm/operationsInterfaces/index.js.map +0 -1
- package/dist/esm/operationsInterfaces/jWTAuthenticators.d.ts +0 -58
- package/dist/esm/operationsInterfaces/jWTAuthenticators.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/jWTAuthenticators.js +0 -4
- package/dist/esm/operationsInterfaces/jWTAuthenticators.js.map +0 -1
- package/dist/esm/operationsInterfaces/loadBalancers.d.ts +0 -47
- package/dist/esm/operationsInterfaces/loadBalancers.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/loadBalancers.js +0 -4
- package/dist/esm/operationsInterfaces/loadBalancers.js.map +0 -1
- package/dist/esm/operationsInterfaces/machines.d.ts +0 -44
- package/dist/esm/operationsInterfaces/machines.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/machines.js +0 -4
- package/dist/esm/operationsInterfaces/machines.js.map +0 -1
- package/dist/esm/operationsInterfaces/maintenanceConfigurations.d.ts +0 -41
- package/dist/esm/operationsInterfaces/maintenanceConfigurations.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/maintenanceConfigurations.js +0 -4
- package/dist/esm/operationsInterfaces/maintenanceConfigurations.js.map +0 -1
- package/dist/esm/operationsInterfaces/managedClusterSnapshots.d.ts +0 -47
- package/dist/esm/operationsInterfaces/managedClusterSnapshots.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/managedClusterSnapshots.js +0 -4
- package/dist/esm/operationsInterfaces/managedClusterSnapshots.js.map +0 -1
- package/dist/esm/operationsInterfaces/managedClusters.d.ts +0 -348
- package/dist/esm/operationsInterfaces/managedClusters.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/managedClusters.js +0 -4
- package/dist/esm/operationsInterfaces/managedClusters.js.map +0 -1
- package/dist/esm/operationsInterfaces/managedNamespaces.d.ts +0 -78
- package/dist/esm/operationsInterfaces/managedNamespaces.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/managedNamespaces.js +0 -4
- package/dist/esm/operationsInterfaces/managedNamespaces.js.map +0 -1
- package/dist/esm/operationsInterfaces/meshMemberships.d.ts +0 -56
- package/dist/esm/operationsInterfaces/meshMemberships.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/meshMemberships.js +0 -4
- package/dist/esm/operationsInterfaces/meshMemberships.js.map +0 -1
- package/dist/esm/operationsInterfaces/operationStatusResultOperations.d.ts +0 -30
- package/dist/esm/operationsInterfaces/operationStatusResultOperations.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/operationStatusResultOperations.js +0 -4
- package/dist/esm/operationsInterfaces/operationStatusResultOperations.js.map +0 -1
- package/dist/esm/operationsInterfaces/operations.d.ts +0 -11
- package/dist/esm/operationsInterfaces/operations.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/operations.js +0 -4
- package/dist/esm/operationsInterfaces/operations.js.map +0 -1
- package/dist/esm/operationsInterfaces/privateEndpointConnections.d.ts +0 -46
- package/dist/esm/operationsInterfaces/privateEndpointConnections.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/privateEndpointConnections.js +0 -4
- package/dist/esm/operationsInterfaces/privateEndpointConnections.js.map +0 -1
- package/dist/esm/operationsInterfaces/privateLinkResources.d.ts +0 -12
- package/dist/esm/operationsInterfaces/privateLinkResources.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/privateLinkResources.js +0 -4
- package/dist/esm/operationsInterfaces/privateLinkResources.js.map +0 -1
- package/dist/esm/operationsInterfaces/resolvePrivateLinkServiceId.d.ts +0 -13
- package/dist/esm/operationsInterfaces/resolvePrivateLinkServiceId.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/resolvePrivateLinkServiceId.js +0 -4
- package/dist/esm/operationsInterfaces/resolvePrivateLinkServiceId.js.map +0 -1
- package/dist/esm/operationsInterfaces/snapshots.d.ts +0 -47
- package/dist/esm/operationsInterfaces/snapshots.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/snapshots.js +0 -4
- package/dist/esm/operationsInterfaces/snapshots.js.map +0 -1
- package/dist/esm/operationsInterfaces/trustedAccessRoleBindings.d.ts +0 -56
- package/dist/esm/operationsInterfaces/trustedAccessRoleBindings.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/trustedAccessRoleBindings.js +0 -4
- package/dist/esm/operationsInterfaces/trustedAccessRoleBindings.js.map +0 -1
- package/dist/esm/operationsInterfaces/trustedAccessRoles.d.ts +0 -12
- package/dist/esm/operationsInterfaces/trustedAccessRoles.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/trustedAccessRoles.js +0 -4
- package/dist/esm/operationsInterfaces/trustedAccessRoles.js.map +0 -1
- package/dist/esm/pagingHelper.d.ts +0 -13
- package/dist/esm/pagingHelper.d.ts.map +0 -1
- package/dist/esm/pagingHelper.js +0 -25
- package/dist/esm/pagingHelper.js.map +0 -1
- package/dist/react-native/containerServiceClient.d.ts.map +0 -1
- package/dist/react-native/index.d.ts.map +0 -1
- package/dist/react-native/lroImpl.d.ts +0 -11
- package/dist/react-native/lroImpl.d.ts.map +0 -1
- package/dist/react-native/lroImpl.js +0 -20
- package/dist/react-native/lroImpl.js.map +0 -1
- package/dist/react-native/models/index.d.ts.map +0 -1
- package/dist/react-native/models/mappers.d.ts +0 -281
- package/dist/react-native/models/mappers.d.ts.map +0 -1
- package/dist/react-native/models/mappers.js +0 -9121
- package/dist/react-native/models/mappers.js.map +0 -1
- package/dist/react-native/models/parameters.d.ts +0 -51
- package/dist/react-native/models/parameters.d.ts.map +0 -1
- package/dist/react-native/models/parameters.js +0 -436
- package/dist/react-native/models/parameters.js.map +0 -1
- package/dist/react-native/operations/agentPools.d.ts +0 -172
- package/dist/react-native/operations/agentPools.d.ts.map +0 -1
- package/dist/react-native/operations/agentPools.js +0 -789
- package/dist/react-native/operations/agentPools.js.map +0 -1
- package/dist/react-native/operations/containerService.d.ts +0 -39
- package/dist/react-native/operations/containerService.d.ts.map +0 -1
- package/dist/react-native/operations/containerService.js +0 -123
- package/dist/react-native/operations/containerService.js.map +0 -1
- package/dist/react-native/operations/identityBindings.d.ts +0 -81
- package/dist/react-native/operations/identityBindings.d.ts.map +0 -1
- package/dist/react-native/operations/identityBindings.js +0 -358
- package/dist/react-native/operations/identityBindings.js.map +0 -1
- package/dist/react-native/operations/index.d.ts +0 -20
- package/dist/react-native/operations/index.d.ts.map +0 -1
- package/dist/react-native/operations/index.js +0 -24
- package/dist/react-native/operations/index.js.map +0 -1
- package/dist/react-native/operations/jWTAuthenticators.d.ts +0 -83
- package/dist/react-native/operations/jWTAuthenticators.d.ts.map +0 -1
- package/dist/react-native/operations/jWTAuthenticators.js +0 -360
- package/dist/react-native/operations/jWTAuthenticators.js.map +0 -1
- package/dist/react-native/operations/loadBalancers.d.ts +0 -72
- package/dist/react-native/operations/loadBalancers.d.ts.map +0 -1
- package/dist/react-native/operations/loadBalancers.js +0 -296
- package/dist/react-native/operations/loadBalancers.js.map +0 -1
- package/dist/react-native/operations/machines.d.ts +0 -71
- package/dist/react-native/operations/machines.d.ts.map +0 -1
- package/dist/react-native/operations/machines.js +0 -282
- package/dist/react-native/operations/machines.js.map +0 -1
- package/dist/react-native/operations/maintenanceConfigurations.d.ts +0 -66
- package/dist/react-native/operations/maintenanceConfigurations.d.ts.map +0 -1
- package/dist/react-native/operations/maintenanceConfigurations.js +0 -232
- package/dist/react-native/operations/maintenanceConfigurations.js.map +0 -1
- package/dist/react-native/operations/managedClusterSnapshots.d.ts +0 -83
- package/dist/react-native/operations/managedClusterSnapshots.d.ts.map +0 -1
- package/dist/react-native/operations/managedClusterSnapshots.js +0 -337
- package/dist/react-native/operations/managedClusterSnapshots.js.map +0 -1
- package/dist/react-native/operations/managedClusters.d.ts +0 -468
- package/dist/react-native/operations/managedClusters.d.ts.map +0 -1
- package/dist/react-native/operations/managedClusters.js +0 -2173
- package/dist/react-native/operations/managedClusters.js.map +0 -1
- package/dist/react-native/operations/managedNamespaces.d.ts +0 -103
- package/dist/react-native/operations/managedNamespaces.d.ts.map +0 -1
- package/dist/react-native/operations/managedNamespaces.js +0 -434
- package/dist/react-native/operations/managedNamespaces.js.map +0 -1
- package/dist/react-native/operations/meshMemberships.d.ts +0 -81
- package/dist/react-native/operations/meshMemberships.d.ts.map +0 -1
- package/dist/react-native/operations/meshMemberships.js +0 -350
- package/dist/react-native/operations/meshMemberships.js.map +0 -1
- package/dist/react-native/operations/operationStatusResultOperations.d.ts +0 -55
- package/dist/react-native/operations/operationStatusResultOperations.d.ts.map +0 -1
- package/dist/react-native/operations/operationStatusResultOperations.js +0 -194
- package/dist/react-native/operations/operationStatusResultOperations.js.map +0 -1
- package/dist/react-native/operations/operations.d.ts +0 -26
- package/dist/react-native/operations/operations.d.ts.map +0 -1
- package/dist/react-native/operations/operations.js +0 -74
- package/dist/react-native/operations/operations.js.map +0 -1
- package/dist/react-native/operations/privateEndpointConnections.d.ts +0 -54
- package/dist/react-native/operations/privateEndpointConnections.d.ts.map +0 -1
- package/dist/react-native/operations/privateEndpointConnections.js +0 -218
- package/dist/react-native/operations/privateEndpointConnections.js.map +0 -1
- package/dist/react-native/operations/privateLinkResources.d.ts +0 -20
- package/dist/react-native/operations/privateLinkResources.d.ts.map +0 -1
- package/dist/react-native/operations/privateLinkResources.js +0 -49
- package/dist/react-native/operations/privateLinkResources.js.map +0 -1
- package/dist/react-native/operations/resolvePrivateLinkServiceId.d.ts +0 -21
- package/dist/react-native/operations/resolvePrivateLinkServiceId.d.ts.map +0 -1
- package/dist/react-native/operations/resolvePrivateLinkServiceId.js +0 -52
- package/dist/react-native/operations/resolvePrivateLinkServiceId.js.map +0 -1
- package/dist/react-native/operations/snapshots.d.ts +0 -83
- package/dist/react-native/operations/snapshots.d.ts.map +0 -1
- package/dist/react-native/operations/snapshots.js +0 -337
- package/dist/react-native/operations/snapshots.js.map +0 -1
- package/dist/react-native/operations/trustedAccessRoleBindings.d.ts +0 -81
- package/dist/react-native/operations/trustedAccessRoleBindings.d.ts.map +0 -1
- package/dist/react-native/operations/trustedAccessRoleBindings.js +0 -360
- package/dist/react-native/operations/trustedAccessRoleBindings.js.map +0 -1
- package/dist/react-native/operations/trustedAccessRoles.d.ts +0 -35
- package/dist/react-native/operations/trustedAccessRoles.d.ts.map +0 -1
- package/dist/react-native/operations/trustedAccessRoles.js +0 -119
- package/dist/react-native/operations/trustedAccessRoles.js.map +0 -1
- package/dist/react-native/operationsInterfaces/agentPools.d.ts +0 -147
- package/dist/react-native/operationsInterfaces/agentPools.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/agentPools.js +0 -4
- package/dist/react-native/operationsInterfaces/agentPools.js.map +0 -1
- package/dist/react-native/operationsInterfaces/containerService.d.ts +0 -14
- package/dist/react-native/operationsInterfaces/containerService.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/containerService.js +0 -4
- package/dist/react-native/operationsInterfaces/containerService.js.map +0 -1
- package/dist/react-native/operationsInterfaces/identityBindings.d.ts +0 -56
- package/dist/react-native/operationsInterfaces/identityBindings.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/identityBindings.js +0 -4
- package/dist/react-native/operationsInterfaces/identityBindings.js.map +0 -1
- package/dist/react-native/operationsInterfaces/index.d.ts +0 -20
- package/dist/react-native/operationsInterfaces/index.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/index.js +0 -24
- package/dist/react-native/operationsInterfaces/index.js.map +0 -1
- package/dist/react-native/operationsInterfaces/jWTAuthenticators.d.ts +0 -58
- package/dist/react-native/operationsInterfaces/jWTAuthenticators.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/jWTAuthenticators.js +0 -4
- package/dist/react-native/operationsInterfaces/jWTAuthenticators.js.map +0 -1
- package/dist/react-native/operationsInterfaces/loadBalancers.d.ts +0 -47
- package/dist/react-native/operationsInterfaces/loadBalancers.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/loadBalancers.js +0 -4
- package/dist/react-native/operationsInterfaces/loadBalancers.js.map +0 -1
- package/dist/react-native/operationsInterfaces/machines.d.ts +0 -44
- package/dist/react-native/operationsInterfaces/machines.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/machines.js +0 -4
- package/dist/react-native/operationsInterfaces/machines.js.map +0 -1
- package/dist/react-native/operationsInterfaces/maintenanceConfigurations.d.ts +0 -41
- package/dist/react-native/operationsInterfaces/maintenanceConfigurations.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/maintenanceConfigurations.js +0 -4
- package/dist/react-native/operationsInterfaces/maintenanceConfigurations.js.map +0 -1
- package/dist/react-native/operationsInterfaces/managedClusterSnapshots.d.ts +0 -47
- package/dist/react-native/operationsInterfaces/managedClusterSnapshots.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/managedClusterSnapshots.js +0 -4
- package/dist/react-native/operationsInterfaces/managedClusterSnapshots.js.map +0 -1
- package/dist/react-native/operationsInterfaces/managedClusters.d.ts +0 -348
- package/dist/react-native/operationsInterfaces/managedClusters.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/managedClusters.js +0 -4
- package/dist/react-native/operationsInterfaces/managedClusters.js.map +0 -1
- package/dist/react-native/operationsInterfaces/managedNamespaces.d.ts +0 -78
- package/dist/react-native/operationsInterfaces/managedNamespaces.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/managedNamespaces.js +0 -4
- package/dist/react-native/operationsInterfaces/managedNamespaces.js.map +0 -1
- package/dist/react-native/operationsInterfaces/meshMemberships.d.ts +0 -56
- package/dist/react-native/operationsInterfaces/meshMemberships.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/meshMemberships.js +0 -4
- package/dist/react-native/operationsInterfaces/meshMemberships.js.map +0 -1
- package/dist/react-native/operationsInterfaces/operationStatusResultOperations.d.ts +0 -30
- package/dist/react-native/operationsInterfaces/operationStatusResultOperations.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/operationStatusResultOperations.js +0 -4
- package/dist/react-native/operationsInterfaces/operationStatusResultOperations.js.map +0 -1
- package/dist/react-native/operationsInterfaces/operations.d.ts +0 -11
- package/dist/react-native/operationsInterfaces/operations.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/operations.js +0 -4
- package/dist/react-native/operationsInterfaces/operations.js.map +0 -1
- package/dist/react-native/operationsInterfaces/privateEndpointConnections.d.ts +0 -46
- package/dist/react-native/operationsInterfaces/privateEndpointConnections.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/privateEndpointConnections.js +0 -4
- package/dist/react-native/operationsInterfaces/privateEndpointConnections.js.map +0 -1
- package/dist/react-native/operationsInterfaces/privateLinkResources.d.ts +0 -12
- package/dist/react-native/operationsInterfaces/privateLinkResources.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/privateLinkResources.js +0 -4
- package/dist/react-native/operationsInterfaces/privateLinkResources.js.map +0 -1
- package/dist/react-native/operationsInterfaces/resolvePrivateLinkServiceId.d.ts +0 -13
- package/dist/react-native/operationsInterfaces/resolvePrivateLinkServiceId.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/resolvePrivateLinkServiceId.js +0 -4
- package/dist/react-native/operationsInterfaces/resolvePrivateLinkServiceId.js.map +0 -1
- package/dist/react-native/operationsInterfaces/snapshots.d.ts +0 -47
- package/dist/react-native/operationsInterfaces/snapshots.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/snapshots.js +0 -4
- package/dist/react-native/operationsInterfaces/snapshots.js.map +0 -1
- package/dist/react-native/operationsInterfaces/trustedAccessRoleBindings.d.ts +0 -56
- package/dist/react-native/operationsInterfaces/trustedAccessRoleBindings.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/trustedAccessRoleBindings.js +0 -4
- package/dist/react-native/operationsInterfaces/trustedAccessRoleBindings.js.map +0 -1
- package/dist/react-native/operationsInterfaces/trustedAccessRoles.d.ts +0 -12
- package/dist/react-native/operationsInterfaces/trustedAccessRoles.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/trustedAccessRoles.js +0 -4
- package/dist/react-native/operationsInterfaces/trustedAccessRoles.js.map +0 -1
- package/dist/react-native/pagingHelper.d.ts +0 -13
- package/dist/react-native/pagingHelper.d.ts.map +0 -1
- package/dist/react-native/pagingHelper.js +0 -25
- package/dist/react-native/pagingHelper.js.map +0 -1
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"mappers.js","sourceRoot":"","sources":["../../../src/models/mappers.ts"],"names":[],"mappings":"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","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\n// Code generated by Microsoft (R) AutoRest Code Generator.\n// Changes may cause incorrect behavior and will be lost if the code is regenerated.\n\nimport type * as coreClient from \"@azure/core-client\";\n\nexport const OperationListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OperationListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"OperationValue\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const OperationValue: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OperationValue\",\n modelProperties: {\n origin: {\n serializedName: \"origin\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n operation: {\n serializedName: \"display.operation\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n resource: {\n serializedName: \"display.resource\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n description: {\n serializedName: \"display.description\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n provider: {\n serializedName: \"display.provider\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ErrorResponse: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ErrorResponse\",\n modelProperties: {\n error: {\n serializedName: \"error\",\n type: {\n name: \"Composite\",\n className: \"ErrorDetail\",\n },\n },\n },\n },\n};\n\nexport const ErrorDetail: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ErrorDetail\",\n modelProperties: {\n code: {\n serializedName: \"code\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n message: {\n serializedName: \"message\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n target: {\n serializedName: \"target\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n details: {\n serializedName: \"details\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ErrorDetail\",\n },\n },\n },\n },\n additionalInfo: {\n serializedName: \"additionalInfo\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ErrorAdditionalInfo\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const ErrorAdditionalInfo: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ErrorAdditionalInfo\",\n modelProperties: {\n type: {\n serializedName: \"type\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n info: {\n serializedName: \"info\",\n readOnly: true,\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"any\" } },\n },\n },\n },\n },\n};\n\nexport const KubernetesVersionListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"KubernetesVersionListResult\",\n modelProperties: {\n values: {\n serializedName: \"values\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"KubernetesVersion\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const KubernetesVersion: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"KubernetesVersion\",\n modelProperties: {\n version: {\n serializedName: \"version\",\n type: {\n name: \"String\",\n },\n },\n capabilities: {\n serializedName: \"capabilities\",\n type: {\n name: \"Composite\",\n className: \"KubernetesVersionCapabilities\",\n },\n },\n isDefault: {\n serializedName: \"isDefault\",\n type: {\n name: \"Boolean\",\n },\n },\n isPreview: {\n serializedName: \"isPreview\",\n type: {\n name: \"Boolean\",\n },\n },\n patchVersions: {\n serializedName: \"patchVersions\",\n type: {\n name: \"Dictionary\",\n value: {\n type: { name: \"Composite\", className: \"KubernetesPatchVersion\" },\n },\n },\n },\n },\n },\n};\n\nexport const KubernetesVersionCapabilities: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"KubernetesVersionCapabilities\",\n modelProperties: {\n supportPlan: {\n serializedName: \"supportPlan\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const KubernetesPatchVersion: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"KubernetesPatchVersion\",\n modelProperties: {\n upgrades: {\n serializedName: \"upgrades\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const NodeImageVersionsListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"NodeImageVersionsListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"NodeImageVersion\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const NodeImageVersion: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"NodeImageVersion\",\n modelProperties: {\n os: {\n serializedName: \"os\",\n type: {\n name: \"String\",\n },\n },\n sku: {\n serializedName: \"sku\",\n type: {\n name: \"String\",\n },\n },\n version: {\n serializedName: \"version\",\n type: {\n name: \"String\",\n },\n },\n fullName: {\n serializedName: \"fullName\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ManagedClusterListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ManagedClusterListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ManagedCluster\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ManagedClusterSKU: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ManagedClusterSKU\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\",\n },\n },\n tier: {\n serializedName: \"tier\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ExtendedLocation: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ExtendedLocation\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\",\n },\n },\n type: {\n serializedName: \"type\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ManagedClusterIdentity: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ManagedClusterIdentity\",\n modelProperties: {\n principalId: {\n serializedName: \"principalId\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n tenantId: {\n serializedName: \"tenantId\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n type: {\n serializedName: \"type\",\n type: {\n name: \"Enum\",\n allowedValues: [\"SystemAssigned\", \"UserAssigned\", \"None\"],\n },\n },\n delegatedResources: {\n serializedName: \"delegatedResources\",\n type: {\n name: \"Dictionary\",\n value: {\n type: { name: \"Composite\", className: \"DelegatedResource\" },\n },\n },\n },\n userAssignedIdentities: {\n serializedName: \"userAssignedIdentities\",\n type: {\n name: \"Dictionary\",\n value: {\n type: {\n name: \"Composite\",\n className: \"ManagedServiceIdentityUserAssignedIdentitiesValue\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const DelegatedResource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DelegatedResource\",\n modelProperties: {\n resourceId: {\n serializedName: \"resourceId\",\n type: {\n name: \"String\",\n },\n },\n tenantId: {\n serializedName: \"tenantId\",\n type: {\n name: \"Uuid\",\n },\n },\n referralResource: {\n serializedName: \"referralResource\",\n type: {\n name: \"String\",\n },\n },\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ManagedServiceIdentityUserAssignedIdentitiesValue: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ManagedServiceIdentityUserAssignedIdentitiesValue\",\n modelProperties: {\n principalId: {\n serializedName: \"principalId\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n clientId: {\n serializedName: \"clientId\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const PowerState: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PowerState\",\n modelProperties: {\n code: {\n serializedName: \"code\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const CreationData: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CreationData\",\n modelProperties: {\n sourceResourceId: {\n serializedName: \"sourceResourceId\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ManagedClusterAgentPoolProfileProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ManagedClusterAgentPoolProfileProperties\",\n modelProperties: {\n eTag: {\n serializedName: \"eTag\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n count: {\n serializedName: \"count\",\n type: {\n name: \"Number\",\n },\n },\n vmSize: {\n serializedName: \"vmSize\",\n type: {\n name: \"String\",\n },\n },\n osDiskSizeGB: {\n constraints: {\n InclusiveMaximum: 2048,\n InclusiveMinimum: 0,\n },\n serializedName: \"osDiskSizeGB\",\n type: {\n name: \"Number\",\n },\n },\n osDiskType: {\n serializedName: \"osDiskType\",\n type: {\n name: \"String\",\n },\n },\n kubeletDiskType: {\n serializedName: \"kubeletDiskType\",\n type: {\n name: \"String\",\n },\n },\n workloadRuntime: {\n serializedName: \"workloadRuntime\",\n type: {\n name: \"String\",\n },\n },\n messageOfTheDay: {\n serializedName: \"messageOfTheDay\",\n type: {\n name: \"String\",\n },\n },\n vnetSubnetID: {\n serializedName: \"vnetSubnetID\",\n type: {\n name: \"String\",\n },\n },\n podSubnetID: {\n serializedName: \"podSubnetID\",\n type: {\n name: \"String\",\n },\n },\n podIPAllocationMode: {\n serializedName: \"podIPAllocationMode\",\n type: {\n name: \"String\",\n },\n },\n maxPods: {\n serializedName: \"maxPods\",\n type: {\n name: \"Number\",\n },\n },\n osType: {\n defaultValue: \"Linux\",\n serializedName: \"osType\",\n type: {\n name: \"String\",\n },\n },\n osSKU: {\n serializedName: \"osSKU\",\n type: {\n name: \"String\",\n },\n },\n maxCount: {\n serializedName: \"maxCount\",\n type: {\n name: \"Number\",\n },\n },\n minCount: {\n serializedName: \"minCount\",\n type: {\n name: \"Number\",\n },\n },\n enableAutoScaling: {\n serializedName: \"enableAutoScaling\",\n type: {\n name: \"Boolean\",\n },\n },\n scaleDownMode: {\n serializedName: \"scaleDownMode\",\n type: {\n name: \"String\",\n },\n },\n type: {\n serializedName: \"type\",\n type: {\n name: \"String\",\n },\n },\n mode: {\n serializedName: \"mode\",\n type: {\n name: \"String\",\n },\n },\n orchestratorVersion: {\n serializedName: \"orchestratorVersion\",\n type: {\n name: \"String\",\n },\n },\n currentOrchestratorVersion: {\n serializedName: \"currentOrchestratorVersion\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n nodeImageVersion: {\n serializedName: \"nodeImageVersion\",\n type: {\n name: \"String\",\n },\n },\n upgradeStrategy: {\n serializedName: \"upgradeStrategy\",\n type: {\n name: \"String\",\n },\n },\n upgradeSettings: {\n serializedName: \"upgradeSettings\",\n type: {\n name: \"Composite\",\n className: \"AgentPoolUpgradeSettings\",\n },\n },\n upgradeSettingsBlueGreen: {\n serializedName: \"upgradeSettingsBlueGreen\",\n type: {\n name: \"Composite\",\n className: \"AgentPoolBlueGreenUpgradeSettings\",\n },\n },\n provisioningState: {\n serializedName: \"provisioningState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n powerState: {\n serializedName: \"powerState\",\n type: {\n name: \"Composite\",\n className: \"PowerState\",\n },\n },\n availabilityZones: {\n serializedName: \"availabilityZones\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n enableNodePublicIP: {\n serializedName: \"enableNodePublicIP\",\n type: {\n name: \"Boolean\",\n },\n },\n nodePublicIPPrefixID: {\n serializedName: \"nodePublicIPPrefixID\",\n type: {\n name: \"String\",\n },\n },\n scaleSetPriority: {\n defaultValue: \"Regular\",\n serializedName: \"scaleSetPriority\",\n type: {\n name: \"String\",\n },\n },\n scaleSetEvictionPolicy: {\n defaultValue: \"Delete\",\n serializedName: \"scaleSetEvictionPolicy\",\n type: {\n name: \"String\",\n },\n },\n spotMaxPrice: {\n defaultValue: -1,\n serializedName: \"spotMaxPrice\",\n type: {\n name: \"Number\",\n },\n },\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } },\n },\n },\n nodeLabels: {\n serializedName: \"nodeLabels\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } },\n },\n },\n nodeTaints: {\n serializedName: \"nodeTaints\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n nodeInitializationTaints: {\n serializedName: \"nodeInitializationTaints\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n proximityPlacementGroupID: {\n serializedName: \"proximityPlacementGroupID\",\n type: {\n name: \"String\",\n },\n },\n kubeletConfig: {\n serializedName: \"kubeletConfig\",\n type: {\n name: \"Composite\",\n className: \"KubeletConfig\",\n },\n },\n linuxOSConfig: {\n serializedName: \"linuxOSConfig\",\n type: {\n name: \"Composite\",\n className: \"LinuxOSConfig\",\n },\n },\n enableEncryptionAtHost: {\n serializedName: \"enableEncryptionAtHost\",\n type: {\n name: \"Boolean\",\n },\n },\n enableUltraSSD: {\n serializedName: \"enableUltraSSD\",\n type: {\n name: \"Boolean\",\n },\n },\n enableFips: {\n serializedName: \"enableFIPS\",\n type: {\n name: \"Boolean\",\n },\n },\n gpuInstanceProfile: {\n serializedName: \"gpuInstanceProfile\",\n type: {\n name: \"String\",\n },\n },\n creationData: {\n serializedName: \"creationData\",\n type: {\n name: \"Composite\",\n className: \"CreationData\",\n },\n },\n capacityReservationGroupID: {\n serializedName: \"capacityReservationGroupID\",\n type: {\n name: \"String\",\n },\n },\n hostGroupID: {\n serializedName: \"hostGroupID\",\n type: {\n name: \"String\",\n },\n },\n windowsProfile: {\n serializedName: \"windowsProfile\",\n type: {\n name: \"Composite\",\n className: \"AgentPoolWindowsProfile\",\n },\n },\n networkProfile: {\n serializedName: \"networkProfile\",\n type: {\n name: \"Composite\",\n className: \"AgentPoolNetworkProfile\",\n },\n },\n securityProfile: {\n serializedName: \"securityProfile\",\n type: {\n name: \"Composite\",\n className: \"AgentPoolSecurityProfile\",\n },\n },\n gpuProfile: {\n serializedName: \"gpuProfile\",\n type: {\n name: \"Composite\",\n className: \"GPUProfile\",\n },\n },\n artifactStreamingProfile: {\n serializedName: \"artifactStreamingProfile\",\n type: {\n name: \"Composite\",\n className: \"AgentPoolArtifactStreamingProfile\",\n },\n },\n virtualMachinesProfile: {\n serializedName: \"virtualMachinesProfile\",\n type: {\n name: \"Composite\",\n className: \"VirtualMachinesProfile\",\n },\n },\n virtualMachineNodesStatus: {\n serializedName: \"virtualMachineNodesStatus\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"VirtualMachineNodes\",\n },\n },\n },\n },\n gatewayProfile: {\n serializedName: \"gatewayProfile\",\n type: {\n name: \"Composite\",\n className: \"AgentPoolGatewayProfile\",\n },\n },\n status: {\n serializedName: \"status\",\n type: {\n name: \"Composite\",\n className: \"AgentPoolStatus\",\n },\n },\n localDNSProfile: {\n serializedName: \"localDNSProfile\",\n type: {\n name: \"Composite\",\n className: \"LocalDNSProfile\",\n },\n },\n nodeCustomizationProfile: {\n serializedName: \"nodeCustomizationProfile\",\n type: {\n name: \"Composite\",\n className: \"NodeCustomizationProfile\",\n },\n },\n },\n },\n};\n\nexport const AgentPoolUpgradeSettings: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AgentPoolUpgradeSettings\",\n modelProperties: {\n maxSurge: {\n serializedName: \"maxSurge\",\n type: {\n name: \"String\",\n },\n },\n maxUnavailable: {\n serializedName: \"maxUnavailable\",\n type: {\n name: \"String\",\n },\n },\n maxBlockedNodes: {\n serializedName: \"maxBlockedNodes\",\n type: {\n name: \"String\",\n },\n },\n drainTimeoutInMinutes: {\n constraints: {\n InclusiveMaximum: 1440,\n InclusiveMinimum: 1,\n },\n serializedName: \"drainTimeoutInMinutes\",\n type: {\n name: \"Number\",\n },\n },\n nodeSoakDurationInMinutes: {\n constraints: {\n InclusiveMaximum: 30,\n InclusiveMinimum: 0,\n },\n serializedName: \"nodeSoakDurationInMinutes\",\n type: {\n name: \"Number\",\n },\n },\n undrainableNodeBehavior: {\n serializedName: \"undrainableNodeBehavior\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const AgentPoolBlueGreenUpgradeSettings: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AgentPoolBlueGreenUpgradeSettings\",\n modelProperties: {\n drainBatchSize: {\n serializedName: \"drainBatchSize\",\n type: {\n name: \"String\",\n },\n },\n drainTimeoutInMinutes: {\n constraints: {\n InclusiveMaximum: 1440,\n InclusiveMinimum: 1,\n },\n serializedName: \"drainTimeoutInMinutes\",\n type: {\n name: \"Number\",\n },\n },\n batchSoakDurationInMinutes: {\n constraints: {\n InclusiveMaximum: 1440,\n InclusiveMinimum: 0,\n },\n serializedName: \"batchSoakDurationInMinutes\",\n type: {\n name: \"Number\",\n },\n },\n finalSoakDurationInMinutes: {\n constraints: {\n InclusiveMaximum: 10080,\n InclusiveMinimum: 0,\n },\n serializedName: \"finalSoakDurationInMinutes\",\n type: {\n name: \"Number\",\n },\n },\n },\n },\n};\n\nexport const KubeletConfig: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"KubeletConfig\",\n modelProperties: {\n cpuManagerPolicy: {\n serializedName: \"cpuManagerPolicy\",\n type: {\n name: \"String\",\n },\n },\n cpuCfsQuota: {\n serializedName: \"cpuCfsQuota\",\n type: {\n name: \"Boolean\",\n },\n },\n cpuCfsQuotaPeriod: {\n serializedName: \"cpuCfsQuotaPeriod\",\n type: {\n name: \"String\",\n },\n },\n imageGcHighThreshold: {\n serializedName: \"imageGcHighThreshold\",\n type: {\n name: \"Number\",\n },\n },\n imageGcLowThreshold: {\n serializedName: \"imageGcLowThreshold\",\n type: {\n name: \"Number\",\n },\n },\n topologyManagerPolicy: {\n serializedName: \"topologyManagerPolicy\",\n type: {\n name: \"String\",\n },\n },\n allowedUnsafeSysctls: {\n serializedName: \"allowedUnsafeSysctls\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n failSwapOn: {\n serializedName: \"failSwapOn\",\n type: {\n name: \"Boolean\",\n },\n },\n containerLogMaxSizeMB: {\n serializedName: \"containerLogMaxSizeMB\",\n type: {\n name: \"Number\",\n },\n },\n containerLogMaxFiles: {\n constraints: {\n InclusiveMinimum: 2,\n },\n serializedName: \"containerLogMaxFiles\",\n type: {\n name: \"Number\",\n },\n },\n podMaxPids: {\n serializedName: \"podMaxPids\",\n type: {\n name: \"Number\",\n },\n },\n seccompDefault: {\n serializedName: \"seccompDefault\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const LinuxOSConfig: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"LinuxOSConfig\",\n modelProperties: {\n sysctls: {\n serializedName: \"sysctls\",\n type: {\n name: \"Composite\",\n className: \"SysctlConfig\",\n },\n },\n transparentHugePageEnabled: {\n serializedName: \"transparentHugePageEnabled\",\n type: {\n name: \"String\",\n },\n },\n transparentHugePageDefrag: {\n serializedName: \"transparentHugePageDefrag\",\n type: {\n name: \"String\",\n },\n },\n swapFileSizeMB: {\n serializedName: \"swapFileSizeMB\",\n type: {\n name: \"Number\",\n },\n },\n },\n },\n};\n\nexport const SysctlConfig: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SysctlConfig\",\n modelProperties: {\n netCoreSomaxconn: {\n serializedName: \"netCoreSomaxconn\",\n type: {\n name: \"Number\",\n },\n },\n netCoreNetdevMaxBacklog: {\n serializedName: \"netCoreNetdevMaxBacklog\",\n type: {\n name: \"Number\",\n },\n },\n netCoreRmemDefault: {\n serializedName: \"netCoreRmemDefault\",\n type: {\n name: \"Number\",\n },\n },\n netCoreRmemMax: {\n serializedName: \"netCoreRmemMax\",\n type: {\n name: \"Number\",\n },\n },\n netCoreWmemDefault: {\n serializedName: \"netCoreWmemDefault\",\n type: {\n name: \"Number\",\n },\n },\n netCoreWmemMax: {\n serializedName: \"netCoreWmemMax\",\n type: {\n name: \"Number\",\n },\n },\n netCoreOptmemMax: {\n serializedName: \"netCoreOptmemMax\",\n type: {\n name: \"Number\",\n },\n },\n netIpv4TcpMaxSynBacklog: {\n serializedName: \"netIpv4TcpMaxSynBacklog\",\n type: {\n name: \"Number\",\n },\n },\n netIpv4TcpMaxTwBuckets: {\n serializedName: \"netIpv4TcpMaxTwBuckets\",\n type: {\n name: \"Number\",\n },\n },\n netIpv4TcpFinTimeout: {\n serializedName: \"netIpv4TcpFinTimeout\",\n type: {\n name: \"Number\",\n },\n },\n netIpv4TcpKeepaliveTime: {\n serializedName: \"netIpv4TcpKeepaliveTime\",\n type: {\n name: \"Number\",\n },\n },\n netIpv4TcpKeepaliveProbes: {\n serializedName: \"netIpv4TcpKeepaliveProbes\",\n type: {\n name: \"Number\",\n },\n },\n netIpv4TcpkeepaliveIntvl: {\n constraints: {\n InclusiveMaximum: 90,\n InclusiveMinimum: 10,\n },\n serializedName: \"netIpv4TcpkeepaliveIntvl\",\n type: {\n name: \"Number\",\n },\n },\n netIpv4TcpTwReuse: {\n serializedName: \"netIpv4TcpTwReuse\",\n type: {\n name: \"Boolean\",\n },\n },\n netIpv4IpLocalPortRange: {\n serializedName: \"netIpv4IpLocalPortRange\",\n type: {\n name: \"String\",\n },\n },\n netIpv4NeighDefaultGcThresh1: {\n serializedName: \"netIpv4NeighDefaultGcThresh1\",\n type: {\n name: \"Number\",\n },\n },\n netIpv4NeighDefaultGcThresh2: {\n serializedName: \"netIpv4NeighDefaultGcThresh2\",\n type: {\n name: \"Number\",\n },\n },\n netIpv4NeighDefaultGcThresh3: {\n serializedName: \"netIpv4NeighDefaultGcThresh3\",\n type: {\n name: \"Number\",\n },\n },\n netNetfilterNfConntrackMax: {\n constraints: {\n InclusiveMaximum: 2097152,\n InclusiveMinimum: 131072,\n },\n serializedName: \"netNetfilterNfConntrackMax\",\n type: {\n name: \"Number\",\n },\n },\n netNetfilterNfConntrackBuckets: {\n constraints: {\n InclusiveMaximum: 524288,\n InclusiveMinimum: 65536,\n },\n serializedName: \"netNetfilterNfConntrackBuckets\",\n type: {\n name: \"Number\",\n },\n },\n fsInotifyMaxUserWatches: {\n serializedName: \"fsInotifyMaxUserWatches\",\n type: {\n name: \"Number\",\n },\n },\n fsFileMax: {\n serializedName: \"fsFileMax\",\n type: {\n name: \"Number\",\n },\n },\n fsAioMaxNr: {\n serializedName: \"fsAioMaxNr\",\n type: {\n name: \"Number\",\n },\n },\n fsNrOpen: {\n serializedName: \"fsNrOpen\",\n type: {\n name: \"Number\",\n },\n },\n kernelThreadsMax: {\n serializedName: \"kernelThreadsMax\",\n type: {\n name: \"Number\",\n },\n },\n vmMaxMapCount: {\n serializedName: \"vmMaxMapCount\",\n type: {\n name: \"Number\",\n },\n },\n vmSwappiness: {\n serializedName: \"vmSwappiness\",\n type: {\n name: \"Number\",\n },\n },\n vmVfsCachePressure: {\n serializedName: \"vmVfsCachePressure\",\n type: {\n name: \"Number\",\n },\n },\n },\n },\n};\n\nexport const AgentPoolWindowsProfile: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AgentPoolWindowsProfile\",\n modelProperties: {\n disableOutboundNat: {\n serializedName: \"disableOutboundNat\",\n type: {\n name: \"Boolean\",\n },\n },\n },\n },\n};\n\nexport const AgentPoolNetworkProfile: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AgentPoolNetworkProfile\",\n modelProperties: {\n nodePublicIPTags: {\n serializedName: \"nodePublicIPTags\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"IPTag\",\n },\n },\n },\n },\n allowedHostPorts: {\n serializedName: \"allowedHostPorts\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"PortRange\",\n },\n },\n },\n },\n applicationSecurityGroups: {\n serializedName: \"applicationSecurityGroups\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const IPTag: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"IPTag\",\n modelProperties: {\n ipTagType: {\n serializedName: \"ipTagType\",\n type: {\n name: \"String\",\n },\n },\n tag: {\n serializedName: \"tag\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const PortRange: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PortRange\",\n modelProperties: {\n portStart: {\n constraints: {\n InclusiveMaximum: 65535,\n InclusiveMinimum: 1,\n },\n serializedName: \"portStart\",\n type: {\n name: \"Number\",\n },\n },\n portEnd: {\n constraints: {\n InclusiveMaximum: 65535,\n InclusiveMinimum: 1,\n },\n serializedName: \"portEnd\",\n type: {\n name: \"Number\",\n },\n },\n protocol: {\n serializedName: \"protocol\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const AgentPoolSecurityProfile: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AgentPoolSecurityProfile\",\n modelProperties: {\n sshAccess: {\n serializedName: \"sshAccess\",\n type: {\n name: \"String\",\n },\n },\n enableVtpm: {\n serializedName: \"enableVTPM\",\n type: {\n name: \"Boolean\",\n },\n },\n enableSecureBoot: {\n serializedName: \"enableSecureBoot\",\n type: {\n name: \"Boolean\",\n },\n },\n },\n },\n};\n\nexport const GPUProfile: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"GPUProfile\",\n modelProperties: {\n driver: {\n serializedName: \"driver\",\n type: {\n name: \"String\",\n },\n },\n driverType: {\n serializedName: \"driverType\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const AgentPoolArtifactStreamingProfile: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AgentPoolArtifactStreamingProfile\",\n modelProperties: {\n enabled: {\n serializedName: \"enabled\",\n type: {\n name: \"Boolean\",\n },\n },\n },\n },\n};\n\nexport const VirtualMachinesProfile: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"VirtualMachinesProfile\",\n modelProperties: {\n scale: {\n serializedName: \"scale\",\n type: {\n name: \"Composite\",\n className: \"ScaleProfile\",\n },\n },\n },\n },\n};\n\nexport const ScaleProfile: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ScaleProfile\",\n modelProperties: {\n manual: {\n serializedName: \"manual\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ManualScaleProfile\",\n },\n },\n },\n },\n autoscale: {\n serializedName: \"autoscale\",\n type: {\n name: \"Composite\",\n className: \"AutoScaleProfile\",\n },\n },\n },\n },\n};\n\nexport const ManualScaleProfile: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ManualScaleProfile\",\n modelProperties: {\n size: {\n serializedName: \"size\",\n type: {\n name: \"String\",\n },\n },\n count: {\n serializedName: \"count\",\n type: {\n name: \"Number\",\n },\n },\n },\n },\n};\n\nexport const AutoScaleProfile: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AutoScaleProfile\",\n modelProperties: {\n size: {\n serializedName: \"size\",\n type: {\n name: \"String\",\n },\n },\n minCount: {\n serializedName: \"minCount\",\n type: {\n name: \"Number\",\n },\n },\n maxCount: {\n serializedName: \"maxCount\",\n type: {\n name: \"Number\",\n },\n },\n },\n },\n};\n\nexport const VirtualMachineNodes: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"VirtualMachineNodes\",\n modelProperties: {\n size: {\n serializedName: \"size\",\n type: {\n name: \"String\",\n },\n },\n count: {\n serializedName: \"count\",\n type: {\n name: \"Number\",\n },\n },\n },\n },\n};\n\nexport const AgentPoolGatewayProfile: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AgentPoolGatewayProfile\",\n modelProperties: {\n publicIPPrefixSize: {\n defaultValue: 31,\n constraints: {\n InclusiveMaximum: 31,\n InclusiveMinimum: 28,\n },\n serializedName: \"publicIPPrefixSize\",\n type: {\n name: \"Number\",\n },\n },\n },\n },\n};\n\nexport const AgentPoolStatus: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AgentPoolStatus\",\n modelProperties: {\n provisioningError: {\n serializedName: \"provisioningError\",\n type: {\n name: \"Composite\",\n className: \"ErrorDetail\",\n },\n },\n },\n },\n};\n\nexport const LocalDNSProfile: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"LocalDNSProfile\",\n modelProperties: {\n mode: {\n defaultValue: \"Preferred\",\n serializedName: \"mode\",\n type: {\n name: \"String\",\n },\n },\n state: {\n serializedName: \"state\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n vnetDNSOverrides: {\n serializedName: \"vnetDNSOverrides\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"Composite\", className: \"LocalDNSOverride\" } },\n },\n },\n kubeDNSOverrides: {\n serializedName: \"kubeDNSOverrides\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"Composite\", className: \"LocalDNSOverride\" } },\n },\n },\n },\n },\n};\n\nexport const LocalDNSOverride: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"LocalDNSOverride\",\n modelProperties: {\n queryLogging: {\n defaultValue: \"Error\",\n serializedName: \"queryLogging\",\n type: {\n name: \"String\",\n },\n },\n protocol: {\n defaultValue: \"PreferUDP\",\n serializedName: \"protocol\",\n type: {\n name: \"String\",\n },\n },\n forwardDestination: {\n defaultValue: \"ClusterCoreDNS\",\n serializedName: \"forwardDestination\",\n type: {\n name: \"String\",\n },\n },\n forwardPolicy: {\n defaultValue: \"Sequential\",\n serializedName: \"forwardPolicy\",\n type: {\n name: \"String\",\n },\n },\n maxConcurrent: {\n defaultValue: 1000,\n serializedName: \"maxConcurrent\",\n type: {\n name: \"Number\",\n },\n },\n cacheDurationInSeconds: {\n defaultValue: 3600,\n serializedName: \"cacheDurationInSeconds\",\n type: {\n name: \"Number\",\n },\n },\n serveStaleDurationInSeconds: {\n defaultValue: 3600,\n serializedName: \"serveStaleDurationInSeconds\",\n type: {\n name: \"Number\",\n },\n },\n serveStale: {\n defaultValue: \"Immediate\",\n serializedName: \"serveStale\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const NodeCustomizationProfile: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"NodeCustomizationProfile\",\n modelProperties: {\n nodeCustomizationId: {\n serializedName: \"nodeCustomizationId\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ContainerServiceLinuxProfile: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ContainerServiceLinuxProfile\",\n modelProperties: {\n adminUsername: {\n constraints: {\n Pattern: new RegExp(\"^[A-Za-z][-A-Za-z0-9_]*$\"),\n },\n serializedName: \"adminUsername\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n ssh: {\n serializedName: \"ssh\",\n type: {\n name: \"Composite\",\n className: \"ContainerServiceSshConfiguration\",\n },\n },\n },\n },\n};\n\nexport const ContainerServiceSshConfiguration: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ContainerServiceSshConfiguration\",\n modelProperties: {\n publicKeys: {\n serializedName: \"publicKeys\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ContainerServiceSshPublicKey\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const ContainerServiceSshPublicKey: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ContainerServiceSshPublicKey\",\n modelProperties: {\n keyData: {\n serializedName: \"keyData\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ManagedClusterWindowsProfile: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ManagedClusterWindowsProfile\",\n modelProperties: {\n adminUsername: {\n serializedName: \"adminUsername\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n adminPassword: {\n serializedName: \"adminPassword\",\n type: {\n name: \"String\",\n },\n },\n licenseType: {\n serializedName: \"licenseType\",\n type: {\n name: \"String\",\n },\n },\n enableCSIProxy: {\n serializedName: \"enableCSIProxy\",\n type: {\n name: \"Boolean\",\n },\n },\n gmsaProfile: {\n serializedName: \"gmsaProfile\",\n type: {\n name: \"Composite\",\n className: \"WindowsGmsaProfile\",\n },\n },\n },\n },\n};\n\nexport const WindowsGmsaProfile: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"WindowsGmsaProfile\",\n modelProperties: {\n enabled: {\n serializedName: \"enabled\",\n type: {\n name: \"Boolean\",\n },\n },\n dnsServer: {\n serializedName: \"dnsServer\",\n type: {\n name: \"String\",\n },\n },\n rootDomainName: {\n serializedName: \"rootDomainName\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ManagedClusterServicePrincipalProfile: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ManagedClusterServicePrincipalProfile\",\n modelProperties: {\n clientId: {\n serializedName: \"clientId\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n secret: {\n serializedName: \"secret\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ManagedClusterAddonProfile: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ManagedClusterAddonProfile\",\n modelProperties: {\n enabled: {\n serializedName: \"enabled\",\n required: true,\n type: {\n name: \"Boolean\",\n },\n },\n config: {\n serializedName: \"config\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } },\n },\n },\n identity: {\n serializedName: \"identity\",\n type: {\n name: \"Composite\",\n className: \"ManagedClusterAddonProfileIdentity\",\n },\n },\n },\n },\n};\n\nexport const UserAssignedIdentity: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"UserAssignedIdentity\",\n modelProperties: {\n resourceId: {\n serializedName: \"resourceId\",\n type: {\n name: \"String\",\n },\n },\n clientId: {\n serializedName: \"clientId\",\n type: {\n name: \"String\",\n },\n },\n objectId: {\n serializedName: \"objectId\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ManagedClusterPodIdentityProfile: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ManagedClusterPodIdentityProfile\",\n modelProperties: {\n enabled: {\n serializedName: \"enabled\",\n type: {\n name: \"Boolean\",\n },\n },\n allowNetworkPluginKubenet: {\n serializedName: \"allowNetworkPluginKubenet\",\n type: {\n name: \"Boolean\",\n },\n },\n userAssignedIdentities: {\n serializedName: \"userAssignedIdentities\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ManagedClusterPodIdentity\",\n },\n },\n },\n },\n userAssignedIdentityExceptions: {\n serializedName: \"userAssignedIdentityExceptions\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ManagedClusterPodIdentityException\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const ManagedClusterPodIdentity: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ManagedClusterPodIdentity\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n namespace: {\n serializedName: \"namespace\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n bindingSelector: {\n serializedName: \"bindingSelector\",\n type: {\n name: \"String\",\n },\n },\n identity: {\n serializedName: \"identity\",\n type: {\n name: \"Composite\",\n className: \"UserAssignedIdentity\",\n },\n },\n provisioningState: {\n serializedName: \"provisioningState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n provisioningInfo: {\n serializedName: \"provisioningInfo\",\n type: {\n name: \"Composite\",\n className: \"ManagedClusterPodIdentityProvisioningInfo\",\n },\n },\n },\n },\n};\n\nexport const ManagedClusterPodIdentityProvisioningInfo: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ManagedClusterPodIdentityProvisioningInfo\",\n modelProperties: {\n error: {\n serializedName: \"error\",\n type: {\n name: \"Composite\",\n className: \"ManagedClusterPodIdentityProvisioningError\",\n },\n },\n },\n },\n};\n\nexport const ManagedClusterPodIdentityProvisioningError: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ManagedClusterPodIdentityProvisioningError\",\n modelProperties: {\n error: {\n serializedName: \"error\",\n type: {\n name: \"Composite\",\n className: \"ManagedClusterPodIdentityProvisioningErrorBody\",\n },\n },\n },\n },\n};\n\nexport const ManagedClusterPodIdentityProvisioningErrorBody: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ManagedClusterPodIdentityProvisioningErrorBody\",\n modelProperties: {\n code: {\n serializedName: \"code\",\n type: {\n name: \"String\",\n },\n },\n message: {\n serializedName: \"message\",\n type: {\n name: \"String\",\n },\n },\n target: {\n serializedName: \"target\",\n type: {\n name: \"String\",\n },\n },\n details: {\n serializedName: \"details\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ManagedClusterPodIdentityProvisioningErrorBody\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const ManagedClusterPodIdentityException: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ManagedClusterPodIdentityException\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n namespace: {\n serializedName: \"namespace\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n podLabels: {\n serializedName: \"podLabels\",\n required: true,\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } },\n },\n },\n },\n },\n};\n\nexport const ManagedClusterOidcIssuerProfile: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ManagedClusterOidcIssuerProfile\",\n modelProperties: {\n issuerURL: {\n serializedName: \"issuerURL\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n enabled: {\n serializedName: \"enabled\",\n type: {\n name: \"Boolean\",\n },\n },\n },\n },\n};\n\nexport const ManagedClusterNodeResourceGroupProfile: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ManagedClusterNodeResourceGroupProfile\",\n modelProperties: {\n restrictionLevel: {\n serializedName: \"restrictionLevel\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ContainerServiceNetworkProfile: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ContainerServiceNetworkProfile\",\n modelProperties: {\n networkPlugin: {\n serializedName: \"networkPlugin\",\n type: {\n name: \"String\",\n },\n },\n networkPluginMode: {\n serializedName: \"networkPluginMode\",\n type: {\n name: \"String\",\n },\n },\n networkPolicy: {\n serializedName: \"networkPolicy\",\n type: {\n name: \"String\",\n },\n },\n networkMode: {\n serializedName: \"networkMode\",\n type: {\n name: \"String\",\n },\n },\n networkDataplane: {\n serializedName: \"networkDataplane\",\n type: {\n name: \"String\",\n },\n },\n podCidr: {\n defaultValue: \"10.244.0.0/16\",\n constraints: {\n Pattern: new RegExp(\"^([0-9]{1,3}\\\\.){3}[0-9]{1,3}(\\\\/([0-9]|[1-2][0-9]|3[0-2]))?$\"),\n },\n serializedName: \"podCidr\",\n type: {\n name: \"String\",\n },\n },\n serviceCidr: {\n defaultValue: \"10.0.0.0/16\",\n constraints: {\n Pattern: new RegExp(\"^([0-9]{1,3}\\\\.){3}[0-9]{1,3}(\\\\/([0-9]|[1-2][0-9]|3[0-2]))?$\"),\n },\n serializedName: \"serviceCidr\",\n type: {\n name: \"String\",\n },\n },\n dnsServiceIP: {\n defaultValue: \"10.0.0.10\",\n constraints: {\n Pattern: new RegExp(\n \"^(?:(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\\\\.){3}(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)$\",\n ),\n },\n serializedName: \"dnsServiceIP\",\n type: {\n name: \"String\",\n },\n },\n outboundType: {\n defaultValue: \"loadBalancer\",\n serializedName: \"outboundType\",\n type: {\n name: \"String\",\n },\n },\n loadBalancerSku: {\n serializedName: \"loadBalancerSku\",\n type: {\n name: \"String\",\n },\n },\n loadBalancerProfile: {\n serializedName: \"loadBalancerProfile\",\n type: {\n name: \"Composite\",\n className: \"ManagedClusterLoadBalancerProfile\",\n },\n },\n natGatewayProfile: {\n serializedName: \"natGatewayProfile\",\n type: {\n name: \"Composite\",\n className: \"ManagedClusterNATGatewayProfile\",\n },\n },\n staticEgressGatewayProfile: {\n serializedName: \"staticEgressGatewayProfile\",\n type: {\n name: \"Composite\",\n className: \"ManagedClusterStaticEgressGatewayProfile\",\n },\n },\n podCidrs: {\n serializedName: \"podCidrs\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n serviceCidrs: {\n serializedName: \"serviceCidrs\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n ipFamilies: {\n serializedName: \"ipFamilies\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n podLinkLocalAccess: {\n serializedName: \"podLinkLocalAccess\",\n type: {\n name: \"String\",\n },\n },\n kubeProxyConfig: {\n serializedName: \"kubeProxyConfig\",\n type: {\n name: \"Composite\",\n className: \"ContainerServiceNetworkProfileKubeProxyConfig\",\n },\n },\n advancedNetworking: {\n serializedName: \"advancedNetworking\",\n type: {\n name: \"Composite\",\n className: \"AdvancedNetworking\",\n },\n },\n },\n },\n};\n\nexport const ManagedClusterLoadBalancerProfile: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ManagedClusterLoadBalancerProfile\",\n modelProperties: {\n managedOutboundIPs: {\n serializedName: \"managedOutboundIPs\",\n type: {\n name: \"Composite\",\n className: \"ManagedClusterLoadBalancerProfileManagedOutboundIPs\",\n },\n },\n outboundIPPrefixes: {\n serializedName: \"outboundIPPrefixes\",\n type: {\n name: \"Composite\",\n className: \"ManagedClusterLoadBalancerProfileOutboundIPPrefixes\",\n },\n },\n outboundIPs: {\n serializedName: \"outboundIPs\",\n type: {\n name: \"Composite\",\n className: \"ManagedClusterLoadBalancerProfileOutboundIPs\",\n },\n },\n effectiveOutboundIPs: {\n serializedName: \"effectiveOutboundIPs\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ResourceReference\",\n },\n },\n },\n },\n allocatedOutboundPorts: {\n defaultValue: 0,\n constraints: {\n InclusiveMaximum: 64000,\n InclusiveMinimum: 0,\n },\n serializedName: \"allocatedOutboundPorts\",\n type: {\n name: \"Number\",\n },\n },\n idleTimeoutInMinutes: {\n defaultValue: 30,\n constraints: {\n InclusiveMaximum: 120,\n InclusiveMinimum: 4,\n },\n serializedName: \"idleTimeoutInMinutes\",\n type: {\n name: \"Number\",\n },\n },\n enableMultipleStandardLoadBalancers: {\n serializedName: \"enableMultipleStandardLoadBalancers\",\n type: {\n name: \"Boolean\",\n },\n },\n backendPoolType: {\n defaultValue: \"NodeIPConfiguration\",\n serializedName: \"backendPoolType\",\n type: {\n name: \"String\",\n },\n },\n clusterServiceLoadBalancerHealthProbeMode: {\n defaultValue: \"ServiceNodePort\",\n serializedName: \"clusterServiceLoadBalancerHealthProbeMode\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ManagedClusterLoadBalancerProfileManagedOutboundIPs: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ManagedClusterLoadBalancerProfileManagedOutboundIPs\",\n modelProperties: {\n count: {\n defaultValue: 1,\n constraints: {\n InclusiveMaximum: 100,\n InclusiveMinimum: 1,\n },\n serializedName: \"count\",\n type: {\n name: \"Number\",\n },\n },\n countIPv6: {\n defaultValue: 0,\n constraints: {\n InclusiveMaximum: 100,\n InclusiveMinimum: 0,\n },\n serializedName: \"countIPv6\",\n type: {\n name: \"Number\",\n },\n },\n },\n },\n};\n\nexport const ManagedClusterLoadBalancerProfileOutboundIPPrefixes: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ManagedClusterLoadBalancerProfileOutboundIPPrefixes\",\n modelProperties: {\n publicIPPrefixes: {\n serializedName: \"publicIPPrefixes\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ResourceReference\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const ResourceReference: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ResourceReference\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ManagedClusterLoadBalancerProfileOutboundIPs: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ManagedClusterLoadBalancerProfileOutboundIPs\",\n modelProperties: {\n publicIPs: {\n serializedName: \"publicIPs\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ResourceReference\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const ManagedClusterNATGatewayProfile: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ManagedClusterNATGatewayProfile\",\n modelProperties: {\n managedOutboundIPProfile: {\n serializedName: \"managedOutboundIPProfile\",\n type: {\n name: \"Composite\",\n className: \"ManagedClusterManagedOutboundIPProfile\",\n },\n },\n effectiveOutboundIPs: {\n serializedName: \"effectiveOutboundIPs\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ResourceReference\",\n },\n },\n },\n },\n idleTimeoutInMinutes: {\n defaultValue: 4,\n constraints: {\n InclusiveMaximum: 120,\n InclusiveMinimum: 4,\n },\n serializedName: \"idleTimeoutInMinutes\",\n type: {\n name: \"Number\",\n },\n },\n },\n },\n};\n\nexport const ManagedClusterManagedOutboundIPProfile: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ManagedClusterManagedOutboundIPProfile\",\n modelProperties: {\n count: {\n defaultValue: 1,\n constraints: {\n InclusiveMaximum: 16,\n InclusiveMinimum: 1,\n },\n serializedName: \"count\",\n type: {\n name: \"Number\",\n },\n },\n },\n },\n};\n\nexport const ManagedClusterStaticEgressGatewayProfile: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ManagedClusterStaticEgressGatewayProfile\",\n modelProperties: {\n enabled: {\n serializedName: \"enabled\",\n type: {\n name: \"Boolean\",\n },\n },\n },\n },\n};\n\nexport const ContainerServiceNetworkProfileKubeProxyConfig: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ContainerServiceNetworkProfileKubeProxyConfig\",\n modelProperties: {\n enabled: {\n serializedName: \"enabled\",\n type: {\n name: \"Boolean\",\n },\n },\n mode: {\n serializedName: \"mode\",\n type: {\n name: \"String\",\n },\n },\n ipvsConfig: {\n serializedName: \"ipvsConfig\",\n type: {\n name: \"Composite\",\n className: \"ContainerServiceNetworkProfileKubeProxyConfigIpvsConfig\",\n },\n },\n },\n },\n};\n\nexport const ContainerServiceNetworkProfileKubeProxyConfigIpvsConfig: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ContainerServiceNetworkProfileKubeProxyConfigIpvsConfig\",\n modelProperties: {\n scheduler: {\n serializedName: \"scheduler\",\n type: {\n name: \"String\",\n },\n },\n tcpTimeoutSeconds: {\n serializedName: \"tcpTimeoutSeconds\",\n type: {\n name: \"Number\",\n },\n },\n tcpFinTimeoutSeconds: {\n serializedName: \"tcpFinTimeoutSeconds\",\n type: {\n name: \"Number\",\n },\n },\n udpTimeoutSeconds: {\n serializedName: \"udpTimeoutSeconds\",\n type: {\n name: \"Number\",\n },\n },\n },\n },\n};\n\nexport const AdvancedNetworking: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AdvancedNetworking\",\n modelProperties: {\n enabled: {\n serializedName: \"enabled\",\n type: {\n name: \"Boolean\",\n },\n },\n observability: {\n serializedName: \"observability\",\n type: {\n name: \"Composite\",\n className: \"AdvancedNetworkingObservability\",\n },\n },\n security: {\n serializedName: \"security\",\n type: {\n name: \"Composite\",\n className: \"AdvancedNetworkingSecurity\",\n },\n },\n performance: {\n serializedName: \"performance\",\n type: {\n name: \"Composite\",\n className: \"AdvancedNetworkingPerformance\",\n },\n },\n },\n },\n};\n\nexport const AdvancedNetworkingObservability: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AdvancedNetworkingObservability\",\n modelProperties: {\n enabled: {\n serializedName: \"enabled\",\n type: {\n name: \"Boolean\",\n },\n },\n },\n },\n};\n\nexport const AdvancedNetworkingSecurity: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AdvancedNetworkingSecurity\",\n modelProperties: {\n enabled: {\n serializedName: \"enabled\",\n type: {\n name: \"Boolean\",\n },\n },\n advancedNetworkPolicies: {\n serializedName: \"advancedNetworkPolicies\",\n type: {\n name: \"String\",\n },\n },\n transitEncryption: {\n serializedName: \"transitEncryption\",\n type: {\n name: \"Composite\",\n className: \"AdvancedNetworkingSecurityTransitEncryption\",\n },\n },\n },\n },\n};\n\nexport const AdvancedNetworkingSecurityTransitEncryption: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AdvancedNetworkingSecurityTransitEncryption\",\n modelProperties: {\n type: {\n serializedName: \"type\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const AdvancedNetworkingPerformance: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AdvancedNetworkingPerformance\",\n modelProperties: {\n accelerationMode: {\n defaultValue: \"None\",\n serializedName: \"accelerationMode\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ManagedClusterAADProfile: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ManagedClusterAADProfile\",\n modelProperties: {\n managed: {\n serializedName: \"managed\",\n type: {\n name: \"Boolean\",\n },\n },\n enableAzureRbac: {\n serializedName: \"enableAzureRBAC\",\n type: {\n name: \"Boolean\",\n },\n },\n adminGroupObjectIDs: {\n serializedName: \"adminGroupObjectIDs\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n clientAppID: {\n serializedName: \"clientAppID\",\n type: {\n name: \"String\",\n },\n },\n serverAppID: {\n serializedName: \"serverAppID\",\n type: {\n name: \"String\",\n },\n },\n serverAppSecret: {\n serializedName: \"serverAppSecret\",\n type: {\n name: \"String\",\n },\n },\n tenantID: {\n serializedName: \"tenantID\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ManagedClusterAutoUpgradeProfile: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ManagedClusterAutoUpgradeProfile\",\n modelProperties: {\n upgradeChannel: {\n serializedName: \"upgradeChannel\",\n type: {\n name: \"String\",\n },\n },\n nodeOSUpgradeChannel: {\n serializedName: \"nodeOSUpgradeChannel\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ClusterUpgradeSettings: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ClusterUpgradeSettings\",\n modelProperties: {\n overrideSettings: {\n serializedName: \"overrideSettings\",\n type: {\n name: \"Composite\",\n className: \"UpgradeOverrideSettings\",\n },\n },\n },\n },\n};\n\nexport const UpgradeOverrideSettings: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"UpgradeOverrideSettings\",\n modelProperties: {\n forceUpgrade: {\n serializedName: \"forceUpgrade\",\n type: {\n name: \"Boolean\",\n },\n },\n until: {\n serializedName: \"until\",\n type: {\n name: \"DateTime\",\n },\n },\n },\n },\n};\n\nexport const ManagedClusterPropertiesAutoScalerProfile: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ManagedClusterPropertiesAutoScalerProfile\",\n modelProperties: {\n balanceSimilarNodeGroups: {\n serializedName: \"balance-similar-node-groups\",\n type: {\n name: \"String\",\n },\n },\n daemonsetEvictionForEmptyNodes: {\n serializedName: \"daemonset-eviction-for-empty-nodes\",\n type: {\n name: \"Boolean\",\n },\n },\n daemonsetEvictionForOccupiedNodes: {\n serializedName: \"daemonset-eviction-for-occupied-nodes\",\n type: {\n name: \"Boolean\",\n },\n },\n ignoreDaemonsetsUtilization: {\n serializedName: \"ignore-daemonsets-utilization\",\n type: {\n name: \"Boolean\",\n },\n },\n expander: {\n serializedName: \"expander\",\n type: {\n name: \"String\",\n },\n },\n maxEmptyBulkDelete: {\n serializedName: \"max-empty-bulk-delete\",\n type: {\n name: \"String\",\n },\n },\n maxGracefulTerminationSec: {\n serializedName: \"max-graceful-termination-sec\",\n type: {\n name: \"String\",\n },\n },\n maxNodeProvisionTime: {\n serializedName: \"max-node-provision-time\",\n type: {\n name: \"String\",\n },\n },\n maxTotalUnreadyPercentage: {\n serializedName: \"max-total-unready-percentage\",\n type: {\n name: \"String\",\n },\n },\n newPodScaleUpDelay: {\n serializedName: \"new-pod-scale-up-delay\",\n type: {\n name: \"String\",\n },\n },\n okTotalUnreadyCount: {\n serializedName: \"ok-total-unready-count\",\n type: {\n name: \"String\",\n },\n },\n scanInterval: {\n serializedName: \"scan-interval\",\n type: {\n name: \"String\",\n },\n },\n scaleDownDelayAfterAdd: {\n serializedName: \"scale-down-delay-after-add\",\n type: {\n name: \"String\",\n },\n },\n scaleDownDelayAfterDelete: {\n serializedName: \"scale-down-delay-after-delete\",\n type: {\n name: \"String\",\n },\n },\n scaleDownDelayAfterFailure: {\n serializedName: \"scale-down-delay-after-failure\",\n type: {\n name: \"String\",\n },\n },\n scaleDownUnneededTime: {\n serializedName: \"scale-down-unneeded-time\",\n type: {\n name: \"String\",\n },\n },\n scaleDownUnreadyTime: {\n serializedName: \"scale-down-unready-time\",\n type: {\n name: \"String\",\n },\n },\n scaleDownUtilizationThreshold: {\n serializedName: \"scale-down-utilization-threshold\",\n type: {\n name: \"String\",\n },\n },\n skipNodesWithLocalStorage: {\n serializedName: \"skip-nodes-with-local-storage\",\n type: {\n name: \"String\",\n },\n },\n skipNodesWithSystemPods: {\n serializedName: \"skip-nodes-with-system-pods\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ManagedClusterAPIServerAccessProfile: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ManagedClusterAPIServerAccessProfile\",\n modelProperties: {\n authorizedIPRanges: {\n serializedName: \"authorizedIPRanges\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n enablePrivateCluster: {\n serializedName: \"enablePrivateCluster\",\n type: {\n name: \"Boolean\",\n },\n },\n privateDNSZone: {\n serializedName: \"privateDNSZone\",\n type: {\n name: \"String\",\n },\n },\n enablePrivateClusterPublicFqdn: {\n serializedName: \"enablePrivateClusterPublicFQDN\",\n type: {\n name: \"Boolean\",\n },\n },\n disableRunCommand: {\n serializedName: \"disableRunCommand\",\n type: {\n name: \"Boolean\",\n },\n },\n enableVnetIntegration: {\n serializedName: \"enableVnetIntegration\",\n type: {\n name: \"Boolean\",\n },\n },\n subnetId: {\n serializedName: \"subnetId\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const PrivateLinkResource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PrivateLinkResource\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n type: {\n name: \"String\",\n },\n },\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\",\n },\n },\n type: {\n serializedName: \"type\",\n type: {\n name: \"String\",\n },\n },\n groupId: {\n serializedName: \"groupId\",\n type: {\n name: \"String\",\n },\n },\n requiredMembers: {\n serializedName: \"requiredMembers\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n privateLinkServiceID: {\n serializedName: \"privateLinkServiceID\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ManagedClusterHttpProxyConfig: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ManagedClusterHttpProxyConfig\",\n modelProperties: {\n httpProxy: {\n serializedName: \"httpProxy\",\n type: {\n name: \"String\",\n },\n },\n httpsProxy: {\n serializedName: \"httpsProxy\",\n type: {\n name: \"String\",\n },\n },\n noProxy: {\n serializedName: \"noProxy\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n effectiveNoProxy: {\n serializedName: \"effectiveNoProxy\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n trustedCa: {\n serializedName: \"trustedCa\",\n type: {\n name: \"String\",\n },\n },\n enabled: {\n serializedName: \"enabled\",\n type: {\n name: \"Boolean\",\n },\n },\n },\n },\n};\n\nexport const ManagedClusterSecurityProfile: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ManagedClusterSecurityProfile\",\n modelProperties: {\n defender: {\n serializedName: \"defender\",\n type: {\n name: \"Composite\",\n className: \"ManagedClusterSecurityProfileDefender\",\n },\n },\n azureKeyVaultKms: {\n serializedName: \"azureKeyVaultKms\",\n type: {\n name: \"Composite\",\n className: \"AzureKeyVaultKms\",\n },\n },\n kubernetesResourceObjectEncryptionProfile: {\n serializedName: \"kubernetesResourceObjectEncryptionProfile\",\n type: {\n name: \"Composite\",\n className: \"KubernetesResourceObjectEncryptionProfile\",\n },\n },\n workloadIdentity: {\n serializedName: \"workloadIdentity\",\n type: {\n name: \"Composite\",\n className: \"ManagedClusterSecurityProfileWorkloadIdentity\",\n },\n },\n imageCleaner: {\n serializedName: \"imageCleaner\",\n type: {\n name: \"Composite\",\n className: \"ManagedClusterSecurityProfileImageCleaner\",\n },\n },\n imageIntegrity: {\n serializedName: \"imageIntegrity\",\n type: {\n name: \"Composite\",\n className: \"ManagedClusterSecurityProfileImageIntegrity\",\n },\n },\n nodeRestriction: {\n serializedName: \"nodeRestriction\",\n type: {\n name: \"Composite\",\n className: \"ManagedClusterSecurityProfileNodeRestriction\",\n },\n },\n customCATrustCertificates: {\n constraints: {\n MaxItems: 10,\n },\n serializedName: \"customCATrustCertificates\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"ByteArray\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const ManagedClusterSecurityProfileDefender: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ManagedClusterSecurityProfileDefender\",\n modelProperties: {\n logAnalyticsWorkspaceResourceId: {\n serializedName: \"logAnalyticsWorkspaceResourceId\",\n type: {\n name: \"String\",\n },\n },\n securityMonitoring: {\n serializedName: \"securityMonitoring\",\n type: {\n name: \"Composite\",\n className: \"ManagedClusterSecurityProfileDefenderSecurityMonitoring\",\n },\n },\n securityGating: {\n serializedName: \"securityGating\",\n type: {\n name: \"Composite\",\n className: \"ManagedClusterSecurityProfileDefenderSecurityGating\",\n },\n },\n },\n },\n};\n\nexport const ManagedClusterSecurityProfileDefenderSecurityMonitoring: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ManagedClusterSecurityProfileDefenderSecurityMonitoring\",\n modelProperties: {\n enabled: {\n serializedName: \"enabled\",\n type: {\n name: \"Boolean\",\n },\n },\n },\n },\n};\n\nexport const ManagedClusterSecurityProfileDefenderSecurityGating: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ManagedClusterSecurityProfileDefenderSecurityGating\",\n modelProperties: {\n enabled: {\n serializedName: \"enabled\",\n type: {\n name: \"Boolean\",\n },\n },\n identities: {\n serializedName: \"identities\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ManagedClusterSecurityProfileDefenderSecurityGatingIdentitiesItem\",\n },\n },\n },\n },\n allowSecretAccess: {\n serializedName: \"allowSecretAccess\",\n type: {\n name: \"Boolean\",\n },\n },\n },\n },\n};\n\nexport const ManagedClusterSecurityProfileDefenderSecurityGatingIdentitiesItem: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"ManagedClusterSecurityProfileDefenderSecurityGatingIdentitiesItem\",\n modelProperties: {\n azureContainerRegistry: {\n serializedName: \"azureContainerRegistry\",\n type: {\n name: \"String\",\n },\n },\n identity: {\n serializedName: \"identity\",\n type: {\n name: \"Composite\",\n className: \"UserAssignedIdentity\",\n },\n },\n },\n },\n };\n\nexport const AzureKeyVaultKms: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AzureKeyVaultKms\",\n modelProperties: {\n enabled: {\n serializedName: \"enabled\",\n type: {\n name: \"Boolean\",\n },\n },\n keyId: {\n serializedName: \"keyId\",\n type: {\n name: \"String\",\n },\n },\n keyVaultNetworkAccess: {\n defaultValue: \"Public\",\n serializedName: \"keyVaultNetworkAccess\",\n type: {\n name: \"String\",\n },\n },\n keyVaultResourceId: {\n serializedName: \"keyVaultResourceId\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const KubernetesResourceObjectEncryptionProfile: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"KubernetesResourceObjectEncryptionProfile\",\n modelProperties: {\n infrastructureEncryption: {\n defaultValue: \"Disabled\",\n serializedName: \"infrastructureEncryption\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ManagedClusterSecurityProfileWorkloadIdentity: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ManagedClusterSecurityProfileWorkloadIdentity\",\n modelProperties: {\n enabled: {\n serializedName: \"enabled\",\n type: {\n name: \"Boolean\",\n },\n },\n },\n },\n};\n\nexport const ManagedClusterSecurityProfileImageCleaner: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ManagedClusterSecurityProfileImageCleaner\",\n modelProperties: {\n enabled: {\n serializedName: \"enabled\",\n type: {\n name: \"Boolean\",\n },\n },\n intervalHours: {\n serializedName: \"intervalHours\",\n type: {\n name: \"Number\",\n },\n },\n },\n },\n};\n\nexport const ManagedClusterSecurityProfileImageIntegrity: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ManagedClusterSecurityProfileImageIntegrity\",\n modelProperties: {\n enabled: {\n serializedName: \"enabled\",\n type: {\n name: \"Boolean\",\n },\n },\n },\n },\n};\n\nexport const ManagedClusterSecurityProfileNodeRestriction: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ManagedClusterSecurityProfileNodeRestriction\",\n modelProperties: {\n enabled: {\n serializedName: \"enabled\",\n type: {\n name: \"Boolean\",\n },\n },\n },\n },\n};\n\nexport const ManagedClusterStorageProfile: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ManagedClusterStorageProfile\",\n modelProperties: {\n diskCSIDriver: {\n serializedName: \"diskCSIDriver\",\n type: {\n name: \"Composite\",\n className: \"ManagedClusterStorageProfileDiskCSIDriver\",\n },\n },\n fileCSIDriver: {\n serializedName: \"fileCSIDriver\",\n type: {\n name: \"Composite\",\n className: \"ManagedClusterStorageProfileFileCSIDriver\",\n },\n },\n snapshotController: {\n serializedName: \"snapshotController\",\n type: {\n name: \"Composite\",\n className: \"ManagedClusterStorageProfileSnapshotController\",\n },\n },\n blobCSIDriver: {\n serializedName: \"blobCSIDriver\",\n type: {\n name: \"Composite\",\n className: \"ManagedClusterStorageProfileBlobCSIDriver\",\n },\n },\n },\n },\n};\n\nexport const ManagedClusterStorageProfileDiskCSIDriver: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ManagedClusterStorageProfileDiskCSIDriver\",\n modelProperties: {\n enabled: {\n serializedName: \"enabled\",\n type: {\n name: \"Boolean\",\n },\n },\n version: {\n serializedName: \"version\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ManagedClusterStorageProfileFileCSIDriver: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ManagedClusterStorageProfileFileCSIDriver\",\n modelProperties: {\n enabled: {\n serializedName: \"enabled\",\n type: {\n name: \"Boolean\",\n },\n },\n },\n },\n};\n\nexport const ManagedClusterStorageProfileSnapshotController: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ManagedClusterStorageProfileSnapshotController\",\n modelProperties: {\n enabled: {\n serializedName: \"enabled\",\n type: {\n name: \"Boolean\",\n },\n },\n },\n },\n};\n\nexport const ManagedClusterStorageProfileBlobCSIDriver: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ManagedClusterStorageProfileBlobCSIDriver\",\n modelProperties: {\n enabled: {\n serializedName: \"enabled\",\n type: {\n name: \"Boolean\",\n },\n },\n },\n },\n};\n\nexport const ManagedClusterIngressProfile: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ManagedClusterIngressProfile\",\n modelProperties: {\n gatewayAPI: {\n serializedName: \"gatewayAPI\",\n type: {\n name: \"Composite\",\n className: \"ManagedClusterIngressProfileGatewayConfiguration\",\n },\n },\n webAppRouting: {\n serializedName: \"webAppRouting\",\n type: {\n name: \"Composite\",\n className: \"ManagedClusterIngressProfileWebAppRouting\",\n },\n },\n applicationLoadBalancer: {\n serializedName: \"applicationLoadBalancer\",\n type: {\n name: \"Composite\",\n className: \"ManagedClusterIngressProfileApplicationLoadBalancer\",\n },\n },\n },\n },\n};\n\nexport const ManagedClusterIngressProfileGatewayConfiguration: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ManagedClusterIngressProfileGatewayConfiguration\",\n modelProperties: {\n installation: {\n serializedName: \"installation\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ManagedClusterIngressProfileWebAppRouting: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ManagedClusterIngressProfileWebAppRouting\",\n modelProperties: {\n enabled: {\n serializedName: \"enabled\",\n type: {\n name: \"Boolean\",\n },\n },\n dnsZoneResourceIds: {\n constraints: {\n MaxItems: 5,\n },\n serializedName: \"dnsZoneResourceIds\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n nginx: {\n serializedName: \"nginx\",\n type: {\n name: \"Composite\",\n className: \"ManagedClusterIngressProfileNginx\",\n },\n },\n defaultDomain: {\n serializedName: \"defaultDomain\",\n type: {\n name: \"Composite\",\n className: \"ManagedClusterIngressDefaultDomainProfile\",\n },\n },\n identity: {\n serializedName: \"identity\",\n type: {\n name: \"Composite\",\n className: \"UserAssignedIdentity\",\n },\n },\n },\n },\n};\n\nexport const ManagedClusterIngressProfileNginx: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ManagedClusterIngressProfileNginx\",\n modelProperties: {\n defaultIngressControllerType: {\n serializedName: \"defaultIngressControllerType\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ManagedClusterIngressDefaultDomainProfile: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ManagedClusterIngressDefaultDomainProfile\",\n modelProperties: {\n enabled: {\n serializedName: \"enabled\",\n type: {\n name: \"Boolean\",\n },\n },\n domainName: {\n serializedName: \"domainName\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ManagedClusterIngressProfileApplicationLoadBalancer: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ManagedClusterIngressProfileApplicationLoadBalancer\",\n modelProperties: {\n enabled: {\n serializedName: \"enabled\",\n type: {\n name: \"Boolean\",\n },\n },\n identity: {\n serializedName: \"identity\",\n type: {\n name: \"Composite\",\n className: \"UserAssignedIdentity\",\n },\n },\n },\n },\n};\n\nexport const ManagedClusterWorkloadAutoScalerProfile: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ManagedClusterWorkloadAutoScalerProfile\",\n modelProperties: {\n keda: {\n serializedName: \"keda\",\n type: {\n name: \"Composite\",\n className: \"ManagedClusterWorkloadAutoScalerProfileKeda\",\n },\n },\n verticalPodAutoscaler: {\n serializedName: \"verticalPodAutoscaler\",\n type: {\n name: \"Composite\",\n className: \"ManagedClusterWorkloadAutoScalerProfileVerticalPodAutoscaler\",\n },\n },\n },\n },\n};\n\nexport const ManagedClusterWorkloadAutoScalerProfileKeda: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ManagedClusterWorkloadAutoScalerProfileKeda\",\n modelProperties: {\n enabled: {\n serializedName: \"enabled\",\n required: true,\n type: {\n name: \"Boolean\",\n },\n },\n },\n },\n};\n\nexport const ManagedClusterWorkloadAutoScalerProfileVerticalPodAutoscaler: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"ManagedClusterWorkloadAutoScalerProfileVerticalPodAutoscaler\",\n modelProperties: {\n enabled: {\n defaultValue: false,\n serializedName: \"enabled\",\n required: true,\n type: {\n name: \"Boolean\",\n },\n },\n addonAutoscaling: {\n defaultValue: \"Disabled\",\n serializedName: \"addonAutoscaling\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n };\n\nexport const ManagedClusterAzureMonitorProfile: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ManagedClusterAzureMonitorProfile\",\n modelProperties: {\n metrics: {\n serializedName: \"metrics\",\n type: {\n name: \"Composite\",\n className: \"ManagedClusterAzureMonitorProfileMetrics\",\n },\n },\n containerInsights: {\n serializedName: \"containerInsights\",\n type: {\n name: \"Composite\",\n className: \"ManagedClusterAzureMonitorProfileContainerInsights\",\n },\n },\n appMonitoring: {\n serializedName: \"appMonitoring\",\n type: {\n name: \"Composite\",\n className: \"ManagedClusterAzureMonitorProfileAppMonitoring\",\n },\n },\n },\n },\n};\n\nexport const ManagedClusterAzureMonitorProfileMetrics: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ManagedClusterAzureMonitorProfileMetrics\",\n modelProperties: {\n enabled: {\n serializedName: \"enabled\",\n required: true,\n type: {\n name: \"Boolean\",\n },\n },\n kubeStateMetrics: {\n serializedName: \"kubeStateMetrics\",\n type: {\n name: \"Composite\",\n className: \"ManagedClusterAzureMonitorProfileKubeStateMetrics\",\n },\n },\n },\n },\n};\n\nexport const ManagedClusterAzureMonitorProfileKubeStateMetrics: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ManagedClusterAzureMonitorProfileKubeStateMetrics\",\n modelProperties: {\n metricLabelsAllowlist: {\n serializedName: \"metricLabelsAllowlist\",\n type: {\n name: \"String\",\n },\n },\n metricAnnotationsAllowList: {\n serializedName: \"metricAnnotationsAllowList\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ManagedClusterAzureMonitorProfileContainerInsights: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ManagedClusterAzureMonitorProfileContainerInsights\",\n modelProperties: {\n enabled: {\n serializedName: \"enabled\",\n type: {\n name: \"Boolean\",\n },\n },\n logAnalyticsWorkspaceResourceId: {\n serializedName: \"logAnalyticsWorkspaceResourceId\",\n type: {\n name: \"String\",\n },\n },\n syslogPort: {\n serializedName: \"syslogPort\",\n type: {\n name: \"Number\",\n },\n },\n disableCustomMetrics: {\n serializedName: \"disableCustomMetrics\",\n type: {\n name: \"Boolean\",\n },\n },\n disablePrometheusMetricsScraping: {\n serializedName: \"disablePrometheusMetricsScraping\",\n type: {\n name: \"Boolean\",\n },\n },\n },\n },\n};\n\nexport const ManagedClusterAzureMonitorProfileAppMonitoring: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ManagedClusterAzureMonitorProfileAppMonitoring\",\n modelProperties: {\n autoInstrumentation: {\n serializedName: \"autoInstrumentation\",\n type: {\n name: \"Composite\",\n className: \"ManagedClusterAzureMonitorProfileAppMonitoringAutoInstrumentation\",\n },\n },\n openTelemetryMetrics: {\n serializedName: \"openTelemetryMetrics\",\n type: {\n name: \"Composite\",\n className: \"ManagedClusterAzureMonitorProfileAppMonitoringOpenTelemetryMetrics\",\n },\n },\n openTelemetryLogs: {\n serializedName: \"openTelemetryLogs\",\n type: {\n name: \"Composite\",\n className: \"ManagedClusterAzureMonitorProfileAppMonitoringOpenTelemetryLogs\",\n },\n },\n },\n },\n};\n\nexport const ManagedClusterAzureMonitorProfileAppMonitoringAutoInstrumentation: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"ManagedClusterAzureMonitorProfileAppMonitoringAutoInstrumentation\",\n modelProperties: {\n enabled: {\n serializedName: \"enabled\",\n type: {\n name: \"Boolean\",\n },\n },\n },\n },\n };\n\nexport const ManagedClusterAzureMonitorProfileAppMonitoringOpenTelemetryMetrics: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"ManagedClusterAzureMonitorProfileAppMonitoringOpenTelemetryMetrics\",\n modelProperties: {\n enabled: {\n serializedName: \"enabled\",\n type: {\n name: \"Boolean\",\n },\n },\n port: {\n serializedName: \"port\",\n type: {\n name: \"Number\",\n },\n },\n },\n },\n };\n\nexport const ManagedClusterAzureMonitorProfileAppMonitoringOpenTelemetryLogs: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"ManagedClusterAzureMonitorProfileAppMonitoringOpenTelemetryLogs\",\n modelProperties: {\n enabled: {\n serializedName: \"enabled\",\n type: {\n name: \"Boolean\",\n },\n },\n port: {\n serializedName: \"port\",\n type: {\n name: \"Number\",\n },\n },\n },\n },\n };\n\nexport const ServiceMeshProfile: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ServiceMeshProfile\",\n modelProperties: {\n mode: {\n serializedName: \"mode\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n istio: {\n serializedName: \"istio\",\n type: {\n name: \"Composite\",\n className: \"IstioServiceMesh\",\n },\n },\n },\n },\n};\n\nexport const IstioServiceMesh: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"IstioServiceMesh\",\n modelProperties: {\n components: {\n serializedName: \"components\",\n type: {\n name: \"Composite\",\n className: \"IstioComponents\",\n },\n },\n certificateAuthority: {\n serializedName: \"certificateAuthority\",\n type: {\n name: \"Composite\",\n className: \"IstioCertificateAuthority\",\n },\n },\n revisions: {\n constraints: {\n MaxItems: 2,\n UniqueItems: true,\n },\n serializedName: \"revisions\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const IstioComponents: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"IstioComponents\",\n modelProperties: {\n ingressGateways: {\n serializedName: \"ingressGateways\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"IstioIngressGateway\",\n },\n },\n },\n },\n egressGateways: {\n serializedName: \"egressGateways\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"IstioEgressGateway\",\n },\n },\n },\n },\n proxyRedirectionMechanism: {\n serializedName: \"proxyRedirectionMechanism\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const IstioIngressGateway: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"IstioIngressGateway\",\n modelProperties: {\n mode: {\n serializedName: \"mode\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n enabled: {\n serializedName: \"enabled\",\n required: true,\n type: {\n name: \"Boolean\",\n },\n },\n },\n },\n};\n\nexport const IstioEgressGateway: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"IstioEgressGateway\",\n modelProperties: {\n enabled: {\n serializedName: \"enabled\",\n required: true,\n type: {\n name: \"Boolean\",\n },\n },\n name: {\n constraints: {\n Pattern: new RegExp(\"[a-z0-9]([-a-z0-9]*[a-z0-9])?(\\\\.[a-z0-9]([-a-z0-9]*[a-z0-9])?)*\"),\n },\n serializedName: \"name\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n namespace: {\n serializedName: \"namespace\",\n type: {\n name: \"String\",\n },\n },\n gatewayConfigurationName: {\n serializedName: \"gatewayConfigurationName\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const IstioCertificateAuthority: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"IstioCertificateAuthority\",\n modelProperties: {\n plugin: {\n serializedName: \"plugin\",\n type: {\n name: \"Composite\",\n className: \"IstioPluginCertificateAuthority\",\n },\n },\n },\n },\n};\n\nexport const IstioPluginCertificateAuthority: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"IstioPluginCertificateAuthority\",\n modelProperties: {\n keyVaultId: {\n serializedName: \"keyVaultId\",\n type: {\n name: \"String\",\n },\n },\n certObjectName: {\n serializedName: \"certObjectName\",\n type: {\n name: \"String\",\n },\n },\n keyObjectName: {\n serializedName: \"keyObjectName\",\n type: {\n name: \"String\",\n },\n },\n rootCertObjectName: {\n serializedName: \"rootCertObjectName\",\n type: {\n name: \"String\",\n },\n },\n certChainObjectName: {\n serializedName: \"certChainObjectName\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ManagedClusterMetricsProfile: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ManagedClusterMetricsProfile\",\n modelProperties: {\n costAnalysis: {\n serializedName: \"costAnalysis\",\n type: {\n name: \"Composite\",\n className: \"ManagedClusterCostAnalysis\",\n },\n },\n },\n },\n};\n\nexport const ManagedClusterCostAnalysis: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ManagedClusterCostAnalysis\",\n modelProperties: {\n enabled: {\n serializedName: \"enabled\",\n type: {\n name: \"Boolean\",\n },\n },\n },\n },\n};\n\nexport const ManagedClusterAIToolchainOperatorProfile: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ManagedClusterAIToolchainOperatorProfile\",\n modelProperties: {\n enabled: {\n serializedName: \"enabled\",\n type: {\n name: \"Boolean\",\n },\n },\n },\n },\n};\n\nexport const ManagedClusterNodeProvisioningProfile: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ManagedClusterNodeProvisioningProfile\",\n modelProperties: {\n mode: {\n serializedName: \"mode\",\n type: {\n name: \"String\",\n },\n },\n defaultNodePools: {\n defaultValue: \"Auto\",\n serializedName: \"defaultNodePools\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ManagedClusterBootstrapProfile: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ManagedClusterBootstrapProfile\",\n modelProperties: {\n artifactSource: {\n defaultValue: \"Direct\",\n serializedName: \"artifactSource\",\n type: {\n name: \"String\",\n },\n },\n containerRegistryId: {\n serializedName: \"containerRegistryId\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const SchedulerProfile: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SchedulerProfile\",\n modelProperties: {\n schedulerInstanceProfiles: {\n serializedName: \"schedulerInstanceProfiles\",\n type: {\n name: \"Composite\",\n className: \"SchedulerProfileSchedulerInstanceProfiles\",\n },\n },\n },\n },\n};\n\nexport const SchedulerProfileSchedulerInstanceProfiles: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SchedulerProfileSchedulerInstanceProfiles\",\n modelProperties: {\n upstream: {\n serializedName: \"upstream\",\n type: {\n name: \"Composite\",\n className: \"SchedulerInstanceProfile\",\n },\n },\n },\n },\n};\n\nexport const SchedulerInstanceProfile: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SchedulerInstanceProfile\",\n modelProperties: {\n schedulerConfigMode: {\n serializedName: \"schedulerConfigMode\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ManagedClusterHostedSystemProfile: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ManagedClusterHostedSystemProfile\",\n modelProperties: {\n enabled: {\n serializedName: \"enabled\",\n type: {\n name: \"Boolean\",\n },\n },\n },\n },\n};\n\nexport const ManagedClusterStatus: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ManagedClusterStatus\",\n modelProperties: {\n provisioningError: {\n serializedName: \"provisioningError\",\n type: {\n name: \"Composite\",\n className: \"ErrorDetail\",\n },\n },\n },\n },\n};\n\nexport const Resource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Resource\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n type: {\n serializedName: \"type\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n systemData: {\n serializedName: \"systemData\",\n type: {\n name: \"Composite\",\n className: \"SystemData\",\n },\n },\n },\n },\n};\n\nexport const SystemData: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SystemData\",\n modelProperties: {\n createdBy: {\n serializedName: \"createdBy\",\n type: {\n name: \"String\",\n },\n },\n createdByType: {\n serializedName: \"createdByType\",\n type: {\n name: \"String\",\n },\n },\n createdAt: {\n serializedName: \"createdAt\",\n type: {\n name: \"DateTime\",\n },\n },\n lastModifiedBy: {\n serializedName: \"lastModifiedBy\",\n type: {\n name: \"String\",\n },\n },\n lastModifiedByType: {\n serializedName: \"lastModifiedByType\",\n type: {\n name: \"String\",\n },\n },\n lastModifiedAt: {\n serializedName: \"lastModifiedAt\",\n type: {\n name: \"DateTime\",\n },\n },\n },\n },\n};\n\nexport const ManagedClusterUpgradeProfile: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ManagedClusterUpgradeProfile\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n type: {\n serializedName: \"type\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n controlPlaneProfile: {\n serializedName: \"properties.controlPlaneProfile\",\n type: {\n name: \"Composite\",\n className: \"ManagedClusterPoolUpgradeProfile\",\n },\n },\n agentPoolProfiles: {\n serializedName: \"properties.agentPoolProfiles\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ManagedClusterPoolUpgradeProfile\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const ManagedClusterPoolUpgradeProfile: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ManagedClusterPoolUpgradeProfile\",\n modelProperties: {\n kubernetesVersion: {\n serializedName: \"kubernetesVersion\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\",\n },\n },\n osType: {\n defaultValue: \"Linux\",\n serializedName: \"osType\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n upgrades: {\n serializedName: \"upgrades\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ManagedClusterPoolUpgradeProfileUpgradesItem\",\n },\n },\n },\n },\n componentsByReleases: {\n serializedName: \"componentsByReleases\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ComponentsByRelease\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const ManagedClusterPoolUpgradeProfileUpgradesItem: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ManagedClusterPoolUpgradeProfileUpgradesItem\",\n modelProperties: {\n kubernetesVersion: {\n serializedName: \"kubernetesVersion\",\n type: {\n name: \"String\",\n },\n },\n isPreview: {\n serializedName: \"isPreview\",\n type: {\n name: \"Boolean\",\n },\n },\n isOutOfSupport: {\n serializedName: \"isOutOfSupport\",\n type: {\n name: \"Boolean\",\n },\n },\n },\n },\n};\n\nexport const ComponentsByRelease: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ComponentsByRelease\",\n modelProperties: {\n kubernetesVersion: {\n serializedName: \"kubernetesVersion\",\n type: {\n name: \"String\",\n },\n },\n components: {\n serializedName: \"components\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Component\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const Component: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Component\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\",\n },\n },\n version: {\n serializedName: \"version\",\n type: {\n name: \"String\",\n },\n },\n hasBreakingChanges: {\n serializedName: \"hasBreakingChanges\",\n type: {\n name: \"Boolean\",\n },\n },\n },\n },\n};\n\nexport const CredentialResults: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CredentialResults\",\n modelProperties: {\n kubeconfigs: {\n serializedName: \"kubeconfigs\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"CredentialResult\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const CredentialResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CredentialResult\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n value: {\n serializedName: \"value\",\n readOnly: true,\n type: {\n name: \"ByteArray\",\n },\n },\n },\n },\n};\n\nexport const TagsObject: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"TagsObject\",\n modelProperties: {\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } },\n },\n },\n },\n },\n};\n\nexport const MaintenanceConfigurationListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MaintenanceConfigurationListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"MaintenanceConfiguration\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const TimeInWeek: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"TimeInWeek\",\n modelProperties: {\n day: {\n serializedName: \"day\",\n type: {\n name: \"String\",\n },\n },\n hourSlots: {\n serializedName: \"hourSlots\",\n type: {\n name: \"Sequence\",\n element: {\n constraints: {\n InclusiveMaximum: 23,\n InclusiveMinimum: 0,\n },\n type: {\n name: \"Number\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const TimeSpan: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"TimeSpan\",\n modelProperties: {\n start: {\n serializedName: \"start\",\n type: {\n name: \"DateTime\",\n },\n },\n end: {\n serializedName: \"end\",\n type: {\n name: \"DateTime\",\n },\n },\n },\n },\n};\n\nexport const MaintenanceWindow: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MaintenanceWindow\",\n modelProperties: {\n schedule: {\n serializedName: \"schedule\",\n type: {\n name: \"Composite\",\n className: \"Schedule\",\n },\n },\n durationHours: {\n defaultValue: 24,\n constraints: {\n InclusiveMaximum: 24,\n InclusiveMinimum: 4,\n },\n serializedName: \"durationHours\",\n required: true,\n type: {\n name: \"Number\",\n },\n },\n utcOffset: {\n constraints: {\n Pattern: new RegExp(\"^(-|\\\\+)[0-9]{2}:[0-9]{2}$\"),\n },\n serializedName: \"utcOffset\",\n type: {\n name: \"String\",\n },\n },\n startDate: {\n serializedName: \"startDate\",\n type: {\n name: \"Date\",\n },\n },\n startTime: {\n constraints: {\n Pattern: new RegExp(\"^\\\\d{2}:\\\\d{2}$\"),\n },\n serializedName: \"startTime\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n notAllowedDates: {\n serializedName: \"notAllowedDates\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"DateSpan\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const Schedule: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Schedule\",\n modelProperties: {\n daily: {\n serializedName: \"daily\",\n type: {\n name: \"Composite\",\n className: \"DailySchedule\",\n },\n },\n weekly: {\n serializedName: \"weekly\",\n type: {\n name: \"Composite\",\n className: \"WeeklySchedule\",\n },\n },\n absoluteMonthly: {\n serializedName: \"absoluteMonthly\",\n type: {\n name: \"Composite\",\n className: \"AbsoluteMonthlySchedule\",\n },\n },\n relativeMonthly: {\n serializedName: \"relativeMonthly\",\n type: {\n name: \"Composite\",\n className: \"RelativeMonthlySchedule\",\n },\n },\n },\n },\n};\n\nexport const DailySchedule: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DailySchedule\",\n modelProperties: {\n intervalDays: {\n constraints: {\n InclusiveMaximum: 7,\n InclusiveMinimum: 1,\n },\n serializedName: \"intervalDays\",\n required: true,\n type: {\n name: \"Number\",\n },\n },\n },\n },\n};\n\nexport const WeeklySchedule: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"WeeklySchedule\",\n modelProperties: {\n intervalWeeks: {\n constraints: {\n InclusiveMaximum: 4,\n InclusiveMinimum: 1,\n },\n serializedName: \"intervalWeeks\",\n required: true,\n type: {\n name: \"Number\",\n },\n },\n dayOfWeek: {\n serializedName: \"dayOfWeek\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const AbsoluteMonthlySchedule: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AbsoluteMonthlySchedule\",\n modelProperties: {\n intervalMonths: {\n constraints: {\n InclusiveMaximum: 6,\n InclusiveMinimum: 1,\n },\n serializedName: \"intervalMonths\",\n required: true,\n type: {\n name: \"Number\",\n },\n },\n dayOfMonth: {\n constraints: {\n InclusiveMaximum: 31,\n InclusiveMinimum: 1,\n },\n serializedName: \"dayOfMonth\",\n required: true,\n type: {\n name: \"Number\",\n },\n },\n },\n },\n};\n\nexport const RelativeMonthlySchedule: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"RelativeMonthlySchedule\",\n modelProperties: {\n intervalMonths: {\n constraints: {\n InclusiveMaximum: 6,\n InclusiveMinimum: 1,\n },\n serializedName: \"intervalMonths\",\n required: true,\n type: {\n name: \"Number\",\n },\n },\n weekIndex: {\n serializedName: \"weekIndex\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n dayOfWeek: {\n serializedName: \"dayOfWeek\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const DateSpan: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DateSpan\",\n modelProperties: {\n start: {\n serializedName: \"start\",\n required: true,\n type: {\n name: \"Date\",\n },\n },\n end: {\n serializedName: \"end\",\n required: true,\n type: {\n name: \"Date\",\n },\n },\n },\n },\n};\n\nexport const SubResource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SubResource\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n type: {\n serializedName: \"type\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ManagedNamespaceListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ManagedNamespaceListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ManagedNamespace\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const NamespaceProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"NamespaceProperties\",\n modelProperties: {\n provisioningState: {\n serializedName: \"provisioningState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n labels: {\n serializedName: \"labels\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } },\n },\n },\n annotations: {\n serializedName: \"annotations\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } },\n },\n },\n portalFqdn: {\n serializedName: \"portalFqdn\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n defaultResourceQuota: {\n serializedName: \"defaultResourceQuota\",\n type: {\n name: \"Composite\",\n className: \"ResourceQuota\",\n },\n },\n defaultNetworkPolicy: {\n serializedName: \"defaultNetworkPolicy\",\n type: {\n name: \"Composite\",\n className: \"NetworkPolicies\",\n },\n },\n adoptionPolicy: {\n serializedName: \"adoptionPolicy\",\n type: {\n name: \"String\",\n },\n },\n deletePolicy: {\n serializedName: \"deletePolicy\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ResourceQuota: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ResourceQuota\",\n modelProperties: {\n cpuRequest: {\n serializedName: \"cpuRequest\",\n type: {\n name: \"String\",\n },\n },\n cpuLimit: {\n serializedName: \"cpuLimit\",\n type: {\n name: \"String\",\n },\n },\n memoryRequest: {\n serializedName: \"memoryRequest\",\n type: {\n name: \"String\",\n },\n },\n memoryLimit: {\n serializedName: \"memoryLimit\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const NetworkPolicies: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"NetworkPolicies\",\n modelProperties: {\n ingress: {\n serializedName: \"ingress\",\n type: {\n name: \"String\",\n },\n },\n egress: {\n serializedName: \"egress\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const AgentPoolListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AgentPoolListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"AgentPool\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const AgentPoolUpgradeProfile: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AgentPoolUpgradeProfile\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n type: {\n serializedName: \"type\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n kubernetesVersion: {\n serializedName: \"properties.kubernetesVersion\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n osType: {\n defaultValue: \"Linux\",\n serializedName: \"properties.osType\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n upgrades: {\n serializedName: \"properties.upgrades\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"AgentPoolUpgradeProfilePropertiesUpgradesItem\",\n },\n },\n },\n },\n componentsByReleases: {\n serializedName: \"properties.componentsByReleases\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ComponentsByRelease\",\n },\n },\n },\n },\n recentlyUsedVersions: {\n serializedName: \"properties.recentlyUsedVersions\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"AgentPoolRecentlyUsedVersion\",\n },\n },\n },\n },\n latestNodeImageVersion: {\n serializedName: \"properties.latestNodeImageVersion\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const AgentPoolUpgradeProfilePropertiesUpgradesItem: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AgentPoolUpgradeProfilePropertiesUpgradesItem\",\n modelProperties: {\n kubernetesVersion: {\n serializedName: \"kubernetesVersion\",\n type: {\n name: \"String\",\n },\n },\n isPreview: {\n serializedName: \"isPreview\",\n type: {\n name: \"Boolean\",\n },\n },\n isOutOfSupport: {\n serializedName: \"isOutOfSupport\",\n type: {\n name: \"Boolean\",\n },\n },\n },\n },\n};\n\nexport const AgentPoolRecentlyUsedVersion: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AgentPoolRecentlyUsedVersion\",\n modelProperties: {\n orchestratorVersion: {\n serializedName: \"orchestratorVersion\",\n type: {\n name: \"String\",\n },\n },\n nodeImageVersion: {\n serializedName: \"nodeImageVersion\",\n type: {\n name: \"String\",\n },\n },\n timestamp: {\n serializedName: \"timestamp\",\n type: {\n name: \"DateTime\",\n },\n },\n },\n },\n};\n\nexport const AgentPoolDeleteMachinesParameter: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AgentPoolDeleteMachinesParameter\",\n modelProperties: {\n machineNames: {\n serializedName: \"machineNames\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const MachineListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MachineListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Machine\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const MachineProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MachineProperties\",\n modelProperties: {\n network: {\n serializedName: \"network\",\n type: {\n name: \"Composite\",\n className: \"MachineNetworkProperties\",\n },\n },\n resourceId: {\n serializedName: \"resourceId\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n hardware: {\n serializedName: \"hardware\",\n type: {\n name: \"Composite\",\n className: \"MachineHardwareProfile\",\n },\n },\n operatingSystem: {\n serializedName: \"operatingSystem\",\n type: {\n name: \"Composite\",\n className: \"MachineOSProfile\",\n },\n },\n kubernetes: {\n serializedName: \"kubernetes\",\n type: {\n name: \"Composite\",\n className: \"MachineKubernetesProfile\",\n },\n },\n mode: {\n serializedName: \"mode\",\n type: {\n name: \"String\",\n },\n },\n security: {\n serializedName: \"security\",\n type: {\n name: \"Composite\",\n className: \"MachineSecurityProfile\",\n },\n },\n priority: {\n defaultValue: \"Regular\",\n serializedName: \"priority\",\n type: {\n name: \"String\",\n },\n },\n nodeImageVersion: {\n serializedName: \"nodeImageVersion\",\n type: {\n name: \"String\",\n },\n },\n provisioningState: {\n serializedName: \"provisioningState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } },\n },\n },\n eTag: {\n serializedName: \"eTag\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n status: {\n serializedName: \"status\",\n type: {\n name: \"Composite\",\n className: \"MachineStatus\",\n },\n },\n },\n },\n};\n\nexport const MachineNetworkProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MachineNetworkProperties\",\n modelProperties: {\n ipAddresses: {\n serializedName: \"ipAddresses\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"MachineIpAddress\",\n },\n },\n },\n },\n vnetSubnetID: {\n serializedName: \"vnetSubnetID\",\n type: {\n name: \"String\",\n },\n },\n podSubnetID: {\n serializedName: \"podSubnetID\",\n type: {\n name: \"String\",\n },\n },\n enableNodePublicIP: {\n serializedName: \"enableNodePublicIP\",\n type: {\n name: \"Boolean\",\n },\n },\n nodePublicIPPrefixID: {\n serializedName: \"nodePublicIPPrefixID\",\n type: {\n name: \"String\",\n },\n },\n nodePublicIPTags: {\n serializedName: \"nodePublicIPTags\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"IPTag\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const MachineIpAddress: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MachineIpAddress\",\n modelProperties: {\n family: {\n serializedName: \"family\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n ip: {\n serializedName: \"ip\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const MachineHardwareProfile: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MachineHardwareProfile\",\n modelProperties: {\n vmSize: {\n serializedName: \"vmSize\",\n type: {\n name: \"String\",\n },\n },\n gpuInstanceProfile: {\n serializedName: \"gpuInstanceProfile\",\n type: {\n name: \"String\",\n },\n },\n gpuProfile: {\n serializedName: \"gpuProfile\",\n type: {\n name: \"Composite\",\n className: \"GPUProfile\",\n },\n },\n },\n },\n};\n\nexport const MachineOSProfile: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MachineOSProfile\",\n modelProperties: {\n osType: {\n defaultValue: \"Linux\",\n serializedName: \"osType\",\n type: {\n name: \"String\",\n },\n },\n osSKU: {\n serializedName: \"osSKU\",\n type: {\n name: \"String\",\n },\n },\n osDiskSizeGB: {\n constraints: {\n InclusiveMaximum: 2048,\n InclusiveMinimum: 0,\n },\n serializedName: \"osDiskSizeGB\",\n type: {\n name: \"Number\",\n },\n },\n osDiskType: {\n serializedName: \"osDiskType\",\n type: {\n name: \"String\",\n },\n },\n enableFips: {\n serializedName: \"enableFIPS\",\n type: {\n name: \"Boolean\",\n },\n },\n linuxProfile: {\n serializedName: \"linuxProfile\",\n type: {\n name: \"Composite\",\n className: \"MachineOSProfileLinuxProfile\",\n },\n },\n windowsProfile: {\n serializedName: \"windowsProfile\",\n type: {\n name: \"Composite\",\n className: \"AgentPoolWindowsProfile\",\n },\n },\n },\n },\n};\n\nexport const MachineOSProfileLinuxProfile: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MachineOSProfileLinuxProfile\",\n modelProperties: {\n linuxOSConfig: {\n serializedName: \"linuxOSConfig\",\n type: {\n name: \"Composite\",\n className: \"LinuxOSConfig\",\n },\n },\n messageOfTheDay: {\n serializedName: \"messageOfTheDay\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const MachineKubernetesProfile: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MachineKubernetesProfile\",\n modelProperties: {\n nodeLabels: {\n serializedName: \"nodeLabels\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } },\n },\n },\n orchestratorVersion: {\n serializedName: \"orchestratorVersion\",\n type: {\n name: \"String\",\n },\n },\n currentOrchestratorVersion: {\n serializedName: \"currentOrchestratorVersion\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n kubeletDiskType: {\n serializedName: \"kubeletDiskType\",\n type: {\n name: \"String\",\n },\n },\n kubeletConfig: {\n serializedName: \"kubeletConfig\",\n type: {\n name: \"Composite\",\n className: \"KubeletConfig\",\n },\n },\n nodeInitializationTaints: {\n serializedName: \"nodeInitializationTaints\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n nodeTaints: {\n serializedName: \"nodeTaints\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n maxPods: {\n serializedName: \"maxPods\",\n type: {\n name: \"Number\",\n },\n },\n nodeName: {\n serializedName: \"nodeName\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n workloadRuntime: {\n serializedName: \"workloadRuntime\",\n type: {\n name: \"String\",\n },\n },\n artifactStreamingProfile: {\n serializedName: \"artifactStreamingProfile\",\n type: {\n name: \"Composite\",\n className: \"AgentPoolArtifactStreamingProfile\",\n },\n },\n },\n },\n};\n\nexport const MachineSecurityProfile: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MachineSecurityProfile\",\n modelProperties: {\n sshAccess: {\n serializedName: \"sshAccess\",\n type: {\n name: \"String\",\n },\n },\n enableVtpm: {\n serializedName: \"enableVTPM\",\n type: {\n name: \"Boolean\",\n },\n },\n enableSecureBoot: {\n serializedName: \"enableSecureBoot\",\n type: {\n name: \"Boolean\",\n },\n },\n enableEncryptionAtHost: {\n serializedName: \"enableEncryptionAtHost\",\n type: {\n name: \"Boolean\",\n },\n },\n },\n },\n};\n\nexport const MachineStatus: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MachineStatus\",\n modelProperties: {\n provisioningError: {\n serializedName: \"provisioningError\",\n type: {\n name: \"Composite\",\n className: \"ErrorDetail\",\n },\n },\n creationTimestamp: {\n serializedName: \"creationTimestamp\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n driftAction: {\n serializedName: \"driftAction\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n driftReason: {\n serializedName: \"driftReason\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n vmState: {\n serializedName: \"vmState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const AgentPoolAvailableVersions: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AgentPoolAvailableVersions\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n type: {\n serializedName: \"type\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n agentPoolVersions: {\n serializedName: \"properties.agentPoolVersions\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"AgentPoolAvailableVersionsPropertiesAgentPoolVersionsItem\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const AgentPoolAvailableVersionsPropertiesAgentPoolVersionsItem: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"AgentPoolAvailableVersionsPropertiesAgentPoolVersionsItem\",\n modelProperties: {\n default: {\n serializedName: \"default\",\n type: {\n name: \"Boolean\",\n },\n },\n kubernetesVersion: {\n serializedName: \"kubernetesVersion\",\n type: {\n name: \"String\",\n },\n },\n isPreview: {\n serializedName: \"isPreview\",\n type: {\n name: \"Boolean\",\n },\n },\n },\n },\n };\n\nexport const PrivateEndpointConnectionListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PrivateEndpointConnectionListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"PrivateEndpointConnection\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const PrivateEndpointConnection: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PrivateEndpointConnection\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n type: {\n serializedName: \"type\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n provisioningState: {\n serializedName: \"properties.provisioningState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n privateEndpoint: {\n serializedName: \"properties.privateEndpoint\",\n type: {\n name: \"Composite\",\n className: \"PrivateEndpoint\",\n },\n },\n privateLinkServiceConnectionState: {\n serializedName: \"properties.privateLinkServiceConnectionState\",\n type: {\n name: \"Composite\",\n className: \"PrivateLinkServiceConnectionState\",\n },\n },\n },\n },\n};\n\nexport const PrivateEndpoint: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PrivateEndpoint\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const PrivateLinkServiceConnectionState: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PrivateLinkServiceConnectionState\",\n modelProperties: {\n status: {\n serializedName: \"status\",\n type: {\n name: \"String\",\n },\n },\n description: {\n serializedName: \"description\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const PrivateLinkResourcesListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PrivateLinkResourcesListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"PrivateLinkResource\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const RunCommandRequest: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"RunCommandRequest\",\n modelProperties: {\n command: {\n serializedName: \"command\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n context: {\n serializedName: \"context\",\n type: {\n name: \"String\",\n },\n },\n clusterToken: {\n serializedName: \"clusterToken\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const RunCommandResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"RunCommandResult\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n provisioningState: {\n serializedName: \"properties.provisioningState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n exitCode: {\n serializedName: \"properties.exitCode\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n startedAt: {\n serializedName: \"properties.startedAt\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n finishedAt: {\n serializedName: \"properties.finishedAt\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n logs: {\n serializedName: \"properties.logs\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n reason: {\n serializedName: \"properties.reason\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const OutboundEnvironmentEndpointCollection: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OutboundEnvironmentEndpointCollection\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"OutboundEnvironmentEndpoint\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const OutboundEnvironmentEndpoint: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OutboundEnvironmentEndpoint\",\n modelProperties: {\n category: {\n serializedName: \"category\",\n type: {\n name: \"String\",\n },\n },\n endpoints: {\n serializedName: \"endpoints\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"EndpointDependency\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const EndpointDependency: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"EndpointDependency\",\n modelProperties: {\n domainName: {\n serializedName: \"domainName\",\n type: {\n name: \"String\",\n },\n },\n endpointDetails: {\n serializedName: \"endpointDetails\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"EndpointDetail\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const EndpointDetail: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"EndpointDetail\",\n modelProperties: {\n ipAddress: {\n serializedName: \"ipAddress\",\n type: {\n name: \"String\",\n },\n },\n port: {\n serializedName: \"port\",\n type: {\n name: \"Number\",\n },\n },\n protocol: {\n serializedName: \"protocol\",\n type: {\n name: \"String\",\n },\n },\n description: {\n serializedName: \"description\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const OperationStatusResultList: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OperationStatusResultList\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"OperationStatusResult\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const OperationStatusResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OperationStatusResult\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n type: {\n name: \"String\",\n },\n },\n resourceId: {\n serializedName: \"resourceId\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\",\n },\n },\n status: {\n serializedName: \"status\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n percentComplete: {\n constraints: {\n InclusiveMaximum: 100,\n InclusiveMinimum: 0,\n },\n serializedName: \"percentComplete\",\n type: {\n name: \"Number\",\n },\n },\n startTime: {\n serializedName: \"startTime\",\n type: {\n name: \"DateTime\",\n },\n },\n endTime: {\n serializedName: \"endTime\",\n type: {\n name: \"DateTime\",\n },\n },\n operations: {\n serializedName: \"operations\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"OperationStatusResult\",\n },\n },\n },\n },\n error: {\n serializedName: \"error\",\n type: {\n name: \"Composite\",\n className: \"ErrorDetail\",\n },\n },\n },\n },\n};\n\nexport const SnapshotListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SnapshotListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Snapshot\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ManagedClusterSnapshotListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ManagedClusterSnapshotListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ManagedClusterSnapshot\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ManagedClusterPropertiesForSnapshot: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ManagedClusterPropertiesForSnapshot\",\n modelProperties: {\n kubernetesVersion: {\n serializedName: \"kubernetesVersion\",\n type: {\n name: \"String\",\n },\n },\n sku: {\n serializedName: \"sku\",\n type: {\n name: \"Composite\",\n className: \"ManagedClusterSKU\",\n },\n },\n enableRbac: {\n serializedName: \"enableRbac\",\n type: {\n name: \"Boolean\",\n },\n },\n networkProfile: {\n serializedName: \"networkProfile\",\n type: {\n name: \"Composite\",\n className: \"NetworkProfileForSnapshot\",\n },\n },\n },\n },\n};\n\nexport const NetworkProfileForSnapshot: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"NetworkProfileForSnapshot\",\n modelProperties: {\n networkPlugin: {\n serializedName: \"networkPlugin\",\n type: {\n name: \"String\",\n },\n },\n networkPluginMode: {\n serializedName: \"networkPluginMode\",\n type: {\n name: \"String\",\n },\n },\n networkPolicy: {\n serializedName: \"networkPolicy\",\n type: {\n name: \"String\",\n },\n },\n networkMode: {\n serializedName: \"networkMode\",\n type: {\n name: \"String\",\n },\n },\n loadBalancerSku: {\n serializedName: \"loadBalancerSku\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const TrustedAccessRoleListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"TrustedAccessRoleListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"TrustedAccessRole\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const TrustedAccessRole: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"TrustedAccessRole\",\n modelProperties: {\n sourceResourceType: {\n serializedName: \"sourceResourceType\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n rules: {\n serializedName: \"rules\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"TrustedAccessRoleRule\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const TrustedAccessRoleRule: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"TrustedAccessRoleRule\",\n modelProperties: {\n verbs: {\n serializedName: \"verbs\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n apiGroups: {\n serializedName: \"apiGroups\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n resources: {\n serializedName: \"resources\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n resourceNames: {\n serializedName: \"resourceNames\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n nonResourceURLs: {\n serializedName: \"nonResourceURLs\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const TrustedAccessRoleBindingListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"TrustedAccessRoleBindingListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"TrustedAccessRoleBinding\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const GuardrailsAvailableVersionsProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"GuardrailsAvailableVersionsProperties\",\n modelProperties: {\n isDefaultVersion: {\n serializedName: \"isDefaultVersion\",\n readOnly: true,\n type: {\n name: \"Boolean\",\n },\n },\n support: {\n serializedName: \"support\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const GuardrailsAvailableVersionsList: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"GuardrailsAvailableVersionsList\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"GuardrailsAvailableVersion\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const SafeguardsAvailableVersionsProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SafeguardsAvailableVersionsProperties\",\n modelProperties: {\n isDefaultVersion: {\n serializedName: \"isDefaultVersion\",\n readOnly: true,\n type: {\n name: \"Boolean\",\n },\n },\n support: {\n serializedName: \"support\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const SafeguardsAvailableVersionsList: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SafeguardsAvailableVersionsList\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"SafeguardsAvailableVersion\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const MeshRevisionProfileList: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MeshRevisionProfileList\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"MeshRevisionProfile\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const MeshRevisionProfileProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MeshRevisionProfileProperties\",\n modelProperties: {\n meshRevisions: {\n serializedName: \"meshRevisions\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"MeshRevision\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const MeshRevision: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MeshRevision\",\n modelProperties: {\n revision: {\n serializedName: \"revision\",\n type: {\n name: \"String\",\n },\n },\n upgrades: {\n serializedName: \"upgrades\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n compatibleWith: {\n serializedName: \"compatibleWith\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"CompatibleVersions\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const CompatibleVersions: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CompatibleVersions\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\",\n },\n },\n versions: {\n serializedName: \"versions\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const MeshUpgradeProfileList: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MeshUpgradeProfileList\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"MeshUpgradeProfile\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const LoadBalancerListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"LoadBalancerListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"LoadBalancer\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const LabelSelector: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"LabelSelector\",\n modelProperties: {\n matchLabels: {\n serializedName: \"matchLabels\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n matchExpressions: {\n serializedName: \"matchExpressions\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"LabelSelectorRequirement\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const LabelSelectorRequirement: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"LabelSelectorRequirement\",\n modelProperties: {\n key: {\n serializedName: \"key\",\n type: {\n name: \"String\",\n },\n },\n operator: {\n serializedName: \"operator\",\n type: {\n name: \"String\",\n },\n },\n values: {\n serializedName: \"values\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const RebalanceLoadBalancersRequestBody: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"RebalanceLoadBalancersRequestBody\",\n modelProperties: {\n loadBalancerNames: {\n serializedName: \"loadBalancerNames\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const IdentityBindingListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"IdentityBindingListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"IdentityBinding\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const IdentityBindingProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"IdentityBindingProperties\",\n modelProperties: {\n managedIdentity: {\n serializedName: \"managedIdentity\",\n type: {\n name: \"Composite\",\n className: \"IdentityBindingManagedIdentityProfile\",\n },\n },\n oidcIssuer: {\n serializedName: \"oidcIssuer\",\n type: {\n name: \"Composite\",\n className: \"IdentityBindingOidcIssuerProfile\",\n },\n },\n provisioningState: {\n serializedName: \"provisioningState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const IdentityBindingManagedIdentityProfile: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"IdentityBindingManagedIdentityProfile\",\n modelProperties: {\n resourceId: {\n serializedName: \"resourceId\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n objectId: {\n constraints: {\n Pattern: new RegExp(\n \"^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$\",\n ),\n MaxLength: 36,\n MinLength: 36,\n },\n serializedName: \"objectId\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n clientId: {\n constraints: {\n Pattern: new RegExp(\n \"^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$\",\n ),\n MaxLength: 36,\n MinLength: 36,\n },\n serializedName: \"clientId\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n tenantId: {\n constraints: {\n Pattern: new RegExp(\n \"^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$\",\n ),\n MaxLength: 36,\n MinLength: 36,\n },\n serializedName: \"tenantId\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const IdentityBindingOidcIssuerProfile: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"IdentityBindingOidcIssuerProfile\",\n modelProperties: {\n oidcIssuerUrl: {\n serializedName: \"oidcIssuerUrl\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const JWTAuthenticatorListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"JWTAuthenticatorListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"JWTAuthenticator\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const JWTAuthenticatorProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"JWTAuthenticatorProperties\",\n modelProperties: {\n provisioningState: {\n serializedName: \"provisioningState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n issuer: {\n serializedName: \"issuer\",\n type: {\n name: \"Composite\",\n className: \"JWTAuthenticatorIssuer\",\n },\n },\n claimValidationRules: {\n serializedName: \"claimValidationRules\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"JWTAuthenticatorValidationRule\",\n },\n },\n },\n },\n claimMappings: {\n serializedName: \"claimMappings\",\n type: {\n name: \"Composite\",\n className: \"JWTAuthenticatorClaimMappings\",\n },\n },\n userValidationRules: {\n serializedName: \"userValidationRules\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"JWTAuthenticatorValidationRule\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const JWTAuthenticatorIssuer: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"JWTAuthenticatorIssuer\",\n modelProperties: {\n url: {\n serializedName: \"url\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n audiences: {\n constraints: {\n MinItems: 1,\n },\n serializedName: \"audiences\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const JWTAuthenticatorValidationRule: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"JWTAuthenticatorValidationRule\",\n modelProperties: {\n expression: {\n serializedName: \"expression\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n message: {\n serializedName: \"message\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const JWTAuthenticatorClaimMappings: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"JWTAuthenticatorClaimMappings\",\n modelProperties: {\n username: {\n serializedName: \"username\",\n type: {\n name: \"Composite\",\n className: \"JWTAuthenticatorClaimMappingExpression\",\n },\n },\n groups: {\n serializedName: \"groups\",\n type: {\n name: \"Composite\",\n className: \"JWTAuthenticatorClaimMappingExpression\",\n },\n },\n uid: {\n serializedName: \"uid\",\n type: {\n name: \"Composite\",\n className: \"JWTAuthenticatorClaimMappingExpression\",\n },\n },\n extra: {\n serializedName: \"extra\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"JWTAuthenticatorExtraClaimMappingExpression\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const JWTAuthenticatorClaimMappingExpression: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"JWTAuthenticatorClaimMappingExpression\",\n modelProperties: {\n expression: {\n serializedName: \"expression\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const JWTAuthenticatorExtraClaimMappingExpression: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"JWTAuthenticatorExtraClaimMappingExpression\",\n modelProperties: {\n key: {\n serializedName: \"key\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n valueExpression: {\n serializedName: \"valueExpression\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const MeshMembershipsListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MeshMembershipsListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"MeshMembership\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const MeshMembershipProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MeshMembershipProperties\",\n modelProperties: {\n provisioningState: {\n serializedName: \"provisioningState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n managedMeshID: {\n serializedName: \"managedMeshID\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ManagedClusterAgentPoolProfile: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ManagedClusterAgentPoolProfile\",\n modelProperties: {\n ...ManagedClusterAgentPoolProfileProperties.type.modelProperties,\n name: {\n constraints: {\n Pattern: new RegExp(\"^[a-z][a-z0-9]{0,11}$\"),\n },\n serializedName: \"name\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ManagedClusterAddonProfileIdentity: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ManagedClusterAddonProfileIdentity\",\n modelProperties: {\n ...UserAssignedIdentity.type.modelProperties,\n },\n },\n};\n\nexport const TrackedResource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"TrackedResource\",\n modelProperties: {\n ...Resource.type.modelProperties,\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } },\n },\n },\n location: {\n serializedName: \"location\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const TrustedAccessRoleBinding: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"TrustedAccessRoleBinding\",\n modelProperties: {\n ...Resource.type.modelProperties,\n provisioningState: {\n serializedName: \"properties.provisioningState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n sourceResourceId: {\n serializedName: \"properties.sourceResourceId\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n roles: {\n serializedName: \"properties.roles\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const GuardrailsAvailableVersion: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"GuardrailsAvailableVersion\",\n modelProperties: {\n ...Resource.type.modelProperties,\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"GuardrailsAvailableVersionsProperties\",\n },\n },\n },\n },\n};\n\nexport const SafeguardsAvailableVersion: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SafeguardsAvailableVersion\",\n modelProperties: {\n ...Resource.type.modelProperties,\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"SafeguardsAvailableVersionsProperties\",\n },\n },\n },\n },\n};\n\nexport const ProxyResource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ProxyResource\",\n modelProperties: {\n ...Resource.type.modelProperties,\n },\n },\n};\n\nexport const MaintenanceConfiguration: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MaintenanceConfiguration\",\n modelProperties: {\n ...SubResource.type.modelProperties,\n systemData: {\n serializedName: \"systemData\",\n type: {\n name: \"Composite\",\n className: \"SystemData\",\n },\n },\n timeInWeek: {\n serializedName: \"properties.timeInWeek\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"TimeInWeek\",\n },\n },\n },\n },\n notAllowedTime: {\n serializedName: \"properties.notAllowedTime\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"TimeSpan\",\n },\n },\n },\n },\n maintenanceWindow: {\n serializedName: \"properties.maintenanceWindow\",\n type: {\n name: \"Composite\",\n className: \"MaintenanceWindow\",\n },\n },\n },\n },\n};\n\nexport const ManagedNamespace: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ManagedNamespace\",\n modelProperties: {\n ...SubResource.type.modelProperties,\n systemData: {\n serializedName: \"systemData\",\n type: {\n name: \"Composite\",\n className: \"SystemData\",\n },\n },\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } },\n },\n },\n eTag: {\n serializedName: \"eTag\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"NamespaceProperties\",\n },\n },\n },\n },\n};\n\nexport const AgentPool: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AgentPool\",\n modelProperties: {\n ...SubResource.type.modelProperties,\n eTag: {\n serializedName: \"properties.eTag\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n count: {\n serializedName: \"properties.count\",\n type: {\n name: \"Number\",\n },\n },\n vmSize: {\n serializedName: \"properties.vmSize\",\n type: {\n name: \"String\",\n },\n },\n osDiskSizeGB: {\n constraints: {\n InclusiveMaximum: 2048,\n InclusiveMinimum: 0,\n },\n serializedName: \"properties.osDiskSizeGB\",\n type: {\n name: \"Number\",\n },\n },\n osDiskType: {\n serializedName: \"properties.osDiskType\",\n type: {\n name: \"String\",\n },\n },\n kubeletDiskType: {\n serializedName: \"properties.kubeletDiskType\",\n type: {\n name: \"String\",\n },\n },\n workloadRuntime: {\n serializedName: \"properties.workloadRuntime\",\n type: {\n name: \"String\",\n },\n },\n messageOfTheDay: {\n serializedName: \"properties.messageOfTheDay\",\n type: {\n name: \"String\",\n },\n },\n vnetSubnetID: {\n serializedName: \"properties.vnetSubnetID\",\n type: {\n name: \"String\",\n },\n },\n podSubnetID: {\n serializedName: \"properties.podSubnetID\",\n type: {\n name: \"String\",\n },\n },\n podIPAllocationMode: {\n serializedName: \"properties.podIPAllocationMode\",\n type: {\n name: \"String\",\n },\n },\n maxPods: {\n serializedName: \"properties.maxPods\",\n type: {\n name: \"Number\",\n },\n },\n osType: {\n defaultValue: \"Linux\",\n serializedName: \"properties.osType\",\n type: {\n name: \"String\",\n },\n },\n osSKU: {\n serializedName: \"properties.osSKU\",\n type: {\n name: \"String\",\n },\n },\n maxCount: {\n serializedName: \"properties.maxCount\",\n type: {\n name: \"Number\",\n },\n },\n minCount: {\n serializedName: \"properties.minCount\",\n type: {\n name: \"Number\",\n },\n },\n enableAutoScaling: {\n serializedName: \"properties.enableAutoScaling\",\n type: {\n name: \"Boolean\",\n },\n },\n scaleDownMode: {\n serializedName: \"properties.scaleDownMode\",\n type: {\n name: \"String\",\n },\n },\n typePropertiesType: {\n serializedName: \"properties.type\",\n type: {\n name: \"String\",\n },\n },\n mode: {\n serializedName: \"properties.mode\",\n type: {\n name: \"String\",\n },\n },\n orchestratorVersion: {\n serializedName: \"properties.orchestratorVersion\",\n type: {\n name: \"String\",\n },\n },\n currentOrchestratorVersion: {\n serializedName: \"properties.currentOrchestratorVersion\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n nodeImageVersion: {\n serializedName: \"properties.nodeImageVersion\",\n type: {\n name: \"String\",\n },\n },\n upgradeStrategy: {\n serializedName: \"properties.upgradeStrategy\",\n type: {\n name: \"String\",\n },\n },\n upgradeSettings: {\n serializedName: \"properties.upgradeSettings\",\n type: {\n name: \"Composite\",\n className: \"AgentPoolUpgradeSettings\",\n },\n },\n upgradeSettingsBlueGreen: {\n serializedName: \"properties.upgradeSettingsBlueGreen\",\n type: {\n name: \"Composite\",\n className: \"AgentPoolBlueGreenUpgradeSettings\",\n },\n },\n provisioningState: {\n serializedName: \"properties.provisioningState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n powerState: {\n serializedName: \"properties.powerState\",\n type: {\n name: \"Composite\",\n className: \"PowerState\",\n },\n },\n availabilityZones: {\n serializedName: \"properties.availabilityZones\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n enableNodePublicIP: {\n serializedName: \"properties.enableNodePublicIP\",\n type: {\n name: \"Boolean\",\n },\n },\n nodePublicIPPrefixID: {\n serializedName: \"properties.nodePublicIPPrefixID\",\n type: {\n name: \"String\",\n },\n },\n scaleSetPriority: {\n defaultValue: \"Regular\",\n serializedName: \"properties.scaleSetPriority\",\n type: {\n name: \"String\",\n },\n },\n scaleSetEvictionPolicy: {\n defaultValue: \"Delete\",\n serializedName: \"properties.scaleSetEvictionPolicy\",\n type: {\n name: \"String\",\n },\n },\n spotMaxPrice: {\n defaultValue: -1,\n serializedName: \"properties.spotMaxPrice\",\n type: {\n name: \"Number\",\n },\n },\n tags: {\n serializedName: \"properties.tags\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } },\n },\n },\n nodeLabels: {\n serializedName: \"properties.nodeLabels\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } },\n },\n },\n nodeTaints: {\n serializedName: \"properties.nodeTaints\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n nodeInitializationTaints: {\n serializedName: \"properties.nodeInitializationTaints\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n proximityPlacementGroupID: {\n serializedName: \"properties.proximityPlacementGroupID\",\n type: {\n name: \"String\",\n },\n },\n kubeletConfig: {\n serializedName: \"properties.kubeletConfig\",\n type: {\n name: \"Composite\",\n className: \"KubeletConfig\",\n },\n },\n linuxOSConfig: {\n serializedName: \"properties.linuxOSConfig\",\n type: {\n name: \"Composite\",\n className: \"LinuxOSConfig\",\n },\n },\n enableEncryptionAtHost: {\n serializedName: \"properties.enableEncryptionAtHost\",\n type: {\n name: \"Boolean\",\n },\n },\n enableUltraSSD: {\n serializedName: \"properties.enableUltraSSD\",\n type: {\n name: \"Boolean\",\n },\n },\n enableFips: {\n serializedName: \"properties.enableFIPS\",\n type: {\n name: \"Boolean\",\n },\n },\n gpuInstanceProfile: {\n serializedName: \"properties.gpuInstanceProfile\",\n type: {\n name: \"String\",\n },\n },\n creationData: {\n serializedName: \"properties.creationData\",\n type: {\n name: \"Composite\",\n className: \"CreationData\",\n },\n },\n capacityReservationGroupID: {\n serializedName: \"properties.capacityReservationGroupID\",\n type: {\n name: \"String\",\n },\n },\n hostGroupID: {\n serializedName: \"properties.hostGroupID\",\n type: {\n name: \"String\",\n },\n },\n windowsProfile: {\n serializedName: \"properties.windowsProfile\",\n type: {\n name: \"Composite\",\n className: \"AgentPoolWindowsProfile\",\n },\n },\n networkProfile: {\n serializedName: \"properties.networkProfile\",\n type: {\n name: \"Composite\",\n className: \"AgentPoolNetworkProfile\",\n },\n },\n securityProfile: {\n serializedName: \"properties.securityProfile\",\n type: {\n name: \"Composite\",\n className: \"AgentPoolSecurityProfile\",\n },\n },\n gpuProfile: {\n serializedName: \"properties.gpuProfile\",\n type: {\n name: \"Composite\",\n className: \"GPUProfile\",\n },\n },\n artifactStreamingProfile: {\n serializedName: \"properties.artifactStreamingProfile\",\n type: {\n name: \"Composite\",\n className: \"AgentPoolArtifactStreamingProfile\",\n },\n },\n virtualMachinesProfile: {\n serializedName: \"properties.virtualMachinesProfile\",\n type: {\n name: \"Composite\",\n className: \"VirtualMachinesProfile\",\n },\n },\n virtualMachineNodesStatus: {\n serializedName: \"properties.virtualMachineNodesStatus\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"VirtualMachineNodes\",\n },\n },\n },\n },\n gatewayProfile: {\n serializedName: \"properties.gatewayProfile\",\n type: {\n name: \"Composite\",\n className: \"AgentPoolGatewayProfile\",\n },\n },\n status: {\n serializedName: \"properties.status\",\n type: {\n name: \"Composite\",\n className: \"AgentPoolStatus\",\n },\n },\n localDNSProfile: {\n serializedName: \"properties.localDNSProfile\",\n type: {\n name: \"Composite\",\n className: \"LocalDNSProfile\",\n },\n },\n nodeCustomizationProfile: {\n serializedName: \"properties.nodeCustomizationProfile\",\n type: {\n name: \"Composite\",\n className: \"NodeCustomizationProfile\",\n },\n },\n },\n },\n};\n\nexport const Machine: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Machine\",\n modelProperties: {\n ...SubResource.type.modelProperties,\n zones: {\n serializedName: \"zones\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"MachineProperties\",\n },\n },\n },\n },\n};\n\nexport const MeshUpgradeProfileProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MeshUpgradeProfileProperties\",\n modelProperties: {\n ...MeshRevision.type.modelProperties,\n },\n },\n};\n\nexport const ManagedCluster: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ManagedCluster\",\n modelProperties: {\n ...TrackedResource.type.modelProperties,\n eTag: {\n serializedName: \"eTag\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n sku: {\n serializedName: \"sku\",\n type: {\n name: \"Composite\",\n className: \"ManagedClusterSKU\",\n },\n },\n extendedLocation: {\n serializedName: \"extendedLocation\",\n type: {\n name: \"Composite\",\n className: \"ExtendedLocation\",\n },\n },\n identity: {\n serializedName: \"identity\",\n type: {\n name: \"Composite\",\n className: \"ManagedClusterIdentity\",\n },\n },\n kind: {\n serializedName: \"kind\",\n type: {\n name: \"String\",\n },\n },\n provisioningState: {\n serializedName: \"properties.provisioningState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n powerState: {\n serializedName: \"properties.powerState\",\n type: {\n name: \"Composite\",\n className: \"PowerState\",\n },\n },\n creationData: {\n serializedName: \"properties.creationData\",\n type: {\n name: \"Composite\",\n className: \"CreationData\",\n },\n },\n maxAgentPools: {\n serializedName: \"properties.maxAgentPools\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n kubernetesVersion: {\n serializedName: \"properties.kubernetesVersion\",\n type: {\n name: \"String\",\n },\n },\n currentKubernetesVersion: {\n serializedName: \"properties.currentKubernetesVersion\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n dnsPrefix: {\n serializedName: \"properties.dnsPrefix\",\n type: {\n name: \"String\",\n },\n },\n fqdnSubdomain: {\n serializedName: \"properties.fqdnSubdomain\",\n type: {\n name: \"String\",\n },\n },\n fqdn: {\n serializedName: \"properties.fqdn\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n privateFqdn: {\n serializedName: \"properties.privateFQDN\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n azurePortalFqdn: {\n serializedName: \"properties.azurePortalFQDN\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n agentPoolProfiles: {\n serializedName: \"properties.agentPoolProfiles\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ManagedClusterAgentPoolProfile\",\n },\n },\n },\n },\n linuxProfile: {\n serializedName: \"properties.linuxProfile\",\n type: {\n name: \"Composite\",\n className: \"ContainerServiceLinuxProfile\",\n },\n },\n windowsProfile: {\n serializedName: \"properties.windowsProfile\",\n type: {\n name: \"Composite\",\n className: \"ManagedClusterWindowsProfile\",\n },\n },\n servicePrincipalProfile: {\n serializedName: \"properties.servicePrincipalProfile\",\n type: {\n name: \"Composite\",\n className: \"ManagedClusterServicePrincipalProfile\",\n },\n },\n addonProfiles: {\n serializedName: \"properties.addonProfiles\",\n type: {\n name: \"Dictionary\",\n value: {\n type: {\n name: \"Composite\",\n className: \"ManagedClusterAddonProfile\",\n },\n },\n },\n },\n podIdentityProfile: {\n serializedName: \"properties.podIdentityProfile\",\n type: {\n name: \"Composite\",\n className: \"ManagedClusterPodIdentityProfile\",\n },\n },\n oidcIssuerProfile: {\n serializedName: \"properties.oidcIssuerProfile\",\n type: {\n name: \"Composite\",\n className: \"ManagedClusterOidcIssuerProfile\",\n },\n },\n nodeResourceGroup: {\n serializedName: \"properties.nodeResourceGroup\",\n type: {\n name: \"String\",\n },\n },\n nodeResourceGroupProfile: {\n serializedName: \"properties.nodeResourceGroupProfile\",\n type: {\n name: \"Composite\",\n className: \"ManagedClusterNodeResourceGroupProfile\",\n },\n },\n enableRbac: {\n serializedName: \"properties.enableRBAC\",\n type: {\n name: \"Boolean\",\n },\n },\n supportPlan: {\n serializedName: \"properties.supportPlan\",\n type: {\n name: \"String\",\n },\n },\n enableNamespaceResources: {\n serializedName: \"properties.enableNamespaceResources\",\n type: {\n name: \"Boolean\",\n },\n },\n networkProfile: {\n serializedName: \"properties.networkProfile\",\n type: {\n name: \"Composite\",\n className: \"ContainerServiceNetworkProfile\",\n },\n },\n aadProfile: {\n serializedName: \"properties.aadProfile\",\n type: {\n name: \"Composite\",\n className: \"ManagedClusterAADProfile\",\n },\n },\n autoUpgradeProfile: {\n serializedName: \"properties.autoUpgradeProfile\",\n type: {\n name: \"Composite\",\n className: \"ManagedClusterAutoUpgradeProfile\",\n },\n },\n upgradeSettings: {\n serializedName: \"properties.upgradeSettings\",\n type: {\n name: \"Composite\",\n className: \"ClusterUpgradeSettings\",\n },\n },\n autoScalerProfile: {\n serializedName: \"properties.autoScalerProfile\",\n type: {\n name: \"Composite\",\n className: \"ManagedClusterPropertiesAutoScalerProfile\",\n },\n },\n apiServerAccessProfile: {\n serializedName: \"properties.apiServerAccessProfile\",\n type: {\n name: \"Composite\",\n className: \"ManagedClusterAPIServerAccessProfile\",\n },\n },\n diskEncryptionSetID: {\n serializedName: \"properties.diskEncryptionSetID\",\n type: {\n name: \"String\",\n },\n },\n identityProfile: {\n serializedName: \"properties.identityProfile\",\n type: {\n name: \"Dictionary\",\n value: {\n type: { name: \"Composite\", className: \"UserAssignedIdentity\" },\n },\n },\n },\n privateLinkResources: {\n serializedName: \"properties.privateLinkResources\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"PrivateLinkResource\",\n },\n },\n },\n },\n disableLocalAccounts: {\n serializedName: \"properties.disableLocalAccounts\",\n type: {\n name: \"Boolean\",\n },\n },\n httpProxyConfig: {\n serializedName: \"properties.httpProxyConfig\",\n type: {\n name: \"Composite\",\n className: \"ManagedClusterHttpProxyConfig\",\n },\n },\n securityProfile: {\n serializedName: \"properties.securityProfile\",\n type: {\n name: \"Composite\",\n className: \"ManagedClusterSecurityProfile\",\n },\n },\n storageProfile: {\n serializedName: \"properties.storageProfile\",\n type: {\n name: \"Composite\",\n className: \"ManagedClusterStorageProfile\",\n },\n },\n ingressProfile: {\n serializedName: \"properties.ingressProfile\",\n type: {\n name: \"Composite\",\n className: \"ManagedClusterIngressProfile\",\n },\n },\n publicNetworkAccess: {\n serializedName: \"properties.publicNetworkAccess\",\n type: {\n name: \"String\",\n },\n },\n workloadAutoScalerProfile: {\n serializedName: \"properties.workloadAutoScalerProfile\",\n type: {\n name: \"Composite\",\n className: \"ManagedClusterWorkloadAutoScalerProfile\",\n },\n },\n azureMonitorProfile: {\n serializedName: \"properties.azureMonitorProfile\",\n type: {\n name: \"Composite\",\n className: \"ManagedClusterAzureMonitorProfile\",\n },\n },\n serviceMeshProfile: {\n serializedName: \"properties.serviceMeshProfile\",\n type: {\n name: \"Composite\",\n className: \"ServiceMeshProfile\",\n },\n },\n resourceUID: {\n serializedName: \"properties.resourceUID\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n metricsProfile: {\n serializedName: \"properties.metricsProfile\",\n type: {\n name: \"Composite\",\n className: \"ManagedClusterMetricsProfile\",\n },\n },\n aiToolchainOperatorProfile: {\n serializedName: \"properties.aiToolchainOperatorProfile\",\n type: {\n name: \"Composite\",\n className: \"ManagedClusterAIToolchainOperatorProfile\",\n },\n },\n nodeProvisioningProfile: {\n serializedName: \"properties.nodeProvisioningProfile\",\n type: {\n name: \"Composite\",\n className: \"ManagedClusterNodeProvisioningProfile\",\n },\n },\n bootstrapProfile: {\n serializedName: \"properties.bootstrapProfile\",\n type: {\n name: \"Composite\",\n className: \"ManagedClusterBootstrapProfile\",\n },\n },\n schedulerProfile: {\n serializedName: \"properties.schedulerProfile\",\n type: {\n name: \"Composite\",\n className: \"SchedulerProfile\",\n },\n },\n hostedSystemProfile: {\n serializedName: \"properties.hostedSystemProfile\",\n type: {\n name: \"Composite\",\n className: \"ManagedClusterHostedSystemProfile\",\n },\n },\n status: {\n serializedName: \"properties.status\",\n type: {\n name: \"Composite\",\n className: \"ManagedClusterStatus\",\n },\n },\n },\n },\n};\n\nexport const ManagedClusterAccessProfile: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ManagedClusterAccessProfile\",\n modelProperties: {\n ...TrackedResource.type.modelProperties,\n kubeConfig: {\n serializedName: \"properties.kubeConfig\",\n type: {\n name: \"ByteArray\",\n },\n },\n },\n },\n};\n\nexport const Snapshot: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Snapshot\",\n modelProperties: {\n ...TrackedResource.type.modelProperties,\n creationData: {\n serializedName: \"properties.creationData\",\n type: {\n name: \"Composite\",\n className: \"CreationData\",\n },\n },\n snapshotType: {\n defaultValue: \"NodePool\",\n serializedName: \"properties.snapshotType\",\n type: {\n name: \"String\",\n },\n },\n kubernetesVersion: {\n serializedName: \"properties.kubernetesVersion\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n nodeImageVersion: {\n serializedName: \"properties.nodeImageVersion\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n osType: {\n defaultValue: \"Linux\",\n serializedName: \"properties.osType\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n osSku: {\n serializedName: \"properties.osSku\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n vmSize: {\n serializedName: \"properties.vmSize\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n enableFips: {\n serializedName: \"properties.enableFIPS\",\n readOnly: true,\n type: {\n name: \"Boolean\",\n },\n },\n },\n },\n};\n\nexport const ManagedClusterSnapshot: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ManagedClusterSnapshot\",\n modelProperties: {\n ...TrackedResource.type.modelProperties,\n creationData: {\n serializedName: \"properties.creationData\",\n type: {\n name: \"Composite\",\n className: \"CreationData\",\n },\n },\n snapshotType: {\n defaultValue: \"NodePool\",\n serializedName: \"properties.snapshotType\",\n type: {\n name: \"String\",\n },\n },\n managedClusterPropertiesReadOnly: {\n serializedName: \"properties.managedClusterPropertiesReadOnly\",\n type: {\n name: \"Composite\",\n className: \"ManagedClusterPropertiesForSnapshot\",\n },\n },\n },\n },\n};\n\nexport const MeshRevisionProfile: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MeshRevisionProfile\",\n modelProperties: {\n ...ProxyResource.type.modelProperties,\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"MeshRevisionProfileProperties\",\n },\n },\n },\n },\n};\n\nexport const MeshUpgradeProfile: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MeshUpgradeProfile\",\n modelProperties: {\n ...ProxyResource.type.modelProperties,\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"MeshUpgradeProfileProperties\",\n },\n },\n },\n },\n};\n\nexport const LoadBalancer: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"LoadBalancer\",\n modelProperties: {\n ...ProxyResource.type.modelProperties,\n primaryAgentPoolName: {\n serializedName: \"properties.primaryAgentPoolName\",\n type: {\n name: \"String\",\n },\n },\n allowServicePlacement: {\n serializedName: \"properties.allowServicePlacement\",\n type: {\n name: \"Boolean\",\n },\n },\n serviceLabelSelector: {\n serializedName: \"properties.serviceLabelSelector\",\n type: {\n name: \"Composite\",\n className: \"LabelSelector\",\n },\n },\n serviceNamespaceSelector: {\n serializedName: \"properties.serviceNamespaceSelector\",\n type: {\n name: \"Composite\",\n className: \"LabelSelector\",\n },\n },\n nodeSelector: {\n serializedName: \"properties.nodeSelector\",\n type: {\n name: \"Composite\",\n className: \"LabelSelector\",\n },\n },\n provisioningState: {\n serializedName: \"properties.provisioningState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const IdentityBinding: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"IdentityBinding\",\n modelProperties: {\n ...ProxyResource.type.modelProperties,\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"IdentityBindingProperties\",\n },\n },\n eTag: {\n serializedName: \"eTag\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const JWTAuthenticator: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"JWTAuthenticator\",\n modelProperties: {\n ...ProxyResource.type.modelProperties,\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"JWTAuthenticatorProperties\",\n },\n },\n },\n },\n};\n\nexport const MeshMembership: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MeshMembership\",\n modelProperties: {\n ...ProxyResource.type.modelProperties,\n managedBy: {\n serializedName: \"managedBy\",\n type: {\n name: \"String\",\n },\n },\n eTag: {\n serializedName: \"eTag\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"MeshMembershipProperties\",\n },\n },\n },\n },\n};\n\nexport const ManagedClustersDeleteHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ManagedClustersDeleteHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ManagedClustersResetServicePrincipalProfileHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ManagedClustersResetServicePrincipalProfileHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ManagedClustersResetAADProfileHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ManagedClustersResetAADProfileHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ManagedClustersAbortLatestOperationHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ManagedClustersAbortLatestOperationHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n azureAsyncOperation: {\n serializedName: \"azure-asyncoperation\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ManagedClustersRotateClusterCertificatesHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ManagedClustersRotateClusterCertificatesHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ManagedClustersRotateServiceAccountSigningKeysHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ManagedClustersRotateServiceAccountSigningKeysHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ManagedClustersStopHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ManagedClustersStopHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ManagedClustersStartHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ManagedClustersStartHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ManagedClustersRunCommandHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ManagedClustersRunCommandHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ManagedClustersGetCommandResultHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ManagedClustersGetCommandResultHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ManagedClustersRebalanceLoadBalancersHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ManagedClustersRebalanceLoadBalancersHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n azureAsyncOperation: {\n serializedName: \"azure-asyncoperation\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ManagedClustersRebalanceLoadBalancersExceptionHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ManagedClustersRebalanceLoadBalancersExceptionHeaders\",\n modelProperties: {\n azureAsyncOperation: {\n serializedName: \"azure-asyncoperation\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ManagedNamespacesCreateOrUpdateHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ManagedNamespacesCreateOrUpdateHeaders\",\n modelProperties: {\n azureAsyncOperation: {\n serializedName: \"azure-asyncoperation\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ManagedNamespacesCreateOrUpdateExceptionHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ManagedNamespacesCreateOrUpdateExceptionHeaders\",\n modelProperties: {\n azureAsyncOperation: {\n serializedName: \"azure-asyncoperation\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ManagedNamespacesDeleteHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ManagedNamespacesDeleteHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n azureAsyncOperation: {\n serializedName: \"azure-asyncoperation\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ManagedNamespacesDeleteExceptionHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ManagedNamespacesDeleteExceptionHeaders\",\n modelProperties: {\n azureAsyncOperation: {\n serializedName: \"azure-asyncoperation\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const AgentPoolsAbortLatestOperationHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AgentPoolsAbortLatestOperationHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n azureAsyncOperation: {\n serializedName: \"azure-asyncoperation\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const AgentPoolsDeleteHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AgentPoolsDeleteHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const AgentPoolsCompleteUpgradeHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AgentPoolsCompleteUpgradeHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n azureAsyncOperation: {\n serializedName: \"azure-asyncoperation\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const AgentPoolsCompleteUpgradeExceptionHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AgentPoolsCompleteUpgradeExceptionHeaders\",\n modelProperties: {\n azureAsyncOperation: {\n serializedName: \"azure-asyncoperation\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const AgentPoolsDeleteMachinesHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AgentPoolsDeleteMachinesHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const AgentPoolsUpgradeNodeImageVersionHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AgentPoolsUpgradeNodeImageVersionHeaders\",\n modelProperties: {\n azureAsyncOperation: {\n serializedName: \"azure-asyncoperation\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const MachinesCreateOrUpdateHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MachinesCreateOrUpdateHeaders\",\n modelProperties: {\n azureAsyncOperation: {\n serializedName: \"azure-asyncoperation\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const MachinesCreateOrUpdateExceptionHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MachinesCreateOrUpdateExceptionHeaders\",\n modelProperties: {\n azureAsyncOperation: {\n serializedName: \"azure-asyncoperation\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const TrustedAccessRoleBindingsDeleteHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"TrustedAccessRoleBindingsDeleteHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const LoadBalancersDeleteHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"LoadBalancersDeleteHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n azureAsyncOperation: {\n serializedName: \"azure-asyncoperation\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const LoadBalancersDeleteExceptionHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"LoadBalancersDeleteExceptionHeaders\",\n modelProperties: {\n azureAsyncOperation: {\n serializedName: \"azure-asyncoperation\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const IdentityBindingsCreateOrUpdateHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"IdentityBindingsCreateOrUpdateHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n azureAsyncOperation: {\n serializedName: \"azure-asyncoperation\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const IdentityBindingsCreateOrUpdateExceptionHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"IdentityBindingsCreateOrUpdateExceptionHeaders\",\n modelProperties: {\n azureAsyncOperation: {\n serializedName: \"azure-asyncoperation\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const IdentityBindingsDeleteHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"IdentityBindingsDeleteHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n azureAsyncOperation: {\n serializedName: \"azure-asyncoperation\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const IdentityBindingsDeleteExceptionHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"IdentityBindingsDeleteExceptionHeaders\",\n modelProperties: {\n azureAsyncOperation: {\n serializedName: \"azure-asyncoperation\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const JWTAuthenticatorsCreateOrUpdateHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"JWTAuthenticatorsCreateOrUpdateHeaders\",\n modelProperties: {\n azureAsyncOperation: {\n serializedName: \"azure-asyncoperation\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const JWTAuthenticatorsCreateOrUpdateExceptionHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"JWTAuthenticatorsCreateOrUpdateExceptionHeaders\",\n modelProperties: {\n azureAsyncOperation: {\n serializedName: \"azure-asyncoperation\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const JWTAuthenticatorsDeleteHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"JWTAuthenticatorsDeleteHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n azureAsyncOperation: {\n serializedName: \"azure-asyncoperation\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const JWTAuthenticatorsDeleteExceptionHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"JWTAuthenticatorsDeleteExceptionHeaders\",\n modelProperties: {\n azureAsyncOperation: {\n serializedName: \"azure-asyncoperation\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const MeshMembershipsDeleteHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MeshMembershipsDeleteHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n"]}
|