Updated IdentityInfo distinct case sensitive AccountUpn (from UPN)#13740
Conversation
Updated IdentityInfo distinct case sensitive AccountUpn (from UPN)
|
Hi @AntoPorter, please resolve kql validation failure. Thanks! |
|
So in the schema used by the repo’s validator, IdentityInfo does not contain AccountUpn, it contains AccountUPN (uppercase UPN). This matches the Log Analytics / Sentinel table reference where the column is documented as AccountUPN. At the same time, in Defender XDR Advanced Hunting (unified IdentityInfo schema) the column is documented as AccountUpn (lowercase pn). So the validator is doing its job: in this repo context, AccountUpn is “unknown”, therefore the PR fails tests. The issue is that this query is only available to be ran within Defender XDR's advanced hunting, as the table only exists within Defender, and does not reflect within Sentinel/Log Analytics Workspace. The check is then failing against the Log Analytics Query. This mismatch is a known pain point because KQL is case-sensitive, and the IdentityInfo schema differs depending on whether you’re querying Sentinel Log Analytics versus Defender portal Advanced Hunting/unified schema. |
|
Hi @AntoPorter, got it. thanks! |
|
What are the next steps for this? I am unable to merge due to the failed check. |



Change(s):
Reason for Change(s):
Version Updated:
Testing Completed: