Command Name
az extension list-available
az extension add --name azure-devops
Errors:
Over the last couple of days the current version information for the azure-devops extension has changed from 1.25.9 to 0.18.0
On Wednesday az extension add --name azure-devops installed 1.25.9 on my workstation with CLI version 2.5.0. Without upgrading to 2.5.1 that extension still reports locally as 1.25.9 with az version
{
"azure-cli": "2.5.0",
"azure-cli-command-modules-nspkg": "2.0.3",
"azure-cli-core": "2.5.0",
"azure-cli-nspkg": "3.0.4",
"azure-cli-telemetry": "1.0.4",
"extensions": {
"application-insights": "0.1.7",
"azure-devops": "1.25.9",
"interactive": "0.1.9",
"subscription": "0.1.3"
}
}
I checked across different workstations with CLI versions 2.2.0, 2.5.0, and 2.5.1 and all report 0.18.0 as the available version for the azure-devops extension when running az extension list-available. Running az extension add --name azure-devops with 2.5.1 installs a version which reports locally as 0.18.0
As an aside, and because I see this activity which is somewhat related when I upgraded my workstation from 2.2.0 to 2.5.0 on Wednesday I had to uninstall the iot extension because it was throwing errors with every CLI command I ran.
Pinging Harold Ran (@haroldrandom) because he seems to have been working on related items recently.
To Reproduce:
Steps to reproduce the behavior. Note that argument values have been redacted, as they may contain sensitive information.
az extension list-available
returns
<snip>
{
"experimental": false,
"installed": true,
"name": "azure-devops",
"preview": false,
"summary": "Tools for managing Azure DevOps.",
"version": "0.18.0"
},
<snip>
Expected Behavior
I should be able to install the latest version of azure-devops extension from the CLI
Environment Summary
Windows-10-10.0.17763-SP0
Python 3.6.6
Installer: MSI
azure-cli 2.5.0 *
Extensions:
application-insights 0.1.7
azure-devops 1.25.9
interactive 0.1.9
subscription 0.1.3
Additional Context
Command Name
az extension list-availableaz extension add --name azure-devopsErrors:
Over the last couple of days the current version information for the
azure-devopsextension has changed from 1.25.9 to 0.18.0On Wednesday
az extension add --name azure-devopsinstalled 1.25.9 on my workstation with CLI version 2.5.0. Without upgrading to 2.5.1 that extension still reports locally as 1.25.9 withaz versionI checked across different workstations with CLI versions 2.2.0, 2.5.0, and 2.5.1 and all report 0.18.0 as the available version for the
azure-devopsextension when runningaz extension list-available. Runningaz extension add --name azure-devopswith 2.5.1 installs a version which reports locally as0.18.0As an aside, and because I see this activity which is somewhat related when I upgraded my workstation from 2.2.0 to 2.5.0 on Wednesday I had to uninstall the iot extension because it was throwing errors with every CLI command I ran.
Pinging Harold Ran (@haroldrandom) because he seems to have been working on related items recently.
To Reproduce:
Steps to reproduce the behavior. Note that argument values have been redacted, as they may contain sensitive information.
az extension list-availablereturns
Expected Behavior
I should be able to install the latest version of
azure-devopsextension from the CLIEnvironment Summary
Additional Context