mirror of
https://github.com/benclaussen/NetboxPS.git
synced 2025-12-16 03:05:47 +00:00
Deploy(.ps1): Remove PSSA warning unused variable
false positive (it is used for ParameterSet...)
This commit is contained in:
parent
5c32c44ab3
commit
1cb3ac0d2b
1 changed files with 1 additions and 0 deletions
|
|
@ -38,6 +38,7 @@
|
|||
#>
|
||||
[CmdletBinding(DefaultParameterSetName = 'IncreaseVersion')]
|
||||
[Diagnostics.CodeAnalysis.SuppressMessageAttribute("PSAvoidUsingWriteHost", "")]
|
||||
[Diagnostics.CodeAnalysis.SuppressMessageAttribute("PSReviewUnusedParameter", "")]
|
||||
param
|
||||
(
|
||||
[Parameter(ParameterSetName = 'SkipVersion')]
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue