diff --git a/sdk/core/abort-controller/README.md b/sdk/core/abort-controller/README.md index 8845c33b55a4..a36d9f13da09 100644 --- a/sdk/core/abort-controller/README.md +++ b/sdk/core/abort-controller/README.md @@ -6,6 +6,12 @@ and the `AbortSignal` used by [fetch](https://developer.mozilla.org/docs/Web/API Use the `AbortController` class to create an instance of the `AbortSignal` class that can be used to cancel an operation in an Azure SDK that accept a parameter of type `AbortSignalLike`. +Key links: + + - [Source code](https://github.com/Azure/azure-sdk-for-js/edit/master/sdk/core/abort-controller) + - [Package (npm)](https://www.npmjs.com/package/@azure/abort-controller) + - [API Reference Documentation](https://docs.microsoft.com/javascript/api/overview/azure/abort-controller-readme) + ## Getting started ### Installation diff --git a/sdk/identity/identity/samples/AzureIdentityExamples.md b/sdk/identity/identity/samples/AzureIdentityExamples.md index 102f73118ef5..92111cb99f32 100644 --- a/sdk/identity/identity/samples/AzureIdentityExamples.md +++ b/sdk/identity/identity/samples/AzureIdentityExamples.md @@ -302,7 +302,7 @@ Apart from user name and password, this credential requires you to know the tena /** * Authenticate with a client certificate. */ -function withClientCertificateCredential() { +function withUsernamePasswordCredential() { let credential = new UsernamePasswordCredential( "", "",