DSC icon indicating copy to clipboard operation
DSC copied to clipboard

This repo is for the DSC v3 project

Results 305 DSC issues
Sort by recently updated
recently updated
newest added

# 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,...

Doc-Impact

### 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...

Issue-Enhancement
Needs Triage

### 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...

Issue-Bug
Need-Review

# 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...

Issue-Enhancement
Area-Bicep

### 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...

Issue-Bug
Need-Review
Area-Bicep

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...

Issue-Enhancement
Needs Triage