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
Addressing review comments. Setting x-ms-long-running-operation to false
  • Loading branch information
Manchit Gupta committed Mar 14, 2019
commit 2a6920c06a4bb87cb4c079c77e8d23039b5965bb
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@
}
}
},
"x-ms-long-running-operation": true,
"x-ms-long-running-operation": false,
"x-ms-examples": {
"DDoS protection plan Update tags": {
"$ref": "./examples/DdosProtectionPlanUpdateTags.json"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@
}
}
},
"x-ms-long-running-operation": true,
"x-ms-long-running-operation": false,
"x-ms-examples": {
"DDoS protection plan Update tags": {
"$ref": "./examples/DdosProtectionPlanUpdateTags.json"
Expand Down