Skip to content

Commit 0e22fa1

Browse files
author
begoldsm
committed
remove positional.
1 parent 415c05c commit 0e22fa1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ResourceManager/DataLakeAnalytics/Commands.DataLakeAnalytics/Commands/RemoveAzureRmDataLakeAnalyticsCatalogCredential.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ public class RemoveAzureDataLakeAnalyticsCredential : DataLakeAnalyticsCmdletBas
4545
[ValidateNotNull]
4646
public PSCredential Password { get; set; }
4747

48-
[Parameter(ValueFromPipelineByPropertyName = true, Position = 4, Mandatory = false,
48+
[Parameter(ValueFromPipelineByPropertyName = true, Mandatory = false,
4949
HelpMessage =
5050
"Indicates that this delete operation should go through and also delete and drop all resources dependent on this credential")]
5151
[ValidateNotNull]

0 commit comments

Comments
 (0)