We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I created a personal access token with the following properties:
Organization = All accessible organizations Expiration = 11 months Scopes = 'Custom defined' - Marketplace (acquire & publish) - Extensions (read & manage)
Unfortunately, when tfx-cli is executed, I get nothing but a 401 error:
tfx build tasks upload --task-path 'c:\my\fully\qualified\path to extension'
Is there another scope that is missing? I've looked at these: build tasks and issue 281 but could not think of missing scopes.
After I generated a token with full scope, everything works. It would be preferable to only grant scopes required to upload the custom tasks.
The text was updated successfully, but these errors were encountered:
same error here.
Sorry, something went wrong.
No branches or pull requests
I created a personal access token with the following properties:
Organization = All accessible organizations
Expiration = 11 months
Scopes = 'Custom defined'
- Marketplace (acquire & publish)
- Extensions (read & manage)
Unfortunately, when tfx-cli is executed, I get nothing but a 401 error:
tfx build tasks upload --task-path 'c:\my\fully\qualified\path to extension'
Is there another scope that is missing? I've looked at these: build tasks and issue 281 but could not think of missing scopes.
After I generated a token with full scope, everything works. It would be preferable to only grant scopes required to upload the custom tasks.
The text was updated successfully, but these errors were encountered: