We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f789433 commit c2e11d6Copy full SHA for c2e11d6
sdk/ml/azure-ai-ml/azure/ai/ml/operations/_job_ops_helper.py
@@ -200,7 +200,7 @@ def stream_logs_until_completion(
200
url_format = (
201
"https://ml.azure.com/featureStore/{fs_name}/featureSets/{fset_name}/{fset_version}/matJobs/"
202
"jobs/{run_id}?wsid=/subscriptions/{fs_sub_id}/resourceGroups/{fs_rg_name}/providers/"
203
- "Microsoft.MachineLearningServices/workspaces/{fs_name}&flight=featurestoresprpr" # cspell:disable-line
+ "Microsoft.MachineLearningServices/workspaces/{fs_name}"
204
)
205
studio_endpoint = url_format.format(
206
fs_name=job_resource.properties.properties["FeatureStoreName"],
0 commit comments