Skip to content

Commit

Permalink
Update MIGRATION-guide-for-next-generation-management-libraries.md (A…
Browse files Browse the repository at this point in the history
…zure#19398)

* Update MIGRATION-guide-for-next-generation-management-libraries.md

* Update MIGRATION-guide-for-next-generation-management-libraries.md
  • Loading branch information
qiaozha authored Dec 16, 2021
1 parent b5158a7 commit 8b8b72a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ import { ClientSecretCredential } from "@azure/identity";
const credentials = new ClientSecretCredential(tenantId, clientId, clientSecrat);
```

Refer to [@azure/identity](https://www.npmjs.com/package/@azure/identity) for more details.
Please refer to [@azure/identity](https://www.npmjs.com/package/@azure/identity) for more details about @azure/identity and [migration guide from @azure/ms-rest-nodeauth to @azure/identity](https://github.com/Azure/ms-rest-nodeauth/blob/master/migrate-to-identity-v2.md) on how to migrate from @azure/ms-rest-nodeauth.

## Callbacks

Expand Down

0 comments on commit 8b8b72a

Please sign in to comment.