Skip to content

Commit f37f3b4

Browse files
authored
Fix TOC and rename files (Azure#52204)
1 parent dbed9d9 commit f37f3b4

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

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

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

3-
## 1.2.0-beta.3 (Unreleased)
3+
## 1.2.0-beta.3 (2025-08-22)
44

55
### Features Added
66
- Added delete operation for `ThreadMessages`.
77
- Add `RunStepDeltaCustomBingGroundingToolCall`, describing `BingCustomSearchTool` updates in streaming scenario.
88
- Add `RunStepDeltaMicrosoftFabricToolCall`, describing `FabricTool` updates in streaming scenario.
99
- Add `RunStepDeltaSharepointToolCall`, describing `SharepointTool` updates in streaming scenario.
1010

11-
### Breaking Changes
12-
13-
### Bugs Fixed
14-
15-
### Other Changes
16-
1711
## 1.2.0-beta.2 (2025-08-13)
1812

1913
### Features Added

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

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,12 @@ description: Samples for the Azure.AI.Agents.Persistent client library.
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. |
3434
| [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. |
3535
| [Sample20_PersistentAgents_FileSearch_Steaming](https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/ai/Azure.AI.Agents.Persistent/samples/Sample20_PersistentAgents_FileSearch_Steaming.md) | Sample file search with agent and streaming. |
36+
| [Sample21_PersistentAgents_Sharepoint](https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/ai/Azure.AI.Agents.Persistent/samples/Sample21_PersistentAgents_Sharepoint.md) | Sample for use of an agent with SharePoint. |
37+
| [Sample22_PersistentAgents_Fabric](https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/ai/Azure.AI.Agents.Persistent/samples/Sample22_PersistentAgents_Fabric.md) | Sample for use of an agent with Microsoft Fabric. |
38+
| [Sample23_PersistentAgents_Connected_Agent](https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/ai/Azure.AI.Agents.Persistent/samples/Sample23_PersistentAgents_Connected_Agent.md) | Sample for use of an agent with connected agent tool. |
39+
| [Sample24_PersistentAgents_Multiple_Connected_Agents](https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/ai/Azure.AI.Agents.Persistent/samples/Sample24_PersistentAgents_Multiple_Connected_Agents.md) | Sample for use of an agent with multiple connected agent tools. |
40+
| [Sample25_PersistentAgents_Bing_Custom_Search](https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/ai/Azure.AI.Agents.Persistent/samples/Sample25_PersistentAgents_Bing_Custom_Search.md) | Sample for use of an agent with Bing custom search. |
3641
| [Sample26_PersistentAgents_As_IChatClient](https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/ai/Azure.AI.Agents.Persistent/samples/Sample26_PersistentAgents_As_IChatClient.md) | Sample for use of an agent as IChatClient. |
37-
38-
42+
| [Sample27_PersistentAgents_MCP_Streaming](https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/ai/Azure.AI.Agents.Persistent/samples/Sample27_PersistentAgents_MCP_Streaming.md) | Sample for use of an agent with Model Context Protocol (MCP) tools in streaming scenarios. |
43+
| [Sample28_PersistentAgents_Bing_Grounding_streaming](https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/ai/Azure.AI.Agents.Persistent/samples/Sample28_PersistentAgents_Bing_Grounding_streaming.md) | Sample for use of an agent with Bing grounding in streamig scenarios. |
44+
| [Sample29_PersistentAgents_BrowserAutomationTool](https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/ai/Azure.AI.Agents.Persistent/samples/Sample29_PersistentAgents_BrowserAutomationTool.md) | Sample for use of `BrowserAutomationToolDefinition` and agents. |

0 commit comments

Comments
 (0)