Skip to content

Commit

Permalink
[Hub Generated] Public private branch 'dev-maintenance-Microsoft.Main…
Browse files Browse the repository at this point in the history
…tenance-2021-09-01-preview' (#15795)

* Update Maintenance.json

* Update MaintenanceConfigurations_GetForResource_GuestOSPatchLinux.json

* Update MaintenanceConfigurations_GetForResource_GuestOSPatchWindows.json
  • Loading branch information
sampreeth-inkulu authored Aug 26, 2021
1 parent c99fbb9 commit f4c7714
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2053,14 +2053,15 @@
"rebootSetting": {
"type": "string",
"enum": [
"NeverReboot",
"RebootIfRequired",
"AlwaysReboot"
"IfRequired",
"Never",
"Always"
],
"x-ms-enum": {
"name": "RebootOptions",
"modelAsString": true
},
"default": "IfRequired",
"description": "Possible reboot preference as defined by the user based on which it would be decided to reboot the machine or not after the patch operation is completed."
},
"windowsParameters": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
}
]
},
"rebootSetting": "AlwaysReboot"
"rebootSetting": "Always"
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
}
]
},
"rebootSetting": "AlwaysReboot"
"rebootSetting": "Always"
}
}
}
Expand Down

0 comments on commit f4c7714

Please sign in to comment.