Skip to content

Commit

Permalink
Added EventGridCloudEventTrigger (#3578)
Browse files Browse the repository at this point in the history
  • Loading branch information
khkh-ms authored Jan 25, 2024
1 parent 121d426 commit c8883e7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Azure.Functions.Cli/Helpers/DotnetHelpers.cs
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ await TemplateOperation(async () =>
"cosmosdbtrigger" => "cosmos",
"durablefunctionsorchestration" => "durable",
"eventgridtrigger" => "eventgrid",
"eventgridcloudeventtrigger" => "eventgridcloudevent",
"eventhubtrigger" => "eventhub",
"httptrigger" => "http",
"iothubtrigger" => "iothub",
Expand Down Expand Up @@ -140,6 +141,7 @@ internal static IEnumerable<string> GetTemplates(WorkerRuntime workerRuntime)
"ServiceBusQueueTrigger",
"ServiceBusTopicTrigger",
"EventGridTrigger",
"EventGridCloudEventTrigger",
"CosmosDBTrigger",
"IotHubTrigger",
"DaprPublishOutputBinding",
Expand Down

0 comments on commit c8883e7

Please sign in to comment.