From 5234c88bdd8b3720ef798b9d364d59baa93f5547 Mon Sep 17 00:00:00 2001 From: sharma-riti <52715641+sharma-riti@users.noreply.github.com> Date: Wed, 14 Dec 2022 12:20:33 -0800 Subject: [PATCH] Update sdk helper to include cli (#1939) update max_trials for cli as well --- infra/sdk_helpers.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/infra/sdk_helpers.sh b/infra/sdk_helpers.sh index 5779522e07..c4a0bce67d 100644 --- a/infra/sdk_helpers.sh +++ b/infra/sdk_helpers.sh @@ -801,6 +801,7 @@ function replace_template_values() { -e "s/ml_client.workspaces.begin_create(ws_private_link)/# ws_from_config = MLClient.from_config()/g" \ -e "s/version=mltable_version/version=1/g" \ -e "s/max_trials=10/max_trials=2/g" \ + -e "s/max_trials: 10/max_trials: 2/g" \ "${FILENAME}" echo "$(<"${FILENAME}")" }