Skip to content
New issue

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

[Bug] extension install expects name not id #595

Closed
rjfmachado opened this issue May 12, 2019 · 1 comment · Fixed by #598
Closed

[Bug] extension install expects name not id #595

rjfmachado opened this issue May 12, 2019 · 1 comment · Fixed by #598
Assignees
Labels
Area: ProToCol The bugs under ProToCol Team bug

Comments

@rjfmachado
Copy link

Describe the bug
az devops extension install fails with error:
request failed: Error occurred in request., RetryError: HTTPSConnectionPool(host='extmgmt.dev.azure.com', port=443): Max retries exceeded with url: /ricardma/_apis/ExtensionManagement/InstalledExtensionsByName/714e6355-e46f-4e90-b7e0-7336889543a6/08ff4446-6ed0-41f2-a848-807e0837b83d (Caused by ResponseError('too many 500 error responses',))

To Reproduce
azure-cli 2.0.64
azure-devops (0.8.0)

Steps to reproduce the behavior:
az devops extension search --search-query terraform --query "[?extensionId=='08ff4446-6ed0-41f2-a848-807e0837b83d']"
az devops extension install --extension-id 08ff4446-6ed0-41f2-a848-807e0837b83d --publisher-id 714e6355-e46f-4e90-b7e0-7336889543a6

command works with:
az devops extension install --extension-id azure-pipelines-tasks-terraform --publisher-id charleszipp

Expected behavior
I expect to pass the id's or have extension-name and publisher-name parameters.

@rjfmachado rjfmachado added Area: ProToCol The bugs under ProToCol Team bug labels May 12, 2019
@rjfmachado rjfmachado changed the title [Bug] [Bug] extension install expects name not id May 12, 2019
@gauravsaralMs gauravsaralMs self-assigned this May 13, 2019
@gauravsaralMs
Copy link
Contributor

Thanks for reporting this @rjfmachado

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area: ProToCol The bugs under ProToCol Team bug
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants