change switch cases
This commit is contained in:
parent
cc37abda3c
commit
55415bf9b5
@ -74,7 +74,7 @@ function Test-CSConnection {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
"CiscoUcs" {
|
'CiscoUcs' {
|
||||||
$MsgParams = @{
|
$MsgParams = @{
|
||||||
ErrorAction = "Stop"
|
ErrorAction = "Stop"
|
||||||
Message = "CiscoUCS connection test is not implemented yet!"
|
Message = "CiscoUCS connection test is not implemented yet!"
|
||||||
@ -83,7 +83,7 @@ function Test-CSConnection {
|
|||||||
return $false
|
return $false
|
||||||
}
|
}
|
||||||
|
|
||||||
"FTP" {
|
'FTP' {
|
||||||
$MsgParams = @{
|
$MsgParams = @{
|
||||||
ErrorAction = "Stop"
|
ErrorAction = "Stop"
|
||||||
Message = "FTP connection test is not implemented yet!"
|
Message = "FTP connection test is not implemented yet!"
|
||||||
@ -92,7 +92,7 @@ function Test-CSConnection {
|
|||||||
return $false
|
return $false
|
||||||
}
|
}
|
||||||
|
|
||||||
"NetAppFAS" {
|
'NetAppFAS' {
|
||||||
$MsgParams = @{
|
$MsgParams = @{
|
||||||
ErrorAction = "Stop"
|
ErrorAction = "Stop"
|
||||||
Message = "NetAppFAS connection test is not implemented yet!"
|
Message = "NetAppFAS connection test is not implemented yet!"
|
||||||
|
Loading…
Reference in New Issue
Block a user