Skip to content

Commit 2cf0934

Browse files
authored
Merge pull request #4881 from MicrosoftDocs/new-column-EntraIdDeviceId
rebranding of AadDeviceId
2 parents d796cdc + 0b46b60 commit 2cf0934

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

defender-xdr/advanced-hunting-aadsignineventsbeta-table.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,8 @@ Use this reference to construct queries that return information from the table.
5959
|`ResourceId`|`string`|Unique identifier of the resource accessed|
6060
|`ResourceTenantId`|`string`|Unique identifier of the tenant of the resource accessed|
6161
|`DeviceName`|`string`|Fully qualified domain name (FQDN) of the device|
62-
|`AadDeviceId`|`string`|Unique identifier for the device in Microsoft Entra ID|
62+
|`AadDeviceId`|`string`|Unique identifier of the device in Microsoft Entra ID. This is the legacy device identifier columnn, which is being replaced by `EntraIdDeviceId`.|
63+
|`EntraIdDeviceId`|`string`|Unique identifier of the device in Microsoft Entra ID.|
6364
|`OSPlatform`|`string`|Platform of the operating system running on the device. Indicates specific operating systems, including variations within the same family, such as Windows 11, Windows 10, and Windows 7.|
6465
|`DeviceTrustType`|`string`|Indicates the trust type of the device that signed in. For managed device scenarios only. Possible values are Workplace, AzureAd, and ServerAd.|
6566
|`IsManaged`|`int`|Indicates whether the device that initiated the sign-in is a managed device (1) or not a managed device (0)|

defender-xdr/advanced-hunting-schema-changes.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@ Naming changes are automatically applied to queries that are saved in Microsoft
3737
- Queries that are run using the API
3838
- Queries that are saved elsewhere outside Microsoft Defender XDR
3939

40+
## September 2025
41+
42+
In the [AADSignInEventsBeta](./advanced-hunting-aadspnsignineventsbeta-table.md) table, the `AadDeviceId` column is being replaced with a new column, called `EntraIdDeviceId`, to align with current product branding. The legacy `AadDeviceId` column will remain in the schema for 30 days to allow time for updating in your queries. After this period of 30 days, `AadDeviceId` will be removed from the schema.
4043

4144
## May 2025
4245
In the [`IdentityInfo`](advanced-hunting-identityinfo-table.md) table, the `SourceProvider` column was replaced by the `IdentityEnvironment` column. This change was made to streamline the unified `IdentityInfo` table with a similar table in Microsoft Sentinel log analytics. Note that a new column, `SourceProviders` (with an *s*) was added in the unified table. This column refers to the source providers of the accounts for the identity.

0 commit comments

Comments
 (0)