-
Notifications
You must be signed in to change notification settings - Fork 349
Closed
Labels
dependenciesPull requests that update a dependency filePull requests that update a dependency filemedium_priorityMedium priorityMedium prioritywork inIn trying to solve, or in working with contributorsIn trying to solve, or in working with contributors
Description
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?
greystitch, l3ender, Ramblurr, phgogo and mpowrie
Metadata
Metadata
Assignees
Labels
dependenciesPull requests that update a dependency filePull requests that update a dependency filemedium_priorityMedium priorityMedium prioritywork inIn trying to solve, or in working with contributorsIn trying to solve, or in working with contributors