PowerShell / PSDesiredStateConfiguration

Source for https://www.powershellgallery.com/packages/PSDesiredStateConfiguration module
MIT License
58 stars 14 forks source link

Invoke-DscResource does not validate required properties #109

Open ThomasNieto opened 1 year ago

ThomasNieto commented 1 year ago

Prerequisites

Steps to reproduce

If you invoke a resource without the required properties no error is thrown.

Expected behavior

# Error is thrown when required properties are not provided

Actual behavior

# No error

Error details

No response

Environment data

7.4-preview2

Version

2.0.6

Visuals

No response