Skip to content

Commit 5055578

Browse files
Merge branch 'main' into SharanGarcha-MSFT-update-SDK-sample
2 parents 87bef51 + 93168c3 commit 5055578

21 files changed

Lines changed: 69 additions & 383 deletions

.openpublishing.redirection.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
{
22
"redirections": [
3+
{
4+
"source_path": "msteams-platform/m365-apps/actions-in-m365-quick-start-guide.md",
5+
"redirect_url": "/microsoftteams/platform/overview"
6+
},
7+
{
8+
"source_path": "msteams-platform/m365-apps/actions-in-m365.md",
9+
"redirect_url": "/microsoftteams/platform/overview"
10+
},
11+
{
12+
"source_path": "msteams-platform/m365-apps/build-actions-in-m365.md",
13+
"redirect_url": "/microsoftteams/platform/overview"
14+
},
315
{
416
"source_path": "msteams-platform/concepts/building-an-app.md",
517
"redirect_url": "/microsoftteams/platform/overview"

msteams-platform/TOC.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1043,17 +1043,6 @@
10431043
- name: Add an Outlook Add-in to a Teams app
10441044
href: m365-apps/combine-office-add-in-and-teams-app.md
10451045
displayName: Microsoft 365, Office 365, Outlook add-in, integrate Outlook Add-in to Teams, Teams app Outlook Add-in
1046-
- name: Actions in Microsoft 365
1047-
items:
1048-
- name: What are Actions?
1049-
href: m365-apps/actions-in-m365.md
1050-
displayName: actions design
1051-
- name: Build Actions in Microsoft 365
1052-
href: m365-apps/build-actions-in-m365.md
1053-
displayName: build actions, retrieve action
1054-
- name: Actions in Microsoft 365 quick start guide
1055-
href: m365-apps/actions-in-m365-quick-start-guide.md
1056-
displayName: run in Azure
10571046
- name: Publish Teams apps for Microsoft 365
10581047
href: m365-apps/publish.md
10591048
- name: Test your agent or app

msteams-platform/bots/build-notification-capability.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ You can customize sending the notification to the following targets:
249249
// list all installation targets
250250
for (const target of await notificationApp.notification.installations()) {
251251
// "Channel" means this bot is installed to a Team (default to notify General channel)
252-
if (target.type === "Channel") {
252+
if (target.type === "channel") {
253253
// Directly notify the Team (to the default General channel)
254254
await target.sendAdaptiveCard(...);
255255

msteams-platform/bots/how-to/conversations/send-proactive-messages.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn how to send proactive messages with your Teams bot using the
44
ms.topic: article
55
ms.owner: angovil
66
ms.localizationpriority: high
7-
ms.date: 04/15/2026
7+
ms.date: 04/23/2026
88
---
99
# Proactive messages
1010

@@ -68,6 +68,9 @@ You can create the conversation if it doesn't exist or if you don't know the `co
6868

6969
To [create the conversation](/azure/bot-service/rest-api/bot-framework-rest-connector-api-reference#create-conversation), you need a `aadObjectId` or `userId`, `tenantId`, and `serviceUrl`.
7070

71+
>[!NOTE]
72+
> To create the conversation, pass the `aadObjetId` value in the `Id` parameter.
73+
7174
For `serviceUrl`, use the value from an incoming activity triggering the flow or one of the global service URLs. If the `serviceUrl` isn't available from an incoming activity triggering the proactive scenario, use the following global URL endpoints:
7275

7376
* Public: `https://smba.trafficmanager.net/teams/`

msteams-platform/concepts/cloud-overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ author: v-preethah
44
description: Learn about the Teams features and capabilities available for Government Community Cloud (GCC), GCC High, and Department of Defense (DoD) environments. Get an overview on how to deploy Teams in government clouds.
55
ms.topic: conceptual
66
ms.localizationpriority: high
7-
ms.date: 02/06/2025
7+
ms.date: 04/23/2026
88
---
99

1010
# Plan for government clouds
@@ -29,7 +29,7 @@ Government Community Cloud (GCC), GCC High, Department of Defense (DoD) are limi
2929

3030
Teams is compatible with all Microsoft 365 Government environments, but the capabilities and features vary by tenant. Due to security and compliance restrictions, all the features available in commercial tenants might not be accessible in government tenants while other features take time to roll out in government tenant. We recommend that you have the understanding of the Teams apps and its capabilities supported in government tenants to ensure effective utilization.
3131

32-
[!INCLUDE [deprecation-note](~/includes/deprecation-note.md)]
32+
<!--[!INCLUDE [deprecation-note](~/includes/deprecation-note.md)]-->
3333

3434
The following table details the Teams apps and its capabilities for GCC, GCC High, and DoD:
3535

msteams-platform/concepts/deploy-and-publish/appsource/common-reasons-for-app-validation-failure.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.date: 12/15/2022
88

99
# Common reasons for app validation failure
1010

11-
Most apps don't pass Microsoft Teams Store submission process due to issues during app development. The most common issues or reasons are addressed in this article to help you prepare your app better before [submitting for review](/office/dev/store/add-in-submission-guide?toc=/microsoftteams/platform/toc.json&bc=/microsoftteams/platform/breadcrumb/toc.json). To increase the likelihood of your app passing Teams Store submission process, avoid the common failure scenarios and follow the [Microsoft Teams Store validation guidelines](prepare/teams-store-validation-guidelines.md) and [Commercial Marketplace Certification policies](/legal/marketplace/certification-policies).
11+
Apps can encounter common issues during the Microsoft Teams Store submission process. This article highlights those issues and provides guidance to help you prepare your app before [submitting for review](/office/dev/store/add-in-submission-guide?toc=/microsoftteams/platform/toc.json&bc=/microsoftteams/platform/breadcrumb/toc.json). To increase the likelihood of your app passing Teams Store submission process, avoid the common failure scenarios and follow the [Microsoft Teams Store validation guidelines](prepare/teams-store-validation-guidelines.md) and [Commercial Marketplace Certification policies](/legal/marketplace/certification-policies).
1212

1313
The following are the most common reasons for your app to get rejected:
1414

msteams-platform/concepts/sovereign-cloud.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ author: v-preethah
44
description: Learn about sovereign clouds and the Teams features and capabilities available for Teams operated by 21Vianet, a cloud service specific to China.
55
ms.topic: conceptual
66
ms.localizationpriority: high
7-
ms.date: 02/06/2025
7+
ms.date: 04/23/2026
88
---
99

1010
# Plan for sovereign clouds
@@ -47,7 +47,7 @@ The following table details the apps and its capabilities supported for Teams op
4747

4848
### Service and availability
4949

50-
The features that are available in Teams depends on the Office 365 plan purchased. For more information, see [feature availability](/office365/servicedescriptions/office-365-platform-service-description/teams-operated-by-21vianet) in Teams operated by 21Vianet.
50+
The features that are available in Teams depends on the Microsoft 365 plan purchased. For more information, see [feature availability](/office365/servicedescriptions/office-365-platform-service-description/teams-operated-by-21vianet) in Teams operated by 21Vianet.
5151

5252
## See also
5353

msteams-platform/m365-apps/actions-in-m365-quick-start-guide.md

Lines changed: 0 additions & 59 deletions
This file was deleted.

msteams-platform/m365-apps/actions-in-m365.md

Lines changed: 0 additions & 94 deletions
This file was deleted.

0 commit comments

Comments
 (0)