You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a DSC Resource author, I want to be able to author and maintain my resource manifests in YAML without needing to convert them to JSON as a build step, because authoring, maintaining, documenting, and reading YAML files is easier for me.
I'd like to be able to author my manifests in either JSONC or YAML so that I can include comments for both local development and maintenance purposes.
Summary of the new feature / enhancement
As a DSC Resource author, I want to be able to author and maintain my resource manifests in YAML without needing to convert them to JSON as a build step, because authoring, maintaining, documenting, and reading YAML files is easier for me.
I'd like to be able to author my manifests in either JSONC or YAML so that I can include comments for both local development and maintenance purposes.
Proposed technical implementation details (optional)
Support discovering DSC Resource manifests if they're in the
PATH
with any of the following file extensions:.dsc.resource.json
.dsc.resource.jsonc
.dsc.resource.yaml
.dsc.resource.yml
The text was updated successfully, but these errors were encountered: