Skip to content

Commit

Permalink
ValueFromPipelineByPropertyName has no effect in BeginProcessing Meth…
Browse files Browse the repository at this point in the history
…od. Can be removed.
  • Loading branch information
santisq committed Sep 6, 2024
1 parent f5f9f13 commit cd8506e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PSADTree/PSADTreeCmdletBase.cs
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ public abstract class PSADTreeCmdletBase : PSCmdlet, IDisposable
[Parameter]
public string? Server { get; set; }

[Parameter(ValueFromPipelineByPropertyName = true)]
[Parameter]
[Credential]
public PSCredential? Credential { get; set; }

Expand Down

0 comments on commit cd8506e

Please sign in to comment.