Azure / azure-functions-core-tools

Command line tools for Azure Functions
MIT License
1.3k stars 430 forks source link

Add EventGrid CloudEvent templates to hard-coded list #3503

Open hossam-nasr opened 11 months ago

hossam-nasr commented 11 months ago

We recently added new templates for the "EventGrid CloudEvent trigger" for .NET. This new template is already included with the template package version that is shipped with the latest Core Tools version. However, the template still does not show up in the list of new templates to create when you run func new. This is because Core Tools hardcodes a list of templates here which it uses to list options after func new. As a result, we need to add the EventGridCloudEventTrigger template to this list. The templates were added here and here.

khkh-ms commented 9 months ago

Looking into it.

khkh-ms commented 8 months ago

Does it apply to both dotnet and dotnet-isolated?