Skip to content

Commit

Permalink
Fix limit and currentValue properties
Browse files Browse the repository at this point in the history
Types need to be long since they can have 64-bit values.
  • Loading branch information
jhendrixMSFT committed May 8, 2019
1 parent 97fc740 commit 3146578
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4502,11 +4502,13 @@
},
"limit": {
"type": "integer",
"format": "int64",
"readOnly": true,
"description": "Maximum value for this metric"
},
"currentValue": {
"type": "integer",
"format": "int64",
"readOnly": true,
"description": "Current value for this metric"
}
Expand Down

0 comments on commit 3146578

Please sign in to comment.