Skip to content

Commit

Permalink
Updated {Update} EXO Integration Tests
Browse files Browse the repository at this point in the history
  • Loading branch information
NikCharlebois committed Sep 13, 2024
1 parent 2b57741 commit fd624db
Showing 1 changed file with 1 addition and 15 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -455,7 +455,7 @@
}
EXORecipientPermission 'AddSendAs'
{

Identity = 'AdeleV@$Domain'
Trustee = "admin@$TenantId"
Ensure = 'Absent'
Expand Down Expand Up @@ -580,20 +580,6 @@
Name = "From Michelle";
TenantId = $TenantId;
}
EXOTenantAllowBlockListItems "TenantAllowBlowListItem"
{
ApplicationId = $ApplicationId;
CertificateThumbprint = $CertificateThumbprint;
TenantId = $TenantId;
Action = "Block";
Ensure = "Absent";
ExpirationDate = "10/11/2024 9:00:00 PM";
ListSubType = "Tenant";
ListType = "Sender";
Notes = "Test block";
SubmissionID = "Non-Submission";
Value = "example.com";
}
EXOTransportRule 'ConfigureTransportRule'
{
Name = "Ethical Wall - Sales and Brokerage Departments"
Expand Down

0 comments on commit fd624db

Please sign in to comment.