Skip to content
This repository was archived by the owner on Jan 5, 2026. It is now read-only.

Commit 8f1b58d

Browse files
authored
fix TeamsChannelAccount model (#2083)
1 parent 4acc0ea commit 8f1b58d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/botbuilder-schema/botbuilder/schema/teams/_models_py3.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1903,7 +1903,7 @@ class TeamsChannelAccount(ChannelAccount):
19031903
"surname": {"key": "surname", "type": "str"},
19041904
"email": {"key": "email", "type": "str"},
19051905
"user_principal_name": {"key": "userPrincipalName", "type": "str"},
1906-
"aad_object_id": {"key": "objectId", "type": "str"},
1906+
"aad_object_id": {"key": "aadObjectId", "type": "str"},
19071907
"tenant_id": {"key": "tenantId", "type": "str"},
19081908
"user_role": {"key": "userRole", "type": "str"},
19091909
}

0 commit comments

Comments
 (0)