DscBuildHelpers

0.2.2

Build Helpers for DSC Resources and Configurations

Minimum PowerShell version

5.0

Installation Options

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

Install-Module -Name DscBuildHelpers

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

Install-PSResource -Name DscBuildHelpers

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

(c) 2022 Gael Colas. All rights reserved.

Package Details

Author(s)

  • Gael Colas

Tags

DesiredStateConfiguration DSC BuildHelpers DSCResource

Functions

Clear-CachedDscResource Compress-DscResourceModule Find-ModuleToPublish Get-DscCimInstanceReference Get-DscFailedResource Get-DscResourceFromModuleInFolder Get-DscResourceProperty Get-DscResourceWmiClass Get-DscSplattedResource Get-ModuleFromFolder Initialize-DscResourceMetaInfo Publish-DscConfiguration Publish-DscResourceModule Push-DscConfiguration Push-DscModuleToNode Remove-DscResourceWmiClass Test-DscResourceFromModuleInFolderIsValid

Dependencies

Release Notes

## [0.2.2] - 2024-04-18

### Added

- Added support for CIM based properties.

### Changed

- Migration of build pipeline to Sampler.

### Fixed

- Initialize-DscResourceMetaInfo:
 - Fixed TypeConstraint, 'MSFT_KeyValuePair' should be ignored.
 - Fixed non-working caching test.
 - Added PassThru pattern for easier debugging.
 - Considering CIM instances names DSC_* in addition to MSFT_*.
- Get-DscResourceFromModuleInFolder:
 - Redesigned the function. It did not work with PowerShell 7 and
   PSDesiredStateConfiguration 2.0.7.
- Changed the remaining lines in alignment to PR #14.

FileList

Version History

Version Downloads Last updated
0.2.2 (current version) 694 4/18/2024
0.2.2-previe... 430 4/3/2024
0.2.2-previe... 2,047 1/13/2024
0.2.1 24,872 4/16/2022
0.2.0 73 4/14/2022
0.0.42 4,039 10/2/2020
0.0.40 13,783 4/12/2019
0.0.36 1,426 11/20/2018
0.0.35 27 11/20/2018
0.0.34 626 9/21/2018
0.0.31 1,410 4/4/2018
0.0.2 17 4/4/2018
0.0.1 20 4/4/2018
Show more