Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
843ebfb
Fix mailcontact when values un-set
Zacgoose Jun 16, 2026
d2e54ee
SSO app password policy modification
Zacgoose Jun 16, 2026
d2655de
github template id sync fixes
Zacgoose Jun 16, 2026
8e21ee1
Fixes for when duplicate intune standards are applied to the same tenant
Zacgoose Jun 16, 2026
444a746
emit message when mailbox conversion might hit 50gb limit
Zacgoose Jun 16, 2026
e2b092b
update json from frontend
Zacgoose Jun 17, 2026
4939515
repair GDAP role mapping actions
Zacgoose Jun 17, 2026
2c63d31
Schema backed standards repair action, repaired standards are prefixe…
Zacgoose Jun 17, 2026
504c21a
fix: patch command for updating redirect uri
JohnDuprey Jun 17, 2026
1164290
remove incorrectly added permissions
KelvinTegelaar Jun 17, 2026
231e834
Merge branch 'dev' of https://github.com/KelvinTegelaar/CIPP-API into…
KelvinTegelaar Jun 17, 2026
a2c8a4a
Merge branch 'dev' of https://github.com/KelvinTegelaar/CIPP-API into…
JohnDuprey Jun 18, 2026
fa8a589
chore: add logging for onboarding
JohnDuprey Jun 18, 2026
942ff39
chore: consolidate graph log message
JohnDuprey Jun 18, 2026
920e3a1
user auth and sync logic
Zacgoose Jun 18, 2026
5e63541
Update standards.json
Zacgoose Jun 18, 2026
151ef46
SPO version cleanup job check
Zacgoose Jun 18, 2026
1a8b716
fixes for missing state on templates
Zacgoose Jun 18, 2026
5392acf
Sensitivity label fixes
Zacgoose Jun 18, 2026
ee92936
more drift logging and type casting
Zacgoose Jun 18, 2026
66ff8f5
ca template deployment logging for packages
Zacgoose Jun 18, 2026
4160b51
chore: add feature flag for copilot pages
JohnDuprey Jun 18, 2026
e4bd4be
chore: bump version to 10.5.3
JohnDuprey Jun 18, 2026
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
21 changes: 0 additions & 21 deletions Config/AdditionalPermissions.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,26 +60,5 @@
"type": "Scope"
}
]
},
{
"resourceAppId": "00000003-0000-0000-c000-000000000000",
"resourceAccess": [
{
"id": "CopilotPolicySettings.ReadWrite",
"type": "Scope"
},
{
"id": "CopilotSettings-LimitedMode.ReadWrite",
"type": "Scope"
},
{
"id": "CopilotPackages.Read.All",
"type": "Scope"
},
{
"id": "CopilotPackages.ReadWrite.All",
"type": "Scope"
}
]
}
]
27 changes: 26 additions & 1 deletion Config/FeatureFlags.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,31 @@
],
"Hidden": true
},
{
"Id": "CopilotAI",
"Name": "Copilot & AI",
"Description": "Under Development: Microsoft 365 Copilot and AI management pages including settings, usage reports, Agent365 packages, and Shadow AI analysis.",
"Enabled": false,
"AllowUserToggle": false,
"Timers": [],
"Endpoints": [
"ListCopilotSettings",
"ExecCopilotSettings",
"ListCopilotUsage",
"ListAgent365Packages",
"ListAgent365PackageDetail",
"ListShadowAI"
],
"Pages": [
"/copilot/settings",
"/copilot/shadow-ai",
"/copilot/agent365/packages",
"/copilot/reports/copilot-adoption",
"/copilot/reports/copilot-usage",
"/copilot/reports/copilot-trend"
],
"Hidden": true
},
{
"Id": "MCPServer",
"Name": "MCP Server",
Expand All @@ -57,4 +82,4 @@
"Pages": [],
"Hidden": false
}
]
]
Loading