Skip to content

v1.2.0

Choose a tag to compare

@dscbot dscbot released this 02 Feb 17:22
b566199

[v1.2.0]

Added

  • Resource.Base
    • Add optional feature flag to handle using Enums as optional properties.
      This requires setting the starting value of the Enum to 1 so it is
      initialized as 0. Fixes Issue #22.

      To use, set $this.FeatureOptionalEnums = $true in your class constructor.

  • Clear-ZeroedEnumPropertyValue
    • Added private function to remove enums with a zero value from a hashtable.

Changed

  • ResourceBase
    • Add feature flag to allow use of enums on optional properties.
  • RequiredModules
    • Add PlatyPS
  • Resolve-Dependency
    • Add latest config
  • build.yaml
    • Move docs to own task
    • Remove VersionedOutputDirectory as default value is True
  • build.ps1
    • Update from Sampler
  • Resolve-Dependency.ps1
    • Update from Sampler

Fixed

  • Get-LocalizedDataRecursive
    • Switch throw to use TerminatingError issue #16