feat(tenant configuration view): Tenant configuration view - #489
Draft
Zacgoose wants to merge 1 commit into
Draft
Conversation
Zacgoose
force-pushed
the
preview/tenant-configuration
branch
2 times, most recently
from
September 4, 2026 10:17
2c279d8 to
9579291
Compare
Zacgoose
force-pushed
the
preview/tenant-configuration
branch
3 times, most recently
from
September 7, 2026 14:20
43b1541 to
d253ff9
Compare
Zacgoose
force-pushed
the
preview/tenant-configuration
branch
from
September 7, 2026 14:30
d253ff9 to
b3b3e34
Compare
…endpoints Central, read-only tenant Configuration view under Manage Tenant, backed by on-demand List endpoints for Entra, Exchange, SharePoint, Teams and admin settings, with a standards map linking each setting to its governing standard.
Zacgoose
force-pushed
the
preview/tenant-configuration
branch
from
September 7, 2026 15:03
4df366d to
53362cb
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request introduces a comprehensive set of new API endpoints and frontend support for reading and displaying tenant-wide configuration settings across Exchange Online, SharePoint, Entra, and Teams. These endpoints are designed for the Configuration UI, providing live or near-live reads of various policy and configuration objects, and supporting fleet-wide cached views. The frontend is updated to map configuration fields to their governing standards and adds navigation for the new Configuration page.
New Tenant Configuration API Endpoints:
Invoke-ListExchangeOrgConfig.ps1), admin audit log config (Invoke-ListAdminAuditLogConfig.ps1), and OWA mailbox policy (Invoke-ListOwaMailboxPolicy.ps1). [1] [2] [3]Invoke-ListSpoTenantSettings.ps1) and organization notification contacts (Invoke-ListOrgContacts.ps1). [1] [2]Invoke-ListDeviceRegistrationPolicy.ps1), authorization policy (Invoke-ListEntraAuthPolicy.ps1), and cross-tenant access policy (Invoke-ListCrossTenantAccess.ps1). [1] [2] [3]Invoke-ListTeamsConfig.ps1) and admin report settings (Invoke-ListAdminReportSettings.ps1). [1] [2]Invoke-ListTenantConfigFleet.ps1).Frontend Integration:
configStandardsMap.js, enabling the UI to display management status and link to the relevant standard.These changes lay the groundwork for a unified, read-only Configuration page that surfaces the current state of key tenant settings and their management status across the Microsoft 365 ecosystem.