Skip to content

azcollection requirements are so old, which azure-cli package will work with them? #477

@howardjones

Description

@howardjones

I'm trying to build a virtualenv for awx/tower that contains azcollection and also the azure cli (since playbooks still need that to do things that the azcollection can't, like creating Service Principals)

However, the current azcli uses a very short script wrapper over python modules python3 -Im azure.cli $@

The versions (2.11.1 vs 2.21.0 currently) installed by azcollection are not structured this way:

/var/lib/awx/venv/local/bin/python3: No module named azure.cli.__main__; 'azure.cli' is a package and cannot be directly executed

Which version of azure-cli will actually work with these old azure modules, until you move everything to the newer modules?

Metadata

Metadata

Assignees

No one assigned

    Labels

    dependenciesPull requests that update a dependency filemedium_priorityMedium prioritywork inIn trying to solve, or in working with contributors

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions