Skip to content

Commit f4c7714

Browse files
[Hub Generated] Public private branch 'dev-maintenance-Microsoft.Maintenance-2021-09-01-preview' (#15795)
* Update Maintenance.json * Update MaintenanceConfigurations_GetForResource_GuestOSPatchLinux.json * Update MaintenanceConfigurations_GetForResource_GuestOSPatchWindows.json
1 parent c99fbb9 commit f4c7714

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

specification/maintenance/resource-manager/Microsoft.Maintenance/preview/2021-09-01-preview/Maintenance.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2053,14 +2053,15 @@
20532053
"rebootSetting": {
20542054
"type": "string",
20552055
"enum": [
2056-
"NeverReboot",
2057-
"RebootIfRequired",
2058-
"AlwaysReboot"
2056+
"IfRequired",
2057+
"Never",
2058+
"Always"
20592059
],
20602060
"x-ms-enum": {
20612061
"name": "RebootOptions",
20622062
"modelAsString": true
20632063
},
2064+
"default": "IfRequired",
20642065
"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."
20652066
},
20662067
"windowsParameters": {

specification/maintenance/resource-manager/Microsoft.Maintenance/preview/2021-09-01-preview/examples/MaintenanceConfigurations_GetForResource_GuestOSPatchLinux.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
}
5555
]
5656
},
57-
"rebootSetting": "AlwaysReboot"
57+
"rebootSetting": "Always"
5858
}
5959
}
6060
}

specification/maintenance/resource-manager/Microsoft.Maintenance/preview/2021-09-01-preview/examples/MaintenanceConfigurations_GetForResource_GuestOSPatchWindows.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
}
5454
]
5555
},
56-
"rebootSetting": "AlwaysReboot"
56+
"rebootSetting": "Always"
5757
}
5858
}
5959
}

0 commit comments

Comments
 (0)