From d4463c4e271b97fe2d03ef178c94b63c18e91dec Mon Sep 17 00:00:00 2001 From: Junjie Zhang Date: Sun, 8 Oct 2023 03:20:06 +0000 Subject: [PATCH] OSSKU supports WindowsAnnual option --- .../aks/preview/2023-09-02-preview/managedClusters.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2023-09-02-preview/managedClusters.json b/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2023-09-02-preview/managedClusters.json index dbf99f43b6ce..55da8b8eedaf 100644 --- a/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2023-09-02-preview/managedClusters.json +++ b/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2023-09-02-preview/managedClusters.json @@ -6247,7 +6247,8 @@ "Mariner", "AzureLinux", "Windows2019", - "Windows2022" + "Windows2022", + "WindowsAnnual" ], "x-ms-enum": { "name": "OSSKU", @@ -6276,6 +6277,10 @@ { "value": "Windows2022", "description": "Use Windows2022 as the OS for node images. Unsupported for system node pools. Windows2022 only supports Windows2022 containers; it cannot run Windows2019 containers and vice versa." + }, + { + "value": "WindowsAnnual", + "description": "Use Windows Annual Channel version as the OS for node images. Unsupported for system node pools. Details about supported container images and kubernetes versions under different AKS Annual Channel versions could be seen in https://aka.ms/aks/windows-annual-channel-details." } ] },