Skip to content

Commit

Permalink
Updating description of enableAutomaticUpdates and enableAutomaticOSU…
Browse files Browse the repository at this point in the history
…pgrade (#5697)

* Updating descriptions

* Add suggestion

Co-Authored-By: Deepali-Gupta <deegup@microsoft.com>

* Updating with suggestion

Co-Authored-By: Deepali-Gupta <deegup@microsoft.com>
  • Loading branch information
Deepali-Gupta authored and jhendrixMSFT committed Apr 22, 2019
1 parent c64c17f commit 6187fc3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5928,7 +5928,7 @@
},
"enableAutomaticUpdates": {
"type": "boolean",
"description": "Indicates whether virtual machine is enabled for automatic updates."
"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."
},
"timeZone": {
"type": "string",
Expand Down Expand Up @@ -6521,7 +6521,7 @@
"properties": {
"enableAutomaticOSUpgrade": {
"type": "boolean",
"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."
"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."
},
"disableAutomaticRollback": {
"type": "boolean",
Expand Down Expand Up @@ -8709,4 +8709,4 @@
"description": "Client Api Version."
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -5994,7 +5994,7 @@
},
"enableAutomaticUpdates": {
"type": "boolean",
"description": "Indicates whether virtual machine is enabled for automatic updates."
"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."
},
"timeZone": {
"type": "string",
Expand Down Expand Up @@ -6587,7 +6587,7 @@
"properties": {
"enableAutomaticOSUpgrade": {
"type": "boolean",
"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."
"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."
},
"disableAutomaticRollback": {
"type": "boolean",
Expand Down

0 comments on commit 6187fc3

Please sign in to comment.