Jaliya Udagedara
Jaliya Udagedara
@guythetechie Could this be because of `JsonIgnore`? ```csharp [JsonPropertyName("serviceUrl")] [JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)] public string? ServiceUrl { get; init; } ```
[Example configuration override](https://github.com/Azure/apiops/blob/main/configuration.prod.yaml) [API Management REST API](https://learn.microsoft.com/en-us/rest/api/apimanagement/operation-groups?view=rest-apimanagement-2022-08-01)
Seeing the same issue, tagging myself in for updates.