From d542a91bc6829b8ce7a3c6b37a304c1f1b9af18c Mon Sep 17 00:00:00 2001 From: Hui Miao Date: Sun, 29 Sep 2024 15:33:13 +0800 Subject: [PATCH 1/2] refactor: upgrade the team manifest version to 1.19 --- .../appPackage/manifest.json.tpl | 8 ++++---- .../copilot-gpt-basic/appPackage/manifest.json.tpl | 8 ++++---- .../appPackage/manifest.json.tpl | 4 ++-- .../appPackage/manifest.json.tpl | 6 +++--- .../appPackage/manifest.json.tpl | 6 +++--- .../appPackage/manifest.json.tpl | 6 +++--- .../copilot-gpt-basic/appPackage/manifest.json.tpl | 8 ++++---- .../appPackage/manifest.json.tpl | 8 ++++---- .../appPackage/manifest.json.tpl | 8 ++++---- .../appPackage/manifest.json.tpl | 8 ++++---- .../appPackage/manifest.json.tpl | 8 ++++---- .../appPackage/manifest.json.tpl | 8 ++++---- .../appPackage/manifest.json.tpl | 8 ++++---- .../appPackage/manifest.json.tpl | 8 ++++---- .../appPackage/manifest.json.tpl | 8 ++++---- .../appPackage/manifest.json.tpl | 10 +++++----- 16 files changed, 60 insertions(+), 60 deletions(-) diff --git a/templates/common/api-plugin-existing-api/appPackage/manifest.json.tpl b/templates/common/api-plugin-existing-api/appPackage/manifest.json.tpl index 92c324f9fc..abe0594e2f 100644 --- a/templates/common/api-plugin-existing-api/appPackage/manifest.json.tpl +++ b/templates/common/api-plugin-existing-api/appPackage/manifest.json.tpl @@ -1,6 +1,6 @@ { - "$schema": "https://developer.microsoft.com/json-schemas/teams/vDevPreview/MicrosoftTeams.schema.json", - "manifestVersion": "devPreview", + "$schema": "https://developer.microsoft.com/en-us/json-schemas/teams/v1.19/MicrosoftTeams.schema.json", + "manifestVersion": "1.19", "version": "1.0.0", "id": "${{TEAMS_APP_ID}}", "developer": { @@ -23,8 +23,8 @@ }, "accentColor": "#FFFFFF", {{#DeclarativeCopilot}} - "copilotExtensions": { - "declarativeCopilots": [ + "copilotAgents": { + "declarativeAgents": [ { "id": "declarativeAgent", "file": "declarativeAgent.json" diff --git a/templates/common/copilot-gpt-basic/appPackage/manifest.json.tpl b/templates/common/copilot-gpt-basic/appPackage/manifest.json.tpl index 7835f376fc..f862ec4746 100644 --- a/templates/common/copilot-gpt-basic/appPackage/manifest.json.tpl +++ b/templates/common/copilot-gpt-basic/appPackage/manifest.json.tpl @@ -1,6 +1,6 @@ { - "$schema": "https://developer.microsoft.com/json-schemas/teams/vDevPreview/MicrosoftTeams.schema.json", - "manifestVersion": "devPreview", + "$schema": "https://developer.microsoft.com/en-us/json-schemas/teams/v1.19/MicrosoftTeams.schema.json", + "manifestVersion": "1.19", "version": "1.0.0", "id": "${{TEAMS_APP_ID}}", "developer": { @@ -27,8 +27,8 @@ "identity", "messageTeamMembers" ], - "copilotExtensions": { - "declarativeCopilots": [ + "copilotAgents": { + "declarativeAgents": [ { "id": "declarativeAgent", "file": "declarativeAgent.json" diff --git a/templates/csharp/api-plugin-existing-api/appPackage/manifest.json.tpl b/templates/csharp/api-plugin-existing-api/appPackage/manifest.json.tpl index 722a62d9a0..e68d04f8dd 100644 --- a/templates/csharp/api-plugin-existing-api/appPackage/manifest.json.tpl +++ b/templates/csharp/api-plugin-existing-api/appPackage/manifest.json.tpl @@ -1,6 +1,6 @@ { - "$schema": "https://developer.microsoft.com/json-schemas/teams/vDevPreview/MicrosoftTeams.schema.json", - "manifestVersion": "devPreview", + "$schema": "https://developer.microsoft.com/en-us/json-schemas/teams/v1.19/MicrosoftTeams.schema.json", + "manifestVersion": "1.19", "version": "1.0.0", "id": "${{TEAMS_APP_ID}}", "developer": { diff --git a/templates/csharp/api-plugin-from-scratch-bearer/appPackage/manifest.json.tpl b/templates/csharp/api-plugin-from-scratch-bearer/appPackage/manifest.json.tpl index 6046fbdbd4..4099b1b94c 100644 --- a/templates/csharp/api-plugin-from-scratch-bearer/appPackage/manifest.json.tpl +++ b/templates/csharp/api-plugin-from-scratch-bearer/appPackage/manifest.json.tpl @@ -1,6 +1,6 @@ { - "$schema": "https://developer.microsoft.com/json-schemas/teams/vDevPreview/MicrosoftTeams.schema.json", - "manifestVersion": "devPreview", + "$schema": "https://developer.microsoft.com/en-us/json-schemas/teams/v1.19/MicrosoftTeams.schema.json", + "manifestVersion": "1.19", "id": "${{TEAMS_APP_ID}}", "version": "1.0.0", "developer": { @@ -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", diff --git a/templates/csharp/api-plugin-from-scratch-oauth/appPackage/manifest.json.tpl b/templates/csharp/api-plugin-from-scratch-oauth/appPackage/manifest.json.tpl index 5242ca1e09..76d5697ede 100644 --- a/templates/csharp/api-plugin-from-scratch-oauth/appPackage/manifest.json.tpl +++ b/templates/csharp/api-plugin-from-scratch-oauth/appPackage/manifest.json.tpl @@ -1,6 +1,6 @@ { - "$schema": "https://developer.microsoft.com/json-schemas/teams/vDevPreview/MicrosoftTeams.schema.json", - "manifestVersion": "devPreview", + "$schema": "https://developer.microsoft.com/en-us/json-schemas/teams/v1.19/MicrosoftTeams.schema.json", + "manifestVersion": "1.19", "id": "${{TEAMS_APP_ID}}", "version": "1.0.0", "developer": { @@ -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", diff --git a/templates/csharp/api-plugin-from-scratch/appPackage/manifest.json.tpl b/templates/csharp/api-plugin-from-scratch/appPackage/manifest.json.tpl index 6046fbdbd4..4099b1b94c 100644 --- a/templates/csharp/api-plugin-from-scratch/appPackage/manifest.json.tpl +++ b/templates/csharp/api-plugin-from-scratch/appPackage/manifest.json.tpl @@ -1,6 +1,6 @@ { - "$schema": "https://developer.microsoft.com/json-schemas/teams/vDevPreview/MicrosoftTeams.schema.json", - "manifestVersion": "devPreview", + "$schema": "https://developer.microsoft.com/en-us/json-schemas/teams/v1.19/MicrosoftTeams.schema.json", + "manifestVersion": "1.19", "id": "${{TEAMS_APP_ID}}", "version": "1.0.0", "developer": { @@ -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", diff --git a/templates/csharp/copilot-gpt-basic/appPackage/manifest.json.tpl b/templates/csharp/copilot-gpt-basic/appPackage/manifest.json.tpl index b956742309..1dfdd79aae 100644 --- a/templates/csharp/copilot-gpt-basic/appPackage/manifest.json.tpl +++ b/templates/csharp/copilot-gpt-basic/appPackage/manifest.json.tpl @@ -1,6 +1,6 @@ { - "$schema": "https://developer.microsoft.com/json-schemas/teams/vDevPreview/MicrosoftTeams.schema.json", - "manifestVersion": "devPreview", + "$schema": "https://developer.microsoft.com/en-us/json-schemas/teams/v1.19/MicrosoftTeams.schema.json", + "manifestVersion": "1.19", "version": "1.0.0", "id": "${{TEAMS_APP_ID}}", "packageName": "com.microsoft.teams.extension", @@ -28,8 +28,8 @@ "identity", "messageTeamMembers" ], - "copilotExtensions": { - "declarativeCopilots": [ + "copilotAgents": { + "declarativeAgents": [ { "id": "declarativeAgent", "file": "declarativeAgent.json" diff --git a/templates/csharp/copilot-gpt-from-scratch-plugin/appPackage/manifest.json.tpl b/templates/csharp/copilot-gpt-from-scratch-plugin/appPackage/manifest.json.tpl index 7e1d4e9520..9804f48492 100644 --- a/templates/csharp/copilot-gpt-from-scratch-plugin/appPackage/manifest.json.tpl +++ b/templates/csharp/copilot-gpt-from-scratch-plugin/appPackage/manifest.json.tpl @@ -1,6 +1,6 @@ { - "$schema": "https://developer.microsoft.com/json-schemas/teams/vDevPreview/MicrosoftTeams.schema.json", - "manifestVersion": "devPreview", + "$schema": "https://developer.microsoft.com/en-us/json-schemas/teams/v1.19/MicrosoftTeams.schema.json", + "manifestVersion": "1.19", "id": "${{TEAMS_APP_ID}}", "packageName": "com.microsoft.teams.extension", "version": "1.0.0", @@ -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" diff --git a/templates/js/api-plugin-from-scratch-bearer/appPackage/manifest.json.tpl b/templates/js/api-plugin-from-scratch-bearer/appPackage/manifest.json.tpl index bbc0cdd9cc..99934725da 100644 --- a/templates/js/api-plugin-from-scratch-bearer/appPackage/manifest.json.tpl +++ b/templates/js/api-plugin-from-scratch-bearer/appPackage/manifest.json.tpl @@ -1,6 +1,6 @@ { - "$schema": "https://developer.microsoft.com/json-schemas/teams/vDevPreview/MicrosoftTeams.schema.json", - "manifestVersion": "devPreview", + "$schema": "https://developer.microsoft.com/en-us/json-schemas/teams/v1.19/MicrosoftTeams.schema.json", + "manifestVersion": "1.19", "id": "${{TEAMS_APP_ID}}", "version": "1.0.0", "developer": { @@ -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": [ { @@ -32,7 +32,7 @@ ] {{/DeclarativeCopilot}} {{#DeclarativeCopilot}} - "declarativeCopilots": [ + "declarativeAgents": [ { "id": "repairDeclarativeAgent", "file": "repairDeclarativeAgent.json" diff --git a/templates/js/api-plugin-from-scratch-oauth/appPackage/manifest.json.tpl b/templates/js/api-plugin-from-scratch-oauth/appPackage/manifest.json.tpl index 394b463b62..6989d56cb9 100644 --- a/templates/js/api-plugin-from-scratch-oauth/appPackage/manifest.json.tpl +++ b/templates/js/api-plugin-from-scratch-oauth/appPackage/manifest.json.tpl @@ -1,6 +1,6 @@ { - "$schema": "https://developer.microsoft.com/json-schemas/teams/vDevPreview/MicrosoftTeams.schema.json", - "manifestVersion": "devPreview", + "$schema": "https://developer.microsoft.com/en-us/json-schemas/teams/v1.19/MicrosoftTeams.schema.json", + "manifestVersion": "1.19", "id": "${{TEAMS_APP_ID}}", "version": "1.0.0", "developer": { @@ -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": [ { @@ -32,7 +32,7 @@ ] {{/DeclarativeCopilot}} {{#DeclarativeCopilot}} - "declarativeCopilots": [ + "declarativeAgents": [ { "id": "repairDeclarativeAgent", "file": "repairDeclarativeAgent.json" diff --git a/templates/js/api-plugin-from-scratch/appPackage/manifest.json.tpl b/templates/js/api-plugin-from-scratch/appPackage/manifest.json.tpl index 69a740e679..fc5078a449 100644 --- a/templates/js/api-plugin-from-scratch/appPackage/manifest.json.tpl +++ b/templates/js/api-plugin-from-scratch/appPackage/manifest.json.tpl @@ -1,6 +1,6 @@ { - "$schema": "https://developer.microsoft.com/json-schemas/teams/vDevPreview/MicrosoftTeams.schema.json", - "manifestVersion": "devPreview", + "$schema": "https://developer.microsoft.com/en-us/json-schemas/teams/v1.19/MicrosoftTeams.schema.json", + "manifestVersion": "1.19", "id": "${{TEAMS_APP_ID}}", "version": "1.0.0", "developer": { @@ -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": [ { @@ -32,7 +32,7 @@ ] {{/DeclarativeCopilot}} {{#DeclarativeCopilot}} - "declarativeCopilots": [ + "declarativeAgents": [ { "id": "repairDeclarativeAgent", "file": "repairDeclarativeAgent.json" diff --git a/templates/js/copilot-gpt-from-scratch-plugin/appPackage/manifest.json.tpl b/templates/js/copilot-gpt-from-scratch-plugin/appPackage/manifest.json.tpl index 3336f56f44..e2171a0b77 100644 --- a/templates/js/copilot-gpt-from-scratch-plugin/appPackage/manifest.json.tpl +++ b/templates/js/copilot-gpt-from-scratch-plugin/appPackage/manifest.json.tpl @@ -1,6 +1,6 @@ { - "$schema": "https://developer.microsoft.com/json-schemas/teams/vDevPreview/MicrosoftTeams.schema.json", - "manifestVersion": "devPreview", + "$schema": "https://developer.microsoft.com/en-us/json-schemas/teams/v1.19/MicrosoftTeams.schema.json", + "manifestVersion": "1.19", "id": "${{TEAMS_APP_ID}}", "version": "1.0.0", "developer": { @@ -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" diff --git a/templates/ts/api-plugin-from-scratch-bearer/appPackage/manifest.json.tpl b/templates/ts/api-plugin-from-scratch-bearer/appPackage/manifest.json.tpl index 5caba495da..8daaebbc61 100644 --- a/templates/ts/api-plugin-from-scratch-bearer/appPackage/manifest.json.tpl +++ b/templates/ts/api-plugin-from-scratch-bearer/appPackage/manifest.json.tpl @@ -1,6 +1,6 @@ { - "$schema": "https://developer.microsoft.com/json-schemas/teams/vDevPreview/MicrosoftTeams.schema.json", - "manifestVersion": "devPreview", + "$schema": "https://developer.microsoft.com/en-us/json-schemas/teams/v1.19/MicrosoftTeams.schema.json", + "manifestVersion": "1.19", "id": "${{TEAMS_APP_ID}}", "version": "1.0.0", "developer": { @@ -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": [ { @@ -32,7 +32,7 @@ ] {{/DeclarativeCopilot}} {{#DeclarativeCopilot}} - "declarativeCopilots": [ + "declarativeAgents": [ { "id": "repairDeclarativeAgent", "file": "repairDeclarativeAgent.json" diff --git a/templates/ts/api-plugin-from-scratch-oauth/appPackage/manifest.json.tpl b/templates/ts/api-plugin-from-scratch-oauth/appPackage/manifest.json.tpl index 394b463b62..6989d56cb9 100644 --- a/templates/ts/api-plugin-from-scratch-oauth/appPackage/manifest.json.tpl +++ b/templates/ts/api-plugin-from-scratch-oauth/appPackage/manifest.json.tpl @@ -1,6 +1,6 @@ { - "$schema": "https://developer.microsoft.com/json-schemas/teams/vDevPreview/MicrosoftTeams.schema.json", - "manifestVersion": "devPreview", + "$schema": "https://developer.microsoft.com/en-us/json-schemas/teams/v1.19/MicrosoftTeams.schema.json", + "manifestVersion": "1.19", "id": "${{TEAMS_APP_ID}}", "version": "1.0.0", "developer": { @@ -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": [ { @@ -32,7 +32,7 @@ ] {{/DeclarativeCopilot}} {{#DeclarativeCopilot}} - "declarativeCopilots": [ + "declarativeAgents": [ { "id": "repairDeclarativeAgent", "file": "repairDeclarativeAgent.json" diff --git a/templates/ts/api-plugin-from-scratch/appPackage/manifest.json.tpl b/templates/ts/api-plugin-from-scratch/appPackage/manifest.json.tpl index 6e33224367..be0de76926 100644 --- a/templates/ts/api-plugin-from-scratch/appPackage/manifest.json.tpl +++ b/templates/ts/api-plugin-from-scratch/appPackage/manifest.json.tpl @@ -1,6 +1,6 @@ { - "$schema": "https://developer.microsoft.com/json-schemas/teams/vDevPreview/MicrosoftTeams.schema.json", - "manifestVersion": "devPreview", + "$schema": "https://developer.microsoft.com/en-us/json-schemas/teams/v1.19/MicrosoftTeams.schema.json", + "manifestVersion": "1.19", "id": "${{TEAMS_APP_ID}}", "version": "1.0.0", "developer": { @@ -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": [ { @@ -32,7 +32,7 @@ ] {{/DeclarativeCopilot}} {{#DeclarativeCopilot}} - "declarativeCopilots": [ + "declarativeAgents": [ { "id": "repairDeclarativeAgent", "file": "repairDeclarativeAgent.json" diff --git a/templates/ts/copilot-gpt-from-scratch-plugin/appPackage/manifest.json.tpl b/templates/ts/copilot-gpt-from-scratch-plugin/appPackage/manifest.json.tpl index 3336f56f44..24d6457f1b 100644 --- a/templates/ts/copilot-gpt-from-scratch-plugin/appPackage/manifest.json.tpl +++ b/templates/ts/copilot-gpt-from-scratch-plugin/appPackage/manifest.json.tpl @@ -1,6 +1,6 @@ { - "$schema": "https://developer.microsoft.com/json-schemas/teams/vDevPreview/MicrosoftTeams.schema.json", - "manifestVersion": "devPreview", + "$schema": "https://developer.microsoft.com/en-us/json-schemas/teams/v1.19/MicrosoftTeams.schema.json", + "manifestVersion": "1.19", "id": "${{TEAMS_APP_ID}}", "version": "1.0.0", "developer": { @@ -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" @@ -35,7 +35,7 @@ "file": "ai-plugin.json" } ] - }, + }, "permissions": [ "identity", "messageTeamMembers" From 034e228cf43632abe49b39aa7238b5a8528f5fae Mon Sep 17 00:00:00 2001 From: Hui Miao Date: Wed, 9 Oct 2024 14:27:56 +0800 Subject: [PATCH 2/2] refactor: use a temporary schema URL --- .../common/api-plugin-existing-api/appPackage/manifest.json.tpl | 2 +- templates/common/copilot-gpt-basic/appPackage/manifest.json.tpl | 2 +- .../csharp/api-plugin-existing-api/appPackage/manifest.json.tpl | 2 +- .../api-plugin-from-scratch-bearer/appPackage/manifest.json.tpl | 2 +- .../api-plugin-from-scratch-oauth/appPackage/manifest.json.tpl | 2 +- .../csharp/api-plugin-from-scratch/appPackage/manifest.json.tpl | 2 +- templates/csharp/copilot-gpt-basic/appPackage/manifest.json.tpl | 2 +- .../appPackage/manifest.json.tpl | 2 +- .../api-plugin-from-scratch-bearer/appPackage/manifest.json.tpl | 2 +- .../api-plugin-from-scratch-oauth/appPackage/manifest.json.tpl | 2 +- .../js/api-plugin-from-scratch/appPackage/manifest.json.tpl | 2 +- .../appPackage/manifest.json.tpl | 2 +- .../api-plugin-from-scratch-bearer/appPackage/manifest.json.tpl | 2 +- .../api-plugin-from-scratch-oauth/appPackage/manifest.json.tpl | 2 +- .../ts/api-plugin-from-scratch/appPackage/manifest.json.tpl | 2 +- .../appPackage/manifest.json.tpl | 2 +- 16 files changed, 16 insertions(+), 16 deletions(-) diff --git a/templates/common/api-plugin-existing-api/appPackage/manifest.json.tpl b/templates/common/api-plugin-existing-api/appPackage/manifest.json.tpl index abe0594e2f..848a1e0b14 100644 --- a/templates/common/api-plugin-existing-api/appPackage/manifest.json.tpl +++ b/templates/common/api-plugin-existing-api/appPackage/manifest.json.tpl @@ -1,5 +1,5 @@ { - "$schema": "https://developer.microsoft.com/en-us/json-schemas/teams/v1.19/MicrosoftTeams.schema.json", + "$schema": "https://aka.ms/json-schemas/teams/v1.19/MicrosoftTeams.schema.json", "manifestVersion": "1.19", "version": "1.0.0", "id": "${{TEAMS_APP_ID}}", diff --git a/templates/common/copilot-gpt-basic/appPackage/manifest.json.tpl b/templates/common/copilot-gpt-basic/appPackage/manifest.json.tpl index f862ec4746..c15d6f3936 100644 --- a/templates/common/copilot-gpt-basic/appPackage/manifest.json.tpl +++ b/templates/common/copilot-gpt-basic/appPackage/manifest.json.tpl @@ -1,5 +1,5 @@ { - "$schema": "https://developer.microsoft.com/en-us/json-schemas/teams/v1.19/MicrosoftTeams.schema.json", + "$schema": "https://aka.ms/json-schemas/teams/v1.19/MicrosoftTeams.schema.json", "manifestVersion": "1.19", "version": "1.0.0", "id": "${{TEAMS_APP_ID}}", diff --git a/templates/csharp/api-plugin-existing-api/appPackage/manifest.json.tpl b/templates/csharp/api-plugin-existing-api/appPackage/manifest.json.tpl index e68d04f8dd..d703616092 100644 --- a/templates/csharp/api-plugin-existing-api/appPackage/manifest.json.tpl +++ b/templates/csharp/api-plugin-existing-api/appPackage/manifest.json.tpl @@ -1,5 +1,5 @@ { - "$schema": "https://developer.microsoft.com/en-us/json-schemas/teams/v1.19/MicrosoftTeams.schema.json", + "$schema": "https://aka.ms/json-schemas/teams/v1.19/MicrosoftTeams.schema.json", "manifestVersion": "1.19", "version": "1.0.0", "id": "${{TEAMS_APP_ID}}", diff --git a/templates/csharp/api-plugin-from-scratch-bearer/appPackage/manifest.json.tpl b/templates/csharp/api-plugin-from-scratch-bearer/appPackage/manifest.json.tpl index 4099b1b94c..8d0fac5dc2 100644 --- a/templates/csharp/api-plugin-from-scratch-bearer/appPackage/manifest.json.tpl +++ b/templates/csharp/api-plugin-from-scratch-bearer/appPackage/manifest.json.tpl @@ -1,5 +1,5 @@ { - "$schema": "https://developer.microsoft.com/en-us/json-schemas/teams/v1.19/MicrosoftTeams.schema.json", + "$schema": "https://aka.ms/json-schemas/teams/v1.19/MicrosoftTeams.schema.json", "manifestVersion": "1.19", "id": "${{TEAMS_APP_ID}}", "version": "1.0.0", diff --git a/templates/csharp/api-plugin-from-scratch-oauth/appPackage/manifest.json.tpl b/templates/csharp/api-plugin-from-scratch-oauth/appPackage/manifest.json.tpl index 76d5697ede..5abe443d0e 100644 --- a/templates/csharp/api-plugin-from-scratch-oauth/appPackage/manifest.json.tpl +++ b/templates/csharp/api-plugin-from-scratch-oauth/appPackage/manifest.json.tpl @@ -1,5 +1,5 @@ { - "$schema": "https://developer.microsoft.com/en-us/json-schemas/teams/v1.19/MicrosoftTeams.schema.json", + "$schema": "https://aka.ms/json-schemas/teams/v1.19/MicrosoftTeams.schema.json", "manifestVersion": "1.19", "id": "${{TEAMS_APP_ID}}", "version": "1.0.0", diff --git a/templates/csharp/api-plugin-from-scratch/appPackage/manifest.json.tpl b/templates/csharp/api-plugin-from-scratch/appPackage/manifest.json.tpl index 4099b1b94c..8d0fac5dc2 100644 --- a/templates/csharp/api-plugin-from-scratch/appPackage/manifest.json.tpl +++ b/templates/csharp/api-plugin-from-scratch/appPackage/manifest.json.tpl @@ -1,5 +1,5 @@ { - "$schema": "https://developer.microsoft.com/en-us/json-schemas/teams/v1.19/MicrosoftTeams.schema.json", + "$schema": "https://aka.ms/json-schemas/teams/v1.19/MicrosoftTeams.schema.json", "manifestVersion": "1.19", "id": "${{TEAMS_APP_ID}}", "version": "1.0.0", diff --git a/templates/csharp/copilot-gpt-basic/appPackage/manifest.json.tpl b/templates/csharp/copilot-gpt-basic/appPackage/manifest.json.tpl index 1dfdd79aae..eca889c290 100644 --- a/templates/csharp/copilot-gpt-basic/appPackage/manifest.json.tpl +++ b/templates/csharp/copilot-gpt-basic/appPackage/manifest.json.tpl @@ -1,5 +1,5 @@ { - "$schema": "https://developer.microsoft.com/en-us/json-schemas/teams/v1.19/MicrosoftTeams.schema.json", + "$schema": "https://aka.ms/json-schemas/teams/v1.19/MicrosoftTeams.schema.json", "manifestVersion": "1.19", "version": "1.0.0", "id": "${{TEAMS_APP_ID}}", diff --git a/templates/csharp/copilot-gpt-from-scratch-plugin/appPackage/manifest.json.tpl b/templates/csharp/copilot-gpt-from-scratch-plugin/appPackage/manifest.json.tpl index 9804f48492..f796b56302 100644 --- a/templates/csharp/copilot-gpt-from-scratch-plugin/appPackage/manifest.json.tpl +++ b/templates/csharp/copilot-gpt-from-scratch-plugin/appPackage/manifest.json.tpl @@ -1,5 +1,5 @@ { - "$schema": "https://developer.microsoft.com/en-us/json-schemas/teams/v1.19/MicrosoftTeams.schema.json", + "$schema": "https://aka.ms/json-schemas/teams/v1.19/MicrosoftTeams.schema.json", "manifestVersion": "1.19", "id": "${{TEAMS_APP_ID}}", "packageName": "com.microsoft.teams.extension", diff --git a/templates/js/api-plugin-from-scratch-bearer/appPackage/manifest.json.tpl b/templates/js/api-plugin-from-scratch-bearer/appPackage/manifest.json.tpl index 99934725da..e49a97266b 100644 --- a/templates/js/api-plugin-from-scratch-bearer/appPackage/manifest.json.tpl +++ b/templates/js/api-plugin-from-scratch-bearer/appPackage/manifest.json.tpl @@ -1,5 +1,5 @@ { - "$schema": "https://developer.microsoft.com/en-us/json-schemas/teams/v1.19/MicrosoftTeams.schema.json", + "$schema": "https://aka.ms/json-schemas/teams/v1.19/MicrosoftTeams.schema.json", "manifestVersion": "1.19", "id": "${{TEAMS_APP_ID}}", "version": "1.0.0", diff --git a/templates/js/api-plugin-from-scratch-oauth/appPackage/manifest.json.tpl b/templates/js/api-plugin-from-scratch-oauth/appPackage/manifest.json.tpl index 6989d56cb9..2d32a82bd6 100644 --- a/templates/js/api-plugin-from-scratch-oauth/appPackage/manifest.json.tpl +++ b/templates/js/api-plugin-from-scratch-oauth/appPackage/manifest.json.tpl @@ -1,5 +1,5 @@ { - "$schema": "https://developer.microsoft.com/en-us/json-schemas/teams/v1.19/MicrosoftTeams.schema.json", + "$schema": "https://aka.ms/json-schemas/teams/v1.19/MicrosoftTeams.schema.json", "manifestVersion": "1.19", "id": "${{TEAMS_APP_ID}}", "version": "1.0.0", diff --git a/templates/js/api-plugin-from-scratch/appPackage/manifest.json.tpl b/templates/js/api-plugin-from-scratch/appPackage/manifest.json.tpl index fc5078a449..f8590059bf 100644 --- a/templates/js/api-plugin-from-scratch/appPackage/manifest.json.tpl +++ b/templates/js/api-plugin-from-scratch/appPackage/manifest.json.tpl @@ -1,5 +1,5 @@ { - "$schema": "https://developer.microsoft.com/en-us/json-schemas/teams/v1.19/MicrosoftTeams.schema.json", + "$schema": "https://aka.ms/json-schemas/teams/v1.19/MicrosoftTeams.schema.json", "manifestVersion": "1.19", "id": "${{TEAMS_APP_ID}}", "version": "1.0.0", diff --git a/templates/js/copilot-gpt-from-scratch-plugin/appPackage/manifest.json.tpl b/templates/js/copilot-gpt-from-scratch-plugin/appPackage/manifest.json.tpl index e2171a0b77..61c63bddfb 100644 --- a/templates/js/copilot-gpt-from-scratch-plugin/appPackage/manifest.json.tpl +++ b/templates/js/copilot-gpt-from-scratch-plugin/appPackage/manifest.json.tpl @@ -1,5 +1,5 @@ { - "$schema": "https://developer.microsoft.com/en-us/json-schemas/teams/v1.19/MicrosoftTeams.schema.json", + "$schema": "https://aka.ms/json-schemas/teams/v1.19/MicrosoftTeams.schema.json", "manifestVersion": "1.19", "id": "${{TEAMS_APP_ID}}", "version": "1.0.0", diff --git a/templates/ts/api-plugin-from-scratch-bearer/appPackage/manifest.json.tpl b/templates/ts/api-plugin-from-scratch-bearer/appPackage/manifest.json.tpl index 8daaebbc61..88c8873a4c 100644 --- a/templates/ts/api-plugin-from-scratch-bearer/appPackage/manifest.json.tpl +++ b/templates/ts/api-plugin-from-scratch-bearer/appPackage/manifest.json.tpl @@ -1,5 +1,5 @@ { - "$schema": "https://developer.microsoft.com/en-us/json-schemas/teams/v1.19/MicrosoftTeams.schema.json", + "$schema": "https://aka.ms/json-schemas/teams/v1.19/MicrosoftTeams.schema.json", "manifestVersion": "1.19", "id": "${{TEAMS_APP_ID}}", "version": "1.0.0", diff --git a/templates/ts/api-plugin-from-scratch-oauth/appPackage/manifest.json.tpl b/templates/ts/api-plugin-from-scratch-oauth/appPackage/manifest.json.tpl index 6989d56cb9..2d32a82bd6 100644 --- a/templates/ts/api-plugin-from-scratch-oauth/appPackage/manifest.json.tpl +++ b/templates/ts/api-plugin-from-scratch-oauth/appPackage/manifest.json.tpl @@ -1,5 +1,5 @@ { - "$schema": "https://developer.microsoft.com/en-us/json-schemas/teams/v1.19/MicrosoftTeams.schema.json", + "$schema": "https://aka.ms/json-schemas/teams/v1.19/MicrosoftTeams.schema.json", "manifestVersion": "1.19", "id": "${{TEAMS_APP_ID}}", "version": "1.0.0", diff --git a/templates/ts/api-plugin-from-scratch/appPackage/manifest.json.tpl b/templates/ts/api-plugin-from-scratch/appPackage/manifest.json.tpl index be0de76926..84a378fdb6 100644 --- a/templates/ts/api-plugin-from-scratch/appPackage/manifest.json.tpl +++ b/templates/ts/api-plugin-from-scratch/appPackage/manifest.json.tpl @@ -1,5 +1,5 @@ { - "$schema": "https://developer.microsoft.com/en-us/json-schemas/teams/v1.19/MicrosoftTeams.schema.json", + "$schema": "https://aka.ms/json-schemas/teams/v1.19/MicrosoftTeams.schema.json", "manifestVersion": "1.19", "id": "${{TEAMS_APP_ID}}", "version": "1.0.0", diff --git a/templates/ts/copilot-gpt-from-scratch-plugin/appPackage/manifest.json.tpl b/templates/ts/copilot-gpt-from-scratch-plugin/appPackage/manifest.json.tpl index 24d6457f1b..da8c9c4ec1 100644 --- a/templates/ts/copilot-gpt-from-scratch-plugin/appPackage/manifest.json.tpl +++ b/templates/ts/copilot-gpt-from-scratch-plugin/appPackage/manifest.json.tpl @@ -1,5 +1,5 @@ { - "$schema": "https://developer.microsoft.com/en-us/json-schemas/teams/v1.19/MicrosoftTeams.schema.json", + "$schema": "https://aka.ms/json-schemas/teams/v1.19/MicrosoftTeams.schema.json", "manifestVersion": "1.19", "id": "${{TEAMS_APP_ID}}", "version": "1.0.0",