From b44bd48b043d2d12d020c5067bd7610a6e4ab5e1 Mon Sep 17 00:00:00 2001 From: Jianping Zeng Date: Tue, 26 Apr 2022 00:06:03 -0700 Subject: [PATCH 1/5] GA mc alias minor version in 0401 --- .../examples/ManagedClustersCreate_DisableRunCommand.json | 2 ++ .../ManagedClustersCreate_DualStackNetworking.json | 2 ++ .../ManagedClustersCreate_EnableEncryptionAtHost.json | 2 ++ .../examples/ManagedClustersCreate_EnableUltraSSD.json | 2 ++ .../examples/ManagedClustersCreate_EnabledFIPS.json | 2 ++ .../2022-04-01/examples/ManagedClustersCreate_GPUMIG.json | 2 ++ .../examples/ManagedClustersCreate_HTTPProxy.json | 2 ++ .../examples/ManagedClustersCreate_ManagedNATGateway.json | 2 ++ .../examples/ManagedClustersCreate_NodePublicIPPrefix.json | 2 ++ .../2022-04-01/examples/ManagedClustersCreate_OSSKU.json | 2 ++ .../2022-04-01/examples/ManagedClustersCreate_PPG.json | 2 ++ .../examples/ManagedClustersCreate_PodIdentity.json | 2 ++ .../ManagedClustersCreate_PrivateClusterFQDNSubdomain.json | 2 ++ .../ManagedClustersCreate_PrivateClusterPublicFQDN.json | 2 ++ .../examples/ManagedClustersCreate_SecurityProfile.json | 2 ++ .../examples/ManagedClustersCreate_Snapshot.json | 2 ++ .../2022-04-01/examples/ManagedClustersCreate_Update.json | 2 ++ .../examples/ManagedClustersCreate_UpdateWindowsGmsa.json | 2 ++ .../examples/ManagedClustersCreate_UpdateWithAHUB.json | 2 ++ .../ManagedClustersCreate_UpdateWithEnableAzureRBAC.json | 2 ++ .../ManagedClustersCreate_UserAssignedNATGateway.json | 2 ++ .../stable/2022-04-01/examples/ManagedClustersGet.json | 1 + .../stable/2022-04-01/examples/ManagedClustersList.json | 1 + .../examples/ManagedClustersListByResourceGroup.json | 1 + .../stable/2022-04-01/managedClusters.json | 7 ++++++- 25 files changed, 51 insertions(+), 1 deletion(-) diff --git a/specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-04-01/examples/ManagedClustersCreate_DisableRunCommand.json b/specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-04-01/examples/ManagedClustersCreate_DisableRunCommand.json index 47a6af5aa438..dc8fdf28c268 100644 --- a/specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-04-01/examples/ManagedClustersCreate_DisableRunCommand.json +++ b/specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-04-01/examples/ManagedClustersCreate_DisableRunCommand.json @@ -84,6 +84,7 @@ "provisioningState": "Succeeded", "maxAgentPools": 1, "kubernetesVersion": "1.9.6", + "currentKubernetesVersion": "1.9.6", "dnsPrefix": "dnsprefix1", "agentPoolProfiles": [ { @@ -179,6 +180,7 @@ "provisioningState": "Creating", "maxAgentPools": 1, "kubernetesVersion": "1.9.6", + "currentKubernetesVersion": "1.9.6", "dnsPrefix": "dnsprefix1", "agentPoolProfiles": [ { diff --git a/specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-04-01/examples/ManagedClustersCreate_DualStackNetworking.json b/specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-04-01/examples/ManagedClustersCreate_DualStackNetworking.json index 6109b380e58a..195225bd15f2 100644 --- a/specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-04-01/examples/ManagedClustersCreate_DualStackNetworking.json +++ b/specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-04-01/examples/ManagedClustersCreate_DualStackNetworking.json @@ -102,6 +102,7 @@ "provisioningState": "Succeeded", "maxAgentPools": 1, "kubernetesVersion": "1.22.1", + "currentKubernetesVersion": "1.22.1", "dnsPrefix": "dnsprefix1", "agentPoolProfiles": [ { @@ -220,6 +221,7 @@ "provisioningState": "Creating", "maxAgentPools": 1, "kubernetesVersion": "1.22.1", + "currentKubernetesVersion": "1.22.1", "dnsPrefix": "dnsprefix1", "agentPoolProfiles": [ { diff --git a/specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-04-01/examples/ManagedClustersCreate_EnableEncryptionAtHost.json b/specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-04-01/examples/ManagedClustersCreate_EnableEncryptionAtHost.json index eb1082670234..cf9da63dddee 100644 --- a/specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-04-01/examples/ManagedClustersCreate_EnableEncryptionAtHost.json +++ b/specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-04-01/examples/ManagedClustersCreate_EnableEncryptionAtHost.json @@ -82,6 +82,7 @@ "provisioningState": "Succeeded", "maxAgentPools": 1, "kubernetesVersion": "1.9.6", + "currentKubernetesVersion": "1.9.6", "dnsPrefix": "dnsprefix1", "agentPoolProfiles": [ { @@ -174,6 +175,7 @@ "provisioningState": "Creating", "maxAgentPools": 1, "kubernetesVersion": "1.9.6", + "currentKubernetesVersion": "1.9.6", "dnsPrefix": "dnsprefix1", "agentPoolProfiles": [ { diff --git a/specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-04-01/examples/ManagedClustersCreate_EnableUltraSSD.json b/specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-04-01/examples/ManagedClustersCreate_EnableUltraSSD.json index e5145de5ad1b..7c0a957d8843 100644 --- a/specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-04-01/examples/ManagedClustersCreate_EnableUltraSSD.json +++ b/specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-04-01/examples/ManagedClustersCreate_EnableUltraSSD.json @@ -82,6 +82,7 @@ "provisioningState": "Succeeded", "maxAgentPools": 1, "kubernetesVersion": "1.9.6", + "currentKubernetesVersion": "1.9.6", "dnsPrefix": "dnsprefix1", "agentPoolProfiles": [ { @@ -174,6 +175,7 @@ "provisioningState": "Creating", "maxAgentPools": 1, "kubernetesVersion": "1.9.6", + "currentKubernetesVersion": "1.9.6", "dnsPrefix": "dnsprefix1", "agentPoolProfiles": [ { diff --git a/specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-04-01/examples/ManagedClustersCreate_EnabledFIPS.json b/specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-04-01/examples/ManagedClustersCreate_EnabledFIPS.json index 01785786b17e..eb472319f8f2 100644 --- a/specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-04-01/examples/ManagedClustersCreate_EnabledFIPS.json +++ b/specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-04-01/examples/ManagedClustersCreate_EnabledFIPS.json @@ -82,6 +82,7 @@ "provisioningState": "Succeeded", "maxAgentPools": 1, "kubernetesVersion": "1.9.6", + "currentKubernetesVersion": "1.9.6", "dnsPrefix": "dnsprefix1", "agentPoolProfiles": [ { @@ -174,6 +175,7 @@ "provisioningState": "Creating", "maxAgentPools": 1, "kubernetesVersion": "1.9.6", + "currentKubernetesVersion": "1.9.6", "dnsPrefix": "dnsprefix1", "agentPoolProfiles": [ { diff --git a/specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-04-01/examples/ManagedClustersCreate_GPUMIG.json b/specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-04-01/examples/ManagedClustersCreate_GPUMIG.json index cfcd7258f052..d0c423290358 100644 --- a/specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-04-01/examples/ManagedClustersCreate_GPUMIG.json +++ b/specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-04-01/examples/ManagedClustersCreate_GPUMIG.json @@ -91,6 +91,7 @@ "provisioningState": "Succeeded", "maxAgentPools": 1, "kubernetesVersion": "1.9.6", + "currentKubernetesVersion": "1.9.6", "dnsPrefix": "dnsprefix1", "agentPoolProfiles": [ { @@ -192,6 +193,7 @@ "provisioningState": "Creating", "maxAgentPools": 1, "kubernetesVersion": "1.9.6", + "currentKubernetesVersion": "1.9.6", "dnsPrefix": "dnsprefix1", "agentPoolProfiles": [ { diff --git a/specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-04-01/examples/ManagedClustersCreate_HTTPProxy.json b/specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-04-01/examples/ManagedClustersCreate_HTTPProxy.json index d9fd3a92b935..0c58f3c4cc92 100644 --- a/specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-04-01/examples/ManagedClustersCreate_HTTPProxy.json +++ b/specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-04-01/examples/ManagedClustersCreate_HTTPProxy.json @@ -90,6 +90,7 @@ "provisioningState": "Succeeded", "maxAgentPools": 1, "kubernetesVersion": "1.9.6", + "currentKubernetesVersion": "1.9.6", "dnsPrefix": "dnsprefix1", "agentPoolProfiles": [ { @@ -190,6 +191,7 @@ "provisioningState": "Creating", "maxAgentPools": 1, "kubernetesVersion": "1.9.6", + "currentKubernetesVersion": "1.9.6", "dnsPrefix": "dnsprefix1", "agentPoolProfiles": [ { diff --git a/specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-04-01/examples/ManagedClustersCreate_ManagedNATGateway.json b/specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-04-01/examples/ManagedClustersCreate_ManagedNATGateway.json index f0e0ef925a96..09cffc2181c8 100644 --- a/specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-04-01/examples/ManagedClustersCreate_ManagedNATGateway.json +++ b/specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-04-01/examples/ManagedClustersCreate_ManagedNATGateway.json @@ -81,6 +81,7 @@ "provisioningState": "Succeeded", "maxAgentPools": 1, "kubernetesVersion": "1.9.6", + "currentKubernetesVersion": "1.9.6", "dnsPrefix": "dnsprefix1", "agentPoolProfiles": [ { @@ -162,6 +163,7 @@ "provisioningState": "Creating", "maxAgentPools": 1, "kubernetesVersion": "1.9.6", + "currentKubernetesVersion": "1.9.6", "dnsPrefix": "dnsprefix1", "agentPoolProfiles": [ { diff --git a/specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-04-01/examples/ManagedClustersCreate_NodePublicIPPrefix.json b/specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-04-01/examples/ManagedClustersCreate_NodePublicIPPrefix.json index 5d84e4dbdd98..e3bdb3efc68b 100644 --- a/specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-04-01/examples/ManagedClustersCreate_NodePublicIPPrefix.json +++ b/specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-04-01/examples/ManagedClustersCreate_NodePublicIPPrefix.json @@ -82,6 +82,7 @@ "provisioningState": "Succeeded", "maxAgentPools": 1, "kubernetesVersion": "1.9.6", + "currentKubernetesVersion": "1.9.6", "dnsPrefix": "dnsprefix1", "agentPoolProfiles": [ { @@ -174,6 +175,7 @@ "provisioningState": "Creating", "maxAgentPools": 1, "kubernetesVersion": "1.9.6", + "currentKubernetesVersion": "1.9.6", "dnsPrefix": "dnsprefix1", "agentPoolProfiles": [ { diff --git a/specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-04-01/examples/ManagedClustersCreate_OSSKU.json b/specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-04-01/examples/ManagedClustersCreate_OSSKU.json index 364f59557f19..56908138abab 100644 --- a/specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-04-01/examples/ManagedClustersCreate_OSSKU.json +++ b/specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-04-01/examples/ManagedClustersCreate_OSSKU.json @@ -91,6 +91,7 @@ "provisioningState": "Succeeded", "maxAgentPools": 1, "kubernetesVersion": "1.9.6", + "currentKubernetesVersion": "1.9.6", "dnsPrefix": "dnsprefix1", "agentPoolProfiles": [ { @@ -192,6 +193,7 @@ "provisioningState": "Creating", "maxAgentPools": 1, "kubernetesVersion": "1.9.6", + "currentKubernetesVersion": "1.9.6", "dnsPrefix": "dnsprefix1", "agentPoolProfiles": [ { diff --git a/specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-04-01/examples/ManagedClustersCreate_PPG.json b/specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-04-01/examples/ManagedClustersCreate_PPG.json index 46e15e5a1f2b..45204bb513e1 100644 --- a/specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-04-01/examples/ManagedClustersCreate_PPG.json +++ b/specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-04-01/examples/ManagedClustersCreate_PPG.json @@ -82,6 +82,7 @@ "provisioningState": "Succeeded", "maxAgentPools": 1, "kubernetesVersion": "1.9.6", + "currentKubernetesVersion": "1.9.6", "dnsPrefix": "dnsprefix1", "agentPoolProfiles": [ { @@ -174,6 +175,7 @@ "provisioningState": "Creating", "maxAgentPools": 1, "kubernetesVersion": "1.9.6", + "currentKubernetesVersion": "1.9.6", "dnsPrefix": "dnsprefix1", "agentPoolProfiles": [ { diff --git a/specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-04-01/examples/ManagedClustersCreate_PodIdentity.json b/specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-04-01/examples/ManagedClustersCreate_PodIdentity.json index 6098990ab4d8..8d0227705f7f 100644 --- a/specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-04-01/examples/ManagedClustersCreate_PodIdentity.json +++ b/specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-04-01/examples/ManagedClustersCreate_PodIdentity.json @@ -85,6 +85,7 @@ "provisioningState": "Succeeded", "maxAgentPools": 1, "kubernetesVersion": "1.9.6", + "currentKubernetesVersion": "1.9.6", "dnsPrefix": "dnsprefix1", "agentPoolProfiles": [ { @@ -180,6 +181,7 @@ "provisioningState": "Creating", "maxAgentPools": 1, "kubernetesVersion": "1.9.6", + "currentKubernetesVersion": "1.9.6", "dnsPrefix": "dnsprefix1", "agentPoolProfiles": [ { diff --git a/specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-04-01/examples/ManagedClustersCreate_PrivateClusterFQDNSubdomain.json b/specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-04-01/examples/ManagedClustersCreate_PrivateClusterFQDNSubdomain.json index 5b0f2cac9fe7..0f9c4a655442 100644 --- a/specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-04-01/examples/ManagedClustersCreate_PrivateClusterFQDNSubdomain.json +++ b/specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-04-01/examples/ManagedClustersCreate_PrivateClusterFQDNSubdomain.json @@ -85,6 +85,7 @@ "provisioningState": "Succeeded", "maxAgentPools": 1, "kubernetesVersion": "1.9.6", + "currentKubernetesVersion": "1.9.6", "fqdnSubdomain": "domain1", "agentPoolProfiles": [ { @@ -180,6 +181,7 @@ "provisioningState": "Creating", "maxAgentPools": 1, "kubernetesVersion": "1.9.6", + "currentKubernetesVersion": "1.9.6", "fqdnSubdomain": "domain1", "agentPoolProfiles": [ { diff --git a/specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-04-01/examples/ManagedClustersCreate_PrivateClusterPublicFQDN.json b/specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-04-01/examples/ManagedClustersCreate_PrivateClusterPublicFQDN.json index 23cf3bfdc518..d6f4ce5ed05b 100644 --- a/specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-04-01/examples/ManagedClustersCreate_PrivateClusterPublicFQDN.json +++ b/specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-04-01/examples/ManagedClustersCreate_PrivateClusterPublicFQDN.json @@ -85,6 +85,7 @@ "provisioningState": "Succeeded", "maxAgentPools": 1, "kubernetesVersion": "1.9.6", + "currentKubernetesVersion": "1.9.6", "dnsPrefix": "dnsprefix1", "agentPoolProfiles": [ { @@ -182,6 +183,7 @@ "provisioningState": "Creating", "maxAgentPools": 1, "kubernetesVersion": "1.9.6", + "currentKubernetesVersion": "1.9.6", "dnsPrefix": "dnsprefix1", "agentPoolProfiles": [ { diff --git a/specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-04-01/examples/ManagedClustersCreate_SecurityProfile.json b/specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-04-01/examples/ManagedClustersCreate_SecurityProfile.json index 708c1a985ebf..be070b84d554 100644 --- a/specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-04-01/examples/ManagedClustersCreate_SecurityProfile.json +++ b/specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-04-01/examples/ManagedClustersCreate_SecurityProfile.json @@ -71,6 +71,7 @@ "provisioningState": "Succeeded", "maxAgentPools": 1, "kubernetesVersion": "1.9.6", + "currentKubernetesVersion": "1.9.6", "dnsPrefix": "dnsprefix1", "agentPoolProfiles": [ { @@ -164,6 +165,7 @@ "provisioningState": "Creating", "maxAgentPools": 1, "kubernetesVersion": "1.9.6", + "currentKubernetesVersion": "1.9.6", "dnsPrefix": "dnsprefix1", "agentPoolProfiles": [ { diff --git a/specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-04-01/examples/ManagedClustersCreate_Snapshot.json b/specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-04-01/examples/ManagedClustersCreate_Snapshot.json index 727a406da0be..860951bb2c49 100644 --- a/specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-04-01/examples/ManagedClustersCreate_Snapshot.json +++ b/specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-04-01/examples/ManagedClustersCreate_Snapshot.json @@ -85,6 +85,7 @@ "provisioningState": "Succeeded", "maxAgentPools": 1, "kubernetesVersion": "1.9.6", + "currentKubernetesVersion": "1.9.6", "dnsPrefix": "dnsprefix1", "agentPoolProfiles": [ { @@ -180,6 +181,7 @@ "provisioningState": "Creating", "maxAgentPools": 1, "kubernetesVersion": "1.9.6", + "currentKubernetesVersion": "1.9.6", "dnsPrefix": "dnsprefix1", "agentPoolProfiles": [ { diff --git a/specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-04-01/examples/ManagedClustersCreate_Update.json b/specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-04-01/examples/ManagedClustersCreate_Update.json index cc41fbcc5319..06d23bda5af4 100644 --- a/specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-04-01/examples/ManagedClustersCreate_Update.json +++ b/specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-04-01/examples/ManagedClustersCreate_Update.json @@ -98,6 +98,7 @@ "provisioningState": "Succeeded", "maxAgentPools": 1, "kubernetesVersion": "1.9.6", + "currentKubernetesVersion": "1.9.6", "dnsPrefix": "dnsprefix1", "agentPoolProfiles": [ { @@ -209,6 +210,7 @@ "provisioningState": "Creating", "maxAgentPools": 1, "kubernetesVersion": "1.9.6", + "currentKubernetesVersion": "1.9.6", "dnsPrefix": "dnsprefix1", "agentPoolProfiles": [ { diff --git a/specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-04-01/examples/ManagedClustersCreate_UpdateWindowsGmsa.json b/specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-04-01/examples/ManagedClustersCreate_UpdateWindowsGmsa.json index 66a1013d4b02..893c80bffe40 100644 --- a/specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-04-01/examples/ManagedClustersCreate_UpdateWindowsGmsa.json +++ b/specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-04-01/examples/ManagedClustersCreate_UpdateWindowsGmsa.json @@ -95,6 +95,7 @@ "provisioningState": "Succeeded", "maxAgentPools": 1, "kubernetesVersion": "1.9.6", + "currentKubernetesVersion": "1.9.6", "dnsPrefix": "dnsprefix1", "agentPoolProfiles": [ { @@ -203,6 +204,7 @@ "provisioningState": "Creating", "maxAgentPools": 1, "kubernetesVersion": "1.9.6", + "currentKubernetesVersion": "1.9.6", "dnsPrefix": "dnsprefix1", "agentPoolProfiles": [ { diff --git a/specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-04-01/examples/ManagedClustersCreate_UpdateWithAHUB.json b/specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-04-01/examples/ManagedClustersCreate_UpdateWithAHUB.json index 582202fc2237..f0d384188ede 100644 --- a/specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-04-01/examples/ManagedClustersCreate_UpdateWithAHUB.json +++ b/specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-04-01/examples/ManagedClustersCreate_UpdateWithAHUB.json @@ -93,6 +93,7 @@ "provisioningState": "Succeeded", "maxAgentPools": 1, "kubernetesVersion": "1.9.6", + "currentKubernetesVersion": "1.9.6", "dnsPrefix": "dnsprefix1", "agentPoolProfiles": [ { @@ -199,6 +200,7 @@ "provisioningState": "Creating", "maxAgentPools": 1, "kubernetesVersion": "1.9.6", + "currentKubernetesVersion": "1.9.6", "dnsPrefix": "dnsprefix1", "agentPoolProfiles": [ { diff --git a/specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-04-01/examples/ManagedClustersCreate_UpdateWithEnableAzureRBAC.json b/specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-04-01/examples/ManagedClustersCreate_UpdateWithEnableAzureRBAC.json index a1188d5a6640..88b653579498 100644 --- a/specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-04-01/examples/ManagedClustersCreate_UpdateWithEnableAzureRBAC.json +++ b/specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-04-01/examples/ManagedClustersCreate_UpdateWithEnableAzureRBAC.json @@ -90,6 +90,7 @@ "provisioningState": "Succeeded", "maxAgentPools": 1, "kubernetesVersion": "1.9.6", + "currentKubernetesVersion": "1.9.6", "dnsPrefix": "dnsprefix1", "agentPoolProfiles": [ { @@ -192,6 +193,7 @@ "provisioningState": "Creating", "maxAgentPools": 1, "kubernetesVersion": "1.9.6", + "currentKubernetesVersion": "1.9.6", "dnsPrefix": "dnsprefix1", "agentPoolProfiles": [ { diff --git a/specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-04-01/examples/ManagedClustersCreate_UserAssignedNATGateway.json b/specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-04-01/examples/ManagedClustersCreate_UserAssignedNATGateway.json index ad1f5e4ff18d..918af0429c8c 100644 --- a/specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-04-01/examples/ManagedClustersCreate_UserAssignedNATGateway.json +++ b/specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-04-01/examples/ManagedClustersCreate_UserAssignedNATGateway.json @@ -76,6 +76,7 @@ "provisioningState": "Succeeded", "maxAgentPools": 1, "kubernetesVersion": "1.9.6", + "currentKubernetesVersion": "1.9.6", "dnsPrefix": "dnsprefix1", "agentPoolProfiles": [ { @@ -143,6 +144,7 @@ "provisioningState": "Creating", "maxAgentPools": 1, "kubernetesVersion": "1.9.6", + "currentKubernetesVersion": "1.9.6", "dnsPrefix": "dnsprefix1", "agentPoolProfiles": [ { diff --git a/specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-04-01/examples/ManagedClustersGet.json b/specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-04-01/examples/ManagedClustersGet.json index 66de1d0e9de0..634a35c4b918 100644 --- a/specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-04-01/examples/ManagedClustersGet.json +++ b/specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-04-01/examples/ManagedClustersGet.json @@ -20,6 +20,7 @@ "provisioningState": "Succeeded", "maxAgentPools": 1, "kubernetesVersion": "1.9.6", + "currentKubernetesVersion": "1.9.6", "dnsPrefix": "dnsprefix1", "fqdn": "dnsprefix1-abcd1234.hcp.eastus.azmk8s.io", "azurePortalFQDN": "dnsprefix1-abcd1234.portal.hcp.eastus.azmk8s.io", diff --git a/specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-04-01/examples/ManagedClustersList.json b/specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-04-01/examples/ManagedClustersList.json index 354343b88a3a..00a3f33c43a8 100644 --- a/specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-04-01/examples/ManagedClustersList.json +++ b/specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-04-01/examples/ManagedClustersList.json @@ -19,6 +19,7 @@ "properties": { "provisioningState": "Succeeded", "kubernetesVersion": "1.9.6", + "currentKubernetesVersion": "1.9.6", "maxAgentPools": 1, "dnsPrefix": "dnsprefix1", "fqdn": "dnsprefix1-abcd1234.hcp.eastus.azmk8s.io", diff --git a/specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-04-01/examples/ManagedClustersListByResourceGroup.json b/specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-04-01/examples/ManagedClustersListByResourceGroup.json index 8b145882c145..6dfc6d0c4560 100644 --- a/specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-04-01/examples/ManagedClustersListByResourceGroup.json +++ b/specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-04-01/examples/ManagedClustersListByResourceGroup.json @@ -20,6 +20,7 @@ "properties": { "provisioningState": "Succeeded", "kubernetesVersion": "1.9.6", + "currentKubernetesVersion": "1.9.6", "maxAgentPools": 1, "dnsPrefix": "dnsprefix1", "fqdn": "dnsprefix1-abcd1234.hcp.eastus.azmk8s.io", diff --git a/specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-04-01/managedClusters.json b/specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-04-01/managedClusters.json index 0e5763d96602..0167202d71e0 100644 --- a/specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-04-01/managedClusters.json +++ b/specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-04-01/managedClusters.json @@ -3624,7 +3624,12 @@ "kubernetesVersion": { "type": "string", "title": "The version of Kubernetes the Managed Cluster is running.", - "description": "When you upgrade a supported AKS cluster, Kubernetes minor versions cannot be skipped. All upgrades must be performed sequentially by major version number. For example, upgrades between 1.14.x -> 1.15.x or 1.15.x -> 1.16.x are allowed, however 1.14.x -> 1.16.x is not allowed. See [upgrading an AKS cluster](https://docs.microsoft.com/azure/aks/upgrade-cluster) for more details." + "description": "Both full Kubernetes version (e.g. 1.20.13) and Kubernetes version only containing major and minor versions (e.g. 1.20) are supported. When you upgrade a supported AKS cluster, Kubernetes minor versions cannot be skipped. All upgrades must be performed sequentially by major version number. For example, upgrades between 1.14.x -> 1.15.x or 1.15.x -> 1.16.x are allowed, however 1.14.x -> 1.16.x is not allowed. If only major and minor version is used for upgrade, only higher minor version will trigger upgrade, e.g. 1.14.x -> 1.14 will not trigger upgrade, but 1.14.x -> 1.15 will trigger upgrade. See [upgrading an AKS cluster](https://docs.microsoft.com/azure/aks/upgrade-cluster) for more details." + }, + "currentKubernetesVersion": { + "readOnly": true, + "type": "string", + "description": "The version of Kubernetes the Managed Cluster is running. If a specific Kubernetes version is specified in kubernetesVersion, currentKubernetesVersion is the same as kubernetesVersion. For example, kubernetesVersion: 1.20.13, currentKubernetesVersion: 1.20.13. If only major and minor versions are used in kubernetesVersion, then currentKubernetesVersion will be the latest GA patch version picked by the service. For example, kubernetesVersion: 1.20, currentKubernetesVersion: 1.20.13." }, "dnsPrefix": { "type": "string", From 523d250ace025a9cc0699a6ee540dcfa8acec903 Mon Sep 17 00:00:00 2001 From: Jianping Zeng Date: Tue, 26 Apr 2022 10:52:40 -0700 Subject: [PATCH 2/5] unify info to be consistent with ap alias minor version --- .../stable/2022-04-01/managedClusters.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-04-01/managedClusters.json b/specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-04-01/managedClusters.json index 0167202d71e0..0f070ddc2644 100644 --- a/specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-04-01/managedClusters.json +++ b/specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-04-01/managedClusters.json @@ -3624,7 +3624,7 @@ "kubernetesVersion": { "type": "string", "title": "The version of Kubernetes the Managed Cluster is running.", - "description": "Both full Kubernetes version (e.g. 1.20.13) and Kubernetes version only containing major and minor versions (e.g. 1.20) are supported. When you upgrade a supported AKS cluster, Kubernetes minor versions cannot be skipped. All upgrades must be performed sequentially by major version number. For example, upgrades between 1.14.x -> 1.15.x or 1.15.x -> 1.16.x are allowed, however 1.14.x -> 1.16.x is not allowed. If only major and minor version is used for upgrade, only higher minor version will trigger upgrade, e.g. 1.14.x -> 1.14 will not trigger upgrade, but 1.14.x -> 1.15 will trigger upgrade. See [upgrading an AKS cluster](https://docs.microsoft.com/azure/aks/upgrade-cluster) for more details." + "description": "Both patch version (e.g. 1.20.13) and (e.g. 1.20) are supported. When is specified, the latest supported GA patch version is chosen automatically. Updating the cluster with the same once it has been created (e.g. 1.14.x -> 1.14) will not trigger an upgrade, even if a newer patch version is available. When you upgrade a supported AKS cluster, Kubernetes minor versions cannot be skipped. All upgrades must be performed sequentially by major version number. For example, upgrades between 1.14.x -> 1.15.x or 1.15.x -> 1.16.x are allowed, however 1.14.x -> 1.16.x is not allowed. See [upgrading an AKS cluster](https://docs.microsoft.com/azure/aks/upgrade-cluster) for more details." }, "currentKubernetesVersion": { "readOnly": true, From bdb9375ea90e6d94582a1a59584ba17f229543fa Mon Sep 17 00:00:00 2001 From: Jianping Zeng Date: Tue, 26 Apr 2022 11:13:13 -0700 Subject: [PATCH 3/5] update the title of kuberneteVersion --- .../stable/2022-04-01/managedClusters.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-04-01/managedClusters.json b/specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-04-01/managedClusters.json index 0f070ddc2644..f9215c697112 100644 --- a/specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-04-01/managedClusters.json +++ b/specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-04-01/managedClusters.json @@ -3623,7 +3623,7 @@ }, "kubernetesVersion": { "type": "string", - "title": "The version of Kubernetes the Managed Cluster is running.", + "title": "The version of Kubernetes specified by the user.", "description": "Both patch version (e.g. 1.20.13) and (e.g. 1.20) are supported. When is specified, the latest supported GA patch version is chosen automatically. Updating the cluster with the same once it has been created (e.g. 1.14.x -> 1.14) will not trigger an upgrade, even if a newer patch version is available. When you upgrade a supported AKS cluster, Kubernetes minor versions cannot be skipped. All upgrades must be performed sequentially by major version number. For example, upgrades between 1.14.x -> 1.15.x or 1.15.x -> 1.16.x are allowed, however 1.14.x -> 1.16.x is not allowed. See [upgrading an AKS cluster](https://docs.microsoft.com/azure/aks/upgrade-cluster) for more details." }, "currentKubernetesVersion": { From 28dd8a1c6801e9f75362a5c96ac39a4de06e69ac Mon Sep 17 00:00:00 2001 From: Jianping Zeng Date: Tue, 26 Apr 2022 11:15:08 -0700 Subject: [PATCH 4/5] add title for currentKubernetesVersion --- .../stable/2022-04-01/managedClusters.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-04-01/managedClusters.json b/specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-04-01/managedClusters.json index f9215c697112..f496b2126776 100644 --- a/specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-04-01/managedClusters.json +++ b/specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-04-01/managedClusters.json @@ -3629,7 +3629,8 @@ "currentKubernetesVersion": { "readOnly": true, "type": "string", - "description": "The version of Kubernetes the Managed Cluster is running. If a specific Kubernetes version is specified in kubernetesVersion, currentKubernetesVersion is the same as kubernetesVersion. For example, kubernetesVersion: 1.20.13, currentKubernetesVersion: 1.20.13. If only major and minor versions are used in kubernetesVersion, then currentKubernetesVersion will be the latest GA patch version picked by the service. For example, kubernetesVersion: 1.20, currentKubernetesVersion: 1.20.13." + "title": "The version of Kubernetes the Managed Cluster is running.", + "description": "If a specific Kubernetes version is specified in kubernetesVersion, currentKubernetesVersion is the same as kubernetesVersion. For example, kubernetesVersion: 1.20.13, currentKubernetesVersion: 1.20.13. If only major and minor versions are used in kubernetesVersion, then currentKubernetesVersion will be the latest GA patch version picked by the service. For example, kubernetesVersion: 1.20, currentKubernetesVersion: 1.20.13." }, "dnsPrefix": { "type": "string", From cc605d3b9026cf50cbeb77bb6f2a0dd65a1f7c0c Mon Sep 17 00:00:00 2001 From: Jianping Zeng Date: Tue, 26 Apr 2022 11:23:31 -0700 Subject: [PATCH 5/5] make currentKubernetesVersion language consistency with AP currentOrchestratorVersion --- .../stable/2022-04-01/managedClusters.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-04-01/managedClusters.json b/specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-04-01/managedClusters.json index f496b2126776..87323bcd4040 100644 --- a/specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-04-01/managedClusters.json +++ b/specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-04-01/managedClusters.json @@ -3630,7 +3630,7 @@ "readOnly": true, "type": "string", "title": "The version of Kubernetes the Managed Cluster is running.", - "description": "If a specific Kubernetes version is specified in kubernetesVersion, currentKubernetesVersion is the same as kubernetesVersion. For example, kubernetesVersion: 1.20.13, currentKubernetesVersion: 1.20.13. If only major and minor versions are used in kubernetesVersion, then currentKubernetesVersion will be the latest GA patch version picked by the service. For example, kubernetesVersion: 1.20, currentKubernetesVersion: 1.20.13." + "description": "If kubernetesVersion was a fully specified version , this field will be exactly equal to it. If kubernetesVersion was , this field will contain the full version being used." }, "dnsPrefix": { "type": "string",