Skip to content

Commit b1f844b

Browse files
Position = 3 in modules
1 parent e7f5986 commit b1f844b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ResourceManager/Automation/Commands.Automation/Cmdlet/NewAzureAutomationModule.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ public class NewAzureAutomationModule : AzureAutomationBaseCmdlet
4040
/// <summary>
4141
/// Gets or sets the contentLink
4242
/// </summary>
43-
[Parameter(Position = 2, Mandatory = true, ValueFromPipelineByPropertyName = true,
43+
[Parameter(Position = 3, Mandatory = true, ValueFromPipelineByPropertyName = true,
4444
HelpMessage = "The url to a module zip package.")]
4545
[ValidateNotNullOrEmpty]
4646
public Uri ContentLink { get; set; }

0 commit comments

Comments
 (0)