Skip to content

Commit ffe43dd

Browse files
authored
Apply pencil edit for blocking issue from PR review
1 parent 0d7f40a commit ffe43dd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/service-bus-messaging/service-bus-migrate-azure-credentials.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,8 +138,8 @@ Next, update your code to use passwordless connections.
138138
```
139139

140140
- In a Java application, install the `azure-identity` package via one of the following approaches:
141-
1. [Include the BOM file](/java/api/overview/azure/identity-readme?view=azure-java-stable&preserve-view=true#include-the-bom-file).
142-
1. [Include a direct dependency](/java/api/overview/azure/identity-readme?view=azure-java-stable&preserve-view=true#include-direct-dependency).
141+
- [Include the BOM file](/java/api/overview/azure/identity-readme?view=azure-java-stable&preserve-view=true#include-the-bom-file).
142+
- [Include a direct dependency](/java/api/overview/azure/identity-readme?view=azure-java-stable&preserve-view=true#include-direct-dependency).
143143

144144
1. At the top of your file, add the following code:
145145

0 commit comments

Comments
 (0)