-
Notifications
You must be signed in to change notification settings - Fork 147
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
Create groups for AAD app reg roles #2532
Conversation
Unit Test Results503 tests +486 501 ✔️ +484 15s ⏱️ +8s Results for commit c890c1e. ± Comparison against base commit 03a3aab. This pull request removes 17 and adds 503 tests. Note that renamed tests count towards both.
♻️ This comment has been updated with latest results. |
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.
What about adding the groups to their respective roles in the workspace app?
…le and assign to the app role Fixes microsoft#2480
@tamirkamara became a bit more involved than I expected. Appreciate feedback, and if someone has time to test it. I have and got desired result: |
Might need to output the group IDs too, then can link to a URI such as:
To manage group members. |
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.
Looks good with a couple of small comments.
cfa16b4
to
6604fc7
Compare
Co-authored-by: Tamir Kamara <26870601+tamirkamara@users.noreply.github.com>
…marrobi/issue2480
/test |
🤖 pr-bot 🤖 🏃 Running tests: https://github.com/microsoft/AzureTRE/actions/runs/2999673697 (with refid (in response to this comment from @marrobi) |
/test |
🤖 pr-bot 🤖 🏃 Running tests: https://github.com/microsoft/AzureTRE/actions/runs/3007192495 (with refid (in response to this comment from @marrobi) |
/test |
🤖 pr-bot 🤖 🏃 Running tests: https://github.com/microsoft/AzureTRE/actions/runs/3009145901 (with refid (in response to this comment from @marrobi) |
/test-destroy-env |
Destroying PR test environment (RG: rg-tre9f314729)... (run: https://github.com/microsoft/AzureTRE/actions/runs/3009327735) |
PR test environment destroy complete (RG: rg-tre9f314729) |
/test |
🤖 pr-bot 🤖 🏃 Running tests: https://github.com/microsoft/AzureTRE/actions/runs/3009450629 (with refid (in response to this comment from @marrobi) |
/test |
🤖 pr-bot 🤖 🏃 Running tests: https://github.com/microsoft/AzureTRE/actions/runs/3013623377 (with refid (in response to this comment from @marrobi) |
/test |
🤖 pr-bot 🤖 🏃 Running tests: https://github.com/microsoft/AzureTRE/actions/runs/3021309456 (with refid (in response to this comment from @marrobi) |
/test |
🤖 pr-bot 🤖 🏃 Running tests: https://github.com/microsoft/AzureTRE/actions/runs/3047996550 (with refid (in response to this comment from @marrobi) |
/test |
🤖 pr-bot 🤖 🏃 Running tests: https://github.com/microsoft/AzureTRE/actions/runs/3050648354 (with refid (in response to this comment from @tamirkamara) |
/test-force-approve (passed in https://github.com/microsoft/AzureTRE/actions/runs/3050648354) |
🤖 pr-bot 🤖 ✅ Marking tests as complete (for commit c890c1e) (in response to this comment from @marrobi) |
Resolves #2480
What is being addressed