mirror of
https://github.com/benclaussen/NetboxPS.git
synced 2025-12-16 03:05:47 +00:00
Deploy(.ps1): Remove PSSA warning about don't use Write-host
This commit is contained in:
parent
9be5b7b286
commit
5c32c44ab3
1 changed files with 1 additions and 0 deletions
|
|
@ -37,6 +37,7 @@
|
|||
===========================================================================
|
||||
#>
|
||||
[CmdletBinding(DefaultParameterSetName = 'IncreaseVersion')]
|
||||
[Diagnostics.CodeAnalysis.SuppressMessageAttribute("PSAvoidUsingWriteHost", "")]
|
||||
param
|
||||
(
|
||||
[Parameter(ParameterSetName = 'SkipVersion')]
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue