pulumi-azuread
pulumi-azuread copied to clipboard
Add member to Administrative Unit
Hello!
- Vote on this issue by adding a 👍 reaction
- If you want to implement this feature, comment to let us know (we'll work with you on design, scheduling, etc.)
Issue details
Graph API now allows to create security groups as member of administrative unit but it is not possible to do so with Pulumi.
To add a security group as a member of an administrative unit with graph API, one has to use that endpoint /directory/administrativeUnits/{id}/members
. It allows to give developer write access group in specifc administrative unit, instead of the entire Azure AD.