Skip to content

Commit 6c813b9

Browse files
authored
Merge branch 'KelvinTegelaar:master' into master
2 parents 8915c69 + 0ec258d commit 6c813b9

177 files changed

Lines changed: 19282 additions & 2704 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

Config/CIPPTimers.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@
241241
"Id": "5e8a9b4c-2d6f-4a3e-b7c1-9d0e5f3a8b2c",
242242
"Command": "Start-IntuneReportExportOrchestrator",
243243
"Description": "Submit Intune report-export jobs ahead of nightly DB cache run",
244-
"Cron": "0 0 2 * * *",
244+
"Cron": "0 0 1 * * *",
245245
"Priority": 22,
246246
"RunOnProcessor": true,
247247
"TZOffset": true,

Config/ConversionTable.csv

Lines changed: 123 additions & 0 deletions
Large diffs are not rendered by default.

Config/ExcludeSkuList.JSON

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,10 @@
5959
"GUID": "8c4ce438-32a7-4ac5-91a6-e22ae08d9c8b",
6060
"Product_Display_Name": "Rights Management Adhoc"
6161
},
62+
{
63+
"GUID": "093e8d14-a334-43d9-93e3-30589a8b47d0",
64+
"Product_Display_Name": "Rights Management Service Basic Content Protection"
65+
},
6266
{
6367
"GUID": "5b631642-bd26-49fe-bd20-1daaa972ef80",
6468
"Product_Display_Name": "Microsoft Power Apps for Developer"

Config/FeatureFlags.json

Lines changed: 40 additions & 0 deletions
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",
@@ -56,5 +81,20 @@
5681
],
5782
"Pages": [],
5883
"Hidden": false
84+
},
85+
{
86+
"Id": "AppInsights",
87+
"Name": "App Insights",
88+
"Description": "App Insights page not used in NG",
89+
"Enabled": true,
90+
"AllowUserToggle": false,
91+
"Timers": [],
92+
"Endpoints": [
93+
"ExecAppInsightsQuery"
94+
],
95+
"Pages": [
96+
"/cipp/advanced/diagnostics"
97+
],
98+
"Hidden": true
5999
}
60100
]

Config/SAMManifest.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,18 @@
2323
{
2424
"resourceAppId": "00000003-0000-0000-c000-000000000000",
2525
"resourceAccess": [
26+
{
27+
"id": "ed31732f-9495-47ed-ba3b-4ed0948c1c64",
28+
"type": "Role"
29+
},
30+
{
31+
"id": "72f0655d-6228-4ddc-8e1b-164973b9213b",
32+
"type": "Role"
33+
},
34+
{
35+
"id": "556d5e2e-1081-4452-8147-26c3a1b06f58",
36+
"type": "Role"
37+
},
2638
{
2739
"id": "1bfefb4e-e0b5-418b-a88f-73c46d2cc8e9",
2840
"type": "Role"

Config/ShadowAI.json

Lines changed: 176 additions & 0 deletions
Large diffs are not rendered by default.
File renamed without changes.

0 commit comments

Comments
 (0)