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 = @{
ErrorAction = "Stop"
Message = "CiscoUCS connection test is not implemented yet!"
@ -83,7 +83,7 @@ function Test-CSConnection {
return $false
}
"FTP" {
'FTP' {
$MsgParams = @{
ErrorAction = "Stop"
Message = "FTP connection test is not implemented yet!"
@ -92,7 +92,7 @@ function Test-CSConnection {
return $false
}
"NetAppFAS" {
'NetAppFAS' {
$MsgParams = @{
ErrorAction = "Stop"
Message = "NetAppFAS connection test is not implemented yet!"