Skip to content

Commit

Permalink
Updated {Create} AAD Integration Tests
Browse files Browse the repository at this point in the history
  • Loading branch information
NikCharlebois committed Jun 4, 2024
1 parent 7fa593b commit 00ae294
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,14 @@
Ensure = "Present"
Credential = $Credscredential
}
AADEntitlementManagementRoleAssignment 'AADEntitlementManagementRoleAssignment-Create'
{
AppScopeId = "/";
Credential = $Credscredential
Ensure = "Present";
Principal = "John.Smith@$Domain";
RoleDefinition = "Catalog creator";
}
AADGroup 'MyGroups'
{
DisplayName = "DSCGroup"
Expand Down

0 comments on commit 00ae294

Please sign in to comment.