From 48426d04b7a79927e8f574fa26934d37c0eb3fc8 Mon Sep 17 00:00:00 2001 From: Juliehzl Date: Mon, 30 Oct 2023 13:23:31 +0800 Subject: [PATCH 1/3] update --- .../examples/ManagedEnvironmentUsages_List.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specification/app/resource-manager/Microsoft.App/preview/2023-08-01-preview/examples/ManagedEnvironmentUsages_List.json b/specification/app/resource-manager/Microsoft.App/preview/2023-08-01-preview/examples/ManagedEnvironmentUsages_List.json index 7143b1809889..e0bac47f2c09 100644 --- a/specification/app/resource-manager/Microsoft.App/preview/2023-08-01-preview/examples/ManagedEnvironmentUsages_List.json +++ b/specification/app/resource-manager/Microsoft.App/preview/2023-08-01-preview/examples/ManagedEnvironmentUsages_List.json @@ -10,7 +10,7 @@ "body": { "value": [ { - "currentValue": 5, + "currentValue": 0.5, "limit": 10, "name": { "localizedValue": "Managed Environment Consumption Cores", From 3dc867c26cd5018128a4a5f7996e21b403d211f6 Mon Sep 17 00:00:00 2001 From: Juliehzl Date: Mon, 30 Oct 2023 13:24:09 +0800 Subject: [PATCH 2/3] update --- .../Microsoft.App/preview/2023-08-01-preview/Usages.json | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/specification/app/resource-manager/Microsoft.App/preview/2023-08-01-preview/Usages.json b/specification/app/resource-manager/Microsoft.App/preview/2023-08-01-preview/Usages.json index 8731febe20e2..a94f6ca9220d 100644 --- a/specification/app/resource-manager/Microsoft.App/preview/2023-08-01-preview/Usages.json +++ b/specification/app/resource-manager/Microsoft.App/preview/2023-08-01-preview/Usages.json @@ -143,13 +143,11 @@ } }, "currentValue": { - "type": "integer", - "format": "int32", + "format": "float", "description": "The current usage of the resource." }, "limit": { - "type": "integer", - "format": "int64", + "format": "float", "description": "The maximum permitted usage of the resource." }, "name": { From bd9304f0caeba85f29cfef78536350b4bd56f49b Mon Sep 17 00:00:00 2001 From: Juliehzl Date: Tue, 31 Oct 2023 10:44:56 +0800 Subject: [PATCH 3/3] update --- .../Microsoft.App/preview/2023-08-01-preview/Usages.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/specification/app/resource-manager/Microsoft.App/preview/2023-08-01-preview/Usages.json b/specification/app/resource-manager/Microsoft.App/preview/2023-08-01-preview/Usages.json index a94f6ca9220d..770fd9b0ac89 100644 --- a/specification/app/resource-manager/Microsoft.App/preview/2023-08-01-preview/Usages.json +++ b/specification/app/resource-manager/Microsoft.App/preview/2023-08-01-preview/Usages.json @@ -143,10 +143,12 @@ } }, "currentValue": { + "type": "number", "format": "float", "description": "The current usage of the resource." }, "limit": { + "type": "number", "format": "float", "description": "The maximum permitted usage of the resource." },