Revert "Implemented az-cli warmup (#11173)" (#11400)

This reverts commit ffe7e6a514.
This commit is contained in:
Subir Ghosh
2025-01-15 11:30:27 -07:00
committed by GitHub
parent f92a9551a8
commit 8b7d5f6fee
3 changed files with 10 additions and 37 deletions

View File

@@ -4,6 +4,14 @@
## Desc: Install Azure DevOps CLI (az devops)
################################################################################
# Source the helpers for use with the script
source $HELPER_SCRIPTS/etc-environment.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
set_etc_environment_variable "AZURE_EXTENSION_DIR" "${AZURE_EXTENSION_DIR}"
# install azure devops Cli extension
az extension add -n azure-devops