From fbfe890f76d1670ebed4ad0695f01d3f49670f4e Mon Sep 17 00:00:00 2001 From: kdestin <101366538+kdestin@users.noreply.github.com> Date: Tue, 25 Jul 2023 18:05:05 -0400 Subject: [PATCH] [skip ci] Remove dead code --- cli/setup.sh | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/cli/setup.sh b/cli/setup.sh index e5c095854b5..239921125a1 100644 --- a/cli/setup.sh +++ b/cli/setup.sh @@ -22,24 +22,6 @@ az extension add -n ml -y # -# Use a daily build -# az extension add --source https://azuremlsdktestpypi.blob.core.windows.net/wheels/sdk-cli-v2-public/ml-2.9.0-py3-none-any.whl --yes -# remove ml extension if it is installed -# if az extension show -n ml &>/dev/null; then -# echo -n 'Removing ml extension...' -# if ! az extension remove -n ml -o none --only-show-errors &>/dev/null; then -# echo 'Error failed to remove ml extension' >&2 -# fi -# echo -n 'Re-installing ml...' -# fi - -# if ! az extension add --yes --source "https://azuremlsdktestpypi.blob.core.windows.net/wheels/sdk-cli-v2-public/ml-2.10.0-py3-none-any.whl" -o none --only-show-errors &>/dev/null; then -# echo 'Error failed to install ml azure-cli extension' >&2 -# exit 1 -# fi - -# az version - ## For backward compatibility - running on old subscription # GROUP="azureml-examples"