We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 025ff1e commit e80c1aaCopy full SHA for e80c1aa
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.37.2-py3-none-any.whl'
+ wheel_url='https://mlsdkfdnprod.azureedge.net/ml-2.37.2-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