Releases: dsccommunity/DscResource.Common
Releases · dsccommunity/DscResource.Common
v0.9.0-preview0001
[v0.9.0-preview0001]
Added
- Added cmdlet
Set-PSModulePath
.
v0.8.0
v0.8.0-preview0001
[v0.8.0-preview0001]
- Added a default value of
en-US
to theDefaultUICulture
parameter of theGet-LocalizedData
function
Issue #33.
v0.7.1
v0.7.1-preview0001
[v0.7.1-preview0001]
Fixed
- Add missing private function
Test-DscObjectHasProperty
.
v0.7.0
[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
[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
[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
[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 thesource
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 wordadd
,adds
,minor
,feature
,
orfeatures
. - Fixed the pipeline paths trigger.
v0.6.0-preview0001
[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 thesource
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 wordadd
,adds
,minor
,feature
,
orfeatures
. - Fixed the pipeline paths trigger.