Skip to content

Commit 5c9e531

Browse files
KatT-AIclaude
andcommitted
Fix schema_version mismatch in ai-plugin.json and clear tenant IDs
Align schema_version with $schema URL (v2.4 → v2.1) and restore empty tenant-specific values in .env.dev. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent d33a3b7 commit 5c9e531

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

samples/da-sharepoint-data-manager/appPackage/ai-plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "https://aka.ms/json-schemas/copilot-extensions/v2.1/plugin.schema.json",
3-
"schema_version": "v2.4",
3+
"schema_version": "v2.1",
44
"name_for_human": "Microsoft Learn Search",
55
"description_for_human": "Search official Microsoft documentation for SharePoint and Microsoft 365 guidance",
66
"contact_email": "publisher-email@example.com",

samples/da-sharepoint-data-manager/env/.env.dev

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ APP_NAME_SUFFIX=dev
88
TEAMS_APP_ID=
99
TEAMS_APP_TENANT_ID=
1010
M365_TITLE_ID=
11-
M365_APP_ID=
11+
M365_APP_ID=

0 commit comments

Comments
 (0)