Skip to content

Commit

Permalink
Merge pull request #4237 from NikCharlebois/Integration
Browse files Browse the repository at this point in the history
Fixes Integration Tests for EXO
  • Loading branch information
NikCharlebois authored Jan 23, 2024
2 parents 70b3416 + 019185e commit 4f5de27
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ Configuration Example
RecipientDomainIs = $null
Enabled = $True
SentToMemberOf = @("executives@$Domain")
Priority = 1
Ensure = "Present"
Credential = $Credscredential
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,11 @@ Configuration Example
ExceptIfSentTo = $null
SentTo = $null
ExceptIfRecipientDomainIs = $null
Comments = $null
Comments = "This is an updated comment." # Updated Property
AntiPhishPolicy = "Our Rule"
RecipientDomainIs = $null
Enabled = $True
SentToMemberOf = @("executives@$Domain")
Priority = 2 # Updated Property
Ensure = "Present"
Credential = $Credscredential
}
Expand Down

0 comments on commit 4f5de27

Please sign in to comment.