Skip to content

Commit

Permalink
Merge pull request #436 from arielmoisis/xExchAutodiscoverVirtualDire…
Browse files Browse the repository at this point in the history
…ctory

X exch autodiscover virtual directory
  • Loading branch information
mhendric authored Dec 18, 2019
2 parents 7173e9f + 25e1994 commit 1299bf9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
- Added xExchAddressList ressource
- Added xExchSendConnector resource
- Added additional parameters to the MSFT_xExchImapSettings resource
- Fixed unit test it statement for MSFT_xExchAutodiscoverVirtualDirectory\Test-TargetResource

## 1.30.0.0

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ try

Context 'When Test-TargetResource is called' {
Mock -CommandName Get-RemoteExchangeSession -Verifiable
It 'Should return False when Get-UMCallRouterSettings returns null' {
It 'Should return False when Get-AutodiscoverVirtualDirectoryInternal returns null' {
Mock -CommandName Get-AutodiscoverVirtualDirectoryInternal -Verifiable

Test-TargetResource @commonTargetResourceParams -ErrorAction SilentlyContinue | Should -Be $false
Expand Down

0 comments on commit 1299bf9

Please sign in to comment.