Skip to content

Commit

Permalink
Merge pull request #263 from AzureAD/user/kyrader/unflight-ado-token
Browse files Browse the repository at this point in the history
Unflight ado parent command
  • Loading branch information
kyle-rader-msft authored Apr 5, 2023
2 parents 0145cb2 + 8bb383f commit db544f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/AzureAuth/Commands/CommandAzureAuth.cs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ namespace Microsoft.Authentication.AzureAuth.Commands
"\n\n\u001b[31m-- azureauth [options]\u001b[0m" +
"\n\u001b[32m++ azureauth aad [options]\u001b[0m\n")]
[Subcommand(typeof(CommandAad))]
[Subcommand(typeof(CommandAdo))]
//[Subcommand(typeof(CommandAdo))] // TODO: Enable Ado commands
[Subcommand(typeof(CommandInfo))]
public class CommandAzureAuth : CommandAad
{
Expand Down

0 comments on commit db544f4

Please sign in to comment.