Skip to content

Commit

Permalink
[Communication] - PhoneNumbers - Update CHANGELOG.md (#19269)
Browse files Browse the repository at this point in the history
* Update CHANGELOG.md

* Update Azure.Communication.PhoneNumbers version
  • Loading branch information
pavelprystinka authored Mar 6, 2021
1 parent b24e650 commit 0f7ee4f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
11 changes: 4 additions & 7 deletions sdk/communication/Azure.Communication.PhoneNumbers/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,15 @@
# Release History

## 1.0.0-beta.4 (Unreleased)
## 1.0.0-beta.5 (Unreleased)

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


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

### Breaking Changes
- PhoneNumberAdministrationClient was replaced with PhoneNumbersClient.
- 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]

<!-- LINKS -->
[read_me]: https://github.com/Azure/azure-sdk-for-net/blob/master/sdk/communication/Azure.Communication.PhoneNumbers/README.md
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
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.
</Description>
<AssemblyTitle>Azure Communication Phone Numbers Service</AssemblyTitle>
<Version>1.0.0-beta.4</Version>
<Version>1.0.0-beta.5</Version>
<PackageTags>Microsoft Azure Communication Phone Numbers Service;Microsoft;Azure;Azure Communication Service;Azure Communication Phone Numbers Service;Phone Numbers;Communication;$(PackageCommonTags)</PackageTags>
<TargetFrameworks>$(RequiredTargetFrameworks)</TargetFrameworks>
<EnableApiCompat>false</EnableApiCompat>
Expand Down

0 comments on commit 0f7ee4f

Please sign in to comment.