From d1cae7d04fc8ce96b4c11e1151198a022677e340 Mon Sep 17 00:00:00 2001 From: Deepali Gupta Date: Thu, 18 Apr 2019 10:59:56 -0700 Subject: [PATCH 1/3] Updating descriptions --- .../Microsoft.Compute/stable/2018-10-01/compute.json | 4 ++-- .../Microsoft.Compute/stable/2019-03-01/compute.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/specification/compute/resource-manager/Microsoft.Compute/stable/2018-10-01/compute.json b/specification/compute/resource-manager/Microsoft.Compute/stable/2018-10-01/compute.json index 75b44cba3287..249c42f3853b 100644 --- a/specification/compute/resource-manager/Microsoft.Compute/stable/2018-10-01/compute.json +++ b/specification/compute/resource-manager/Microsoft.Compute/stable/2018-10-01/compute.json @@ -5928,7 +5928,7 @@ }, "enableAutomaticUpdates": { "type": "boolean", - "description": "Indicates whether virtual machine is enabled for automatic updates." + "description": "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." }, "timeZone": { "type": "string", @@ -6521,7 +6521,7 @@ "properties": { "enableAutomaticOSUpgrade": { "type": "boolean", - "description": "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." + "description": "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 [enableAutomaticUpdates](https://docs.microsoft.com/en-us/dotnet/api/microsoft.azure.management.compute.models.windowsconfiguration.enableautomaticupdates?view=azure-dotnet) to false." }, "disableAutomaticRollback": { "type": "boolean", diff --git a/specification/compute/resource-manager/Microsoft.Compute/stable/2019-03-01/compute.json b/specification/compute/resource-manager/Microsoft.Compute/stable/2019-03-01/compute.json index 67102ba29a32..b1aad90ecc5e 100644 --- a/specification/compute/resource-manager/Microsoft.Compute/stable/2019-03-01/compute.json +++ b/specification/compute/resource-manager/Microsoft.Compute/stable/2019-03-01/compute.json @@ -5643,7 +5643,7 @@ }, "enableAutomaticUpdates": { "type": "boolean", - "description": "Indicates whether virtual machine is enabled for automatic updates." + "description": "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." }, "timeZone": { "type": "string", @@ -6232,7 +6232,7 @@ "properties": { "enableAutomaticOSUpgrade": { "type": "boolean", - "description": "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." + "description": "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 [enableAutomaticUpdates](https://docs.microsoft.com/en-us/dotnet/api/microsoft.azure.management.compute.models.windowsconfiguration.enableautomaticupdates?view=azure-dotnet) to false." }, "disableAutomaticRollback": { "type": "boolean", From fd88ef3db686f910c9033cddb7ae407bde63b64f Mon Sep 17 00:00:00 2001 From: Nick Schonning Date: Thu, 18 Apr 2019 13:26:22 -0700 Subject: [PATCH 2/3] Add suggestion Co-Authored-By: Deepali-Gupta --- .../Microsoft.Compute/stable/2018-10-01/compute.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/specification/compute/resource-manager/Microsoft.Compute/stable/2018-10-01/compute.json b/specification/compute/resource-manager/Microsoft.Compute/stable/2018-10-01/compute.json index 249c42f3853b..7c2f28e7d045 100644 --- a/specification/compute/resource-manager/Microsoft.Compute/stable/2018-10-01/compute.json +++ b/specification/compute/resource-manager/Microsoft.Compute/stable/2018-10-01/compute.json @@ -6521,7 +6521,7 @@ "properties": { "enableAutomaticOSUpgrade": { "type": "boolean", - "description": "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 [enableAutomaticUpdates](https://docs.microsoft.com/en-us/dotnet/api/microsoft.azure.management.compute.models.windowsconfiguration.enableautomaticupdates?view=azure-dotnet) to false." + "description": "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 [enableAutomaticUpdates](https://docs.microsoft.com/dotnet/api/microsoft.azure.management.compute.models.windowsconfiguration.enableautomaticupdates?view=azure-dotnet) to false." }, "disableAutomaticRollback": { "type": "boolean", @@ -8709,4 +8709,4 @@ "description": "Client Api Version." } } -} \ No newline at end of file +} From eafaee51e5446032fda3639a26efd7b23f45be24 Mon Sep 17 00:00:00 2001 From: Nick Schonning Date: Thu, 18 Apr 2019 13:26:38 -0700 Subject: [PATCH 3/3] Updating with suggestion Co-Authored-By: Deepali-Gupta --- .../Microsoft.Compute/stable/2019-03-01/compute.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specification/compute/resource-manager/Microsoft.Compute/stable/2019-03-01/compute.json b/specification/compute/resource-manager/Microsoft.Compute/stable/2019-03-01/compute.json index b1aad90ecc5e..522ec35e316c 100644 --- a/specification/compute/resource-manager/Microsoft.Compute/stable/2019-03-01/compute.json +++ b/specification/compute/resource-manager/Microsoft.Compute/stable/2019-03-01/compute.json @@ -6232,7 +6232,7 @@ "properties": { "enableAutomaticOSUpgrade": { "type": "boolean", - "description": "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 [enableAutomaticUpdates](https://docs.microsoft.com/en-us/dotnet/api/microsoft.azure.management.compute.models.windowsconfiguration.enableautomaticupdates?view=azure-dotnet) to false." + "description": "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 [enableAutomaticUpdates](https://docs.microsoft.com/dotnet/api/microsoft.azure.management.compute.models.windowsconfiguration.enableautomaticupdates?view=azure-dotnet) to false." }, "disableAutomaticRollback": { "type": "boolean",