Upgrade azure-keyvault to known compatible version (#1906)
* Upgrade azure-keyvault to known compatible version * (fix typo)
This commit is contained in:
parent
314eae5c9e
commit
4d784d82ce
@ -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
|
||||
|
Reference in New Issue
Block a user