Azure / Azure-Functions

1.11k stars 197 forks source link

[Core Tools] "Post action not supported" warning when creating functions #2087

Open anthonychu opened 2 years ago

anthonychu commented 2 years ago

Function App name: (local) Tools used: Core Tools 4.0.3780 New V4 app or existing V3 app migrated to V4: New

$ func new --csharp -t HttpTrigger -n Hello

Writing /Users/antchu/source/ms/swa-streamr-webpubsub/Api5/.vscode/extensions.json
Select a number for template:Function name: Hello
The post action 84c0da21-51c8-4541-9940-6ca19af04ee6 is not supported.
Description: Opens the function class file in the editor

The function "Hello" was created successfully from the "HttpTrigger" template.

The post action 84c0da21-51c8-4541-9940-6ca19af04ee6 is not supported. Description: Opens the function class file in the editor warning appears.

soninaren commented 2 years ago

Dup of https://github.com/Azure/azure-functions-templates/issues/1106