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 hotfix version 2.31.1 (#3426) #3427

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
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
5 changes: 4 additions & 1 deletion cli/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,12 @@


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

# Use a daily build
az extension add --source https://azuremlsdktestpypi.blob.core.windows.net/wheels/sdk-cli-v2-public/ml-2.31.1-py3-none-any.whl --yes

## For backward compatibility - running on old subscription
# <set_variables>
GROUP="azureml-examples"
Expand Down
2 changes: 1 addition & 1 deletion sdk/python/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ pip install pandas

# <az_ml_sdk_test_install>
# pip install azure-ai-ml==0.1.0.b8
pip install azure-ai-ml
pip install azure-ai-ml==1.21.1
# https://docsupport.blob.core.windows.net/ml-sample-submissions/1905732/azure_ai_ml-1.0.0-py3-none-any.whl
# </az_ml_sdk_test_install>

Expand Down
Loading