PowerShell / DSC

This repo is for the DSC v3 project
MIT License
133 stars 22 forks source link

improve `no schema` error message #384

Closed SteveL-MSFT closed 3 months ago

SteveL-MSFT commented 3 months ago

PR Summary

If a resource or adapter doesn't return JSON schema you get a pretty unhelpful error message for the resource author as validate could also be implemented if JSON schema validation isn't supported. Added this to the error message.