Skip to content

Commit 26741c0

Browse files
authored
Merge pull request #178352 from SnehaGunda/patch-11
Updating .NET & Java SDK versions
2 parents e58f7dc + b7ef040 commit 26741c0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ This article provides examples for how to use Partial Document Update with .NET,
2222

2323
## .NET
2424

25-
You can download the [Azure Cosmos DB .NET SDK v3](sql-api-sdk-dotnet-standard.md) from the [NuGet Gallery](https://www.nuget.org/packages/Microsoft.Azure.Cosmos/)
25+
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 [Azure Cosmos DB Java SDK v4](sql-api-sdk-java-v4.md) (version `4.20.0` or above) to the list of dependencies in your `pom.xml` or download them directly from [Maven](https://mvnrepository.com/artifact/com.azure/azure-cosmos)
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)