@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
|
@@ -18,7 +18,6 @@ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: tru
|
|
|
18
18
|
var models_exports = {};
|
|
19
19
|
__export(models_exports, {
|
|
20
20
|
KnownAccelerationMode: () => KnownAccelerationMode,
|
|
21
|
-
KnownAddonAutoscaling: () => KnownAddonAutoscaling,
|
|
22
21
|
KnownAdoptionPolicy: () => KnownAdoptionPolicy,
|
|
23
22
|
KnownAdvancedNetworkPolicies: () => KnownAdvancedNetworkPolicies,
|
|
24
23
|
KnownAgentPoolMode: () => KnownAgentPoolMode,
|
|
@@ -26,27 +25,18 @@ __export(models_exports, {
|
|
|
26
25
|
KnownAgentPoolType: () => KnownAgentPoolType,
|
|
27
26
|
KnownArtifactSource: () => KnownArtifactSource,
|
|
28
27
|
KnownBackendPoolType: () => KnownBackendPoolType,
|
|
29
|
-
KnownClusterServiceLoadBalancerHealthProbeMode: () => KnownClusterServiceLoadBalancerHealthProbeMode,
|
|
30
28
|
KnownCode: () => KnownCode,
|
|
31
29
|
KnownConnectionStatus: () => KnownConnectionStatus,
|
|
32
|
-
KnownContainerNetworkLogs: () => KnownContainerNetworkLogs,
|
|
33
30
|
KnownCreatedByType: () => KnownCreatedByType,
|
|
34
31
|
KnownDeletePolicy: () => KnownDeletePolicy,
|
|
35
|
-
KnownDriftAction: () => KnownDriftAction,
|
|
36
|
-
KnownDriverType: () => KnownDriverType,
|
|
37
32
|
KnownExpander: () => KnownExpander,
|
|
38
33
|
KnownExtendedLocationTypes: () => KnownExtendedLocationTypes,
|
|
39
34
|
KnownFormat: () => KnownFormat,
|
|
40
35
|
KnownGPUDriver: () => KnownGPUDriver,
|
|
41
36
|
KnownGPUInstanceProfile: () => KnownGPUInstanceProfile,
|
|
42
37
|
KnownGatewayAPIIstioEnabled: () => KnownGatewayAPIIstioEnabled,
|
|
43
|
-
KnownGuardrailsSupport: () => KnownGuardrailsSupport,
|
|
44
|
-
KnownIdentityBindingProvisioningState: () => KnownIdentityBindingProvisioningState,
|
|
45
|
-
KnownInfrastructureEncryption: () => KnownInfrastructureEncryption,
|
|
46
38
|
KnownIpFamily: () => KnownIpFamily,
|
|
47
|
-
KnownIpvsScheduler: () => KnownIpvsScheduler,
|
|
48
39
|
KnownIstioIngressGatewayMode: () => KnownIstioIngressGatewayMode,
|
|
49
|
-
KnownJWTAuthenticatorProvisioningState: () => KnownJWTAuthenticatorProvisioningState,
|
|
50
40
|
KnownKeyVaultNetworkAccessTypes: () => KnownKeyVaultNetworkAccessTypes,
|
|
51
41
|
KnownKubeletDiskType: () => KnownKubeletDiskType,
|
|
52
42
|
KnownKubernetesSupportPlan: () => KnownKubernetesSupportPlan,
|
|
@@ -63,10 +53,6 @@ __export(models_exports, {
|
|
|
63
53
|
KnownManagedClusterSKUName: () => KnownManagedClusterSKUName,
|
|
64
54
|
KnownManagedClusterSKUTier: () => KnownManagedClusterSKUTier,
|
|
65
55
|
KnownManagedGatewayType: () => KnownManagedGatewayType,
|
|
66
|
-
KnownManagementMode: () => KnownManagementMode,
|
|
67
|
-
KnownMeshMembershipProvisioningState: () => KnownMeshMembershipProvisioningState,
|
|
68
|
-
KnownMigStrategy: () => KnownMigStrategy,
|
|
69
|
-
KnownMode: () => KnownMode,
|
|
70
56
|
KnownNamespaceProvisioningState: () => KnownNamespaceProvisioningState,
|
|
71
57
|
KnownNetworkDataplane: () => KnownNetworkDataplane,
|
|
72
58
|
KnownNetworkMode: () => KnownNetworkMode,
|
|
@@ -79,27 +65,19 @@ __export(models_exports, {
|
|
|
79
65
|
KnownNodeProvisioningMode: () => KnownNodeProvisioningMode,
|
|
80
66
|
KnownOSDiskType: () => KnownOSDiskType,
|
|
81
67
|
KnownOSType: () => KnownOSType,
|
|
82
|
-
KnownOperator: () => KnownOperator,
|
|
83
68
|
KnownOssku: () => KnownOssku,
|
|
84
69
|
KnownOutboundType: () => KnownOutboundType,
|
|
85
70
|
KnownPodIPAllocationMode: () => KnownPodIPAllocationMode,
|
|
86
|
-
KnownPodLinkLocalAccess: () => KnownPodLinkLocalAccess,
|
|
87
71
|
KnownPolicyRule: () => KnownPolicyRule,
|
|
88
72
|
KnownPrivateEndpointConnectionProvisioningState: () => KnownPrivateEndpointConnectionProvisioningState,
|
|
89
73
|
KnownProtocol: () => KnownProtocol,
|
|
90
74
|
KnownProxyRedirectionMechanism: () => KnownProxyRedirectionMechanism,
|
|
91
75
|
KnownPublicNetworkAccess: () => KnownPublicNetworkAccess,
|
|
92
76
|
KnownResourceIdentityType: () => KnownResourceIdentityType,
|
|
93
|
-
KnownResourceSkuCapacityScaleType: () => KnownResourceSkuCapacityScaleType,
|
|
94
|
-
KnownResourceSkuRestrictionsReasonCode: () => KnownResourceSkuRestrictionsReasonCode,
|
|
95
|
-
KnownResourceSkuRestrictionsType: () => KnownResourceSkuRestrictionsType,
|
|
96
77
|
KnownRestrictionLevel: () => KnownRestrictionLevel,
|
|
97
|
-
KnownSafeguardsSupport: () => KnownSafeguardsSupport,
|
|
98
78
|
KnownScaleDownMode: () => KnownScaleDownMode,
|
|
99
79
|
KnownScaleSetEvictionPolicy: () => KnownScaleSetEvictionPolicy,
|
|
100
80
|
KnownScaleSetPriority: () => KnownScaleSetPriority,
|
|
101
|
-
KnownSchedulerConfigMode: () => KnownSchedulerConfigMode,
|
|
102
|
-
KnownSeccompDefault: () => KnownSeccompDefault,
|
|
103
81
|
KnownServiceMeshMode: () => KnownServiceMeshMode,
|
|
104
82
|
KnownSnapshotType: () => KnownSnapshotType,
|
|
105
83
|
KnownTransitEncryptionType: () => KnownTransitEncryptionType,
|
|
@@ -107,9 +85,7 @@ __export(models_exports, {
|
|
|
107
85
|
KnownType: () => KnownType,
|
|
108
86
|
KnownUndrainableNodeBehavior: () => KnownUndrainableNodeBehavior,
|
|
109
87
|
KnownUpgradeChannel: () => KnownUpgradeChannel,
|
|
110
|
-
KnownUpgradeStrategy: () => KnownUpgradeStrategy,
|
|
111
88
|
KnownVersions: () => KnownVersions,
|
|
112
|
-
KnownVmState: () => KnownVmState,
|
|
113
89
|
KnownWeekDay: () => KnownWeekDay,
|
|
114
90
|
KnownWorkloadRuntime: () => KnownWorkloadRuntime,
|
|
115
91
|
_agentPoolAvailableVersionsPropertiesDeserializer: () => _agentPoolAvailableVersionsPropertiesDeserializer,
|
|
@@ -117,41 +93,24 @@ __export(models_exports, {
|
|
|
117
93
|
_agentPoolPropertiesDeserializer: () => _agentPoolPropertiesDeserializer,
|
|
118
94
|
_agentPoolPropertiesSerializer: () => _agentPoolPropertiesSerializer,
|
|
119
95
|
_agentPoolUpgradeProfilePropertiesDeserializer: () => _agentPoolUpgradeProfilePropertiesDeserializer,
|
|
120
|
-
_guardrailsAvailableVersionsListDeserializer: () => _guardrailsAvailableVersionsListDeserializer,
|
|
121
|
-
_identityBindingListResultDeserializer: () => _identityBindingListResultDeserializer,
|
|
122
|
-
_jwtAuthenticatorListResultDeserializer: () => _jwtAuthenticatorListResultDeserializer,
|
|
123
|
-
_loadBalancerListResultDeserializer: () => _loadBalancerListResultDeserializer,
|
|
124
|
-
_loadBalancerPropertiesDeserializer: () => _loadBalancerPropertiesDeserializer,
|
|
125
|
-
_loadBalancerPropertiesSerializer: () => _loadBalancerPropertiesSerializer,
|
|
126
96
|
_machineListResultDeserializer: () => _machineListResultDeserializer,
|
|
127
97
|
_maintenanceConfigurationListResultDeserializer: () => _maintenanceConfigurationListResultDeserializer,
|
|
128
98
|
_maintenanceConfigurationPropertiesDeserializer: () => _maintenanceConfigurationPropertiesDeserializer,
|
|
129
99
|
_maintenanceConfigurationPropertiesSerializer: () => _maintenanceConfigurationPropertiesSerializer,
|
|
130
100
|
_managedClusterAccessProfilePropertiesDeserializer: () => _managedClusterAccessProfilePropertiesDeserializer,
|
|
131
101
|
_managedClusterListResultDeserializer: () => _managedClusterListResultDeserializer,
|
|
132
|
-
_managedClusterNATGatewayProfileOutboundIPsDeserializer: () => _managedClusterNATGatewayProfileOutboundIPsDeserializer,
|
|
133
|
-
_managedClusterNATGatewayProfileOutboundIPsSerializer: () => _managedClusterNATGatewayProfileOutboundIPsSerializer,
|
|
134
|
-
_managedClusterNATGatewayProfileOutboundIpPrefixesDeserializer: () => _managedClusterNATGatewayProfileOutboundIpPrefixesDeserializer,
|
|
135
|
-
_managedClusterNATGatewayProfileOutboundIpPrefixesSerializer: () => _managedClusterNATGatewayProfileOutboundIpPrefixesSerializer,
|
|
136
102
|
_managedClusterPropertiesDeserializer: () => _managedClusterPropertiesDeserializer,
|
|
137
103
|
_managedClusterPropertiesSerializer: () => _managedClusterPropertiesSerializer,
|
|
138
|
-
_managedClusterSnapshotListResultDeserializer: () => _managedClusterSnapshotListResultDeserializer,
|
|
139
|
-
_managedClusterSnapshotPropertiesDeserializer: () => _managedClusterSnapshotPropertiesDeserializer,
|
|
140
|
-
_managedClusterSnapshotPropertiesSerializer: () => _managedClusterSnapshotPropertiesSerializer,
|
|
141
104
|
_managedClusterUpgradeProfilePropertiesDeserializer: () => _managedClusterUpgradeProfilePropertiesDeserializer,
|
|
142
105
|
_managedNamespaceListResultDeserializer: () => _managedNamespaceListResultDeserializer,
|
|
143
|
-
_meshMembershipsListResultDeserializer: () => _meshMembershipsListResultDeserializer,
|
|
144
106
|
_meshRevisionProfileListDeserializer: () => _meshRevisionProfileListDeserializer,
|
|
145
107
|
_meshUpgradeProfileListDeserializer: () => _meshUpgradeProfileListDeserializer,
|
|
146
|
-
_nodeImageVersionsListResultDeserializer: () => _nodeImageVersionsListResultDeserializer,
|
|
147
108
|
_operationListResultDeserializer: () => _operationListResultDeserializer,
|
|
148
|
-
_operationStatusResultListDeserializer: () => _operationStatusResultListDeserializer,
|
|
149
109
|
_operationValueDisplayDeserializer: () => _operationValueDisplayDeserializer,
|
|
150
110
|
_outboundEnvironmentEndpointCollectionDeserializer: () => _outboundEnvironmentEndpointCollectionDeserializer,
|
|
151
111
|
_privateEndpointConnectionPropertiesDeserializer: () => _privateEndpointConnectionPropertiesDeserializer,
|
|
152
112
|
_privateEndpointConnectionPropertiesSerializer: () => _privateEndpointConnectionPropertiesSerializer,
|
|
153
113
|
_runCommandResultPropertiesDeserializer: () => _runCommandResultPropertiesDeserializer,
|
|
154
|
-
_safeguardsAvailableVersionsListDeserializer: () => _safeguardsAvailableVersionsListDeserializer,
|
|
155
114
|
_snapshotListResultDeserializer: () => _snapshotListResultDeserializer,
|
|
156
115
|
_snapshotPropertiesDeserializer: () => _snapshotPropertiesDeserializer,
|
|
157
116
|
_snapshotPropertiesSerializer: () => _snapshotPropertiesSerializer,
|
|
@@ -159,7 +118,6 @@ __export(models_exports, {
|
|
|
159
118
|
_trustedAccessRoleBindingPropertiesDeserializer: () => _trustedAccessRoleBindingPropertiesDeserializer,
|
|
160
119
|
_trustedAccessRoleBindingPropertiesSerializer: () => _trustedAccessRoleBindingPropertiesSerializer,
|
|
161
120
|
_trustedAccessRoleListResultDeserializer: () => _trustedAccessRoleListResultDeserializer,
|
|
162
|
-
_vmSkusListResultDeserializer: () => _vmSkusListResultDeserializer,
|
|
163
121
|
absoluteMonthlyScheduleDeserializer: () => absoluteMonthlyScheduleDeserializer,
|
|
164
122
|
absoluteMonthlyScheduleSerializer: () => absoluteMonthlyScheduleSerializer,
|
|
165
123
|
accessProfileDeserializer: () => accessProfileDeserializer,
|
|
@@ -181,16 +139,12 @@ __export(models_exports, {
|
|
|
181
139
|
agentPoolAvailableVersionsPropertiesAgentPoolVersionsItemArrayDeserializer: () => agentPoolAvailableVersionsPropertiesAgentPoolVersionsItemArrayDeserializer,
|
|
182
140
|
agentPoolAvailableVersionsPropertiesAgentPoolVersionsItemDeserializer: () => agentPoolAvailableVersionsPropertiesAgentPoolVersionsItemDeserializer,
|
|
183
141
|
agentPoolAvailableVersionsPropertiesDeserializer: () => agentPoolAvailableVersionsPropertiesDeserializer,
|
|
184
|
-
agentPoolBlueGreenUpgradeSettingsDeserializer: () => agentPoolBlueGreenUpgradeSettingsDeserializer,
|
|
185
|
-
agentPoolBlueGreenUpgradeSettingsSerializer: () => agentPoolBlueGreenUpgradeSettingsSerializer,
|
|
186
142
|
agentPoolDeleteMachinesParameterSerializer: () => agentPoolDeleteMachinesParameterSerializer,
|
|
187
143
|
agentPoolDeserializer: () => agentPoolDeserializer,
|
|
188
144
|
agentPoolGatewayProfileDeserializer: () => agentPoolGatewayProfileDeserializer,
|
|
189
145
|
agentPoolGatewayProfileSerializer: () => agentPoolGatewayProfileSerializer,
|
|
190
146
|
agentPoolNetworkProfileDeserializer: () => agentPoolNetworkProfileDeserializer,
|
|
191
147
|
agentPoolNetworkProfileSerializer: () => agentPoolNetworkProfileSerializer,
|
|
192
|
-
agentPoolRecentlyUsedVersionArrayDeserializer: () => agentPoolRecentlyUsedVersionArrayDeserializer,
|
|
193
|
-
agentPoolRecentlyUsedVersionDeserializer: () => agentPoolRecentlyUsedVersionDeserializer,
|
|
194
148
|
agentPoolSecurityProfileDeserializer: () => agentPoolSecurityProfileDeserializer,
|
|
195
149
|
agentPoolSecurityProfileSerializer: () => agentPoolSecurityProfileSerializer,
|
|
196
150
|
agentPoolSerializer: () => agentPoolSerializer,
|
|
@@ -204,8 +158,6 @@ __export(models_exports, {
|
|
|
204
158
|
agentPoolUpgradeSettingsSerializer: () => agentPoolUpgradeSettingsSerializer,
|
|
205
159
|
agentPoolWindowsProfileDeserializer: () => agentPoolWindowsProfileDeserializer,
|
|
206
160
|
agentPoolWindowsProfileSerializer: () => agentPoolWindowsProfileSerializer,
|
|
207
|
-
autoScaleProfileDeserializer: () => autoScaleProfileDeserializer,
|
|
208
|
-
autoScaleProfileSerializer: () => autoScaleProfileSerializer,
|
|
209
161
|
azureKeyVaultKmsDeserializer: () => azureKeyVaultKmsDeserializer,
|
|
210
162
|
azureKeyVaultKmsSerializer: () => azureKeyVaultKmsSerializer,
|
|
211
163
|
clusterUpgradeSettingsDeserializer: () => clusterUpgradeSettingsDeserializer,
|
|
@@ -213,17 +165,9 @@ __export(models_exports, {
|
|
|
213
165
|
commandResultPropertiesDeserializer: () => commandResultPropertiesDeserializer,
|
|
214
166
|
compatibleVersionsArrayDeserializer: () => compatibleVersionsArrayDeserializer,
|
|
215
167
|
compatibleVersionsDeserializer: () => compatibleVersionsDeserializer,
|
|
216
|
-
componentArrayDeserializer: () => componentArrayDeserializer,
|
|
217
|
-
componentDeserializer: () => componentDeserializer,
|
|
218
|
-
componentsByReleaseArrayDeserializer: () => componentsByReleaseArrayDeserializer,
|
|
219
|
-
componentsByReleaseDeserializer: () => componentsByReleaseDeserializer,
|
|
220
168
|
containerServiceLinuxProfileDeserializer: () => containerServiceLinuxProfileDeserializer,
|
|
221
169
|
containerServiceLinuxProfileSerializer: () => containerServiceLinuxProfileSerializer,
|
|
222
170
|
containerServiceNetworkProfileDeserializer: () => containerServiceNetworkProfileDeserializer,
|
|
223
|
-
containerServiceNetworkProfileKubeProxyConfigDeserializer: () => containerServiceNetworkProfileKubeProxyConfigDeserializer,
|
|
224
|
-
containerServiceNetworkProfileKubeProxyConfigIpvsConfigDeserializer: () => containerServiceNetworkProfileKubeProxyConfigIpvsConfigDeserializer,
|
|
225
|
-
containerServiceNetworkProfileKubeProxyConfigIpvsConfigSerializer: () => containerServiceNetworkProfileKubeProxyConfigIpvsConfigSerializer,
|
|
226
|
-
containerServiceNetworkProfileKubeProxyConfigSerializer: () => containerServiceNetworkProfileKubeProxyConfigSerializer,
|
|
227
171
|
containerServiceNetworkProfileSerializer: () => containerServiceNetworkProfileSerializer,
|
|
228
172
|
containerServiceSshConfigurationDeserializer: () => containerServiceSshConfigurationDeserializer,
|
|
229
173
|
containerServiceSshConfigurationSerializer: () => containerServiceSshConfigurationSerializer,
|
|
@@ -259,18 +203,6 @@ __export(models_exports, {
|
|
|
259
203
|
extendedLocationSerializer: () => extendedLocationSerializer,
|
|
260
204
|
gpuProfileDeserializer: () => gpuProfileDeserializer,
|
|
261
205
|
gpuProfileSerializer: () => gpuProfileSerializer,
|
|
262
|
-
guardrailsAvailableVersionArrayDeserializer: () => guardrailsAvailableVersionArrayDeserializer,
|
|
263
|
-
guardrailsAvailableVersionDeserializer: () => guardrailsAvailableVersionDeserializer,
|
|
264
|
-
guardrailsAvailableVersionsPropertiesDeserializer: () => guardrailsAvailableVersionsPropertiesDeserializer,
|
|
265
|
-
identityBindingArrayDeserializer: () => identityBindingArrayDeserializer,
|
|
266
|
-
identityBindingArraySerializer: () => identityBindingArraySerializer,
|
|
267
|
-
identityBindingDeserializer: () => identityBindingDeserializer,
|
|
268
|
-
identityBindingManagedIdentityProfileDeserializer: () => identityBindingManagedIdentityProfileDeserializer,
|
|
269
|
-
identityBindingManagedIdentityProfileSerializer: () => identityBindingManagedIdentityProfileSerializer,
|
|
270
|
-
identityBindingOidcIssuerProfileDeserializer: () => identityBindingOidcIssuerProfileDeserializer,
|
|
271
|
-
identityBindingPropertiesDeserializer: () => identityBindingPropertiesDeserializer,
|
|
272
|
-
identityBindingPropertiesSerializer: () => identityBindingPropertiesSerializer,
|
|
273
|
-
identityBindingSerializer: () => identityBindingSerializer,
|
|
274
206
|
ipTagArrayDeserializer: () => ipTagArrayDeserializer,
|
|
275
207
|
ipTagArraySerializer: () => ipTagArraySerializer,
|
|
276
208
|
ipTagDeserializer: () => ipTagDeserializer,
|
|
@@ -291,50 +223,16 @@ __export(models_exports, {
|
|
|
291
223
|
istioPluginCertificateAuthoritySerializer: () => istioPluginCertificateAuthoritySerializer,
|
|
292
224
|
istioServiceMeshDeserializer: () => istioServiceMeshDeserializer,
|
|
293
225
|
istioServiceMeshSerializer: () => istioServiceMeshSerializer,
|
|
294
|
-
jwtAuthenticatorArrayDeserializer: () => jwtAuthenticatorArrayDeserializer,
|
|
295
|
-
jwtAuthenticatorArraySerializer: () => jwtAuthenticatorArraySerializer,
|
|
296
|
-
jwtAuthenticatorClaimMappingExpressionDeserializer: () => jwtAuthenticatorClaimMappingExpressionDeserializer,
|
|
297
|
-
jwtAuthenticatorClaimMappingExpressionSerializer: () => jwtAuthenticatorClaimMappingExpressionSerializer,
|
|
298
|
-
jwtAuthenticatorClaimMappingsDeserializer: () => jwtAuthenticatorClaimMappingsDeserializer,
|
|
299
|
-
jwtAuthenticatorClaimMappingsSerializer: () => jwtAuthenticatorClaimMappingsSerializer,
|
|
300
|
-
jwtAuthenticatorDeserializer: () => jwtAuthenticatorDeserializer,
|
|
301
|
-
jwtAuthenticatorExtraClaimMappingExpressionArrayDeserializer: () => jwtAuthenticatorExtraClaimMappingExpressionArrayDeserializer,
|
|
302
|
-
jwtAuthenticatorExtraClaimMappingExpressionArraySerializer: () => jwtAuthenticatorExtraClaimMappingExpressionArraySerializer,
|
|
303
|
-
jwtAuthenticatorExtraClaimMappingExpressionDeserializer: () => jwtAuthenticatorExtraClaimMappingExpressionDeserializer,
|
|
304
|
-
jwtAuthenticatorExtraClaimMappingExpressionSerializer: () => jwtAuthenticatorExtraClaimMappingExpressionSerializer,
|
|
305
|
-
jwtAuthenticatorIssuerDeserializer: () => jwtAuthenticatorIssuerDeserializer,
|
|
306
|
-
jwtAuthenticatorIssuerSerializer: () => jwtAuthenticatorIssuerSerializer,
|
|
307
|
-
jwtAuthenticatorPropertiesDeserializer: () => jwtAuthenticatorPropertiesDeserializer,
|
|
308
|
-
jwtAuthenticatorPropertiesSerializer: () => jwtAuthenticatorPropertiesSerializer,
|
|
309
|
-
jwtAuthenticatorSerializer: () => jwtAuthenticatorSerializer,
|
|
310
|
-
jwtAuthenticatorValidationRuleArrayDeserializer: () => jwtAuthenticatorValidationRuleArrayDeserializer,
|
|
311
|
-
jwtAuthenticatorValidationRuleArraySerializer: () => jwtAuthenticatorValidationRuleArraySerializer,
|
|
312
|
-
jwtAuthenticatorValidationRuleDeserializer: () => jwtAuthenticatorValidationRuleDeserializer,
|
|
313
|
-
jwtAuthenticatorValidationRuleSerializer: () => jwtAuthenticatorValidationRuleSerializer,
|
|
314
226
|
kubeletConfigDeserializer: () => kubeletConfigDeserializer,
|
|
315
227
|
kubeletConfigSerializer: () => kubeletConfigSerializer,
|
|
316
228
|
kubernetesPatchVersionDeserializer: () => kubernetesPatchVersionDeserializer,
|
|
317
229
|
kubernetesPatchVersionRecordDeserializer: () => kubernetesPatchVersionRecordDeserializer,
|
|
318
|
-
kubernetesResourceObjectEncryptionProfileDeserializer: () => kubernetesResourceObjectEncryptionProfileDeserializer,
|
|
319
|
-
kubernetesResourceObjectEncryptionProfileSerializer: () => kubernetesResourceObjectEncryptionProfileSerializer,
|
|
320
230
|
kubernetesVersionArrayDeserializer: () => kubernetesVersionArrayDeserializer,
|
|
321
231
|
kubernetesVersionCapabilitiesDeserializer: () => kubernetesVersionCapabilitiesDeserializer,
|
|
322
232
|
kubernetesVersionDeserializer: () => kubernetesVersionDeserializer,
|
|
323
233
|
kubernetesVersionListResultDeserializer: () => kubernetesVersionListResultDeserializer,
|
|
324
|
-
labelSelectorDeserializer: () => labelSelectorDeserializer,
|
|
325
|
-
labelSelectorRequirementArrayDeserializer: () => labelSelectorRequirementArrayDeserializer,
|
|
326
|
-
labelSelectorRequirementArraySerializer: () => labelSelectorRequirementArraySerializer,
|
|
327
|
-
labelSelectorRequirementDeserializer: () => labelSelectorRequirementDeserializer,
|
|
328
|
-
labelSelectorRequirementSerializer: () => labelSelectorRequirementSerializer,
|
|
329
|
-
labelSelectorSerializer: () => labelSelectorSerializer,
|
|
330
234
|
linuxOSConfigDeserializer: () => linuxOSConfigDeserializer,
|
|
331
235
|
linuxOSConfigSerializer: () => linuxOSConfigSerializer,
|
|
332
|
-
loadBalancerArrayDeserializer: () => loadBalancerArrayDeserializer,
|
|
333
|
-
loadBalancerArraySerializer: () => loadBalancerArraySerializer,
|
|
334
|
-
loadBalancerDeserializer: () => loadBalancerDeserializer,
|
|
335
|
-
loadBalancerPropertiesDeserializer: () => loadBalancerPropertiesDeserializer,
|
|
336
|
-
loadBalancerPropertiesSerializer: () => loadBalancerPropertiesSerializer,
|
|
337
|
-
loadBalancerSerializer: () => loadBalancerSerializer,
|
|
338
236
|
localDNSOverrideDeserializer: () => localDNSOverrideDeserializer,
|
|
339
237
|
localDNSOverrideRecordDeserializer: () => localDNSOverrideRecordDeserializer,
|
|
340
238
|
localDNSOverrideRecordSerializer: () => localDNSOverrideRecordSerializer,
|
|
@@ -342,27 +240,11 @@ __export(models_exports, {
|
|
|
342
240
|
localDNSProfileDeserializer: () => localDNSProfileDeserializer,
|
|
343
241
|
localDNSProfileSerializer: () => localDNSProfileSerializer,
|
|
344
242
|
machineArrayDeserializer: () => machineArrayDeserializer,
|
|
345
|
-
machineArraySerializer: () => machineArraySerializer,
|
|
346
|
-
machineBillingProfileDeserializer: () => machineBillingProfileDeserializer,
|
|
347
|
-
machineBillingProfileSerializer: () => machineBillingProfileSerializer,
|
|
348
243
|
machineDeserializer: () => machineDeserializer,
|
|
349
|
-
machineHardwareProfileDeserializer: () => machineHardwareProfileDeserializer,
|
|
350
|
-
machineHardwareProfileSerializer: () => machineHardwareProfileSerializer,
|
|
351
244
|
machineIpAddressArrayDeserializer: () => machineIpAddressArrayDeserializer,
|
|
352
245
|
machineIpAddressDeserializer: () => machineIpAddressDeserializer,
|
|
353
|
-
machineKubernetesProfileDeserializer: () => machineKubernetesProfileDeserializer,
|
|
354
|
-
machineKubernetesProfileSerializer: () => machineKubernetesProfileSerializer,
|
|
355
246
|
machineNetworkPropertiesDeserializer: () => machineNetworkPropertiesDeserializer,
|
|
356
|
-
machineOSProfileDeserializer: () => machineOSProfileDeserializer,
|
|
357
|
-
machineOSProfileLinuxProfileDeserializer: () => machineOSProfileLinuxProfileDeserializer,
|
|
358
|
-
machineOSProfileLinuxProfileSerializer: () => machineOSProfileLinuxProfileSerializer,
|
|
359
|
-
machineOSProfileSerializer: () => machineOSProfileSerializer,
|
|
360
247
|
machinePropertiesDeserializer: () => machinePropertiesDeserializer,
|
|
361
|
-
machinePropertiesSerializer: () => machinePropertiesSerializer,
|
|
362
|
-
machineSecurityProfileDeserializer: () => machineSecurityProfileDeserializer,
|
|
363
|
-
machineSecurityProfileSerializer: () => machineSecurityProfileSerializer,
|
|
364
|
-
machineSerializer: () => machineSerializer,
|
|
365
|
-
machineStatusDeserializer: () => machineStatusDeserializer,
|
|
366
248
|
maintenanceConfigurationArrayDeserializer: () => maintenanceConfigurationArrayDeserializer,
|
|
367
249
|
maintenanceConfigurationArraySerializer: () => maintenanceConfigurationArraySerializer,
|
|
368
250
|
maintenanceConfigurationDeserializer: () => maintenanceConfigurationDeserializer,
|
|
@@ -398,13 +280,7 @@ __export(models_exports, {
|
|
|
398
280
|
managedClusterAzureMonitorProfileAppMonitoringAutoInstrumentationDeserializer: () => managedClusterAzureMonitorProfileAppMonitoringAutoInstrumentationDeserializer,
|
|
399
281
|
managedClusterAzureMonitorProfileAppMonitoringAutoInstrumentationSerializer: () => managedClusterAzureMonitorProfileAppMonitoringAutoInstrumentationSerializer,
|
|
400
282
|
managedClusterAzureMonitorProfileAppMonitoringDeserializer: () => managedClusterAzureMonitorProfileAppMonitoringDeserializer,
|
|
401
|
-
managedClusterAzureMonitorProfileAppMonitoringOpenTelemetryLogsDeserializer: () => managedClusterAzureMonitorProfileAppMonitoringOpenTelemetryLogsDeserializer,
|
|
402
|
-
managedClusterAzureMonitorProfileAppMonitoringOpenTelemetryLogsSerializer: () => managedClusterAzureMonitorProfileAppMonitoringOpenTelemetryLogsSerializer,
|
|
403
|
-
managedClusterAzureMonitorProfileAppMonitoringOpenTelemetryMetricsDeserializer: () => managedClusterAzureMonitorProfileAppMonitoringOpenTelemetryMetricsDeserializer,
|
|
404
|
-
managedClusterAzureMonitorProfileAppMonitoringOpenTelemetryMetricsSerializer: () => managedClusterAzureMonitorProfileAppMonitoringOpenTelemetryMetricsSerializer,
|
|
405
283
|
managedClusterAzureMonitorProfileAppMonitoringSerializer: () => managedClusterAzureMonitorProfileAppMonitoringSerializer,
|
|
406
|
-
managedClusterAzureMonitorProfileContainerInsightsDeserializer: () => managedClusterAzureMonitorProfileContainerInsightsDeserializer,
|
|
407
|
-
managedClusterAzureMonitorProfileContainerInsightsSerializer: () => managedClusterAzureMonitorProfileContainerInsightsSerializer,
|
|
408
284
|
managedClusterAzureMonitorProfileDeserializer: () => managedClusterAzureMonitorProfileDeserializer,
|
|
409
285
|
managedClusterAzureMonitorProfileKubeStateMetricsDeserializer: () => managedClusterAzureMonitorProfileKubeStateMetricsDeserializer,
|
|
410
286
|
managedClusterAzureMonitorProfileKubeStateMetricsSerializer: () => managedClusterAzureMonitorProfileKubeStateMetricsSerializer,
|
|
@@ -416,18 +292,12 @@ __export(models_exports, {
|
|
|
416
292
|
managedClusterCostAnalysisDeserializer: () => managedClusterCostAnalysisDeserializer,
|
|
417
293
|
managedClusterCostAnalysisSerializer: () => managedClusterCostAnalysisSerializer,
|
|
418
294
|
managedClusterDeserializer: () => managedClusterDeserializer,
|
|
419
|
-
managedClusterHealthMonitorProfileDeserializer: () => managedClusterHealthMonitorProfileDeserializer,
|
|
420
|
-
managedClusterHealthMonitorProfileSerializer: () => managedClusterHealthMonitorProfileSerializer,
|
|
421
295
|
managedClusterHostedSystemProfileDeserializer: () => managedClusterHostedSystemProfileDeserializer,
|
|
422
296
|
managedClusterHostedSystemProfileSerializer: () => managedClusterHostedSystemProfileSerializer,
|
|
423
297
|
managedClusterHttpProxyConfigDeserializer: () => managedClusterHttpProxyConfigDeserializer,
|
|
424
298
|
managedClusterHttpProxyConfigSerializer: () => managedClusterHttpProxyConfigSerializer,
|
|
425
299
|
managedClusterIdentityDeserializer: () => managedClusterIdentityDeserializer,
|
|
426
300
|
managedClusterIdentitySerializer: () => managedClusterIdentitySerializer,
|
|
427
|
-
managedClusterIngressDefaultDomainProfileDeserializer: () => managedClusterIngressDefaultDomainProfileDeserializer,
|
|
428
|
-
managedClusterIngressDefaultDomainProfileSerializer: () => managedClusterIngressDefaultDomainProfileSerializer,
|
|
429
|
-
managedClusterIngressProfileApplicationLoadBalancerDeserializer: () => managedClusterIngressProfileApplicationLoadBalancerDeserializer,
|
|
430
|
-
managedClusterIngressProfileApplicationLoadBalancerSerializer: () => managedClusterIngressProfileApplicationLoadBalancerSerializer,
|
|
431
301
|
managedClusterIngressProfileDeserializer: () => managedClusterIngressProfileDeserializer,
|
|
432
302
|
managedClusterIngressProfileGatewayConfigurationDeserializer: () => managedClusterIngressProfileGatewayConfigurationDeserializer,
|
|
433
303
|
managedClusterIngressProfileGatewayConfigurationSerializer: () => managedClusterIngressProfileGatewayConfigurationSerializer,
|
|
@@ -477,39 +347,22 @@ __export(models_exports, {
|
|
|
477
347
|
managedClusterPropertiesAutoScalerProfileDeserializer: () => managedClusterPropertiesAutoScalerProfileDeserializer,
|
|
478
348
|
managedClusterPropertiesAutoScalerProfileSerializer: () => managedClusterPropertiesAutoScalerProfileSerializer,
|
|
479
349
|
managedClusterPropertiesDeserializer: () => managedClusterPropertiesDeserializer,
|
|
480
|
-
managedClusterPropertiesForSnapshotDeserializer: () => managedClusterPropertiesForSnapshotDeserializer,
|
|
481
350
|
managedClusterPropertiesSerializer: () => managedClusterPropertiesSerializer,
|
|
482
351
|
managedClusterSKUDeserializer: () => managedClusterSKUDeserializer,
|
|
483
352
|
managedClusterSKUSerializer: () => managedClusterSKUSerializer,
|
|
484
353
|
managedClusterSecurityProfileDefenderDeserializer: () => managedClusterSecurityProfileDefenderDeserializer,
|
|
485
|
-
managedClusterSecurityProfileDefenderSecurityGatingDeserializer: () => managedClusterSecurityProfileDefenderSecurityGatingDeserializer,
|
|
486
|
-
managedClusterSecurityProfileDefenderSecurityGatingIdentitiesItemArrayDeserializer: () => managedClusterSecurityProfileDefenderSecurityGatingIdentitiesItemArrayDeserializer,
|
|
487
|
-
managedClusterSecurityProfileDefenderSecurityGatingIdentitiesItemArraySerializer: () => managedClusterSecurityProfileDefenderSecurityGatingIdentitiesItemArraySerializer,
|
|
488
|
-
managedClusterSecurityProfileDefenderSecurityGatingIdentitiesItemDeserializer: () => managedClusterSecurityProfileDefenderSecurityGatingIdentitiesItemDeserializer,
|
|
489
|
-
managedClusterSecurityProfileDefenderSecurityGatingIdentitiesItemSerializer: () => managedClusterSecurityProfileDefenderSecurityGatingIdentitiesItemSerializer,
|
|
490
|
-
managedClusterSecurityProfileDefenderSecurityGatingSerializer: () => managedClusterSecurityProfileDefenderSecurityGatingSerializer,
|
|
491
354
|
managedClusterSecurityProfileDefenderSecurityMonitoringDeserializer: () => managedClusterSecurityProfileDefenderSecurityMonitoringDeserializer,
|
|
492
355
|
managedClusterSecurityProfileDefenderSecurityMonitoringSerializer: () => managedClusterSecurityProfileDefenderSecurityMonitoringSerializer,
|
|
493
356
|
managedClusterSecurityProfileDefenderSerializer: () => managedClusterSecurityProfileDefenderSerializer,
|
|
494
357
|
managedClusterSecurityProfileDeserializer: () => managedClusterSecurityProfileDeserializer,
|
|
495
358
|
managedClusterSecurityProfileImageCleanerDeserializer: () => managedClusterSecurityProfileImageCleanerDeserializer,
|
|
496
359
|
managedClusterSecurityProfileImageCleanerSerializer: () => managedClusterSecurityProfileImageCleanerSerializer,
|
|
497
|
-
managedClusterSecurityProfileImageIntegrityDeserializer: () => managedClusterSecurityProfileImageIntegrityDeserializer,
|
|
498
|
-
managedClusterSecurityProfileImageIntegritySerializer: () => managedClusterSecurityProfileImageIntegritySerializer,
|
|
499
|
-
managedClusterSecurityProfileNodeRestrictionDeserializer: () => managedClusterSecurityProfileNodeRestrictionDeserializer,
|
|
500
|
-
managedClusterSecurityProfileNodeRestrictionSerializer: () => managedClusterSecurityProfileNodeRestrictionSerializer,
|
|
501
360
|
managedClusterSecurityProfileSerializer: () => managedClusterSecurityProfileSerializer,
|
|
502
361
|
managedClusterSecurityProfileWorkloadIdentityDeserializer: () => managedClusterSecurityProfileWorkloadIdentityDeserializer,
|
|
503
362
|
managedClusterSecurityProfileWorkloadIdentitySerializer: () => managedClusterSecurityProfileWorkloadIdentitySerializer,
|
|
504
363
|
managedClusterSerializer: () => managedClusterSerializer,
|
|
505
364
|
managedClusterServicePrincipalProfileDeserializer: () => managedClusterServicePrincipalProfileDeserializer,
|
|
506
365
|
managedClusterServicePrincipalProfileSerializer: () => managedClusterServicePrincipalProfileSerializer,
|
|
507
|
-
managedClusterSnapshotArrayDeserializer: () => managedClusterSnapshotArrayDeserializer,
|
|
508
|
-
managedClusterSnapshotArraySerializer: () => managedClusterSnapshotArraySerializer,
|
|
509
|
-
managedClusterSnapshotDeserializer: () => managedClusterSnapshotDeserializer,
|
|
510
|
-
managedClusterSnapshotPropertiesDeserializer: () => managedClusterSnapshotPropertiesDeserializer,
|
|
511
|
-
managedClusterSnapshotPropertiesSerializer: () => managedClusterSnapshotPropertiesSerializer,
|
|
512
|
-
managedClusterSnapshotSerializer: () => managedClusterSnapshotSerializer,
|
|
513
366
|
managedClusterStaticEgressGatewayProfileDeserializer: () => managedClusterStaticEgressGatewayProfileDeserializer,
|
|
514
367
|
managedClusterStaticEgressGatewayProfileSerializer: () => managedClusterStaticEgressGatewayProfileSerializer,
|
|
515
368
|
managedClusterStatusDeserializer: () => managedClusterStatusDeserializer,
|
|
@@ -548,14 +401,6 @@ __export(models_exports, {
|
|
|
548
401
|
manualScaleProfileArraySerializer: () => manualScaleProfileArraySerializer,
|
|
549
402
|
manualScaleProfileDeserializer: () => manualScaleProfileDeserializer,
|
|
550
403
|
manualScaleProfileSerializer: () => manualScaleProfileSerializer,
|
|
551
|
-
meshMembershipArrayDeserializer: () => meshMembershipArrayDeserializer,
|
|
552
|
-
meshMembershipArraySerializer: () => meshMembershipArraySerializer,
|
|
553
|
-
meshMembershipDeserializer: () => meshMembershipDeserializer,
|
|
554
|
-
meshMembershipPrivateConnectProfileDeserializer: () => meshMembershipPrivateConnectProfileDeserializer,
|
|
555
|
-
meshMembershipPrivateConnectProfileSerializer: () => meshMembershipPrivateConnectProfileSerializer,
|
|
556
|
-
meshMembershipPropertiesDeserializer: () => meshMembershipPropertiesDeserializer,
|
|
557
|
-
meshMembershipPropertiesSerializer: () => meshMembershipPropertiesSerializer,
|
|
558
|
-
meshMembershipSerializer: () => meshMembershipSerializer,
|
|
559
404
|
meshRevisionArrayDeserializer: () => meshRevisionArrayDeserializer,
|
|
560
405
|
meshRevisionDeserializer: () => meshRevisionDeserializer,
|
|
561
406
|
meshRevisionProfileArrayDeserializer: () => meshRevisionProfileArrayDeserializer,
|
|
@@ -568,15 +413,6 @@ __export(models_exports, {
|
|
|
568
413
|
namespacePropertiesSerializer: () => namespacePropertiesSerializer,
|
|
569
414
|
networkPoliciesDeserializer: () => networkPoliciesDeserializer,
|
|
570
415
|
networkPoliciesSerializer: () => networkPoliciesSerializer,
|
|
571
|
-
networkProfileForSnapshotDeserializer: () => networkProfileForSnapshotDeserializer,
|
|
572
|
-
nodeCustomizationProfileDeserializer: () => nodeCustomizationProfileDeserializer,
|
|
573
|
-
nodeCustomizationProfileSerializer: () => nodeCustomizationProfileSerializer,
|
|
574
|
-
nodeImageVersionArrayDeserializer: () => nodeImageVersionArrayDeserializer,
|
|
575
|
-
nodeImageVersionDeserializer: () => nodeImageVersionDeserializer,
|
|
576
|
-
nvidiaGPUProfileDeserializer: () => nvidiaGPUProfileDeserializer,
|
|
577
|
-
nvidiaGPUProfileSerializer: () => nvidiaGPUProfileSerializer,
|
|
578
|
-
operationStatusResultArrayDeserializer: () => operationStatusResultArrayDeserializer,
|
|
579
|
-
operationStatusResultDeserializer: () => operationStatusResultDeserializer,
|
|
580
416
|
operationValueArrayDeserializer: () => operationValueArrayDeserializer,
|
|
581
417
|
operationValueDeserializer: () => operationValueDeserializer,
|
|
582
418
|
operationValueDisplayDeserializer: () => operationValueDisplayDeserializer,
|
|
@@ -606,7 +442,6 @@ __export(models_exports, {
|
|
|
606
442
|
privateLinkServiceConnectionStateSerializer: () => privateLinkServiceConnectionStateSerializer,
|
|
607
443
|
proxyResourceDeserializer: () => proxyResourceDeserializer,
|
|
608
444
|
proxyResourceSerializer: () => proxyResourceSerializer,
|
|
609
|
-
rebalanceLoadBalancersRequestBodySerializer: () => rebalanceLoadBalancersRequestBodySerializer,
|
|
610
445
|
relativeMonthlyScheduleDeserializer: () => relativeMonthlyScheduleDeserializer,
|
|
611
446
|
relativeMonthlyScheduleSerializer: () => relativeMonthlyScheduleSerializer,
|
|
612
447
|
resourceDeserializer: () => resourceDeserializer,
|
|
@@ -617,37 +452,12 @@ __export(models_exports, {
|
|
|
617
452
|
resourceReferenceDeserializer: () => resourceReferenceDeserializer,
|
|
618
453
|
resourceReferenceSerializer: () => resourceReferenceSerializer,
|
|
619
454
|
resourceSerializer: () => resourceSerializer,
|
|
620
|
-
resourceSkuArrayDeserializer: () => resourceSkuArrayDeserializer,
|
|
621
|
-
resourceSkuCapabilitiesArrayDeserializer: () => resourceSkuCapabilitiesArrayDeserializer,
|
|
622
|
-
resourceSkuCapabilitiesDeserializer: () => resourceSkuCapabilitiesDeserializer,
|
|
623
|
-
resourceSkuCapacityDeserializer: () => resourceSkuCapacityDeserializer,
|
|
624
|
-
resourceSkuCostsArrayDeserializer: () => resourceSkuCostsArrayDeserializer,
|
|
625
|
-
resourceSkuCostsDeserializer: () => resourceSkuCostsDeserializer,
|
|
626
|
-
resourceSkuDeserializer: () => resourceSkuDeserializer,
|
|
627
|
-
resourceSkuLocationInfoArrayDeserializer: () => resourceSkuLocationInfoArrayDeserializer,
|
|
628
|
-
resourceSkuLocationInfoDeserializer: () => resourceSkuLocationInfoDeserializer,
|
|
629
|
-
resourceSkuRestrictionInfoDeserializer: () => resourceSkuRestrictionInfoDeserializer,
|
|
630
|
-
resourceSkuRestrictionsArrayDeserializer: () => resourceSkuRestrictionsArrayDeserializer,
|
|
631
|
-
resourceSkuRestrictionsDeserializer: () => resourceSkuRestrictionsDeserializer,
|
|
632
|
-
resourceSkuZoneDetailsArrayDeserializer: () => resourceSkuZoneDetailsArrayDeserializer,
|
|
633
|
-
resourceSkuZoneDetailsDeserializer: () => resourceSkuZoneDetailsDeserializer,
|
|
634
455
|
runCommandRequestSerializer: () => runCommandRequestSerializer,
|
|
635
456
|
runCommandResultDeserializer: () => runCommandResultDeserializer,
|
|
636
|
-
safeguardsAvailableVersionArrayDeserializer: () => safeguardsAvailableVersionArrayDeserializer,
|
|
637
|
-
safeguardsAvailableVersionDeserializer: () => safeguardsAvailableVersionDeserializer,
|
|
638
|
-
safeguardsAvailableVersionsPropertiesDeserializer: () => safeguardsAvailableVersionsPropertiesDeserializer,
|
|
639
457
|
scaleProfileDeserializer: () => scaleProfileDeserializer,
|
|
640
458
|
scaleProfileSerializer: () => scaleProfileSerializer,
|
|
641
459
|
scheduleDeserializer: () => scheduleDeserializer,
|
|
642
460
|
scheduleSerializer: () => scheduleSerializer,
|
|
643
|
-
schedulerInstanceProfileDeserializer: () => schedulerInstanceProfileDeserializer,
|
|
644
|
-
schedulerInstanceProfileSerializer: () => schedulerInstanceProfileSerializer,
|
|
645
|
-
schedulerProfileDeserializer: () => schedulerProfileDeserializer,
|
|
646
|
-
schedulerProfileSchedulerInstanceProfilesDeserializer: () => schedulerProfileSchedulerInstanceProfilesDeserializer,
|
|
647
|
-
schedulerProfileSchedulerInstanceProfilesSerializer: () => schedulerProfileSchedulerInstanceProfilesSerializer,
|
|
648
|
-
schedulerProfileSerializer: () => schedulerProfileSerializer,
|
|
649
|
-
serviceAccountImagePullProfileDeserializer: () => serviceAccountImagePullProfileDeserializer,
|
|
650
|
-
serviceAccountImagePullProfileSerializer: () => serviceAccountImagePullProfileSerializer,
|
|
651
461
|
serviceMeshProfileDeserializer: () => serviceMeshProfileDeserializer,
|
|
652
462
|
serviceMeshProfileSerializer: () => serviceMeshProfileSerializer,
|
|
653
463
|
snapshotArrayDeserializer: () => snapshotArrayDeserializer,
|
|
@@ -723,10 +533,7 @@ function agentPoolSerializer(item) {
|
|
|
723
533
|
"type",
|
|
724
534
|
"mode",
|
|
725
535
|
"orchestratorVersion",
|
|
726
|
-
"upgradeStrategy",
|
|
727
|
-
"enableOSDiskFullCaching",
|
|
728
536
|
"upgradeSettings",
|
|
729
|
-
"upgradeSettingsBlueGreen",
|
|
730
537
|
"powerState",
|
|
731
538
|
"availabilityZones",
|
|
732
539
|
"enableNodePublicIP",
|
|
@@ -737,7 +544,6 @@ function agentPoolSerializer(item) {
|
|
|
737
544
|
"tags",
|
|
738
545
|
"nodeLabels",
|
|
739
546
|
"nodeTaints",
|
|
740
|
-
"nodeInitializationTaints",
|
|
741
547
|
"proximityPlacementGroupID",
|
|
742
548
|
"kubeletConfig",
|
|
743
549
|
"linuxOSConfig",
|
|
@@ -757,8 +563,7 @@ function agentPoolSerializer(item) {
|
|
|
757
563
|
"virtualMachinesProfile",
|
|
758
564
|
"virtualMachineNodesStatus",
|
|
759
565
|
"status",
|
|
760
|
-
"localDNSProfile"
|
|
761
|
-
"nodeCustomizationProfile"
|
|
566
|
+
"localDNSProfile"
|
|
762
567
|
]) ? void 0 : _agentPoolPropertiesSerializer(item)
|
|
763
568
|
};
|
|
764
569
|
}
|
|
@@ -793,10 +598,7 @@ function managedClusterAgentPoolProfilePropertiesSerializer(item) {
|
|
|
793
598
|
type: item["type"],
|
|
794
599
|
mode: item["mode"],
|
|
795
600
|
orchestratorVersion: item["orchestratorVersion"],
|
|
796
|
-
upgradeStrategy: item["upgradeStrategy"],
|
|
797
|
-
enableOSDiskFullCaching: item["enableOSDiskFullCaching"],
|
|
798
601
|
upgradeSettings: !item["upgradeSettings"] ? item["upgradeSettings"] : agentPoolUpgradeSettingsSerializer(item["upgradeSettings"]),
|
|
799
|
-
upgradeSettingsBlueGreen: !item["upgradeSettingsBlueGreen"] ? item["upgradeSettingsBlueGreen"] : agentPoolBlueGreenUpgradeSettingsSerializer(item["upgradeSettingsBlueGreen"]),
|
|
800
602
|
powerState: !item["powerState"] ? item["powerState"] : powerStateSerializer(item["powerState"]),
|
|
801
603
|
availabilityZones: !item["availabilityZones"] ? item["availabilityZones"] : item["availabilityZones"].map((p) => {
|
|
802
604
|
return p;
|
|
@@ -811,9 +613,6 @@ function managedClusterAgentPoolProfilePropertiesSerializer(item) {
|
|
|
811
613
|
nodeTaints: !item["nodeTaints"] ? item["nodeTaints"] : item["nodeTaints"].map((p) => {
|
|
812
614
|
return p;
|
|
813
615
|
}),
|
|
814
|
-
nodeInitializationTaints: !item["nodeInitializationTaints"] ? item["nodeInitializationTaints"] : item["nodeInitializationTaints"].map((p) => {
|
|
815
|
-
return p;
|
|
816
|
-
}),
|
|
817
616
|
proximityPlacementGroupID: item["proximityPlacementGroupID"],
|
|
818
617
|
kubeletConfig: !item["kubeletConfig"] ? item["kubeletConfig"] : kubeletConfigSerializer(item["kubeletConfig"]),
|
|
819
618
|
linuxOSConfig: !item["linuxOSConfig"] ? item["linuxOSConfig"] : linuxOSConfigSerializer(item["linuxOSConfig"]),
|
|
@@ -833,8 +632,7 @@ function managedClusterAgentPoolProfilePropertiesSerializer(item) {
|
|
|
833
632
|
virtualMachinesProfile: !item["virtualMachinesProfile"] ? item["virtualMachinesProfile"] : virtualMachinesProfileSerializer(item["virtualMachinesProfile"]),
|
|
834
633
|
virtualMachineNodesStatus: !item["virtualMachineNodesStatus"] ? item["virtualMachineNodesStatus"] : virtualMachineNodesArraySerializer(item["virtualMachineNodesStatus"]),
|
|
835
634
|
status: !item["status"] ? item["status"] : agentPoolStatusSerializer(item["status"]),
|
|
836
|
-
localDNSProfile: !item["localDNSProfile"] ? item["localDNSProfile"] : localDNSProfileSerializer(item["localDNSProfile"])
|
|
837
|
-
nodeCustomizationProfile: !item["nodeCustomizationProfile"] ? item["nodeCustomizationProfile"] : nodeCustomizationProfileSerializer(item["nodeCustomizationProfile"])
|
|
635
|
+
localDNSProfile: !item["localDNSProfile"] ? item["localDNSProfile"] : localDNSProfileSerializer(item["localDNSProfile"])
|
|
838
636
|
};
|
|
839
637
|
}
|
|
840
638
|
function managedClusterAgentPoolProfilePropertiesDeserializer(item) {
|
|
@@ -862,10 +660,7 @@ function managedClusterAgentPoolProfilePropertiesDeserializer(item) {
|
|
|
862
660
|
orchestratorVersion: item["orchestratorVersion"],
|
|
863
661
|
currentOrchestratorVersion: item["currentOrchestratorVersion"],
|
|
864
662
|
nodeImageVersion: item["nodeImageVersion"],
|
|
865
|
-
upgradeStrategy: item["upgradeStrategy"],
|
|
866
|
-
enableOSDiskFullCaching: item["enableOSDiskFullCaching"],
|
|
867
663
|
upgradeSettings: !item["upgradeSettings"] ? item["upgradeSettings"] : agentPoolUpgradeSettingsDeserializer(item["upgradeSettings"]),
|
|
868
|
-
upgradeSettingsBlueGreen: !item["upgradeSettingsBlueGreen"] ? item["upgradeSettingsBlueGreen"] : agentPoolBlueGreenUpgradeSettingsDeserializer(item["upgradeSettingsBlueGreen"]),
|
|
869
664
|
provisioningState: item["provisioningState"],
|
|
870
665
|
powerState: !item["powerState"] ? item["powerState"] : powerStateDeserializer(item["powerState"]),
|
|
871
666
|
availabilityZones: !item["availabilityZones"] ? item["availabilityZones"] : item["availabilityZones"].map((p) => {
|
|
@@ -883,9 +678,6 @@ function managedClusterAgentPoolProfilePropertiesDeserializer(item) {
|
|
|
883
678
|
nodeTaints: !item["nodeTaints"] ? item["nodeTaints"] : item["nodeTaints"].map((p) => {
|
|
884
679
|
return p;
|
|
885
680
|
}),
|
|
886
|
-
nodeInitializationTaints: !item["nodeInitializationTaints"] ? item["nodeInitializationTaints"] : item["nodeInitializationTaints"].map((p) => {
|
|
887
|
-
return p;
|
|
888
|
-
}),
|
|
889
681
|
proximityPlacementGroupID: item["proximityPlacementGroupID"],
|
|
890
682
|
kubeletConfig: !item["kubeletConfig"] ? item["kubeletConfig"] : kubeletConfigDeserializer(item["kubeletConfig"]),
|
|
891
683
|
linuxOSConfig: !item["linuxOSConfig"] ? item["linuxOSConfig"] : linuxOSConfigDeserializer(item["linuxOSConfig"]),
|
|
@@ -905,8 +697,7 @@ function managedClusterAgentPoolProfilePropertiesDeserializer(item) {
|
|
|
905
697
|
virtualMachinesProfile: !item["virtualMachinesProfile"] ? item["virtualMachinesProfile"] : virtualMachinesProfileDeserializer(item["virtualMachinesProfile"]),
|
|
906
698
|
virtualMachineNodesStatus: !item["virtualMachineNodesStatus"] ? item["virtualMachineNodesStatus"] : virtualMachineNodesArrayDeserializer(item["virtualMachineNodesStatus"]),
|
|
907
699
|
status: !item["status"] ? item["status"] : agentPoolStatusDeserializer(item["status"]),
|
|
908
|
-
localDNSProfile: !item["localDNSProfile"] ? item["localDNSProfile"] : localDNSProfileDeserializer(item["localDNSProfile"])
|
|
909
|
-
nodeCustomizationProfile: !item["nodeCustomizationProfile"] ? item["nodeCustomizationProfile"] : nodeCustomizationProfileDeserializer(item["nodeCustomizationProfile"])
|
|
700
|
+
localDNSProfile: !item["localDNSProfile"] ? item["localDNSProfile"] : localDNSProfileDeserializer(item["localDNSProfile"])
|
|
910
701
|
};
|
|
911
702
|
}
|
|
912
703
|
var KnownOSDiskType = /* @__PURE__ */ ((KnownOSDiskType2) => {
|
|
@@ -922,7 +713,6 @@ var KnownKubeletDiskType = /* @__PURE__ */ ((KnownKubeletDiskType2) => {
|
|
|
922
713
|
var KnownWorkloadRuntime = /* @__PURE__ */ ((KnownWorkloadRuntime2) => {
|
|
923
714
|
KnownWorkloadRuntime2["OCIContainer"] = "OCIContainer";
|
|
924
715
|
KnownWorkloadRuntime2["WasmWasi"] = "WasmWasi";
|
|
925
|
-
KnownWorkloadRuntime2["KataMshvVmIsolation"] = "KataMshvVmIsolation";
|
|
926
716
|
KnownWorkloadRuntime2["KataVmIsolation"] = "KataVmIsolation";
|
|
927
717
|
return KnownWorkloadRuntime2;
|
|
928
718
|
})(KnownWorkloadRuntime || {});
|
|
@@ -940,15 +730,13 @@ var KnownOssku = /* @__PURE__ */ ((KnownOssku2) => {
|
|
|
940
730
|
KnownOssku2["Ubuntu"] = "Ubuntu";
|
|
941
731
|
KnownOssku2["AzureLinux"] = "AzureLinux";
|
|
942
732
|
KnownOssku2["AzureLinux3"] = "AzureLinux3";
|
|
943
|
-
KnownOssku2["Mariner"] = "Mariner";
|
|
944
|
-
KnownOssku2["Flatcar"] = "Flatcar";
|
|
945
733
|
KnownOssku2["CBLMariner"] = "CBLMariner";
|
|
946
734
|
KnownOssku2["Windows2019"] = "Windows2019";
|
|
947
735
|
KnownOssku2["Windows2022"] = "Windows2022";
|
|
948
736
|
KnownOssku2["Ubuntu2204"] = "Ubuntu2204";
|
|
949
737
|
KnownOssku2["Windows2025"] = "Windows2025";
|
|
950
|
-
KnownOssku2["WindowsAnnual"] = "WindowsAnnual";
|
|
951
738
|
KnownOssku2["Ubuntu2404"] = "Ubuntu2404";
|
|
739
|
+
KnownOssku2["AzureContainerLinux"] = "AzureContainerLinux";
|
|
952
740
|
return KnownOssku2;
|
|
953
741
|
})(KnownOssku || {});
|
|
954
742
|
var KnownScaleDownMode = /* @__PURE__ */ ((KnownScaleDownMode2) => {
|
|
@@ -966,20 +754,12 @@ var KnownAgentPoolMode = /* @__PURE__ */ ((KnownAgentPoolMode2) => {
|
|
|
966
754
|
KnownAgentPoolMode2["System"] = "System";
|
|
967
755
|
KnownAgentPoolMode2["User"] = "User";
|
|
968
756
|
KnownAgentPoolMode2["Gateway"] = "Gateway";
|
|
969
|
-
KnownAgentPoolMode2["ManagedSystem"] = "ManagedSystem";
|
|
970
|
-
KnownAgentPoolMode2["Machines"] = "Machines";
|
|
971
757
|
return KnownAgentPoolMode2;
|
|
972
758
|
})(KnownAgentPoolMode || {});
|
|
973
|
-
var KnownUpgradeStrategy = /* @__PURE__ */ ((KnownUpgradeStrategy2) => {
|
|
974
|
-
KnownUpgradeStrategy2["Rolling"] = "Rolling";
|
|
975
|
-
KnownUpgradeStrategy2["BlueGreen"] = "BlueGreen";
|
|
976
|
-
return KnownUpgradeStrategy2;
|
|
977
|
-
})(KnownUpgradeStrategy || {});
|
|
978
759
|
function agentPoolUpgradeSettingsSerializer(item) {
|
|
979
760
|
return {
|
|
980
761
|
maxSurge: item["maxSurge"],
|
|
981
762
|
maxUnavailable: item["maxUnavailable"],
|
|
982
|
-
maxBlockedNodes: item["maxBlockedNodes"],
|
|
983
763
|
drainTimeoutInMinutes: item["drainTimeoutInMinutes"],
|
|
984
764
|
nodeSoakDurationInMinutes: item["nodeSoakDurationInMinutes"],
|
|
985
765
|
undrainableNodeBehavior: item["undrainableNodeBehavior"]
|
|
@@ -989,7 +769,6 @@ function agentPoolUpgradeSettingsDeserializer(item) {
|
|
|
989
769
|
return {
|
|
990
770
|
maxSurge: item["maxSurge"],
|
|
991
771
|
maxUnavailable: item["maxUnavailable"],
|
|
992
|
-
maxBlockedNodes: item["maxBlockedNodes"],
|
|
993
772
|
drainTimeoutInMinutes: item["drainTimeoutInMinutes"],
|
|
994
773
|
nodeSoakDurationInMinutes: item["nodeSoakDurationInMinutes"],
|
|
995
774
|
undrainableNodeBehavior: item["undrainableNodeBehavior"]
|
|
@@ -1000,22 +779,6 @@ var KnownUndrainableNodeBehavior = /* @__PURE__ */ ((KnownUndrainableNodeBehavio
|
|
|
1000
779
|
KnownUndrainableNodeBehavior2["Schedule"] = "Schedule";
|
|
1001
780
|
return KnownUndrainableNodeBehavior2;
|
|
1002
781
|
})(KnownUndrainableNodeBehavior || {});
|
|
1003
|
-
function agentPoolBlueGreenUpgradeSettingsSerializer(item) {
|
|
1004
|
-
return {
|
|
1005
|
-
drainBatchSize: item["drainBatchSize"],
|
|
1006
|
-
drainTimeoutInMinutes: item["drainTimeoutInMinutes"],
|
|
1007
|
-
batchSoakDurationInMinutes: item["batchSoakDurationInMinutes"],
|
|
1008
|
-
finalSoakDurationInMinutes: item["finalSoakDurationInMinutes"]
|
|
1009
|
-
};
|
|
1010
|
-
}
|
|
1011
|
-
function agentPoolBlueGreenUpgradeSettingsDeserializer(item) {
|
|
1012
|
-
return {
|
|
1013
|
-
drainBatchSize: item["drainBatchSize"],
|
|
1014
|
-
drainTimeoutInMinutes: item["drainTimeoutInMinutes"],
|
|
1015
|
-
batchSoakDurationInMinutes: item["batchSoakDurationInMinutes"],
|
|
1016
|
-
finalSoakDurationInMinutes: item["finalSoakDurationInMinutes"]
|
|
1017
|
-
};
|
|
1018
|
-
}
|
|
1019
782
|
function powerStateSerializer(item) {
|
|
1020
783
|
return { code: item["code"] };
|
|
1021
784
|
}
|
|
@@ -1053,8 +816,7 @@ function kubeletConfigSerializer(item) {
|
|
|
1053
816
|
failSwapOn: item["failSwapOn"],
|
|
1054
817
|
containerLogMaxSizeMB: item["containerLogMaxSizeMB"],
|
|
1055
818
|
containerLogMaxFiles: item["containerLogMaxFiles"],
|
|
1056
|
-
podMaxPids: item["podMaxPids"]
|
|
1057
|
-
seccompDefault: item["seccompDefault"]
|
|
819
|
+
podMaxPids: item["podMaxPids"]
|
|
1058
820
|
};
|
|
1059
821
|
}
|
|
1060
822
|
function kubeletConfigDeserializer(item) {
|
|
@@ -1071,15 +833,9 @@ function kubeletConfigDeserializer(item) {
|
|
|
1071
833
|
failSwapOn: item["failSwapOn"],
|
|
1072
834
|
containerLogMaxSizeMB: item["containerLogMaxSizeMB"],
|
|
1073
835
|
containerLogMaxFiles: item["containerLogMaxFiles"],
|
|
1074
|
-
podMaxPids: item["podMaxPids"]
|
|
1075
|
-
seccompDefault: item["seccompDefault"]
|
|
836
|
+
podMaxPids: item["podMaxPids"]
|
|
1076
837
|
};
|
|
1077
838
|
}
|
|
1078
|
-
var KnownSeccompDefault = /* @__PURE__ */ ((KnownSeccompDefault2) => {
|
|
1079
|
-
KnownSeccompDefault2["Unconfined"] = "Unconfined";
|
|
1080
|
-
KnownSeccompDefault2["RuntimeDefault"] = "RuntimeDefault";
|
|
1081
|
-
return KnownSeccompDefault2;
|
|
1082
|
-
})(KnownSeccompDefault || {});
|
|
1083
839
|
function linuxOSConfigSerializer(item) {
|
|
1084
840
|
return {
|
|
1085
841
|
sysctls: !item["sysctls"] ? item["sysctls"] : sysctlConfigSerializer(item["sysctls"]),
|
|
@@ -1263,21 +1019,14 @@ function agentPoolSecurityProfileDeserializer(item) {
|
|
|
1263
1019
|
var KnownAgentPoolSSHAccess = /* @__PURE__ */ ((KnownAgentPoolSSHAccess2) => {
|
|
1264
1020
|
KnownAgentPoolSSHAccess2["LocalUser"] = "LocalUser";
|
|
1265
1021
|
KnownAgentPoolSSHAccess2["Disabled"] = "Disabled";
|
|
1266
|
-
KnownAgentPoolSSHAccess2["EntraId"] = "EntraId";
|
|
1267
1022
|
return KnownAgentPoolSSHAccess2;
|
|
1268
1023
|
})(KnownAgentPoolSSHAccess || {});
|
|
1269
1024
|
function gpuProfileSerializer(item) {
|
|
1270
|
-
return {
|
|
1271
|
-
driver: item["driver"],
|
|
1272
|
-
driverType: item["driverType"],
|
|
1273
|
-
nvidia: !item["nvidia"] ? item["nvidia"] : nvidiaGPUProfileSerializer(item["nvidia"])
|
|
1274
|
-
};
|
|
1025
|
+
return { driver: item["driver"] };
|
|
1275
1026
|
}
|
|
1276
1027
|
function gpuProfileDeserializer(item) {
|
|
1277
1028
|
return {
|
|
1278
|
-
driver: item["driver"]
|
|
1279
|
-
driverType: item["driverType"],
|
|
1280
|
-
nvidia: !item["nvidia"] ? item["nvidia"] : nvidiaGPUProfileDeserializer(item["nvidia"])
|
|
1029
|
+
driver: item["driver"]
|
|
1281
1030
|
};
|
|
1282
1031
|
}
|
|
1283
1032
|
var KnownGPUDriver = /* @__PURE__ */ ((KnownGPUDriver2) => {
|
|
@@ -1285,31 +1034,6 @@ var KnownGPUDriver = /* @__PURE__ */ ((KnownGPUDriver2) => {
|
|
|
1285
1034
|
KnownGPUDriver2["None"] = "None";
|
|
1286
1035
|
return KnownGPUDriver2;
|
|
1287
1036
|
})(KnownGPUDriver || {});
|
|
1288
|
-
var KnownDriverType = /* @__PURE__ */ ((KnownDriverType2) => {
|
|
1289
|
-
KnownDriverType2["Grid"] = "GRID";
|
|
1290
|
-
KnownDriverType2["Cuda"] = "CUDA";
|
|
1291
|
-
return KnownDriverType2;
|
|
1292
|
-
})(KnownDriverType || {});
|
|
1293
|
-
function nvidiaGPUProfileSerializer(item) {
|
|
1294
|
-
return { managementMode: item["managementMode"], migStrategy: item["migStrategy"] };
|
|
1295
|
-
}
|
|
1296
|
-
function nvidiaGPUProfileDeserializer(item) {
|
|
1297
|
-
return {
|
|
1298
|
-
managementMode: item["managementMode"],
|
|
1299
|
-
migStrategy: item["migStrategy"]
|
|
1300
|
-
};
|
|
1301
|
-
}
|
|
1302
|
-
var KnownManagementMode = /* @__PURE__ */ ((KnownManagementMode2) => {
|
|
1303
|
-
KnownManagementMode2["Unmanaged"] = "Unmanaged";
|
|
1304
|
-
KnownManagementMode2["Managed"] = "Managed";
|
|
1305
|
-
return KnownManagementMode2;
|
|
1306
|
-
})(KnownManagementMode || {});
|
|
1307
|
-
var KnownMigStrategy = /* @__PURE__ */ ((KnownMigStrategy2) => {
|
|
1308
|
-
KnownMigStrategy2["None"] = "None";
|
|
1309
|
-
KnownMigStrategy2["Single"] = "Single";
|
|
1310
|
-
KnownMigStrategy2["Mixed"] = "Mixed";
|
|
1311
|
-
return KnownMigStrategy2;
|
|
1312
|
-
})(KnownMigStrategy || {});
|
|
1313
1037
|
function agentPoolGatewayProfileSerializer(item) {
|
|
1314
1038
|
return { publicIPPrefixSize: item["publicIPPrefixSize"] };
|
|
1315
1039
|
}
|
|
@@ -1336,14 +1060,12 @@ function virtualMachinesProfileDeserializer(item) {
|
|
|
1336
1060
|
}
|
|
1337
1061
|
function scaleProfileSerializer(item) {
|
|
1338
1062
|
return {
|
|
1339
|
-
manual: !item["manual"] ? item["manual"] : manualScaleProfileArraySerializer(item["manual"])
|
|
1340
|
-
autoscale: !item["autoscale"] ? item["autoscale"] : autoScaleProfileSerializer(item["autoscale"])
|
|
1063
|
+
manual: !item["manual"] ? item["manual"] : manualScaleProfileArraySerializer(item["manual"])
|
|
1341
1064
|
};
|
|
1342
1065
|
}
|
|
1343
1066
|
function scaleProfileDeserializer(item) {
|
|
1344
1067
|
return {
|
|
1345
|
-
manual: !item["manual"] ? item["manual"] : manualScaleProfileArrayDeserializer(item["manual"])
|
|
1346
|
-
autoscale: !item["autoscale"] ? item["autoscale"] : autoScaleProfileDeserializer(item["autoscale"])
|
|
1068
|
+
manual: !item["manual"] ? item["manual"] : manualScaleProfileArrayDeserializer(item["manual"])
|
|
1347
1069
|
};
|
|
1348
1070
|
}
|
|
1349
1071
|
function manualScaleProfileArraySerializer(result) {
|
|
@@ -1365,16 +1087,6 @@ function manualScaleProfileDeserializer(item) {
|
|
|
1365
1087
|
count: item["count"]
|
|
1366
1088
|
};
|
|
1367
1089
|
}
|
|
1368
|
-
function autoScaleProfileSerializer(item) {
|
|
1369
|
-
return { size: item["size"], minCount: item["minCount"], maxCount: item["maxCount"] };
|
|
1370
|
-
}
|
|
1371
|
-
function autoScaleProfileDeserializer(item) {
|
|
1372
|
-
return {
|
|
1373
|
-
size: item["size"],
|
|
1374
|
-
minCount: item["minCount"],
|
|
1375
|
-
maxCount: item["maxCount"]
|
|
1376
|
-
};
|
|
1377
|
-
}
|
|
1378
1090
|
function virtualMachineNodesArraySerializer(result) {
|
|
1379
1091
|
return result.map((item) => {
|
|
1380
1092
|
return virtualMachineNodesSerializer(item);
|
|
@@ -1394,8 +1106,8 @@ function virtualMachineNodesDeserializer(item) {
|
|
|
1394
1106
|
count: item["count"]
|
|
1395
1107
|
};
|
|
1396
1108
|
}
|
|
1397
|
-
function agentPoolStatusSerializer(
|
|
1398
|
-
return
|
|
1109
|
+
function agentPoolStatusSerializer(_item) {
|
|
1110
|
+
return {};
|
|
1399
1111
|
}
|
|
1400
1112
|
function agentPoolStatusDeserializer(item) {
|
|
1401
1113
|
return {
|
|
@@ -1518,16 +1230,8 @@ var KnownLocalDNSServeStale = /* @__PURE__ */ ((KnownLocalDNSServeStale2) => {
|
|
|
1518
1230
|
KnownLocalDNSServeStale2["Disable"] = "Disable";
|
|
1519
1231
|
return KnownLocalDNSServeStale2;
|
|
1520
1232
|
})(KnownLocalDNSServeStale || {});
|
|
1521
|
-
function
|
|
1522
|
-
return {
|
|
1523
|
-
}
|
|
1524
|
-
function nodeCustomizationProfileDeserializer(item) {
|
|
1525
|
-
return {
|
|
1526
|
-
nodeCustomizationId: item["nodeCustomizationId"]
|
|
1527
|
-
};
|
|
1528
|
-
}
|
|
1529
|
-
function proxyResourceSerializer(item) {
|
|
1530
|
-
return item;
|
|
1233
|
+
function proxyResourceSerializer(_item) {
|
|
1234
|
+
return {};
|
|
1531
1235
|
}
|
|
1532
1236
|
function proxyResourceDeserializer(item) {
|
|
1533
1237
|
return {
|
|
@@ -1537,8 +1241,8 @@ function proxyResourceDeserializer(item) {
|
|
|
1537
1241
|
systemData: !item["systemData"] ? item["systemData"] : systemDataDeserializer(item["systemData"])
|
|
1538
1242
|
};
|
|
1539
1243
|
}
|
|
1540
|
-
function resourceSerializer(
|
|
1541
|
-
return
|
|
1244
|
+
function resourceSerializer(_item) {
|
|
1245
|
+
return {};
|
|
1542
1246
|
}
|
|
1543
1247
|
function resourceDeserializer(item) {
|
|
1544
1248
|
return {
|
|
@@ -1634,8 +1338,6 @@ function agentPoolUpgradeProfilePropertiesDeserializer(item) {
|
|
|
1634
1338
|
kubernetesVersion: item["kubernetesVersion"],
|
|
1635
1339
|
osType: item["osType"],
|
|
1636
1340
|
upgrades: !item["upgrades"] ? item["upgrades"] : agentPoolUpgradeProfilePropertiesUpgradesItemArrayDeserializer(item["upgrades"]),
|
|
1637
|
-
componentsByReleases: !item["componentsByReleases"] ? item["componentsByReleases"] : componentsByReleaseArrayDeserializer(item["componentsByReleases"]),
|
|
1638
|
-
recentlyUsedVersions: !item["recentlyUsedVersions"] ? item["recentlyUsedVersions"] : agentPoolRecentlyUsedVersionArrayDeserializer(item["recentlyUsedVersions"]),
|
|
1639
1341
|
latestNodeImageVersion: item["latestNodeImageVersion"]
|
|
1640
1342
|
};
|
|
1641
1343
|
}
|
|
@@ -1647,43 +1349,7 @@ function agentPoolUpgradeProfilePropertiesUpgradesItemArrayDeserializer(result)
|
|
|
1647
1349
|
function agentPoolUpgradeProfilePropertiesUpgradesItemDeserializer(item) {
|
|
1648
1350
|
return {
|
|
1649
1351
|
kubernetesVersion: item["kubernetesVersion"],
|
|
1650
|
-
isPreview: item["isPreview"]
|
|
1651
|
-
isOutOfSupport: item["isOutOfSupport"]
|
|
1652
|
-
};
|
|
1653
|
-
}
|
|
1654
|
-
function componentsByReleaseArrayDeserializer(result) {
|
|
1655
|
-
return result.map((item) => {
|
|
1656
|
-
return componentsByReleaseDeserializer(item);
|
|
1657
|
-
});
|
|
1658
|
-
}
|
|
1659
|
-
function componentsByReleaseDeserializer(item) {
|
|
1660
|
-
return {
|
|
1661
|
-
kubernetesVersion: item["kubernetesVersion"],
|
|
1662
|
-
components: !item["components"] ? item["components"] : componentArrayDeserializer(item["components"])
|
|
1663
|
-
};
|
|
1664
|
-
}
|
|
1665
|
-
function componentArrayDeserializer(result) {
|
|
1666
|
-
return result.map((item) => {
|
|
1667
|
-
return componentDeserializer(item);
|
|
1668
|
-
});
|
|
1669
|
-
}
|
|
1670
|
-
function componentDeserializer(item) {
|
|
1671
|
-
return {
|
|
1672
|
-
name: item["name"],
|
|
1673
|
-
version: item["version"],
|
|
1674
|
-
hasBreakingChanges: item["hasBreakingChanges"]
|
|
1675
|
-
};
|
|
1676
|
-
}
|
|
1677
|
-
function agentPoolRecentlyUsedVersionArrayDeserializer(result) {
|
|
1678
|
-
return result.map((item) => {
|
|
1679
|
-
return agentPoolRecentlyUsedVersionDeserializer(item);
|
|
1680
|
-
});
|
|
1681
|
-
}
|
|
1682
|
-
function agentPoolRecentlyUsedVersionDeserializer(item) {
|
|
1683
|
-
return {
|
|
1684
|
-
orchestratorVersion: item["orchestratorVersion"],
|
|
1685
|
-
nodeImageVersion: item["nodeImageVersion"],
|
|
1686
|
-
timestamp: !item["timestamp"] ? item["timestamp"] : new Date(item["timestamp"])
|
|
1352
|
+
isPreview: item["isPreview"]
|
|
1687
1353
|
};
|
|
1688
1354
|
}
|
|
1689
1355
|
function managedClusterSerializer(item) {
|
|
@@ -1691,7 +1357,6 @@ function managedClusterSerializer(item) {
|
|
|
1691
1357
|
tags: item["tags"],
|
|
1692
1358
|
location: item["location"],
|
|
1693
1359
|
properties: (0, import_check_prop_undefined.areAllPropsUndefined)(item, [
|
|
1694
|
-
"creationData",
|
|
1695
1360
|
"kubernetesVersion",
|
|
1696
1361
|
"dnsPrefix",
|
|
1697
1362
|
"fqdnSubdomain",
|
|
@@ -1706,7 +1371,6 @@ function managedClusterSerializer(item) {
|
|
|
1706
1371
|
"nodeResourceGroupProfile",
|
|
1707
1372
|
"enableRBAC",
|
|
1708
1373
|
"supportPlan",
|
|
1709
|
-
"enableNamespaceResources",
|
|
1710
1374
|
"networkProfile",
|
|
1711
1375
|
"aadProfile",
|
|
1712
1376
|
"autoUpgradeProfile",
|
|
@@ -1729,9 +1393,7 @@ function managedClusterSerializer(item) {
|
|
|
1729
1393
|
"nodeProvisioningProfile",
|
|
1730
1394
|
"bootstrapProfile",
|
|
1731
1395
|
"aiToolchainOperatorProfile",
|
|
1732
|
-
"schedulerProfile",
|
|
1733
1396
|
"hostedSystemProfile",
|
|
1734
|
-
"healthMonitorProfile",
|
|
1735
1397
|
"status"
|
|
1736
1398
|
]) ? void 0 : _managedClusterPropertiesSerializer(item),
|
|
1737
1399
|
sku: !item["sku"] ? item["sku"] : managedClusterSKUSerializer(item["sku"]),
|
|
@@ -1758,7 +1420,6 @@ function managedClusterDeserializer(item) {
|
|
|
1758
1420
|
}
|
|
1759
1421
|
function managedClusterPropertiesSerializer(item) {
|
|
1760
1422
|
return {
|
|
1761
|
-
creationData: !item["creationData"] ? item["creationData"] : creationDataSerializer(item["creationData"]),
|
|
1762
1423
|
kubernetesVersion: item["kubernetesVersion"],
|
|
1763
1424
|
dnsPrefix: item["dnsPrefix"],
|
|
1764
1425
|
fqdnSubdomain: item["fqdnSubdomain"],
|
|
@@ -1773,7 +1434,6 @@ function managedClusterPropertiesSerializer(item) {
|
|
|
1773
1434
|
nodeResourceGroupProfile: !item["nodeResourceGroupProfile"] ? item["nodeResourceGroupProfile"] : managedClusterNodeResourceGroupProfileSerializer(item["nodeResourceGroupProfile"]),
|
|
1774
1435
|
enableRBAC: item["enableRbac"],
|
|
1775
1436
|
supportPlan: item["supportPlan"],
|
|
1776
|
-
enableNamespaceResources: item["enableNamespaceResources"],
|
|
1777
1437
|
networkProfile: !item["networkProfile"] ? item["networkProfile"] : containerServiceNetworkProfileSerializer(item["networkProfile"]),
|
|
1778
1438
|
aadProfile: !item["aadProfile"] ? item["aadProfile"] : managedClusterAADProfileSerializer(item["aadProfile"]),
|
|
1779
1439
|
autoUpgradeProfile: !item["autoUpgradeProfile"] ? item["autoUpgradeProfile"] : managedClusterAutoUpgradeProfileSerializer(item["autoUpgradeProfile"]),
|
|
@@ -1796,9 +1456,7 @@ function managedClusterPropertiesSerializer(item) {
|
|
|
1796
1456
|
nodeProvisioningProfile: !item["nodeProvisioningProfile"] ? item["nodeProvisioningProfile"] : managedClusterNodeProvisioningProfileSerializer(item["nodeProvisioningProfile"]),
|
|
1797
1457
|
bootstrapProfile: !item["bootstrapProfile"] ? item["bootstrapProfile"] : managedClusterBootstrapProfileSerializer(item["bootstrapProfile"]),
|
|
1798
1458
|
aiToolchainOperatorProfile: !item["aiToolchainOperatorProfile"] ? item["aiToolchainOperatorProfile"] : managedClusterAIToolchainOperatorProfileSerializer(item["aiToolchainOperatorProfile"]),
|
|
1799
|
-
schedulerProfile: !item["schedulerProfile"] ? item["schedulerProfile"] : schedulerProfileSerializer(item["schedulerProfile"]),
|
|
1800
1459
|
hostedSystemProfile: !item["hostedSystemProfile"] ? item["hostedSystemProfile"] : managedClusterHostedSystemProfileSerializer(item["hostedSystemProfile"]),
|
|
1801
|
-
healthMonitorProfile: !item["healthMonitorProfile"] ? item["healthMonitorProfile"] : managedClusterHealthMonitorProfileSerializer(item["healthMonitorProfile"]),
|
|
1802
1460
|
status: !item["status"] ? item["status"] : managedClusterStatusSerializer(item["status"])
|
|
1803
1461
|
};
|
|
1804
1462
|
}
|
|
@@ -1806,7 +1464,6 @@ function managedClusterPropertiesDeserializer(item) {
|
|
|
1806
1464
|
return {
|
|
1807
1465
|
provisioningState: item["provisioningState"],
|
|
1808
1466
|
powerState: !item["powerState"] ? item["powerState"] : powerStateDeserializer(item["powerState"]),
|
|
1809
|
-
creationData: !item["creationData"] ? item["creationData"] : creationDataDeserializer(item["creationData"]),
|
|
1810
1467
|
maxAgentPools: item["maxAgentPools"],
|
|
1811
1468
|
kubernetesVersion: item["kubernetesVersion"],
|
|
1812
1469
|
currentKubernetesVersion: item["currentKubernetesVersion"],
|
|
@@ -1826,7 +1483,6 @@ function managedClusterPropertiesDeserializer(item) {
|
|
|
1826
1483
|
nodeResourceGroupProfile: !item["nodeResourceGroupProfile"] ? item["nodeResourceGroupProfile"] : managedClusterNodeResourceGroupProfileDeserializer(item["nodeResourceGroupProfile"]),
|
|
1827
1484
|
enableRbac: item["enableRBAC"],
|
|
1828
1485
|
supportPlan: item["supportPlan"],
|
|
1829
|
-
enableNamespaceResources: item["enableNamespaceResources"],
|
|
1830
1486
|
networkProfile: !item["networkProfile"] ? item["networkProfile"] : containerServiceNetworkProfileDeserializer(item["networkProfile"]),
|
|
1831
1487
|
aadProfile: !item["aadProfile"] ? item["aadProfile"] : managedClusterAADProfileDeserializer(item["aadProfile"]),
|
|
1832
1488
|
autoUpgradeProfile: !item["autoUpgradeProfile"] ? item["autoUpgradeProfile"] : managedClusterAutoUpgradeProfileDeserializer(item["autoUpgradeProfile"]),
|
|
@@ -1850,9 +1506,7 @@ function managedClusterPropertiesDeserializer(item) {
|
|
|
1850
1506
|
nodeProvisioningProfile: !item["nodeProvisioningProfile"] ? item["nodeProvisioningProfile"] : managedClusterNodeProvisioningProfileDeserializer(item["nodeProvisioningProfile"]),
|
|
1851
1507
|
bootstrapProfile: !item["bootstrapProfile"] ? item["bootstrapProfile"] : managedClusterBootstrapProfileDeserializer(item["bootstrapProfile"]),
|
|
1852
1508
|
aiToolchainOperatorProfile: !item["aiToolchainOperatorProfile"] ? item["aiToolchainOperatorProfile"] : managedClusterAIToolchainOperatorProfileDeserializer(item["aiToolchainOperatorProfile"]),
|
|
1853
|
-
schedulerProfile: !item["schedulerProfile"] ? item["schedulerProfile"] : schedulerProfileDeserializer(item["schedulerProfile"]),
|
|
1854
1509
|
hostedSystemProfile: !item["hostedSystemProfile"] ? item["hostedSystemProfile"] : managedClusterHostedSystemProfileDeserializer(item["hostedSystemProfile"]),
|
|
1855
|
-
healthMonitorProfile: !item["healthMonitorProfile"] ? item["healthMonitorProfile"] : managedClusterHealthMonitorProfileDeserializer(item["healthMonitorProfile"]),
|
|
1856
1510
|
status: !item["status"] ? item["status"] : managedClusterStatusDeserializer(item["status"])
|
|
1857
1511
|
};
|
|
1858
1512
|
}
|
|
@@ -1888,10 +1542,7 @@ function managedClusterAgentPoolProfileSerializer(item) {
|
|
|
1888
1542
|
type: item["type"],
|
|
1889
1543
|
mode: item["mode"],
|
|
1890
1544
|
orchestratorVersion: item["orchestratorVersion"],
|
|
1891
|
-
upgradeStrategy: item["upgradeStrategy"],
|
|
1892
|
-
enableOSDiskFullCaching: item["enableOSDiskFullCaching"],
|
|
1893
1545
|
upgradeSettings: !item["upgradeSettings"] ? item["upgradeSettings"] : agentPoolUpgradeSettingsSerializer(item["upgradeSettings"]),
|
|
1894
|
-
upgradeSettingsBlueGreen: !item["upgradeSettingsBlueGreen"] ? item["upgradeSettingsBlueGreen"] : agentPoolBlueGreenUpgradeSettingsSerializer(item["upgradeSettingsBlueGreen"]),
|
|
1895
1546
|
powerState: !item["powerState"] ? item["powerState"] : powerStateSerializer(item["powerState"]),
|
|
1896
1547
|
availabilityZones: !item["availabilityZones"] ? item["availabilityZones"] : item["availabilityZones"].map((p) => {
|
|
1897
1548
|
return p;
|
|
@@ -1906,9 +1557,6 @@ function managedClusterAgentPoolProfileSerializer(item) {
|
|
|
1906
1557
|
nodeTaints: !item["nodeTaints"] ? item["nodeTaints"] : item["nodeTaints"].map((p) => {
|
|
1907
1558
|
return p;
|
|
1908
1559
|
}),
|
|
1909
|
-
nodeInitializationTaints: !item["nodeInitializationTaints"] ? item["nodeInitializationTaints"] : item["nodeInitializationTaints"].map((p) => {
|
|
1910
|
-
return p;
|
|
1911
|
-
}),
|
|
1912
1560
|
proximityPlacementGroupID: item["proximityPlacementGroupID"],
|
|
1913
1561
|
kubeletConfig: !item["kubeletConfig"] ? item["kubeletConfig"] : kubeletConfigSerializer(item["kubeletConfig"]),
|
|
1914
1562
|
linuxOSConfig: !item["linuxOSConfig"] ? item["linuxOSConfig"] : linuxOSConfigSerializer(item["linuxOSConfig"]),
|
|
@@ -1929,7 +1577,6 @@ function managedClusterAgentPoolProfileSerializer(item) {
|
|
|
1929
1577
|
virtualMachineNodesStatus: !item["virtualMachineNodesStatus"] ? item["virtualMachineNodesStatus"] : virtualMachineNodesArraySerializer(item["virtualMachineNodesStatus"]),
|
|
1930
1578
|
status: !item["status"] ? item["status"] : agentPoolStatusSerializer(item["status"]),
|
|
1931
1579
|
localDNSProfile: !item["localDNSProfile"] ? item["localDNSProfile"] : localDNSProfileSerializer(item["localDNSProfile"]),
|
|
1932
|
-
nodeCustomizationProfile: !item["nodeCustomizationProfile"] ? item["nodeCustomizationProfile"] : nodeCustomizationProfileSerializer(item["nodeCustomizationProfile"]),
|
|
1933
1580
|
name: item["name"]
|
|
1934
1581
|
};
|
|
1935
1582
|
}
|
|
@@ -1958,10 +1605,7 @@ function managedClusterAgentPoolProfileDeserializer(item) {
|
|
|
1958
1605
|
orchestratorVersion: item["orchestratorVersion"],
|
|
1959
1606
|
currentOrchestratorVersion: item["currentOrchestratorVersion"],
|
|
1960
1607
|
nodeImageVersion: item["nodeImageVersion"],
|
|
1961
|
-
upgradeStrategy: item["upgradeStrategy"],
|
|
1962
|
-
enableOSDiskFullCaching: item["enableOSDiskFullCaching"],
|
|
1963
1608
|
upgradeSettings: !item["upgradeSettings"] ? item["upgradeSettings"] : agentPoolUpgradeSettingsDeserializer(item["upgradeSettings"]),
|
|
1964
|
-
upgradeSettingsBlueGreen: !item["upgradeSettingsBlueGreen"] ? item["upgradeSettingsBlueGreen"] : agentPoolBlueGreenUpgradeSettingsDeserializer(item["upgradeSettingsBlueGreen"]),
|
|
1965
1609
|
provisioningState: item["provisioningState"],
|
|
1966
1610
|
powerState: !item["powerState"] ? item["powerState"] : powerStateDeserializer(item["powerState"]),
|
|
1967
1611
|
availabilityZones: !item["availabilityZones"] ? item["availabilityZones"] : item["availabilityZones"].map((p) => {
|
|
@@ -1979,9 +1623,6 @@ function managedClusterAgentPoolProfileDeserializer(item) {
|
|
|
1979
1623
|
nodeTaints: !item["nodeTaints"] ? item["nodeTaints"] : item["nodeTaints"].map((p) => {
|
|
1980
1624
|
return p;
|
|
1981
1625
|
}),
|
|
1982
|
-
nodeInitializationTaints: !item["nodeInitializationTaints"] ? item["nodeInitializationTaints"] : item["nodeInitializationTaints"].map((p) => {
|
|
1983
|
-
return p;
|
|
1984
|
-
}),
|
|
1985
1626
|
proximityPlacementGroupID: item["proximityPlacementGroupID"],
|
|
1986
1627
|
kubeletConfig: !item["kubeletConfig"] ? item["kubeletConfig"] : kubeletConfigDeserializer(item["kubeletConfig"]),
|
|
1987
1628
|
linuxOSConfig: !item["linuxOSConfig"] ? item["linuxOSConfig"] : linuxOSConfigDeserializer(item["linuxOSConfig"]),
|
|
@@ -2002,7 +1643,6 @@ function managedClusterAgentPoolProfileDeserializer(item) {
|
|
|
2002
1643
|
virtualMachineNodesStatus: !item["virtualMachineNodesStatus"] ? item["virtualMachineNodesStatus"] : virtualMachineNodesArrayDeserializer(item["virtualMachineNodesStatus"]),
|
|
2003
1644
|
status: !item["status"] ? item["status"] : agentPoolStatusDeserializer(item["status"]),
|
|
2004
1645
|
localDNSProfile: !item["localDNSProfile"] ? item["localDNSProfile"] : localDNSProfileDeserializer(item["localDNSProfile"]),
|
|
2005
|
-
nodeCustomizationProfile: !item["nodeCustomizationProfile"] ? item["nodeCustomizationProfile"] : nodeCustomizationProfileDeserializer(item["nodeCustomizationProfile"]),
|
|
2006
1646
|
name: item["name"]
|
|
2007
1647
|
};
|
|
2008
1648
|
}
|
|
@@ -2280,9 +1920,7 @@ function containerServiceNetworkProfileSerializer(item) {
|
|
|
2280
1920
|
}),
|
|
2281
1921
|
ipFamilies: !item["ipFamilies"] ? item["ipFamilies"] : item["ipFamilies"].map((p) => {
|
|
2282
1922
|
return p;
|
|
2283
|
-
})
|
|
2284
|
-
podLinkLocalAccess: item["podLinkLocalAccess"],
|
|
2285
|
-
kubeProxyConfig: !item["kubeProxyConfig"] ? item["kubeProxyConfig"] : containerServiceNetworkProfileKubeProxyConfigSerializer(item["kubeProxyConfig"])
|
|
1923
|
+
})
|
|
2286
1924
|
};
|
|
2287
1925
|
}
|
|
2288
1926
|
function containerServiceNetworkProfileDeserializer(item) {
|
|
@@ -2309,9 +1947,7 @@ function containerServiceNetworkProfileDeserializer(item) {
|
|
|
2309
1947
|
}),
|
|
2310
1948
|
ipFamilies: !item["ipFamilies"] ? item["ipFamilies"] : item["ipFamilies"].map((p) => {
|
|
2311
1949
|
return p;
|
|
2312
|
-
})
|
|
2313
|
-
podLinkLocalAccess: item["podLinkLocalAccess"],
|
|
2314
|
-
kubeProxyConfig: !item["kubeProxyConfig"] ? item["kubeProxyConfig"] : containerServiceNetworkProfileKubeProxyConfigDeserializer(item["kubeProxyConfig"])
|
|
1950
|
+
})
|
|
2315
1951
|
};
|
|
2316
1952
|
}
|
|
2317
1953
|
var KnownNetworkPlugin = /* @__PURE__ */ ((KnownNetworkPlugin2) => {
|
|
@@ -2395,7 +2031,6 @@ function advancedNetworkingSecurityTransitEncryptionDeserializer(item) {
|
|
|
2395
2031
|
}
|
|
2396
2032
|
var KnownTransitEncryptionType = /* @__PURE__ */ ((KnownTransitEncryptionType2) => {
|
|
2397
2033
|
KnownTransitEncryptionType2["WireGuard"] = "WireGuard";
|
|
2398
|
-
KnownTransitEncryptionType2["MTLS"] = "mTLS";
|
|
2399
2034
|
KnownTransitEncryptionType2["None"] = "None";
|
|
2400
2035
|
return KnownTransitEncryptionType2;
|
|
2401
2036
|
})(KnownTransitEncryptionType || {});
|
|
@@ -2416,7 +2051,6 @@ var KnownOutboundType = /* @__PURE__ */ ((KnownOutboundType2) => {
|
|
|
2416
2051
|
KnownOutboundType2["LoadBalancer"] = "loadBalancer";
|
|
2417
2052
|
KnownOutboundType2["UserDefinedRouting"] = "userDefinedRouting";
|
|
2418
2053
|
KnownOutboundType2["ManagedNATGateway"] = "managedNATGateway";
|
|
2419
|
-
KnownOutboundType2["ManagedNATGatewayV2"] = "managedNATGatewayV2";
|
|
2420
2054
|
KnownOutboundType2["UserAssignedNATGateway"] = "userAssignedNATGateway";
|
|
2421
2055
|
KnownOutboundType2["None"] = "none";
|
|
2422
2056
|
return KnownOutboundType2;
|
|
@@ -2434,8 +2068,7 @@ function managedClusterLoadBalancerProfileSerializer(item) {
|
|
|
2434
2068
|
allocatedOutboundPorts: item["allocatedOutboundPorts"],
|
|
2435
2069
|
idleTimeoutInMinutes: item["idleTimeoutInMinutes"],
|
|
2436
2070
|
enableMultipleStandardLoadBalancers: item["enableMultipleStandardLoadBalancers"],
|
|
2437
|
-
backendPoolType: item["backendPoolType"]
|
|
2438
|
-
clusterServiceLoadBalancerHealthProbeMode: item["clusterServiceLoadBalancerHealthProbeMode"]
|
|
2071
|
+
backendPoolType: item["backendPoolType"]
|
|
2439
2072
|
};
|
|
2440
2073
|
}
|
|
2441
2074
|
function managedClusterLoadBalancerProfileDeserializer(item) {
|
|
@@ -2447,8 +2080,7 @@ function managedClusterLoadBalancerProfileDeserializer(item) {
|
|
|
2447
2080
|
allocatedOutboundPorts: item["allocatedOutboundPorts"],
|
|
2448
2081
|
idleTimeoutInMinutes: item["idleTimeoutInMinutes"],
|
|
2449
2082
|
enableMultipleStandardLoadBalancers: item["enableMultipleStandardLoadBalancers"],
|
|
2450
|
-
backendPoolType: item["backendPoolType"]
|
|
2451
|
-
clusterServiceLoadBalancerHealthProbeMode: item["clusterServiceLoadBalancerHealthProbeMode"]
|
|
2083
|
+
backendPoolType: item["backendPoolType"]
|
|
2452
2084
|
};
|
|
2453
2085
|
}
|
|
2454
2086
|
function managedClusterLoadBalancerProfileManagedOutboundIPsSerializer(item) {
|
|
@@ -2503,16 +2135,9 @@ var KnownBackendPoolType = /* @__PURE__ */ ((KnownBackendPoolType2) => {
|
|
|
2503
2135
|
KnownBackendPoolType2["NodeIP"] = "NodeIP";
|
|
2504
2136
|
return KnownBackendPoolType2;
|
|
2505
2137
|
})(KnownBackendPoolType || {});
|
|
2506
|
-
var KnownClusterServiceLoadBalancerHealthProbeMode = /* @__PURE__ */ ((KnownClusterServiceLoadBalancerHealthProbeMode2) => {
|
|
2507
|
-
KnownClusterServiceLoadBalancerHealthProbeMode2["ServiceNodePort"] = "ServiceNodePort";
|
|
2508
|
-
KnownClusterServiceLoadBalancerHealthProbeMode2["Shared"] = "Shared";
|
|
2509
|
-
return KnownClusterServiceLoadBalancerHealthProbeMode2;
|
|
2510
|
-
})(KnownClusterServiceLoadBalancerHealthProbeMode || {});
|
|
2511
2138
|
function managedClusterNATGatewayProfileSerializer(item) {
|
|
2512
2139
|
return {
|
|
2513
2140
|
managedOutboundIPProfile: !item["managedOutboundIPProfile"] ? item["managedOutboundIPProfile"] : managedClusterManagedOutboundIPProfileSerializer(item["managedOutboundIPProfile"]),
|
|
2514
|
-
outboundIPPrefixes: !item["outboundIPPrefixes"] ? item["outboundIPPrefixes"] : _managedClusterNATGatewayProfileOutboundIpPrefixesSerializer(item["outboundIPPrefixes"]),
|
|
2515
|
-
outboundIPs: !item["outboundIPs"] ? item["outboundIPs"] : _managedClusterNATGatewayProfileOutboundIPsSerializer(item["outboundIPs"]),
|
|
2516
2141
|
idleTimeoutInMinutes: item["idleTimeoutInMinutes"]
|
|
2517
2142
|
};
|
|
2518
2143
|
}
|
|
@@ -2520,46 +2145,15 @@ function managedClusterNATGatewayProfileDeserializer(item) {
|
|
|
2520
2145
|
return {
|
|
2521
2146
|
managedOutboundIPProfile: !item["managedOutboundIPProfile"] ? item["managedOutboundIPProfile"] : managedClusterManagedOutboundIPProfileDeserializer(item["managedOutboundIPProfile"]),
|
|
2522
2147
|
effectiveOutboundIPs: !item["effectiveOutboundIPs"] ? item["effectiveOutboundIPs"] : resourceReferenceArrayDeserializer(item["effectiveOutboundIPs"]),
|
|
2523
|
-
outboundIPPrefixes: !item["outboundIPPrefixes"] ? item["outboundIPPrefixes"] : _managedClusterNATGatewayProfileOutboundIpPrefixesDeserializer(item["outboundIPPrefixes"]),
|
|
2524
|
-
outboundIPs: !item["outboundIPs"] ? item["outboundIPs"] : _managedClusterNATGatewayProfileOutboundIPsDeserializer(item["outboundIPs"]),
|
|
2525
2148
|
idleTimeoutInMinutes: item["idleTimeoutInMinutes"]
|
|
2526
2149
|
};
|
|
2527
2150
|
}
|
|
2528
2151
|
function managedClusterManagedOutboundIPProfileSerializer(item) {
|
|
2529
|
-
return { count: item["count"]
|
|
2152
|
+
return { count: item["count"] };
|
|
2530
2153
|
}
|
|
2531
2154
|
function managedClusterManagedOutboundIPProfileDeserializer(item) {
|
|
2532
2155
|
return {
|
|
2533
|
-
count: item["count"]
|
|
2534
|
-
countIPv6: item["countIPv6"]
|
|
2535
|
-
};
|
|
2536
|
-
}
|
|
2537
|
-
function _managedClusterNATGatewayProfileOutboundIpPrefixesSerializer(item) {
|
|
2538
|
-
return {
|
|
2539
|
-
publicIPPrefixes: !item["publicIPPrefixes"] ? item["publicIPPrefixes"] : item["publicIPPrefixes"].map((p) => {
|
|
2540
|
-
return p;
|
|
2541
|
-
})
|
|
2542
|
-
};
|
|
2543
|
-
}
|
|
2544
|
-
function _managedClusterNATGatewayProfileOutboundIpPrefixesDeserializer(item) {
|
|
2545
|
-
return {
|
|
2546
|
-
publicIPPrefixes: !item["publicIPPrefixes"] ? item["publicIPPrefixes"] : item["publicIPPrefixes"].map((p) => {
|
|
2547
|
-
return p;
|
|
2548
|
-
})
|
|
2549
|
-
};
|
|
2550
|
-
}
|
|
2551
|
-
function _managedClusterNATGatewayProfileOutboundIPsSerializer(item) {
|
|
2552
|
-
return {
|
|
2553
|
-
publicIPs: !item["publicIPs"] ? item["publicIPs"] : item["publicIPs"].map((p) => {
|
|
2554
|
-
return p;
|
|
2555
|
-
})
|
|
2556
|
-
};
|
|
2557
|
-
}
|
|
2558
|
-
function _managedClusterNATGatewayProfileOutboundIPsDeserializer(item) {
|
|
2559
|
-
return {
|
|
2560
|
-
publicIPs: !item["publicIPs"] ? item["publicIPs"] : item["publicIPs"].map((p) => {
|
|
2561
|
-
return p;
|
|
2562
|
-
})
|
|
2156
|
+
count: item["count"]
|
|
2563
2157
|
};
|
|
2564
2158
|
}
|
|
2565
2159
|
function managedClusterStaticEgressGatewayProfileSerializer(item) {
|
|
@@ -2575,52 +2169,6 @@ var KnownIpFamily = /* @__PURE__ */ ((KnownIpFamily2) => {
|
|
|
2575
2169
|
KnownIpFamily2["IPv6"] = "IPv6";
|
|
2576
2170
|
return KnownIpFamily2;
|
|
2577
2171
|
})(KnownIpFamily || {});
|
|
2578
|
-
var KnownPodLinkLocalAccess = /* @__PURE__ */ ((KnownPodLinkLocalAccess2) => {
|
|
2579
|
-
KnownPodLinkLocalAccess2["Imds"] = "IMDS";
|
|
2580
|
-
KnownPodLinkLocalAccess2["None"] = "None";
|
|
2581
|
-
return KnownPodLinkLocalAccess2;
|
|
2582
|
-
})(KnownPodLinkLocalAccess || {});
|
|
2583
|
-
function containerServiceNetworkProfileKubeProxyConfigSerializer(item) {
|
|
2584
|
-
return {
|
|
2585
|
-
enabled: item["enabled"],
|
|
2586
|
-
mode: item["mode"],
|
|
2587
|
-
ipvsConfig: !item["ipvsConfig"] ? item["ipvsConfig"] : containerServiceNetworkProfileKubeProxyConfigIpvsConfigSerializer(item["ipvsConfig"])
|
|
2588
|
-
};
|
|
2589
|
-
}
|
|
2590
|
-
function containerServiceNetworkProfileKubeProxyConfigDeserializer(item) {
|
|
2591
|
-
return {
|
|
2592
|
-
enabled: item["enabled"],
|
|
2593
|
-
mode: item["mode"],
|
|
2594
|
-
ipvsConfig: !item["ipvsConfig"] ? item["ipvsConfig"] : containerServiceNetworkProfileKubeProxyConfigIpvsConfigDeserializer(item["ipvsConfig"])
|
|
2595
|
-
};
|
|
2596
|
-
}
|
|
2597
|
-
var KnownMode = /* @__PURE__ */ ((KnownMode2) => {
|
|
2598
|
-
KnownMode2["Iptables"] = "IPTABLES";
|
|
2599
|
-
KnownMode2["Ipvs"] = "IPVS";
|
|
2600
|
-
KnownMode2["Nftables"] = "NFTABLES";
|
|
2601
|
-
return KnownMode2;
|
|
2602
|
-
})(KnownMode || {});
|
|
2603
|
-
function containerServiceNetworkProfileKubeProxyConfigIpvsConfigSerializer(item) {
|
|
2604
|
-
return {
|
|
2605
|
-
scheduler: item["scheduler"],
|
|
2606
|
-
tcpTimeoutSeconds: item["tcpTimeoutSeconds"],
|
|
2607
|
-
tcpFinTimeoutSeconds: item["tcpFinTimeoutSeconds"],
|
|
2608
|
-
udpTimeoutSeconds: item["udpTimeoutSeconds"]
|
|
2609
|
-
};
|
|
2610
|
-
}
|
|
2611
|
-
function containerServiceNetworkProfileKubeProxyConfigIpvsConfigDeserializer(item) {
|
|
2612
|
-
return {
|
|
2613
|
-
scheduler: item["scheduler"],
|
|
2614
|
-
tcpTimeoutSeconds: item["tcpTimeoutSeconds"],
|
|
2615
|
-
tcpFinTimeoutSeconds: item["tcpFinTimeoutSeconds"],
|
|
2616
|
-
udpTimeoutSeconds: item["udpTimeoutSeconds"]
|
|
2617
|
-
};
|
|
2618
|
-
}
|
|
2619
|
-
var KnownIpvsScheduler = /* @__PURE__ */ ((KnownIpvsScheduler2) => {
|
|
2620
|
-
KnownIpvsScheduler2["RoundRobin"] = "RoundRobin";
|
|
2621
|
-
KnownIpvsScheduler2["LeastConnection"] = "LeastConnection";
|
|
2622
|
-
return KnownIpvsScheduler2;
|
|
2623
|
-
})(KnownIpvsScheduler || {});
|
|
2624
2172
|
function managedClusterAADProfileSerializer(item) {
|
|
2625
2173
|
return {
|
|
2626
2174
|
managed: item["managed"],
|
|
@@ -2842,9 +2390,6 @@ function managedClusterHttpProxyConfigDeserializer(item) {
|
|
|
2842
2390
|
noProxy: !item["noProxy"] ? item["noProxy"] : item["noProxy"].map((p) => {
|
|
2843
2391
|
return p;
|
|
2844
2392
|
}),
|
|
2845
|
-
effectiveNoProxy: !item["effectiveNoProxy"] ? item["effectiveNoProxy"] : item["effectiveNoProxy"].map((p) => {
|
|
2846
|
-
return p;
|
|
2847
|
-
}),
|
|
2848
2393
|
trustedCa: item["trustedCa"],
|
|
2849
2394
|
enabled: item["enabled"]
|
|
2850
2395
|
};
|
|
@@ -2853,34 +2398,22 @@ function managedClusterSecurityProfileSerializer(item) {
|
|
|
2853
2398
|
return {
|
|
2854
2399
|
defender: !item["defender"] ? item["defender"] : managedClusterSecurityProfileDefenderSerializer(item["defender"]),
|
|
2855
2400
|
azureKeyVaultKms: !item["azureKeyVaultKms"] ? item["azureKeyVaultKms"] : azureKeyVaultKmsSerializer(item["azureKeyVaultKms"]),
|
|
2856
|
-
kubernetesResourceObjectEncryptionProfile: !item["kubernetesResourceObjectEncryptionProfile"] ? item["kubernetesResourceObjectEncryptionProfile"] : kubernetesResourceObjectEncryptionProfileSerializer(
|
|
2857
|
-
item["kubernetesResourceObjectEncryptionProfile"]
|
|
2858
|
-
),
|
|
2859
2401
|
workloadIdentity: !item["workloadIdentity"] ? item["workloadIdentity"] : managedClusterSecurityProfileWorkloadIdentitySerializer(item["workloadIdentity"]),
|
|
2860
2402
|
imageCleaner: !item["imageCleaner"] ? item["imageCleaner"] : managedClusterSecurityProfileImageCleanerSerializer(item["imageCleaner"]),
|
|
2861
|
-
imageIntegrity: !item["imageIntegrity"] ? item["imageIntegrity"] : managedClusterSecurityProfileImageIntegritySerializer(item["imageIntegrity"]),
|
|
2862
|
-
nodeRestriction: !item["nodeRestriction"] ? item["nodeRestriction"] : managedClusterSecurityProfileNodeRestrictionSerializer(item["nodeRestriction"]),
|
|
2863
2403
|
customCATrustCertificates: !item["customCATrustCertificates"] ? item["customCATrustCertificates"] : item["customCATrustCertificates"].map((p) => {
|
|
2864
2404
|
return (0, import_core_util.uint8ArrayToString)(p, "base64");
|
|
2865
|
-
})
|
|
2866
|
-
serviceAccountImagePullProfile: !item["serviceAccountImagePullProfile"] ? item["serviceAccountImagePullProfile"] : serviceAccountImagePullProfileSerializer(item["serviceAccountImagePullProfile"])
|
|
2405
|
+
})
|
|
2867
2406
|
};
|
|
2868
2407
|
}
|
|
2869
2408
|
function managedClusterSecurityProfileDeserializer(item) {
|
|
2870
2409
|
return {
|
|
2871
2410
|
defender: !item["defender"] ? item["defender"] : managedClusterSecurityProfileDefenderDeserializer(item["defender"]),
|
|
2872
2411
|
azureKeyVaultKms: !item["azureKeyVaultKms"] ? item["azureKeyVaultKms"] : azureKeyVaultKmsDeserializer(item["azureKeyVaultKms"]),
|
|
2873
|
-
kubernetesResourceObjectEncryptionProfile: !item["kubernetesResourceObjectEncryptionProfile"] ? item["kubernetesResourceObjectEncryptionProfile"] : kubernetesResourceObjectEncryptionProfileDeserializer(
|
|
2874
|
-
item["kubernetesResourceObjectEncryptionProfile"]
|
|
2875
|
-
),
|
|
2876
2412
|
workloadIdentity: !item["workloadIdentity"] ? item["workloadIdentity"] : managedClusterSecurityProfileWorkloadIdentityDeserializer(item["workloadIdentity"]),
|
|
2877
2413
|
imageCleaner: !item["imageCleaner"] ? item["imageCleaner"] : managedClusterSecurityProfileImageCleanerDeserializer(item["imageCleaner"]),
|
|
2878
|
-
imageIntegrity: !item["imageIntegrity"] ? item["imageIntegrity"] : managedClusterSecurityProfileImageIntegrityDeserializer(item["imageIntegrity"]),
|
|
2879
|
-
nodeRestriction: !item["nodeRestriction"] ? item["nodeRestriction"] : managedClusterSecurityProfileNodeRestrictionDeserializer(item["nodeRestriction"]),
|
|
2880
2414
|
customCATrustCertificates: !item["customCATrustCertificates"] ? item["customCATrustCertificates"] : item["customCATrustCertificates"].map((p) => {
|
|
2881
2415
|
return typeof p === "string" ? (0, import_core_util.stringToUint8Array)(p, "base64") : p;
|
|
2882
|
-
})
|
|
2883
|
-
serviceAccountImagePullProfile: !item["serviceAccountImagePullProfile"] ? item["serviceAccountImagePullProfile"] : serviceAccountImagePullProfileDeserializer(item["serviceAccountImagePullProfile"])
|
|
2416
|
+
})
|
|
2884
2417
|
};
|
|
2885
2418
|
}
|
|
2886
2419
|
function managedClusterSecurityProfileDefenderSerializer(item) {
|
|
@@ -2888,8 +2421,7 @@ function managedClusterSecurityProfileDefenderSerializer(item) {
|
|
|
2888
2421
|
logAnalyticsWorkspaceResourceId: item["logAnalyticsWorkspaceResourceId"],
|
|
2889
2422
|
securityMonitoring: !item["securityMonitoring"] ? item["securityMonitoring"] : managedClusterSecurityProfileDefenderSecurityMonitoringSerializer(
|
|
2890
2423
|
item["securityMonitoring"]
|
|
2891
|
-
)
|
|
2892
|
-
securityGating: !item["securityGating"] ? item["securityGating"] : managedClusterSecurityProfileDefenderSecurityGatingSerializer(item["securityGating"])
|
|
2424
|
+
)
|
|
2893
2425
|
};
|
|
2894
2426
|
}
|
|
2895
2427
|
function managedClusterSecurityProfileDefenderDeserializer(item) {
|
|
@@ -2897,8 +2429,7 @@ function managedClusterSecurityProfileDefenderDeserializer(item) {
|
|
|
2897
2429
|
logAnalyticsWorkspaceResourceId: item["logAnalyticsWorkspaceResourceId"],
|
|
2898
2430
|
securityMonitoring: !item["securityMonitoring"] ? item["securityMonitoring"] : managedClusterSecurityProfileDefenderSecurityMonitoringDeserializer(
|
|
2899
2431
|
item["securityMonitoring"]
|
|
2900
|
-
)
|
|
2901
|
-
securityGating: !item["securityGating"] ? item["securityGating"] : managedClusterSecurityProfileDefenderSecurityGatingDeserializer(item["securityGating"])
|
|
2432
|
+
)
|
|
2902
2433
|
};
|
|
2903
2434
|
}
|
|
2904
2435
|
function managedClusterSecurityProfileDefenderSecurityMonitoringSerializer(item) {
|
|
@@ -2909,46 +2440,6 @@ function managedClusterSecurityProfileDefenderSecurityMonitoringDeserializer(ite
|
|
|
2909
2440
|
enabled: item["enabled"]
|
|
2910
2441
|
};
|
|
2911
2442
|
}
|
|
2912
|
-
function managedClusterSecurityProfileDefenderSecurityGatingSerializer(item) {
|
|
2913
|
-
return {
|
|
2914
|
-
enabled: item["enabled"],
|
|
2915
|
-
identities: !item["identities"] ? item["identities"] : managedClusterSecurityProfileDefenderSecurityGatingIdentitiesItemArraySerializer(
|
|
2916
|
-
item["identities"]
|
|
2917
|
-
),
|
|
2918
|
-
allowSecretAccess: item["allowSecretAccess"]
|
|
2919
|
-
};
|
|
2920
|
-
}
|
|
2921
|
-
function managedClusterSecurityProfileDefenderSecurityGatingDeserializer(item) {
|
|
2922
|
-
return {
|
|
2923
|
-
enabled: item["enabled"],
|
|
2924
|
-
identities: !item["identities"] ? item["identities"] : managedClusterSecurityProfileDefenderSecurityGatingIdentitiesItemArrayDeserializer(
|
|
2925
|
-
item["identities"]
|
|
2926
|
-
),
|
|
2927
|
-
allowSecretAccess: item["allowSecretAccess"]
|
|
2928
|
-
};
|
|
2929
|
-
}
|
|
2930
|
-
function managedClusterSecurityProfileDefenderSecurityGatingIdentitiesItemArraySerializer(result) {
|
|
2931
|
-
return result.map((item) => {
|
|
2932
|
-
return managedClusterSecurityProfileDefenderSecurityGatingIdentitiesItemSerializer(item);
|
|
2933
|
-
});
|
|
2934
|
-
}
|
|
2935
|
-
function managedClusterSecurityProfileDefenderSecurityGatingIdentitiesItemArrayDeserializer(result) {
|
|
2936
|
-
return result.map((item) => {
|
|
2937
|
-
return managedClusterSecurityProfileDefenderSecurityGatingIdentitiesItemDeserializer(item);
|
|
2938
|
-
});
|
|
2939
|
-
}
|
|
2940
|
-
function managedClusterSecurityProfileDefenderSecurityGatingIdentitiesItemSerializer(item) {
|
|
2941
|
-
return {
|
|
2942
|
-
azureContainerRegistry: item["azureContainerRegistry"],
|
|
2943
|
-
identity: !item["identity"] ? item["identity"] : userAssignedIdentitySerializer(item["identity"])
|
|
2944
|
-
};
|
|
2945
|
-
}
|
|
2946
|
-
function managedClusterSecurityProfileDefenderSecurityGatingIdentitiesItemDeserializer(item) {
|
|
2947
|
-
return {
|
|
2948
|
-
azureContainerRegistry: item["azureContainerRegistry"],
|
|
2949
|
-
identity: !item["identity"] ? item["identity"] : userAssignedIdentityDeserializer(item["identity"])
|
|
2950
|
-
};
|
|
2951
|
-
}
|
|
2952
2443
|
function azureKeyVaultKmsSerializer(item) {
|
|
2953
2444
|
return {
|
|
2954
2445
|
enabled: item["enabled"],
|
|
@@ -2970,19 +2461,6 @@ var KnownKeyVaultNetworkAccessTypes = /* @__PURE__ */ ((KnownKeyVaultNetworkAcce
|
|
|
2970
2461
|
KnownKeyVaultNetworkAccessTypes2["Private"] = "Private";
|
|
2971
2462
|
return KnownKeyVaultNetworkAccessTypes2;
|
|
2972
2463
|
})(KnownKeyVaultNetworkAccessTypes || {});
|
|
2973
|
-
function kubernetesResourceObjectEncryptionProfileSerializer(item) {
|
|
2974
|
-
return { infrastructureEncryption: item["infrastructureEncryption"] };
|
|
2975
|
-
}
|
|
2976
|
-
function kubernetesResourceObjectEncryptionProfileDeserializer(item) {
|
|
2977
|
-
return {
|
|
2978
|
-
infrastructureEncryption: item["infrastructureEncryption"]
|
|
2979
|
-
};
|
|
2980
|
-
}
|
|
2981
|
-
var KnownInfrastructureEncryption = /* @__PURE__ */ ((KnownInfrastructureEncryption2) => {
|
|
2982
|
-
KnownInfrastructureEncryption2["Enabled"] = "Enabled";
|
|
2983
|
-
KnownInfrastructureEncryption2["Disabled"] = "Disabled";
|
|
2984
|
-
return KnownInfrastructureEncryption2;
|
|
2985
|
-
})(KnownInfrastructureEncryption || {});
|
|
2986
2464
|
function managedClusterSecurityProfileWorkloadIdentitySerializer(item) {
|
|
2987
2465
|
return { enabled: item["enabled"] };
|
|
2988
2466
|
}
|
|
@@ -3000,31 +2478,6 @@ function managedClusterSecurityProfileImageCleanerDeserializer(item) {
|
|
|
3000
2478
|
intervalHours: item["intervalHours"]
|
|
3001
2479
|
};
|
|
3002
2480
|
}
|
|
3003
|
-
function managedClusterSecurityProfileImageIntegritySerializer(item) {
|
|
3004
|
-
return { enabled: item["enabled"] };
|
|
3005
|
-
}
|
|
3006
|
-
function managedClusterSecurityProfileImageIntegrityDeserializer(item) {
|
|
3007
|
-
return {
|
|
3008
|
-
enabled: item["enabled"]
|
|
3009
|
-
};
|
|
3010
|
-
}
|
|
3011
|
-
function managedClusterSecurityProfileNodeRestrictionSerializer(item) {
|
|
3012
|
-
return { enabled: item["enabled"] };
|
|
3013
|
-
}
|
|
3014
|
-
function managedClusterSecurityProfileNodeRestrictionDeserializer(item) {
|
|
3015
|
-
return {
|
|
3016
|
-
enabled: item["enabled"]
|
|
3017
|
-
};
|
|
3018
|
-
}
|
|
3019
|
-
function serviceAccountImagePullProfileSerializer(item) {
|
|
3020
|
-
return { enabled: item["enabled"], defaultManagedIdentityId: item["defaultManagedIdentityId"] };
|
|
3021
|
-
}
|
|
3022
|
-
function serviceAccountImagePullProfileDeserializer(item) {
|
|
3023
|
-
return {
|
|
3024
|
-
enabled: item["enabled"],
|
|
3025
|
-
defaultManagedIdentityId: item["defaultManagedIdentityId"]
|
|
3026
|
-
};
|
|
3027
|
-
}
|
|
3028
2481
|
function managedClusterStorageProfileSerializer(item) {
|
|
3029
2482
|
return {
|
|
3030
2483
|
diskCSIDriver: !item["diskCSIDriver"] ? item["diskCSIDriver"] : managedClusterStorageProfileDiskCSIDriverSerializer(item["diskCSIDriver"]),
|
|
@@ -3042,12 +2495,11 @@ function managedClusterStorageProfileDeserializer(item) {
|
|
|
3042
2495
|
};
|
|
3043
2496
|
}
|
|
3044
2497
|
function managedClusterStorageProfileDiskCSIDriverSerializer(item) {
|
|
3045
|
-
return { enabled: item["enabled"]
|
|
2498
|
+
return { enabled: item["enabled"] };
|
|
3046
2499
|
}
|
|
3047
2500
|
function managedClusterStorageProfileDiskCSIDriverDeserializer(item) {
|
|
3048
2501
|
return {
|
|
3049
|
-
enabled: item["enabled"]
|
|
3050
|
-
version: item["version"]
|
|
2502
|
+
enabled: item["enabled"]
|
|
3051
2503
|
};
|
|
3052
2504
|
}
|
|
3053
2505
|
function managedClusterStorageProfileFileCSIDriverSerializer(item) {
|
|
@@ -3077,19 +2529,13 @@ function managedClusterStorageProfileBlobCSIDriverDeserializer(item) {
|
|
|
3077
2529
|
function managedClusterIngressProfileSerializer(item) {
|
|
3078
2530
|
return {
|
|
3079
2531
|
webAppRouting: !item["webAppRouting"] ? item["webAppRouting"] : managedClusterIngressProfileWebAppRoutingSerializer(item["webAppRouting"]),
|
|
3080
|
-
gatewayAPI: !item["gatewayAPI"] ? item["gatewayAPI"] : managedClusterIngressProfileGatewayConfigurationSerializer(item["gatewayAPI"])
|
|
3081
|
-
applicationLoadBalancer: !item["applicationLoadBalancer"] ? item["applicationLoadBalancer"] : managedClusterIngressProfileApplicationLoadBalancerSerializer(
|
|
3082
|
-
item["applicationLoadBalancer"]
|
|
3083
|
-
)
|
|
2532
|
+
gatewayAPI: !item["gatewayAPI"] ? item["gatewayAPI"] : managedClusterIngressProfileGatewayConfigurationSerializer(item["gatewayAPI"])
|
|
3084
2533
|
};
|
|
3085
2534
|
}
|
|
3086
2535
|
function managedClusterIngressProfileDeserializer(item) {
|
|
3087
2536
|
return {
|
|
3088
2537
|
webAppRouting: !item["webAppRouting"] ? item["webAppRouting"] : managedClusterIngressProfileWebAppRoutingDeserializer(item["webAppRouting"]),
|
|
3089
|
-
gatewayAPI: !item["gatewayAPI"] ? item["gatewayAPI"] : managedClusterIngressProfileGatewayConfigurationDeserializer(item["gatewayAPI"])
|
|
3090
|
-
applicationLoadBalancer: !item["applicationLoadBalancer"] ? item["applicationLoadBalancer"] : managedClusterIngressProfileApplicationLoadBalancerDeserializer(
|
|
3091
|
-
item["applicationLoadBalancer"]
|
|
3092
|
-
)
|
|
2538
|
+
gatewayAPI: !item["gatewayAPI"] ? item["gatewayAPI"] : managedClusterIngressProfileGatewayConfigurationDeserializer(item["gatewayAPI"])
|
|
3093
2539
|
};
|
|
3094
2540
|
}
|
|
3095
2541
|
function managedClusterIngressProfileWebAppRoutingSerializer(item) {
|
|
@@ -3101,8 +2547,7 @@ function managedClusterIngressProfileWebAppRoutingSerializer(item) {
|
|
|
3101
2547
|
dnsZoneResourceIds: !item["dnsZoneResourceIds"] ? item["dnsZoneResourceIds"] : item["dnsZoneResourceIds"].map((p) => {
|
|
3102
2548
|
return p;
|
|
3103
2549
|
}),
|
|
3104
|
-
nginx: !item["nginx"] ? item["nginx"] : managedClusterIngressProfileNginxSerializer(item["nginx"])
|
|
3105
|
-
defaultDomain: !item["defaultDomain"] ? item["defaultDomain"] : managedClusterIngressDefaultDomainProfileSerializer(item["defaultDomain"])
|
|
2550
|
+
nginx: !item["nginx"] ? item["nginx"] : managedClusterIngressProfileNginxSerializer(item["nginx"])
|
|
3106
2551
|
};
|
|
3107
2552
|
}
|
|
3108
2553
|
function managedClusterIngressProfileWebAppRoutingDeserializer(item) {
|
|
@@ -3115,8 +2560,7 @@ function managedClusterIngressProfileWebAppRoutingDeserializer(item) {
|
|
|
3115
2560
|
return p;
|
|
3116
2561
|
}),
|
|
3117
2562
|
nginx: !item["nginx"] ? item["nginx"] : managedClusterIngressProfileNginxDeserializer(item["nginx"]),
|
|
3118
|
-
identity: !item["identity"] ? item["identity"] : userAssignedIdentityDeserializer(item["identity"])
|
|
3119
|
-
defaultDomain: !item["defaultDomain"] ? item["defaultDomain"] : managedClusterIngressDefaultDomainProfileDeserializer(item["defaultDomain"])
|
|
2563
|
+
identity: !item["identity"] ? item["identity"] : userAssignedIdentityDeserializer(item["identity"])
|
|
3120
2564
|
};
|
|
3121
2565
|
}
|
|
3122
2566
|
function managedClusterWebAppRoutingGatewayAPIImplementationsSerializer(item) {
|
|
@@ -3157,15 +2601,6 @@ var KnownNginxIngressControllerType = /* @__PURE__ */ ((KnownNginxIngressControl
|
|
|
3157
2601
|
KnownNginxIngressControllerType2["None"] = "None";
|
|
3158
2602
|
return KnownNginxIngressControllerType2;
|
|
3159
2603
|
})(KnownNginxIngressControllerType || {});
|
|
3160
|
-
function managedClusterIngressDefaultDomainProfileSerializer(item) {
|
|
3161
|
-
return { enabled: item["enabled"] };
|
|
3162
|
-
}
|
|
3163
|
-
function managedClusterIngressDefaultDomainProfileDeserializer(item) {
|
|
3164
|
-
return {
|
|
3165
|
-
enabled: item["enabled"],
|
|
3166
|
-
domainName: item["domainName"]
|
|
3167
|
-
};
|
|
3168
|
-
}
|
|
3169
2604
|
function managedClusterIngressProfileGatewayConfigurationSerializer(item) {
|
|
3170
2605
|
return { installation: item["installation"] };
|
|
3171
2606
|
}
|
|
@@ -3179,19 +2614,9 @@ var KnownManagedGatewayType = /* @__PURE__ */ ((KnownManagedGatewayType2) => {
|
|
|
3179
2614
|
KnownManagedGatewayType2["Standard"] = "Standard";
|
|
3180
2615
|
return KnownManagedGatewayType2;
|
|
3181
2616
|
})(KnownManagedGatewayType || {});
|
|
3182
|
-
function managedClusterIngressProfileApplicationLoadBalancerSerializer(item) {
|
|
3183
|
-
return { enabled: item["enabled"] };
|
|
3184
|
-
}
|
|
3185
|
-
function managedClusterIngressProfileApplicationLoadBalancerDeserializer(item) {
|
|
3186
|
-
return {
|
|
3187
|
-
enabled: item["enabled"],
|
|
3188
|
-
identity: !item["identity"] ? item["identity"] : userAssignedIdentityDeserializer(item["identity"])
|
|
3189
|
-
};
|
|
3190
|
-
}
|
|
3191
2617
|
var KnownPublicNetworkAccess = /* @__PURE__ */ ((KnownPublicNetworkAccess2) => {
|
|
3192
2618
|
KnownPublicNetworkAccess2["Enabled"] = "Enabled";
|
|
3193
2619
|
KnownPublicNetworkAccess2["Disabled"] = "Disabled";
|
|
3194
|
-
KnownPublicNetworkAccess2["SecuredByPerimeter"] = "SecuredByPerimeter";
|
|
3195
2620
|
return KnownPublicNetworkAccess2;
|
|
3196
2621
|
})(KnownPublicNetworkAccess || {});
|
|
3197
2622
|
function managedClusterWorkloadAutoScalerProfileSerializer(item) {
|
|
@@ -3219,30 +2644,22 @@ function managedClusterWorkloadAutoScalerProfileKedaDeserializer(item) {
|
|
|
3219
2644
|
};
|
|
3220
2645
|
}
|
|
3221
2646
|
function managedClusterWorkloadAutoScalerProfileVerticalPodAutoscalerSerializer(item) {
|
|
3222
|
-
return { enabled: item["enabled"]
|
|
2647
|
+
return { enabled: item["enabled"] };
|
|
3223
2648
|
}
|
|
3224
2649
|
function managedClusterWorkloadAutoScalerProfileVerticalPodAutoscalerDeserializer(item) {
|
|
3225
2650
|
return {
|
|
3226
|
-
enabled: item["enabled"]
|
|
3227
|
-
addonAutoscaling: item["addonAutoscaling"]
|
|
2651
|
+
enabled: item["enabled"]
|
|
3228
2652
|
};
|
|
3229
2653
|
}
|
|
3230
|
-
var KnownAddonAutoscaling = /* @__PURE__ */ ((KnownAddonAutoscaling2) => {
|
|
3231
|
-
KnownAddonAutoscaling2["Enabled"] = "Enabled";
|
|
3232
|
-
KnownAddonAutoscaling2["Disabled"] = "Disabled";
|
|
3233
|
-
return KnownAddonAutoscaling2;
|
|
3234
|
-
})(KnownAddonAutoscaling || {});
|
|
3235
2654
|
function managedClusterAzureMonitorProfileSerializer(item) {
|
|
3236
2655
|
return {
|
|
3237
2656
|
metrics: !item["metrics"] ? item["metrics"] : managedClusterAzureMonitorProfileMetricsSerializer(item["metrics"]),
|
|
3238
|
-
containerInsights: !item["containerInsights"] ? item["containerInsights"] : managedClusterAzureMonitorProfileContainerInsightsSerializer(item["containerInsights"]),
|
|
3239
2657
|
appMonitoring: !item["appMonitoring"] ? item["appMonitoring"] : managedClusterAzureMonitorProfileAppMonitoringSerializer(item["appMonitoring"])
|
|
3240
2658
|
};
|
|
3241
2659
|
}
|
|
3242
2660
|
function managedClusterAzureMonitorProfileDeserializer(item) {
|
|
3243
2661
|
return {
|
|
3244
2662
|
metrics: !item["metrics"] ? item["metrics"] : managedClusterAzureMonitorProfileMetricsDeserializer(item["metrics"]),
|
|
3245
|
-
containerInsights: !item["containerInsights"] ? item["containerInsights"] : managedClusterAzureMonitorProfileContainerInsightsDeserializer(item["containerInsights"]),
|
|
3246
2663
|
appMonitoring: !item["appMonitoring"] ? item["appMonitoring"] : managedClusterAzureMonitorProfileAppMonitoringDeserializer(item["appMonitoring"])
|
|
3247
2664
|
};
|
|
3248
2665
|
}
|
|
@@ -3270,41 +2687,10 @@ function managedClusterAzureMonitorProfileKubeStateMetricsDeserializer(item) {
|
|
|
3270
2687
|
metricAnnotationsAllowList: item["metricAnnotationsAllowList"]
|
|
3271
2688
|
};
|
|
3272
2689
|
}
|
|
3273
|
-
function managedClusterAzureMonitorProfileContainerInsightsSerializer(item) {
|
|
3274
|
-
return {
|
|
3275
|
-
enabled: item["enabled"],
|
|
3276
|
-
logAnalyticsWorkspaceResourceId: item["logAnalyticsWorkspaceResourceId"],
|
|
3277
|
-
syslogPort: item["syslogPort"],
|
|
3278
|
-
disableCustomMetrics: item["disableCustomMetrics"],
|
|
3279
|
-
disablePrometheusMetricsScraping: item["disablePrometheusMetricsScraping"],
|
|
3280
|
-
containerNetworkLogs: item["containerNetworkLogs"]
|
|
3281
|
-
};
|
|
3282
|
-
}
|
|
3283
|
-
function managedClusterAzureMonitorProfileContainerInsightsDeserializer(item) {
|
|
3284
|
-
return {
|
|
3285
|
-
enabled: item["enabled"],
|
|
3286
|
-
logAnalyticsWorkspaceResourceId: item["logAnalyticsWorkspaceResourceId"],
|
|
3287
|
-
syslogPort: item["syslogPort"],
|
|
3288
|
-
disableCustomMetrics: item["disableCustomMetrics"],
|
|
3289
|
-
disablePrometheusMetricsScraping: item["disablePrometheusMetricsScraping"],
|
|
3290
|
-
containerNetworkLogs: item["containerNetworkLogs"]
|
|
3291
|
-
};
|
|
3292
|
-
}
|
|
3293
|
-
var KnownContainerNetworkLogs = /* @__PURE__ */ ((KnownContainerNetworkLogs2) => {
|
|
3294
|
-
KnownContainerNetworkLogs2["Disabled"] = "Disabled";
|
|
3295
|
-
KnownContainerNetworkLogs2["Enabled"] = "Enabled";
|
|
3296
|
-
return KnownContainerNetworkLogs2;
|
|
3297
|
-
})(KnownContainerNetworkLogs || {});
|
|
3298
2690
|
function managedClusterAzureMonitorProfileAppMonitoringSerializer(item) {
|
|
3299
2691
|
return {
|
|
3300
2692
|
autoInstrumentation: !item["autoInstrumentation"] ? item["autoInstrumentation"] : managedClusterAzureMonitorProfileAppMonitoringAutoInstrumentationSerializer(
|
|
3301
2693
|
item["autoInstrumentation"]
|
|
3302
|
-
),
|
|
3303
|
-
openTelemetryMetrics: !item["openTelemetryMetrics"] ? item["openTelemetryMetrics"] : managedClusterAzureMonitorProfileAppMonitoringOpenTelemetryMetricsSerializer(
|
|
3304
|
-
item["openTelemetryMetrics"]
|
|
3305
|
-
),
|
|
3306
|
-
openTelemetryLogs: !item["openTelemetryLogs"] ? item["openTelemetryLogs"] : managedClusterAzureMonitorProfileAppMonitoringOpenTelemetryLogsSerializer(
|
|
3307
|
-
item["openTelemetryLogs"]
|
|
3308
2694
|
)
|
|
3309
2695
|
};
|
|
3310
2696
|
}
|
|
@@ -3312,12 +2698,6 @@ function managedClusterAzureMonitorProfileAppMonitoringDeserializer(item) {
|
|
|
3312
2698
|
return {
|
|
3313
2699
|
autoInstrumentation: !item["autoInstrumentation"] ? item["autoInstrumentation"] : managedClusterAzureMonitorProfileAppMonitoringAutoInstrumentationDeserializer(
|
|
3314
2700
|
item["autoInstrumentation"]
|
|
3315
|
-
),
|
|
3316
|
-
openTelemetryMetrics: !item["openTelemetryMetrics"] ? item["openTelemetryMetrics"] : managedClusterAzureMonitorProfileAppMonitoringOpenTelemetryMetricsDeserializer(
|
|
3317
|
-
item["openTelemetryMetrics"]
|
|
3318
|
-
),
|
|
3319
|
-
openTelemetryLogs: !item["openTelemetryLogs"] ? item["openTelemetryLogs"] : managedClusterAzureMonitorProfileAppMonitoringOpenTelemetryLogsDeserializer(
|
|
3320
|
-
item["openTelemetryLogs"]
|
|
3321
2701
|
)
|
|
3322
2702
|
};
|
|
3323
2703
|
}
|
|
@@ -3329,24 +2709,6 @@ function managedClusterAzureMonitorProfileAppMonitoringAutoInstrumentationDeseri
|
|
|
3329
2709
|
enabled: item["enabled"]
|
|
3330
2710
|
};
|
|
3331
2711
|
}
|
|
3332
|
-
function managedClusterAzureMonitorProfileAppMonitoringOpenTelemetryMetricsSerializer(item) {
|
|
3333
|
-
return { enabled: item["enabled"], port: item["port"] };
|
|
3334
|
-
}
|
|
3335
|
-
function managedClusterAzureMonitorProfileAppMonitoringOpenTelemetryMetricsDeserializer(item) {
|
|
3336
|
-
return {
|
|
3337
|
-
enabled: item["enabled"],
|
|
3338
|
-
port: item["port"]
|
|
3339
|
-
};
|
|
3340
|
-
}
|
|
3341
|
-
function managedClusterAzureMonitorProfileAppMonitoringOpenTelemetryLogsSerializer(item) {
|
|
3342
|
-
return { enabled: item["enabled"], port: item["port"] };
|
|
3343
|
-
}
|
|
3344
|
-
function managedClusterAzureMonitorProfileAppMonitoringOpenTelemetryLogsDeserializer(item) {
|
|
3345
|
-
return {
|
|
3346
|
-
enabled: item["enabled"],
|
|
3347
|
-
port: item["port"]
|
|
3348
|
-
};
|
|
3349
|
-
}
|
|
3350
2712
|
function serviceMeshProfileSerializer(item) {
|
|
3351
2713
|
return {
|
|
3352
2714
|
mode: item["mode"],
|
|
@@ -3541,61 +2903,22 @@ function managedClusterAIToolchainOperatorProfileDeserializer(item) {
|
|
|
3541
2903
|
enabled: item["enabled"]
|
|
3542
2904
|
};
|
|
3543
2905
|
}
|
|
3544
|
-
function schedulerProfileSerializer(item) {
|
|
3545
|
-
return {
|
|
3546
|
-
schedulerInstanceProfiles: !item["schedulerInstanceProfiles"] ? item["schedulerInstanceProfiles"] : schedulerProfileSchedulerInstanceProfilesSerializer(item["schedulerInstanceProfiles"])
|
|
3547
|
-
};
|
|
3548
|
-
}
|
|
3549
|
-
function schedulerProfileDeserializer(item) {
|
|
3550
|
-
return {
|
|
3551
|
-
schedulerInstanceProfiles: !item["schedulerInstanceProfiles"] ? item["schedulerInstanceProfiles"] : schedulerProfileSchedulerInstanceProfilesDeserializer(item["schedulerInstanceProfiles"])
|
|
3552
|
-
};
|
|
3553
|
-
}
|
|
3554
|
-
function schedulerProfileSchedulerInstanceProfilesSerializer(item) {
|
|
3555
|
-
return {
|
|
3556
|
-
upstream: !item["upstream"] ? item["upstream"] : schedulerInstanceProfileSerializer(item["upstream"])
|
|
3557
|
-
};
|
|
3558
|
-
}
|
|
3559
|
-
function schedulerProfileSchedulerInstanceProfilesDeserializer(item) {
|
|
3560
|
-
return {
|
|
3561
|
-
upstream: !item["upstream"] ? item["upstream"] : schedulerInstanceProfileDeserializer(item["upstream"])
|
|
3562
|
-
};
|
|
3563
|
-
}
|
|
3564
|
-
function schedulerInstanceProfileSerializer(item) {
|
|
3565
|
-
return { schedulerConfigMode: item["schedulerConfigMode"] };
|
|
3566
|
-
}
|
|
3567
|
-
function schedulerInstanceProfileDeserializer(item) {
|
|
3568
|
-
return {
|
|
3569
|
-
schedulerConfigMode: item["schedulerConfigMode"]
|
|
3570
|
-
};
|
|
3571
|
-
}
|
|
3572
|
-
var KnownSchedulerConfigMode = /* @__PURE__ */ ((KnownSchedulerConfigMode2) => {
|
|
3573
|
-
KnownSchedulerConfigMode2["Default"] = "Default";
|
|
3574
|
-
KnownSchedulerConfigMode2["ManagedByCRD"] = "ManagedByCRD";
|
|
3575
|
-
return KnownSchedulerConfigMode2;
|
|
3576
|
-
})(KnownSchedulerConfigMode || {});
|
|
3577
2906
|
function managedClusterHostedSystemProfileSerializer(item) {
|
|
3578
|
-
return { enabled: item["enabled"] };
|
|
3579
|
-
}
|
|
3580
|
-
function managedClusterHostedSystemProfileDeserializer(item) {
|
|
3581
|
-
return {
|
|
3582
|
-
enabled: item["enabled"]
|
|
3583
|
-
};
|
|
3584
|
-
}
|
|
3585
|
-
function managedClusterHealthMonitorProfileSerializer(item) {
|
|
3586
2907
|
return {
|
|
3587
|
-
|
|
3588
|
-
|
|
2908
|
+
enabled: item["enabled"],
|
|
2909
|
+
systemNodeSubnetID: item["systemNodeSubnetID"],
|
|
2910
|
+
nodeSubnetID: item["nodeSubnetID"]
|
|
3589
2911
|
};
|
|
3590
2912
|
}
|
|
3591
|
-
function
|
|
2913
|
+
function managedClusterHostedSystemProfileDeserializer(item) {
|
|
3592
2914
|
return {
|
|
3593
|
-
|
|
3594
|
-
|
|
2915
|
+
enabled: item["enabled"],
|
|
2916
|
+
systemNodeSubnetID: item["systemNodeSubnetID"],
|
|
2917
|
+
nodeSubnetID: item["nodeSubnetID"]
|
|
3595
2918
|
};
|
|
3596
2919
|
}
|
|
3597
|
-
function managedClusterStatusSerializer(
|
|
3598
|
-
return
|
|
2920
|
+
function managedClusterStatusSerializer(_item) {
|
|
2921
|
+
return {};
|
|
3599
2922
|
}
|
|
3600
2923
|
function managedClusterStatusDeserializer(item) {
|
|
3601
2924
|
return {
|
|
@@ -3705,8 +3028,8 @@ function managedServiceIdentityUserAssignedIdentitiesValueRecordDeserializer(ite
|
|
|
3705
3028
|
});
|
|
3706
3029
|
return result;
|
|
3707
3030
|
}
|
|
3708
|
-
function managedServiceIdentityUserAssignedIdentitiesValueSerializer(
|
|
3709
|
-
return
|
|
3031
|
+
function managedServiceIdentityUserAssignedIdentitiesValueSerializer(_item) {
|
|
3032
|
+
return {};
|
|
3710
3033
|
}
|
|
3711
3034
|
function managedServiceIdentityUserAssignedIdentitiesValueDeserializer(item) {
|
|
3712
3035
|
return {
|
|
@@ -3838,13 +3161,6 @@ function endpointDetailDeserializer(item) {
|
|
|
3838
3161
|
description: item["description"]
|
|
3839
3162
|
};
|
|
3840
3163
|
}
|
|
3841
|
-
function rebalanceLoadBalancersRequestBodySerializer(item) {
|
|
3842
|
-
return {
|
|
3843
|
-
loadBalancerNames: !item["loadBalancerNames"] ? item["loadBalancerNames"] : item["loadBalancerNames"].map((p) => {
|
|
3844
|
-
return p;
|
|
3845
|
-
})
|
|
3846
|
-
};
|
|
3847
|
-
}
|
|
3848
3164
|
function managedClusterUpgradeProfileDeserializer(item) {
|
|
3849
3165
|
return {
|
|
3850
3166
|
id: item["id"],
|
|
@@ -3865,8 +3181,7 @@ function managedClusterPoolUpgradeProfileDeserializer(item) {
|
|
|
3865
3181
|
kubernetesVersion: item["kubernetesVersion"],
|
|
3866
3182
|
name: item["name"],
|
|
3867
3183
|
osType: item["osType"],
|
|
3868
|
-
upgrades: !item["upgrades"] ? item["upgrades"] : managedClusterPoolUpgradeProfileUpgradesItemArrayDeserializer(item["upgrades"])
|
|
3869
|
-
componentsByReleases: !item["componentsByReleases"] ? item["componentsByReleases"] : componentsByReleaseArrayDeserializer(item["componentsByReleases"])
|
|
3184
|
+
upgrades: !item["upgrades"] ? item["upgrades"] : managedClusterPoolUpgradeProfileUpgradesItemArrayDeserializer(item["upgrades"])
|
|
3870
3185
|
};
|
|
3871
3186
|
}
|
|
3872
3187
|
function managedClusterPoolUpgradeProfileUpgradesItemArrayDeserializer(result) {
|
|
@@ -3877,8 +3192,7 @@ function managedClusterPoolUpgradeProfileUpgradesItemArrayDeserializer(result) {
|
|
|
3877
3192
|
function managedClusterPoolUpgradeProfileUpgradesItemDeserializer(item) {
|
|
3878
3193
|
return {
|
|
3879
3194
|
kubernetesVersion: item["kubernetesVersion"],
|
|
3880
|
-
isPreview: item["isPreview"]
|
|
3881
|
-
isOutOfSupport: item["isOutOfSupport"]
|
|
3195
|
+
isPreview: item["isPreview"]
|
|
3882
3196
|
};
|
|
3883
3197
|
}
|
|
3884
3198
|
function managedClusterPoolUpgradeProfileArrayDeserializer(result) {
|
|
@@ -3886,88 +3200,26 @@ function managedClusterPoolUpgradeProfileArrayDeserializer(result) {
|
|
|
3886
3200
|
return managedClusterPoolUpgradeProfileDeserializer(item);
|
|
3887
3201
|
});
|
|
3888
3202
|
}
|
|
3889
|
-
function
|
|
3203
|
+
function meshRevisionProfileDeserializer(item) {
|
|
3890
3204
|
return {
|
|
3891
3205
|
id: item["id"],
|
|
3892
3206
|
name: item["name"],
|
|
3893
3207
|
type: item["type"],
|
|
3894
3208
|
systemData: !item["systemData"] ? item["systemData"] : systemDataDeserializer(item["systemData"]),
|
|
3895
|
-
properties:
|
|
3896
|
-
};
|
|
3897
|
-
}
|
|
3898
|
-
function guardrailsAvailableVersionsPropertiesDeserializer(item) {
|
|
3899
|
-
return {
|
|
3900
|
-
isDefaultVersion: item["isDefaultVersion"],
|
|
3901
|
-
support: item["support"]
|
|
3209
|
+
properties: !item["properties"] ? item["properties"] : meshRevisionProfilePropertiesDeserializer(item["properties"])
|
|
3902
3210
|
};
|
|
3903
3211
|
}
|
|
3904
|
-
|
|
3905
|
-
KnownGuardrailsSupport2["Preview"] = "Preview";
|
|
3906
|
-
KnownGuardrailsSupport2["Stable"] = "Stable";
|
|
3907
|
-
return KnownGuardrailsSupport2;
|
|
3908
|
-
})(KnownGuardrailsSupport || {});
|
|
3909
|
-
function _guardrailsAvailableVersionsListDeserializer(item) {
|
|
3212
|
+
function meshRevisionProfilePropertiesDeserializer(item) {
|
|
3910
3213
|
return {
|
|
3911
|
-
|
|
3912
|
-
nextLink: item["nextLink"]
|
|
3214
|
+
meshRevisions: !item["meshRevisions"] ? item["meshRevisions"] : meshRevisionArrayDeserializer(item["meshRevisions"])
|
|
3913
3215
|
};
|
|
3914
3216
|
}
|
|
3915
|
-
function
|
|
3217
|
+
function meshRevisionArrayDeserializer(result) {
|
|
3916
3218
|
return result.map((item) => {
|
|
3917
|
-
return
|
|
3219
|
+
return meshRevisionDeserializer(item);
|
|
3918
3220
|
});
|
|
3919
3221
|
}
|
|
3920
|
-
function
|
|
3921
|
-
return {
|
|
3922
|
-
id: item["id"],
|
|
3923
|
-
name: item["name"],
|
|
3924
|
-
type: item["type"],
|
|
3925
|
-
systemData: !item["systemData"] ? item["systemData"] : systemDataDeserializer(item["systemData"]),
|
|
3926
|
-
properties: safeguardsAvailableVersionsPropertiesDeserializer(item["properties"])
|
|
3927
|
-
};
|
|
3928
|
-
}
|
|
3929
|
-
function safeguardsAvailableVersionsPropertiesDeserializer(item) {
|
|
3930
|
-
return {
|
|
3931
|
-
isDefaultVersion: item["isDefaultVersion"],
|
|
3932
|
-
support: item["support"]
|
|
3933
|
-
};
|
|
3934
|
-
}
|
|
3935
|
-
var KnownSafeguardsSupport = /* @__PURE__ */ ((KnownSafeguardsSupport2) => {
|
|
3936
|
-
KnownSafeguardsSupport2["Preview"] = "Preview";
|
|
3937
|
-
KnownSafeguardsSupport2["Stable"] = "Stable";
|
|
3938
|
-
return KnownSafeguardsSupport2;
|
|
3939
|
-
})(KnownSafeguardsSupport || {});
|
|
3940
|
-
function _safeguardsAvailableVersionsListDeserializer(item) {
|
|
3941
|
-
return {
|
|
3942
|
-
value: safeguardsAvailableVersionArrayDeserializer(item["value"]),
|
|
3943
|
-
nextLink: item["nextLink"]
|
|
3944
|
-
};
|
|
3945
|
-
}
|
|
3946
|
-
function safeguardsAvailableVersionArrayDeserializer(result) {
|
|
3947
|
-
return result.map((item) => {
|
|
3948
|
-
return safeguardsAvailableVersionDeserializer(item);
|
|
3949
|
-
});
|
|
3950
|
-
}
|
|
3951
|
-
function meshRevisionProfileDeserializer(item) {
|
|
3952
|
-
return {
|
|
3953
|
-
id: item["id"],
|
|
3954
|
-
name: item["name"],
|
|
3955
|
-
type: item["type"],
|
|
3956
|
-
systemData: !item["systemData"] ? item["systemData"] : systemDataDeserializer(item["systemData"]),
|
|
3957
|
-
properties: !item["properties"] ? item["properties"] : meshRevisionProfilePropertiesDeserializer(item["properties"])
|
|
3958
|
-
};
|
|
3959
|
-
}
|
|
3960
|
-
function meshRevisionProfilePropertiesDeserializer(item) {
|
|
3961
|
-
return {
|
|
3962
|
-
meshRevisions: !item["meshRevisions"] ? item["meshRevisions"] : meshRevisionArrayDeserializer(item["meshRevisions"])
|
|
3963
|
-
};
|
|
3964
|
-
}
|
|
3965
|
-
function meshRevisionArrayDeserializer(result) {
|
|
3966
|
-
return result.map((item) => {
|
|
3967
|
-
return meshRevisionDeserializer(item);
|
|
3968
|
-
});
|
|
3969
|
-
}
|
|
3970
|
-
function meshRevisionDeserializer(item) {
|
|
3222
|
+
function meshRevisionDeserializer(item) {
|
|
3971
3223
|
return {
|
|
3972
3224
|
revision: item["revision"],
|
|
3973
3225
|
upgrades: !item["upgrades"] ? item["upgrades"] : item["upgrades"].map((p) => {
|
|
@@ -4387,11 +3639,6 @@ function managedNamespaceArrayDeserializer(result) {
|
|
|
4387
3639
|
return managedNamespaceDeserializer(item);
|
|
4388
3640
|
});
|
|
4389
3641
|
}
|
|
4390
|
-
function machineSerializer(item) {
|
|
4391
|
-
return {
|
|
4392
|
-
properties: !item["properties"] ? item["properties"] : machinePropertiesSerializer(item["properties"])
|
|
4393
|
-
};
|
|
4394
|
-
}
|
|
4395
3642
|
function machineDeserializer(item) {
|
|
4396
3643
|
return {
|
|
4397
3644
|
id: item["id"],
|
|
@@ -4404,48 +3651,15 @@ function machineDeserializer(item) {
|
|
|
4404
3651
|
})
|
|
4405
3652
|
};
|
|
4406
3653
|
}
|
|
4407
|
-
function machinePropertiesSerializer(item) {
|
|
4408
|
-
return {
|
|
4409
|
-
hardware: !item["hardware"] ? item["hardware"] : machineHardwareProfileSerializer(item["hardware"]),
|
|
4410
|
-
operatingSystem: !item["operatingSystem"] ? item["operatingSystem"] : machineOSProfileSerializer(item["operatingSystem"]),
|
|
4411
|
-
kubernetes: !item["kubernetes"] ? item["kubernetes"] : machineKubernetesProfileSerializer(item["kubernetes"]),
|
|
4412
|
-
mode: item["mode"],
|
|
4413
|
-
security: !item["security"] ? item["security"] : machineSecurityProfileSerializer(item["security"]),
|
|
4414
|
-
priority: item["priority"],
|
|
4415
|
-
evictionPolicy: item["evictionPolicy"],
|
|
4416
|
-
billing: !item["billing"] ? item["billing"] : machineBillingProfileSerializer(item["billing"]),
|
|
4417
|
-
tags: item["tags"],
|
|
4418
|
-
localDNSProfile: !item["localDNSProfile"] ? item["localDNSProfile"] : localDNSProfileSerializer(item["localDNSProfile"])
|
|
4419
|
-
};
|
|
4420
|
-
}
|
|
4421
3654
|
function machinePropertiesDeserializer(item) {
|
|
4422
3655
|
return {
|
|
4423
3656
|
network: !item["network"] ? item["network"] : machineNetworkPropertiesDeserializer(item["network"]),
|
|
4424
|
-
resourceId: item["resourceId"]
|
|
4425
|
-
hardware: !item["hardware"] ? item["hardware"] : machineHardwareProfileDeserializer(item["hardware"]),
|
|
4426
|
-
operatingSystem: !item["operatingSystem"] ? item["operatingSystem"] : machineOSProfileDeserializer(item["operatingSystem"]),
|
|
4427
|
-
kubernetes: !item["kubernetes"] ? item["kubernetes"] : machineKubernetesProfileDeserializer(item["kubernetes"]),
|
|
4428
|
-
mode: item["mode"],
|
|
4429
|
-
security: !item["security"] ? item["security"] : machineSecurityProfileDeserializer(item["security"]),
|
|
4430
|
-
priority: item["priority"],
|
|
4431
|
-
evictionPolicy: item["evictionPolicy"],
|
|
4432
|
-
billing: !item["billing"] ? item["billing"] : machineBillingProfileDeserializer(item["billing"]),
|
|
4433
|
-
nodeImageVersion: item["nodeImageVersion"],
|
|
4434
|
-
provisioningState: item["provisioningState"],
|
|
4435
|
-
tags: !item["tags"] ? item["tags"] : Object.fromEntries(Object.entries(item["tags"]).map(([k, p]) => [k, p])),
|
|
4436
|
-
eTag: item["eTag"],
|
|
4437
|
-
status: !item["status"] ? item["status"] : machineStatusDeserializer(item["status"]),
|
|
4438
|
-
localDNSProfile: !item["localDNSProfile"] ? item["localDNSProfile"] : localDNSProfileDeserializer(item["localDNSProfile"])
|
|
3657
|
+
resourceId: item["resourceId"]
|
|
4439
3658
|
};
|
|
4440
3659
|
}
|
|
4441
3660
|
function machineNetworkPropertiesDeserializer(item) {
|
|
4442
3661
|
return {
|
|
4443
|
-
ipAddresses: !item["ipAddresses"] ? item["ipAddresses"] : machineIpAddressArrayDeserializer(item["ipAddresses"])
|
|
4444
|
-
vnetSubnetID: item["vnetSubnetID"],
|
|
4445
|
-
podSubnetID: item["podSubnetID"],
|
|
4446
|
-
enableNodePublicIP: item["enableNodePublicIP"],
|
|
4447
|
-
nodePublicIPPrefixID: item["nodePublicIPPrefixID"],
|
|
4448
|
-
nodePublicIPTags: !item["nodePublicIPTags"] ? item["nodePublicIPTags"] : ipTagArrayDeserializer(item["nodePublicIPTags"])
|
|
3662
|
+
ipAddresses: !item["ipAddresses"] ? item["ipAddresses"] : machineIpAddressArrayDeserializer(item["ipAddresses"])
|
|
4449
3663
|
};
|
|
4450
3664
|
}
|
|
4451
3665
|
function machineIpAddressArrayDeserializer(result) {
|
|
@@ -4459,148 +3673,12 @@ function machineIpAddressDeserializer(item) {
|
|
|
4459
3673
|
ip: item["ip"]
|
|
4460
3674
|
};
|
|
4461
3675
|
}
|
|
4462
|
-
function machineHardwareProfileSerializer(item) {
|
|
4463
|
-
return {
|
|
4464
|
-
vmSize: item["vmSize"],
|
|
4465
|
-
gpuInstanceProfile: item["gpuInstanceProfile"],
|
|
4466
|
-
gpuProfile: !item["gpuProfile"] ? item["gpuProfile"] : gpuProfileSerializer(item["gpuProfile"]),
|
|
4467
|
-
ultraSsdEnabled: item["ultraSsdEnabled"]
|
|
4468
|
-
};
|
|
4469
|
-
}
|
|
4470
|
-
function machineHardwareProfileDeserializer(item) {
|
|
4471
|
-
return {
|
|
4472
|
-
vmSize: item["vmSize"],
|
|
4473
|
-
gpuInstanceProfile: item["gpuInstanceProfile"],
|
|
4474
|
-
gpuProfile: !item["gpuProfile"] ? item["gpuProfile"] : gpuProfileDeserializer(item["gpuProfile"]),
|
|
4475
|
-
ultraSsdEnabled: item["ultraSsdEnabled"]
|
|
4476
|
-
};
|
|
4477
|
-
}
|
|
4478
|
-
function machineOSProfileSerializer(item) {
|
|
4479
|
-
return {
|
|
4480
|
-
osType: item["osType"],
|
|
4481
|
-
osSKU: item["osSKU"],
|
|
4482
|
-
osDiskSizeGB: item["osDiskSizeGB"],
|
|
4483
|
-
osDiskType: item["osDiskType"],
|
|
4484
|
-
enableFIPS: item["enableFips"],
|
|
4485
|
-
linuxProfile: !item["linuxProfile"] ? item["linuxProfile"] : machineOSProfileLinuxProfileSerializer(item["linuxProfile"]),
|
|
4486
|
-
windowsProfile: !item["windowsProfile"] ? item["windowsProfile"] : agentPoolWindowsProfileSerializer(item["windowsProfile"])
|
|
4487
|
-
};
|
|
4488
|
-
}
|
|
4489
|
-
function machineOSProfileDeserializer(item) {
|
|
4490
|
-
return {
|
|
4491
|
-
osType: item["osType"],
|
|
4492
|
-
osSKU: item["osSKU"],
|
|
4493
|
-
osDiskSizeGB: item["osDiskSizeGB"],
|
|
4494
|
-
osDiskType: item["osDiskType"],
|
|
4495
|
-
enableFips: item["enableFIPS"],
|
|
4496
|
-
linuxProfile: !item["linuxProfile"] ? item["linuxProfile"] : machineOSProfileLinuxProfileDeserializer(item["linuxProfile"]),
|
|
4497
|
-
windowsProfile: !item["windowsProfile"] ? item["windowsProfile"] : agentPoolWindowsProfileDeserializer(item["windowsProfile"])
|
|
4498
|
-
};
|
|
4499
|
-
}
|
|
4500
|
-
function machineOSProfileLinuxProfileSerializer(item) {
|
|
4501
|
-
return {
|
|
4502
|
-
linuxOSConfig: !item["linuxOSConfig"] ? item["linuxOSConfig"] : linuxOSConfigSerializer(item["linuxOSConfig"]),
|
|
4503
|
-
messageOfTheDay: item["messageOfTheDay"]
|
|
4504
|
-
};
|
|
4505
|
-
}
|
|
4506
|
-
function machineOSProfileLinuxProfileDeserializer(item) {
|
|
4507
|
-
return {
|
|
4508
|
-
linuxOSConfig: !item["linuxOSConfig"] ? item["linuxOSConfig"] : linuxOSConfigDeserializer(item["linuxOSConfig"]),
|
|
4509
|
-
messageOfTheDay: item["messageOfTheDay"]
|
|
4510
|
-
};
|
|
4511
|
-
}
|
|
4512
|
-
function machineKubernetesProfileSerializer(item) {
|
|
4513
|
-
return {
|
|
4514
|
-
nodeLabels: item["nodeLabels"],
|
|
4515
|
-
orchestratorVersion: item["orchestratorVersion"],
|
|
4516
|
-
kubeletDiskType: item["kubeletDiskType"],
|
|
4517
|
-
kubeletConfig: !item["kubeletConfig"] ? item["kubeletConfig"] : kubeletConfigSerializer(item["kubeletConfig"]),
|
|
4518
|
-
nodeInitializationTaints: !item["nodeInitializationTaints"] ? item["nodeInitializationTaints"] : item["nodeInitializationTaints"].map((p) => {
|
|
4519
|
-
return p;
|
|
4520
|
-
}),
|
|
4521
|
-
nodeTaints: !item["nodeTaints"] ? item["nodeTaints"] : item["nodeTaints"].map((p) => {
|
|
4522
|
-
return p;
|
|
4523
|
-
}),
|
|
4524
|
-
maxPods: item["maxPods"],
|
|
4525
|
-
workloadRuntime: item["workloadRuntime"],
|
|
4526
|
-
artifactStreamingProfile: !item["artifactStreamingProfile"] ? item["artifactStreamingProfile"] : agentPoolArtifactStreamingProfileSerializer(item["artifactStreamingProfile"])
|
|
4527
|
-
};
|
|
4528
|
-
}
|
|
4529
|
-
function machineKubernetesProfileDeserializer(item) {
|
|
4530
|
-
return {
|
|
4531
|
-
nodeLabels: !item["nodeLabels"] ? item["nodeLabels"] : Object.fromEntries(
|
|
4532
|
-
Object.entries(item["nodeLabels"]).map(([k, p]) => [k, p])
|
|
4533
|
-
),
|
|
4534
|
-
orchestratorVersion: item["orchestratorVersion"],
|
|
4535
|
-
currentOrchestratorVersion: item["currentOrchestratorVersion"],
|
|
4536
|
-
kubeletDiskType: item["kubeletDiskType"],
|
|
4537
|
-
kubeletConfig: !item["kubeletConfig"] ? item["kubeletConfig"] : kubeletConfigDeserializer(item["kubeletConfig"]),
|
|
4538
|
-
nodeInitializationTaints: !item["nodeInitializationTaints"] ? item["nodeInitializationTaints"] : item["nodeInitializationTaints"].map((p) => {
|
|
4539
|
-
return p;
|
|
4540
|
-
}),
|
|
4541
|
-
nodeTaints: !item["nodeTaints"] ? item["nodeTaints"] : item["nodeTaints"].map((p) => {
|
|
4542
|
-
return p;
|
|
4543
|
-
}),
|
|
4544
|
-
maxPods: item["maxPods"],
|
|
4545
|
-
nodeName: item["nodeName"],
|
|
4546
|
-
workloadRuntime: item["workloadRuntime"],
|
|
4547
|
-
artifactStreamingProfile: !item["artifactStreamingProfile"] ? item["artifactStreamingProfile"] : agentPoolArtifactStreamingProfileDeserializer(item["artifactStreamingProfile"])
|
|
4548
|
-
};
|
|
4549
|
-
}
|
|
4550
|
-
function machineSecurityProfileSerializer(item) {
|
|
4551
|
-
return {
|
|
4552
|
-
enableVTPM: item["enableVtpm"],
|
|
4553
|
-
enableSecureBoot: item["enableSecureBoot"],
|
|
4554
|
-
sshAccess: item["sshAccess"],
|
|
4555
|
-
enableEncryptionAtHost: item["enableEncryptionAtHost"]
|
|
4556
|
-
};
|
|
4557
|
-
}
|
|
4558
|
-
function machineSecurityProfileDeserializer(item) {
|
|
4559
|
-
return {
|
|
4560
|
-
enableVtpm: item["enableVTPM"],
|
|
4561
|
-
enableSecureBoot: item["enableSecureBoot"],
|
|
4562
|
-
sshAccess: item["sshAccess"],
|
|
4563
|
-
enableEncryptionAtHost: item["enableEncryptionAtHost"]
|
|
4564
|
-
};
|
|
4565
|
-
}
|
|
4566
|
-
function machineBillingProfileSerializer(item) {
|
|
4567
|
-
return { spotMaxPrice: item["spotMaxPrice"] };
|
|
4568
|
-
}
|
|
4569
|
-
function machineBillingProfileDeserializer(item) {
|
|
4570
|
-
return {
|
|
4571
|
-
spotMaxPrice: item["spotMaxPrice"]
|
|
4572
|
-
};
|
|
4573
|
-
}
|
|
4574
|
-
function machineStatusDeserializer(item) {
|
|
4575
|
-
return {
|
|
4576
|
-
provisioningError: !item["provisioningError"] ? item["provisioningError"] : errorDetailDeserializer(item["provisioningError"]),
|
|
4577
|
-
creationTimestamp: !item["creationTimestamp"] ? item["creationTimestamp"] : new Date(item["creationTimestamp"]),
|
|
4578
|
-
driftAction: item["driftAction"],
|
|
4579
|
-
driftReason: item["driftReason"],
|
|
4580
|
-
vmState: item["vmState"]
|
|
4581
|
-
};
|
|
4582
|
-
}
|
|
4583
|
-
var KnownDriftAction = /* @__PURE__ */ ((KnownDriftAction2) => {
|
|
4584
|
-
KnownDriftAction2["Synced"] = "Synced";
|
|
4585
|
-
KnownDriftAction2["Recreate"] = "Recreate";
|
|
4586
|
-
return KnownDriftAction2;
|
|
4587
|
-
})(KnownDriftAction || {});
|
|
4588
|
-
var KnownVmState = /* @__PURE__ */ ((KnownVmState2) => {
|
|
4589
|
-
KnownVmState2["Running"] = "Running";
|
|
4590
|
-
KnownVmState2["Deleted"] = "Deleted";
|
|
4591
|
-
return KnownVmState2;
|
|
4592
|
-
})(KnownVmState || {});
|
|
4593
3676
|
function _machineListResultDeserializer(item) {
|
|
4594
3677
|
return {
|
|
4595
3678
|
value: machineArrayDeserializer(item["value"]),
|
|
4596
3679
|
nextLink: item["nextLink"]
|
|
4597
3680
|
};
|
|
4598
3681
|
}
|
|
4599
|
-
function machineArraySerializer(result) {
|
|
4600
|
-
return result.map((item) => {
|
|
4601
|
-
return machineSerializer(item);
|
|
4602
|
-
});
|
|
4603
|
-
}
|
|
4604
3682
|
function machineArrayDeserializer(result) {
|
|
4605
3683
|
return result.map((item) => {
|
|
4606
3684
|
return machineDeserializer(item);
|
|
@@ -4722,7 +3800,6 @@ function snapshotPropertiesDeserializer(item) {
|
|
|
4722
3800
|
}
|
|
4723
3801
|
var KnownSnapshotType = /* @__PURE__ */ ((KnownSnapshotType2) => {
|
|
4724
3802
|
KnownSnapshotType2["NodePool"] = "NodePool";
|
|
4725
|
-
KnownSnapshotType2["ManagedCluster"] = "ManagedCluster";
|
|
4726
3803
|
return KnownSnapshotType2;
|
|
4727
3804
|
})(KnownSnapshotType || {});
|
|
4728
3805
|
function _snapshotListResultDeserializer(item) {
|
|
@@ -4741,70 +3818,6 @@ function snapshotArrayDeserializer(result) {
|
|
|
4741
3818
|
return snapshotDeserializer(item);
|
|
4742
3819
|
});
|
|
4743
3820
|
}
|
|
4744
|
-
function managedClusterSnapshotSerializer(item) {
|
|
4745
|
-
return {
|
|
4746
|
-
tags: item["tags"],
|
|
4747
|
-
location: item["location"],
|
|
4748
|
-
properties: (0, import_check_prop_undefined.areAllPropsUndefined)(item, ["creationData", "snapshotType"]) ? void 0 : _managedClusterSnapshotPropertiesSerializer(item)
|
|
4749
|
-
};
|
|
4750
|
-
}
|
|
4751
|
-
function managedClusterSnapshotDeserializer(item) {
|
|
4752
|
-
return {
|
|
4753
|
-
tags: !item["tags"] ? item["tags"] : Object.fromEntries(Object.entries(item["tags"]).map(([k, p]) => [k, p])),
|
|
4754
|
-
location: item["location"],
|
|
4755
|
-
id: item["id"],
|
|
4756
|
-
name: item["name"],
|
|
4757
|
-
type: item["type"],
|
|
4758
|
-
systemData: !item["systemData"] ? item["systemData"] : systemDataDeserializer(item["systemData"]),
|
|
4759
|
-
...!item["properties"] ? item["properties"] : _managedClusterSnapshotPropertiesDeserializer(item["properties"])
|
|
4760
|
-
};
|
|
4761
|
-
}
|
|
4762
|
-
function managedClusterSnapshotPropertiesSerializer(item) {
|
|
4763
|
-
return {
|
|
4764
|
-
creationData: !item["creationData"] ? item["creationData"] : creationDataSerializer(item["creationData"]),
|
|
4765
|
-
snapshotType: item["snapshotType"]
|
|
4766
|
-
};
|
|
4767
|
-
}
|
|
4768
|
-
function managedClusterSnapshotPropertiesDeserializer(item) {
|
|
4769
|
-
return {
|
|
4770
|
-
creationData: !item["creationData"] ? item["creationData"] : creationDataDeserializer(item["creationData"]),
|
|
4771
|
-
snapshotType: item["snapshotType"],
|
|
4772
|
-
managedClusterPropertiesReadOnly: !item["managedClusterPropertiesReadOnly"] ? item["managedClusterPropertiesReadOnly"] : managedClusterPropertiesForSnapshotDeserializer(item["managedClusterPropertiesReadOnly"])
|
|
4773
|
-
};
|
|
4774
|
-
}
|
|
4775
|
-
function managedClusterPropertiesForSnapshotDeserializer(item) {
|
|
4776
|
-
return {
|
|
4777
|
-
kubernetesVersion: item["kubernetesVersion"],
|
|
4778
|
-
sku: !item["sku"] ? item["sku"] : managedClusterSKUDeserializer(item["sku"]),
|
|
4779
|
-
enableRbac: item["enableRbac"],
|
|
4780
|
-
networkProfile: !item["networkProfile"] ? item["networkProfile"] : networkProfileForSnapshotDeserializer(item["networkProfile"])
|
|
4781
|
-
};
|
|
4782
|
-
}
|
|
4783
|
-
function networkProfileForSnapshotDeserializer(item) {
|
|
4784
|
-
return {
|
|
4785
|
-
networkPlugin: item["networkPlugin"],
|
|
4786
|
-
networkPluginMode: item["networkPluginMode"],
|
|
4787
|
-
networkPolicy: item["networkPolicy"],
|
|
4788
|
-
networkMode: item["networkMode"],
|
|
4789
|
-
loadBalancerSku: item["loadBalancerSku"]
|
|
4790
|
-
};
|
|
4791
|
-
}
|
|
4792
|
-
function _managedClusterSnapshotListResultDeserializer(item) {
|
|
4793
|
-
return {
|
|
4794
|
-
value: managedClusterSnapshotArrayDeserializer(item["value"]),
|
|
4795
|
-
nextLink: item["nextLink"]
|
|
4796
|
-
};
|
|
4797
|
-
}
|
|
4798
|
-
function managedClusterSnapshotArraySerializer(result) {
|
|
4799
|
-
return result.map((item) => {
|
|
4800
|
-
return managedClusterSnapshotSerializer(item);
|
|
4801
|
-
});
|
|
4802
|
-
}
|
|
4803
|
-
function managedClusterSnapshotArrayDeserializer(result) {
|
|
4804
|
-
return result.map((item) => {
|
|
4805
|
-
return managedClusterSnapshotDeserializer(item);
|
|
4806
|
-
});
|
|
4807
|
-
}
|
|
4808
3821
|
function trustedAccessRoleBindingSerializer(item) {
|
|
4809
3822
|
return { properties: _trustedAccessRoleBindingPropertiesSerializer(item) };
|
|
4810
3823
|
}
|
|
@@ -4858,376 +3871,6 @@ function trustedAccessRoleBindingArrayDeserializer(result) {
|
|
|
4858
3871
|
return trustedAccessRoleBindingDeserializer(item);
|
|
4859
3872
|
});
|
|
4860
3873
|
}
|
|
4861
|
-
function loadBalancerSerializer(item) {
|
|
4862
|
-
return {
|
|
4863
|
-
properties: (0, import_check_prop_undefined.areAllPropsUndefined)(item, [
|
|
4864
|
-
"primaryAgentPoolName",
|
|
4865
|
-
"allowServicePlacement",
|
|
4866
|
-
"serviceLabelSelector",
|
|
4867
|
-
"serviceNamespaceSelector",
|
|
4868
|
-
"nodeSelector"
|
|
4869
|
-
]) ? void 0 : _loadBalancerPropertiesSerializer(item)
|
|
4870
|
-
};
|
|
4871
|
-
}
|
|
4872
|
-
function loadBalancerDeserializer(item) {
|
|
4873
|
-
return {
|
|
4874
|
-
id: item["id"],
|
|
4875
|
-
name: item["name"],
|
|
4876
|
-
type: item["type"],
|
|
4877
|
-
systemData: !item["systemData"] ? item["systemData"] : systemDataDeserializer(item["systemData"]),
|
|
4878
|
-
...!item["properties"] ? item["properties"] : _loadBalancerPropertiesDeserializer(item["properties"])
|
|
4879
|
-
};
|
|
4880
|
-
}
|
|
4881
|
-
function loadBalancerPropertiesSerializer(item) {
|
|
4882
|
-
return {
|
|
4883
|
-
primaryAgentPoolName: item["primaryAgentPoolName"],
|
|
4884
|
-
allowServicePlacement: item["allowServicePlacement"],
|
|
4885
|
-
serviceLabelSelector: !item["serviceLabelSelector"] ? item["serviceLabelSelector"] : labelSelectorSerializer(item["serviceLabelSelector"]),
|
|
4886
|
-
serviceNamespaceSelector: !item["serviceNamespaceSelector"] ? item["serviceNamespaceSelector"] : labelSelectorSerializer(item["serviceNamespaceSelector"]),
|
|
4887
|
-
nodeSelector: !item["nodeSelector"] ? item["nodeSelector"] : labelSelectorSerializer(item["nodeSelector"])
|
|
4888
|
-
};
|
|
4889
|
-
}
|
|
4890
|
-
function loadBalancerPropertiesDeserializer(item) {
|
|
4891
|
-
return {
|
|
4892
|
-
primaryAgentPoolName: item["primaryAgentPoolName"],
|
|
4893
|
-
allowServicePlacement: item["allowServicePlacement"],
|
|
4894
|
-
serviceLabelSelector: !item["serviceLabelSelector"] ? item["serviceLabelSelector"] : labelSelectorDeserializer(item["serviceLabelSelector"]),
|
|
4895
|
-
serviceNamespaceSelector: !item["serviceNamespaceSelector"] ? item["serviceNamespaceSelector"] : labelSelectorDeserializer(item["serviceNamespaceSelector"]),
|
|
4896
|
-
nodeSelector: !item["nodeSelector"] ? item["nodeSelector"] : labelSelectorDeserializer(item["nodeSelector"]),
|
|
4897
|
-
provisioningState: item["provisioningState"]
|
|
4898
|
-
};
|
|
4899
|
-
}
|
|
4900
|
-
function labelSelectorSerializer(item) {
|
|
4901
|
-
return {
|
|
4902
|
-
matchLabels: !item["matchLabels"] ? item["matchLabels"] : item["matchLabels"].map((p) => {
|
|
4903
|
-
return p;
|
|
4904
|
-
}),
|
|
4905
|
-
matchExpressions: !item["matchExpressions"] ? item["matchExpressions"] : labelSelectorRequirementArraySerializer(item["matchExpressions"])
|
|
4906
|
-
};
|
|
4907
|
-
}
|
|
4908
|
-
function labelSelectorDeserializer(item) {
|
|
4909
|
-
return {
|
|
4910
|
-
matchLabels: !item["matchLabels"] ? item["matchLabels"] : item["matchLabels"].map((p) => {
|
|
4911
|
-
return p;
|
|
4912
|
-
}),
|
|
4913
|
-
matchExpressions: !item["matchExpressions"] ? item["matchExpressions"] : labelSelectorRequirementArrayDeserializer(item["matchExpressions"])
|
|
4914
|
-
};
|
|
4915
|
-
}
|
|
4916
|
-
function labelSelectorRequirementArraySerializer(result) {
|
|
4917
|
-
return result.map((item) => {
|
|
4918
|
-
return labelSelectorRequirementSerializer(item);
|
|
4919
|
-
});
|
|
4920
|
-
}
|
|
4921
|
-
function labelSelectorRequirementArrayDeserializer(result) {
|
|
4922
|
-
return result.map((item) => {
|
|
4923
|
-
return labelSelectorRequirementDeserializer(item);
|
|
4924
|
-
});
|
|
4925
|
-
}
|
|
4926
|
-
function labelSelectorRequirementSerializer(item) {
|
|
4927
|
-
return {
|
|
4928
|
-
key: item["key"],
|
|
4929
|
-
operator: item["operator"],
|
|
4930
|
-
values: !item["values"] ? item["values"] : item["values"].map((p) => {
|
|
4931
|
-
return p;
|
|
4932
|
-
})
|
|
4933
|
-
};
|
|
4934
|
-
}
|
|
4935
|
-
function labelSelectorRequirementDeserializer(item) {
|
|
4936
|
-
return {
|
|
4937
|
-
key: item["key"],
|
|
4938
|
-
operator: item["operator"],
|
|
4939
|
-
values: !item["values"] ? item["values"] : item["values"].map((p) => {
|
|
4940
|
-
return p;
|
|
4941
|
-
})
|
|
4942
|
-
};
|
|
4943
|
-
}
|
|
4944
|
-
var KnownOperator = /* @__PURE__ */ ((KnownOperator2) => {
|
|
4945
|
-
KnownOperator2["In"] = "In";
|
|
4946
|
-
KnownOperator2["NotIn"] = "NotIn";
|
|
4947
|
-
KnownOperator2["Exists"] = "Exists";
|
|
4948
|
-
KnownOperator2["DoesNotExist"] = "DoesNotExist";
|
|
4949
|
-
return KnownOperator2;
|
|
4950
|
-
})(KnownOperator || {});
|
|
4951
|
-
function _loadBalancerListResultDeserializer(item) {
|
|
4952
|
-
return {
|
|
4953
|
-
value: loadBalancerArrayDeserializer(item["value"]),
|
|
4954
|
-
nextLink: item["nextLink"]
|
|
4955
|
-
};
|
|
4956
|
-
}
|
|
4957
|
-
function loadBalancerArraySerializer(result) {
|
|
4958
|
-
return result.map((item) => {
|
|
4959
|
-
return loadBalancerSerializer(item);
|
|
4960
|
-
});
|
|
4961
|
-
}
|
|
4962
|
-
function loadBalancerArrayDeserializer(result) {
|
|
4963
|
-
return result.map((item) => {
|
|
4964
|
-
return loadBalancerDeserializer(item);
|
|
4965
|
-
});
|
|
4966
|
-
}
|
|
4967
|
-
function identityBindingSerializer(item) {
|
|
4968
|
-
return {
|
|
4969
|
-
properties: !item["properties"] ? item["properties"] : identityBindingPropertiesSerializer(item["properties"])
|
|
4970
|
-
};
|
|
4971
|
-
}
|
|
4972
|
-
function identityBindingDeserializer(item) {
|
|
4973
|
-
return {
|
|
4974
|
-
id: item["id"],
|
|
4975
|
-
name: item["name"],
|
|
4976
|
-
type: item["type"],
|
|
4977
|
-
systemData: !item["systemData"] ? item["systemData"] : systemDataDeserializer(item["systemData"]),
|
|
4978
|
-
properties: !item["properties"] ? item["properties"] : identityBindingPropertiesDeserializer(item["properties"]),
|
|
4979
|
-
eTag: item["eTag"]
|
|
4980
|
-
};
|
|
4981
|
-
}
|
|
4982
|
-
function identityBindingPropertiesSerializer(item) {
|
|
4983
|
-
return {
|
|
4984
|
-
managedIdentity: identityBindingManagedIdentityProfileSerializer(item["managedIdentity"])
|
|
4985
|
-
};
|
|
4986
|
-
}
|
|
4987
|
-
function identityBindingPropertiesDeserializer(item) {
|
|
4988
|
-
return {
|
|
4989
|
-
managedIdentity: identityBindingManagedIdentityProfileDeserializer(item["managedIdentity"]),
|
|
4990
|
-
oidcIssuer: !item["oidcIssuer"] ? item["oidcIssuer"] : identityBindingOidcIssuerProfileDeserializer(item["oidcIssuer"]),
|
|
4991
|
-
provisioningState: item["provisioningState"]
|
|
4992
|
-
};
|
|
4993
|
-
}
|
|
4994
|
-
function identityBindingManagedIdentityProfileSerializer(item) {
|
|
4995
|
-
return { resourceId: item["resourceId"] };
|
|
4996
|
-
}
|
|
4997
|
-
function identityBindingManagedIdentityProfileDeserializer(item) {
|
|
4998
|
-
return {
|
|
4999
|
-
resourceId: item["resourceId"],
|
|
5000
|
-
objectId: item["objectId"],
|
|
5001
|
-
clientId: item["clientId"],
|
|
5002
|
-
tenantId: item["tenantId"]
|
|
5003
|
-
};
|
|
5004
|
-
}
|
|
5005
|
-
function identityBindingOidcIssuerProfileDeserializer(item) {
|
|
5006
|
-
return {
|
|
5007
|
-
oidcIssuerUrl: item["oidcIssuerUrl"]
|
|
5008
|
-
};
|
|
5009
|
-
}
|
|
5010
|
-
var KnownIdentityBindingProvisioningState = /* @__PURE__ */ ((KnownIdentityBindingProvisioningState2) => {
|
|
5011
|
-
KnownIdentityBindingProvisioningState2["Succeeded"] = "Succeeded";
|
|
5012
|
-
KnownIdentityBindingProvisioningState2["Failed"] = "Failed";
|
|
5013
|
-
KnownIdentityBindingProvisioningState2["Canceled"] = "Canceled";
|
|
5014
|
-
KnownIdentityBindingProvisioningState2["Creating"] = "Creating";
|
|
5015
|
-
KnownIdentityBindingProvisioningState2["Updating"] = "Updating";
|
|
5016
|
-
KnownIdentityBindingProvisioningState2["Deleting"] = "Deleting";
|
|
5017
|
-
return KnownIdentityBindingProvisioningState2;
|
|
5018
|
-
})(KnownIdentityBindingProvisioningState || {});
|
|
5019
|
-
function _identityBindingListResultDeserializer(item) {
|
|
5020
|
-
return {
|
|
5021
|
-
value: identityBindingArrayDeserializer(item["value"]),
|
|
5022
|
-
nextLink: item["nextLink"]
|
|
5023
|
-
};
|
|
5024
|
-
}
|
|
5025
|
-
function identityBindingArraySerializer(result) {
|
|
5026
|
-
return result.map((item) => {
|
|
5027
|
-
return identityBindingSerializer(item);
|
|
5028
|
-
});
|
|
5029
|
-
}
|
|
5030
|
-
function identityBindingArrayDeserializer(result) {
|
|
5031
|
-
return result.map((item) => {
|
|
5032
|
-
return identityBindingDeserializer(item);
|
|
5033
|
-
});
|
|
5034
|
-
}
|
|
5035
|
-
function jwtAuthenticatorSerializer(item) {
|
|
5036
|
-
return { properties: jwtAuthenticatorPropertiesSerializer(item["properties"]) };
|
|
5037
|
-
}
|
|
5038
|
-
function jwtAuthenticatorDeserializer(item) {
|
|
5039
|
-
return {
|
|
5040
|
-
id: item["id"],
|
|
5041
|
-
name: item["name"],
|
|
5042
|
-
type: item["type"],
|
|
5043
|
-
systemData: !item["systemData"] ? item["systemData"] : systemDataDeserializer(item["systemData"]),
|
|
5044
|
-
properties: jwtAuthenticatorPropertiesDeserializer(item["properties"])
|
|
5045
|
-
};
|
|
5046
|
-
}
|
|
5047
|
-
function jwtAuthenticatorPropertiesSerializer(item) {
|
|
5048
|
-
return {
|
|
5049
|
-
issuer: jwtAuthenticatorIssuerSerializer(item["issuer"]),
|
|
5050
|
-
claimValidationRules: !item["claimValidationRules"] ? item["claimValidationRules"] : jwtAuthenticatorValidationRuleArraySerializer(item["claimValidationRules"]),
|
|
5051
|
-
claimMappings: jwtAuthenticatorClaimMappingsSerializer(item["claimMappings"]),
|
|
5052
|
-
userValidationRules: !item["userValidationRules"] ? item["userValidationRules"] : jwtAuthenticatorValidationRuleArraySerializer(item["userValidationRules"])
|
|
5053
|
-
};
|
|
5054
|
-
}
|
|
5055
|
-
function jwtAuthenticatorPropertiesDeserializer(item) {
|
|
5056
|
-
return {
|
|
5057
|
-
provisioningState: item["provisioningState"],
|
|
5058
|
-
issuer: jwtAuthenticatorIssuerDeserializer(item["issuer"]),
|
|
5059
|
-
claimValidationRules: !item["claimValidationRules"] ? item["claimValidationRules"] : jwtAuthenticatorValidationRuleArrayDeserializer(item["claimValidationRules"]),
|
|
5060
|
-
claimMappings: jwtAuthenticatorClaimMappingsDeserializer(item["claimMappings"]),
|
|
5061
|
-
userValidationRules: !item["userValidationRules"] ? item["userValidationRules"] : jwtAuthenticatorValidationRuleArrayDeserializer(item["userValidationRules"])
|
|
5062
|
-
};
|
|
5063
|
-
}
|
|
5064
|
-
var KnownJWTAuthenticatorProvisioningState = /* @__PURE__ */ ((KnownJWTAuthenticatorProvisioningState2) => {
|
|
5065
|
-
KnownJWTAuthenticatorProvisioningState2["Succeeded"] = "Succeeded";
|
|
5066
|
-
KnownJWTAuthenticatorProvisioningState2["Failed"] = "Failed";
|
|
5067
|
-
KnownJWTAuthenticatorProvisioningState2["Canceled"] = "Canceled";
|
|
5068
|
-
KnownJWTAuthenticatorProvisioningState2["Creating"] = "Creating";
|
|
5069
|
-
KnownJWTAuthenticatorProvisioningState2["Updating"] = "Updating";
|
|
5070
|
-
KnownJWTAuthenticatorProvisioningState2["Deleting"] = "Deleting";
|
|
5071
|
-
return KnownJWTAuthenticatorProvisioningState2;
|
|
5072
|
-
})(KnownJWTAuthenticatorProvisioningState || {});
|
|
5073
|
-
function jwtAuthenticatorIssuerSerializer(item) {
|
|
5074
|
-
return {
|
|
5075
|
-
url: item["url"],
|
|
5076
|
-
audiences: item["audiences"].map((p) => {
|
|
5077
|
-
return p;
|
|
5078
|
-
})
|
|
5079
|
-
};
|
|
5080
|
-
}
|
|
5081
|
-
function jwtAuthenticatorIssuerDeserializer(item) {
|
|
5082
|
-
return {
|
|
5083
|
-
url: item["url"],
|
|
5084
|
-
audiences: item["audiences"].map((p) => {
|
|
5085
|
-
return p;
|
|
5086
|
-
})
|
|
5087
|
-
};
|
|
5088
|
-
}
|
|
5089
|
-
function jwtAuthenticatorValidationRuleArraySerializer(result) {
|
|
5090
|
-
return result.map((item) => {
|
|
5091
|
-
return jwtAuthenticatorValidationRuleSerializer(item);
|
|
5092
|
-
});
|
|
5093
|
-
}
|
|
5094
|
-
function jwtAuthenticatorValidationRuleArrayDeserializer(result) {
|
|
5095
|
-
return result.map((item) => {
|
|
5096
|
-
return jwtAuthenticatorValidationRuleDeserializer(item);
|
|
5097
|
-
});
|
|
5098
|
-
}
|
|
5099
|
-
function jwtAuthenticatorValidationRuleSerializer(item) {
|
|
5100
|
-
return { expression: item["expression"], message: item["message"] };
|
|
5101
|
-
}
|
|
5102
|
-
function jwtAuthenticatorValidationRuleDeserializer(item) {
|
|
5103
|
-
return {
|
|
5104
|
-
expression: item["expression"],
|
|
5105
|
-
message: item["message"]
|
|
5106
|
-
};
|
|
5107
|
-
}
|
|
5108
|
-
function jwtAuthenticatorClaimMappingsSerializer(item) {
|
|
5109
|
-
return {
|
|
5110
|
-
username: jwtAuthenticatorClaimMappingExpressionSerializer(item["username"]),
|
|
5111
|
-
groups: !item["groups"] ? item["groups"] : jwtAuthenticatorClaimMappingExpressionSerializer(item["groups"]),
|
|
5112
|
-
uid: !item["uid"] ? item["uid"] : jwtAuthenticatorClaimMappingExpressionSerializer(item["uid"]),
|
|
5113
|
-
extra: !item["extra"] ? item["extra"] : jwtAuthenticatorExtraClaimMappingExpressionArraySerializer(item["extra"])
|
|
5114
|
-
};
|
|
5115
|
-
}
|
|
5116
|
-
function jwtAuthenticatorClaimMappingsDeserializer(item) {
|
|
5117
|
-
return {
|
|
5118
|
-
username: jwtAuthenticatorClaimMappingExpressionDeserializer(item["username"]),
|
|
5119
|
-
groups: !item["groups"] ? item["groups"] : jwtAuthenticatorClaimMappingExpressionDeserializer(item["groups"]),
|
|
5120
|
-
uid: !item["uid"] ? item["uid"] : jwtAuthenticatorClaimMappingExpressionDeserializer(item["uid"]),
|
|
5121
|
-
extra: !item["extra"] ? item["extra"] : jwtAuthenticatorExtraClaimMappingExpressionArrayDeserializer(item["extra"])
|
|
5122
|
-
};
|
|
5123
|
-
}
|
|
5124
|
-
function jwtAuthenticatorClaimMappingExpressionSerializer(item) {
|
|
5125
|
-
return { expression: item["expression"] };
|
|
5126
|
-
}
|
|
5127
|
-
function jwtAuthenticatorClaimMappingExpressionDeserializer(item) {
|
|
5128
|
-
return {
|
|
5129
|
-
expression: item["expression"]
|
|
5130
|
-
};
|
|
5131
|
-
}
|
|
5132
|
-
function jwtAuthenticatorExtraClaimMappingExpressionArraySerializer(result) {
|
|
5133
|
-
return result.map((item) => {
|
|
5134
|
-
return jwtAuthenticatorExtraClaimMappingExpressionSerializer(item);
|
|
5135
|
-
});
|
|
5136
|
-
}
|
|
5137
|
-
function jwtAuthenticatorExtraClaimMappingExpressionArrayDeserializer(result) {
|
|
5138
|
-
return result.map((item) => {
|
|
5139
|
-
return jwtAuthenticatorExtraClaimMappingExpressionDeserializer(item);
|
|
5140
|
-
});
|
|
5141
|
-
}
|
|
5142
|
-
function jwtAuthenticatorExtraClaimMappingExpressionSerializer(item) {
|
|
5143
|
-
return { key: item["key"], valueExpression: item["valueExpression"] };
|
|
5144
|
-
}
|
|
5145
|
-
function jwtAuthenticatorExtraClaimMappingExpressionDeserializer(item) {
|
|
5146
|
-
return {
|
|
5147
|
-
key: item["key"],
|
|
5148
|
-
valueExpression: item["valueExpression"]
|
|
5149
|
-
};
|
|
5150
|
-
}
|
|
5151
|
-
function _jwtAuthenticatorListResultDeserializer(item) {
|
|
5152
|
-
return {
|
|
5153
|
-
value: jwtAuthenticatorArrayDeserializer(item["value"]),
|
|
5154
|
-
nextLink: item["nextLink"]
|
|
5155
|
-
};
|
|
5156
|
-
}
|
|
5157
|
-
function jwtAuthenticatorArraySerializer(result) {
|
|
5158
|
-
return result.map((item) => {
|
|
5159
|
-
return jwtAuthenticatorSerializer(item);
|
|
5160
|
-
});
|
|
5161
|
-
}
|
|
5162
|
-
function jwtAuthenticatorArrayDeserializer(result) {
|
|
5163
|
-
return result.map((item) => {
|
|
5164
|
-
return jwtAuthenticatorDeserializer(item);
|
|
5165
|
-
});
|
|
5166
|
-
}
|
|
5167
|
-
function meshMembershipSerializer(item) {
|
|
5168
|
-
return {
|
|
5169
|
-
properties: !item["properties"] ? item["properties"] : meshMembershipPropertiesSerializer(item["properties"]),
|
|
5170
|
-
managedBy: item["managedBy"]
|
|
5171
|
-
};
|
|
5172
|
-
}
|
|
5173
|
-
function meshMembershipDeserializer(item) {
|
|
5174
|
-
return {
|
|
5175
|
-
id: item["id"],
|
|
5176
|
-
name: item["name"],
|
|
5177
|
-
type: item["type"],
|
|
5178
|
-
systemData: !item["systemData"] ? item["systemData"] : systemDataDeserializer(item["systemData"]),
|
|
5179
|
-
properties: !item["properties"] ? item["properties"] : meshMembershipPropertiesDeserializer(item["properties"]),
|
|
5180
|
-
managedBy: item["managedBy"],
|
|
5181
|
-
eTag: item["eTag"]
|
|
5182
|
-
};
|
|
5183
|
-
}
|
|
5184
|
-
function meshMembershipPropertiesSerializer(item) {
|
|
5185
|
-
return {
|
|
5186
|
-
privateConnectProfile: !item["privateConnectProfile"] ? item["privateConnectProfile"] : meshMembershipPrivateConnectProfileSerializer(item["privateConnectProfile"]),
|
|
5187
|
-
managedMeshID: item["managedMeshID"]
|
|
5188
|
-
};
|
|
5189
|
-
}
|
|
5190
|
-
function meshMembershipPropertiesDeserializer(item) {
|
|
5191
|
-
return {
|
|
5192
|
-
provisioningState: item["provisioningState"],
|
|
5193
|
-
privateConnectProfile: !item["privateConnectProfile"] ? item["privateConnectProfile"] : meshMembershipPrivateConnectProfileDeserializer(item["privateConnectProfile"]),
|
|
5194
|
-
managedMeshID: item["managedMeshID"]
|
|
5195
|
-
};
|
|
5196
|
-
}
|
|
5197
|
-
var KnownMeshMembershipProvisioningState = /* @__PURE__ */ ((KnownMeshMembershipProvisioningState2) => {
|
|
5198
|
-
KnownMeshMembershipProvisioningState2["Canceled"] = "Canceled";
|
|
5199
|
-
KnownMeshMembershipProvisioningState2["Creating"] = "Creating";
|
|
5200
|
-
KnownMeshMembershipProvisioningState2["Deleting"] = "Deleting";
|
|
5201
|
-
KnownMeshMembershipProvisioningState2["Failed"] = "Failed";
|
|
5202
|
-
KnownMeshMembershipProvisioningState2["Succeeded"] = "Succeeded";
|
|
5203
|
-
KnownMeshMembershipProvisioningState2["Updating"] = "Updating";
|
|
5204
|
-
return KnownMeshMembershipProvisioningState2;
|
|
5205
|
-
})(KnownMeshMembershipProvisioningState || {});
|
|
5206
|
-
function meshMembershipPrivateConnectProfileSerializer(item) {
|
|
5207
|
-
return { subnetResourceId: item["subnetResourceId"] };
|
|
5208
|
-
}
|
|
5209
|
-
function meshMembershipPrivateConnectProfileDeserializer(item) {
|
|
5210
|
-
return {
|
|
5211
|
-
privateIpAddress: item["privateIpAddress"],
|
|
5212
|
-
subnetResourceId: item["subnetResourceId"]
|
|
5213
|
-
};
|
|
5214
|
-
}
|
|
5215
|
-
function _meshMembershipsListResultDeserializer(item) {
|
|
5216
|
-
return {
|
|
5217
|
-
value: meshMembershipArrayDeserializer(item["value"]),
|
|
5218
|
-
nextLink: item["nextLink"]
|
|
5219
|
-
};
|
|
5220
|
-
}
|
|
5221
|
-
function meshMembershipArraySerializer(result) {
|
|
5222
|
-
return result.map((item) => {
|
|
5223
|
-
return meshMembershipSerializer(item);
|
|
5224
|
-
});
|
|
5225
|
-
}
|
|
5226
|
-
function meshMembershipArrayDeserializer(result) {
|
|
5227
|
-
return result.map((item) => {
|
|
5228
|
-
return meshMembershipDeserializer(item);
|
|
5229
|
-
});
|
|
5230
|
-
}
|
|
5231
3874
|
function _operationListResultDeserializer(item) {
|
|
5232
3875
|
return {
|
|
5233
3876
|
value: operationValueArrayDeserializer(item["value"]),
|
|
@@ -5254,30 +3897,6 @@ function operationValueDisplayDeserializer(item) {
|
|
|
5254
3897
|
provider: item["provider"]
|
|
5255
3898
|
};
|
|
5256
3899
|
}
|
|
5257
|
-
function operationStatusResultDeserializer(item) {
|
|
5258
|
-
return {
|
|
5259
|
-
id: item["id"],
|
|
5260
|
-
name: item["name"],
|
|
5261
|
-
status: item["status"],
|
|
5262
|
-
percentComplete: item["percentComplete"],
|
|
5263
|
-
startTime: !item["startTime"] ? item["startTime"] : new Date(item["startTime"]),
|
|
5264
|
-
endTime: !item["endTime"] ? item["endTime"] : new Date(item["endTime"]),
|
|
5265
|
-
operations: !item["operations"] ? item["operations"] : operationStatusResultArrayDeserializer(item["operations"]),
|
|
5266
|
-
error: !item["error"] ? item["error"] : errorDetailDeserializer(item["error"]),
|
|
5267
|
-
resourceId: item["resourceId"]
|
|
5268
|
-
};
|
|
5269
|
-
}
|
|
5270
|
-
function operationStatusResultArrayDeserializer(result) {
|
|
5271
|
-
return result.map((item) => {
|
|
5272
|
-
return operationStatusResultDeserializer(item);
|
|
5273
|
-
});
|
|
5274
|
-
}
|
|
5275
|
-
function _operationStatusResultListDeserializer(item) {
|
|
5276
|
-
return {
|
|
5277
|
-
value: operationStatusResultArrayDeserializer(item["value"]),
|
|
5278
|
-
nextLink: item["nextLink"]
|
|
5279
|
-
};
|
|
5280
|
-
}
|
|
5281
3900
|
function privateLinkResourcesListResultDeserializer(item) {
|
|
5282
3901
|
return {
|
|
5283
3902
|
value: !item["value"] ? item["value"] : privateLinkResourceArrayDeserializer(item["value"])
|
|
@@ -5325,160 +3944,6 @@ function trustedAccessRoleRuleDeserializer(item) {
|
|
|
5325
3944
|
})
|
|
5326
3945
|
};
|
|
5327
3946
|
}
|
|
5328
|
-
function _nodeImageVersionsListResultDeserializer(item) {
|
|
5329
|
-
return {
|
|
5330
|
-
value: nodeImageVersionArrayDeserializer(item["value"]),
|
|
5331
|
-
nextLink: item["nextLink"]
|
|
5332
|
-
};
|
|
5333
|
-
}
|
|
5334
|
-
function nodeImageVersionArrayDeserializer(result) {
|
|
5335
|
-
return result.map((item) => {
|
|
5336
|
-
return nodeImageVersionDeserializer(item);
|
|
5337
|
-
});
|
|
5338
|
-
}
|
|
5339
|
-
function nodeImageVersionDeserializer(item) {
|
|
5340
|
-
return {
|
|
5341
|
-
os: item["os"],
|
|
5342
|
-
sku: item["sku"],
|
|
5343
|
-
version: item["version"],
|
|
5344
|
-
fullName: item["fullName"]
|
|
5345
|
-
};
|
|
5346
|
-
}
|
|
5347
|
-
function _vmSkusListResultDeserializer(item) {
|
|
5348
|
-
return {
|
|
5349
|
-
value: resourceSkuArrayDeserializer(item["value"]),
|
|
5350
|
-
nextLink: item["nextLink"]
|
|
5351
|
-
};
|
|
5352
|
-
}
|
|
5353
|
-
function resourceSkuArrayDeserializer(result) {
|
|
5354
|
-
return result.map((item) => {
|
|
5355
|
-
return resourceSkuDeserializer(item);
|
|
5356
|
-
});
|
|
5357
|
-
}
|
|
5358
|
-
function resourceSkuDeserializer(item) {
|
|
5359
|
-
return {
|
|
5360
|
-
resourceType: item["resourceType"],
|
|
5361
|
-
name: item["name"],
|
|
5362
|
-
tier: item["tier"],
|
|
5363
|
-
size: item["size"],
|
|
5364
|
-
family: item["family"],
|
|
5365
|
-
kind: item["kind"],
|
|
5366
|
-
capacity: !item["capacity"] ? item["capacity"] : resourceSkuCapacityDeserializer(item["capacity"]),
|
|
5367
|
-
locations: !item["locations"] ? item["locations"] : item["locations"].map((p) => {
|
|
5368
|
-
return p;
|
|
5369
|
-
}),
|
|
5370
|
-
locationInfo: !item["locationInfo"] ? item["locationInfo"] : resourceSkuLocationInfoArrayDeserializer(item["locationInfo"]),
|
|
5371
|
-
apiVersions: !item["apiVersions"] ? item["apiVersions"] : item["apiVersions"].map((p) => {
|
|
5372
|
-
return p;
|
|
5373
|
-
}),
|
|
5374
|
-
costs: !item["costs"] ? item["costs"] : resourceSkuCostsArrayDeserializer(item["costs"]),
|
|
5375
|
-
capabilities: !item["capabilities"] ? item["capabilities"] : resourceSkuCapabilitiesArrayDeserializer(item["capabilities"]),
|
|
5376
|
-
restrictions: !item["restrictions"] ? item["restrictions"] : resourceSkuRestrictionsArrayDeserializer(item["restrictions"])
|
|
5377
|
-
};
|
|
5378
|
-
}
|
|
5379
|
-
function resourceSkuCapacityDeserializer(item) {
|
|
5380
|
-
return {
|
|
5381
|
-
minimum: item["minimum"],
|
|
5382
|
-
maximum: item["maximum"],
|
|
5383
|
-
default: item["default"],
|
|
5384
|
-
scaleType: item["scaleType"]
|
|
5385
|
-
};
|
|
5386
|
-
}
|
|
5387
|
-
var KnownResourceSkuCapacityScaleType = /* @__PURE__ */ ((KnownResourceSkuCapacityScaleType2) => {
|
|
5388
|
-
KnownResourceSkuCapacityScaleType2["Automatic"] = "Automatic";
|
|
5389
|
-
KnownResourceSkuCapacityScaleType2["Manual"] = "Manual";
|
|
5390
|
-
KnownResourceSkuCapacityScaleType2["None"] = "None";
|
|
5391
|
-
return KnownResourceSkuCapacityScaleType2;
|
|
5392
|
-
})(KnownResourceSkuCapacityScaleType || {});
|
|
5393
|
-
function resourceSkuLocationInfoArrayDeserializer(result) {
|
|
5394
|
-
return result.map((item) => {
|
|
5395
|
-
return resourceSkuLocationInfoDeserializer(item);
|
|
5396
|
-
});
|
|
5397
|
-
}
|
|
5398
|
-
function resourceSkuLocationInfoDeserializer(item) {
|
|
5399
|
-
return {
|
|
5400
|
-
location: item["location"],
|
|
5401
|
-
zones: !item["zones"] ? item["zones"] : item["zones"].map((p) => {
|
|
5402
|
-
return p;
|
|
5403
|
-
}),
|
|
5404
|
-
zoneDetails: !item["zoneDetails"] ? item["zoneDetails"] : resourceSkuZoneDetailsArrayDeserializer(item["zoneDetails"]),
|
|
5405
|
-
extendedLocations: !item["extendedLocations"] ? item["extendedLocations"] : item["extendedLocations"].map((p) => {
|
|
5406
|
-
return p;
|
|
5407
|
-
}),
|
|
5408
|
-
type: item["type"]
|
|
5409
|
-
};
|
|
5410
|
-
}
|
|
5411
|
-
function resourceSkuZoneDetailsArrayDeserializer(result) {
|
|
5412
|
-
return result.map((item) => {
|
|
5413
|
-
return resourceSkuZoneDetailsDeserializer(item);
|
|
5414
|
-
});
|
|
5415
|
-
}
|
|
5416
|
-
function resourceSkuZoneDetailsDeserializer(item) {
|
|
5417
|
-
return {
|
|
5418
|
-
name: !item["name"] ? item["name"] : item["name"].map((p) => {
|
|
5419
|
-
return p;
|
|
5420
|
-
}),
|
|
5421
|
-
capabilities: !item["capabilities"] ? item["capabilities"] : resourceSkuCapabilitiesArrayDeserializer(item["capabilities"])
|
|
5422
|
-
};
|
|
5423
|
-
}
|
|
5424
|
-
function resourceSkuCapabilitiesArrayDeserializer(result) {
|
|
5425
|
-
return result.map((item) => {
|
|
5426
|
-
return resourceSkuCapabilitiesDeserializer(item);
|
|
5427
|
-
});
|
|
5428
|
-
}
|
|
5429
|
-
function resourceSkuCapabilitiesDeserializer(item) {
|
|
5430
|
-
return {
|
|
5431
|
-
name: item["name"],
|
|
5432
|
-
value: item["value"]
|
|
5433
|
-
};
|
|
5434
|
-
}
|
|
5435
|
-
function resourceSkuCostsArrayDeserializer(result) {
|
|
5436
|
-
return result.map((item) => {
|
|
5437
|
-
return resourceSkuCostsDeserializer(item);
|
|
5438
|
-
});
|
|
5439
|
-
}
|
|
5440
|
-
function resourceSkuCostsDeserializer(item) {
|
|
5441
|
-
return {
|
|
5442
|
-
meterID: item["meterID"],
|
|
5443
|
-
quantity: item["quantity"],
|
|
5444
|
-
extendedUnit: item["extendedUnit"]
|
|
5445
|
-
};
|
|
5446
|
-
}
|
|
5447
|
-
function resourceSkuRestrictionsArrayDeserializer(result) {
|
|
5448
|
-
return result.map((item) => {
|
|
5449
|
-
return resourceSkuRestrictionsDeserializer(item);
|
|
5450
|
-
});
|
|
5451
|
-
}
|
|
5452
|
-
function resourceSkuRestrictionsDeserializer(item) {
|
|
5453
|
-
return {
|
|
5454
|
-
type: item["type"],
|
|
5455
|
-
values: !item["values"] ? item["values"] : item["values"].map((p) => {
|
|
5456
|
-
return p;
|
|
5457
|
-
}),
|
|
5458
|
-
restrictionInfo: !item["restrictionInfo"] ? item["restrictionInfo"] : resourceSkuRestrictionInfoDeserializer(item["restrictionInfo"]),
|
|
5459
|
-
reasonCode: item["reasonCode"]
|
|
5460
|
-
};
|
|
5461
|
-
}
|
|
5462
|
-
var KnownResourceSkuRestrictionsType = /* @__PURE__ */ ((KnownResourceSkuRestrictionsType2) => {
|
|
5463
|
-
KnownResourceSkuRestrictionsType2["Location"] = "Location";
|
|
5464
|
-
KnownResourceSkuRestrictionsType2["Zone"] = "Zone";
|
|
5465
|
-
return KnownResourceSkuRestrictionsType2;
|
|
5466
|
-
})(KnownResourceSkuRestrictionsType || {});
|
|
5467
|
-
function resourceSkuRestrictionInfoDeserializer(item) {
|
|
5468
|
-
return {
|
|
5469
|
-
locations: !item["locations"] ? item["locations"] : item["locations"].map((p) => {
|
|
5470
|
-
return p;
|
|
5471
|
-
}),
|
|
5472
|
-
zones: !item["zones"] ? item["zones"] : item["zones"].map((p) => {
|
|
5473
|
-
return p;
|
|
5474
|
-
})
|
|
5475
|
-
};
|
|
5476
|
-
}
|
|
5477
|
-
var KnownResourceSkuRestrictionsReasonCode = /* @__PURE__ */ ((KnownResourceSkuRestrictionsReasonCode2) => {
|
|
5478
|
-
KnownResourceSkuRestrictionsReasonCode2["QuotaId"] = "QuotaId";
|
|
5479
|
-
KnownResourceSkuRestrictionsReasonCode2["NotAvailableForSubscription"] = "NotAvailableForSubscription";
|
|
5480
|
-
return KnownResourceSkuRestrictionsReasonCode2;
|
|
5481
|
-
})(KnownResourceSkuRestrictionsReasonCode || {});
|
|
5482
3947
|
var KnownFormat = /* @__PURE__ */ ((KnownFormat2) => {
|
|
5483
3948
|
KnownFormat2["Azure"] = "azure";
|
|
5484
3949
|
KnownFormat2["Exec"] = "exec";
|
|
@@ -5487,7 +3952,8 @@ var KnownFormat = /* @__PURE__ */ ((KnownFormat2) => {
|
|
|
5487
3952
|
var KnownVersions = /* @__PURE__ */ ((KnownVersions2) => {
|
|
5488
3953
|
KnownVersions2["V20251001"] = "2025-10-01";
|
|
5489
3954
|
KnownVersions2["V20260101"] = "2026-01-01";
|
|
5490
|
-
KnownVersions2["
|
|
3955
|
+
KnownVersions2["V20260201"] = "2026-02-01";
|
|
3956
|
+
KnownVersions2["V20260301"] = "2026-03-01";
|
|
5491
3957
|
return KnownVersions2;
|
|
5492
3958
|
})(KnownVersions || {});
|
|
5493
3959
|
function _agentPoolPropertiesSerializer(item) {
|
|
@@ -5512,10 +3978,7 @@ function _agentPoolPropertiesSerializer(item) {
|
|
|
5512
3978
|
type: item["typePropertiesType"],
|
|
5513
3979
|
mode: item["mode"],
|
|
5514
3980
|
orchestratorVersion: item["orchestratorVersion"],
|
|
5515
|
-
upgradeStrategy: item["upgradeStrategy"],
|
|
5516
|
-
enableOSDiskFullCaching: item["enableOSDiskFullCaching"],
|
|
5517
3981
|
upgradeSettings: !item["upgradeSettings"] ? item["upgradeSettings"] : agentPoolUpgradeSettingsSerializer(item["upgradeSettings"]),
|
|
5518
|
-
upgradeSettingsBlueGreen: !item["upgradeSettingsBlueGreen"] ? item["upgradeSettingsBlueGreen"] : agentPoolBlueGreenUpgradeSettingsSerializer(item["upgradeSettingsBlueGreen"]),
|
|
5519
3982
|
powerState: !item["powerState"] ? item["powerState"] : powerStateSerializer(item["powerState"]),
|
|
5520
3983
|
availabilityZones: !item["availabilityZones"] ? item["availabilityZones"] : item["availabilityZones"].map((p) => {
|
|
5521
3984
|
return p;
|
|
@@ -5530,9 +3993,6 @@ function _agentPoolPropertiesSerializer(item) {
|
|
|
5530
3993
|
nodeTaints: !item["nodeTaints"] ? item["nodeTaints"] : item["nodeTaints"].map((p) => {
|
|
5531
3994
|
return p;
|
|
5532
3995
|
}),
|
|
5533
|
-
nodeInitializationTaints: !item["nodeInitializationTaints"] ? item["nodeInitializationTaints"] : item["nodeInitializationTaints"].map((p) => {
|
|
5534
|
-
return p;
|
|
5535
|
-
}),
|
|
5536
3996
|
proximityPlacementGroupID: item["proximityPlacementGroupID"],
|
|
5537
3997
|
kubeletConfig: !item["kubeletConfig"] ? item["kubeletConfig"] : kubeletConfigSerializer(item["kubeletConfig"]),
|
|
5538
3998
|
linuxOSConfig: !item["linuxOSConfig"] ? item["linuxOSConfig"] : linuxOSConfigSerializer(item["linuxOSConfig"]),
|
|
@@ -5552,8 +4012,7 @@ function _agentPoolPropertiesSerializer(item) {
|
|
|
5552
4012
|
virtualMachinesProfile: !item["virtualMachinesProfile"] ? item["virtualMachinesProfile"] : virtualMachinesProfileSerializer(item["virtualMachinesProfile"]),
|
|
5553
4013
|
virtualMachineNodesStatus: !item["virtualMachineNodesStatus"] ? item["virtualMachineNodesStatus"] : virtualMachineNodesArraySerializer(item["virtualMachineNodesStatus"]),
|
|
5554
4014
|
status: !item["status"] ? item["status"] : agentPoolStatusSerializer(item["status"]),
|
|
5555
|
-
localDNSProfile: !item["localDNSProfile"] ? item["localDNSProfile"] : localDNSProfileSerializer(item["localDNSProfile"])
|
|
5556
|
-
nodeCustomizationProfile: !item["nodeCustomizationProfile"] ? item["nodeCustomizationProfile"] : nodeCustomizationProfileSerializer(item["nodeCustomizationProfile"])
|
|
4015
|
+
localDNSProfile: !item["localDNSProfile"] ? item["localDNSProfile"] : localDNSProfileSerializer(item["localDNSProfile"])
|
|
5557
4016
|
};
|
|
5558
4017
|
}
|
|
5559
4018
|
function _agentPoolPropertiesDeserializer(item) {
|
|
@@ -5581,10 +4040,7 @@ function _agentPoolPropertiesDeserializer(item) {
|
|
|
5581
4040
|
orchestratorVersion: item["orchestratorVersion"],
|
|
5582
4041
|
currentOrchestratorVersion: item["currentOrchestratorVersion"],
|
|
5583
4042
|
nodeImageVersion: item["nodeImageVersion"],
|
|
5584
|
-
upgradeStrategy: item["upgradeStrategy"],
|
|
5585
|
-
enableOSDiskFullCaching: item["enableOSDiskFullCaching"],
|
|
5586
4043
|
upgradeSettings: !item["upgradeSettings"] ? item["upgradeSettings"] : agentPoolUpgradeSettingsDeserializer(item["upgradeSettings"]),
|
|
5587
|
-
upgradeSettingsBlueGreen: !item["upgradeSettingsBlueGreen"] ? item["upgradeSettingsBlueGreen"] : agentPoolBlueGreenUpgradeSettingsDeserializer(item["upgradeSettingsBlueGreen"]),
|
|
5588
4044
|
provisioningState: item["provisioningState"],
|
|
5589
4045
|
powerState: !item["powerState"] ? item["powerState"] : powerStateDeserializer(item["powerState"]),
|
|
5590
4046
|
availabilityZones: !item["availabilityZones"] ? item["availabilityZones"] : item["availabilityZones"].map((p) => {
|
|
@@ -5602,9 +4058,6 @@ function _agentPoolPropertiesDeserializer(item) {
|
|
|
5602
4058
|
nodeTaints: !item["nodeTaints"] ? item["nodeTaints"] : item["nodeTaints"].map((p) => {
|
|
5603
4059
|
return p;
|
|
5604
4060
|
}),
|
|
5605
|
-
nodeInitializationTaints: !item["nodeInitializationTaints"] ? item["nodeInitializationTaints"] : item["nodeInitializationTaints"].map((p) => {
|
|
5606
|
-
return p;
|
|
5607
|
-
}),
|
|
5608
4061
|
proximityPlacementGroupID: item["proximityPlacementGroupID"],
|
|
5609
4062
|
kubeletConfig: !item["kubeletConfig"] ? item["kubeletConfig"] : kubeletConfigDeserializer(item["kubeletConfig"]),
|
|
5610
4063
|
linuxOSConfig: !item["linuxOSConfig"] ? item["linuxOSConfig"] : linuxOSConfigDeserializer(item["linuxOSConfig"]),
|
|
@@ -5624,8 +4077,7 @@ function _agentPoolPropertiesDeserializer(item) {
|
|
|
5624
4077
|
virtualMachinesProfile: !item["virtualMachinesProfile"] ? item["virtualMachinesProfile"] : virtualMachinesProfileDeserializer(item["virtualMachinesProfile"]),
|
|
5625
4078
|
virtualMachineNodesStatus: !item["virtualMachineNodesStatus"] ? item["virtualMachineNodesStatus"] : virtualMachineNodesArrayDeserializer(item["virtualMachineNodesStatus"]),
|
|
5626
4079
|
status: !item["status"] ? item["status"] : agentPoolStatusDeserializer(item["status"]),
|
|
5627
|
-
localDNSProfile: !item["localDNSProfile"] ? item["localDNSProfile"] : localDNSProfileDeserializer(item["localDNSProfile"])
|
|
5628
|
-
nodeCustomizationProfile: !item["nodeCustomizationProfile"] ? item["nodeCustomizationProfile"] : nodeCustomizationProfileDeserializer(item["nodeCustomizationProfile"])
|
|
4080
|
+
localDNSProfile: !item["localDNSProfile"] ? item["localDNSProfile"] : localDNSProfileDeserializer(item["localDNSProfile"])
|
|
5629
4081
|
};
|
|
5630
4082
|
}
|
|
5631
4083
|
function _agentPoolAvailableVersionsPropertiesDeserializer(item) {
|
|
@@ -5640,14 +4092,11 @@ function _agentPoolUpgradeProfilePropertiesDeserializer(item) {
|
|
|
5640
4092
|
kubernetesVersion: item["kubernetesVersion"],
|
|
5641
4093
|
osType: item["osType"],
|
|
5642
4094
|
upgrades: !item["upgrades"] ? item["upgrades"] : agentPoolUpgradeProfilePropertiesUpgradesItemArrayDeserializer(item["upgrades"]),
|
|
5643
|
-
componentsByReleases: !item["componentsByReleases"] ? item["componentsByReleases"] : componentsByReleaseArrayDeserializer(item["componentsByReleases"]),
|
|
5644
|
-
recentlyUsedVersions: !item["recentlyUsedVersions"] ? item["recentlyUsedVersions"] : agentPoolRecentlyUsedVersionArrayDeserializer(item["recentlyUsedVersions"]),
|
|
5645
4095
|
latestNodeImageVersion: item["latestNodeImageVersion"]
|
|
5646
4096
|
};
|
|
5647
4097
|
}
|
|
5648
4098
|
function _managedClusterPropertiesSerializer(item) {
|
|
5649
4099
|
return {
|
|
5650
|
-
creationData: !item["creationData"] ? item["creationData"] : creationDataSerializer(item["creationData"]),
|
|
5651
4100
|
kubernetesVersion: item["kubernetesVersion"],
|
|
5652
4101
|
dnsPrefix: item["dnsPrefix"],
|
|
5653
4102
|
fqdnSubdomain: item["fqdnSubdomain"],
|
|
@@ -5662,7 +4111,6 @@ function _managedClusterPropertiesSerializer(item) {
|
|
|
5662
4111
|
nodeResourceGroupProfile: !item["nodeResourceGroupProfile"] ? item["nodeResourceGroupProfile"] : managedClusterNodeResourceGroupProfileSerializer(item["nodeResourceGroupProfile"]),
|
|
5663
4112
|
enableRBAC: item["enableRbac"],
|
|
5664
4113
|
supportPlan: item["supportPlan"],
|
|
5665
|
-
enableNamespaceResources: item["enableNamespaceResources"],
|
|
5666
4114
|
networkProfile: !item["networkProfile"] ? item["networkProfile"] : containerServiceNetworkProfileSerializer(item["networkProfile"]),
|
|
5667
4115
|
aadProfile: !item["aadProfile"] ? item["aadProfile"] : managedClusterAADProfileSerializer(item["aadProfile"]),
|
|
5668
4116
|
autoUpgradeProfile: !item["autoUpgradeProfile"] ? item["autoUpgradeProfile"] : managedClusterAutoUpgradeProfileSerializer(item["autoUpgradeProfile"]),
|
|
@@ -5685,9 +4133,7 @@ function _managedClusterPropertiesSerializer(item) {
|
|
|
5685
4133
|
nodeProvisioningProfile: !item["nodeProvisioningProfile"] ? item["nodeProvisioningProfile"] : managedClusterNodeProvisioningProfileSerializer(item["nodeProvisioningProfile"]),
|
|
5686
4134
|
bootstrapProfile: !item["bootstrapProfile"] ? item["bootstrapProfile"] : managedClusterBootstrapProfileSerializer(item["bootstrapProfile"]),
|
|
5687
4135
|
aiToolchainOperatorProfile: !item["aiToolchainOperatorProfile"] ? item["aiToolchainOperatorProfile"] : managedClusterAIToolchainOperatorProfileSerializer(item["aiToolchainOperatorProfile"]),
|
|
5688
|
-
schedulerProfile: !item["schedulerProfile"] ? item["schedulerProfile"] : schedulerProfileSerializer(item["schedulerProfile"]),
|
|
5689
4136
|
hostedSystemProfile: !item["hostedSystemProfile"] ? item["hostedSystemProfile"] : managedClusterHostedSystemProfileSerializer(item["hostedSystemProfile"]),
|
|
5690
|
-
healthMonitorProfile: !item["healthMonitorProfile"] ? item["healthMonitorProfile"] : managedClusterHealthMonitorProfileSerializer(item["healthMonitorProfile"]),
|
|
5691
4137
|
status: !item["status"] ? item["status"] : managedClusterStatusSerializer(item["status"])
|
|
5692
4138
|
};
|
|
5693
4139
|
}
|
|
@@ -5695,7 +4141,6 @@ function _managedClusterPropertiesDeserializer(item) {
|
|
|
5695
4141
|
return {
|
|
5696
4142
|
provisioningState: item["provisioningState"],
|
|
5697
4143
|
powerState: !item["powerState"] ? item["powerState"] : powerStateDeserializer(item["powerState"]),
|
|
5698
|
-
creationData: !item["creationData"] ? item["creationData"] : creationDataDeserializer(item["creationData"]),
|
|
5699
4144
|
maxAgentPools: item["maxAgentPools"],
|
|
5700
4145
|
kubernetesVersion: item["kubernetesVersion"],
|
|
5701
4146
|
currentKubernetesVersion: item["currentKubernetesVersion"],
|
|
@@ -5715,7 +4160,6 @@ function _managedClusterPropertiesDeserializer(item) {
|
|
|
5715
4160
|
nodeResourceGroupProfile: !item["nodeResourceGroupProfile"] ? item["nodeResourceGroupProfile"] : managedClusterNodeResourceGroupProfileDeserializer(item["nodeResourceGroupProfile"]),
|
|
5716
4161
|
enableRbac: item["enableRBAC"],
|
|
5717
4162
|
supportPlan: item["supportPlan"],
|
|
5718
|
-
enableNamespaceResources: item["enableNamespaceResources"],
|
|
5719
4163
|
networkProfile: !item["networkProfile"] ? item["networkProfile"] : containerServiceNetworkProfileDeserializer(item["networkProfile"]),
|
|
5720
4164
|
aadProfile: !item["aadProfile"] ? item["aadProfile"] : managedClusterAADProfileDeserializer(item["aadProfile"]),
|
|
5721
4165
|
autoUpgradeProfile: !item["autoUpgradeProfile"] ? item["autoUpgradeProfile"] : managedClusterAutoUpgradeProfileDeserializer(item["autoUpgradeProfile"]),
|
|
@@ -5739,9 +4183,7 @@ function _managedClusterPropertiesDeserializer(item) {
|
|
|
5739
4183
|
nodeProvisioningProfile: !item["nodeProvisioningProfile"] ? item["nodeProvisioningProfile"] : managedClusterNodeProvisioningProfileDeserializer(item["nodeProvisioningProfile"]),
|
|
5740
4184
|
bootstrapProfile: !item["bootstrapProfile"] ? item["bootstrapProfile"] : managedClusterBootstrapProfileDeserializer(item["bootstrapProfile"]),
|
|
5741
4185
|
aiToolchainOperatorProfile: !item["aiToolchainOperatorProfile"] ? item["aiToolchainOperatorProfile"] : managedClusterAIToolchainOperatorProfileDeserializer(item["aiToolchainOperatorProfile"]),
|
|
5742
|
-
schedulerProfile: !item["schedulerProfile"] ? item["schedulerProfile"] : schedulerProfileDeserializer(item["schedulerProfile"]),
|
|
5743
4186
|
hostedSystemProfile: !item["hostedSystemProfile"] ? item["hostedSystemProfile"] : managedClusterHostedSystemProfileDeserializer(item["hostedSystemProfile"]),
|
|
5744
|
-
healthMonitorProfile: !item["healthMonitorProfile"] ? item["healthMonitorProfile"] : managedClusterHealthMonitorProfileDeserializer(item["healthMonitorProfile"]),
|
|
5745
4187
|
status: !item["status"] ? item["status"] : managedClusterStatusDeserializer(item["status"])
|
|
5746
4188
|
};
|
|
5747
4189
|
}
|
|
@@ -5811,19 +4253,6 @@ function _snapshotPropertiesDeserializer(item) {
|
|
|
5811
4253
|
enableFips: item["enableFIPS"]
|
|
5812
4254
|
};
|
|
5813
4255
|
}
|
|
5814
|
-
function _managedClusterSnapshotPropertiesSerializer(item) {
|
|
5815
|
-
return {
|
|
5816
|
-
creationData: !item["creationData"] ? item["creationData"] : creationDataSerializer(item["creationData"]),
|
|
5817
|
-
snapshotType: item["snapshotType"]
|
|
5818
|
-
};
|
|
5819
|
-
}
|
|
5820
|
-
function _managedClusterSnapshotPropertiesDeserializer(item) {
|
|
5821
|
-
return {
|
|
5822
|
-
creationData: !item["creationData"] ? item["creationData"] : creationDataDeserializer(item["creationData"]),
|
|
5823
|
-
snapshotType: item["snapshotType"],
|
|
5824
|
-
managedClusterPropertiesReadOnly: !item["managedClusterPropertiesReadOnly"] ? item["managedClusterPropertiesReadOnly"] : managedClusterPropertiesForSnapshotDeserializer(item["managedClusterPropertiesReadOnly"])
|
|
5825
|
-
};
|
|
5826
|
-
}
|
|
5827
4256
|
function _trustedAccessRoleBindingPropertiesSerializer(item) {
|
|
5828
4257
|
return {
|
|
5829
4258
|
sourceResourceId: item["sourceResourceId"],
|
|
@@ -5841,25 +4270,6 @@ function _trustedAccessRoleBindingPropertiesDeserializer(item) {
|
|
|
5841
4270
|
})
|
|
5842
4271
|
};
|
|
5843
4272
|
}
|
|
5844
|
-
function _loadBalancerPropertiesSerializer(item) {
|
|
5845
|
-
return {
|
|
5846
|
-
primaryAgentPoolName: item["primaryAgentPoolName"],
|
|
5847
|
-
allowServicePlacement: item["allowServicePlacement"],
|
|
5848
|
-
serviceLabelSelector: !item["serviceLabelSelector"] ? item["serviceLabelSelector"] : labelSelectorSerializer(item["serviceLabelSelector"]),
|
|
5849
|
-
serviceNamespaceSelector: !item["serviceNamespaceSelector"] ? item["serviceNamespaceSelector"] : labelSelectorSerializer(item["serviceNamespaceSelector"]),
|
|
5850
|
-
nodeSelector: !item["nodeSelector"] ? item["nodeSelector"] : labelSelectorSerializer(item["nodeSelector"])
|
|
5851
|
-
};
|
|
5852
|
-
}
|
|
5853
|
-
function _loadBalancerPropertiesDeserializer(item) {
|
|
5854
|
-
return {
|
|
5855
|
-
primaryAgentPoolName: item["primaryAgentPoolName"],
|
|
5856
|
-
allowServicePlacement: item["allowServicePlacement"],
|
|
5857
|
-
serviceLabelSelector: !item["serviceLabelSelector"] ? item["serviceLabelSelector"] : labelSelectorDeserializer(item["serviceLabelSelector"]),
|
|
5858
|
-
serviceNamespaceSelector: !item["serviceNamespaceSelector"] ? item["serviceNamespaceSelector"] : labelSelectorDeserializer(item["serviceNamespaceSelector"]),
|
|
5859
|
-
nodeSelector: !item["nodeSelector"] ? item["nodeSelector"] : labelSelectorDeserializer(item["nodeSelector"]),
|
|
5860
|
-
provisioningState: item["provisioningState"]
|
|
5861
|
-
};
|
|
5862
|
-
}
|
|
5863
4273
|
function _operationValueDisplayDeserializer(item) {
|
|
5864
4274
|
return {
|
|
5865
4275
|
operation: item["operation"],
|
|
@@ -5871,7 +4281,6 @@ function _operationValueDisplayDeserializer(item) {
|
|
|
5871
4281
|
// Annotate the CommonJS export names for ESM import in node:
|
|
5872
4282
|
0 && (module.exports = {
|
|
5873
4283
|
KnownAccelerationMode,
|
|
5874
|
-
KnownAddonAutoscaling,
|
|
5875
4284
|
KnownAdoptionPolicy,
|
|
5876
4285
|
KnownAdvancedNetworkPolicies,
|
|
5877
4286
|
KnownAgentPoolMode,
|
|
@@ -5879,27 +4288,18 @@ function _operationValueDisplayDeserializer(item) {
|
|
|
5879
4288
|
KnownAgentPoolType,
|
|
5880
4289
|
KnownArtifactSource,
|
|
5881
4290
|
KnownBackendPoolType,
|
|
5882
|
-
KnownClusterServiceLoadBalancerHealthProbeMode,
|
|
5883
4291
|
KnownCode,
|
|
5884
4292
|
KnownConnectionStatus,
|
|
5885
|
-
KnownContainerNetworkLogs,
|
|
5886
4293
|
KnownCreatedByType,
|
|
5887
4294
|
KnownDeletePolicy,
|
|
5888
|
-
KnownDriftAction,
|
|
5889
|
-
KnownDriverType,
|
|
5890
4295
|
KnownExpander,
|
|
5891
4296
|
KnownExtendedLocationTypes,
|
|
5892
4297
|
KnownFormat,
|
|
5893
4298
|
KnownGPUDriver,
|
|
5894
4299
|
KnownGPUInstanceProfile,
|
|
5895
4300
|
KnownGatewayAPIIstioEnabled,
|
|
5896
|
-
KnownGuardrailsSupport,
|
|
5897
|
-
KnownIdentityBindingProvisioningState,
|
|
5898
|
-
KnownInfrastructureEncryption,
|
|
5899
4301
|
KnownIpFamily,
|
|
5900
|
-
KnownIpvsScheduler,
|
|
5901
4302
|
KnownIstioIngressGatewayMode,
|
|
5902
|
-
KnownJWTAuthenticatorProvisioningState,
|
|
5903
4303
|
KnownKeyVaultNetworkAccessTypes,
|
|
5904
4304
|
KnownKubeletDiskType,
|
|
5905
4305
|
KnownKubernetesSupportPlan,
|
|
@@ -5916,10 +4316,6 @@ function _operationValueDisplayDeserializer(item) {
|
|
|
5916
4316
|
KnownManagedClusterSKUName,
|
|
5917
4317
|
KnownManagedClusterSKUTier,
|
|
5918
4318
|
KnownManagedGatewayType,
|
|
5919
|
-
KnownManagementMode,
|
|
5920
|
-
KnownMeshMembershipProvisioningState,
|
|
5921
|
-
KnownMigStrategy,
|
|
5922
|
-
KnownMode,
|
|
5923
4319
|
KnownNamespaceProvisioningState,
|
|
5924
4320
|
KnownNetworkDataplane,
|
|
5925
4321
|
KnownNetworkMode,
|
|
@@ -5932,27 +4328,19 @@ function _operationValueDisplayDeserializer(item) {
|
|
|
5932
4328
|
KnownNodeProvisioningMode,
|
|
5933
4329
|
KnownOSDiskType,
|
|
5934
4330
|
KnownOSType,
|
|
5935
|
-
KnownOperator,
|
|
5936
4331
|
KnownOssku,
|
|
5937
4332
|
KnownOutboundType,
|
|
5938
4333
|
KnownPodIPAllocationMode,
|
|
5939
|
-
KnownPodLinkLocalAccess,
|
|
5940
4334
|
KnownPolicyRule,
|
|
5941
4335
|
KnownPrivateEndpointConnectionProvisioningState,
|
|
5942
4336
|
KnownProtocol,
|
|
5943
4337
|
KnownProxyRedirectionMechanism,
|
|
5944
4338
|
KnownPublicNetworkAccess,
|
|
5945
4339
|
KnownResourceIdentityType,
|
|
5946
|
-
KnownResourceSkuCapacityScaleType,
|
|
5947
|
-
KnownResourceSkuRestrictionsReasonCode,
|
|
5948
|
-
KnownResourceSkuRestrictionsType,
|
|
5949
4340
|
KnownRestrictionLevel,
|
|
5950
|
-
KnownSafeguardsSupport,
|
|
5951
4341
|
KnownScaleDownMode,
|
|
5952
4342
|
KnownScaleSetEvictionPolicy,
|
|
5953
4343
|
KnownScaleSetPriority,
|
|
5954
|
-
KnownSchedulerConfigMode,
|
|
5955
|
-
KnownSeccompDefault,
|
|
5956
4344
|
KnownServiceMeshMode,
|
|
5957
4345
|
KnownSnapshotType,
|
|
5958
4346
|
KnownTransitEncryptionType,
|
|
@@ -5960,9 +4348,7 @@ function _operationValueDisplayDeserializer(item) {
|
|
|
5960
4348
|
KnownType,
|
|
5961
4349
|
KnownUndrainableNodeBehavior,
|
|
5962
4350
|
KnownUpgradeChannel,
|
|
5963
|
-
KnownUpgradeStrategy,
|
|
5964
4351
|
KnownVersions,
|
|
5965
|
-
KnownVmState,
|
|
5966
4352
|
KnownWeekDay,
|
|
5967
4353
|
KnownWorkloadRuntime,
|
|
5968
4354
|
_agentPoolAvailableVersionsPropertiesDeserializer,
|
|
@@ -5970,41 +4356,24 @@ function _operationValueDisplayDeserializer(item) {
|
|
|
5970
4356
|
_agentPoolPropertiesDeserializer,
|
|
5971
4357
|
_agentPoolPropertiesSerializer,
|
|
5972
4358
|
_agentPoolUpgradeProfilePropertiesDeserializer,
|
|
5973
|
-
_guardrailsAvailableVersionsListDeserializer,
|
|
5974
|
-
_identityBindingListResultDeserializer,
|
|
5975
|
-
_jwtAuthenticatorListResultDeserializer,
|
|
5976
|
-
_loadBalancerListResultDeserializer,
|
|
5977
|
-
_loadBalancerPropertiesDeserializer,
|
|
5978
|
-
_loadBalancerPropertiesSerializer,
|
|
5979
4359
|
_machineListResultDeserializer,
|
|
5980
4360
|
_maintenanceConfigurationListResultDeserializer,
|
|
5981
4361
|
_maintenanceConfigurationPropertiesDeserializer,
|
|
5982
4362
|
_maintenanceConfigurationPropertiesSerializer,
|
|
5983
4363
|
_managedClusterAccessProfilePropertiesDeserializer,
|
|
5984
4364
|
_managedClusterListResultDeserializer,
|
|
5985
|
-
_managedClusterNATGatewayProfileOutboundIPsDeserializer,
|
|
5986
|
-
_managedClusterNATGatewayProfileOutboundIPsSerializer,
|
|
5987
|
-
_managedClusterNATGatewayProfileOutboundIpPrefixesDeserializer,
|
|
5988
|
-
_managedClusterNATGatewayProfileOutboundIpPrefixesSerializer,
|
|
5989
4365
|
_managedClusterPropertiesDeserializer,
|
|
5990
4366
|
_managedClusterPropertiesSerializer,
|
|
5991
|
-
_managedClusterSnapshotListResultDeserializer,
|
|
5992
|
-
_managedClusterSnapshotPropertiesDeserializer,
|
|
5993
|
-
_managedClusterSnapshotPropertiesSerializer,
|
|
5994
4367
|
_managedClusterUpgradeProfilePropertiesDeserializer,
|
|
5995
4368
|
_managedNamespaceListResultDeserializer,
|
|
5996
|
-
_meshMembershipsListResultDeserializer,
|
|
5997
4369
|
_meshRevisionProfileListDeserializer,
|
|
5998
4370
|
_meshUpgradeProfileListDeserializer,
|
|
5999
|
-
_nodeImageVersionsListResultDeserializer,
|
|
6000
4371
|
_operationListResultDeserializer,
|
|
6001
|
-
_operationStatusResultListDeserializer,
|
|
6002
4372
|
_operationValueDisplayDeserializer,
|
|
6003
4373
|
_outboundEnvironmentEndpointCollectionDeserializer,
|
|
6004
4374
|
_privateEndpointConnectionPropertiesDeserializer,
|
|
6005
4375
|
_privateEndpointConnectionPropertiesSerializer,
|
|
6006
4376
|
_runCommandResultPropertiesDeserializer,
|
|
6007
|
-
_safeguardsAvailableVersionsListDeserializer,
|
|
6008
4377
|
_snapshotListResultDeserializer,
|
|
6009
4378
|
_snapshotPropertiesDeserializer,
|
|
6010
4379
|
_snapshotPropertiesSerializer,
|
|
@@ -6012,7 +4381,6 @@ function _operationValueDisplayDeserializer(item) {
|
|
|
6012
4381
|
_trustedAccessRoleBindingPropertiesDeserializer,
|
|
6013
4382
|
_trustedAccessRoleBindingPropertiesSerializer,
|
|
6014
4383
|
_trustedAccessRoleListResultDeserializer,
|
|
6015
|
-
_vmSkusListResultDeserializer,
|
|
6016
4384
|
absoluteMonthlyScheduleDeserializer,
|
|
6017
4385
|
absoluteMonthlyScheduleSerializer,
|
|
6018
4386
|
accessProfileDeserializer,
|
|
@@ -6034,16 +4402,12 @@ function _operationValueDisplayDeserializer(item) {
|
|
|
6034
4402
|
agentPoolAvailableVersionsPropertiesAgentPoolVersionsItemArrayDeserializer,
|
|
6035
4403
|
agentPoolAvailableVersionsPropertiesAgentPoolVersionsItemDeserializer,
|
|
6036
4404
|
agentPoolAvailableVersionsPropertiesDeserializer,
|
|
6037
|
-
agentPoolBlueGreenUpgradeSettingsDeserializer,
|
|
6038
|
-
agentPoolBlueGreenUpgradeSettingsSerializer,
|
|
6039
4405
|
agentPoolDeleteMachinesParameterSerializer,
|
|
6040
4406
|
agentPoolDeserializer,
|
|
6041
4407
|
agentPoolGatewayProfileDeserializer,
|
|
6042
4408
|
agentPoolGatewayProfileSerializer,
|
|
6043
4409
|
agentPoolNetworkProfileDeserializer,
|
|
6044
4410
|
agentPoolNetworkProfileSerializer,
|
|
6045
|
-
agentPoolRecentlyUsedVersionArrayDeserializer,
|
|
6046
|
-
agentPoolRecentlyUsedVersionDeserializer,
|
|
6047
4411
|
agentPoolSecurityProfileDeserializer,
|
|
6048
4412
|
agentPoolSecurityProfileSerializer,
|
|
6049
4413
|
agentPoolSerializer,
|
|
@@ -6057,8 +4421,6 @@ function _operationValueDisplayDeserializer(item) {
|
|
|
6057
4421
|
agentPoolUpgradeSettingsSerializer,
|
|
6058
4422
|
agentPoolWindowsProfileDeserializer,
|
|
6059
4423
|
agentPoolWindowsProfileSerializer,
|
|
6060
|
-
autoScaleProfileDeserializer,
|
|
6061
|
-
autoScaleProfileSerializer,
|
|
6062
4424
|
azureKeyVaultKmsDeserializer,
|
|
6063
4425
|
azureKeyVaultKmsSerializer,
|
|
6064
4426
|
clusterUpgradeSettingsDeserializer,
|
|
@@ -6066,17 +4428,9 @@ function _operationValueDisplayDeserializer(item) {
|
|
|
6066
4428
|
commandResultPropertiesDeserializer,
|
|
6067
4429
|
compatibleVersionsArrayDeserializer,
|
|
6068
4430
|
compatibleVersionsDeserializer,
|
|
6069
|
-
componentArrayDeserializer,
|
|
6070
|
-
componentDeserializer,
|
|
6071
|
-
componentsByReleaseArrayDeserializer,
|
|
6072
|
-
componentsByReleaseDeserializer,
|
|
6073
4431
|
containerServiceLinuxProfileDeserializer,
|
|
6074
4432
|
containerServiceLinuxProfileSerializer,
|
|
6075
4433
|
containerServiceNetworkProfileDeserializer,
|
|
6076
|
-
containerServiceNetworkProfileKubeProxyConfigDeserializer,
|
|
6077
|
-
containerServiceNetworkProfileKubeProxyConfigIpvsConfigDeserializer,
|
|
6078
|
-
containerServiceNetworkProfileKubeProxyConfigIpvsConfigSerializer,
|
|
6079
|
-
containerServiceNetworkProfileKubeProxyConfigSerializer,
|
|
6080
4434
|
containerServiceNetworkProfileSerializer,
|
|
6081
4435
|
containerServiceSshConfigurationDeserializer,
|
|
6082
4436
|
containerServiceSshConfigurationSerializer,
|
|
@@ -6112,18 +4466,6 @@ function _operationValueDisplayDeserializer(item) {
|
|
|
6112
4466
|
extendedLocationSerializer,
|
|
6113
4467
|
gpuProfileDeserializer,
|
|
6114
4468
|
gpuProfileSerializer,
|
|
6115
|
-
guardrailsAvailableVersionArrayDeserializer,
|
|
6116
|
-
guardrailsAvailableVersionDeserializer,
|
|
6117
|
-
guardrailsAvailableVersionsPropertiesDeserializer,
|
|
6118
|
-
identityBindingArrayDeserializer,
|
|
6119
|
-
identityBindingArraySerializer,
|
|
6120
|
-
identityBindingDeserializer,
|
|
6121
|
-
identityBindingManagedIdentityProfileDeserializer,
|
|
6122
|
-
identityBindingManagedIdentityProfileSerializer,
|
|
6123
|
-
identityBindingOidcIssuerProfileDeserializer,
|
|
6124
|
-
identityBindingPropertiesDeserializer,
|
|
6125
|
-
identityBindingPropertiesSerializer,
|
|
6126
|
-
identityBindingSerializer,
|
|
6127
4469
|
ipTagArrayDeserializer,
|
|
6128
4470
|
ipTagArraySerializer,
|
|
6129
4471
|
ipTagDeserializer,
|
|
@@ -6144,50 +4486,16 @@ function _operationValueDisplayDeserializer(item) {
|
|
|
6144
4486
|
istioPluginCertificateAuthoritySerializer,
|
|
6145
4487
|
istioServiceMeshDeserializer,
|
|
6146
4488
|
istioServiceMeshSerializer,
|
|
6147
|
-
jwtAuthenticatorArrayDeserializer,
|
|
6148
|
-
jwtAuthenticatorArraySerializer,
|
|
6149
|
-
jwtAuthenticatorClaimMappingExpressionDeserializer,
|
|
6150
|
-
jwtAuthenticatorClaimMappingExpressionSerializer,
|
|
6151
|
-
jwtAuthenticatorClaimMappingsDeserializer,
|
|
6152
|
-
jwtAuthenticatorClaimMappingsSerializer,
|
|
6153
|
-
jwtAuthenticatorDeserializer,
|
|
6154
|
-
jwtAuthenticatorExtraClaimMappingExpressionArrayDeserializer,
|
|
6155
|
-
jwtAuthenticatorExtraClaimMappingExpressionArraySerializer,
|
|
6156
|
-
jwtAuthenticatorExtraClaimMappingExpressionDeserializer,
|
|
6157
|
-
jwtAuthenticatorExtraClaimMappingExpressionSerializer,
|
|
6158
|
-
jwtAuthenticatorIssuerDeserializer,
|
|
6159
|
-
jwtAuthenticatorIssuerSerializer,
|
|
6160
|
-
jwtAuthenticatorPropertiesDeserializer,
|
|
6161
|
-
jwtAuthenticatorPropertiesSerializer,
|
|
6162
|
-
jwtAuthenticatorSerializer,
|
|
6163
|
-
jwtAuthenticatorValidationRuleArrayDeserializer,
|
|
6164
|
-
jwtAuthenticatorValidationRuleArraySerializer,
|
|
6165
|
-
jwtAuthenticatorValidationRuleDeserializer,
|
|
6166
|
-
jwtAuthenticatorValidationRuleSerializer,
|
|
6167
4489
|
kubeletConfigDeserializer,
|
|
6168
4490
|
kubeletConfigSerializer,
|
|
6169
4491
|
kubernetesPatchVersionDeserializer,
|
|
6170
4492
|
kubernetesPatchVersionRecordDeserializer,
|
|
6171
|
-
kubernetesResourceObjectEncryptionProfileDeserializer,
|
|
6172
|
-
kubernetesResourceObjectEncryptionProfileSerializer,
|
|
6173
4493
|
kubernetesVersionArrayDeserializer,
|
|
6174
4494
|
kubernetesVersionCapabilitiesDeserializer,
|
|
6175
4495
|
kubernetesVersionDeserializer,
|
|
6176
4496
|
kubernetesVersionListResultDeserializer,
|
|
6177
|
-
labelSelectorDeserializer,
|
|
6178
|
-
labelSelectorRequirementArrayDeserializer,
|
|
6179
|
-
labelSelectorRequirementArraySerializer,
|
|
6180
|
-
labelSelectorRequirementDeserializer,
|
|
6181
|
-
labelSelectorRequirementSerializer,
|
|
6182
|
-
labelSelectorSerializer,
|
|
6183
4497
|
linuxOSConfigDeserializer,
|
|
6184
4498
|
linuxOSConfigSerializer,
|
|
6185
|
-
loadBalancerArrayDeserializer,
|
|
6186
|
-
loadBalancerArraySerializer,
|
|
6187
|
-
loadBalancerDeserializer,
|
|
6188
|
-
loadBalancerPropertiesDeserializer,
|
|
6189
|
-
loadBalancerPropertiesSerializer,
|
|
6190
|
-
loadBalancerSerializer,
|
|
6191
4499
|
localDNSOverrideDeserializer,
|
|
6192
4500
|
localDNSOverrideRecordDeserializer,
|
|
6193
4501
|
localDNSOverrideRecordSerializer,
|
|
@@ -6195,27 +4503,11 @@ function _operationValueDisplayDeserializer(item) {
|
|
|
6195
4503
|
localDNSProfileDeserializer,
|
|
6196
4504
|
localDNSProfileSerializer,
|
|
6197
4505
|
machineArrayDeserializer,
|
|
6198
|
-
machineArraySerializer,
|
|
6199
|
-
machineBillingProfileDeserializer,
|
|
6200
|
-
machineBillingProfileSerializer,
|
|
6201
4506
|
machineDeserializer,
|
|
6202
|
-
machineHardwareProfileDeserializer,
|
|
6203
|
-
machineHardwareProfileSerializer,
|
|
6204
4507
|
machineIpAddressArrayDeserializer,
|
|
6205
4508
|
machineIpAddressDeserializer,
|
|
6206
|
-
machineKubernetesProfileDeserializer,
|
|
6207
|
-
machineKubernetesProfileSerializer,
|
|
6208
4509
|
machineNetworkPropertiesDeserializer,
|
|
6209
|
-
machineOSProfileDeserializer,
|
|
6210
|
-
machineOSProfileLinuxProfileDeserializer,
|
|
6211
|
-
machineOSProfileLinuxProfileSerializer,
|
|
6212
|
-
machineOSProfileSerializer,
|
|
6213
4510
|
machinePropertiesDeserializer,
|
|
6214
|
-
machinePropertiesSerializer,
|
|
6215
|
-
machineSecurityProfileDeserializer,
|
|
6216
|
-
machineSecurityProfileSerializer,
|
|
6217
|
-
machineSerializer,
|
|
6218
|
-
machineStatusDeserializer,
|
|
6219
4511
|
maintenanceConfigurationArrayDeserializer,
|
|
6220
4512
|
maintenanceConfigurationArraySerializer,
|
|
6221
4513
|
maintenanceConfigurationDeserializer,
|
|
@@ -6251,13 +4543,7 @@ function _operationValueDisplayDeserializer(item) {
|
|
|
6251
4543
|
managedClusterAzureMonitorProfileAppMonitoringAutoInstrumentationDeserializer,
|
|
6252
4544
|
managedClusterAzureMonitorProfileAppMonitoringAutoInstrumentationSerializer,
|
|
6253
4545
|
managedClusterAzureMonitorProfileAppMonitoringDeserializer,
|
|
6254
|
-
managedClusterAzureMonitorProfileAppMonitoringOpenTelemetryLogsDeserializer,
|
|
6255
|
-
managedClusterAzureMonitorProfileAppMonitoringOpenTelemetryLogsSerializer,
|
|
6256
|
-
managedClusterAzureMonitorProfileAppMonitoringOpenTelemetryMetricsDeserializer,
|
|
6257
|
-
managedClusterAzureMonitorProfileAppMonitoringOpenTelemetryMetricsSerializer,
|
|
6258
4546
|
managedClusterAzureMonitorProfileAppMonitoringSerializer,
|
|
6259
|
-
managedClusterAzureMonitorProfileContainerInsightsDeserializer,
|
|
6260
|
-
managedClusterAzureMonitorProfileContainerInsightsSerializer,
|
|
6261
4547
|
managedClusterAzureMonitorProfileDeserializer,
|
|
6262
4548
|
managedClusterAzureMonitorProfileKubeStateMetricsDeserializer,
|
|
6263
4549
|
managedClusterAzureMonitorProfileKubeStateMetricsSerializer,
|
|
@@ -6269,18 +4555,12 @@ function _operationValueDisplayDeserializer(item) {
|
|
|
6269
4555
|
managedClusterCostAnalysisDeserializer,
|
|
6270
4556
|
managedClusterCostAnalysisSerializer,
|
|
6271
4557
|
managedClusterDeserializer,
|
|
6272
|
-
managedClusterHealthMonitorProfileDeserializer,
|
|
6273
|
-
managedClusterHealthMonitorProfileSerializer,
|
|
6274
4558
|
managedClusterHostedSystemProfileDeserializer,
|
|
6275
4559
|
managedClusterHostedSystemProfileSerializer,
|
|
6276
4560
|
managedClusterHttpProxyConfigDeserializer,
|
|
6277
4561
|
managedClusterHttpProxyConfigSerializer,
|
|
6278
4562
|
managedClusterIdentityDeserializer,
|
|
6279
4563
|
managedClusterIdentitySerializer,
|
|
6280
|
-
managedClusterIngressDefaultDomainProfileDeserializer,
|
|
6281
|
-
managedClusterIngressDefaultDomainProfileSerializer,
|
|
6282
|
-
managedClusterIngressProfileApplicationLoadBalancerDeserializer,
|
|
6283
|
-
managedClusterIngressProfileApplicationLoadBalancerSerializer,
|
|
6284
4564
|
managedClusterIngressProfileDeserializer,
|
|
6285
4565
|
managedClusterIngressProfileGatewayConfigurationDeserializer,
|
|
6286
4566
|
managedClusterIngressProfileGatewayConfigurationSerializer,
|
|
@@ -6330,39 +4610,22 @@ function _operationValueDisplayDeserializer(item) {
|
|
|
6330
4610
|
managedClusterPropertiesAutoScalerProfileDeserializer,
|
|
6331
4611
|
managedClusterPropertiesAutoScalerProfileSerializer,
|
|
6332
4612
|
managedClusterPropertiesDeserializer,
|
|
6333
|
-
managedClusterPropertiesForSnapshotDeserializer,
|
|
6334
4613
|
managedClusterPropertiesSerializer,
|
|
6335
4614
|
managedClusterSKUDeserializer,
|
|
6336
4615
|
managedClusterSKUSerializer,
|
|
6337
4616
|
managedClusterSecurityProfileDefenderDeserializer,
|
|
6338
|
-
managedClusterSecurityProfileDefenderSecurityGatingDeserializer,
|
|
6339
|
-
managedClusterSecurityProfileDefenderSecurityGatingIdentitiesItemArrayDeserializer,
|
|
6340
|
-
managedClusterSecurityProfileDefenderSecurityGatingIdentitiesItemArraySerializer,
|
|
6341
|
-
managedClusterSecurityProfileDefenderSecurityGatingIdentitiesItemDeserializer,
|
|
6342
|
-
managedClusterSecurityProfileDefenderSecurityGatingIdentitiesItemSerializer,
|
|
6343
|
-
managedClusterSecurityProfileDefenderSecurityGatingSerializer,
|
|
6344
4617
|
managedClusterSecurityProfileDefenderSecurityMonitoringDeserializer,
|
|
6345
4618
|
managedClusterSecurityProfileDefenderSecurityMonitoringSerializer,
|
|
6346
4619
|
managedClusterSecurityProfileDefenderSerializer,
|
|
6347
4620
|
managedClusterSecurityProfileDeserializer,
|
|
6348
4621
|
managedClusterSecurityProfileImageCleanerDeserializer,
|
|
6349
4622
|
managedClusterSecurityProfileImageCleanerSerializer,
|
|
6350
|
-
managedClusterSecurityProfileImageIntegrityDeserializer,
|
|
6351
|
-
managedClusterSecurityProfileImageIntegritySerializer,
|
|
6352
|
-
managedClusterSecurityProfileNodeRestrictionDeserializer,
|
|
6353
|
-
managedClusterSecurityProfileNodeRestrictionSerializer,
|
|
6354
4623
|
managedClusterSecurityProfileSerializer,
|
|
6355
4624
|
managedClusterSecurityProfileWorkloadIdentityDeserializer,
|
|
6356
4625
|
managedClusterSecurityProfileWorkloadIdentitySerializer,
|
|
6357
4626
|
managedClusterSerializer,
|
|
6358
4627
|
managedClusterServicePrincipalProfileDeserializer,
|
|
6359
4628
|
managedClusterServicePrincipalProfileSerializer,
|
|
6360
|
-
managedClusterSnapshotArrayDeserializer,
|
|
6361
|
-
managedClusterSnapshotArraySerializer,
|
|
6362
|
-
managedClusterSnapshotDeserializer,
|
|
6363
|
-
managedClusterSnapshotPropertiesDeserializer,
|
|
6364
|
-
managedClusterSnapshotPropertiesSerializer,
|
|
6365
|
-
managedClusterSnapshotSerializer,
|
|
6366
4629
|
managedClusterStaticEgressGatewayProfileDeserializer,
|
|
6367
4630
|
managedClusterStaticEgressGatewayProfileSerializer,
|
|
6368
4631
|
managedClusterStatusDeserializer,
|
|
@@ -6401,14 +4664,6 @@ function _operationValueDisplayDeserializer(item) {
|
|
|
6401
4664
|
manualScaleProfileArraySerializer,
|
|
6402
4665
|
manualScaleProfileDeserializer,
|
|
6403
4666
|
manualScaleProfileSerializer,
|
|
6404
|
-
meshMembershipArrayDeserializer,
|
|
6405
|
-
meshMembershipArraySerializer,
|
|
6406
|
-
meshMembershipDeserializer,
|
|
6407
|
-
meshMembershipPrivateConnectProfileDeserializer,
|
|
6408
|
-
meshMembershipPrivateConnectProfileSerializer,
|
|
6409
|
-
meshMembershipPropertiesDeserializer,
|
|
6410
|
-
meshMembershipPropertiesSerializer,
|
|
6411
|
-
meshMembershipSerializer,
|
|
6412
4667
|
meshRevisionArrayDeserializer,
|
|
6413
4668
|
meshRevisionDeserializer,
|
|
6414
4669
|
meshRevisionProfileArrayDeserializer,
|
|
@@ -6421,15 +4676,6 @@ function _operationValueDisplayDeserializer(item) {
|
|
|
6421
4676
|
namespacePropertiesSerializer,
|
|
6422
4677
|
networkPoliciesDeserializer,
|
|
6423
4678
|
networkPoliciesSerializer,
|
|
6424
|
-
networkProfileForSnapshotDeserializer,
|
|
6425
|
-
nodeCustomizationProfileDeserializer,
|
|
6426
|
-
nodeCustomizationProfileSerializer,
|
|
6427
|
-
nodeImageVersionArrayDeserializer,
|
|
6428
|
-
nodeImageVersionDeserializer,
|
|
6429
|
-
nvidiaGPUProfileDeserializer,
|
|
6430
|
-
nvidiaGPUProfileSerializer,
|
|
6431
|
-
operationStatusResultArrayDeserializer,
|
|
6432
|
-
operationStatusResultDeserializer,
|
|
6433
4679
|
operationValueArrayDeserializer,
|
|
6434
4680
|
operationValueDeserializer,
|
|
6435
4681
|
operationValueDisplayDeserializer,
|
|
@@ -6459,7 +4705,6 @@ function _operationValueDisplayDeserializer(item) {
|
|
|
6459
4705
|
privateLinkServiceConnectionStateSerializer,
|
|
6460
4706
|
proxyResourceDeserializer,
|
|
6461
4707
|
proxyResourceSerializer,
|
|
6462
|
-
rebalanceLoadBalancersRequestBodySerializer,
|
|
6463
4708
|
relativeMonthlyScheduleDeserializer,
|
|
6464
4709
|
relativeMonthlyScheduleSerializer,
|
|
6465
4710
|
resourceDeserializer,
|
|
@@ -6470,37 +4715,12 @@ function _operationValueDisplayDeserializer(item) {
|
|
|
6470
4715
|
resourceReferenceDeserializer,
|
|
6471
4716
|
resourceReferenceSerializer,
|
|
6472
4717
|
resourceSerializer,
|
|
6473
|
-
resourceSkuArrayDeserializer,
|
|
6474
|
-
resourceSkuCapabilitiesArrayDeserializer,
|
|
6475
|
-
resourceSkuCapabilitiesDeserializer,
|
|
6476
|
-
resourceSkuCapacityDeserializer,
|
|
6477
|
-
resourceSkuCostsArrayDeserializer,
|
|
6478
|
-
resourceSkuCostsDeserializer,
|
|
6479
|
-
resourceSkuDeserializer,
|
|
6480
|
-
resourceSkuLocationInfoArrayDeserializer,
|
|
6481
|
-
resourceSkuLocationInfoDeserializer,
|
|
6482
|
-
resourceSkuRestrictionInfoDeserializer,
|
|
6483
|
-
resourceSkuRestrictionsArrayDeserializer,
|
|
6484
|
-
resourceSkuRestrictionsDeserializer,
|
|
6485
|
-
resourceSkuZoneDetailsArrayDeserializer,
|
|
6486
|
-
resourceSkuZoneDetailsDeserializer,
|
|
6487
4718
|
runCommandRequestSerializer,
|
|
6488
4719
|
runCommandResultDeserializer,
|
|
6489
|
-
safeguardsAvailableVersionArrayDeserializer,
|
|
6490
|
-
safeguardsAvailableVersionDeserializer,
|
|
6491
|
-
safeguardsAvailableVersionsPropertiesDeserializer,
|
|
6492
4720
|
scaleProfileDeserializer,
|
|
6493
4721
|
scaleProfileSerializer,
|
|
6494
4722
|
scheduleDeserializer,
|
|
6495
4723
|
scheduleSerializer,
|
|
6496
|
-
schedulerInstanceProfileDeserializer,
|
|
6497
|
-
schedulerInstanceProfileSerializer,
|
|
6498
|
-
schedulerProfileDeserializer,
|
|
6499
|
-
schedulerProfileSchedulerInstanceProfilesDeserializer,
|
|
6500
|
-
schedulerProfileSchedulerInstanceProfilesSerializer,
|
|
6501
|
-
schedulerProfileSerializer,
|
|
6502
|
-
serviceAccountImagePullProfileDeserializer,
|
|
6503
|
-
serviceAccountImagePullProfileSerializer,
|
|
6504
4724
|
serviceMeshProfileDeserializer,
|
|
6505
4725
|
serviceMeshProfileSerializer,
|
|
6506
4726
|
snapshotArrayDeserializer,
|