Skip to content

Commit

Permalink
fix(azure-functions) remove run_on field from plugin config schema (#…
Browse files Browse the repository at this point in the history
…10)

It is no longer needed as service mesh support is removed from Kong
  • Loading branch information
dndx authored and hishamhm committed Nov 5, 2019
1 parent bebfa9a commit b862437
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion kong/plugins/azure-functions/schema.lua
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ local typedefs = require "kong.db.schema.typedefs"
return {
name = "azure-functions",
fields = {
{ run_on = typedefs.run_on_first },
{ config = {
type = "record",
fields = {
Expand Down

0 comments on commit b862437

Please sign in to comment.