Skip to content

Commit 7438677

Browse files
authored
Use safer binding names (#1010)
1 parent 18f21b5 commit 7438677

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

  • Functions.Templates/Templates

Functions.Templates/Templates/DurableFunctionsHttpStart-Python-1.x/function.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
},
2020
{
2121
"name": "starter",
22-
"type": "durableClient",
22+
"type": "orchestrationClient",
2323
"direction": "in"
2424
}
2525
]

Functions.Templates/Templates/DurableFunctionsOrchestrator-Python-1.x/function.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"bindings": [
44
{
55
"name": "context",
6-
"type": "orchestrationClient",
6+
"type": "orchestrationTrigger",
77
"direction": "in"
88
}
99
]

0 commit comments

Comments
 (0)