Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updating installPatchesinput parameter in installPatches API #12018

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -3999,7 +3999,7 @@
"operationId": "VirtualMachines_InstallPatches",
"description": "Installs patches on the VM.",
"x-ms-examples": {
"Assess patch state of a virtual machine.": {
"Install patch state of a virtual machine.": {
"$ref": "./examples/VirtualMachineInstallPatches.json"
}
},
Expand All @@ -4021,7 +4021,7 @@
{
"name": "installPatchesInput",
"in": "body",
"required": false,
"required": true,
"schema": {
"$ref": "#/definitions/VirtualMachineInstallPatchesParameters"
},
Expand Down Expand Up @@ -7973,7 +7973,6 @@
"type": "string",
"description": "Defines when it is acceptable to reboot a VM during a software update operation.",
"enum": [
"Unknown",
"IfRequired",
"Never",
"Always"
Expand Down Expand Up @@ -8006,7 +8005,6 @@
"items": {
"type": "string",
"enum": [
"Unknown",
"Critical",
"Security",
"UpdateRollUp",
Expand Down Expand Up @@ -8056,7 +8054,6 @@
"items": {
"type": "string",
"enum": [
"Unknown",
"Critical",
"Security",
"Other"
Expand Down Expand Up @@ -8116,6 +8113,7 @@
"readOnly": true,
"description": "The reboot state of the VM following completion of the operation.",
"enum": [
"Unknown",
"NotNeeded",
"Required",
"Started",
Expand Down