-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbuildprofile.json
More file actions
29 lines (29 loc) · 1.25 KB
/
Copy pathbuildprofile.json
File metadata and controls
29 lines (29 loc) · 1.25 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
"version": 1,
"_doc": "Community-edition build profile - single source of truth for which feature modules ship in a community build (dotnet build/publish -p:SQLTriageProfile=community). Read by buildprofile.targets (build-time page/asset exclusion) and by BuildProfileStore \u002B Pages/BuildProfile.razor (authoring UI, dev builds only). States: ship = always in community; on/off = build-profile toggle; absent/never = compiled out of every community build (fail-closed in buildprofile.targets regardless of this file). Module membership is documented in the internal page inventory and mirrored in buildprofile.targets.",
"modules": {
"core": "ship",
"assessment": "ship",
"governance": "ship",
"reporting-basic": "ship",
"operations": "off",
"live-monitoring": "off",
"premium": "absent",
"dev-tools": "never",
"portal": "absent"
},
"reports": {
"audit-evidence": "on",
"risk-register": "on",
"risk-acknowledgement": "on",
"compliance-report": "off",
"executive-summary": "off",
"dba-handoff": "off",
"hadr-posture": "off",
"findings-pdf": "off",
"executive-briefing": "off",
"cio-executive": "off",
"diagnostics-roadmap": "off"
},
"updatedUtc": "2026-07-27T06:29:32.6247852Z"
}