Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove outdated list of packages that support identity package #13113

Merged
1 commit merged into from
Jan 8, 2021
Merged
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
11 changes: 0 additions & 11 deletions sdk/identity/identity/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -200,17 +200,6 @@ setLogLevel("info");

## Next steps

### Client libraries supporting authentication with Azure Identity

Currently, the following client libraries support authenticating with `TokenCredential` and the Azure Identity library. You can learn more about their use, and find additional documentation on use of these client libraries along samples with can be found in the links below.

- [@azure/event-hubs](https://npmjs.com/package/@azure/event-hubs)
- [@azure/keyvault-keys](https://npmjs.com/package/@azure/keyvault-keys)
- [@azure/keyvault-secrets](https://npmjs.com/package/@azure/keyvault-secrets)
- [@azure/keyvault-certificates](https://npmjs.com/package/@azure/keyvault-certificates)
- [@azure/storage-blob](https://npmjs.com/package/@azure/storage-blob)
- [@azure/storage-queue](https://npmjs.com/package/@azure/storage-queue)

### Read the documentation

API documentation for this library can be found on our [documentation site](https://docs.microsoft.com/javascript/api/@azure/identity).
Expand Down