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 Oct 10, 2024
1 parent e9a9622 commit 3bcece0
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,14 @@
CertificateThumbprint = $CertificateThumbprint;
ApplicationId = $ApplicationId;
}
EXOATPBuiltInProtectionRule 'EXOATPBuiltInProtectionRule'
{
ApplicationId = $ApplicationId;
CertificateThumbprint = $CertificateThumbprint;
ExceptIfRecipientDomainIs = @("contoso.com","fabrikam.com");
Identity = "ATP Built-In Protection Rule";
TenantId = $TenantId;
}
EXOAtpPolicyForO365 'ConfigureAntiPhishPolicy'
{
IsSingleInstance = "Yes"
Expand Down

0 comments on commit 3bcece0

Please sign in to comment.