Skip to content

Update App Manifest version to v1.26#15645

Draft
Copilot wants to merge 2 commits intodevfrom
copilot/update-app-manifest-version-1-26
Draft

Update App Manifest version to v1.26#15645
Copilot wants to merge 2 commits intodevfrom
copilot/update-app-manifest-version-1-26

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Apr 3, 2026

Bumps the Teams App Manifest schema from v1.25 → v1.26 across all templates and the manifest package. v1.26 adds an optional features array to the description property (NON-BREAKING).

Changes

Templates (123 files)

  • Updated manifestVersion and $schema URL to v1.26 in all manifest.json.tpl / manifest.local.json.tpl files across templates/vsc/, templates/vs/, and templates/unused/

packages/manifest

  • Added src/json-schemas/teams/v1.26/MicrosoftTeams.schema.json (sourced from microsoft/json-schemas@97d2ee1)
  • Generated src/generated-types/teams/TeamsManifestV1D26.ts via npm run convert
  • Updated src/generated-types/index.ts:
    • Added TeamsManifestV1D26 to the TeamsManifest union type
    • Updated TeamsManifestLatest alias from v1.25 → v1.26
    • Added "1.26" converter entry to TeamsManifestConverterMap

packages/mcp-server

  • Updated latestVersion for app_manifest from "v1.25""v1.26" in fetcher.ts and the corresponding test

v1.26 description.features schema

"description": {
  "short": "...",
  "full": "...",
  "features": [            // optional; 1–3 items
    {
      "title": "...",      // max 45 chars
      "description": "..." // max 120 chars
    }
  ]
}

Warning

Firewall rules blocked me from connecting to one or more addresses (expand for details)

I tried to connect to the following addresses, but was blocked by firewall rules:

  • developer.microsoft.com
    • Triggering command: /home/REDACTED/work/_temp/ghcca-node/node/bin/node /home/REDACTED/work/_temp/ghcca-node/node/bin/node --enable-source-maps /home/REDACTED/work/_temp/copilot-developer-action-main/dist/index.js (dns block)
    • Triggering command: /opt/hostedtoolcache/node/24.14.1/x64/bin/node /opt/hostedtoolcache/node/24.14.1/x64/bin/node --no-experimental-strip-types /home/REDACTED/work/microsoft-365-agents-toolkit/microsoft-365-agents-toolkit/packages/manifest/node_modules/mocha/lib/cli/cli.js test/**/*.test.ts --no-timeout --require ts-node/register --no-config --no-package --diff --extension js --extension cjs --extension mjs --reporter spec --slow 75 (dns block)

If you need me to access, download, or install something from one of these locations, you can either:

Copilot AI linked an issue Apr 3, 2026 that may be closed by this pull request
3 tasks
Copilot AI changed the title [WIP] Update app manifest version to v1.26 in each template Update App Manifest version to v1.26 Apr 3, 2026
Copilot AI requested a review from tecton April 3, 2026 23:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Update App Manifest Version to v1.26 in each template

2 participants