Skip to content

Commit 6187fc3

Browse files
Deepali-GuptajhendrixMSFT
authored andcommitted
Updating description of enableAutomaticUpdates and enableAutomaticOSUpgrade (#5697)
* Updating descriptions * Add suggestion Co-Authored-By: Deepali-Gupta <[email protected]> * Updating with suggestion Co-Authored-By: Deepali-Gupta <[email protected]>
1 parent c64c17f commit 6187fc3

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

specification/compute/resource-manager/Microsoft.Compute/stable/2018-10-01/compute.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5928,7 +5928,7 @@
59285928
},
59295929
"enableAutomaticUpdates": {
59305930
"type": "boolean",
5931-
"description": "Indicates whether virtual machine is enabled for automatic updates."
5931+
"description": "Indicates whether virtual machine is enabled for automatic Windows updates. Default value is true. <br><br> For virtual machine scale sets, this property can be updated and updates will take effect on OS reprovisioning."
59325932
},
59335933
"timeZone": {
59345934
"type": "string",
@@ -6521,7 +6521,7 @@
65216521
"properties": {
65226522
"enableAutomaticOSUpgrade": {
65236523
"type": "boolean",
6524-
"description": "Whether OS upgrades should automatically be applied to scale set instances in a rolling fashion when a newer version of the image becomes available. Default value is false."
6524+
"description": "Indicates whether OS upgrades should automatically be applied to scale set instances in a rolling fashion when a newer version of the OS image becomes available. Default value is false. If this is set to true for Windows based scale sets, recommendation is to set [enableAutomaticUpdates](https://docs.microsoft.com/dotnet/api/microsoft.azure.management.compute.models.windowsconfiguration.enableautomaticupdates?view=azure-dotnet) to false."
65256525
},
65266526
"disableAutomaticRollback": {
65276527
"type": "boolean",
@@ -8709,4 +8709,4 @@
87098709
"description": "Client Api Version."
87108710
}
87118711
}
8712-
}
8712+
}

specification/compute/resource-manager/Microsoft.Compute/stable/2019-03-01/compute.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5994,7 +5994,7 @@
59945994
},
59955995
"enableAutomaticUpdates": {
59965996
"type": "boolean",
5997-
"description": "Indicates whether virtual machine is enabled for automatic updates."
5997+
"description": "Indicates whether virtual machine is enabled for automatic Windows updates. Default value is true. <br><br> For virtual machine scale sets, this property can be updated and updates will take effect on OS reprovisioning."
59985998
},
59995999
"timeZone": {
60006000
"type": "string",
@@ -6587,7 +6587,7 @@
65876587
"properties": {
65886588
"enableAutomaticOSUpgrade": {
65896589
"type": "boolean",
6590-
"description": "Whether OS upgrades should automatically be applied to scale set instances in a rolling fashion when a newer version of the image becomes available. Default value is false."
6590+
"description": "Indicates whether OS upgrades should automatically be applied to scale set instances in a rolling fashion when a newer version of the OS image becomes available. Default value is false. If this is set to true for Windows based scale sets, recommendation is to set [enableAutomaticUpdates](https://docs.microsoft.com/dotnet/api/microsoft.azure.management.compute.models.windowsconfiguration.enableautomaticupdates?view=azure-dotnet) to false."
65916591
},
65926592
"disableAutomaticRollback": {
65936593
"type": "boolean",

0 commit comments

Comments
 (0)