Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Change log in ACS packages #16366

Merged
merged 2 commits into from
Jan 27, 2021
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
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
4 changes: 4 additions & 0 deletions sdk/communication/azure-communication-chat/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Release History

## 1.0.0b4 (Unreleased)
### Breaking Changes
- Replaced CommunicationUser with CommunicationUserIdentifier.
- Replaced CommunicationUser with CommunicationUserIdentifier.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Repeated line here

- Replaced PhoneNumber with PhoneNumberIdentifier

### Added

Expand Down
4 changes: 4 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,10 @@

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

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also here

- Replaced PhoneNumber with PhoneNumberIdentifier

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