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 Aug 30, 2024
1 parent b87963a commit 652017f
Showing 1 changed file with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -536,6 +536,16 @@
TenantId = $TenantId
CertificateThumbprint = $CertificateThumbprint
}
EXOSweepRule 'MyRule'
{
ApplicationId = $ApplicationId;
CertificateThumbprint = $CertificateThumbprint;
Enabled = $True;
Ensure = "Absent";
Mailbox = "Test2";
Name = "From Michelle";
TenantId = $TenantId;
}
EXOTransportRule 'ConfigureTransportRule'
{
Name = "Ethical Wall - Sales and Brokerage Departments"
Expand Down

0 comments on commit 652017f

Please sign in to comment.