-
Notifications
You must be signed in to change notification settings - Fork 28
Restructure microsoft.identityAndAccess and add organization
#5734
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: main
Are you sure you want to change the base?
Conversation
microsoft.identityAndAccessmicrosoft.identityAndAccess and add organization
|
Accidentally added This should be a new branch but I didn't realise that I committed into this one, apologies. |
| // A container resource for identity and access management | ||
| microsoft.identityAndAccess { | ||
| []microsoft.identityAndAccess.policy | ||
| // Get the instances of role eligibilities |
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.
this pr needs a rebase - roleEligibilityScheduleInstances() []microsoft.identityAndAccess.roleEligibilityScheduleInstance already exists on main
|
|
||
| // A rule defined for a PIM role management policy | ||
| private microsoft.identityAndAccess.policy.rule @defaults("id") { | ||
| private microsoft.identityAndAccess.privilegedIdentityManagement.policy.rule @defaults("id") { |
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.
why is this change to the resource being made?
Issue: #5728