You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixing --enableAuth param when tested locally (#4211)
* fixing enableAuth param
* adding tests for enableAuth
* Consolidating tests
* trying out change to exclude dotnetZip vulnerability
* trying to parse out dontetzip
* changing where object
* changing check vulnerabilities back
[InlineData("function",false,"Welcome to Azure Functions!","response from default function should be 'Welcome to Azure Functions!'","Selected out-of-process host.")]
397
+
[InlineData("anonymous",true,"Welcome to Azure Functions!","response from default function should be 'Welcome to Azure Functions!'","Selected out-of-process host.")]
398
+
[InlineData("anonymous",true,"","the call to the function is unauthorized","\"status\": \"401\"")]
0 commit comments