We ae trying to use Set-NcDiskForeign in powershell. when we call it, we see this error:
PS C:\Users\patrick.michael> Set-NcDiskForeign -SerialNumber $serialnumber
Set-NcDiskForeign : Unable to find API: storage-disk-modify
At line:1 char:1
+ Set-NcDiskForeign -SerialNumber $serialnumber
In current ontap, I see storage array modify does not have that option (its a storage array set-foreign-lun command). we are using the powershell toolkit 9.13.1. Ontap is 9.12
anyone have any success using the Set-NcDiskForeign cmdlet?