Why are pipeline job steps labeled "azureml_anonymous" ?

Tim Witthoefft 10 Reputation points
2023-08-04T16:18:47.66+00:00

Problem: my pipeline job steps are labeled "azureml_anonymous" in the designer canvas and the job detail page after double-clicking on the canvas object. All steps are labeled the same, "azureml_anonymous". Additionally, if I add display_name to the job step definition in the yaml file, that display name is not used.

How to reproduce: This can be reproduced by running this example pipeline from the yaml reference guide. I copied that. yaml to pipeline.yaml and submitted via the CLI. Only change made was the compute name.

az ml job create --file pipeline.yaml

Expected behaviour: the canvas and display names should use display name from the pipeline yaml file submitted via the CLI. "azureml_anonymous" should not be seen. Its confusing when each job step detail is named this way.

The following are my versions of the azure cli and ml extension returned by az --version

azure-cli 2.49.0 *

core 2.49.0 *

telemetry 1.0.8 *

Extensions:

ml 2.19.1

Dependencies:

msal 1.20.0

azure-mgmt-resource 22.0.0

Python version of sdkv2:

azure-ai-ml 1.5.0

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,951 questions
Azure
Azure
A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.
1,023 questions
{count} votes

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.