Specify OutputType

This commit is contained in:
Wes Carroll
2019-04-04 17:31:28 -04:00
parent b74f6cae51
commit cc43b272a8
@@ -1,6 +1,7 @@
<# .ExternalHelp ./en-us/ZertoApiWrapper-help.xml #> <# .ExternalHelp ./en-us/ZertoApiWrapper-help.xml #>
function Connect-ZertoServer { function Connect-ZertoServer {
[cmdletbinding()] [cmdletbinding()]
[OutputType([hashtable])]
param( param(
[Parameter( [Parameter(
Mandatory = $true, Mandatory = $true,