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 Jan 14, 2025
1 parent 4933572 commit 1a8fe9b
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -691,6 +691,14 @@
TenantId = $TenantId
CertificateThumbprint = $CertificateThumbprint
}
EXOSmtpDaneInbound 'SmtpDaneInbound-mydomain.com'
{
DomainName = "mydomain.com"
Ensure = "Absent"
ApplicationId = $ApplicationId
TenantId = $TenantId
CertificateThumbprint = $CertificateThumbprint
}
EXOSweepRule 'MyRule'
{
ApplicationId = $ApplicationId;
Expand Down

0 comments on commit 1a8fe9b

Please sign in to comment.