Skip to content

Commit

Permalink
Merge pull request #430 from Azure/429-bug-unable-to-override-the-x-f…
Browse files Browse the repository at this point in the history
…unctions-key-in-the-backend-resources

Replace default array handling
  • Loading branch information
guythetechie authored Dec 4, 2023
2 parents 299b8bd + 364d0a8 commit c25744c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/code/publisher/Json.cs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ internal static class JsonExtensions

destinationJObject.Merge(sourceJObject, new JsonMergeSettings
{
MergeArrayHandling = MergeArrayHandling.Union,
MergeArrayHandling = MergeArrayHandling.Replace,
MergeNullValueHandling = MergeNullValueHandling.Merge,
PropertyNameComparison = StringComparison.OrdinalIgnoreCase
});
Expand Down

0 comments on commit c25744c

Please sign in to comment.