Skip to content

Commit

Permalink
[release/8.0] Use GA Azure.Provisioning.ApplicationInsights package. (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored May 1, 2024
1 parent ab0bdf3 commit bfa9d95
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<!-- Azure Management SDK for .NET dependencies -->
<PackageVersion Include="Azure.Provisioning" Version="0.2.0" />
<PackageVersion Include="Azure.Provisioning.AppConfiguration" Version="0.1.0" />
<PackageVersion Include="Azure.Provisioning.ApplicationInsights" Version="0.1.0-beta.1" />
<PackageVersion Include="Azure.Provisioning.ApplicationInsights" Version="0.1.0" />
<PackageVersion Include="Azure.Provisioning.CognitiveServices" Version="0.1.0" />
<PackageVersion Include="Azure.Provisioning.CosmosDB" Version="0.1.0" />
<PackageVersion Include="Azure.Provisioning.EventHubs" Version="0.1.0" />
Expand Down
2 changes: 1 addition & 1 deletion playground/cdk/CdkSample.AppHost/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
logAnalyticsWorkspace.Resource.WorkspaceId,
AzureBicepResource.KnownParameters.LogAnalyticsWorkspaceId);
appInsights.Properties.IngestionMode = IngestionMode.LogAnalytics;
appInsights.Properties.IngestionMode = ComponentIngestionMode.LogAnalytics;
});

builder.AddProject<Projects.CdkSample_ApiService>("api")
Expand Down

0 comments on commit bfa9d95

Please sign in to comment.