From 5b991b5b90a6c83ce019f5f5413312ebdb4def8b Mon Sep 17 00:00:00 2001 From: "Sam Larson (Microsoft)" Date: Mon, 24 Nov 2025 13:40:18 -0600 Subject: [PATCH 1/2] Learn Editor: Update search-extensions.md --- .../resources/messaging-extension-v3/search-extensions.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/msteams-platform/resources/messaging-extension-v3/search-extensions.md b/msteams-platform/resources/messaging-extension-v3/search-extensions.md index 10c75e7306c..0bdea80eaba 100644 --- a/msteams-platform/resources/messaging-extension-v3/search-extensions.md +++ b/msteams-platform/resources/messaging-extension-v3/search-extensions.md @@ -346,7 +346,7 @@ This example shows a response with two results, mixing different card formats: C "facts": [ { "name": "Assigned to:", - "value": "[Larry Brown](mailto:larryb@example.com)" + "value": "[Larry Brown](mailto:larryb@contoso.com)" }, { "name": "State:", @@ -528,7 +528,7 @@ To prompt an unauthenticated user to sign in, respond with a suggested action of "actions":[ { "type": "openUrl", - "value": "https://example.com/auth", + "value": "https://contoso.com/auth", "title": "Sign in to this app" } ] From 8ea567173209fdf4b04a4bd7d12d268ade8a9137 Mon Sep 17 00:00:00 2001 From: "Sam Larson (Microsoft)" Date: Mon, 24 Nov 2025 13:40:29 -0600 Subject: [PATCH 2/2] Learn Editor: Update search-extensions.md