Skip to content

Conversation

Copy link

Copilot AI commented Dec 16, 2025

The Developer Compliance Center share dialog was missing "Power Platform Maker SR" in the security role dropdown, despite the role being defined in CenterofExcellenceCoreComponents and documented in the setup guide.

Root Cause

The app module configuration in CenterofExcellenceAuditComponents only referenced system roles (System Administrator, System Customizer) but not the custom "Power Platform Maker SR" role (3e6126b5-2589-e911-a856-000d3a372932).

Changes

  • AppModule configuration: Added Power Platform Maker SR role reference to both managed and unmanaged app module definitions
  • Documentation: Added README explaining security role mappings, sharing process, and troubleshooting

Result

The role now appears in the share dialog, matching the behavior of other CoE apps (CoE Maker Command Center, CoE Admin Command Center).

<AppModuleRoleMaps>
  <Role id="{3e6126b5-2589-e911-a856-000d3a372932}" /> <!-- Power Platform Maker SR -->
  <Role id="{627090ff-40a3-4053-8790-584edc5be201}" /> <!-- System Administrator -->
  <Role id="{119f245c-3cc8-4b62-b31c-d1a046ced15d}" /> <!-- System Customizer -->
</AppModuleRoleMaps>
Original prompt

This section details on the original issue you should resolve

<issue_title>the Power Platform Maker SR security role is not available when trying to share the 'Developer Compliance Center app</issue_title>
<issue_description>### Does this bug already exist in our backlog?

  • I have checked and confirm this is a new bug.

Describe the issue

I am following this document (https://learn.microsoft.com/en-us/power-platform/guidance/coe/setup-governance-components) and it states to assign the Power Platform Maker SR role to the group that you share the 'Developer Compliance Center' app. However, this role is not listed in the pulldown.

Image

Expected Behavior

Need to determine why this role is not available.

What solution are you experiencing the issue with?

Core

What solution version are you using?

4.50.6

What app or flow are you having the issue with?

Developer Compliance Center

What method are you using to get inventory and telemetry?

None

Steps To Reproduce

Try to share the 'Developer Compliance Center' > select a group to add > try to select the role.

Anything else?

No response</issue_description>

<agent_instructions>Analyze and troubleshoot the issue why the Power Platform Maker SR security role is not available when trying to share the 'Developer Compliance Center app And provide the solution to.</agent_instructions>

Comments on the Issue (you are @copilot in this section)

Custom agent used: CoE Custom Agent
Specialized agent for triaging and fixing issues in the CoE Starter Kit. Always consult the official CoE docs and the team’s SharePoint notes first, then mine prior GitHub issues and the CoE Common Responses playbook.


✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

Copilot AI and others added 2 commits December 16, 2025 04:08
Co-authored-by: AmarSaiRam <220305901+AmarSaiRam@users.noreply.github.com>
Co-authored-by: AmarSaiRam <220305901+AmarSaiRam@users.noreply.github.com>
Copilot AI changed the title [WIP] Fix missing Power Platform Maker SR role for sharing the app Add Power Platform Maker SR role to Developer Compliance Center app module Dec 16, 2025
Copilot AI requested a review from AmarSaiRam December 16, 2025 04:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

the Power Platform Maker SR security role is not available when trying to share the 'Developer Compliance Center app

2 participants