Skip to content

Commit

Permalink
Add enableAutomaticUpgrade property to VMExtensions for VMs and VMSS
Browse files Browse the repository at this point in the history
  • Loading branch information
chjaress committed Jul 14, 2020
1 parent 0b912b1 commit 181078e
Showing 1 changed file with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7260,6 +7260,10 @@
"type": "boolean",
"description": "Indicates whether the extension should use a newer minor version if one is available at deployment time. Once deployed, however, the extension will not upgrade minor versions unless redeployed, even with this property set to true."
},
"enableAutomaticUpgrade": {
"type": "boolean",
"description": "Indicates whether the extension should be automatically upgraded by the platform if there is a newer version of the extension available."
},
"settings": {
"type": "object",
"description": "Json formatted public settings for the extension."
Expand Down Expand Up @@ -7302,6 +7306,10 @@
"type": "boolean",
"description": "Indicates whether the extension should use a newer minor version if one is available at deployment time. Once deployed, however, the extension will not upgrade minor versions unless redeployed, even with this property set to true."
},
"enableAutomaticUpgrade": {
"type": "boolean",
"description": "Indicates whether the extension should be automatically upgraded by the platform if there is a newer version of the extension available."
},
"settings": {
"type": "object",
"description": "Json formatted public settings for the extension."
Expand Down Expand Up @@ -10104,6 +10112,10 @@
"type": "boolean",
"description": "Indicates whether the extension should use a newer minor version if one is available at deployment time. Once deployed, however, the extension will not upgrade minor versions unless redeployed, even with this property set to true."
},
"enableAutomaticUpgrade": {
"type": "boolean",
"description": "Indicates whether the extension should be automatically upgraded by the platform if there is a newer version of the extension available."
},
"settings": {
"type": "object",
"description": "Json formatted public settings for the extension."
Expand Down

0 comments on commit 181078e

Please sign in to comment.