kubernetesVersion

@JvmName(name = "ukcmlfepflrextlr")
suspend fun kubernetesVersion(value: Output<String>)
@JvmName(name = "polnegbqohpltuhd")
suspend fun kubernetesVersion(value: String?)

Parameters

value

Version of Kubernetes specified when creating the AKS managed cluster. If not specified, the latest recommended version will be used at provisioning time (but won't auto-upgrade). AKS does not require an exact patch version to be specified, minor version aliases such as 1.22 are also supported. - The minor version's latest GA patch is automatically chosen in that case. More details can be found in the documentation.

Note: Upgrading your cluster may take up to 10 minutes per node.