Skip to content

Commit

Permalink
Use explicit interface implementation for IResourceWithAzureFunctions…
Browse files Browse the repository at this point in the history
…Config (#7667)

Reaction to #7374 (comment).
  • Loading branch information
captainsafia authored Feb 19, 2025
1 parent 245ebdc commit 0b9461a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Aspire.Hosting.Azure.CosmosDB/AzureCosmosDBResource.cs
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,7 @@ public class AzureCosmosDBResource(string name, Action<AzureResourceInfrastructu
ReferenceExpression.Create($"{ConnectionStringSecretOutput}") :
ReferenceExpression.Create($"{ConnectionStringOutput}");

/// <inheritdoc />
public void ApplyAzureFunctionsConfiguration(IDictionary<string, object> target, string connectionName)
void IResourceWithAzureFunctionsConfig.ApplyAzureFunctionsConfiguration(IDictionary<string, object> target, string connectionName)
{
if (IsEmulator || UseAccessKeyAuthentication)
{
Expand Down

0 comments on commit 0b9461a

Please sign in to comment.