Skip to content

Commit 70b86b2

Browse files
committed
Fixing ReplicationFabrics_Purge.json
1 parent 4afadba commit 70b86b2

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

specification/recoveryservicessiterecovery/resource-manager/Microsoft.RecoveryServices/stable/2023-01-01/examples/ReplicationFabrics_Purge.json

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,19 @@
99
"responses": {
1010
"202": {
1111
"headers": {
12-
"Location": "",
13-
"Azure-AsyncOperation": "",
12+
"Location": {
13+
"description": "The URL where the status of the asynchronous operation can be checked.",
14+
"type": "string"
15+
},
1416
"Retry-After": 30
1517
}
1618
},
1719
"204": {
1820
"headers": {
19-
"Location": "",
20-
"Azure-AsyncOperation": ""
21+
"Location": {
22+
"description": "The URL where the status of the asynchronous operation can be checked.",
23+
"type": "string"
24+
}
2125
}
2226
}
2327
}

0 commit comments

Comments
 (0)