Skip to content

Commit 2043c42

Browse files
committed
updated LRO ref
1 parent 97ce157 commit 2043c42

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

graph/patterns/LRO.gif

-68 Bytes
Loading

graph/patterns/longRunningOperations.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -182,10 +182,11 @@ HTTP/1.1 404 Not Found
182182
### Create a new resource using the Stepwise Operation
183183

184184
```
185-
POST https://graph.microsoft.com/v1.0/storage/databases/
185+
POST https://graph.microsoft.com/v1.0/storage/archives/
186186
187187
{
188-
"displayName": "Retail DB",
188+
"displayName": "Image Archive",
189+
...
189190
}
190191
```
191192

@@ -237,6 +238,6 @@ HTTP/1.1 200 OK
237238
"createdDateTime": "2015-06-19T12-01-03.45Z",
238239
"lastActionDateTime": "2015-06-19T12-06-03.0024Z",
239240
"status": "succeeded",
240-
"resourceLocation": "https://graph.microsoft.com/v1.0/storage/databases/db1"
241+
"resourceLocation": "https://graph.microsoft.com/v1.0/storage/archives/987"
241242
}
242243
```

0 commit comments

Comments
 (0)