Skip to content

Commit 9214bd5

Browse files
committed
Addressing PR feedback #2
1 parent 3e15abb commit 9214bd5

File tree

1 file changed

+4
-4
lines changed
  • specification/compute/resource-manager/Microsoft.Compute/stable/2022-03-01/ComputeRP

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1771,7 +1771,7 @@
17711771
}
17721772
},
17731773
"automaticByPlatformSettings": {
1774-
"$ref": "#/definitions/WindowsAutomaticByPlatformPatchSettings",
1774+
"$ref": "#/definitions/WindowsVMGuestPatchAutomaticByPlatformSettings",
17751775
"description": "Specifies additional settings for patch mode AutomaticByPlatform in VM Guest Patching on Windows."
17761776
}
17771777
},
@@ -1804,13 +1804,13 @@
18041804
}
18051805
},
18061806
"automaticByPlatformSettings": {
1807-
"$ref": "#/definitions/LinuxAutomaticByPlatformPatchSettings",
1807+
"$ref": "#/definitions/LinuxVMGuestPatchAutomaticByPlatformSettings",
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-
"WindowsAutomaticByPlatformPatchSettings": {
1813+
"WindowsVMGuestPatchAutomaticByPlatformSettings": {
18141814
"properties": {
18151815
"rebootSetting": {
18161816
"type": "string",
@@ -1829,7 +1829,7 @@
18291829
},
18301830
"description": "Specifies additional settings to be applied when patch mode AutomaticByPlatform is selected in Windows patch settings."
18311831
},
1832-
"LinuxAutomaticByPlatformPatchSettings": {
1832+
"LinuxVMGuestPatchAutomaticByPlatformSettings": {
18331833
"properties": {
18341834
"rebootSetting": {
18351835
"type": "string",

0 commit comments

Comments
 (0)