diff --git a/powershell/gen_powershell_binding.ml b/powershell/gen_powershell_binding.ml index 484eb4c..55a35ef 100644 --- a/powershell/gen_powershell_binding.ml +++ b/powershell/gen_powershell_binding.ml @@ -468,7 +468,7 @@ using XenAPI; namespace Citrix.XenServer.Commands { - [Cmdlet(VerbsCommon.New, \"Xen%s\", SupportsShouldProcess = true)] + [Cmdlet(VerbsCommon.New, \"Xen%s\", DefaultParameterSetName = \"Hashtable\", SupportsShouldProcess = true)] [OutputType(typeof(%s))]%s [OutputType(typeof(void))] public class NewXen%sCommand : XenServerCmdlet