-
Notifications
You must be signed in to change notification settings - Fork 3.5k
Description
Hello Team,
We are observing an issue in Microsoft Sentinel Analytic Rule where certain fields are coming as empty starting from 13 Jan 2026 for alerts generated from Microsoft Entra ID Identity Protection.
Specifically, for the following alert types:
Unfamiliar sign-in properties
Atypical travel
The below fields are now returning empty values:
- AadTenantId = | extend AadTenantId = tostring(Entity.AadTenantId)
- CurrentLocation = ExtendedProperties["Current Location"]
- CurrentIPAddress = ExtendedProperties["Current IP Address"]
Before 13 Jan 2026, the same query was shows the results and these fields were properly populated.
Observed Behavior:
AadTenantId is empty inside Entities dynamic column.
CurrentLocation and CurrentIPAddress extracted from ExtendedProperties are empty.
Join with IdentityInfo is impacted due to missing AadTenantId and query returns No Results.
Questions:
1.Has there been any backend schema change for SecurityAlert related to:
Entities structure?
AadTenantId field?
2.ExtendedProperties property names, if yes then new property name's for Current Location and Ipaddress?
3.Is there any official documentation or change log that mentions:
Schema changes
Field deprecation
Property renaming
Expected Behavior:
Entity.AadTenantId should be populated for account type entities.
ExtendedProperties should contain:
Current Location
Current IP Address
To Reproduce:
Run the same query mentioned above, comparing the result structure before and after 13 Jan 2026 shows that certain properties are no longer present.
We would appreciate confirmation on whether this is due to a backend change or if query needs to be update.
Thank you.