DscResource.Authoring

0.2.0-preview0004

DSC resources authoring module aimed for Microsoft DSC and PowerShell DSC community.

Minimum PowerShell version

5.0

This is a prerelease version of DscResource.Authoring.
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.Authoring -RequiredVersion 0.2.0-preview0004 -AllowPrerelease

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

Install-PSResource -Name DscResource.Authoring -Version 0.2.0-preview0004 -Prerelease

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) dsccommunity. All rights reserved.

Package Details

Author(s)

  • dsccommunity

Functions

Import-DscAdaptedResourceManifest Import-DscResourceManifest New-DscAdaptedResourceManifest New-DscPropertyOverride New-DscResourceManifest Update-DscAdaptedResourceManifest

Dependencies

This module has no dependencies.

Release Notes

## [0.2.0-preview0004] - 2026-05-14

### Added

- Added support for `[ValidatePattern()]` attributes on DSC properties, emitting the regex as a `pattern` keyword in the generated JSON schema.
- Added `-AllowNonEcmaPattern` switch to `New-DscAdaptedResourceManifest` to force-emit patterns containing .NET-specific regex constructs that are not ECMA 262 compatible.

### Fixed

- Fixed build task import so module aliases are correctly exported when the module is loaded.
- Fixed `[ValidateSet()]` attributes on `[string]` DSC properties now being correctly emitted as `enum` in the generated JSON schema.
- Fixed `UTF8BOM` issue on new script.

FileList

Version History

Version Downloads Last updated
0.2.0-previe... 7 6/17/2026
0.2.0-previe... 5 5/29/2026
0.2.0-previe... (current version) 6 5/14/2026
0.2.0-previe... 6 5/14/2026
0.2.0-previe... 2 5/14/2026
0.2.0-previe... 3 5/13/2026
Show more