Skip to content

Commit

Permalink
[Monitor] Fixing issue with metrics api queryparameter name (Azure#2575)
Browse files Browse the repository at this point in the history
  • Loading branch information
pkamath13 committed Mar 2, 2018
1 parent e11529e commit b0b757a
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"$ref": "#/parameters/IntervalParameter"
},
{
"$ref": "#/parameters/MetricParameter"
"$ref": "#/parameters/MetricNamesParameter"
},
{
"$ref": "#/parameters/AggregationsParameter"
Expand Down Expand Up @@ -316,12 +316,12 @@
"description": "The interval (i.e. timegrain) of the query.",
"x-ms-parameter-location": "method"
},
"MetricParameter": {
"name": "metric",
"MetricNamesParameter": {
"name": "metricnames",
"in": "query",
"required": false,
"type": "string",
"description": "The name of the metric to retrieve.",
"description": "The names of the metrics (comma separated) to retrieve.",
"x-ms-parameter-location": "method"
},
"AggregationsParameter": {
Expand Down

0 comments on commit b0b757a

Please sign in to comment.