From ea679e2847ee27825ff87887fd8f2566680005fb Mon Sep 17 00:00:00 2001 From: Azure SDK for Python bot Date: Fri, 14 Jun 2019 16:39:25 +0000 Subject: [PATCH 1/2] Generated from efab187b804b358a24606688e81ba0232f07f509 Update enableAutomaticUpdates and enableAutomaticOSUpgrade descriptions --- .../mgmt/compute/v2019_03_01/models/_models.py | 13 ++++++------- .../mgmt/compute/v2019_03_01/models/_models_py3.py | 13 ++++++------- 2 files changed, 12 insertions(+), 14 deletions(-) diff --git a/sdk/compute/azure-mgmt-compute/azure/mgmt/compute/v2019_03_01/models/_models.py b/sdk/compute/azure-mgmt-compute/azure/mgmt/compute/v2019_03_01/models/_models.py index 96001f2a846c..8caa22196fa2 100644 --- a/sdk/compute/azure-mgmt-compute/azure/mgmt/compute/v2019_03_01/models/_models.py +++ b/sdk/compute/azure-mgmt-compute/azure/mgmt/compute/v2019_03_01/models/_models.py @@ -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 +

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. @@ -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.

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.

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" diff --git a/sdk/compute/azure-mgmt-compute/azure/mgmt/compute/v2019_03_01/models/_models_py3.py b/sdk/compute/azure-mgmt-compute/azure/mgmt/compute/v2019_03_01/models/_models_py3.py index b36ed47a1787..2a6073ca024a 100644 --- a/sdk/compute/azure-mgmt-compute/azure/mgmt/compute/v2019_03_01/models/_models_py3.py +++ b/sdk/compute/azure-mgmt-compute/azure/mgmt/compute/v2019_03_01/models/_models_py3.py @@ -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 +

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. @@ -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.

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.

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" From ce1c9584c094cd2d6495b0d0f74c6aa9a6745f98 Mon Sep 17 00:00:00 2001 From: Azure SDK for Python bot Date: Fri, 14 Jun 2019 20:56:29 +0000 Subject: [PATCH 2/2] Generated from 4687781cbc4891656516db2bbd4200360b70565c br tag fix --- .../azure/mgmt/compute/v2019_03_01/models/_models.py | 8 ++++---- .../azure/mgmt/compute/v2019_03_01/models/_models_py3.py | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/sdk/compute/azure-mgmt-compute/azure/mgmt/compute/v2019_03_01/models/_models.py b/sdk/compute/azure-mgmt-compute/azure/mgmt/compute/v2019_03_01/models/_models.py index 8caa22196fa2..f3b021fe7714 100644 --- a/sdk/compute/azure-mgmt-compute/azure/mgmt/compute/v2019_03_01/models/_models.py +++ b/sdk/compute/azure-mgmt-compute/azure/mgmt/compute/v2019_03_01/models/_models.py @@ -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. -

If this is set to true for Windows based scale sets, +

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 @@ -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.

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.

+ 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" diff --git a/sdk/compute/azure-mgmt-compute/azure/mgmt/compute/v2019_03_01/models/_models_py3.py b/sdk/compute/azure-mgmt-compute/azure/mgmt/compute/v2019_03_01/models/_models_py3.py index 2a6073ca024a..9962b71b58c0 100644 --- a/sdk/compute/azure-mgmt-compute/azure/mgmt/compute/v2019_03_01/models/_models_py3.py +++ b/sdk/compute/azure-mgmt-compute/azure/mgmt/compute/v2019_03_01/models/_models_py3.py @@ -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. -

If this is set to true for Windows based scale sets, +

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 @@ -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.

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.

+ 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"