Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update sdk helper to include cli #1939

Merged
merged 8 commits into from
Dec 14, 2022
1 change: 1 addition & 0 deletions infra/sdk_helpers.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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}")"
}
Expand Down