Skip to content

Commit

Permalink
[Monitor] Fixing incorrect specification of top parameter for Metrics…
Browse files Browse the repository at this point in the history
… API (#2655) (#2662)

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

* [Monitor] Fixing issue with metricnamespace specification as client level argument #2565

* [Monitor] Fixing incorrect specification of top parameter for Metrics API (#2655)
  • Loading branch information
gucalder authored and lmazuel committed Mar 14, 2018
1 parent ff8136f commit 34e1432
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@
"name": "top",
"in": "query",
"required": false,
"type": "number",
"type": "integer",
"format": "int32",
"description": "The maximum number of records to retrieve.\nValid only if $filter is specified.\nDefaults to 10.",
"x-ms-parameter-location": "method"
Expand Down

0 comments on commit 34e1432

Please sign in to comment.