AZURE_EXTENSION_DIR

This commit is contained in:
Aleksandr Chebotov
2020-02-21 13:49:25 +03:00
parent 4d5bdba49c
commit 934c7ca435
2 changed files with 6 additions and 6 deletions

View File

@@ -7,6 +7,11 @@
# Source the helpers for use with the script
source $HELPER_SCRIPTS/document.sh
# AZURE_EXTENSION_DIR shell variable defines where modules are installed
# https://docs.microsoft.com/en-us/cli/azure/azure-cli-extensions-overview
export AZURE_EXTENSION_DIR=/opt/az/azcliextensions
echo "AZURE_EXTENSION_DIR=$AZURE_EXTENSION_DIR" | tee -a /etc/environment
# install azure devops Cli extension
az extension add -n azure-devops