Skip to content

Commit

Permalink
[Azure monitor] Add missing enum for aggregation type (#3921)
Browse files Browse the repository at this point in the history
* Add missing enum for aggregation type

* Update enum order
  • Loading branch information
binzhao-chn authored and sergey-shandar committed Sep 19, 2018
1 parent f76c5a7 commit 109c990
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,8 @@
"Minimum",
"Maximum",
"Total",
"Count"
"Count",
"Last"
],
"x-ms-enum": {
"name": "TimeAggregationType",
Expand Down

0 comments on commit 109c990

Please sign in to comment.