Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for managed identity in Azure Cosmos DB hosting component #7092

Merged
merged 22 commits into from
Jan 17, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Remove obsolete
  • Loading branch information
sebastienros committed Jan 15, 2025
commit c5a2cfc33a1e9b55bc06c67aa5b91c1b2ea51343
3 changes: 0 additions & 3 deletions src/Aspire.Hosting.Azure.CosmosDB/AzureCosmosDBResource.cs
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,7 @@ public class AzureCosmosDBResource(string name, Action<AzureResourceInfrastructu

/// <summary>
/// Gets the "connectionString" reference from the secret outputs of the Azure Cosmos DB resource.
///
/// This is used when Entra ID authentication is used. The connection string is an output of the bicep template.
/// </summary>
[Obsolete($"This property is obsolete and will be removed in a future version. Use {nameof(ConnectionStringOutput)} instead.")]
public BicepSecretOutputReference ConnectionString => new("connectionString", this);
davidfowl marked this conversation as resolved.
Show resolved Hide resolved

/// <summary>
Expand Down