Use the latest azure-cli which supports aks

This commit is contained in:
R. Tyler Croy 2017-12-03 10:24:18 -08:00
parent 9b624a8da5
commit 2cdd04514a
No known key found for this signature in database
GPG Key ID: 1426C7DC3F51E16F
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
# This script is meant to be added to the PATH so the latest azure-cli is
# always ready to use
CONTAINER_NAME=azuresdk/azure-cli-python:2.0.10
CONTAINER_NAME=azuresdk/azure-cli-python:latest
REPO_DIR=$(realpath $(dirname $0)/../)
pull_container() {