From 703633d84c553a6f7ce76cff9ed0d428dde94dfa Mon Sep 17 00:00:00 2001 From: Marcin Juraszek Date: Thu, 24 Oct 2024 19:46:02 -0700 Subject: [PATCH 1/2] Update Cosmos Hosting documentation with correct nuget package name --- src/Aspire.Hosting.Azure.CosmosDB/README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/Aspire.Hosting.Azure.CosmosDB/README.md b/src/Aspire.Hosting.Azure.CosmosDB/README.md index ff6cb2909b0..794b392bd2a 100644 --- a/src/Aspire.Hosting.Azure.CosmosDB/README.md +++ b/src/Aspire.Hosting.Azure.CosmosDB/README.md @@ -13,7 +13,7 @@ Provides extension methods and resource definitions for a .NET Aspire AppHost to In your AppHost project, install the .NET Aspire Azure Cosmos DB Hosting library with [NuGet](https://www.nuget.org): ```dotnetcli -dotnet add package Aspire.Hosting.Azure.Cosmos +dotnet add package Aspire.Hosting.Azure.CosmosDB ``` ## Configure Azure Provisioning for local development @@ -25,11 +25,11 @@ automatically. ```json { - "Azure": { - "SubscriptionId": "", - "ResourceGroupPrefix": "", - "Location": "" - } + "Azure": { + "SubscriptionId": "", + "ResourceGroupPrefix": "", + "Location": "" + } } ``` @@ -71,8 +71,8 @@ builder.AddAzureCosmosClient("cosmos"); ## Additional documentation -* https://learn.microsoft.com/azure/cosmos-db/nosql/sdk-dotnet-v3 -* https://github.com/dotnet/aspire/tree/main/src/Components/README.md +- https://learn.microsoft.com/azure/cosmos-db/nosql/sdk-dotnet-v3 +- https://github.com/dotnet/aspire/tree/main/src/Components/README.md ## Feedback & contributing From 8950bb4f721ad66ad5691b223ce5437d7fbaa719 Mon Sep 17 00:00:00 2001 From: Marcin Juraszek Date: Thu, 24 Oct 2024 19:50:34 -0700 Subject: [PATCH 2/2] Revert automatic formatting updates --- src/Aspire.Hosting.Azure.CosmosDB/README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/Aspire.Hosting.Azure.CosmosDB/README.md b/src/Aspire.Hosting.Azure.CosmosDB/README.md index 794b392bd2a..c88f7afe7fd 100644 --- a/src/Aspire.Hosting.Azure.CosmosDB/README.md +++ b/src/Aspire.Hosting.Azure.CosmosDB/README.md @@ -25,11 +25,11 @@ automatically. ```json { - "Azure": { - "SubscriptionId": "", - "ResourceGroupPrefix": "", - "Location": "" - } + "Azure": { + "SubscriptionId": "", + "ResourceGroupPrefix": "", + "Location": "" + } } ``` @@ -71,8 +71,8 @@ builder.AddAzureCosmosClient("cosmos"); ## Additional documentation -- https://learn.microsoft.com/azure/cosmos-db/nosql/sdk-dotnet-v3 -- https://github.com/dotnet/aspire/tree/main/src/Components/README.md +* https://learn.microsoft.com/azure/cosmos-db/nosql/sdk-dotnet-v3 +* https://github.com/dotnet/aspire/tree/main/src/Components/README.md ## Feedback & contributing