Releases: dsccommunity/ComputerManagementDsc
Releases · dsccommunity/ComputerManagementDsc
v9.1.0-preview0002
[v9.1.0-preview0002]
Changed
- ComputerManagementDsc
- The class-based resources are now re-using the module DscResource.Base - Fixes Issue #404.
- Removed the file
source/build.psd1
as it is no longer required for the
build pipeline. - Fixed Delete-ADSIObject so that existing AD Computer objects will be deleted. Fixes Issue #414.
- PSResourceRepository
- The resource now supports the read-only property
Reasons
that the
compliance part (audit via Azure Policy) of Azure AutoManage Machine
Configuration uses.
- The resource now supports the read-only property
v9.1.0-preview0001
[v9.1.0-preview0001]
Changed
- ComputerManagementDsc
- The class-based resources are now re-using the module DscResource.Base - Fixes Issue #404.
- Removed the file
source/build.psd1
as it is no longer required for the
build pipeline.
- PSResourceRepository
- The resource now supports the read-only property
Reasons
that the
compliance part (audit via Azure Policy) of Azure AutoManage Machine
Configuration uses.
- The resource now supports the read-only property
v9.0.1-preview0001
[v9.0.1-preview0001]
v9.0.0
[v9.0.0]
Fixed
- ScheduledTask
- No longer conflates resource parameter
BuiltInAccount
and*-ScheduledTask
parameteruser
- Fixes Issue #385
- No longer conflates resource parameter
Added
- PSResourceRepository
- New class-based resource to manage PowerShell Resource Repositories - Fixes Issue #393
- Computer
- Support Options Parameter for domain join - Fixes Issue #234.
- When joining a computer to a domain, existing AD computer objects will be deleted - Fixes Issue #55, Issue #58.
Changed
- BREAKING CHANGE: Windows Management Framework 5.0 is required.
- ComputerManagementDsc
- The resource names were removed from the property
DscResourcesToExport
in the module manifest in the source folder as the built module is
automatically updated with this information by the pipeline - Fixes Issue #396. - Moved the build step of the pipeline to a Windows build worker when running in Azure DevOps.
- The resource names were removed from the property
v9.0.0-preview0001
[v9.0.0-preview0001]
Fixed
- ScheduledTask
- No longer conflates resource parameter
BuiltInAccount
and*-ScheduledTask
parameteruser
- Fixes Issue #385
- No longer conflates resource parameter
Added
- PSResourceRepository
- New class-based resource to manage PowerShell Resource Repositories - Fixes Issue #393
- Computer
- Support Options Parameter for domain join - Fixes Issue #234.
- When joining a computer to a domain, existing AD computer objects will be deleted - Fixes Issue #55, Issue #58.
Changed
- BREAKING CHANGE: Windows Management Framework 5.0 is required.
- ComputerManagementDsc
- The resource names were removed from the property
DscResourcesToExport
in the module manifest in the source folder as the built module is
automatically updated with this information by the pipeline - Fixes Issue #396. - Moved the build step of the pipeline to a Windows build worker when running in Azure DevOps.
- The resource names were removed from the property
v8.6.0-preview0004
[v8.6.0-preview0004]
Fixed
- ScheduledTask
- No longer conflates resource parameter
BuiltInAccount
and*-ScheduledTask
parameteruser
- Fixes Issue #385
- No longer conflates resource parameter
Added
- Computer
- Support Options Parameter for domain join - Fixes Issue #234.
- When joining a computer to a domain, existing AD computer objects will be deleted - Fixes Issue #55, Issue #58.
Changed
- ComputerManagementDsc
- The resource names were removed from the property
DscResourcesToExport
in the module manifest in the source folder as the built module is
automatically updated with this information by the pipeline - Fixes Issue #396.
- The resource names were removed from the property
v8.6.0-preview0003
[v8.6.0-preview0003]
Added
- Computer
- Support Options Parameter for domain join - Fixes Issue #234.
- When joining a computer to a domain, existing AD computer objects will be deleted - Fixes Issue #55, Issue #58.
Changed
- ComputerManagementDsc
- The resource names were removed from the property
DscResourcesToExport
in the module manifest in the source folder as the built module is
automatically updated with this information by the pipeline - Fixes Issue #396.
- The resource names were removed from the property
v8.6.0-preview0002
[v8.6.0-preview0002]
Added
- Computer
- Support Options Parameter for domain join - Fixes Issue #234.
- When joining a computer to a domain, existing AD computer objects will be deleted - Fixes Issue #55, Issue #58.
v8.6.0-preview0001
v8.5.0
[v8.5.0]
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.
- Corrected code coverage badge in
README.md
. - Updated build pipeline tasks and remove unused environment variables.
- Removed duplicate code coverage badge.
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 -