Publish 0.2.0 #12

Merged
OCram85 merged 7 commits from dev into master 2017-12-22 08:10:37 +01:00
1 changed files with 3 additions and 3 deletions
Showing only changes of commit 55415bf9b5 - Show all commits

View File

@ -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!"