Skip to content

Commit 5847ad4

Browse files
[Communication] - Phone Numbers - Prepare for GA 1.2.0 release (Azure#25382)
### Packages impacted by this PR ### Issues associated with this PR ### Describe the problem that is addressed by this PR ### 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? ### Are there test cases added in this PR? _(If not, why?)_ ### Provide a list of related PRs _(if any)_ ### Command used to generate this PR:**_(Applicable only to SDK release request PRs)_ ### Checklists - [ ] Added impacted package name to the issue description - [ ] 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)_ - [ ] Added a changelog (if necessary)
1 parent cdb51af commit 5847ad4

File tree

8 files changed

+8
-12
lines changed

8 files changed

+8
-12
lines changed

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

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Release History
22

3-
## 1.2.0-beta.5 (Unreleased)
3+
## 1.2.0 (2023-03-28)
44

55
### Features Added
66
- Added support for SIP routing API version `2023-03-01`, releasing SIP routing functionality from public preview to GA.
@@ -9,10 +9,6 @@
99
### Breaking Changes
1010
- Changed public methods `getTrunks` to `listTrunks` and `getRoutes` to `listRoutes`.
1111

12-
### Bugs Fixed
13-
14-
### Other Changes
15-
1612
## 1.2.0-beta.4 (2023-01-10)
1713
- Adds support for Azure Communication Services Phone Numbers Browse API Methods.
1814
- Adds support for Direct routing configuration management.

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",
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";

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
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
1111
license-header: MICROSOFT_MIT_NO_VERSION
1212
output-folder: ../src/generated
1313
tag: package-phonenumber-2022-12-01

0 commit comments

Comments
 (0)