feat: update App Manifest version to v1.26 across all templates#15578
Open
feat: update App Manifest version to v1.26 across all templates#15578
Conversation
…ages Co-authored-by: tecton <886116+tecton@users.noreply.github.com> Agent-Logs-Url: https://github.com/OfficeDev/microsoft-365-agents-toolkit/sessions/407bf22e-b594-404b-97fc-05480b76f9aa
Copilot
AI
changed the title
[WIP] Update app manifest version to v1.26 in templates
Update App Manifest version to v1.26 across all templates
Mar 23, 2026
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## dev #15578 +/- ##
==========================================
+ Coverage 89.26% 92.77% +3.50%
==========================================
Files 622 622
Lines 38107 38119 +12
Branches 7560 7042 -518
==========================================
+ Hits 34015 35363 +1348
- Misses 1987 2020 +33
+ Partials 2105 736 -1369
🚀 New features to boost your workflow:
|
HuihuiWu-Microsoft
approved these changes
Apr 2, 2026
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.
Bumps the Teams App Manifest schema from v1.25 to v1.26 across all templates, incorporating the new schema changes:
description.featuresarray,oAuth2.0auth type for compose extensions,oAuthConfigurationobject, and relaxedcopilotAgentsvalidation (emptyanyOfreplacingoneOf).Template updates (123 files)
"manifestVersion": "1.25"→"1.26"$schemaURL:.../v1.25/MicrosoftTeams.schema.json→.../v1.26/...packages/manifest— new v1.26 schema + generated typessrc/json-schemas/teams/v1.26/with all 4 schema files from Microsoft's developer portalmanifestVersionconst: Published v1.26 schema incorrectly still says"1.25"— corrected to"1.26"in our local copycopilotAgents.anyOf: EmptyanyOf: [](the schema change fromoneOf) causes aquicktypecodegen error ("impossible type"); removed it to allow type generation while preserving the structural propertiesTeamsManifestV1D26.tsvianpm run convertgenerated-types/index.ts: added v1.26 to theTeamsManifestunion, converter map, and setTeamsManifestLatest = TeamsManifestV1D26packages/mcp-serverfetcher.ts:latestVersion: "v1.25"→"v1.26"forapp_manifestfetcher.test.ts: updated expected schema URL accordinglyOriginal prompt
📍 Connect Copilot coding agent with Jira, Azure Boards or Linear to delegate work to Copilot in one click without leaving your project management tool.