@azure/arm-containerservice 25.1.0-beta.1 → 25.2.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 +1 -1
- package/dist/browser/api/agentPools/index.d.ts +2 -2
- package/dist/browser/api/agentPools/index.js +1 -1
- package/dist/browser/api/agentPools/index.js.map +1 -1
- package/dist/browser/api/agentPools/operations.d.ts +1 -10
- package/dist/browser/api/agentPools/operations.js +15 -55
- package/dist/browser/api/agentPools/operations.js.map +1 -1
- package/dist/browser/api/agentPools/options.d.ts +0 -5
- package/dist/browser/api/agentPools/options.js.map +1 -1
- package/dist/browser/api/containerServiceContext.js +1 -1
- package/dist/browser/api/containerServiceContext.js.map +1 -1
- package/dist/browser/api/machines/index.d.ts +2 -2
- package/dist/browser/api/machines/index.js +1 -1
- package/dist/browser/api/machines/index.js.map +1 -1
- package/dist/browser/api/machines/operations.d.ts +1 -6
- package/dist/browser/api/machines/operations.js +4 -51
- package/dist/browser/api/machines/operations.js.map +1 -1
- package/dist/browser/api/machines/options.d.ts +0 -9
- package/dist/browser/api/machines/options.js.map +1 -1
- package/dist/browser/api/maintenanceConfigurations/operations.d.ts +0 -5
- package/dist/browser/api/maintenanceConfigurations/operations.js +5 -14
- package/dist/browser/api/maintenanceConfigurations/operations.js.map +1 -1
- package/dist/browser/api/managedClusters/index.d.ts +2 -2
- package/dist/browser/api/managedClusters/index.js +1 -1
- package/dist/browser/api/managedClusters/index.js.map +1 -1
- package/dist/browser/api/managedClusters/operations.d.ts +2 -27
- package/dist/browser/api/managedClusters/operations.js +44 -220
- package/dist/browser/api/managedClusters/operations.js.map +1 -1
- package/dist/browser/api/managedClusters/options.d.ts +0 -19
- package/dist/browser/api/managedClusters/options.js.map +1 -1
- package/dist/browser/api/managedNamespaces/operations.d.ts +0 -5
- package/dist/browser/api/managedNamespaces/operations.js +9 -18
- package/dist/browser/api/managedNamespaces/operations.js.map +1 -1
- package/dist/browser/api/operations/operations.js +2 -6
- package/dist/browser/api/operations/operations.js.map +1 -1
- package/dist/browser/api/privateEndpointConnections/operations.d.ts +0 -5
- package/dist/browser/api/privateEndpointConnections/operations.js +5 -10
- package/dist/browser/api/privateEndpointConnections/operations.js.map +1 -1
- package/dist/browser/api/privateLinkResources/operations.js +1 -1
- package/dist/browser/api/privateLinkResources/operations.js.map +1 -1
- package/dist/browser/api/resolvePrivateLinkServiceId/operations.js +1 -1
- package/dist/browser/api/resolvePrivateLinkServiceId/operations.js.map +1 -1
- package/dist/browser/api/snapshots/operations.d.ts +0 -5
- package/dist/browser/api/snapshots/operations.js +8 -21
- package/dist/browser/api/snapshots/operations.js.map +1 -1
- package/dist/browser/api/trustedAccessRoleBindings/operations.d.ts +0 -5
- package/dist/browser/api/trustedAccessRoleBindings/operations.js +7 -16
- package/dist/browser/api/trustedAccessRoleBindings/operations.js.map +1 -1
- package/dist/browser/api/trustedAccessRoles/operations.js +2 -6
- package/dist/browser/api/trustedAccessRoles/operations.js.map +1 -1
- package/dist/browser/classic/agentPools/index.d.ts +1 -12
- package/dist/browser/classic/agentPools/index.js +1 -10
- package/dist/browser/classic/agentPools/index.js.map +1 -1
- package/dist/browser/classic/index.d.ts +0 -8
- package/dist/browser/classic/index.js.map +1 -1
- package/dist/browser/classic/machines/index.d.ts +1 -9
- package/dist/browser/classic/machines/index.js +1 -11
- package/dist/browser/classic/machines/index.js.map +1 -1
- package/dist/browser/classic/maintenanceConfigurations/index.d.ts +0 -5
- package/dist/browser/classic/maintenanceConfigurations/index.js.map +1 -1
- package/dist/browser/classic/managedClusters/index.d.ts +2 -21
- package/dist/browser/classic/managedClusters/index.js +1 -14
- package/dist/browser/classic/managedClusters/index.js.map +1 -1
- package/dist/browser/classic/managedNamespaces/index.d.ts +0 -5
- package/dist/browser/classic/managedNamespaces/index.js.map +1 -1
- package/dist/browser/classic/privateEndpointConnections/index.d.ts +0 -5
- package/dist/browser/classic/privateEndpointConnections/index.js.map +1 -1
- package/dist/browser/classic/snapshots/index.d.ts +0 -5
- package/dist/browser/classic/snapshots/index.js.map +1 -1
- package/dist/browser/classic/trustedAccessRoleBindings/index.d.ts +0 -5
- package/dist/browser/classic/trustedAccessRoleBindings/index.js.map +1 -1
- package/dist/browser/containerServiceClient.d.ts +0 -24
- package/dist/browser/containerServiceClient.js +0 -32
- package/dist/browser/containerServiceClient.js.map +1 -1
- package/dist/browser/index.d.ts +6 -14
- package/dist/browser/index.js +1 -1
- package/dist/browser/index.js.map +1 -1
- package/dist/browser/models/index.d.ts +2 -2
- package/dist/browser/models/index.js +1 -1
- package/dist/browser/models/index.js.map +1 -1
- package/dist/browser/models/models.d.ts +33 -1524
- package/dist/browser/models/models.js +68 -1908
- package/dist/browser/models/models.js.map +1 -1
- package/dist/browser/restorePollerHelpers.js +5 -35
- package/dist/browser/restorePollerHelpers.js.map +1 -1
- package/dist/commonjs/api/agentPools/index.d.ts +2 -2
- package/dist/commonjs/api/agentPools/index.js +0 -2
- package/dist/commonjs/api/agentPools/index.js.map +2 -2
- package/dist/commonjs/api/agentPools/operations.d.ts +1 -10
- package/dist/commonjs/api/agentPools/operations.js +15 -59
- package/dist/commonjs/api/agentPools/operations.js.map +2 -2
- package/dist/commonjs/api/agentPools/options.d.ts +0 -5
- package/dist/commonjs/api/agentPools/options.js.map +1 -1
- package/dist/commonjs/api/containerServiceContext.js +1 -1
- package/dist/commonjs/api/containerServiceContext.js.map +1 -1
- package/dist/commonjs/api/machines/index.d.ts +2 -2
- package/dist/commonjs/api/machines/index.js +0 -2
- package/dist/commonjs/api/machines/index.js.map +2 -2
- package/dist/commonjs/api/machines/operations.d.ts +1 -6
- package/dist/commonjs/api/machines/operations.js +3 -67
- package/dist/commonjs/api/machines/operations.js.map +2 -2
- package/dist/commonjs/api/machines/options.d.ts +0 -9
- package/dist/commonjs/api/machines/options.js.map +1 -1
- package/dist/commonjs/api/maintenanceConfigurations/operations.d.ts +0 -5
- package/dist/commonjs/api/maintenanceConfigurations/operations.js +5 -9
- package/dist/commonjs/api/maintenanceConfigurations/operations.js.map +2 -2
- package/dist/commonjs/api/managedClusters/index.d.ts +2 -2
- package/dist/commonjs/api/managedClusters/index.js +0 -10
- package/dist/commonjs/api/managedClusters/index.js.map +2 -2
- package/dist/commonjs/api/managedClusters/operations.d.ts +2 -27
- package/dist/commonjs/api/managedClusters/operations.js +43 -276
- package/dist/commonjs/api/managedClusters/operations.js.map +2 -2
- package/dist/commonjs/api/managedClusters/options.d.ts +0 -19
- package/dist/commonjs/api/managedClusters/options.js.map +1 -1
- package/dist/commonjs/api/managedNamespaces/operations.d.ts +0 -5
- package/dist/commonjs/api/managedNamespaces/operations.js +9 -13
- package/dist/commonjs/api/managedNamespaces/operations.js.map +2 -2
- package/dist/commonjs/api/operations/operations.js +2 -6
- package/dist/commonjs/api/operations/operations.js.map +2 -2
- package/dist/commonjs/api/privateEndpointConnections/operations.d.ts +0 -5
- package/dist/commonjs/api/privateEndpointConnections/operations.js +5 -5
- package/dist/commonjs/api/privateEndpointConnections/operations.js.map +2 -2
- package/dist/commonjs/api/privateLinkResources/operations.js +1 -1
- package/dist/commonjs/api/privateLinkResources/operations.js.map +1 -1
- package/dist/commonjs/api/resolvePrivateLinkServiceId/operations.js +1 -1
- package/dist/commonjs/api/resolvePrivateLinkServiceId/operations.js.map +1 -1
- package/dist/commonjs/api/snapshots/operations.d.ts +0 -5
- package/dist/commonjs/api/snapshots/operations.js +8 -16
- package/dist/commonjs/api/snapshots/operations.js.map +2 -2
- package/dist/commonjs/api/trustedAccessRoleBindings/operations.d.ts +0 -5
- package/dist/commonjs/api/trustedAccessRoleBindings/operations.js +7 -11
- package/dist/commonjs/api/trustedAccessRoleBindings/operations.js.map +2 -2
- package/dist/commonjs/api/trustedAccessRoles/operations.js +2 -6
- package/dist/commonjs/api/trustedAccessRoles/operations.js.map +2 -2
- package/dist/commonjs/classic/agentPools/index.d.ts +1 -12
- package/dist/commonjs/classic/agentPools/index.js +0 -21
- package/dist/commonjs/classic/agentPools/index.js.map +2 -2
- package/dist/commonjs/classic/index.d.ts +0 -8
- package/dist/commonjs/classic/index.js.map +1 -1
- package/dist/commonjs/classic/machines/index.d.ts +1 -9
- package/dist/commonjs/classic/machines/index.js +0 -34
- package/dist/commonjs/classic/machines/index.js.map +2 -2
- package/dist/commonjs/classic/maintenanceConfigurations/index.d.ts +0 -5
- package/dist/commonjs/classic/maintenanceConfigurations/index.js.map +2 -2
- package/dist/commonjs/classic/managedClusters/index.d.ts +2 -21
- package/dist/commonjs/classic/managedClusters/index.js +0 -25
- package/dist/commonjs/classic/managedClusters/index.js.map +2 -2
- package/dist/commonjs/classic/managedNamespaces/index.d.ts +0 -5
- package/dist/commonjs/classic/managedNamespaces/index.js.map +2 -2
- package/dist/commonjs/classic/privateEndpointConnections/index.d.ts +0 -5
- package/dist/commonjs/classic/privateEndpointConnections/index.js.map +2 -2
- package/dist/commonjs/classic/snapshots/index.d.ts +0 -5
- package/dist/commonjs/classic/snapshots/index.js.map +2 -2
- package/dist/commonjs/classic/trustedAccessRoleBindings/index.d.ts +0 -5
- package/dist/commonjs/classic/trustedAccessRoleBindings/index.js.map +2 -2
- package/dist/commonjs/containerServiceClient.d.ts +0 -24
- package/dist/commonjs/containerServiceClient.js +0 -32
- package/dist/commonjs/containerServiceClient.js.map +2 -2
- package/dist/commonjs/index.d.ts +6 -14
- package/dist/commonjs/index.js +0 -48
- package/dist/commonjs/index.js.map +2 -2
- package/dist/commonjs/models/index.d.ts +2 -2
- package/dist/commonjs/models/index.js +0 -48
- package/dist/commonjs/models/index.js.map +2 -2
- package/dist/commonjs/models/models.d.ts +33 -1524
- package/dist/commonjs/models/models.js +61 -1841
- package/dist/commonjs/models/models.js.map +3 -3
- package/dist/commonjs/restorePollerHelpers.js +26 -56
- package/dist/commonjs/restorePollerHelpers.js.map +3 -3
- package/dist/commonjs/tsdoc-metadata.json +1 -1
- package/dist/esm/api/agentPools/index.d.ts +2 -2
- package/dist/esm/api/agentPools/index.js +1 -1
- package/dist/esm/api/agentPools/index.js.map +1 -1
- package/dist/esm/api/agentPools/operations.d.ts +1 -10
- package/dist/esm/api/agentPools/operations.js +15 -55
- package/dist/esm/api/agentPools/operations.js.map +1 -1
- package/dist/esm/api/agentPools/options.d.ts +0 -5
- package/dist/esm/api/agentPools/options.js.map +1 -1
- package/dist/esm/api/containerServiceContext.js +1 -1
- package/dist/esm/api/containerServiceContext.js.map +1 -1
- package/dist/esm/api/machines/index.d.ts +2 -2
- package/dist/esm/api/machines/index.js +1 -1
- package/dist/esm/api/machines/index.js.map +1 -1
- package/dist/esm/api/machines/operations.d.ts +1 -6
- package/dist/esm/api/machines/operations.js +4 -51
- package/dist/esm/api/machines/operations.js.map +1 -1
- package/dist/esm/api/machines/options.d.ts +0 -9
- package/dist/esm/api/machines/options.js.map +1 -1
- package/dist/esm/api/maintenanceConfigurations/operations.d.ts +0 -5
- package/dist/esm/api/maintenanceConfigurations/operations.js +5 -14
- package/dist/esm/api/maintenanceConfigurations/operations.js.map +1 -1
- package/dist/esm/api/managedClusters/index.d.ts +2 -2
- package/dist/esm/api/managedClusters/index.js +1 -1
- package/dist/esm/api/managedClusters/index.js.map +1 -1
- package/dist/esm/api/managedClusters/operations.d.ts +2 -27
- package/dist/esm/api/managedClusters/operations.js +44 -220
- package/dist/esm/api/managedClusters/operations.js.map +1 -1
- package/dist/esm/api/managedClusters/options.d.ts +0 -19
- package/dist/esm/api/managedClusters/options.js.map +1 -1
- package/dist/esm/api/managedNamespaces/operations.d.ts +0 -5
- package/dist/esm/api/managedNamespaces/operations.js +9 -18
- package/dist/esm/api/managedNamespaces/operations.js.map +1 -1
- package/dist/esm/api/operations/operations.js +2 -6
- package/dist/esm/api/operations/operations.js.map +1 -1
- package/dist/esm/api/privateEndpointConnections/operations.d.ts +0 -5
- package/dist/esm/api/privateEndpointConnections/operations.js +5 -10
- package/dist/esm/api/privateEndpointConnections/operations.js.map +1 -1
- package/dist/esm/api/privateLinkResources/operations.js +1 -1
- package/dist/esm/api/privateLinkResources/operations.js.map +1 -1
- package/dist/esm/api/resolvePrivateLinkServiceId/operations.js +1 -1
- package/dist/esm/api/resolvePrivateLinkServiceId/operations.js.map +1 -1
- package/dist/esm/api/snapshots/operations.d.ts +0 -5
- package/dist/esm/api/snapshots/operations.js +8 -21
- package/dist/esm/api/snapshots/operations.js.map +1 -1
- package/dist/esm/api/trustedAccessRoleBindings/operations.d.ts +0 -5
- package/dist/esm/api/trustedAccessRoleBindings/operations.js +7 -16
- package/dist/esm/api/trustedAccessRoleBindings/operations.js.map +1 -1
- package/dist/esm/api/trustedAccessRoles/operations.js +2 -6
- package/dist/esm/api/trustedAccessRoles/operations.js.map +1 -1
- package/dist/esm/classic/agentPools/index.d.ts +1 -12
- package/dist/esm/classic/agentPools/index.js +1 -10
- package/dist/esm/classic/agentPools/index.js.map +1 -1
- package/dist/esm/classic/index.d.ts +0 -8
- package/dist/esm/classic/index.js.map +1 -1
- package/dist/esm/classic/machines/index.d.ts +1 -9
- package/dist/esm/classic/machines/index.js +1 -11
- package/dist/esm/classic/machines/index.js.map +1 -1
- package/dist/esm/classic/maintenanceConfigurations/index.d.ts +0 -5
- package/dist/esm/classic/maintenanceConfigurations/index.js.map +1 -1
- package/dist/esm/classic/managedClusters/index.d.ts +2 -21
- package/dist/esm/classic/managedClusters/index.js +1 -14
- package/dist/esm/classic/managedClusters/index.js.map +1 -1
- package/dist/esm/classic/managedNamespaces/index.d.ts +0 -5
- package/dist/esm/classic/managedNamespaces/index.js.map +1 -1
- package/dist/esm/classic/privateEndpointConnections/index.d.ts +0 -5
- package/dist/esm/classic/privateEndpointConnections/index.js.map +1 -1
- package/dist/esm/classic/snapshots/index.d.ts +0 -5
- package/dist/esm/classic/snapshots/index.js.map +1 -1
- package/dist/esm/classic/trustedAccessRoleBindings/index.d.ts +0 -5
- package/dist/esm/classic/trustedAccessRoleBindings/index.js.map +1 -1
- package/dist/esm/containerServiceClient.d.ts +0 -24
- package/dist/esm/containerServiceClient.js +0 -32
- package/dist/esm/containerServiceClient.js.map +1 -1
- package/dist/esm/index.d.ts +6 -14
- package/dist/esm/index.js +1 -1
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/models/index.d.ts +2 -2
- package/dist/esm/models/index.js +1 -1
- package/dist/esm/models/index.js.map +1 -1
- package/dist/esm/models/models.d.ts +33 -1524
- package/dist/esm/models/models.js +68 -1908
- package/dist/esm/models/models.js.map +1 -1
- package/dist/esm/restorePollerHelpers.js +5 -35
- package/dist/esm/restorePollerHelpers.js.map +1 -1
- package/dist/react-native/api/agentPools/index.d.ts +2 -2
- package/dist/react-native/api/agentPools/index.js +1 -1
- package/dist/react-native/api/agentPools/index.js.map +1 -1
- package/dist/react-native/api/agentPools/operations.d.ts +1 -10
- package/dist/react-native/api/agentPools/operations.js +15 -55
- package/dist/react-native/api/agentPools/operations.js.map +1 -1
- package/dist/react-native/api/agentPools/options.d.ts +0 -5
- package/dist/react-native/api/agentPools/options.js.map +1 -1
- package/dist/react-native/api/containerServiceContext.js +1 -1
- package/dist/react-native/api/containerServiceContext.js.map +1 -1
- package/dist/react-native/api/machines/index.d.ts +2 -2
- package/dist/react-native/api/machines/index.js +1 -1
- package/dist/react-native/api/machines/index.js.map +1 -1
- package/dist/react-native/api/machines/operations.d.ts +1 -6
- package/dist/react-native/api/machines/operations.js +4 -51
- package/dist/react-native/api/machines/operations.js.map +1 -1
- package/dist/react-native/api/machines/options.d.ts +0 -9
- package/dist/react-native/api/machines/options.js.map +1 -1
- package/dist/react-native/api/maintenanceConfigurations/operations.d.ts +0 -5
- package/dist/react-native/api/maintenanceConfigurations/operations.js +5 -14
- package/dist/react-native/api/maintenanceConfigurations/operations.js.map +1 -1
- package/dist/react-native/api/managedClusters/index.d.ts +2 -2
- package/dist/react-native/api/managedClusters/index.js +1 -1
- package/dist/react-native/api/managedClusters/index.js.map +1 -1
- package/dist/react-native/api/managedClusters/operations.d.ts +2 -27
- package/dist/react-native/api/managedClusters/operations.js +44 -220
- package/dist/react-native/api/managedClusters/operations.js.map +1 -1
- package/dist/react-native/api/managedClusters/options.d.ts +0 -19
- package/dist/react-native/api/managedClusters/options.js.map +1 -1
- package/dist/react-native/api/managedNamespaces/operations.d.ts +0 -5
- package/dist/react-native/api/managedNamespaces/operations.js +9 -18
- package/dist/react-native/api/managedNamespaces/operations.js.map +1 -1
- package/dist/react-native/api/operations/operations.js +2 -6
- package/dist/react-native/api/operations/operations.js.map +1 -1
- package/dist/react-native/api/privateEndpointConnections/operations.d.ts +0 -5
- package/dist/react-native/api/privateEndpointConnections/operations.js +5 -10
- package/dist/react-native/api/privateEndpointConnections/operations.js.map +1 -1
- package/dist/react-native/api/privateLinkResources/operations.js +1 -1
- package/dist/react-native/api/privateLinkResources/operations.js.map +1 -1
- package/dist/react-native/api/resolvePrivateLinkServiceId/operations.js +1 -1
- package/dist/react-native/api/resolvePrivateLinkServiceId/operations.js.map +1 -1
- package/dist/react-native/api/snapshots/operations.d.ts +0 -5
- package/dist/react-native/api/snapshots/operations.js +8 -21
- package/dist/react-native/api/snapshots/operations.js.map +1 -1
- package/dist/react-native/api/trustedAccessRoleBindings/operations.d.ts +0 -5
- package/dist/react-native/api/trustedAccessRoleBindings/operations.js +7 -16
- package/dist/react-native/api/trustedAccessRoleBindings/operations.js.map +1 -1
- package/dist/react-native/api/trustedAccessRoles/operations.js +2 -6
- package/dist/react-native/api/trustedAccessRoles/operations.js.map +1 -1
- package/dist/react-native/classic/agentPools/index.d.ts +1 -12
- package/dist/react-native/classic/agentPools/index.js +1 -10
- package/dist/react-native/classic/agentPools/index.js.map +1 -1
- package/dist/react-native/classic/index.d.ts +0 -8
- package/dist/react-native/classic/index.js.map +1 -1
- package/dist/react-native/classic/machines/index.d.ts +1 -9
- package/dist/react-native/classic/machines/index.js +1 -11
- package/dist/react-native/classic/machines/index.js.map +1 -1
- package/dist/react-native/classic/maintenanceConfigurations/index.d.ts +0 -5
- package/dist/react-native/classic/maintenanceConfigurations/index.js.map +1 -1
- package/dist/react-native/classic/managedClusters/index.d.ts +2 -21
- package/dist/react-native/classic/managedClusters/index.js +1 -14
- package/dist/react-native/classic/managedClusters/index.js.map +1 -1
- package/dist/react-native/classic/managedNamespaces/index.d.ts +0 -5
- package/dist/react-native/classic/managedNamespaces/index.js.map +1 -1
- package/dist/react-native/classic/privateEndpointConnections/index.d.ts +0 -5
- package/dist/react-native/classic/privateEndpointConnections/index.js.map +1 -1
- package/dist/react-native/classic/snapshots/index.d.ts +0 -5
- package/dist/react-native/classic/snapshots/index.js.map +1 -1
- package/dist/react-native/classic/trustedAccessRoleBindings/index.d.ts +0 -5
- package/dist/react-native/classic/trustedAccessRoleBindings/index.js.map +1 -1
- package/dist/react-native/containerServiceClient.d.ts +0 -24
- package/dist/react-native/containerServiceClient.js +0 -32
- package/dist/react-native/containerServiceClient.js.map +1 -1
- package/dist/react-native/index.d.ts +6 -14
- package/dist/react-native/index.js +1 -1
- package/dist/react-native/index.js.map +1 -1
- package/dist/react-native/models/index.d.ts +2 -2
- package/dist/react-native/models/index.js +1 -1
- package/dist/react-native/models/index.js.map +1 -1
- package/dist/react-native/models/models.d.ts +33 -1524
- package/dist/react-native/models/models.js +68 -1908
- package/dist/react-native/models/models.js.map +1 -1
- package/dist/react-native/restorePollerHelpers.js +5 -35
- package/dist/react-native/restorePollerHelpers.js.map +1 -1
- package/package.json +19 -153
- package/dist/browser/api/containerService/index.d.ts +0 -3
- package/dist/browser/api/containerService/index.js +0 -4
- package/dist/browser/api/containerService/index.js.map +0 -1
- package/dist/browser/api/containerService/operations.d.ts +0 -10
- package/dist/browser/api/containerService/operations.js +0 -37
- package/dist/browser/api/containerService/operations.js.map +0 -1
- package/dist/browser/api/containerService/options.d.ts +0 -5
- package/dist/browser/api/containerService/options.js +0 -4
- package/dist/browser/api/containerService/options.js.map +0 -1
- package/dist/browser/api/identityBindings/index.d.ts +0 -3
- package/dist/browser/api/identityBindings/index.js +0 -4
- package/dist/browser/api/identityBindings/index.js.map +0 -1
- package/dist/browser/api/identityBindings/operations.d.ts +0 -28
- package/dist/browser/api/identityBindings/operations.js +0 -140
- package/dist/browser/api/identityBindings/operations.js.map +0 -1
- package/dist/browser/api/identityBindings/options.d.ts +0 -18
- package/dist/browser/api/identityBindings/options.js +0 -4
- package/dist/browser/api/identityBindings/options.js.map +0 -1
- package/dist/browser/api/jwtAuthenticators/index.d.ts +0 -3
- package/dist/browser/api/jwtAuthenticators/index.js +0 -4
- package/dist/browser/api/jwtAuthenticators/index.js.map +0 -1
- package/dist/browser/api/jwtAuthenticators/operations.d.ts +0 -28
- package/dist/browser/api/jwtAuthenticators/operations.js +0 -140
- package/dist/browser/api/jwtAuthenticators/operations.js.map +0 -1
- package/dist/browser/api/jwtAuthenticators/options.d.ts +0 -18
- package/dist/browser/api/jwtAuthenticators/options.js +0 -4
- package/dist/browser/api/jwtAuthenticators/options.js.map +0 -1
- package/dist/browser/api/loadBalancers/index.d.ts +0 -3
- package/dist/browser/api/loadBalancers/index.js +0 -4
- package/dist/browser/api/loadBalancers/index.js.map +0 -1
- package/dist/browser/api/loadBalancers/operations.d.ts +0 -28
- package/dist/browser/api/loadBalancers/operations.js +0 -135
- package/dist/browser/api/loadBalancers/operations.js.map +0 -1
- package/dist/browser/api/loadBalancers/options.d.ts +0 -16
- package/dist/browser/api/loadBalancers/options.js +0 -4
- package/dist/browser/api/loadBalancers/options.js.map +0 -1
- package/dist/browser/api/managedClusterSnapshots/index.d.ts +0 -3
- package/dist/browser/api/managedClusterSnapshots/index.js +0 -4
- package/dist/browser/api/managedClusterSnapshots/index.js.map +0 -1
- package/dist/browser/api/managedClusterSnapshots/operations.d.ts +0 -35
- package/dist/browser/api/managedClusterSnapshots/operations.js +0 -184
- package/dist/browser/api/managedClusterSnapshots/operations.js.map +0 -1
- package/dist/browser/api/managedClusterSnapshots/options.d.ts +0 -20
- package/dist/browser/api/managedClusterSnapshots/options.js +0 -4
- package/dist/browser/api/managedClusterSnapshots/options.js.map +0 -1
- package/dist/browser/api/meshMemberships/index.d.ts +0 -3
- package/dist/browser/api/meshMemberships/index.js +0 -4
- package/dist/browser/api/meshMemberships/index.js.map +0 -1
- package/dist/browser/api/meshMemberships/operations.d.ts +0 -28
- package/dist/browser/api/meshMemberships/operations.js +0 -140
- package/dist/browser/api/meshMemberships/operations.js.map +0 -1
- package/dist/browser/api/meshMemberships/options.d.ts +0 -18
- package/dist/browser/api/meshMemberships/options.js +0 -4
- package/dist/browser/api/meshMemberships/options.js.map +0 -1
- package/dist/browser/api/operationStatusResult/index.d.ts +0 -3
- package/dist/browser/api/operationStatusResult/index.js +0 -4
- package/dist/browser/api/operationStatusResult/index.js.map +0 -1
- package/dist/browser/api/operationStatusResult/operations.d.ts +0 -18
- package/dist/browser/api/operationStatusResult/operations.js +0 -97
- package/dist/browser/api/operationStatusResult/operations.js.map +0 -1
- package/dist/browser/api/operationStatusResult/options.d.ts +0 -11
- package/dist/browser/api/operationStatusResult/options.js +0 -4
- package/dist/browser/api/operationStatusResult/options.js.map +0 -1
- package/dist/browser/api/vmSkus/index.d.ts +0 -3
- package/dist/browser/api/vmSkus/index.js +0 -4
- package/dist/browser/api/vmSkus/index.js.map +0 -1
- package/dist/browser/api/vmSkus/operations.d.ts +0 -10
- package/dist/browser/api/vmSkus/operations.js +0 -38
- package/dist/browser/api/vmSkus/operations.js.map +0 -1
- package/dist/browser/api/vmSkus/options.d.ts +0 -7
- package/dist/browser/api/vmSkus/options.js +0 -4
- package/dist/browser/api/vmSkus/options.js.map +0 -1
- package/dist/browser/classic/containerService/index.d.ts +0 -11
- package/dist/browser/classic/containerService/index.js +0 -14
- package/dist/browser/classic/containerService/index.js.map +0 -1
- package/dist/browser/classic/identityBindings/index.d.ts +0 -32
- package/dist/browser/classic/identityBindings/index.js +0 -34
- package/dist/browser/classic/identityBindings/index.js.map +0 -1
- package/dist/browser/classic/jwtAuthenticators/index.d.ts +0 -32
- package/dist/browser/classic/jwtAuthenticators/index.js +0 -34
- package/dist/browser/classic/jwtAuthenticators/index.js.map +0 -1
- package/dist/browser/classic/loadBalancers/index.d.ts +0 -28
- package/dist/browser/classic/loadBalancers/index.js +0 -26
- package/dist/browser/classic/loadBalancers/index.js.map +0 -1
- package/dist/browser/classic/managedClusterSnapshots/index.d.ts +0 -26
- package/dist/browser/classic/managedClusterSnapshots/index.js +0 -19
- package/dist/browser/classic/managedClusterSnapshots/index.js.map +0 -1
- package/dist/browser/classic/meshMemberships/index.d.ts +0 -32
- package/dist/browser/classic/meshMemberships/index.js +0 -34
- package/dist/browser/classic/meshMemberships/index.js.map +0 -1
- package/dist/browser/classic/operationStatusResult/index.d.ts +0 -15
- package/dist/browser/classic/operationStatusResult/index.js +0 -16
- package/dist/browser/classic/operationStatusResult/index.js.map +0 -1
- package/dist/browser/classic/vmSkus/index.d.ts +0 -11
- package/dist/browser/classic/vmSkus/index.js +0 -14
- package/dist/browser/classic/vmSkus/index.js.map +0 -1
- package/dist/commonjs/api/containerService/index.d.ts +0 -3
- package/dist/commonjs/api/containerService/index.js +0 -28
- package/dist/commonjs/api/containerService/index.js.map +0 -7
- package/dist/commonjs/api/containerService/operations.d.ts +0 -10
- package/dist/commonjs/api/containerService/operations.js +0 -74
- package/dist/commonjs/api/containerService/operations.js.map +0 -7
- package/dist/commonjs/api/containerService/options.d.ts +0 -5
- package/dist/commonjs/api/containerService/options.js +0 -16
- package/dist/commonjs/api/containerService/options.js.map +0 -7
- package/dist/commonjs/api/identityBindings/index.d.ts +0 -3
- package/dist/commonjs/api/identityBindings/index.js +0 -34
- package/dist/commonjs/api/identityBindings/index.js.map +0 -7
- package/dist/commonjs/api/identityBindings/operations.d.ts +0 -28
- package/dist/commonjs/api/identityBindings/operations.js +0 -212
- package/dist/commonjs/api/identityBindings/operations.js.map +0 -7
- package/dist/commonjs/api/identityBindings/options.d.ts +0 -18
- package/dist/commonjs/api/identityBindings/options.js +0 -16
- package/dist/commonjs/api/identityBindings/options.js.map +0 -7
- package/dist/commonjs/api/jwtAuthenticators/index.d.ts +0 -3
- package/dist/commonjs/api/jwtAuthenticators/index.js +0 -34
- package/dist/commonjs/api/jwtAuthenticators/index.js.map +0 -7
- package/dist/commonjs/api/jwtAuthenticators/operations.d.ts +0 -28
- package/dist/commonjs/api/jwtAuthenticators/operations.js +0 -212
- package/dist/commonjs/api/jwtAuthenticators/operations.js.map +0 -7
- package/dist/commonjs/api/jwtAuthenticators/options.d.ts +0 -18
- package/dist/commonjs/api/jwtAuthenticators/options.js +0 -16
- package/dist/commonjs/api/jwtAuthenticators/options.js.map +0 -7
- package/dist/commonjs/api/loadBalancers/index.d.ts +0 -3
- package/dist/commonjs/api/loadBalancers/index.js +0 -34
- package/dist/commonjs/api/loadBalancers/index.js.map +0 -7
- package/dist/commonjs/api/loadBalancers/operations.d.ts +0 -28
- package/dist/commonjs/api/loadBalancers/operations.js +0 -207
- package/dist/commonjs/api/loadBalancers/operations.js.map +0 -7
- package/dist/commonjs/api/loadBalancers/options.d.ts +0 -16
- package/dist/commonjs/api/loadBalancers/options.js +0 -16
- package/dist/commonjs/api/loadBalancers/options.js.map +0 -7
- package/dist/commonjs/api/managedClusterSnapshots/index.d.ts +0 -3
- package/dist/commonjs/api/managedClusterSnapshots/index.js +0 -38
- package/dist/commonjs/api/managedClusterSnapshots/index.js.map +0 -7
- package/dist/commonjs/api/managedClusterSnapshots/operations.d.ts +0 -35
- package/dist/commonjs/api/managedClusterSnapshots/operations.js +0 -279
- package/dist/commonjs/api/managedClusterSnapshots/operations.js.map +0 -7
- package/dist/commonjs/api/managedClusterSnapshots/options.d.ts +0 -20
- package/dist/commonjs/api/managedClusterSnapshots/options.js +0 -16
- package/dist/commonjs/api/managedClusterSnapshots/options.js.map +0 -7
- package/dist/commonjs/api/meshMemberships/index.d.ts +0 -3
- package/dist/commonjs/api/meshMemberships/index.js +0 -34
- package/dist/commonjs/api/meshMemberships/index.js.map +0 -7
- package/dist/commonjs/api/meshMemberships/operations.d.ts +0 -28
- package/dist/commonjs/api/meshMemberships/operations.js +0 -212
- package/dist/commonjs/api/meshMemberships/operations.js.map +0 -7
- package/dist/commonjs/api/meshMemberships/options.d.ts +0 -18
- package/dist/commonjs/api/meshMemberships/options.js +0 -16
- package/dist/commonjs/api/meshMemberships/options.js.map +0 -7
- package/dist/commonjs/api/operationStatusResult/index.d.ts +0 -3
- package/dist/commonjs/api/operationStatusResult/index.js +0 -32
- package/dist/commonjs/api/operationStatusResult/index.js.map +0 -7
- package/dist/commonjs/api/operationStatusResult/operations.d.ts +0 -18
- package/dist/commonjs/api/operationStatusResult/operations.js +0 -159
- package/dist/commonjs/api/operationStatusResult/operations.js.map +0 -7
- package/dist/commonjs/api/operationStatusResult/options.d.ts +0 -11
- package/dist/commonjs/api/operationStatusResult/options.js +0 -16
- package/dist/commonjs/api/operationStatusResult/options.js.map +0 -7
- package/dist/commonjs/api/vmSkus/index.d.ts +0 -3
- package/dist/commonjs/api/vmSkus/index.js +0 -28
- package/dist/commonjs/api/vmSkus/index.js.map +0 -7
- package/dist/commonjs/api/vmSkus/operations.d.ts +0 -10
- package/dist/commonjs/api/vmSkus/operations.js +0 -75
- package/dist/commonjs/api/vmSkus/operations.js.map +0 -7
- package/dist/commonjs/api/vmSkus/options.d.ts +0 -7
- package/dist/commonjs/api/vmSkus/options.js +0 -16
- package/dist/commonjs/api/vmSkus/options.js.map +0 -7
- package/dist/commonjs/classic/containerService/index.d.ts +0 -11
- package/dist/commonjs/classic/containerService/index.js +0 -38
- package/dist/commonjs/classic/containerService/index.js.map +0 -7
- package/dist/commonjs/classic/identityBindings/index.d.ts +0 -32
- package/dist/commonjs/classic/identityBindings/index.js +0 -85
- package/dist/commonjs/classic/identityBindings/index.js.map +0 -7
- package/dist/commonjs/classic/jwtAuthenticators/index.d.ts +0 -32
- package/dist/commonjs/classic/jwtAuthenticators/index.js +0 -85
- package/dist/commonjs/classic/jwtAuthenticators/index.js.map +0 -7
- package/dist/commonjs/classic/loadBalancers/index.d.ts +0 -28
- package/dist/commonjs/classic/loadBalancers/index.js +0 -57
- package/dist/commonjs/classic/loadBalancers/index.js.map +0 -7
- package/dist/commonjs/classic/managedClusterSnapshots/index.d.ts +0 -26
- package/dist/commonjs/classic/managedClusterSnapshots/index.js +0 -43
- package/dist/commonjs/classic/managedClusterSnapshots/index.js.map +0 -7
- package/dist/commonjs/classic/meshMemberships/index.d.ts +0 -32
- package/dist/commonjs/classic/meshMemberships/index.js +0 -79
- package/dist/commonjs/classic/meshMemberships/index.js.map +0 -7
- package/dist/commonjs/classic/operationStatusResult/index.d.ts +0 -15
- package/dist/commonjs/classic/operationStatusResult/index.js +0 -40
- package/dist/commonjs/classic/operationStatusResult/index.js.map +0 -7
- package/dist/commonjs/classic/vmSkus/index.d.ts +0 -11
- package/dist/commonjs/classic/vmSkus/index.js +0 -38
- package/dist/commonjs/classic/vmSkus/index.js.map +0 -7
- package/dist/esm/api/containerService/index.d.ts +0 -3
- package/dist/esm/api/containerService/index.js +0 -4
- package/dist/esm/api/containerService/index.js.map +0 -1
- package/dist/esm/api/containerService/operations.d.ts +0 -10
- package/dist/esm/api/containerService/operations.js +0 -37
- package/dist/esm/api/containerService/operations.js.map +0 -1
- package/dist/esm/api/containerService/options.d.ts +0 -5
- package/dist/esm/api/containerService/options.js +0 -4
- package/dist/esm/api/containerService/options.js.map +0 -1
- package/dist/esm/api/identityBindings/index.d.ts +0 -3
- package/dist/esm/api/identityBindings/index.js +0 -4
- package/dist/esm/api/identityBindings/index.js.map +0 -1
- package/dist/esm/api/identityBindings/operations.d.ts +0 -28
- package/dist/esm/api/identityBindings/operations.js +0 -140
- package/dist/esm/api/identityBindings/operations.js.map +0 -1
- package/dist/esm/api/identityBindings/options.d.ts +0 -18
- package/dist/esm/api/identityBindings/options.js +0 -4
- package/dist/esm/api/identityBindings/options.js.map +0 -1
- package/dist/esm/api/jwtAuthenticators/index.d.ts +0 -3
- package/dist/esm/api/jwtAuthenticators/index.js +0 -4
- package/dist/esm/api/jwtAuthenticators/index.js.map +0 -1
- package/dist/esm/api/jwtAuthenticators/operations.d.ts +0 -28
- package/dist/esm/api/jwtAuthenticators/operations.js +0 -140
- package/dist/esm/api/jwtAuthenticators/operations.js.map +0 -1
- package/dist/esm/api/jwtAuthenticators/options.d.ts +0 -18
- package/dist/esm/api/jwtAuthenticators/options.js +0 -4
- package/dist/esm/api/jwtAuthenticators/options.js.map +0 -1
- package/dist/esm/api/loadBalancers/index.d.ts +0 -3
- package/dist/esm/api/loadBalancers/index.js +0 -4
- package/dist/esm/api/loadBalancers/index.js.map +0 -1
- package/dist/esm/api/loadBalancers/operations.d.ts +0 -28
- package/dist/esm/api/loadBalancers/operations.js +0 -135
- package/dist/esm/api/loadBalancers/operations.js.map +0 -1
- package/dist/esm/api/loadBalancers/options.d.ts +0 -16
- package/dist/esm/api/loadBalancers/options.js +0 -4
- package/dist/esm/api/loadBalancers/options.js.map +0 -1
- package/dist/esm/api/managedClusterSnapshots/index.d.ts +0 -3
- package/dist/esm/api/managedClusterSnapshots/index.js +0 -4
- package/dist/esm/api/managedClusterSnapshots/index.js.map +0 -1
- package/dist/esm/api/managedClusterSnapshots/operations.d.ts +0 -35
- package/dist/esm/api/managedClusterSnapshots/operations.js +0 -184
- package/dist/esm/api/managedClusterSnapshots/operations.js.map +0 -1
- package/dist/esm/api/managedClusterSnapshots/options.d.ts +0 -20
- package/dist/esm/api/managedClusterSnapshots/options.js +0 -4
- package/dist/esm/api/managedClusterSnapshots/options.js.map +0 -1
- package/dist/esm/api/meshMemberships/index.d.ts +0 -3
- package/dist/esm/api/meshMemberships/index.js +0 -4
- package/dist/esm/api/meshMemberships/index.js.map +0 -1
- package/dist/esm/api/meshMemberships/operations.d.ts +0 -28
- package/dist/esm/api/meshMemberships/operations.js +0 -140
- package/dist/esm/api/meshMemberships/operations.js.map +0 -1
- package/dist/esm/api/meshMemberships/options.d.ts +0 -18
- package/dist/esm/api/meshMemberships/options.js +0 -4
- package/dist/esm/api/meshMemberships/options.js.map +0 -1
- package/dist/esm/api/operationStatusResult/index.d.ts +0 -3
- package/dist/esm/api/operationStatusResult/index.js +0 -4
- package/dist/esm/api/operationStatusResult/index.js.map +0 -1
- package/dist/esm/api/operationStatusResult/operations.d.ts +0 -18
- package/dist/esm/api/operationStatusResult/operations.js +0 -97
- package/dist/esm/api/operationStatusResult/operations.js.map +0 -1
- package/dist/esm/api/operationStatusResult/options.d.ts +0 -11
- package/dist/esm/api/operationStatusResult/options.js +0 -4
- package/dist/esm/api/operationStatusResult/options.js.map +0 -1
- package/dist/esm/api/vmSkus/index.d.ts +0 -3
- package/dist/esm/api/vmSkus/index.js +0 -4
- package/dist/esm/api/vmSkus/index.js.map +0 -1
- package/dist/esm/api/vmSkus/operations.d.ts +0 -10
- package/dist/esm/api/vmSkus/operations.js +0 -38
- package/dist/esm/api/vmSkus/operations.js.map +0 -1
- package/dist/esm/api/vmSkus/options.d.ts +0 -7
- package/dist/esm/api/vmSkus/options.js +0 -4
- package/dist/esm/api/vmSkus/options.js.map +0 -1
- package/dist/esm/classic/containerService/index.d.ts +0 -11
- package/dist/esm/classic/containerService/index.js +0 -14
- package/dist/esm/classic/containerService/index.js.map +0 -1
- package/dist/esm/classic/identityBindings/index.d.ts +0 -32
- package/dist/esm/classic/identityBindings/index.js +0 -34
- package/dist/esm/classic/identityBindings/index.js.map +0 -1
- package/dist/esm/classic/jwtAuthenticators/index.d.ts +0 -32
- package/dist/esm/classic/jwtAuthenticators/index.js +0 -34
- package/dist/esm/classic/jwtAuthenticators/index.js.map +0 -1
- package/dist/esm/classic/loadBalancers/index.d.ts +0 -28
- package/dist/esm/classic/loadBalancers/index.js +0 -26
- package/dist/esm/classic/loadBalancers/index.js.map +0 -1
- package/dist/esm/classic/managedClusterSnapshots/index.d.ts +0 -26
- package/dist/esm/classic/managedClusterSnapshots/index.js +0 -19
- package/dist/esm/classic/managedClusterSnapshots/index.js.map +0 -1
- package/dist/esm/classic/meshMemberships/index.d.ts +0 -32
- package/dist/esm/classic/meshMemberships/index.js +0 -34
- package/dist/esm/classic/meshMemberships/index.js.map +0 -1
- package/dist/esm/classic/operationStatusResult/index.d.ts +0 -15
- package/dist/esm/classic/operationStatusResult/index.js +0 -16
- package/dist/esm/classic/operationStatusResult/index.js.map +0 -1
- package/dist/esm/classic/vmSkus/index.d.ts +0 -11
- package/dist/esm/classic/vmSkus/index.js +0 -14
- package/dist/esm/classic/vmSkus/index.js.map +0 -1
- package/dist/react-native/api/containerService/index.d.ts +0 -3
- package/dist/react-native/api/containerService/index.js +0 -4
- package/dist/react-native/api/containerService/index.js.map +0 -1
- package/dist/react-native/api/containerService/operations.d.ts +0 -10
- package/dist/react-native/api/containerService/operations.js +0 -37
- package/dist/react-native/api/containerService/operations.js.map +0 -1
- package/dist/react-native/api/containerService/options.d.ts +0 -5
- package/dist/react-native/api/containerService/options.js +0 -4
- package/dist/react-native/api/containerService/options.js.map +0 -1
- package/dist/react-native/api/identityBindings/index.d.ts +0 -3
- package/dist/react-native/api/identityBindings/index.js +0 -4
- package/dist/react-native/api/identityBindings/index.js.map +0 -1
- package/dist/react-native/api/identityBindings/operations.d.ts +0 -28
- package/dist/react-native/api/identityBindings/operations.js +0 -140
- package/dist/react-native/api/identityBindings/operations.js.map +0 -1
- package/dist/react-native/api/identityBindings/options.d.ts +0 -18
- package/dist/react-native/api/identityBindings/options.js +0 -4
- package/dist/react-native/api/identityBindings/options.js.map +0 -1
- package/dist/react-native/api/jwtAuthenticators/index.d.ts +0 -3
- package/dist/react-native/api/jwtAuthenticators/index.js +0 -4
- package/dist/react-native/api/jwtAuthenticators/index.js.map +0 -1
- package/dist/react-native/api/jwtAuthenticators/operations.d.ts +0 -28
- package/dist/react-native/api/jwtAuthenticators/operations.js +0 -140
- package/dist/react-native/api/jwtAuthenticators/operations.js.map +0 -1
- package/dist/react-native/api/jwtAuthenticators/options.d.ts +0 -18
- package/dist/react-native/api/jwtAuthenticators/options.js +0 -4
- package/dist/react-native/api/jwtAuthenticators/options.js.map +0 -1
- package/dist/react-native/api/loadBalancers/index.d.ts +0 -3
- package/dist/react-native/api/loadBalancers/index.js +0 -4
- package/dist/react-native/api/loadBalancers/index.js.map +0 -1
- package/dist/react-native/api/loadBalancers/operations.d.ts +0 -28
- package/dist/react-native/api/loadBalancers/operations.js +0 -135
- package/dist/react-native/api/loadBalancers/operations.js.map +0 -1
- package/dist/react-native/api/loadBalancers/options.d.ts +0 -16
- package/dist/react-native/api/loadBalancers/options.js +0 -4
- package/dist/react-native/api/loadBalancers/options.js.map +0 -1
- package/dist/react-native/api/managedClusterSnapshots/index.d.ts +0 -3
- package/dist/react-native/api/managedClusterSnapshots/index.js +0 -4
- package/dist/react-native/api/managedClusterSnapshots/index.js.map +0 -1
- package/dist/react-native/api/managedClusterSnapshots/operations.d.ts +0 -35
- package/dist/react-native/api/managedClusterSnapshots/operations.js +0 -184
- package/dist/react-native/api/managedClusterSnapshots/operations.js.map +0 -1
- package/dist/react-native/api/managedClusterSnapshots/options.d.ts +0 -20
- package/dist/react-native/api/managedClusterSnapshots/options.js +0 -4
- package/dist/react-native/api/managedClusterSnapshots/options.js.map +0 -1
- package/dist/react-native/api/meshMemberships/index.d.ts +0 -3
- package/dist/react-native/api/meshMemberships/index.js +0 -4
- package/dist/react-native/api/meshMemberships/index.js.map +0 -1
- package/dist/react-native/api/meshMemberships/operations.d.ts +0 -28
- package/dist/react-native/api/meshMemberships/operations.js +0 -140
- package/dist/react-native/api/meshMemberships/operations.js.map +0 -1
- package/dist/react-native/api/meshMemberships/options.d.ts +0 -18
- package/dist/react-native/api/meshMemberships/options.js +0 -4
- package/dist/react-native/api/meshMemberships/options.js.map +0 -1
- package/dist/react-native/api/operationStatusResult/index.d.ts +0 -3
- package/dist/react-native/api/operationStatusResult/index.js +0 -4
- package/dist/react-native/api/operationStatusResult/index.js.map +0 -1
- package/dist/react-native/api/operationStatusResult/operations.d.ts +0 -18
- package/dist/react-native/api/operationStatusResult/operations.js +0 -97
- package/dist/react-native/api/operationStatusResult/operations.js.map +0 -1
- package/dist/react-native/api/operationStatusResult/options.d.ts +0 -11
- package/dist/react-native/api/operationStatusResult/options.js +0 -4
- package/dist/react-native/api/operationStatusResult/options.js.map +0 -1
- package/dist/react-native/api/vmSkus/index.d.ts +0 -3
- package/dist/react-native/api/vmSkus/index.js +0 -4
- package/dist/react-native/api/vmSkus/index.js.map +0 -1
- package/dist/react-native/api/vmSkus/operations.d.ts +0 -10
- package/dist/react-native/api/vmSkus/operations.js +0 -38
- package/dist/react-native/api/vmSkus/operations.js.map +0 -1
- package/dist/react-native/api/vmSkus/options.d.ts +0 -7
- package/dist/react-native/api/vmSkus/options.js +0 -4
- package/dist/react-native/api/vmSkus/options.js.map +0 -1
- package/dist/react-native/classic/containerService/index.d.ts +0 -11
- package/dist/react-native/classic/containerService/index.js +0 -14
- package/dist/react-native/classic/containerService/index.js.map +0 -1
- package/dist/react-native/classic/identityBindings/index.d.ts +0 -32
- package/dist/react-native/classic/identityBindings/index.js +0 -34
- package/dist/react-native/classic/identityBindings/index.js.map +0 -1
- package/dist/react-native/classic/jwtAuthenticators/index.d.ts +0 -32
- package/dist/react-native/classic/jwtAuthenticators/index.js +0 -34
- package/dist/react-native/classic/jwtAuthenticators/index.js.map +0 -1
- package/dist/react-native/classic/loadBalancers/index.d.ts +0 -28
- package/dist/react-native/classic/loadBalancers/index.js +0 -26
- package/dist/react-native/classic/loadBalancers/index.js.map +0 -1
- package/dist/react-native/classic/managedClusterSnapshots/index.d.ts +0 -26
- package/dist/react-native/classic/managedClusterSnapshots/index.js +0 -19
- package/dist/react-native/classic/managedClusterSnapshots/index.js.map +0 -1
- package/dist/react-native/classic/meshMemberships/index.d.ts +0 -32
- package/dist/react-native/classic/meshMemberships/index.js +0 -34
- package/dist/react-native/classic/meshMemberships/index.js.map +0 -1
- package/dist/react-native/classic/operationStatusResult/index.d.ts +0 -15
- package/dist/react-native/classic/operationStatusResult/index.js +0 -16
- package/dist/react-native/classic/operationStatusResult/index.js.map +0 -1
- package/dist/react-native/classic/vmSkus/index.d.ts +0 -11
- package/dist/react-native/classic/vmSkus/index.js +0 -14
- package/dist/react-native/classic/vmSkus/index.js.map +0 -1
|
@@ -25,10 +25,7 @@ export function agentPoolSerializer(item) {
|
|
|
25
25
|
"type",
|
|
26
26
|
"mode",
|
|
27
27
|
"orchestratorVersion",
|
|
28
|
-
"upgradeStrategy",
|
|
29
|
-
"enableOSDiskFullCaching",
|
|
30
28
|
"upgradeSettings",
|
|
31
|
-
"upgradeSettingsBlueGreen",
|
|
32
29
|
"powerState",
|
|
33
30
|
"availabilityZones",
|
|
34
31
|
"enableNodePublicIP",
|
|
@@ -39,7 +36,6 @@ export function agentPoolSerializer(item) {
|
|
|
39
36
|
"tags",
|
|
40
37
|
"nodeLabels",
|
|
41
38
|
"nodeTaints",
|
|
42
|
-
"nodeInitializationTaints",
|
|
43
39
|
"proximityPlacementGroupID",
|
|
44
40
|
"kubeletConfig",
|
|
45
41
|
"linuxOSConfig",
|
|
@@ -60,7 +56,6 @@ export function agentPoolSerializer(item) {
|
|
|
60
56
|
"virtualMachineNodesStatus",
|
|
61
57
|
"status",
|
|
62
58
|
"localDNSProfile",
|
|
63
|
-
"nodeCustomizationProfile",
|
|
64
59
|
])
|
|
65
60
|
? undefined
|
|
66
61
|
: _agentPoolPropertiesSerializer(item),
|
|
@@ -101,14 +96,9 @@ export function managedClusterAgentPoolProfilePropertiesSerializer(item) {
|
|
|
101
96
|
type: item["type"],
|
|
102
97
|
mode: item["mode"],
|
|
103
98
|
orchestratorVersion: item["orchestratorVersion"],
|
|
104
|
-
upgradeStrategy: item["upgradeStrategy"],
|
|
105
|
-
enableOSDiskFullCaching: item["enableOSDiskFullCaching"],
|
|
106
99
|
upgradeSettings: !item["upgradeSettings"]
|
|
107
100
|
? item["upgradeSettings"]
|
|
108
101
|
: agentPoolUpgradeSettingsSerializer(item["upgradeSettings"]),
|
|
109
|
-
upgradeSettingsBlueGreen: !item["upgradeSettingsBlueGreen"]
|
|
110
|
-
? item["upgradeSettingsBlueGreen"]
|
|
111
|
-
: agentPoolBlueGreenUpgradeSettingsSerializer(item["upgradeSettingsBlueGreen"]),
|
|
112
102
|
powerState: !item["powerState"] ? item["powerState"] : powerStateSerializer(item["powerState"]),
|
|
113
103
|
availabilityZones: !item["availabilityZones"]
|
|
114
104
|
? item["availabilityZones"]
|
|
@@ -127,11 +117,6 @@ export function managedClusterAgentPoolProfilePropertiesSerializer(item) {
|
|
|
127
117
|
: item["nodeTaints"].map((p) => {
|
|
128
118
|
return p;
|
|
129
119
|
}),
|
|
130
|
-
nodeInitializationTaints: !item["nodeInitializationTaints"]
|
|
131
|
-
? item["nodeInitializationTaints"]
|
|
132
|
-
: item["nodeInitializationTaints"].map((p) => {
|
|
133
|
-
return p;
|
|
134
|
-
}),
|
|
135
120
|
proximityPlacementGroupID: item["proximityPlacementGroupID"],
|
|
136
121
|
kubeletConfig: !item["kubeletConfig"]
|
|
137
122
|
? item["kubeletConfig"]
|
|
@@ -174,9 +159,6 @@ export function managedClusterAgentPoolProfilePropertiesSerializer(item) {
|
|
|
174
159
|
localDNSProfile: !item["localDNSProfile"]
|
|
175
160
|
? item["localDNSProfile"]
|
|
176
161
|
: localDNSProfileSerializer(item["localDNSProfile"]),
|
|
177
|
-
nodeCustomizationProfile: !item["nodeCustomizationProfile"]
|
|
178
|
-
? item["nodeCustomizationProfile"]
|
|
179
|
-
: nodeCustomizationProfileSerializer(item["nodeCustomizationProfile"]),
|
|
180
162
|
};
|
|
181
163
|
}
|
|
182
164
|
export function managedClusterAgentPoolProfilePropertiesDeserializer(item) {
|
|
@@ -204,14 +186,9 @@ export function managedClusterAgentPoolProfilePropertiesDeserializer(item) {
|
|
|
204
186
|
orchestratorVersion: item["orchestratorVersion"],
|
|
205
187
|
currentOrchestratorVersion: item["currentOrchestratorVersion"],
|
|
206
188
|
nodeImageVersion: item["nodeImageVersion"],
|
|
207
|
-
upgradeStrategy: item["upgradeStrategy"],
|
|
208
|
-
enableOSDiskFullCaching: item["enableOSDiskFullCaching"],
|
|
209
189
|
upgradeSettings: !item["upgradeSettings"]
|
|
210
190
|
? item["upgradeSettings"]
|
|
211
191
|
: agentPoolUpgradeSettingsDeserializer(item["upgradeSettings"]),
|
|
212
|
-
upgradeSettingsBlueGreen: !item["upgradeSettingsBlueGreen"]
|
|
213
|
-
? item["upgradeSettingsBlueGreen"]
|
|
214
|
-
: agentPoolBlueGreenUpgradeSettingsDeserializer(item["upgradeSettingsBlueGreen"]),
|
|
215
192
|
provisioningState: item["provisioningState"],
|
|
216
193
|
powerState: !item["powerState"]
|
|
217
194
|
? item["powerState"]
|
|
@@ -237,11 +214,6 @@ export function managedClusterAgentPoolProfilePropertiesDeserializer(item) {
|
|
|
237
214
|
: item["nodeTaints"].map((p) => {
|
|
238
215
|
return p;
|
|
239
216
|
}),
|
|
240
|
-
nodeInitializationTaints: !item["nodeInitializationTaints"]
|
|
241
|
-
? item["nodeInitializationTaints"]
|
|
242
|
-
: item["nodeInitializationTaints"].map((p) => {
|
|
243
|
-
return p;
|
|
244
|
-
}),
|
|
245
217
|
proximityPlacementGroupID: item["proximityPlacementGroupID"],
|
|
246
218
|
kubeletConfig: !item["kubeletConfig"]
|
|
247
219
|
? item["kubeletConfig"]
|
|
@@ -286,9 +258,6 @@ export function managedClusterAgentPoolProfilePropertiesDeserializer(item) {
|
|
|
286
258
|
localDNSProfile: !item["localDNSProfile"]
|
|
287
259
|
? item["localDNSProfile"]
|
|
288
260
|
: localDNSProfileDeserializer(item["localDNSProfile"]),
|
|
289
|
-
nodeCustomizationProfile: !item["nodeCustomizationProfile"]
|
|
290
|
-
? item["nodeCustomizationProfile"]
|
|
291
|
-
: nodeCustomizationProfileDeserializer(item["nodeCustomizationProfile"]),
|
|
292
261
|
};
|
|
293
262
|
}
|
|
294
263
|
/** The OS disk type to be used for machines in the agent pool. The default is 'Ephemeral' if the VM supports it and has a cache disk larger than the requested OSDiskSizeGB. Otherwise, defaults to 'Managed'. May not be changed after creation. For more information see [Ephemeral OS](https://docs.microsoft.com/azure/aks/cluster-configuration#ephemeral-os). */
|
|
@@ -314,8 +283,6 @@ export var KnownWorkloadRuntime;
|
|
|
314
283
|
KnownWorkloadRuntime["OCIContainer"] = "OCIContainer";
|
|
315
284
|
/** Nodes will use Krustlet to run WASM workloads using the WASI provider (Preview). */
|
|
316
285
|
KnownWorkloadRuntime["WasmWasi"] = "WasmWasi";
|
|
317
|
-
/** Nodes can use (Kata + Cloud Hypervisor + Hyper-V) to enable Nested VM-based pods (Preview). Due to the use Hyper-V, AKS node OS itself is a nested VM (the root OS) of Hyper-V. Thus it can only be used with VM series that support Nested Virtualization such as Dv3 series. This naming convention will be deprecated in future releases in favor of KataVmIsolation. */
|
|
318
|
-
KnownWorkloadRuntime["KataMshvVmIsolation"] = "KataMshvVmIsolation";
|
|
319
286
|
/** Nodes can use (Kata + Cloud Hypervisor + Hyper-V) to enable Nested VM-based pods. Due to the use Hyper-V, AKS node OS itself is a nested VM (the root OS) of Hyper-V. Thus it can only be used with VM series that support Nested Virtualization such as Dv3 series. */
|
|
320
287
|
KnownWorkloadRuntime["KataVmIsolation"] = "KataVmIsolation";
|
|
321
288
|
})(KnownWorkloadRuntime || (KnownWorkloadRuntime = {}));
|
|
@@ -345,10 +312,6 @@ export var KnownOssku;
|
|
|
345
312
|
/** Use AzureLinux3 as the OS for node images. Azure Linux is a container-optimized Linux distro built by Microsoft, visit https://aka.ms/azurelinux for more information. For limitations, visit https://aka.ms/aks/node-images. For OS migration guidance, see https://aka.ms/aks/upgrade-os-version. */
|
|
346
313
|
KnownOssku["AzureLinux3"] = "AzureLinux3";
|
|
347
314
|
/** Deprecated OSSKU. Microsoft recommends that new deployments choose 'AzureLinux' instead. */
|
|
348
|
-
KnownOssku["Mariner"] = "Mariner";
|
|
349
|
-
/** Use Flatcar Container Linux as the OS for node images. Flatcar is a container-optimized, security-focused Linux OS, with an immutable filesystem and part of the Cloud Native Computing Foundation (CNCF). For more information about Flatcar Container Linux for AKS, see aka.ms/aks/flatcar-container-linux-for-aks */
|
|
350
|
-
KnownOssku["Flatcar"] = "Flatcar";
|
|
351
|
-
/** Deprecated OSSKU. Microsoft recommends that new deployments choose 'AzureLinux' instead. */
|
|
352
315
|
KnownOssku["CBLMariner"] = "CBLMariner";
|
|
353
316
|
/** Use Windows2019 as the OS for node images. Unsupported for system node pools. Windows2019 only supports Windows2019 containers; it cannot run Windows2022 containers and vice versa. */
|
|
354
317
|
KnownOssku["Windows2019"] = "Windows2019";
|
|
@@ -358,10 +321,10 @@ export var KnownOssku;
|
|
|
358
321
|
KnownOssku["Ubuntu2204"] = "Ubuntu2204";
|
|
359
322
|
/** Use Windows2025 as the OS for node images. Unsupported for system node pools. Windows2025 supports Windows2022 and Windows 2025 containers; it cannot run Windows2019 containers and vice versa. */
|
|
360
323
|
KnownOssku["Windows2025"] = "Windows2025";
|
|
361
|
-
/** Use Windows Annual Channel version as the OS for node images. Unsupported for system node pools. Details about supported container images and kubernetes versions under different AKS Annual Channel versions could be seen in https://aka.ms/aks/windows-annual-channel-details. */
|
|
362
|
-
KnownOssku["WindowsAnnual"] = "WindowsAnnual";
|
|
363
324
|
/** Use Ubuntu2404 as the OS for node images, however, Ubuntu 24.04 may not be supported for all nodepools. For limitations and supported kubernetes versions, see see https://aka.ms/aks/supported-ubuntu-versions */
|
|
364
325
|
KnownOssku["Ubuntu2404"] = "Ubuntu2404";
|
|
326
|
+
/** Use Azure Container Linux as the OS for node images. Azure Container Linux is a container-optimized, security-focused Linux OS built on Azure Linux, with an immutable filesystem. ACL is derived from the Flatcar Container Linux project, building on Flatcar's proven container-first, immutable design, while adding Azure Linux packages, servicing, and deep integration with the Azure and AKS lifecycle. For more information, see https://aka.ms/azurecontainerlinux */
|
|
327
|
+
KnownOssku["AzureContainerLinux"] = "AzureContainerLinux";
|
|
365
328
|
})(KnownOssku || (KnownOssku = {}));
|
|
366
329
|
/** Describes how VMs are added to or removed from Agent Pools. See [billing states](https://docs.microsoft.com/azure/virtual-machines/states-billing). */
|
|
367
330
|
export var KnownScaleDownMode;
|
|
@@ -390,24 +353,11 @@ export var KnownAgentPoolMode;
|
|
|
390
353
|
KnownAgentPoolMode["User"] = "User";
|
|
391
354
|
/** Gateway agent pools are dedicated to providing static egress IPs to pods. For more details, see https://aka.ms/aks/static-egress-gateway. */
|
|
392
355
|
KnownAgentPoolMode["Gateway"] = "Gateway";
|
|
393
|
-
/** ManagedSystem is a system pool managed by AKS. The pool scales dynamically according to cluster usage, and has additional automated monitoring and healing capabilities. There can only be one ManagedSystem pool, and it is recommended to delete all other system pools for the best experience. */
|
|
394
|
-
KnownAgentPoolMode["ManagedSystem"] = "ManagedSystem";
|
|
395
|
-
/** Machines agent pools are dedicated to hosting machines. Only limited operations, such as creation and deletion, are allowed at the pool level. Please use the machine APIs to manage the full machine lifecycle. */
|
|
396
|
-
KnownAgentPoolMode["Machines"] = "Machines";
|
|
397
356
|
})(KnownAgentPoolMode || (KnownAgentPoolMode = {}));
|
|
398
|
-
/** Defines the upgrade strategy for the agent pool. The default is Rolling. */
|
|
399
|
-
export var KnownUpgradeStrategy;
|
|
400
|
-
(function (KnownUpgradeStrategy) {
|
|
401
|
-
/** Specifies that the agent pool will conduct rolling upgrade. This is the default upgrade strategy. */
|
|
402
|
-
KnownUpgradeStrategy["Rolling"] = "Rolling";
|
|
403
|
-
/** Specifies that the agent pool will conduct blue-green upgrade. */
|
|
404
|
-
KnownUpgradeStrategy["BlueGreen"] = "BlueGreen";
|
|
405
|
-
})(KnownUpgradeStrategy || (KnownUpgradeStrategy = {}));
|
|
406
357
|
export function agentPoolUpgradeSettingsSerializer(item) {
|
|
407
358
|
return {
|
|
408
359
|
maxSurge: item["maxSurge"],
|
|
409
360
|
maxUnavailable: item["maxUnavailable"],
|
|
410
|
-
maxBlockedNodes: item["maxBlockedNodes"],
|
|
411
361
|
drainTimeoutInMinutes: item["drainTimeoutInMinutes"],
|
|
412
362
|
nodeSoakDurationInMinutes: item["nodeSoakDurationInMinutes"],
|
|
413
363
|
undrainableNodeBehavior: item["undrainableNodeBehavior"],
|
|
@@ -417,7 +367,6 @@ export function agentPoolUpgradeSettingsDeserializer(item) {
|
|
|
417
367
|
return {
|
|
418
368
|
maxSurge: item["maxSurge"],
|
|
419
369
|
maxUnavailable: item["maxUnavailable"],
|
|
420
|
-
maxBlockedNodes: item["maxBlockedNodes"],
|
|
421
370
|
drainTimeoutInMinutes: item["drainTimeoutInMinutes"],
|
|
422
371
|
nodeSoakDurationInMinutes: item["nodeSoakDurationInMinutes"],
|
|
423
372
|
undrainableNodeBehavior: item["undrainableNodeBehavior"],
|
|
@@ -431,22 +380,6 @@ export var KnownUndrainableNodeBehavior;
|
|
|
431
380
|
/** AKS will mark the blocked nodes schedulable, but the blocked nodes are not upgraded. A best-effort attempt will be made to delete all surge nodes. The upgrade operation and the managed cluster will be in failed state if there are any blocked nodes. */
|
|
432
381
|
KnownUndrainableNodeBehavior["Schedule"] = "Schedule";
|
|
433
382
|
})(KnownUndrainableNodeBehavior || (KnownUndrainableNodeBehavior = {}));
|
|
434
|
-
export function agentPoolBlueGreenUpgradeSettingsSerializer(item) {
|
|
435
|
-
return {
|
|
436
|
-
drainBatchSize: item["drainBatchSize"],
|
|
437
|
-
drainTimeoutInMinutes: item["drainTimeoutInMinutes"],
|
|
438
|
-
batchSoakDurationInMinutes: item["batchSoakDurationInMinutes"],
|
|
439
|
-
finalSoakDurationInMinutes: item["finalSoakDurationInMinutes"],
|
|
440
|
-
};
|
|
441
|
-
}
|
|
442
|
-
export function agentPoolBlueGreenUpgradeSettingsDeserializer(item) {
|
|
443
|
-
return {
|
|
444
|
-
drainBatchSize: item["drainBatchSize"],
|
|
445
|
-
drainTimeoutInMinutes: item["drainTimeoutInMinutes"],
|
|
446
|
-
batchSoakDurationInMinutes: item["batchSoakDurationInMinutes"],
|
|
447
|
-
finalSoakDurationInMinutes: item["finalSoakDurationInMinutes"],
|
|
448
|
-
};
|
|
449
|
-
}
|
|
450
383
|
export function powerStateSerializer(item) {
|
|
451
384
|
return { code: item["code"] };
|
|
452
385
|
}
|
|
@@ -496,7 +429,6 @@ export function kubeletConfigSerializer(item) {
|
|
|
496
429
|
containerLogMaxSizeMB: item["containerLogMaxSizeMB"],
|
|
497
430
|
containerLogMaxFiles: item["containerLogMaxFiles"],
|
|
498
431
|
podMaxPids: item["podMaxPids"],
|
|
499
|
-
seccompDefault: item["seccompDefault"],
|
|
500
432
|
};
|
|
501
433
|
}
|
|
502
434
|
export function kubeletConfigDeserializer(item) {
|
|
@@ -516,17 +448,8 @@ export function kubeletConfigDeserializer(item) {
|
|
|
516
448
|
containerLogMaxSizeMB: item["containerLogMaxSizeMB"],
|
|
517
449
|
containerLogMaxFiles: item["containerLogMaxFiles"],
|
|
518
450
|
podMaxPids: item["podMaxPids"],
|
|
519
|
-
seccompDefault: item["seccompDefault"],
|
|
520
451
|
};
|
|
521
452
|
}
|
|
522
|
-
/** Specifies the default seccomp profile applied to all workloads. If not specified, 'Unconfined' will be used by default. */
|
|
523
|
-
export var KnownSeccompDefault;
|
|
524
|
-
(function (KnownSeccompDefault) {
|
|
525
|
-
/** No seccomp profile is applied, allowing all system calls. */
|
|
526
|
-
KnownSeccompDefault["Unconfined"] = "Unconfined";
|
|
527
|
-
/** The default seccomp profile for container runtime is applied, which restricts certain system calls for enhanced security. */
|
|
528
|
-
KnownSeccompDefault["RuntimeDefault"] = "RuntimeDefault";
|
|
529
|
-
})(KnownSeccompDefault || (KnownSeccompDefault = {}));
|
|
530
453
|
export function linuxOSConfigSerializer(item) {
|
|
531
454
|
return {
|
|
532
455
|
sysctls: !item["sysctls"] ? item["sysctls"] : sysctlConfigSerializer(item["sysctls"]),
|
|
@@ -735,21 +658,13 @@ export var KnownAgentPoolSSHAccess;
|
|
|
735
658
|
KnownAgentPoolSSHAccess["LocalUser"] = "LocalUser";
|
|
736
659
|
/** SSH service will be turned off on the node. */
|
|
737
660
|
KnownAgentPoolSSHAccess["Disabled"] = "Disabled";
|
|
738
|
-
/** SSH to node with EntraId integration. More information can be found under https://aka.ms/aks/ssh/aad */
|
|
739
|
-
KnownAgentPoolSSHAccess["EntraId"] = "EntraId";
|
|
740
661
|
})(KnownAgentPoolSSHAccess || (KnownAgentPoolSSHAccess = {}));
|
|
741
662
|
export function gpuProfileSerializer(item) {
|
|
742
|
-
return {
|
|
743
|
-
driver: item["driver"],
|
|
744
|
-
driverType: item["driverType"],
|
|
745
|
-
nvidia: !item["nvidia"] ? item["nvidia"] : nvidiaGPUProfileSerializer(item["nvidia"]),
|
|
746
|
-
};
|
|
663
|
+
return { driver: item["driver"] };
|
|
747
664
|
}
|
|
748
665
|
export function gpuProfileDeserializer(item) {
|
|
749
666
|
return {
|
|
750
667
|
driver: item["driver"],
|
|
751
|
-
driverType: item["driverType"],
|
|
752
|
-
nvidia: !item["nvidia"] ? item["nvidia"] : nvidiaGPUProfileDeserializer(item["nvidia"]),
|
|
753
668
|
};
|
|
754
669
|
}
|
|
755
670
|
/** Whether to install GPU drivers. When it's not specified, default is Install. */
|
|
@@ -760,41 +675,6 @@ export var KnownGPUDriver;
|
|
|
760
675
|
/** Skip driver install. */
|
|
761
676
|
KnownGPUDriver["None"] = "None";
|
|
762
677
|
})(KnownGPUDriver || (KnownGPUDriver = {}));
|
|
763
|
-
/** Specify the type of GPU driver to install when creating Windows agent pools. If not provided, AKS selects the driver based on system compatibility. This cannot be changed once the AgentPool has been created. This cannot be set on Linux AgentPools. For Linux AgentPools, the driver is selected based on system compatibility. */
|
|
764
|
-
export var KnownDriverType;
|
|
765
|
-
(function (KnownDriverType) {
|
|
766
|
-
/** Install the GRID driver for the GPU, suitable for applications requiring virtualization support. */
|
|
767
|
-
KnownDriverType["Grid"] = "GRID";
|
|
768
|
-
/** Install the CUDA driver for the GPU, optimized for computational tasks in scientific computing and data-intensive applications. */
|
|
769
|
-
KnownDriverType["Cuda"] = "CUDA";
|
|
770
|
-
})(KnownDriverType || (KnownDriverType = {}));
|
|
771
|
-
export function nvidiaGPUProfileSerializer(item) {
|
|
772
|
-
return { managementMode: item["managementMode"], migStrategy: item["migStrategy"] };
|
|
773
|
-
}
|
|
774
|
-
export function nvidiaGPUProfileDeserializer(item) {
|
|
775
|
-
return {
|
|
776
|
-
managementMode: item["managementMode"],
|
|
777
|
-
migStrategy: item["migStrategy"],
|
|
778
|
-
};
|
|
779
|
-
}
|
|
780
|
-
/** The Managed GPU experience installs additional components, such as the Data Center GPU Manager (DCGM) metrics for monitoring, on top of the GPU driver for you. For more details of what is installed, check out aka.ms/aks/managed-gpu. */
|
|
781
|
-
export var KnownManagementMode;
|
|
782
|
-
(function (KnownManagementMode) {
|
|
783
|
-
/** Managed GPU experience is disabled for NVIDIA GPUs. */
|
|
784
|
-
KnownManagementMode["Unmanaged"] = "Unmanaged";
|
|
785
|
-
/** Managed GPU experience is enabled for NVIDIA GPUs. */
|
|
786
|
-
KnownManagementMode["Managed"] = "Managed";
|
|
787
|
-
})(KnownManagementMode || (KnownManagementMode = {}));
|
|
788
|
-
/** Sets the MIG (Multi-Instance GPU) strategy that will be used for managed MIG support. For more information about the different strategies, visit aka.ms/aks/managed-gpu. When not specified, the default is None. */
|
|
789
|
-
export var KnownMigStrategy;
|
|
790
|
-
(function (KnownMigStrategy) {
|
|
791
|
-
/** Don't set a MIG strategy. If you previously had one set, this will override it and set remove the set MIG strategy. */
|
|
792
|
-
KnownMigStrategy["None"] = "None";
|
|
793
|
-
/** Set the MIG strategy for managed MIG as single. */
|
|
794
|
-
KnownMigStrategy["Single"] = "Single";
|
|
795
|
-
/** Set the MIG strategy for managed MIG as mixed. */
|
|
796
|
-
KnownMigStrategy["Mixed"] = "Mixed";
|
|
797
|
-
})(KnownMigStrategy || (KnownMigStrategy = {}));
|
|
798
678
|
export function agentPoolGatewayProfileSerializer(item) {
|
|
799
679
|
return { publicIPPrefixSize: item["publicIPPrefixSize"] };
|
|
800
680
|
}
|
|
@@ -822,17 +702,11 @@ export function virtualMachinesProfileDeserializer(item) {
|
|
|
822
702
|
export function scaleProfileSerializer(item) {
|
|
823
703
|
return {
|
|
824
704
|
manual: !item["manual"] ? item["manual"] : manualScaleProfileArraySerializer(item["manual"]),
|
|
825
|
-
autoscale: !item["autoscale"]
|
|
826
|
-
? item["autoscale"]
|
|
827
|
-
: autoScaleProfileSerializer(item["autoscale"]),
|
|
828
705
|
};
|
|
829
706
|
}
|
|
830
707
|
export function scaleProfileDeserializer(item) {
|
|
831
708
|
return {
|
|
832
709
|
manual: !item["manual"] ? item["manual"] : manualScaleProfileArrayDeserializer(item["manual"]),
|
|
833
|
-
autoscale: !item["autoscale"]
|
|
834
|
-
? item["autoscale"]
|
|
835
|
-
: autoScaleProfileDeserializer(item["autoscale"]),
|
|
836
710
|
};
|
|
837
711
|
}
|
|
838
712
|
export function manualScaleProfileArraySerializer(result) {
|
|
@@ -854,16 +728,6 @@ export function manualScaleProfileDeserializer(item) {
|
|
|
854
728
|
count: item["count"],
|
|
855
729
|
};
|
|
856
730
|
}
|
|
857
|
-
export function autoScaleProfileSerializer(item) {
|
|
858
|
-
return { size: item["size"], minCount: item["minCount"], maxCount: item["maxCount"] };
|
|
859
|
-
}
|
|
860
|
-
export function autoScaleProfileDeserializer(item) {
|
|
861
|
-
return {
|
|
862
|
-
size: item["size"],
|
|
863
|
-
minCount: item["minCount"],
|
|
864
|
-
maxCount: item["maxCount"],
|
|
865
|
-
};
|
|
866
|
-
}
|
|
867
731
|
export function virtualMachineNodesArraySerializer(result) {
|
|
868
732
|
return result.map((item) => {
|
|
869
733
|
return virtualMachineNodesSerializer(item);
|
|
@@ -883,8 +747,8 @@ export function virtualMachineNodesDeserializer(item) {
|
|
|
883
747
|
count: item["count"],
|
|
884
748
|
};
|
|
885
749
|
}
|
|
886
|
-
export function agentPoolStatusSerializer(
|
|
887
|
-
return
|
|
750
|
+
export function agentPoolStatusSerializer(_item) {
|
|
751
|
+
return {};
|
|
888
752
|
}
|
|
889
753
|
export function agentPoolStatusDeserializer(item) {
|
|
890
754
|
return {
|
|
@@ -1043,16 +907,8 @@ export var KnownLocalDNSServeStale;
|
|
|
1043
907
|
/** Disable serving stale data. */
|
|
1044
908
|
KnownLocalDNSServeStale["Disable"] = "Disable";
|
|
1045
909
|
})(KnownLocalDNSServeStale || (KnownLocalDNSServeStale = {}));
|
|
1046
|
-
export function
|
|
1047
|
-
return {
|
|
1048
|
-
}
|
|
1049
|
-
export function nodeCustomizationProfileDeserializer(item) {
|
|
1050
|
-
return {
|
|
1051
|
-
nodeCustomizationId: item["nodeCustomizationId"],
|
|
1052
|
-
};
|
|
1053
|
-
}
|
|
1054
|
-
export function proxyResourceSerializer(item) {
|
|
1055
|
-
return item;
|
|
910
|
+
export function proxyResourceSerializer(_item) {
|
|
911
|
+
return {};
|
|
1056
912
|
}
|
|
1057
913
|
export function proxyResourceDeserializer(item) {
|
|
1058
914
|
return {
|
|
@@ -1064,8 +920,8 @@ export function proxyResourceDeserializer(item) {
|
|
|
1064
920
|
: systemDataDeserializer(item["systemData"]),
|
|
1065
921
|
};
|
|
1066
922
|
}
|
|
1067
|
-
export function resourceSerializer(
|
|
1068
|
-
return
|
|
923
|
+
export function resourceSerializer(_item) {
|
|
924
|
+
return {};
|
|
1069
925
|
}
|
|
1070
926
|
export function resourceDeserializer(item) {
|
|
1071
927
|
return {
|
|
@@ -1174,12 +1030,6 @@ export function agentPoolUpgradeProfilePropertiesDeserializer(item) {
|
|
|
1174
1030
|
upgrades: !item["upgrades"]
|
|
1175
1031
|
? item["upgrades"]
|
|
1176
1032
|
: agentPoolUpgradeProfilePropertiesUpgradesItemArrayDeserializer(item["upgrades"]),
|
|
1177
|
-
componentsByReleases: !item["componentsByReleases"]
|
|
1178
|
-
? item["componentsByReleases"]
|
|
1179
|
-
: componentsByReleaseArrayDeserializer(item["componentsByReleases"]),
|
|
1180
|
-
recentlyUsedVersions: !item["recentlyUsedVersions"]
|
|
1181
|
-
? item["recentlyUsedVersions"]
|
|
1182
|
-
: agentPoolRecentlyUsedVersionArrayDeserializer(item["recentlyUsedVersions"]),
|
|
1183
1033
|
latestNodeImageVersion: item["latestNodeImageVersion"],
|
|
1184
1034
|
};
|
|
1185
1035
|
}
|
|
@@ -1192,44 +1042,6 @@ export function agentPoolUpgradeProfilePropertiesUpgradesItemDeserializer(item)
|
|
|
1192
1042
|
return {
|
|
1193
1043
|
kubernetesVersion: item["kubernetesVersion"],
|
|
1194
1044
|
isPreview: item["isPreview"],
|
|
1195
|
-
isOutOfSupport: item["isOutOfSupport"],
|
|
1196
|
-
};
|
|
1197
|
-
}
|
|
1198
|
-
export function componentsByReleaseArrayDeserializer(result) {
|
|
1199
|
-
return result.map((item) => {
|
|
1200
|
-
return componentsByReleaseDeserializer(item);
|
|
1201
|
-
});
|
|
1202
|
-
}
|
|
1203
|
-
export function componentsByReleaseDeserializer(item) {
|
|
1204
|
-
return {
|
|
1205
|
-
kubernetesVersion: item["kubernetesVersion"],
|
|
1206
|
-
components: !item["components"]
|
|
1207
|
-
? item["components"]
|
|
1208
|
-
: componentArrayDeserializer(item["components"]),
|
|
1209
|
-
};
|
|
1210
|
-
}
|
|
1211
|
-
export function componentArrayDeserializer(result) {
|
|
1212
|
-
return result.map((item) => {
|
|
1213
|
-
return componentDeserializer(item);
|
|
1214
|
-
});
|
|
1215
|
-
}
|
|
1216
|
-
export function componentDeserializer(item) {
|
|
1217
|
-
return {
|
|
1218
|
-
name: item["name"],
|
|
1219
|
-
version: item["version"],
|
|
1220
|
-
hasBreakingChanges: item["hasBreakingChanges"],
|
|
1221
|
-
};
|
|
1222
|
-
}
|
|
1223
|
-
export function agentPoolRecentlyUsedVersionArrayDeserializer(result) {
|
|
1224
|
-
return result.map((item) => {
|
|
1225
|
-
return agentPoolRecentlyUsedVersionDeserializer(item);
|
|
1226
|
-
});
|
|
1227
|
-
}
|
|
1228
|
-
export function agentPoolRecentlyUsedVersionDeserializer(item) {
|
|
1229
|
-
return {
|
|
1230
|
-
orchestratorVersion: item["orchestratorVersion"],
|
|
1231
|
-
nodeImageVersion: item["nodeImageVersion"],
|
|
1232
|
-
timestamp: !item["timestamp"] ? item["timestamp"] : new Date(item["timestamp"]),
|
|
1233
1045
|
};
|
|
1234
1046
|
}
|
|
1235
1047
|
export function managedClusterSerializer(item) {
|
|
@@ -1237,7 +1049,6 @@ export function managedClusterSerializer(item) {
|
|
|
1237
1049
|
tags: item["tags"],
|
|
1238
1050
|
location: item["location"],
|
|
1239
1051
|
properties: areAllPropsUndefined(item, [
|
|
1240
|
-
"creationData",
|
|
1241
1052
|
"kubernetesVersion",
|
|
1242
1053
|
"dnsPrefix",
|
|
1243
1054
|
"fqdnSubdomain",
|
|
@@ -1252,7 +1063,6 @@ export function managedClusterSerializer(item) {
|
|
|
1252
1063
|
"nodeResourceGroupProfile",
|
|
1253
1064
|
"enableRBAC",
|
|
1254
1065
|
"supportPlan",
|
|
1255
|
-
"enableNamespaceResources",
|
|
1256
1066
|
"networkProfile",
|
|
1257
1067
|
"aadProfile",
|
|
1258
1068
|
"autoUpgradeProfile",
|
|
@@ -1275,9 +1085,7 @@ export function managedClusterSerializer(item) {
|
|
|
1275
1085
|
"nodeProvisioningProfile",
|
|
1276
1086
|
"bootstrapProfile",
|
|
1277
1087
|
"aiToolchainOperatorProfile",
|
|
1278
|
-
"schedulerProfile",
|
|
1279
1088
|
"hostedSystemProfile",
|
|
1280
|
-
"healthMonitorProfile",
|
|
1281
1089
|
"status",
|
|
1282
1090
|
])
|
|
1283
1091
|
? undefined
|
|
@@ -1320,9 +1128,6 @@ export function managedClusterDeserializer(item) {
|
|
|
1320
1128
|
}
|
|
1321
1129
|
export function managedClusterPropertiesSerializer(item) {
|
|
1322
1130
|
return {
|
|
1323
|
-
creationData: !item["creationData"]
|
|
1324
|
-
? item["creationData"]
|
|
1325
|
-
: creationDataSerializer(item["creationData"]),
|
|
1326
1131
|
kubernetesVersion: item["kubernetesVersion"],
|
|
1327
1132
|
dnsPrefix: item["dnsPrefix"],
|
|
1328
1133
|
fqdnSubdomain: item["fqdnSubdomain"],
|
|
@@ -1353,7 +1158,6 @@ export function managedClusterPropertiesSerializer(item) {
|
|
|
1353
1158
|
: managedClusterNodeResourceGroupProfileSerializer(item["nodeResourceGroupProfile"]),
|
|
1354
1159
|
enableRBAC: item["enableRbac"],
|
|
1355
1160
|
supportPlan: item["supportPlan"],
|
|
1356
|
-
enableNamespaceResources: item["enableNamespaceResources"],
|
|
1357
1161
|
networkProfile: !item["networkProfile"]
|
|
1358
1162
|
? item["networkProfile"]
|
|
1359
1163
|
: containerServiceNetworkProfileSerializer(item["networkProfile"]),
|
|
@@ -1414,15 +1218,9 @@ export function managedClusterPropertiesSerializer(item) {
|
|
|
1414
1218
|
aiToolchainOperatorProfile: !item["aiToolchainOperatorProfile"]
|
|
1415
1219
|
? item["aiToolchainOperatorProfile"]
|
|
1416
1220
|
: managedClusterAIToolchainOperatorProfileSerializer(item["aiToolchainOperatorProfile"]),
|
|
1417
|
-
schedulerProfile: !item["schedulerProfile"]
|
|
1418
|
-
? item["schedulerProfile"]
|
|
1419
|
-
: schedulerProfileSerializer(item["schedulerProfile"]),
|
|
1420
1221
|
hostedSystemProfile: !item["hostedSystemProfile"]
|
|
1421
1222
|
? item["hostedSystemProfile"]
|
|
1422
1223
|
: managedClusterHostedSystemProfileSerializer(item["hostedSystemProfile"]),
|
|
1423
|
-
healthMonitorProfile: !item["healthMonitorProfile"]
|
|
1424
|
-
? item["healthMonitorProfile"]
|
|
1425
|
-
: managedClusterHealthMonitorProfileSerializer(item["healthMonitorProfile"]),
|
|
1426
1224
|
status: !item["status"] ? item["status"] : managedClusterStatusSerializer(item["status"]),
|
|
1427
1225
|
};
|
|
1428
1226
|
}
|
|
@@ -1432,9 +1230,6 @@ export function managedClusterPropertiesDeserializer(item) {
|
|
|
1432
1230
|
powerState: !item["powerState"]
|
|
1433
1231
|
? item["powerState"]
|
|
1434
1232
|
: powerStateDeserializer(item["powerState"]),
|
|
1435
|
-
creationData: !item["creationData"]
|
|
1436
|
-
? item["creationData"]
|
|
1437
|
-
: creationDataDeserializer(item["creationData"]),
|
|
1438
1233
|
maxAgentPools: item["maxAgentPools"],
|
|
1439
1234
|
kubernetesVersion: item["kubernetesVersion"],
|
|
1440
1235
|
currentKubernetesVersion: item["currentKubernetesVersion"],
|
|
@@ -1470,7 +1265,6 @@ export function managedClusterPropertiesDeserializer(item) {
|
|
|
1470
1265
|
: managedClusterNodeResourceGroupProfileDeserializer(item["nodeResourceGroupProfile"]),
|
|
1471
1266
|
enableRbac: item["enableRBAC"],
|
|
1472
1267
|
supportPlan: item["supportPlan"],
|
|
1473
|
-
enableNamespaceResources: item["enableNamespaceResources"],
|
|
1474
1268
|
networkProfile: !item["networkProfile"]
|
|
1475
1269
|
? item["networkProfile"]
|
|
1476
1270
|
: containerServiceNetworkProfileDeserializer(item["networkProfile"]),
|
|
@@ -1532,15 +1326,9 @@ export function managedClusterPropertiesDeserializer(item) {
|
|
|
1532
1326
|
aiToolchainOperatorProfile: !item["aiToolchainOperatorProfile"]
|
|
1533
1327
|
? item["aiToolchainOperatorProfile"]
|
|
1534
1328
|
: managedClusterAIToolchainOperatorProfileDeserializer(item["aiToolchainOperatorProfile"]),
|
|
1535
|
-
schedulerProfile: !item["schedulerProfile"]
|
|
1536
|
-
? item["schedulerProfile"]
|
|
1537
|
-
: schedulerProfileDeserializer(item["schedulerProfile"]),
|
|
1538
1329
|
hostedSystemProfile: !item["hostedSystemProfile"]
|
|
1539
1330
|
? item["hostedSystemProfile"]
|
|
1540
1331
|
: managedClusterHostedSystemProfileDeserializer(item["hostedSystemProfile"]),
|
|
1541
|
-
healthMonitorProfile: !item["healthMonitorProfile"]
|
|
1542
|
-
? item["healthMonitorProfile"]
|
|
1543
|
-
: managedClusterHealthMonitorProfileDeserializer(item["healthMonitorProfile"]),
|
|
1544
1332
|
status: !item["status"] ? item["status"] : managedClusterStatusDeserializer(item["status"]),
|
|
1545
1333
|
};
|
|
1546
1334
|
}
|
|
@@ -1576,14 +1364,9 @@ export function managedClusterAgentPoolProfileSerializer(item) {
|
|
|
1576
1364
|
type: item["type"],
|
|
1577
1365
|
mode: item["mode"],
|
|
1578
1366
|
orchestratorVersion: item["orchestratorVersion"],
|
|
1579
|
-
upgradeStrategy: item["upgradeStrategy"],
|
|
1580
|
-
enableOSDiskFullCaching: item["enableOSDiskFullCaching"],
|
|
1581
1367
|
upgradeSettings: !item["upgradeSettings"]
|
|
1582
1368
|
? item["upgradeSettings"]
|
|
1583
1369
|
: agentPoolUpgradeSettingsSerializer(item["upgradeSettings"]),
|
|
1584
|
-
upgradeSettingsBlueGreen: !item["upgradeSettingsBlueGreen"]
|
|
1585
|
-
? item["upgradeSettingsBlueGreen"]
|
|
1586
|
-
: agentPoolBlueGreenUpgradeSettingsSerializer(item["upgradeSettingsBlueGreen"]),
|
|
1587
1370
|
powerState: !item["powerState"] ? item["powerState"] : powerStateSerializer(item["powerState"]),
|
|
1588
1371
|
availabilityZones: !item["availabilityZones"]
|
|
1589
1372
|
? item["availabilityZones"]
|
|
@@ -1602,11 +1385,6 @@ export function managedClusterAgentPoolProfileSerializer(item) {
|
|
|
1602
1385
|
: item["nodeTaints"].map((p) => {
|
|
1603
1386
|
return p;
|
|
1604
1387
|
}),
|
|
1605
|
-
nodeInitializationTaints: !item["nodeInitializationTaints"]
|
|
1606
|
-
? item["nodeInitializationTaints"]
|
|
1607
|
-
: item["nodeInitializationTaints"].map((p) => {
|
|
1608
|
-
return p;
|
|
1609
|
-
}),
|
|
1610
1388
|
proximityPlacementGroupID: item["proximityPlacementGroupID"],
|
|
1611
1389
|
kubeletConfig: !item["kubeletConfig"]
|
|
1612
1390
|
? item["kubeletConfig"]
|
|
@@ -1649,9 +1427,6 @@ export function managedClusterAgentPoolProfileSerializer(item) {
|
|
|
1649
1427
|
localDNSProfile: !item["localDNSProfile"]
|
|
1650
1428
|
? item["localDNSProfile"]
|
|
1651
1429
|
: localDNSProfileSerializer(item["localDNSProfile"]),
|
|
1652
|
-
nodeCustomizationProfile: !item["nodeCustomizationProfile"]
|
|
1653
|
-
? item["nodeCustomizationProfile"]
|
|
1654
|
-
: nodeCustomizationProfileSerializer(item["nodeCustomizationProfile"]),
|
|
1655
1430
|
name: item["name"],
|
|
1656
1431
|
};
|
|
1657
1432
|
}
|
|
@@ -1680,14 +1455,9 @@ export function managedClusterAgentPoolProfileDeserializer(item) {
|
|
|
1680
1455
|
orchestratorVersion: item["orchestratorVersion"],
|
|
1681
1456
|
currentOrchestratorVersion: item["currentOrchestratorVersion"],
|
|
1682
1457
|
nodeImageVersion: item["nodeImageVersion"],
|
|
1683
|
-
upgradeStrategy: item["upgradeStrategy"],
|
|
1684
|
-
enableOSDiskFullCaching: item["enableOSDiskFullCaching"],
|
|
1685
1458
|
upgradeSettings: !item["upgradeSettings"]
|
|
1686
1459
|
? item["upgradeSettings"]
|
|
1687
1460
|
: agentPoolUpgradeSettingsDeserializer(item["upgradeSettings"]),
|
|
1688
|
-
upgradeSettingsBlueGreen: !item["upgradeSettingsBlueGreen"]
|
|
1689
|
-
? item["upgradeSettingsBlueGreen"]
|
|
1690
|
-
: agentPoolBlueGreenUpgradeSettingsDeserializer(item["upgradeSettingsBlueGreen"]),
|
|
1691
1461
|
provisioningState: item["provisioningState"],
|
|
1692
1462
|
powerState: !item["powerState"]
|
|
1693
1463
|
? item["powerState"]
|
|
@@ -1713,11 +1483,6 @@ export function managedClusterAgentPoolProfileDeserializer(item) {
|
|
|
1713
1483
|
: item["nodeTaints"].map((p) => {
|
|
1714
1484
|
return p;
|
|
1715
1485
|
}),
|
|
1716
|
-
nodeInitializationTaints: !item["nodeInitializationTaints"]
|
|
1717
|
-
? item["nodeInitializationTaints"]
|
|
1718
|
-
: item["nodeInitializationTaints"].map((p) => {
|
|
1719
|
-
return p;
|
|
1720
|
-
}),
|
|
1721
1486
|
proximityPlacementGroupID: item["proximityPlacementGroupID"],
|
|
1722
1487
|
kubeletConfig: !item["kubeletConfig"]
|
|
1723
1488
|
? item["kubeletConfig"]
|
|
@@ -1762,9 +1527,6 @@ export function managedClusterAgentPoolProfileDeserializer(item) {
|
|
|
1762
1527
|
localDNSProfile: !item["localDNSProfile"]
|
|
1763
1528
|
? item["localDNSProfile"]
|
|
1764
1529
|
: localDNSProfileDeserializer(item["localDNSProfile"]),
|
|
1765
|
-
nodeCustomizationProfile: !item["nodeCustomizationProfile"]
|
|
1766
|
-
? item["nodeCustomizationProfile"]
|
|
1767
|
-
: nodeCustomizationProfileDeserializer(item["nodeCustomizationProfile"]),
|
|
1768
1530
|
name: item["name"],
|
|
1769
1531
|
};
|
|
1770
1532
|
}
|
|
@@ -2095,10 +1857,6 @@ export function containerServiceNetworkProfileSerializer(item) {
|
|
|
2095
1857
|
: item["ipFamilies"].map((p) => {
|
|
2096
1858
|
return p;
|
|
2097
1859
|
}),
|
|
2098
|
-
podLinkLocalAccess: item["podLinkLocalAccess"],
|
|
2099
|
-
kubeProxyConfig: !item["kubeProxyConfig"]
|
|
2100
|
-
? item["kubeProxyConfig"]
|
|
2101
|
-
: containerServiceNetworkProfileKubeProxyConfigSerializer(item["kubeProxyConfig"]),
|
|
2102
1860
|
};
|
|
2103
1861
|
}
|
|
2104
1862
|
export function containerServiceNetworkProfileDeserializer(item) {
|
|
@@ -2140,10 +1898,6 @@ export function containerServiceNetworkProfileDeserializer(item) {
|
|
|
2140
1898
|
: item["ipFamilies"].map((p) => {
|
|
2141
1899
|
return p;
|
|
2142
1900
|
}),
|
|
2143
|
-
podLinkLocalAccess: item["podLinkLocalAccess"],
|
|
2144
|
-
kubeProxyConfig: !item["kubeProxyConfig"]
|
|
2145
|
-
? item["kubeProxyConfig"]
|
|
2146
|
-
: containerServiceNetworkProfileKubeProxyConfigDeserializer(item["kubeProxyConfig"]),
|
|
2147
1901
|
};
|
|
2148
1902
|
}
|
|
2149
1903
|
/** Network plugin used for building the Kubernetes network. */
|
|
@@ -2267,8 +2021,6 @@ export var KnownTransitEncryptionType;
|
|
|
2267
2021
|
(function (KnownTransitEncryptionType) {
|
|
2268
2022
|
/** Enable WireGuard encryption. Refer to https://docs.cilium.io/en/latest/security/network/encryption-wireguard/ on use cases and implementation details */
|
|
2269
2023
|
KnownTransitEncryptionType["WireGuard"] = "WireGuard";
|
|
2270
|
-
/** Enables mTLS authentication and encryption for pod-to-pod traffic within the cluster. Refer to https://aka.ms/acnsciliummtls for relevant documentation. */
|
|
2271
|
-
KnownTransitEncryptionType["MTLS"] = "mTLS";
|
|
2272
2024
|
/** Disable Transit encryption */
|
|
2273
2025
|
KnownTransitEncryptionType["None"] = "None";
|
|
2274
2026
|
})(KnownTransitEncryptionType || (KnownTransitEncryptionType = {}));
|
|
@@ -2297,8 +2049,6 @@ export var KnownOutboundType;
|
|
|
2297
2049
|
KnownOutboundType["UserDefinedRouting"] = "userDefinedRouting";
|
|
2298
2050
|
/** The AKS-managed NAT gateway is used for egress. */
|
|
2299
2051
|
KnownOutboundType["ManagedNATGateway"] = "managedNATGateway";
|
|
2300
|
-
/** The AKS-managed NAT gateway V2 is used for egress. */
|
|
2301
|
-
KnownOutboundType["ManagedNATGatewayV2"] = "managedNATGatewayV2";
|
|
2302
2052
|
/** The user-assigned NAT gateway associated to the cluster subnet is used for egress. This is an advanced scenario and requires proper network configuration. */
|
|
2303
2053
|
KnownOutboundType["UserAssignedNATGateway"] = "userAssignedNATGateway";
|
|
2304
2054
|
/** The AKS cluster is not set with any outbound-type. All AKS nodes follows Azure VM default outbound behavior. Please refer to https://azure.microsoft.com/en-us/updates/default-outbound-access-for-vms-in-azure-will-be-retired-transition-to-a-new-method-of-internet-access/ */
|
|
@@ -2327,7 +2077,6 @@ export function managedClusterLoadBalancerProfileSerializer(item) {
|
|
|
2327
2077
|
idleTimeoutInMinutes: item["idleTimeoutInMinutes"],
|
|
2328
2078
|
enableMultipleStandardLoadBalancers: item["enableMultipleStandardLoadBalancers"],
|
|
2329
2079
|
backendPoolType: item["backendPoolType"],
|
|
2330
|
-
clusterServiceLoadBalancerHealthProbeMode: item["clusterServiceLoadBalancerHealthProbeMode"],
|
|
2331
2080
|
};
|
|
2332
2081
|
}
|
|
2333
2082
|
export function managedClusterLoadBalancerProfileDeserializer(item) {
|
|
@@ -2348,7 +2097,6 @@ export function managedClusterLoadBalancerProfileDeserializer(item) {
|
|
|
2348
2097
|
idleTimeoutInMinutes: item["idleTimeoutInMinutes"],
|
|
2349
2098
|
enableMultipleStandardLoadBalancers: item["enableMultipleStandardLoadBalancers"],
|
|
2350
2099
|
backendPoolType: item["backendPoolType"],
|
|
2351
|
-
clusterServiceLoadBalancerHealthProbeMode: item["clusterServiceLoadBalancerHealthProbeMode"],
|
|
2352
2100
|
};
|
|
2353
2101
|
}
|
|
2354
2102
|
export function managedClusterLoadBalancerProfileManagedOutboundIPsSerializer(item) {
|
|
@@ -2414,25 +2162,11 @@ export var KnownBackendPoolType;
|
|
|
2414
2162
|
/** The type of the managed inbound Load Balancer BackendPool. https://cloud-provider-azure.sigs.k8s.io/topics/loadbalancer/#configure-load-balancer-backend. */
|
|
2415
2163
|
KnownBackendPoolType["NodeIP"] = "NodeIP";
|
|
2416
2164
|
})(KnownBackendPoolType || (KnownBackendPoolType = {}));
|
|
2417
|
-
/** The health probing behavior for External Traffic Policy Cluster services. */
|
|
2418
|
-
export var KnownClusterServiceLoadBalancerHealthProbeMode;
|
|
2419
|
-
(function (KnownClusterServiceLoadBalancerHealthProbeMode) {
|
|
2420
|
-
/** Each External Traffic Policy Cluster service will have its own health probe targeting service nodePort. */
|
|
2421
|
-
KnownClusterServiceLoadBalancerHealthProbeMode["ServiceNodePort"] = "ServiceNodePort";
|
|
2422
|
-
/** All External Traffic Policy Cluster services in a Standard Load Balancer will have a dedicated health probe targeting the backend nodes' kube-proxy health check port 10256. */
|
|
2423
|
-
KnownClusterServiceLoadBalancerHealthProbeMode["Shared"] = "Shared";
|
|
2424
|
-
})(KnownClusterServiceLoadBalancerHealthProbeMode || (KnownClusterServiceLoadBalancerHealthProbeMode = {}));
|
|
2425
2165
|
export function managedClusterNATGatewayProfileSerializer(item) {
|
|
2426
2166
|
return {
|
|
2427
2167
|
managedOutboundIPProfile: !item["managedOutboundIPProfile"]
|
|
2428
2168
|
? item["managedOutboundIPProfile"]
|
|
2429
2169
|
: managedClusterManagedOutboundIPProfileSerializer(item["managedOutboundIPProfile"]),
|
|
2430
|
-
outboundIPPrefixes: !item["outboundIPPrefixes"]
|
|
2431
|
-
? item["outboundIPPrefixes"]
|
|
2432
|
-
: _managedClusterNATGatewayProfileOutboundIpPrefixesSerializer(item["outboundIPPrefixes"]),
|
|
2433
|
-
outboundIPs: !item["outboundIPs"]
|
|
2434
|
-
? item["outboundIPs"]
|
|
2435
|
-
: _managedClusterNATGatewayProfileOutboundIPsSerializer(item["outboundIPs"]),
|
|
2436
2170
|
idleTimeoutInMinutes: item["idleTimeoutInMinutes"],
|
|
2437
2171
|
};
|
|
2438
2172
|
}
|
|
@@ -2444,58 +2178,15 @@ export function managedClusterNATGatewayProfileDeserializer(item) {
|
|
|
2444
2178
|
effectiveOutboundIPs: !item["effectiveOutboundIPs"]
|
|
2445
2179
|
? item["effectiveOutboundIPs"]
|
|
2446
2180
|
: resourceReferenceArrayDeserializer(item["effectiveOutboundIPs"]),
|
|
2447
|
-
outboundIPPrefixes: !item["outboundIPPrefixes"]
|
|
2448
|
-
? item["outboundIPPrefixes"]
|
|
2449
|
-
: _managedClusterNATGatewayProfileOutboundIpPrefixesDeserializer(item["outboundIPPrefixes"]),
|
|
2450
|
-
outboundIPs: !item["outboundIPs"]
|
|
2451
|
-
? item["outboundIPs"]
|
|
2452
|
-
: _managedClusterNATGatewayProfileOutboundIPsDeserializer(item["outboundIPs"]),
|
|
2453
2181
|
idleTimeoutInMinutes: item["idleTimeoutInMinutes"],
|
|
2454
2182
|
};
|
|
2455
2183
|
}
|
|
2456
2184
|
export function managedClusterManagedOutboundIPProfileSerializer(item) {
|
|
2457
|
-
return { count: item["count"]
|
|
2185
|
+
return { count: item["count"] };
|
|
2458
2186
|
}
|
|
2459
2187
|
export function managedClusterManagedOutboundIPProfileDeserializer(item) {
|
|
2460
2188
|
return {
|
|
2461
2189
|
count: item["count"],
|
|
2462
|
-
countIPv6: item["countIPv6"],
|
|
2463
|
-
};
|
|
2464
|
-
}
|
|
2465
|
-
export function _managedClusterNATGatewayProfileOutboundIpPrefixesSerializer(item) {
|
|
2466
|
-
return {
|
|
2467
|
-
publicIPPrefixes: !item["publicIPPrefixes"]
|
|
2468
|
-
? item["publicIPPrefixes"]
|
|
2469
|
-
: item["publicIPPrefixes"].map((p) => {
|
|
2470
|
-
return p;
|
|
2471
|
-
}),
|
|
2472
|
-
};
|
|
2473
|
-
}
|
|
2474
|
-
export function _managedClusterNATGatewayProfileOutboundIpPrefixesDeserializer(item) {
|
|
2475
|
-
return {
|
|
2476
|
-
publicIPPrefixes: !item["publicIPPrefixes"]
|
|
2477
|
-
? item["publicIPPrefixes"]
|
|
2478
|
-
: item["publicIPPrefixes"].map((p) => {
|
|
2479
|
-
return p;
|
|
2480
|
-
}),
|
|
2481
|
-
};
|
|
2482
|
-
}
|
|
2483
|
-
export function _managedClusterNATGatewayProfileOutboundIPsSerializer(item) {
|
|
2484
|
-
return {
|
|
2485
|
-
publicIPs: !item["publicIPs"]
|
|
2486
|
-
? item["publicIPs"]
|
|
2487
|
-
: item["publicIPs"].map((p) => {
|
|
2488
|
-
return p;
|
|
2489
|
-
}),
|
|
2490
|
-
};
|
|
2491
|
-
}
|
|
2492
|
-
export function _managedClusterNATGatewayProfileOutboundIPsDeserializer(item) {
|
|
2493
|
-
return {
|
|
2494
|
-
publicIPs: !item["publicIPs"]
|
|
2495
|
-
? item["publicIPs"]
|
|
2496
|
-
: item["publicIPs"].map((p) => {
|
|
2497
|
-
return p;
|
|
2498
|
-
}),
|
|
2499
2190
|
};
|
|
2500
2191
|
}
|
|
2501
2192
|
export function managedClusterStaticEgressGatewayProfileSerializer(item) {
|
|
@@ -2514,66 +2205,6 @@ export var KnownIpFamily;
|
|
|
2514
2205
|
/** IPv6 family */
|
|
2515
2206
|
KnownIpFamily["IPv6"] = "IPv6";
|
|
2516
2207
|
})(KnownIpFamily || (KnownIpFamily = {}));
|
|
2517
|
-
/** Defines access to special link local addresses (Azure Instance Metadata Service, aka IMDS) for pods with hostNetwork=false. If not specified, the default is 'IMDS'. */
|
|
2518
|
-
export var KnownPodLinkLocalAccess;
|
|
2519
|
-
(function (KnownPodLinkLocalAccess) {
|
|
2520
|
-
/** Pods with hostNetwork=false can access Azure Instance Metadata Service (IMDS) without restriction. */
|
|
2521
|
-
KnownPodLinkLocalAccess["Imds"] = "IMDS";
|
|
2522
|
-
/** Pods with hostNetwork=false cannot access Azure Instance Metadata Service (IMDS). */
|
|
2523
|
-
KnownPodLinkLocalAccess["None"] = "None";
|
|
2524
|
-
})(KnownPodLinkLocalAccess || (KnownPodLinkLocalAccess = {}));
|
|
2525
|
-
export function containerServiceNetworkProfileKubeProxyConfigSerializer(item) {
|
|
2526
|
-
return {
|
|
2527
|
-
enabled: item["enabled"],
|
|
2528
|
-
mode: item["mode"],
|
|
2529
|
-
ipvsConfig: !item["ipvsConfig"]
|
|
2530
|
-
? item["ipvsConfig"]
|
|
2531
|
-
: containerServiceNetworkProfileKubeProxyConfigIpvsConfigSerializer(item["ipvsConfig"]),
|
|
2532
|
-
};
|
|
2533
|
-
}
|
|
2534
|
-
export function containerServiceNetworkProfileKubeProxyConfigDeserializer(item) {
|
|
2535
|
-
return {
|
|
2536
|
-
enabled: item["enabled"],
|
|
2537
|
-
mode: item["mode"],
|
|
2538
|
-
ipvsConfig: !item["ipvsConfig"]
|
|
2539
|
-
? item["ipvsConfig"]
|
|
2540
|
-
: containerServiceNetworkProfileKubeProxyConfigIpvsConfigDeserializer(item["ipvsConfig"]),
|
|
2541
|
-
};
|
|
2542
|
-
}
|
|
2543
|
-
/** Specify which proxy mode to use ('IPTABLES', 'IPVS' or 'NFTABLES') */
|
|
2544
|
-
export var KnownMode;
|
|
2545
|
-
(function (KnownMode) {
|
|
2546
|
-
/** IPTables proxy mode */
|
|
2547
|
-
KnownMode["Iptables"] = "IPTABLES";
|
|
2548
|
-
/** IPVS proxy mode. Must be using Kubernetes version >= 1.22. */
|
|
2549
|
-
KnownMode["Ipvs"] = "IPVS";
|
|
2550
|
-
/** NFTables proxy mode. Must be using Kubernetes version >= 1.33. */
|
|
2551
|
-
KnownMode["Nftables"] = "NFTABLES";
|
|
2552
|
-
})(KnownMode || (KnownMode = {}));
|
|
2553
|
-
export function containerServiceNetworkProfileKubeProxyConfigIpvsConfigSerializer(item) {
|
|
2554
|
-
return {
|
|
2555
|
-
scheduler: item["scheduler"],
|
|
2556
|
-
tcpTimeoutSeconds: item["tcpTimeoutSeconds"],
|
|
2557
|
-
tcpFinTimeoutSeconds: item["tcpFinTimeoutSeconds"],
|
|
2558
|
-
udpTimeoutSeconds: item["udpTimeoutSeconds"],
|
|
2559
|
-
};
|
|
2560
|
-
}
|
|
2561
|
-
export function containerServiceNetworkProfileKubeProxyConfigIpvsConfigDeserializer(item) {
|
|
2562
|
-
return {
|
|
2563
|
-
scheduler: item["scheduler"],
|
|
2564
|
-
tcpTimeoutSeconds: item["tcpTimeoutSeconds"],
|
|
2565
|
-
tcpFinTimeoutSeconds: item["tcpFinTimeoutSeconds"],
|
|
2566
|
-
udpTimeoutSeconds: item["udpTimeoutSeconds"],
|
|
2567
|
-
};
|
|
2568
|
-
}
|
|
2569
|
-
/** IPVS scheduler, for more information please see http://www.linuxvirtualserver.org/docs/scheduling.html. */
|
|
2570
|
-
export var KnownIpvsScheduler;
|
|
2571
|
-
(function (KnownIpvsScheduler) {
|
|
2572
|
-
/** Round Robin */
|
|
2573
|
-
KnownIpvsScheduler["RoundRobin"] = "RoundRobin";
|
|
2574
|
-
/** Least Connection */
|
|
2575
|
-
KnownIpvsScheduler["LeastConnection"] = "LeastConnection";
|
|
2576
|
-
})(KnownIpvsScheduler || (KnownIpvsScheduler = {}));
|
|
2577
2208
|
export function managedClusterAADProfileSerializer(item) {
|
|
2578
2209
|
return {
|
|
2579
2210
|
managed: item["managed"],
|
|
@@ -2831,11 +2462,6 @@ export function managedClusterHttpProxyConfigDeserializer(item) {
|
|
|
2831
2462
|
: item["noProxy"].map((p) => {
|
|
2832
2463
|
return p;
|
|
2833
2464
|
}),
|
|
2834
|
-
effectiveNoProxy: !item["effectiveNoProxy"]
|
|
2835
|
-
? item["effectiveNoProxy"]
|
|
2836
|
-
: item["effectiveNoProxy"].map((p) => {
|
|
2837
|
-
return p;
|
|
2838
|
-
}),
|
|
2839
2465
|
trustedCa: item["trustedCa"],
|
|
2840
2466
|
enabled: item["enabled"],
|
|
2841
2467
|
};
|
|
@@ -2848,29 +2474,17 @@ export function managedClusterSecurityProfileSerializer(item) {
|
|
|
2848
2474
|
azureKeyVaultKms: !item["azureKeyVaultKms"]
|
|
2849
2475
|
? item["azureKeyVaultKms"]
|
|
2850
2476
|
: azureKeyVaultKmsSerializer(item["azureKeyVaultKms"]),
|
|
2851
|
-
kubernetesResourceObjectEncryptionProfile: !item["kubernetesResourceObjectEncryptionProfile"]
|
|
2852
|
-
? item["kubernetesResourceObjectEncryptionProfile"]
|
|
2853
|
-
: kubernetesResourceObjectEncryptionProfileSerializer(item["kubernetesResourceObjectEncryptionProfile"]),
|
|
2854
2477
|
workloadIdentity: !item["workloadIdentity"]
|
|
2855
2478
|
? item["workloadIdentity"]
|
|
2856
2479
|
: managedClusterSecurityProfileWorkloadIdentitySerializer(item["workloadIdentity"]),
|
|
2857
2480
|
imageCleaner: !item["imageCleaner"]
|
|
2858
2481
|
? item["imageCleaner"]
|
|
2859
2482
|
: managedClusterSecurityProfileImageCleanerSerializer(item["imageCleaner"]),
|
|
2860
|
-
imageIntegrity: !item["imageIntegrity"]
|
|
2861
|
-
? item["imageIntegrity"]
|
|
2862
|
-
: managedClusterSecurityProfileImageIntegritySerializer(item["imageIntegrity"]),
|
|
2863
|
-
nodeRestriction: !item["nodeRestriction"]
|
|
2864
|
-
? item["nodeRestriction"]
|
|
2865
|
-
: managedClusterSecurityProfileNodeRestrictionSerializer(item["nodeRestriction"]),
|
|
2866
2483
|
customCATrustCertificates: !item["customCATrustCertificates"]
|
|
2867
2484
|
? item["customCATrustCertificates"]
|
|
2868
2485
|
: item["customCATrustCertificates"].map((p) => {
|
|
2869
2486
|
return uint8ArrayToString(p, "base64");
|
|
2870
2487
|
}),
|
|
2871
|
-
serviceAccountImagePullProfile: !item["serviceAccountImagePullProfile"]
|
|
2872
|
-
? item["serviceAccountImagePullProfile"]
|
|
2873
|
-
: serviceAccountImagePullProfileSerializer(item["serviceAccountImagePullProfile"]),
|
|
2874
2488
|
};
|
|
2875
2489
|
}
|
|
2876
2490
|
export function managedClusterSecurityProfileDeserializer(item) {
|
|
@@ -2881,29 +2495,17 @@ export function managedClusterSecurityProfileDeserializer(item) {
|
|
|
2881
2495
|
azureKeyVaultKms: !item["azureKeyVaultKms"]
|
|
2882
2496
|
? item["azureKeyVaultKms"]
|
|
2883
2497
|
: azureKeyVaultKmsDeserializer(item["azureKeyVaultKms"]),
|
|
2884
|
-
kubernetesResourceObjectEncryptionProfile: !item["kubernetesResourceObjectEncryptionProfile"]
|
|
2885
|
-
? item["kubernetesResourceObjectEncryptionProfile"]
|
|
2886
|
-
: kubernetesResourceObjectEncryptionProfileDeserializer(item["kubernetesResourceObjectEncryptionProfile"]),
|
|
2887
2498
|
workloadIdentity: !item["workloadIdentity"]
|
|
2888
2499
|
? item["workloadIdentity"]
|
|
2889
2500
|
: managedClusterSecurityProfileWorkloadIdentityDeserializer(item["workloadIdentity"]),
|
|
2890
2501
|
imageCleaner: !item["imageCleaner"]
|
|
2891
2502
|
? item["imageCleaner"]
|
|
2892
2503
|
: managedClusterSecurityProfileImageCleanerDeserializer(item["imageCleaner"]),
|
|
2893
|
-
imageIntegrity: !item["imageIntegrity"]
|
|
2894
|
-
? item["imageIntegrity"]
|
|
2895
|
-
: managedClusterSecurityProfileImageIntegrityDeserializer(item["imageIntegrity"]),
|
|
2896
|
-
nodeRestriction: !item["nodeRestriction"]
|
|
2897
|
-
? item["nodeRestriction"]
|
|
2898
|
-
: managedClusterSecurityProfileNodeRestrictionDeserializer(item["nodeRestriction"]),
|
|
2899
2504
|
customCATrustCertificates: !item["customCATrustCertificates"]
|
|
2900
2505
|
? item["customCATrustCertificates"]
|
|
2901
2506
|
: item["customCATrustCertificates"].map((p) => {
|
|
2902
2507
|
return typeof p === "string" ? stringToUint8Array(p, "base64") : p;
|
|
2903
2508
|
}),
|
|
2904
|
-
serviceAccountImagePullProfile: !item["serviceAccountImagePullProfile"]
|
|
2905
|
-
? item["serviceAccountImagePullProfile"]
|
|
2906
|
-
: serviceAccountImagePullProfileDeserializer(item["serviceAccountImagePullProfile"]),
|
|
2907
2509
|
};
|
|
2908
2510
|
}
|
|
2909
2511
|
export function managedClusterSecurityProfileDefenderSerializer(item) {
|
|
@@ -2912,9 +2514,6 @@ export function managedClusterSecurityProfileDefenderSerializer(item) {
|
|
|
2912
2514
|
securityMonitoring: !item["securityMonitoring"]
|
|
2913
2515
|
? item["securityMonitoring"]
|
|
2914
2516
|
: managedClusterSecurityProfileDefenderSecurityMonitoringSerializer(item["securityMonitoring"]),
|
|
2915
|
-
securityGating: !item["securityGating"]
|
|
2916
|
-
? item["securityGating"]
|
|
2917
|
-
: managedClusterSecurityProfileDefenderSecurityGatingSerializer(item["securityGating"]),
|
|
2918
2517
|
};
|
|
2919
2518
|
}
|
|
2920
2519
|
export function managedClusterSecurityProfileDefenderDeserializer(item) {
|
|
@@ -2923,9 +2522,6 @@ export function managedClusterSecurityProfileDefenderDeserializer(item) {
|
|
|
2923
2522
|
securityMonitoring: !item["securityMonitoring"]
|
|
2924
2523
|
? item["securityMonitoring"]
|
|
2925
2524
|
: managedClusterSecurityProfileDefenderSecurityMonitoringDeserializer(item["securityMonitoring"]),
|
|
2926
|
-
securityGating: !item["securityGating"]
|
|
2927
|
-
? item["securityGating"]
|
|
2928
|
-
: managedClusterSecurityProfileDefenderSecurityGatingDeserializer(item["securityGating"]),
|
|
2929
2525
|
};
|
|
2930
2526
|
}
|
|
2931
2527
|
export function managedClusterSecurityProfileDefenderSecurityMonitoringSerializer(item) {
|
|
@@ -2936,50 +2532,6 @@ export function managedClusterSecurityProfileDefenderSecurityMonitoringDeseriali
|
|
|
2936
2532
|
enabled: item["enabled"],
|
|
2937
2533
|
};
|
|
2938
2534
|
}
|
|
2939
|
-
export function managedClusterSecurityProfileDefenderSecurityGatingSerializer(item) {
|
|
2940
|
-
return {
|
|
2941
|
-
enabled: item["enabled"],
|
|
2942
|
-
identities: !item["identities"]
|
|
2943
|
-
? item["identities"]
|
|
2944
|
-
: managedClusterSecurityProfileDefenderSecurityGatingIdentitiesItemArraySerializer(item["identities"]),
|
|
2945
|
-
allowSecretAccess: item["allowSecretAccess"],
|
|
2946
|
-
};
|
|
2947
|
-
}
|
|
2948
|
-
export function managedClusterSecurityProfileDefenderSecurityGatingDeserializer(item) {
|
|
2949
|
-
return {
|
|
2950
|
-
enabled: item["enabled"],
|
|
2951
|
-
identities: !item["identities"]
|
|
2952
|
-
? item["identities"]
|
|
2953
|
-
: managedClusterSecurityProfileDefenderSecurityGatingIdentitiesItemArrayDeserializer(item["identities"]),
|
|
2954
|
-
allowSecretAccess: item["allowSecretAccess"],
|
|
2955
|
-
};
|
|
2956
|
-
}
|
|
2957
|
-
export function managedClusterSecurityProfileDefenderSecurityGatingIdentitiesItemArraySerializer(result) {
|
|
2958
|
-
return result.map((item) => {
|
|
2959
|
-
return managedClusterSecurityProfileDefenderSecurityGatingIdentitiesItemSerializer(item);
|
|
2960
|
-
});
|
|
2961
|
-
}
|
|
2962
|
-
export function managedClusterSecurityProfileDefenderSecurityGatingIdentitiesItemArrayDeserializer(result) {
|
|
2963
|
-
return result.map((item) => {
|
|
2964
|
-
return managedClusterSecurityProfileDefenderSecurityGatingIdentitiesItemDeserializer(item);
|
|
2965
|
-
});
|
|
2966
|
-
}
|
|
2967
|
-
export function managedClusterSecurityProfileDefenderSecurityGatingIdentitiesItemSerializer(item) {
|
|
2968
|
-
return {
|
|
2969
|
-
azureContainerRegistry: item["azureContainerRegistry"],
|
|
2970
|
-
identity: !item["identity"]
|
|
2971
|
-
? item["identity"]
|
|
2972
|
-
: userAssignedIdentitySerializer(item["identity"]),
|
|
2973
|
-
};
|
|
2974
|
-
}
|
|
2975
|
-
export function managedClusterSecurityProfileDefenderSecurityGatingIdentitiesItemDeserializer(item) {
|
|
2976
|
-
return {
|
|
2977
|
-
azureContainerRegistry: item["azureContainerRegistry"],
|
|
2978
|
-
identity: !item["identity"]
|
|
2979
|
-
? item["identity"]
|
|
2980
|
-
: userAssignedIdentityDeserializer(item["identity"]),
|
|
2981
|
-
};
|
|
2982
|
-
}
|
|
2983
2535
|
export function azureKeyVaultKmsSerializer(item) {
|
|
2984
2536
|
return {
|
|
2985
2537
|
enabled: item["enabled"],
|
|
@@ -3004,22 +2556,6 @@ export var KnownKeyVaultNetworkAccessTypes;
|
|
|
3004
2556
|
/** Key vault disables public access and enables private link. */
|
|
3005
2557
|
KnownKeyVaultNetworkAccessTypes["Private"] = "Private";
|
|
3006
2558
|
})(KnownKeyVaultNetworkAccessTypes || (KnownKeyVaultNetworkAccessTypes = {}));
|
|
3007
|
-
export function kubernetesResourceObjectEncryptionProfileSerializer(item) {
|
|
3008
|
-
return { infrastructureEncryption: item["infrastructureEncryption"] };
|
|
3009
|
-
}
|
|
3010
|
-
export function kubernetesResourceObjectEncryptionProfileDeserializer(item) {
|
|
3011
|
-
return {
|
|
3012
|
-
infrastructureEncryption: item["infrastructureEncryption"],
|
|
3013
|
-
};
|
|
3014
|
-
}
|
|
3015
|
-
/** Whether to enable encryption at rest of Kubernetes resource objects using service-managed keys. More information on this can be found under https://aka.ms/aks/kubernetesResourceObjectEncryption. */
|
|
3016
|
-
export var KnownInfrastructureEncryption;
|
|
3017
|
-
(function (KnownInfrastructureEncryption) {
|
|
3018
|
-
/** Encryption at rest of Kubernetes resource objects using service-managed keys is enabled. More information on this can be found under https://aka.ms/aks/kubernetesResourceObjectEncryption. */
|
|
3019
|
-
KnownInfrastructureEncryption["Enabled"] = "Enabled";
|
|
3020
|
-
/** Encryption at rest of Kubernetes resource objects using service-managed keys is disabled. More information on this can be found under https://aka.ms/aks/kubernetesResourceObjectEncryption. */
|
|
3021
|
-
KnownInfrastructureEncryption["Disabled"] = "Disabled";
|
|
3022
|
-
})(KnownInfrastructureEncryption || (KnownInfrastructureEncryption = {}));
|
|
3023
2559
|
export function managedClusterSecurityProfileWorkloadIdentitySerializer(item) {
|
|
3024
2560
|
return { enabled: item["enabled"] };
|
|
3025
2561
|
}
|
|
@@ -3037,31 +2573,6 @@ export function managedClusterSecurityProfileImageCleanerDeserializer(item) {
|
|
|
3037
2573
|
intervalHours: item["intervalHours"],
|
|
3038
2574
|
};
|
|
3039
2575
|
}
|
|
3040
|
-
export function managedClusterSecurityProfileImageIntegritySerializer(item) {
|
|
3041
|
-
return { enabled: item["enabled"] };
|
|
3042
|
-
}
|
|
3043
|
-
export function managedClusterSecurityProfileImageIntegrityDeserializer(item) {
|
|
3044
|
-
return {
|
|
3045
|
-
enabled: item["enabled"],
|
|
3046
|
-
};
|
|
3047
|
-
}
|
|
3048
|
-
export function managedClusterSecurityProfileNodeRestrictionSerializer(item) {
|
|
3049
|
-
return { enabled: item["enabled"] };
|
|
3050
|
-
}
|
|
3051
|
-
export function managedClusterSecurityProfileNodeRestrictionDeserializer(item) {
|
|
3052
|
-
return {
|
|
3053
|
-
enabled: item["enabled"],
|
|
3054
|
-
};
|
|
3055
|
-
}
|
|
3056
|
-
export function serviceAccountImagePullProfileSerializer(item) {
|
|
3057
|
-
return { enabled: item["enabled"], defaultManagedIdentityId: item["defaultManagedIdentityId"] };
|
|
3058
|
-
}
|
|
3059
|
-
export function serviceAccountImagePullProfileDeserializer(item) {
|
|
3060
|
-
return {
|
|
3061
|
-
enabled: item["enabled"],
|
|
3062
|
-
defaultManagedIdentityId: item["defaultManagedIdentityId"],
|
|
3063
|
-
};
|
|
3064
|
-
}
|
|
3065
2576
|
export function managedClusterStorageProfileSerializer(item) {
|
|
3066
2577
|
return {
|
|
3067
2578
|
diskCSIDriver: !item["diskCSIDriver"]
|
|
@@ -3095,12 +2606,11 @@ export function managedClusterStorageProfileDeserializer(item) {
|
|
|
3095
2606
|
};
|
|
3096
2607
|
}
|
|
3097
2608
|
export function managedClusterStorageProfileDiskCSIDriverSerializer(item) {
|
|
3098
|
-
return { enabled: item["enabled"]
|
|
2609
|
+
return { enabled: item["enabled"] };
|
|
3099
2610
|
}
|
|
3100
2611
|
export function managedClusterStorageProfileDiskCSIDriverDeserializer(item) {
|
|
3101
2612
|
return {
|
|
3102
2613
|
enabled: item["enabled"],
|
|
3103
|
-
version: item["version"],
|
|
3104
2614
|
};
|
|
3105
2615
|
}
|
|
3106
2616
|
export function managedClusterStorageProfileFileCSIDriverSerializer(item) {
|
|
@@ -3135,9 +2645,6 @@ export function managedClusterIngressProfileSerializer(item) {
|
|
|
3135
2645
|
gatewayAPI: !item["gatewayAPI"]
|
|
3136
2646
|
? item["gatewayAPI"]
|
|
3137
2647
|
: managedClusterIngressProfileGatewayConfigurationSerializer(item["gatewayAPI"]),
|
|
3138
|
-
applicationLoadBalancer: !item["applicationLoadBalancer"]
|
|
3139
|
-
? item["applicationLoadBalancer"]
|
|
3140
|
-
: managedClusterIngressProfileApplicationLoadBalancerSerializer(item["applicationLoadBalancer"]),
|
|
3141
2648
|
};
|
|
3142
2649
|
}
|
|
3143
2650
|
export function managedClusterIngressProfileDeserializer(item) {
|
|
@@ -3148,9 +2655,6 @@ export function managedClusterIngressProfileDeserializer(item) {
|
|
|
3148
2655
|
gatewayAPI: !item["gatewayAPI"]
|
|
3149
2656
|
? item["gatewayAPI"]
|
|
3150
2657
|
: managedClusterIngressProfileGatewayConfigurationDeserializer(item["gatewayAPI"]),
|
|
3151
|
-
applicationLoadBalancer: !item["applicationLoadBalancer"]
|
|
3152
|
-
? item["applicationLoadBalancer"]
|
|
3153
|
-
: managedClusterIngressProfileApplicationLoadBalancerDeserializer(item["applicationLoadBalancer"]),
|
|
3154
2658
|
};
|
|
3155
2659
|
}
|
|
3156
2660
|
export function managedClusterIngressProfileWebAppRoutingSerializer(item) {
|
|
@@ -3167,9 +2671,6 @@ export function managedClusterIngressProfileWebAppRoutingSerializer(item) {
|
|
|
3167
2671
|
nginx: !item["nginx"]
|
|
3168
2672
|
? item["nginx"]
|
|
3169
2673
|
: managedClusterIngressProfileNginxSerializer(item["nginx"]),
|
|
3170
|
-
defaultDomain: !item["defaultDomain"]
|
|
3171
|
-
? item["defaultDomain"]
|
|
3172
|
-
: managedClusterIngressDefaultDomainProfileSerializer(item["defaultDomain"]),
|
|
3173
2674
|
};
|
|
3174
2675
|
}
|
|
3175
2676
|
export function managedClusterIngressProfileWebAppRoutingDeserializer(item) {
|
|
@@ -3189,9 +2690,6 @@ export function managedClusterIngressProfileWebAppRoutingDeserializer(item) {
|
|
|
3189
2690
|
identity: !item["identity"]
|
|
3190
2691
|
? item["identity"]
|
|
3191
2692
|
: userAssignedIdentityDeserializer(item["identity"]),
|
|
3192
|
-
defaultDomain: !item["defaultDomain"]
|
|
3193
|
-
? item["defaultDomain"]
|
|
3194
|
-
: managedClusterIngressDefaultDomainProfileDeserializer(item["defaultDomain"]),
|
|
3195
2693
|
};
|
|
3196
2694
|
}
|
|
3197
2695
|
export function managedClusterWebAppRoutingGatewayAPIImplementationsSerializer(item) {
|
|
@@ -3244,15 +2742,6 @@ export var KnownNginxIngressControllerType;
|
|
|
3244
2742
|
/** The default Ingress Controller will not be created. It will not be deleted by the system if it exists. Users should delete the default NginxIngressController Custom Resource manually if desired. */
|
|
3245
2743
|
KnownNginxIngressControllerType["None"] = "None";
|
|
3246
2744
|
})(KnownNginxIngressControllerType || (KnownNginxIngressControllerType = {}));
|
|
3247
|
-
export function managedClusterIngressDefaultDomainProfileSerializer(item) {
|
|
3248
|
-
return { enabled: item["enabled"] };
|
|
3249
|
-
}
|
|
3250
|
-
export function managedClusterIngressDefaultDomainProfileDeserializer(item) {
|
|
3251
|
-
return {
|
|
3252
|
-
enabled: item["enabled"],
|
|
3253
|
-
domainName: item["domainName"],
|
|
3254
|
-
};
|
|
3255
|
-
}
|
|
3256
2745
|
export function managedClusterIngressProfileGatewayConfigurationSerializer(item) {
|
|
3257
2746
|
return { installation: item["installation"] };
|
|
3258
2747
|
}
|
|
@@ -3266,20 +2755,9 @@ export var KnownManagedGatewayType;
|
|
|
3266
2755
|
(function (KnownManagedGatewayType) {
|
|
3267
2756
|
/** Gateway API CRDs will not be reconciled on your cluster. */
|
|
3268
2757
|
KnownManagedGatewayType["Disabled"] = "Disabled";
|
|
3269
|
-
/**
|
|
2758
|
+
/** Gateway API CRDs from the standard release channel will be reconciled onto your cluster. See https://aka.ms/gateway-api-versions to see which bundle will be installed for your Kubernetes version. */
|
|
3270
2759
|
KnownManagedGatewayType["Standard"] = "Standard";
|
|
3271
2760
|
})(KnownManagedGatewayType || (KnownManagedGatewayType = {}));
|
|
3272
|
-
export function managedClusterIngressProfileApplicationLoadBalancerSerializer(item) {
|
|
3273
|
-
return { enabled: item["enabled"] };
|
|
3274
|
-
}
|
|
3275
|
-
export function managedClusterIngressProfileApplicationLoadBalancerDeserializer(item) {
|
|
3276
|
-
return {
|
|
3277
|
-
enabled: item["enabled"],
|
|
3278
|
-
identity: !item["identity"]
|
|
3279
|
-
? item["identity"]
|
|
3280
|
-
: userAssignedIdentityDeserializer(item["identity"]),
|
|
3281
|
-
};
|
|
3282
|
-
}
|
|
3283
2761
|
/** PublicNetworkAccess of the managedCluster. Allow or deny public network access for AKS */
|
|
3284
2762
|
export var KnownPublicNetworkAccess;
|
|
3285
2763
|
(function (KnownPublicNetworkAccess) {
|
|
@@ -3287,8 +2765,6 @@ export var KnownPublicNetworkAccess;
|
|
|
3287
2765
|
KnownPublicNetworkAccess["Enabled"] = "Enabled";
|
|
3288
2766
|
/** Inbound traffic to managedCluster is disabled, traffic from managedCluster is allowed. */
|
|
3289
2767
|
KnownPublicNetworkAccess["Disabled"] = "Disabled";
|
|
3290
|
-
/** Inbound/Outbound traffic is managed by Microsoft.Network/NetworkSecurityPerimeters. */
|
|
3291
|
-
KnownPublicNetworkAccess["SecuredByPerimeter"] = "SecuredByPerimeter";
|
|
3292
2768
|
})(KnownPublicNetworkAccess || (KnownPublicNetworkAccess = {}));
|
|
3293
2769
|
export function managedClusterWorkloadAutoScalerProfileSerializer(item) {
|
|
3294
2770
|
return {
|
|
@@ -3319,30 +2795,18 @@ export function managedClusterWorkloadAutoScalerProfileKedaDeserializer(item) {
|
|
|
3319
2795
|
};
|
|
3320
2796
|
}
|
|
3321
2797
|
export function managedClusterWorkloadAutoScalerProfileVerticalPodAutoscalerSerializer(item) {
|
|
3322
|
-
return { enabled: item["enabled"]
|
|
2798
|
+
return { enabled: item["enabled"] };
|
|
3323
2799
|
}
|
|
3324
2800
|
export function managedClusterWorkloadAutoScalerProfileVerticalPodAutoscalerDeserializer(item) {
|
|
3325
2801
|
return {
|
|
3326
2802
|
enabled: item["enabled"],
|
|
3327
|
-
addonAutoscaling: item["addonAutoscaling"],
|
|
3328
2803
|
};
|
|
3329
2804
|
}
|
|
3330
|
-
/** Whether VPA add-on is enabled and configured to scale AKS-managed add-ons. */
|
|
3331
|
-
export var KnownAddonAutoscaling;
|
|
3332
|
-
(function (KnownAddonAutoscaling) {
|
|
3333
|
-
/** Feature to autoscale AKS-managed add-ons is enabled. The default VPA update mode is Initial mode. */
|
|
3334
|
-
KnownAddonAutoscaling["Enabled"] = "Enabled";
|
|
3335
|
-
/** Feature to autoscale AKS-managed add-ons is disabled. */
|
|
3336
|
-
KnownAddonAutoscaling["Disabled"] = "Disabled";
|
|
3337
|
-
})(KnownAddonAutoscaling || (KnownAddonAutoscaling = {}));
|
|
3338
2805
|
export function managedClusterAzureMonitorProfileSerializer(item) {
|
|
3339
2806
|
return {
|
|
3340
2807
|
metrics: !item["metrics"]
|
|
3341
2808
|
? item["metrics"]
|
|
3342
2809
|
: managedClusterAzureMonitorProfileMetricsSerializer(item["metrics"]),
|
|
3343
|
-
containerInsights: !item["containerInsights"]
|
|
3344
|
-
? item["containerInsights"]
|
|
3345
|
-
: managedClusterAzureMonitorProfileContainerInsightsSerializer(item["containerInsights"]),
|
|
3346
2810
|
appMonitoring: !item["appMonitoring"]
|
|
3347
2811
|
? item["appMonitoring"]
|
|
3348
2812
|
: managedClusterAzureMonitorProfileAppMonitoringSerializer(item["appMonitoring"]),
|
|
@@ -3353,9 +2817,6 @@ export function managedClusterAzureMonitorProfileDeserializer(item) {
|
|
|
3353
2817
|
metrics: !item["metrics"]
|
|
3354
2818
|
? item["metrics"]
|
|
3355
2819
|
: managedClusterAzureMonitorProfileMetricsDeserializer(item["metrics"]),
|
|
3356
|
-
containerInsights: !item["containerInsights"]
|
|
3357
|
-
? item["containerInsights"]
|
|
3358
|
-
: managedClusterAzureMonitorProfileContainerInsightsDeserializer(item["containerInsights"]),
|
|
3359
2820
|
appMonitoring: !item["appMonitoring"]
|
|
3360
2821
|
? item["appMonitoring"]
|
|
3361
2822
|
: managedClusterAzureMonitorProfileAppMonitoringDeserializer(item["appMonitoring"]),
|
|
@@ -3389,45 +2850,11 @@ export function managedClusterAzureMonitorProfileKubeStateMetricsDeserializer(it
|
|
|
3389
2850
|
metricAnnotationsAllowList: item["metricAnnotationsAllowList"],
|
|
3390
2851
|
};
|
|
3391
2852
|
}
|
|
3392
|
-
export function managedClusterAzureMonitorProfileContainerInsightsSerializer(item) {
|
|
3393
|
-
return {
|
|
3394
|
-
enabled: item["enabled"],
|
|
3395
|
-
logAnalyticsWorkspaceResourceId: item["logAnalyticsWorkspaceResourceId"],
|
|
3396
|
-
syslogPort: item["syslogPort"],
|
|
3397
|
-
disableCustomMetrics: item["disableCustomMetrics"],
|
|
3398
|
-
disablePrometheusMetricsScraping: item["disablePrometheusMetricsScraping"],
|
|
3399
|
-
containerNetworkLogs: item["containerNetworkLogs"],
|
|
3400
|
-
};
|
|
3401
|
-
}
|
|
3402
|
-
export function managedClusterAzureMonitorProfileContainerInsightsDeserializer(item) {
|
|
3403
|
-
return {
|
|
3404
|
-
enabled: item["enabled"],
|
|
3405
|
-
logAnalyticsWorkspaceResourceId: item["logAnalyticsWorkspaceResourceId"],
|
|
3406
|
-
syslogPort: item["syslogPort"],
|
|
3407
|
-
disableCustomMetrics: item["disableCustomMetrics"],
|
|
3408
|
-
disablePrometheusMetricsScraping: item["disablePrometheusMetricsScraping"],
|
|
3409
|
-
containerNetworkLogs: item["containerNetworkLogs"],
|
|
3410
|
-
};
|
|
3411
|
-
}
|
|
3412
|
-
/** Configures container network logs ingestion with Azure Monitor. Which network logs to ingest is controlled by the CRD found in the following links. No network logs are ingested by default. More information on container network logs can be found at https://aka.ms/ContainerNetworkLogsDoc. More information on configuring container network log can be found at https://aka.ms/acns/howtoenablecnl. If not specified, the default is Disabled. */
|
|
3413
|
-
export var KnownContainerNetworkLogs;
|
|
3414
|
-
(function (KnownContainerNetworkLogs) {
|
|
3415
|
-
/** Azure monitor ingestion of container network logs is disabled */
|
|
3416
|
-
KnownContainerNetworkLogs["Disabled"] = "Disabled";
|
|
3417
|
-
/** Azure monitor ingestion of container network logs is enabled */
|
|
3418
|
-
KnownContainerNetworkLogs["Enabled"] = "Enabled";
|
|
3419
|
-
})(KnownContainerNetworkLogs || (KnownContainerNetworkLogs = {}));
|
|
3420
2853
|
export function managedClusterAzureMonitorProfileAppMonitoringSerializer(item) {
|
|
3421
2854
|
return {
|
|
3422
2855
|
autoInstrumentation: !item["autoInstrumentation"]
|
|
3423
2856
|
? item["autoInstrumentation"]
|
|
3424
2857
|
: managedClusterAzureMonitorProfileAppMonitoringAutoInstrumentationSerializer(item["autoInstrumentation"]),
|
|
3425
|
-
openTelemetryMetrics: !item["openTelemetryMetrics"]
|
|
3426
|
-
? item["openTelemetryMetrics"]
|
|
3427
|
-
: managedClusterAzureMonitorProfileAppMonitoringOpenTelemetryMetricsSerializer(item["openTelemetryMetrics"]),
|
|
3428
|
-
openTelemetryLogs: !item["openTelemetryLogs"]
|
|
3429
|
-
? item["openTelemetryLogs"]
|
|
3430
|
-
: managedClusterAzureMonitorProfileAppMonitoringOpenTelemetryLogsSerializer(item["openTelemetryLogs"]),
|
|
3431
2858
|
};
|
|
3432
2859
|
}
|
|
3433
2860
|
export function managedClusterAzureMonitorProfileAppMonitoringDeserializer(item) {
|
|
@@ -3435,12 +2862,6 @@ export function managedClusterAzureMonitorProfileAppMonitoringDeserializer(item)
|
|
|
3435
2862
|
autoInstrumentation: !item["autoInstrumentation"]
|
|
3436
2863
|
? item["autoInstrumentation"]
|
|
3437
2864
|
: managedClusterAzureMonitorProfileAppMonitoringAutoInstrumentationDeserializer(item["autoInstrumentation"]),
|
|
3438
|
-
openTelemetryMetrics: !item["openTelemetryMetrics"]
|
|
3439
|
-
? item["openTelemetryMetrics"]
|
|
3440
|
-
: managedClusterAzureMonitorProfileAppMonitoringOpenTelemetryMetricsDeserializer(item["openTelemetryMetrics"]),
|
|
3441
|
-
openTelemetryLogs: !item["openTelemetryLogs"]
|
|
3442
|
-
? item["openTelemetryLogs"]
|
|
3443
|
-
: managedClusterAzureMonitorProfileAppMonitoringOpenTelemetryLogsDeserializer(item["openTelemetryLogs"]),
|
|
3444
2865
|
};
|
|
3445
2866
|
}
|
|
3446
2867
|
export function managedClusterAzureMonitorProfileAppMonitoringAutoInstrumentationSerializer(item) {
|
|
@@ -3451,24 +2872,6 @@ export function managedClusterAzureMonitorProfileAppMonitoringAutoInstrumentatio
|
|
|
3451
2872
|
enabled: item["enabled"],
|
|
3452
2873
|
};
|
|
3453
2874
|
}
|
|
3454
|
-
export function managedClusterAzureMonitorProfileAppMonitoringOpenTelemetryMetricsSerializer(item) {
|
|
3455
|
-
return { enabled: item["enabled"], port: item["port"] };
|
|
3456
|
-
}
|
|
3457
|
-
export function managedClusterAzureMonitorProfileAppMonitoringOpenTelemetryMetricsDeserializer(item) {
|
|
3458
|
-
return {
|
|
3459
|
-
enabled: item["enabled"],
|
|
3460
|
-
port: item["port"],
|
|
3461
|
-
};
|
|
3462
|
-
}
|
|
3463
|
-
export function managedClusterAzureMonitorProfileAppMonitoringOpenTelemetryLogsSerializer(item) {
|
|
3464
|
-
return { enabled: item["enabled"], port: item["port"] };
|
|
3465
|
-
}
|
|
3466
|
-
export function managedClusterAzureMonitorProfileAppMonitoringOpenTelemetryLogsDeserializer(item) {
|
|
3467
|
-
return {
|
|
3468
|
-
enabled: item["enabled"],
|
|
3469
|
-
port: item["port"],
|
|
3470
|
-
};
|
|
3471
|
-
}
|
|
3472
2875
|
export function serviceMeshProfileSerializer(item) {
|
|
3473
2876
|
return {
|
|
3474
2877
|
mode: item["mode"],
|
|
@@ -3709,72 +3112,22 @@ export function managedClusterAIToolchainOperatorProfileDeserializer(item) {
|
|
|
3709
3112
|
enabled: item["enabled"],
|
|
3710
3113
|
};
|
|
3711
3114
|
}
|
|
3712
|
-
export function schedulerProfileSerializer(item) {
|
|
3713
|
-
return {
|
|
3714
|
-
schedulerInstanceProfiles: !item["schedulerInstanceProfiles"]
|
|
3715
|
-
? item["schedulerInstanceProfiles"]
|
|
3716
|
-
: schedulerProfileSchedulerInstanceProfilesSerializer(item["schedulerInstanceProfiles"]),
|
|
3717
|
-
};
|
|
3718
|
-
}
|
|
3719
|
-
export function schedulerProfileDeserializer(item) {
|
|
3720
|
-
return {
|
|
3721
|
-
schedulerInstanceProfiles: !item["schedulerInstanceProfiles"]
|
|
3722
|
-
? item["schedulerInstanceProfiles"]
|
|
3723
|
-
: schedulerProfileSchedulerInstanceProfilesDeserializer(item["schedulerInstanceProfiles"]),
|
|
3724
|
-
};
|
|
3725
|
-
}
|
|
3726
|
-
export function schedulerProfileSchedulerInstanceProfilesSerializer(item) {
|
|
3727
|
-
return {
|
|
3728
|
-
upstream: !item["upstream"]
|
|
3729
|
-
? item["upstream"]
|
|
3730
|
-
: schedulerInstanceProfileSerializer(item["upstream"]),
|
|
3731
|
-
};
|
|
3732
|
-
}
|
|
3733
|
-
export function schedulerProfileSchedulerInstanceProfilesDeserializer(item) {
|
|
3734
|
-
return {
|
|
3735
|
-
upstream: !item["upstream"]
|
|
3736
|
-
? item["upstream"]
|
|
3737
|
-
: schedulerInstanceProfileDeserializer(item["upstream"]),
|
|
3738
|
-
};
|
|
3739
|
-
}
|
|
3740
|
-
export function schedulerInstanceProfileSerializer(item) {
|
|
3741
|
-
return { schedulerConfigMode: item["schedulerConfigMode"] };
|
|
3742
|
-
}
|
|
3743
|
-
export function schedulerInstanceProfileDeserializer(item) {
|
|
3744
|
-
return {
|
|
3745
|
-
schedulerConfigMode: item["schedulerConfigMode"],
|
|
3746
|
-
};
|
|
3747
|
-
}
|
|
3748
|
-
/** The config customization mode for this scheduler instance. */
|
|
3749
|
-
export var KnownSchedulerConfigMode;
|
|
3750
|
-
(function (KnownSchedulerConfigMode) {
|
|
3751
|
-
/** No config customization. Use default configuration. */
|
|
3752
|
-
KnownSchedulerConfigMode["Default"] = "Default";
|
|
3753
|
-
/** Enable config customization. Customer can specify scheduler configuration via a CRD. See aka.ms/aks/scheduler-crd for details. */
|
|
3754
|
-
KnownSchedulerConfigMode["ManagedByCRD"] = "ManagedByCRD";
|
|
3755
|
-
})(KnownSchedulerConfigMode || (KnownSchedulerConfigMode = {}));
|
|
3756
3115
|
export function managedClusterHostedSystemProfileSerializer(item) {
|
|
3757
|
-
return { enabled: item["enabled"] };
|
|
3758
|
-
}
|
|
3759
|
-
export function managedClusterHostedSystemProfileDeserializer(item) {
|
|
3760
3116
|
return {
|
|
3761
3117
|
enabled: item["enabled"],
|
|
3118
|
+
systemNodeSubnetID: item["systemNodeSubnetID"],
|
|
3119
|
+
nodeSubnetID: item["nodeSubnetID"],
|
|
3762
3120
|
};
|
|
3763
3121
|
}
|
|
3764
|
-
export function
|
|
3765
|
-
return {
|
|
3766
|
-
enableContinuousControlPlaneAndAddonMonitor: item["enableContinuousControlPlaneAndAddonMonitor"],
|
|
3767
|
-
enableOnDemandMonitor: item["enableOnDemandMonitor"],
|
|
3768
|
-
};
|
|
3769
|
-
}
|
|
3770
|
-
export function managedClusterHealthMonitorProfileDeserializer(item) {
|
|
3122
|
+
export function managedClusterHostedSystemProfileDeserializer(item) {
|
|
3771
3123
|
return {
|
|
3772
|
-
|
|
3773
|
-
|
|
3124
|
+
enabled: item["enabled"],
|
|
3125
|
+
systemNodeSubnetID: item["systemNodeSubnetID"],
|
|
3126
|
+
nodeSubnetID: item["nodeSubnetID"],
|
|
3774
3127
|
};
|
|
3775
3128
|
}
|
|
3776
|
-
export function managedClusterStatusSerializer(
|
|
3777
|
-
return
|
|
3129
|
+
export function managedClusterStatusSerializer(_item) {
|
|
3130
|
+
return {};
|
|
3778
3131
|
}
|
|
3779
3132
|
export function managedClusterStatusDeserializer(item) {
|
|
3780
3133
|
return {
|
|
@@ -3907,8 +3260,8 @@ export function managedServiceIdentityUserAssignedIdentitiesValueRecordDeseriali
|
|
|
3907
3260
|
});
|
|
3908
3261
|
return result;
|
|
3909
3262
|
}
|
|
3910
|
-
export function managedServiceIdentityUserAssignedIdentitiesValueSerializer(
|
|
3911
|
-
return
|
|
3263
|
+
export function managedServiceIdentityUserAssignedIdentitiesValueSerializer(_item) {
|
|
3264
|
+
return {};
|
|
3912
3265
|
}
|
|
3913
3266
|
export function managedServiceIdentityUserAssignedIdentitiesValueDeserializer(item) {
|
|
3914
3267
|
return {
|
|
@@ -4066,15 +3419,6 @@ export function endpointDetailDeserializer(item) {
|
|
|
4066
3419
|
description: item["description"],
|
|
4067
3420
|
};
|
|
4068
3421
|
}
|
|
4069
|
-
export function rebalanceLoadBalancersRequestBodySerializer(item) {
|
|
4070
|
-
return {
|
|
4071
|
-
loadBalancerNames: !item["loadBalancerNames"]
|
|
4072
|
-
? item["loadBalancerNames"]
|
|
4073
|
-
: item["loadBalancerNames"].map((p) => {
|
|
4074
|
-
return p;
|
|
4075
|
-
}),
|
|
4076
|
-
};
|
|
4077
|
-
}
|
|
4078
3422
|
export function managedClusterUpgradeProfileDeserializer(item) {
|
|
4079
3423
|
return {
|
|
4080
3424
|
id: item["id"],
|
|
@@ -4100,9 +3444,6 @@ export function managedClusterPoolUpgradeProfileDeserializer(item) {
|
|
|
4100
3444
|
upgrades: !item["upgrades"]
|
|
4101
3445
|
? item["upgrades"]
|
|
4102
3446
|
: managedClusterPoolUpgradeProfileUpgradesItemArrayDeserializer(item["upgrades"]),
|
|
4103
|
-
componentsByReleases: !item["componentsByReleases"]
|
|
4104
|
-
? item["componentsByReleases"]
|
|
4105
|
-
: componentsByReleaseArrayDeserializer(item["componentsByReleases"]),
|
|
4106
3447
|
};
|
|
4107
3448
|
}
|
|
4108
3449
|
export function managedClusterPoolUpgradeProfileUpgradesItemArrayDeserializer(result) {
|
|
@@ -4114,7 +3455,6 @@ export function managedClusterPoolUpgradeProfileUpgradesItemDeserializer(item) {
|
|
|
4114
3455
|
return {
|
|
4115
3456
|
kubernetesVersion: item["kubernetesVersion"],
|
|
4116
3457
|
isPreview: item["isPreview"],
|
|
4117
|
-
isOutOfSupport: item["isOutOfSupport"],
|
|
4118
3458
|
};
|
|
4119
3459
|
}
|
|
4120
3460
|
export function managedClusterPoolUpgradeProfileArrayDeserializer(result) {
|
|
@@ -4122,7 +3462,7 @@ export function managedClusterPoolUpgradeProfileArrayDeserializer(result) {
|
|
|
4122
3462
|
return managedClusterPoolUpgradeProfileDeserializer(item);
|
|
4123
3463
|
});
|
|
4124
3464
|
}
|
|
4125
|
-
export function
|
|
3465
|
+
export function meshRevisionProfileDeserializer(item) {
|
|
4126
3466
|
return {
|
|
4127
3467
|
id: item["id"],
|
|
4128
3468
|
name: item["name"],
|
|
@@ -4130,114 +3470,42 @@ export function guardrailsAvailableVersionDeserializer(item) {
|
|
|
4130
3470
|
systemData: !item["systemData"]
|
|
4131
3471
|
? item["systemData"]
|
|
4132
3472
|
: systemDataDeserializer(item["systemData"]),
|
|
4133
|
-
properties:
|
|
3473
|
+
properties: !item["properties"]
|
|
3474
|
+
? item["properties"]
|
|
3475
|
+
: meshRevisionProfilePropertiesDeserializer(item["properties"]),
|
|
4134
3476
|
};
|
|
4135
3477
|
}
|
|
4136
|
-
export function
|
|
3478
|
+
export function meshRevisionProfilePropertiesDeserializer(item) {
|
|
4137
3479
|
return {
|
|
4138
|
-
|
|
4139
|
-
|
|
3480
|
+
meshRevisions: !item["meshRevisions"]
|
|
3481
|
+
? item["meshRevisions"]
|
|
3482
|
+
: meshRevisionArrayDeserializer(item["meshRevisions"]),
|
|
4140
3483
|
};
|
|
4141
3484
|
}
|
|
4142
|
-
|
|
4143
|
-
|
|
4144
|
-
|
|
4145
|
-
|
|
4146
|
-
|
|
4147
|
-
|
|
4148
|
-
KnownGuardrailsSupport["Stable"] = "Stable";
|
|
4149
|
-
})(KnownGuardrailsSupport || (KnownGuardrailsSupport = {}));
|
|
4150
|
-
export function _guardrailsAvailableVersionsListDeserializer(item) {
|
|
3485
|
+
export function meshRevisionArrayDeserializer(result) {
|
|
3486
|
+
return result.map((item) => {
|
|
3487
|
+
return meshRevisionDeserializer(item);
|
|
3488
|
+
});
|
|
3489
|
+
}
|
|
3490
|
+
export function meshRevisionDeserializer(item) {
|
|
4151
3491
|
return {
|
|
4152
|
-
|
|
4153
|
-
|
|
3492
|
+
revision: item["revision"],
|
|
3493
|
+
upgrades: !item["upgrades"]
|
|
3494
|
+
? item["upgrades"]
|
|
3495
|
+
: item["upgrades"].map((p) => {
|
|
3496
|
+
return p;
|
|
3497
|
+
}),
|
|
3498
|
+
compatibleWith: !item["compatibleWith"]
|
|
3499
|
+
? item["compatibleWith"]
|
|
3500
|
+
: compatibleVersionsArrayDeserializer(item["compatibleWith"]),
|
|
4154
3501
|
};
|
|
4155
3502
|
}
|
|
4156
|
-
export function
|
|
3503
|
+
export function compatibleVersionsArrayDeserializer(result) {
|
|
4157
3504
|
return result.map((item) => {
|
|
4158
|
-
return
|
|
3505
|
+
return compatibleVersionsDeserializer(item);
|
|
4159
3506
|
});
|
|
4160
3507
|
}
|
|
4161
|
-
export function
|
|
4162
|
-
return {
|
|
4163
|
-
id: item["id"],
|
|
4164
|
-
name: item["name"],
|
|
4165
|
-
type: item["type"],
|
|
4166
|
-
systemData: !item["systemData"]
|
|
4167
|
-
? item["systemData"]
|
|
4168
|
-
: systemDataDeserializer(item["systemData"]),
|
|
4169
|
-
properties: safeguardsAvailableVersionsPropertiesDeserializer(item["properties"]),
|
|
4170
|
-
};
|
|
4171
|
-
}
|
|
4172
|
-
export function safeguardsAvailableVersionsPropertiesDeserializer(item) {
|
|
4173
|
-
return {
|
|
4174
|
-
isDefaultVersion: item["isDefaultVersion"],
|
|
4175
|
-
support: item["support"],
|
|
4176
|
-
};
|
|
4177
|
-
}
|
|
4178
|
-
/** Whether the version is preview or stable. */
|
|
4179
|
-
export var KnownSafeguardsSupport;
|
|
4180
|
-
(function (KnownSafeguardsSupport) {
|
|
4181
|
-
/** The version is preview. It is not recommended to use preview versions on critical production clusters. The preview version may not support all use-cases. */
|
|
4182
|
-
KnownSafeguardsSupport["Preview"] = "Preview";
|
|
4183
|
-
/** The version is stable and can be used on critical production clusters. */
|
|
4184
|
-
KnownSafeguardsSupport["Stable"] = "Stable";
|
|
4185
|
-
})(KnownSafeguardsSupport || (KnownSafeguardsSupport = {}));
|
|
4186
|
-
export function _safeguardsAvailableVersionsListDeserializer(item) {
|
|
4187
|
-
return {
|
|
4188
|
-
value: safeguardsAvailableVersionArrayDeserializer(item["value"]),
|
|
4189
|
-
nextLink: item["nextLink"],
|
|
4190
|
-
};
|
|
4191
|
-
}
|
|
4192
|
-
export function safeguardsAvailableVersionArrayDeserializer(result) {
|
|
4193
|
-
return result.map((item) => {
|
|
4194
|
-
return safeguardsAvailableVersionDeserializer(item);
|
|
4195
|
-
});
|
|
4196
|
-
}
|
|
4197
|
-
export function meshRevisionProfileDeserializer(item) {
|
|
4198
|
-
return {
|
|
4199
|
-
id: item["id"],
|
|
4200
|
-
name: item["name"],
|
|
4201
|
-
type: item["type"],
|
|
4202
|
-
systemData: !item["systemData"]
|
|
4203
|
-
? item["systemData"]
|
|
4204
|
-
: systemDataDeserializer(item["systemData"]),
|
|
4205
|
-
properties: !item["properties"]
|
|
4206
|
-
? item["properties"]
|
|
4207
|
-
: meshRevisionProfilePropertiesDeserializer(item["properties"]),
|
|
4208
|
-
};
|
|
4209
|
-
}
|
|
4210
|
-
export function meshRevisionProfilePropertiesDeserializer(item) {
|
|
4211
|
-
return {
|
|
4212
|
-
meshRevisions: !item["meshRevisions"]
|
|
4213
|
-
? item["meshRevisions"]
|
|
4214
|
-
: meshRevisionArrayDeserializer(item["meshRevisions"]),
|
|
4215
|
-
};
|
|
4216
|
-
}
|
|
4217
|
-
export function meshRevisionArrayDeserializer(result) {
|
|
4218
|
-
return result.map((item) => {
|
|
4219
|
-
return meshRevisionDeserializer(item);
|
|
4220
|
-
});
|
|
4221
|
-
}
|
|
4222
|
-
export function meshRevisionDeserializer(item) {
|
|
4223
|
-
return {
|
|
4224
|
-
revision: item["revision"],
|
|
4225
|
-
upgrades: !item["upgrades"]
|
|
4226
|
-
? item["upgrades"]
|
|
4227
|
-
: item["upgrades"].map((p) => {
|
|
4228
|
-
return p;
|
|
4229
|
-
}),
|
|
4230
|
-
compatibleWith: !item["compatibleWith"]
|
|
4231
|
-
? item["compatibleWith"]
|
|
4232
|
-
: compatibleVersionsArrayDeserializer(item["compatibleWith"]),
|
|
4233
|
-
};
|
|
4234
|
-
}
|
|
4235
|
-
export function compatibleVersionsArrayDeserializer(result) {
|
|
4236
|
-
return result.map((item) => {
|
|
4237
|
-
return compatibleVersionsDeserializer(item);
|
|
4238
|
-
});
|
|
4239
|
-
}
|
|
4240
|
-
export function compatibleVersionsDeserializer(item) {
|
|
3508
|
+
export function compatibleVersionsDeserializer(item) {
|
|
4241
3509
|
return {
|
|
4242
3510
|
name: item["name"],
|
|
4243
3511
|
versions: !item["versions"]
|
|
@@ -4747,13 +4015,6 @@ export function managedNamespaceArrayDeserializer(result) {
|
|
|
4747
4015
|
return managedNamespaceDeserializer(item);
|
|
4748
4016
|
});
|
|
4749
4017
|
}
|
|
4750
|
-
export function machineSerializer(item) {
|
|
4751
|
-
return {
|
|
4752
|
-
properties: !item["properties"]
|
|
4753
|
-
? item["properties"]
|
|
4754
|
-
: machinePropertiesSerializer(item["properties"]),
|
|
4755
|
-
};
|
|
4756
|
-
}
|
|
4757
4018
|
export function machineDeserializer(item) {
|
|
4758
4019
|
return {
|
|
4759
4020
|
id: item["id"],
|
|
@@ -4772,64 +4033,12 @@ export function machineDeserializer(item) {
|
|
|
4772
4033
|
}),
|
|
4773
4034
|
};
|
|
4774
4035
|
}
|
|
4775
|
-
export function machinePropertiesSerializer(item) {
|
|
4776
|
-
return {
|
|
4777
|
-
hardware: !item["hardware"]
|
|
4778
|
-
? item["hardware"]
|
|
4779
|
-
: machineHardwareProfileSerializer(item["hardware"]),
|
|
4780
|
-
operatingSystem: !item["operatingSystem"]
|
|
4781
|
-
? item["operatingSystem"]
|
|
4782
|
-
: machineOSProfileSerializer(item["operatingSystem"]),
|
|
4783
|
-
kubernetes: !item["kubernetes"]
|
|
4784
|
-
? item["kubernetes"]
|
|
4785
|
-
: machineKubernetesProfileSerializer(item["kubernetes"]),
|
|
4786
|
-
mode: item["mode"],
|
|
4787
|
-
security: !item["security"]
|
|
4788
|
-
? item["security"]
|
|
4789
|
-
: machineSecurityProfileSerializer(item["security"]),
|
|
4790
|
-
priority: item["priority"],
|
|
4791
|
-
evictionPolicy: item["evictionPolicy"],
|
|
4792
|
-
billing: !item["billing"] ? item["billing"] : machineBillingProfileSerializer(item["billing"]),
|
|
4793
|
-
tags: item["tags"],
|
|
4794
|
-
localDNSProfile: !item["localDNSProfile"]
|
|
4795
|
-
? item["localDNSProfile"]
|
|
4796
|
-
: localDNSProfileSerializer(item["localDNSProfile"]),
|
|
4797
|
-
};
|
|
4798
|
-
}
|
|
4799
4036
|
export function machinePropertiesDeserializer(item) {
|
|
4800
4037
|
return {
|
|
4801
4038
|
network: !item["network"]
|
|
4802
4039
|
? item["network"]
|
|
4803
4040
|
: machineNetworkPropertiesDeserializer(item["network"]),
|
|
4804
4041
|
resourceId: item["resourceId"],
|
|
4805
|
-
hardware: !item["hardware"]
|
|
4806
|
-
? item["hardware"]
|
|
4807
|
-
: machineHardwareProfileDeserializer(item["hardware"]),
|
|
4808
|
-
operatingSystem: !item["operatingSystem"]
|
|
4809
|
-
? item["operatingSystem"]
|
|
4810
|
-
: machineOSProfileDeserializer(item["operatingSystem"]),
|
|
4811
|
-
kubernetes: !item["kubernetes"]
|
|
4812
|
-
? item["kubernetes"]
|
|
4813
|
-
: machineKubernetesProfileDeserializer(item["kubernetes"]),
|
|
4814
|
-
mode: item["mode"],
|
|
4815
|
-
security: !item["security"]
|
|
4816
|
-
? item["security"]
|
|
4817
|
-
: machineSecurityProfileDeserializer(item["security"]),
|
|
4818
|
-
priority: item["priority"],
|
|
4819
|
-
evictionPolicy: item["evictionPolicy"],
|
|
4820
|
-
billing: !item["billing"]
|
|
4821
|
-
? item["billing"]
|
|
4822
|
-
: machineBillingProfileDeserializer(item["billing"]),
|
|
4823
|
-
nodeImageVersion: item["nodeImageVersion"],
|
|
4824
|
-
provisioningState: item["provisioningState"],
|
|
4825
|
-
tags: !item["tags"]
|
|
4826
|
-
? item["tags"]
|
|
4827
|
-
: Object.fromEntries(Object.entries(item["tags"]).map(([k, p]) => [k, p])),
|
|
4828
|
-
eTag: item["eTag"],
|
|
4829
|
-
status: !item["status"] ? item["status"] : machineStatusDeserializer(item["status"]),
|
|
4830
|
-
localDNSProfile: !item["localDNSProfile"]
|
|
4831
|
-
? item["localDNSProfile"]
|
|
4832
|
-
: localDNSProfileDeserializer(item["localDNSProfile"]),
|
|
4833
4042
|
};
|
|
4834
4043
|
}
|
|
4835
4044
|
export function machineNetworkPropertiesDeserializer(item) {
|
|
@@ -4837,13 +4046,6 @@ export function machineNetworkPropertiesDeserializer(item) {
|
|
|
4837
4046
|
ipAddresses: !item["ipAddresses"]
|
|
4838
4047
|
? item["ipAddresses"]
|
|
4839
4048
|
: machineIpAddressArrayDeserializer(item["ipAddresses"]),
|
|
4840
|
-
vnetSubnetID: item["vnetSubnetID"],
|
|
4841
|
-
podSubnetID: item["podSubnetID"],
|
|
4842
|
-
enableNodePublicIP: item["enableNodePublicIP"],
|
|
4843
|
-
nodePublicIPPrefixID: item["nodePublicIPPrefixID"],
|
|
4844
|
-
nodePublicIPTags: !item["nodePublicIPTags"]
|
|
4845
|
-
? item["nodePublicIPTags"]
|
|
4846
|
-
: ipTagArrayDeserializer(item["nodePublicIPTags"]),
|
|
4847
4049
|
};
|
|
4848
4050
|
}
|
|
4849
4051
|
export function machineIpAddressArrayDeserializer(result) {
|
|
@@ -4857,188 +4059,12 @@ export function machineIpAddressDeserializer(item) {
|
|
|
4857
4059
|
ip: item["ip"],
|
|
4858
4060
|
};
|
|
4859
4061
|
}
|
|
4860
|
-
export function machineHardwareProfileSerializer(item) {
|
|
4861
|
-
return {
|
|
4862
|
-
vmSize: item["vmSize"],
|
|
4863
|
-
gpuInstanceProfile: item["gpuInstanceProfile"],
|
|
4864
|
-
gpuProfile: !item["gpuProfile"] ? item["gpuProfile"] : gpuProfileSerializer(item["gpuProfile"]),
|
|
4865
|
-
ultraSsdEnabled: item["ultraSsdEnabled"],
|
|
4866
|
-
};
|
|
4867
|
-
}
|
|
4868
|
-
export function machineHardwareProfileDeserializer(item) {
|
|
4869
|
-
return {
|
|
4870
|
-
vmSize: item["vmSize"],
|
|
4871
|
-
gpuInstanceProfile: item["gpuInstanceProfile"],
|
|
4872
|
-
gpuProfile: !item["gpuProfile"]
|
|
4873
|
-
? item["gpuProfile"]
|
|
4874
|
-
: gpuProfileDeserializer(item["gpuProfile"]),
|
|
4875
|
-
ultraSsdEnabled: item["ultraSsdEnabled"],
|
|
4876
|
-
};
|
|
4877
|
-
}
|
|
4878
|
-
export function machineOSProfileSerializer(item) {
|
|
4879
|
-
return {
|
|
4880
|
-
osType: item["osType"],
|
|
4881
|
-
osSKU: item["osSKU"],
|
|
4882
|
-
osDiskSizeGB: item["osDiskSizeGB"],
|
|
4883
|
-
osDiskType: item["osDiskType"],
|
|
4884
|
-
enableFIPS: item["enableFips"],
|
|
4885
|
-
linuxProfile: !item["linuxProfile"]
|
|
4886
|
-
? item["linuxProfile"]
|
|
4887
|
-
: machineOSProfileLinuxProfileSerializer(item["linuxProfile"]),
|
|
4888
|
-
windowsProfile: !item["windowsProfile"]
|
|
4889
|
-
? item["windowsProfile"]
|
|
4890
|
-
: agentPoolWindowsProfileSerializer(item["windowsProfile"]),
|
|
4891
|
-
};
|
|
4892
|
-
}
|
|
4893
|
-
export function machineOSProfileDeserializer(item) {
|
|
4894
|
-
return {
|
|
4895
|
-
osType: item["osType"],
|
|
4896
|
-
osSKU: item["osSKU"],
|
|
4897
|
-
osDiskSizeGB: item["osDiskSizeGB"],
|
|
4898
|
-
osDiskType: item["osDiskType"],
|
|
4899
|
-
enableFips: item["enableFIPS"],
|
|
4900
|
-
linuxProfile: !item["linuxProfile"]
|
|
4901
|
-
? item["linuxProfile"]
|
|
4902
|
-
: machineOSProfileLinuxProfileDeserializer(item["linuxProfile"]),
|
|
4903
|
-
windowsProfile: !item["windowsProfile"]
|
|
4904
|
-
? item["windowsProfile"]
|
|
4905
|
-
: agentPoolWindowsProfileDeserializer(item["windowsProfile"]),
|
|
4906
|
-
};
|
|
4907
|
-
}
|
|
4908
|
-
export function machineOSProfileLinuxProfileSerializer(item) {
|
|
4909
|
-
return {
|
|
4910
|
-
linuxOSConfig: !item["linuxOSConfig"]
|
|
4911
|
-
? item["linuxOSConfig"]
|
|
4912
|
-
: linuxOSConfigSerializer(item["linuxOSConfig"]),
|
|
4913
|
-
messageOfTheDay: item["messageOfTheDay"],
|
|
4914
|
-
};
|
|
4915
|
-
}
|
|
4916
|
-
export function machineOSProfileLinuxProfileDeserializer(item) {
|
|
4917
|
-
return {
|
|
4918
|
-
linuxOSConfig: !item["linuxOSConfig"]
|
|
4919
|
-
? item["linuxOSConfig"]
|
|
4920
|
-
: linuxOSConfigDeserializer(item["linuxOSConfig"]),
|
|
4921
|
-
messageOfTheDay: item["messageOfTheDay"],
|
|
4922
|
-
};
|
|
4923
|
-
}
|
|
4924
|
-
export function machineKubernetesProfileSerializer(item) {
|
|
4925
|
-
return {
|
|
4926
|
-
nodeLabels: item["nodeLabels"],
|
|
4927
|
-
orchestratorVersion: item["orchestratorVersion"],
|
|
4928
|
-
kubeletDiskType: item["kubeletDiskType"],
|
|
4929
|
-
kubeletConfig: !item["kubeletConfig"]
|
|
4930
|
-
? item["kubeletConfig"]
|
|
4931
|
-
: kubeletConfigSerializer(item["kubeletConfig"]),
|
|
4932
|
-
nodeInitializationTaints: !item["nodeInitializationTaints"]
|
|
4933
|
-
? item["nodeInitializationTaints"]
|
|
4934
|
-
: item["nodeInitializationTaints"].map((p) => {
|
|
4935
|
-
return p;
|
|
4936
|
-
}),
|
|
4937
|
-
nodeTaints: !item["nodeTaints"]
|
|
4938
|
-
? item["nodeTaints"]
|
|
4939
|
-
: item["nodeTaints"].map((p) => {
|
|
4940
|
-
return p;
|
|
4941
|
-
}),
|
|
4942
|
-
maxPods: item["maxPods"],
|
|
4943
|
-
workloadRuntime: item["workloadRuntime"],
|
|
4944
|
-
artifactStreamingProfile: !item["artifactStreamingProfile"]
|
|
4945
|
-
? item["artifactStreamingProfile"]
|
|
4946
|
-
: agentPoolArtifactStreamingProfileSerializer(item["artifactStreamingProfile"]),
|
|
4947
|
-
};
|
|
4948
|
-
}
|
|
4949
|
-
export function machineKubernetesProfileDeserializer(item) {
|
|
4950
|
-
return {
|
|
4951
|
-
nodeLabels: !item["nodeLabels"]
|
|
4952
|
-
? item["nodeLabels"]
|
|
4953
|
-
: Object.fromEntries(Object.entries(item["nodeLabels"]).map(([k, p]) => [k, p])),
|
|
4954
|
-
orchestratorVersion: item["orchestratorVersion"],
|
|
4955
|
-
currentOrchestratorVersion: item["currentOrchestratorVersion"],
|
|
4956
|
-
kubeletDiskType: item["kubeletDiskType"],
|
|
4957
|
-
kubeletConfig: !item["kubeletConfig"]
|
|
4958
|
-
? item["kubeletConfig"]
|
|
4959
|
-
: kubeletConfigDeserializer(item["kubeletConfig"]),
|
|
4960
|
-
nodeInitializationTaints: !item["nodeInitializationTaints"]
|
|
4961
|
-
? item["nodeInitializationTaints"]
|
|
4962
|
-
: item["nodeInitializationTaints"].map((p) => {
|
|
4963
|
-
return p;
|
|
4964
|
-
}),
|
|
4965
|
-
nodeTaints: !item["nodeTaints"]
|
|
4966
|
-
? item["nodeTaints"]
|
|
4967
|
-
: item["nodeTaints"].map((p) => {
|
|
4968
|
-
return p;
|
|
4969
|
-
}),
|
|
4970
|
-
maxPods: item["maxPods"],
|
|
4971
|
-
nodeName: item["nodeName"],
|
|
4972
|
-
workloadRuntime: item["workloadRuntime"],
|
|
4973
|
-
artifactStreamingProfile: !item["artifactStreamingProfile"]
|
|
4974
|
-
? item["artifactStreamingProfile"]
|
|
4975
|
-
: agentPoolArtifactStreamingProfileDeserializer(item["artifactStreamingProfile"]),
|
|
4976
|
-
};
|
|
4977
|
-
}
|
|
4978
|
-
export function machineSecurityProfileSerializer(item) {
|
|
4979
|
-
return {
|
|
4980
|
-
enableVTPM: item["enableVtpm"],
|
|
4981
|
-
enableSecureBoot: item["enableSecureBoot"],
|
|
4982
|
-
sshAccess: item["sshAccess"],
|
|
4983
|
-
enableEncryptionAtHost: item["enableEncryptionAtHost"],
|
|
4984
|
-
};
|
|
4985
|
-
}
|
|
4986
|
-
export function machineSecurityProfileDeserializer(item) {
|
|
4987
|
-
return {
|
|
4988
|
-
enableVtpm: item["enableVTPM"],
|
|
4989
|
-
enableSecureBoot: item["enableSecureBoot"],
|
|
4990
|
-
sshAccess: item["sshAccess"],
|
|
4991
|
-
enableEncryptionAtHost: item["enableEncryptionAtHost"],
|
|
4992
|
-
};
|
|
4993
|
-
}
|
|
4994
|
-
export function machineBillingProfileSerializer(item) {
|
|
4995
|
-
return { spotMaxPrice: item["spotMaxPrice"] };
|
|
4996
|
-
}
|
|
4997
|
-
export function machineBillingProfileDeserializer(item) {
|
|
4998
|
-
return {
|
|
4999
|
-
spotMaxPrice: item["spotMaxPrice"],
|
|
5000
|
-
};
|
|
5001
|
-
}
|
|
5002
|
-
export function machineStatusDeserializer(item) {
|
|
5003
|
-
return {
|
|
5004
|
-
provisioningError: !item["provisioningError"]
|
|
5005
|
-
? item["provisioningError"]
|
|
5006
|
-
: errorDetailDeserializer(item["provisioningError"]),
|
|
5007
|
-
creationTimestamp: !item["creationTimestamp"]
|
|
5008
|
-
? item["creationTimestamp"]
|
|
5009
|
-
: new Date(item["creationTimestamp"]),
|
|
5010
|
-
driftAction: item["driftAction"],
|
|
5011
|
-
driftReason: item["driftReason"],
|
|
5012
|
-
vmState: item["vmState"],
|
|
5013
|
-
};
|
|
5014
|
-
}
|
|
5015
|
-
/** The drift action of the machine. Indicates whether a machine has deviated from its expected state due to changes in managed cluster properties, requiring corrective action. */
|
|
5016
|
-
export var KnownDriftAction;
|
|
5017
|
-
(function (KnownDriftAction) {
|
|
5018
|
-
/** The machine is up to date. */
|
|
5019
|
-
KnownDriftAction["Synced"] = "Synced";
|
|
5020
|
-
/** The machine has drifted and needs to be deleted and recreated. */
|
|
5021
|
-
KnownDriftAction["Recreate"] = "Recreate";
|
|
5022
|
-
})(KnownDriftAction || (KnownDriftAction = {}));
|
|
5023
|
-
/** Virtual machine state. Indicates the current state of the underlying virtual machine. */
|
|
5024
|
-
export var KnownVmState;
|
|
5025
|
-
(function (KnownVmState) {
|
|
5026
|
-
/** The virtual machine is currently running. */
|
|
5027
|
-
KnownVmState["Running"] = "Running";
|
|
5028
|
-
/** The virtual machine has been deleted by the user or due to spot eviction. */
|
|
5029
|
-
KnownVmState["Deleted"] = "Deleted";
|
|
5030
|
-
})(KnownVmState || (KnownVmState = {}));
|
|
5031
4062
|
export function _machineListResultDeserializer(item) {
|
|
5032
4063
|
return {
|
|
5033
4064
|
value: machineArrayDeserializer(item["value"]),
|
|
5034
4065
|
nextLink: item["nextLink"],
|
|
5035
4066
|
};
|
|
5036
4067
|
}
|
|
5037
|
-
export function machineArraySerializer(result) {
|
|
5038
|
-
return result.map((item) => {
|
|
5039
|
-
return machineSerializer(item);
|
|
5040
|
-
});
|
|
5041
|
-
}
|
|
5042
4068
|
export function machineArrayDeserializer(result) {
|
|
5043
4069
|
return result.map((item) => {
|
|
5044
4070
|
return machineDeserializer(item);
|
|
@@ -5194,8 +4220,6 @@ export var KnownSnapshotType;
|
|
|
5194
4220
|
(function (KnownSnapshotType) {
|
|
5195
4221
|
/** The snapshot is a snapshot of a node pool. */
|
|
5196
4222
|
KnownSnapshotType["NodePool"] = "NodePool";
|
|
5197
|
-
/** The snapshot is a snapshot of a managed cluster. */
|
|
5198
|
-
KnownSnapshotType["ManagedCluster"] = "ManagedCluster";
|
|
5199
4223
|
})(KnownSnapshotType || (KnownSnapshotType = {}));
|
|
5200
4224
|
export function _snapshotListResultDeserializer(item) {
|
|
5201
4225
|
return {
|
|
@@ -5213,115 +4237,35 @@ export function snapshotArrayDeserializer(result) {
|
|
|
5213
4237
|
return snapshotDeserializer(item);
|
|
5214
4238
|
});
|
|
5215
4239
|
}
|
|
5216
|
-
export function
|
|
5217
|
-
return {
|
|
5218
|
-
tags: item["tags"],
|
|
5219
|
-
location: item["location"],
|
|
5220
|
-
properties: areAllPropsUndefined(item, ["creationData", "snapshotType"])
|
|
5221
|
-
? undefined
|
|
5222
|
-
: _managedClusterSnapshotPropertiesSerializer(item),
|
|
5223
|
-
};
|
|
4240
|
+
export function trustedAccessRoleBindingSerializer(item) {
|
|
4241
|
+
return { properties: _trustedAccessRoleBindingPropertiesSerializer(item) };
|
|
5224
4242
|
}
|
|
5225
|
-
export function
|
|
4243
|
+
export function trustedAccessRoleBindingDeserializer(item) {
|
|
5226
4244
|
return {
|
|
5227
|
-
tags: !item["tags"]
|
|
5228
|
-
? item["tags"]
|
|
5229
|
-
: Object.fromEntries(Object.entries(item["tags"]).map(([k, p]) => [k, p])),
|
|
5230
|
-
location: item["location"],
|
|
5231
4245
|
id: item["id"],
|
|
5232
4246
|
name: item["name"],
|
|
5233
4247
|
type: item["type"],
|
|
5234
4248
|
systemData: !item["systemData"]
|
|
5235
4249
|
? item["systemData"]
|
|
5236
4250
|
: systemDataDeserializer(item["systemData"]),
|
|
5237
|
-
...(
|
|
5238
|
-
? item["properties"]
|
|
5239
|
-
: _managedClusterSnapshotPropertiesDeserializer(item["properties"])),
|
|
4251
|
+
..._trustedAccessRoleBindingPropertiesDeserializer(item["properties"]),
|
|
5240
4252
|
};
|
|
5241
4253
|
}
|
|
5242
|
-
export function
|
|
4254
|
+
export function trustedAccessRoleBindingPropertiesSerializer(item) {
|
|
5243
4255
|
return {
|
|
5244
|
-
|
|
5245
|
-
|
|
5246
|
-
|
|
5247
|
-
|
|
4256
|
+
sourceResourceId: item["sourceResourceId"],
|
|
4257
|
+
roles: item["roles"].map((p) => {
|
|
4258
|
+
return p;
|
|
4259
|
+
}),
|
|
5248
4260
|
};
|
|
5249
4261
|
}
|
|
5250
|
-
export function
|
|
4262
|
+
export function trustedAccessRoleBindingPropertiesDeserializer(item) {
|
|
5251
4263
|
return {
|
|
5252
|
-
|
|
5253
|
-
|
|
5254
|
-
|
|
5255
|
-
|
|
5256
|
-
|
|
5257
|
-
? item["managedClusterPropertiesReadOnly"]
|
|
5258
|
-
: managedClusterPropertiesForSnapshotDeserializer(item["managedClusterPropertiesReadOnly"]),
|
|
5259
|
-
};
|
|
5260
|
-
}
|
|
5261
|
-
export function managedClusterPropertiesForSnapshotDeserializer(item) {
|
|
5262
|
-
return {
|
|
5263
|
-
kubernetesVersion: item["kubernetesVersion"],
|
|
5264
|
-
sku: !item["sku"] ? item["sku"] : managedClusterSKUDeserializer(item["sku"]),
|
|
5265
|
-
enableRbac: item["enableRbac"],
|
|
5266
|
-
networkProfile: !item["networkProfile"]
|
|
5267
|
-
? item["networkProfile"]
|
|
5268
|
-
: networkProfileForSnapshotDeserializer(item["networkProfile"]),
|
|
5269
|
-
};
|
|
5270
|
-
}
|
|
5271
|
-
export function networkProfileForSnapshotDeserializer(item) {
|
|
5272
|
-
return {
|
|
5273
|
-
networkPlugin: item["networkPlugin"],
|
|
5274
|
-
networkPluginMode: item["networkPluginMode"],
|
|
5275
|
-
networkPolicy: item["networkPolicy"],
|
|
5276
|
-
networkMode: item["networkMode"],
|
|
5277
|
-
loadBalancerSku: item["loadBalancerSku"],
|
|
5278
|
-
};
|
|
5279
|
-
}
|
|
5280
|
-
export function _managedClusterSnapshotListResultDeserializer(item) {
|
|
5281
|
-
return {
|
|
5282
|
-
value: managedClusterSnapshotArrayDeserializer(item["value"]),
|
|
5283
|
-
nextLink: item["nextLink"],
|
|
5284
|
-
};
|
|
5285
|
-
}
|
|
5286
|
-
export function managedClusterSnapshotArraySerializer(result) {
|
|
5287
|
-
return result.map((item) => {
|
|
5288
|
-
return managedClusterSnapshotSerializer(item);
|
|
5289
|
-
});
|
|
5290
|
-
}
|
|
5291
|
-
export function managedClusterSnapshotArrayDeserializer(result) {
|
|
5292
|
-
return result.map((item) => {
|
|
5293
|
-
return managedClusterSnapshotDeserializer(item);
|
|
5294
|
-
});
|
|
5295
|
-
}
|
|
5296
|
-
export function trustedAccessRoleBindingSerializer(item) {
|
|
5297
|
-
return { properties: _trustedAccessRoleBindingPropertiesSerializer(item) };
|
|
5298
|
-
}
|
|
5299
|
-
export function trustedAccessRoleBindingDeserializer(item) {
|
|
5300
|
-
return {
|
|
5301
|
-
id: item["id"],
|
|
5302
|
-
name: item["name"],
|
|
5303
|
-
type: item["type"],
|
|
5304
|
-
systemData: !item["systemData"]
|
|
5305
|
-
? item["systemData"]
|
|
5306
|
-
: systemDataDeserializer(item["systemData"]),
|
|
5307
|
-
..._trustedAccessRoleBindingPropertiesDeserializer(item["properties"]),
|
|
5308
|
-
};
|
|
5309
|
-
}
|
|
5310
|
-
export function trustedAccessRoleBindingPropertiesSerializer(item) {
|
|
5311
|
-
return {
|
|
5312
|
-
sourceResourceId: item["sourceResourceId"],
|
|
5313
|
-
roles: item["roles"].map((p) => {
|
|
5314
|
-
return p;
|
|
5315
|
-
}),
|
|
5316
|
-
};
|
|
5317
|
-
}
|
|
5318
|
-
export function trustedAccessRoleBindingPropertiesDeserializer(item) {
|
|
5319
|
-
return {
|
|
5320
|
-
provisioningState: item["provisioningState"],
|
|
5321
|
-
sourceResourceId: item["sourceResourceId"],
|
|
5322
|
-
roles: item["roles"].map((p) => {
|
|
5323
|
-
return p;
|
|
5324
|
-
}),
|
|
4264
|
+
provisioningState: item["provisioningState"],
|
|
4265
|
+
sourceResourceId: item["sourceResourceId"],
|
|
4266
|
+
roles: item["roles"].map((p) => {
|
|
4267
|
+
return p;
|
|
4268
|
+
}),
|
|
5325
4269
|
};
|
|
5326
4270
|
}
|
|
5327
4271
|
/** The current provisioning state of trusted access role binding. */
|
|
@@ -5354,470 +4298,6 @@ export function trustedAccessRoleBindingArrayDeserializer(result) {
|
|
|
5354
4298
|
return trustedAccessRoleBindingDeserializer(item);
|
|
5355
4299
|
});
|
|
5356
4300
|
}
|
|
5357
|
-
export function loadBalancerSerializer(item) {
|
|
5358
|
-
return {
|
|
5359
|
-
properties: areAllPropsUndefined(item, [
|
|
5360
|
-
"primaryAgentPoolName",
|
|
5361
|
-
"allowServicePlacement",
|
|
5362
|
-
"serviceLabelSelector",
|
|
5363
|
-
"serviceNamespaceSelector",
|
|
5364
|
-
"nodeSelector",
|
|
5365
|
-
])
|
|
5366
|
-
? undefined
|
|
5367
|
-
: _loadBalancerPropertiesSerializer(item),
|
|
5368
|
-
};
|
|
5369
|
-
}
|
|
5370
|
-
export function loadBalancerDeserializer(item) {
|
|
5371
|
-
return {
|
|
5372
|
-
id: item["id"],
|
|
5373
|
-
name: item["name"],
|
|
5374
|
-
type: item["type"],
|
|
5375
|
-
systemData: !item["systemData"]
|
|
5376
|
-
? item["systemData"]
|
|
5377
|
-
: systemDataDeserializer(item["systemData"]),
|
|
5378
|
-
...(!item["properties"]
|
|
5379
|
-
? item["properties"]
|
|
5380
|
-
: _loadBalancerPropertiesDeserializer(item["properties"])),
|
|
5381
|
-
};
|
|
5382
|
-
}
|
|
5383
|
-
export function loadBalancerPropertiesSerializer(item) {
|
|
5384
|
-
return {
|
|
5385
|
-
primaryAgentPoolName: item["primaryAgentPoolName"],
|
|
5386
|
-
allowServicePlacement: item["allowServicePlacement"],
|
|
5387
|
-
serviceLabelSelector: !item["serviceLabelSelector"]
|
|
5388
|
-
? item["serviceLabelSelector"]
|
|
5389
|
-
: labelSelectorSerializer(item["serviceLabelSelector"]),
|
|
5390
|
-
serviceNamespaceSelector: !item["serviceNamespaceSelector"]
|
|
5391
|
-
? item["serviceNamespaceSelector"]
|
|
5392
|
-
: labelSelectorSerializer(item["serviceNamespaceSelector"]),
|
|
5393
|
-
nodeSelector: !item["nodeSelector"]
|
|
5394
|
-
? item["nodeSelector"]
|
|
5395
|
-
: labelSelectorSerializer(item["nodeSelector"]),
|
|
5396
|
-
};
|
|
5397
|
-
}
|
|
5398
|
-
export function loadBalancerPropertiesDeserializer(item) {
|
|
5399
|
-
return {
|
|
5400
|
-
primaryAgentPoolName: item["primaryAgentPoolName"],
|
|
5401
|
-
allowServicePlacement: item["allowServicePlacement"],
|
|
5402
|
-
serviceLabelSelector: !item["serviceLabelSelector"]
|
|
5403
|
-
? item["serviceLabelSelector"]
|
|
5404
|
-
: labelSelectorDeserializer(item["serviceLabelSelector"]),
|
|
5405
|
-
serviceNamespaceSelector: !item["serviceNamespaceSelector"]
|
|
5406
|
-
? item["serviceNamespaceSelector"]
|
|
5407
|
-
: labelSelectorDeserializer(item["serviceNamespaceSelector"]),
|
|
5408
|
-
nodeSelector: !item["nodeSelector"]
|
|
5409
|
-
? item["nodeSelector"]
|
|
5410
|
-
: labelSelectorDeserializer(item["nodeSelector"]),
|
|
5411
|
-
provisioningState: item["provisioningState"],
|
|
5412
|
-
};
|
|
5413
|
-
}
|
|
5414
|
-
export function labelSelectorSerializer(item) {
|
|
5415
|
-
return {
|
|
5416
|
-
matchLabels: !item["matchLabels"]
|
|
5417
|
-
? item["matchLabels"]
|
|
5418
|
-
: item["matchLabels"].map((p) => {
|
|
5419
|
-
return p;
|
|
5420
|
-
}),
|
|
5421
|
-
matchExpressions: !item["matchExpressions"]
|
|
5422
|
-
? item["matchExpressions"]
|
|
5423
|
-
: labelSelectorRequirementArraySerializer(item["matchExpressions"]),
|
|
5424
|
-
};
|
|
5425
|
-
}
|
|
5426
|
-
export function labelSelectorDeserializer(item) {
|
|
5427
|
-
return {
|
|
5428
|
-
matchLabels: !item["matchLabels"]
|
|
5429
|
-
? item["matchLabels"]
|
|
5430
|
-
: item["matchLabels"].map((p) => {
|
|
5431
|
-
return p;
|
|
5432
|
-
}),
|
|
5433
|
-
matchExpressions: !item["matchExpressions"]
|
|
5434
|
-
? item["matchExpressions"]
|
|
5435
|
-
: labelSelectorRequirementArrayDeserializer(item["matchExpressions"]),
|
|
5436
|
-
};
|
|
5437
|
-
}
|
|
5438
|
-
export function labelSelectorRequirementArraySerializer(result) {
|
|
5439
|
-
return result.map((item) => {
|
|
5440
|
-
return labelSelectorRequirementSerializer(item);
|
|
5441
|
-
});
|
|
5442
|
-
}
|
|
5443
|
-
export function labelSelectorRequirementArrayDeserializer(result) {
|
|
5444
|
-
return result.map((item) => {
|
|
5445
|
-
return labelSelectorRequirementDeserializer(item);
|
|
5446
|
-
});
|
|
5447
|
-
}
|
|
5448
|
-
export function labelSelectorRequirementSerializer(item) {
|
|
5449
|
-
return {
|
|
5450
|
-
key: item["key"],
|
|
5451
|
-
operator: item["operator"],
|
|
5452
|
-
values: !item["values"]
|
|
5453
|
-
? item["values"]
|
|
5454
|
-
: item["values"].map((p) => {
|
|
5455
|
-
return p;
|
|
5456
|
-
}),
|
|
5457
|
-
};
|
|
5458
|
-
}
|
|
5459
|
-
export function labelSelectorRequirementDeserializer(item) {
|
|
5460
|
-
return {
|
|
5461
|
-
key: item["key"],
|
|
5462
|
-
operator: item["operator"],
|
|
5463
|
-
values: !item["values"]
|
|
5464
|
-
? item["values"]
|
|
5465
|
-
: item["values"].map((p) => {
|
|
5466
|
-
return p;
|
|
5467
|
-
}),
|
|
5468
|
-
};
|
|
5469
|
-
}
|
|
5470
|
-
/** operator represents a key's relationship to a set of values. Valid operators are In and NotIn */
|
|
5471
|
-
export var KnownOperator;
|
|
5472
|
-
(function (KnownOperator) {
|
|
5473
|
-
/** The value of the key should be in the given list. */
|
|
5474
|
-
KnownOperator["In"] = "In";
|
|
5475
|
-
/** The value of the key should not be in the given list. */
|
|
5476
|
-
KnownOperator["NotIn"] = "NotIn";
|
|
5477
|
-
/** The value of the key should exist. */
|
|
5478
|
-
KnownOperator["Exists"] = "Exists";
|
|
5479
|
-
/** The value of the key should not exist. */
|
|
5480
|
-
KnownOperator["DoesNotExist"] = "DoesNotExist";
|
|
5481
|
-
})(KnownOperator || (KnownOperator = {}));
|
|
5482
|
-
export function _loadBalancerListResultDeserializer(item) {
|
|
5483
|
-
return {
|
|
5484
|
-
value: loadBalancerArrayDeserializer(item["value"]),
|
|
5485
|
-
nextLink: item["nextLink"],
|
|
5486
|
-
};
|
|
5487
|
-
}
|
|
5488
|
-
export function loadBalancerArraySerializer(result) {
|
|
5489
|
-
return result.map((item) => {
|
|
5490
|
-
return loadBalancerSerializer(item);
|
|
5491
|
-
});
|
|
5492
|
-
}
|
|
5493
|
-
export function loadBalancerArrayDeserializer(result) {
|
|
5494
|
-
return result.map((item) => {
|
|
5495
|
-
return loadBalancerDeserializer(item);
|
|
5496
|
-
});
|
|
5497
|
-
}
|
|
5498
|
-
export function identityBindingSerializer(item) {
|
|
5499
|
-
return {
|
|
5500
|
-
properties: !item["properties"]
|
|
5501
|
-
? item["properties"]
|
|
5502
|
-
: identityBindingPropertiesSerializer(item["properties"]),
|
|
5503
|
-
};
|
|
5504
|
-
}
|
|
5505
|
-
export function identityBindingDeserializer(item) {
|
|
5506
|
-
return {
|
|
5507
|
-
id: item["id"],
|
|
5508
|
-
name: item["name"],
|
|
5509
|
-
type: item["type"],
|
|
5510
|
-
systemData: !item["systemData"]
|
|
5511
|
-
? item["systemData"]
|
|
5512
|
-
: systemDataDeserializer(item["systemData"]),
|
|
5513
|
-
properties: !item["properties"]
|
|
5514
|
-
? item["properties"]
|
|
5515
|
-
: identityBindingPropertiesDeserializer(item["properties"]),
|
|
5516
|
-
eTag: item["eTag"],
|
|
5517
|
-
};
|
|
5518
|
-
}
|
|
5519
|
-
export function identityBindingPropertiesSerializer(item) {
|
|
5520
|
-
return {
|
|
5521
|
-
managedIdentity: identityBindingManagedIdentityProfileSerializer(item["managedIdentity"]),
|
|
5522
|
-
};
|
|
5523
|
-
}
|
|
5524
|
-
export function identityBindingPropertiesDeserializer(item) {
|
|
5525
|
-
return {
|
|
5526
|
-
managedIdentity: identityBindingManagedIdentityProfileDeserializer(item["managedIdentity"]),
|
|
5527
|
-
oidcIssuer: !item["oidcIssuer"]
|
|
5528
|
-
? item["oidcIssuer"]
|
|
5529
|
-
: identityBindingOidcIssuerProfileDeserializer(item["oidcIssuer"]),
|
|
5530
|
-
provisioningState: item["provisioningState"],
|
|
5531
|
-
};
|
|
5532
|
-
}
|
|
5533
|
-
export function identityBindingManagedIdentityProfileSerializer(item) {
|
|
5534
|
-
return { resourceId: item["resourceId"] };
|
|
5535
|
-
}
|
|
5536
|
-
export function identityBindingManagedIdentityProfileDeserializer(item) {
|
|
5537
|
-
return {
|
|
5538
|
-
resourceId: item["resourceId"],
|
|
5539
|
-
objectId: item["objectId"],
|
|
5540
|
-
clientId: item["clientId"],
|
|
5541
|
-
tenantId: item["tenantId"],
|
|
5542
|
-
};
|
|
5543
|
-
}
|
|
5544
|
-
export function identityBindingOidcIssuerProfileDeserializer(item) {
|
|
5545
|
-
return {
|
|
5546
|
-
oidcIssuerUrl: item["oidcIssuerUrl"],
|
|
5547
|
-
};
|
|
5548
|
-
}
|
|
5549
|
-
/** The provisioning state of the last accepted operation. */
|
|
5550
|
-
export var KnownIdentityBindingProvisioningState;
|
|
5551
|
-
(function (KnownIdentityBindingProvisioningState) {
|
|
5552
|
-
/** Resource has been created. */
|
|
5553
|
-
KnownIdentityBindingProvisioningState["Succeeded"] = "Succeeded";
|
|
5554
|
-
/** Resource creation failed. */
|
|
5555
|
-
KnownIdentityBindingProvisioningState["Failed"] = "Failed";
|
|
5556
|
-
/** Resource creation was canceled. */
|
|
5557
|
-
KnownIdentityBindingProvisioningState["Canceled"] = "Canceled";
|
|
5558
|
-
/** The identity binding is being created. */
|
|
5559
|
-
KnownIdentityBindingProvisioningState["Creating"] = "Creating";
|
|
5560
|
-
/** The identity binding is being updated. */
|
|
5561
|
-
KnownIdentityBindingProvisioningState["Updating"] = "Updating";
|
|
5562
|
-
/** The identity binding is being deleted. */
|
|
5563
|
-
KnownIdentityBindingProvisioningState["Deleting"] = "Deleting";
|
|
5564
|
-
})(KnownIdentityBindingProvisioningState || (KnownIdentityBindingProvisioningState = {}));
|
|
5565
|
-
export function _identityBindingListResultDeserializer(item) {
|
|
5566
|
-
return {
|
|
5567
|
-
value: identityBindingArrayDeserializer(item["value"]),
|
|
5568
|
-
nextLink: item["nextLink"],
|
|
5569
|
-
};
|
|
5570
|
-
}
|
|
5571
|
-
export function identityBindingArraySerializer(result) {
|
|
5572
|
-
return result.map((item) => {
|
|
5573
|
-
return identityBindingSerializer(item);
|
|
5574
|
-
});
|
|
5575
|
-
}
|
|
5576
|
-
export function identityBindingArrayDeserializer(result) {
|
|
5577
|
-
return result.map((item) => {
|
|
5578
|
-
return identityBindingDeserializer(item);
|
|
5579
|
-
});
|
|
5580
|
-
}
|
|
5581
|
-
export function jwtAuthenticatorSerializer(item) {
|
|
5582
|
-
return { properties: jwtAuthenticatorPropertiesSerializer(item["properties"]) };
|
|
5583
|
-
}
|
|
5584
|
-
export function jwtAuthenticatorDeserializer(item) {
|
|
5585
|
-
return {
|
|
5586
|
-
id: item["id"],
|
|
5587
|
-
name: item["name"],
|
|
5588
|
-
type: item["type"],
|
|
5589
|
-
systemData: !item["systemData"]
|
|
5590
|
-
? item["systemData"]
|
|
5591
|
-
: systemDataDeserializer(item["systemData"]),
|
|
5592
|
-
properties: jwtAuthenticatorPropertiesDeserializer(item["properties"]),
|
|
5593
|
-
};
|
|
5594
|
-
}
|
|
5595
|
-
export function jwtAuthenticatorPropertiesSerializer(item) {
|
|
5596
|
-
return {
|
|
5597
|
-
issuer: jwtAuthenticatorIssuerSerializer(item["issuer"]),
|
|
5598
|
-
claimValidationRules: !item["claimValidationRules"]
|
|
5599
|
-
? item["claimValidationRules"]
|
|
5600
|
-
: jwtAuthenticatorValidationRuleArraySerializer(item["claimValidationRules"]),
|
|
5601
|
-
claimMappings: jwtAuthenticatorClaimMappingsSerializer(item["claimMappings"]),
|
|
5602
|
-
userValidationRules: !item["userValidationRules"]
|
|
5603
|
-
? item["userValidationRules"]
|
|
5604
|
-
: jwtAuthenticatorValidationRuleArraySerializer(item["userValidationRules"]),
|
|
5605
|
-
};
|
|
5606
|
-
}
|
|
5607
|
-
export function jwtAuthenticatorPropertiesDeserializer(item) {
|
|
5608
|
-
return {
|
|
5609
|
-
provisioningState: item["provisioningState"],
|
|
5610
|
-
issuer: jwtAuthenticatorIssuerDeserializer(item["issuer"]),
|
|
5611
|
-
claimValidationRules: !item["claimValidationRules"]
|
|
5612
|
-
? item["claimValidationRules"]
|
|
5613
|
-
: jwtAuthenticatorValidationRuleArrayDeserializer(item["claimValidationRules"]),
|
|
5614
|
-
claimMappings: jwtAuthenticatorClaimMappingsDeserializer(item["claimMappings"]),
|
|
5615
|
-
userValidationRules: !item["userValidationRules"]
|
|
5616
|
-
? item["userValidationRules"]
|
|
5617
|
-
: jwtAuthenticatorValidationRuleArrayDeserializer(item["userValidationRules"]),
|
|
5618
|
-
};
|
|
5619
|
-
}
|
|
5620
|
-
/** The provisioning state of the last accepted operation. */
|
|
5621
|
-
export var KnownJWTAuthenticatorProvisioningState;
|
|
5622
|
-
(function (KnownJWTAuthenticatorProvisioningState) {
|
|
5623
|
-
/** Resource has been created. */
|
|
5624
|
-
KnownJWTAuthenticatorProvisioningState["Succeeded"] = "Succeeded";
|
|
5625
|
-
/** Resource creation failed. */
|
|
5626
|
-
KnownJWTAuthenticatorProvisioningState["Failed"] = "Failed";
|
|
5627
|
-
/** Resource creation was canceled. */
|
|
5628
|
-
KnownJWTAuthenticatorProvisioningState["Canceled"] = "Canceled";
|
|
5629
|
-
/** The JWT authenticator is being created. */
|
|
5630
|
-
KnownJWTAuthenticatorProvisioningState["Creating"] = "Creating";
|
|
5631
|
-
/** The JWT authenticator is being updated. */
|
|
5632
|
-
KnownJWTAuthenticatorProvisioningState["Updating"] = "Updating";
|
|
5633
|
-
/** The JWT authenticator is being deleted. */
|
|
5634
|
-
KnownJWTAuthenticatorProvisioningState["Deleting"] = "Deleting";
|
|
5635
|
-
})(KnownJWTAuthenticatorProvisioningState || (KnownJWTAuthenticatorProvisioningState = {}));
|
|
5636
|
-
export function jwtAuthenticatorIssuerSerializer(item) {
|
|
5637
|
-
return {
|
|
5638
|
-
url: item["url"],
|
|
5639
|
-
audiences: item["audiences"].map((p) => {
|
|
5640
|
-
return p;
|
|
5641
|
-
}),
|
|
5642
|
-
};
|
|
5643
|
-
}
|
|
5644
|
-
export function jwtAuthenticatorIssuerDeserializer(item) {
|
|
5645
|
-
return {
|
|
5646
|
-
url: item["url"],
|
|
5647
|
-
audiences: item["audiences"].map((p) => {
|
|
5648
|
-
return p;
|
|
5649
|
-
}),
|
|
5650
|
-
};
|
|
5651
|
-
}
|
|
5652
|
-
export function jwtAuthenticatorValidationRuleArraySerializer(result) {
|
|
5653
|
-
return result.map((item) => {
|
|
5654
|
-
return jwtAuthenticatorValidationRuleSerializer(item);
|
|
5655
|
-
});
|
|
5656
|
-
}
|
|
5657
|
-
export function jwtAuthenticatorValidationRuleArrayDeserializer(result) {
|
|
5658
|
-
return result.map((item) => {
|
|
5659
|
-
return jwtAuthenticatorValidationRuleDeserializer(item);
|
|
5660
|
-
});
|
|
5661
|
-
}
|
|
5662
|
-
export function jwtAuthenticatorValidationRuleSerializer(item) {
|
|
5663
|
-
return { expression: item["expression"], message: item["message"] };
|
|
5664
|
-
}
|
|
5665
|
-
export function jwtAuthenticatorValidationRuleDeserializer(item) {
|
|
5666
|
-
return {
|
|
5667
|
-
expression: item["expression"],
|
|
5668
|
-
message: item["message"],
|
|
5669
|
-
};
|
|
5670
|
-
}
|
|
5671
|
-
export function jwtAuthenticatorClaimMappingsSerializer(item) {
|
|
5672
|
-
return {
|
|
5673
|
-
username: jwtAuthenticatorClaimMappingExpressionSerializer(item["username"]),
|
|
5674
|
-
groups: !item["groups"]
|
|
5675
|
-
? item["groups"]
|
|
5676
|
-
: jwtAuthenticatorClaimMappingExpressionSerializer(item["groups"]),
|
|
5677
|
-
uid: !item["uid"] ? item["uid"] : jwtAuthenticatorClaimMappingExpressionSerializer(item["uid"]),
|
|
5678
|
-
extra: !item["extra"]
|
|
5679
|
-
? item["extra"]
|
|
5680
|
-
: jwtAuthenticatorExtraClaimMappingExpressionArraySerializer(item["extra"]),
|
|
5681
|
-
};
|
|
5682
|
-
}
|
|
5683
|
-
export function jwtAuthenticatorClaimMappingsDeserializer(item) {
|
|
5684
|
-
return {
|
|
5685
|
-
username: jwtAuthenticatorClaimMappingExpressionDeserializer(item["username"]),
|
|
5686
|
-
groups: !item["groups"]
|
|
5687
|
-
? item["groups"]
|
|
5688
|
-
: jwtAuthenticatorClaimMappingExpressionDeserializer(item["groups"]),
|
|
5689
|
-
uid: !item["uid"]
|
|
5690
|
-
? item["uid"]
|
|
5691
|
-
: jwtAuthenticatorClaimMappingExpressionDeserializer(item["uid"]),
|
|
5692
|
-
extra: !item["extra"]
|
|
5693
|
-
? item["extra"]
|
|
5694
|
-
: jwtAuthenticatorExtraClaimMappingExpressionArrayDeserializer(item["extra"]),
|
|
5695
|
-
};
|
|
5696
|
-
}
|
|
5697
|
-
export function jwtAuthenticatorClaimMappingExpressionSerializer(item) {
|
|
5698
|
-
return { expression: item["expression"] };
|
|
5699
|
-
}
|
|
5700
|
-
export function jwtAuthenticatorClaimMappingExpressionDeserializer(item) {
|
|
5701
|
-
return {
|
|
5702
|
-
expression: item["expression"],
|
|
5703
|
-
};
|
|
5704
|
-
}
|
|
5705
|
-
export function jwtAuthenticatorExtraClaimMappingExpressionArraySerializer(result) {
|
|
5706
|
-
return result.map((item) => {
|
|
5707
|
-
return jwtAuthenticatorExtraClaimMappingExpressionSerializer(item);
|
|
5708
|
-
});
|
|
5709
|
-
}
|
|
5710
|
-
export function jwtAuthenticatorExtraClaimMappingExpressionArrayDeserializer(result) {
|
|
5711
|
-
return result.map((item) => {
|
|
5712
|
-
return jwtAuthenticatorExtraClaimMappingExpressionDeserializer(item);
|
|
5713
|
-
});
|
|
5714
|
-
}
|
|
5715
|
-
export function jwtAuthenticatorExtraClaimMappingExpressionSerializer(item) {
|
|
5716
|
-
return { key: item["key"], valueExpression: item["valueExpression"] };
|
|
5717
|
-
}
|
|
5718
|
-
export function jwtAuthenticatorExtraClaimMappingExpressionDeserializer(item) {
|
|
5719
|
-
return {
|
|
5720
|
-
key: item["key"],
|
|
5721
|
-
valueExpression: item["valueExpression"],
|
|
5722
|
-
};
|
|
5723
|
-
}
|
|
5724
|
-
export function _jwtAuthenticatorListResultDeserializer(item) {
|
|
5725
|
-
return {
|
|
5726
|
-
value: jwtAuthenticatorArrayDeserializer(item["value"]),
|
|
5727
|
-
nextLink: item["nextLink"],
|
|
5728
|
-
};
|
|
5729
|
-
}
|
|
5730
|
-
export function jwtAuthenticatorArraySerializer(result) {
|
|
5731
|
-
return result.map((item) => {
|
|
5732
|
-
return jwtAuthenticatorSerializer(item);
|
|
5733
|
-
});
|
|
5734
|
-
}
|
|
5735
|
-
export function jwtAuthenticatorArrayDeserializer(result) {
|
|
5736
|
-
return result.map((item) => {
|
|
5737
|
-
return jwtAuthenticatorDeserializer(item);
|
|
5738
|
-
});
|
|
5739
|
-
}
|
|
5740
|
-
export function meshMembershipSerializer(item) {
|
|
5741
|
-
return {
|
|
5742
|
-
properties: !item["properties"]
|
|
5743
|
-
? item["properties"]
|
|
5744
|
-
: meshMembershipPropertiesSerializer(item["properties"]),
|
|
5745
|
-
managedBy: item["managedBy"],
|
|
5746
|
-
};
|
|
5747
|
-
}
|
|
5748
|
-
export function meshMembershipDeserializer(item) {
|
|
5749
|
-
return {
|
|
5750
|
-
id: item["id"],
|
|
5751
|
-
name: item["name"],
|
|
5752
|
-
type: item["type"],
|
|
5753
|
-
systemData: !item["systemData"]
|
|
5754
|
-
? item["systemData"]
|
|
5755
|
-
: systemDataDeserializer(item["systemData"]),
|
|
5756
|
-
properties: !item["properties"]
|
|
5757
|
-
? item["properties"]
|
|
5758
|
-
: meshMembershipPropertiesDeserializer(item["properties"]),
|
|
5759
|
-
managedBy: item["managedBy"],
|
|
5760
|
-
eTag: item["eTag"],
|
|
5761
|
-
};
|
|
5762
|
-
}
|
|
5763
|
-
export function meshMembershipPropertiesSerializer(item) {
|
|
5764
|
-
return {
|
|
5765
|
-
privateConnectProfile: !item["privateConnectProfile"]
|
|
5766
|
-
? item["privateConnectProfile"]
|
|
5767
|
-
: meshMembershipPrivateConnectProfileSerializer(item["privateConnectProfile"]),
|
|
5768
|
-
managedMeshID: item["managedMeshID"],
|
|
5769
|
-
};
|
|
5770
|
-
}
|
|
5771
|
-
export function meshMembershipPropertiesDeserializer(item) {
|
|
5772
|
-
return {
|
|
5773
|
-
provisioningState: item["provisioningState"],
|
|
5774
|
-
privateConnectProfile: !item["privateConnectProfile"]
|
|
5775
|
-
? item["privateConnectProfile"]
|
|
5776
|
-
: meshMembershipPrivateConnectProfileDeserializer(item["privateConnectProfile"]),
|
|
5777
|
-
managedMeshID: item["managedMeshID"],
|
|
5778
|
-
};
|
|
5779
|
-
}
|
|
5780
|
-
/** The provisioning state of the last accepted operation. */
|
|
5781
|
-
export var KnownMeshMembershipProvisioningState;
|
|
5782
|
-
(function (KnownMeshMembershipProvisioningState) {
|
|
5783
|
-
/** Resource creation was canceled. */
|
|
5784
|
-
KnownMeshMembershipProvisioningState["Canceled"] = "Canceled";
|
|
5785
|
-
/** The Mesh Membership is being created. */
|
|
5786
|
-
KnownMeshMembershipProvisioningState["Creating"] = "Creating";
|
|
5787
|
-
/** The Mesh Membership is being deleted. */
|
|
5788
|
-
KnownMeshMembershipProvisioningState["Deleting"] = "Deleting";
|
|
5789
|
-
/** Resource creation failed. */
|
|
5790
|
-
KnownMeshMembershipProvisioningState["Failed"] = "Failed";
|
|
5791
|
-
/** Resource has been created. */
|
|
5792
|
-
KnownMeshMembershipProvisioningState["Succeeded"] = "Succeeded";
|
|
5793
|
-
/** The Mesh Membership is being updated. */
|
|
5794
|
-
KnownMeshMembershipProvisioningState["Updating"] = "Updating";
|
|
5795
|
-
})(KnownMeshMembershipProvisioningState || (KnownMeshMembershipProvisioningState = {}));
|
|
5796
|
-
export function meshMembershipPrivateConnectProfileSerializer(item) {
|
|
5797
|
-
return { subnetResourceId: item["subnetResourceId"] };
|
|
5798
|
-
}
|
|
5799
|
-
export function meshMembershipPrivateConnectProfileDeserializer(item) {
|
|
5800
|
-
return {
|
|
5801
|
-
privateIpAddress: item["privateIpAddress"],
|
|
5802
|
-
subnetResourceId: item["subnetResourceId"],
|
|
5803
|
-
};
|
|
5804
|
-
}
|
|
5805
|
-
export function _meshMembershipsListResultDeserializer(item) {
|
|
5806
|
-
return {
|
|
5807
|
-
value: meshMembershipArrayDeserializer(item["value"]),
|
|
5808
|
-
nextLink: item["nextLink"],
|
|
5809
|
-
};
|
|
5810
|
-
}
|
|
5811
|
-
export function meshMembershipArraySerializer(result) {
|
|
5812
|
-
return result.map((item) => {
|
|
5813
|
-
return meshMembershipSerializer(item);
|
|
5814
|
-
});
|
|
5815
|
-
}
|
|
5816
|
-
export function meshMembershipArrayDeserializer(result) {
|
|
5817
|
-
return result.map((item) => {
|
|
5818
|
-
return meshMembershipDeserializer(item);
|
|
5819
|
-
});
|
|
5820
|
-
}
|
|
5821
4301
|
export function _operationListResultDeserializer(item) {
|
|
5822
4302
|
return {
|
|
5823
4303
|
value: operationValueArrayDeserializer(item["value"]),
|
|
@@ -5844,32 +4324,6 @@ export function operationValueDisplayDeserializer(item) {
|
|
|
5844
4324
|
provider: item["provider"],
|
|
5845
4325
|
};
|
|
5846
4326
|
}
|
|
5847
|
-
export function operationStatusResultDeserializer(item) {
|
|
5848
|
-
return {
|
|
5849
|
-
id: item["id"],
|
|
5850
|
-
name: item["name"],
|
|
5851
|
-
status: item["status"],
|
|
5852
|
-
percentComplete: item["percentComplete"],
|
|
5853
|
-
startTime: !item["startTime"] ? item["startTime"] : new Date(item["startTime"]),
|
|
5854
|
-
endTime: !item["endTime"] ? item["endTime"] : new Date(item["endTime"]),
|
|
5855
|
-
operations: !item["operations"]
|
|
5856
|
-
? item["operations"]
|
|
5857
|
-
: operationStatusResultArrayDeserializer(item["operations"]),
|
|
5858
|
-
error: !item["error"] ? item["error"] : errorDetailDeserializer(item["error"]),
|
|
5859
|
-
resourceId: item["resourceId"],
|
|
5860
|
-
};
|
|
5861
|
-
}
|
|
5862
|
-
export function operationStatusResultArrayDeserializer(result) {
|
|
5863
|
-
return result.map((item) => {
|
|
5864
|
-
return operationStatusResultDeserializer(item);
|
|
5865
|
-
});
|
|
5866
|
-
}
|
|
5867
|
-
export function _operationStatusResultListDeserializer(item) {
|
|
5868
|
-
return {
|
|
5869
|
-
value: operationStatusResultArrayDeserializer(item["value"]),
|
|
5870
|
-
nextLink: item["nextLink"],
|
|
5871
|
-
};
|
|
5872
|
-
}
|
|
5873
4327
|
export function privateLinkResourcesListResultDeserializer(item) {
|
|
5874
4328
|
return {
|
|
5875
4329
|
value: !item["value"] ? item["value"] : privateLinkResourceArrayDeserializer(item["value"]),
|
|
@@ -5927,200 +4381,6 @@ export function trustedAccessRoleRuleDeserializer(item) {
|
|
|
5927
4381
|
}),
|
|
5928
4382
|
};
|
|
5929
4383
|
}
|
|
5930
|
-
export function _nodeImageVersionsListResultDeserializer(item) {
|
|
5931
|
-
return {
|
|
5932
|
-
value: nodeImageVersionArrayDeserializer(item["value"]),
|
|
5933
|
-
nextLink: item["nextLink"],
|
|
5934
|
-
};
|
|
5935
|
-
}
|
|
5936
|
-
export function nodeImageVersionArrayDeserializer(result) {
|
|
5937
|
-
return result.map((item) => {
|
|
5938
|
-
return nodeImageVersionDeserializer(item);
|
|
5939
|
-
});
|
|
5940
|
-
}
|
|
5941
|
-
export function nodeImageVersionDeserializer(item) {
|
|
5942
|
-
return {
|
|
5943
|
-
os: item["os"],
|
|
5944
|
-
sku: item["sku"],
|
|
5945
|
-
version: item["version"],
|
|
5946
|
-
fullName: item["fullName"],
|
|
5947
|
-
};
|
|
5948
|
-
}
|
|
5949
|
-
export function _vmSkusListResultDeserializer(item) {
|
|
5950
|
-
return {
|
|
5951
|
-
value: resourceSkuArrayDeserializer(item["value"]),
|
|
5952
|
-
nextLink: item["nextLink"],
|
|
5953
|
-
};
|
|
5954
|
-
}
|
|
5955
|
-
export function resourceSkuArrayDeserializer(result) {
|
|
5956
|
-
return result.map((item) => {
|
|
5957
|
-
return resourceSkuDeserializer(item);
|
|
5958
|
-
});
|
|
5959
|
-
}
|
|
5960
|
-
export function resourceSkuDeserializer(item) {
|
|
5961
|
-
return {
|
|
5962
|
-
resourceType: item["resourceType"],
|
|
5963
|
-
name: item["name"],
|
|
5964
|
-
tier: item["tier"],
|
|
5965
|
-
size: item["size"],
|
|
5966
|
-
family: item["family"],
|
|
5967
|
-
kind: item["kind"],
|
|
5968
|
-
capacity: !item["capacity"]
|
|
5969
|
-
? item["capacity"]
|
|
5970
|
-
: resourceSkuCapacityDeserializer(item["capacity"]),
|
|
5971
|
-
locations: !item["locations"]
|
|
5972
|
-
? item["locations"]
|
|
5973
|
-
: item["locations"].map((p) => {
|
|
5974
|
-
return p;
|
|
5975
|
-
}),
|
|
5976
|
-
locationInfo: !item["locationInfo"]
|
|
5977
|
-
? item["locationInfo"]
|
|
5978
|
-
: resourceSkuLocationInfoArrayDeserializer(item["locationInfo"]),
|
|
5979
|
-
apiVersions: !item["apiVersions"]
|
|
5980
|
-
? item["apiVersions"]
|
|
5981
|
-
: item["apiVersions"].map((p) => {
|
|
5982
|
-
return p;
|
|
5983
|
-
}),
|
|
5984
|
-
costs: !item["costs"] ? item["costs"] : resourceSkuCostsArrayDeserializer(item["costs"]),
|
|
5985
|
-
capabilities: !item["capabilities"]
|
|
5986
|
-
? item["capabilities"]
|
|
5987
|
-
: resourceSkuCapabilitiesArrayDeserializer(item["capabilities"]),
|
|
5988
|
-
restrictions: !item["restrictions"]
|
|
5989
|
-
? item["restrictions"]
|
|
5990
|
-
: resourceSkuRestrictionsArrayDeserializer(item["restrictions"]),
|
|
5991
|
-
};
|
|
5992
|
-
}
|
|
5993
|
-
export function resourceSkuCapacityDeserializer(item) {
|
|
5994
|
-
return {
|
|
5995
|
-
minimum: item["minimum"],
|
|
5996
|
-
maximum: item["maximum"],
|
|
5997
|
-
default: item["default"],
|
|
5998
|
-
scaleType: item["scaleType"],
|
|
5999
|
-
};
|
|
6000
|
-
}
|
|
6001
|
-
/** The scale type applicable to the sku. */
|
|
6002
|
-
export var KnownResourceSkuCapacityScaleType;
|
|
6003
|
-
(function (KnownResourceSkuCapacityScaleType) {
|
|
6004
|
-
/** Automatic scaling */
|
|
6005
|
-
KnownResourceSkuCapacityScaleType["Automatic"] = "Automatic";
|
|
6006
|
-
/** Manual scaling */
|
|
6007
|
-
KnownResourceSkuCapacityScaleType["Manual"] = "Manual";
|
|
6008
|
-
/** No scaling */
|
|
6009
|
-
KnownResourceSkuCapacityScaleType["None"] = "None";
|
|
6010
|
-
})(KnownResourceSkuCapacityScaleType || (KnownResourceSkuCapacityScaleType = {}));
|
|
6011
|
-
export function resourceSkuLocationInfoArrayDeserializer(result) {
|
|
6012
|
-
return result.map((item) => {
|
|
6013
|
-
return resourceSkuLocationInfoDeserializer(item);
|
|
6014
|
-
});
|
|
6015
|
-
}
|
|
6016
|
-
export function resourceSkuLocationInfoDeserializer(item) {
|
|
6017
|
-
return {
|
|
6018
|
-
location: item["location"],
|
|
6019
|
-
zones: !item["zones"]
|
|
6020
|
-
? item["zones"]
|
|
6021
|
-
: item["zones"].map((p) => {
|
|
6022
|
-
return p;
|
|
6023
|
-
}),
|
|
6024
|
-
zoneDetails: !item["zoneDetails"]
|
|
6025
|
-
? item["zoneDetails"]
|
|
6026
|
-
: resourceSkuZoneDetailsArrayDeserializer(item["zoneDetails"]),
|
|
6027
|
-
extendedLocations: !item["extendedLocations"]
|
|
6028
|
-
? item["extendedLocations"]
|
|
6029
|
-
: item["extendedLocations"].map((p) => {
|
|
6030
|
-
return p;
|
|
6031
|
-
}),
|
|
6032
|
-
type: item["type"],
|
|
6033
|
-
};
|
|
6034
|
-
}
|
|
6035
|
-
export function resourceSkuZoneDetailsArrayDeserializer(result) {
|
|
6036
|
-
return result.map((item) => {
|
|
6037
|
-
return resourceSkuZoneDetailsDeserializer(item);
|
|
6038
|
-
});
|
|
6039
|
-
}
|
|
6040
|
-
export function resourceSkuZoneDetailsDeserializer(item) {
|
|
6041
|
-
return {
|
|
6042
|
-
name: !item["name"]
|
|
6043
|
-
? item["name"]
|
|
6044
|
-
: item["name"].map((p) => {
|
|
6045
|
-
return p;
|
|
6046
|
-
}),
|
|
6047
|
-
capabilities: !item["capabilities"]
|
|
6048
|
-
? item["capabilities"]
|
|
6049
|
-
: resourceSkuCapabilitiesArrayDeserializer(item["capabilities"]),
|
|
6050
|
-
};
|
|
6051
|
-
}
|
|
6052
|
-
export function resourceSkuCapabilitiesArrayDeserializer(result) {
|
|
6053
|
-
return result.map((item) => {
|
|
6054
|
-
return resourceSkuCapabilitiesDeserializer(item);
|
|
6055
|
-
});
|
|
6056
|
-
}
|
|
6057
|
-
export function resourceSkuCapabilitiesDeserializer(item) {
|
|
6058
|
-
return {
|
|
6059
|
-
name: item["name"],
|
|
6060
|
-
value: item["value"],
|
|
6061
|
-
};
|
|
6062
|
-
}
|
|
6063
|
-
export function resourceSkuCostsArrayDeserializer(result) {
|
|
6064
|
-
return result.map((item) => {
|
|
6065
|
-
return resourceSkuCostsDeserializer(item);
|
|
6066
|
-
});
|
|
6067
|
-
}
|
|
6068
|
-
export function resourceSkuCostsDeserializer(item) {
|
|
6069
|
-
return {
|
|
6070
|
-
meterID: item["meterID"],
|
|
6071
|
-
quantity: item["quantity"],
|
|
6072
|
-
extendedUnit: item["extendedUnit"],
|
|
6073
|
-
};
|
|
6074
|
-
}
|
|
6075
|
-
export function resourceSkuRestrictionsArrayDeserializer(result) {
|
|
6076
|
-
return result.map((item) => {
|
|
6077
|
-
return resourceSkuRestrictionsDeserializer(item);
|
|
6078
|
-
});
|
|
6079
|
-
}
|
|
6080
|
-
export function resourceSkuRestrictionsDeserializer(item) {
|
|
6081
|
-
return {
|
|
6082
|
-
type: item["type"],
|
|
6083
|
-
values: !item["values"]
|
|
6084
|
-
? item["values"]
|
|
6085
|
-
: item["values"].map((p) => {
|
|
6086
|
-
return p;
|
|
6087
|
-
}),
|
|
6088
|
-
restrictionInfo: !item["restrictionInfo"]
|
|
6089
|
-
? item["restrictionInfo"]
|
|
6090
|
-
: resourceSkuRestrictionInfoDeserializer(item["restrictionInfo"]),
|
|
6091
|
-
reasonCode: item["reasonCode"],
|
|
6092
|
-
};
|
|
6093
|
-
}
|
|
6094
|
-
/** The type of restrictions. */
|
|
6095
|
-
export var KnownResourceSkuRestrictionsType;
|
|
6096
|
-
(function (KnownResourceSkuRestrictionsType) {
|
|
6097
|
-
/** Location restriction */
|
|
6098
|
-
KnownResourceSkuRestrictionsType["Location"] = "Location";
|
|
6099
|
-
/** Zone restriction */
|
|
6100
|
-
KnownResourceSkuRestrictionsType["Zone"] = "Zone";
|
|
6101
|
-
})(KnownResourceSkuRestrictionsType || (KnownResourceSkuRestrictionsType = {}));
|
|
6102
|
-
export function resourceSkuRestrictionInfoDeserializer(item) {
|
|
6103
|
-
return {
|
|
6104
|
-
locations: !item["locations"]
|
|
6105
|
-
? item["locations"]
|
|
6106
|
-
: item["locations"].map((p) => {
|
|
6107
|
-
return p;
|
|
6108
|
-
}),
|
|
6109
|
-
zones: !item["zones"]
|
|
6110
|
-
? item["zones"]
|
|
6111
|
-
: item["zones"].map((p) => {
|
|
6112
|
-
return p;
|
|
6113
|
-
}),
|
|
6114
|
-
};
|
|
6115
|
-
}
|
|
6116
|
-
/** The reason for restriction. */
|
|
6117
|
-
export var KnownResourceSkuRestrictionsReasonCode;
|
|
6118
|
-
(function (KnownResourceSkuRestrictionsReasonCode) {
|
|
6119
|
-
/** Quota ID restriction */
|
|
6120
|
-
KnownResourceSkuRestrictionsReasonCode["QuotaId"] = "QuotaId";
|
|
6121
|
-
/** Not available for subscription */
|
|
6122
|
-
KnownResourceSkuRestrictionsReasonCode["NotAvailableForSubscription"] = "NotAvailableForSubscription";
|
|
6123
|
-
})(KnownResourceSkuRestrictionsReasonCode || (KnownResourceSkuRestrictionsReasonCode = {}));
|
|
6124
4384
|
/** The format of the kubeconfig credential. */
|
|
6125
4385
|
export var KnownFormat;
|
|
6126
4386
|
(function (KnownFormat) {
|
|
@@ -6136,8 +4396,10 @@ export var KnownVersions;
|
|
|
6136
4396
|
KnownVersions["V20251001"] = "2025-10-01";
|
|
6137
4397
|
/** The 2026-01-01 API version. */
|
|
6138
4398
|
KnownVersions["V20260101"] = "2026-01-01";
|
|
6139
|
-
/** The 2026-
|
|
6140
|
-
KnownVersions["
|
|
4399
|
+
/** The 2026-02-01 API version. */
|
|
4400
|
+
KnownVersions["V20260201"] = "2026-02-01";
|
|
4401
|
+
/** The 2026-03-01 API version. */
|
|
4402
|
+
KnownVersions["V20260301"] = "2026-03-01";
|
|
6141
4403
|
})(KnownVersions || (KnownVersions = {}));
|
|
6142
4404
|
export function _agentPoolPropertiesSerializer(item) {
|
|
6143
4405
|
return {
|
|
@@ -6161,14 +4423,9 @@ export function _agentPoolPropertiesSerializer(item) {
|
|
|
6161
4423
|
type: item["typePropertiesType"],
|
|
6162
4424
|
mode: item["mode"],
|
|
6163
4425
|
orchestratorVersion: item["orchestratorVersion"],
|
|
6164
|
-
upgradeStrategy: item["upgradeStrategy"],
|
|
6165
|
-
enableOSDiskFullCaching: item["enableOSDiskFullCaching"],
|
|
6166
4426
|
upgradeSettings: !item["upgradeSettings"]
|
|
6167
4427
|
? item["upgradeSettings"]
|
|
6168
4428
|
: agentPoolUpgradeSettingsSerializer(item["upgradeSettings"]),
|
|
6169
|
-
upgradeSettingsBlueGreen: !item["upgradeSettingsBlueGreen"]
|
|
6170
|
-
? item["upgradeSettingsBlueGreen"]
|
|
6171
|
-
: agentPoolBlueGreenUpgradeSettingsSerializer(item["upgradeSettingsBlueGreen"]),
|
|
6172
4429
|
powerState: !item["powerState"] ? item["powerState"] : powerStateSerializer(item["powerState"]),
|
|
6173
4430
|
availabilityZones: !item["availabilityZones"]
|
|
6174
4431
|
? item["availabilityZones"]
|
|
@@ -6187,11 +4444,6 @@ export function _agentPoolPropertiesSerializer(item) {
|
|
|
6187
4444
|
: item["nodeTaints"].map((p) => {
|
|
6188
4445
|
return p;
|
|
6189
4446
|
}),
|
|
6190
|
-
nodeInitializationTaints: !item["nodeInitializationTaints"]
|
|
6191
|
-
? item["nodeInitializationTaints"]
|
|
6192
|
-
: item["nodeInitializationTaints"].map((p) => {
|
|
6193
|
-
return p;
|
|
6194
|
-
}),
|
|
6195
4447
|
proximityPlacementGroupID: item["proximityPlacementGroupID"],
|
|
6196
4448
|
kubeletConfig: !item["kubeletConfig"]
|
|
6197
4449
|
? item["kubeletConfig"]
|
|
@@ -6234,9 +4486,6 @@ export function _agentPoolPropertiesSerializer(item) {
|
|
|
6234
4486
|
localDNSProfile: !item["localDNSProfile"]
|
|
6235
4487
|
? item["localDNSProfile"]
|
|
6236
4488
|
: localDNSProfileSerializer(item["localDNSProfile"]),
|
|
6237
|
-
nodeCustomizationProfile: !item["nodeCustomizationProfile"]
|
|
6238
|
-
? item["nodeCustomizationProfile"]
|
|
6239
|
-
: nodeCustomizationProfileSerializer(item["nodeCustomizationProfile"]),
|
|
6240
4489
|
};
|
|
6241
4490
|
}
|
|
6242
4491
|
export function _agentPoolPropertiesDeserializer(item) {
|
|
@@ -6264,14 +4513,9 @@ export function _agentPoolPropertiesDeserializer(item) {
|
|
|
6264
4513
|
orchestratorVersion: item["orchestratorVersion"],
|
|
6265
4514
|
currentOrchestratorVersion: item["currentOrchestratorVersion"],
|
|
6266
4515
|
nodeImageVersion: item["nodeImageVersion"],
|
|
6267
|
-
upgradeStrategy: item["upgradeStrategy"],
|
|
6268
|
-
enableOSDiskFullCaching: item["enableOSDiskFullCaching"],
|
|
6269
4516
|
upgradeSettings: !item["upgradeSettings"]
|
|
6270
4517
|
? item["upgradeSettings"]
|
|
6271
4518
|
: agentPoolUpgradeSettingsDeserializer(item["upgradeSettings"]),
|
|
6272
|
-
upgradeSettingsBlueGreen: !item["upgradeSettingsBlueGreen"]
|
|
6273
|
-
? item["upgradeSettingsBlueGreen"]
|
|
6274
|
-
: agentPoolBlueGreenUpgradeSettingsDeserializer(item["upgradeSettingsBlueGreen"]),
|
|
6275
4519
|
provisioningState: item["provisioningState"],
|
|
6276
4520
|
powerState: !item["powerState"]
|
|
6277
4521
|
? item["powerState"]
|
|
@@ -6297,11 +4541,6 @@ export function _agentPoolPropertiesDeserializer(item) {
|
|
|
6297
4541
|
: item["nodeTaints"].map((p) => {
|
|
6298
4542
|
return p;
|
|
6299
4543
|
}),
|
|
6300
|
-
nodeInitializationTaints: !item["nodeInitializationTaints"]
|
|
6301
|
-
? item["nodeInitializationTaints"]
|
|
6302
|
-
: item["nodeInitializationTaints"].map((p) => {
|
|
6303
|
-
return p;
|
|
6304
|
-
}),
|
|
6305
4544
|
proximityPlacementGroupID: item["proximityPlacementGroupID"],
|
|
6306
4545
|
kubeletConfig: !item["kubeletConfig"]
|
|
6307
4546
|
? item["kubeletConfig"]
|
|
@@ -6346,9 +4585,6 @@ export function _agentPoolPropertiesDeserializer(item) {
|
|
|
6346
4585
|
localDNSProfile: !item["localDNSProfile"]
|
|
6347
4586
|
? item["localDNSProfile"]
|
|
6348
4587
|
: localDNSProfileDeserializer(item["localDNSProfile"]),
|
|
6349
|
-
nodeCustomizationProfile: !item["nodeCustomizationProfile"]
|
|
6350
|
-
? item["nodeCustomizationProfile"]
|
|
6351
|
-
: nodeCustomizationProfileDeserializer(item["nodeCustomizationProfile"]),
|
|
6352
4588
|
};
|
|
6353
4589
|
}
|
|
6354
4590
|
export function _agentPoolAvailableVersionsPropertiesDeserializer(item) {
|
|
@@ -6365,20 +4601,11 @@ export function _agentPoolUpgradeProfilePropertiesDeserializer(item) {
|
|
|
6365
4601
|
upgrades: !item["upgrades"]
|
|
6366
4602
|
? item["upgrades"]
|
|
6367
4603
|
: agentPoolUpgradeProfilePropertiesUpgradesItemArrayDeserializer(item["upgrades"]),
|
|
6368
|
-
componentsByReleases: !item["componentsByReleases"]
|
|
6369
|
-
? item["componentsByReleases"]
|
|
6370
|
-
: componentsByReleaseArrayDeserializer(item["componentsByReleases"]),
|
|
6371
|
-
recentlyUsedVersions: !item["recentlyUsedVersions"]
|
|
6372
|
-
? item["recentlyUsedVersions"]
|
|
6373
|
-
: agentPoolRecentlyUsedVersionArrayDeserializer(item["recentlyUsedVersions"]),
|
|
6374
4604
|
latestNodeImageVersion: item["latestNodeImageVersion"],
|
|
6375
4605
|
};
|
|
6376
4606
|
}
|
|
6377
4607
|
export function _managedClusterPropertiesSerializer(item) {
|
|
6378
4608
|
return {
|
|
6379
|
-
creationData: !item["creationData"]
|
|
6380
|
-
? item["creationData"]
|
|
6381
|
-
: creationDataSerializer(item["creationData"]),
|
|
6382
4609
|
kubernetesVersion: item["kubernetesVersion"],
|
|
6383
4610
|
dnsPrefix: item["dnsPrefix"],
|
|
6384
4611
|
fqdnSubdomain: item["fqdnSubdomain"],
|
|
@@ -6409,7 +4636,6 @@ export function _managedClusterPropertiesSerializer(item) {
|
|
|
6409
4636
|
: managedClusterNodeResourceGroupProfileSerializer(item["nodeResourceGroupProfile"]),
|
|
6410
4637
|
enableRBAC: item["enableRbac"],
|
|
6411
4638
|
supportPlan: item["supportPlan"],
|
|
6412
|
-
enableNamespaceResources: item["enableNamespaceResources"],
|
|
6413
4639
|
networkProfile: !item["networkProfile"]
|
|
6414
4640
|
? item["networkProfile"]
|
|
6415
4641
|
: containerServiceNetworkProfileSerializer(item["networkProfile"]),
|
|
@@ -6470,15 +4696,9 @@ export function _managedClusterPropertiesSerializer(item) {
|
|
|
6470
4696
|
aiToolchainOperatorProfile: !item["aiToolchainOperatorProfile"]
|
|
6471
4697
|
? item["aiToolchainOperatorProfile"]
|
|
6472
4698
|
: managedClusterAIToolchainOperatorProfileSerializer(item["aiToolchainOperatorProfile"]),
|
|
6473
|
-
schedulerProfile: !item["schedulerProfile"]
|
|
6474
|
-
? item["schedulerProfile"]
|
|
6475
|
-
: schedulerProfileSerializer(item["schedulerProfile"]),
|
|
6476
4699
|
hostedSystemProfile: !item["hostedSystemProfile"]
|
|
6477
4700
|
? item["hostedSystemProfile"]
|
|
6478
4701
|
: managedClusterHostedSystemProfileSerializer(item["hostedSystemProfile"]),
|
|
6479
|
-
healthMonitorProfile: !item["healthMonitorProfile"]
|
|
6480
|
-
? item["healthMonitorProfile"]
|
|
6481
|
-
: managedClusterHealthMonitorProfileSerializer(item["healthMonitorProfile"]),
|
|
6482
4702
|
status: !item["status"] ? item["status"] : managedClusterStatusSerializer(item["status"]),
|
|
6483
4703
|
};
|
|
6484
4704
|
}
|
|
@@ -6488,9 +4708,6 @@ export function _managedClusterPropertiesDeserializer(item) {
|
|
|
6488
4708
|
powerState: !item["powerState"]
|
|
6489
4709
|
? item["powerState"]
|
|
6490
4710
|
: powerStateDeserializer(item["powerState"]),
|
|
6491
|
-
creationData: !item["creationData"]
|
|
6492
|
-
? item["creationData"]
|
|
6493
|
-
: creationDataDeserializer(item["creationData"]),
|
|
6494
4711
|
maxAgentPools: item["maxAgentPools"],
|
|
6495
4712
|
kubernetesVersion: item["kubernetesVersion"],
|
|
6496
4713
|
currentKubernetesVersion: item["currentKubernetesVersion"],
|
|
@@ -6526,7 +4743,6 @@ export function _managedClusterPropertiesDeserializer(item) {
|
|
|
6526
4743
|
: managedClusterNodeResourceGroupProfileDeserializer(item["nodeResourceGroupProfile"]),
|
|
6527
4744
|
enableRbac: item["enableRBAC"],
|
|
6528
4745
|
supportPlan: item["supportPlan"],
|
|
6529
|
-
enableNamespaceResources: item["enableNamespaceResources"],
|
|
6530
4746
|
networkProfile: !item["networkProfile"]
|
|
6531
4747
|
? item["networkProfile"]
|
|
6532
4748
|
: containerServiceNetworkProfileDeserializer(item["networkProfile"]),
|
|
@@ -6588,15 +4804,9 @@ export function _managedClusterPropertiesDeserializer(item) {
|
|
|
6588
4804
|
aiToolchainOperatorProfile: !item["aiToolchainOperatorProfile"]
|
|
6589
4805
|
? item["aiToolchainOperatorProfile"]
|
|
6590
4806
|
: managedClusterAIToolchainOperatorProfileDeserializer(item["aiToolchainOperatorProfile"]),
|
|
6591
|
-
schedulerProfile: !item["schedulerProfile"]
|
|
6592
|
-
? item["schedulerProfile"]
|
|
6593
|
-
: schedulerProfileDeserializer(item["schedulerProfile"]),
|
|
6594
4807
|
hostedSystemProfile: !item["hostedSystemProfile"]
|
|
6595
4808
|
? item["hostedSystemProfile"]
|
|
6596
4809
|
: managedClusterHostedSystemProfileDeserializer(item["hostedSystemProfile"]),
|
|
6597
|
-
healthMonitorProfile: !item["healthMonitorProfile"]
|
|
6598
|
-
? item["healthMonitorProfile"]
|
|
6599
|
-
: managedClusterHealthMonitorProfileDeserializer(item["healthMonitorProfile"]),
|
|
6600
4810
|
status: !item["status"] ? item["status"] : managedClusterStatusDeserializer(item["status"]),
|
|
6601
4811
|
};
|
|
6602
4812
|
}
|
|
@@ -6694,25 +4904,6 @@ export function _snapshotPropertiesDeserializer(item) {
|
|
|
6694
4904
|
enableFips: item["enableFIPS"],
|
|
6695
4905
|
};
|
|
6696
4906
|
}
|
|
6697
|
-
export function _managedClusterSnapshotPropertiesSerializer(item) {
|
|
6698
|
-
return {
|
|
6699
|
-
creationData: !item["creationData"]
|
|
6700
|
-
? item["creationData"]
|
|
6701
|
-
: creationDataSerializer(item["creationData"]),
|
|
6702
|
-
snapshotType: item["snapshotType"],
|
|
6703
|
-
};
|
|
6704
|
-
}
|
|
6705
|
-
export function _managedClusterSnapshotPropertiesDeserializer(item) {
|
|
6706
|
-
return {
|
|
6707
|
-
creationData: !item["creationData"]
|
|
6708
|
-
? item["creationData"]
|
|
6709
|
-
: creationDataDeserializer(item["creationData"]),
|
|
6710
|
-
snapshotType: item["snapshotType"],
|
|
6711
|
-
managedClusterPropertiesReadOnly: !item["managedClusterPropertiesReadOnly"]
|
|
6712
|
-
? item["managedClusterPropertiesReadOnly"]
|
|
6713
|
-
: managedClusterPropertiesForSnapshotDeserializer(item["managedClusterPropertiesReadOnly"]),
|
|
6714
|
-
};
|
|
6715
|
-
}
|
|
6716
4907
|
export function _trustedAccessRoleBindingPropertiesSerializer(item) {
|
|
6717
4908
|
return {
|
|
6718
4909
|
sourceResourceId: item["sourceResourceId"],
|
|
@@ -6730,37 +4921,6 @@ export function _trustedAccessRoleBindingPropertiesDeserializer(item) {
|
|
|
6730
4921
|
}),
|
|
6731
4922
|
};
|
|
6732
4923
|
}
|
|
6733
|
-
export function _loadBalancerPropertiesSerializer(item) {
|
|
6734
|
-
return {
|
|
6735
|
-
primaryAgentPoolName: item["primaryAgentPoolName"],
|
|
6736
|
-
allowServicePlacement: item["allowServicePlacement"],
|
|
6737
|
-
serviceLabelSelector: !item["serviceLabelSelector"]
|
|
6738
|
-
? item["serviceLabelSelector"]
|
|
6739
|
-
: labelSelectorSerializer(item["serviceLabelSelector"]),
|
|
6740
|
-
serviceNamespaceSelector: !item["serviceNamespaceSelector"]
|
|
6741
|
-
? item["serviceNamespaceSelector"]
|
|
6742
|
-
: labelSelectorSerializer(item["serviceNamespaceSelector"]),
|
|
6743
|
-
nodeSelector: !item["nodeSelector"]
|
|
6744
|
-
? item["nodeSelector"]
|
|
6745
|
-
: labelSelectorSerializer(item["nodeSelector"]),
|
|
6746
|
-
};
|
|
6747
|
-
}
|
|
6748
|
-
export function _loadBalancerPropertiesDeserializer(item) {
|
|
6749
|
-
return {
|
|
6750
|
-
primaryAgentPoolName: item["primaryAgentPoolName"],
|
|
6751
|
-
allowServicePlacement: item["allowServicePlacement"],
|
|
6752
|
-
serviceLabelSelector: !item["serviceLabelSelector"]
|
|
6753
|
-
? item["serviceLabelSelector"]
|
|
6754
|
-
: labelSelectorDeserializer(item["serviceLabelSelector"]),
|
|
6755
|
-
serviceNamespaceSelector: !item["serviceNamespaceSelector"]
|
|
6756
|
-
? item["serviceNamespaceSelector"]
|
|
6757
|
-
: labelSelectorDeserializer(item["serviceNamespaceSelector"]),
|
|
6758
|
-
nodeSelector: !item["nodeSelector"]
|
|
6759
|
-
? item["nodeSelector"]
|
|
6760
|
-
: labelSelectorDeserializer(item["nodeSelector"]),
|
|
6761
|
-
provisioningState: item["provisioningState"],
|
|
6762
|
-
};
|
|
6763
|
-
}
|
|
6764
4924
|
export function _operationValueDisplayDeserializer(item) {
|
|
6765
4925
|
return {
|
|
6766
4926
|
operation: item["operation"],
|