Skip to content

Commit dd768cd

Browse files
AutorestCIZim Kalinowski
authored and
Zim Kalinowski
committed
[AutoPR compute/resource-manager] Update enableAutomaticUpdates and enableAutomaticOSUpgrade descriptions to reflect exclusivity (#5870)
* Generated from efab187b804b358a24606688e81ba0232f07f509 Update enableAutomaticUpdates and enableAutomaticOSUpgrade descriptions * Generated from 4687781cbc4891656516db2bbd4200360b70565c br tag fix
1 parent a1598d7 commit dd768cd

File tree

2 files changed

+12
-14
lines changed

2 files changed

+12
-14
lines changed

sdk/compute/azure-mgmt-compute/azure/mgmt/compute/v2019_03_01/models/_models.py

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -153,10 +153,9 @@ class AutomaticOSUpgradePolicy(Model):
153153
:param enable_automatic_os_upgrade: Indicates whether OS upgrades should
154154
automatically be applied to scale set instances in a rolling fashion when
155155
a newer version of the OS image becomes available. Default value is false.
156-
If this is set to true for Windows based scale sets, recommendation is to
157-
set
156+
<br><br> If this is set to true for Windows based scale sets,
158157
[enableAutomaticUpdates](https://docs.microsoft.com/dotnet/api/microsoft.azure.management.compute.models.windowsconfiguration.enableautomaticupdates?view=azure-dotnet)
159-
to false.
158+
is automatically set to false and cannot be set to true.
160159
:type enable_automatic_os_upgrade: bool
161160
:param disable_automatic_rollback: Whether OS image rollback feature
162161
should be disabled. Default value is false.
@@ -6394,10 +6393,10 @@ class WindowsConfiguration(Model):
63946393
This will ensure that VM Agent is installed on the VM so that extensions
63956394
can be added to the VM later.
63966395
:type provision_vm_agent: bool
6397-
:param enable_automatic_updates: Indicates whether virtual machine is
6398-
enabled for automatic Windows updates. Default value is true. <br><br> For
6399-
virtual machine scale sets, this property can be updated and updates will
6400-
take effect on OS reprovisioning.
6396+
:param enable_automatic_updates: Indicates whether Automatic Updates is
6397+
enabled for the Windows virtual machine. Default value is true. <br><br>
6398+
For virtual machine scale sets, this property can be updated and updates
6399+
will take effect on OS reprovisioning.
64016400
:type enable_automatic_updates: bool
64026401
:param time_zone: Specifies the time zone of the virtual machine. e.g.
64036402
"Pacific Standard Time"

sdk/compute/azure-mgmt-compute/azure/mgmt/compute/v2019_03_01/models/_models_py3.py

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -153,10 +153,9 @@ class AutomaticOSUpgradePolicy(Model):
153153
:param enable_automatic_os_upgrade: Indicates whether OS upgrades should
154154
automatically be applied to scale set instances in a rolling fashion when
155155
a newer version of the OS image becomes available. Default value is false.
156-
If this is set to true for Windows based scale sets, recommendation is to
157-
set
156+
<br><br> If this is set to true for Windows based scale sets,
158157
[enableAutomaticUpdates](https://docs.microsoft.com/dotnet/api/microsoft.azure.management.compute.models.windowsconfiguration.enableautomaticupdates?view=azure-dotnet)
159-
to false.
158+
is automatically set to false and cannot be set to true.
160159
:type enable_automatic_os_upgrade: bool
161160
:param disable_automatic_rollback: Whether OS image rollback feature
162161
should be disabled. Default value is false.
@@ -6394,10 +6393,10 @@ class WindowsConfiguration(Model):
63946393
This will ensure that VM Agent is installed on the VM so that extensions
63956394
can be added to the VM later.
63966395
:type provision_vm_agent: bool
6397-
:param enable_automatic_updates: Indicates whether virtual machine is
6398-
enabled for automatic Windows updates. Default value is true. <br><br> For
6399-
virtual machine scale sets, this property can be updated and updates will
6400-
take effect on OS reprovisioning.
6396+
:param enable_automatic_updates: Indicates whether Automatic Updates is
6397+
enabled for the Windows virtual machine. Default value is true. <br><br>
6398+
For virtual machine scale sets, this property can be updated and updates
6399+
will take effect on OS reprovisioning.
64016400
:type enable_automatic_updates: bool
64026401
:param time_zone: Specifies the time zone of the virtual machine. e.g.
64036402
"Pacific Standard Time"

0 commit comments

Comments
 (0)