Upgrade azure-keyvault to known compatible version (#1906)

* Upgrade azure-keyvault to known compatible version
* (fix typo)
This commit is contained in:
Qi Luo 2018-08-08 18:29:17 -07:00 committed by GitHub
parent 314eae5c9e
commit 4d784d82ce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -101,6 +101,7 @@ RUN azure-cli_bundle_*/installer
# Known bug: azure keyvault cannot work behind a proxy
# Temporary fix: upgrade the azure-keyvault package within az cli
RUN ~/lib/azure-cli/bin/python -m pip install azure-keyvault -U
# TODO: if azure-cli contains newer version azure-keyvault, remove this
RUN ~/lib/azure-cli/bin/python -m pip install azure-keyvault==0.3.7 -U
RUN git clone https://github.com/Azure/sonic-mgmt