microsoft / dstoolkit-mlops-v2

This repository contains the basic repository structure for machine learning projects based on Azure technologies (Azure ML and Azure DevOps).
Other
20 stars 9 forks source link

Workflows fail when branch name contains disallowed characters #179

Closed marshallbentley closed 1 day ago

marshallbentley commented 1 day ago

AML experiment / job names are constructed using the PR's branch name. AML enforces naming requirements on experiment names. When the PR's branch contains disallowed characters, the AML job and workflow fails with the following error:

Microsoft.RelInfra.Common.Exceptions.ErrorResponseException: Experiment name must be 1-256 characters, start with a letter or a number, and can only contain letters, numbers, underscores, and dashes.