Skip to content

Commit 80de2ee

Browse files
committed
Filename fixes
1 parent 490a02c commit 80de2ee

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

articles/cosmos-db/TOC.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
- name: .NET V3 SDK samples
7575
href: sql-api-dotnet-v3sdk-samples.md
7676
- name: Java SDK v4 samples
77-
href: sql-api-java-sdk-sql-samples.md
77+
href: sql-api-java-sdk-samples.md
7878
- name: Node.js samples
7979
href: sql-api-nodejs-samples.md
8080
- name: Python samples

articles/cosmos-db/set-throughput.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ After you create an Azure Cosmos container or a database, you can update the pro
8888
* The maximum throughput that you ever provision on the container
8989
* The current number of Azure Cosmos containers that you have in a database with shared throughput.
9090

91-
You can retrieve the minimum throughput of a container or a database programmatically by using the SDKs or view the value in the Azure portal. When using the .NET SDK, the [DocumentClient.ReplaceOfferAsync](https://docs.microsoft.com/dotnet/api/microsoft.azure.documents.client.documentclient.replaceofferasync?view=azure-dotnet) method allows you to scale the provisioned throughput value. When using the Java SDK, the [RequestOptions.setOfferThroughput](sql-api-java-sdk-sql-samples.md) method allows you to scale the provisioned throughput value.
91+
You can retrieve the minimum throughput of a container or a database programmatically by using the SDKs or view the value in the Azure portal. When using the .NET SDK, the [DocumentClient.ReplaceOfferAsync](https://docs.microsoft.com/dotnet/api/microsoft.azure.documents.client.documentclient.replaceofferasync?view=azure-dotnet) method allows you to scale the provisioned throughput value. When using the Java SDK, the [RequestOptions.setOfferThroughput](sql-api-java-sdk-samples.md) method allows you to scale the provisioned throughput value.
9292

9393
When using the .NET SDK, the [DocumentClient.ReadOfferAsync](https://docs.microsoft.com/dotnet/api/microsoft.azure.documents.client.documentclient.readofferasync?view=azure-dotnet) method allows you to retrieve the minimum throughput of a container or a database.
9494

articles/cosmos-db/sql-api-dotnet-samples.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ms.author: sngun
1414
> [!div class="op_single_selector"]
1515
> * [.NET V2 SDK Examples](sql-api-dotnet-samples.md)
1616
> * [.NET V3 SDK Examples](sql-api-dotnet-v3sdk-samples.md)
17-
> * [Java V4 SDK Examples](sql-api-java-sdk-sql-samples.md)
17+
> * [Java V4 SDK Examples](sql-api-java-sdk-samples.md)
1818
> * [Node.js Examples](sql-api-nodejs-samples.md)
1919
> * [Python Examples](sql-api-python-samples.md)
2020
> * [Azure Code Sample Gallery](https://azure.microsoft.com/resources/samples/?sort=0&service=cosmos-db)

articles/cosmos-db/sql-api-dotnet-v3sdk-samples.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ms.author: sngun
1414
> [!div class="op_single_selector"]
1515
> * [.NET V2 SDK Examples](sql-api-dotnet-samples.md)
1616
> * [.NET V3 SDK Examples](sql-api-dotnet-v3sdk-samples.md)
17-
> * [Java V4 SDK Examples](sql-api-java-sdk-sql-samples.md)
17+
> * [Java V4 SDK Examples](sql-api-java-sdk-samples.md)
1818
> * [Node.js Examples](sql-api-nodejs-samples.md)
1919
> * [Python Examples](sql-api-python-samples.md)
2020
> * [Azure Code Sample Gallery](https://azure.microsoft.com/resources/samples/?sort=0&service=cosmos-db)

articles/cosmos-db/sql-api-java-sdk-samples.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ms.author: anfeldma
1515
> [!div class="op_single_selector"]
1616
> * [.NET V2 SDK Examples](sql-api-dotnet-samples.md)
1717
> * [.NET V3 SDK Examples](sql-api-dotnet-v3sdk-samples.md)
18-
> * [Java V4 SDK Examples](sql-api-java-sdk-sql-samples.md)
18+
> * [Java V4 SDK Examples](sql-api-java-sdk-samples.md)
1919
> * [Node.js Examples](sql-api-nodejs-samples.md)
2020
> * [Python Examples](sql-api-python-samples.md)
2121
> * [Azure Code Sample Gallery](https://azure.microsoft.com/resources/samples/?sort=0&service=cosmos-db)

articles/cosmos-db/sql-api-nodejs-samples.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ms.author: dech
1414
> [!div class="op_single_selector"]
1515
> * [.NET V2 SDK Examples](sql-api-dotnet-samples.md)
1616
> * [.NET V3 SDK Examples](sql-api-dotnet-v3sdk-samples.md)
17-
> * [Java V4 SDK Examples](sql-api-java-sdk-sql-samples.md)
17+
> * [Java V4 SDK Examples](sql-api-java-sdk-samples.md)
1818
> * [Node.js Examples](sql-api-nodejs-samples.md)
1919
> * [Python Examples](sql-api-python-samples.md)
2020
> * [Azure Code Sample Gallery](https://azure.microsoft.com/resources/samples/?sort=0&service=cosmos-db)

articles/cosmos-db/sql-api-python-samples.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ms.author: sngun
1515
> [!div class="op_single_selector"]
1616
> * [.NET V2 SDK Examples](sql-api-dotnet-samples.md)
1717
> * [.NET V3 SDK Examples](sql-api-dotnet-v3sdk-samples.md)
18-
> * [Java V4 SDK Examples](sql-api-java-sdk-sql-samples.md)
18+
> * [Java V4 SDK Examples](sql-api-java-sdk-samples.md)
1919
> * [Node.js Examples](sql-api-nodejs-samples.md)
2020
> * [Python Examples](sql-api-python-samples.md)
2121
> * [Azure Code Sample Gallery](https://azure.microsoft.com/resources/samples/?sort=0&service=cosmos-db)

0 commit comments

Comments
 (0)