Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
testing pre-commit hooks
  • Loading branch information
srnagar committed Jan 13, 2025
commit 81f38daffbac54b11d2f3b40a8c28270114e6c74
7 changes: 7 additions & 0 deletions sdk/core/azure-core/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ library. In the following snippet, replace the {bom_version_to_target} placehold
To learn more about the BOM, see
the [AZURE SDK BOM README](https://github.com/Azure/azure-sdk-for-java/blob/main/sdk/boms/azure-sdk-bom/README.md).

spell checkshouldcatchthis
srnagarmsftisnotaword

```xml
<dependencyManagement>
Expand Down Expand Up @@ -57,6 +59,11 @@ tool when you depend on client libraries using it.
</dependencies>
```

```java
public static final String WELL_KNOWN_ACCOUNT_KEY_VALUE
= "95o6TL9jkIjNr6HurD6Xa+zLQ+PX9/VWR8fI2ofHatbrUb8kRJ75B6enwRU3q1OP8fmjghaoxdqnwhN7m3pZow==";
```

#### Include direct dependency

If you want to take dependency on a particular version of the library that is not present in the BOM,
Expand Down