Skip to content

Commit 4160b51

Browse files
committed
chore: add feature flag for copilot pages
1 parent 66ff8f5 commit 4160b51

1 file changed

Lines changed: 26 additions & 1 deletion

File tree

Config/FeatureFlags.json

Lines changed: 26 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,31 @@
4444
],
4545
"Hidden": true
4646
},
47+
{
48+
"Id": "CopilotAI",
49+
"Name": "Copilot & AI",
50+
"Description": "Under Development: Microsoft 365 Copilot and AI management pages including settings, usage reports, Agent365 packages, and Shadow AI analysis.",
51+
"Enabled": false,
52+
"AllowUserToggle": false,
53+
"Timers": [],
54+
"Endpoints": [
55+
"ListCopilotSettings",
56+
"ExecCopilotSettings",
57+
"ListCopilotUsage",
58+
"ListAgent365Packages",
59+
"ListAgent365PackageDetail",
60+
"ListShadowAI"
61+
],
62+
"Pages": [
63+
"/copilot/settings",
64+
"/copilot/shadow-ai",
65+
"/copilot/agent365/packages",
66+
"/copilot/reports/copilot-adoption",
67+
"/copilot/reports/copilot-usage",
68+
"/copilot/reports/copilot-trend"
69+
],
70+
"Hidden": true
71+
},
4772
{
4873
"Id": "MCPServer",
4974
"Name": "MCP Server",
@@ -57,4 +82,4 @@
5782
"Pages": [],
5883
"Hidden": false
5984
}
60-
]
85+
]

0 commit comments

Comments
 (0)