Skip to content

Releases: dsccommunity/DscResource.Common

v0.9.0-preview0001

18 May 12:52
f6ecdd5
Compare
Choose a tag to compare
v0.9.0-preview0001 Pre-release
Pre-release

[v0.9.0-preview0001]

Added

  • Added cmdlet Set-PSModulePath.

v0.8.0

11 May 18:02
2c725fd
Compare
Choose a tag to compare

[v0.8.0]

  • Added a default value of en-US to the DefaultUICulture parameter of the Get-LocalizedData function
    Issue #33.
  • Fixing a problem with the latest ModuleBuild 1.7.0 that breaks the CI pipeline.

v0.8.0-preview0001

10 May 10:56
8a9da33
Compare
Choose a tag to compare
v0.8.0-preview0001 Pre-release
Pre-release

[v0.8.0-preview0001]

  • Added a default value of en-US to the DefaultUICulture parameter of the Get-LocalizedData function
    Issue #33.

v0.7.1

02 May 17:08
b3d11e3
Compare
Choose a tag to compare

[v0.7.1]

Fixed

  • Add missing private function Test-DscObjectHasProperty.

v0.7.1-preview0001

02 May 17:01
b3d11e3
Compare
Choose a tag to compare
v0.7.1-preview0001 Pre-release
Pre-release

[v0.7.1-preview0001]

Fixed

  • Add missing private function Test-DscObjectHasProperty.

v0.7.0

02 May 06:37
3bdf435
Compare
Choose a tag to compare

[v0.7.0]

Added

  • Added the cmdlet Assert-IPAddress
  • Added the cmdlet ConvertTo-CimInstance. This cmdlet comes from NetworkingDsc.
  • Added the cmdlet ConvertTo-Hashtable. This cmdlet comes from NetworkingDsc.

Changed

  • Update the README.md with new cmdlet documentation format.
  • Update to use HQRM tests from the DscResource.Test module.
  • Update the repository to use the latest version of ModuleBuilder.
  • Update to use the latest pipeline files.
  • BREAKING CHANGE: Updated the cmdlet Test-DscParameterState to match
    the one in the module NetworkingDsc which have been extended with for
    example checking credentials and types. This might be a breaking change
    in certain scenarios, for example the type checking if on by default.
    This change is required to be able to move the module NetworkingDsc
    to use this module.

v0.7.0-preview0002

02 May 06:27
3bdf435
Compare
Choose a tag to compare
v0.7.0-preview0002 Pre-release
Pre-release

[v0.7.0-preview0002]

Added

  • Added the cmdlet Assert-IPAddress
  • Added the cmdlet ConvertTo-CimInstance. This cmdlet comes from NetworkingDsc.
  • Added the cmdlet ConvertTo-Hashtable. This cmdlet comes from NetworkingDsc.

Changed

  • Update the README.md with new cmdlet documentation format.
  • Update to use HQRM tests from the DscResource.Test module.
  • Update the repository to use the latest version of ModuleBuilder.
  • Update to use the latest pipeline files.
  • BREAKING CHANGE: Updated the cmdlet Test-DscParameterState to match
    the one in the module NetworkingDsc which have been extended with for
    example checking credentials and types. This might be a breaking change
    in certain scenarios, for example the type checking if on by default.
    This change is required to be able to move the module NetworkingDsc
    to use this module.

v0.7.0-preview0001

01 May 15:18
2cd4c29
Compare
Choose a tag to compare
v0.7.0-preview0001 Pre-release
Pre-release

[v0.7.0-preview0001]

Added

  • Added the cmdlet Assert-IPAddress

Changed

  • Update the README.md with new cmdlet documentation format.

Fixed

  • The code in the unit tests for Test-DscParameterState is now closer
    following the style guideline.

v0.6.0

23 Apr 12:20
e49f599
Compare
Choose a tag to compare

[v0.6.0]

Added

  • Added the cmdlet Assert-BoundParameter. This cmdlet comes from
    ComputerManagementDsc.
  • Added the cmdlet Get-TemporaryFolder. This cmdlet comes from
    SqlServerDsc.
  • Added GitHub templates in the repository to help contributors.

Changed

  • Only run CI pipeline on branch master when there are changes to files
    inside the source folder.

Fixed

  • The regular expression for minor-version-bump-message in the file
    GitVersion.yml was changed to only raise minor version when the
    commit message contain the word add, adds, minor, feature,
    or features.
  • Fixed the pipeline paths trigger.

v0.6.0-preview0001

23 Apr 04:46
e49f599
Compare
Choose a tag to compare
v0.6.0-preview0001 Pre-release
Pre-release

[v0.6.0-preview0001]

Added

  • Added the cmdlet Assert-BoundParameter. This cmdlet comes from
    ComputerManagementDsc.
  • Added the cmdlet Get-TemporaryFolder. This cmdlet comes from
    SqlServerDsc.
  • Added GitHub templates in the repository to help contributors.

Changed

  • Only run CI pipeline on branch master when there are changes to files
    inside the source folder.

Fixed

  • The regular expression for minor-version-bump-message in the file
    GitVersion.yml was changed to only raise minor version when the
    commit message contain the word add, adds, minor, feature,
    or features.
  • Fixed the pipeline paths trigger.