Skip to content

Commit

Permalink
Merge pull request #9367 from Azure/machiliv/EntityMappingsUpdate
Browse files Browse the repository at this point in the history
updated the Account Entity with CloudAppAccountId identifier
  • Loading branch information
v-dvedak authored Nov 24, 2023
2 parents d546fab + 14b608f commit 64f986c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ public static class EntityMappingIdentifiers
EntityType.Account,
new EntityIdentifiers()
{
Identifiers = new List<string>() { "Name", "FullName", "NTDomain", "DnsDomain", "UPNSuffix", "Sid", "AadTenantId", "AadUserId", "PUID", "IsDomainJoined", "DisplayName", "ObjectGuid" },
Identifiers = new List<string>() { "Name", "FullName", "NTDomain", "DnsDomain", "UPNSuffix", "Sid", "AadTenantId", "AadUserId", "PUID", "IsDomainJoined", "DisplayName", "ObjectGuid","CloudAppAccountId" },
RequiredIdentifiers = new List<List<string>>()
{
new List<string>() { "FullName" },
Expand Down

0 comments on commit 64f986c

Please sign in to comment.