@azure/arm-containerservice 17.3.0-beta.2 → 17.3.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/CHANGELOG.md +2 -185
- package/LICENSE +1 -1
- package/README.md +1 -1
- package/dist/index.js +1502 -5094
- package/dist/index.js.map +1 -1
- package/dist/index.min.js +1 -1
- package/dist/index.min.js.map +1 -1
- package/dist-esm/samples-dev/agentPoolsCreateOrUpdateSample.js +75 -175
- package/dist-esm/samples-dev/agentPoolsCreateOrUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/agentPoolsDeleteSample.js +8 -20
- package/dist-esm/samples-dev/agentPoolsDeleteSample.js.map +1 -1
- package/dist-esm/samples-dev/agentPoolsGetAvailableAgentPoolVersionsSample.js +11 -4
- package/dist-esm/samples-dev/agentPoolsGetAvailableAgentPoolVersionsSample.js.map +1 -1
- package/dist-esm/samples-dev/agentPoolsGetSample.js +11 -4
- package/dist-esm/samples-dev/agentPoolsGetSample.js.map +1 -1
- package/dist-esm/samples-dev/agentPoolsGetUpgradeProfileSample.js +11 -4
- package/dist-esm/samples-dev/agentPoolsGetUpgradeProfileSample.js.map +1 -1
- package/dist-esm/samples-dev/agentPoolsListSample.js +11 -4
- package/dist-esm/samples-dev/agentPoolsListSample.js.map +1 -1
- package/dist-esm/samples-dev/agentPoolsUpgradeNodeImageVersionSample.js +11 -4
- package/dist-esm/samples-dev/agentPoolsUpgradeNodeImageVersionSample.js.map +1 -1
- package/dist-esm/samples-dev/maintenanceConfigurationsCreateOrUpdateSample.js +8 -39
- package/dist-esm/samples-dev/maintenanceConfigurationsCreateOrUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/maintenanceConfigurationsDeleteSample.js +8 -20
- package/dist-esm/samples-dev/maintenanceConfigurationsDeleteSample.js.map +1 -1
- package/dist-esm/samples-dev/maintenanceConfigurationsGetSample.js +8 -20
- package/dist-esm/samples-dev/maintenanceConfigurationsGetSample.js.map +1 -1
- package/dist-esm/samples-dev/maintenanceConfigurationsListByManagedClusterSample.js +8 -33
- package/dist-esm/samples-dev/maintenanceConfigurationsListByManagedClusterSample.js.map +1 -1
- package/dist-esm/samples-dev/managedClustersCreateOrUpdateSample.js +99 -362
- package/dist-esm/samples-dev/managedClustersCreateOrUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/managedClustersDeleteSample.js +11 -4
- package/dist-esm/samples-dev/managedClustersDeleteSample.js.map +1 -1
- package/dist-esm/samples-dev/managedClustersGetAccessProfileSample.js +11 -4
- package/dist-esm/samples-dev/managedClustersGetAccessProfileSample.js.map +1 -1
- package/dist-esm/samples-dev/managedClustersGetCommandResultSample.js +15 -8
- package/dist-esm/samples-dev/managedClustersGetCommandResultSample.js.map +1 -1
- package/dist-esm/samples-dev/managedClustersGetOSOptionsSample.js +10 -3
- package/dist-esm/samples-dev/managedClustersGetOSOptionsSample.js.map +1 -1
- package/dist-esm/samples-dev/managedClustersGetSample.js +11 -4
- package/dist-esm/samples-dev/managedClustersGetSample.js.map +1 -1
- package/dist-esm/samples-dev/managedClustersGetUpgradeProfileSample.js +11 -4
- package/dist-esm/samples-dev/managedClustersGetUpgradeProfileSample.js.map +1 -1
- package/dist-esm/samples-dev/managedClustersListByResourceGroupSample.js +11 -4
- package/dist-esm/samples-dev/managedClustersListByResourceGroupSample.js.map +1 -1
- package/dist-esm/samples-dev/managedClustersListClusterAdminCredentialsSample.js +11 -4
- package/dist-esm/samples-dev/managedClustersListClusterAdminCredentialsSample.js.map +1 -1
- package/dist-esm/samples-dev/managedClustersListClusterMonitoringUserCredentialsSample.js +11 -4
- package/dist-esm/samples-dev/managedClustersListClusterMonitoringUserCredentialsSample.js.map +1 -1
- package/dist-esm/samples-dev/managedClustersListClusterUserCredentialsSample.js +11 -4
- package/dist-esm/samples-dev/managedClustersListClusterUserCredentialsSample.js.map +1 -1
- package/dist-esm/samples-dev/managedClustersListOutboundNetworkDependenciesEndpointsSample.js +11 -4
- package/dist-esm/samples-dev/managedClustersListOutboundNetworkDependenciesEndpointsSample.js.map +1 -1
- package/dist-esm/samples-dev/managedClustersListSample.js +10 -3
- package/dist-esm/samples-dev/managedClustersListSample.js.map +1 -1
- package/dist-esm/samples-dev/managedClustersResetAadProfileSample.js +11 -4
- package/dist-esm/samples-dev/managedClustersResetAadProfileSample.js.map +1 -1
- package/dist-esm/samples-dev/managedClustersResetServicePrincipalProfileSample.js +11 -4
- package/dist-esm/samples-dev/managedClustersResetServicePrincipalProfileSample.js.map +1 -1
- package/dist-esm/samples-dev/managedClustersRotateClusterCertificatesSample.js +11 -4
- package/dist-esm/samples-dev/managedClustersRotateClusterCertificatesSample.js.map +1 -1
- package/dist-esm/samples-dev/managedClustersRotateServiceAccountSigningKeysSample.js +11 -4
- package/dist-esm/samples-dev/managedClustersRotateServiceAccountSigningKeysSample.js.map +1 -1
- package/dist-esm/samples-dev/managedClustersRunCommandSample.js +11 -4
- package/dist-esm/samples-dev/managedClustersRunCommandSample.js.map +1 -1
- package/dist-esm/samples-dev/managedClustersStartSample.js +11 -4
- package/dist-esm/samples-dev/managedClustersStartSample.js.map +1 -1
- package/dist-esm/samples-dev/managedClustersStopSample.js +11 -4
- package/dist-esm/samples-dev/managedClustersStopSample.js.map +1 -1
- package/dist-esm/samples-dev/managedClustersUpdateTagsSample.js +11 -4
- package/dist-esm/samples-dev/managedClustersUpdateTagsSample.js.map +1 -1
- package/dist-esm/samples-dev/operationsListSample.js +11 -3
- package/dist-esm/samples-dev/operationsListSample.js.map +1 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.js +11 -4
- package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.js.map +1 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.js +11 -4
- package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.js.map +1 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsListSample.js +11 -4
- package/dist-esm/samples-dev/privateEndpointConnectionsListSample.js.map +1 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsUpdateSample.js +11 -4
- package/dist-esm/samples-dev/privateEndpointConnectionsUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/privateLinkResourcesListSample.js +11 -4
- package/dist-esm/samples-dev/privateLinkResourcesListSample.js.map +1 -1
- package/dist-esm/samples-dev/resolvePrivateLinkServiceIdPostSample.js +11 -4
- package/dist-esm/samples-dev/resolvePrivateLinkServiceIdPostSample.js.map +1 -1
- package/dist-esm/samples-dev/snapshotsCreateOrUpdateSample.js +11 -4
- package/dist-esm/samples-dev/snapshotsCreateOrUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/snapshotsDeleteSample.js +11 -4
- package/dist-esm/samples-dev/snapshotsDeleteSample.js.map +1 -1
- package/dist-esm/samples-dev/snapshotsGetSample.js +11 -4
- package/dist-esm/samples-dev/snapshotsGetSample.js.map +1 -1
- package/dist-esm/samples-dev/snapshotsListByResourceGroupSample.js +11 -4
- package/dist-esm/samples-dev/snapshotsListByResourceGroupSample.js.map +1 -1
- package/dist-esm/samples-dev/snapshotsListSample.js +10 -3
- package/dist-esm/samples-dev/snapshotsListSample.js.map +1 -1
- package/dist-esm/samples-dev/snapshotsUpdateTagsSample.js +11 -4
- package/dist-esm/samples-dev/snapshotsUpdateTagsSample.js.map +1 -1
- package/dist-esm/src/containerServiceClient.d.ts +4 -6
- package/dist-esm/src/containerServiceClient.d.ts.map +1 -1
- package/dist-esm/src/containerServiceClient.js +32 -7
- package/dist-esm/src/containerServiceClient.js.map +1 -1
- package/dist-esm/src/models/index.d.ts +31 -1042
- package/dist-esm/src/models/index.d.ts.map +1 -1
- package/dist-esm/src/models/index.js +5 -157
- package/dist-esm/src/models/index.js.map +1 -1
- package/dist-esm/src/models/mappers.d.ts +1 -49
- package/dist-esm/src/models/mappers.d.ts.map +1 -1
- package/dist-esm/src/models/mappers.js +121 -1611
- package/dist-esm/src/models/mappers.js.map +1 -1
- package/dist-esm/src/models/parameters.d.ts +0 -12
- package/dist-esm/src/models/parameters.d.ts.map +1 -1
- package/dist-esm/src/models/parameters.js +2 -105
- package/dist-esm/src/models/parameters.js.map +1 -1
- package/dist-esm/src/operations/agentPools.d.ts +1 -21
- package/dist-esm/src/operations/agentPools.d.ts.map +1 -1
- package/dist-esm/src/operations/agentPools.js +1 -94
- package/dist-esm/src/operations/agentPools.js.map +1 -1
- package/dist-esm/src/operations/index.d.ts +0 -5
- package/dist-esm/src/operations/index.d.ts.map +1 -1
- package/dist-esm/src/operations/index.js +0 -5
- package/dist-esm/src/operations/index.js.map +1 -1
- package/dist-esm/src/operations/maintenanceConfigurations.js +0 -1
- package/dist-esm/src/operations/maintenanceConfigurations.js.map +1 -1
- package/dist-esm/src/operations/managedClusters.d.ts +1 -19
- package/dist-esm/src/operations/managedClusters.d.ts.map +1 -1
- package/dist-esm/src/operations/managedClusters.js +1 -93
- package/dist-esm/src/operations/managedClusters.js.map +1 -1
- package/dist-esm/src/operations/snapshots.js +0 -2
- package/dist-esm/src/operations/snapshots.js.map +1 -1
- package/dist-esm/src/operationsInterfaces/agentPools.d.ts +1 -21
- package/dist-esm/src/operationsInterfaces/agentPools.d.ts.map +1 -1
- package/dist-esm/src/operationsInterfaces/index.d.ts +0 -5
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -1
- package/dist-esm/src/operationsInterfaces/index.js +0 -5
- package/dist-esm/src/operationsInterfaces/index.js.map +1 -1
- package/dist-esm/src/operationsInterfaces/managedClusters.d.ts +1 -19
- package/dist-esm/src/operationsInterfaces/managedClusters.d.ts.map +1 -1
- package/dist-esm/src/pagingHelper.d.ts +4 -4
- package/dist-esm/src/pagingHelper.js +4 -4
- package/package.json +4 -3
- package/review/arm-containerservice.api.md +4 -775
- package/src/containerServiceClient.ts +39 -23
- package/src/models/index.ts +31 -1179
- package/src/models/mappers.ts +58 -1632
- package/src/models/parameters.ts +2 -122
- package/src/operations/agentPools.ts +1 -136
- package/src/operations/index.ts +0 -5
- package/src/operations/maintenanceConfigurations.ts +0 -1
- package/src/operations/managedClusters.ts +1 -132
- package/src/operations/snapshots.ts +0 -2
- package/src/operationsInterfaces/agentPools.ts +0 -37
- package/src/operationsInterfaces/index.ts +0 -5
- package/src/operationsInterfaces/managedClusters.ts +0 -33
- package/src/pagingHelper.ts +4 -4
- package/types/arm-containerservice.d.ts +39 -1438
- package/types/tsdoc-metadata.json +1 -1
- package/dist-esm/samples-dev/agentPoolsAbortLatestOperationSample.d.ts +0 -2
- package/dist-esm/samples-dev/agentPoolsAbortLatestOperationSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/agentPoolsAbortLatestOperationSample.js +0 -32
- package/dist-esm/samples-dev/agentPoolsAbortLatestOperationSample.js.map +0 -1
- package/dist-esm/samples-dev/fleetMembersCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/fleetMembersCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/fleetMembersCreateOrUpdateSample.js +0 -35
- package/dist-esm/samples-dev/fleetMembersCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/fleetMembersDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/fleetMembersDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/fleetMembersDeleteSample.js +0 -32
- package/dist-esm/samples-dev/fleetMembersDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/fleetMembersGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/fleetMembersGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/fleetMembersGetSample.js +0 -32
- package/dist-esm/samples-dev/fleetMembersGetSample.js.map +0 -1
- package/dist-esm/samples-dev/fleetMembersListByFleetSample.d.ts +0 -2
- package/dist-esm/samples-dev/fleetMembersListByFleetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/fleetMembersListByFleetSample.js +0 -45
- package/dist-esm/samples-dev/fleetMembersListByFleetSample.js.map +0 -1
- package/dist-esm/samples-dev/fleetsCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/fleetsCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/fleetsCreateOrUpdateSample.js +0 -36
- package/dist-esm/samples-dev/fleetsCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/fleetsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/fleetsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/fleetsDeleteSample.js +0 -31
- package/dist-esm/samples-dev/fleetsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/fleetsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/fleetsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/fleetsGetSample.js +0 -31
- package/dist-esm/samples-dev/fleetsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/fleetsListByResourceGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/fleetsListByResourceGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/fleetsListByResourceGroupSample.js +0 -44
- package/dist-esm/samples-dev/fleetsListByResourceGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/fleetsListCredentialsSample.d.ts +0 -2
- package/dist-esm/samples-dev/fleetsListCredentialsSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/fleetsListCredentialsSample.js +0 -31
- package/dist-esm/samples-dev/fleetsListCredentialsSample.js.map +0 -1
- package/dist-esm/samples-dev/fleetsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/fleetsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/fleetsListSample.js +0 -43
- package/dist-esm/samples-dev/fleetsListSample.js.map +0 -1
- package/dist-esm/samples-dev/fleetsUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/fleetsUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/fleetsUpdateSample.js +0 -34
- package/dist-esm/samples-dev/fleetsUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/managedClusterSnapshotsCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/managedClusterSnapshotsCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/managedClusterSnapshotsCreateOrUpdateSample.js +0 -38
- package/dist-esm/samples-dev/managedClusterSnapshotsCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/managedClusterSnapshotsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/managedClusterSnapshotsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/managedClusterSnapshotsDeleteSample.js +0 -31
- package/dist-esm/samples-dev/managedClusterSnapshotsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/managedClusterSnapshotsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/managedClusterSnapshotsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/managedClusterSnapshotsGetSample.js +0 -31
- package/dist-esm/samples-dev/managedClusterSnapshotsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/managedClusterSnapshotsListByResourceGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/managedClusterSnapshotsListByResourceGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/managedClusterSnapshotsListByResourceGroupSample.js +0 -44
- package/dist-esm/samples-dev/managedClusterSnapshotsListByResourceGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/managedClusterSnapshotsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/managedClusterSnapshotsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/managedClusterSnapshotsListSample.js +0 -43
- package/dist-esm/samples-dev/managedClusterSnapshotsListSample.js.map +0 -1
- package/dist-esm/samples-dev/managedClusterSnapshotsUpdateTagsSample.d.ts +0 -2
- package/dist-esm/samples-dev/managedClusterSnapshotsUpdateTagsSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/managedClusterSnapshotsUpdateTagsSample.js +0 -32
- package/dist-esm/samples-dev/managedClusterSnapshotsUpdateTagsSample.js.map +0 -1
- package/dist-esm/samples-dev/managedClustersAbortLatestOperationSample.d.ts +0 -2
- package/dist-esm/samples-dev/managedClustersAbortLatestOperationSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/managedClustersAbortLatestOperationSample.js +0 -31
- package/dist-esm/samples-dev/managedClustersAbortLatestOperationSample.js.map +0 -1
- package/dist-esm/samples-dev/trustedAccessRoleBindingsCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/trustedAccessRoleBindingsCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/trustedAccessRoleBindingsCreateOrUpdateSample.js +0 -39
- package/dist-esm/samples-dev/trustedAccessRoleBindingsCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/trustedAccessRoleBindingsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/trustedAccessRoleBindingsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/trustedAccessRoleBindingsDeleteSample.js +0 -32
- package/dist-esm/samples-dev/trustedAccessRoleBindingsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/trustedAccessRoleBindingsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/trustedAccessRoleBindingsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/trustedAccessRoleBindingsGetSample.js +0 -32
- package/dist-esm/samples-dev/trustedAccessRoleBindingsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/trustedAccessRoleBindingsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/trustedAccessRoleBindingsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/trustedAccessRoleBindingsListSample.js +0 -45
- package/dist-esm/samples-dev/trustedAccessRoleBindingsListSample.js.map +0 -1
- package/dist-esm/samples-dev/trustedAccessRolesListSample.d.ts +0 -2
- package/dist-esm/samples-dev/trustedAccessRolesListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/trustedAccessRolesListSample.js +0 -44
- package/dist-esm/samples-dev/trustedAccessRolesListSample.js.map +0 -1
- package/dist-esm/src/operations/fleetMembers.d.ts +0 -85
- package/dist-esm/src/operations/fleetMembers.d.ts.map +0 -1
- package/dist-esm/src/operations/fleetMembers.js +0 -358
- package/dist-esm/src/operations/fleetMembers.js.map +0 -1
- package/dist-esm/src/operations/fleets.d.ts +0 -105
- package/dist-esm/src/operations/fleets.d.ts.map +0 -1
- package/dist-esm/src/operations/fleets.js +0 -517
- package/dist-esm/src/operations/fleets.js.map +0 -1
- package/dist-esm/src/operations/managedClusterSnapshots.d.ts +0 -83
- package/dist-esm/src/operations/managedClusterSnapshots.d.ts.map +0 -1
- package/dist-esm/src/operations/managedClusterSnapshots.js +0 -382
- package/dist-esm/src/operations/managedClusterSnapshots.js.map +0 -1
- package/dist-esm/src/operations/trustedAccessRoleBindings.d.ts +0 -63
- package/dist-esm/src/operations/trustedAccessRoleBindings.d.ts.map +0 -1
- package/dist-esm/src/operations/trustedAccessRoleBindings.js +0 -263
- package/dist-esm/src/operations/trustedAccessRoleBindings.js.map +0 -1
- package/dist-esm/src/operations/trustedAccessRoles.d.ts +0 -35
- package/dist-esm/src/operations/trustedAccessRoles.d.ts.map +0 -1
- package/dist-esm/src/operations/trustedAccessRoles.js +0 -144
- package/dist-esm/src/operations/trustedAccessRoles.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/fleetMembers.d.ts +0 -60
- package/dist-esm/src/operationsInterfaces/fleetMembers.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/fleetMembers.js +0 -9
- package/dist-esm/src/operationsInterfaces/fleetMembers.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/fleets.d.ts +0 -69
- package/dist-esm/src/operationsInterfaces/fleets.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/fleets.js +0 -9
- package/dist-esm/src/operationsInterfaces/fleets.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/managedClusterSnapshots.d.ts +0 -47
- package/dist-esm/src/operationsInterfaces/managedClusterSnapshots.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/managedClusterSnapshots.js +0 -9
- package/dist-esm/src/operationsInterfaces/managedClusterSnapshots.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/trustedAccessRoleBindings.d.ts +0 -38
- package/dist-esm/src/operationsInterfaces/trustedAccessRoleBindings.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/trustedAccessRoleBindings.js +0 -9
- package/dist-esm/src/operationsInterfaces/trustedAccessRoleBindings.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/trustedAccessRoles.d.ts +0 -12
- package/dist-esm/src/operationsInterfaces/trustedAccessRoles.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/trustedAccessRoles.js +0 -9
- package/dist-esm/src/operationsInterfaces/trustedAccessRoles.js.map +0 -1
- package/src/operations/fleetMembers.ts +0 -501
- package/src/operations/fleets.ts +0 -673
- package/src/operations/managedClusterSnapshots.ts +0 -476
- package/src/operations/trustedAccessRoleBindings.ts +0 -346
- package/src/operations/trustedAccessRoles.ts +0 -171
- package/src/operationsInterfaces/fleetMembers.ts +0 -113
- package/src/operationsInterfaces/fleets.ts +0 -129
- package/src/operationsInterfaces/managedClusterSnapshots.ts +0 -91
- package/src/operationsInterfaces/trustedAccessRoleBindings.ts +0 -75
- package/src/operationsInterfaces/trustedAccessRoles.ts +0 -27
|
@@ -4,14 +4,6 @@ import { PagedAsyncIterableIterator } from '@azure/core-paging';
|
|
|
4
4
|
import { PollerLike } from '@azure/core-lro';
|
|
5
5
|
import { PollOperationState } from '@azure/core-lro';
|
|
6
6
|
|
|
7
|
-
/** For schedules like: 'recur every month on the 15th' or 'recur every 3 months on the 20th'. */
|
|
8
|
-
export declare interface AbsoluteMonthlySchedule {
|
|
9
|
-
/** Specifies the number of months between each set of occurrences. */
|
|
10
|
-
intervalMonths: number;
|
|
11
|
-
/** The date of the month. */
|
|
12
|
-
dayOfMonth: number;
|
|
13
|
-
}
|
|
14
|
-
|
|
15
7
|
/** Agent Pool. */
|
|
16
8
|
export declare interface AgentPool extends SubResource {
|
|
17
9
|
/** Number of agents (VMs) to host docker containers. Allowed values must be in the range of 0 to 1000 (inclusive) for user pools and in the range of 1 to 1000 (inclusive) for system pools. The default value is 1. */
|
|
@@ -26,8 +18,6 @@ export declare interface AgentPool extends SubResource {
|
|
|
26
18
|
kubeletDiskType?: KubeletDiskType;
|
|
27
19
|
/** Determines the type of workload a node can run. */
|
|
28
20
|
workloadRuntime?: WorkloadRuntime;
|
|
29
|
-
/** A base64-encoded string which will be written to /etc/motd after decoding. This allows customization of the message of the day for Linux nodes. It must not be specified for Windows nodes. It must be a static string (i.e., will be printed raw and not be executed as a script). */
|
|
30
|
-
messageOfTheDay?: string;
|
|
31
21
|
/** If this is not specified, a VNET and subnet will be generated and used. If no podSubnetID is specified, this applies to nodes and pods, otherwise it applies to just nodes. This is of the form: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/virtualNetworks/{virtualNetworkName}/subnets/{subnetName} */
|
|
32
22
|
vnetSubnetID?: string;
|
|
33
23
|
/** If omitted, pod IPs are statically assigned on the node subnet (see vnetSubnetID for more details). This is of the form: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/virtualNetworks/{virtualNetworkName}/subnets/{subnetName} */
|
|
@@ -36,7 +26,7 @@ export declare interface AgentPool extends SubResource {
|
|
|
36
26
|
maxPods?: number;
|
|
37
27
|
/** The operating system type. The default is Linux. */
|
|
38
28
|
osType?: OSType;
|
|
39
|
-
/** Specifies the OS SKU used by the agent pool.
|
|
29
|
+
/** Specifies the OS SKU used by the agent pool. The default is Ubuntu if OSType is Linux. The default is Windows2019 when Kubernetes <= 1.24 or Windows2022 when Kubernetes >= 1.25 if OSType is Windows. */
|
|
40
30
|
osSKU?: Ossku;
|
|
41
31
|
/** The maximum number of nodes for auto-scaling */
|
|
42
32
|
maxCount?: number;
|
|
@@ -50,10 +40,10 @@ export declare interface AgentPool extends SubResource {
|
|
|
50
40
|
typePropertiesType?: AgentPoolType;
|
|
51
41
|
/** A cluster must have at least one 'System' Agent Pool at all times. For additional information on agent pool restrictions and best practices, see: https://docs.microsoft.com/azure/aks/use-system-pools */
|
|
52
42
|
mode?: AgentPoolMode;
|
|
53
|
-
/** Both patch version <major.minor.patch> and <major.minor> are supported. When <major.minor> is specified, the latest supported patch version is chosen automatically. Updating the
|
|
43
|
+
/** Both patch version <major.minor.patch> (e.g. 1.20.13) and <major.minor> (e.g. 1.20) are supported. When <major.minor> is specified, the latest supported GA patch version is chosen automatically. Updating the cluster with the same <major.minor> once it has been created (e.g. 1.14.x -> 1.14) will not trigger an upgrade, even if a newer patch version is available. As a best practice, you should upgrade all node pools in an AKS cluster to the same Kubernetes version. The node pool version must have the same major version as the control plane. The node pool minor version must be within two minor versions of the control plane version. The node pool version cannot be greater than the control plane version. For more information see [upgrading a node pool](https://docs.microsoft.com/azure/aks/use-multiple-node-pools#upgrade-a-node-pool). */
|
|
54
44
|
orchestratorVersion?: string;
|
|
55
45
|
/**
|
|
56
|
-
* If orchestratorVersion
|
|
46
|
+
* If orchestratorVersion is a fully specified version <major.minor.patch>, this field will be exactly equal to it. If orchestratorVersion is <major.minor>, this field will contain the full <major.minor.patch> version being used.
|
|
57
47
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
58
48
|
*/
|
|
59
49
|
readonly currentOrchestratorVersion?: string;
|
|
@@ -75,8 +65,6 @@ export declare interface AgentPool extends SubResource {
|
|
|
75
65
|
availabilityZones?: string[];
|
|
76
66
|
/** Some scenarios may require nodes in a node pool to receive their own dedicated public IP addresses. A common scenario is for gaming workloads, where a console needs to make a direct connection to a cloud virtual machine to minimize hops. For more information see [assigning a public IP per node](https://docs.microsoft.com/azure/aks/use-multiple-node-pools#assign-a-public-ip-per-node-for-your-node-pools). The default is false. */
|
|
77
67
|
enableNodePublicIP?: boolean;
|
|
78
|
-
/** When set to true, AKS adds a label to the node indicating that the feature is enabled and deploys a daemonset along with host services to sync custom certificate authorities from user-provided list of base64 encoded certificates into node trust stores. Defaults to false. */
|
|
79
|
-
enableCustomCATrust?: boolean;
|
|
80
68
|
/** This is of the form: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/publicIPPrefixes/{publicIPPrefixName} */
|
|
81
69
|
nodePublicIPPrefixID?: string;
|
|
82
70
|
/** The Virtual Machine Scale Set priority. If not specified, the default is 'Regular'. */
|
|
@@ -111,14 +99,8 @@ export declare interface AgentPool extends SubResource {
|
|
|
111
99
|
gpuInstanceProfile?: GPUInstanceProfile;
|
|
112
100
|
/** CreationData to be used to specify the source Snapshot ID if the node pool will be created/upgraded using a snapshot. */
|
|
113
101
|
creationData?: CreationData;
|
|
114
|
-
/** AKS will associate the specified agent pool with the Capacity Reservation Group. */
|
|
115
|
-
capacityReservationGroupID?: string;
|
|
116
102
|
/** This is of the form: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/hostGroups/{hostGroupName}. For more information see [Azure dedicated hosts](https://docs.microsoft.com/azure/virtual-machines/dedicated-hosts). */
|
|
117
103
|
hostGroupID?: string;
|
|
118
|
-
/** The Windows agent pool's specific profile. */
|
|
119
|
-
windowsProfile?: AgentPoolWindowsProfile;
|
|
120
|
-
/** Network-related settings of an agent pool. */
|
|
121
|
-
networkProfile?: AgentPoolNetworkProfile;
|
|
122
104
|
}
|
|
123
105
|
|
|
124
106
|
/** The list of available versions for an agent pool. */
|
|
@@ -172,16 +154,6 @@ export declare interface AgentPoolListResult {
|
|
|
172
154
|
*/
|
|
173
155
|
export declare type AgentPoolMode = string;
|
|
174
156
|
|
|
175
|
-
/** Network settings of an agent pool. */
|
|
176
|
-
export declare interface AgentPoolNetworkProfile {
|
|
177
|
-
/** IPTags of instance-level public IPs. */
|
|
178
|
-
nodePublicIPTags?: IPTag[];
|
|
179
|
-
/** The port ranges that are allowed to access. The specified ranges are allowed to overlap. */
|
|
180
|
-
allowedHostPorts?: PortRange[];
|
|
181
|
-
/** The IDs of the application security groups which agent pool will associate when created. */
|
|
182
|
-
applicationSecurityGroups?: string[];
|
|
183
|
-
}
|
|
184
|
-
|
|
185
157
|
/** Interface representing a AgentPools. */
|
|
186
158
|
export declare interface AgentPools {
|
|
187
159
|
/**
|
|
@@ -191,26 +163,6 @@ export declare interface AgentPools {
|
|
|
191
163
|
* @param options The options parameters.
|
|
192
164
|
*/
|
|
193
165
|
list(resourceGroupName: string, resourceName: string, options?: AgentPoolsListOptionalParams): PagedAsyncIterableIterator<AgentPool>;
|
|
194
|
-
/**
|
|
195
|
-
* Aborts the currently running operation on the agent pool. The Agent Pool will be moved to a
|
|
196
|
-
* Canceling state and eventually to a Canceled state when cancellation finishes. If the operation
|
|
197
|
-
* completes before cancellation can take place, an error is returned.
|
|
198
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
199
|
-
* @param resourceName The name of the managed cluster resource.
|
|
200
|
-
* @param agentPoolName The name of the agent pool.
|
|
201
|
-
* @param options The options parameters.
|
|
202
|
-
*/
|
|
203
|
-
beginAbortLatestOperation(resourceGroupName: string, resourceName: string, agentPoolName: string, options?: AgentPoolsAbortLatestOperationOptionalParams): Promise<PollerLike<PollOperationState<AgentPoolsAbortLatestOperationResponse>, AgentPoolsAbortLatestOperationResponse>>;
|
|
204
|
-
/**
|
|
205
|
-
* Aborts the currently running operation on the agent pool. The Agent Pool will be moved to a
|
|
206
|
-
* Canceling state and eventually to a Canceled state when cancellation finishes. If the operation
|
|
207
|
-
* completes before cancellation can take place, an error is returned.
|
|
208
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
209
|
-
* @param resourceName The name of the managed cluster resource.
|
|
210
|
-
* @param agentPoolName The name of the agent pool.
|
|
211
|
-
* @param options The options parameters.
|
|
212
|
-
*/
|
|
213
|
-
beginAbortLatestOperationAndWait(resourceGroupName: string, resourceName: string, agentPoolName: string, options?: AgentPoolsAbortLatestOperationOptionalParams): Promise<AgentPoolsAbortLatestOperationResponse>;
|
|
214
166
|
/**
|
|
215
167
|
* Gets the specified managed cluster agent pool.
|
|
216
168
|
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
@@ -292,25 +244,6 @@ export declare interface AgentPools {
|
|
|
292
244
|
beginUpgradeNodeImageVersionAndWait(resourceGroupName: string, resourceName: string, agentPoolName: string, options?: AgentPoolsUpgradeNodeImageVersionOptionalParams): Promise<void>;
|
|
293
245
|
}
|
|
294
246
|
|
|
295
|
-
/** Defines headers for AgentPools_abortLatestOperation operation. */
|
|
296
|
-
export declare interface AgentPoolsAbortLatestOperationHeaders {
|
|
297
|
-
/** URL to query for status of the operation. */
|
|
298
|
-
location?: string;
|
|
299
|
-
/** URL to query for status of the operation. */
|
|
300
|
-
azureAsyncOperation?: string;
|
|
301
|
-
}
|
|
302
|
-
|
|
303
|
-
/** Optional parameters. */
|
|
304
|
-
export declare interface AgentPoolsAbortLatestOperationOptionalParams extends coreClient.OperationOptions {
|
|
305
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
306
|
-
updateIntervalInMs?: number;
|
|
307
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
308
|
-
resumeFrom?: string;
|
|
309
|
-
}
|
|
310
|
-
|
|
311
|
-
/** Contains response data for the abortLatestOperation operation. */
|
|
312
|
-
export declare type AgentPoolsAbortLatestOperationResponse = AgentPoolsAbortLatestOperationHeaders;
|
|
313
|
-
|
|
314
247
|
/** Optional parameters. */
|
|
315
248
|
export declare interface AgentPoolsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
316
249
|
/** Delay to wait until next poll, in milliseconds. */
|
|
@@ -330,8 +263,6 @@ export declare interface AgentPoolsDeleteHeaders {
|
|
|
330
263
|
|
|
331
264
|
/** Optional parameters. */
|
|
332
265
|
export declare interface AgentPoolsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
333
|
-
/** ignore-pod-disruption-budget=true to delete those pods on a node without considering Pod Disruption Budget */
|
|
334
|
-
ignorePodDisruptionBudget?: boolean;
|
|
335
266
|
/** Delay to wait until next poll, in milliseconds. */
|
|
336
267
|
updateIntervalInMs?: number;
|
|
337
268
|
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
@@ -440,21 +371,6 @@ export declare interface AgentPoolUpgradeSettings {
|
|
|
440
371
|
maxSurge?: string;
|
|
441
372
|
}
|
|
442
373
|
|
|
443
|
-
/** The Windows agent pool's specific profile. */
|
|
444
|
-
export declare interface AgentPoolWindowsProfile {
|
|
445
|
-
/** The default value is false. Outbound NAT can only be disabled if the cluster outboundType is NAT Gateway and the Windows agent pool does not have node public IP enabled. */
|
|
446
|
-
disableOutboundNat?: boolean;
|
|
447
|
-
}
|
|
448
|
-
|
|
449
|
-
/** The resource model definition for an Azure Resource Manager resource with an etag. */
|
|
450
|
-
export declare interface AzureEntityResource extends Resource {
|
|
451
|
-
/**
|
|
452
|
-
* Resource Etag.
|
|
453
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
454
|
-
*/
|
|
455
|
-
readonly etag?: string;
|
|
456
|
-
}
|
|
457
|
-
|
|
458
374
|
/** Azure Key Vault key management service settings for the security profile. */
|
|
459
375
|
export declare interface AzureKeyVaultKms {
|
|
460
376
|
/** Whether to enable Azure Key Vault key management service. The default is false. */
|
|
@@ -467,16 +383,6 @@ export declare interface AzureKeyVaultKms {
|
|
|
467
383
|
keyVaultResourceId?: string;
|
|
468
384
|
}
|
|
469
385
|
|
|
470
|
-
/**
|
|
471
|
-
* Defines values for BackendPoolType. \
|
|
472
|
-
* {@link KnownBackendPoolType} can be used interchangeably with BackendPoolType,
|
|
473
|
-
* this enum contains the known values that the service supports.
|
|
474
|
-
* ### Known values supported by the service
|
|
475
|
-
* **NodeIPConfiguration**: The type of the managed inbound Load Balancer BackendPool. https:\/\/cloud-provider-azure.sigs.k8s.io\/topics\/loadbalancer\/#configure-load-balancer-backend. \
|
|
476
|
-
* **NodeIP**: The type of the managed inbound Load Balancer BackendPool. https:\/\/cloud-provider-azure.sigs.k8s.io\/topics\/loadbalancer\/#configure-load-balancer-backend.
|
|
477
|
-
*/
|
|
478
|
-
export declare type BackendPoolType = string;
|
|
479
|
-
|
|
480
386
|
/** An error response from the Container service. */
|
|
481
387
|
export declare interface CloudError {
|
|
482
388
|
/** Details about the error. */
|
|
@@ -519,6 +425,7 @@ export declare type ConnectionStatus = string;
|
|
|
519
425
|
|
|
520
426
|
export declare class ContainerServiceClient extends coreClient.ServiceClient {
|
|
521
427
|
$host: string;
|
|
428
|
+
apiVersion: string;
|
|
522
429
|
subscriptionId: string;
|
|
523
430
|
/**
|
|
524
431
|
* Initializes a new instance of the ContainerServiceClient class.
|
|
@@ -527,6 +434,8 @@ export declare class ContainerServiceClient extends coreClient.ServiceClient {
|
|
|
527
434
|
* @param options The parameter options
|
|
528
435
|
*/
|
|
529
436
|
constructor(credentials: coreAuth.TokenCredential, subscriptionId: string, options?: ContainerServiceClientOptionalParams);
|
|
437
|
+
/** A function that adds a policy that sets the api-version (or equivalent) to reflect the library version. */
|
|
438
|
+
private addCustomApiVersionPolicy;
|
|
530
439
|
operations: Operations;
|
|
531
440
|
managedClusters: ManagedClusters;
|
|
532
441
|
maintenanceConfigurations: MaintenanceConfigurations;
|
|
@@ -535,17 +444,14 @@ export declare class ContainerServiceClient extends coreClient.ServiceClient {
|
|
|
535
444
|
privateLinkResources: PrivateLinkResources;
|
|
536
445
|
resolvePrivateLinkServiceId: ResolvePrivateLinkServiceId;
|
|
537
446
|
snapshots: Snapshots;
|
|
538
|
-
managedClusterSnapshots: ManagedClusterSnapshots;
|
|
539
|
-
trustedAccessRoles: TrustedAccessRoles;
|
|
540
|
-
trustedAccessRoleBindings: TrustedAccessRoleBindings;
|
|
541
|
-
fleets: Fleets;
|
|
542
|
-
fleetMembers: FleetMembers;
|
|
543
447
|
}
|
|
544
448
|
|
|
545
449
|
/** Optional parameters. */
|
|
546
450
|
export declare interface ContainerServiceClientOptionalParams extends coreClient.ServiceClientOptions {
|
|
547
451
|
/** server parameter */
|
|
548
452
|
$host?: string;
|
|
453
|
+
/** Api Version */
|
|
454
|
+
apiVersion?: string;
|
|
549
455
|
/** Overrides client endpoint. */
|
|
550
456
|
endpoint?: string;
|
|
551
457
|
}
|
|
@@ -591,14 +497,10 @@ export declare interface ContainerServiceMasterProfile {
|
|
|
591
497
|
export declare interface ContainerServiceNetworkProfile {
|
|
592
498
|
/** Network plugin used for building the Kubernetes network. */
|
|
593
499
|
networkPlugin?: NetworkPlugin;
|
|
594
|
-
/** Network plugin mode used for building the Kubernetes network. */
|
|
595
|
-
networkPluginMode?: NetworkPluginMode;
|
|
596
500
|
/** Network policy used for building the Kubernetes network. */
|
|
597
501
|
networkPolicy?: NetworkPolicy;
|
|
598
502
|
/** This cannot be specified if networkPlugin is anything other than 'azure'. */
|
|
599
503
|
networkMode?: NetworkMode;
|
|
600
|
-
/** The eBPF dataplane used for building the Kubernetes network. */
|
|
601
|
-
ebpfDataplane?: EbpfDataplane;
|
|
602
504
|
/** A CIDR notation IP range from which to assign pod IPs when kubenet is used. */
|
|
603
505
|
podCidr?: string;
|
|
604
506
|
/** A CIDR notation IP range from which to assign service cluster IPs. It must not overlap with any Subnet IP ranges. */
|
|
@@ -621,30 +523,6 @@ export declare interface ContainerServiceNetworkProfile {
|
|
|
621
523
|
serviceCidrs?: string[];
|
|
622
524
|
/** IP families are used to determine single-stack or dual-stack clusters. For single-stack, the expected value is IPv4. For dual-stack, the expected values are IPv4 and IPv6. */
|
|
623
525
|
ipFamilies?: IpFamily[];
|
|
624
|
-
/** Holds configuration customizations for kube-proxy. Any values not defined will use the kube-proxy defaulting behavior. See https://v<version>.docs.kubernetes.io/docs/reference/command-line-tools-reference/kube-proxy/ where <version> is represented by a <major version>-<minor version> string. Kubernetes version 1.23 would be '1-23'. */
|
|
625
|
-
kubeProxyConfig?: ContainerServiceNetworkProfileKubeProxyConfig;
|
|
626
|
-
}
|
|
627
|
-
|
|
628
|
-
/** Holds configuration customizations for kube-proxy. Any values not defined will use the kube-proxy defaulting behavior. See https://v<version>.docs.kubernetes.io/docs/reference/command-line-tools-reference/kube-proxy/ where <version> is represented by a <major version>-<minor version> string. Kubernetes version 1.23 would be '1-23'. */
|
|
629
|
-
export declare interface ContainerServiceNetworkProfileKubeProxyConfig {
|
|
630
|
-
/** Whether to enable on kube-proxy on the cluster (if no 'kubeProxyConfig' exists, kube-proxy is enabled in AKS by default without these customizations). */
|
|
631
|
-
enabled?: boolean;
|
|
632
|
-
/** Specify which proxy mode to use ('IPTABLES' or 'IPVS') */
|
|
633
|
-
mode?: Mode;
|
|
634
|
-
/** Holds configuration customizations for IPVS. May only be specified if 'mode' is set to 'IPVS'. */
|
|
635
|
-
ipvsConfig?: ContainerServiceNetworkProfileKubeProxyConfigIpvsConfig;
|
|
636
|
-
}
|
|
637
|
-
|
|
638
|
-
/** Holds configuration customizations for IPVS. May only be specified if 'mode' is set to 'IPVS'. */
|
|
639
|
-
export declare interface ContainerServiceNetworkProfileKubeProxyConfigIpvsConfig {
|
|
640
|
-
/** IPVS scheduler, for more information please see http://www.linuxvirtualserver.org/docs/scheduling.html. */
|
|
641
|
-
scheduler?: IpvsScheduler;
|
|
642
|
-
/** The timeout value used for idle IPVS TCP sessions in seconds. Must be a positive integer value. */
|
|
643
|
-
tcpTimeoutSeconds?: number;
|
|
644
|
-
/** The timeout value used for IPVS TCP sessions after receiving a FIN in seconds. Must be a positive integer value. */
|
|
645
|
-
tcpFinTimeoutSeconds?: number;
|
|
646
|
-
/** The timeout value used for IPVS UDP packets in seconds. Must be a positive integer value. */
|
|
647
|
-
udpTimeoutSeconds?: number;
|
|
648
526
|
}
|
|
649
527
|
|
|
650
528
|
/** SSH configuration for Linux-based VMs running on Azure. */
|
|
@@ -862,16 +740,6 @@ export declare interface ContainerServiceVMDiagnostics {
|
|
|
862
740
|
*/
|
|
863
741
|
export declare type ContainerServiceVMSizeTypes = string;
|
|
864
742
|
|
|
865
|
-
/**
|
|
866
|
-
* Defines values for ControlledValues. \
|
|
867
|
-
* {@link KnownControlledValues} can be used interchangeably with ControlledValues,
|
|
868
|
-
* this enum contains the known values that the service supports.
|
|
869
|
-
* ### Known values supported by the service
|
|
870
|
-
* **RequestsAndLimits**: Autoscaler will control resource requests and limits. \
|
|
871
|
-
* **RequestsOnly**: Autoscaler will control resource requests only.
|
|
872
|
-
*/
|
|
873
|
-
export declare type ControlledValues = string;
|
|
874
|
-
|
|
875
743
|
/** Defines values for Count. */
|
|
876
744
|
export declare type Count = 1 | 3 | 5;
|
|
877
745
|
|
|
@@ -916,29 +784,6 @@ export declare interface CredentialResults {
|
|
|
916
784
|
readonly kubeconfigs?: CredentialResult[];
|
|
917
785
|
}
|
|
918
786
|
|
|
919
|
-
/** For schedules like: 'recur every day' or 'recur every 3 days'. */
|
|
920
|
-
export declare interface DailySchedule {
|
|
921
|
-
/** Specifies the number of days between each set of occurrences. */
|
|
922
|
-
intervalDays: number;
|
|
923
|
-
}
|
|
924
|
-
|
|
925
|
-
/** For example, between '2022-12-23' and '2023-01-05'. */
|
|
926
|
-
export declare interface DateSpan {
|
|
927
|
-
/** The start date of the date span. */
|
|
928
|
-
start: Date;
|
|
929
|
-
/** The end date of the date span. */
|
|
930
|
-
end: Date;
|
|
931
|
-
}
|
|
932
|
-
|
|
933
|
-
/**
|
|
934
|
-
* Defines values for EbpfDataplane. \
|
|
935
|
-
* {@link KnownEbpfDataplane} can be used interchangeably with EbpfDataplane,
|
|
936
|
-
* this enum contains the known values that the service supports.
|
|
937
|
-
* ### Known values supported by the service
|
|
938
|
-
* **cilium**: Use Cilium for networking in the Kubernetes cluster.
|
|
939
|
-
*/
|
|
940
|
-
export declare type EbpfDataplane = string;
|
|
941
|
-
|
|
942
787
|
/** A domain name that AKS agent nodes are reaching at. */
|
|
943
788
|
export declare interface EndpointDependency {
|
|
944
789
|
/** The domain name of the dependency. */
|
|
@@ -959,55 +804,6 @@ export declare interface EndpointDetail {
|
|
|
959
804
|
description?: string;
|
|
960
805
|
}
|
|
961
806
|
|
|
962
|
-
/** The resource management error additional info. */
|
|
963
|
-
export declare interface ErrorAdditionalInfo {
|
|
964
|
-
/**
|
|
965
|
-
* The additional info type.
|
|
966
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
967
|
-
*/
|
|
968
|
-
readonly type?: string;
|
|
969
|
-
/**
|
|
970
|
-
* The additional info.
|
|
971
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
972
|
-
*/
|
|
973
|
-
readonly info?: Record<string, unknown>;
|
|
974
|
-
}
|
|
975
|
-
|
|
976
|
-
/** The error detail. */
|
|
977
|
-
export declare interface ErrorDetail {
|
|
978
|
-
/**
|
|
979
|
-
* The error code.
|
|
980
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
981
|
-
*/
|
|
982
|
-
readonly code?: string;
|
|
983
|
-
/**
|
|
984
|
-
* The error message.
|
|
985
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
986
|
-
*/
|
|
987
|
-
readonly message?: string;
|
|
988
|
-
/**
|
|
989
|
-
* The error target.
|
|
990
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
991
|
-
*/
|
|
992
|
-
readonly target?: string;
|
|
993
|
-
/**
|
|
994
|
-
* The error details.
|
|
995
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
996
|
-
*/
|
|
997
|
-
readonly details?: ErrorDetail[];
|
|
998
|
-
/**
|
|
999
|
-
* The error additional info.
|
|
1000
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1001
|
-
*/
|
|
1002
|
-
readonly additionalInfo?: ErrorAdditionalInfo[];
|
|
1003
|
-
}
|
|
1004
|
-
|
|
1005
|
-
/** Common error response for all Azure Resource Manager APIs to return error details for failed operations. (This also follows the OData error response format.). */
|
|
1006
|
-
export declare interface ErrorResponse {
|
|
1007
|
-
/** The error object. */
|
|
1008
|
-
error?: ErrorDetail;
|
|
1009
|
-
}
|
|
1010
|
-
|
|
1011
807
|
/**
|
|
1012
808
|
* Defines values for Expander. \
|
|
1013
809
|
* {@link KnownExpander} can be used interchangeably with Expander,
|
|
@@ -1037,403 +833,22 @@ export declare interface ExtendedLocation {
|
|
|
1037
833
|
*/
|
|
1038
834
|
export declare type ExtendedLocationTypes = string;
|
|
1039
835
|
|
|
1040
|
-
/** The Fleet resource which contains multiple Kubernetes clusters as its members. */
|
|
1041
|
-
export declare interface Fleet extends TrackedResource {
|
|
1042
|
-
/**
|
|
1043
|
-
* Resource Etag.
|
|
1044
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1045
|
-
*/
|
|
1046
|
-
readonly etag?: string;
|
|
1047
|
-
/** The FleetHubProfile configures the Fleet's hub. */
|
|
1048
|
-
hubProfile?: FleetHubProfile;
|
|
1049
|
-
/**
|
|
1050
|
-
* The provisioning state of the last accepted operation.
|
|
1051
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1052
|
-
*/
|
|
1053
|
-
readonly provisioningState?: FleetProvisioningState;
|
|
1054
|
-
}
|
|
1055
|
-
|
|
1056
|
-
/** The credential result response. */
|
|
1057
|
-
export declare interface FleetCredentialResult {
|
|
1058
|
-
/**
|
|
1059
|
-
* The name of the credential.
|
|
1060
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1061
|
-
*/
|
|
1062
|
-
readonly name?: string;
|
|
1063
|
-
/**
|
|
1064
|
-
* Base64-encoded Kubernetes configuration file.
|
|
1065
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1066
|
-
*/
|
|
1067
|
-
readonly value?: Uint8Array;
|
|
1068
|
-
}
|
|
1069
|
-
|
|
1070
|
-
/** The list credential result response. */
|
|
1071
|
-
export declare interface FleetCredentialResults {
|
|
1072
|
-
/**
|
|
1073
|
-
* Base64-encoded Kubernetes configuration file.
|
|
1074
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1075
|
-
*/
|
|
1076
|
-
readonly kubeconfigs?: FleetCredentialResult[];
|
|
1077
|
-
}
|
|
1078
|
-
|
|
1079
|
-
/** The FleetHubProfile configures the fleet hub. */
|
|
1080
|
-
export declare interface FleetHubProfile {
|
|
1081
|
-
/** DNS prefix used to create the FQDN for the Fleet hub. */
|
|
1082
|
-
dnsPrefix?: string;
|
|
1083
|
-
/**
|
|
1084
|
-
* The FQDN of the Fleet hub.
|
|
1085
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1086
|
-
*/
|
|
1087
|
-
readonly fqdn?: string;
|
|
1088
|
-
/**
|
|
1089
|
-
* The Kubernetes version of the Fleet hub.
|
|
1090
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1091
|
-
*/
|
|
1092
|
-
readonly kubernetesVersion?: string;
|
|
1093
|
-
}
|
|
1094
|
-
|
|
1095
|
-
/** The response from the List Fleets operation. */
|
|
1096
|
-
export declare interface FleetListResult {
|
|
1097
|
-
/** The list of Fleets. */
|
|
1098
|
-
value?: Fleet[];
|
|
1099
|
-
/**
|
|
1100
|
-
* The URL to get the next page of Fleets.
|
|
1101
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1102
|
-
*/
|
|
1103
|
-
readonly nextLink?: string;
|
|
1104
|
-
}
|
|
1105
|
-
|
|
1106
|
-
/** A member of the Fleet. It contains a reference to an existing Kubernetes cluster on Azure. */
|
|
1107
|
-
export declare interface FleetMember extends AzureEntityResource {
|
|
1108
|
-
/** The ARM resource id of the cluster that joins the Fleet. Must be a valid Azure resource id. e.g.: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{clusterName}'. */
|
|
1109
|
-
clusterResourceId?: string;
|
|
1110
|
-
/**
|
|
1111
|
-
* The provisioning state of the last accepted operation.
|
|
1112
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1113
|
-
*/
|
|
1114
|
-
readonly provisioningState?: FleetMemberProvisioningState;
|
|
1115
|
-
}
|
|
1116
|
-
|
|
1117
|
-
/**
|
|
1118
|
-
* Defines values for FleetMemberProvisioningState. \
|
|
1119
|
-
* {@link KnownFleetMemberProvisioningState} can be used interchangeably with FleetMemberProvisioningState,
|
|
1120
|
-
* this enum contains the known values that the service supports.
|
|
1121
|
-
* ### Known values supported by the service
|
|
1122
|
-
* **Succeeded** \
|
|
1123
|
-
* **Failed** \
|
|
1124
|
-
* **Canceled** \
|
|
1125
|
-
* **Joining** \
|
|
1126
|
-
* **Leaving** \
|
|
1127
|
-
* **Updating**
|
|
1128
|
-
*/
|
|
1129
|
-
export declare type FleetMemberProvisioningState = string;
|
|
1130
|
-
|
|
1131
|
-
/** Interface representing a FleetMembers. */
|
|
1132
|
-
export declare interface FleetMembers {
|
|
1133
|
-
/**
|
|
1134
|
-
* Lists the members of a fleet.
|
|
1135
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
1136
|
-
* @param fleetName The name of the Fleet resource.
|
|
1137
|
-
* @param options The options parameters.
|
|
1138
|
-
*/
|
|
1139
|
-
listByFleet(resourceGroupName: string, fleetName: string, options?: FleetMembersListByFleetOptionalParams): PagedAsyncIterableIterator<FleetMember>;
|
|
1140
|
-
/**
|
|
1141
|
-
* A member contains a reference to an existing Kubernetes cluster. Creating a member makes the
|
|
1142
|
-
* referenced cluster join the Fleet.
|
|
1143
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
1144
|
-
* @param fleetName The name of the Fleet resource.
|
|
1145
|
-
* @param fleetMemberName The name of the Fleet member resource.
|
|
1146
|
-
* @param parameters The Fleet member to create or update.
|
|
1147
|
-
* @param options The options parameters.
|
|
1148
|
-
*/
|
|
1149
|
-
beginCreateOrUpdate(resourceGroupName: string, fleetName: string, fleetMemberName: string, parameters: FleetMember, options?: FleetMembersCreateOrUpdateOptionalParams): Promise<PollerLike<PollOperationState<FleetMembersCreateOrUpdateResponse>, FleetMembersCreateOrUpdateResponse>>;
|
|
1150
|
-
/**
|
|
1151
|
-
* A member contains a reference to an existing Kubernetes cluster. Creating a member makes the
|
|
1152
|
-
* referenced cluster join the Fleet.
|
|
1153
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
1154
|
-
* @param fleetName The name of the Fleet resource.
|
|
1155
|
-
* @param fleetMemberName The name of the Fleet member resource.
|
|
1156
|
-
* @param parameters The Fleet member to create or update.
|
|
1157
|
-
* @param options The options parameters.
|
|
1158
|
-
*/
|
|
1159
|
-
beginCreateOrUpdateAndWait(resourceGroupName: string, fleetName: string, fleetMemberName: string, parameters: FleetMember, options?: FleetMembersCreateOrUpdateOptionalParams): Promise<FleetMembersCreateOrUpdateResponse>;
|
|
1160
|
-
/**
|
|
1161
|
-
* Gets a Fleet member.
|
|
1162
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
1163
|
-
* @param fleetName The name of the Fleet resource.
|
|
1164
|
-
* @param fleetMemberName The name of the Fleet member resource.
|
|
1165
|
-
* @param options The options parameters.
|
|
1166
|
-
*/
|
|
1167
|
-
get(resourceGroupName: string, fleetName: string, fleetMemberName: string, options?: FleetMembersGetOptionalParams): Promise<FleetMembersGetResponse>;
|
|
1168
|
-
/**
|
|
1169
|
-
* Deleting a Fleet member results in the member cluster leaving fleet. The Member azure resource is
|
|
1170
|
-
* deleted upon success. The underlying cluster is not deleted.
|
|
1171
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
1172
|
-
* @param fleetName The name of the Fleet resource.
|
|
1173
|
-
* @param fleetMemberName The name of the Fleet member resource.
|
|
1174
|
-
* @param options The options parameters.
|
|
1175
|
-
*/
|
|
1176
|
-
beginDelete(resourceGroupName: string, fleetName: string, fleetMemberName: string, options?: FleetMembersDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
|
|
1177
|
-
/**
|
|
1178
|
-
* Deleting a Fleet member results in the member cluster leaving fleet. The Member azure resource is
|
|
1179
|
-
* deleted upon success. The underlying cluster is not deleted.
|
|
1180
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
1181
|
-
* @param fleetName The name of the Fleet resource.
|
|
1182
|
-
* @param fleetMemberName The name of the Fleet member resource.
|
|
1183
|
-
* @param options The options parameters.
|
|
1184
|
-
*/
|
|
1185
|
-
beginDeleteAndWait(resourceGroupName: string, fleetName: string, fleetMemberName: string, options?: FleetMembersDeleteOptionalParams): Promise<void>;
|
|
1186
|
-
}
|
|
1187
|
-
|
|
1188
|
-
/** Optional parameters. */
|
|
1189
|
-
export declare interface FleetMembersCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1190
|
-
/** Omit this value to always overwrite the current resource. Specify the last-seen ETag value to prevent accidentally overwriting concurrent changes. */
|
|
1191
|
-
ifMatch?: string;
|
|
1192
|
-
/** Set to '*' to allow a new resource to be created and prevent updating an existing resource. Other values will result in a 412 Pre-condition Failed response. */
|
|
1193
|
-
ifNoneMatch?: string;
|
|
1194
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
1195
|
-
updateIntervalInMs?: number;
|
|
1196
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1197
|
-
resumeFrom?: string;
|
|
1198
|
-
}
|
|
1199
|
-
|
|
1200
|
-
/** Contains response data for the createOrUpdate operation. */
|
|
1201
|
-
export declare type FleetMembersCreateOrUpdateResponse = FleetMember;
|
|
1202
|
-
|
|
1203
|
-
/** Defines headers for FleetMembers_delete operation. */
|
|
1204
|
-
export declare interface FleetMembersDeleteHeaders {
|
|
1205
|
-
location?: string;
|
|
1206
|
-
}
|
|
1207
|
-
|
|
1208
|
-
/** Optional parameters. */
|
|
1209
|
-
export declare interface FleetMembersDeleteOptionalParams extends coreClient.OperationOptions {
|
|
1210
|
-
/** Omit this value to always overwrite the current resource. Specify the last-seen ETag value to prevent accidentally overwriting concurrent changes. */
|
|
1211
|
-
ifMatch?: string;
|
|
1212
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
1213
|
-
updateIntervalInMs?: number;
|
|
1214
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1215
|
-
resumeFrom?: string;
|
|
1216
|
-
}
|
|
1217
|
-
|
|
1218
|
-
/** Optional parameters. */
|
|
1219
|
-
export declare interface FleetMembersGetOptionalParams extends coreClient.OperationOptions {
|
|
1220
|
-
}
|
|
1221
|
-
|
|
1222
|
-
/** Contains response data for the get operation. */
|
|
1223
|
-
export declare type FleetMembersGetResponse = FleetMember;
|
|
1224
|
-
|
|
1225
|
-
/** Optional parameters. */
|
|
1226
|
-
export declare interface FleetMembersListByFleetNextOptionalParams extends coreClient.OperationOptions {
|
|
1227
|
-
}
|
|
1228
|
-
|
|
1229
|
-
/** Contains response data for the listByFleetNext operation. */
|
|
1230
|
-
export declare type FleetMembersListByFleetNextResponse = FleetMembersListResult;
|
|
1231
|
-
|
|
1232
|
-
/** Optional parameters. */
|
|
1233
|
-
export declare interface FleetMembersListByFleetOptionalParams extends coreClient.OperationOptions {
|
|
1234
|
-
}
|
|
1235
|
-
|
|
1236
|
-
/** Contains response data for the listByFleet operation. */
|
|
1237
|
-
export declare type FleetMembersListByFleetResponse = FleetMembersListResult;
|
|
1238
|
-
|
|
1239
|
-
/** The response from the List FleetMembers operation. */
|
|
1240
|
-
export declare interface FleetMembersListResult {
|
|
1241
|
-
/** The list of members in a given Fleet. */
|
|
1242
|
-
value?: FleetMember[];
|
|
1243
|
-
/**
|
|
1244
|
-
* The URL to get the next page of Fleet members.
|
|
1245
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1246
|
-
*/
|
|
1247
|
-
readonly nextLink?: string;
|
|
1248
|
-
}
|
|
1249
|
-
|
|
1250
|
-
/** Properties of a Fleet that can be patched. */
|
|
1251
|
-
export declare interface FleetPatch {
|
|
1252
|
-
/** Resource tags. */
|
|
1253
|
-
tags?: {
|
|
1254
|
-
[propertyName: string]: string;
|
|
1255
|
-
};
|
|
1256
|
-
}
|
|
1257
|
-
|
|
1258
|
-
/**
|
|
1259
|
-
* Defines values for FleetProvisioningState. \
|
|
1260
|
-
* {@link KnownFleetProvisioningState} can be used interchangeably with FleetProvisioningState,
|
|
1261
|
-
* this enum contains the known values that the service supports.
|
|
1262
|
-
* ### Known values supported by the service
|
|
1263
|
-
* **Succeeded** \
|
|
1264
|
-
* **Failed** \
|
|
1265
|
-
* **Canceled** \
|
|
1266
|
-
* **Creating** \
|
|
1267
|
-
* **Deleting** \
|
|
1268
|
-
* **Updating**
|
|
1269
|
-
*/
|
|
1270
|
-
export declare type FleetProvisioningState = string;
|
|
1271
|
-
|
|
1272
|
-
/** Interface representing a Fleets. */
|
|
1273
|
-
export declare interface Fleets {
|
|
1274
|
-
/**
|
|
1275
|
-
* Lists fleets in the specified subscription and resource group.
|
|
1276
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
1277
|
-
* @param options The options parameters.
|
|
1278
|
-
*/
|
|
1279
|
-
listByResourceGroup(resourceGroupName: string, options?: FleetsListByResourceGroupOptionalParams): PagedAsyncIterableIterator<Fleet>;
|
|
1280
|
-
/**
|
|
1281
|
-
* Lists fleets in the specified subscription.
|
|
1282
|
-
* @param options The options parameters.
|
|
1283
|
-
*/
|
|
1284
|
-
list(options?: FleetsListOptionalParams): PagedAsyncIterableIterator<Fleet>;
|
|
1285
|
-
/**
|
|
1286
|
-
* Creates or updates a Fleet.
|
|
1287
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
1288
|
-
* @param fleetName The name of the Fleet resource.
|
|
1289
|
-
* @param parameters The Fleet to create or update.
|
|
1290
|
-
* @param options The options parameters.
|
|
1291
|
-
*/
|
|
1292
|
-
beginCreateOrUpdate(resourceGroupName: string, fleetName: string, parameters: Fleet, options?: FleetsCreateOrUpdateOptionalParams): Promise<PollerLike<PollOperationState<FleetsCreateOrUpdateResponse>, FleetsCreateOrUpdateResponse>>;
|
|
1293
|
-
/**
|
|
1294
|
-
* Creates or updates a Fleet.
|
|
1295
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
1296
|
-
* @param fleetName The name of the Fleet resource.
|
|
1297
|
-
* @param parameters The Fleet to create or update.
|
|
1298
|
-
* @param options The options parameters.
|
|
1299
|
-
*/
|
|
1300
|
-
beginCreateOrUpdateAndWait(resourceGroupName: string, fleetName: string, parameters: Fleet, options?: FleetsCreateOrUpdateOptionalParams): Promise<FleetsCreateOrUpdateResponse>;
|
|
1301
|
-
/**
|
|
1302
|
-
* Patches a fleet resource.
|
|
1303
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
1304
|
-
* @param fleetName The name of the Fleet resource.
|
|
1305
|
-
* @param options The options parameters.
|
|
1306
|
-
*/
|
|
1307
|
-
update(resourceGroupName: string, fleetName: string, options?: FleetsUpdateOptionalParams): Promise<FleetsUpdateResponse>;
|
|
1308
|
-
/**
|
|
1309
|
-
* Gets a Fleet.
|
|
1310
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
1311
|
-
* @param fleetName The name of the Fleet resource.
|
|
1312
|
-
* @param options The options parameters.
|
|
1313
|
-
*/
|
|
1314
|
-
get(resourceGroupName: string, fleetName: string, options?: FleetsGetOptionalParams): Promise<FleetsGetResponse>;
|
|
1315
|
-
/**
|
|
1316
|
-
* Deletes a Fleet.
|
|
1317
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
1318
|
-
* @param fleetName The name of the Fleet resource.
|
|
1319
|
-
* @param options The options parameters.
|
|
1320
|
-
*/
|
|
1321
|
-
beginDelete(resourceGroupName: string, fleetName: string, options?: FleetsDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
|
|
1322
|
-
/**
|
|
1323
|
-
* Deletes a Fleet.
|
|
1324
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
1325
|
-
* @param fleetName The name of the Fleet resource.
|
|
1326
|
-
* @param options The options parameters.
|
|
1327
|
-
*/
|
|
1328
|
-
beginDeleteAndWait(resourceGroupName: string, fleetName: string, options?: FleetsDeleteOptionalParams): Promise<void>;
|
|
1329
|
-
/**
|
|
1330
|
-
* Lists the user credentials of a Fleet.
|
|
1331
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
1332
|
-
* @param fleetName The name of the Fleet resource.
|
|
1333
|
-
* @param options The options parameters.
|
|
1334
|
-
*/
|
|
1335
|
-
listCredentials(resourceGroupName: string, fleetName: string, options?: FleetsListCredentialsOptionalParams): Promise<FleetsListCredentialsResponse>;
|
|
1336
|
-
}
|
|
1337
|
-
|
|
1338
|
-
/** Optional parameters. */
|
|
1339
|
-
export declare interface FleetsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1340
|
-
/** Omit this value to always overwrite the current resource. Specify the last-seen ETag value to prevent accidentally overwriting concurrent changes. */
|
|
1341
|
-
ifMatch?: string;
|
|
1342
|
-
/** Set to '*' to allow a new resource to be created and prevent updating an existing resource. Other values will result in a 412 Pre-condition Failed response. */
|
|
1343
|
-
ifNoneMatch?: string;
|
|
1344
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
1345
|
-
updateIntervalInMs?: number;
|
|
1346
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1347
|
-
resumeFrom?: string;
|
|
1348
|
-
}
|
|
1349
|
-
|
|
1350
|
-
/** Contains response data for the createOrUpdate operation. */
|
|
1351
|
-
export declare type FleetsCreateOrUpdateResponse = Fleet;
|
|
1352
|
-
|
|
1353
|
-
/** Defines headers for Fleets_delete operation. */
|
|
1354
|
-
export declare interface FleetsDeleteHeaders {
|
|
1355
|
-
location?: string;
|
|
1356
|
-
}
|
|
1357
|
-
|
|
1358
|
-
/** Optional parameters. */
|
|
1359
|
-
export declare interface FleetsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
1360
|
-
/** Omit this value to always overwrite the current resource. Specify the last-seen ETag value to prevent accidentally overwriting concurrent changes. */
|
|
1361
|
-
ifMatch?: string;
|
|
1362
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
1363
|
-
updateIntervalInMs?: number;
|
|
1364
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1365
|
-
resumeFrom?: string;
|
|
1366
|
-
}
|
|
1367
|
-
|
|
1368
|
-
/** Optional parameters. */
|
|
1369
|
-
export declare interface FleetsGetOptionalParams extends coreClient.OperationOptions {
|
|
1370
|
-
}
|
|
1371
|
-
|
|
1372
|
-
/** Contains response data for the get operation. */
|
|
1373
|
-
export declare type FleetsGetResponse = Fleet;
|
|
1374
|
-
|
|
1375
|
-
/** Optional parameters. */
|
|
1376
|
-
export declare interface FleetsListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
|
|
1377
|
-
}
|
|
1378
|
-
|
|
1379
|
-
/** Contains response data for the listByResourceGroupNext operation. */
|
|
1380
|
-
export declare type FleetsListByResourceGroupNextResponse = FleetListResult;
|
|
1381
|
-
|
|
1382
|
-
/** Optional parameters. */
|
|
1383
|
-
export declare interface FleetsListByResourceGroupOptionalParams extends coreClient.OperationOptions {
|
|
1384
|
-
}
|
|
1385
|
-
|
|
1386
|
-
/** Contains response data for the listByResourceGroup operation. */
|
|
1387
|
-
export declare type FleetsListByResourceGroupResponse = FleetListResult;
|
|
1388
|
-
|
|
1389
|
-
/** Optional parameters. */
|
|
1390
|
-
export declare interface FleetsListCredentialsOptionalParams extends coreClient.OperationOptions {
|
|
1391
|
-
}
|
|
1392
|
-
|
|
1393
|
-
/** Contains response data for the listCredentials operation. */
|
|
1394
|
-
export declare type FleetsListCredentialsResponse = FleetCredentialResults;
|
|
1395
|
-
|
|
1396
|
-
/** Optional parameters. */
|
|
1397
|
-
export declare interface FleetsListNextOptionalParams extends coreClient.OperationOptions {
|
|
1398
|
-
}
|
|
1399
|
-
|
|
1400
|
-
/** Contains response data for the listNext operation. */
|
|
1401
|
-
export declare type FleetsListNextResponse = FleetListResult;
|
|
1402
|
-
|
|
1403
|
-
/** Optional parameters. */
|
|
1404
|
-
export declare interface FleetsListOptionalParams extends coreClient.OperationOptions {
|
|
1405
|
-
}
|
|
1406
|
-
|
|
1407
|
-
/** Contains response data for the list operation. */
|
|
1408
|
-
export declare type FleetsListResponse = FleetListResult;
|
|
1409
|
-
|
|
1410
|
-
/** Optional parameters. */
|
|
1411
|
-
export declare interface FleetsUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1412
|
-
/** Omit this value to always overwrite the current resource. Specify the last-seen ETag value to prevent accidentally overwriting concurrent changes. */
|
|
1413
|
-
ifMatch?: string;
|
|
1414
|
-
/** The properties of a Fleet to update. */
|
|
1415
|
-
parameters?: FleetPatch;
|
|
1416
|
-
}
|
|
1417
|
-
|
|
1418
|
-
/** Contains response data for the update operation. */
|
|
1419
|
-
export declare type FleetsUpdateResponse = Fleet;
|
|
1420
|
-
|
|
1421
836
|
/**
|
|
1422
837
|
* Defines values for Format. \
|
|
1423
838
|
* {@link KnownFormat} can be used interchangeably with Format,
|
|
1424
839
|
* this enum contains the known values that the service supports.
|
|
1425
840
|
* ### Known values supported by the service
|
|
1426
|
-
* **azure**: Return azure auth-provider kubeconfig. This format is deprecated in
|
|
841
|
+
* **azure**: Return azure auth-provider kubeconfig. This format is deprecated in v1.22 and will be fully removed in v1.26. See: https:\/\/aka.ms\/k8s\/changes-1-26. \
|
|
1427
842
|
* **exec**: Return exec format kubeconfig. This format requires kubelogin binary in the path.
|
|
1428
843
|
*/
|
|
1429
844
|
export declare type Format = string;
|
|
1430
845
|
|
|
1431
846
|
/**
|
|
1432
|
-
* Given
|
|
1433
|
-
* continuation token that can be used to begin paging from
|
|
847
|
+
* Given the last `.value` produced by the `byPage` iterator,
|
|
848
|
+
* returns a continuation token that can be used to begin paging from
|
|
1434
849
|
* that point later.
|
|
1435
|
-
* @param page
|
|
1436
|
-
* @returns The continuation token that can be passed into byPage().
|
|
850
|
+
* @param page An object from accessing `value` on the IteratorResult from a `byPage` iterator.
|
|
851
|
+
* @returns The continuation token that can be passed into byPage() during future calls.
|
|
1437
852
|
*/
|
|
1438
853
|
export declare function getContinuationToken(page: unknown): string | undefined;
|
|
1439
854
|
|
|
@@ -1450,21 +865,6 @@ export declare function getContinuationToken(page: unknown): string | undefined;
|
|
|
1450
865
|
*/
|
|
1451
866
|
export declare type GPUInstanceProfile = string;
|
|
1452
867
|
|
|
1453
|
-
/** The Guardrails profile. */
|
|
1454
|
-
export declare interface GuardrailsProfile {
|
|
1455
|
-
/**
|
|
1456
|
-
* List of namespaces specified by AKS to be excluded from Guardrails
|
|
1457
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1458
|
-
*/
|
|
1459
|
-
readonly systemExcludedNamespaces?: string[];
|
|
1460
|
-
/** The version of constraints to use */
|
|
1461
|
-
version: string;
|
|
1462
|
-
/** The guardrails level to be used. By default, Guardrails is enabled for all namespaces except those that AKS excludes via systemExcludedNamespaces */
|
|
1463
|
-
level: Level;
|
|
1464
|
-
/** List of namespaces excluded from guardrails checks */
|
|
1465
|
-
excludedNamespaces?: string[];
|
|
1466
|
-
}
|
|
1467
|
-
|
|
1468
868
|
/**
|
|
1469
869
|
* Defines values for IpFamily. \
|
|
1470
870
|
* {@link KnownIpFamily} can be used interchangeably with IpFamily,
|
|
@@ -1475,24 +875,6 @@ export declare interface GuardrailsProfile {
|
|
|
1475
875
|
*/
|
|
1476
876
|
export declare type IpFamily = string;
|
|
1477
877
|
|
|
1478
|
-
/** Contains the IPTag associated with the object. */
|
|
1479
|
-
export declare interface IPTag {
|
|
1480
|
-
/** The IP tag type. Example: RoutingPreference. */
|
|
1481
|
-
ipTagType?: string;
|
|
1482
|
-
/** The value of the IP tag associated with the public IP. Example: Internet. */
|
|
1483
|
-
tag?: string;
|
|
1484
|
-
}
|
|
1485
|
-
|
|
1486
|
-
/**
|
|
1487
|
-
* Defines values for IpvsScheduler. \
|
|
1488
|
-
* {@link KnownIpvsScheduler} can be used interchangeably with IpvsScheduler,
|
|
1489
|
-
* this enum contains the known values that the service supports.
|
|
1490
|
-
* ### Known values supported by the service
|
|
1491
|
-
* **RoundRobin**: Round Robin \
|
|
1492
|
-
* **LeastConnection**: Least Connection
|
|
1493
|
-
*/
|
|
1494
|
-
export declare type IpvsScheduler = string;
|
|
1495
|
-
|
|
1496
878
|
/**
|
|
1497
879
|
* Defines values for KeyVaultNetworkAccessTypes. \
|
|
1498
880
|
* {@link KnownKeyVaultNetworkAccessTypes} can be used interchangeably with KeyVaultNetworkAccessTypes,
|
|
@@ -1519,14 +901,6 @@ export declare enum KnownAgentPoolType {
|
|
|
1519
901
|
AvailabilitySet = "AvailabilitySet"
|
|
1520
902
|
}
|
|
1521
903
|
|
|
1522
|
-
/** Known values of {@link BackendPoolType} that the service accepts. */
|
|
1523
|
-
export declare enum KnownBackendPoolType {
|
|
1524
|
-
/** The type of the managed inbound Load Balancer BackendPool. https://cloud-provider-azure.sigs.k8s.io/topics/loadbalancer/#configure-load-balancer-backend. */
|
|
1525
|
-
NodeIPConfiguration = "NodeIPConfiguration",
|
|
1526
|
-
/** The type of the managed inbound Load Balancer BackendPool. https://cloud-provider-azure.sigs.k8s.io/topics/loadbalancer/#configure-load-balancer-backend. */
|
|
1527
|
-
NodeIP = "NodeIP"
|
|
1528
|
-
}
|
|
1529
|
-
|
|
1530
904
|
/** Known values of {@link Code} that the service accepts. */
|
|
1531
905
|
export declare enum KnownCode {
|
|
1532
906
|
/** The cluster is running. */
|
|
@@ -1907,14 +1281,6 @@ export declare enum KnownContainerServiceVMSizeTypes {
|
|
|
1907
1281
|
StandardNV6 = "Standard_NV6"
|
|
1908
1282
|
}
|
|
1909
1283
|
|
|
1910
|
-
/** Known values of {@link ControlledValues} that the service accepts. */
|
|
1911
|
-
export declare enum KnownControlledValues {
|
|
1912
|
-
/** Autoscaler will control resource requests and limits. */
|
|
1913
|
-
RequestsAndLimits = "RequestsAndLimits",
|
|
1914
|
-
/** Autoscaler will control resource requests only. */
|
|
1915
|
-
RequestsOnly = "RequestsOnly"
|
|
1916
|
-
}
|
|
1917
|
-
|
|
1918
1284
|
/** Known values of {@link CreatedByType} that the service accepts. */
|
|
1919
1285
|
export declare enum KnownCreatedByType {
|
|
1920
1286
|
/** User */
|
|
@@ -1927,12 +1293,6 @@ export declare enum KnownCreatedByType {
|
|
|
1927
1293
|
Key = "Key"
|
|
1928
1294
|
}
|
|
1929
1295
|
|
|
1930
|
-
/** Known values of {@link EbpfDataplane} that the service accepts. */
|
|
1931
|
-
export declare enum KnownEbpfDataplane {
|
|
1932
|
-
/** Use Cilium for networking in the Kubernetes cluster. */
|
|
1933
|
-
Cilium = "cilium"
|
|
1934
|
-
}
|
|
1935
|
-
|
|
1936
1296
|
/** Known values of {@link Expander} that the service accepts. */
|
|
1937
1297
|
export declare enum KnownExpander {
|
|
1938
1298
|
/** Selects the node group that will have the least idle CPU (if tied, unused memory) after scale-up. This is useful when you have different classes of nodes, for example, high CPU or high memory nodes, and only want to expand those when there are pending pods that need a lot of those resources. */
|
|
@@ -1951,41 +1311,9 @@ export declare enum KnownExtendedLocationTypes {
|
|
|
1951
1311
|
EdgeZone = "EdgeZone"
|
|
1952
1312
|
}
|
|
1953
1313
|
|
|
1954
|
-
/** Known values of {@link FleetMemberProvisioningState} that the service accepts. */
|
|
1955
|
-
export declare enum KnownFleetMemberProvisioningState {
|
|
1956
|
-
/** Succeeded */
|
|
1957
|
-
Succeeded = "Succeeded",
|
|
1958
|
-
/** Failed */
|
|
1959
|
-
Failed = "Failed",
|
|
1960
|
-
/** Canceled */
|
|
1961
|
-
Canceled = "Canceled",
|
|
1962
|
-
/** Joining */
|
|
1963
|
-
Joining = "Joining",
|
|
1964
|
-
/** Leaving */
|
|
1965
|
-
Leaving = "Leaving",
|
|
1966
|
-
/** Updating */
|
|
1967
|
-
Updating = "Updating"
|
|
1968
|
-
}
|
|
1969
|
-
|
|
1970
|
-
/** Known values of {@link FleetProvisioningState} that the service accepts. */
|
|
1971
|
-
export declare enum KnownFleetProvisioningState {
|
|
1972
|
-
/** Succeeded */
|
|
1973
|
-
Succeeded = "Succeeded",
|
|
1974
|
-
/** Failed */
|
|
1975
|
-
Failed = "Failed",
|
|
1976
|
-
/** Canceled */
|
|
1977
|
-
Canceled = "Canceled",
|
|
1978
|
-
/** Creating */
|
|
1979
|
-
Creating = "Creating",
|
|
1980
|
-
/** Deleting */
|
|
1981
|
-
Deleting = "Deleting",
|
|
1982
|
-
/** Updating */
|
|
1983
|
-
Updating = "Updating"
|
|
1984
|
-
}
|
|
1985
|
-
|
|
1986
1314
|
/** Known values of {@link Format} that the service accepts. */
|
|
1987
1315
|
export declare enum KnownFormat {
|
|
1988
|
-
/** Return azure auth-provider kubeconfig. This format is deprecated in
|
|
1316
|
+
/** Return azure auth-provider kubeconfig. This format is deprecated in v1.22 and will be fully removed in v1.26. See: https://aka.ms/k8s/changes-1-26. */
|
|
1989
1317
|
Azure = "azure",
|
|
1990
1318
|
/** Return exec format kubeconfig. This format requires kubelogin binary in the path. */
|
|
1991
1319
|
Exec = "exec"
|
|
@@ -2013,14 +1341,6 @@ export declare enum KnownIpFamily {
|
|
|
2013
1341
|
IPv6 = "IPv6"
|
|
2014
1342
|
}
|
|
2015
1343
|
|
|
2016
|
-
/** Known values of {@link IpvsScheduler} that the service accepts. */
|
|
2017
|
-
export declare enum KnownIpvsScheduler {
|
|
2018
|
-
/** Round Robin */
|
|
2019
|
-
RoundRobin = "RoundRobin",
|
|
2020
|
-
/** Least Connection */
|
|
2021
|
-
LeastConnection = "LeastConnection"
|
|
2022
|
-
}
|
|
2023
|
-
|
|
2024
1344
|
/** Known values of {@link KeyVaultNetworkAccessTypes} that the service accepts. */
|
|
2025
1345
|
export declare enum KnownKeyVaultNetworkAccessTypes {
|
|
2026
1346
|
/** Public */
|
|
@@ -2037,16 +1357,6 @@ export declare enum KnownKubeletDiskType {
|
|
|
2037
1357
|
Temporary = "Temporary"
|
|
2038
1358
|
}
|
|
2039
1359
|
|
|
2040
|
-
/** Known values of {@link Level} that the service accepts. */
|
|
2041
|
-
export declare enum KnownLevel {
|
|
2042
|
-
/** Off */
|
|
2043
|
-
Off = "Off",
|
|
2044
|
-
/** Warning */
|
|
2045
|
-
Warning = "Warning",
|
|
2046
|
-
/** Enforcement */
|
|
2047
|
-
Enforcement = "Enforcement"
|
|
2048
|
-
}
|
|
2049
|
-
|
|
2050
1360
|
/** Known values of {@link LicenseType} that the service accepts. */
|
|
2051
1361
|
export declare enum KnownLicenseType {
|
|
2052
1362
|
/** No additional licensing is applied. */
|
|
@@ -2093,14 +1403,6 @@ export declare enum KnownManagedClusterSKUTier {
|
|
|
2093
1403
|
Free = "Free"
|
|
2094
1404
|
}
|
|
2095
1405
|
|
|
2096
|
-
/** Known values of {@link Mode} that the service accepts. */
|
|
2097
|
-
export declare enum KnownMode {
|
|
2098
|
-
/** IPTables proxy mode */
|
|
2099
|
-
Iptables = "IPTABLES",
|
|
2100
|
-
/** IPVS proxy mode. Must be using Kubernetes version >= 1.22. */
|
|
2101
|
-
Ipvs = "IPVS"
|
|
2102
|
-
}
|
|
2103
|
-
|
|
2104
1406
|
/** Known values of {@link NetworkMode} that the service accepts. */
|
|
2105
1407
|
export declare enum KnownNetworkMode {
|
|
2106
1408
|
/** No bridge is created. Intra-VM Pod to Pod communication is through IP routes created by Azure CNI. See [Transparent Mode](https://docs.microsoft.com/azure/aks/faq#transparent-mode) for more information. */
|
|
@@ -2115,16 +1417,10 @@ export declare enum KnownNetworkPlugin {
|
|
|
2115
1417
|
Azure = "azure",
|
|
2116
1418
|
/** Use the Kubenet network plugin. See [Kubenet (basic) networking](https://docs.microsoft.com/azure/aks/concepts-network#kubenet-basic-networking) for more information. */
|
|
2117
1419
|
Kubenet = "kubenet",
|
|
2118
|
-
/**
|
|
1420
|
+
/** No CNI plugin is pre-installed. See [BYO CNI](https://docs.microsoft.com/en-us/azure/aks/use-byo-cni) for more information. */
|
|
2119
1421
|
None = "none"
|
|
2120
1422
|
}
|
|
2121
1423
|
|
|
2122
|
-
/** Known values of {@link NetworkPluginMode} that the service accepts. */
|
|
2123
|
-
export declare enum KnownNetworkPluginMode {
|
|
2124
|
-
/** Pods are given IPs from the PodCIDR address space but use Azure Routing Domains rather than Kubenet reference plugins host-local and bridge. */
|
|
2125
|
-
Overlay = "Overlay"
|
|
2126
|
-
}
|
|
2127
|
-
|
|
2128
1424
|
/** Known values of {@link NetworkPolicy} that the service accepts. */
|
|
2129
1425
|
export declare enum KnownNetworkPolicy {
|
|
2130
1426
|
/** Use Calico network policies. See [differences between Azure and Calico policies](https://docs.microsoft.com/azure/aks/use-network-policies#differences-between-azure-and-calico-policies-and-their-capabilities) for more information. */
|
|
@@ -2133,18 +1429,6 @@ export declare enum KnownNetworkPolicy {
|
|
|
2133
1429
|
Azure = "azure"
|
|
2134
1430
|
}
|
|
2135
1431
|
|
|
2136
|
-
/** Known values of {@link NodeOSUpgradeChannel} that the service accepts. */
|
|
2137
|
-
export declare enum KnownNodeOSUpgradeChannel {
|
|
2138
|
-
/** No attempt to update your machines OS will be made either by OS or by rolling VHDs. This means you are responsible for your security updates */
|
|
2139
|
-
None = "None",
|
|
2140
|
-
/** OS updates will be applied automatically through the OS built-in patching infrastructure. Newly scaled in machines will be unpatched initially, and will be patched at some later time by the OS's infrastructure. Behavior of this option depends on the OS in question. Ubuntu and Mariner apply security patches through unattended upgrade roughly once a day around 06:00 UTC. Windows does not apply security patches automatically and so for them this option is equivalent to None till further notice */
|
|
2141
|
-
Unmanaged = "Unmanaged",
|
|
2142
|
-
/** AKS will update the nodes VHD with patches from the image maintainer labelled "security only" on a regular basis. Where possible, patches will also be applied without reimaging to existing nodes. Some patches, such as kernel patches, cannot be applied to existing nodes without disruption. For such patches, the VHD will be updated, and machines will be rolling reimaged to that VHD following maintenance windows and surge settings. This option incurs the extra cost of hosting the VHDs in your node resource group. */
|
|
2143
|
-
SecurityPatch = "SecurityPatch",
|
|
2144
|
-
/** AKS will update the nodes with a newly patched VHD containing security fixes and bugfixes on a weekly cadence. With the VHD update machines will be rolling reimaged to that VHD following maintenance windows and surge settings. No extra VHD cost is incurred when choosing this option as AKS hosts the images. */
|
|
2145
|
-
NodeImage = "NodeImage"
|
|
2146
|
-
}
|
|
2147
|
-
|
|
2148
1432
|
/** Known values of {@link OSDiskType} that the service accepts. */
|
|
2149
1433
|
export declare enum KnownOSDiskType {
|
|
2150
1434
|
/** Azure replicates the operating system disk for a virtual machine to Azure storage to avoid data loss should the VM need to be relocated to another host. Since containers aren't designed to have local state persisted, this behavior offers limited value while providing some drawbacks, including slower node provisioning and higher read/write latency. */
|
|
@@ -2159,8 +1443,6 @@ export declare enum KnownOssku {
|
|
|
2159
1443
|
Ubuntu = "Ubuntu",
|
|
2160
1444
|
/** CBLMariner */
|
|
2161
1445
|
CBLMariner = "CBLMariner",
|
|
2162
|
-
/** Mariner */
|
|
2163
|
-
Mariner = "Mariner",
|
|
2164
1446
|
/** Windows2019 */
|
|
2165
1447
|
Windows2019 = "Windows2019",
|
|
2166
1448
|
/** Windows2022 */
|
|
@@ -2201,22 +1483,12 @@ export declare enum KnownPrivateEndpointConnectionProvisioningState {
|
|
|
2201
1483
|
Succeeded = "Succeeded"
|
|
2202
1484
|
}
|
|
2203
1485
|
|
|
2204
|
-
/** Known values of {@link Protocol} that the service accepts. */
|
|
2205
|
-
export declare enum KnownProtocol {
|
|
2206
|
-
/** TCP protocol. */
|
|
2207
|
-
TCP = "TCP",
|
|
2208
|
-
/** UDP protocol. */
|
|
2209
|
-
UDP = "UDP"
|
|
2210
|
-
}
|
|
2211
|
-
|
|
2212
1486
|
/** Known values of {@link PublicNetworkAccess} that the service accepts. */
|
|
2213
1487
|
export declare enum KnownPublicNetworkAccess {
|
|
2214
|
-
/**
|
|
1488
|
+
/** Enabled */
|
|
2215
1489
|
Enabled = "Enabled",
|
|
2216
|
-
/**
|
|
2217
|
-
Disabled = "Disabled"
|
|
2218
|
-
/** Inbound/Outbound traffic is managed by Microsoft.Network/NetworkSecurityPerimeters. */
|
|
2219
|
-
SecuredByPerimeter = "SecuredByPerimeter"
|
|
1490
|
+
/** Disabled */
|
|
1491
|
+
Disabled = "Disabled"
|
|
2220
1492
|
}
|
|
2221
1493
|
|
|
2222
1494
|
/** Known values of {@link ScaleDownMode} that the service accepts. */
|
|
@@ -2246,49 +1518,7 @@ export declare enum KnownScaleSetPriority {
|
|
|
2246
1518
|
/** Known values of {@link SnapshotType} that the service accepts. */
|
|
2247
1519
|
export declare enum KnownSnapshotType {
|
|
2248
1520
|
/** The snapshot is a snapshot of a node pool. */
|
|
2249
|
-
NodePool = "NodePool"
|
|
2250
|
-
/** The snapshot is a snapshot of a managed cluster. */
|
|
2251
|
-
ManagedCluster = "ManagedCluster"
|
|
2252
|
-
}
|
|
2253
|
-
|
|
2254
|
-
/** Known values of {@link TrustedAccessRoleBindingProvisioningState} that the service accepts. */
|
|
2255
|
-
export declare enum KnownTrustedAccessRoleBindingProvisioningState {
|
|
2256
|
-
/** Canceled */
|
|
2257
|
-
Canceled = "Canceled",
|
|
2258
|
-
/** Deleting */
|
|
2259
|
-
Deleting = "Deleting",
|
|
2260
|
-
/** Failed */
|
|
2261
|
-
Failed = "Failed",
|
|
2262
|
-
/** Succeeded */
|
|
2263
|
-
Succeeded = "Succeeded",
|
|
2264
|
-
/** Updating */
|
|
2265
|
-
Updating = "Updating"
|
|
2266
|
-
}
|
|
2267
|
-
|
|
2268
|
-
/** Known values of {@link Type} that the service accepts. */
|
|
2269
|
-
export declare enum KnownType {
|
|
2270
|
-
/** First. */
|
|
2271
|
-
First = "First",
|
|
2272
|
-
/** Second. */
|
|
2273
|
-
Second = "Second",
|
|
2274
|
-
/** Third. */
|
|
2275
|
-
Third = "Third",
|
|
2276
|
-
/** Fourth. */
|
|
2277
|
-
Fourth = "Fourth",
|
|
2278
|
-
/** Last. */
|
|
2279
|
-
Last = "Last"
|
|
2280
|
-
}
|
|
2281
|
-
|
|
2282
|
-
/** Known values of {@link UpdateMode} that the service accepts. */
|
|
2283
|
-
export declare enum KnownUpdateMode {
|
|
2284
|
-
/** Autoscaler never changes pod resources but provides recommendations. */
|
|
2285
|
-
Off = "Off",
|
|
2286
|
-
/** Autoscaler only assigns resources on pod creation and doesn't change them during the lifetime of the pod. */
|
|
2287
|
-
Initial = "Initial",
|
|
2288
|
-
/** Autoscaler assigns resources on pod creation and updates pods that need further scaling during their lifetime by deleting and recreating. */
|
|
2289
|
-
Recreate = "Recreate",
|
|
2290
|
-
/** Autoscaler chooses the update mode. Autoscaler currently does the same as Recreate. In the future, it may take advantage of restart-free mechanisms once they are available. */
|
|
2291
|
-
Auto = "Auto"
|
|
1521
|
+
NodePool = "NodePool"
|
|
2292
1522
|
}
|
|
2293
1523
|
|
|
2294
1524
|
/** Known values of {@link UpgradeChannel} that the service accepts. */
|
|
@@ -2299,7 +1529,7 @@ export declare enum KnownUpgradeChannel {
|
|
|
2299
1529
|
Stable = "stable",
|
|
2300
1530
|
/** Automatically upgrade the cluster to the latest supported patch version when it becomes available while keeping the minor version the same. For example, if a cluster is running version 1.17.7 and versions 1.17.9, 1.18.4, 1.18.6, and 1.19.1 are available, your cluster is upgraded to 1.17.9. */
|
|
2301
1531
|
Patch = "patch",
|
|
2302
|
-
/** Automatically upgrade the node image to the latest version available.
|
|
1532
|
+
/** Automatically upgrade the node image to the latest version available. Microsoft provides patches and new images for image nodes frequently (usually weekly), but your running nodes won't get the new images unless you do a node image upgrade. Turning on the node-image channel will automatically update your node images whenever a new version is available. */
|
|
2303
1533
|
NodeImage = "node-image",
|
|
2304
1534
|
/** Disables auto-upgrades and keeps the cluster at its current version of Kubernetes. */
|
|
2305
1535
|
None = "none"
|
|
@@ -2367,17 +1597,6 @@ export declare interface KubeletConfig {
|
|
|
2367
1597
|
*/
|
|
2368
1598
|
export declare type KubeletDiskType = string;
|
|
2369
1599
|
|
|
2370
|
-
/**
|
|
2371
|
-
* Defines values for Level. \
|
|
2372
|
-
* {@link KnownLevel} can be used interchangeably with Level,
|
|
2373
|
-
* this enum contains the known values that the service supports.
|
|
2374
|
-
* ### Known values supported by the service
|
|
2375
|
-
* **Off** \
|
|
2376
|
-
* **Warning** \
|
|
2377
|
-
* **Enforcement**
|
|
2378
|
-
*/
|
|
2379
|
-
export declare type Level = string;
|
|
2380
|
-
|
|
2381
1600
|
/**
|
|
2382
1601
|
* Defines values for LicenseType. \
|
|
2383
1602
|
* {@link KnownLicenseType} can be used interchangeably with LicenseType,
|
|
@@ -2421,8 +1640,6 @@ export declare interface MaintenanceConfiguration extends SubResource {
|
|
|
2421
1640
|
timeInWeek?: TimeInWeek[];
|
|
2422
1641
|
/** Time slots on which upgrade is not allowed. */
|
|
2423
1642
|
notAllowedTime?: TimeSpan[];
|
|
2424
|
-
/** Maintenance window for the maintenance configuration. */
|
|
2425
|
-
maintenanceWindow?: MaintenanceWindow;
|
|
2426
1643
|
}
|
|
2427
1644
|
|
|
2428
1645
|
/** The response from the List maintenance configurations operation. */
|
|
@@ -2504,22 +1721,6 @@ export declare interface MaintenanceConfigurationsListByManagedClusterOptionalPa
|
|
|
2504
1721
|
/** Contains response data for the listByManagedCluster operation. */
|
|
2505
1722
|
export declare type MaintenanceConfigurationsListByManagedClusterResponse = MaintenanceConfigurationListResult;
|
|
2506
1723
|
|
|
2507
|
-
/** Maintenance window used to configure scheduled auto-upgrade for a Managed Cluster. */
|
|
2508
|
-
export declare interface MaintenanceWindow {
|
|
2509
|
-
/** Recurrence schedule for the maintenance window. */
|
|
2510
|
-
schedule: Schedule;
|
|
2511
|
-
/** Length of maintenance window range from 4 to 24 hours. */
|
|
2512
|
-
durationHours: number;
|
|
2513
|
-
/** The UTC offset in format +/-HH:mm. For example, '+05:30' for IST and '-07:00' for PST. If not specified, the default is '+00:00'. */
|
|
2514
|
-
utcOffset?: string;
|
|
2515
|
-
/** The date the maintenance window activates. If the current date is before this date, the maintenance window is inactive and will not be used for upgrades. If not specified, the maintenance window will be active right away. */
|
|
2516
|
-
startDate?: Date;
|
|
2517
|
-
/** The start time of the maintenance window. Accepted values are from '00:00' to '23:59'. 'utcOffset' applies to this field. For example: '02:00' with 'utcOffset: +02:00' means UTC time '00:00'. */
|
|
2518
|
-
startTime: string;
|
|
2519
|
-
/** Date ranges on which upgrade is not allowed. 'utcOffset' applies to this field. For example, with 'utcOffset: +02:00' and 'dateSpan' being '2022-12-23' to '2023-01-03', maintenance will be blocked from '2022-12-22 22:00' to '2023-01-03 22:00' in UTC time. */
|
|
2520
|
-
notAllowedDates?: DateSpan[];
|
|
2521
|
-
}
|
|
2522
|
-
|
|
2523
1724
|
/** Managed cluster. */
|
|
2524
1725
|
export declare interface ManagedCluster extends TrackedResource {
|
|
2525
1726
|
/** The managed cluster SKU. */
|
|
@@ -2538,17 +1739,15 @@ export declare interface ManagedCluster extends TrackedResource {
|
|
|
2538
1739
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2539
1740
|
*/
|
|
2540
1741
|
readonly powerState?: PowerState;
|
|
2541
|
-
/** CreationData to be used to specify the source Snapshot ID if the cluster will be created/upgraded using a snapshot. */
|
|
2542
|
-
creationData?: CreationData;
|
|
2543
1742
|
/**
|
|
2544
1743
|
* The max number of agent pools for the managed cluster.
|
|
2545
1744
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2546
1745
|
*/
|
|
2547
1746
|
readonly maxAgentPools?: number;
|
|
2548
|
-
/** When you upgrade a supported AKS cluster, Kubernetes minor versions cannot be skipped. All upgrades must be performed sequentially by major version number. For example, upgrades between 1.14.x -> 1.15.x or 1.15.x -> 1.16.x are allowed, however 1.14.x -> 1.16.x is not allowed. See [upgrading an AKS cluster](https://docs.microsoft.com/azure/aks/upgrade-cluster) for more details. */
|
|
1747
|
+
/** Both patch version <major.minor.patch> (e.g. 1.20.13) and <major.minor> (e.g. 1.20) are supported. When <major.minor> is specified, the latest supported GA patch version is chosen automatically. Updating the cluster with the same <major.minor> once it has been created (e.g. 1.14.x -> 1.14) will not trigger an upgrade, even if a newer patch version is available. When you upgrade a supported AKS cluster, Kubernetes minor versions cannot be skipped. All upgrades must be performed sequentially by major version number. For example, upgrades between 1.14.x -> 1.15.x or 1.15.x -> 1.16.x are allowed, however 1.14.x -> 1.16.x is not allowed. See [upgrading an AKS cluster](https://docs.microsoft.com/azure/aks/upgrade-cluster) for more details. */
|
|
2549
1748
|
kubernetesVersion?: string;
|
|
2550
1749
|
/**
|
|
2551
|
-
*
|
|
1750
|
+
* If kubernetesVersion was a fully specified version <major.minor.patch>, this field will be exactly equal to it. If kubernetesVersion was <major.minor>, this field will contain the full <major.minor.patch> version being used.
|
|
2552
1751
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2553
1752
|
*/
|
|
2554
1753
|
readonly currentKubernetesVersion?: string;
|
|
@@ -2591,10 +1790,8 @@ export declare interface ManagedCluster extends TrackedResource {
|
|
|
2591
1790
|
nodeResourceGroup?: string;
|
|
2592
1791
|
/** Whether to enable Kubernetes Role-Based Access Control. */
|
|
2593
1792
|
enableRbac?: boolean;
|
|
2594
|
-
/** (
|
|
1793
|
+
/** (DEPRECATED) Whether to enable Kubernetes pod security policy (preview). PodSecurityPolicy was deprecated in Kubernetes v1.21, and removed from Kubernetes in v1.25. Learn more at https://aka.ms/k8s/psp and https://aka.ms/aks/psp. */
|
|
2595
1794
|
enablePodSecurityPolicy?: boolean;
|
|
2596
|
-
/** The default value is false. It can be enabled/disabled on creation and updation of the managed cluster. See [https://aka.ms/NamespaceARMResource](https://aka.ms/NamespaceARMResource) for more details on Namespace as a ARM Resource. */
|
|
2597
|
-
enableNamespaceResources?: boolean;
|
|
2598
1795
|
/** The network configuration profile. */
|
|
2599
1796
|
networkProfile?: ContainerServiceNetworkProfile;
|
|
2600
1797
|
/** The Azure Active Directory configuration. */
|
|
@@ -2621,16 +1818,10 @@ export declare interface ManagedCluster extends TrackedResource {
|
|
|
2621
1818
|
securityProfile?: ManagedClusterSecurityProfile;
|
|
2622
1819
|
/** Storage profile for the managed cluster. */
|
|
2623
1820
|
storageProfile?: ManagedClusterStorageProfile;
|
|
2624
|
-
/** Ingress profile for the managed cluster. */
|
|
2625
|
-
ingressProfile?: ManagedClusterIngressProfile;
|
|
2626
1821
|
/** Allow or deny public network access for AKS */
|
|
2627
1822
|
publicNetworkAccess?: PublicNetworkAccess;
|
|
2628
|
-
/** Workload Auto-scaler profile for the
|
|
1823
|
+
/** Workload Auto-scaler profile for the managed cluster. */
|
|
2629
1824
|
workloadAutoScalerProfile?: ManagedClusterWorkloadAutoScalerProfile;
|
|
2630
|
-
/** Prometheus addon profile for the container service cluster */
|
|
2631
|
-
azureMonitorProfile?: ManagedClusterAzureMonitorProfile;
|
|
2632
|
-
/** The guardrails profile holds all the guardrails information for a given cluster */
|
|
2633
|
-
guardrailsProfile?: GuardrailsProfile;
|
|
2634
1825
|
}
|
|
2635
1826
|
|
|
2636
1827
|
/** For more details see [managed AAD on AKS](https://docs.microsoft.com/azure/aks/managed-aad). */
|
|
@@ -2696,8 +1887,6 @@ export declare interface ManagedClusterAgentPoolProfileProperties {
|
|
|
2696
1887
|
kubeletDiskType?: KubeletDiskType;
|
|
2697
1888
|
/** Determines the type of workload a node can run. */
|
|
2698
1889
|
workloadRuntime?: WorkloadRuntime;
|
|
2699
|
-
/** A base64-encoded string which will be written to /etc/motd after decoding. This allows customization of the message of the day for Linux nodes. It must not be specified for Windows nodes. It must be a static string (i.e., will be printed raw and not be executed as a script). */
|
|
2700
|
-
messageOfTheDay?: string;
|
|
2701
1890
|
/** If this is not specified, a VNET and subnet will be generated and used. If no podSubnetID is specified, this applies to nodes and pods, otherwise it applies to just nodes. This is of the form: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/virtualNetworks/{virtualNetworkName}/subnets/{subnetName} */
|
|
2702
1891
|
vnetSubnetID?: string;
|
|
2703
1892
|
/** If omitted, pod IPs are statically assigned on the node subnet (see vnetSubnetID for more details). This is of the form: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/virtualNetworks/{virtualNetworkName}/subnets/{subnetName} */
|
|
@@ -2706,7 +1895,7 @@ export declare interface ManagedClusterAgentPoolProfileProperties {
|
|
|
2706
1895
|
maxPods?: number;
|
|
2707
1896
|
/** The operating system type. The default is Linux. */
|
|
2708
1897
|
osType?: OSType;
|
|
2709
|
-
/** Specifies the OS SKU used by the agent pool.
|
|
1898
|
+
/** Specifies the OS SKU used by the agent pool. The default is Ubuntu if OSType is Linux. The default is Windows2019 when Kubernetes <= 1.24 or Windows2022 when Kubernetes >= 1.25 if OSType is Windows. */
|
|
2710
1899
|
osSKU?: Ossku;
|
|
2711
1900
|
/** The maximum number of nodes for auto-scaling */
|
|
2712
1901
|
maxCount?: number;
|
|
@@ -2720,10 +1909,10 @@ export declare interface ManagedClusterAgentPoolProfileProperties {
|
|
|
2720
1909
|
type?: AgentPoolType;
|
|
2721
1910
|
/** A cluster must have at least one 'System' Agent Pool at all times. For additional information on agent pool restrictions and best practices, see: https://docs.microsoft.com/azure/aks/use-system-pools */
|
|
2722
1911
|
mode?: AgentPoolMode;
|
|
2723
|
-
/** Both patch version <major.minor.patch> and <major.minor> are supported. When <major.minor> is specified, the latest supported patch version is chosen automatically. Updating the
|
|
1912
|
+
/** Both patch version <major.minor.patch> (e.g. 1.20.13) and <major.minor> (e.g. 1.20) are supported. When <major.minor> is specified, the latest supported GA patch version is chosen automatically. Updating the cluster with the same <major.minor> once it has been created (e.g. 1.14.x -> 1.14) will not trigger an upgrade, even if a newer patch version is available. As a best practice, you should upgrade all node pools in an AKS cluster to the same Kubernetes version. The node pool version must have the same major version as the control plane. The node pool minor version must be within two minor versions of the control plane version. The node pool version cannot be greater than the control plane version. For more information see [upgrading a node pool](https://docs.microsoft.com/azure/aks/use-multiple-node-pools#upgrade-a-node-pool). */
|
|
2724
1913
|
orchestratorVersion?: string;
|
|
2725
1914
|
/**
|
|
2726
|
-
* If orchestratorVersion
|
|
1915
|
+
* If orchestratorVersion is a fully specified version <major.minor.patch>, this field will be exactly equal to it. If orchestratorVersion is <major.minor>, this field will contain the full <major.minor.patch> version being used.
|
|
2727
1916
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2728
1917
|
*/
|
|
2729
1918
|
readonly currentOrchestratorVersion?: string;
|
|
@@ -2745,8 +1934,6 @@ export declare interface ManagedClusterAgentPoolProfileProperties {
|
|
|
2745
1934
|
availabilityZones?: string[];
|
|
2746
1935
|
/** Some scenarios may require nodes in a node pool to receive their own dedicated public IP addresses. A common scenario is for gaming workloads, where a console needs to make a direct connection to a cloud virtual machine to minimize hops. For more information see [assigning a public IP per node](https://docs.microsoft.com/azure/aks/use-multiple-node-pools#assign-a-public-ip-per-node-for-your-node-pools). The default is false. */
|
|
2747
1936
|
enableNodePublicIP?: boolean;
|
|
2748
|
-
/** When set to true, AKS adds a label to the node indicating that the feature is enabled and deploys a daemonset along with host services to sync custom certificate authorities from user-provided list of base64 encoded certificates into node trust stores. Defaults to false. */
|
|
2749
|
-
enableCustomCATrust?: boolean;
|
|
2750
1937
|
/** This is of the form: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/publicIPPrefixes/{publicIPPrefixName} */
|
|
2751
1938
|
nodePublicIPPrefixID?: string;
|
|
2752
1939
|
/** The Virtual Machine Scale Set priority. If not specified, the default is 'Regular'. */
|
|
@@ -2781,14 +1968,8 @@ export declare interface ManagedClusterAgentPoolProfileProperties {
|
|
|
2781
1968
|
gpuInstanceProfile?: GPUInstanceProfile;
|
|
2782
1969
|
/** CreationData to be used to specify the source Snapshot ID if the node pool will be created/upgraded using a snapshot. */
|
|
2783
1970
|
creationData?: CreationData;
|
|
2784
|
-
/** AKS will associate the specified agent pool with the Capacity Reservation Group. */
|
|
2785
|
-
capacityReservationGroupID?: string;
|
|
2786
1971
|
/** This is of the form: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/hostGroups/{hostGroupName}. For more information see [Azure dedicated hosts](https://docs.microsoft.com/azure/virtual-machines/dedicated-hosts). */
|
|
2787
1972
|
hostGroupID?: string;
|
|
2788
|
-
/** The Windows agent pool's specific profile. */
|
|
2789
|
-
windowsProfile?: AgentPoolWindowsProfile;
|
|
2790
|
-
/** Network-related settings of an agent pool. */
|
|
2791
|
-
networkProfile?: AgentPoolNetworkProfile;
|
|
2792
1973
|
}
|
|
2793
1974
|
|
|
2794
1975
|
/** Access profile for managed cluster API server. */
|
|
@@ -2803,40 +1984,12 @@ export declare interface ManagedClusterAPIServerAccessProfile {
|
|
|
2803
1984
|
enablePrivateClusterPublicFqdn?: boolean;
|
|
2804
1985
|
/** Whether to disable run command for the cluster or not. */
|
|
2805
1986
|
disableRunCommand?: boolean;
|
|
2806
|
-
/** Whether to enable apiserver vnet integration for the cluster or not. */
|
|
2807
|
-
enableVnetIntegration?: boolean;
|
|
2808
|
-
/** It is required when: 1. creating a new cluster with BYO Vnet; 2. updating an existing cluster to enable apiserver vnet integration. */
|
|
2809
|
-
subnetId?: string;
|
|
2810
1987
|
}
|
|
2811
1988
|
|
|
2812
1989
|
/** Auto upgrade profile for a managed cluster. */
|
|
2813
1990
|
export declare interface ManagedClusterAutoUpgradeProfile {
|
|
2814
1991
|
/** For more information see [setting the AKS cluster auto-upgrade channel](https://docs.microsoft.com/azure/aks/upgrade-cluster#set-auto-upgrade-channel). */
|
|
2815
1992
|
upgradeChannel?: UpgradeChannel;
|
|
2816
|
-
/** The default is Unmanaged, but may change to either NodeImage or SecurityPatch at GA. */
|
|
2817
|
-
nodeOSUpgradeChannel?: NodeOSUpgradeChannel;
|
|
2818
|
-
}
|
|
2819
|
-
|
|
2820
|
-
/** Prometheus addon profile for the container service cluster */
|
|
2821
|
-
export declare interface ManagedClusterAzureMonitorProfile {
|
|
2822
|
-
/** Metrics profile for the prometheus service addon */
|
|
2823
|
-
metrics?: ManagedClusterAzureMonitorProfileMetrics;
|
|
2824
|
-
}
|
|
2825
|
-
|
|
2826
|
-
/** Kube State Metrics for prometheus addon profile for the container service cluster */
|
|
2827
|
-
export declare interface ManagedClusterAzureMonitorProfileKubeStateMetrics {
|
|
2828
|
-
/** Comma-separated list of Kubernetes annotations keys that will be used in the resource's labels metric. */
|
|
2829
|
-
metricLabelsAllowlist?: string;
|
|
2830
|
-
/** Comma-separated list of additional Kubernetes label keys that will be used in the resource's labels metric. */
|
|
2831
|
-
metricAnnotationsAllowList?: string;
|
|
2832
|
-
}
|
|
2833
|
-
|
|
2834
|
-
/** Metrics profile for the prometheus service addon */
|
|
2835
|
-
export declare interface ManagedClusterAzureMonitorProfileMetrics {
|
|
2836
|
-
/** Whether to enable the Prometheus collector */
|
|
2837
|
-
enabled: boolean;
|
|
2838
|
-
/** Kube State Metrics for prometheus addon profile for the container service cluster */
|
|
2839
|
-
kubeStateMetrics?: ManagedClusterAzureMonitorProfileKubeStateMetrics;
|
|
2840
1993
|
}
|
|
2841
1994
|
|
|
2842
1995
|
/** Cluster HTTP proxy configuration. */
|
|
@@ -2847,11 +2000,6 @@ export declare interface ManagedClusterHttpProxyConfig {
|
|
|
2847
2000
|
httpsProxy?: string;
|
|
2848
2001
|
/** The endpoints that should not go through proxy. */
|
|
2849
2002
|
noProxy?: string[];
|
|
2850
|
-
/**
|
|
2851
|
-
* A read-only list of all endpoints for which traffic should not be sent to the proxy. This list is a superset of noProxy and values injected by AKS.
|
|
2852
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2853
|
-
*/
|
|
2854
|
-
readonly effectiveNoProxy?: string[];
|
|
2855
2003
|
/** Alternative CA cert to use for connecting to proxy servers. */
|
|
2856
2004
|
trustedCa?: string;
|
|
2857
2005
|
}
|
|
@@ -2876,20 +2024,6 @@ export declare interface ManagedClusterIdentity {
|
|
|
2876
2024
|
};
|
|
2877
2025
|
}
|
|
2878
2026
|
|
|
2879
|
-
/** Ingress profile for the container service cluster. */
|
|
2880
|
-
export declare interface ManagedClusterIngressProfile {
|
|
2881
|
-
/** Web App Routing settings for the ingress profile. */
|
|
2882
|
-
webAppRouting?: ManagedClusterIngressProfileWebAppRouting;
|
|
2883
|
-
}
|
|
2884
|
-
|
|
2885
|
-
/** Web App Routing settings for the ingress profile. */
|
|
2886
|
-
export declare interface ManagedClusterIngressProfileWebAppRouting {
|
|
2887
|
-
/** Whether to enable Web App Routing. */
|
|
2888
|
-
enabled?: boolean;
|
|
2889
|
-
/** Resource ID of the DNS Zone to be associated with the web app. Used only when Web App Routing is enabled. */
|
|
2890
|
-
dnsZoneResourceId?: string;
|
|
2891
|
-
}
|
|
2892
|
-
|
|
2893
2027
|
/** The response from the List Managed Clusters operation. */
|
|
2894
2028
|
export declare interface ManagedClusterListResult {
|
|
2895
2029
|
/** The list of managed clusters. */
|
|
@@ -2917,8 +2051,6 @@ export declare interface ManagedClusterLoadBalancerProfile {
|
|
|
2917
2051
|
idleTimeoutInMinutes?: number;
|
|
2918
2052
|
/** Enable multiple standard load balancers per AKS cluster or not. */
|
|
2919
2053
|
enableMultipleStandardLoadBalancers?: boolean;
|
|
2920
|
-
/** The type of the managed inbound Load Balancer BackendPool. */
|
|
2921
|
-
backendPoolType?: BackendPoolType;
|
|
2922
2054
|
}
|
|
2923
2055
|
|
|
2924
2056
|
/** Desired managed outbound IPs for the cluster load balancer. */
|
|
@@ -3105,21 +2237,6 @@ export declare interface ManagedClusterPropertiesAutoScalerProfile {
|
|
|
3105
2237
|
skipNodesWithSystemPods?: string;
|
|
3106
2238
|
}
|
|
3107
2239
|
|
|
3108
|
-
/** managed cluster properties for snapshot, these properties are read only. */
|
|
3109
|
-
export declare interface ManagedClusterPropertiesForSnapshot {
|
|
3110
|
-
/** The current kubernetes version. */
|
|
3111
|
-
kubernetesVersion?: string;
|
|
3112
|
-
/** The current managed cluster sku. */
|
|
3113
|
-
sku?: ManagedClusterSKU;
|
|
3114
|
-
/** Whether the cluster has enabled Kubernetes Role-Based Access Control or not. */
|
|
3115
|
-
enableRbac?: boolean;
|
|
3116
|
-
/**
|
|
3117
|
-
* The current network profile.
|
|
3118
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
3119
|
-
*/
|
|
3120
|
-
readonly networkProfile?: NetworkProfileForSnapshot;
|
|
3121
|
-
}
|
|
3122
|
-
|
|
3123
2240
|
/** Interface representing a ManagedClusters. */
|
|
3124
2241
|
export declare interface ManagedClusters {
|
|
3125
2242
|
/**
|
|
@@ -3272,24 +2389,6 @@ export declare interface ManagedClusters {
|
|
|
3272
2389
|
* @param options The options parameters.
|
|
3273
2390
|
*/
|
|
3274
2391
|
beginResetAADProfileAndWait(resourceGroupName: string, resourceName: string, parameters: ManagedClusterAADProfile, options?: ManagedClustersResetAADProfileOptionalParams): Promise<void>;
|
|
3275
|
-
/**
|
|
3276
|
-
* Aborts the currently running operation on the managed cluster. The Managed Cluster will be moved to
|
|
3277
|
-
* a Canceling state and eventually to a Canceled state when cancellation finishes. If the operation
|
|
3278
|
-
* completes before cancellation can take place, an error is returned.
|
|
3279
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
3280
|
-
* @param resourceName The name of the managed cluster resource.
|
|
3281
|
-
* @param options The options parameters.
|
|
3282
|
-
*/
|
|
3283
|
-
beginAbortLatestOperation(resourceGroupName: string, resourceName: string, options?: ManagedClustersAbortLatestOperationOptionalParams): Promise<PollerLike<PollOperationState<ManagedClustersAbortLatestOperationResponse>, ManagedClustersAbortLatestOperationResponse>>;
|
|
3284
|
-
/**
|
|
3285
|
-
* Aborts the currently running operation on the managed cluster. The Managed Cluster will be moved to
|
|
3286
|
-
* a Canceling state and eventually to a Canceled state when cancellation finishes. If the operation
|
|
3287
|
-
* completes before cancellation can take place, an error is returned.
|
|
3288
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
3289
|
-
* @param resourceName The name of the managed cluster resource.
|
|
3290
|
-
* @param options The options parameters.
|
|
3291
|
-
*/
|
|
3292
|
-
beginAbortLatestOperationAndWait(resourceGroupName: string, resourceName: string, options?: ManagedClustersAbortLatestOperationOptionalParams): Promise<ManagedClustersAbortLatestOperationResponse>;
|
|
3293
2392
|
/**
|
|
3294
2393
|
* See [Certificate rotation](https://docs.microsoft.com/azure/aks/certificate-rotation) for more
|
|
3295
2394
|
* details about rotating managed cluster certificates.
|
|
@@ -3388,25 +2487,6 @@ export declare interface ManagedClusters {
|
|
|
3388
2487
|
getCommandResult(resourceGroupName: string, resourceName: string, commandId: string, options?: ManagedClustersGetCommandResultOptionalParams): Promise<ManagedClustersGetCommandResultResponse>;
|
|
3389
2488
|
}
|
|
3390
2489
|
|
|
3391
|
-
/** Defines headers for ManagedClusters_abortLatestOperation operation. */
|
|
3392
|
-
export declare interface ManagedClustersAbortLatestOperationHeaders {
|
|
3393
|
-
/** URL to query for status of the operation. */
|
|
3394
|
-
location?: string;
|
|
3395
|
-
/** URL to query for status of the operation. */
|
|
3396
|
-
azureAsyncOperation?: string;
|
|
3397
|
-
}
|
|
3398
|
-
|
|
3399
|
-
/** Optional parameters. */
|
|
3400
|
-
export declare interface ManagedClustersAbortLatestOperationOptionalParams extends coreClient.OperationOptions {
|
|
3401
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
3402
|
-
updateIntervalInMs?: number;
|
|
3403
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
3404
|
-
resumeFrom?: string;
|
|
3405
|
-
}
|
|
3406
|
-
|
|
3407
|
-
/** Contains response data for the abortLatestOperation operation. */
|
|
3408
|
-
export declare type ManagedClustersAbortLatestOperationResponse = ManagedClustersAbortLatestOperationHeaders;
|
|
3409
|
-
|
|
3410
2490
|
/** Optional parameters. */
|
|
3411
2491
|
export declare interface ManagedClustersCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
3412
2492
|
/** Delay to wait until next poll, in milliseconds. */
|
|
@@ -3426,8 +2506,6 @@ export declare interface ManagedClustersDeleteHeaders {
|
|
|
3426
2506
|
|
|
3427
2507
|
/** Optional parameters. */
|
|
3428
2508
|
export declare interface ManagedClustersDeleteOptionalParams extends coreClient.OperationOptions {
|
|
3429
|
-
/** ignore-pod-disruption-budget=true to delete those pods on a node without considering Pod Disruption Budget */
|
|
3430
|
-
ignorePodDisruptionBudget?: boolean;
|
|
3431
2509
|
/** Delay to wait until next poll, in milliseconds. */
|
|
3432
2510
|
updateIntervalInMs?: number;
|
|
3433
2511
|
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
@@ -3443,47 +2521,19 @@ export declare interface ManagedClusterSecurityProfile {
|
|
|
3443
2521
|
defender?: ManagedClusterSecurityProfileDefender;
|
|
3444
2522
|
/** Azure Key Vault [key management service](https://kubernetes.io/docs/tasks/administer-cluster/kms-provider/) settings for the security profile. */
|
|
3445
2523
|
azureKeyVaultKms?: AzureKeyVaultKms;
|
|
3446
|
-
/** [Workload Identity](https://azure.github.io/azure-workload-identity/docs/) settings for the security profile. */
|
|
3447
|
-
workloadIdentity?: ManagedClusterSecurityProfileWorkloadIdentity;
|
|
3448
|
-
/** ImageCleaner settings for the security profile. */
|
|
3449
|
-
imageCleaner?: ManagedClusterSecurityProfileImageCleaner;
|
|
3450
|
-
/** [Node Restriction](https://kubernetes.io/docs/reference/access-authn-authz/admission-controllers/#noderestriction) settings for the security profile. */
|
|
3451
|
-
nodeRestriction?: ManagedClusterSecurityProfileNodeRestriction;
|
|
3452
|
-
/** A list of up to 10 base64 encoded CAs that will be added to the trust store on nodes with the Custom CA Trust feature enabled. For more information see [Custom CA Trust Certificates](https://learn.microsoft.com/en-us/azure/aks/custom-certificate-authority) */
|
|
3453
|
-
customCATrustCertificates?: Uint8Array[];
|
|
3454
2524
|
}
|
|
3455
2525
|
|
|
3456
2526
|
/** Microsoft Defender settings for the security profile. */
|
|
3457
2527
|
export declare interface ManagedClusterSecurityProfileDefender {
|
|
3458
2528
|
/** Resource ID of the Log Analytics workspace to be associated with Microsoft Defender. When Microsoft Defender is enabled, this field is required and must be a valid workspace resource ID. When Microsoft Defender is disabled, leave the field empty. */
|
|
3459
2529
|
logAnalyticsWorkspaceResourceId?: string;
|
|
3460
|
-
/** Microsoft Defender threat detection for Cloud settings for the security profile. */
|
|
3461
|
-
securityMonitoring?: ManagedClusterSecurityProfileDefenderSecurityMonitoring;
|
|
3462
|
-
}
|
|
3463
|
-
|
|
3464
|
-
/** Microsoft Defender settings for the security profile threat detection. */
|
|
3465
|
-
export declare interface ManagedClusterSecurityProfileDefenderSecurityMonitoring {
|
|
3466
|
-
/** Whether to enable Defender threat detection */
|
|
3467
|
-
enabled?: boolean;
|
|
3468
|
-
}
|
|
3469
|
-
|
|
3470
|
-
/** ImageCleaner removes unused images from nodes, freeing up disk space and helping to reduce attack surface area. Here are settings for the security profile. */
|
|
3471
|
-
export declare interface ManagedClusterSecurityProfileImageCleaner {
|
|
3472
|
-
/** Whether to enable ImageCleaner on AKS cluster. */
|
|
3473
|
-
enabled?: boolean;
|
|
3474
|
-
/** ImageCleaner scanning interval. */
|
|
3475
|
-
intervalHours?: number;
|
|
3476
|
-
}
|
|
3477
|
-
|
|
3478
|
-
/** Node Restriction settings for the security profile. */
|
|
3479
|
-
export declare interface ManagedClusterSecurityProfileNodeRestriction {
|
|
3480
|
-
/** Whether to enable Node Restriction */
|
|
3481
|
-
enabled?: boolean;
|
|
2530
|
+
/** Microsoft Defender threat detection for Cloud settings for the security profile. */
|
|
2531
|
+
securityMonitoring?: ManagedClusterSecurityProfileDefenderSecurityMonitoring;
|
|
3482
2532
|
}
|
|
3483
2533
|
|
|
3484
|
-
/**
|
|
3485
|
-
export declare interface
|
|
3486
|
-
/** Whether to enable
|
|
2534
|
+
/** Microsoft Defender settings for the security profile threat detection. */
|
|
2535
|
+
export declare interface ManagedClusterSecurityProfileDefenderSecurityMonitoring {
|
|
2536
|
+
/** Whether to enable Defender threat detection */
|
|
3487
2537
|
enabled?: boolean;
|
|
3488
2538
|
}
|
|
3489
2539
|
|
|
@@ -3636,128 +2686,6 @@ export declare type ManagedClustersListOutboundNetworkDependenciesEndpointsRespo
|
|
|
3636
2686
|
/** Contains response data for the list operation. */
|
|
3637
2687
|
export declare type ManagedClustersListResponse = ManagedClusterListResult;
|
|
3638
2688
|
|
|
3639
|
-
/** A managed cluster snapshot resource. */
|
|
3640
|
-
export declare interface ManagedClusterSnapshot extends TrackedResource {
|
|
3641
|
-
/** CreationData to be used to specify the source resource ID to create this snapshot. */
|
|
3642
|
-
creationData?: CreationData;
|
|
3643
|
-
/** The type of a snapshot. The default is NodePool. */
|
|
3644
|
-
snapshotType?: SnapshotType;
|
|
3645
|
-
/**
|
|
3646
|
-
* What the properties will be showed when getting managed cluster snapshot. Those properties are read-only.
|
|
3647
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
3648
|
-
*/
|
|
3649
|
-
readonly managedClusterPropertiesReadOnly?: ManagedClusterPropertiesForSnapshot;
|
|
3650
|
-
}
|
|
3651
|
-
|
|
3652
|
-
/** The response from the List Managed Cluster Snapshots operation. */
|
|
3653
|
-
export declare interface ManagedClusterSnapshotListResult {
|
|
3654
|
-
/** The list of managed cluster snapshots. */
|
|
3655
|
-
value?: ManagedClusterSnapshot[];
|
|
3656
|
-
/**
|
|
3657
|
-
* The URL to get the next set of managed cluster snapshot results.
|
|
3658
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
3659
|
-
*/
|
|
3660
|
-
readonly nextLink?: string;
|
|
3661
|
-
}
|
|
3662
|
-
|
|
3663
|
-
/** Interface representing a ManagedClusterSnapshots. */
|
|
3664
|
-
export declare interface ManagedClusterSnapshots {
|
|
3665
|
-
/**
|
|
3666
|
-
* Gets a list of managed cluster snapshots in the specified subscription.
|
|
3667
|
-
* @param options The options parameters.
|
|
3668
|
-
*/
|
|
3669
|
-
list(options?: ManagedClusterSnapshotsListOptionalParams): PagedAsyncIterableIterator<ManagedClusterSnapshot>;
|
|
3670
|
-
/**
|
|
3671
|
-
* Lists managed cluster snapshots in the specified subscription and resource group.
|
|
3672
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
3673
|
-
* @param options The options parameters.
|
|
3674
|
-
*/
|
|
3675
|
-
listByResourceGroup(resourceGroupName: string, options?: ManagedClusterSnapshotsListByResourceGroupOptionalParams): PagedAsyncIterableIterator<ManagedClusterSnapshot>;
|
|
3676
|
-
/**
|
|
3677
|
-
* Gets a managed cluster snapshot.
|
|
3678
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
3679
|
-
* @param resourceName The name of the managed cluster resource.
|
|
3680
|
-
* @param options The options parameters.
|
|
3681
|
-
*/
|
|
3682
|
-
get(resourceGroupName: string, resourceName: string, options?: ManagedClusterSnapshotsGetOptionalParams): Promise<ManagedClusterSnapshotsGetResponse>;
|
|
3683
|
-
/**
|
|
3684
|
-
* Creates or updates a managed cluster snapshot.
|
|
3685
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
3686
|
-
* @param resourceName The name of the managed cluster resource.
|
|
3687
|
-
* @param parameters The managed cluster snapshot to create or update.
|
|
3688
|
-
* @param options The options parameters.
|
|
3689
|
-
*/
|
|
3690
|
-
createOrUpdate(resourceGroupName: string, resourceName: string, parameters: ManagedClusterSnapshot, options?: ManagedClusterSnapshotsCreateOrUpdateOptionalParams): Promise<ManagedClusterSnapshotsCreateOrUpdateResponse>;
|
|
3691
|
-
/**
|
|
3692
|
-
* Updates tags on a managed cluster snapshot.
|
|
3693
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
3694
|
-
* @param resourceName The name of the managed cluster resource.
|
|
3695
|
-
* @param parameters Parameters supplied to the Update managed cluster snapshot Tags operation.
|
|
3696
|
-
* @param options The options parameters.
|
|
3697
|
-
*/
|
|
3698
|
-
updateTags(resourceGroupName: string, resourceName: string, parameters: TagsObject, options?: ManagedClusterSnapshotsUpdateTagsOptionalParams): Promise<ManagedClusterSnapshotsUpdateTagsResponse>;
|
|
3699
|
-
/**
|
|
3700
|
-
* Deletes a managed cluster snapshot.
|
|
3701
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
3702
|
-
* @param resourceName The name of the managed cluster resource.
|
|
3703
|
-
* @param options The options parameters.
|
|
3704
|
-
*/
|
|
3705
|
-
delete(resourceGroupName: string, resourceName: string, options?: ManagedClusterSnapshotsDeleteOptionalParams): Promise<void>;
|
|
3706
|
-
}
|
|
3707
|
-
|
|
3708
|
-
/** Optional parameters. */
|
|
3709
|
-
export declare interface ManagedClusterSnapshotsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
3710
|
-
}
|
|
3711
|
-
|
|
3712
|
-
/** Contains response data for the createOrUpdate operation. */
|
|
3713
|
-
export declare type ManagedClusterSnapshotsCreateOrUpdateResponse = ManagedClusterSnapshot;
|
|
3714
|
-
|
|
3715
|
-
/** Optional parameters. */
|
|
3716
|
-
export declare interface ManagedClusterSnapshotsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
3717
|
-
}
|
|
3718
|
-
|
|
3719
|
-
/** Optional parameters. */
|
|
3720
|
-
export declare interface ManagedClusterSnapshotsGetOptionalParams extends coreClient.OperationOptions {
|
|
3721
|
-
}
|
|
3722
|
-
|
|
3723
|
-
/** Contains response data for the get operation. */
|
|
3724
|
-
export declare type ManagedClusterSnapshotsGetResponse = ManagedClusterSnapshot;
|
|
3725
|
-
|
|
3726
|
-
/** Optional parameters. */
|
|
3727
|
-
export declare interface ManagedClusterSnapshotsListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
|
|
3728
|
-
}
|
|
3729
|
-
|
|
3730
|
-
/** Contains response data for the listByResourceGroupNext operation. */
|
|
3731
|
-
export declare type ManagedClusterSnapshotsListByResourceGroupNextResponse = ManagedClusterSnapshotListResult;
|
|
3732
|
-
|
|
3733
|
-
/** Optional parameters. */
|
|
3734
|
-
export declare interface ManagedClusterSnapshotsListByResourceGroupOptionalParams extends coreClient.OperationOptions {
|
|
3735
|
-
}
|
|
3736
|
-
|
|
3737
|
-
/** Contains response data for the listByResourceGroup operation. */
|
|
3738
|
-
export declare type ManagedClusterSnapshotsListByResourceGroupResponse = ManagedClusterSnapshotListResult;
|
|
3739
|
-
|
|
3740
|
-
/** Optional parameters. */
|
|
3741
|
-
export declare interface ManagedClusterSnapshotsListNextOptionalParams extends coreClient.OperationOptions {
|
|
3742
|
-
}
|
|
3743
|
-
|
|
3744
|
-
/** Contains response data for the listNext operation. */
|
|
3745
|
-
export declare type ManagedClusterSnapshotsListNextResponse = ManagedClusterSnapshotListResult;
|
|
3746
|
-
|
|
3747
|
-
/** Optional parameters. */
|
|
3748
|
-
export declare interface ManagedClusterSnapshotsListOptionalParams extends coreClient.OperationOptions {
|
|
3749
|
-
}
|
|
3750
|
-
|
|
3751
|
-
/** Contains response data for the list operation. */
|
|
3752
|
-
export declare type ManagedClusterSnapshotsListResponse = ManagedClusterSnapshotListResult;
|
|
3753
|
-
|
|
3754
|
-
/** Optional parameters. */
|
|
3755
|
-
export declare interface ManagedClusterSnapshotsUpdateTagsOptionalParams extends coreClient.OperationOptions {
|
|
3756
|
-
}
|
|
3757
|
-
|
|
3758
|
-
/** Contains response data for the updateTags operation. */
|
|
3759
|
-
export declare type ManagedClusterSnapshotsUpdateTagsResponse = ManagedClusterSnapshot;
|
|
3760
|
-
|
|
3761
2689
|
/** Defines headers for ManagedClusters_resetAADProfile operation. */
|
|
3762
2690
|
export declare interface ManagedClustersResetAADProfileHeaders {
|
|
3763
2691
|
/** URL to query for status of the operation. */
|
|
@@ -3805,7 +2733,6 @@ export declare type ManagedClustersRotateClusterCertificatesResponse = ManagedCl
|
|
|
3805
2733
|
|
|
3806
2734
|
/** Defines headers for ManagedClusters_rotateServiceAccountSigningKeys operation. */
|
|
3807
2735
|
export declare interface ManagedClustersRotateServiceAccountSigningKeysHeaders {
|
|
3808
|
-
/** URL to query for status of the operation. */
|
|
3809
2736
|
location?: string;
|
|
3810
2737
|
}
|
|
3811
2738
|
|
|
@@ -3893,8 +2820,6 @@ export declare interface ManagedClusterStorageProfileBlobCSIDriver {
|
|
|
3893
2820
|
export declare interface ManagedClusterStorageProfileDiskCSIDriver {
|
|
3894
2821
|
/** Whether to enable AzureDisk CSI Driver. The default value is true. */
|
|
3895
2822
|
enabled?: boolean;
|
|
3896
|
-
/** The version of AzureDisk CSI Driver. The default value is v1. */
|
|
3897
|
-
version?: string;
|
|
3898
2823
|
}
|
|
3899
2824
|
|
|
3900
2825
|
/** AzureFile CSI Driver settings for the storage profile. */
|
|
@@ -3957,11 +2882,10 @@ export declare interface ManagedClusterWindowsProfile {
|
|
|
3957
2882
|
gmsaProfile?: WindowsGmsaProfile;
|
|
3958
2883
|
}
|
|
3959
2884
|
|
|
3960
|
-
/** Workload Auto-scaler profile for the
|
|
2885
|
+
/** Workload Auto-scaler profile for the managed cluster. */
|
|
3961
2886
|
export declare interface ManagedClusterWorkloadAutoScalerProfile {
|
|
3962
2887
|
/** KEDA (Kubernetes Event-driven Autoscaling) settings for the workload auto-scaler profile. */
|
|
3963
2888
|
keda?: ManagedClusterWorkloadAutoScalerProfileKeda;
|
|
3964
|
-
verticalPodAutoscaler?: ManagedClusterWorkloadAutoScalerProfileVerticalPodAutoscaler;
|
|
3965
2889
|
}
|
|
3966
2890
|
|
|
3967
2891
|
/** KEDA (Kubernetes Event-driven Autoscaling) settings for the workload auto-scaler profile. */
|
|
@@ -3970,15 +2894,6 @@ export declare interface ManagedClusterWorkloadAutoScalerProfileKeda {
|
|
|
3970
2894
|
enabled: boolean;
|
|
3971
2895
|
}
|
|
3972
2896
|
|
|
3973
|
-
export declare interface ManagedClusterWorkloadAutoScalerProfileVerticalPodAutoscaler {
|
|
3974
|
-
/** Whether to enable VPA. Default value is false. */
|
|
3975
|
-
enabled: boolean;
|
|
3976
|
-
/** Controls which resource value autoscaler will change. Default value is RequestsAndLimits. */
|
|
3977
|
-
controlledValues: ControlledValues;
|
|
3978
|
-
/** Each update mode level is a superset of the lower levels. Off<Initial<Recreate<=Auto. For example: if UpdateMode is Initial, it means VPA sets the recommended resources in the VerticalPodAutoscaler Custom Resource (from UpdateMode Off) and also assigns resources on pod creation (from Initial). The default value is Off. */
|
|
3979
|
-
updateMode: UpdateMode;
|
|
3980
|
-
}
|
|
3981
|
-
|
|
3982
2897
|
export declare interface ManagedServiceIdentityUserAssignedIdentitiesValue {
|
|
3983
2898
|
/**
|
|
3984
2899
|
* The principal id of user assigned identity.
|
|
@@ -3992,16 +2907,6 @@ export declare interface ManagedServiceIdentityUserAssignedIdentitiesValue {
|
|
|
3992
2907
|
readonly clientId?: string;
|
|
3993
2908
|
}
|
|
3994
2909
|
|
|
3995
|
-
/**
|
|
3996
|
-
* Defines values for Mode. \
|
|
3997
|
-
* {@link KnownMode} can be used interchangeably with Mode,
|
|
3998
|
-
* this enum contains the known values that the service supports.
|
|
3999
|
-
* ### Known values supported by the service
|
|
4000
|
-
* **IPTABLES**: IPTables proxy mode \
|
|
4001
|
-
* **IPVS**: IPVS proxy mode. Must be using Kubernetes version >= 1.22.
|
|
4002
|
-
*/
|
|
4003
|
-
export declare type Mode = string;
|
|
4004
|
-
|
|
4005
2910
|
/**
|
|
4006
2911
|
* Defines values for NetworkMode. \
|
|
4007
2912
|
* {@link KnownNetworkMode} can be used interchangeably with NetworkMode,
|
|
@@ -4019,19 +2924,10 @@ export declare type NetworkMode = string;
|
|
|
4019
2924
|
* ### Known values supported by the service
|
|
4020
2925
|
* **azure**: Use the Azure CNI network plugin. See [Azure CNI (advanced) networking](https:\/\/docs.microsoft.com\/azure\/aks\/concepts-network#azure-cni-advanced-networking) for more information. \
|
|
4021
2926
|
* **kubenet**: Use the Kubenet network plugin. See [Kubenet (basic) networking](https:\/\/docs.microsoft.com\/azure\/aks\/concepts-network#kubenet-basic-networking) for more information. \
|
|
4022
|
-
* **none**:
|
|
2927
|
+
* **none**: No CNI plugin is pre-installed. See [BYO CNI](https:\/\/docs.microsoft.com\/en-us\/azure\/aks\/use-byo-cni) for more information.
|
|
4023
2928
|
*/
|
|
4024
2929
|
export declare type NetworkPlugin = string;
|
|
4025
2930
|
|
|
4026
|
-
/**
|
|
4027
|
-
* Defines values for NetworkPluginMode. \
|
|
4028
|
-
* {@link KnownNetworkPluginMode} can be used interchangeably with NetworkPluginMode,
|
|
4029
|
-
* this enum contains the known values that the service supports.
|
|
4030
|
-
* ### Known values supported by the service
|
|
4031
|
-
* **Overlay**: Pods are given IPs from the PodCIDR address space but use Azure Routing Domains rather than Kubenet reference plugins host-local and bridge.
|
|
4032
|
-
*/
|
|
4033
|
-
export declare type NetworkPluginMode = string;
|
|
4034
|
-
|
|
4035
2931
|
/**
|
|
4036
2932
|
* Defines values for NetworkPolicy. \
|
|
4037
2933
|
* {@link KnownNetworkPolicy} can be used interchangeably with NetworkPolicy,
|
|
@@ -4042,32 +2938,6 @@ export declare type NetworkPluginMode = string;
|
|
|
4042
2938
|
*/
|
|
4043
2939
|
export declare type NetworkPolicy = string;
|
|
4044
2940
|
|
|
4045
|
-
/** network profile for managed cluster snapshot, these properties are read only. */
|
|
4046
|
-
export declare interface NetworkProfileForSnapshot {
|
|
4047
|
-
/** networkPlugin for managed cluster snapshot. */
|
|
4048
|
-
networkPlugin?: NetworkPlugin;
|
|
4049
|
-
/** NetworkPluginMode for managed cluster snapshot. */
|
|
4050
|
-
networkPluginMode?: NetworkPluginMode;
|
|
4051
|
-
/** networkPolicy for managed cluster snapshot. */
|
|
4052
|
-
networkPolicy?: NetworkPolicy;
|
|
4053
|
-
/** networkMode for managed cluster snapshot. */
|
|
4054
|
-
networkMode?: NetworkMode;
|
|
4055
|
-
/** loadBalancerSku for managed cluster snapshot. */
|
|
4056
|
-
loadBalancerSku?: LoadBalancerSku;
|
|
4057
|
-
}
|
|
4058
|
-
|
|
4059
|
-
/**
|
|
4060
|
-
* Defines values for NodeOSUpgradeChannel. \
|
|
4061
|
-
* {@link KnownNodeOSUpgradeChannel} can be used interchangeably with NodeOSUpgradeChannel,
|
|
4062
|
-
* this enum contains the known values that the service supports.
|
|
4063
|
-
* ### Known values supported by the service
|
|
4064
|
-
* **None**: No attempt to update your machines OS will be made either by OS or by rolling VHDs. This means you are responsible for your security updates \
|
|
4065
|
-
* **Unmanaged**: OS updates will be applied automatically through the OS built-in patching infrastructure. Newly scaled in machines will be unpatched initially, and will be patched at some later time by the OS's infrastructure. Behavior of this option depends on the OS in question. Ubuntu and Mariner apply security patches through unattended upgrade roughly once a day around 06:00 UTC. Windows does not apply security patches automatically and so for them this option is equivalent to None till further notice \
|
|
4066
|
-
* **SecurityPatch**: AKS will update the nodes VHD with patches from the image maintainer labelled "security only" on a regular basis. Where possible, patches will also be applied without reimaging to existing nodes. Some patches, such as kernel patches, cannot be applied to existing nodes without disruption. For such patches, the VHD will be updated, and machines will be rolling reimaged to that VHD following maintenance windows and surge settings. This option incurs the extra cost of hosting the VHDs in your node resource group. \
|
|
4067
|
-
* **NodeImage**: AKS will update the nodes with a newly patched VHD containing security fixes and bugfixes on a weekly cadence. With the VHD update machines will be rolling reimaged to that VHD following maintenance windows and surge settings. No extra VHD cost is incurred when choosing this option as AKS hosts the images.
|
|
4068
|
-
*/
|
|
4069
|
-
export declare type NodeOSUpgradeChannel = string;
|
|
4070
|
-
|
|
4071
2941
|
/** The List Operation response. */
|
|
4072
2942
|
export declare interface OperationListResult {
|
|
4073
2943
|
/**
|
|
@@ -4173,7 +3043,6 @@ export declare interface OSOptionProperty {
|
|
|
4173
3043
|
* ### Known values supported by the service
|
|
4174
3044
|
* **Ubuntu** \
|
|
4175
3045
|
* **CBLMariner** \
|
|
4176
|
-
* **Mariner** \
|
|
4177
3046
|
* **Windows2019** \
|
|
4178
3047
|
* **Windows2022**
|
|
4179
3048
|
*/
|
|
@@ -4220,16 +3089,6 @@ export declare interface OutboundEnvironmentEndpointCollection {
|
|
|
4220
3089
|
*/
|
|
4221
3090
|
export declare type OutboundType = string;
|
|
4222
3091
|
|
|
4223
|
-
/** The port range. */
|
|
4224
|
-
export declare interface PortRange {
|
|
4225
|
-
/** The minimum port that is included in the range. It should be ranged from 1 to 65535, and be less than or equal to portEnd. */
|
|
4226
|
-
portStart?: number;
|
|
4227
|
-
/** The maximum port that is included in the range. It should be ranged from 1 to 65535, and be greater than or equal to portStart. */
|
|
4228
|
-
portEnd?: number;
|
|
4229
|
-
/** The network protocol of the port. */
|
|
4230
|
-
protocol?: Protocol;
|
|
4231
|
-
}
|
|
4232
|
-
|
|
4233
3092
|
/** Describes the Power State of the cluster */
|
|
4234
3093
|
export declare interface PowerState {
|
|
4235
3094
|
/** Tells whether the cluster is Running or Stopped */
|
|
@@ -4413,37 +3272,16 @@ export declare interface PrivateLinkServiceConnectionState {
|
|
|
4413
3272
|
description?: string;
|
|
4414
3273
|
}
|
|
4415
3274
|
|
|
4416
|
-
/**
|
|
4417
|
-
* Defines values for Protocol. \
|
|
4418
|
-
* {@link KnownProtocol} can be used interchangeably with Protocol,
|
|
4419
|
-
* this enum contains the known values that the service supports.
|
|
4420
|
-
* ### Known values supported by the service
|
|
4421
|
-
* **TCP**: TCP protocol. \
|
|
4422
|
-
* **UDP**: UDP protocol.
|
|
4423
|
-
*/
|
|
4424
|
-
export declare type Protocol = string;
|
|
4425
|
-
|
|
4426
3275
|
/**
|
|
4427
3276
|
* Defines values for PublicNetworkAccess. \
|
|
4428
3277
|
* {@link KnownPublicNetworkAccess} can be used interchangeably with PublicNetworkAccess,
|
|
4429
3278
|
* this enum contains the known values that the service supports.
|
|
4430
3279
|
* ### Known values supported by the service
|
|
4431
|
-
* **Enabled
|
|
4432
|
-
* **Disabled
|
|
4433
|
-
* **SecuredByPerimeter**: Inbound\/Outbound traffic is managed by Microsoft.Network\/NetworkSecurityPerimeters.
|
|
3280
|
+
* **Enabled** \
|
|
3281
|
+
* **Disabled**
|
|
4434
3282
|
*/
|
|
4435
3283
|
export declare type PublicNetworkAccess = string;
|
|
4436
3284
|
|
|
4437
|
-
/** For schedules like: 'recur every month on the first Monday' or 'recur every 3 months on last Friday'. */
|
|
4438
|
-
export declare interface RelativeMonthlySchedule {
|
|
4439
|
-
/** Specifies the number of months between each set of occurrences. */
|
|
4440
|
-
intervalMonths: number;
|
|
4441
|
-
/** Specifies on which instance of the allowed days specified in daysOfWeek the maintenance occurs. */
|
|
4442
|
-
weekIndex: Type;
|
|
4443
|
-
/** Specifies on which day of the week the maintenance occurs. */
|
|
4444
|
-
dayOfWeek: WeekDay;
|
|
4445
|
-
}
|
|
4446
|
-
|
|
4447
3285
|
/** Interface representing a ResolvePrivateLinkServiceId. */
|
|
4448
3286
|
export declare interface ResolvePrivateLinkServiceId {
|
|
4449
3287
|
/**
|
|
@@ -4575,18 +3413,6 @@ export declare type ScaleSetEvictionPolicy = string;
|
|
|
4575
3413
|
*/
|
|
4576
3414
|
export declare type ScaleSetPriority = string;
|
|
4577
3415
|
|
|
4578
|
-
/** One and only one of the schedule types should be specified. Choose either 'daily', 'weekly', 'absoluteMonthly' or 'relativeMonthly' for your maintenance schedule. */
|
|
4579
|
-
export declare interface Schedule {
|
|
4580
|
-
/** For schedules like: 'recur every day' or 'recur every 3 days'. */
|
|
4581
|
-
daily?: DailySchedule;
|
|
4582
|
-
/** For schedules like: 'recur every Monday' or 'recur every 3 weeks on Wednesday'. */
|
|
4583
|
-
weekly?: WeeklySchedule;
|
|
4584
|
-
/** For schedules like: 'recur every month on the 15th' or 'recur every 3 months on the 20th'. */
|
|
4585
|
-
absoluteMonthly?: AbsoluteMonthlySchedule;
|
|
4586
|
-
/** For schedules like: 'recur every month on the first Monday' or 'recur every 3 months on last Friday'. */
|
|
4587
|
-
relativeMonthly?: RelativeMonthlySchedule;
|
|
4588
|
-
}
|
|
4589
|
-
|
|
4590
3416
|
/** A node pool snapshot resource. */
|
|
4591
3417
|
export declare interface Snapshot extends TrackedResource {
|
|
4592
3418
|
/** CreationData to be used to specify the source agent pool resource ID to create this snapshot. */
|
|
@@ -4609,7 +3435,7 @@ export declare interface Snapshot extends TrackedResource {
|
|
|
4609
3435
|
*/
|
|
4610
3436
|
readonly osType?: OSType;
|
|
4611
3437
|
/**
|
|
4612
|
-
* Specifies the OS SKU used by the agent pool.
|
|
3438
|
+
* Specifies the OS SKU used by the agent pool. The default is Ubuntu if OSType is Linux. The default is Windows2019 when Kubernetes <= 1.24 or Windows2022 when Kubernetes >= 1.25 if OSType is Windows.
|
|
4613
3439
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
4614
3440
|
*/
|
|
4615
3441
|
readonly osSku?: Ossku;
|
|
@@ -4739,8 +3565,7 @@ export declare type SnapshotsUpdateTagsResponse = Snapshot;
|
|
|
4739
3565
|
* {@link KnownSnapshotType} can be used interchangeably with SnapshotType,
|
|
4740
3566
|
* this enum contains the known values that the service supports.
|
|
4741
3567
|
* ### Known values supported by the service
|
|
4742
|
-
* **NodePool**: The snapshot is a snapshot of a node pool.
|
|
4743
|
-
* **ManagedCluster**: The snapshot is a snapshot of a managed cluster.
|
|
3568
|
+
* **NodePool**: The snapshot is a snapshot of a node pool.
|
|
4744
3569
|
*/
|
|
4745
3570
|
export declare type SnapshotType = string;
|
|
4746
3571
|
|
|
@@ -4873,222 +3698,6 @@ export declare interface TrackedResource extends Resource {
|
|
|
4873
3698
|
location: string;
|
|
4874
3699
|
}
|
|
4875
3700
|
|
|
4876
|
-
/** Trusted access role definition. */
|
|
4877
|
-
export declare interface TrustedAccessRole {
|
|
4878
|
-
/**
|
|
4879
|
-
* Resource type of Azure resource
|
|
4880
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
4881
|
-
*/
|
|
4882
|
-
readonly sourceResourceType?: string;
|
|
4883
|
-
/**
|
|
4884
|
-
* Name of role, name is unique under a source resource type
|
|
4885
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
4886
|
-
*/
|
|
4887
|
-
readonly name?: string;
|
|
4888
|
-
/**
|
|
4889
|
-
* List of rules for the role. This maps to 'rules' property of [Kubernetes Cluster Role](https://kubernetes.io/docs/reference/kubernetes-api/authorization-resources/cluster-role-v1/#ClusterRole).
|
|
4890
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
4891
|
-
*/
|
|
4892
|
-
readonly rules?: TrustedAccessRoleRule[];
|
|
4893
|
-
}
|
|
4894
|
-
|
|
4895
|
-
/** Defines binding between a resource and role */
|
|
4896
|
-
export declare interface TrustedAccessRoleBinding extends Resource {
|
|
4897
|
-
/**
|
|
4898
|
-
* The current provisioning state of trusted access role binding.
|
|
4899
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
4900
|
-
*/
|
|
4901
|
-
readonly provisioningState?: TrustedAccessRoleBindingProvisioningState;
|
|
4902
|
-
/** The ARM resource ID of source resource that trusted access is configured for. */
|
|
4903
|
-
sourceResourceId: string;
|
|
4904
|
-
/** A list of roles to bind, each item is a resource type qualified role name. For example: 'Microsoft.MachineLearningServices/workspaces/reader'. */
|
|
4905
|
-
roles: string[];
|
|
4906
|
-
}
|
|
4907
|
-
|
|
4908
|
-
/** List of trusted access role bindings */
|
|
4909
|
-
export declare interface TrustedAccessRoleBindingListResult {
|
|
4910
|
-
/** Role binding list */
|
|
4911
|
-
value?: TrustedAccessRoleBinding[];
|
|
4912
|
-
/**
|
|
4913
|
-
* Link to next page of resources.
|
|
4914
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
4915
|
-
*/
|
|
4916
|
-
readonly nextLink?: string;
|
|
4917
|
-
}
|
|
4918
|
-
|
|
4919
|
-
/**
|
|
4920
|
-
* Defines values for TrustedAccessRoleBindingProvisioningState. \
|
|
4921
|
-
* {@link KnownTrustedAccessRoleBindingProvisioningState} can be used interchangeably with TrustedAccessRoleBindingProvisioningState,
|
|
4922
|
-
* this enum contains the known values that the service supports.
|
|
4923
|
-
* ### Known values supported by the service
|
|
4924
|
-
* **Canceled** \
|
|
4925
|
-
* **Deleting** \
|
|
4926
|
-
* **Failed** \
|
|
4927
|
-
* **Succeeded** \
|
|
4928
|
-
* **Updating**
|
|
4929
|
-
*/
|
|
4930
|
-
export declare type TrustedAccessRoleBindingProvisioningState = string;
|
|
4931
|
-
|
|
4932
|
-
/** Interface representing a TrustedAccessRoleBindings. */
|
|
4933
|
-
export declare interface TrustedAccessRoleBindings {
|
|
4934
|
-
/**
|
|
4935
|
-
* List trusted access role bindings.
|
|
4936
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
4937
|
-
* @param resourceName The name of the managed cluster resource.
|
|
4938
|
-
* @param options The options parameters.
|
|
4939
|
-
*/
|
|
4940
|
-
list(resourceGroupName: string, resourceName: string, options?: TrustedAccessRoleBindingsListOptionalParams): PagedAsyncIterableIterator<TrustedAccessRoleBinding>;
|
|
4941
|
-
/**
|
|
4942
|
-
* Get a trusted access role binding.
|
|
4943
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
4944
|
-
* @param resourceName The name of the managed cluster resource.
|
|
4945
|
-
* @param trustedAccessRoleBindingName The name of trusted access role binding.
|
|
4946
|
-
* @param options The options parameters.
|
|
4947
|
-
*/
|
|
4948
|
-
get(resourceGroupName: string, resourceName: string, trustedAccessRoleBindingName: string, options?: TrustedAccessRoleBindingsGetOptionalParams): Promise<TrustedAccessRoleBindingsGetResponse>;
|
|
4949
|
-
/**
|
|
4950
|
-
* Create or update a trusted access role binding
|
|
4951
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
4952
|
-
* @param resourceName The name of the managed cluster resource.
|
|
4953
|
-
* @param trustedAccessRoleBindingName The name of trusted access role binding.
|
|
4954
|
-
* @param trustedAccessRoleBinding A trusted access role binding
|
|
4955
|
-
* @param options The options parameters.
|
|
4956
|
-
*/
|
|
4957
|
-
createOrUpdate(resourceGroupName: string, resourceName: string, trustedAccessRoleBindingName: string, trustedAccessRoleBinding: TrustedAccessRoleBinding, options?: TrustedAccessRoleBindingsCreateOrUpdateOptionalParams): Promise<TrustedAccessRoleBindingsCreateOrUpdateResponse>;
|
|
4958
|
-
/**
|
|
4959
|
-
* Delete a trusted access role binding.
|
|
4960
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
4961
|
-
* @param resourceName The name of the managed cluster resource.
|
|
4962
|
-
* @param trustedAccessRoleBindingName The name of trusted access role binding.
|
|
4963
|
-
* @param options The options parameters.
|
|
4964
|
-
*/
|
|
4965
|
-
delete(resourceGroupName: string, resourceName: string, trustedAccessRoleBindingName: string, options?: TrustedAccessRoleBindingsDeleteOptionalParams): Promise<void>;
|
|
4966
|
-
}
|
|
4967
|
-
|
|
4968
|
-
/** Optional parameters. */
|
|
4969
|
-
export declare interface TrustedAccessRoleBindingsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
4970
|
-
}
|
|
4971
|
-
|
|
4972
|
-
/** Contains response data for the createOrUpdate operation. */
|
|
4973
|
-
export declare type TrustedAccessRoleBindingsCreateOrUpdateResponse = TrustedAccessRoleBinding;
|
|
4974
|
-
|
|
4975
|
-
/** Optional parameters. */
|
|
4976
|
-
export declare interface TrustedAccessRoleBindingsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
4977
|
-
}
|
|
4978
|
-
|
|
4979
|
-
/** Optional parameters. */
|
|
4980
|
-
export declare interface TrustedAccessRoleBindingsGetOptionalParams extends coreClient.OperationOptions {
|
|
4981
|
-
}
|
|
4982
|
-
|
|
4983
|
-
/** Contains response data for the get operation. */
|
|
4984
|
-
export declare type TrustedAccessRoleBindingsGetResponse = TrustedAccessRoleBinding;
|
|
4985
|
-
|
|
4986
|
-
/** Optional parameters. */
|
|
4987
|
-
export declare interface TrustedAccessRoleBindingsListNextOptionalParams extends coreClient.OperationOptions {
|
|
4988
|
-
}
|
|
4989
|
-
|
|
4990
|
-
/** Contains response data for the listNext operation. */
|
|
4991
|
-
export declare type TrustedAccessRoleBindingsListNextResponse = TrustedAccessRoleBindingListResult;
|
|
4992
|
-
|
|
4993
|
-
/** Optional parameters. */
|
|
4994
|
-
export declare interface TrustedAccessRoleBindingsListOptionalParams extends coreClient.OperationOptions {
|
|
4995
|
-
}
|
|
4996
|
-
|
|
4997
|
-
/** Contains response data for the list operation. */
|
|
4998
|
-
export declare type TrustedAccessRoleBindingsListResponse = TrustedAccessRoleBindingListResult;
|
|
4999
|
-
|
|
5000
|
-
/** List of trusted access roles */
|
|
5001
|
-
export declare interface TrustedAccessRoleListResult {
|
|
5002
|
-
/**
|
|
5003
|
-
* Role list
|
|
5004
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
5005
|
-
*/
|
|
5006
|
-
readonly value?: TrustedAccessRole[];
|
|
5007
|
-
/**
|
|
5008
|
-
* Link to next page of resources.
|
|
5009
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
5010
|
-
*/
|
|
5011
|
-
readonly nextLink?: string;
|
|
5012
|
-
}
|
|
5013
|
-
|
|
5014
|
-
/** Rule for trusted access role */
|
|
5015
|
-
export declare interface TrustedAccessRoleRule {
|
|
5016
|
-
/**
|
|
5017
|
-
* List of allowed verbs
|
|
5018
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
5019
|
-
*/
|
|
5020
|
-
readonly verbs?: string[];
|
|
5021
|
-
/**
|
|
5022
|
-
* List of allowed apiGroups
|
|
5023
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
5024
|
-
*/
|
|
5025
|
-
readonly apiGroups?: string[];
|
|
5026
|
-
/**
|
|
5027
|
-
* List of allowed resources
|
|
5028
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
5029
|
-
*/
|
|
5030
|
-
readonly resources?: string[];
|
|
5031
|
-
/**
|
|
5032
|
-
* List of allowed names
|
|
5033
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
5034
|
-
*/
|
|
5035
|
-
readonly resourceNames?: string[];
|
|
5036
|
-
/**
|
|
5037
|
-
* List of allowed nonResourceURLs
|
|
5038
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
5039
|
-
*/
|
|
5040
|
-
readonly nonResourceURLs?: string[];
|
|
5041
|
-
}
|
|
5042
|
-
|
|
5043
|
-
/** Interface representing a TrustedAccessRoles. */
|
|
5044
|
-
export declare interface TrustedAccessRoles {
|
|
5045
|
-
/**
|
|
5046
|
-
* List supported trusted access roles.
|
|
5047
|
-
* @param location The name of Azure region.
|
|
5048
|
-
* @param options The options parameters.
|
|
5049
|
-
*/
|
|
5050
|
-
list(location: string, options?: TrustedAccessRolesListOptionalParams): PagedAsyncIterableIterator<TrustedAccessRole>;
|
|
5051
|
-
}
|
|
5052
|
-
|
|
5053
|
-
/** Optional parameters. */
|
|
5054
|
-
export declare interface TrustedAccessRolesListNextOptionalParams extends coreClient.OperationOptions {
|
|
5055
|
-
}
|
|
5056
|
-
|
|
5057
|
-
/** Contains response data for the listNext operation. */
|
|
5058
|
-
export declare type TrustedAccessRolesListNextResponse = TrustedAccessRoleListResult;
|
|
5059
|
-
|
|
5060
|
-
/** Optional parameters. */
|
|
5061
|
-
export declare interface TrustedAccessRolesListOptionalParams extends coreClient.OperationOptions {
|
|
5062
|
-
}
|
|
5063
|
-
|
|
5064
|
-
/** Contains response data for the list operation. */
|
|
5065
|
-
export declare type TrustedAccessRolesListResponse = TrustedAccessRoleListResult;
|
|
5066
|
-
|
|
5067
|
-
/**
|
|
5068
|
-
* Defines values for Type. \
|
|
5069
|
-
* {@link KnownType} can be used interchangeably with Type,
|
|
5070
|
-
* this enum contains the known values that the service supports.
|
|
5071
|
-
* ### Known values supported by the service
|
|
5072
|
-
* **First**: First. \
|
|
5073
|
-
* **Second**: Second. \
|
|
5074
|
-
* **Third**: Third. \
|
|
5075
|
-
* **Fourth**: Fourth. \
|
|
5076
|
-
* **Last**: Last.
|
|
5077
|
-
*/
|
|
5078
|
-
export declare type Type = string;
|
|
5079
|
-
|
|
5080
|
-
/**
|
|
5081
|
-
* Defines values for UpdateMode. \
|
|
5082
|
-
* {@link KnownUpdateMode} can be used interchangeably with UpdateMode,
|
|
5083
|
-
* this enum contains the known values that the service supports.
|
|
5084
|
-
* ### Known values supported by the service
|
|
5085
|
-
* **Off**: Autoscaler never changes pod resources but provides recommendations. \
|
|
5086
|
-
* **Initial**: Autoscaler only assigns resources on pod creation and doesn't change them during the lifetime of the pod. \
|
|
5087
|
-
* **Recreate**: Autoscaler assigns resources on pod creation and updates pods that need further scaling during their lifetime by deleting and recreating. \
|
|
5088
|
-
* **Auto**: Autoscaler chooses the update mode. Autoscaler currently does the same as Recreate. In the future, it may take advantage of restart-free mechanisms once they are available.
|
|
5089
|
-
*/
|
|
5090
|
-
export declare type UpdateMode = string;
|
|
5091
|
-
|
|
5092
3701
|
/**
|
|
5093
3702
|
* Defines values for UpgradeChannel. \
|
|
5094
3703
|
* {@link KnownUpgradeChannel} can be used interchangeably with UpgradeChannel,
|
|
@@ -5097,7 +3706,7 @@ export declare type UpdateMode = string;
|
|
|
5097
3706
|
* **rapid**: Automatically upgrade the cluster to the latest supported patch release on the latest supported minor version. In cases where the cluster is at a version of Kubernetes that is at an N-2 minor version where N is the latest supported minor version, the cluster first upgrades to the latest supported patch version on N-1 minor version. For example, if a cluster is running version 1.17.7 and versions 1.17.9, 1.18.4, 1.18.6, and 1.19.1 are available, your cluster first is upgraded to 1.18.6, then is upgraded to 1.19.1. \
|
|
5098
3707
|
* **stable**: Automatically upgrade the cluster to the latest supported patch release on minor version N-1, where N is the latest supported minor version. For example, if a cluster is running version 1.17.7 and versions 1.17.9, 1.18.4, 1.18.6, and 1.19.1 are available, your cluster is upgraded to 1.18.6. \
|
|
5099
3708
|
* **patch**: Automatically upgrade the cluster to the latest supported patch version when it becomes available while keeping the minor version the same. For example, if a cluster is running version 1.17.7 and versions 1.17.9, 1.18.4, 1.18.6, and 1.19.1 are available, your cluster is upgraded to 1.17.9. \
|
|
5100
|
-
* **node-image**: Automatically upgrade the node image to the latest version available.
|
|
3709
|
+
* **node-image**: Automatically upgrade the node image to the latest version available. Microsoft provides patches and new images for image nodes frequently (usually weekly), but your running nodes won't get the new images unless you do a node image upgrade. Turning on the node-image channel will automatically update your node images whenever a new version is available. \
|
|
5101
3710
|
* **none**: Disables auto-upgrades and keeps the cluster at its current version of Kubernetes.
|
|
5102
3711
|
*/
|
|
5103
3712
|
export declare type UpgradeChannel = string;
|
|
@@ -5127,14 +3736,6 @@ export declare interface UserAssignedIdentity {
|
|
|
5127
3736
|
*/
|
|
5128
3737
|
export declare type WeekDay = string;
|
|
5129
3738
|
|
|
5130
|
-
/** For schedules like: 'recur every Monday' or 'recur every 3 weeks on Wednesday'. */
|
|
5131
|
-
export declare interface WeeklySchedule {
|
|
5132
|
-
/** Specifies the number of weeks between each set of occurrences. */
|
|
5133
|
-
intervalWeeks: number;
|
|
5134
|
-
/** Specifies on which day of the week the maintenance occurs. */
|
|
5135
|
-
dayOfWeek: WeekDay;
|
|
5136
|
-
}
|
|
5137
|
-
|
|
5138
3739
|
/** Windows gMSA Profile in the managed cluster. */
|
|
5139
3740
|
export declare interface WindowsGmsaProfile {
|
|
5140
3741
|
/** Specifies whether to enable Windows gMSA in the managed cluster. */
|