From c4beabb3f6f6029129132d9265dd9ee72c86676b Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 4 Jun 2026 01:44:15 +0000 Subject: [PATCH 1/2] Add June 2026 external blog links --- .../index.mdx | 15 +++++++++++++++ .../index.mdx | 15 +++++++++++++++ teams.md/src/data/externalBlogUrls.ts | 2 ++ teams.md/static/missing-pages.json | 3 --- 4 files changed, 32 insertions(+), 3 deletions(-) create mode 100644 teams.md/blog/2026-06-02-build-collaborative-agents-where-work-happens/index.mdx create mode 100644 teams.md/blog/2026-06-02-whats-new-in-microsoft-teams--may-2026---build-edition/index.mdx diff --git a/teams.md/blog/2026-06-02-build-collaborative-agents-where-work-happens/index.mdx b/teams.md/blog/2026-06-02-build-collaborative-agents-where-work-happens/index.mdx new file mode 100644 index 000000000..d5dcdf771 --- /dev/null +++ b/teams.md/blog/2026-06-02-build-collaborative-agents-where-work-happens/index.mdx @@ -0,0 +1,15 @@ +--- +slug: build-collaborative-agents-where-work-happens +title: "Build collaborative agents where work happens" +external_url: https://devblogs.microsoft.com/microsoft365dev/build-collaborative-agents-where-work-happens/ +date: 2026-06-02 +authors: + - name: Microsoft 365 Dev + title: Microsoft +tags: [teams-sdk, agents, teams-ai-library] +description: Learn how to build collaborative agents that work directly in Teams and Microsoft 365 experiences where people already collaborate. +--- + +import ExternalRedirect from '@site/src/components/ExternalRedirect'; + + diff --git a/teams.md/blog/2026-06-02-whats-new-in-microsoft-teams--may-2026---build-edition/index.mdx b/teams.md/blog/2026-06-02-whats-new-in-microsoft-teams--may-2026---build-edition/index.mdx new file mode 100644 index 000000000..afbc0a67b --- /dev/null +++ b/teams.md/blog/2026-06-02-whats-new-in-microsoft-teams--may-2026---build-edition/index.mdx @@ -0,0 +1,15 @@ +--- +slug: whats-new-in-microsoft-teams--may-2026---build-edition +title: "What's new in Microsoft Teams | May 2026 - Build Edition" +external_url: https://techcommunity.microsoft.com/blog/microsoftteamsblog/whats-new-in-microsoft-teams--may-2026---build-edition/4524613 +date: 2026-06-02 +authors: + - name: Microsoft Teams Blog + title: Microsoft +tags: [teams-sdk, announcement] +description: See the latest Microsoft Teams platform updates from the May 2026 Build Edition announcement. +--- + +import ExternalRedirect from '@site/src/components/ExternalRedirect'; + + diff --git a/teams.md/src/data/externalBlogUrls.ts b/teams.md/src/data/externalBlogUrls.ts index 8938e3f9f..e6650a59e 100644 --- a/teams.md/src/data/externalBlogUrls.ts +++ b/teams.md/src/data/externalBlogUrls.ts @@ -9,4 +9,6 @@ export const externalBlogUrls: Record = { 'join-the-microsoft-365-copilot-developer-camp': 'https://devblogs.microsoft.com/microsoft365dev/join-the-microsoft-365-copilot-developer-camp/', 'announcing-the-updated-teams-ai-library-and-mcp-support': 'https://devblogs.microsoft.com/microsoft365dev/announcing-the-updated-teams-ai-library-and-mcp-support/', 'python-support-for-the-microsoft-teams-sdk-is-now-generally-available': 'https://devblogs.microsoft.com/microsoft365dev/python-support-for-the-microsoft-teams-sdk-is-now-generally-available/', + 'build-collaborative-agents-where-work-happens': 'https://devblogs.microsoft.com/microsoft365dev/build-collaborative-agents-where-work-happens/', + 'whats-new-in-microsoft-teams--may-2026---build-edition': 'https://techcommunity.microsoft.com/blog/microsoftteamsblog/whats-new-in-microsoft-teams--may-2026---build-edition/4524613', }; diff --git a/teams.md/static/missing-pages.json b/teams.md/static/missing-pages.json index 92f98fb38..5a1d40ead 100644 --- a/teams.md/static/missing-pages.json +++ b/teams.md/static/missing-pages.json @@ -38,9 +38,6 @@ "csharp", "python" ], - "in-depth-guides/ai/best-practices": [ - "python" - ], "in-depth-guides/ai/chat": [ "python" ], From 21941fb4cf67f2a34be5993a7a238a431cfe0833 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 4 Jun 2026 01:58:22 +0000 Subject: [PATCH 2/2] Address blog review feedback --- .../index.mdx | 4 ++-- .../index.mdx | 2 +- teams.md/static/missing-pages.json | 3 +++ 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/teams.md/blog/2026-06-02-build-collaborative-agents-where-work-happens/index.mdx b/teams.md/blog/2026-06-02-build-collaborative-agents-where-work-happens/index.mdx index d5dcdf771..29490454f 100644 --- a/teams.md/blog/2026-06-02-build-collaborative-agents-where-work-happens/index.mdx +++ b/teams.md/blog/2026-06-02-build-collaborative-agents-where-work-happens/index.mdx @@ -4,9 +4,9 @@ title: "Build collaborative agents where work happens" external_url: https://devblogs.microsoft.com/microsoft365dev/build-collaborative-agents-where-work-happens/ date: 2026-06-02 authors: - - name: Microsoft 365 Dev + - name: Sujeet Mehta title: Microsoft -tags: [teams-sdk, agents, teams-ai-library] +tags: [teams-sdk, agents] description: Learn how to build collaborative agents that work directly in Teams and Microsoft 365 experiences where people already collaborate. --- diff --git a/teams.md/blog/2026-06-02-whats-new-in-microsoft-teams--may-2026---build-edition/index.mdx b/teams.md/blog/2026-06-02-whats-new-in-microsoft-teams--may-2026---build-edition/index.mdx index afbc0a67b..6683de692 100644 --- a/teams.md/blog/2026-06-02-whats-new-in-microsoft-teams--may-2026---build-edition/index.mdx +++ b/teams.md/blog/2026-06-02-whats-new-in-microsoft-teams--may-2026---build-edition/index.mdx @@ -4,7 +4,7 @@ title: "What's new in Microsoft Teams | May 2026 - Build Edition" external_url: https://techcommunity.microsoft.com/blog/microsoftteamsblog/whats-new-in-microsoft-teams--may-2026---build-edition/4524613 date: 2026-06-02 authors: - - name: Microsoft Teams Blog + - name: KerryPerezHeffernan title: Microsoft tags: [teams-sdk, announcement] description: See the latest Microsoft Teams platform updates from the May 2026 Build Edition announcement. diff --git a/teams.md/static/missing-pages.json b/teams.md/static/missing-pages.json index 5a1d40ead..92f98fb38 100644 --- a/teams.md/static/missing-pages.json +++ b/teams.md/static/missing-pages.json @@ -38,6 +38,9 @@ "csharp", "python" ], + "in-depth-guides/ai/best-practices": [ + "python" + ], "in-depth-guides/ai/chat": [ "python" ],