Skip to content

Commit 373fb8c

Browse files
authored
azure-communication-identity comment fix (Azure#28854)
1 parent 9990cf5 commit 373fb8c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sdk/communication/azure-communication-identity/azure/communication/identity/_communication_identity_client.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ class CommunicationIdentityClient(object):
3030
:param Union[TokenCredential, AzureKeyCredential] credential:
3131
The credential we use to authenticate against the service.
3232
:keyword api_version: Azure Communication Identity API version.
33-
Default value is "2022-06-01". Note that overriding this default value may result in unsupported behavior.
33+
Default value is "2022-10-01". Note that overriding this default value may result in unsupported behavior.
3434
:paramtype api_version: str
3535
3636
.. admonition:: Example:
@@ -230,4 +230,4 @@ def get_token_for_teams_user(
230230
body=request_body,
231231
cls=lambda pr, u, e: AccessToken(u['token'], u['expiresOn']),
232232
**kwargs)
233-
233+

0 commit comments

Comments
 (0)