DSC
DSC copied to clipboard
This repo is for the DSC v3 project
### Summary of the new feature / enhancement Exe's published to the MSStore as msix packages have a link to the exe in PATH. However, if they are resources, then...
### 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 When working on a new book on LeanPub, I was exploring assertions in more depth. After adding the `Microsoft.Windows/RebootPending` configuration, I was...
# PR Summary Fix #485 When used in a configuration `Microsoft.Windows/RebootPending` was failing input schema validation. This PR adds empty schema (because `RebootPending` resource expects no input) to resolve that...
### 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 Support: - set - export - delete - method invocation ### Proposed technical implementation details (optional) Many WMI classes support methods. We...
### Summary of the new feature / enhancement We should allow for community extensions to `dsc.exe` so they show up as sub-commands. For example we may want to have `dsc...
# PR Summary This is a prototype DSCv3 VS Code extension that provides completions for classic PS-class-based DSC resources when authoring `*.dsc.yaml` configuration files. Completions are displayed when `type:` is...
### Summary of the new feature / enhancement Permit resources to return metadata like `_messages` to provide human-readable context for `WhatIf` executions ### Proposed technical implementation details (optional) Sample output:...
### 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...