-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Release/azure communication phone numbers 1.4.0 #46308
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.4.0 #46308
Conversation
* Generate SDK * Add public functions * Update version * Update version to 1.4.0-beta.1 * Add unit tests * Update recordings * Fix version on version_client * Update recordings * Fix tests * Add missing recordings * Update Geographic tests * Update CHANGELOG.md description * Update readme to use stable spec * Update README descriptions
…hub.com:andrewjhopkins/azure-sdk-for-java into release/azure-communication-phone-numbers-1.4.0
…hub.com:andrewjhopkins/azure-sdk-for-java into release/azure-communication-phone-numbers-1.4.0
…hub.com:andrewjhopkins/azure-sdk-for-java into release/azure-communication-phone-numbers-1.4.0
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 Azure Communication Phone Numbers library version 1.4.0, which adds General Availability (GA) support for mobile phone number types. The main changes involve upgrading the API version to 2025-06-01
and adding comprehensive support for mobile numbers throughout the client library.
Key Changes
- Added GA support for mobile phone number type with SMS capabilities
- Updated API version from
2025-04-01
to2025-06-01
- Added new mobile area code listing methods and comprehensive test coverage
Reviewed Changes
Copilot reviewed 17 out of 17 changed files in this pull request and generated 1 comment.
Show a summary per file
File | Description |
---|---|
swagger/README.md | Updated API version and swagger spec reference |
pom.xml | Bumped version from 1.4.0-beta.1 to 1.4.0 GA |
PhoneNumbersServiceVersion.java | Added V2025_06_01 as new latest version |
PhoneNumberType.java | Added MOBILE constant for mobile number type |
PhoneNumbersClient.java | Added listAvailableMobileAreaCodes methods and updated localities methods |
PhoneNumbersAsyncClient.java | Added async mobile area codes and localities methods |
PhoneNumberAdminClientImplBuilder.java | Updated default API version to 2025-06-01 |
PhoneNumbersImpl.java | Updated implementation to support mobile numbers and phoneNumberType parameter |
Test files | Added comprehensive test coverage for mobile numbers with both sync and async clients |
Documentation | Updated README and CHANGELOG to reflect mobile number support |
Various model files | Updated comments to include mobile in phone number type examples |
Description
Please add an informative description that covers that changes made by the pull request and link all relevant issues.
If an SDK is being regenerated based on a new swagger spec, a link to the pull request containing these swagger spec changes has been included above.
All SDK Contribution checklist:
General Guidelines and Best Practices
Testing Guidelines