diff --git a/ListScheduledItems/junction.json b/ListScheduledItems/function.json similarity index 94% rename from ListScheduledItems/junction.json rename to ListScheduledItems/function.json index 925eab5aeae1..b0ca1676cc0b 100644 --- a/ListScheduledItems/junction.json +++ b/ListScheduledItems/function.json @@ -1,19 +1,19 @@ -{ - "bindings": [ - { - "authLevel": "anonymous", - "type": "httpTrigger", - "direction": "in", - "name": "Request", - "methods": [ - "get", - "post" - ] - }, - { - "type": "http", - "direction": "out", - "name": "Response" - } - ] +{ + "bindings": [ + { + "authLevel": "anonymous", + "type": "httpTrigger", + "direction": "in", + "name": "Request", + "methods": [ + "get", + "post" + ] + }, + { + "type": "http", + "direction": "out", + "name": "Response" + } + ] } \ No newline at end of file