DscResource.Tests
DscResource.Tests copied to clipboard
Common meta tests for PowerShell DSC resources repositories.
This is still not quite complete. Need to add some tests and clean some code up, but it's a start #### Task list - [ ] Added an entry under...
#### Details of the problem, bug, or enhancement Following on from PR #354, `EmbeddedInstance("MSFT_Credential")` MOF attributes output by `Get-MofSchemaObject` now have a DataType of `Instance` whereby previously they had a...
#### Details of the problem, bug, or enhancement Following on from PR #354 and #358 , Array DataTypes are now output differently from `New-DscResourceWikiSite` in the `WikiPages` module. For a...
PSSA 1.18 includes many improvements that might help DSC Resource kit. The PSUseConsistentWhitespace could be used here and in the template to reduce PR comments. The PSUseConsistentIndentation could also prove...
It is a best practice that any DSC resources included in a module are listed in the DSCResourcesToExport field in the Module Manifest. See https://ci.appveyor.com/project/dscbot/gpregistrypolicydsc/builds/27503170#L1204 We should add tests to...
Hello, Is the standard for DSC code to have a newline before and after if/ if else statement block? This is not how I write my code and often I...
There are no list of the custom rules and what style guideline rule it belong to. We should make a list so it is easier to see what style guideline...
It is hard for new and old contributors to know about the existing helper functions that are used to use the same patterns throughout the resources. It is not obvious...
#### Details of the problem, bug, or enhancement In the schema.mof some times we refer to values that can if set something special is happening, or if the parameter has...
I suggest we add another table for the Read-Only parameters. Since they are in a table with the header 'Parameters' it could be believed they can be used to pass...