Has anybody see the following error and know if it is a bug in the powershell api (v1.5) ?
Calling Add-NaNetVlan call, from a powershell script, as follows :
add-NaNetVlan -Interface netvif01 -vlans 607
Add-NaNetVlan : Missing element (in typedef=vlan-info): gvrp-enabled
At E:\pshell\netappB.ps1:81 char:15
+ add-NaNetVlan <<<< -Interface $vifNameBase -Vlans $vlan
+ CategoryInfo : InvalidOperation: (xxxxxxxx:NaController) [Add-NaNetVlan], EAPIERROR
+ FullyQualifiedErrorId : ApiException,DataONTAP.PowerShell.SDK.Cmdlets.Net.AddNaNetVlan
This same caled worked under OnTap 7.3.6 using the same powershell api version, 1.5.