Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
100 changes: 79 additions & 21 deletions common/config/rush/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions rush.json
Original file line number Diff line number Diff line change
Expand Up @@ -377,6 +377,11 @@
"projectFolder": "sdk/communication/communication-common",
"versionPolicyName": "client"
},
{
"packageName": "@azure/communication-identity",
"projectFolder": "sdk/communication/communication-identity",
"versionPolicyName": "client"
},
{
"packageName": "@azure/communication-sms",
"projectFolder": "sdk/communication/communication-sms",
Expand Down
2 changes: 2 additions & 0 deletions sdk/communication/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,5 @@ extends:
safeName: azurecommunicationsms
- name: azure-communication-chat
safeName: azurecommunicationchat
- name: azure-communication-identity
safeName: azurecommunicationidentity
13 changes: 5 additions & 8 deletions sdk/communication/communication-administration/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,19 @@

## 1.0.0-beta.4 (Unreleased)

### Added

- `PhoneNumberAdministrationClient` added a constructor that supports `TokenCredential`.

### Breaking Changes

- Replaced `CommunicationUser` with `CommunicationUserIdentifier`.
- `CommunicationIdentityClient` method `revokeTokens` no longer accepts `tokensValidFrom` as an argument.
- `CommunicationIdentityClient` moved to the new `@azure/communication-identity` package.

### Key bug fixes

- Fixed a bug where poller options were ignored for `beginReleasePhoneNumbers`, `beginReservePhoneNumbers` and `beginPurchaseReservation`.
- Fixed paging for `listPhoneNumbers`, `listPhonePlanGroups`, `listPhonePlans`, `listReleases`, `listSearches`, `listSupportedCountries`.

### Added

- `CommunicationIdentityClient` added a constructor that supports `TokenCredential`.
- `PhoneNumberAdministrationClient` added a constructor that supports `TokenCredential`.
- `CommunicationIdentityClient` added a new method `createUserWithToken`.

## 1.0.0-beta.3 (2020-11-16)

### Added
Expand Down
Loading