Skip to content

Commit

Permalink
[communication-identity] fix missing import in README (Azure#14501)
Browse files Browse the repository at this point in the history
  • Loading branch information
DominikMe authored and vindicatesociety committed Apr 26, 2021
1 parent eb127a7 commit 856b689
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sdk/communication/communication-identity/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ const client = new CommunicationIdentityClient(connectionString);
### Using a `TokenCredential`

```typescript
import { DefaultAzureCredential } from "@azure/identity";
import { CommunicationIdentityClient } from "@azure/communication-identity";

const credential = new DefaultAzureCredential();
Expand Down

0 comments on commit 856b689

Please sign in to comment.