Skip to content

Commit

Permalink
Updating installPatchesinput parameter in installPatches API (#12018)
Browse files Browse the repository at this point in the history
* Updating installPatchesinput parameter in installPatches API

* Updating enum values
  • Loading branch information
rane-rajasi authored Dec 11, 2020
1 parent 8a26bb9 commit 0b240f7
Showing 1 changed file with 3 additions and 5 deletions.
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

0 comments on commit 0b240f7

Please sign in to comment.