-
Notifications
You must be signed in to change notification settings - Fork 5k
Release/azure communication phone numbers 1.5.0 #51808
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
Release/azure communication phone numbers 1.5.0 #51808
Conversation
* Add mobile numbers implementation * Update CHANGELOG.md description * Update autorest.md to include public spec * Face spacing on autorest * Update api version on internal client * Update descriptions on README
API Change CheckAPIView identified API level changes in this PR and created the following API reviews |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR releases version 1.5.0 of the Azure Communication Phone Numbers SDK, promoting the mobile number types feature from beta to GA. The release includes support for mobile phone numbers, which are location-associated numbers with SMS capabilities, and updates the default API version to 2025-06-01.
Key changes include:
- Adding mobile phone number support through new overloaded methods for localities and area codes
- Updating the service version from 2025-04-01 to 2025-06-01
- Expanding test coverage for mobile number scenarios
Reviewed Changes
Copilot reviewed 12 out of 19 changed files in this pull request and generated 3 comments.
Show a summary per file
File | Description |
---|---|
PhoneNumbersReservationsTests.cs | Adds comprehensive test coverage for mobile phone number types in reservation operations |
PhoneNumbersClientLiveTests.cs | Adds live tests for mobile area codes and localities with phone number type filtering |
autorest.md | Updates API specification reference from 2025-04-01 to 2025-06-01 |
PhoneNumbersClientOptions.cs | Adds V2025_06_01 service version and updates default version |
PhoneNumbersClient.cs | Adds overloaded methods for GetAvailableLocalities and GetAvailableAreaCodesMobile |
InternalPhoneNumbersRestClient.cs | Updates method signatures to support PhoneNumberType parameter |
Azure.Communication.PhoneNumbers.csproj | Updates version from 1.5.0-beta.1 to 1.5.0 |
assets.json | Updates asset tag reference |
API reference files | Adds Mobile phone number type and new method overloads to public API |
README.md | Updates documentation to describe three phone number types including Mobile |
CHANGELOG.md | Documents GA release of mobile number types |
Contributing to the Azure SDK
Please see our CONTRIBUTING.md if you are not familiar with contributing to this repository or have questions.
For specific information about pull request etiquette and best practices, see this section.