minMessageBatchSize missing in host.json schema
Open
- Dominant language
- PowerShell
- Stars
- 1.1k
- Forks
- 215
- Avg merge
- 4h 2m
- Merged PRs (30d)
- 1
Description
According to these docs there is a `minMessageBatchSize`-option in `host.json`: https://learn.microsoft.com/en-us/dotnet/api/microsoft.azure.webjobs.servicebus.servicebusoptions.minmessagebatchsize?view=azure-dotnet&viewFallbackFrom=azure-python
The property seems to actually work also. But the json-schema for `host.json` seems to not contain this property, resulting in warnings in the IDE:
Can this property be added to the schema?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.