Skip to content

Commit

Permalink
fix storage swaggers (Azure#17423)
Browse files Browse the repository at this point in the history
* fix storage swaggers

* add lro headers
  • Loading branch information
ArcturusZhang authored Jan 25, 2022
1 parent ad5ea4e commit d830271
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"subscriptionId": "{subscription-id}",
"resourceGroupName": "res9101",
"accountName": "sto4445",
"api-version": "2020-08-01-preview",
"api-version": "2020-08-01",
"parameters": {
"timeToRestore": "2019-04-20T15:30:00.0000000Z",
"blobRanges": [
Expand All @@ -20,6 +20,9 @@
},
"responses": {
"200": {
"header": {
"location": "https://management.azure.com/subscriptions/{subscription-id}/resourceGroups/res9101/providers/Microsoft.Storage/locations/eastus/operationResults/00000000-0000-0000-0000-000000000000?api-version=2020-08-01"
},
"body": {
"status": "Complete",
"restoreId": "{restore_id}",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1719,10 +1719,10 @@
"$ref": "#/definitions/ErrorResponse"
}
}
},
"x-ms-pageable": {
"nextLinkName": null
}
},
"x-ms-pageable": {
"nextLinkName": null
}
},
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/localUsers/{username}": {
Expand Down

0 comments on commit d830271

Please sign in to comment.