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": [ 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": {