Skip to content

Commit

Permalink
Merge pull request #8 from zhaomuzhi/vison/202startstopCI
Browse files Browse the repository at this point in the history
202 status for start and stop CI
  • Loading branch information
zhaomuzhi authored Jan 26, 2021
2 parents 1df7b8e + 584fd07 commit 7e30ce1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 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 @@ -7,6 +7,6 @@
"api-version": "2021-01-01"
},
"responses": {
"200": {}
"202": {}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -1082,6 +1082,7 @@
"$ref": "./examples/startComputeInstance.json"
}
},
"x-ms-long-running-operation": true,
"parameters": [
{
"$ref": "#/parameters/SubscriptionIdParameter"
Expand All @@ -1100,7 +1101,7 @@
}
],
"responses": {
"200": {
"202": {
"description": "Success."
},
"default": {
Expand All @@ -1125,6 +1126,7 @@
"$ref": "./examples/stopComputeInstance.json"
}
},
"x-ms-long-running-operation": true,
"parameters": [
{
"$ref": "#/parameters/SubscriptionIdParameter"
Expand All @@ -1143,7 +1145,7 @@
}
],
"responses": {
"200": {
"202": {
"description": "Success."
},
"default": {
Expand Down

0 comments on commit 7e30ce1

Please sign in to comment.