Skip to content

Commit

Permalink
Add number lookup GA
Browse files Browse the repository at this point in the history
  • Loading branch information
guoqing2023 committed Dec 7, 2024
1 parent b3e5d58 commit ad6884f
Show file tree
Hide file tree
Showing 9 changed files with 104 additions and 18 deletions.
96 changes: 88 additions & 8 deletions common/config/rush/pnpm-lock.yaml

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

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

## 1.3.0 (2025-02-11)

### Features Added

- Update version to 1.3.0

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

### Features Added
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_a01c53c0d4"
"Tag": "js/communication/communication-phone-numbers_f5480b11b1"
}
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.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

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

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

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

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

Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
```yaml
package-name: "@azure/communication-phone-numbers"
description: Phone number configuration client
package-version: 1.3.0-beta.2
package-version: 1.3.0
license-header: MICROSOFT_MIT_NO_VERSION
output-folder: ../src/generated
tag: package-phonenumber-2024-03-01-preview
require: https://raw.githubusercontent.com/Azure/azure-rest-api-specs/b56afb26c5450157006a3a1d9be57bae429051a2/specification/communication/data-plane/PhoneNumbers/readme.md
tag: package-phonenumber-2025-02-11
require: https://raw.githubusercontent.com/Azure/azure-rest-api-specs/20f6b5dfba6cef6162f9ea64fa18781cd3dcf1ea/specification/communication/data-plane/PhoneNumbers/readme.md
model-date-time-as-string: false
optional-response-headers: true
payload-flattening-threshold: 10
Expand Down

0 comments on commit ad6884f

Please sign in to comment.