We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97ce157 commit 2043c42Copy full SHA for 2043c42
graph/patterns/LRO.gif
-68 Bytes
graph/patterns/longRunningOperations.md
@@ -182,10 +182,11 @@ HTTP/1.1 404 Not Found
182
### Create a new resource using the Stepwise Operation
183
184
```
185
-POST https://graph.microsoft.com/v1.0/storage/databases/
+POST https://graph.microsoft.com/v1.0/storage/archives/
186
187
{
188
-"displayName": "Retail DB",
+"displayName": "Image Archive",
189
+...
190
}
191
192
@@ -237,6 +238,6 @@ HTTP/1.1 200 OK
237
238
"createdDateTime": "2015-06-19T12-01-03.45Z",
239
"lastActionDateTime": "2015-06-19T12-06-03.0024Z",
240
"status": "succeeded",
-"resourceLocation": "https://graph.microsoft.com/v1.0/storage/databases/db1"
241
+"resourceLocation": "https://graph.microsoft.com/v1.0/storage/archives/987"
242
243
0 commit comments