DSC
DSC copied to clipboard
This repo is for the DSC v3 project
### Summary of the new feature / enhancement > As a resource developer, I want to be able to design my resource to receive metadata about the operation from DSC...
### Summary of the new feature / enhancement Could be `dsc lint` including the rule: - If `--target-path` is used, ensure `targetPath()` is used somewhere in an expression within the...
### Prerequisites - [x] Write a descriptive title. - [x] Make sure you are able to repro it on the latest version - [x] Search the existing issues. ### Summary...
### Prerequisites - [x] Write a descriptive title. - [x] Make sure you are able to repro it on the latest version - [x] Search the existing issues. ### Summary...
### Summary of the new feature / enhancement Today, the engine generates a unique name that is the type with an incrementing number. Instead, if DSC can look at the...
### Summary of the new feature / enhancement There are scenarios where a resource might export secrets. Using `SecureString` and `SecureObject` currently is insufficient as the contents are in clear...
### Prerequisites - [x] Write a descriptive title. - [x] Make sure you are able to repro it on the latest version - [x] Search the existing issues. ### Summary...
# PR Summary Implemented Fille, Directory and FileContent resource. Added tests. ToDo: - Fix encoding code for FileContent and add tests - Add custom error codes ## PR Context
### Prerequisites - [x] Write a descriptive title. - [x] Make sure you are able to repro it on the latest version - [x] Search the existing issues. ### Summary...
### Summary of the new feature / enhancement In Microsoft.Windows.Developer, the "Developer Mode" value can be "read", but not "set" without elevation. Export would retrieve the value, but if the...