Skip to content

az extension azure-devops versioning regression from 4/28 #13279

Description

@jkewley

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    customer-reportedIssues that are reported by GitHub users external to the Azure organization.questionThe issue doesn't require a change to the product in order to be resolved. Most issues start as that

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions