Why are pipeline job steps labeled "azureml_anonymous" ?
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