DscResource.Base

1.1.0

Module with DSC resources for deployment and configuration of Microsoft SQL Server.

Minimum PowerShell version

5.0

There is a newer prerelease version of this module available.
See the version list below for details.

Installation Options

Copy and Paste the following command to install this package using PowerShellGet More Info

Install-Module -Name DscResource.Base -RequiredVersion 1.1.0

Copy and Paste the following command to install this package using Microsoft.PowerShell.PSResourceGet More Info

Install-PSResource -Name DscResource.Base -Version 1.1.0

You can deploy this package directly to Azure Automation. Note that deploying packages with dependencies will deploy all the dependencies to Azure Automation. Learn More

Manually download the .nupkg file to your system's default download location. Note that the file won't be unpacked, and won't include any dependencies. Learn More

Owners

Copyright

Copyright the DSC Community contributors. All rights reserved.

Package Details

Author(s)

  • DSC Community

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

Version History

Version Downloads Last updated
1.1.1-previe... 0 4/23/2024
1.1.0 (current version) 28,585 2/26/2023
1.1.0-previe... 5 2/26/2023
1.0.0 1,944 12/31/2022
1.0.0-previe... 6 12/31/2022