DSC
DSC copied to clipboard
This repo is for the DSC v3 project
# PR Summary This pull request adds the ability to apply a filter on `Export` through the PowerShell adapter. A new helper function determines the user's input and returns the...
# PR Summary Add import extension to support `.bicepparam` file format Allow parameters to be in simple or ARM parameters format, however, `reference` support is not added at this time,...
### Summary of the new feature / enhancement Allow using `export` with pre-defined matching rules if `get` is not defined. # Reasoning Some package managers, like `pip`, easily support exporting...
### 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 - update sshd config grammar so quotedString node is not hidden ## PR Context - need to differentiate between strings and quoted strings when parsing arguments that...
# PR Summary - updates sshdconfig Rust parser to support `match` blocks - updates sshdconfig Rust parser to support `operator` nodes - add (+), remove (-), insert (^) - updates...
### Summary of the new feature / enhancement As a user, I would like the ability to pass in a `.bicepparam` file to the `--parameters-file` subcommand. With Bicep support now...
### 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...
All PowerShell and pwsh invocations using `-Command` to execute script files now use `-File` instead. Scripts modified to read JSON input from stdin using the `$input` automatic variable while retaining...
### Summary of the new feature / enhancement - `WhatIf` arg kind for `Set` and `Delete` - Remove `WhatIf` operation and only use arg kind - Authenticode opt-out - Initially...