From 57015f330ad63621130b8ecc1516590d9b6269a2 Mon Sep 17 00:00:00 2001 From: tron2k <1083527+tron2k@users.noreply.github.com> Date: Sat, 16 Jul 2022 18:35:14 +0200 Subject: [PATCH] Fixed Typo in xExchWebServicesVirtualDirectory (#485) --- CHANGELOG.md | 3 +++ .../MSFT_xExchWebServicesVirtualDirectory.psm1 | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a39ad070..d46b5409 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/source/DSCResources/MSFT_xExchWebServicesVirtualDirectory/MSFT_xExchWebServicesVirtualDirectory.psm1 b/source/DSCResources/MSFT_xExchWebServicesVirtualDirectory/MSFT_xExchWebServicesVirtualDirectory.psm1 index b04c37ab..8d953592 100644 --- a/source/DSCResources/MSFT_xExchWebServicesVirtualDirectory/MSFT_xExchWebServicesVirtualDirectory.psm1 +++ b/source/DSCResources/MSFT_xExchWebServicesVirtualDirectory/MSFT_xExchWebServicesVirtualDirectory.psm1 @@ -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 }