DSC
DSC copied to clipboard
This repo is for the DSC v3 project
### 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 Currently, if your exe takes args as: ```sh myResource ``` Then `jsonInputArg` won't work. If you set it to empty string, then...
### Summary of the new feature / enhancement There may be cases where the user wants to apply configuration and parts of it requires elevation. It may be useful to...
### Summary of the new feature / enhancement Currently, `_clobber` only applies to the entirety of the settings. So if you only specify one setting and `_clobber = true`, then...
### Summary of the new feature / enhancement Current design requires passing secrets into a configuration as parameters as either `SecureString` or `SecureObject`. However, it may be easier/better to have...
### Summary of the new feature / enhancement I thought I had opened a similar issue, but couldn't find it. The idea is that similar to the `Assertion` resource, this...
### 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 As a resource author, I want to develop the export capability with or without the need to provide input. The current implementation...
### Summary of the new feature / enhancement To aid use of DSC configurations for non-technical users, it would make sense to build a GUI tool that shows the configuration...