From df215c4e0df0e6b7294a5889689224e54924bfbb Mon Sep 17 00:00:00 2001 From: azure-sdk Date: Mon, 10 Jun 2024 15:21:42 +0000 Subject: [PATCH 1/4] Update sdk/python/setup.sh to target fresh built azure-ai-ml wheel. --- sdk/python/setup.sh | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/sdk/python/setup.sh b/sdk/python/setup.sh index 71b17727f5..5f8330ceb6 100644 --- a/sdk/python/setup.sh +++ b/sdk/python/setup.sh @@ -1,7 +1,6 @@ #!/bin/bash # -# pip install --pre azure-ai-ml # # @@ -15,9 +14,7 @@ pip install pandas # -# pip install azure-ai-ml==0.1.0.b8 -pip install azure-ai-ml -# https://docsupport.blob.core.windows.net/ml-sample-submissions/1905732/azure_ai_ml-1.0.0-py3-none-any.whl +pip install https://docsupport.blob.core.windows.net/ml-sample-submissions/3860148/azure_ai_ml-1.17.0-py3-none-any.whl # pip list \ No newline at end of file From 3f8a88a6bf2bdea8e46c7bb8530c279b174ea579 Mon Sep 17 00:00:00 2001 From: Jagadeesh Boyidi <156110142+jaga-work@users.noreply.github.com> Date: Tue, 11 Jun 2024 23:38:06 +0530 Subject: [PATCH 2/4] Update setup.sh --- cli/setup.sh | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/cli/setup.sh b/cli/setup.sh index 8914f24309..a0d75476f4 100644 --- a/cli/setup.sh +++ b/cli/setup.sh @@ -19,6 +19,20 @@ # } + { + wheel_url='https://azuremlsdktestpypi.blob.core.windows.net/wheels/sdk-cli-v2-public/ml-2.27.0-py3-none-any.whl' + + az extension remove -n ml + if ! az extension add --yes --upgrade --source "$wheel_url"; then + + echo "Error: Failed to install release candidate" + exit 1 + fi + az version + unset wheel_url + } + + # az extension add -n ml -y # @@ -44,4 +58,4 @@ then echo "Default resource group set to $GROUP" else echo "Workflows are using the new subscription." -fi \ No newline at end of file +fi From 0cc1496a96054814c5d7166b6a0024bebb7396f7 Mon Sep 17 00:00:00 2001 From: Jagadeesh Boyidi <156110142+jaga-work@users.noreply.github.com> Date: Tue, 11 Jun 2024 23:57:51 +0530 Subject: [PATCH 3/4] Update setup.sh --- cli/setup.sh | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/cli/setup.sh b/cli/setup.sh index a0d75476f4..bd8d09e9e6 100644 --- a/cli/setup.sh +++ b/cli/setup.sh @@ -19,20 +19,6 @@ # } - { - wheel_url='https://azuremlsdktestpypi.blob.core.windows.net/wheels/sdk-cli-v2-public/ml-2.27.0-py3-none-any.whl' - - az extension remove -n ml - if ! az extension add --yes --upgrade --source "$wheel_url"; then - - echo "Error: Failed to install release candidate" - exit 1 - fi - az version - unset wheel_url - } - - # az extension add -n ml -y # From 42c674e2dfcfa3949c9f9ebc4191baaf7fee59d7 Mon Sep 17 00:00:00 2001 From: Jagadeesh Boyidi <156110142+jaga-work@users.noreply.github.com> Date: Wed, 12 Jun 2024 00:18:20 +0530 Subject: [PATCH 4/4] Update setup.sh --- cli/setup.sh | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/cli/setup.sh b/cli/setup.sh index bd8d09e9e6..a0d75476f4 100644 --- a/cli/setup.sh +++ b/cli/setup.sh @@ -19,6 +19,20 @@ # } + { + wheel_url='https://azuremlsdktestpypi.blob.core.windows.net/wheels/sdk-cli-v2-public/ml-2.27.0-py3-none-any.whl' + + az extension remove -n ml + if ! az extension add --yes --upgrade --source "$wheel_url"; then + + echo "Error: Failed to install release candidate" + exit 1 + fi + az version + unset wheel_url + } + + # az extension add -n ml -y #