DSC
DSC copied to clipboard
This repo is for the DSC v3 project
### Summary of the new feature / enhancement > As a DSC user, I want to be able to find and read reference documentation for DSC Resources so I can...
### Summary of the new feature / enhancement > As a user, I want to be able to use group and provider resources in my configuration documents and understand the...
### Summary of the new feature / enhancement > As a DSC Resource author, I want to be able to implement group and provider resources as simply and maintainably as...
### Summary of the new feature / enhancement > As a user, I want to define a configuration that includes a non-enforceable resources in my configuration document without needing to...
### Summary of the new feature / enhancement > As a user, I want to define default behaviors/options for `dsc` so that I don't need to pass the options to...
### Summary of the new feature / enhancement This GroupResource runs every resource within its config fragment under specified credentials. Need to determine if username/password is the right model and...
> Using `$schema` rather than a semver version requires forward compat to just give parsing a try and hope that anything that would be considered a major version change isn't...
### Summary of the new feature / enhancement Need a way to sign a resource manifest to ensure it hasn't been tampered. The manifest should include a hash of the...
### Summary of the new feature / enhancement Enable config to define and pass variables. Need to figure out how this is passed to group resources. ### Proposed technical implementation...
### Summary of the new feature / enhancement > As an operator generating an exportable configuration from an existing system, I want more control over the generation for my exported...