Skip to content

Commit

Permalink
Adding 202 response code VM Patch operation.... (#16988)
Browse files Browse the repository at this point in the history
* adding 202

* 202 response for patch

* example
  • Loading branch information
subbartt authored Dec 16, 2021
1 parent 52552b1 commit d600759
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1876,6 +1876,9 @@
"$ref": "#/definitions/VirtualMachine"
}
},
"202": {
"description": "Accepted"
},
"default": {
"description": "Error response describing why the operation failed.",
"schema": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@
"provisioningState": "Created"
}
}
}
},
"202": {}
}
}

0 comments on commit d600759

Please sign in to comment.