Majid Maskati
Results
21
comments of
Majid Maskati
Same issue. Functions CLI is doing [AuthorizationLevel?.ToString()](https://github.com/Azure/azure-functions-core-tools/blob/0eb0036c5eeed82b2822cd1374f3297fdd0ea21d/src/Azure.Functions.Cli/Actions/LocalActions/CreateFunctionAction.cs#L159) for the [AuthorizationLevel](https://github.com/Azure/azure-webjobs-sdk-extensions/blob/c5bb3137bb2561773cb5b5b4c46f9e291ba74ed4/src/WebJobs.Extensions.Http/AuthorizationLevel.cs#L9) enum where enum names are in pascal case, and [Enum.ToString()](https://learn.microsoft.com/en-us/dotnet/api/system.enum.tostring?view=net-8.0#system-enum-tostring) will map to this same casing.