Skip to content

Commit

Permalink
CLI hotfix version 2.31.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kshitij-microsoft committed Oct 23, 2024
1 parent b20cb65 commit 7e7bc9d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
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

0 comments on commit 7e7bc9d

Please sign in to comment.