Skip to content

Commit

Permalink
[Monitor] Fixing issue with metricsnamespace incorrecly specified as …
Browse files Browse the repository at this point in the history
…client level argument Azure#2565 (Azure#2566)

* [Monitor] Make all attributes of EventData class readonly (Azure#2254)

* [Monitor] Fixing issue with metricnamespace specification as client level argument Azure#2565
  • Loading branch information
gucalder authored and fearthecowboy committed Mar 1, 2018
1 parent 4d90fd7 commit 06fac6e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -242,12 +242,13 @@
"x-ms-parameter-location": "method",
"x-ms-skip-url-encoding": true
},
"MetricNamespaceParameter": {
"MetricNamespaceParameter": {
"name": "metricnamespace",
"in": "query",
"required": false,
"type": "string",
"description": "Metric namespace to query metric definitions for."
"description": "Metric namespace to query metric definitions for.",
"x-ms-parameter-location": "method"
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -372,12 +372,13 @@
"type": "string",
"description": "Client Api Version."
},
"MetricNamespaceParameter": {
"MetricNamespaceParameter": {
"name": "metricnamespace",
"in": "query",
"required": false,
"type": "string",
"description": "Metric namespace to query metric definitions for."
"description": "Metric namespace to query metric definitions for.",
"x-ms-parameter-location": "method"
}
}
}

0 comments on commit 06fac6e

Please sign in to comment.