Skip to content

Commit

Permalink
Update format of src/communicationRelayClient.ts imports and update C…
Browse files Browse the repository at this point in the history
…hangelog
  • Loading branch information
AriZavala2 committed Feb 3, 2022
1 parent da777fc commit 843b3ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Release History

## 1.0.0-beta.4 (Unreleased)
## 1.0.0 (2022-02-02)

### Features Added

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,7 @@ import {
isKeyCredential,
parseClientArguments,
} from "@azure/communication-common";
import {
isTokenCredential,
KeyCredential,
TokenCredential
} from "@azure/core-auth";
import { isTokenCredential, KeyCredential, TokenCredential } from "@azure/core-auth";
import {
createPipelineFromOptions,
InternalPipelineOptions,
Expand Down

0 comments on commit 843b3ba

Please sign in to comment.