If a template azure.yaml includes other properties like hooks, they are lost after doing azd ai agent init <path to agent.manifest.yaml>.
I think the issue is that init is re-serializing the azure.yaml with any interactive vales (parameters, etc.) and not including all the existing properties.
If a template azure.yaml includes other properties like hooks, they are lost after doing
azd ai agent init <path to agent.manifest.yaml>.I think the issue is that
initis re-serializing the azure.yaml with any interactive vales (parameters, etc.) and not including all the existing properties.