File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
src/ado2gh/Commands/LockRepo Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 11- Update ` bbs2gh inventory-report ` help text to document that personal repositories owned by users are not supported
2+ - Update ` ado2gh lock-repo ` help text to document the scopes required for your Azure DevOps personal access token
Original file line number Diff line number Diff line change @@ -34,7 +34,10 @@ public LockRepoCommand() : base(
3434 {
3535 IsRequired = true
3636 } ;
37- public Option < string > AdoPat { get ; } = new ( "--ado-pat" ) ;
37+ public Option < string > AdoPat { get ; } = new ( "--ado-pat" )
38+ {
39+ Description = "An Azure DevOps personal access token with the 'Identity -> Read' and 'Security -> Manage' scopes."
40+ } ;
3841 public Option < bool > Verbose { get ; } = new ( "--verbose" ) ;
3942
4043 public override LockRepoCommandHandler BuildHandler ( LockRepoCommandArgs args , IServiceProvider sp )
You can’t perform that action at this time.
0 commit comments