Skip to content

Commit 355f5c2

Browse files
authored
changed quantity from string to double (Azure#8391)
1 parent 79944a3 commit 355f5c2

File tree

1 file changed

+2
-1
lines changed
  • specification/azsadmin/resource-manager/commerce/Microsoft.Commerce.Admin/preview/2015-06-01-preview

1 file changed

+2
-1
lines changed

specification/azsadmin/resource-manager/commerce/Microsoft.Commerce.Admin/preview/2015-06-01-preview/Commerce.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,8 @@
198198
},
199199
"quantity": {
200200
"description": "The amount of the resource consumption that occurred in this time frame.",
201-
"type": "string"
201+
"type": "number",
202+
"format": "double"
202203
},
203204
"meterId": {
204205
"description": "Unique ID for the resource that was consumed, for example, the Resource ID.",

0 commit comments

Comments
 (0)