Skip to content

Commit 8fe3358

Browse files
ArcturusZhangLeiWang3
authored andcommitted
fix storage swaggers (Azure#17423)
* fix storage swaggers * add lro headers
1 parent 57d7671 commit 8fe3358

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

specification/storage/resource-manager/Microsoft.Storage/stable/2021-08-01/examples/BlobRangesRestore.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"subscriptionId": "{subscription-id}",
44
"resourceGroupName": "res9101",
55
"accountName": "sto4445",
6-
"api-version": "2020-08-01-preview",
6+
"api-version": "2020-08-01",
77
"parameters": {
88
"timeToRestore": "2019-04-20T15:30:00.0000000Z",
99
"blobRanges": [
@@ -20,6 +20,9 @@
2020
},
2121
"responses": {
2222
"200": {
23+
"header": {
24+
"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"
25+
},
2326
"body": {
2427
"status": "Complete",
2528
"restoreId": "{restore_id}",

specification/storage/resource-manager/Microsoft.Storage/stable/2021-08-01/storage.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1719,10 +1719,10 @@
17191719
"$ref": "#/definitions/ErrorResponse"
17201720
}
17211721
}
1722+
},
1723+
"x-ms-pageable": {
1724+
"nextLinkName": null
17221725
}
1723-
},
1724-
"x-ms-pageable": {
1725-
"nextLinkName": null
17261726
}
17271727
},
17281728
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/localUsers/{username}": {

0 commit comments

Comments
 (0)