Releases: dsccommunity/ComputerManagementDsc
Releases · dsccommunity/ComputerManagementDsc
v8.5.0-preview0001
[v8.5.0-preview0001]
Added
- WindowsEventLog
- Added support to restrict guest access - Fixes Issue #338.
- Added support to create custom event sources and optionally register
resource files - Fixes Issue #355.
- WindowsCapability
- Added the 'Source' parameter for Add-WindowsCapability as an
optional parameter - Fixes Issue #361
- Added the 'Source' parameter for Add-WindowsCapability as an
Changed
- WindowsEventLog
- Reformatted code to better align with current DSCResources coding standards.
- Renamed
master
branch tomain
- Fixes Issue #348. - Added support for publishing code coverage to
CodeCov.io
and
Azure Pipelines - Fixes Issue #367. - Updated build to use
Sampler.GitHubTasks
- Fixes Issue #365. - Corrected case of module publish tasks - Fixes Issue #368.
Fixed
- WindowsEventLog
- Fixed issue requiring IsEnabled to be declared and set to $true in order
to set the MaximumSizeInBytes property - Fixes Issue #349. - Fixed issue where configuring log retention on a non-classic event log will
throw.
- Fixed issue requiring IsEnabled to be declared and set to $true in order
- ScheduledTask
- Fixed issue with disabling scheduled tasks that have "Run whether user is
logged on or not" configured - Fixes Issue #306. - Fixed issue with
ExecuteAsCredential
not returning fully qualified username
on newer versions of Windows 10 and Windows Server 2019 for both local
accounts and domain accounts - Fixes Issue #352. - Fixed issue with
StartTime
failing Test-Resource if not specified in the
resource - Fixes Issue #148.
- Fixed issue with disabling scheduled tasks that have "Run whether user is
- PendingReboot
- Fixed issue with loading localized data on non en-US operating systems -
Fixes Issue #350.
- Fixed issue with loading localized data on non en-US operating systems -
v8.4.1-preview0003
[v8.4.1-preview0003]
Fixed
- ScheduledTask
- Fixed issue with disabling scheduled tasks that have "Run whether user is
logged on or not" configured - Fixes Issue #306. - Fixed issue with
ExecuteAsCredential
not returning fully qualified username
on newer versions of Windows 10 and Windows Server 2019 - Fixes Issue #352. - Fixed issue with
StartTime
failing Test-Resource if not specified in the
resource - Fixes Issue #148.
- Fixed issue with disabling scheduled tasks that have "Run whether user is
- PendingReboot
- Fixed issue with loading localized data on non en-US operating systems -
Fixes Issue #350.
- Fixed issue with loading localized data on non en-US operating systems -
v8.4.1-preview0002
[v8.4.1-preview0002]
Fixed
- ScheduledTask
- Fixed issue with disabling scheduled tasks that have "Run whether user is
logged on or not" configured - Fixes Issue #306. - Fixed issue with
ExecuteAsCredential
not returning fully qualified username
on newer versions of Windows 10 and Windows Server 2019 - Fixes Issue #352.
- Fixed issue with disabling scheduled tasks that have "Run whether user is
- PendingReboot
- Fixed issue with loading localized data on non en-US operating systems -
Fixes Issue #350.
- Fixed issue with loading localized data on non en-US operating systems -
v8.4.1-preview0001
[v8.4.1-preview0001]
Fixed
- ScheduledTask
- Fixed issue with disabling scheduled tasks that have "Run whether user is
logged on or not" configured - Fixes Issue #306.
- Fixed issue with disabling scheduled tasks that have "Run whether user is
v8.4.0
[v8.4.0]
Changed
- ComputerManagementDsc
- Automatically publish documentation to GitHub Wiki - Fixes Issue #342.
v8.4.0-preview0001
[v8.4.0-preview0001]
Changed
- ComputerManagementDsc
- Automatically publish documentation to GitHub Wiki - Fixes Issue #342.
v8.3.0
[v8.3.0]
Changed
- ComputerManagementDsc
- Updated to use the common module DscResource.Common - Fixes Issue #327.
- Fixed build failures caused by changes in
ModuleBuilder
module v1.7.0
by changingCopyDirectories
toCopyPaths
- Fixes Issue #332. - Pin
Pester
module to 4.10.1 because Pester 5.0 is missing code
coverage - Fixes Issue #336.
- ScheduledTask
- Add "StopExisting" to valid values for MultipleInstances parameter - Fixes Issue #333.
Fixed
- ComputerManagementDsc
- Improved integration test reliability by resetting the DSC LCM
before executing each test using theReset-DscLcm
function - Fixes Issue #329. - Split integration test MOF compilation out of application to standardize
pattern and make it easier to determine cause of failure.
- Improved integration test reliability by resetting the DSC LCM
v8.3.0-preview0001
[v8.3.0-preview0001]
- ComputerManagementDsc
- Updated to use the common module DscResource.Common - Fixes Issue #327.
- Fixed build failures caused by changes in
ModuleBuilder
module v1.7.0
by changingCopyDirectories
toCopyPaths
- Fixes Issue #332. - Pin
Pester
module to 4.10.1 because Pester 5.0 is missing code
coverage - Fixes Issue #336.
- ScheduledTask
- Add "StopExisting" to valid values for MultipleInstances parameter - Fixes Issue #333.
v8.2.1-preview0001
[v8.2.1-preview0001]
- ComputerManagementDsc
- Updated to use the common module DscResource.Common - Fixes Issue #327.
- Fixed build failures caused by changes in
ModuleBuilder
module v1.7.0
by changingCopyDirectories
toCopyPaths
- Fixes Issue #332.
v8.2.0
[v8.2.0]
Changed
- Change Azure DevOps Pipeline definition to include
source/*
- Fixes Issue #324. - Updated pipeline to use
latest
version ofModuleBuilder
- Fixes Issue #324. - Merge
HISTORIC_CHANGELOG.md
intoCHANGELOG.md
- Fixes Issue #325. - ScheduledTask:
- Fix ServiceAccount behavior on Windows Server 2016 - Fixes Issue #323.
- Fixed problems in integration test configuration naming.
- Changed
ScheduledTaskExecuteAsGroupAdd
andScheduledTaskExecuteAsGroupMod
to use a group name that does not include a domain nameBUILTIN\
. - Added known issues to the documentation for describing
ExecuteAsCredential
behavior - Fixes Issue #294.
- PendingReboot:
- Changed integration tests to clear pending file rename reboot flag before
executing tests and restoring when complete.
- Changed integration tests to clear pending file rename reboot flag before