azure-devops-cli-extension icon indicating copy to clipboard operation
azure-devops-cli-extension copied to clipboard

az devops project list returns error when project name contains ë

Open codehunter13 opened this issue 10 months ago • 0 comments

Until today $projects = az devops project list | ConvertFrom-Json worked fine. But suddenly i get the error

ERROR: TF200016: The following project does not exist: mijnorbis-cliã«nten-ng. Verify that the name of the project is correct and that the project exists on the specified Azure DevOps Server. Operation returned a 404 status code.

When i run just az devops project list without storing the output in a var, i see the output.

"continuationToken": null, "value": [ { ... "name": "MijnOrbis-Cliënten-NG", ... },

I noticed that the project name MijnOrbis-Cliënten-NG is correct since today. In the past it returned as MijnOrbis-CliÙnten-NG" .

There are other commands that give the same errors. This is really problematic for our company

Command Name az repos list Extension Name: azure-devops. Version: 0.26.0.

Environment Summary

Windows-11-10.0.22631-SP0
Python 3.12.8
Installer: MSI

azure-cli 2.68.0

Extensions:
azure-devops 1.0.1
containerapp 1.1.0b2
log-analytics 1.0.0b1

Dependencies:
msal 1.31.1
azure-mgmt-resource 23.1.1

Additional Context

codehunter13 avatar Feb 07 '25 16:02 codehunter13