Skip to content

Commit

Permalink
Fixed Typo in xExchWebServicesVirtualDirectory (#485)
Browse files Browse the repository at this point in the history
  • Loading branch information
tron2k authored Jul 16, 2022
1 parent 213931c commit 57015f3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- xExchange
- Update the pipeline files from the latest template in Sampler.

- xExchWebServicesVirtualDirectory
- Fixed Typo

## [1.33.0] - 2021-10-31

### Changed
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ function Test-TargetResource

if ($null -eq $EwsVdir)
{
Write-Error -Message 'Unable to retrieve ActiveSync Virtual Directory for server'
Write-Error -Message 'Unable to retrieve EWS Virtual Directory for server'

$testResults = $false
}
Expand Down

0 comments on commit 57015f3

Please sign in to comment.