Skip to content

Commit

Permalink
Renaming reboot reference for windows and linux automaticbyplatform p…
Browse files Browse the repository at this point in the history
…atch settings - reboot settings
  • Loading branch information
rane-rajasi committed Apr 13, 2022
1 parent 9214bd5 commit 17987a3
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1822,7 +1822,7 @@
"Always"
],
"x-ms-enum": {
"name": "VMGuestPatchRebootSetting",
"name": "WindowsVMGuestPatchAutomaticByPlatformRebootSetting",
"modelAsString": true
}
}
Expand All @@ -1841,7 +1841,7 @@
"Always"
],
"x-ms-enum": {
"name": "VMGuestPatchRebootSetting",
"name": "LinuxVMGuestPatchAutomaticByPlatformRebootSetting",
"modelAsString": true
}
}
Expand Down

1 comment on commit 17987a3

@kjohn-msft
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What's the background behind this change? VMGuestPatchRebootSetting is a shared property between both OS types with the same values and also in the InstallPatches API. See here for precedence: https://github.com/Azure/azure-rest-api-specs/pull/11771/files

Please sign in to comment.