From a3762a504cff62504bf0ebbecd29afaf63f61f54 Mon Sep 17 00:00:00 2001 From: Thalia Wang <58485997+wenxuan0923@users.noreply.github.com> Date: Thu, 28 Apr 2022 19:33:56 -0700 Subject: [PATCH] GA agent pool alisa minor version (#18814) * GA agent pool alisa minor version * Unify description with MC * Add read-only field * Rematch description with MC --- .../examples/AgentPoolsCreate_CustomNodeConfig.json | 2 ++ .../AgentPoolsCreate_EnableEncryptionAtHost.json | 2 ++ .../examples/AgentPoolsCreate_EnableFIPS.json | 2 ++ .../examples/AgentPoolsCreate_EnableUltraSSD.json | 2 ++ .../examples/AgentPoolsCreate_Ephemeral.json | 2 ++ .../2022-04-01/examples/AgentPoolsCreate_GPUMIG.json | 2 ++ .../2022-04-01/examples/AgentPoolsCreate_OSSKU.json | 2 ++ .../2022-04-01/examples/AgentPoolsCreate_PPG.json | 2 ++ .../2022-04-01/examples/AgentPoolsCreate_Snapshot.json | 2 ++ .../2022-04-01/examples/AgentPoolsCreate_Spot.json | 2 ++ .../2022-04-01/examples/AgentPoolsCreate_Update.json | 2 ++ .../2022-04-01/examples/AgentPoolsCreate_WasmWasi.json | 2 ++ .../stable/2022-04-01/examples/AgentPoolsGet.json | 1 + .../stable/2022-04-01/examples/AgentPoolsList.json | 1 + .../examples/AgentPoolsUpgradeNodeImageVersion.json | 1 + .../stable/2022-04-01/examples/AgentPools_Update.json | 2 ++ .../ManagedClustersCreate_DisableRunCommand.json | 2 ++ .../ManagedClustersCreate_DualStackNetworking.json | 2 ++ .../ManagedClustersCreate_EnableEncryptionAtHost.json | 2 ++ .../examples/ManagedClustersCreate_EnableUltraSSD.json | 2 ++ .../examples/ManagedClustersCreate_EnabledFIPS.json | 2 ++ .../examples/ManagedClustersCreate_GPUMIG.json | 2 ++ .../examples/ManagedClustersCreate_HTTPProxy.json | 2 ++ .../ManagedClustersCreate_ManagedNATGateway.json | 2 ++ .../ManagedClustersCreate_NodePublicIPPrefix.json | 2 ++ .../examples/ManagedClustersCreate_OSSKU.json | 2 ++ .../2022-04-01/examples/ManagedClustersCreate_PPG.json | 2 ++ .../examples/ManagedClustersCreate_PodIdentity.json | 2 ++ ...agedClustersCreate_PrivateClusterFQDNSubdomain.json | 2 ++ ...ManagedClustersCreate_PrivateClusterPublicFQDN.json | 2 ++ .../ManagedClustersCreate_SecurityProfile.json | 2 ++ .../examples/ManagedClustersCreate_Snapshot.json | 2 ++ .../examples/ManagedClustersCreate_Update.json | 2 ++ .../ManagedClustersCreate_UpdateWindowsGmsa.json | 2 ++ .../examples/ManagedClustersCreate_UpdateWithAHUB.json | 2 ++ ...anagedClustersCreate_UpdateWithEnableAzureRBAC.json | 2 ++ .../ManagedClustersCreate_UserAssignedNATGateway.json | 2 ++ .../stable/2022-04-01/examples/ManagedClustersGet.json | 1 + .../2022-04-01/examples/ManagedClustersList.json | 3 ++- .../examples/ManagedClustersListByResourceGroup.json | 3 ++- .../2022-04-01/examples/ManagedClustersUpdateTags.json | 3 ++- .../stable/2022-04-01/managedClusters.json | 10 ++++++++-- 42 files changed, 86 insertions(+), 5 deletions(-) diff --git a/specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-04-01/examples/AgentPoolsCreate_CustomNodeConfig.json b/specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-04-01/examples/AgentPoolsCreate_CustomNodeConfig.json index 3ff152fec982..f52ec75104b2 100644 --- a/specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-04-01/examples/AgentPoolsCreate_CustomNodeConfig.json +++ b/specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-04-01/examples/AgentPoolsCreate_CustomNodeConfig.json @@ -47,6 +47,7 @@ "properties": { "provisioningState": "Succeeded", "orchestratorVersion": "1.17.8", + "currentOrchestratorVersion": "1.17.8", "count": 3, "vmSize": "Standard_DS2_v2", "maxPods": 110, @@ -86,6 +87,7 @@ "properties": { "provisioningState": "Creating", "orchestratorVersion": "1.17.8", + "currentOrchestratorVersion": "1.17.8", "count": 3, "vmSize": "Standard_DS2_v2", "maxPods": 110, diff --git a/specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-04-01/examples/AgentPoolsCreate_EnableEncryptionAtHost.json b/specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-04-01/examples/AgentPoolsCreate_EnableEncryptionAtHost.json index 65f62b563cbb..f5ba32d9751b 100644 --- a/specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-04-01/examples/AgentPoolsCreate_EnableEncryptionAtHost.json +++ b/specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-04-01/examples/AgentPoolsCreate_EnableEncryptionAtHost.json @@ -24,6 +24,7 @@ "properties": { "provisioningState": "Succeeded", "orchestratorVersion": "1.17.13", + "currentOrchestratorVersion": "1.17.13", "count": 3, "vmSize": "Standard_DS2_v2", "maxPods": 110, @@ -40,6 +41,7 @@ "properties": { "provisioningState": "Creating", "orchestratorVersion": "1.17.13", + "currentOrchestratorVersion": "1.17.13", "count": 3, "vmSize": "Standard_DS2_v2", "maxPods": 110, diff --git a/specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-04-01/examples/AgentPoolsCreate_EnableFIPS.json b/specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-04-01/examples/AgentPoolsCreate_EnableFIPS.json index 7d1ffa637b24..3f776a2bc173 100644 --- a/specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-04-01/examples/AgentPoolsCreate_EnableFIPS.json +++ b/specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-04-01/examples/AgentPoolsCreate_EnableFIPS.json @@ -24,6 +24,7 @@ "properties": { "provisioningState": "Succeeded", "orchestratorVersion": "1.19.6", + "currentOrchestratorVersion": "1.19.6", "count": 3, "vmSize": "Standard_DS2_v2", "maxPods": 110, @@ -40,6 +41,7 @@ "properties": { "provisioningState": "Creating", "orchestratorVersion": "1.19.6", + "currentOrchestratorVersion": "1.19.6", "count": 3, "vmSize": "Standard_DS2_v2", "maxPods": 110, diff --git a/specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-04-01/examples/AgentPoolsCreate_EnableUltraSSD.json b/specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-04-01/examples/AgentPoolsCreate_EnableUltraSSD.json index 0f3fb1b1e45b..998ebb837d9f 100644 --- a/specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-04-01/examples/AgentPoolsCreate_EnableUltraSSD.json +++ b/specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-04-01/examples/AgentPoolsCreate_EnableUltraSSD.json @@ -24,6 +24,7 @@ "properties": { "provisioningState": "Succeeded", "orchestratorVersion": "1.17.13", + "currentOrchestratorVersion": "1.17.13", "count": 3, "vmSize": "Standard_DS2_v2", "maxPods": 110, @@ -40,6 +41,7 @@ "properties": { "provisioningState": "Creating", "orchestratorVersion": "1.17.13", + "currentOrchestratorVersion": "1.17.13", "count": 3, "vmSize": "Standard_DS2_v2", "maxPods": 110, diff --git a/specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-04-01/examples/AgentPoolsCreate_Ephemeral.json b/specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-04-01/examples/AgentPoolsCreate_Ephemeral.json index 3e649e467824..796677673562 100644 --- a/specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-04-01/examples/AgentPoolsCreate_Ephemeral.json +++ b/specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-04-01/examples/AgentPoolsCreate_Ephemeral.json @@ -25,6 +25,7 @@ "properties": { "provisioningState": "Succeeded", "orchestratorVersion": "1.17.8", + "currentOrchestratorVersion": "1.17.8", "count": 3, "vmSize": "Standard_DS2_v2", "maxPods": 110, @@ -42,6 +43,7 @@ "properties": { "provisioningState": "Creating", "orchestratorVersion": "1.17.8", + "currentOrchestratorVersion": "1.17.8", "count": 3, "vmSize": "Standard_DS2_v2", "maxPods": 110, diff --git a/specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-04-01/examples/AgentPoolsCreate_GPUMIG.json b/specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-04-01/examples/AgentPoolsCreate_GPUMIG.json index a379efffaf19..5ca28447a807 100644 --- a/specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-04-01/examples/AgentPoolsCreate_GPUMIG.json +++ b/specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-04-01/examples/AgentPoolsCreate_GPUMIG.json @@ -48,6 +48,7 @@ "properties": { "provisioningState": "Succeeded", "orchestratorVersion": "1.17.8", + "currentOrchestratorVersion": "1.17.8", "count": 3, "vmSize": "Standard_ND96asr_v4", "maxPods": 110, @@ -88,6 +89,7 @@ "properties": { "provisioningState": "Creating", "orchestratorVersion": "1.17.8", + "currentOrchestratorVersion": "1.17.8", "count": 3, "vmSize": "Standard_ND96asr_v4", "maxPods": 110, diff --git a/specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-04-01/examples/AgentPoolsCreate_OSSKU.json b/specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-04-01/examples/AgentPoolsCreate_OSSKU.json index ea77c98e822e..f721f7b69308 100644 --- a/specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-04-01/examples/AgentPoolsCreate_OSSKU.json +++ b/specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-04-01/examples/AgentPoolsCreate_OSSKU.json @@ -48,6 +48,7 @@ "properties": { "provisioningState": "Succeeded", "orchestratorVersion": "1.17.8", + "currentOrchestratorVersion": "1.17.8", "count": 3, "vmSize": "Standard_DS2_v2", "maxPods": 110, @@ -88,6 +89,7 @@ "properties": { "provisioningState": "Creating", "orchestratorVersion": "1.17.8", + "currentOrchestratorVersion": "1.17.8", "count": 3, "vmSize": "Standard_DS2_v2", "maxPods": 110, diff --git a/specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-04-01/examples/AgentPoolsCreate_PPG.json b/specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-04-01/examples/AgentPoolsCreate_PPG.json index b52e4385f9bf..5c949f4df037 100644 --- a/specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-04-01/examples/AgentPoolsCreate_PPG.json +++ b/specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-04-01/examples/AgentPoolsCreate_PPG.json @@ -24,6 +24,7 @@ "properties": { "provisioningState": "Succeeded", "orchestratorVersion": "1.9.6", + "currentOrchestratorVersion": "1.9.6", "count": 3, "vmSize": "Standard_DS2_v2", "maxPods": 110, @@ -40,6 +41,7 @@ "properties": { "provisioningState": "Creating", "orchestratorVersion": "1.9.6", + "currentOrchestratorVersion": "1.9.6", "count": 3, "vmSize": "Standard_DS2_v2", "maxPods": 110, diff --git a/specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-04-01/examples/AgentPoolsCreate_Snapshot.json b/specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-04-01/examples/AgentPoolsCreate_Snapshot.json index 7e9f75eea416..ea87ddb1582d 100644 --- a/specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-04-01/examples/AgentPoolsCreate_Snapshot.json +++ b/specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-04-01/examples/AgentPoolsCreate_Snapshot.json @@ -27,6 +27,7 @@ "properties": { "provisioningState": "Succeeded", "orchestratorVersion": "1.19.6", + "currentOrchestratorVersion": "1.19.6", "count": 3, "vmSize": "Standard_DS2_v2", "maxPods": 110, @@ -46,6 +47,7 @@ "properties": { "provisioningState": "Creating", "orchestratorVersion": "1.19.6", + "currentOrchestratorVersion": "1.19.6", "count": 3, "vmSize": "Standard_DS2_v2", "maxPods": 110, diff --git a/specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-04-01/examples/AgentPoolsCreate_Spot.json b/specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-04-01/examples/AgentPoolsCreate_Spot.json index 8935728b68c7..e019ea7c974b 100644 --- a/specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-04-01/examples/AgentPoolsCreate_Spot.json +++ b/specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-04-01/examples/AgentPoolsCreate_Spot.json @@ -34,6 +34,7 @@ "properties": { "provisioningState": "Succeeded", "orchestratorVersion": "1.9.6", + "currentOrchestratorVersion": "1.9.6", "count": 3, "vmSize": "Standard_DS1_v2", "maxPods": 110, @@ -61,6 +62,7 @@ "properties": { "provisioningState": "Creating", "orchestratorVersion": "1.9.6", + "currentOrchestratorVersion": "1.9.6", "count": 3, "vmSize": "Standard_DS1_v2", "maxPods": 110, diff --git a/specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-04-01/examples/AgentPoolsCreate_Update.json b/specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-04-01/examples/AgentPoolsCreate_Update.json index 7fceff84843c..6df48b7cfbdb 100644 --- a/specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-04-01/examples/AgentPoolsCreate_Update.json +++ b/specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-04-01/examples/AgentPoolsCreate_Update.json @@ -35,6 +35,7 @@ "properties": { "provisioningState": "Succeeded", "orchestratorVersion": "1.9.6", + "currentOrchestratorVersion": "1.9.6", "count": 3, "vmSize": "Standard_DS1_v2", "maxPods": 110, @@ -63,6 +64,7 @@ "properties": { "provisioningState": "Creating", "orchestratorVersion": "1.9.6", + "currentOrchestratorVersion": "1.9.6", "count": 3, "vmSize": "Standard_DS1_v2", "maxPods": 110, diff --git a/specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-04-01/examples/AgentPoolsCreate_WasmWasi.json b/specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-04-01/examples/AgentPoolsCreate_WasmWasi.json index 899c4fc31ef4..ee2fcc8cca0d 100644 --- a/specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-04-01/examples/AgentPoolsCreate_WasmWasi.json +++ b/specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-04-01/examples/AgentPoolsCreate_WasmWasi.json @@ -26,6 +26,7 @@ "properties": { "provisioningState": "Succeeded", "orchestratorVersion": "1.17.8", + "currentOrchestratorVersion": "1.17.8", "count": 3, "vmSize": "Standard_DS2_v2", "maxPods": 110, @@ -44,6 +45,7 @@ "properties": { "provisioningState": "Creating", "orchestratorVersion": "1.17.8", + "currentOrchestratorVersion": "1.17.8", "count": 3, "vmSize": "Standard_DS2_v2", "maxPods": 110, diff --git a/specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-04-01/examples/AgentPoolsGet.json b/specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-04-01/examples/AgentPoolsGet.json index cb97efa241ec..5fe66469a517 100644 --- a/specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-04-01/examples/AgentPoolsGet.json +++ b/specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-04-01/examples/AgentPoolsGet.json @@ -18,6 +18,7 @@ "maxPods": 110, "osType": "Linux", "orchestratorVersion": "1.9.6", + "currentOrchestratorVersion": "1.9.6", "nodeImageVersion": "AKSUbuntu:1604:2020.03.11", "upgradeSettings": { "maxSurge": "33%" diff --git a/specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-04-01/examples/AgentPoolsList.json b/specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-04-01/examples/AgentPoolsList.json index a0a01ddcd493..1e3f83d38bec 100644 --- a/specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-04-01/examples/AgentPoolsList.json +++ b/specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-04-01/examples/AgentPoolsList.json @@ -19,6 +19,7 @@ "maxPods": 110, "osType": "Linux", "orchestratorVersion": "1.9.6", + "currentOrchestratorVersion": "1.9.6", "nodeImageVersion": "AKSUbuntu:1604:2020.03.11" } } diff --git a/specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-04-01/examples/AgentPoolsUpgradeNodeImageVersion.json b/specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-04-01/examples/AgentPoolsUpgradeNodeImageVersion.json index 7904570cd09c..ad8084805560 100644 --- a/specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-04-01/examples/AgentPoolsUpgradeNodeImageVersion.json +++ b/specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-04-01/examples/AgentPoolsUpgradeNodeImageVersion.json @@ -22,6 +22,7 @@ "maxPods": 110, "osType": "Linux", "orchestratorVersion": "1.9.6", + "currentOrchestratorVersion": "1.9.6", "nodeImageVersion": "AKSUbuntu-1604-2020.03.11", "upgradeSettings": { "maxSurge": "33%" diff --git a/specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-04-01/examples/AgentPools_Update.json b/specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-04-01/examples/AgentPools_Update.json index 3e4694057629..c576c450c6a9 100644 --- a/specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-04-01/examples/AgentPools_Update.json +++ b/specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-04-01/examples/AgentPools_Update.json @@ -31,6 +31,7 @@ "properties": { "provisioningState": "Succeeded", "orchestratorVersion": "1.9.6", + "currentOrchestratorVersion": "1.9.6", "count": 3, "enableAutoScaling": true, "minCount": 2, @@ -54,6 +55,7 @@ "properties": { "provisioningState": "Updating", "orchestratorVersion": "1.9.6", + "currentOrchestratorVersion": "1.9.6", "count": 3, "enableAutoScaling": true, "minCount": 2, 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 dc8fdf28c268..2e59b6b449eb 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 @@ -95,6 +95,7 @@ "osType": "Linux", "provisioningState": "Succeeded", "orchestratorVersion": "1.9.6", + "currentOrchestratorVersion": "1.9.6", "type": "VirtualMachineScaleSets", "enableNodePublicIP": true, "mode": "System", @@ -191,6 +192,7 @@ "osType": "Linux", "provisioningState": "Creating", "orchestratorVersion": "1.9.6", + "currentOrchestratorVersion": "1.9.6", "type": "VirtualMachineScaleSets", "enableNodePublicIP": true, "mode": "System", 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 195225bd15f2..16bd64582a17 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 @@ -113,6 +113,7 @@ "osType": "Linux", "provisioningState": "Succeeded", "orchestratorVersion": "1.22.1", + "currentOrchestratorVersion": "1.22.1", "type": "VirtualMachineScaleSets", "scaleDownMode": "Deallocate", "availabilityZones": [ @@ -232,6 +233,7 @@ "osType": "Linux", "provisioningState": "Creating", "orchestratorVersion": "1.22.1", + "currentOrchestratorVersion": "1.22.1", "type": "VirtualMachineScaleSets", "scaleDownMode": "Deallocate", "availabilityZones": [ 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 cf9da63dddee..6a321fd4a957 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 @@ -93,6 +93,7 @@ "osType": "Linux", "provisioningState": "Succeeded", "orchestratorVersion": "1.9.6", + "currentOrchestratorVersion": "1.9.6", "type": "VirtualMachineScaleSets", "enableNodePublicIP": true, "mode": "System", @@ -186,6 +187,7 @@ "osType": "Linux", "provisioningState": "Creating", "orchestratorVersion": "1.9.6", + "currentOrchestratorVersion": "1.9.6", "type": "VirtualMachineScaleSets", "enableNodePublicIP": true, "mode": "System", 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 7c0a957d8843..7ffce91974b3 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 @@ -93,6 +93,7 @@ "osType": "Linux", "provisioningState": "Succeeded", "orchestratorVersion": "1.9.6", + "currentOrchestratorVersion": "1.9.6", "type": "VirtualMachineScaleSets", "enableNodePublicIP": true, "mode": "System", @@ -186,6 +187,7 @@ "osType": "Linux", "provisioningState": "Creating", "orchestratorVersion": "1.9.6", + "currentOrchestratorVersion": "1.9.6", "type": "VirtualMachineScaleSets", "enableNodePublicIP": true, "mode": "System", 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 eb472319f8f2..2a0980d96e05 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 @@ -93,6 +93,7 @@ "osType": "Linux", "provisioningState": "Succeeded", "orchestratorVersion": "1.9.6", + "currentOrchestratorVersion": "1.9.6", "type": "VirtualMachineScaleSets", "enableNodePublicIP": true, "mode": "System", @@ -186,6 +187,7 @@ "osType": "Linux", "provisioningState": "Creating", "orchestratorVersion": "1.9.6", + "currentOrchestratorVersion": "1.9.6", "type": "VirtualMachineScaleSets", "enableNodePublicIP": true, "mode": "System", 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 d0c423290358..6ca6a9de2c69 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 @@ -103,6 +103,7 @@ "gpuInstanceProfile": "MIG3g", "provisioningState": "Succeeded", "orchestratorVersion": "1.9.6", + "currentOrchestratorVersion": "1.9.6", "type": "VirtualMachineScaleSets", "enableNodePublicIP": true, "mode": "System", @@ -205,6 +206,7 @@ "gpuInstanceProfile": "MIG3g", "provisioningState": "Creating", "orchestratorVersion": "1.9.6", + "currentOrchestratorVersion": "1.9.6", "type": "VirtualMachineScaleSets", "enableNodePublicIP": true, "mode": "System" 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 0c58f3c4cc92..0bcf08bd0d3c 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 @@ -101,6 +101,7 @@ "osType": "Linux", "provisioningState": "Succeeded", "orchestratorVersion": "1.9.6", + "currentOrchestratorVersion": "1.9.6", "type": "VirtualMachineScaleSets", "enableNodePublicIP": true, "mode": "System", @@ -202,6 +203,7 @@ "osType": "Linux", "provisioningState": "Creating", "orchestratorVersion": "1.9.6", + "currentOrchestratorVersion": "1.9.6", "type": "VirtualMachineScaleSets", "enableNodePublicIP": true, "mode": "System" 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 09cffc2181c8..d5db0954fde3 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 @@ -92,6 +92,7 @@ "osType": "Linux", "provisioningState": "Succeeded", "orchestratorVersion": "1.9.6", + "currentOrchestratorVersion": "1.9.6", "type": "VirtualMachineScaleSets", "enableNodePublicIP": false, "mode": "System", @@ -174,6 +175,7 @@ "osType": "Linux", "provisioningState": "Creating", "orchestratorVersion": "1.9.6", + "currentOrchestratorVersion": "1.9.6", "type": "VirtualMachineScaleSets", "enableNodePublicIP": false, "mode": "System" 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 e3bdb3efc68b..d3d962474045 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 @@ -93,6 +93,7 @@ "osType": "Linux", "provisioningState": "Succeeded", "orchestratorVersion": "1.9.6", + "currentOrchestratorVersion": "1.9.6", "type": "VirtualMachineScaleSets", "enableNodePublicIP": true, "mode": "System", @@ -186,6 +187,7 @@ "osType": "Linux", "provisioningState": "Creating", "orchestratorVersion": "1.9.6", + "currentOrchestratorVersion": "1.9.6", "type": "VirtualMachineScaleSets", "enableNodePublicIP": true, "mode": "System", 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 56908138abab..45adc1c29580 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 @@ -103,6 +103,7 @@ "osSKU": "CBLMariner", "provisioningState": "Succeeded", "orchestratorVersion": "1.9.6", + "currentOrchestratorVersion": "1.9.6", "type": "VirtualMachineScaleSets", "enableNodePublicIP": true, "mode": "System", @@ -205,6 +206,7 @@ "osSKU": "CBLMariner", "provisioningState": "Creating", "orchestratorVersion": "1.9.6", + "currentOrchestratorVersion": "1.9.6", "type": "VirtualMachineScaleSets", "enableNodePublicIP": true, "mode": "System" 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 45204bb513e1..9a37d4905797 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 @@ -93,6 +93,7 @@ "osType": "Linux", "provisioningState": "Succeeded", "orchestratorVersion": "1.9.6", + "currentOrchestratorVersion": "1.9.6", "type": "VirtualMachineScaleSets", "enableNodePublicIP": true, "mode": "System", @@ -186,6 +187,7 @@ "osType": "Linux", "provisioningState": "Creating", "orchestratorVersion": "1.9.6", + "currentOrchestratorVersion": "1.9.6", "type": "VirtualMachineScaleSets", "enableNodePublicIP": true, "mode": "System", 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 8d0227705f7f..30e1edfe9cd9 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 @@ -96,6 +96,7 @@ "osType": "Linux", "provisioningState": "Succeeded", "orchestratorVersion": "1.9.6", + "currentOrchestratorVersion": "1.9.6", "type": "VirtualMachineScaleSets", "enableNodePublicIP": true, "mode": "System", @@ -192,6 +193,7 @@ "osType": "Linux", "provisioningState": "Creating", "orchestratorVersion": "1.9.6", + "currentOrchestratorVersion": "1.9.6", "type": "VirtualMachineScaleSets", "enableNodePublicIP": true, "mode": "System" 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 0f9c4a655442..2f744964877e 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 @@ -96,6 +96,7 @@ "osType": "Linux", "provisioningState": "Succeeded", "orchestratorVersion": "1.9.6", + "currentOrchestratorVersion": "1.9.6", "type": "VirtualMachineScaleSets", "enableNodePublicIP": true, "mode": "System", @@ -192,6 +193,7 @@ "osType": "Linux", "provisioningState": "Creating", "orchestratorVersion": "1.9.6", + "currentOrchestratorVersion": "1.9.6", "type": "VirtualMachineScaleSets", "enableNodePublicIP": true, "mode": "System", 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 d6f4ce5ed05b..774e4b661589 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 @@ -96,6 +96,7 @@ "osType": "Linux", "provisioningState": "Succeeded", "orchestratorVersion": "1.9.6", + "currentOrchestratorVersion": "1.9.6", "type": "VirtualMachineScaleSets", "enableNodePublicIP": true, "mode": "System", @@ -194,6 +195,7 @@ "osType": "Linux", "provisioningState": "Creating", "orchestratorVersion": "1.9.6", + "currentOrchestratorVersion": "1.9.6", "type": "VirtualMachineScaleSets", "enableNodePublicIP": true, "mode": "System", 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 be070b84d554..49d694076f07 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 @@ -82,6 +82,7 @@ "osType": "Linux", "provisioningState": "Succeeded", "orchestratorVersion": "1.9.6", + "currentOrchestratorVersion": "1.9.6", "type": "VirtualMachineScaleSets", "enableNodePublicIP": true, "mode": "System", @@ -176,6 +177,7 @@ "osType": "Linux", "provisioningState": "Creating", "orchestratorVersion": "1.9.6", + "currentOrchestratorVersion": "1.9.6", "type": "VirtualMachineScaleSets", "enableNodePublicIP": true, "mode": "System" 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 860951bb2c49..f46d61f5bada 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 @@ -96,6 +96,7 @@ "osType": "Linux", "provisioningState": "Succeeded", "orchestratorVersion": "1.9.6", + "currentOrchestratorVersion": "1.9.6", "type": "VirtualMachineScaleSets", "enableNodePublicIP": true, "mode": "System", @@ -192,6 +193,7 @@ "osType": "Linux", "provisioningState": "Creating", "orchestratorVersion": "1.9.6", + "currentOrchestratorVersion": "1.9.6", "type": "VirtualMachineScaleSets", "enableNodePublicIP": true, "mode": "System", 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 06d23bda5af4..eb6f2e26fd8b 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 @@ -109,6 +109,7 @@ "osType": "Linux", "provisioningState": "Succeeded", "orchestratorVersion": "1.9.6", + "currentOrchestratorVersion": "1.9.6", "type": "VirtualMachineScaleSets", "scaleDownMode": "Deallocate", "availabilityZones": [ @@ -221,6 +222,7 @@ "osType": "Linux", "provisioningState": "Creating", "orchestratorVersion": "1.9.6", + "currentOrchestratorVersion": "1.9.6", "type": "VirtualMachineScaleSets", "scaleDownMode": "Deallocate", "availabilityZones": [ 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 893c80bffe40..88dc119407d1 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 @@ -106,6 +106,7 @@ "osType": "Linux", "provisioningState": "Succeeded", "orchestratorVersion": "1.9.6", + "currentOrchestratorVersion": "1.9.6", "type": "VirtualMachineScaleSets", "availabilityZones": [ "1", @@ -215,6 +216,7 @@ "osType": "Linux", "provisioningState": "Creating", "orchestratorVersion": "1.9.6", + "currentOrchestratorVersion": "1.9.6", "type": "VirtualMachineScaleSets", "availabilityZones": [ "1", 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 f0d384188ede..1dd9ad665dad 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 @@ -104,6 +104,7 @@ "osType": "Linux", "provisioningState": "Succeeded", "orchestratorVersion": "1.9.6", + "currentOrchestratorVersion": "1.9.6", "type": "VirtualMachineScaleSets", "availabilityZones": [ "1", @@ -211,6 +212,7 @@ "osType": "Linux", "provisioningState": "Creating", "orchestratorVersion": "1.9.6", + "currentOrchestratorVersion": "1.9.6", "type": "VirtualMachineScaleSets", "availabilityZones": [ "1", 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 88b653579498..704ccb7bd320 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 @@ -101,6 +101,7 @@ "osType": "Linux", "provisioningState": "Succeeded", "orchestratorVersion": "1.9.6", + "currentOrchestratorVersion": "1.9.6", "type": "VirtualMachineScaleSets", "availabilityZones": [ "1", @@ -204,6 +205,7 @@ "osType": "Linux", "provisioningState": "Creating", "orchestratorVersion": "1.9.6", + "currentOrchestratorVersion": "1.9.6", "type": "VirtualMachineScaleSets", "availabilityZones": [ "1", 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 918af0429c8c..c64c5108a667 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 @@ -87,6 +87,7 @@ "osType": "Linux", "provisioningState": "Succeeded", "orchestratorVersion": "1.9.6", + "currentOrchestratorVersion": "1.9.6", "type": "VirtualMachineScaleSets", "enableNodePublicIP": false, "mode": "System", @@ -155,6 +156,7 @@ "osType": "Linux", "provisioningState": "Creating", "orchestratorVersion": "1.9.6", + "currentOrchestratorVersion": "1.9.6", "type": "VirtualMachineScaleSets", "enableNodePublicIP": false, "mode": "System" 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 634a35c4b918..753d40f2f424 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 @@ -33,6 +33,7 @@ "osType": "Linux", "provisioningState": "Succeeded", "orchestratorVersion": "1.9.6", + "currentOrchestratorVersion": "1.9.6", "availabilityZones": [ "1", "2", 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 00a3f33c43a8..b97b5bd32b55 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 @@ -31,7 +31,8 @@ "maxPods": 110, "osType": "Linux", "provisioningState": "Succeeded", - "orchestratorVersion": "1.9.6" + "orchestratorVersion": "1.9.6", + "currentOrchestratorVersion": "1.9.6" } ], "linuxProfile": { 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 6dfc6d0c4560..f1855a212c86 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 @@ -32,7 +32,8 @@ "maxPods": 110, "osType": "Linux", "provisioningState": "Succeeded", - "orchestratorVersion": "1.9.6" + "orchestratorVersion": "1.9.6", + "currentOrchestratorVersion": "1.9.6" } ], "linuxProfile": { diff --git a/specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-04-01/examples/ManagedClustersUpdateTags.json b/specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-04-01/examples/ManagedClustersUpdateTags.json index e3664b0be49c..25ab6d4ded21 100644 --- a/specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-04-01/examples/ManagedClustersUpdateTags.json +++ b/specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-04-01/examples/ManagedClustersUpdateTags.json @@ -34,7 +34,8 @@ "maxPods": 110, "osType": "Linux", "provisioningState": "Succeeded", - "orchestratorVersion": "1.9.6" + "orchestratorVersion": "1.9.6", + "currentOrchestratorVersion": "1.9.6" } ], "linuxProfile": { 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 84f3290cb1e6..3bfbcf7469f0 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 @@ -2667,8 +2667,14 @@ }, "orchestratorVersion": { "type": "string", - "title": "The version of Kubernetes running on the Agent Pool.", - "description": "As a best practice, you should upgrade all node pools in an AKS cluster to the same Kubernetes version. The node pool version must have the same major version as the control plane. The node pool minor version must be within two minor versions of the control plane version. The node pool version cannot be greater than the control plane version. For more information see [upgrading a node pool](https://docs.microsoft.com/azure/aks/use-multiple-node-pools#upgrade-a-node-pool)." + "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. As a best practice, you should upgrade all node pools in an AKS cluster to the same Kubernetes version. The node pool version must have the same major version as the control plane. The node pool minor version must be within two minor versions of the control plane version. The node pool version cannot be greater than the control plane version. For more information see [upgrading a node pool](https://docs.microsoft.com/azure/aks/use-multiple-node-pools#upgrade-a-node-pool)." + }, + "currentOrchestratorVersion": { + "readOnly": true, + "type": "string", + "title": "The version of Kubernetes the Agent Pool is running.", + "description": "If orchestratorVersion is a fully specified version , this field will be exactly equal to it. If orchestratorVersion is , this field will contain the full version being used." }, "nodeImageVersion": { "readOnly": true,