Skip to content

Commit ee4876b

Browse files
authored
Preview release of Azure AI Projects (1.0.0-beta.1) and Azure AI Persistent Agents (1.0.0-beta.1) (#45315)
1 parent 271424e commit ee4876b

File tree

3 files changed

+4
-9
lines changed

3 files changed

+4
-9
lines changed

eng/versioning/external_dependencies.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ com.microsoft.azure:qpid-proton-j-extensions;1.2.5
3636
com.microsoft.sqlserver:mssql-jdbc;10.2.3.jre8
3737
com.microsoft.azure:azure-functions-maven-plugin;1.30.0
3838
com.microsoft.azure.functions:azure-functions-java-library;2.2.0
39-
com.azure:azure-ai-agents-persistent;1.0.0-alpha.20250508.5
4039
com.azure:azure-ai-inference;1.0.0-beta.4
4140
com.mysql:mysql-connector-j;9.0.0
4241
com.openai:openai-java;1.3.1

sdk/ai/azure-ai-projects/CHANGELOG.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,9 @@
11
# Release History
22

3-
## 1.0.0-beta.1 (Unreleased)
3+
## 1.0.0-beta.1 (2025-05-15)
44

5-
- Azure Projects client library for Java. This package contains Microsoft Azure Projects client library.
5+
- Initial release of Azure AI Projects client library for Java.
66

77
### Features Added
88

9-
### Breaking Changes
10-
11-
### Bugs Fixed
12-
13-
### Other Changes
9+
- Added support for Azure AI Projects client library for Java.

sdk/ai/azure-ai-projects/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ Code generated by Microsoft (R) TypeSpec Code Generator.
7171
<dependency>
7272
<groupId>com.azure</groupId>
7373
<artifactId>azure-ai-agents-persistent</artifactId>
74-
<version>1.0.0-alpha.20250508.5</version> <!-- {x-version-update;com.azure:azure-ai-agents-persistent;external_dependency} -->
74+
<version>1.0.0-beta.1</version> <!-- {x-version-update;com.azure:azure-ai-agents-persistent;current} -->
7575
</dependency>
7676
<dependency>
7777
<groupId>com.azure</groupId>

0 commit comments

Comments
 (0)