shy-angle-69296
02/21/2024, 12:18 PMnew Pulumi.AzureAD.AppRoleAssignment(role.DisplayName, new AppRoleAssignmentArgs
{
AppRoleId = role.Id,
PrincipalObjectId = app.ObjectId,
ResourceObjectId = external.Apply(x => x.ObjectId),
});
The service principal used to provision the Pulumi resources has the Administrator permissions and also has the following Graph permissions:
• Application.ReadWrite.All
• AppRoleAssignment.ReadWrite.All
• Directory.ReadWrite.AllNo matter how you like to participate in developer communities, Pulumi wants to meet you there. If you want to meet other Pulumi users to share use-cases and best practices, contribute code or documentation, see us at an event, or just tell a story about something cool you did with Pulumi, you are part of our community.
Powered by