Skip to content

Commit

Permalink
Addressing PR feedback #2
Browse files Browse the repository at this point in the history
  • Loading branch information
rane-rajasi committed Apr 7, 2022
1 parent 3e15abb commit 9214bd5
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1771,7 +1771,7 @@
}
},
"automaticByPlatformSettings": {
"$ref": "#/definitions/WindowsAutomaticByPlatformPatchSettings",
"$ref": "#/definitions/WindowsVMGuestPatchAutomaticByPlatformSettings",
"description": "Specifies additional settings for patch mode AutomaticByPlatform in VM Guest Patching on Windows."
}
},
Expand Down Expand Up @@ -1804,13 +1804,13 @@
}
},
"automaticByPlatformSettings": {
"$ref": "#/definitions/LinuxAutomaticByPlatformPatchSettings",
"$ref": "#/definitions/LinuxVMGuestPatchAutomaticByPlatformSettings",
"description": "Specifies additional settings for patch mode AutomaticByPlatform in VM Guest Patching on Linux."
}
},
"description": "Specifies settings related to VM Guest Patching on Linux."
},
"WindowsAutomaticByPlatformPatchSettings": {
"WindowsVMGuestPatchAutomaticByPlatformSettings": {
"properties": {
"rebootSetting": {
"type": "string",
Expand All @@ -1829,7 +1829,7 @@
},
"description": "Specifies additional settings to be applied when patch mode AutomaticByPlatform is selected in Windows patch settings."
},
"LinuxAutomaticByPlatformPatchSettings": {
"LinuxVMGuestPatchAutomaticByPlatformSettings": {
"properties": {
"rebootSetting": {
"type": "string",
Expand Down

0 comments on commit 9214bd5

Please sign in to comment.