You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The convertto-OVpowershellscript generates incorrect instructions for SNMP configuration in a LIG
Here is the line generated:
$snmpConfig = New-OVSnmpConfiguration -ReadCommunity $readCommunity -snmpConsistencyChecking $snmpConsistencyChecking -SnmpV1 $True -SnmpV3 $True
There is no snmpconsistenmcyChecking parameter in the cmdlet
### Version Information
HPE OneView PowerShell Library Version (`Get-HPOVVersion` or `$PSLibraryVersion`): 8.4
HPE OneView Appliance Version (`Get-HPOVVersion -ApplianceVer`): 8.4
Output from `$PSVersionTable` on your Windows Host: 7.3.5
The text was updated successfully, but these errors were encountered:
The convertto-OVpowershellscript generates incorrect instructions for SNMP configuration in a LIG
Here is the line generated:
$snmpConfig = New-OVSnmpConfiguration -ReadCommunity $readCommunity -snmpConsistencyChecking $snmpConsistencyChecking -SnmpV1 $True -SnmpV3 $True
There is no snmpconsistenmcyChecking parameter in the cmdlet
The text was updated successfully, but these errors were encountered: