Skip to content

Commit ae659c1

Browse files
authored
Update NRT_AuthenticationMethodsChangedforVIPUsers.yaml (#11736)
Added square brackets to watchlist query because column names with spaces cannot be referenced by just using ".
1 parent c9e32ce commit ae659c1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Solutions/Microsoft Entra ID/Analytic Rules/NRT_AuthenticationMethodsChangedforVIPUsers.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ tags:
1515
- AADSecOpsGuide
1616
query: |
1717
let security_info_actions = dynamic(["User registered security info", "User changed default security info", "User deleted security info", "Admin updated security info", "User reviewed security info", "Admin deleted security info", "Admin registered security info"]);
18-
let VIPUsers = (_GetWatchlist('VIPUsers') | distinct "User Principal Name");
18+
let VIPUsers = (_GetWatchlist('VIPUsers') | distinct ["User Principal Name"]);
1919
AuditLogs
2020
| where Category =~ "UserManagement"
2121
| where ActivityDisplayName in (security_info_actions)
@@ -62,5 +62,5 @@ entityMappings:
6262
fieldMappings:
6363
- identifier: Address
6464
columnName: InitiatingIpAddress
65-
version: 1.0.3
65+
version: 1.0.4
6666
kind: NRT

0 commit comments

Comments
 (0)