Skip to content

Commit

Permalink
[Hub Generated] Review request for Microsoft.ContainerInstance to add…
Browse files Browse the repository at this point in the history
… version stable/2021-03-01 (Azure#12825)

* update response code from 204 to 201 for start operation

* update
  • Loading branch information
worldhello126 authored and greenms committed Feb 19, 2021
1 parent 58a80a0 commit 8e7f8f1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -399,8 +399,8 @@
}
],
"responses": {
"204": {
"description": "NoContent"
"202": {
"description": "Started - the container group is starting."
},
"default": {
"description": "Error response describing why the operation failed.",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
"containerGroupName": "demo1"
},
"responses": {
"204": {}
"202": {}
}
}

0 comments on commit 8e7f8f1

Please sign in to comment.