Skip to content

Commit

Permalink
tidy up program.cs file
Browse files Browse the repository at this point in the history
  • Loading branch information
ewdlop committed Mar 23, 2024
1 parent 5f7fe33 commit 30c4761
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Program.cs
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
// See https://aka.ms/new-console-template for more information
using CosmosDBPartialUpdateTypeConverter;
using CosmosDBPartialUpdateTypeConverter;
using Microsoft.Azure.Cosmos;
using Newtonsoft.Json.Linq;
using System.Collections;
using System.Reflection;


Console.WriteLine("Hello, World!");
//https://learn.microsoft.com/en-us/azure/cosmos-db/partial-document-update-getting-started?tabs=dotnet


PatchOperationList patchOperationList = new()
Expand Down

0 comments on commit 30c4761

Please sign in to comment.