Skip to content

Commit bed4e03

Browse files
authored
Edit pass on Azure Identity README (Azure#31767)
1 parent 644f835 commit bed4e03

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

sdk/identity/azure-identity/README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
The Azure Identity library provides [Azure Active Directory (Azure AD)](https://learn.microsoft.com/azure/active-directory/fundamentals/active-directory-whatis) token authentication support across the Azure SDK. It provides a set of [TokenCredential](https://learn.microsoft.com/java/api/com.azure.core.credential.tokencredential?view=azure-java-stable) implementations that can be used to construct Azure SDK clients that support Azure AD token authentication.
44

5-
[Source code][source] | [API reference documentation][javadoc] | [Azure AD documentation][azuread_doc]
5+
[Source code][source] | [API reference documentation][javadoc] | [Azure AD documentation][azuread_doc]
66

77
## Getting started
88

@@ -39,9 +39,7 @@ Then include the direct dependency in the `dependencies` section without the ver
3939

4040
#### Include direct dependency
4141

42-
To take dependency on a particular version of the library that isn't present in the BOM, add the direct dependency to your project as follows.
43-
44-
Maven dependency for Azure Secret Client library. Add it to your project's POM file.
42+
To take dependency on a particular version of the library that isn't present in the BOM, add the direct dependency to your project as follows:
4543

4644
[//]: # ({x-version-update-start;com.azure:azure-identity;current})
4745
```xml

0 commit comments

Comments
 (0)