Skip to content

Commit 0eaf517

Browse files
Use explicit interface implementation for IResourceWithAzureFunctionsConfig (#7675)
Reaction to #7374 (comment). Co-authored-by: Safia Abdalla <[email protected]>
1 parent 5c7f20d commit 0eaf517

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/Aspire.Hosting.Azure.CosmosDB/AzureCosmosDBResource.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,7 @@ public class AzureCosmosDBResource(string name, Action<AzureResourceInfrastructu
6565
ReferenceExpression.Create($"{ConnectionStringSecretOutput}") :
6666
ReferenceExpression.Create($"{ConnectionStringOutput}");
6767

68-
/// <inheritdoc />
69-
public void ApplyAzureFunctionsConfiguration(IDictionary<string, object> target, string connectionName)
68+
void IResourceWithAzureFunctionsConfig.ApplyAzureFunctionsConfiguration(IDictionary<string, object> target, string connectionName)
7069
{
7170
if (IsEmulator || UseAccessKeyAuthentication)
7271
{

0 commit comments

Comments
 (0)