File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -121,13 +121,15 @@ The following guidelines come from a combined effort from both the PowerShell te
121
121
###Severity: TBD
122
122
- For PowerShell V4: Resource module contains .psd1 file and schema.mof for every resource
123
123
- MOF has description for each element [ IssueOpened] ( https://github.com/PowerShell/PSScriptAnalyzer/issues/131 )
124
- - Resource module must alwasy contain .psd1 file and schema.mof (for non-class resource).
124
+ - Resource module must contain .psd1 file (always) and schema.mof (for non-class resource). [ IssueOpened ] ( https://github.com/PowerShell/PSScriptAnalyzer/issues/116 )
125
125
- Use ShouldProcess for a Set DSC method
126
- - Resource module contains Resources folder which contains the resources [ IssueOpened] ( https://github.com/PowerShell/PSScriptAnalyzer/issues/130 )
126
+ - Resource module contains DscResources folder which contains the resources [ IssueOpened] ( https://github.com/PowerShell/PSScriptAnalyzer/issues/130 )
127
127
128
128
129
129
130
130
###Reference:
131
- Cmdlet Development Guidelines from MSDN site (Cmdlet Development Guidelines)
131
+ * Cmdlet Development Guidelines from MSDN site (Cmdlet Development Guidelines)
132
132
133
- The Community Book of PowerShell Practices (Compiled by Don Jones and Matt Penny and the Windows PowerShell Community)
133
+ * The Community Book of PowerShell Practices (Compiled by Don Jones and Matt Penny and the Windows PowerShell Community)
134
+
135
+ * [ PowerShell DSC Resource Design and Testing Checklist] ( http://blogs.msdn.com/b/powershell/archive/2014/11/18/powershell-dsc-resource-design-and-testing-checklist.aspx )
You can’t perform that action at this time.
0 commit comments