Mariah
Mariah
This change is [](https://reviewable.io/reviews/dsccommunity/webadministrationdsc/349)
The link to the zip file doesn't appear to be working. What is this [README.md](https://github.com/PowerShell/xWebAdministration/blob/dev/Examples/README.md) file for? There's no clear documentation on it.
Integration tests need to be added for this module.
They should use the type of format found here: https://technet.microsoft.com/en-us/magazine/hh500719.aspx Also, we can use this issue to discuss whether the help-comment should be placed above the function entirely or at...
All of the examples (especially from xWebsite, xIisLogging, and xSslSettings) need to have a brief description of when to use the example, what the expected outcome is, etc. Some general...
At least one example file needs to be added to show how to use this resource.
If a user downloads a module and then runs invoke-pester, right now the test template is set up to clone DSCResource.Tests into the module where the tests are being run....
When the same module is on the machine in multiple places some of the integration tests fail due to how we are currently setting up the test environment. This is...