File tree 2 files changed +6
-1
lines changed
reference/docs-conceptual/PSScriptAnalyzer/Rules 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ following articles:
19
19
20
20
- [ Writing Comment-based Help] ( /powershell/scripting/developer/help/writing-comment-based-help-topics )
21
21
- [ Writing Help for PowerShell Cmdlets] ( /powershell/scripting/developer/help/writing-help-for-windows-powershell-cmdlets )
22
- - [ Create XML-based help using PlatyPS] ( /powershell/scripting/dev-cross-plat /create-help-using-platyps )
22
+ - [ Create XML-based help using PlatyPS] ( /powershell/utility-modules/platyps /create-help-using-platyps )
23
23
24
24
## Configuration
25
25
Original file line number Diff line number Diff line change @@ -66,5 +66,10 @@ function Set-File
66
66
{
67
67
$Content | Out-File -FilePath $Path
68
68
}
69
+ else
70
+ {
71
+ # Code that should be processed if doing a WhatIf operation
72
+ # Must NOT change anything outside of the function / script
73
+ }
69
74
}
70
75
```
You can’t perform that action at this time.
0 commit comments