From 3b66bca8567a8d005299f3ee9222e06093439c46 Mon Sep 17 00:00:00 2001
From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com>
Date: Thu, 15 Jan 2026 03:36:18 +0000
Subject: [PATCH 1/2] Initial plan
From 7c214c746d8caa0abe7e80fee028fb86fb65d263 Mon Sep 17 00:00:00 2001
From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com>
Date: Thu, 15 Jan 2026 03:39:10 +0000
Subject: [PATCH 2/2] Add code documentation reference to internal repository
Co-authored-by: kirankumarkolli <6880899+kirankumarkolli@users.noreply.github.com>
---
.../ExceptionLessTests.cs | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/Microsoft.Azure.Cosmos/tests/Microsoft.Azure.Cosmos.EmulatorTests/ExceptionLessTests.cs b/Microsoft.Azure.Cosmos/tests/Microsoft.Azure.Cosmos.EmulatorTests/ExceptionLessTests.cs
index 3623ba751f..f46445fe1c 100644
--- a/Microsoft.Azure.Cosmos/tests/Microsoft.Azure.Cosmos.EmulatorTests/ExceptionLessTests.cs
+++ b/Microsoft.Azure.Cosmos/tests/Microsoft.Azure.Cosmos.EmulatorTests/ExceptionLessTests.cs
@@ -15,6 +15,12 @@ namespace Microsoft.Azure.Cosmos
using Microsoft.Azure.Documents;
using Microsoft.VisualStudio.TestTools.UnitTesting;
+ ///
+ /// Tests for exception-less behavior in Cosmos DB operations.
+ ///
+ ///
+ /// Reference: https://msdata.visualstudio.com/CosmosDB/_git/CosmosDB?path=/Product/SDK/.net/Microsoft.Azure.Cosmos.Friends/tests/ExceptionLessTests.cs
+ ///
[VisualStudio.TestTools.UnitTesting.TestClass]
public class ExceptionLessTests
{