Skip to content

Commit

Permalink
Convert number lookup ga to preview (#28662)
Browse files Browse the repository at this point in the history
### Packages impacted by this PR
@azure/communication-phone-numbers

### Issues associated with this PR


### Describe the problem that is addressed by this PR
Update the Number Lookup public preview to include the Number Format
features we've been preparing for GA.

Azure/azure-rest-api-specs#27799

### What are the possible designs available to address the problem? If
there are more than one possible design, why was the one in this PR
chosen?
This design has been reviewed by the stewardship board

### Are there test cases added in this PR? _(If not, why?)_
yes

### Provide a list of related PRs _(if any)_
Azure/azure-rest-api-specs#27799
Azure/azure-sdk-for-java#38885
.NET _pending_
Python _pending_

### Command used to generate this PR:**_(Applicable only to SDK release
request PRs)_
n/a

### Checklists
- [x] Added impacted package name to the issue description
- [x] Does this PR needs any fixes in the SDK Generator?** _(If so,
create an Issue in the
[Autorest/typescript](https://github.com/Azure/autorest.typescript)
repository and link it here)_
- [x] Added a changelog (if necessary)
  • Loading branch information
ericasp16 authored Mar 14, 2024
1 parent 8d67879 commit 536d809
Show file tree
Hide file tree
Showing 88 changed files with 37,218 additions and 654 deletions.
37 changes: 37 additions & 0 deletions common/config/rush/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

19 changes: 14 additions & 5 deletions sdk/communication/communication-phone-numbers/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,30 +1,39 @@
# Release History

## 1.2.1 (Unreleased)
## 1.3.0-beta.2 (2024-03-01)

### Features Added

### Breaking Changes
- Add support for number lookup
- Format only can be returned for no cost
- Additional number details can be returned for a cost

### Bugs Fixed
## 1.3.0-beta.1 (2023-07-21)

### Other Changes
### Features Added

- Number Lookup API public preview
- API version `2023-05-01-preview` is the default

## 1.2.0 (2023-03-28)

### Features Added

- Added support for SIP routing API version `2023-03-01`, releasing SIP routing functionality from public preview to GA.
- Added environment variable `AZURE_TEST_DOMAIN` for SIP routing tests to support domain verification.

### Breaking Changes

- Changed public methods `getTrunks` to `listTrunks` and `getRoutes` to `listRoutes`.

## 1.2.0-beta.4 (2023-01-10)

- Adds support for Azure Communication Services Phone Numbers Browse API Methods.
- Adds support for Direct routing configuration management.

### Features Added
- Added support for API version `2022-12-01`, giving users the ability to:

- Added support for API version `2022-12-01`, giving users the ability to:
- Get all supported countries
- Get all supported localities given a country code.
- Get all Toll-Free area codes from a given country code.
Expand Down
2 changes: 1 addition & 1 deletion sdk/communication/communication-phone-numbers/assets.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"AssetsRepo": "Azure/azure-sdk-assets",
"AssetsRepoPrefixPath": "js",
"TagPrefix": "js/communication/communication-phone-numbers",
"Tag": "js/communication/communication-phone-numbers_ccae8be419"
"Tag": "js/communication/communication-phone-numbers_8c83ce2435"
}
2 changes: 1 addition & 1 deletion sdk/communication/communication-phone-numbers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@azure/communication-phone-numbers",
"version": "1.2.1",
"version": "1.3.0-beta.2",
"description": "SDK for Azure Communication service which facilitates phone number management.",
"sdk-type": "client",
"main": "dist/index.js",
Expand Down
Loading

0 comments on commit 536d809

Please sign in to comment.