Skip to content

Commit

Permalink
add 202 status for restart (#13376)
Browse files Browse the repository at this point in the history
* add 202 status for restart

* lint fix
  • Loading branch information
VinayRSoni authored Mar 19, 2021
1 parent cf9d9c4 commit 43b45b4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
"api-version": "2021-01-01"
},
"responses": {
"200": {}
"202": {}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -1180,6 +1180,7 @@
"$ref": "./examples/restartComputeInstance.json"
}
},
"x-ms-long-running-operation": true,
"parameters": [
{
"$ref": "#/parameters/SubscriptionIdParameter"
Expand All @@ -1198,7 +1199,7 @@
}
],
"responses": {
"200": {
"202": {
"description": "Success."
},
"default": {
Expand Down

0 comments on commit 43b45b4

Please sign in to comment.