You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sdk/communication/Azure.Communication.Identity/CHANGELOG.md
+3-9Lines changed: 3 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,21 +1,15 @@
1
1
# Release History
2
2
3
-
## 1.1.0 (Unreleased)
3
+
## 1.1.0 (2022-07-19)
4
4
5
5
### Features Added
6
-
- Added support to build a custom Teams endpoint using Microsoft 365 Teams identities:
6
+
- Added support to integrate communication as Teams user with Azure Communication Services:
7
7
- Added `GetTokenForTeamsUser(GetTokenForTeamsUserOptions options, CancellationToken cancellationToken = default)` method that provides the ability to exchange an Azure AD access token of a Teams user for a Communication Identity access token to `CommunicationIdentityClient`.
8
8
- Removed `ServiceVersion.V2021_10_31_preview`
9
9
- Added a new API version `ServiceVersion.V2022_06_01` that is now the default API version
10
10
11
-
### Breaking Changes
12
-
13
-
### Bugs Fixed
14
-
15
-
### Other Changes
16
-
17
11
## 1.1.0-beta.1 (2021-10-29)
18
-
- Updated version of Identity API to enable to build custom Teams endpoint using M365 Teams identities
12
+
- Updated version of Identity API to enable to to integrate communication as Teams user with Azure Communication Services
0 commit comments