Skip to content

Commit 30ee2bb

Browse files
VeryEarlymsJinLei
authored andcommitted
[Eng] Fix parameterset name in publish-rmmodule (Azure#27814)
1 parent 3d21e33 commit 30ee2bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/ModulePublisher.psm1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ function Publish-RMModules
210210
$RepoLocation,
211211

212212
[Parameter(ParameterSetName="ByLocation", Mandatory=$true)]
213-
[Parameter(ParameterSetName="ByLocation", Mandatory=$false)]
213+
[Parameter(ParameterSetName="ByName", Mandatory=$false)]
214214
[string]
215215
$ApiKey,
216216

0 commit comments

Comments
 (0)