Skip to content

Commit

Permalink
changed quantity from string to double (Azure#8391)
Browse files Browse the repository at this point in the history
  • Loading branch information
wecha-ms authored Feb 14, 2020
1 parent 79944a3 commit 355f5c2
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,8 @@
},
"quantity": {
"description": "The amount of the resource consumption that occurred in this time frame.",
"type": "string"
"type": "number",
"format": "double"
},
"meterId": {
"description": "Unique ID for the resource that was consumed, for example, the Resource ID.",
Expand Down

0 comments on commit 355f5c2

Please sign in to comment.