DscResource.Base
1.1.0
Module with DSC resources for deployment and configuration of Microsoft SQL Server.
Minimum PowerShell version
5.0
Installation Options
Author(s)
DSC Community
Copyright
Copyright the DSC Community contributors. All rights reserved.
Package Details
Owners
Tags
DesiredStateConfiguration DSC DSCResourceKit DSCResource
Dependencies
This module has no dependencies.
Release Notes
## [1.1.0] - 2023-02-26
### Added
- DscResource.Base
- A new private function `ConvertFrom-Reason` was added which takes an
array of `[Reason]` and coverts it to an array of `[System.Collections.Hashtable]`.
### Changed
- DscResource.Base
- Enable Pester's new code coverage method.
- The private function `ConvertTo-Reason` was renamed `Resolve-Reason`.
- `ResourceBase`
- The property `Reasons` in derived class-based resources is now expected
to use the type `[System.Collections.Hashtable[]]` ([issue #4](https://github.com/dsccommunity/DscResource.Base/issues/4)).
### Fixed
- DscResource.Base
- Correct pipeline definition id for status badges in README.md.
- `ResourceBase`
- Increased code coverage.
FileList
- DscResource.Base.nuspec
- DscResource.Base.psd1
- en-US\about_DscResource.Base.help.txt
- DscResource.Base.psm1
- Modules\DscResource.Common\0.14.0\DscResource.Common.psd1
- Modules\DscResource.Common\0.14.0\DscResource.Common.psm1
- en-US\DscResource.Base.strings.psd1
- Modules\DscResource.Common\0.14.0\en-US\about_DscResource.Common.help.txt
- en-US\ResourceBase.strings.psd1
- Modules\DscResource.Common\0.14.0\en-US\DscResource.Common.strings.psd1
Version History
Version | Downloads | Last updated |
---|---|---|
1.1.0 (current version) | 13,892 | 2/26/2023 |
1.1.0-previe... | 2 | 2/26/2023 |
1.0.0 | 1,941 | 12/31/2022 |
1.0.0-previe... | 3 | 12/31/2022 |