Skip to content

Dependencies for azure-mgmt-resource make no sense #32370

@jeremycline

Description

@jeremycline

Describe the bug

Right now, azure-cli pins azure-mgmt-resource to version 23.3. In version 24.0.0 of that package, it broke itself into several smaller packages, named azure-mgmt-resource-deploymentstacks, azure-mgmt-resource-deploymentscripts, and azure-mgmt-resource-templatespecs.

However, azure-cli also pins those new packages to 1.0.0b1. These packages conflict with each other, obviously, and thus it's impossible to actually package the azure-cli for a Linux distribution like Fedora. I assume pip just dumps the two packages on top of each other or something, but I honestly don't want to know why this could possibly even install.

Related command

N/A

Errors

N/A

Issue script & Debug output

N/A

Expected behavior

N/A

Environment Summary

N/A

Additional context

No response

Metadata

Metadata

Labels

Azure CLI TeamThe command of the issue is owned by Azure CLI teamquestionThe 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

Relationships

None yet

Development

No branches or pull requests

Issue actions