Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a2272b8

Browse files
Prepare Alpha Ids package to Beta 1 (Azure#23297)
Prepare Alpha Ids package to Beta 1
1 parent 973219b commit a2272b8

File tree

6 files changed

+7
-25
lines changed

6 files changed

+7
-25
lines changed
Lines changed: 1 addition & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,6 @@
11
# Release History
22

3-
## 1.0.0-beta.2 (Unreleased)
4-
5-
### Features Added
6-
7-
- Updated to `@azure/core-tracing` 1.0.
8-
9-
### Breaking Changes
10-
11-
### Bugs Fixed
12-
13-
### Other Changes
14-
15-
## 1.0.0-beta.1 (Unreleased)
3+
## 1.0.0-beta.1 (2022-09-22)
164

175
### Features Added
186
- APIs for querying and managing the usage of Alpha IDs
19-
20-
### Breaking Changes
21-
22-
### Bugs Fixed
23-
24-
### Other Changes

sdk/communication/communication-alpha-ids/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@azure-tools/communication-alpha-ids",
3-
"version": "1.0.0-beta.2",
3+
"version": "1.0.0-beta.1",
44
"description": "SDK for Azure Communication Services which facilitates Alpha IDs administration.",
55
"sdk-type": "client",
66
"main": "dist/index.js",
@@ -108,7 +108,7 @@
108108
"//metadata": {
109109
"constantPaths": [
110110
{
111-
"path": "src/generated/src/alphaIdsClientContext.ts",
111+
"path": "src/generated/src/alphaIDsClient.ts",
112112
"prefix": "packageDetails"
113113
},
114114
{

sdk/communication/communication-alpha-ids/src/generated/src/alphaIDsClient.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-alpha-ids/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.0.0-beta.2";
4+
export const SDK_VERSION: string = "1.0.0-beta.1";

sdk/communication/communication-alpha-ids/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-alpha-ids"
99
description: Alpha IDs administration client
10-
package-version: 1.0.0-beta.2
10+
package-version: 1.0.0-beta.1
1111
license-header: MICROSOFT_MIT_NO_VERSION
1212
output-folder: ../src/generated
1313
input-file: ./alphaids.json

0 commit comments

Comments
 (0)