Jacob Marks
Jacob Marks
Seconded. I have also been encountering this issue and can confirm this change resolves the problem.
Bump on this; I believe @jasonmalinowski has gone on leave. Are we able to reassign?
Bump on this; I believe @jasonmalinowski has gone on leave. Are we able to reassign?
In this case, should the `hubImageNamePrefix` simply be considered the registry? I assume it will take precedence over any registry defined in the `repository` argument? How do you want to...
Has this been resolved with #729?
Happy to work on this if it's something you'd like to see done, despite the breaking changes.
I've had some luck using the following approach: Context: I want to customize the representation of `DateOnly` objects in the generated schema 1. Define an `IDocumentFilter` to mutate the _existing_...
The following more generic approach has also proved fruitful: ``` csharp using Microsoft.Azure.WebJobs.Extensions.OpenApi.Core.Abstractions; using Microsoft.Azure.WebJobs.Extensions.OpenApi.Core.Extensions; using Microsoft.OpenApi.Models; using Newtonsoft.Json.Serialization; public class CustomTypeDocumentFilter : IDocumentFilter { private readonly static string _typeName...
Support for this was added in #3026 and looks to have been released in [appinsights-v3.0.39](https://github.com/Azure/azure-webjobs-sdk/releases/tag/appinsights-v3.0.39). You can enable it by setting the `enableQueryStringTracing` parameter in your `host.json` file: ``` json...
This issue is still relevant. Documentation needs to be updated regarding the (non-existent) `BulkForceClient`.