Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CLI 2.28.0 Release validation #3288

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 14 additions & 14 deletions cli/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,22 +5,22 @@
### * Uncomment the following block surrounded by {}
### * Comment the ml extension install within <az_ml_install>

# {
# wheel_url='https://azuremlsdktestpypi.blob.core.windows.net/wheels/sdk-cli-v2-public/ml-2.9.0-py3-none-any.whl'
#
# az extension remove -n ml
# if ! az extension add --yes --upgrade --source "$wheel_url"; then
#
# echo "Error: Failed to install release candidate"
# exit 1
# fi
# az version
# unset wheel_url
# }
{
wheel_url='https://azuremlsdktestpypi.blob.core.windows.net/wheels/sdk-cli-v2-public/ml-2.28.0-py3-none-any.whl'

az extension remove -n ml
if ! az extension add --yes --upgrade --source "$wheel_url"; then

echo "Error: Failed to install release candidate"
exit 1
fi
az version
unset wheel_url
}


# <az_ml_install>
az extension add -n ml -y
# az extension add -n ml -y
# </az_ml_install>

## For backward compatibility - running on old subscription
Expand All @@ -44,4 +44,4 @@ then
echo "Default resource group set to $GROUP"
else
echo "Workflows are using the new subscription."
fi
fi
Loading