Skip to content

Commit 714b9c3

Browse files
Copilottecton
andauthored
feat: Cherry-pick PR #15358 — update Teams App Manifest schema to v1.25 (#15364)
* Initial plan * feat: Update foundry-agent manifest to v1.25 schema with supportsChannelFeatures Co-authored-by: tecton <886116+tecton@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: tecton <886116+tecton@users.noreply.github.com>
1 parent 946d351 commit 714b9c3

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

templates/vsc/ts/foundry-agent/appPackage/manifest.json.tpl

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"$schema": "https://developer.microsoft.com/en-us/json-schemas/teams/v1.24/MicrosoftTeams.schema.json",
3-
"manifestVersion": "1.24",
2+
"$schema": "https://developer.microsoft.com/en-us/json-schemas/teams/v1.25/MicrosoftTeams.schema.json",
3+
"manifestVersion": "1.25",
44
"version": "1.0.0",
55
"id": "${{TEAMS_APP_ID}}",
66
"developer": {
@@ -22,6 +22,7 @@
2222
"full": "full description for {{appName}}"
2323
},
2424
"accentColor": "#FFFFFF",
25+
"supportsChannelFeatures": "tier1",
2526
"copilotAgents": {
2627
"customEngineAgents": [
2728
{

0 commit comments

Comments
 (0)