Skip to content

Commit a753dec

Browse files
authored
Post release automated changes for communication releases (Azure#21293)
Post release automated changes for azure-communication-phone-numbers
1 parent bce15c9 commit a753dec

File tree

5 files changed

+14
-4
lines changed

5 files changed

+14
-4
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.4 (Unreleased)
4+
5+
### Features Added
6+
7+
### Breaking Changes
8+
9+
### Bugs Fixed
10+
11+
### Other Changes
12+
313
## 1.2.0-alpha.20220517.1 (2022-05-17)
414

515
- Added support for the API version `2022-06-01-preview`

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-alpha.20220517.1",
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/phoneNumbersClientContext.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-alpha.20220517.1";
4+
export const SDK_VERSION: string = "1.2.0-beta.4";

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-alpha.20220517.1
10+
package-version: 1.2.0-beta.4
1111
generate-metadata: false
1212
license-header: MICROSOFT_MIT_NO_VERSION
1313
output-folder: ../src/generated

0 commit comments

Comments
 (0)