Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Formatted comment
Co-authored-by: Matias Quaranta <ealsur@users.noreply.github.com>
  • Loading branch information
Amaan-Haque and ealsur authored Aug 25, 2022
commit 686f3c8759da0fe2381d9044df24119ecb4b7c6f
7 changes: 6 additions & 1 deletion Microsoft.Azure.Cosmos/src/Patch/PatchOperationType.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,12 @@ namespace Microsoft.Azure.Cosmos
/// </summary>
[JsonConverter(typeof(StringEnumConverter))]

//Further enum additions are expected in the future, application needs should be authored to cover them.
/// <summary>
/// Describes the list of Patch supported operation types.
/// </summary>
/// <remarks>
/// Further enum additions are expected in the future, application should be authored to cover this scenario
/// </remarks>
Comment thread
Amaan-Haque marked this conversation as resolved.
Outdated
public enum PatchOperationType
{
/// <summary>
Expand Down