mirror of
https://github.com/PowerShell/PSDesiredStateConfiguration
synced 2026-06-21 13:45:25 +00:00
e32eb0fe51
* Fixed an issue with array parameters is key-value pairs (#128) * Add hashtable property to xTestClassResource * Add support for Hashtable property in DSC resource tests
947 B
947 B
v2 Changelog
v2.0.7
Main changes
- Fixed Invoke-DscResource error when a class-based resource module path contains a space.
- Fixed an issue with array parameters is key-value pairs (#128).
v2.0.6
Main changes
- Fixed
PathSeparatorbug in Get-DSCResourceModules. - Changed
PSDesiredStateConfiguration.InvokeDscResourcefrom experimental to permanently enabled feature. - Changed
ErrorActiontoIgnoreso that the error doesn't show up in$Error. - Removed duplicate result resources from
Get-DSCResourcesModules. - Add
ImplementationDetailmember to results only when the member does not already exist. - Updated v2 Release pipeline with latest Compliance requirements.
- Added SBOM generation that is now released with v2 module.