-
Notifications
You must be signed in to change notification settings - Fork 191
Change User Access Administrator to RBAC Administrator role #1949
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
base: dev
Are you sure you want to change the base?
Conversation
|
@flanakin please read the following Contributor License Agreement(CLA). If you agree with the CLA, please reply with the following information.
Contributor License AgreementContribution License AgreementThis Contribution License Agreement (“Agreement”) is agreed to by the party signing below (“You”),
|
1 similar comment
|
@flanakin please read the following Contributor License Agreement(CLA). If you agree with the CLA, please reply with the following information.
Contributor License AgreementContribution License AgreementThis Contribution License Agreement (“Agreement”) is agreed to by the party signing below (“You”),
|
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.
Pull request overview
This pull request changes the role assignment for managing Cost Management exports from User Access Administrator to RBAC Administrator, and moves the role assignment from the base Exports app to the ManagedExports app so it is only required when enableManagedExports is true.
Changes:
- Removed User Access Administrator role (GUID:
18d7d88d-d35e-4fb5-a5c3-7773c20a72d9) from the Exports app - Added RBAC Administrator role (GUID:
f58310d9-a9f6-439a-9e8d-f62e7b41a168) to the ManagedExports app - Updated changelog to document this change under v13
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| src/templates/finops-hub/modules/Microsoft.CostManagement/ManagedExports/app.bicep | Added RBAC Administrator role assignment to storageRoles array for the ManagedExports app |
| src/templates/finops-hub/modules/Microsoft.CostManagement/Exports/app.bicep | Removed User Access Administrator role assignment from the storageRoles array in the base Exports app |
| docs-mslearn/toolkit/changelog.md | Added changelog entry documenting the role change and movement to ManagedExports app under v13 |

Summary
enableManagedExportsis trueFixes #1946
Test plan
enableManagedExports=falseand confirm User Access Administrator / RBAC Administrator is not requiredenableManagedExports=trueand confirm RBAC Administrator role is assigned correctly🤖 Generated with Claude Code