11@ {
22# Version number of this module.
3- moduleVersion = ' 5.2 .0.0'
3+ moduleVersion = ' 6.0 .0.0'
44
55# ID used to uniquely identify this module
66GUID = ' B5004952-489E-43EA-999C-F16A25355B89'
@@ -49,16 +49,16 @@ PrivateData = @{
4949 # IconUri = ''
5050
5151 # ReleaseNotes of this module
52- ReleaseNotes = ' - PowershellExecutionPolicy :
53- - Updated to meet HQRM guidelines.
54- - Migrated the xPowershellExecutionPolicy from [xPowershellExecutionPolicy ](https://github.com/PowerShell/xPowerShellExecutionPolicy )
55- and renamed to PowershellExecutionPolicy.
56- - Moved strings to localization file .
57- - Changed the scope from Global to Script in MSFT_ScheduledTask.Integration.Tests.ps1
58- - Changed the scope from Global to Script ComputerManagementDsc.Common.Tests.ps1
59- - ScheduledTask:
60- - Added support for event based triggers, implemented using the ScheduleType OnEvent
61- fixes [Issue 167](https://github.com/PowerShell/ComputerManagementDsc/issues/167)
52+ ReleaseNotes = ' - ScheduledTask :
53+ - Added support for Group Managed Service Accounts, implemented using the ExecuteAsGMSA
54+ parameter. Fixes [Issue 111 ](https://github.com/PowerShell/ComputerManagementDsc/issues/111 )
55+ - Added support to set the Synchronize Across Time Zone option. Fixes [Issue 109](https://github.com/PowerShell/ComputerManagementDsc/issues/109)
56+ - Added .VSCode settings for applying DSC PSSA rules - fixes [Issue 189](https://github.com/PowerShell/ComputerManagementDsc/issues/189) .
57+ - BREAKING CHANGE: PowerPlan:
58+ - Added IsActive Read-Only Property - Fixes [Issue 171](https://github.com/PowerShell/ ComputerManagementDsc/issues/171).
59+ - InActive power plans are no longer returned with their Name set to null.
60+ Now, the name is always returned and the Read-Only property of IsActive
61+ is set accordingly.
6262
6363'
6464
@@ -69,3 +69,4 @@ PrivateData = @{
6969
7070
7171
72+
0 commit comments