diff --git a/sdk/identity/identity/samples/AzureIdentityExamples.md b/sdk/identity/identity/samples/AzureIdentityExamples.md index 90271af75769..ddd547523cf1 100644 --- a/sdk/identity/identity/samples/AzureIdentityExamples.md +++ b/sdk/identity/identity/samples/AzureIdentityExamples.md @@ -301,7 +301,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( "", "",