Skip to content
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

number lookup GA #32095

Open
wants to merge 7 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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-call-automation",
"Tag": "js/communication/communication-call-automation_80bab71cb3"
"Tag": "js/communication/communication-call-automation_b584b07a33"
}
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,8 @@
"@azure-tools/test-utils-vitest": "^1.0.0",
"@azure-tools/vite-plugin-browser-test-map": "^1.0.0",
"@azure/communication-identity": "^1.2.0",
"@azure/communication-phone-numbers": "^1.2.0",
"@azure/identity": "^4.5.0",
"@azure/communication-phone-numbers": "^1.2.0",
"@azure/dev-tool": "^1.0.0",
"@azure/eslint-plugin-azure-sdk": "^3.0.0",
"@azure/service-bus": "^7.9.5",
Expand Down
11 changes: 11 additions & 0 deletions sdk/communication/communication-phone-numbers/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Release History

## 1.3.0 (2025-02-11)

### Features Added

- GA release of Number Insight.
- API version `2025-02-11` is the default

### Bugs Fixed

- OperatorDetails.Name is now optional in OperatorInformation Response.

## 1.3.0-beta.4 (2024-03-01)

### Features Added
Expand Down
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_a01c53c0d4"
"Tag": "js/communication/communication-phone-numbers_3ebf6f7047"
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@azure/communication-phone-numbers",
"version": "1.3.0-beta.4",
"version": "1.3.0",
"description": "SDK for Azure Communication service which facilitates phone number management.",
"sdk-type": "client",
"main": "./dist/commonjs/index.js",
Expand Down
Loading
Loading