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 Nov 12, 2024
1 parent f98ef48 commit cd147d3
Showing 1 changed file with 17 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -433,6 +433,23 @@
TenantId = $TenantId
CertificateThumbprint = $CertificateThumbprint
}
EXOMigration 'EXOMigration-test'
{
AddUsers = $False;
BadItemLimit = "";
CompleteAfter = "12/31/9999 11:59:59 PM";
Ensure = "Absent";
Identity = "test";
LargeItemLimit = "";
MoveOptions = @();
NotificationEmails = @("[email protected]");
SkipMerging = @();
Status = "Completed";
Update = $False;
ApplicationId = $ApplicationId
TenantId = $TenantId
CertificateThumbprint = $CertificateThumbprint
}
EXOMigrationEndpoint 'EXOMigrationEndpoint-testIMAP'
{
AcceptUntrustedCertificates = $True;
Expand Down

0 comments on commit cd147d3

Please sign in to comment.