v1.4.0-preview0004
Pre-release
Pre-release
[v1.4.0-preview0004]
Removed
- Removed
Clear-ZeroedEnumPropertyValueas it was moved and implemented
theGet-DscPropertycommand in the DscResource.Common module.
Added
Changed
ResourceBase- Refactor
GetDesiredStatemethod to handle zeroed enum values using
Get-DscPropertywhen the propertyFeatureOptionalEnumsis set to
$true. - Remove calls to
Assert()andNormalize()inTest()andSet()fixes #35.
- Refactor