Share via


AgentPoolUpgradeProfileProperties interface

The list of available upgrade versions.

Properties

componentsByReleases

List of components grouped by kubernetes major.minor version.

kubernetesVersion

The Kubernetes version (major.minor.patch).

latestNodeImageVersion

The latest AKS supported node image version.

osType

The operating system type. The default is Linux.

recentlyUsedVersions

List of historical good versions for rollback operations.

upgrades

List of orchestrator types and versions available for upgrade.

Property Details

componentsByReleases

List of components grouped by kubernetes major.minor version.

componentsByReleases?: ComponentsByRelease[]

Property Value

kubernetesVersion

The Kubernetes version (major.minor.patch).

kubernetesVersion: string

Property Value

string

latestNodeImageVersion

The latest AKS supported node image version.

latestNodeImageVersion?: string

Property Value

string

osType

The operating system type. The default is Linux.

osType: string

Property Value

string

recentlyUsedVersions

List of historical good versions for rollback operations.

recentlyUsedVersions?: AgentPoolRecentlyUsedVersion[]

Property Value

upgrades

List of orchestrator types and versions available for upgrade.

upgrades?: AgentPoolUpgradeProfilePropertiesUpgradesItem[]

Property Value