{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":156260788,"defaultBranch":"master","name":"azure-cosmos-dotnet-v3","ownerLogin":"Azure","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2018-11-05T18:03:16.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/6844498?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1716495584.0","currentOid":""},"activityList":{"items":[{"before":"e443aa354b5238a212d31b9d8a6baeeb4c863922","after":"a051c762a80acf94066b8dbe45595149b8aa5f00","ref":"refs/heads/users/ezrahaleva/MakeListDistribution","pushedAt":"2024-05-23T22:22:25.000Z","pushType":"push","commitsCount":16,"pusher":{"login":"neildsh","name":null,"path":"/neildsh","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/35383880?s=80&v=4"},"commit":{"message":"Merge branch 'master' into users/ezrahaleva/MakeListDistribution","shortMessageHtmlLink":"Merge branch 'master' into users/ezrahaleva/MakeListDistribution"}},{"before":null,"after":"5cc7fbfa38e1141ab276e8ded4e204a26d861139","ref":"refs/heads/users/nalutripician/OneESPipelinesUpdates","pushedAt":"2024-05-23T20:19:44.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"NaluTripician","name":"Nalu Tripician","path":"/NaluTripician","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/27316859?s=80&v=4"},"commit":{"message":"Refactors yml","shortMessageHtmlLink":"Refactors yml"}},{"before":"4455f5f6e88f661d8f84e2fbef76fa1799995ebf","after":null,"ref":"refs/heads/users/ealsur/onees","pushedAt":"2024-05-22T21:32:23.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"ealsur","name":"Matias Quaranta","path":"/ealsur","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1633401?s=80&v=4"}},{"before":"6b26eb8946b1f725e62b3d5b2f5d7c8cbc546419","after":"4455f5f6e88f661d8f84e2fbef76fa1799995ebf","ref":"refs/heads/users/ealsur/onees","pushedAt":"2024-05-22T16:19:50.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"ealsur","name":"Matias Quaranta","path":"/ealsur","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1633401?s=80&v=4"},"commit":{"message":"testing","shortMessageHtmlLink":"testing"}},{"before":"2218b5b6f7ce5802e08a0b8905565d459a3e427f","after":"6b26eb8946b1f725e62b3d5b2f5d7c8cbc546419","ref":"refs/heads/users/ealsur/onees","pushedAt":"2024-05-22T16:13:09.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"ealsur","name":"Matias Quaranta","path":"/ealsur","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1633401?s=80&v=4"},"commit":{"message":"another","shortMessageHtmlLink":"another"}},{"before":"cc27df20b9a347f7828a9035338c64f4878ef14a","after":"2218b5b6f7ce5802e08a0b8905565d459a3e427f","ref":"refs/heads/users/ealsur/onees","pushedAt":"2024-05-22T16:12:01.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"ealsur","name":"Matias Quaranta","path":"/ealsur","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1633401?s=80&v=4"},"commit":{"message":"more changes","shortMessageHtmlLink":"more changes"}},{"before":null,"after":"cc27df20b9a347f7828a9035338c64f4878ef14a","ref":"refs/heads/users/ealsur/onees","pushedAt":"2024-05-22T16:10:31.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"ealsur","name":"Matias Quaranta","path":"/ealsur","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1633401?s=80&v=4"},"commit":{"message":"setting pool","shortMessageHtmlLink":"setting pool"}},{"before":"9a84e05b1c8c3c8a4283bea60c985e4670f81835","after":"2a828adc70be9feda0e70be3d10d76e4bceb88c0","ref":"refs/heads/users/kirankk/unit_tests_fix","pushedAt":"2024-05-22T00:43:44.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"kirankumarkolli","name":"Kiran Kumar Kolli","path":"/kirankumarkolli","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6880899?s=80&v=4"},"commit":{"message":"Fixes `dotnet test` below issues\n\n[D:\\a\\1\\s\\Microsoft.Azure.Cosmos\\tests\\Microsoft.Azure.Cosmos.Tests\\bin\\Debug\\net6.0\\Microsoft.Azure.Cosmos.Tests.dll] UTA007: Method ClientRetryPolicy_Retry_SingleMaster_Read_PreferredLocations defined in class Microsoft.Azure.Cosmos.Client.Tests.ClientRetryPolicyTests does not have correct signature. Test method marked with the [TestMethod] attribute must be non-static, public, return-type as void and should not take any parameter. Example: public void Test.Class1.Test(). Additionally, if you are using async-await in test method then return-type must be Task. Example: public async Task Test.Class1.Test2()\n[MSTest][Discovery][D:\\a\\1\\s\\Microsoft.Azure.Cosmos\\tests\\Microsoft.Azure.Cosmos.Tests\\bin\\Debug\\net6.0\\Microsoft.Azure.Cosmos.Tests.dll] UTA007: Method ClientRetryPolicy_Retry_MultiMaster_Read_PreferredLocations defined in class Microsoft.Azure.Cosmos.Client.Tests.ClientRetryPolicyTests does not have correct signature. Test method marked with the [TestMethod] attribute must be non-static, public, return-type as void and should not take any parameter. Example: public void Test.Class1.Test(). Additionally, if you are using async-await in test method then return-type must be Task. Example: public async Task Test.Class1.Test2()\n[MSTest][Discovery][D:\\a\\1\\s\\Microsoft.Azure.Cosmos\\tests\\Microsoft.Azure.Cosmos.Tests\\bin\\Debug\\net6.0\\Microsoft.Azure.Cosmos.Tests.dll] UTA007: Method ClientRetryPolicy_Retry_MultiMaster_Write_PreferredLocations defined in class Microsoft.Azure.Cosmos.Client.Tests.ClientRetryPolicyTests does not have correct signature. Test method marked with the [TestMethod] attribute must be non-static, public, return-type as void and should not take any parameter. Example: public void Test.Class1.Test(). Additionally, if you are using async-await in test method then return-type must be Task. Example: public async Task Test.Class1.Test2()\n[MSTest][Discovery][D:\\a\\1\\s\\Microsoft.Azure.Cosmos\\tests\\Microsoft.Azure.Cosmos.Tests\\bin\\Debug\\net6.0\\Microsoft.Azure.Cosmos.Tests.dll] UTA007: Method ClientRetryPolicy_NoRetry_SingleMaster_Write_PreferredLocations defined in class Microsoft.Azure.Cosmos.Client.Tests.ClientRetryPolicyTests does not have correct signature. Test method marked with the [TestMethod] attribute must be non-static, public, return-type as void and should not take any parameter. Example: public void Test.Class1.Test(). Additionally, if you are using async-await in test method then return-type must be Task. Example: public async Task Test.Class1.Test2()\n[MSTest][Discovery][D:\\a\\1\\s\\Microsoft.Azure.Cosmos\\tests\\Microsoft.Azure.Cosmos.Tests\\bin\\Debug\\net6.0\\Microsoft.Azure.Cosmos.Tests.dll] UTA007: Method ClientRetryPolicy_NoRetry_SingleMaster_Read_NoPreferredLocations defined in class Microsoft.Azure.Cosmos.Client.Tests.ClientRetryPolicyTests does not have correct signature. Test method marked with the [TestMethod] attribute must be non-static, public, return-type as void and should not take any parameter. Example: public void Test.Class1.Test(). Additionally, if you are using async-await in test method then return-type must be Task. Example: public async Task Test.Class1.Test2()\n[MSTest][Discovery][D:\\a\\1\\s\\Microsoft.Azure.Cosmos\\tests\\Microsoft.Azure.Cosmos.Tests\\bin\\Debug\\net6.0\\Microsoft.Azure.Cosmos.Tests.dll] UTA007: Method ClientRetryPolicy_NoRetry_SingleMaster_Write_NoPreferredLocations defined in class Microsoft.Azure.Cosmos.Client.Tests.ClientRetryPolicyTests does not have correct signature. Test method marked with the [TestMethod] attribute must be non-static, public, return-type as void and should not take any parameter. Example: public void Test.Class1.Test(). Additionally, if you are using async-await in test method then return-type must be Task. Example: public async Task Test.Class1.Test2()\n[MSTest][Discovery][D:\\a\\1\\s\\Microsoft.Azure.Cosmos\\tests\\Microsoft.Azure.Cosmos.Tests\\bin\\Debug\\net6.0\\Microsoft.Azure.Cosmos.Tests.dll] UTA007: Method ClientRetryPolicy_NoRetry_MultiMaster_Read_NoPreferredLocations defined in class Microsoft.Azure.Cosmos.Client.Tests.ClientRetryPolicyTests does not have correct signature. Test method marked with the [TestMethod] attribute must be non-static, public, return-type as void and should not take any parameter. Example: public void Test.Class1.Test(). Additionally, if you are using async-await in test method then return-type must be Task. Example: public async Task Test.Class1.Test2()\n[MSTest][Discovery][D:\\a\\1\\s\\Microsoft.Azure.Cosmos\\tests\\Microsoft.Azure.Cosmos.Tests\\bin\\Debug\\net6.0\\Microsoft.Azure.Cosmos.Tests.dll] UTA007: Method ClientRetryPolicy_NoRetry_MultiMaster_Write_NoPreferredLocations defined in class Microsoft.Azure.Cosmos.Client.Tests.ClientRetryPolicyTests does not have correct signature. Test method marked with the [TestMethod] attribute must be non-static, public, return-type as void and should not take any parameter. Example: public void Test.Class1.Test(). Additionally, if you are using async-await in test method then return-type must be Task. Example: public async Task Test.Class1.Test2()\n\nThere are still some more query test issues that needs attention (next follow-UpsertUser)\n\n[MSTest][Discovery][D:\\a\\1\\s\\Microsoft.Azure.Cosmos\\tests\\Microsoft.Azure.Cosmos.Tests\\bin\\Debug\\net6.0\\Microsoft.Azure.Cosmos.Tests.dll] UTA001: TestClass attribute defined on non-public class Microsoft.Azure.Cosmos.Tests.Query.OrderByQueryPartitionRangePageAsyncEnumeratorTests+Implementation\n[MSTest][Discovery][D:\\a\\1\\s\\Microsoft.Azure.Cosmos\\tests\\Microsoft.Azure.Cosmos.Tests\\bin\\Debug\\net6.0\\Microsoft.Azure.Cosmos.Tests.dll] UTA001: TestClass attribute defined on non-public class Microsoft.Azure.Cosmos.Tests.Query.QueryPartitionRangePageAsyncEnumeratorTests+Implementation\n[MSTest][Discovery][D:\\a\\1\\s\\Microsoft.Azure.Cosmos\\tests\\Microsoft.Azure.Cosmos.Tests\\bin\\Debug\\net6.0\\Microsoft.Azure.Cosmos.Tests.dll] UTA001: TestClass attribute defined on non-public class Microsoft.Azure.Cosmos.Tests.Pagination.BufferedPartitionPartitionRangeEnumeratorTests+Implementation\n[MSTest][Discovery][D:\\a\\1\\s\\Microsoft.Azure.Cosmos\\tests\\Microsoft.Azure.Cosmos.Tests\\bin\\Debug\\net6.0\\Microsoft.Azure.Cosmos.Tests.dll] UTA001: TestClass attribute defined on non-public class Microsoft.Azure.Cosmos.Tests.Pagination.SinglePartitionPartitionRangeEnumeratorTests+Implementation","shortMessageHtmlLink":"Fixes dotnet test below issues"}},{"before":null,"after":"15e0d10b7095cfb94b86659fda37a45c4314cb1b","ref":"refs/heads/users/nalutripician/UserAgentSuffixBugRepro","pushedAt":"2024-05-21T22:03:09.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"NaluTripician","name":"Nalu Tripician","path":"/NaluTripician","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/27316859?s=80&v=4"},"commit":{"message":"added User Agent Suffix Test","shortMessageHtmlLink":"added User Agent Suffix Test"}},{"before":"fc53112010b7a7dd1c81a0cc4c686b572519b508","after":"c71a2d490d218fcca5726d6d758ee9ef1c4c4660","ref":"refs/heads/users/leminh/DocumentIdExtensionMethod","pushedAt":"2024-05-21T20:41:22.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"leminh98","name":null,"path":"/leminh98","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/25120541?s=80&v=4"},"commit":{"message":"update dotnet api","shortMessageHtmlLink":"update dotnet api"}},{"before":"77467492b1e3e75b63b46c3d40aab65b65377638","after":"fc53112010b7a7dd1c81a0cc4c686b572519b508","ref":"refs/heads/users/leminh/DocumentIdExtensionMethod","pushedAt":"2024-05-21T18:44:35.000Z","pushType":"push","commitsCount":10,"pusher":{"login":"leminh98","name":null,"path":"/leminh98","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/25120541?s=80&v=4"},"commit":{"message":"update contract","shortMessageHtmlLink":"update contract"}},{"before":"37ea718ae4906e0372a565adc1ab56146d8f845b","after":"77467492b1e3e75b63b46c3d40aab65b65377638","ref":"refs/heads/users/leminh/DocumentIdExtensionMethod","pushedAt":"2024-05-21T18:09:44.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"leminh98","name":null,"path":"/leminh98","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/25120541?s=80&v=4"},"commit":{"message":"additional test","shortMessageHtmlLink":"additional test"}},{"before":"b0189ccecb2dda28f9045c82087da9bf658279ef","after":"7a43180238a7021704b410b2a73f1199d7ea43b9","ref":"refs/heads/users/nalutripician/faultInjectionInjectionRate","pushedAt":"2024-05-21T17:42:13.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"NaluTripician","name":"Nalu Tripician","path":"/NaluTripician","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/27316859?s=80&v=4"},"commit":{"message":"fixed comment","shortMessageHtmlLink":"fixed comment"}},{"before":null,"after":"b0189ccecb2dda28f9045c82087da9bf658279ef","ref":"refs/heads/users/nalutripician/faultInjectionInjectionRate","pushedAt":"2024-05-21T17:38:23.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"NaluTripician","name":"Nalu Tripician","path":"/NaluTripician","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/27316859?s=80&v=4"},"commit":{"message":"changed name to make feature more clear (consistant with changes done in java)","shortMessageHtmlLink":"changed name to make feature more clear (consistant with changes done…"}},{"before":"9524c5962f1af40c2f92059b7079254572c86fd0","after":"b4d7fcf5b750f3a91a79fcfc9db80410ed0c4f91","ref":"refs/heads/users/nalutripician/parallelHedgingPreview","pushedAt":"2024-05-21T17:35:28.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"NaluTripician","name":"Nalu Tripician","path":"/NaluTripician","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/27316859?s=80&v=4"},"commit":{"message":"Merge branch 'master' into users/nalutripician/parallelHedgingPreview","shortMessageHtmlLink":"Merge branch 'master' into users/nalutripician/parallelHedgingPreview"}},{"before":"ca908f6f4931bb1e1b876fc58d3ea90dd51da9fa","after":null,"ref":"refs/heads/users/leminh/GroupByMultiKeyTest","pushedAt":"2024-05-21T17:21:46.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"microsoft-github-policy-service[bot]","name":null,"path":"/apps/microsoft-github-policy-service","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/95686?s=80&v=4"}},{"before":"dda9cb4933f50bc681cffbf9cf1108da62896567","after":"504c2dfd8d6dacb77789a5b48c09897899363b55","ref":"refs/heads/master","pushedAt":"2024-05-21T17:21:45.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"microsoft-github-policy-service[bot]","name":null,"path":"/apps/microsoft-github-policy-service","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/95686?s=80&v=4"},"commit":{"message":"Add test (#4488)\n\nCo-authored-by: Minh Le (from Dev Box) ","shortMessageHtmlLink":"Add test (#4488)"}},{"before":"cb26ed9a9bb94b5d9faab92aabca660ecc63bc01","after":"9524c5962f1af40c2f92059b7079254572c86fd0","ref":"refs/heads/users/nalutripician/parallelHedgingPreview","pushedAt":"2024-05-21T17:20:24.000Z","pushType":"push","commitsCount":6,"pusher":{"login":"NaluTripician","name":"Nalu Tripician","path":"/NaluTripician","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/27316859?s=80&v=4"},"commit":{"message":"Merge branch 'master' into users/nalutripician/parallelHedgingPreview","shortMessageHtmlLink":"Merge branch 'master' into users/nalutripician/parallelHedgingPreview"}},{"before":"039be0c983ec945f341c48c8271a7d5f822db5be","after":null,"ref":"refs/heads/users/nalutripician/update_msdata_direct_05022024","pushedAt":"2024-05-21T15:14:37.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"microsoft-github-policy-service[bot]","name":null,"path":"/apps/microsoft-github-policy-service","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/95686?s=80&v=4"}},{"before":"25c122c493604a150b4525d87aac413a74764913","after":"cbfde3a71b4197e1e217fe0ec7b5e547880f8fc7","ref":"refs/heads/msdata/direct","pushedAt":"2024-05-21T15:14:36.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"microsoft-github-policy-service[bot]","name":null,"path":"/apps/microsoft-github-policy-service","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/95686?s=80&v=4"},"commit":{"message":"[Internal] Direct : Refactores msdata/direct branch (#4465)\n\n* HttpClient: Adds detection of DNS changes through use of SocketsHttpHandler for .NET 6 and above (#3762)\n\n* initial commit\r\n\r\n* removed unneeded usings\r\n\r\n* added validation callback, still needs tests\r\n\r\n* nits + fixes\r\n\r\n* added additional test\r\n\r\n* test change\r\n\r\n* removed unneeded Dispose calls\r\n\r\n* removed unnneed dispose calls\r\n\r\n* requested changes\r\n\r\n* added pooledConnectionLifetime as client option\r\n\r\n* nit\r\n\r\nCo-authored-by: Kevin Pilch \r\n\r\n* Update Microsoft.Azure.Cosmos/src/HttpClient/CosmosHttpClientCore.cs\r\n\r\nCo-authored-by: Matias Quaranta \r\n\r\n* Update Microsoft.Azure.Cosmos/src/CosmosClientOptions.cs\r\n\r\nCo-authored-by: Matias Quaranta \r\n\r\n* suggested changes\r\n\r\n* remove test, reorder usings\r\n\r\n* updated contracts\r\n\r\n* removed all non XXXAPI.json changes from UpdateContracts run\r\n\r\n* removed public surface, added random timespan\r\n\r\n* removed change from unrelated file\r\n\r\n* Update Microsoft.Azure.Cosmos/src/HttpClient/CosmosHttpClientCore.cs\r\n\r\nCo-authored-by: Matias Quaranta \r\n\r\n* added thread safe random method\r\n\r\n* nit\r\n\r\n* fixed merge mistake\r\n\r\n* added reflection failsafe/error tracing\r\n\r\n* nits\r\n\r\n* added back removed if\r\n\r\n* fixed formatting\r\n\r\n* changed random method, fixed serverCertificateCustomValidation\r\n\r\n---------\r\n\r\nCo-authored-by: Kevin Pilch \r\nCo-authored-by: Matias Quaranta \n\n* [Internal] Tests: Fixes Open Telemetry attributes for ReadMany test (#3805)\n\n* Fixing test\r\n\r\n* New baseline\r\n\r\n* Undo some changes\n\n* [Internal] Client Telemetry: Refactors code to run client telemetry data processing task in background. (#3783)\n\n* first draft\r\n\r\n* remove failure count test\r\n\r\n* refactporing\r\n\r\n* code refactor\r\n\r\n* create task with timeout\r\n\r\n* fix test\r\n\r\n* code refactoring\r\n\r\n* fix timeout code\r\n\r\n* space fix\r\n\r\n* not failing if processor is taking time\r\n\r\n* fix procrsser test\r\n\r\n* code refactor\r\n\r\n* refactor and test fix\n\n* Patch: Adds Move Operation (#3389)\n\n* Basic changes to introduce move operator\r\n\r\n* Added \"from\" object in patch spec operation.\r\nAdded testcase block.\r\n\r\n* Fixed testcase.\r\n\r\n* Changes made to address comments'\r\n\r\n* Added comment regarding enum mutations\r\n\r\n* Formatted comment\r\n\r\nCo-authored-by: Matias Quaranta \r\n\r\n* Moved summary location.\r\n\r\n* Ran UpdateContracts.ps1\r\n\r\n---------\r\n\r\nCo-authored-by: Amaan Haque \r\nCo-authored-by: Amaan Haque \r\nCo-authored-by: Matias Quaranta \n\n* [Internal] Pipelines: Adds nightly build to produce packages (#3802)\n\n* Support cleaning\r\n\r\n* wire previous content delete\r\n\r\n* as text\r\n\r\n* with variable\r\n\r\n* another test\r\n\r\n* param with types\r\n\r\n* as string\r\n\r\n* no delete\r\n\r\n* no quotes\r\n\r\n* undoing\r\n\r\n* re-adding quotes\r\n\r\n* testing empty\r\n\r\n* trying another test\r\n\r\n* readding version\r\n\r\n* fixing publishing artifacts\r\n\r\n* fixing parameter\r\n\r\n* Fixing official pipeline\r\n\r\n* version 5\r\n\r\n* fixing main pipeline\r\n\r\n* test with true\r\n\r\n* using start time\r\n\r\n* nightly preview\r\n\r\n* passing parameters to pack\r\n\r\n* Fixing nuget version\r\n\r\n* arguments on the nuget pack\r\n\r\n* folder structure\r\n\r\n* testing v5\r\n\r\n* Using only content\r\n\r\n* Removing currentDate\n\n* [Internal] OpenTelemetry: Direct Package update and replacing diagnostic files (#3797)\n\n* Direct Package update and replacing dagnostic files\r\n\r\n* Resolve merge conflicts\r\n\r\n* Running updateCOnstracts script\r\n\r\n* Removed LinqTranslationWithCustomSerializerBaseline file\r\n\r\n* Adding isDistributedTracingEnabled flag\r\n\r\n* Running update contracts\r\n\r\n* Running update contracts\r\n\r\n* Running update contracts\r\n\r\n* fix test\r\n\r\n* Code cleanup for test fix\r\n\r\n* Code cleanup for test fix\r\n\r\n* Making regex expression readable\r\n\r\n* Adding comment for regex expression\r\n\r\n---------\r\n\r\nCo-authored-by: Sourabh Jain \n\n* [Internal] MerlinBot: Adds auto-merge and cleanup automation (#3813)\n\n* Add config changes\r\n\r\n* Polishing automerge config\n\n* Update fabricbot.json (#3824)\n\n* [Internal] Upgrade Resiliency: Adds Logic to Validate `Unknown` Replicas along with `Unhealthy`. (#3820)\n\n* Code changes to add aggressive validation logic.\n\n* Code changes to enable aggressive validation for all regions.\n\n* Code changes to pull in msdata cosmos.direct changes related to aggresive validation logic.\n\n* Code changes to make minor cosmetic changes.\n\n* Code changes to address review comments.\n\n* Serialization: Fixes call to CosmosSerializer.FromStream on Gateway mode when EnableContentResponseOnWrite is false (#3814)\n\n* Do not call serializer if ResponseMessage.Content is empty.\n\n* Add unit test\n\n* Update unit tests\n\n* Remove unused usings\n\n---------\n\nCo-authored-by: Matias Quaranta \n\n* [Internal] Documentation: Adds documentation covering build pipelines (#3822)\n\n* Add doc\n\n* Move benchmark\n\n* Fixing texts\n\n* Client Encryption: Adds release version of Microsoft.Azure.Cosmos to Microsoft.Azure.Cosmos.Encryption.Custom (#3799)\n\n* cosmos version change\n\n* changing preview to release\n\n* resolving code review comments\n\n---------\n\nCo-authored-by: Santosh Kulkarni <66682828+kr-santosh@users.noreply.github.com>\n\n* SDK 3.33.0 : Adds version bump and changelog (#3823)\n\n* release 3.30.0\n\n* added changelog\n\n* updated changelog\n\n* updated changelog\n\n* suggested change to changelog\n\n* updated changelog\n\n---------\n\nCo-authored-by: Matias Quaranta \n\n* [Internal] Documentation: Adds msdata/direct Sync-up Guide. (#3828)\n\n* Code changes to add msdata/direct sync-up documentation.\n\n* Code changes to address review comments.\n\n* Code changes to address further review comments.\n\n* Code changes to address minor review comments.\n\n* Removed internal links.\n\n* Query: Adds TRIM string system function support in LINQ (#3833)\n\n* add trim support\n\n* Added some test coverage\n\n* address reviews\n\n---------\n\nCo-authored-by: Minh Le \n\n* Query: Fixes Parsing Error in SQL DOM when CultureInfo is available (#3832)\n\n* add fix\n\n* Add cultural info to test to verify correct behavior\n\n* address pr review to restore to restore culture\n\n* fix comment\n\n---------\n\nCo-authored-by: Minh Le \n\n* Client Encryption: Adds api FetchDataEncryptionKeyWithoutRawKeyAsync and FetchDataEncryptionKeyAsync to get DEK without and with raw key respectively. (#3809)\n\n* added raw key to MdeEncryption\n\n* adding ray key to Mde Algo\n\n* test case changes\n\n* resolving code review comments\n\n* code optimization to reduce keyvault calls\n\n* removed Microsoft.Data.Encryption.Cryptography nuget package\n\n* added api for dek with raw key\n\n* resolved code review comments\n\n* adding change log\n\n* code review changes\n\n* Initial commit (#3826)\n\n* Query: Adds Computed Property SDK Support (#3761)\n\n* Initial commit\n\n* Restored settings.json changes.\n\n* Update\n\n* Addressed comments; still need to be tested using Emulator.\n\n* Fixes after test run.\n\n* Ignored the computed property tests based on the sync this morning (to allow for preview release).\n\n* Suite0 fixes.\n\n* Test update.\n\n* Suite0 fixes\n\n* [Internal] Samples: Adds OpenTelemetry and Application Insights samples (#3818)\n\n* add opentelemetry and application insights samples\n\n* address pr comments\n\n* [Internal] Query: Added custom serializer coverage tests to ExpressionToSQL.cs (#3722)\n\n* Ensure enum as string is preserved for custom serializer\n\n* Failing test\n\n* Added failing tests\n\n* Updated requested names\n\n* Ignore result of test for now\n\n* Added additional comment on why the test is ignored\n\n* Replaced with sample code\n\n* Remove ignore attribute from tests, documented misbehavior for future use\n\n* Updated comment\n\n---------\n\nCo-authored-by: leminh98 \n\n* Query: Added remaining Cosmos Type checking functions to CosmosLinqExtensions (#3724)\n\n* Added the remaining Cosmos Type checking functions to the CosmosLinqExtensions\n\n* Added comments requested\n\n* Updated comment\n\n* Updated baseline\n\n* Improve readability of dictionary initialization\n\n* Aligned with code style guide\n\n* Revert change to baseline\n\n* Executed update baseline script\n\n---------\n\nCo-authored-by: neildsh <35383880+neildsh@users.noreply.github.com>\nCo-authored-by: leminh98 \n\n* update sdk version and section tags (#3841)\n\n* PackageLicense: Removes PackageLicenseUrl and Adds PackageLicenseFile since PackageLicenseUrl is deprecated (#3847)\n\n* proposal to add PackageLicenseFile since PackageLicenseUrl is deprecated. https://github.com/NuGet/Home/issues/4628\n\n* adding attribute Visible=false\n\n* making ChangeFeedMode.LatestVersion accessible to the public (#3854)\n\n* AI Integration: Fixes Operation Name in the activity and end to end Tests. (#3845)\n\n* first draft\n\n* second draft\n\n* 3rd draft\n\n* remove untouched file\n\n* test fix\n\n* fix order\n\n* change order\n\n* refactor\n\n* skip network activities in test\n\n* remove network attributes\n\n* SDK 3.34.0 : Adds version bump and changelog (#3855)\n\n* SDK 3.34.0: Adds version bump and changelog\n\n* adding changelog changes\n\n* added a missing PREVIEW PR\n\n* Update changelog.md\n\nCo-authored-by: Justine Cocchi \n\n* Update changelog.md\n\nCo-authored-by: Kiran Kumar Kolli \n\n* removed 3840 as it was not committed\n\n* change text for 3832\n\n* fix merge issue\n\n* add 3724\n\n* Update changelog.md\n\nCo-authored-by: Matias Quaranta \n\n* Update changelog.md\n\nCo-authored-by: Matias Quaranta \n\n* including 3845\n\n---------\n\nCo-authored-by: Justine Cocchi \nCo-authored-by: Kiran Kumar Kolli \nCo-authored-by: Matias Quaranta \n\n* Release: Fixes changelog.md change for 3845 to preview (#3859)\n\n* removing ThirdPartyNotice.txt from content and contentfiles folders (#3864)\n\n* Documentation: Adds see also link to Container.CreateTransactionalBatch (#3860)\n\n* Linking limit documentation to Container.CreateTransactionalBatch(PartitionKey) method\n\n* Resolved PR comments\n\n* Links update\n\n* Using learn.microsoft instead of docs.microsoft in the links\n\n---------\n\nCo-authored-by: Matias Quaranta \n\n* Query: Adds type-markers with count and length for large arrays (#3852)\n\n* initial commit\n\n* cleanup\n\n* update test output\n\n* cleanup\n\n* typo\n\n* Pr comments\n\n* [Internal] AI Integration or Open Telemetry: Design Document (#3858)\n\n* first draft\n\n* redesign\n\n* ädd link\n\n* updated observability url\n\n* Benchmarking: Adds use of ARM Templates for benchmarking (#3838)\n\n* initial commit DONT REVIEW\n\n* fixes and documentation\n\n* Apply suggestions from code review\n\nCo-authored-by: Matias Quaranta \n\n* requested changes\n\n* Apply suggestions from code review\n\nCo-authored-by: Matias Quaranta \n\n* name changes\n\n* readme changes\n\n* nits + changing case of parameters file\n\n---------\n\nCo-authored-by: Matias Quaranta \n\n* Update README.md (#3875)\n\nURL typo.\n\n* moved to new file (#3876)\n\n* Direct Package Upgrade 3.31.0: Refactors code to make compatible with latest direct (#3877)\n\n* upgrade to 3.31.0\n\n* add more regions\n\n* enable dt for operations\n\n* updated contract file\n\n* [Preview] Integrated cache: Adds BypassIntegratedCache to DedicatedGatewayRequestOptions (#3836)\n\n* Integrated cache: Add BypassIntegratedCache to DedicatedGatewayRequestOptions\n\nCurrently, integrated cache is used by default for Dedicated Gateway.\nCustomers cannot skip cache for particular requests or data unless they\nshift to multi-tenant Gateway,which will lose the benefits of Dedicated\nGateway.\n\nFor customers to have more control over integrated cache, we're\nintroducing a new \"RequestOption\" called \"BypassIntegratedCache\". This\noption will allow the customer to decide whether to use integrated cache\nfor each request or not. If this value is set to true, the item/query\nwill be served from backend and won't be cached in Dedicated Gateway.\n\n* Move this feature to public preview\n\n* Address comments\n\n1. Add more tests\n2. Add more detail and example code for BypassIntegratedCache\n\n* Revert changes in EncryptionCustomAPI\n\n---------\n\nCo-authored-by: Jiajun Peng \nCo-authored-by: Matias Quaranta \n\n* Client Encryption: Adds Microsoft.Azure.Cosmos compatibility to version 3.34.0 (#3874)\n\n* chaging Microsoft.Azure.Cosmos support version\n\n* resolved merge conflicts\n\n* CosmosClient: Fixes missing Trace when converting HTTP Timeout to 503 (#3866)\n\n* Added tracing when converting HTTP Timeout to 503\n\n* Fixed tracing when converting HTTP Timeout to 503\n\n* Resolved PR comments\n\n* Using ITrace as part of ClientSideRequestStatisticsTraceDatum\n\n* Refactoring\n\n* Test update\n\n* Unit tests fix\n\n* AI Integration: Fixes Open Telemetry Example (#3868)\n\n* first draft\n\n* add filter\n\n* revert csproj\n\n* fix sample\n\n* changed log message\n\n* remove unused library\n\n* [Internal] Query: Adds OptimisticDirectExecute and RequiresDistribution headers (#3882)\n\n* Adding ODE and RequiresDistribution Headers\n\n* Fixed comments\n\n* Updated parameter in SwitchToFallbackPipelineAsync\n\n* Renamed TryUnwrapContinuationToken to UnwrapContinuationToken\n\n---------\n\nCo-authored-by: neildsh <35383880+neildsh@users.noreply.github.com>\n\n* Query: Refactors the EnableOptimisticDirectExecution flag to be public (#3883)\n\n* Made EnableOptimisticDirectExecution a public flag\n\n* Updated contract\n\n* [Internal] OpenTelemetry : Adds Telemetry Distributed Tracing functionality (#3801)\n\n* Direct Package update and replacing dagnostic files\n\n* Resolve merge conflicts\n\n* Running updateCOnstracts script\n\n* Add code changes for distributed tracing open telemetry changes\n\n* Add distributed tracing tests\n\n* Updated tests for distributed tracing\n\n* Addin traceID for diagnostics\n\n* Running update contract script\n\n* Removed LinqTranslationWithCustomSerializerBaseline file\n\n* Adding isDistributedTracingEnabled flag\n\n* Running update contracts\n\n* Running update contracts\n\n* Updates based on differnt code review comments\n\n* Running update contracts\n\n* Running update contracts\n\n* Running update contracts\n\n* fix test\n\n* Code cleanup for test fix\n\n* Running Update contracts\n\n* resolving merge conflicts\n\n* resolving merge conflicts\n\n* Set EnableDistributedTracing to true for performance tests\n\n* Benchmark project change for distributed tracing\n\n* Updating tests\n\n* Updated unit tests\n\n* Updated unit tests\n\n* Updated tests and constructors based on review comments\n\n* Updated scope name in recorder\n\n* Updated distributedOtel tests to cover more scenarios\n\n* Updated distributedOtel tests\n\n* Reverting benchmark performance test changes\n\n* Update DistributedOpentelemetry tests\n\n* Update test cleanup\n\n* Update distributed tests with custom builder\n\n* Update distributed open telemetry tests\n\n* Update contracts\n\n* Cleanup files\n\n* Update distributed Otel tests\n\n* Update distributed Otel tests\n\n* code refactoring\n\n* fix custom listener\n\n* Update direct package to 3.31.1\n\n* Code clean up\n\n* Update tests with display name\n\n---------\n\nCo-authored-by: Sourabh Jain \n\n* Documentation: Adds additional remarks to CosmosClient (#3891)\n\n* CosmosClient documentation improvements\n\n* Cref fix\n\n* Link fix\n\n* Documentation fix\n\n* Typo fix\n\n---------\n\nCo-authored-by: Matias Quaranta \n\n* Open Telemetry End To End Test: Adds baseline for network level requests trace (#3887)\n\n* enable request level in end to end\n\n* made some changes\n\n* fix tests\n\n* fix display name\n\n* hardcoded containername and databasenam\n\n* fix tests\n\n* temp\n\n* fix tests\n\n* update contracts\n\n* fix tests\n\n* fixed display name\n\n* [Internal] Design Docs: Adds Design Document for Client Telemetry (#3590)\n\n* sdk design for client telemetry\n\n* Otel design\n\n* update optel design\n\n* added more nformation\n\n* updated ct design\n\n* remove otel design\n\n* Client Telemetry Design\n\n* update typos\n\n* fix typos\n\n* fix typos\n\n* added limitation\n\n* updated docs\n\n* updated doc\n\n* updated text\n\n* Update docs/observability.md\n\nCo-authored-by: Kiran Kumar Kolli \n\n* Update docs/observability.md\n\nCo-authored-by: Kiran Kumar Kolli \n\n* Update docs/observability.md\n\nCo-authored-by: Kiran Kumar Kolli \n\n* Update docs/observability.md\n\nCo-authored-by: Kiran Kumar Kolli \n\n* Update docs/observability.md\n\nCo-authored-by: Kiran Kumar Kolli \n\n* move stuff here and there.\n\n---------\n\nCo-authored-by: Kiran Kumar Kolli \n\n* [Internal] Design Docs: Adds Design Document for Client Telemetry Part 2 (#3903)\n\n* updated doc\n\n* Update docs/observability.md\n\nCo-authored-by: Justine Cocchi \n\n* updated text\n\n---------\n\nCo-authored-by: Justine Cocchi \n\n* ConnectionPolicy: Refactors Code to Reduce Default Request Timeout to 6 Seconds. (#3902)\n\n* Code changes to reduce default request timeout to 6 seconds.\n\n* Code changes to update API doc default request timeout to 6 seconds.\n\n* [Internal] Upgrade Resiliency: Adds Replica Health State Diagnostics. (#3835)\n\n* Code changes to add replica health status in diagnostics.\n\n* Code changes to fix performance test build failure.\n\n* Code changes to add health state capture logic in address cache.\n\n* Code changes to fix benchmark test execution.\n\n* Code changes to add tests to validate health state cache.\n\n* Code changes to reduce default request timeout to 5 seconds.\n\n* Revert \"Code changes to reduce default request timeout to 5 seconds.\"\n\nThis reverts commit 139f37e588fc9dfed608431f4186c567a080e622.\n\n* Subpartitioning: Fixes handling of split physical partitions (#3879)\n\n* Initial Commit DO NOT REVIEW\n\n* bug fix, needs Direct Package Changes\n\n* fix for change feed and query plus tests\n\n* clean up\n\n* query + clean up\n\n---------\n\nCo-authored-by: Kiran Kumar Kolli \n\n* [Query] Fixes empty property name parsing exception (#3907)\n\n* inital commit\n\n* cleanup\n\n* test cleanup\n\n* PR comments\n\n* PR comment\n\n* [Preview] Query: Refactors EnableOptimisticDirectExecution to true by default in Preview mode (#3909)\n\n* Setting EnableODE to true by default in Preview Mode.\n\n* Added seperate if block for default value\n\n* Updated property\n\n* Removed unused Usings\n\n* Updated contracts\n\n* Updated test\n\n* Updated directive indentation\n\n* Documentations: Adds links to PatchItems docs (#3910)\n\n* Added links to PatchItems docs\n\n* Undo changes from internal file\n\n* [Internal] Direct Package Upgrade: Refactors Code to Bump Up `Cosmos.Direct` Package to `3.31.2` (#3918)\n\n* Code changes to bump up the direct version.\n\n* Code changes to mark the Israel Central region as public.\n\n* Code changes to update contracts.\n\n* Code changes to fix test failure. Some clean ups.\n\n* Code changes to add detailed message for open channels count.\n\n* SDK 3.35.0 : Adds version bump and changelog (#3920)\n\n* release PR\n\n* updated changelog.md\n\n* more changelog updates\n\n* [Internal] Last minute fix to changelog for 3.35.0 (#3921)\n\n* release PR\r\n\r\n* updated changelog.md\r\n\r\n* more changelog updates\r\n\r\n* changelog fix\r\n\r\n* Update changelog.md\r\n\r\n* Update changelog.md\n\n* [Internal] Query: Adds new header SupportedSerializationFormats (#3911)\n\n* Binary Serilaization Response test\n\n* Added new header SupportedSerializationFormats\n\n* Modified existing use of CosmosSerializationFormatOptions\n\n* Modified tests and removed unused code\n\n* Addressed comments\n\n* Added more negative cases\n\n* Revert changes\n\n* Added spaces\n\n* Addressed comments\n\n* Addressed comments\n\n* Removed SupportedSerializationFormats from Headers file\n\n* Removed unused JsonSerilazationFormats option\n\n* Addressed comments\n\n* Addressed comments\n\n* Addressed comments\n\n* Addressed comments\n\n* Added new enum TransportSerializationFormat\n\n* Added new enum TransportSerializationFormat\n\n* Addressed comments\n\n* Removed unused parameter\n\n* Addressed comments\n\n* updating API\n\n* remove tests\n\n* Text fixes\n\n* fix typo\n\n* remove TransportSerializationFormat header\n\n* text reverts\n\n* revert\n\n* test update\n\n* PR comments\n\n* remove test owner headers HeadersValidationTests.cs\n\n* PR comments - remove unsupported tests and scope client\n\n---------\n\nCo-authored-by: Heet \nCo-authored-by: neildsh <35383880+neildsh@users.noreply.github.com>\nCo-authored-by: Matias Quaranta \n\n* Code changes to optimize the rntbd open connection logic to open connections in parallel. (#3939)\n\n* Query : Adds support for newtonsoft member access via ExtensionData (#3834)\n\n* Support newtonsoft member access via ExtensionData\n\n* Return null instead of empty string\n\n* Added tests for select & where\n\n* Updated baseline with note\n\n---------\n\nCo-authored-by: leminh98 \n\n* HttpTransport: Fixes HttpTimeoutPolicies to not accidentally suppress retries (#3944)\n\n* Fix HttpTimeoutPolicies to not accidentally suppress retries\n\n* Removing HttpTimeoutPolicy.MaxRetryTimeLimit altogether\n\n* SDK 3.35.1 : Adds version bump and changelog (#3945)\n\n* version bump\r\n\r\n* changelog\r\n\r\n* contract\n\n* [Internal] Changelog: Fixes recommended version and title (#3948)\n\n* SDK 3.35.1: Adds version bump and changelog\r\n\r\n* Update changelog.md\r\n\r\n* Update changelog.md\r\n\r\n* Update changelog.md\r\n\r\n* Update changelog.md\r\n\r\n* Update changelog.md\n\n* [Internal] Dependencies: Fixes dependabot alert for System.Linq.Dynamic.Core (#3957)\n\n* Removing 1\n\n* Removing 2\n\n* Removing 3\n\n* [Internal] Upgrade Resiliency: Adds Code to Enable Replica Validation Feature for Preview (#3951)\n\n* Code changes to add replica validation feature in cosmos client options.\n\n* Code changes to upgrade the cosmos direct version to 3.31.3.\n\n* Adding emulator test to cover replica validation.\n\n* Code changes to address cosmetic clean ups.\n\n* Code changes to address review comments. Fixed preview build failures.\n\n* Code changes to enable replica validation for preview package by default.\n\n* Code changes to address review comments.\n\n* Code changes to fix preview unit tests.\n\n* Code changes to disable environment variable at the end of the test.\n\n* Client Encryption: Adds package reference Microsoft.Azure.Cosmos version 3.35.1-preview (#3956)\n\n* changing cosmos preview version\n\n* updating build file\n\n---------\n\nCo-authored-by: Matias Quaranta \n\n* [Internal] FabricBot: Adds GitOps.ResourceManagement because of FabricBot decommissioning (#3966)\n\n* Add prIssueManagement.yml to onboard repo to GitOps.ResourceManagement as FabricBot replacement\r\n\r\nOwners of the FabricBot configuration should have received email notification. The same information contained in the email is published internally at: https://aka.ms/gim/fabricbot. Details on the replacement service and the syntax of the new yaml configuration file is available publicly at: https://microsoft.github.io/GitOps/policies/resource-management.html\r\n\r\nPlease review and merge this PR to complete the process of onboarding to the new service.\r\n\r\n* Deleting fabricbot.json\r\n\r\n---------\r\n\r\nCo-authored-by: microsoft-github-policy-service[bot] <77245923+microsoft-github-policy-service[bot]@users.noreply.github.com>\n\n* [Internal] Query: Refactors certain tests to not fail when EnableOptimisticDirectExecution is set to true in 3.35.0-preview package (#3955)\n\n* Updated emulator and baseline tests to not fail when ODE is set to default true in PREVIEW mode\n\n* Fixed QueryAsync() test\n\n* Fixed QueryAsync() in EndToEndTraceBaselineTests\n\n* Undid changes to IndexMetrics baseline file\n\n* Updated EndToEndTraceWriterBaselineTests.QueryAsync xml\n\n* Updated xml\n\n* Updated xml to have request options tag\n\n* Diagnostics: Fixes verbose levels for \"Operation will NOT be retried\" (#3969)\n\n* Query: Fixes malformed continuation token exception type and message (#3917)\n\n* Fixed malformed continuation token issue where Exception was not CosmosExceptionan and did not have the correct Status and Sub Status codes.\n\n* Fixed incorrect indentation\n\n* Added type check for incoming exception\n\n* Replaced if/else with extra catch block\n\n* Moved fix to a higher point in the call stack\n\n* Removed unused Usings\n\n* Updated test code\n\n---------\n\nCo-authored-by: Matias Quaranta \n\n* [Internal] Upgrade Resiliency: Refactors Code to Enable Replica Validation Feature Through `CosmosClientOptions` And Environment Variable (#3974)\n\n* Code changes to use client options to enable or disable replica validation.\n\n* Code changes to fix preview build failures.\n\n* Query : Adds string comparison alternative when converting LINQ to SQL (#3668)\n\n* string.Compare supported with LINQ to SQL\n\n* Update tests\n\n* Update test name\n\n* Update tests\n\n* Add test\n\n* Create helper ReverseExpressionTypeForStrings\n\n* PR feedback\n\n* Update tests\n\n* Update base line\n\n---------\n\nCo-authored-by: Aditya \nCo-authored-by: Matias Quaranta \n\n* AI Integration: Fixes event generation for failed requests (#3973)\n\n* first draft\n\n* fix code\n\n* included feedback\n\n* flip condition\n\n* updated docs\n\n* Update docs/observability.md\n\nCo-authored-by: Matias Quaranta \n\n* Update observability.md\n\n* updated contract\n\n---------\n\nCo-authored-by: Matias Quaranta \n\n* [Internal] Category: Refactors Cosmos benchmark operations (#3961)\n\n* Refactoring: base classes for operations.\n\n* Updating comments.\n\n* Adding new line at the end of the file.\n\n* Fixing code review points.\n\n* Restore PrepareAsync to be virtual.\n\n* 3.35.2: Adds new SDK versions and contract files (#3985)\n\n* Updated change log and bumped up the version.\n\n* Changing the version to 3.35.2\n\n* Code changes to address review comments.\n\n* Code changes to make minor fixes.\n\n* Code changes to move some fixes into preview.\n\n* [INTERNAL] LocalQuorum: Adds documentation for LocalQuorum (#3993)\n\n* Draft of local-quorum documentation\n\n* Adding experimental to header\n\n* Adding cross-region read guarantees\n\n* Reads Bounded clarification\n\n* Adding account consistency step also\n\n* Non-Prod usage note at top\n\n* Addressing review comments\n\n* Some more refinement\n\n* Code changes to update release note. (#3996)\n\n* Client Encryption: Adds fix for supporting Prefix Partition Key (Hierarchical partitioning) (#3979)\n\n* Hirarchical pk bug fix\n\n* Hirarchical pk bug fix\n\n* Hirarchical pk bug fix\n\n* Hirarchical pk bug fix\n\n* Hirarchical pk bug fix\n\n* testing new version\n\n* adding more tests\n\n* adding more tests\n\n* adding more tests\n\n* code review changes\n\n* test fix\n\n* test fix\n\n* test fix\n\n* test fix\n\n---------\n\nCo-authored-by: Nalu Tripician <27316859+NaluTripician@users.noreply.github.com>\n\n* Query: Refactors changelog.md with Optimistic Direct Execution recommendation (#4004)\n\n* Update changelog.md\n\nThis is a recommendation for customers if they would like to use the ODE features.\n\n* Updated release notes for ODE\n\n* [Internal] Query: Adds performance testing for OptimisticDirectExecution pipeline (#3839)\n\n* Infrastructure for performance testing with ODE pipeline.\n\n* Resolve comments\n\n* Removed randomization from data creation process\n\n* Fixed comments\n\n* Removed Query and EnableODE from QueryStatisticsMetrics, as they do not relate to query statistics.\n\n* Removed try catch to make CreateItemAsync call always succeed\n\n* Removed one liner functions\n\n* Removed code from MetricsSerializer and QueryStatisticsDatumVisitor files\n\n* Fixed comments\n\n* Removed request Charge check\n\n* Bug in Debug Assert\n\n* Test\n\n* Bug in debug assert fix\n\n* Fixed second bug in Metrics Accumalator class\n\n* Added ignore flag to ode perf tests so that they do not run on every loop build\n\n* Added comment explaining the Ignore flag.\n\n* Query: Adds ODE continuation token support for non-ODE pipelines (#4009)\n\n* Added code to throw exception if ODE continuation token goes into non ODE pipeline\n\n* Removed count variable\n\n* Updated test name\n\n* Removed ODE continuation token logic from caller class\n\n* Simplified code\n\n* Fixed comments\n\n* Updated continuation token cast\n\n* Removed const string for continuation token\n\n* Added Ignore flag for test\n\n* Added baseline test\n\n* Updated baseline test\n\n* Code changes to disable replica validation in preview package. (#4019)\n\n* 3.35.3: Adds new SDK versions and contract files (#4024)\n\n* Updated change log and bumped up the patch version.\n\n* Code changes to update the change log message.\n\n* [Internal] Distributed tracing: Adds a sample to collect activities and events using custom listener (#4021)\n\n* custom listener example\n\n* removed unwanted code\n\n* add comments\n\n* fix appsettings\n\n* revert changes\n\n* Code changes to fix race condition by calling dispose too early. (#4030)\n\n* Code changes to update change log for release 3.35.3 (#4032)\n\n* Documentation: Fixes article links (replaced links V2 to V3 SDK version) + Azure Cosmos DB typo (#4031)\n\n* Documentation link fix\n\n* Fixed Typo \"Azure CosmosDB\"→\"Azure Cosmos DB\"\n\n* [Internal] Benchmark tool: Adds Cosmos Benchmark Metrics (#3950)\n\n* Adding metrics for Benchmark tool.\n\n* Adding OpenTelemetry.\n\n* Revert \"Adding OpenTelemetry.\"\n\nThis reverts commit c7da0884697064103145099e284892365f4ebb68.\n\n* Telemetry for windowed percentiles.\n\n* OpenTelemetry, AppInsights and Dashboard.\n\n* Removing DiagnosticDataListener.\n\n* Code styling, comments and clean-up.\n\n* Fixing issues with dashboard.\n\n* Fixing positions of charts on the dashboard.\n\n* Fixing the dashboard.\n\n* Updating titles and subtitles.\n\n* Removing ILogger and other not required references.\n\n* Fixing code review points.\n\n* Fixing issues after rebase.\n\n* Removing unnecessary changes.\n\n* Fixing code review points.\n\n* Adding metrics for Benchmark tool.\n\n* Adding OpenTelemetry.\n\n* Revert \"Adding OpenTelemetry.\"\n\nThis reverts commit c7da0884697064103145099e284892365f4ebb68.\n\n* Telemetry for windowed percentiles.\n\n* OpenTelemetry, AppInsights and Dashboard.\n\n* Removing DiagnosticDataListener.\n\n* Code styling, comments and clean-up.\n\n* Fixing issues with dashboard.\n\n* Fixing positions of charts on the dashboard.\n\n* Fixing the dashboard.\n\n* Updating titles and subtitles.\n\n* Removing ILogger and other not required references.\n\n* Fixing code review points.\n\n* Fixing issues after rebase.\n\n* Removing unnecessary changes.\n\n* Fixing code review points.\n\n* Fixing code review points.\n\n* make MetrcisCollectorProvider non static and remove locks\n\n* fix\n\n* fixes\n\n* use static class name TelemetrySpan.IncludePercentile\n\n* use app insights connection string\n\n* modified: Microsoft.Azure.Cosmos.Samples/Tools/Benchmark/Program.cs\n\n* modified: Microsoft.Azure.Cosmos.Samples/Tools/Benchmark/Program.cs\n\n* rename AppInsightsConnectionString\n\n* fix\n\n* fix comments\n\n* fix if AppInsights c string is not set\n\n* summary\n\n* fix\n\n* remove unnecessary collector types\n\n* remove unnecesary metere provicer\n\n* add event source\n\n* remove folder\n\n* fix\n\n* split success and failed latencies\n\n* fix\n\n* fix\n\n---------\n\nCo-authored-by: David Chaava \nCo-authored-by: David Chaava \n\n* GatewayAddressCache: Fixes Unobserved Exception During Background Address Refresh (#4039)\n\n* Code changes to fix unobserved exception during background address refresh.\n\n* Code changes to add exception handler in task.\n\n* Code changes to fix null ref exception.\n\n* Revert \"Code changes to fix null ref exception.\"\n\nThis reverts commit 83f90d578bd301339f6fa13981a0fe2fc3d65fa6.\n\n* Revert \"Code changes to add exception handler in task.\"\n\nThis reverts commit c49ed8162758217a09df28417a6f76649eab6a26.\n\n* Code changes to address review comments.\n\n* Revert \"Code changes to address review comments.\"\n\nThis reverts commit d2b9f6b501f64f1a50b8a49de3ea76fbb9b5c853.\n\n* Documentation: Adds additional note for GetContactedRegions method (#4042)\n\n* Added small remark for GetContactedRegions method documentation\n\n* Moved to remarks\n\n* [Internal] Client Telemetry: Adds Client Telemetry pipeline sending data to service (#3900)\n\n* first draft\n\n* comment other pipelines\n\n* pint variables\n\n* commnet other pipelines\n\n* added env variable\n\n* minor changes\n\n* update env variable\n\n* print env variable\n\n* add space in end\n\n* fix test\n\n* fix tests\n\n* fix test\n\n* fix tests\n\n* remove response interceptor\n\n* logs\n\n* debuug mode\n\n* 3failing test to print llgs\n\n* minor refactoring\n\n* 2nd windows-2019\n\n* fix ct tests\n\n* 2remove debugging\n\n* fix tests\n\n* revert\n\n* ncomment pipelines\n\n* fix test\n\n* minor changes\n\n* release and emulator pipeline\n\n* update pipelines\n\n* ignore abstract class test\n\n* fixing pipeline\n\n* refactor code\n\n* change it to class name to run tests\n\n* added emulator setup\n\n* 1 temp commit\n\n* env variable\n\n* renames env variable\n\n* fix tests\n\n* add condition\n\n* fix tests\n\n* reorder env variable\n\n* revert pipeline\n\n* did some clean up\n\n* change to revert\n\n* Revert \"change to revert\"\n\nThis reverts commit 03db3c104505dc7b8f3cea267835c92ca530f8f4.\n\n* fix typos\n\n* throw if exception intercepter is null\n\n* remove modelling changes\n\n* removed virtaul\n\n* Update Microsoft.Azure.Cosmos/tests/Microsoft.Azure.Cosmos.EmulatorTests/Utils/HttpHandlerHelper.cs\n\nCo-authored-by: Matias Quaranta \n\n* added condition for pipelines\n\n* Revert \"added condition for pipelines\"\n\nThis reverts commit f9a208cd28e01badee97a2eb770a486cea67c1f0.\n\n* changed cond\n\n* fix codn\n\n* more enhancement\n\n* testing for release pipeline\n\n* refactore code and using test category\n\n* added comments on test\n\n* refactor pipeline code\n\n* fix variables\n\n* fix pipeline\n\n---------\n\nCo-authored-by: Matias Quaranta \n\n* [Internal] Client Telemetry: Refactors code for collectors (#4037)\n\n* refactored code\n\n* implemented review comments\n\n* test fix\n\n* fix tests\n\n* fix test\n\n* fix test\n\n* logger fix\n\n* update contract\n\n* fic test\n\n* updated benchmarks\n\n* [Internal] Automation: Adds logic to tag customer-reported issues (#4047)\n\n* Added customer-reported label\n\n* Changing condition\n\n* padding\n\n* more padding\n\n* permission name\n\n* padding\n\n* [Internal] Benchmark tool: Adds requests diagnostic data capture and upload to storage (#3926)\n\n* azure-cosmos-dotnet-v3/issues/3889\nadd diagnostics data capturing during bechmark and storing into blob storage after finish\n\n* modified: Microsoft.Azure.Cosmos.Samples/Tools/Benchmark/README.md\n\n* modified: Microsoft.Azure.Cosmos.Samples/Tools/Benchmark/AzureVmBenchmark/scripts/custom-script.sh\n\n* fix bug\n\n* fix review comments\n\n* fix comments\n\n* fix comments\n\n* fix case\n\n* add tests and refactoring\n\n* fix\n\n* unify logging\n\n* add summaries\n\n* fix method summary\n\n* fix BOM\n\n* fix review comments\n\n* fix comment\n\n* fix line breaks\n\n* modified: Microsoft.Azure.Cosmos.Samples/Tools/Benchmark/AzureVmBenchmark/azuredeploy.json\n\n* modified: Microsoft.Azure.Cosmos.Samples/Tools/Benchmark/ARMTemplate/README.md\n\n* modified: Microsoft.Azure.Cosmos.Samples/Tools/Benchmark/README.md\n\n* modified: Microsoft.Azure.Cosmos.Samples/Tools/Benchmark/README.md\n\n* catch exceptions\n\n* add container prefix\n\n* ResultStorageContainerPrefix\n\n* modified: Microsoft.Azure.Cosmos.Samples/Tools/Benchmark/AzureVmBenchmark/azuredeploy.json\n\n* modified: Microsoft.Azure.Cosmos.Samples/Tools/Benchmark/AzureVmBenchmark/scripts/execute.sh\n\n* modified: Microsoft.Azure.Cosmos.Samples/Tools/Benchmark/AzureVmBenchmark/scripts/custom-script.sh\n\n* modified: Microsoft.Azure.Cosmos.Samples/Tools/Benchmark/AzureVmBenchmark/azuredeploy.json\n\n* modified: Microsoft.Azure.Cosmos.Samples/Tools/Benchmark/AzureVmBenchmark/azuredeploy.json\n\n* modified: Microsoft.Azure.Cosmos.Samples/Tools/Benchmark/AzureVmBenchmark/azuredeploy.json\n\n* modified: Microsoft.Azure.Cosmos.Samples/Tools/Benchmark/AzureVmBenchmark/azuredeploy.json\n\n* modified: Microsoft.Azure.Cosmos.Samples/Tools/Benchmark/AzureVmBenchmark/azuredeploy.json\n\n* modified: Microsoft.Azure.Cosmos.Samples/Tools/Benchmark/AzureVmBenchmark/azuredeploy.json\n\n* modified: Microsoft.Azure.Cosmos.Samples/Tools/Benchmark/AzureVmBenchmark/azuredeploy.json\n\n* modified: Microsoft.Azure.Cosmos.Samples/Tools/Benchmark/AzureVmBenchmark/azuredeploy.json\n\n* Update Microsoft.Azure.Cosmos.Samples/Tools/Benchmark/BenchmarkConfig.cs\n\nCo-authored-by: Kiran Kumar Kolli \n\n* Update Microsoft.Azure.Cosmos.Samples/Tools/Benchmark/AzureVmBenchmark/azuredeploy.json\n\nCo-authored-by: Matias Quaranta \n\n* Update Microsoft.Azure.Cosmos.Samples/Tools/Benchmark/BenchmarkConfig.cs\n\nCo-authored-by: Kiran Kumar Kolli \n\n* Update Microsoft.Azure.Cosmos.Samples/Tools/Benchmark/Fx/DiagnosticDataListener.cs\n\nCo-authored-by: Matias Quaranta \n\n* fix comments\n\n* fix comments\n\n* modified: Microsoft.Azure.Cosmos.Samples/Tools/Benchmark/README.md\n\n* modified: Microsoft.Azure.Cosmos.Samples/Tools/Benchmark/AzureVmBenchmark/scripts/execute.sh\n\n* make BlobCLient Lazy singleton\n\n* new file: Microsoft.Azure.Cosmos.Samples/Tools/Benchmark/AzureVmBenchmark/README.md\n\tmodified: Microsoft.Azure.Cosmos.Samples/Tools/Benchmark/AzureVmBenchmark/azuredeploy.json\n\n* modified: Microsoft.Azure.Cosmos.Samples/Tools/Benchmark/AzureVmBenchmark/README.md\n\n* modified: Microsoft.Azure.Cosmos.Samples/Tools/Benchmark/AzureVmBenchmark/scripts/execute.sh\n\n* modified: Microsoft.Azure.Cosmos.Samples/Tools/Benchmark/AzureVmBenchmark/scripts/execute.sh\n\n* check on diagnostic colletiong\n\n* remove locks and improve logs appending\n\n* removed unnecesary directory\n\n* removed unnecesary directory\n\n* removed unnecesary directory\n\n* new file: Microsoft.Azure.Cosmos.Samples/Tools/Benchmark/ARMTemplate/README.md\n\n* add dashboard\n\n* fix arm template\n\n* change branch\n\n* fix\n\n* add dashboard name\n\n* fix dashboard\n\n* add logging\n\n* fix\n\n* trace error\n\n* fix devide zero\n\n* add trace errors\n\n* fix\n\n* fix\n\n* fix\n\n* fix\n\n* fix\n\n* migrate to text writer\n\n* fixes\n\n* diagnostic logs\n\n* add diagnostic logs\n\n* remove flush and reset\n\n* metric collection window lock\n\n* collection window\n\n* force flush every n seconds\n\n* fix bug\n\n* fix\n\n* Update Microsoft.Azure.Cosmos.Samples/Tools/Benchmark/README.md\n\nCo-authored-by: Matias Quaranta \n\n* change deafult metric interval\n\n* constant\n\n* fix container creating conflict issue\n\n* change azuredeply branch name\n\n* remove ArmTemplate folder\n\n* fix DiagnosticLatencyThresholdInMs default value\n\n---------\n\nCo-authored-by: David Chaava \nCo-authored-by: Kiran Kumar Kolli \nCo-authored-by: Matias Quaranta \n\n* [Internal] Benchmark tool: Adds feature to the dashboard that generate plots queries for metrics with a workload name prefix, depending on the benchmark workload type. #4048 (#4053)\n\n* Merge remote-tracking branch 'origin/master' into users/v-dchaava/benchmark-diagnostics/3889\n\n* modified: Microsoft.Azure.Cosmos.Samples/Tools/Benchmark/AzureVmBenchmark/README.md\n\n* add metrics prefixes\n\n* fix chart metrics names\n\n* fix dashboard queries according selected workload type\n\n---------\n\nCo-authored-by: David Chaava \n\n* [Internal] Client Telemetry: Adds client config api call to get latest flag status (#4050)\n\n* first draft\n\n* tets fix\n\n* fix dependent projects\n\n* reduce refresh time in tests\n\n* fix tests and added comments\n\n* fix diagnostic handler fix\n\n* fix test\n\n* adding test\n\n* ret pushmove console\n\n* fix test\n\n* provide options to enable/disable this featire in benchmark and ctl proj\n\n* updated trace message\n\nCo-authored-by: Matias Quaranta \n\n* remove import\n\n* updated traces\n\nCo-authored-by: Matias Quaranta \n\n* test fix\n\n* remove null assignment\n\n* fix test\n\n---------\n\nCo-authored-by: Matias Quaranta \n\n* [Internal] Benchmark tool: Fixes benchmark run command using OSSProjectRef parameter (#4066)\n\n* fix benchmark run command using OSSProjectRef parameter\n\n* remove ShouldUnsetParentConfigurationAndPlatform=false\n\n---------\n\nCo-authored-by: David Chaava \n\n* [Query] Adds public backend metrics property to Diagnostics (#4001)\n\n* initial commit\n\n* some pr comments, WIP\n\n* Refactor\n\n* more\n\n* Public constructors and modify accumulators\n\n* accumulator updates and undo test changes\n\n* add test\n\n* PR comments\n\n* bug fix\n\n* ToString() refactor\n\n* contract updates\n\n* test updates\n\n* small fixes\n\n* text fix\n\n* Update accumulators\n\n* fix\n\n* PR comments\n\n* small fix\n\n* Rename BE -> ServerSide\n\n* more renaming\n\n* Update API and tests\n\n* separate public and internal classes\n\n* API update\n\n* change namespace\n\n* Pr comments\n\n* public constructors and bug fix\n\n* API updates\n\n* renaming and test updates\n\n* PR comments\n\n* more PR comments\n\n* PR comments, test additions\n\n* API updates and more tests\n\n* tests and pkrangeid update\n\n* PR comments\n\n* more PR comments\n\n* smol test fix\n\n* PR comments - renaming properties and constructor rehash\n\n* contract update\n\n* seal classes and private fields.\n\n* update indexHitRatio calc\n\n* mocking refactor to abstract classes\n\n* contract updates\n\n* PR comments - Update documentation\n\n* [Query][Internal] Adds tests for aggregate queries with invalid continuation tokens (#4052)\n\n* partial test\n\n* Tests and error handling update\n\n* update error message\n\n* typo\n\n* update original err msg\n\n* combine tests\n\n* test cleanup\n\n* undo error message update\n\n* [Internal] Benchmark tool: Fixes code refractoring to model the metrics as EventSource (#4040)\n\n* Adding metrics for Benchmark tool.\n\n* Adding OpenTelemetry.\n\n* Revert \"Adding OpenTelemetry.\"\n\nThis reverts commit c7da0884697064103145099e284892365f4ebb68.\n\n* Telemetry for windowed percentiles.\n\n* OpenTelemetry, AppInsights and Dashboard.\n\n* Removing DiagnosticDataListener.\n\n* Code styling, comments and clean-up.\n\n* Fixing issues with dashboard.\n\n* Fixing positions of charts on the dashboard.\n\n* Fixing the dashboard.\n\n* Updating titles and subtitles.\n\n* Removing ILogger and other not required references.\n\n* Fixing code review points.\n\n* Fixing issues after rebase.\n\n* Removing unnecessary changes.\n\n* Fixing code review points.\n\n* Adding metrics for Benchmark tool.\n\n* Adding OpenTelemetry.\n\n* Revert \"Adding OpenTelemetry.\"\n\nThis reverts commit c7da0884697064103145099e284892365f4ebb68.\n\n* Telemetry for windowed percentiles.\n\n* OpenTelemetry, AppInsights and Dashboard.\n\n* Removing DiagnosticDataListener.\n\n* Code styling, comments and clean-up.\n\n* Fixing issues with dashboard.\n\n* Fixing positions of charts on the dashboard.\n\n* Fixing the dashboard.\n\n* Updating titles and subtitles.\n\n* Removing ILogger and other not required references.\n\n* Fixing code review points.\n\n* Fixing issues after rebase.\n\n* Removing unnecessary changes.\n\n* Fixing code review points.\n\n* Fixing code review points.\n\n* make MetrcisCollectorProvider non static and remove locks\n\n* fix\n\n* fixes\n\n* use static class name TelemetrySpan.IncludePercentile\n\n* use app insights connection string\n\n* modified: Microsoft.Azure.Cosmos.Samples/Tools/Benchmark/Program.cs\n\n* modified: Microsoft.Azure.Cosmos.Samples/Tools/Benchmark/Program.cs\n\n* rename AppInsightsConnectionString\n\n* fix\n\n* fix comments\n\n* fix if AppInsights c string is not set\n\n* summary\n\n* fix\n\n* remove unnecessary collector types\n\n* remove unnecesary metere provicer\n\n* add event source\n\n* remove folder\n\n* fix\n\n* split success and failed latencies\n\n* Code refractor to use EvenSource design pattern for metrics\n\n* Fixing build breaks\n\n* Removing BenchmarkExecutionEventSource\n\n* Fixign misc things\n\n* Some extra cleanup\n\n* use TimeSpan except milliseconds\n\n* fix metrics publication\n\n* fix metrics publication\n\n* move tests to benchmark folder\n\n* move back benchmark test\n\n* use background task for flushing metrics\n\n* remove sync metrics flushing\n\n* split failed and success operations\n\n* fix latenclies charts\n\n* fix benchmark run command\n\n* remove ShouldUnsetParentConfigurationAndPlatform=false\n\n---------\n\nCo-authored-by: Mikhail Lipin \nCo-authored-by: David Chaava \nCo-authored-by: David Chaava \n\n* first draft (#4079)\n\n* Subpartitioning: Fixes bug for queries on subpartitioned containers (#3934)\n\n* initial fix, needs testing on prod\n\n* test fix\n\n* clean up pr\n\n* query rework\n\n* refactors previous changes\n\n* requested changes and bug fixes\n\n* nits\n\n* requested changes\n\n* bug fixes\n\n* start of test\n\n* added test\n\n* nit: changed name of EffectivePartitionKeyRanges to EffectiveRangesForPartitionKey\n\n* Address code comments\n\n* Address code comments\n\n* saving work\n\n* addresses code comments\n\n* nit, spacing\n\n* PartitionKeyHash fixes\n\n* Fixes bugs in tests\n\n* Removed bad method, added additional test coverage\n\n* Removed EffectivePartitionKeyString use\n\n* test fix\n\n* requested changes\n\n* Requested changes\n\n* fixed test\n\n* Test fix\n\n* Added comment\n\n---------\n\nCo-authored-by: SrinikhilReddy \n\n* [Internal] Query: Fixes LINQ Test Organization (#4076)\n\n* preliminary change\n\n* Add some more boiler plate code\n\n* move all linq test to the same folder; add some groupBy test\n\n* fix references error in test refactoring\n\nadd code for group by substitution. Still need to adjust binding post groupby\n\n* preliminary for the groupby functions with key and value selector\n\n* trying to change collection inputs for group by\n\n* Undo the LINQ GROUP BY part\n\n* fix accidental changes\n\n---------\n\nCo-authored-by: Minh Le \n\n* ClientTelemetry : Adds logic to call client config in every 10 minutes (#4071)\n\n* first draft\n\n* fix tests\n\n* fixes\n\n* fix tests\n\n* remove consoles\n\n* added exception\n\n* remove comment\n\n* fix tests\n\n* fix test\n\n* rev comments\n\n* rev comments\n\n* refactor code\n\n* remove log from api exception\n\n* SDK 3.35.4: Adds version bump and changelog (#4087)\n\n* bump version and changelog\n\n* added apis\n\n* Update changelog.md\n\n* [Internal] Query: Fixes escaped string parsing in SqlParser (#4054)\n\n* Initial commit\n\n* Addressed comments.\n\n* Bechmark : Fixes benchmark runs (#4088)\n\n* pk to result container\n\n* set pk\n\n* pk value fix\n\n* update run.sh\n\n* remove changes value\n\n* remove telemetry service end point\n\n* cleanup\n\n* [Internal] Query: Adds Index Metrics V2 Object Model (#4058)\n\n* making necessary ownership change\n\n* made change to ownerships\n\n* header test\n\n* Call to TryCreate instead of Create in Responsemessage\n\n* Add baseline test infra for index metric parser\n\n* update baseline files\n\n* Add parse retry logic\n\n* Update headers test\n\n* address code review\n\n* address code review\n\n* fix tests\n\n* Update csproj file\n\n* Adopt the new header\n\n* update the response to parse with text instead of base 64\n\n* test for headers adoption of uri escape\n\n* Add URI Decode logic\n\n* Update baseline\n\n* Update with the new header name from back end\n\n* update the query parsing requirement\n\n* New Index Metrics DOM\n\n* fix build error\n\n* Code clean up\n\n* Address code review\n\n* Turn off switching to V2\n\n* Fix test\n\n* fix test errors\n\n* Address code review comment\n\n* addressed code review\n\n* removed the empty entity\n\n* update test parse\n\n* update test\n\n---------\n\nCo-authored-by: Minh Le \n\n* Distributed Tracing: Fixes dependency failure on appinsights (#4098)\n\n* first draft\n\n* refactor\n\n* fix tests\n\n* fixed condition\n\n* [Internal] Query: Adds deserializing logic for ClientQL Coordinator Distribution Plan (#3988)\n\n* First commit.\n\n* Added remaining classes for ClientQL structure\n\n* Added ClientQLDeserializing class and added CoordinatorDistributionPlan folder\n\n* Added support for all Enumerable and Scalar Expressions\n\n* Added baseline tests for testing CoordinatorDistributionPlan deserializing\n\n* Made ClientQL objects immutable\n\n* Added error and null checks for Value calls\n\n* Updated List<> with IReadOnlyList<>\n\n* Made most functions in the Deserializing class private and static\n\n* Added static constant class for Enumerable expressions\n\n* Added null checking for arrays\n\n* Removed null checks from deserializing array functions\n\n* Removed support for JavaScript\n\n* Removed support for Unwind\n\n* Function names changed\n\n* Removed few functions.\n\n* Updated constants class\n\n* Function Formatting for ClientQL Deserializing (#4062)\n\n* Adding error handling for Deserializing functions\r\n\r\n* Finished updating code to remove all dependency on Newtonsoft.Json\r\n\r\n* Removed try catch for all upper level functions\r\n\r\n* Resolved comments\r\n\r\n* Resolved comments pt2\r\n\r\n* Updated error message\n\n* Resolved comments pt3\n\n* Changed parameter types from int to long\n\n* Removed ClientQLDelegate\n\n* Syntax Fixes\n\n* Removed ClientQLFlattenEnumerable file. This is JS.\n\n* Fixed List helper functions\n\n* Made singleton constructors from public to private\n\n* Updated the DeserializeClientQLBinaryLiteral function\n\n* Renamed ClientQL to QL\n\n* Fixed variable names\n\n* Updated more variable names\n\n* Removed support for Type\n\n* Removed all extra newlines\n\n* Added null checks\n\n* Updated the name CoordinatorDistributionPlan to ClientDistributionPlan\n\n* Removed all support for Cassandra, Mongo and Binary Literal\n\n* Updaed ClientQL to Cql\n\n* Updated baseline test class property.\n\n* [Internal] Query: Adds check to detect unsupported queries for Optimistic Direct Execution code path (#4090)\n\n* Added query validity function on Ode code path\n\n* Fixed syntax\n\n* Updated to use string search instead of query parsing\n\n* Updated string search to now be regex\n\n* Changed location of caller for QueryValidityCheck()\n\n* Updated regex string\n\n* Added extra test coverage\n\n* Added const string to error messages\n\n* Added compile flag to Regex\n\n* Fixed comments\n\n* Added missing null reference coverage\n\n* Removed extra foreach loop in test\n\n* Removed useQueryPlan bool in test code\n\n* [Internal] Query: Fixes minor issues with TestQueryValidityCheckWithODEAsync (#4105)\n\n* Fixed typos and made test more readable\n\n* Another typo\n\n* Query: Adds LINQ RegexMatch Extension method (#4078)\n\n* Add support for translation to REgexmatch\n\n* Add test and fix some indexing issues\n\n* remove visit explicit, add some comment. Update public contract and added the baseline for the test\n\n* add the missing baseline\n\n* added test\n\n* address code review\n\n* update csproj\n\n---------\n\nCo-authored-by: Minh Le \n\n* Chaning Bounded to Strong (#4103)\n\n* Client Telemetry: Adds new public APIs (#4056)\n\n* Revert \"[Internal] Client Telemetry: Refactors code for collectors (#4037)\"\n\nThis reverts commit e2311a9fdcca392ec7d49c13939aaff3404deb85.\n\n* Revert \"Revert \"[Internal] Client Telemetry: Refactors code for collectors (#4037)\"\"\n\nThis reverts commit f04234b76174180b482eadfa0f6f412c80d380c3.\n\n* firdst draft\n\n* initialize object\n\n* null handle\n\n* update contracts\n\n* compilation charges\n\n* fix tests\n\n* public API changes\n\n* add docs\n\n* contract updated\n\n* fixed tests\n\n* by default switch of te;emetry in sdk\n\n* fix tests\n\n* fix assertion\n\n* incorporate review comments\n\n* fetaure flag fix in script\n\n* switch case\n\n* add test\n\n* fix tests\n\n* fix test\n\n* fixed run.sh\n\n* minor changes\n\n* code refactor\n\n* changed default values and fix tests\n\n* [Internal] Build: Adds CodeQL support in nightly builds (#4113)\n\n* Update azure-pipelines-nightly.yml\r\n\r\n* Newlines in variables sections\n\n* Benchmark: Fixes to show estimated cost of a container only when new container is getting created (#4109)\n\n* Showing Estimated Cost only when new container is getting created\n\n* read container to get container response\n\n* disable client telemetry by default\n\n* removed unused imports\n\n* resolve merge conflict\n\n* fixed name\n\n* fix container not found\n\n* removed the message\n\n* Update Microsoft.Azure.Cosmos.Samples/Tools/Benchmark/Program.cs\n\nCo-authored-by: Matias Quaranta \n\n* removed line space\n\n---------\n\nCo-authored-by: Kiran Kumar Kolli \nCo-authored-by: Matias Quaranta \n\n* Distributed Tracing: Fixes SDK responses compatibility with opentelemetry response (#4097)\n\n* adding tets\n\n* wip\n\n* wip2\n\n* fix code\n\n* add tests\n\n* fix test\n\n* fix test\n\n* remove consoles\n\n* fix indent and remove unused imports\n\n* internal to private rollback\n\n* added docs\n\n* removed unused imports\n\n* added exception in message\n\n* fix exception catching\n\n* Revert \"Query: Adds new system strings in JsonBinaryEncoding, replacing 1-byte user strings (#3400)\" (#4108)\n\nThis reverts commit 9140890d788cd43d5668d12072be6b965995a28a.\n\n* CosmosClientOptions: Adds support for multiple formats of Azure region names (#4016)\n\n* Allow ComosClientOptions to take ApplicationRegion and ApplicationPreferredRegions in multiple region name formats.\n\nThis is a proposed fix for - https://github.com/Azure/azure-cosmos-dotnet-v3/issues/2330\n\n* Address PR comment to avoid duplicating list of names.\n\n* Remove the map table cache\n\nThe map table is only used on initialization, so there's no need to keep a cache of it for the lifetime of the application\n\n* Only convert the region names when the client is initializing\n\nThe cache is created before converting all the names, so it only needs created once, but doesn't remain for the entire lifetime of the application\n\n* Update tests\n\n* Make RegionNameMapper an instantiable class\n\nInstead of having a prepare/clear cache system on a static class, make RegionNameMapper a class that gets instantiated for use and let the ctor handle it.\n\n* Remove debugging\n\n* Update tests to actually test things\n\n---------\n\nCo-authored-by: Pradeep Chellappan \nCo-authored-by: Pradeep Chellappan <94089783+pradeep-chellappan@users.noreply.github.com>\nCo-authored-by: Matias Quaranta \nCo-authored-by: Kiran Kumar Kolli \n\n* Distributed Tracing: Fixes traceid null exception issue (#4111)\n\n* Fix traceid null exception issue\n\n* Fixing merge conflicts\n\n* Fixing merge conflicts\n\n* Update script\n\n* Code cleanup\n\n* Updated change description\n\n* updated comment description\n\n* updated comment description\n\n---------\n\nCo-authored-by: Matias Quaranta \n\n* Telemetry Options: Adds telemetry options in GA package (#4117)\n\n* GA telemetry options and updated contract\n\n* enabe requuest level option\n\n* added request option in public contract\n\n* [Internal] Direct Package: Adds version bump (#4120)\n\n* direct version bump\n\n* Code changes to fix emulator tests to comply with direct release 3.31.5.\n\n---------\n\nCo-authored-by: Debdatta Kunda \n\n* Query : Adds Missing QueryMetrics Documentation (#4127)\n\n* Update ServerSidePartitionedMetrics.cs\n\n* Update ServerSidePartitionedMetrics.cs\n\n* TriggerOperation: Adds Upsert Operation Support (#4119)\n\n* Added Upsert Trigger Operation Support\n\n* updated contract\n\n* fix test\n\n* SDK 3.36.0 : Adds version bump and changelog (#4118)\n\n* first draft\n\n* updated changelog\n\n* remove already released PRs\n\n* updated pr links\n\n* changelog and contract changes\n\n* updated changelog\n\n* updated changelog\n\n* updated changelog\n\n* remove 4071 from changelog as it should be internal PR\n\n* removed an query internal log\n\n* updated contracts\n\n* Release 3.36.0: Fixes pipeline by removing ReleasePackage variable (#4130)\n\n* remove release variable\n\n* revert build config variable change also\n\n* Item Operations: Fixes JsonSerialization exception when MissingMemberHandling = Error on Json default settings when NotFound on Item operations. (#4125)\n\n* issue 4115 initial checkin. need insight from issuer on reproducing this issue\n\n* test refactoring and adding more coverage for other NotFound scenarios\n\n* commit on some actionables\n\n* setting JsonConvert.DefaultSettings to null so that other tests will not fail\n\n* as requested, removed catches from test methods\n\n* [Internal] Query : Adds test coverage for custom serializers (#4114)\n\n* initial cleanup\r\n\r\n* test updates - working\r\n\r\n* cleanup\r\n\r\n* more cleanup\r\n\r\n* more\r\n\r\n* whoops\r\n\r\n* Add results to basline\r\n\r\n* adding payload to xml\r\n\r\n* some generics\r\n\r\n* cleanup\r\n\r\n* Add datamember serializer\r\n\r\n* reorder functions and test fix\r\n\r\n* tostring() update and add case\r\n\r\n* fix payload\r\n\r\n* fix datamembertest\r\n\r\n* cleanup\r\n\r\n* cleanup\r\n\r\n* PR comment\r\n\r\n---------\r\n\r\nCo-authored-by: Matias Quaranta \n\n* Release 3.36.0 : Fixes Client Telemetry Release Test (#4132)\n\n* Client Telemetry Release test fix\n\n* get endpoint from env variable\n\n* read client telemetry endpoint service from env\n\n* updated yaml\n\n* Update CosmosItemTests.cs (#4141)\n\n* Release 3.36.0: Fixes client config test and preview pipeline (#4149) (#4150)\n\n* Fixed client cpnfig test and preview pipeline\n\n* fix telemertry service step\n\n* Query : Fixes querying conflicts (#4100)\n\n* Initial commit\n\n* Update\n\n* Updated the test\n\n* Updated the test\n\n* Sample fix; to validate Suite0.\n\n* Skipped the ConflictsTest (which depends on azure cosmosdb account)\n\n* Addressed comments\n\n* Added Unit Test.\n\n* Reverted unnecessary change.\n\n* Fixes changelog typo and date (#4155)\n\n* Bump Azure.Identity in /Microsoft.Azure.Cosmos.Samples/Usage/Encryption (#4136)\n\nBumps [Azure.Identity](https://github.com/Azure/azure-sdk-for-net) from 1.5.0 to 1.10.2.\n- [Release notes](https://github.com/Azure/azure-sdk-for-net/releases)\n- [Commits](https://github.com/Azure/azure-sdk-for-net/compare/Azure.Identity_1.5.0...Azure.Identity_1.10.2)\n\n---\nupdated-dependencies:\n- dependency-name: Azure.Identity\n dependency-type: direct:production\n...\n\nSigned-off-by: dependabot[bot] \nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>\nCo-authored-by: Matias Quaranta \n\n* Bump Azure.Identity (#4135)\n\nBumps [Azure.Identity](https://github.com/Azure/azure-sdk-for-net) from 1.5.0 to 1.10.2.\n- [Release notes](https://github.com/Azure/azure-sdk-for-net/releases)\n- [Commits](https://github.com/Azure/azure-sdk-for-net/compare/Azure.Identity_1.5.0...Azure.Identity_1.10.2)\n\n---\nupdated-dependencies:\n- dependency-name: Azure.Identity\n dependency-type: direct:production\n...\n\nSigned-off-by: dependabot[bot] \nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>\n\n* Per Partition Automatic Failover: Fixes Gateway 503 Cold Start Issue (#4073)\n\n* Code changes to add retry logic for GW returned 503.9002.\n\n* Revert \"Code changes to add retry logic for GW returned 503.9002.\"\n\nThis reverts commit 53ef5f3c1b038d14dbb1473cafa18223b33af2ce.\n\n* Code changes to clean up the PPAF retry logic fix.\n\n* Code changes to add retry logic for GW returned 503.9002.\n\n* Revert \"Code changes to add retry logic for GW returned 503.9002.\"\n\nThis reverts commit 53ef5f3c1b038d14dbb1473cafa18223b33af2ce.\n\n* Code changes to clean up the PPAF retry logic fix.\n\n* Code changes to revert location cache changes.\n\n* Code changes ro revert location cache changes.\n\n* Code changes to fix some of the failing tests.\n\n* Code changes to fix unit tests.\n\n* Code changes to add unit tests for client options.\n\n* Code changes to draft docs for PPAF design approach.\n\n* Code changes to add SDK side design docs for PPAF.\n\n* Code changes to modify the PPAF design.\n\n* Code changes to fix unit test.\n\n* Code changes to rename test name.\n\n* Code changes to add some cosmetic changes.\n\n* Code changes to enable retry on write for all regions in single master accounts.\n\n* Code changes to add code comments.\n\n* Code changes to clean up and handle endpoints in location cache.\n\n* Code changes to fix unit tests. Added detailed code comments.\n\n* Code changes to clean up the account read endpoints generation logic.\n\n* Code changes to fix unit tests.\n\n* Code changes to disable retry when ppaf is not enabled. Also validated application preferred region.\n\n* Code changes to fix unit tests.\n\n* Code changes to update md file.\n\n* Code changes to remove chache expiry check for account read endpoints.\n\n* Code changes to fix unit test.\n\n* Code changes to fix more tests.\n\n* Code changes to address review comments.\n\n* Code changes to fix verbaige in design document.\n\n* [Internal] Query: Fixes optimalPageSize logic for OFFSET LIMIT in ORDER BY queries (#4158)\n\n* Fix logic in CosmosQueryExecutionContextFactory where we determine optimal page size for ORDER BY queries that have an OFFSET/LIMIT clause. Previously, the logic was only being applied to TOP and not OFFSET/LIMIT.\n\n* Changes based on PR feedback\n\n* Change based on PR feedback\n\n* [Internal] Client Telemetry: Adds telemetry contract (#4161)\n\n* add tests\n\n* fix tests\n\n* remove unreated files\n\n* Client Encryption: Adds Azure.Identity from 1.1.1 to 1.10.2 (#4134)\n\n* Bump Azure.Identity in /Microsoft.Azure.Cosmos.Encryption.Custom/src\n\nBumps [Azure.Identity](https://github.com/Azure/azure-sdk-for-net) from 1.1.1 to 1.10.2.\n- [Release notes](https://github.com/Azure/azure-sdk-for-net/releases)\n- [Commits](https://github.com/Azure/azure-sdk-for-net/compare/Azure.Identity_1.1.1...Azure.Identity_1.10.2)\n\n---\nupdated-dependencies:\n- dependency-name: Azure.Identity\n dependency-type: direct:production\n...\n\nSigned-off-by: dependabot[bot] \n\n* Update Microsoft.Azure.Cosmos.Encryption.Custom.csproj\n\nUpdated the Azure.Core version\n\n---------\n\nSigned-off-by: dependabot[bot] \nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>\nCo-authored-by: Santosh Kulkarni <66682828+kr-santosh@users.noreply.github.com>\nCo-authored-by: Matias Quaranta \n\n* [Internal] Query: Removes ForcePassThrough support (#4160)\n\n* Remove passThrough from the codebase\n\n* Updated TestOptimisticDirectExecutionQueryAsync() to remove all aspects of passThrough from it\n\n* Undoing previous change\n\n* Removed forcePassThrough from FullPipelineTests.cs\n\n* Undoing changes to remove PassThrough\n\n* Undoing passThrough removal pt2\n\n* Undoing changes to SanityQueryTests.cs\n\n* Updated TestTryExecuteQueryHelper()\n\n* Updated comment\n\n* Changed boolean location\n\n* Removed TryExecuteQueryAsync()\n\n* Fixed indentation\n\n* [Internal] Upgrade Resiliency: Fixes Duplicate Channel and Task Creation. (#4123)\n\n* Code changes to fix duplicate channel and thread pool on refresh flow.\n\n* Code changes to fix failed tests.\n\n* Code changes to add global semaphore for concurrency control in address cache.\n\n* Code changes to refactor the refresh async method.\n\n* Code changes to address review comments.\n\n* Code changes to update summary.\n\n* [Internal] DocumentClient: Adds TryGetAccountProperties (#4167)\n\n* add api\n\n* tests\n\n* Update test\n\n* Rename\n\n* Query: Fixes documentation to reflect state of System.Text.Json serializer (#4170)\n\n* Update Program.cs\n\n* Update Program.cs\n\n* Update Program.cs\n\n* Update Program.cs\n\n---------\n\nCo-authored-by: Matias Quaranta \n\n* [Internal] Query: Adds interface for linq serialization functions (#4163)\n\n* intial commit\n\n* add interface\n\n* PR comments and TranslationContext cleanup\n\n* update params\n\n* fix parameters\n\n* PR comments\n\n* PR comments\n\n* PR comments\n\n* simplifying serializer class\n\n* interface updates\n\n* Update docs\n\n* PR comments\n\n* PR comments\n\n* PR comments - rename and fix assert\n\n* Routing: Adds ExcludeRegions Feature to RequestOptions (#4128)\n\n* adds excludeRegions\n\n* suggested changes\n\n* removed unused usings\n\n* fixed blank line error\n\n* removed using\n\n* update contracts\n\n* fixed test\n\n* reverted automatic changes to BaselineTests\n\n* requested changes\n\n* bug fix\n\n* PPOF test fix\n\n* Upgrade Resiliency: Adds Code to Enable Advanced Replica Selection Feature for Preview (#4180)\n\n* Code changes to enable replica validation for preview.\n\n* Code changes to enable replica validation for preview and GA.\n\n* VS 17.8 auto runs NuGetAudit and flagging 10.0.2, CosmosDB SDK already mitigated it by changing the MAXDEPATH (#4185)\n\n* Documentation: Adds Upsert documentation to include status codes for Created vs Replaced (#4186)\n\n* Upset status codes clarification\n\n* Upgrade Resiliency: Adds Code to Enable Advanced Replica Selection Feature for Preview (#4180)\n\n* Code changes to enable replica validation for preview.\n\n* Code changes to enable replica validation for preview and GA.\n\n---------\n\nCo-authored-by: Debdatta Kunda <87335885+kundadebdatta@users.noreply.github.com>\n\n* [Internal] Code Analysis: Fixes all warning in source/test/usage projects (#4188)\n\n* [Internal] CodeAnalsis: Fixing CA2200 for test projects\n\n* Making code warning clean\n\n* fixing the usages projects\n\n* Removing the insource overrides\n\n* One mroe small fix\n\n---------\n\nCo-authored-by: Sourabh Jain \n\n* 3.37.0: Adds new SDK versions and contract files (#4191)\n\n* Updated change log and bumped up the patch version.\n\n* Updated change log and bumped up the minor version.\n\n* Updated change log to reflect correct version.\n\n* [Internal] Versioning: Adds guidance for versioning SDK releases (#4192)\n\n* Create versioning.md\n\n* Update versioning.md\n…","shortMessageHtmlLink":"[Internal] Direct : Refactores msdata/direct branch (#4465)"}},{"before":"29a15de74a8bb6aca484b4047181fd4da6dea075","after":"f6ab78c3678a71d9da29ed8fd08ae3b96788dd69","ref":"refs/heads/users/leminh/LINQGroupByMultiValue","pushedAt":"2024-05-21T10:17:41.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"leminh98","name":null,"path":"/leminh98","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/25120541?s=80&v=4"},"commit":{"message":"address code review 1","shortMessageHtmlLink":"address code review 1"}},{"before":"a9d024a3cb83c82a3f6a7aa959f9e8fc490f16b8","after":"ca908f6f4931bb1e1b876fc58d3ea90dd51da9fa","ref":"refs/heads/users/leminh/GroupByMultiKeyTest","pushedAt":"2024-05-21T10:05:51.000Z","pushType":"push","commitsCount":8,"pusher":{"login":"leminh98","name":null,"path":"/leminh98","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/25120541?s=80&v=4"},"commit":{"message":"Merge branch 'master' into users/leminh/GroupByMultiKeyTest","shortMessageHtmlLink":"Merge branch 'master' into users/leminh/GroupByMultiKeyTest"}},{"before":"19c2c2009421526c5bd3ee0fa2f541e69a9a7e4e","after":"37ea718ae4906e0372a565adc1ab56146d8f845b","ref":"refs/heads/users/leminh/DocumentIdExtensionMethod","pushedAt":"2024-05-21T09:56:47.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"leminh98","name":null,"path":"/leminh98","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/25120541?s=80&v=4"},"commit":{"message":"test coverage","shortMessageHtmlLink":"test coverage"}},{"before":"7b3fdbad69c2c0cf1caa610c85bcc59092c14ebd","after":null,"ref":"refs/heads/users/adityasa/HierarchicalPKOrderByIssue","pushedAt":"2024-05-21T00:02:41.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"kirankumarkolli","name":"Kiran Kumar Kolli","path":"/kirankumarkolli","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6880899?s=80&v=4"}},{"before":"618d120b449f659ce74acf4a4b6c8bc77ccde946","after":"dda9cb4933f50bc681cffbf9cf1108da62896567","ref":"refs/heads/master","pushedAt":"2024-05-21T00:02:40.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"kirankumarkolli","name":"Kiran Kumar Kolli","path":"/kirankumarkolli","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6880899?s=80&v=4"},"commit":{"message":"Query : Fixes ORDER BY query issue when partial partition key is specified with hierarchical partition (#4507)\n\n* Initial commit\r\n\r\n* Initial commit\r\n\r\n* Update.","shortMessageHtmlLink":"Query : Fixes ORDER BY query issue when partial partition key is spec…"}},{"before":"c55340cf391d9c77b91db19c11ac7b4a68e65f2f","after":"1d947daf5f01c410f0765e5c881f8d0f8e766139","ref":"refs/heads/users/j82w/regionInfo","pushedAt":"2024-05-20T14:07:24.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"j82w","name":"Jake","path":"/j82w","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8868107?s=80&v=4"},"commit":{"message":"Merge branch 'master' into users/j82w/regionInfo","shortMessageHtmlLink":"Merge branch 'master' into users/j82w/regionInfo"}},{"before":"a117d1a2918355e6a858db16435cfa9a998497cd","after":"7b3fdbad69c2c0cf1caa610c85bcc59092c14ebd","ref":"refs/heads/users/adityasa/HierarchicalPKOrderByIssue","pushedAt":"2024-05-19T17:16:46.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"adityasa","name":"Aditya","path":"/adityasa","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/12704155?s=80&v=4"},"commit":{"message":"Update.","shortMessageHtmlLink":"Update."}},{"before":"d6246a2d8cf06217a9e0ed27600d7cb772c75c9b","after":"a117d1a2918355e6a858db16435cfa9a998497cd","ref":"refs/heads/users/adityasa/HierarchicalPKOrderByIssue","pushedAt":"2024-05-19T01:28:32.000Z","pushType":"push","commitsCount":8,"pusher":{"login":"adityasa","name":"Aditya","path":"/adityasa","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/12704155?s=80&v=4"},"commit":{"message":"Merge branch 'users/adityasa/HierarchicalPKOrderByIssue' of https://github.com/Azure/azure-cosmos-dotnet-v3 into users/adityasa/HierarchicalPKOrderByIssue","shortMessageHtmlLink":"Merge branch 'users/adityasa/HierarchicalPKOrderByIssue' of https://g…"}},{"before":null,"after":"d6246a2d8cf06217a9e0ed27600d7cb772c75c9b","ref":"refs/heads/users/adityasa/HierarchicalPKOrderByIssue","pushedAt":"2024-05-19T01:25:23.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"adityasa","name":"Aditya","path":"/adityasa","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/12704155?s=80&v=4"},"commit":{"message":"Initial commit","shortMessageHtmlLink":"Initial commit"}},{"before":"5e6232d25f84074d5008e97670d3e0dc07891f0e","after":null,"ref":"refs/tags/3.40.0-preview.2","pushedAt":"2024-05-18T02:33:02.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"kundadebdatta","name":"Debdatta Kunda","path":"/kundadebdatta","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/87335885?s=80&v=4"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEUn5FywA","startCursor":null,"endCursor":null}},"title":"Activity · Azure/azure-cosmos-dotnet-v3"}