Skip to content

Commit

Permalink
Fixed test
Browse files Browse the repository at this point in the history
  • Loading branch information
davidfowl committed Mar 31, 2024
1 parent 54b2c7c commit 6c8ebbd
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,6 @@ public static IResourceBuilder<AzureApplicationInsightsResource> AddAzureApplica
var resource = new AzureApplicationInsightsResource(name, configureConstruct);

return builder.AddResource(resource)
.WithParameter(AzureBicepResource.KnownParameters.LogAnalyticsWorkspaceId)
.WithManifestPublishingCallback(resource.WriteToManifest);
}
}

0 comments on commit 6c8ebbd

Please sign in to comment.