From 4334e49c50e1a2bcb7af12789fbefc78f18f6594 Mon Sep 17 00:00:00 2001 From: PRASOON KARUNAN V Date: Fri, 24 Nov 2017 09:42:26 +0530 Subject: [PATCH] Added more helpful message for AmbiguousParameterSet exception #5505 This PR will close #5505. --- .../resources/ParameterBinderStrings.resx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/System.Management.Automation/resources/ParameterBinderStrings.resx b/src/System.Management.Automation/resources/ParameterBinderStrings.resx index 1edbbba226e..8c49becc278 100644 --- a/src/System.Management.Automation/resources/ParameterBinderStrings.resx +++ b/src/System.Management.Automation/resources/ParameterBinderStrings.resx @@ -142,7 +142,7 @@ Cannot bind positional parameters because no names were given. - Parameter set cannot be resolved using the specified named parameters. + Parameter set cannot be resolved using the specified named parameters. One or more parameters issued cannot be used together or an insufficient number of parameters were provided. Cannot process command because of one or more missing mandatory parameters:{1}.