From 9618421ff24f95b977d56c8e2998e7e2accc30e4 Mon Sep 17 00:00:00 2001 From: Chris Rickman Date: Wed, 21 May 2025 09:44:15 -0700 Subject: [PATCH 1/2] Version update --- .../azureagent-foundry-ga-migration-guide.md | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/semantic-kernel/support/migration/azureagent-foundry-ga-migration-guide.md b/semantic-kernel/support/migration/azureagent-foundry-ga-migration-guide.md index c6ef8cb4..fb015cd7 100644 --- a/semantic-kernel/support/migration/azureagent-foundry-ga-migration-guide.md +++ b/semantic-kernel/support/migration/azureagent-foundry-ga-migration-guide.md @@ -13,7 +13,22 @@ ms.service: semantic-kernel ::: zone pivot="programming-language-csharp" -In Semantic Kernel .NET 1.60.0+, developers using `AzureAIAgent` must to update the patterns they use to interact with the Azure AI Foundry's in response to its move to GA. +In Semantic Kernel .NET 1.53.1+, .NET and Python developers using `AzureAIAgent` must to update the patterns they use to interact with the Azure AI Foundry in response to its move to GA. + +### GA Foundry Project + +- Must be created on or after May 19th, 2025 +- Connect programatically using the _Foundry Project's_ endpoint url. +- Requires Semantic Kernel version 1.53.1 and above. +- Based on package [Azure.AI.Projects version 1.0.0-beta.8](https://www.nuget.org/packages/Azure.AI.Projects/1.0.0-beta.8) + +### Pre-GA Foundry Project + +- Was created prior to May 19th, 2025 +- Connect programatically using the _Foundry Project's_ connection string. +- Continue to use Semantic Kernel versions below version 1.53.* +- Based on package [Azure.AI.Agents.Persistent](https://www.nuget.org/packages/Azure.AI.Agents.Persistent/1.0.0) + ## Creating an Client From 704026c0f3e695709c9b1e9b15161a6c7cd47cc0 Mon Sep 17 00:00:00 2001 From: Chris Rickman Date: Wed, 21 May 2025 12:35:18 -0700 Subject: [PATCH 2/2] Fix --- .../migration/azureagent-foundry-ga-migration-guide.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/semantic-kernel/support/migration/azureagent-foundry-ga-migration-guide.md b/semantic-kernel/support/migration/azureagent-foundry-ga-migration-guide.md index fb015cd7..64808d0f 100644 --- a/semantic-kernel/support/migration/azureagent-foundry-ga-migration-guide.md +++ b/semantic-kernel/support/migration/azureagent-foundry-ga-migration-guide.md @@ -20,14 +20,14 @@ In Semantic Kernel .NET 1.53.1+, .NET and Python developers using `AzureAIAgent` - Must be created on or after May 19th, 2025 - Connect programatically using the _Foundry Project's_ endpoint url. - Requires Semantic Kernel version 1.53.1 and above. -- Based on package [Azure.AI.Projects version 1.0.0-beta.8](https://www.nuget.org/packages/Azure.AI.Projects/1.0.0-beta.8) +- Based on package [Azure.AI.Agents.Persistent](https://www.nuget.org/packages/Azure.AI.Agents.Persistent/1.0.0) ### Pre-GA Foundry Project - Was created prior to May 19th, 2025 - Connect programatically using the _Foundry Project's_ connection string. - Continue to use Semantic Kernel versions below version 1.53.* -- Based on package [Azure.AI.Agents.Persistent](https://www.nuget.org/packages/Azure.AI.Agents.Persistent/1.0.0) +- Based on package [Azure.AI.Projects version 1.0.0-beta.8](https://www.nuget.org/packages/Azure.AI.Projects/1.0.0-beta.8) ## Creating an Client