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 20, 2024
1 parent 5b1e1f5 commit 581d157
Showing 1 changed file with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -370,6 +370,18 @@
TenantId = $TenantId
CertificateThumbprint = $CertificateThumbprint
}
EXOEmailTenantSettings 'EXOEmailTenantSettings-Test'
{
IsSingleInstance = "Yes"
EnablePriorityAccountProtection = $True;
Identity = $TenantId;
IsValid = $True;
ObjectState = "Unchanged"
Name = "Default"
TenantId = $TenantId
CertificateThumbprint = $CertificateThumbprint
ApplicationId = $ApplicationId
}
EXOFocusedInbox 'EXOFocusedInbox-Test'
{
Ensure = "Present";
Expand Down

0 comments on commit 581d157

Please sign in to comment.