Skip to content

Conversation

andrewjhopkins
Copy link
Member

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:

  • The pull request does not introduce [breaking changes]
  • CHANGELOG is updated for new features, bug fixes or other significant changes.
  • I have read the contribution guidelines.

General Guidelines and Best Practices

  • Title of the pull request is clear and informative.
  • There are a small number of commits, each of which have an informative message. This means that previously merged commits do not appear in the history of the PR. For more information on cleaning up the commits in your PR, see this page.

Testing Guidelines

  • Pull request includes test coverage for the included changes.

sofiar-msft and others added 5 commits July 18, 2025 13:45
* 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
@andrewjhopkins andrewjhopkins marked this pull request as ready for review August 20, 2025 16:55
@Copilot Copilot AI review requested due to automatic review settings August 20, 2025 16:55
Copy link
Contributor

@Copilot Copilot AI left a 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 to 2025-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

@andrewjhopkins andrewjhopkins merged commit 35facb3 into Azure:main Aug 26, 2025
17 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants