Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add validation of resource output #362

Merged
merged 4 commits into from
Mar 22, 2024

Conversation

SteveL-MSFT
Copy link
Member

PR Summary

  • DscResource and CommandResource were both validating input. Removed validation from DscResource as we only have command resources now.
  • Added validation of output but only for resources (not groups or adapters)

PR Context

Fix #251

Steve Lee (POWERSHELL HE/HIM) (from Dev Box) and others added 2 commits March 13, 2024 12:35
@SteveL-MSFT SteveL-MSFT merged commit d71a894 into PowerShell:main Mar 22, 2024
4 checks passed
@SteveL-MSFT SteveL-MSFT deleted the output-validation branch March 22, 2024 18:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

dsc does not validate resource output against it's schema
2 participants