Skip to content

Commit

Permalink
Update EmailEntity_CloudAppEvents.yaml
Browse files Browse the repository at this point in the history
Under entityType: Account for identifier: FullName the  columnName: User_id was changed to match case of the extend operator on line 35 "User_Id" to "User_id"
  • Loading branch information
Bievens authored Oct 12, 2024
1 parent 8954be5 commit e5796ce
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ entityMappings:
- identifier: DisplayName
columnName: Name
- identifier: FullName
columnName: User_Id
columnName: User_id
- identifier: UPNSuffix
columnName: UPNSuffix
version: 1.0.2
kind: Scheduled
version: 1.0.3
kind: Scheduled

0 comments on commit e5796ce

Please sign in to comment.