gaelcolas / Sampler

Module template with build pipeline and examples, including DSC elements.
MIT License
167 stars 42 forks source link

QA test that verify tags in the module manifest #446

Open johlju opened 10 months ago

johlju commented 10 months ago

Problem description

It is easy to not know or forget that tags in the module manifest are not allowed, this would fail to deploy the module. It is also easily missed in the review process.

Verbose logs

n/a

How to reproduce

Add a tag containing a space in the module manifest and try to deploy the module.

Expected behavior

To fail the build when module manifest is incorrect and will fail deploy.

Current behavior

There are no tests that can help catch this

Suggested solution

Add a QA test that help validate the module manifest. At least the tags.

Operating system the target node is running

n/a

PowerShell version and build the target node is running

n/a

Module version used

n/a