Skip to content

Commit

Permalink
Prep for release of 4.1.1 (#519)
Browse files Browse the repository at this point in the history
* Functions.Checklist - Adding manual check functionality (#495)

* Adding manual check functionality

* Exception Parameter Backward Compatibility Feature Request (#515)

* backward compatibility commit

* fixed Issue #517 (#518)

* Fixed [#517](#517): 4.1.0 GPRegistryPolicyDsc Module Version Issue
  • Loading branch information
bcwilhite committed Oct 31, 2019
1 parent d16b8ab commit eb31cad
Show file tree
Hide file tree
Showing 48 changed files with 384 additions and 222 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

## Unreleased

## 4.1.1

* Fixed [#517](https://github.com/microsoft/PowerStig/issues/517): 4.1.0 GPRegistryPolicyDsc Module Version Issue

## 4.1.0

* Update PowerSTIG to enable Exception Parameter Backward Compatibility Feature Request: [506](https://github.com/microsoft/PowerStig/issues/506)
* Update Enable Stig Checklist automation to include Status and Comments for manual checks: [#485](https://github.com/microsoft/PowerStig/issues/485)

## 4.0.0

* Update PowerSTIG parsing for Windows Sever 2016 STIG - Ver 1, Rel 9 [#498] (https://github.com/microsoft/PowerStig/issues/498)
Expand Down
2 changes: 1 addition & 1 deletion DSCResources/DotNetFramework/DotNetFramework.schema.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ using module ..\..\PowerStig.psm1
All STIG rule IDs of the specified type are collected in an array and passed to the Skip-Rule
function. Each rule follows the same process as the SkipRule parameter.
#>
Configuration DotNetFramework
configuration DotNetFramework
{
[CmdletBinding()]
param
Expand Down
2 changes: 1 addition & 1 deletion DSCResources/FireFox/FireFox.schema.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ using module ..\..\PowerStig.psm1
All STIG rule IDs of the specified type are collected in an array and passed to the Skip-Rule
function. Each rule follows the same process as the SkipRule parameter.
#>
Configuration FireFox
configuration FireFox
{
[CmdletBinding()]
param
Expand Down
2 changes: 1 addition & 1 deletion DSCResources/IisServer/IisServer.schema.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ using module ..\..\PowerStig.psm1
All STIG rule IDs of the specified type are collected in an array and passed to the Skip-Rule
function. Each rule follows the same process as the SkipRule parameter.
#>
Configuration IisServer
configuration IisServer
{
[CmdletBinding()]
Param
Expand Down
2 changes: 1 addition & 1 deletion DSCResources/IisSite/IisSite.schema.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ using module ..\..\PowerStig.psm1
All STIG rule IDs of the specified type are collected in an array and passed to the Skip-Rule
function. Each rule follows the same process as the SkipRule parameter.
#>
Configuration IisSite
configuration IisSite
{
[CmdletBinding()]
Param
Expand Down
4 changes: 2 additions & 2 deletions DSCResources/InternetExplorer/InternetExplorer.schema.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ using module ..\..\PowerStig.psm1
All STIG rule IDs of the specified type are collected in an array and passed to the Skip-Rule
function. Each rule follows the same process as the SkipRule parameter.
#>
Configuration InternetExplorer
configuration InternetExplorer
{
[CmdletBinding()]
param
Expand Down Expand Up @@ -69,7 +69,7 @@ Configuration InternetExplorer
$stig.LoadRules($OrgSettings, $Exception, $SkipRule, $SkipRuleType)
##### END DO NOT MODIFY #####

Import-DscResource -ModuleName GPRegistryPolicyDsc -ModuleVersion 1.0.0
Import-DscResource -ModuleName GPRegistryPolicyDsc -ModuleVersion 1.0.1
Import-DscResource -ModuleName PSDscResources -ModuleVersion 2.10.0.0
. "$resourcePath\windows.Registry.ps1"
. "$resourcePath\windows.Script.skip.ps1"
Expand Down
4 changes: 2 additions & 2 deletions DSCResources/Office/Office.schema.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ using module ..\..\PowerStig.psm1
All STIG rule IDs of the specified type are collected in an array and passed to the Skip-Rule
function. Each rule follows the same process as the SkipRule parameter.
#>
Configuration Office
configuration Office
{
[CmdletBinding()]
param
Expand Down Expand Up @@ -68,7 +68,7 @@ Configuration Office
$stig.LoadRules($OrgSettings, $Exception, $SkipRule, $SkipRuleType)
##### END DO NOT MODIFY #####

Import-DscResource -ModuleName GPRegistryPolicyDsc -ModuleVersion 1.0.0
Import-DscResource -ModuleName GPRegistryPolicyDsc -ModuleVersion 1.0.1
Import-DscResource -ModuleName PSDscResources -ModuleVersion 2.10.0.0
. "$resourcePath\windows.Registry.ps1"
. "$resourcePath\windows.Script.skip.ps1"
Expand Down
2 changes: 1 addition & 1 deletion DSCResources/OracleJRE/OracleJRE.schema.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ using module ..\..\PowerStig.psm1
All STIG rule IDs of the specified type are collected in an array and passed to the Skip-Rule
function. Each rule follows the same process as the SkipRule parameter.
#>
Configuration OracleJRE
configuration OracleJRE
{
[CmdletBinding()]
param
Expand Down
2 changes: 1 addition & 1 deletion DSCResources/SqlServer/SqlServer.schema.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ using module ..\..\PowerStig.psm1
All STIG rule IDs of the specified type are collected in an array and passed to the Skip-Rule
function. Each rule follows the same process as the SkipRule parameter.
#>
Configuration SqlServer
configuration SqlServer
{
[CmdletBinding()]
param
Expand Down
4 changes: 2 additions & 2 deletions DSCResources/WindowsClient/WindowsClient.schema.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ using module ..\..\PowerStig.psm1
All STIG rule IDs of the specified type are collected in an array and passed to the Skip-Rule
function. Each rule follows the same process as the SkipRule parameter.
#>
Configuration WindowsClient
configuration WindowsClient
{
[CmdletBinding()]
param
Expand Down Expand Up @@ -99,7 +99,7 @@ Configuration WindowsClient
Import-DscResource -ModuleName WindowsDefenderDSC -ModuleVersion 1.0.0.0
. "$resourcePath\windows.ProcessMitigation.ps1"

Import-DscResource -ModuleName GPRegistryPolicyDsc -ModuleVersion 1.0.0
Import-DscResource -ModuleName GPRegistryPolicyDsc -ModuleVersion 1.0.1
Import-DscResource -ModuleName PSDscResources -ModuleVersion 2.10.0.0
. "$resourcePath\windows.Script.skip.ps1"
. "$resourcePath\windows.Service.ps1"
Expand Down
4 changes: 2 additions & 2 deletions DSCResources/WindowsDefender/WindowsDefender.schema.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ using module ..\..\PowerStig.psm1
All STIG rule IDs of the specified type are collected in an array and passed to the Skip-Rule
function. Each rule follows the same process as the SkipRule parameter.
#>
Configuration WindowsDefender
configuration WindowsDefender
{
[CmdletBinding()]
param
Expand Down Expand Up @@ -62,7 +62,7 @@ Configuration WindowsDefender
$stig.LoadRules($OrgSettings, $Exception, $SkipRule, $SkipRuleType)
##### END DO NOT MODIFY #####

Import-DscResource -ModuleName GPRegistryPolicyDsc -ModuleVersion 1.0.0
Import-DscResource -ModuleName GPRegistryPolicyDsc -ModuleVersion 1.0.1
Import-DscResource -ModuleName PSDscResources -ModuleVersion 2.10.0.0
. "$resourcePath\windows.Registry.ps1"
. "$resourcePath\windows.Script.skip.ps1"
Expand Down
2 changes: 1 addition & 1 deletion DSCResources/WindowsDnsServer/WindowsDnsServer.schema.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ using module ..\..\PowerStig.psm1
All STIG rule IDs of the specified type are collected in an array and passed to the Skip-Rule
function. Each rule follows the same process as the SkipRule parameter.
#>
Configuration WindowsDnsServer
configuration WindowsDnsServer
{
[CmdletBinding()]
param
Expand Down
2 changes: 1 addition & 1 deletion DSCResources/WindowsFirewall/WindowsFirewall.schema.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ using module ..\..\PowerStig.psm1
All STIG rule IDs of the specified type are collected in an array and passed to the Skip-Rule
function. Each rule follows the same process as the SkipRule parameter.
#>
Configuration WindowsFirewall
configuration WindowsFirewall
{
[CmdletBinding()]
param
Expand Down
4 changes: 2 additions & 2 deletions DSCResources/WindowsServer/WindowsServer.schema.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ using module ..\..\PowerStig.psm1
All STIG rule IDs of the specified type are collected in an array and passed to the Skip-Rule
function. Each rule follows the same process as the SkipRule parameter.
#>
Configuration WindowsServer
configuration WindowsServer
{
[CmdletBinding()]
param
Expand Down Expand Up @@ -98,7 +98,7 @@ Configuration WindowsServer
Import-DscResource -ModuleName AuditPolicyDsc -ModuleVersion 1.2.0.0
. "$resourcePath\windows.AuditPolicySubcategory.ps1"

Import-DscResource -ModuleName GPRegistryPolicyDsc -ModuleVersion 1.0.0
Import-DscResource -ModuleName GPRegistryPolicyDsc -ModuleVersion 1.0.1
Import-DscResource -ModuleName PSDscResources -ModuleVersion 2.10.0.0
. "$resourcePath\windows.Registry.ps1"
. "$resourcePath\windows.Script.skip.ps1"
Expand Down
Loading

0 comments on commit eb31cad

Please sign in to comment.