Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Patch: Adds Move Operation #3389

Merged
merged 19 commits into from
Apr 11, 2023
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
Merge branch 'master' into users/t-amaanhaque/move-operation
  • Loading branch information
Amaan-Haque authored Jan 31, 2023
commit 617c6d40df276ca3a5a4b212f782129100a365eb
2 changes: 1 addition & 1 deletion Microsoft.Azure.Cosmos/src/Patch/PatchOperationType.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ namespace Microsoft.Azure.Cosmos
/// 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
/// For more information, see <see href="https://docs.microsoft.com/azure/cosmos-db/partial-document-update#supported-operations">Partial document update in Azure Cosmos DB: Supported operations</see>
/// </remarks>
[JsonConverter(typeof(StringEnumConverter))]

Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.