Skip to content

Commit

Permalink
Revert "add warump script for az cli (#10126)" (#10361)
Browse files Browse the repository at this point in the history
This reverts commit fcf7cd1.
  • Loading branch information
kishorekumar-anchala authored Jul 29, 2024
1 parent fcf7cd1 commit 325094e
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions images/ubuntu/scripts/build/install-azure-cli.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,4 @@ 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 325094e

Please sign in to comment.