Skip to content

Commit

Permalink
Update cli setup.sh to point to sdk version 1.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
diondrapeck committed Oct 16, 2023
1 parent 1aa6932 commit 8245f3c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cli/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
### * Comment the ml extension install within <az_ml_install>

# {
# wheel_url='https://azuremlsdktestpypi.blob.core.windows.net/wheels/sdk-cli-v2-public/ml-2.9.0-py3-none-any.whl'
wheel_url='https://azuremlsdktestpypi.blob.core.windows.net/wheels/sdk-cli-v2-public/ml-2.21.1-py3-none-any.whl'
#
# az extension remove -n ml
# if ! az extension add --yes --upgrade --source "$wheel_url"; then
Expand All @@ -20,7 +20,7 @@


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

## For backward compatibility - running on old subscription
Expand Down

0 comments on commit 8245f3c

Please sign in to comment.