Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
Prev Previous commit
Generated from 4687781cbc4891656516db2bbd4200360b70565c
br tag fix
  • Loading branch information
AutorestCI committed Jun 14, 2019
commit ce1c9584c094cd2d6495b0d0f74c6aa9a6745f98
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ 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.
<br /><br /> If this is set to true for Windows based scale sets,
<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)
is automatically set to false and cannot be set to true.
:type enable_automatic_os_upgrade: bool
Expand Down Expand Up @@ -6394,9 +6394,9 @@ class WindowsConfiguration(Model):
can be added to the VM later.
:type provision_vm_agent: bool
: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.
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,7 +153,7 @@ 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.
<br /><br /> If this is set to true for Windows based scale sets,
<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)
is automatically set to false and cannot be set to true.
:type enable_automatic_os_upgrade: bool
Expand Down Expand Up @@ -6394,9 +6394,9 @@ class WindowsConfiguration(Model):
can be added to the VM later.
:type provision_vm_agent: bool
: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.
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