Skip to content

Commit d07bbe9

Browse files
committed
fixing indentation
1 parent 221a803 commit d07bbe9

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

articles/ai-foundry/agents/includes/quickstart-java.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -17,20 +17,20 @@
1717

1818
First, create a New Java console project. You will need the following dependencies to run the code:
1919

20-
```xml
21-
<dependencies>
22-
<dependency>
23-
<groupId>com.azure</groupId>
24-
<artifactId>azure-ai-agents-persistent</artifactId>
25-
<version>1.0.0-beta.2</version>
26-
</dependency>
27-
<dependency>
28-
<groupId>com.azure</groupId>
29-
<artifactId>azure-identity</artifactId>
30-
<version>1.17.0-beta.1</version>
31-
</dependency>
32-
</dependencies>
33-
```
20+
```xml
21+
<dependencies>
22+
<dependency>
23+
<groupId>com.azure</groupId>
24+
<artifactId>azure-ai-agents-persistent</artifactId>
25+
<version>1.0.0-beta.2</version>
26+
</dependency>
27+
<dependency>
28+
<groupId>com.azure</groupId>
29+
<artifactId>azure-identity</artifactId>
30+
<version>1.17.0-beta.1</version>
31+
</dependency>
32+
</dependencies>
33+
```
3434

3535
Next, to authenticate your API requests and run the program, use the [az login](/cli/azure/authenticate-azure-cli-interactively) command to sign into your Azure subscription.
3636

0 commit comments

Comments
 (0)