Skip to content

Commit f9a5b2e

Browse files
authored
Update flexible-virtual-machine-scale-sets-rest-api.md
Adding Automatic upgrade property to Arm Template
1 parent 56f964e commit f9a5b2e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

articles/virtual-machine-scale-sets/flexible-virtual-machine-scale-sets-rest-api.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -358,6 +358,7 @@ ARM templates let you deploy groups of related resources. In a single template,
358358
"type": "CustomScript",
359359
"typeHandlerVersion": "2.0",
360360
"autoUpgradeMinorVersion": true,
361+
"enableAutomaticUpgrade": true,
361362
"settings": {
362363
"fileUris": [
363364
"[uri(parameters('_artifactsLocation'), concat('installserver.sh', parameters('_artifactsLocationSasToken')))]",

0 commit comments

Comments
 (0)