Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
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
4 changes: 2 additions & 2 deletions eng/versioning/version_client.txt
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ com.azure:azure-data-sdk-parent;1.3.0;1.3.0
com.azure:azure-sdk-parent;1.6.0;1.6.0
com.azure:azure-client-sdk-parent;1.7.0;1.7.0
com.azure:azure-ai-agents-persistent;1.0.0-beta.2;1.0.0-beta.3
com.azure:azure-ai-agents;2.0.0;2.0.1
com.azure:azure-ai-agents;2.0.1;2.1.0-beta.1
com.azure:azure-ai-anomalydetector;3.0.0-beta.5;3.0.0-beta.6
com.azure:azure-ai-contentsafety;1.0.17;1.1.0-beta.1
com.azure:azure-ai-contentunderstanding;1.0.0;1.1.0-beta.1
Expand All @@ -53,7 +53,7 @@ com.azure:azure-ai-openai-assistants;1.0.0-beta.5;1.0.0-beta.6
com.azure:azure-ai-openai-realtime;1.0.0-beta.1;1.0.0-beta.1
com.azure:azure-ai-openai-stainless;1.0.0-beta.1;1.0.0-beta.1
com.azure:azure-ai-personalizer;1.0.0-beta.1;1.0.0-beta.2
com.azure:azure-ai-projects;2.0.0;2.0.1
com.azure:azure-ai-projects;2.0.1;2.1.0-beta.1
com.azure:azure-ai-speech-transcription;1.0.0-beta.2;1.0.0-beta.3
com.azure:azure-ai-textanalytics;5.5.12;5.6.0-beta.1
com.azure:azure-ai-textanalytics-perf;1.0.0-beta.1;1.0.0-beta.1
Expand Down
10 changes: 10 additions & 0 deletions sdk/ai/azure-ai-agents/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Release History

## 2.1.0-beta.1 (Unreleased)

### Features Added

### Breaking Changes

### Bugs Fixed

### Other Changes

## 2.0.1 (2026-04-16)

### Bugs Fixed
Expand Down
2 changes: 1 addition & 1 deletion sdk/ai/azure-ai-agents/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

<groupId>com.azure</groupId>
<artifactId>azure-ai-agents</artifactId>
<version>2.0.1</version> <!-- {x-version-update;com.azure:azure-ai-agents;current} -->
<version>2.1.0-beta.1</version> <!-- {x-version-update;com.azure:azure-ai-agents;current} -->
Copy link

Copilot AI Apr 17, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The module version was bumped to 2.1.0-beta.1, but the dependency snippet in this package's README still references 2.0.1 (within the {x-version-update-start/end} block). Please update the README version snippet to match the new current version so published docs and automation stay consistent.

Copilot uses AI. Check for mistakes.
<packaging>jar</packaging>

<name>Microsoft Azure SDK for Agents</name>
Expand Down
10 changes: 10 additions & 0 deletions sdk/ai/azure-ai-projects/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Release History

## 2.1.0-beta.1 (Unreleased)

### Features Added

### Breaking Changes

### Bugs Fixed

### Other Changes

## 2.0.1 (2026-04-16)

### Bugs Fixed
Expand Down
4 changes: 2 additions & 2 deletions sdk/ai/azure-ai-projects/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Code generated by Microsoft (R) TypeSpec Code Generator.

<groupId>com.azure</groupId>
<artifactId>azure-ai-projects</artifactId>
<version>2.0.1</version> <!-- {x-version-update;com.azure:azure-ai-projects;current} -->
<version>2.1.0-beta.1</version> <!-- {x-version-update;com.azure:azure-ai-projects;current} -->
Copy link

Copilot AI Apr 17, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The module version was bumped to 2.1.0-beta.1, but the dependency snippet in this package's README still references 2.0.1 (within the {x-version-update-start/end} block). Please update the README version snippet to match the new current version so published docs and automation stay consistent.

Copilot uses AI. Check for mistakes.
<packaging>jar</packaging>

<name>Microsoft Azure SDK for Projects</name>
Expand Down Expand Up @@ -72,7 +72,7 @@ Code generated by Microsoft (R) TypeSpec Code Generator.
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-ai-agents</artifactId>
<version>2.0.1</version> <!-- {x-version-update;com.azure:azure-ai-agents;current} -->
<version>2.1.0-beta.1</version> <!-- {x-version-update;com.azure:azure-ai-agents;current} -->
</dependency>
<dependency>
<groupId>com.openai</groupId>
Expand Down