Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion images/capi/hack/ensure-azure-cli.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ set -o pipefail

source hack/utils.sh

_version="2.9.0"
_version="2.28.1"

# Change directories to the parent directory of the one in which this
# script is located.
Expand All @@ -31,5 +31,6 @@ cd "$(dirname "${BASH_SOURCE[0]}")/.."
if command -v az >/dev/null 2>&1; then exit 0; fi

ensure_py3
pip install -U pip setuptools
pip3 install --user "azure-cli==${_version}"
ensure_py3_bin az azure-cli