diff --git a/cli/setup.sh b/cli/setup.sh index bd8d09e9e6..a0d75476f4 100644 --- a/cli/setup.sh +++ b/cli/setup.sh @@ -19,6 +19,20 @@ # } + { + wheel_url='https://azuremlsdktestpypi.blob.core.windows.net/wheels/sdk-cli-v2-public/ml-2.27.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 extension add -n ml -y #