Releases: dsccommunity/DscResource.Base
Releases · dsccommunity/DscResource.Base
v1.2.1
v1.2.1-preview0001
[v1.2.1-preview0001]
Changed
Clear-ZeroedEnumPropertyValue- Fixed enum type check.
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
v1.2.0-preview0001
[v1.2.0-preview0001]
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
v1.1.3-preview0001
[v1.1.3-preview0001]
Changed
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
v1.1.2
v1.1.2-preview0001
[v1.1.2-preview0001]
Fixed
- Correcting module manifest and help file description.
- Update build pipeline to use GitVersion v5.
v1.1.1
[v1.1.1]
Fixed
- DscResource.Base
- Test results is now found for the HQRM tests when run in the pipeline.
ResourceBase- Fixed style changed.
Changed
- DscResource.Base
- Move code coverage task in the pipeline to use task
PublishCodeCoverageResults@2.
- Move code coverage task in the pipeline to use task
Get-LocalizedDataRecursive- Move strings to localized versions (issue #7).
- Fix various formatting issues
v1.1.1-preview0002
[v1.1.1-preview0002]
Fixed
- DscResource.Base
- Test results is now found for the HQRM tests when run in the pipeline.
ResourceBase- Fixed style changed.
Changed
- DscResource.Base
- Move code coverage task in the pipeline to use task
PublishCodeCoverageResults@2.
- Move code coverage task in the pipeline to use task
Get-LocalizedDataRecursive- Move strings to localized versions (issue #7).
- Fix various formatting issues
v1.1.1-preview0001
[v1.1.1-preview0001]
Fixed
ResourceBase- Fixed style changed.