Skip to content

Commit

Permalink
Add x-ms-long-running-operation-options (Azure#8037)
Browse files Browse the repository at this point in the history
  • Loading branch information
daozha authored and bganapa committed Jan 2, 2020
1 parent 70fbb62 commit 10ec206
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,10 @@
}
}
},
"x-ms-long-running-operation": true
"x-ms-long-running-operation": true,
"x-ms-long-running-operation-options" : {
"final-state-via" : "location"
}
}
},
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Backup.Admin/backupLocations/{location}/createBackup": {
Expand All @@ -146,6 +149,9 @@
}
},
"x-ms-long-running-operation": true,
"x-ms-long-running-operation-options" : {
"final-state-via" : "location"
},
"description": "Back up a specific location.",
"tags": [
"BackupLocations"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,10 @@
"description": "ACCEPTED"
}
},
"x-ms-long-running-operation": true
"x-ms-long-running-operation": true,
"x-ms-long-running-operation-options" : {
"final-state-via" : "location"
}
}
}
},
Expand Down

0 comments on commit 10ec206

Please sign in to comment.