Skip to content

Commit 4582e81

Browse files
Creating 1.4.0-beta.1 version release (Azure#49132)
* Update token exchange API routes to be called, prevent update of scopes through options Update route and api version in token exchange API called by credential routes to be consistent by REST API review. Make sure that update of scopes in EntraCommunicationTokenCredential won't affect already constructed EntraTokenCredential. * Fixed typos * Release 1.4.0-beta.1 release day
1 parent b9f8548 commit 4582e81

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

sdk/communication/Azure.Communication.Common/CHANGELOG.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,12 @@
11
# Release History
22

3-
## 1.4.0-beta.1 (Unreleased)
3+
## 1.4.0-beta.1 (2025-04-01)
44

55
### Features Added
66
- Introduced support for `Azure.Core.TokenCredential` with `EntraCommunicationTokenCredentialOptions`, enabling Entra users to authorize Communication Services and allowing an Entra user with a Teams license to use Teams Phone Extensibility features through the Azure Communication Services resource.
77
- Added support for a new communication identifier `TeamsExtensionUserIdentifier` which maps rawIds with format `8:acs:{resourceId}_{tenantId}_{userId}`.
88
- Added `IsAnonymous` and `AssertedId` properties to `PhoneNumberIdentifier`.
99

10-
### Breaking Changes
11-
12-
### Bugs Fixed
13-
14-
### Other Changes
15-
1610
## 1.3.0 (2024-02-13)
1711

1812
### Features Added

0 commit comments

Comments
 (0)