Skip to content

Commit

Permalink
Fixes #15653 -- Identity Readme issues (#15729)
Browse files Browse the repository at this point in the history
Fixes missing JDK link in Identity Readme

Removes 'f' typo
  • Loading branch information
joshfree authored Sep 25, 2020
1 parent 9f051ce commit d66b96e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions sdk/identity/azure-identity/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Maven dependency for Azure Secret Client library. Add it to your project's pom f
[//]: # ({x-version-update-end})

### Prerequisites
* [Java Development Kit (JDK)][jdk] with version 8 or above
* A [Java Development Kit (JDK)][jdk_link], version 8 or later.
* An [Azure subscription][azure_sub].
* The Azure CLI can also be useful for authenticating in a development environment, creating accounts, and managing account roles.

Expand Down Expand Up @@ -357,7 +357,7 @@ Credentials can be chained together to be tried in turn until one succeeds using
</table>

Configuration is attempted in the above order. For example, if values for a client secret and certificate are both present, the client secret will be used.
f

## Troubleshooting
Credentials raise exceptions either when they fail to authenticate or cannot execute authentication.
When credentials fail to authenticate, the`ClientAuthenticationException` is raised and it has a `message` attribute which
Expand Down Expand Up @@ -398,5 +398,6 @@ This project has adopted the [Microsoft Open Source Code of Conduct][code_of_con
[eventhubs_client_library]: https://github.com/Azure/azure-sdk-for-java/tree/master/sdk/eventhubs/azure-messaging-eventhubs
[azure_core_library]: https://github.com/Azure/azure-sdk-for-java/tree/master/sdk/core
[javadoc]: http://azure.github.io/azure-sdk-for-java
[jdk_link]: https://docs.microsoft.com/java/azure/jdk/?view=azure-java-stable

![Impressions](https://azure-sdk-impressions.azurewebsites.net/api/impressions/azure-sdk-for-java%2Fsdk%2Fidentity%2Fazure-identity%2FREADME.png)

0 comments on commit d66b96e

Please sign in to comment.