diff --git a/specification/compute/resource-manager/Microsoft.Compute/stable/2022-03-01/ComputeRP/computeRPCommon.json b/specification/compute/resource-manager/Microsoft.Compute/stable/2022-03-01/ComputeRP/computeRPCommon.json index c2a3efd97469..06a63dc93f0b 100644 --- a/specification/compute/resource-manager/Microsoft.Compute/stable/2022-03-01/ComputeRP/computeRPCommon.json +++ b/specification/compute/resource-manager/Microsoft.Compute/stable/2022-03-01/ComputeRP/computeRPCommon.json @@ -1771,7 +1771,7 @@ } }, "automaticByPlatformSettings": { - "$ref": "#/definitions/WindowsAutomaticByPatchSettings", + "$ref": "#/definitions/WindowsAutomaticByPlatformPatchSettings", "description": "Specifies additional settings for patch mode AutomaticByPlatform in VM Guest Patching on Windows." } }, @@ -1804,17 +1804,17 @@ } }, "automaticByPlatformSettings": { - "$ref": "#/definitions/LinuxAutomaticByPatchSettings", + "$ref": "#/definitions/LinuxAutomaticByPlatformPatchSettings", "description": "Specifies additional settings for patch mode AutomaticByPlatform in VM Guest Patching on Linux." } }, "description": "Specifies settings related to VM Guest Patching on Linux." }, - "WindowsAutomaticByPatchSettings": { + "WindowsAutomaticByPlatformPatchSettings": { "properties": { "rebootSetting": { "type": "string", - "description": "Specifies reboot setting for all AutomaticByPlatform patch installation operations.", + "description": "Specifies the reboot setting for all AutomaticByPlatform patch installation operations.", "enum": [ "Unknown", "IfRequired", @@ -1829,11 +1829,11 @@ }, "description": "Specifies additional settings to be applied when patch mode AutomaticByPlatform is selected in Windows patch settings." }, - "LinuxAutomaticByPatchSettings": { + "LinuxAutomaticByPlatformPatchSettings": { "properties": { "rebootSetting": { "type": "string", - "description": "Specifies reboot setting for all AutomaticByPlatform patch installation operations.", + "description": "Specifies the reboot setting for all AutomaticByPlatform patch installation operations.", "enum": [ "Unknown", "IfRequired", diff --git a/specification/compute/resource-manager/Microsoft.Compute/stable/2022-03-01/ComputeRP/virtualMachineScaleSet.json b/specification/compute/resource-manager/Microsoft.Compute/stable/2022-03-01/ComputeRP/virtualMachineScaleSet.json index 4f63e57d91d7..773606478acc 100644 --- a/specification/compute/resource-manager/Microsoft.Compute/stable/2022-03-01/ComputeRP/virtualMachineScaleSet.json +++ b/specification/compute/resource-manager/Microsoft.Compute/stable/2022-03-01/ComputeRP/virtualMachineScaleSet.json @@ -3510,7 +3510,7 @@ }, "useRollingUpgradePolicy": { "type": "boolean", - "description": "Indicates whether rolling upgrade policy should be used during Auto OS Upgrade. Default value is false." + "description": "Indicates whether rolling upgrade policy should be used during Auto OS Upgrade. Default value is false. Auto OS Upgrade will fallback to the default policy if no policy is defined on the VMSS." } }, "description": "The configuration parameters used for performing automatic OS upgrade."