From 355f5c2db980d8da89b3bf37605e36c37ee6899c Mon Sep 17 00:00:00 2001 From: wecha-ms <37944104+wecha-ms@users.noreply.github.com> Date: Fri, 14 Feb 2020 10:32:13 -0800 Subject: [PATCH] changed quantity from string to double (#8391) --- .../preview/2015-06-01-preview/Commerce.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/specification/azsadmin/resource-manager/commerce/Microsoft.Commerce.Admin/preview/2015-06-01-preview/Commerce.json b/specification/azsadmin/resource-manager/commerce/Microsoft.Commerce.Admin/preview/2015-06-01-preview/Commerce.json index c34915e2be14..890c3b5b8fda 100644 --- a/specification/azsadmin/resource-manager/commerce/Microsoft.Commerce.Admin/preview/2015-06-01-preview/Commerce.json +++ b/specification/azsadmin/resource-manager/commerce/Microsoft.Commerce.Admin/preview/2015-06-01-preview/Commerce.json @@ -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.",