DSC
DSC copied to clipboard
This repo is for the DSC v3 project
# PR Summary This PR implements lambda expressions and the `map()` function for DSC configuration documents, enabling array transformations. The implementation uses ARM compatible syntax e.g., (`lambda('param', body)` and `lambdaVariables('param')`)...
# PR Summary Fixes WMI adapter `get` operations failing when filtering by read-only properties. The adapter now correctly handles read-only properties during `get` by checking if the properties are returned...
### 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 Some resources may be installed at runtime via a package manager resource. Currently, DSC engine before spawning resources will attempt to discover...
### Summary of the new feature / enhancement `export` takes an instance of the object schema, but the schema for export is used as a filter, so this means `export`...
### Summary of the new feature / enhancement It's possible a resource supports `export`, but not `set` and with an upcoming change, `get` will be called when attempting an `export`...
### 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 part of the Bicep extension work, we need JSONSchema for any type of resource so that we can provide intellisense during...
Just a heads up that as noted in the PR, Bicep has and will likely continue to add new fields (especially when using experimental features) and since we're setting `#[serde(deny_unknown_fields)]`...