Skip to content

Commit 1b10b4e

Browse files
authored
Update Change log in ACS packages (Azure#16366)
* Update Change log in ACS packages * Address PR feedback
1 parent 7da4fde commit 1b10b4e

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

sdk/communication/azure-communication-administration/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44

55
### Breaking Changes
66
- CommunicationIdentityClient is moved to a new package: "azure.communication.identity"
7+
- Replaced CommunicationUser with CommunicationUserIdentifier.
8+
- Renamed CommunicationUserCredential to CommunicationTokenCredential.
9+
710

811
##### `PhoneNumberAdministrationClient`
912
- `begin_reserve_phone_numbers` now takes `display_name`, `description`, `phone_plan_ids`,

sdk/communication/azure-communication-chat/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# Release History
22

33
## 1.0.0b4 (Unreleased)
4+
### Breaking Changes
5+
- Replaced CommunicationUser with CommunicationUserIdentifier.
6+
- Replaced PhoneNumber with PhoneNumberIdentifier
47

58
### Added
69

sdk/communication/azure-communication-sms/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@
77

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

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

0 commit comments

Comments
 (0)