Skip to content

Commit

Permalink
Merge pull request #4267 from samikroy/patch-7
Browse files Browse the repository at this point in the history
Updated SharePointAndOneDrive.json to fix #4245
  • Loading branch information
v-rucdu authored Mar 9, 2022
2 parents c7d03fd + 104229b commit 7ad4f1e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Workbooks/SharePointAndOneDrive.json
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@
"multiSelect": true,
"quote": "'",
"delimiter": ",",
"query": "OfficeActivity\r\n| where OfficeWorkload in ('OneDrive', 'SharePoint')\r\n| where Operation in ({Operations})\r\n| summarize Count = count() by UserId\r\n| order by Count desc, UserId asc\r\n| project Value = UserId, Label = strcat(UserId, ' - ', Count)",
"query": "OfficeActivity\r\n| where OfficeWorkload in ('OneDrive', 'SharePoint')\r\n| where \"{Operations:lable}\"==\"All\" or Operation in ({Operations})\r\n| summarize Count = count() by UserId\r\n| order by Count desc, UserId asc\r\n| project Value = UserId, Label = strcat(UserId, ' - ', Count)",
"value": [
"value::all"
],
Expand Down Expand Up @@ -544,4 +544,4 @@
"styleSettings": {},
"fromTemplateId": "sentinel-SharePointAndOneDrive",
"$schema": "https://github.com/Microsoft/Application-Insights-Workbooks/blob/master/schema/workbook.json"
}
}
2 changes: 1 addition & 1 deletion Workbooks/WorkbooksMetadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@
"dataTypesDependencies": [ "OfficeActivity" ],
"dataConnectorsDependencies": [ "Office365" ],
"previewImagesFileNames": [ "SharePointAndOneDriveBlack1.png", "SharePointAndOneDriveBlack2.png", "SharePointAndOneDriveWhite1.png", "SharePointAndOneDriveWhite2.png" ],
"version": "1.1",
"version": "1.2",
"title": "SharePoint & OneDrive",
"templateRelativePath": "SharePointAndOneDrive.json",
"subtitle": "",
Expand Down

0 comments on commit 7ad4f1e

Please sign in to comment.