Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
de681fb
[communication] update to core-tracing 1.0
mpodwysocki Aug 9, 2022
311cbf1
[communication] update to core-tracing 1.0
mpodwysocki Aug 9, 2022
7a8bdc0
[communication] update to core-tracing 1.0
mpodwysocki Aug 9, 2022
048a9e6
[communication] update to core-tracing 1.0
mpodwysocki Aug 9, 2022
7ff96c9
[communication] update to core-tracing 1.0
mpodwysocki Aug 9, 2022
267cc21
[communication] update to core-tracing 1.0
mpodwysocki Aug 9, 2022
750fe1e
[communication] update to core-tracing 1.0
mpodwysocki Aug 9, 2022
3086255
[communication] update to core-tracing 1.0
mpodwysocki Aug 9, 2022
b733682
[communication] update to core-tracing 1.0
mpodwysocki Aug 9, 2022
a880a1a
[communication] update to core-tracing 1.0
mpodwysocki Aug 9, 2022
312caf7
[communication] update to core-tracing 1.0
mpodwysocki Aug 9, 2022
5072a4c
[communication] update to core-tracing 1.0
mpodwysocki Aug 9, 2022
37c11f7
[communication] update to core-tracing 1.0
mpodwysocki Aug 9, 2022
038ccb6
[communication] update to core-tracing 1.0
mpodwysocki Aug 9, 2022
3b9da76
[communication] update to core-tracing 1.0
mpodwysocki Aug 9, 2022
f486288
[communication] update to core-tracing 1.0
mpodwysocki Aug 9, 2022
a80d9d0
[communication] update to core-tracing 1.0
mpodwysocki Aug 9, 2022
eff44e1
[communication] update to core-tracing 1.0
mpodwysocki Aug 9, 2022
92446a6
[communication] update to core-tracing 1.0
mpodwysocki Aug 9, 2022
1b75045
[communication] update to core-tracing 1.0
mpodwysocki Aug 10, 2022
f4456fb
[communication] update to core-tracing 1.0
mpodwysocki Aug 10, 2022
231ff61
Update sdk/communication/communication-common/package.json
mpodwysocki Aug 10, 2022
ecb8122
Update sdk/communication/communication-identity/package.json
mpodwysocki Aug 10, 2022
51023fb
Update sdk/communication/communication-identity/swagger/README.md
mpodwysocki Aug 10, 2022
3a6eb9b
Update sdk/communication/communication-identity/src/generated/src/ide…
petrsvihlik Aug 11, 2022
afc63a2
Update CHANGELOG.md
petrsvihlik Aug 11, 2022
950d4c7
Update CHANGELOG.md
petrsvihlik Aug 11, 2022
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
12 changes: 12 additions & 0 deletions sdk/communication/communication-alpha-ids/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# 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)

### Features Added
Expand Down
2 changes: 1 addition & 1 deletion 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.1",
"version": "1.0.0-beta.2",
"description": "SDK for Azure Communication Services which facilitates Alpha IDs administration.",
"sdk-type": "client",
"main": "dist/index.js",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,13 @@ import {
GetConfigurationOptions,
UpsertConfigurationOptions,
} from "./models";
import { tracingClient, logger } from "./utils";
import { isKeyCredential, parseClientArguments } from "@azure/communication-common";
import { KeyCredential, TokenCredential, isTokenCredential } from "@azure/core-auth";
import { CommonClientOptions, InternalClientPipelineOptions } from "@azure/core-client";
import { AlphaIDsClient as AlphaIDsGeneratedClient } from "./generated/src";
import { createCommunicationAuthPolicy } from "@azure/communication-common";
import { logger } from "./utils";
import { tracingClient } from "./generated/src/tracing";
/**
* Client options used to configure the AlphaIdsClient API requests.
*/
Expand Down

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

This file was deleted.

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.

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.1";
export const SDK_VERSION: string = "1.0.0-beta.2";
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,3 @@

export * from "./constants";
export * from "./logger";
export * from "./tracing";
14 changes: 0 additions & 14 deletions sdk/communication/communication-alpha-ids/src/utils/tracing.ts

This file was deleted.

15 changes: 10 additions & 5 deletions sdk/communication/communication-alpha-ids/swagger/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,20 +7,25 @@
```yaml
package-name: "@azure/communication-alpha-ids"
description: Alpha IDs administration client
package-version: 1.0.0-beta.1
generate-metadata: false
package-version: 1.0.0-beta.2
license-header: MICROSOFT_MIT_NO_VERSION
output-folder: ../src/generated
input-file: ./alphaids.json
model-date-time-as-string: false
optional-response-headers: true
payload-flattening-threshold: 10
use-extension:
"@autorest/typescript": "6.0.0-beta.15"
add-credentials: false
azure-arm: false
skip-enum-validation: true
title: Alpha IDs Client
use-extension:
"@autorest/typescript": "latest"
tracing-info:
namespace: "Microsoft.Communication"
packagePrefix: "Azure.Communication"

typescript:
generate-metadata: false
azure-arm: false
```

## Customizations
Expand Down
12 changes: 12 additions & 0 deletions sdk/communication/communication-chat/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Release History

## 1.2.3 (Unreleased)

### Features Added

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

### Breaking Changes

### Bugs Fixed

### Other Changes

## 1.2.2 (Unreleased)

### Features Added
Expand Down
Loading