Skip to content

Commit b94919e

Browse files
grizzlytheodoregiromm2ms
authored andcommitted
adding throttle analytics export API two new filters (Azure#11806)
* updating with two new filters * fix typo * typo
1 parent d7f9911 commit b94919e

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

specification/compute/resource-manager/Microsoft.Compute/stable/2020-06-01/compute.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11547,6 +11547,14 @@
1154711547
"groupByResourceName": {
1154811548
"type": "boolean",
1154911549
"description": "Group query result by Resource Name."
11550+
},
11551+
"groupByClientApplicationId": {
11552+
"type": "boolean",
11553+
"description": "Group query result by Client Application ID."
11554+
},
11555+
"groupByUserAgent": {
11556+
"type": "boolean",
11557+
"description": "Group query result by User Agent."
1155011558
}
1155111559
},
1155211560
"required": [

specification/compute/resource-manager/Microsoft.Compute/stable/2020-06-01/examples/LogAnalyticsThrottledRequests.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@
88
"fromTime": "2018-01-21T01:54:06.862601Z",
99
"toTime": "2018-01-23T01:54:06.862601Z",
1010
"groupByOperationName": true,
11-
"groupByResourceName": false
11+
"groupByResourceName": false,
12+
"groupByClientApplicationId": false,
13+
"groupByUserAgent": false
1214
}
1315
},
1416
"responses": {

0 commit comments

Comments
 (0)