Skip to content

Commit

Permalink
Update Change log in ACS packages (#16366)
Browse files Browse the repository at this point in the history
* Update Change log in ACS packages

* Address PR feedback
  • Loading branch information
sacheun authored Jan 27, 2021
1 parent 7da4fde commit 1b10b4e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@

### Breaking Changes
- CommunicationIdentityClient is moved to a new package: "azure.communication.identity"
- Replaced CommunicationUser with CommunicationUserIdentifier.
- Renamed CommunicationUserCredential to CommunicationTokenCredential.


##### `PhoneNumberAdministrationClient`
- `begin_reserve_phone_numbers` now takes `display_name`, `description`, `phone_plan_ids`,
Expand Down
3 changes: 3 additions & 0 deletions sdk/communication/azure-communication-chat/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Release History

## 1.0.0b4 (Unreleased)
### Breaking Changes
- Replaced CommunicationUser with CommunicationUserIdentifier.
- Replaced PhoneNumber with PhoneNumberIdentifier

### Added

Expand Down
3 changes: 3 additions & 0 deletions sdk/communication/azure-communication-sms/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@

## 1.0.0b4 (2020-11-16)
- Updated `azure-communication-sms` version.
### Breaking Changes
- Replaced CommunicationUser with CommunicationUserIdentifier.
- Replaced PhoneNumber with PhoneNumberIdentifier

## 1.0.0b3 (2020-10-07)
- Add dependency to `azure-communication-nspkg` package, to support py2
Expand Down

0 comments on commit 1b10b4e

Please sign in to comment.