Skip to content

Commit 9b012c9

Browse files
author
Harshitha Akkaraju
committed
Revisions
1 parent 2462300 commit 9b012c9

File tree

1 file changed

+20
-2
lines changed
  • specification/storagepool/resource-manager/Microsoft.StoragePool/preview/2020-03-15-preview

1 file changed

+20
-2
lines changed

specification/storagepool/resource-manager/Microsoft.StoragePool/preview/2020-03-15-preview/storagepool.json

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -209,6 +209,9 @@
209209
}
210210
},
211211
"x-ms-long-running-operation": true,
212+
"x-ms-long-running-operation-options": {
213+
"final-state-via": "azure-async-operation"
214+
},
212215
"x-ms-examples": {
213216
"Create or Update Disk pool": {
214217
"$ref": "./examples/DiskPools_Put.json"
@@ -263,7 +266,10 @@
263266
"$ref": "./examples/DiskPools_Patch.json"
264267
}
265268
},
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+
},
267273
},
268274
"delete": {
269275
"tags": [
@@ -303,6 +309,9 @@
303309
}
304310
},
305311
"x-ms-long-running-operation": true,
312+
"x-ms-long-running-operation-options": {
313+
"final-state-via": "azure-async-operation"
314+
},
306315
"x-ms-examples": {
307316
"Delete Disk pool": {
308317
"$ref": "./examples/DiskPools_Delete.json"
@@ -443,6 +452,9 @@
443452
}
444453
},
445454
"x-ms-long-running-operation": true,
455+
"x-ms-long-running-operation-options": {
456+
"final-state-via": "azure-async-operation"
457+
},
446458
"x-ms-examples": {
447459
"Create or Update iSCSI target": {
448460
"$ref": "./examples/IscsiTargets_Put.json"
@@ -496,6 +508,9 @@
496508
}
497509
},
498510
"x-ms-long-running-operation": true,
511+
"x-ms-long-running-operation-options": {
512+
"final-state-via": "azure-async-operation"
513+
},
499514
"x-ms-examples": {
500515
"Update iSCSI target": {
501516
"$ref": "./examples/IscsiTargets_Patch.json"
@@ -543,6 +558,9 @@
543558
}
544559
},
545560
"x-ms-long-running-operation": true,
561+
"x-ms-long-running-operation-options": {
562+
"final-state-via": "azure-async-operation"
563+
},
546564
"x-ms-examples": {
547565
"Delete iSCSI target": {
548566
"$ref": "./examples/IscsiTargets_Delete.json"
@@ -1607,4 +1625,4 @@
16071625
"description": "The resource management error response."
16081626
}
16091627
}
1610-
}
1628+
}

0 commit comments

Comments
 (0)