diff --git a/Tests/Integration/Microsoft365DSC/M365DSCIntegration.AAD.Create.Tests.ps1 b/Tests/Integration/Microsoft365DSC/M365DSCIntegration.AAD.Create.Tests.ps1 index 918571ce7a..6f8c8a7041 100644 --- a/Tests/Integration/Microsoft365DSC/M365DSCIntegration.AAD.Create.Tests.ps1 +++ b/Tests/Integration/Microsoft365DSC/M365DSCIntegration.AAD.Create.Tests.ps1 @@ -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"