You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add --allow-custom-scopes flag to skip scope validation. (#369)
* Add no-validate flag to skip scope validation
* Shorten help text for no-validate flag
* rename the flag and address review comments
* Fix typo in doc
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
7
7
## [Unreleased]
8
8
### Added
9
+
- Added `--allow-custom-scopes` flag to skip validation and allow custom Azure DevOps PAT scopes.
9
10
- Added new sub-command `azureauth ado pat scopes` to list the set of actual scopes the `pat` command validates against and print the short-link to the pat scopes docs.
privateconststringAllowCustomScopesHelp="Skip validation and allow custom Azure DevOps PAT scopes.";
42
+
40
43
privateconststringOutputOption="--output";
41
44
privateconststringOutputHelp="How PAT information is displayed. [default: token]\n[possible values: none, status, token, base64, header, headervalue, json]";
0 commit comments