Skip to content

v1.4.0

Latest

Choose a tag to compare

@dscbot dscbot released this 24 May 18:04
778c00e

[v1.4.0]

Removed

  • Removed Clear-ZeroedEnumPropertyValue as it was moved and implemented
    the Get-DscProperty command in the DscResource.Common module.

Added

  • Wiki
    • How to use this base class. Fixes #5
      and #19.
    • Add WikiContent to release assets.

Changed

  • ResourceBase
    • Refactor GetDesiredState method to handle zeroed enum values using
      Get-DscProperty when the property FeatureOptionalEnums is set to
      $true.
    • Remove calls to Assert() and Normalize() in Test() and Set() fixes #35.

Fixed

  • build.yaml
    • Add Generate_Wiki_Content, Generate_Wiki_Sidebar, Clean_Markdown_Metadata
      docs tasks. Fixes #32.
  • ResourceBase
    • Add check for properties not being $null fixes #30.
    • Comment typo's.