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 30a5bd0 commit 2b57741
Showing 1 changed file with 14 additions and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1345,6 +1345,20 @@
SourceFolder = "Test2:\Inbox";
TenantId = $TenantId;
}
EXOTenantAllowBlockListItems 'Example'
{
ApplicationId = $ApplicationId;
CertificateThumbprint = $CertificateThumbprint;
TenantId = $TenantId;
Action = "Block";
Ensure = "Present";
ExpirationDate = "10/11/2024 9:00:00 PM";
ListSubType = "Tenant";
ListType = "Sender";
Notes = "Test block with updated notes";
SubmissionID = "Non-Submission";
Value = "example.com";
}
EXOTransportConfig 'EXOTransportConfig '
{
IsSingleInstance = "Yes";
Expand Down Expand Up @@ -1373,20 +1387,6 @@
TenantId = $TenantId
CertificateThumbprint = $CertificateThumbprint
}
EXOTenantAllowBlockListItems "TenantAllowBlowListItem"
{
ApplicationId = $ApplicationId;
CertificateThumbprint = $CertificateThumbprint;
TenantId = $TenantId;
Action = "Block";
Ensure = "Present";
ExpirationDate = "10/11/2024 9:00:00 PM";
ListSubType = "Tenant";
ListType = "Sender";
Notes = "Test block - Updated"; # Updated Property
SubmissionID = "Non-Submission";
Value = "example.com";
}
EXOTransportRule 'ConfigureTransportRule'
{
Name = "Ethical Wall - Sales and Executives Departments"
Expand Down

0 comments on commit 2b57741

Please sign in to comment.