11@ {
22# Version number of this module.
3- ModuleVersion = ' 3.2 .0.0'
3+ ModuleVersion = ' 4.0 .0.0'
44
55# ID used to uniquely identify this module
66GUID = ' B5004952-489E-43EA-999C-F16A25355B89'
@@ -49,18 +49,22 @@ PrivateData = @{
4949 # IconUri = ''
5050
5151 # ReleaseNotes of this module
52- ReleaseNotes = ' * xScheduledTask:
53- * Enable Execution Time Limit of task to be set to indefinite
54- by setting `ExecutionTimeLimit` to "00:00:00" - See [Issue 115](https://github.com/PowerShell/xComputerManagement/issues/115)
55- * xPowerPlan:
56- * Updated to meet HQRM guidelines.
57- * Converted calls to `throw` to use `New-InvalidOperationException`
58- in CommonResourceHelper.
59- * Move Common Resource Helper functions into modules folder.
60- * Changed resources to use Common Resource Helper functions.
61- * Moved strings for Common Resource Helper functions into separate
62- strings file.
63- * Added unit tests for Common Helper functions.
52+ ReleaseNotes = ' - BREAKING CHANGE: xScheduledTask:
53+ - Breaking change because `Get-TargetResource` no longer outputs
54+ `ActionExecutable` and `ScheduleType` properties when the scheduled
55+ task does not exist. It will also include `TaskPath` in output when
56+ scheduled task does not exist.
57+ - xScheduledTask:
58+ - Add support to disable built-in scheduled tasks - See [Issue 74](https://github.com/PowerShell/xComputerManagement/issues/74).
59+ - Fix unit test mocked schedule task object structure.
60+ - Fix error message when trigger type is unknown - See [Issue 121](https://github.com/PowerShell/xComputerManagement/issues/121).
61+ - Moved strings into separate strings file.
62+ - Updated to meet HQRM guidelines.
63+ - xComputer:
64+ - Resolved bug in Get-ComputerDomain where LocalSystem doesn"t have
65+ rights to the domain.
66+ - Updated tests to meet Pester V4 guidelines - See [Issue 106](https://github.com/PowerShell/xComputerManagement/issues/106).
67+ - Converted module to use auto documentation format.
6468
6569'
6670
@@ -77,3 +81,4 @@ PrivateData = @{
7781
7882
7983
84+
0 commit comments