Skip to content

az devops project list returns error when project name contains ë #1448

Open
@codehunter13

Description

@codehunter13

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions