-
Notifications
You must be signed in to change notification settings - Fork 519
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: Update role ID and name #379
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we update the README.md
and the screenshot, also add a note around why we are doing this for uniqueness within the same AAD Tenant
Cheers
/azp run validateazcloud |
Azure Pipelines successfully started running 1 pipeline(s). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
/azp run e2e |
Azure Pipelines successfully started running 1 pipeline(s). |
Overview/Summary
Updated the custom role modules to provide a unique GUID for its ID which includes the management group name. Also updated the name of the custom role to include management group name too. For example: [alz] Subscription owner.
Bug Fix: #362
This PR fixes/adds/changes/removes
Breaking Changes
Testing Evidence
Deployed custom role modules in Azure Commercial to two separate Management Groups at the same level. Both deployments were successful following this pattern:
As part of this Pull Request I have
.bicep
file/s I am adding/editing are using the latest API version possiblemain
branch