Skip to content

Commit 1a408fb

Browse files
[Communication] - Phone Numbers - Prepare for browse API release (Azure#24413)
* Update changelog for communication-phone-numbers * Rephrase changelog * Run release preparation script * Add SIP routing client entries to changelog
1 parent 16ce6e1 commit 1a408fb

File tree

8 files changed

+18
-22
lines changed

8 files changed

+18
-22
lines changed

sdk/communication/communication-phone-numbers/CHANGELOG.md

Lines changed: 11 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,23 @@
11
# Release History
22

3-
## 1.2.0-beta.5 (Unreleased)
3+
## 1.2.0-beta.4 (2023-01-10)
4+
- Adds support for Azure Communication Services Phone Numbers Browse API Methods.
5+
- Adds support for Direct routing configuration management.
46

57
### Features Added
6-
7-
### Breaking Changes
8-
9-
### Bugs Fixed
8+
- Added support for API version `2022-12-01`, giving users the ability to:
9+
- Get all supported countries
10+
- Get all supported localities given a country code.
11+
- Get all Toll-Free area codes from a given country code.
12+
- Get all Geographic area codes from a given country code / locality.
13+
- Get all offerings from a given country code.
14+
- Added new SIP routing client for handling Direct routing numbers.
1015

1116
### Other Changes
1217

1318
- Updated to `@azure/core-tracing` 1.0.
1419
- Updated to `@azure/communication-common` 2.2.0.
15-
16-
## 1.2.0-beta.4 (Unreleased)
17-
18-
### Features Added
19-
20-
### Breaking Changes
21-
22-
### Bugs Fixed
23-
24-
### Other Changes
20+
- Updated to `@azure-tools/test-recorder` 2.0.0.
2521

2622
## 1.2.0-alpha.20220517.1 (2022-05-17)
2723

sdk/communication/communication-phone-numbers/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@azure/communication-phone-numbers",
3-
"version": "1.2.0-beta.5",
3+
"version": "1.2.0-beta.4",
44
"description": "SDK for Azure Communication service which facilitates phone number management.",
55
"sdk-type": "client",
66
"main": "dist/index.js",

sdk/communication/communication-phone-numbers/src/generated/src/phoneNumbersClient.ts

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdk/communication/communication-phone-numbers/src/generated/src/siprouting/sipRoutingClientContext.ts

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdk/communication/communication-phone-numbers/src/generated/src/tracing.ts

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
// Copyright (c) Microsoft Corporation.
22
// Licensed under the MIT license.
33

4-
export const SDK_VERSION: string = "1.2.0-beta.5";
4+
export const SDK_VERSION: string = "1.2.0-beta.4";

sdk/communication/communication-phone-numbers/swagger/README-SipRouting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
```yaml
88
package-name: "@azure/communication-phone-numbers"
99
description: Azure Communication SIP Configuration Service
10-
package-version: 1.2.0-beta.5
10+
package-version: 1.2.0-beta.4
1111
generate-metadata: false
1212
license-header: MICROSOFT_MIT_NO_VERSION
1313
output-folder: ../src/generated

sdk/communication/communication-phone-numbers/swagger/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
```yaml
88
package-name: "@azure/communication-phone-numbers"
99
description: Phone number configuration client
10-
package-version: 1.2.0-beta.5
10+
package-version: 1.2.0-beta.4
1111
license-header: MICROSOFT_MIT_NO_VERSION
1212
output-folder: ../src/generated
1313
tag: package-phonenumber-2022-12-01

0 commit comments

Comments
 (0)