diff --git a/specification/app/resource-manager/Microsoft.App/preview/2023-05-02-preview/Usages.json b/specification/app/resource-manager/Microsoft.App/preview/2023-05-02-preview/Usages.json index da58c29da79c..b223c2f87b29 100644 --- a/specification/app/resource-manager/Microsoft.App/preview/2023-05-02-preview/Usages.json +++ b/specification/app/resource-manager/Microsoft.App/preview/2023-05-02-preview/Usages.json @@ -143,13 +143,13 @@ } }, "currentValue": { - "type": "integer", - "format": "int32", + "type": "number", + "format": "float", "description": "The current usage of the resource." }, "limit": { - "type": "integer", - "format": "int64", + "type": "number", + "format": "float", "description": "The maximum permitted usage of the resource." }, "name": { diff --git a/specification/app/resource-manager/Microsoft.App/preview/2023-05-02-preview/examples/ManagedEnvironmentUsages_List.json b/specification/app/resource-manager/Microsoft.App/preview/2023-05-02-preview/examples/ManagedEnvironmentUsages_List.json index c414f14a5573..12148fb0c05a 100644 --- a/specification/app/resource-manager/Microsoft.App/preview/2023-05-02-preview/examples/ManagedEnvironmentUsages_List.json +++ b/specification/app/resource-manager/Microsoft.App/preview/2023-05-02-preview/examples/ManagedEnvironmentUsages_List.json @@ -10,7 +10,7 @@ "body": { "value": [ { - "currentValue": 5, + "currentValue": 0.5, "limit": 10, "name": { "localizedValue": "Managed Environment Consumption Cores",