v1.2.0
[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 = $truein 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
VersionedOutputDirectoryas default value isTrue
build.ps1- Update from Sampler
Resolve-Dependency.ps1- Update from Sampler
Fixed
Get-LocalizedDataRecursive- Switch
throwto useTerminatingErrorissue #16
- Switch