Skip to content

Commit 0f7ee4f

Browse files
[Communication] - PhoneNumbers - Update CHANGELOG.md (Azure#19269)
* Update CHANGELOG.md * Update Azure.Communication.PhoneNumbers version
1 parent b24e650 commit 0f7ee4f

File tree

2 files changed

+5
-8
lines changed

2 files changed

+5
-8
lines changed

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

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

3-
## 1.0.0-beta.4 (Unreleased)
3+
## 1.0.0-beta.5 (Unreleased)
44

55
### Added
66
- Added PhoneNumberAdministrationClient (originally was part of the Azure.Communication.Administration package).
7-
- Added support to create PhoneNumberAdministrationClient with AzureKeyCredential.
8-
- Added support to create PhoneNumberAdministrationClient with TokenCredential.
9-
- Added support for long running operations.
7+
- Added support for Azure Active Directory Authentication.
8+
109

11-
### Fixed
12-
- Issue with paging results not pulling next pages.
1310

1411
### Breaking Changes
15-
- PhoneNumberAdministrationClient was replaced with PhoneNumbersClient.
12+
- PhoneNumberAdministrationClient has been replaced with PhoneNumbersClient, which has the same functionality but different APIs. To learn more about how PhoneNumbersClient works, refer to the [README.md][read_me]
1613

1714
<!-- LINKS -->
1815
[read_me]: https://github.com/Azure/azure-sdk-for-net/blob/master/sdk/communication/Azure.Communication.PhoneNumbers/README.md

sdk/communication/Azure.Communication.PhoneNumbers/src/Azure.Communication.PhoneNumbers.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
For this release, see notes - https://github.com/Azure/azure-sdk-for-net/blob/master/sdk/communication/Azure.Communication.PhoneNumbers/README.md and https://github.com/Azure/azure-sdk-for-net/blob/master/sdk/communication/Azure.Communication.PhoneNumbers/CHANGELOG.md.
66
</Description>
77
<AssemblyTitle>Azure Communication Phone Numbers Service</AssemblyTitle>
8-
<Version>1.0.0-beta.4</Version>
8+
<Version>1.0.0-beta.5</Version>
99
<PackageTags>Microsoft Azure Communication Phone Numbers Service;Microsoft;Azure;Azure Communication Service;Azure Communication Phone Numbers Service;Phone Numbers;Communication;$(PackageCommonTags)</PackageTags>
1010
<TargetFrameworks>$(RequiredTargetFrameworks)</TargetFrameworks>
1111
<EnableApiCompat>false</EnableApiCompat>

0 commit comments

Comments
 (0)