Open jontreynes opened 8 months ago
Hi @jontreynes,
2.49.0 is not the latest Azure CLI(2.57.0).
If you haven't already attempted to do so, please upgrade to the latest Azure CLI version by following https://learn.microsoft.com/en-us/cli/azure/update-azure-cli.
Thank you for opening this issue, we will look into it.
Hi @jontreynes,
2.49.0 is not the latest Azure CLI(2.57.0).
If you haven't already attempted to do so, please upgrade to the latest Azure CLI version by following https://learn.microsoft.com/en-us/cli/azure/update-azure-cli.
same result when upgrading to 2.57
Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc @v-anvashist, @V-hmusukula.
az extension add --upgrade -n azure-devops
Default enabled including preview versions for extension installation now. Disabled in future release. Use '--allow-preview true' to enable it specifically if needed. Use '--allow-preview false' to install stable version only.
Extension 'azure-devops' 0.26.0 is already installed.
It will be overridden with version 1.0.1.
Default enabled including preview versions for extension installation now. Disabled in future release. Use '--allow-preview true' to enable it specifically if needed. Use '--allow-preview false' to install stable version only.
An error occurred whilst updating.
An error occurred. Pip failed with status code 1. Use --debug for more information.
Failed to update. Rolled azure-devops back to 0.26.0.
I am not able to work with azure cli right now because of this.
Describe the bug
I am not able to download the Azure DevOps CLI 1.0.0 extension
Related command
az extension update --name azure-devops
Errors
~> az extension add --name azure-devops Extension 'azure-devops' 0.26.0 is already installed. ~> az extension update --name azure-devops Latest version of 'azure-devops' is already installed.
Use --debug for more information ~> az extension add --name azure-devops --version 1.0.0 Version '1.0.0' not found for extension 'azure-devops'
Use --debug for more information
Issue script & Debug output
Expected behavior
az extension update --name azure-devops and az extension add --name azure-devops --version 1.0.0 should be able to install the new version found here https://github.com/Azure/azure-devops-cli-extension/releases/tag/20240206.1
Environment Summary
az --version azure-cli 2.49.0 *
core 2.49.0 telemetry 1.0.8
Extensions: azure-devops 0.26.0 datafactory 0.5.0 db-up 0.2.3 spring 1.13.2
Dependencies: msal 1.20.0 azure-mgmt-resource 22.0.0
Additional context
I also do not see the new extension here https://[raw.githubusercontent.com/Azure/azure-cli-extensions/main/src/index.json](https://raw.githubusercontent.com/Azure/azure-cli-extensions/main/src/index.json)