Skip to content

Releases: dsccommunity/DscResource.Base

v1.2.1

03 Feb 18:04
31871f1

Choose a tag to compare

[v1.2.1]

Changed

  • Clear-ZeroedEnumPropertyValue
    • Fixed enum type check.

v1.2.1-preview0001

03 Feb 17:57
31871f1

Choose a tag to compare

v1.2.1-preview0001 Pre-release
Pre-release

[v1.2.1-preview0001]

Changed

  • Clear-ZeroedEnumPropertyValue
    • Fixed enum type check.

v1.2.0

02 Feb 17:22
b566199

Choose a tag to compare

[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

v1.2.0-preview0001

02 Feb 17:16
b566199

Choose a tag to compare

v1.2.0-preview0001 Pre-release
Pre-release

[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 = $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

v1.1.3-preview0001

23 Nov 12:08
3b29425

Choose a tag to compare

v1.1.3-preview0001 Pre-release
Pre-release

[v1.1.3-preview0001]

Changed

  • 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

v1.1.2

17 Aug 14:44
9d25773

Choose a tag to compare

[v1.1.2]

Fixed

  • Correcting module manifest and help file description.
  • Update build pipeline to use GitVersion v5.

v1.1.2-preview0001

17 Aug 14:30
9d25773

Choose a tag to compare

v1.1.2-preview0001 Pre-release
Pre-release

[v1.1.2-preview0001]

Fixed

  • Correcting module manifest and help file description.
  • Update build pipeline to use GitVersion v5.

v1.1.1

11 Jun 19:23
8391fad

Choose a tag to compare

[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.
  • Get-LocalizedDataRecursive
    • Move strings to localized versions (issue #7).
    • Fix various formatting issues

v1.1.1-preview0002

14 May 16:56
8391fad

Choose a tag to compare

v1.1.1-preview0002 Pre-release
Pre-release

[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.
  • Get-LocalizedDataRecursive
    • Move strings to localized versions (issue #7).
    • Fix various formatting issues

v1.1.1-preview0001

23 Apr 18:38
1b46620

Choose a tag to compare

v1.1.1-preview0001 Pre-release
Pre-release

[v1.1.1-preview0001]

Fixed

  • ResourceBase
    • Fixed style changed.