Azure / GuestConfiguration

PowerShell module for creating, testing, and publishing custom Guest Configuration
MIT License
5 stars 2 forks source link

Validate Policy Parameters with MOF in Package for New-GCPolicy cmdlets #204

Closed gaelcolas closed 2 years ago

gaelcolas commented 3 years ago

The New-GCPolicy and New-GCPolicyFile should validate the parameters provided are valid for the package targeted.

The package should be downloaded and inspected to make sure the parameters are valid. We could use the same validation with Get/Start commands.

Here's a few ideas on how to implement this:

github-actions[bot] commented 3 years ago

This issue has not been updated within 14 days