Skip to content

Commit

Permalink
Fix duplicate values in Monitor Spec (#3322)
Browse files Browse the repository at this point in the history
  • Loading branch information
sarangan12 authored and hovsepm committed Jun 29, 2018
1 parent 99f55ce commit d54f5c2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"description": "Lists the metric values for a resource.",
"parameters": [
{
"$ref": "#/parameters/ResourceUriParameter"
"$ref": "./serviceDiagnosticsSettings_API.json#/parameters/ResourceUriParameter"
},
{
"name": "$filter",
Expand Down Expand Up @@ -265,15 +265,6 @@
"required": true,
"type": "string",
"description": "Client Api Version."
},
"ResourceUriParameter": {
"name": "resourceUri",
"in": "path",
"required": true,
"type": "string",
"description": "The identifier of the resource.",
"x-ms-parameter-location": "method",
"x-ms-skip-url-encoding": true
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,8 @@
"required": true,
"type": "string",
"description": "The identifier of the resource.",
"x-ms-parameter-location": "method"
"x-ms-parameter-location": "method",
"x-ms-skip-url-encoding": true
}
}
}

0 comments on commit d54f5c2

Please sign in to comment.