Skip to content

Commit

Permalink
Addressing PR feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
rane-rajasi committed Apr 7, 2022
1 parent e886f7b commit 3e15abb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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."
}
},
Expand Down Expand Up @@ -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",
Expand All @@ -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",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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."
Expand Down

0 comments on commit 3e15abb

Please sign in to comment.