Skip to content

Commit

Permalink
[Hub Generated] Review request for Microsoft.HanaOnAzure to add versi…
Browse files Browse the repository at this point in the history
…on 2017-11-03-preview (Azure#5039)

* Changed hana instance restart to be async

* added 200 response
  • Loading branch information
PakDLiu authored and AnuTalluri committed Feb 6, 2019
1 parent 5019759 commit 0992277
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"hanaInstanceName": "myHanaInstance"
},
"responses": {
"200": {},
"202": {}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,7 @@
"HanaOnAzure"
],
"operationId": "HanaInstances_Restart",
"x-ms-long-running-operation": true,
"description": "The operation to restart a SAP HANA instance.",
"x-ms-examples": {
"Restart a HANA instance": {
Expand Down Expand Up @@ -275,6 +276,9 @@
}
],
"responses": {
"200": {
"description": "OK"
},
"202": {
"description": "Accepted"
}
Expand Down

0 comments on commit 0992277

Please sign in to comment.