Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor: upgrade the team manifest version to 1.19 #12491

Merged
merged 3 commits into from
Oct 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "https://developer.microsoft.com/json-schemas/teams/vDevPreview/MicrosoftTeams.schema.json",
"manifestVersion": "devPreview",
"$schema": "https://aka.ms/json-schemas/teams/v1.19/MicrosoftTeams.schema.json",
"manifestVersion": "1.19",
"version": "1.0.0",
"id": "${{TEAMS_APP_ID}}",
"developer": {
Expand All @@ -23,8 +23,8 @@
},
"accentColor": "#FFFFFF",
{{#DeclarativeCopilot}}
"copilotExtensions": {
"declarativeCopilots": [
"copilotAgents": {
"declarativeAgents": [
{
"id": "declarativeAgent",
"file": "declarativeAgent.json"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "https://developer.microsoft.com/json-schemas/teams/vDevPreview/MicrosoftTeams.schema.json",
"manifestVersion": "devPreview",
"$schema": "https://aka.ms/json-schemas/teams/v1.19/MicrosoftTeams.schema.json",
"manifestVersion": "1.19",
"version": "1.0.0",
"id": "${{TEAMS_APP_ID}}",
"developer": {
Expand All @@ -27,8 +27,8 @@
"identity",
"messageTeamMembers"
],
"copilotExtensions": {
"declarativeCopilots": [
"copilotAgents": {
"declarativeAgents": [
{
"id": "declarativeAgent",
"file": "declarativeAgent.json"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "https://developer.microsoft.com/json-schemas/teams/vDevPreview/MicrosoftTeams.schema.json",
"manifestVersion": "devPreview",
"$schema": "https://aka.ms/json-schemas/teams/v1.19/MicrosoftTeams.schema.json",
"manifestVersion": "1.19",
"version": "1.0.0",
"id": "${{TEAMS_APP_ID}}",
"developer": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "https://developer.microsoft.com/json-schemas/teams/vDevPreview/MicrosoftTeams.schema.json",
"manifestVersion": "devPreview",
"$schema": "https://aka.ms/json-schemas/teams/v1.19/MicrosoftTeams.schema.json",
"manifestVersion": "1.19",
"id": "${{TEAMS_APP_ID}}",
"version": "1.0.0",
"developer": {
Expand All @@ -22,7 +22,7 @@
"full": "The ultimate solution for hassle-free car maintenance management makes tracking and monitoring your car repair records a breeze."
},
"accentColor": "#FFFFFF",
"copilotExtensions": {
"copilotAgents": {
"plugins": [
{
"id": "plugin_1",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "https://developer.microsoft.com/json-schemas/teams/vDevPreview/MicrosoftTeams.schema.json",
"manifestVersion": "devPreview",
"$schema": "https://aka.ms/json-schemas/teams/v1.19/MicrosoftTeams.schema.json",
"manifestVersion": "1.19",
"id": "${{TEAMS_APP_ID}}",
"version": "1.0.0",
"developer": {
Expand All @@ -22,7 +22,7 @@
"full": "The ultimate solution for hassle-free car maintenance management makes tracking and monitoring your car repair records a breeze."
},
"accentColor": "#FFFFFF",
"copilotExtensions": {
"copilotAgents": {
"plugins": [
{
"id": "plugin_1",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "https://developer.microsoft.com/json-schemas/teams/vDevPreview/MicrosoftTeams.schema.json",
"manifestVersion": "devPreview",
"$schema": "https://aka.ms/json-schemas/teams/v1.19/MicrosoftTeams.schema.json",
"manifestVersion": "1.19",
"id": "${{TEAMS_APP_ID}}",
"version": "1.0.0",
"developer": {
Expand All @@ -22,7 +22,7 @@
"full": "The ultimate solution for hassle-free car maintenance management makes tracking and monitoring your car repair records a breeze."
},
"accentColor": "#FFFFFF",
"copilotExtensions": {
"copilotAgents": {
"plugins": [
{
"id": "plugin_1",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "https://developer.microsoft.com/json-schemas/teams/vDevPreview/MicrosoftTeams.schema.json",
"manifestVersion": "devPreview",
"$schema": "https://aka.ms/json-schemas/teams/v1.19/MicrosoftTeams.schema.json",
"manifestVersion": "1.19",
"version": "1.0.0",
"id": "${{TEAMS_APP_ID}}",
"packageName": "com.microsoft.teams.extension",
Expand Down Expand Up @@ -28,8 +28,8 @@
"identity",
"messageTeamMembers"
],
"copilotExtensions": {
"declarativeCopilots": [
"copilotAgents": {
"declarativeAgents": [
{
"id": "declarativeAgent",
"file": "declarativeAgent.json"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "https://developer.microsoft.com/json-schemas/teams/vDevPreview/MicrosoftTeams.schema.json",
"manifestVersion": "devPreview",
"$schema": "https://aka.ms/json-schemas/teams/v1.19/MicrosoftTeams.schema.json",
"manifestVersion": "1.19",
"id": "${{TEAMS_APP_ID}}",
"packageName": "com.microsoft.teams.extension",
"version": "1.0.0",
Expand All @@ -23,8 +23,8 @@
"full": "The ultimate solution for hassle-free car maintenance management makes tracking and monitoring your car repair records a breeze."
},
"accentColor": "#FFFFFF",
"copilotExtensions": {
"declarativeCopilots": [
"copilotAgents": {
"declarativeAgents": [
{
"id": "repairDeclarativeAgent",
"file": "repairDeclarativeAgent.json"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "https://developer.microsoft.com/json-schemas/teams/vDevPreview/MicrosoftTeams.schema.json",
"manifestVersion": "devPreview",
"$schema": "https://aka.ms/json-schemas/teams/v1.19/MicrosoftTeams.schema.json",
"manifestVersion": "1.19",
"id": "${{TEAMS_APP_ID}}",
"version": "1.0.0",
"developer": {
Expand All @@ -22,7 +22,7 @@
"full": "The ultimate solution for hassle-free car maintenance management makes tracking and monitoring your car repair records a breeze."
},
"accentColor": "#FFFFFF",
"copilotExtensions": {
"copilotAgents": {
{{^DeclarativeCopilot}}
"plugins": [
{
Expand All @@ -32,7 +32,7 @@
]
{{/DeclarativeCopilot}}
{{#DeclarativeCopilot}}
"declarativeCopilots": [
"declarativeAgents": [
{
"id": "repairDeclarativeAgent",
"file": "repairDeclarativeAgent.json"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "https://developer.microsoft.com/json-schemas/teams/vDevPreview/MicrosoftTeams.schema.json",
"manifestVersion": "devPreview",
"$schema": "https://aka.ms/json-schemas/teams/v1.19/MicrosoftTeams.schema.json",
"manifestVersion": "1.19",
"id": "${{TEAMS_APP_ID}}",
"version": "1.0.0",
"developer": {
Expand All @@ -22,7 +22,7 @@
"full": "The ultimate solution for hassle-free car maintenance management makes tracking and monitoring your car repair records a breeze."
},
"accentColor": "#FFFFFF",
"copilotExtensions": {
"copilotAgents": {
{{^DeclarativeCopilot}}
"plugins": [
{
Expand All @@ -32,7 +32,7 @@
]
{{/DeclarativeCopilot}}
{{#DeclarativeCopilot}}
"declarativeCopilots": [
"declarativeAgents": [
{
"id": "repairDeclarativeAgent",
"file": "repairDeclarativeAgent.json"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "https://developer.microsoft.com/json-schemas/teams/vDevPreview/MicrosoftTeams.schema.json",
"manifestVersion": "devPreview",
"$schema": "https://aka.ms/json-schemas/teams/v1.19/MicrosoftTeams.schema.json",
"manifestVersion": "1.19",
"id": "${{TEAMS_APP_ID}}",
"version": "1.0.0",
"developer": {
Expand All @@ -22,7 +22,7 @@
"full": "The ultimate solution for hassle-free car maintenance management makes tracking and monitoring your car repair records a breeze."
},
"accentColor": "#FFFFFF",
"copilotExtensions": {
"copilotAgents": {
{{^DeclarativeCopilot}}
"plugins": [
{
Expand All @@ -32,7 +32,7 @@
]
{{/DeclarativeCopilot}}
{{#DeclarativeCopilot}}
"declarativeCopilots": [
"declarativeAgents": [
{
"id": "repairDeclarativeAgent",
"file": "repairDeclarativeAgent.json"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "https://developer.microsoft.com/json-schemas/teams/vDevPreview/MicrosoftTeams.schema.json",
"manifestVersion": "devPreview",
"$schema": "https://aka.ms/json-schemas/teams/v1.19/MicrosoftTeams.schema.json",
"manifestVersion": "1.19",
"id": "${{TEAMS_APP_ID}}",
"version": "1.0.0",
"developer": {
Expand All @@ -22,8 +22,8 @@
"full": "The ultimate solution for hassle-free car maintenance management makes tracking and monitoring your car repair records a breeze."
},
"accentColor": "#FFFFFF",
"copilotExtensions": {
"declarativeCopilots": [
"copilotAgents": {
"declarativeAgents": [
{
"id": "repairDeclarativeAgent",
"file": "repairDeclarativeAgent.json"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "https://developer.microsoft.com/json-schemas/teams/vDevPreview/MicrosoftTeams.schema.json",
"manifestVersion": "devPreview",
"$schema": "https://aka.ms/json-schemas/teams/v1.19/MicrosoftTeams.schema.json",
"manifestVersion": "1.19",
"id": "${{TEAMS_APP_ID}}",
"version": "1.0.0",
"developer": {
Expand All @@ -22,7 +22,7 @@
"full": "The ultimate solution for hassle-free car maintenance management makes tracking and monitoring your car repair records a breeze."
},
"accentColor": "#FFFFFF",
"copilotExtensions": {
"copilotAgents": {
{{^DeclarativeCopilot}}
"plugins": [
{
Expand All @@ -32,7 +32,7 @@
]
{{/DeclarativeCopilot}}
{{#DeclarativeCopilot}}
"declarativeCopilots": [
"declarativeAgents": [
{
"id": "repairDeclarativeAgent",
"file": "repairDeclarativeAgent.json"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "https://developer.microsoft.com/json-schemas/teams/vDevPreview/MicrosoftTeams.schema.json",
"manifestVersion": "devPreview",
"$schema": "https://aka.ms/json-schemas/teams/v1.19/MicrosoftTeams.schema.json",
"manifestVersion": "1.19",
"id": "${{TEAMS_APP_ID}}",
"version": "1.0.0",
"developer": {
Expand All @@ -22,7 +22,7 @@
"full": "The ultimate solution for hassle-free car maintenance management makes tracking and monitoring your car repair records a breeze."
},
"accentColor": "#FFFFFF",
"copilotExtensions": {
"copilotAgents": {
{{^DeclarativeCopilot}}
"plugins": [
{
Expand All @@ -32,7 +32,7 @@
]
{{/DeclarativeCopilot}}
{{#DeclarativeCopilot}}
"declarativeCopilots": [
"declarativeAgents": [
{
"id": "repairDeclarativeAgent",
"file": "repairDeclarativeAgent.json"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "https://developer.microsoft.com/json-schemas/teams/vDevPreview/MicrosoftTeams.schema.json",
"manifestVersion": "devPreview",
"$schema": "https://aka.ms/json-schemas/teams/v1.19/MicrosoftTeams.schema.json",
"manifestVersion": "1.19",
"id": "${{TEAMS_APP_ID}}",
"version": "1.0.0",
"developer": {
Expand All @@ -22,7 +22,7 @@
"full": "The ultimate solution for hassle-free car maintenance management makes tracking and monitoring your car repair records a breeze."
},
"accentColor": "#FFFFFF",
"copilotExtensions": {
"copilotAgents": {
{{^DeclarativeCopilot}}
"plugins": [
{
Expand All @@ -32,7 +32,7 @@
]
{{/DeclarativeCopilot}}
{{#DeclarativeCopilot}}
"declarativeCopilots": [
"declarativeAgents": [
{
"id": "repairDeclarativeAgent",
"file": "repairDeclarativeAgent.json"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "https://developer.microsoft.com/json-schemas/teams/vDevPreview/MicrosoftTeams.schema.json",
"manifestVersion": "devPreview",
"$schema": "https://aka.ms/json-schemas/teams/v1.19/MicrosoftTeams.schema.json",
"manifestVersion": "1.19",
"id": "${{TEAMS_APP_ID}}",
"version": "1.0.0",
"developer": {
Expand All @@ -22,8 +22,8 @@
"full": "The ultimate solution for hassle-free car maintenance management makes tracking and monitoring your car repair records a breeze."
},
"accentColor": "#FFFFFF",
"copilotExtensions": {
"declarativeCopilots": [
"copilotAgents": {
"declarativeAgents": [
{
"id": "repairDeclarativeAgent",
"file": "repairDeclarativeAgent.json"
Expand All @@ -35,7 +35,7 @@
"file": "ai-plugin.json"
}
]
},
},
"permissions": [
"identity",
"messageTeamMembers"
Expand Down
Loading