Closed jlucktay closed 5 years ago
This is dupe of https://github.com/Azure/azure-devops-cli-extension/issues/429
relevant stack trace showing the same
File "/Users/jaraco/.azure/cliextensions/azure-devops/azext_devops/dev/common/_credentials.py", line 85, in normalize_url_for_key organization_name = organization_name.split('/')[1] IndexError: list index out of range
Closing this as duplicate. This is not fixed but the issue will be tracked using a single issue which will be https://github.com/Azure/azure-devops-cli-extension/issues/429
Thanks for reporting this @jlucktay !!!
Describe the bug Attempting to list releases in my client's Azure DevOps instance returned a Python
IndexError
.To Reproduce Azure CLI version:
azure-cli 2.0.62
Azure DevOps extension version:azure-devops 0.4.0
Steps:
az extension add --name azure-devops
.az login
and click through the browser window to a successful login.az pipelines release list --org <client org> --project <client project> --top 3
and receive the below error.Expected behaviour A list of the 3 most recent releases from the nominated org & project should be shown.
Debug logs
Environment Summary
Additional Context
I have removed the names of my client's private org and project from the command arguments supplied above.