From a64487def6dfc7cb4e689b61cfaac9b9d8964cfb Mon Sep 17 00:00:00 2001 From: Adam Sandor Date: Tue, 8 Dec 2020 10:51:43 -0500 Subject: [PATCH 1/2] Update compute.json --- .../Microsoft.Compute/stable/2020-12-01/compute.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/specification/compute/resource-manager/Microsoft.Compute/stable/2020-12-01/compute.json b/specification/compute/resource-manager/Microsoft.Compute/stable/2020-12-01/compute.json index d3d513f2a55f..281aa7179eec 100644 --- a/specification/compute/resource-manager/Microsoft.Compute/stable/2020-12-01/compute.json +++ b/specification/compute/resource-manager/Microsoft.Compute/stable/2020-12-01/compute.json @@ -12369,6 +12369,14 @@ "groupByResourceName": { "type": "boolean", "description": "Group query result by Resource Name." + }, + "groupByClientApplicationId": { + "type": "boolean", + "description": "Group query result by Client Application ID." + }, + "groupByUserAgent": { + "type": "boolean", + "description": "Group query result by User Agent." } }, "required": [ From 2cb439e4f2384ef953270fda262288097961aae3 Mon Sep 17 00:00:00 2001 From: Adam Sandor Date: Tue, 8 Dec 2020 10:53:11 -0500 Subject: [PATCH 2/2] Update LogAnalyticsThrottledRequests.json --- .../2020-12-01/examples/LogAnalyticsThrottledRequests.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/specification/compute/resource-manager/Microsoft.Compute/stable/2020-12-01/examples/LogAnalyticsThrottledRequests.json b/specification/compute/resource-manager/Microsoft.Compute/stable/2020-12-01/examples/LogAnalyticsThrottledRequests.json index 5098d4f36927..85f9f5b2db58 100644 --- a/specification/compute/resource-manager/Microsoft.Compute/stable/2020-12-01/examples/LogAnalyticsThrottledRequests.json +++ b/specification/compute/resource-manager/Microsoft.Compute/stable/2020-12-01/examples/LogAnalyticsThrottledRequests.json @@ -8,7 +8,9 @@ "fromTime": "2018-01-21T01:54:06.862601Z", "toTime": "2018-01-23T01:54:06.862601Z", "groupByOperationName": true, - "groupByResourceName": false + "groupByResourceName": false, + "groupByClientApplicationId": false, + "groupByUserAgent": false } }, "responses": {