If you want an agent to edit metadata of created resources (add labels, enhance description etc.) it can't use ado edit as this command only support interactive editing of the fields.
As a result on an instruction to update resource metadata an agent will likely develop a once-off few hundred line python script to do the job
It would be good if ado edit supported setting the fields via CLI e.g. providing a patch YAML or exposing field like --set-name.
If you want an agent to edit metadata of created resources (add labels, enhance description etc.) it can't use
ado editas this command only support interactive editing of the fields.As a result on an instruction to update resource metadata an agent will likely develop a once-off few hundred line python script to do the job
It would be good if
ado editsupported setting the fields via CLI e.g. providing a patch YAML or exposing field like --set-name.