Skip to content

Commit f1b32b5

Browse files
authored
Add TOC and changelog (Azure#50066)
1 parent 160af6f commit f1b32b5

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

sdk/ai/Azure.AI.Agents.Persistent/CHANGELOG.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
# Release History
22

3-
## 1.0.0-beta.2 (Unreleased)
4-
5-
### Features Added
3+
## 1.0.0-beta.2 (2025-05-14)
64

75
### Breaking Changes
6+
- ThreadRunSteps methods were moved to Runs.
7+
- VectorStoreFileBatches and VectorStoreFiles methods were moved to VectorStores.
8+
- The AzureAISearchResource was replaced by AzureAISearchToolResource.
89

9-
### Bugs Fixed
10-
11-
### Other Changes
10+
### Sample updates
11+
- Added sample demonstrating uploading single file to vector store and listing run steps.
1212

1313
## 1.0.0-beta.1 (2025-05-09)
1414

sdk/ai/Azure.AI.Agents.Persistent/samples/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,6 @@ description: Samples for the Azure.AI.Agents.Persistent client library.
3131
| [Sample16_PersistentAgents_Azure_AI_Search_Streaming](https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/ai/Azure.AI.Agents.Persistent/samples/Sample16_PersistentAgents_Azure_AI_Search_Streaming.md) | Sample using agents with Azure AI Search tool with streaming. |
3232
| [Sample17_PersistentAgents_ImageUrlInputs](https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/ai/Azure.AI.Agents.Persistent/samples/Sample17_PersistentAgents_ImageUrlInputs.md) | Sample using agents with Image URL as an input. |
3333
| [Sample18_PersistentAgents_ImageFileInputs](https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/ai/Azure.AI.Agents.Persistent/samples/Sample18_PersistentAgents_ImageFileInputs.md) | Sample using agents with Image Fileas an input. |
34+
| [Sample19_PersistentAgents_VectorStoreFile_WithSteps](https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/ai/Azure.AI.Agents.Persistent/samples/Sample19_PersistentAgents_VectorStoreFile_WithSteps.md) | Sample file search using `VectorStoreFile` and agents. |
35+
3436

0 commit comments

Comments
 (0)