Skip to content

Commit b35a855

Browse files
committed
Added statement to suppress lint messages.
1 parent 41f5acf commit b35a855

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Management-Utilities/iscsi-vol-create-and-mount/preinstall.ps1

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
[Diagnostics.CodeAnalysis.SuppressMessageAttribute('PSAvoidUsingWriteHost', '', Justification='This script intentinally uses Write-Host to display messages to the user.')]
2-
####
2+
Param()
3+
#
34
#### Installing ONTAP module #####
45
Write-Host "Installing/ Import ONTAP module" -ForegroundColor Yellow
56
$m = "NetApp.ONTAP"

0 commit comments

Comments
 (0)