diff --git a/cli/ml-2.39.0-py3-none-any.whl b/cli/ml-2.39.0-py3-none-any.whl new file mode 100644 index 0000000000..9fd56cae39 Binary files /dev/null and b/cli/ml-2.39.0-py3-none-any.whl differ diff --git a/cli/setup.sh b/cli/setup.sh index 8914f24309..1f7c93d313 100644 --- a/cli/setup.sh +++ b/cli/setup.sh @@ -5,22 +5,22 @@ ### * Uncomment the following block surrounded by {} ### * Comment the ml extension install within -# { -# 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='ml-2.39.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 +# az extension add -n ml -y # ## For backward compatibility - running on old subscription diff --git a/sdk/python/setup.sh b/sdk/python/setup.sh index ec29a18244..eb597e9d55 100644 --- a/sdk/python/setup.sh +++ b/sdk/python/setup.sh @@ -1,7 +1,6 @@ #!/bin/bash # -# pip install --pre azure-ai-ml # # @@ -15,9 +14,7 @@ pip install pandas # -# pip install azure-ai-ml==0.1.0.b8 -pip install azure-ai-ml -# https://docsupport.blob.core.windows.net/ml-sample-submissions/1905732/azure_ai_ml-1.0.0-py3-none-any.whl +pip install https://azuresdkartifacts.z5.web.core.windows.net/python/distributions/ml-sample/5257171/azure_ai_ml-1.29.0-py3-none-any.whl # # protobuf==5.29.0 has IndentationError bug