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 tags from Patch call description
  • Loading branch information
Manchit Gupta committed Mar 14, 2019
commit 9cdecf1817eeba5a1a024270c481b5b314d6fc77
Original file line number Diff line number Diff line change
Expand Up @@ -185,8 +185,8 @@
"tags": [
"DdosProtectionPlans"
],
"operationId": "DdosProtectionPlans_UpdateTags",
"description": "Update a DDoS protection plan tags",
"operationId": "DdosProtectionPlans_Update",
"description": "Update a DDoS protection plan",
"parameters": [
{
"name": "resourceGroupName",
Expand All @@ -209,7 +209,7 @@
"schema": {
"$ref": "./network.json#/definitions/TagsObject"
},
"description": "Parameters supplied to the update DDoS protection plan resource tags."
"description": "Parameters supplied to the update DDoS protection plan resource."
},
{
"$ref": "./network.json#/parameters/ApiVersionParameter"
Expand All @@ -229,7 +229,7 @@
"x-ms-long-running-operation": false,
"x-ms-examples": {
"DDoS protection plan Update tags": {
"$ref": "./examples/DdosProtectionPlanUpdateTags.json"
"$ref": "./examples/DdosProtectionPlanUpdate.json"
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -185,8 +185,8 @@
"tags": [
"DdosProtectionPlans"
],
"operationId": "DdosProtectionPlans_UpdateTags",
"description": "Update a DDoS protection plan tags",
"operationId": "DdosProtectionPlans_Update",
"description": "Update a DDoS protection plan",
"parameters": [
{
"name": "resourceGroupName",
Expand All @@ -209,7 +209,7 @@
"schema": {
"$ref": "./network.json#/definitions/TagsObject"
},
"description": "Parameters supplied to the update DDoS protection plan resource tags."
"description": "Parameters supplied to the update DDoS protection plan resource."
},
{
"$ref": "./network.json#/parameters/ApiVersionParameter"
Expand All @@ -229,7 +229,7 @@
"x-ms-long-running-operation": false,
"x-ms-examples": {
"DDoS protection plan Update tags": {
"$ref": "./examples/DdosProtectionPlanUpdateTags.json"
"$ref": "./examples/DdosProtectionPlanUpdate.json"
}
}
}
Expand Down