[v9.1.0]
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
Fixed
- ComputerManagementDsc
- AppVeyor build now sets the correct module version to be able to run tests.
- ScheduledTask
- Allowed values for ScheduleType updated to accept AtLogon over AtLogOn - Fixes Issue #420
- SmbShare
- Allow Test-TargetResource to succeed when access entries use different order - Fixes Issue #247, Issue #423
- UserAccountControl
- Ensure registry keys are created as REG_DWORD rather than REG_SZ - Fixes Issue #412