From 2938bf0de80aa5f823da6db2f3f7c9fd8fb1204c Mon Sep 17 00:00:00 2001 From: Harikrishnan Rajandiran Date: Thu, 11 Dec 2025 17:18:46 +0530 Subject: [PATCH 1/5] Docs Update: Highlight Bot Framework SDK Deprecation and Teams SDK Recommendation --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 2b6b9c7a3..345e6c827 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,11 @@ # Microsoft Teams Samples [![Sample code build status](https://github.com/OfficeDev/Microsoft-Teams-Samples/actions/workflows/build-complete-samples.yml/badge.svg)](https://github.com/OfficeDev/Microsoft-Teams-Samples/actions/workflows/build-complete-samples.yml) + +> [!IMPORTANT] +> We are in the process of archiving the **Bot Framework SDK** repository on GitHub. This project is no longer updated or maintained. However, customers using this tool won't be disrupted. The tool is no longer supported through service tickets in the Azure portal and won't receive product updates. +> +> **Simplify building AI-powered bots for Microsoft Teams with our new SDK**. It reduces boilerplate code and external dependencies while offering native AI and Teams-specific abstractions. This allows you to focus on creating intelligent bot experiences without the hassle of setup or configuration. Consider using the **Teams SDK** for a faster, streamlined development process. The Teams SDK has support for C#, JavaScript, or Python. If you have an existing bot built with the Bot Framework SDK, you can update your bot to the Teams SDK. You can review the core changes and updates at [Bot Framework SDK to Teams SDK (Teams AI Library) migration guidance](https://learn.microsoft.com/en-us/microsoftteams/platform/teams-ai-library/) Support tickets for the Bot Framework SDK are **no longer serviced as of December 31, 2025.** + ##### [Click here to find out what's new with Microsoft Teams Platform](https://docs.microsoft.com/microsoftteams/platform/whats-new) >NOTE: These samples are designed to help understand Microsoft Teams platform capabilities and scenarios. If you are looking for production ready apps then please visit [App Templates for Microsoft Teams](https://docs.microsoft.com/microsoftteams/platform/samples/app-templates) From fec363a62318ab3586adc99ea8747b44ae66adf0 Mon Sep 17 00:00:00 2001 From: Harikrishnan Rajandiran Date: Tue, 16 Dec 2025 15:40:13 +0530 Subject: [PATCH 2/5] Updated Readme --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 345e6c827..a12556a17 100644 --- a/README.md +++ b/README.md @@ -2,9 +2,11 @@ [![Sample code build status](https://github.com/OfficeDev/Microsoft-Teams-Samples/actions/workflows/build-complete-samples.yml/badge.svg)](https://github.com/OfficeDev/Microsoft-Teams-Samples/actions/workflows/build-complete-samples.yml) > [!IMPORTANT] -> We are in the process of archiving the **Bot Framework SDK** repository on GitHub. This project is no longer updated or maintained. However, customers using this tool won't be disrupted. The tool is no longer supported through service tickets in the Azure portal and won't receive product updates. +> The **Bot Framework SDK** repository on GitHub is being archived. This project is no longer updated or maintained. Existing customers can continue to use it without disruption. The tool is no longer supported through service tickets in the Azure portal and won’t receive product updates. Support tickets for the Bot Framework SDK are **no longer serviced as of December 31, 2025**. > -> **Simplify building AI-powered bots for Microsoft Teams with our new SDK**. It reduces boilerplate code and external dependencies while offering native AI and Teams-specific abstractions. This allows you to focus on creating intelligent bot experiences without the hassle of setup or configuration. Consider using the **Teams SDK** for a faster, streamlined development process. The Teams SDK has support for C#, JavaScript, or Python. If you have an existing bot built with the Bot Framework SDK, you can update your bot to the Teams SDK. You can review the core changes and updates at [Bot Framework SDK to Teams SDK (Teams AI Library) migration guidance](https://learn.microsoft.com/en-us/microsoftteams/platform/teams-ai-library/) Support tickets for the Bot Framework SDK are **no longer serviced as of December 31, 2025.** +> **Simplify building AI-powered bots for Microsoft Teams with the new Teams SDK.** The SDK reduces boilerplate code and external dependencies while providing native AI capabilities and Teams-specific abstractions. This enables you to focus on building intelligent bot experiences without complex setup or configuration. +> +> Consider using the **Teams SDK** for a faster, streamlined development process. The Teams SDK supports C#, JavaScript, and Python. If you have an existing bot built with the Bot Framework SDK, you can update it to the Teams SDK. For details on core changes and migration steps, see [Bot Framework SDK to Teams SDK (Teams AI Library) migration guidance](https://learn.microsoft.com/en-us/microsoftteams/platform/teams-ai-library/migrations/botbuilder/overview?pivots=typescript) ##### [Click here to find out what's new with Microsoft Teams Platform](https://docs.microsoft.com/microsoftteams/platform/whats-new) From fb0ccf4a3a4b4edf78dab24dcbb79b31eef0e8a6 Mon Sep 17 00:00:00 2001 From: Harikrishnan Rajandiran Date: Tue, 16 Dec 2025 16:20:38 +0530 Subject: [PATCH 3/5] Fixed PR Comments --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a12556a17..cbc85d774 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ > > **Simplify building AI-powered bots for Microsoft Teams with the new Teams SDK.** The SDK reduces boilerplate code and external dependencies while providing native AI capabilities and Teams-specific abstractions. This enables you to focus on building intelligent bot experiences without complex setup or configuration. > -> Consider using the **Teams SDK** for a faster, streamlined development process. The Teams SDK supports C#, JavaScript, and Python. If you have an existing bot built with the Bot Framework SDK, you can update it to the Teams SDK. For details on core changes and migration steps, see [Bot Framework SDK to Teams SDK (Teams AI Library) migration guidance](https://learn.microsoft.com/en-us/microsoftteams/platform/teams-ai-library/migrations/botbuilder/overview?pivots=typescript) +> Consider using the **Teams SDK** for a faster, streamlined development process. The Teams SDK supports C#, JavaScript, and Python. If you have an existing bot built with the Bot Framework SDK, you can update it to the Teams SDK. For details on core changes and migration steps, see [Bot Framework SDK to Teams SDK (Teams AI Library) migration guidance](https://learn.microsoft.com/en-us/microsoftteams/platform/teams-ai-library/migrations/botbuilder/overview?pivots=typescript). ##### [Click here to find out what's new with Microsoft Teams Platform](https://docs.microsoft.com/microsoftteams/platform/whats-new) From 3a025e03118a19064eb54ac27153afe889c87dd4 Mon Sep 17 00:00:00 2001 From: Harikrishnan Rajandiran Date: Tue, 16 Dec 2025 16:23:57 +0530 Subject: [PATCH 4/5] Fixed Reamde issues --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cbc85d774..0e9c8cfdd 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ > [!IMPORTANT] > The **Bot Framework SDK** repository on GitHub is being archived. This project is no longer updated or maintained. Existing customers can continue to use it without disruption. The tool is no longer supported through service tickets in the Azure portal and won’t receive product updates. Support tickets for the Bot Framework SDK are **no longer serviced as of December 31, 2025**. > -> **Simplify building AI-powered bots for Microsoft Teams with the new Teams SDK.** The SDK reduces boilerplate code and external dependencies while providing native AI capabilities and Teams-specific abstractions. This enables you to focus on building intelligent bot experiences without complex setup or configuration. +> **Simplify building AI-powered bots for Microsoft Teams with the new SDK.** The SDK reduces boilerplate code and external dependencies while providing native AI capabilities and Teams-specific abstractions. This enables you to focus on building intelligent bot experiences without complex setup or configuration. > > Consider using the **Teams SDK** for a faster, streamlined development process. The Teams SDK supports C#, JavaScript, and Python. If you have an existing bot built with the Bot Framework SDK, you can update it to the Teams SDK. For details on core changes and migration steps, see [Bot Framework SDK to Teams SDK (Teams AI Library) migration guidance](https://learn.microsoft.com/en-us/microsoftteams/platform/teams-ai-library/migrations/botbuilder/overview?pivots=typescript). From 9c288dfff2332412870cb0fc3b08ab2221b6f104 Mon Sep 17 00:00:00 2001 From: Harikrishnan Rajandiran Date: Tue, 16 Dec 2025 17:10:45 +0530 Subject: [PATCH 5/5] Fixed PR Commends --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0e9c8cfdd..4ca704e91 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ > [!IMPORTANT] > The **Bot Framework SDK** repository on GitHub is being archived. This project is no longer updated or maintained. Existing customers can continue to use it without disruption. The tool is no longer supported through service tickets in the Azure portal and won’t receive product updates. Support tickets for the Bot Framework SDK are **no longer serviced as of December 31, 2025**. > -> **Simplify building AI-powered bots for Microsoft Teams with the new SDK.** The SDK reduces boilerplate code and external dependencies while providing native AI capabilities and Teams-specific abstractions. This enables you to focus on building intelligent bot experiences without complex setup or configuration. +> **Simplify building AI-powered bots for Microsoft Teams with the new Teams SDK.** Teams SDK reduces boilerplate code and external dependencies while providing native AI capabilities and Teams-specific abstractions. This enables you to focus on building intelligent bot experiences without complex setup or configuration. > > Consider using the **Teams SDK** for a faster, streamlined development process. The Teams SDK supports C#, JavaScript, and Python. If you have an existing bot built with the Bot Framework SDK, you can update it to the Teams SDK. For details on core changes and migration steps, see [Bot Framework SDK to Teams SDK (Teams AI Library) migration guidance](https://learn.microsoft.com/en-us/microsoftteams/platform/teams-ai-library/migrations/botbuilder/overview?pivots=typescript).