From 6ef1143e7efd472e77f05a484252b8ce057f93e7 Mon Sep 17 00:00:00 2001 From: Azure SDK for Python bot Date: Thu, 18 Apr 2019 18:04:39 +0000 Subject: [PATCH 1/3] Generated from f60eb53999068babc630c91c51a45e0e27701b6e Updating descriptions --- .../azure/mgmt/compute/v2018_09_30/models/__init__.py | 3 --- .../v2018_10_01/models/automatic_os_upgrade_policy.py | 8 ++++++-- .../v2018_10_01/models/automatic_os_upgrade_policy_py3.py | 8 ++++++-- .../compute/v2018_10_01/models/windows_configuration.py | 4 +++- .../v2018_10_01/models/windows_configuration_py3.py | 4 +++- .../v2019_03_01/models/automatic_os_upgrade_policy.py | 8 ++++++-- .../v2019_03_01/models/automatic_os_upgrade_policy_py3.py | 8 ++++++-- .../compute/v2019_03_01/models/windows_configuration.py | 4 +++- .../v2019_03_01/models/windows_configuration_py3.py | 4 +++- 9 files changed, 36 insertions(+), 15 deletions(-) diff --git a/azure-mgmt-compute/azure/mgmt/compute/v2018_09_30/models/__init__.py b/azure-mgmt-compute/azure/mgmt/compute/v2018_09_30/models/__init__.py index e8a71aaf255f..4a1cc092e224 100644 --- a/azure-mgmt-compute/azure/mgmt/compute/v2018_09_30/models/__init__.py +++ b/azure-mgmt-compute/azure/mgmt/compute/v2018_09_30/models/__init__.py @@ -54,8 +54,6 @@ SnapshotStorageAccountTypes, AccessLevel, ) -# Manual change to avoid major release until the next major release -StorageAccountTypes = DiskStorageAccountTypes __all__ = [ 'Resource', @@ -77,7 +75,6 @@ 'DiskPaged', 'SnapshotPaged', 'DiskStorageAccountTypes', - 'StorageAccountTypes', 'OperatingSystemTypes', 'HyperVGeneration', 'DiskCreateOption', diff --git a/azure-mgmt-compute/azure/mgmt/compute/v2018_10_01/models/automatic_os_upgrade_policy.py b/azure-mgmt-compute/azure/mgmt/compute/v2018_10_01/models/automatic_os_upgrade_policy.py index 94301a312ac4..fdd15af1a192 100644 --- a/azure-mgmt-compute/azure/mgmt/compute/v2018_10_01/models/automatic_os_upgrade_policy.py +++ b/azure-mgmt-compute/azure/mgmt/compute/v2018_10_01/models/automatic_os_upgrade_policy.py @@ -15,9 +15,13 @@ class AutomaticOSUpgradePolicy(Model): """The configuration parameters used for performing automatic OS upgrade. - :param enable_automatic_os_upgrade: Whether OS upgrades should + :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 image becomes available. Default value is false. + 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/en-us/dotnet/api/microsoft.azure.management.compute.models.windowsconfiguration.enableautomaticupdates?view=azure-dotnet) + to false. :type enable_automatic_os_upgrade: bool :param disable_automatic_rollback: Whether OS image rollback feature should be disabled. Default value is false. diff --git a/azure-mgmt-compute/azure/mgmt/compute/v2018_10_01/models/automatic_os_upgrade_policy_py3.py b/azure-mgmt-compute/azure/mgmt/compute/v2018_10_01/models/automatic_os_upgrade_policy_py3.py index edb10f11ea56..a66397835bcf 100644 --- a/azure-mgmt-compute/azure/mgmt/compute/v2018_10_01/models/automatic_os_upgrade_policy_py3.py +++ b/azure-mgmt-compute/azure/mgmt/compute/v2018_10_01/models/automatic_os_upgrade_policy_py3.py @@ -15,9 +15,13 @@ class AutomaticOSUpgradePolicy(Model): """The configuration parameters used for performing automatic OS upgrade. - :param enable_automatic_os_upgrade: Whether OS upgrades should + :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 image becomes available. Default value is false. + 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/en-us/dotnet/api/microsoft.azure.management.compute.models.windowsconfiguration.enableautomaticupdates?view=azure-dotnet) + to false. :type enable_automatic_os_upgrade: bool :param disable_automatic_rollback: Whether OS image rollback feature should be disabled. Default value is false. diff --git a/azure-mgmt-compute/azure/mgmt/compute/v2018_10_01/models/windows_configuration.py b/azure-mgmt-compute/azure/mgmt/compute/v2018_10_01/models/windows_configuration.py index e32c345c11c4..e3a7db36613d 100644 --- a/azure-mgmt-compute/azure/mgmt/compute/v2018_10_01/models/windows_configuration.py +++ b/azure-mgmt-compute/azure/mgmt/compute/v2018_10_01/models/windows_configuration.py @@ -22,7 +22,9 @@ class WindowsConfiguration(Model): can be added to the VM later. :type provision_vm_agent: bool :param enable_automatic_updates: Indicates whether virtual machine is - enabled for automatic updates. + 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. :type enable_automatic_updates: bool :param time_zone: Specifies the time zone of the virtual machine. e.g. "Pacific Standard Time" diff --git a/azure-mgmt-compute/azure/mgmt/compute/v2018_10_01/models/windows_configuration_py3.py b/azure-mgmt-compute/azure/mgmt/compute/v2018_10_01/models/windows_configuration_py3.py index f6e91dc1a014..35599fc81a78 100644 --- a/azure-mgmt-compute/azure/mgmt/compute/v2018_10_01/models/windows_configuration_py3.py +++ b/azure-mgmt-compute/azure/mgmt/compute/v2018_10_01/models/windows_configuration_py3.py @@ -22,7 +22,9 @@ class WindowsConfiguration(Model): can be added to the VM later. :type provision_vm_agent: bool :param enable_automatic_updates: Indicates whether virtual machine is - enabled for automatic updates. + 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. :type enable_automatic_updates: bool :param time_zone: Specifies the time zone of the virtual machine. e.g. "Pacific Standard Time" diff --git a/azure-mgmt-compute/azure/mgmt/compute/v2019_03_01/models/automatic_os_upgrade_policy.py b/azure-mgmt-compute/azure/mgmt/compute/v2019_03_01/models/automatic_os_upgrade_policy.py index 94301a312ac4..fdd15af1a192 100644 --- a/azure-mgmt-compute/azure/mgmt/compute/v2019_03_01/models/automatic_os_upgrade_policy.py +++ b/azure-mgmt-compute/azure/mgmt/compute/v2019_03_01/models/automatic_os_upgrade_policy.py @@ -15,9 +15,13 @@ class AutomaticOSUpgradePolicy(Model): """The configuration parameters used for performing automatic OS upgrade. - :param enable_automatic_os_upgrade: Whether OS upgrades should + :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 image becomes available. Default value is false. + 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/en-us/dotnet/api/microsoft.azure.management.compute.models.windowsconfiguration.enableautomaticupdates?view=azure-dotnet) + to false. :type enable_automatic_os_upgrade: bool :param disable_automatic_rollback: Whether OS image rollback feature should be disabled. Default value is false. diff --git a/azure-mgmt-compute/azure/mgmt/compute/v2019_03_01/models/automatic_os_upgrade_policy_py3.py b/azure-mgmt-compute/azure/mgmt/compute/v2019_03_01/models/automatic_os_upgrade_policy_py3.py index edb10f11ea56..a66397835bcf 100644 --- a/azure-mgmt-compute/azure/mgmt/compute/v2019_03_01/models/automatic_os_upgrade_policy_py3.py +++ b/azure-mgmt-compute/azure/mgmt/compute/v2019_03_01/models/automatic_os_upgrade_policy_py3.py @@ -15,9 +15,13 @@ class AutomaticOSUpgradePolicy(Model): """The configuration parameters used for performing automatic OS upgrade. - :param enable_automatic_os_upgrade: Whether OS upgrades should + :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 image becomes available. Default value is false. + 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/en-us/dotnet/api/microsoft.azure.management.compute.models.windowsconfiguration.enableautomaticupdates?view=azure-dotnet) + to false. :type enable_automatic_os_upgrade: bool :param disable_automatic_rollback: Whether OS image rollback feature should be disabled. Default value is false. diff --git a/azure-mgmt-compute/azure/mgmt/compute/v2019_03_01/models/windows_configuration.py b/azure-mgmt-compute/azure/mgmt/compute/v2019_03_01/models/windows_configuration.py index 5b0f5b80cf5c..8b612b81a4fe 100644 --- a/azure-mgmt-compute/azure/mgmt/compute/v2019_03_01/models/windows_configuration.py +++ b/azure-mgmt-compute/azure/mgmt/compute/v2019_03_01/models/windows_configuration.py @@ -22,7 +22,9 @@ class WindowsConfiguration(Model): can be added to the VM later. :type provision_vm_agent: bool :param enable_automatic_updates: Indicates whether virtual machine is - enabled for automatic updates. + 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. :type enable_automatic_updates: bool :param time_zone: Specifies the time zone of the virtual machine. e.g. "Pacific Standard Time" diff --git a/azure-mgmt-compute/azure/mgmt/compute/v2019_03_01/models/windows_configuration_py3.py b/azure-mgmt-compute/azure/mgmt/compute/v2019_03_01/models/windows_configuration_py3.py index 863f22fa4e9a..a5e9db624acd 100644 --- a/azure-mgmt-compute/azure/mgmt/compute/v2019_03_01/models/windows_configuration_py3.py +++ b/azure-mgmt-compute/azure/mgmt/compute/v2019_03_01/models/windows_configuration_py3.py @@ -22,7 +22,9 @@ class WindowsConfiguration(Model): can be added to the VM later. :type provision_vm_agent: bool :param enable_automatic_updates: Indicates whether virtual machine is - enabled for automatic updates. + 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. :type enable_automatic_updates: bool :param time_zone: Specifies the time zone of the virtual machine. e.g. "Pacific Standard Time" From 6131f49e05a6175d2693d5df02ae73e22f4e4524 Mon Sep 17 00:00:00 2001 From: Azure SDK for Python bot Date: Thu, 18 Apr 2019 20:28:48 +0000 Subject: [PATCH 2/3] Generated from 51150ad3d10d2d9274c503b88f1bd374257940e1 Updating with suggestion Co-Authored-By: Deepali-Gupta --- .../compute/v2018_10_01/models/automatic_os_upgrade_policy.py | 2 +- .../v2018_10_01/models/automatic_os_upgrade_policy_py3.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/azure-mgmt-compute/azure/mgmt/compute/v2018_10_01/models/automatic_os_upgrade_policy.py b/azure-mgmt-compute/azure/mgmt/compute/v2018_10_01/models/automatic_os_upgrade_policy.py index fdd15af1a192..20bcc8dce1ed 100644 --- a/azure-mgmt-compute/azure/mgmt/compute/v2018_10_01/models/automatic_os_upgrade_policy.py +++ b/azure-mgmt-compute/azure/mgmt/compute/v2018_10_01/models/automatic_os_upgrade_policy.py @@ -20,7 +20,7 @@ class AutomaticOSUpgradePolicy(Model): 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/en-us/dotnet/api/microsoft.azure.management.compute.models.windowsconfiguration.enableautomaticupdates?view=azure-dotnet) + [enableAutomaticUpdates](https://docs.microsoft.com/dotnet/api/microsoft.azure.management.compute.models.windowsconfiguration.enableautomaticupdates?view=azure-dotnet) to false. :type enable_automatic_os_upgrade: bool :param disable_automatic_rollback: Whether OS image rollback feature diff --git a/azure-mgmt-compute/azure/mgmt/compute/v2018_10_01/models/automatic_os_upgrade_policy_py3.py b/azure-mgmt-compute/azure/mgmt/compute/v2018_10_01/models/automatic_os_upgrade_policy_py3.py index a66397835bcf..968e560a3c94 100644 --- a/azure-mgmt-compute/azure/mgmt/compute/v2018_10_01/models/automatic_os_upgrade_policy_py3.py +++ b/azure-mgmt-compute/azure/mgmt/compute/v2018_10_01/models/automatic_os_upgrade_policy_py3.py @@ -20,7 +20,7 @@ class AutomaticOSUpgradePolicy(Model): 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/en-us/dotnet/api/microsoft.azure.management.compute.models.windowsconfiguration.enableautomaticupdates?view=azure-dotnet) + [enableAutomaticUpdates](https://docs.microsoft.com/dotnet/api/microsoft.azure.management.compute.models.windowsconfiguration.enableautomaticupdates?view=azure-dotnet) to false. :type enable_automatic_os_upgrade: bool :param disable_automatic_rollback: Whether OS image rollback feature From 4f61a34c5eef10e44053615d82659def313f3a15 Mon Sep 17 00:00:00 2001 From: Azure SDK for Python bot Date: Thu, 18 Apr 2019 20:31:21 +0000 Subject: [PATCH 3/3] Generated from 51150ad3d10d2d9274c503b88f1bd374257940e1 Updating with suggestion Co-Authored-By: Deepali-Gupta --- .../compute/v2019_03_01/models/automatic_os_upgrade_policy.py | 2 +- .../v2019_03_01/models/automatic_os_upgrade_policy_py3.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/azure-mgmt-compute/azure/mgmt/compute/v2019_03_01/models/automatic_os_upgrade_policy.py b/azure-mgmt-compute/azure/mgmt/compute/v2019_03_01/models/automatic_os_upgrade_policy.py index fdd15af1a192..20bcc8dce1ed 100644 --- a/azure-mgmt-compute/azure/mgmt/compute/v2019_03_01/models/automatic_os_upgrade_policy.py +++ b/azure-mgmt-compute/azure/mgmt/compute/v2019_03_01/models/automatic_os_upgrade_policy.py @@ -20,7 +20,7 @@ class AutomaticOSUpgradePolicy(Model): 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/en-us/dotnet/api/microsoft.azure.management.compute.models.windowsconfiguration.enableautomaticupdates?view=azure-dotnet) + [enableAutomaticUpdates](https://docs.microsoft.com/dotnet/api/microsoft.azure.management.compute.models.windowsconfiguration.enableautomaticupdates?view=azure-dotnet) to false. :type enable_automatic_os_upgrade: bool :param disable_automatic_rollback: Whether OS image rollback feature diff --git a/azure-mgmt-compute/azure/mgmt/compute/v2019_03_01/models/automatic_os_upgrade_policy_py3.py b/azure-mgmt-compute/azure/mgmt/compute/v2019_03_01/models/automatic_os_upgrade_policy_py3.py index a66397835bcf..968e560a3c94 100644 --- a/azure-mgmt-compute/azure/mgmt/compute/v2019_03_01/models/automatic_os_upgrade_policy_py3.py +++ b/azure-mgmt-compute/azure/mgmt/compute/v2019_03_01/models/automatic_os_upgrade_policy_py3.py @@ -20,7 +20,7 @@ class AutomaticOSUpgradePolicy(Model): 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/en-us/dotnet/api/microsoft.azure.management.compute.models.windowsconfiguration.enableautomaticupdates?view=azure-dotnet) + [enableAutomaticUpdates](https://docs.microsoft.com/dotnet/api/microsoft.azure.management.compute.models.windowsconfiguration.enableautomaticupdates?view=azure-dotnet) to false. :type enable_automatic_os_upgrade: bool :param disable_automatic_rollback: Whether OS image rollback feature