From e4345b11131121cafe4ed11e8451a44ff05bf2c8 Mon Sep 17 00:00:00 2001 From: Eric Jenkins Date: Tue, 11 Aug 2020 15:54:29 -0400 Subject: [PATCH] Update PowerSTIG To Use xDnsServer version 1.16.0.0 (#703) * Updated xDnsServer version * update module version * updated changelog.md --- CHANGELOG.md | 1 + .../DSCResources/WindowsDnsServer/WindowsDnsServer.schema.psm1 | 2 +- source/PowerStig.psd1 | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9c6f856ca..d5fb8c332 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ ## [Unreleased] +* Update PowerSTIG To Use xDnsServer version 1.16.0.0: [#695](https://github.com/microsoft/PowerStig/issues/695) * Update PowerSTIG to successfully parse/apply Microsoft Windows 2012 Server DNS - V1R15: [#696](https://github.com/microsoft/PowerStig/issues/696) * Update PowerSTIG to successfully parse/apply SQL Server 2016 Instance V1R10: [#704](https://github.com/microsoft/PowerStig/issues/704) * Update PowerSTIG to successfully parse/apply Mozilla Firefox - V4R29: [#698](https://github.com/microsoft/PowerStig/issues/698) diff --git a/source/DSCResources/WindowsDnsServer/WindowsDnsServer.schema.psm1 b/source/DSCResources/WindowsDnsServer/WindowsDnsServer.schema.psm1 index d541216fd..a2c5c8107 100644 --- a/source/DSCResources/WindowsDnsServer/WindowsDnsServer.schema.psm1 +++ b/source/DSCResources/WindowsDnsServer/WindowsDnsServer.schema.psm1 @@ -90,7 +90,7 @@ configuration WindowsDnsServer Import-DscResource -ModuleName SecurityPolicyDsc -ModuleVersion 2.4.0.0 . "$resourcePath\windows.UserRightsAssignment.ps1" - Import-DscResource -ModuleName xDnsServer -ModuleVersion 1.11.0.0 + Import-DscResource -ModuleName xDnsServer -ModuleVersion 1.16.0.0 . "$resourcePath\windows.xDnsServerSetting.ps1" Import-DscResource -ModuleName PSDscResources -ModuleVersion 2.10.0.0 diff --git a/source/PowerStig.psd1 b/source/PowerStig.psd1 index f3b8e7ceb..fa06e156d 100644 --- a/source/PowerStig.psd1 +++ b/source/PowerStig.psd1 @@ -46,7 +46,7 @@ RequiredModules = @( @{ModuleName = 'SecurityPolicyDsc'; ModuleVersion = '2.4.0.0'}, @{ModuleName = 'SqlServerDsc'; ModuleVersion = '13.3.0'}, @{ModuleName = 'WindowsDefenderDsc'; ModuleVersion = '1.0.0.0'}, - @{ModuleName = 'xDnsServer'; ModuleVersion = '1.11.0.0'}, + @{ModuleName = 'xDnsServer'; ModuleVersion = '1.16.0.0'}, @{ModuleName = 'xWebAdministration'; ModuleVersion = '2.5.0.0'} )