You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: specification/storagepool/resource-manager/Microsoft.StoragePool/preview/2020-03-15-preview/storagepool.json
+20-2Lines changed: 20 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -209,6 +209,9 @@
209
209
}
210
210
},
211
211
"x-ms-long-running-operation": true,
212
+
"x-ms-long-running-operation-options": {
213
+
"final-state-via": "azure-async-operation"
214
+
},
212
215
"x-ms-examples": {
213
216
"Create or Update Disk pool": {
214
217
"$ref": "./examples/DiskPools_Put.json"
@@ -263,7 +266,10 @@
263
266
"$ref": "./examples/DiskPools_Patch.json"
264
267
}
265
268
},
266
-
"x-ms-long-running-operation": true
269
+
"x-ms-long-running-operation": true,
270
+
"x-ms-long-running-operation-options": {
271
+
"final-state-via": "azure-async-operation"
272
+
},
267
273
},
268
274
"delete": {
269
275
"tags": [
@@ -303,6 +309,9 @@
303
309
}
304
310
},
305
311
"x-ms-long-running-operation": true,
312
+
"x-ms-long-running-operation-options": {
313
+
"final-state-via": "azure-async-operation"
314
+
},
306
315
"x-ms-examples": {
307
316
"Delete Disk pool": {
308
317
"$ref": "./examples/DiskPools_Delete.json"
@@ -443,6 +452,9 @@
443
452
}
444
453
},
445
454
"x-ms-long-running-operation": true,
455
+
"x-ms-long-running-operation-options": {
456
+
"final-state-via": "azure-async-operation"
457
+
},
446
458
"x-ms-examples": {
447
459
"Create or Update iSCSI target": {
448
460
"$ref": "./examples/IscsiTargets_Put.json"
@@ -496,6 +508,9 @@
496
508
}
497
509
},
498
510
"x-ms-long-running-operation": true,
511
+
"x-ms-long-running-operation-options": {
512
+
"final-state-via": "azure-async-operation"
513
+
},
499
514
"x-ms-examples": {
500
515
"Update iSCSI target": {
501
516
"$ref": "./examples/IscsiTargets_Patch.json"
@@ -543,6 +558,9 @@
543
558
}
544
559
},
545
560
"x-ms-long-running-operation": true,
561
+
"x-ms-long-running-operation-options": {
562
+
"final-state-via": "azure-async-operation"
563
+
},
546
564
"x-ms-examples": {
547
565
"Delete iSCSI target": {
548
566
"$ref": "./examples/IscsiTargets_Delete.json"
@@ -1607,4 +1625,4 @@
1607
1625
"description": "The resource management error response."
0 commit comments