Skip to main content

managed_clusters_kubernetes_versions

Creates, updates, deletes, gets or lists a managed_clusters_kubernetes_versions resource.

Overview

Namemanaged_clusters_kubernetes_versions
TypeResource
Idazure.aks.managed_clusters_kubernetes_versions

Fields

The following fields are returned by SELECT queries:

NameDatatypeDescription
valuesarrayArray of AKS supported Kubernetes versions.

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
listselectsubscriptionId, locationContains extra metadata on the version, including supported patch versions, capabilities, available upgrades, and details on preview status of the version

Parameters

Parameters can be passed in the WHERE clause of a query. Check the Methods section to see which parameters are required or optional for each operation.

NameDatatypeDescription
locationstringThe name of the Azure region.
subscriptionIdstring (uuid)The ID of the target subscription. The value must be an UUID.

SELECT examples

Contains extra metadata on the version, including supported patch versions, capabilities, available upgrades, and details on preview status of the version

SELECT
values
FROM azure.aks.managed_clusters_kubernetes_versions
WHERE subscriptionId = '{{ subscriptionId }}' -- required
AND location = '{{ location }}' -- required
;