diff --git a/cli/setup.sh b/cli/setup.sh index 911237569c..27dd675ce2 100644 --- a/cli/setup.sh +++ b/cli/setup.sh @@ -6,7 +6,7 @@ ### * Comment the ml extension install within { - wheel_url='https://azuremlsdktestpypi.blob.core.windows.net/wheels/sdk-cli-v2-public/ml-2.30.0-py3-none-any.whl' + wheel_url='https://azuremlsdktestpypi.blob.core.windows.net/wheels/sdk-cli-v2-public/ml-2.30.1a0-py3-none-any.whl' az extension remove -n ml if ! az extension add --yes --upgrade --source "$wheel_url"; then