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 29, 2024
1 parent 14d8180 commit dd88a4b
Showing 1 changed file with 11 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1596,6 +1596,17 @@
SourceFolder = "Test2:\Inbox";
TenantId = $TenantId;
}
EXOTeamsProtectionPolicy 'EXOTeamsProtectionPolicy'
{
IsSingleInstance = 'Yes'
AdminDisplayName = 'Contoso Administrator'
HighConfidencePhishQuarantineTag = 'DefaultFullAccessPolicy'
MalwareQuarantineTag = 'AdminOnlyAccessPolicy'
ZapEnabled = $true
ApplicationId = $ApplicationId
TenantId = $TenantId
CertificateThumbprint = $CertificateThumbprint
}
EXOTenantAllowBlockListItems 'Example'
{
ApplicationId = $ApplicationId;
Expand Down

0 comments on commit dd88a4b

Please sign in to comment.