Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 1 addition & 19 deletions sdk/communication/communication-alpha-ids/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,24 +1,6 @@
# Release History

## 1.0.0-beta.2 (Unreleased)

### Features Added

- Updated to `@azure/core-tracing` 1.0.

### Breaking Changes

### Bugs Fixed

### Other Changes

## 1.0.0-beta.1 (Unreleased)
## 1.0.0-beta.1 (2022-09-22)

### Features Added
- APIs for querying and managing the usage of Alpha IDs

### Breaking Changes

### Bugs Fixed

### Other Changes
4 changes: 2 additions & 2 deletions sdk/communication/communication-alpha-ids/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@azure-tools/communication-alpha-ids",
"version": "1.0.0-beta.2",
"version": "1.0.0-beta.1",
"description": "SDK for Azure Communication Services which facilitates Alpha IDs administration.",
"sdk-type": "client",
"main": "dist/index.js",
Expand Down Expand Up @@ -108,7 +108,7 @@
"//metadata": {
"constantPaths": [
{
"path": "src/generated/src/alphaIdsClientContext.ts",
"path": "src/generated/src/alphaIDsClient.ts",
"prefix": "packageDetails"
},
{
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT license.

export const SDK_VERSION: string = "1.0.0-beta.2";
export const SDK_VERSION: string = "1.0.0-beta.1";
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
```yaml
package-name: "@azure/communication-alpha-ids"
description: Alpha IDs administration client
package-version: 1.0.0-beta.2
package-version: 1.0.0-beta.1
license-header: MICROSOFT_MIT_NO_VERSION
output-folder: ../src/generated
input-file: ./alphaids.json
Expand Down