Skip to content

Commit 8602eda

Browse files
marcvaneijkvikasnav
authored andcommitted
autoUpgradeMinorVersion to bool (#173)
* Update for TP2 * autoUpgradeMinorVersion to bool
1 parent 488aeb6 commit 8602eda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

101-vm-extension-bginfo/azuredeploy.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"publisher": "Microsoft.Compute",
2222
"type": "BGInfo",
2323
"typeHandlerVersion": "2.1",
24-
"autoUpgradeMinorVersion": "true",
24+
"autoUpgradeMinorVersion": true,
2525
"settings": {
2626
"Properties": [
2727
]

0 commit comments

Comments
 (0)