Skip to content

Commit 3e15abb

Browse files
committed
Addressing PR feedback
1 parent e886f7b commit 3e15abb

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

specification/compute/resource-manager/Microsoft.Compute/stable/2022-03-01/ComputeRP/computeRPCommon.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1771,7 +1771,7 @@
17711771
}
17721772
},
17731773
"automaticByPlatformSettings": {
1774-
"$ref": "#/definitions/WindowsAutomaticByPatchSettings",
1774+
"$ref": "#/definitions/WindowsAutomaticByPlatformPatchSettings",
17751775
"description": "Specifies additional settings for patch mode AutomaticByPlatform in VM Guest Patching on Windows."
17761776
}
17771777
},
@@ -1804,17 +1804,17 @@
18041804
}
18051805
},
18061806
"automaticByPlatformSettings": {
1807-
"$ref": "#/definitions/LinuxAutomaticByPatchSettings",
1807+
"$ref": "#/definitions/LinuxAutomaticByPlatformPatchSettings",
18081808
"description": "Specifies additional settings for patch mode AutomaticByPlatform in VM Guest Patching on Linux."
18091809
}
18101810
},
18111811
"description": "Specifies settings related to VM Guest Patching on Linux."
18121812
},
1813-
"WindowsAutomaticByPatchSettings": {
1813+
"WindowsAutomaticByPlatformPatchSettings": {
18141814
"properties": {
18151815
"rebootSetting": {
18161816
"type": "string",
1817-
"description": "Specifies reboot setting for all AutomaticByPlatform patch installation operations.",
1817+
"description": "Specifies the reboot setting for all AutomaticByPlatform patch installation operations.",
18181818
"enum": [
18191819
"Unknown",
18201820
"IfRequired",
@@ -1829,11 +1829,11 @@
18291829
},
18301830
"description": "Specifies additional settings to be applied when patch mode AutomaticByPlatform is selected in Windows patch settings."
18311831
},
1832-
"LinuxAutomaticByPatchSettings": {
1832+
"LinuxAutomaticByPlatformPatchSettings": {
18331833
"properties": {
18341834
"rebootSetting": {
18351835
"type": "string",
1836-
"description": "Specifies reboot setting for all AutomaticByPlatform patch installation operations.",
1836+
"description": "Specifies the reboot setting for all AutomaticByPlatform patch installation operations.",
18371837
"enum": [
18381838
"Unknown",
18391839
"IfRequired",

specification/compute/resource-manager/Microsoft.Compute/stable/2022-03-01/ComputeRP/virtualMachineScaleSet.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3510,7 +3510,7 @@
35103510
},
35113511
"useRollingUpgradePolicy": {
35123512
"type": "boolean",
3513-
"description": "Indicates whether rolling upgrade policy should be used during Auto OS Upgrade. Default value is false."
3513+
"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."
35143514
}
35153515
},
35163516
"description": "The configuration parameters used for performing automatic OS upgrade."

0 commit comments

Comments
 (0)