Linux: Upgrade Azure CLI installed in Python virtual environment
In a previous post I wrote about
installing Azure CLI on Linux in a custom Python install.
Now I want to upgrade it.
Based on what I wrote, this is how to do that:
./azure-cli-env/bin/python -m pip install --upgrade azure-cli
Check your azure-cli version before and after, with:
./azure-cli-env/bin/az --version