Skip to content

Commit ec58ff7

Browse files
authored
Post release automated changes for communication releases (Azure#24432)
Post release automated changes for azure-communication-phone-numbers
1 parent 8933adb commit ec58ff7

File tree

8 files changed

+17
-7
lines changed

8 files changed

+17
-7
lines changed

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

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

3+
## 1.2.0-beta.5 (Unreleased)
4+
5+
### Features Added
6+
7+
### Breaking Changes
8+
9+
### Bugs Fixed
10+
11+
### Other Changes
12+
313
## 1.2.0-beta.4 (2023-01-10)
414
- Adds support for Azure Communication Services Phone Numbers Browse API Methods.
515
- 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.4",
3+
"version": "1.2.0-beta.5",
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.4";
4+
export const SDK_VERSION: string = "1.2.0-beta.5";

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.4
10+
package-version: 1.2.0-beta.5
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.4
10+
package-version: 1.2.0-beta.5
1111
license-header: MICROSOFT_MIT_NO_VERSION
1212
output-folder: ../src/generated
1313
tag: package-phonenumber-2022-12-01

0 commit comments

Comments
 (0)