Skip to content

Commit

Permalink
Remove calls from resource
Browse files Browse the repository at this point in the history
  • Loading branch information
davidfowl committed Mar 1, 2024
1 parent 98eb481 commit 7d8d69b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/Aspire.Hosting.Azure/AzureCosmosDBResource.cs
Original file line number Diff line number Diff line change
Expand Up @@ -87,9 +87,7 @@ public static IResourceBuilder<AzureCosmosDBResource> AddAzureCosmosDB(this IDis
.WithParameter("databaseAccountName", resource.CreateBicepResourceName())
.WithParameter("databases", resource.Databases)
.WithParameter(AzureBicepResource.KnownParameters.KeyVaultName)
.WithManifestPublishingCallback(resource.WriteToManifest)
.WithResourceUpdates()
.WithResourceLogging();
.WithManifestPublishingCallback(resource.WriteToManifest);
}

/// <summary>
Expand Down

0 comments on commit 7d8d69b

Please sign in to comment.