Skip to content

Commit c2e11d6

Browse files
authored
remove prp flight (Azure#30230)
1 parent f789433 commit c2e11d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdk/ml/azure-ai-ml/azure/ai/ml/operations/_job_ops_helper.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ def stream_logs_until_completion(
200200
url_format = (
201201
"https://ml.azure.com/featureStore/{fs_name}/featureSets/{fset_name}/{fset_version}/matJobs/"
202202
"jobs/{run_id}?wsid=/subscriptions/{fs_sub_id}/resourceGroups/{fs_rg_name}/providers/"
203-
"Microsoft.MachineLearningServices/workspaces/{fs_name}&flight=featurestoresprpr" # cspell:disable-line
203+
"Microsoft.MachineLearningServices/workspaces/{fs_name}"
204204
)
205205
studio_endpoint = url_format.format(
206206
fs_name=job_resource.properties.properties["FeatureStoreName"],

0 commit comments

Comments
 (0)