We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ab0e89 commit 9bd0201Copy full SHA for 9bd0201
cli/setup.sh
@@ -6,7 +6,7 @@
6
### * Comment the ml extension install within <az_ml_install>
7
8
{
9
- wheel_url='https://azuremlsdktestpypi.blob.core.windows.net/wheels/sdk-cli-v2-public/ml-2.40.0-py3-none-any.whl'
+ wheel_url='https://mlsdkfdnprod.azureedge.net/ml-2.40.0-py3-none-any.whl'
10
11
az extension remove -n ml
12
if ! az extension add --yes --upgrade --source "$wheel_url"; then
0 commit comments