1.1.0 (2022-08-01)
Features Added
- Added support to integrate communication as Teams user with Azure Communication Services:
- Added
get_token_for_teams_user(aad_token, client_id, user_object_id)
method that provides the ability to exchange an Azure AD access token of a Teams user for a Communication Identity access token toCommunicationIdentityClient
.
- Added
- Removed
ApiVersion.V2021_10_31_preview
from API versions. - Added a new API version
ApiVersion.V2022_06_01
that is now the default API version
Other Changes
- Python 2.7 is no longer supported. Please use Python version 3.7 or later. For more details, please read our page on Azure SDK for Python version support policy.