Azure / azure-cli

Azure Command-Line Interface
MIT License
3.98k stars 2.96k forks source link

Support parameter passing while triggering azure ml schedules #28723

Open zargaryanlilit opened 5 months ago

zargaryanlilit commented 5 months ago

Related command

az ml schedule trigger

Is your feature request related to a problem? Please describe.

I am able to manually trigger schedules from ui and pass parameters but not with CLI, this breaks some of my ci/cd pipelines.

Describe the solution you'd like

az ml schedule trigger --name my_schedule_name --inputs my_param1=2

yonzhan commented 5 months ago

Thank you for opening this issue, we will look into it.