Azure / Azure/azure-devops-cli-extension

az devops project list returns error when project name contains ë

Open
#1,448 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
682
Forks
278
Avg merge
3d 23h
Merged PRs (30d)
3

Description

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

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.