Skip to content

Commit

Permalink
Fix discovered application segments workbook for Global Secure Access (
Browse files Browse the repository at this point in the history
…microsoft#2417)

* Used LogAnalyticWorkspace parameter in User parameter
Co-authored-by: Daniel Shkolnik <dshkolnik@microsoft.com>
  • Loading branch information
DanielShkolnik authored Sep 11, 2023
1 parent 91fb0b0 commit 3ac9f4c
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -882,6 +882,9 @@
"type": 9,
"content": {
"version": "KqlParameterItem/1.0",
"crossComponentResources": [
"{LogAnalyticWorkspace}"
],
"parameters": [
{
"id": "945f5816-8b0e-4360-988f-0a91c6371ce7",
Expand All @@ -890,6 +893,9 @@
"label": "User",
"type": 2,
"query": "NetworkAccessTraffic | where TrafficType == \"private\" | where UserPrincipalName != \"\" | distinct UserPrincipalName \r\n",
"crossComponentResources": [
"{LogAnalyticWorkspace}"
],
"typeSettings": {
"additionalResourceOptions": [],
"showDefault": false
Expand Down

0 comments on commit 3ac9f4c

Please sign in to comment.