Share via


AutoUpgradeProfileData.LongTermSupport Property

Definition

If upgrade channel is not TargetKubernetesVersion, this field must be False. If set to True: Fleet auto upgrade will continue generate update runs for patches of minor versions earlier than N-2 (where N is the latest supported minor version) if those minor versions support Long-Term Support (LTS). By default, this is set to False. For more information on AKS LTS, please see https://learn.microsoft.com/en-us/azure/aks/long-term-support

public bool? LongTermSupport { get; set; }
member this.LongTermSupport : Nullable<bool> with get, set
Public Property LongTermSupport As Nullable(Of Boolean)

Property Value

Applies to