Fixing typo in function name
This commit is contained in:
@@ -1645,7 +1645,7 @@ Function Set-HCXCloud {
|
|||||||
$HcxSid = (Get-HCXCloudSubscription | where {$_.STATUS -eq "ACTIVE"}).SID
|
$HcxSid = (Get-HCXCloudSubscription | where {$_.STATUS -eq "ACTIVE"}).SID
|
||||||
|
|
||||||
# Check to see if there is an available HCX-Cloud Key
|
# Check to see if there is an available HCX-Cloud Key
|
||||||
$HcxKey = ((Get-HCXCloudActivationKeys -Type AVAILABLE | where {$_.systemType -eq 'hcx-cloud'}) | select -First 1).activationKey
|
$HcxKey = ((Get-HCXCloudActivationKey -Type AVAILABLE | where {$_.systemType -eq 'hcx-cloud'}) | select -First 1).activationKey
|
||||||
if($HcxKey -eq $null) {
|
if($HcxKey -eq $null) {
|
||||||
$HcxKey = New-HCXCloudActivationKey -SID $HcxSid -SystemType HCX-CLOUD
|
$HcxKey = New-HCXCloudActivationKey -SID $HcxSid -SystemType HCX-CLOUD
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user