Skip to content

Commit b7ef040

Browse files
authored
Text updates
1 parent c6b0c7f commit b7ef040

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/cosmos-db/partial-document-update-getting-started.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ This article provides examples for how to use Partial Document Update with .NET,
2525
You can download the *3.22.1-preview* version of Azure Cosmos DB .NET SDK v3 from the [NuGet Gallery](https://www.nuget.org/packages/Microsoft.Azure.Cosmos/3.22.1-preview)
2626

2727
> [!NOTE]
28-
> The full sample can be found in the [.NET v3 samples repository](https://github.com/Azure/azure-cosmos-dotnet-v3) on GitHub
28+
> A complete partial document update sample can be found in the [.NET v3 samples repository](https://github.com/Azure/azure-cosmos-dotnet-v3/blob/3fa885fdd84e2f8852d2a1d5c75c56b642b5bba3/Microsoft.Azure.Cosmos.Samples/Usage/ItemManagement/Program.cs) on GitHub.
2929
3030
**Executing a single patch operation**
3131

@@ -94,7 +94,7 @@ transactionalBatchInternalFalse.ExecuteAsync());
9494

9595
## Java
9696

97-
You can add the *4.21.0 or higher* version of the [Azure Cosmos DB Java v4 SDK](sql-api-sdk-java-v4.md) to the list of dependencies in your `pom.xml`.
97+
Patch API is currently in preview in the 4.20.0 version of the Java SDK. When GA'ed, it will be available in the 4.21.0 version. To use patch operations, add the *4.20.0* version of the [Azure Cosmos DB Java v4 SDK](sql-api-sdk-java-v4.md) to the list of dependencies in your `pom.xml` or download it directly from [Maven](https://mvnrepository.com/artifact/com.azure/azure-cosmos).
9898

9999
```xml
100100
<dependency>

0 commit comments

Comments
 (0)