Skip to content

Commit d0885ad

Browse files
authored
Add link to the migration guide in the changelog (#41483)
1 parent 9243cf5 commit d0885ad

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@
4848
### Breaking Changes
4949

5050
- enable_auto_function_calls supports positional arguments instead of keyword arguments.
51+
- Please see the [agents migration guide](https://github.com/Azure/azure-sdk-for-python/blob/main/sdk/ai/azure-ai-projects/AGENTS_MIGRATION_GUIDE.md) on how to use `azure-ai-projects` with `azure-ai-agents` package.
5152

5253
### Features Added
5354

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ AI models deployed to the Project's AI Services. This is in addition to the exis
2929
* Evaluator Ids are available using the Enum `EvaluatorIds` and no longer require `azure-ai-evaluation` package to be installed.
3030
* Property `scope` on `AIProjectClient` is removed, use AI Foundry Project endpoint instead.
3131
* Property `id` on Evaluation is replaced with `name`.
32+
* Please see the [agents migration guide](https://github.com/Azure/azure-sdk-for-python/blob/main/sdk/ai/azure-ai-projects/AGENTS_MIGRATION_GUIDE.md) on how to use the new `azure-ai-projects` with `azure-ai-agents` package.
3233

3334
### Sample updates
3435

0 commit comments

Comments
 (0)