-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Supporting Multi Version #22669
Copy link
Copy link
Open
Labels
Auto-AssignAuto assign by botAuto assign by botInstallationact-platform-engineering-squadcustomer-reportedIssues that are reported by GitHub users external to the Azure organization.Issues that are reported by GitHub users external to the Azure organization.feature-request
Milestone
Metadata
Metadata
Assignees
Labels
Auto-AssignAuto assign by botAuto assign by botInstallationact-platform-engineering-squadcustomer-reportedIssues that are reported by GitHub users external to the Azure organization.Issues that are reported by GitHub users external to the Azure organization.feature-request
Is your feature request related to a problem? Please describe.
For some Dependencies reason with Terraform (using azure cli internally). I'm trying to use multiple versions of azure CLI in my machine. e.g, 2.30.0 ,2.22.0
Depending on the need we are planning to change the version whenever required. But I couldn't find a way to change the azure CLI version.
I can find a way to install older version but that has to be done by uninstalling the newer version and installing the older version. But I don't want to uninstall it, I want to keep the version(s) and use the different version whenever needed.
Describe the solution you'd like
A command that can able to change multiple versions on the run e.g,
az use 2.30.0Additional context
SO