docs: remove preview markers for GA messaging features - #2961
Merged
Aamir Jawaid (heyitsaamir) merged 1 commit intoAug 18, 2026
Conversation
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: e4b59d6d-113b-4933-b7c6-628063147eef
Copilot started reviewing on behalf of
Aamir Jawaid (heyitsaamir)
August 17, 2026 16:17
View session
Contributor
There was a problem hiding this comment.
Pull request overview
Updates Teams SDK documentation to reflect that slash commands and targeted (ephemeral) messages are now generally available, removing outdated preview/experimental guidance across templates and comparison docs.
Changes:
- Removed “Preview” admonitions for Targeted Messages and Slash Commands in essentials templates.
- Removed now-unused
targeted-preview-notelanguage include sections (TS/Python/C#). - Updated SDK comparison table to remove “(preview)” label for targeted messages.
Show a summary per file
| File | Description |
|---|---|
| teams.md/src/pages/templates/essentials/sending-messages/README.mdx | Removes targeted-messages preview banner and preview note include reference. |
| teams.md/src/pages/templates/essentials/sending-messages/proactive-messaging.mdx | Removes targeted proactive messages preview banner. |
| teams.md/src/pages/templates/essentials/on-activity/README.mdx | Removes slash commands preview banner. |
| teams.md/src/components/include/essentials/sending-messages/typescript.incl.md | Removes unused targeted-preview-note include section. |
| teams.md/src/components/include/essentials/sending-messages/python.incl.md | Removes unused targeted-preview-note include section. |
| teams.md/src/components/include/essentials/sending-messages/csharp.incl.md | Removes .NET experimental opt-in guidance block for targeted messages. |
| teams.md/docs/main/teams/choosing-an-sdk.md | Removes “(preview)” label from targeted messages feature row. |
Review details
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
- Files reviewed: 7/7 changed files
- Comments generated: 0
- Review effort level: Lite
Corina (corinagum)
approved these changes
Aug 18, 2026
Aamir Jawaid (heyitsaamir)
deleted the
heyitsaamir-remove-preview-markers
branch
August 18, 2026 22:24
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Slash commands and targeted messages are now generally available. This removes outdated preview and .NET experimental opt-in guidance so the feature status is consistent across the shared templates, language includes, and SDK comparison documentation.