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

Issue-Bug
Need-Review

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

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

Issue-Enhancement
Partner-WinGet
WG-Reviewed

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

Issue-Enhancement

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

Issue-Enhancement
WG-Reviewed

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

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

Issue-Enhancement
Partner-WinGet
Area-Bicep

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)]`...

Issue-Bug
Needs Triage