Skip to content

Commit

Permalink
Remove http proxy sample from FunctionApp (#1663)
Browse files Browse the repository at this point in the history
  • Loading branch information
satvu authored Jun 22, 2023
1 parent 240d5ff commit d3414dd
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 46 deletions.
1 change: 0 additions & 1 deletion samples/FunctionApp/FunctionApp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\extensions\Worker.Extensions.Abstractions\src\Worker.Extensions.Abstractions.csproj" />
<ProjectReference Include="..\..\extensions\Worker.Extensions.Http.AspNetCore\src\Worker.Extensions.Http.AspNetCore.csproj" />
<ProjectReference Include="..\..\extensions\Worker.Extensions.Http\src\Worker.Extensions.Http.csproj" />
<ProjectReference Include="..\..\extensions\Worker.Extensions.Storage\src\Worker.Extensions.Storage.csproj" />
<ProjectReference Include="..\..\src\DotNetWorker.ApplicationInsights\DotNetWorker.ApplicationInsights.csproj" />
Expand Down
18 changes: 0 additions & 18 deletions samples/FunctionApp/HttpProxyTrigger/HttpProxyTrigger.cs

This file was deleted.

27 changes: 0 additions & 27 deletions test/SdkE2ETests/Contents/functions.metadata
Original file line number Diff line number Diff line change
@@ -1,31 +1,4 @@
[
{
"name": "HttpProxyTrigger",
"scriptFile": "FunctionApp.dll",
"entryPoint": "FunctionApp.HttpProxyTrigger.Run",
"language": "dotnet-isolated",
"properties": {
"IsCodeless": false
},
"bindings": [
{
"name": "req",
"direction": "In",
"type": "httpTrigger",
"authLevel": "Anonymous",
"methods": [
"get",
"post"
],
"properties": {}
},
{
"name": "$return",
"type": "http",
"direction": "Out"
}
]
},
{
"name": "HttpTriggerSimple",
"scriptFile": "FunctionApp.dll",
Expand Down

0 comments on commit d3414dd

Please sign in to comment.