Skip to content

Commit c250632

Browse files
committed
Fixing OData query expression
1 parent 80fac39 commit c250632

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sample/QueueTrigger-Python/function.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"tableName": "samples",
1212
"partitionKey": "samples",
1313
"take": 5,
14-
"filter": "status eq 1"
14+
"filter": "status eq '0'"
1515
}
1616
],
1717
"output": [

0 commit comments

Comments
 (0)