Skip to content

Commit

Permalink
Update PowerSTIG To Use xDnsServer version 1.16.0.0 (#703)
Browse files Browse the repository at this point in the history
* Updated xDnsServer version

* update module version

* updated changelog.md
  • Loading branch information
erjenkin committed Aug 11, 2020
1 parent 69c9a82 commit e4345b1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion source/PowerStig.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -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'}
)

Expand Down

0 comments on commit e4345b1

Please sign in to comment.