PowerShell / DSC

This repo is for the DSC v3 project
MIT License
195 stars 24 forks source link

`dsc` does not validate resource output against it's schema #251

Closed SteveL-MSFT closed 5 months ago

SteveL-MSFT commented 10 months ago

Summary of the new feature / enhancement

Currently, there's an implicit trust with resources and as long as the output is valid JSON, it is passed through to the result output. dsc should validate that the result JSON matches the resource's JSONSchema and error if it doesn't match.

Proposed technical implementation details (optional)

No response