From 30c47617a1fef649ffc7574a66adff78bc7348c6 Mon Sep 17 00:00:00 2001 From: ewdlop Date: Sat, 23 Mar 2024 18:38:09 -0400 Subject: [PATCH] tidy up program.cs file --- Program.cs | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Program.cs b/Program.cs index 2147d0e..3504626 100644 --- a/Program.cs +++ b/Program.cs @@ -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()