Skip to content

Commit f60d645

Browse files
authored
Update identifiers-python.md
1 parent 896ff96 commit f60d645

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/communication-services/concepts/includes/identifiers/identifiers-python.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,13 +117,13 @@ resourceId = "<resource-id-guid>"
117117
# create an identifier
118118
teams_user = TeamsExtensionUserIdentifier(user_id, tenant_id, resource_id)
119119

120-
# if you're not operating in the public cloud, you must also pass the right Cloud type.
120+
# if you're not operating in the public cloud, you must also pass the right Cloud type
121121
gcch_teams_user = TeamsExtensionUserIdentifier(user_id, tenant_id, resource_id, cloud=CommunicationCloudEnvironment.GCCH)
122122
```
123123

124124
#### API reference
125125

126-
TO DO!!!!!!!!!!!!!!
126+
[MicrosoftTeamsUserIdentifier](/python/api/azure-communication-chat/azure.communication.chat.teamsextensionuseridentifier)
127127

128128
### Unknown
129129

0 commit comments

Comments
 (0)