Skip to content

Commit

Permalink
Revisions
Browse files Browse the repository at this point in the history
  • Loading branch information
Harshitha Akkaraju committed Mar 8, 2021
1 parent 2462300 commit 9b012c9
Showing 1 changed file with 20 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,9 @@
}
},
"x-ms-long-running-operation": true,
"x-ms-long-running-operation-options": {
"final-state-via": "azure-async-operation"
},
"x-ms-examples": {
"Create or Update Disk pool": {
"$ref": "./examples/DiskPools_Put.json"
Expand Down Expand Up @@ -263,7 +266,10 @@
"$ref": "./examples/DiskPools_Patch.json"
}
},
"x-ms-long-running-operation": true
"x-ms-long-running-operation": true,
"x-ms-long-running-operation-options": {
"final-state-via": "azure-async-operation"
},
},
"delete": {
"tags": [
Expand Down Expand Up @@ -303,6 +309,9 @@
}
},
"x-ms-long-running-operation": true,
"x-ms-long-running-operation-options": {
"final-state-via": "azure-async-operation"
},
"x-ms-examples": {
"Delete Disk pool": {
"$ref": "./examples/DiskPools_Delete.json"
Expand Down Expand Up @@ -443,6 +452,9 @@
}
},
"x-ms-long-running-operation": true,
"x-ms-long-running-operation-options": {
"final-state-via": "azure-async-operation"
},
"x-ms-examples": {
"Create or Update iSCSI target": {
"$ref": "./examples/IscsiTargets_Put.json"
Expand Down Expand Up @@ -496,6 +508,9 @@
}
},
"x-ms-long-running-operation": true,
"x-ms-long-running-operation-options": {
"final-state-via": "azure-async-operation"
},
"x-ms-examples": {
"Update iSCSI target": {
"$ref": "./examples/IscsiTargets_Patch.json"
Expand Down Expand Up @@ -543,6 +558,9 @@
}
},
"x-ms-long-running-operation": true,
"x-ms-long-running-operation-options": {
"final-state-via": "azure-async-operation"
},
"x-ms-examples": {
"Delete iSCSI target": {
"$ref": "./examples/IscsiTargets_Delete.json"
Expand Down Expand Up @@ -1607,4 +1625,4 @@
"description": "The resource management error response."
}
}
}
}

0 comments on commit 9b012c9

Please sign in to comment.