Repro:
- Create new Node (TypeScript or JavaScript) project
- When prompted, choose
Model V4
- Select HTTP trigger as the template
- Go through the create project flow
Expectation:
User is prompted to choose a function auth level (Anonymous, Function, or Admin), which is plugged into the HTTP template
Reality:
No prompt for auth level is made, template defaults to "Anonymous"