Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[AutoPR compute/resource-manager] Update enableAutomaticUpdates and enableAutomaticOSUpgrade descriptions to reflect exclusivity #5870

Merged
merged 2 commits into from
Jun 18, 2019
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 @@ -153,10 +153,9 @@ class AutomaticOSUpgradePolicy(Model):
:param enable_automatic_os_upgrade: 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
<br><br> If this is set to true for Windows based scale sets,
[enableAutomaticUpdates](https://docs.microsoft.com/dotnet/api/microsoft.azure.management.compute.models.windowsconfiguration.enableautomaticupdates?view=azure-dotnet)
to false.
is automatically set to false and cannot be set to true.
:type enable_automatic_os_upgrade: bool
:param disable_automatic_rollback: Whether OS image rollback feature
should be disabled. Default value is false.
Expand Down Expand Up @@ -6394,10 +6393,10 @@ class WindowsConfiguration(Model):
This will ensure that VM Agent is installed on the VM so that extensions
can be added to the VM later.
:type provision_vm_agent: bool
:param enable_automatic_updates: 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.
:param enable_automatic_updates: Indicates whether Automatic Updates is
enabled for the Windows virtual machine. Default value is true. <br><br>
For virtual machine scale sets, this property can be updated and updates
will take effect on OS reprovisioning.
:type enable_automatic_updates: bool
:param time_zone: Specifies the time zone of the virtual machine. e.g.
"Pacific Standard Time"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -153,10 +153,9 @@ class AutomaticOSUpgradePolicy(Model):
:param enable_automatic_os_upgrade: 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
<br><br> If this is set to true for Windows based scale sets,
[enableAutomaticUpdates](https://docs.microsoft.com/dotnet/api/microsoft.azure.management.compute.models.windowsconfiguration.enableautomaticupdates?view=azure-dotnet)
to false.
is automatically set to false and cannot be set to true.
:type enable_automatic_os_upgrade: bool
:param disable_automatic_rollback: Whether OS image rollback feature
should be disabled. Default value is false.
Expand Down Expand Up @@ -6394,10 +6393,10 @@ class WindowsConfiguration(Model):
This will ensure that VM Agent is installed on the VM so that extensions
can be added to the VM later.
:type provision_vm_agent: bool
:param enable_automatic_updates: 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.
:param enable_automatic_updates: Indicates whether Automatic Updates is
enabled for the Windows virtual machine. Default value is true. <br><br>
For virtual machine scale sets, this property can be updated and updates
will take effect on OS reprovisioning.
:type enable_automatic_updates: bool
:param time_zone: Specifies the time zone of the virtual machine. e.g.
"Pacific Standard Time"
Expand Down