The Powershell command to, for example, add a LUN resource for a Linux host, using the "storage" Plug-in from the Automation Store, fails as such: Add-SmResource -Hostname <LUN_HOST> -PluginCode Stora...The Powershell command to, for example, add a LUN resource for a Linux host, using the "storage" Plug-in from the Automation Store, fails as such: Add-SmResource -Hostname <LUN_HOST> -PluginCode Storage -ResourceName <LUN_NAME> -ResourceType "Storage Resource" -StorageFootprint (@{"VolumeName"="<VOLUME>";"LunName"="LUN_NAME";"StorageSystem"="<SVM_NAME>"}) Add-SmResource : Cannot retrieve the dynamic parameters for the cmdlet.