Update version. Minor formatting

This commit is contained in:
Matt Frey
2019-08-06 10:33:44 -05:00
parent 10647481f1
commit 337dc077a9
2 changed files with 3 additions and 3 deletions

View File

@@ -12,7 +12,7 @@
# RootModule = '' # RootModule = ''
# Version number of this module. # Version number of this module.
ModuleVersion = '1.1' ModuleVersion = '1.3'
# ID used to uniquely identify this module # ID used to uniquely identify this module
GUID = '6d3f7fb5-4e52-43d8-91e1-f65f72532a1d' GUID = '6d3f7fb5-4e52-43d8-91e1-f65f72532a1d'

View File

@@ -1,5 +1,5 @@
#Script Module : VMware.Hv.Helper #Script Module : VMware.Hv.Helper
#Version : 1.2 #Version : 1.3
#Copyright © 2016 VMware, Inc. All Rights Reserved. #Copyright © 2016 VMware, Inc. All Rights Reserved.
@@ -10618,7 +10618,7 @@ function Get-HVHealth {
param( param(
[Parameter(Mandatory = $false)] [Parameter(Mandatory = $false)]
[ValidateSet('ADDomain', 'CertificateSSOConnector', 'ConnectionServer', 'EventDatabase', 'SAMLAuthenticator', 'SecurityServer', 'ViewComposer', 'VirtualCenter', 'pod')] [ValidateSet('ADDomain', 'CertificateSSOConnector', 'ConnectionServer', 'EventDatabase', 'SAMLAuthenticator', 'SecurityServer', 'ViewComposer', 'VirtualCenter', 'Pod')]
[string] [string]
$Servicename = 'ConnectionServer', $Servicename = 'ConnectionServer',