Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 @@ -5643,7 +5643,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 @@ -6232,7 +6232,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