Skip to content

Commit

Permalink
Merge branch 'users/deparash/conditional-patch' of https://github.com…
Browse files Browse the repository at this point in the history
…/Azure/azure-cosmos-dotnet-v3 into users/deparash/conditional-patch
  • Loading branch information
deparash committed Mar 16, 2021
2 parents 9b4a09b + 4e5eba4 commit ff9d5fa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ public IndexingPolicy()
/// <summary>
/// Indexing policy annotation.
/// </summary>
[JsonProperty(PropertyName = "annotation")]
[JsonProperty(PropertyName = "annotation", NullValueHandling = NullValueHandling.Ignore)]
public string Annotation { get; set; }
#endif

Expand Down

0 comments on commit ff9d5fa

Please sign in to comment.