Skip to content

Commit

Permalink
add warump script for az cli (#10126)
Browse files Browse the repository at this point in the history
  • Loading branch information
kishorekumar-anchala authored Jul 29, 2024
1 parent cbea23f commit fcf7cd1
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions images/ubuntu/scripts/build/install-azure-cli.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,11 @@ echo "azure-cli https://docs.microsoft.com/en-us/cli/azure/install-azure-cli-lin
rm -f /etc/apt/sources.list.d/azure-cli.list
rm -f /etc/apt/sources.list.d/azure-cli.list.save

echo "Warmup 'az'"
az --help > /dev/null
if [ $? -ne 0 ]; then
echo "Command 'az --help' failed"
exit 1
fi

invoke_tests "CLI.Tools" "Azure CLI"

0 comments on commit fcf7cd1

Please sign in to comment.