Skip to content
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Removing x-ms-long-running-operation from patch
  • Loading branch information
Manchit Gupta committed Mar 14, 2019
commit 95feaa8d49ea2c38eaf209e8a20048fdaa0fea89
Original file line number Diff line number Diff line change
Expand Up @@ -220,13 +220,12 @@
],
"responses": {
"200": {
"description": "Update successful. The operation returns the resulting DDoS protection plan resource.",
"description": "Update successful.",
"schema": {
"$ref": "#/definitions/DdosProtectionPlan"
}
}
},
"x-ms-long-running-operation": false,
"x-ms-examples": {
"DDoS protection plan Update tags": {
"$ref": "./examples/DdosProtectionPlanUpdate.json"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,6 @@
}
}
},
"x-ms-long-running-operation": false,
"x-ms-examples": {
"DDoS protection plan Update tags": {
"$ref": "./examples/DdosProtectionPlanUpdate.json"
Expand Down