diff --git a/specification/compute/resource-manager/Microsoft.Compute/stable/2020-06-01/compute.json b/specification/compute/resource-manager/Microsoft.Compute/stable/2020-06-01/compute.json index 77bcda8f1e9d..e8b14fdf383d 100644 --- a/specification/compute/resource-manager/Microsoft.Compute/stable/2020-06-01/compute.json +++ b/specification/compute/resource-manager/Microsoft.Compute/stable/2020-06-01/compute.json @@ -11547,6 +11547,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-06-01/examples/LogAnalyticsThrottledRequests.json b/specification/compute/resource-manager/Microsoft.Compute/stable/2020-06-01/examples/LogAnalyticsThrottledRequests.json index b45c9facafdd..d9b5152fe792 100644 --- a/specification/compute/resource-manager/Microsoft.Compute/stable/2020-06-01/examples/LogAnalyticsThrottledRequests.json +++ b/specification/compute/resource-manager/Microsoft.Compute/stable/2020-06-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": {