Skip to content

Commit 6ba452b

Browse files
authored
Remove long running tag from get operations (#12547)
* removed long running tag from get operations * removed long running tag from get operation
1 parent 8b17a79 commit 6ba452b

File tree

2 files changed

+1
-7
lines changed
  • specification/recoveryservicesbackup/resource-manager/Microsoft.RecoveryServices/stable

2 files changed

+1
-7
lines changed

specification/recoveryservicesbackup/resource-manager/Microsoft.RecoveryServices/stable/2018-12-20/bms.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"application/json"
1919
],
2020
"paths": {
21-
"/subscriptions/{subscriptionId}/providers/Microsoft.RecoveryServices/locations/{azureRegion}/backupAadProperties/default": {
21+
"/subscriptions/{subscriptionId}/providers/Microsoft.RecoveryServices/locations/{azureRegion}/backupAadProperties": {
2222
"get": {
2323
"tags": [
2424
"AadProperties"
@@ -275,10 +275,6 @@
275275
}
276276
}
277277
},
278-
"x-ms-long-running-operation": true,
279-
"x-ms-long-running-operation-options": {
280-
"final-state-via": "azure-async-operation"
281-
},
282278
"x-ms-examples": {
283279
"Get Operation Results for Cross Region Restore": {
284280
"$ref": "./examples/AzureIaasVm/GetCrrOperationResults_Get.json"

specification/recoveryservicesbackup/resource-manager/Microsoft.RecoveryServices/stable/2020-12-01/bms.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -584,7 +584,6 @@
584584
}
585585
}
586586
},
587-
"x-ms-long-running-operation": true,
588587
"x-ms-examples": {
589588
"Prepare Data Move": {
590589
"$ref": "./examples/BackupDataMove/PrepareDataMove_Post.json"
@@ -639,7 +638,6 @@
639638
}
640639
}
641640
},
642-
"x-ms-long-running-operation": true,
643641
"x-ms-examples": {
644642
"Get operation result for PrepareDataMove": {
645643
"$ref": "./examples/BackupDataMove/PrepareDataMoveOperationResult_Get.json"

0 commit comments

Comments
 (0)