DSC
DSC copied to clipboard
This repo is for the DSC v3 project
### Summary of the new feature / enhancement Anywhere that `dsc` reads a file, we should check that the file and it's containing directory isn't world writable. If so, we...
# PR Summary This change updates the schemas, reference documentation, and changelog for the latest unreleased changes to DSC, including: - Addition of caching for the PowerShell adapters - New...
# PR Summary - fix #390 ## PR Context - existing grammar parses only the decimal digit(s) of floating point input as a number, resulting in incorrect handling by functions,...
### Summary of the new feature / enhancement The existing resource kinds are `Resource`, `Adapter`, `Group`, and `Import`. Of the existing kinds, only `Import` is a verb instead of a...
### Summary of the new feature / enhancement With package installation (particularly on Windows), the PATH env var may be updated from install of a new app, but won't be...
### Prerequisites - [X] Write a descriptive title. - [X] Make sure you are able to repro it on the latest version - [X] Search the existing issues. ### Steps...
# PR Summary - Created CFS for Crates.IO, added global `config.toml` so all sub-projects will use this feed, but only when building official releases as it requires authentication - Added...
### Summary of the new feature / enhancement Currently, if the exit code is non-zero, the function returns it as an error. however, the resource manifest can describe what specific...
### Summary of the new feature / enhancement Many resources may not support `export` and something like `registry` it doesn't make sense to export the whole registry. If you have...
### Summary of the new feature / enhancement - [ ] Remove ResourceDiscovery trait since there's only one type - [ ] Remove `Custom` type for DscResource since we only...