Skip to content

Commit cec4662

Browse files
author
Frank Gao
committed
updated scenario name
1 parent 2c5010c commit cec4662

File tree

4 files changed

+3
-6
lines changed

4 files changed

+3
-6
lines changed

specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2020-07-01/examples/ManagedClustersCreate_PPG.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@
2626
"type": "VirtualMachineScaleSets",
2727
"enableNodePublicIP": true,
2828
"mode": "System",
29-
"nodeImageVersion": "AKSUbuntu:1604:2020.03.11",
3029
"proximityPlacementGroupID": "/subscriptions/subid1/resourcegroups/rg1/providers//Microsoft.Compute/proximityPlacementGroups/ppg1"
3130
}
3231
],

specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2020-07-01/examples/ManagedClustersCreate_UpdateWithAHUB.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,7 @@
3030
"3"
3131
],
3232
"enableNodePublicIP": true,
33-
"mode": "System",
34-
"nodeImageVersion": "AKSUbuntu:1604:2020.03.11"
33+
"mode": "System"
3534
}
3635
],
3736
"linuxProfile": {

specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2020-07-01/examples/ManagedClustersCreate_UpdateWithEnableAzureRBAC.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,7 @@
3030
"3"
3131
],
3232
"enableNodePublicIP": true,
33-
"mode": "System",
34-
"nodeImageVersion": "AKSUbuntu:1604:2020.03.11"
33+
"mode": "System"
3534
}
3635
],
3736
"linuxProfile": {

specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2020-07-01/managedClusters.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1269,7 +1269,7 @@
12691269
},
12701270
"x-ms-long-running-operation": true,
12711271
"x-ms-examples": {
1272-
"Reset Service Principal Profile": {
1272+
"Upgrade Agent Pool Node Image Version": {
12731273
"$ref": "./examples/AgentPoolsUpgradeNodeImageVersion.json"
12741274
}
12751275
}

0 commit comments

Comments
 (0)