Skip to content

Commit

Permalink
Remove long running tag from get operations (#12547)
Browse files Browse the repository at this point in the history
* removed long running tag from get operations

* removed long running tag from get operation
  • Loading branch information
arpja authored Jan 26, 2021
1 parent 8b17a79 commit 6ba452b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"application/json"
],
"paths": {
"/subscriptions/{subscriptionId}/providers/Microsoft.RecoveryServices/locations/{azureRegion}/backupAadProperties/default": {
"/subscriptions/{subscriptionId}/providers/Microsoft.RecoveryServices/locations/{azureRegion}/backupAadProperties": {
"get": {
"tags": [
"AadProperties"
Expand Down Expand Up @@ -275,10 +275,6 @@
}
}
},
"x-ms-long-running-operation": true,
"x-ms-long-running-operation-options": {
"final-state-via": "azure-async-operation"
},
"x-ms-examples": {
"Get Operation Results for Cross Region Restore": {
"$ref": "./examples/AzureIaasVm/GetCrrOperationResults_Get.json"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -584,7 +584,6 @@
}
}
},
"x-ms-long-running-operation": true,
"x-ms-examples": {
"Prepare Data Move": {
"$ref": "./examples/BackupDataMove/PrepareDataMove_Post.json"
Expand Down Expand Up @@ -639,7 +638,6 @@
}
}
},
"x-ms-long-running-operation": true,
"x-ms-examples": {
"Get operation result for PrepareDataMove": {
"$ref": "./examples/BackupDataMove/PrepareDataMoveOperationResult_Get.json"
Expand Down

0 comments on commit 6ba452b

Please sign in to comment.