Nicolas Lykke Iversen
Nicolas Lykke Iversen
Thank you - but, `ls | out-string` in PowerShelll gives the expected output without newlines in-between lines. Indeed, `out-string` adds a trailing newline to the overall output. However, in the...
Hi @SlimTrabelsi Thanks for your reply, > If you are interested we can give you more details on how this data is generated or how to train your own data...
Thank you, Ruben. >I'm also considering what levels should this be added to. Documentation says: Which documentation are you referring to? Yes, it would sense to add `vendor_extensions` to those...
@rubenfonseca Thank you 🎉 Consider Pydantic's `Field`, it has an attribute called `json_schema_extra` for providing extra JSON schema properties: > A dict or callable to provide extra JSON schema properties....
> Sorry, forgot the link to the [documentation](https://swagger.io/docs/specification/openapi-extensions/)! It shows an example of embedding API Gateway authorizer extension to have API Gateway create a custom Lambda authorizer using the OpenAPI...
I'm happy you found it useful! :) I think Pydantic serves as a good reference
@cijothomas Thank you very much for your comment. Could I ask you for a minimal example of how to achieve this? Should I just subclass the `DistributedContextPropagator` base class, and...
@bhagyshricompany Thank you. Also filesystem logs is not working for this setup:  Normally, I would get a connection successful status
Thank you. Yes, it's working fine locally, but not in Azure. Have you tried to deploy your function app?
Yes, viewing filesystem logging is not working On Tue, 1 Oct 2024 at 11.03, bhagyshricompany ***@***.***> wrote: > can you try it again. > > — > Reply to this...