Skip to content

Commit

Permalink
Fixed for Credentials parameter set
Browse files Browse the repository at this point in the history
  • Loading branch information
erwinvanhunen committed Nov 28, 2024
1 parent 2698d69 commit 118812e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Commands/Base/ConnectOnline.cs
Original file line number Diff line number Diff line change
Expand Up @@ -271,6 +271,7 @@ public class ConnectOnline : BasePSCmdlet
[Parameter(Mandatory = false, ParameterSetName = ParameterSet_INTERACTIVE)]
[Parameter(Mandatory = false, ParameterSetName = ParameterSet_DEVICELOGIN)]
[Parameter(Mandatory = false, ParameterSetName = ParameterSet_OSLOGIN)]
[Parameter(Mandatory = false, ParameterSetName = ParameterSet_CREDENTIALS)]
public SwitchParameter PersistLogin;

private static readonly string[] sourceArray = ["stop", "ignore", "silentlycontinue"];
Expand Down

0 comments on commit 118812e

Please sign in to comment.