DSC
DSC copied to clipboard
This repo is for the DSC v3 project
### Summary of the new feature / enhancement While we can use the schema to define the `properties` and their individual schemas, there is no way to specify that a...
### Summary of the new feature / enhancement The current documentation ( https://learn.microsoft.com/en-us/powershell/dsc/resources/concepts/anatomy?view=dsc-3.0) appears to indicate that DSC will do manifest discovery on any valid path. I would recommend instead...
### Prerequisites - [X] Write a descriptive title. - [X] Make sure you are able to repro it on the latest version - [X] Search the existing issues. ### Steps...
### Summary of the new feature / enhancement In order to be able to call certain types of resources, credential objects are required. I would be very useful to have...
### Prerequisites - [X] Write a descriptive title. - [X] Make sure you are able to repro it on the latest version - [X] Search the existing issues. ### Steps...
### Prerequisites - [X] Write a descriptive title. - [X] Make sure you are able to repro it on the latest version - [X] Search the existing issues. ### Steps...
### Summary of the new feature / enhancement ARM has a specific set of functions that can be used within a configuration: https://learn.microsoft.com/en-us/azure/azure-resource-manager/templates/template-functions ### Proposed technical implementation details (optional) ####...
### Prerequisites - [X] Write a descriptive title. - [X] Make sure you are able to repro it on the latest version - [X] Search the existing issues. ### Steps...
### Summary of the new feature / enhancement Some changes to the system may require a reboot before additional changes can be applied. `dsc` itself shouldn't perform a reboot, but...
### Summary of the new feature / enhancement As resources get executed, need progress returned as JSON for agents to display. Consider how child processes can participate including resources. ###...