Azure-devops-cli-extension: [Bug] "az devops extension install" failing with 500 errors

Created on 15 Oct 2019  路  2Comments  路  Source: Azure/azure-devops-cli-extension

All 2 comments

Actually the command works fine with extension ID instead of name. It should be :
az devops extension install --extension-name "veracode-vsts-build-extension" --publisher-name "Veracode"

Since , the output of extension search query contains both Extension ID and name, user might get confused as to send name in parameter --extension-name , which would return no results.

extensionSearch

@geverghe , @gauravsaralMs ,Can we rename --extension-name to --extension-id and --publisher-name to --publisher-id?
I know this is inconsistent with API argument names. But the other alternative would be to change search extension table results.

Makes sense. @ishitam8 - including this in the planned lane to ensure this goes in the next release.

Was this page helpful?
0 / 5 - 0 ratings