Skip to content

Commit 3510835

Browse files
Updating AppInsights package (#10554)
1 parent 5be2a71 commit 3510835

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

release_notes.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,5 @@
1313
- For logic apps, unless configured via the host.json, the timeout is disabled by default.
1414
- Update PowerShell 7.2 worker to [4.0.4025](https://github.com/Azure/azure-functions-powershell-worker/releases/tag/v4.0.4025)
1515
- Update PowerShell 7.4 worker to [4.0.4026](https://github.com/Azure/azure-functions-powershell-worker/releases/tag/v4.0.4026)
16-
- Added support for identity-based connections to Diagnostic Events (#10438)
16+
- Added support for identity-based connections to Diagnostic Events (#10438)
17+
- Updating Microsoft.Azure.WebJobs.Logging.ApplicationInsights to 3.0.42-12121

src/WebJobs.Script/WebJobs.Script.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
<PackageReference Include="Microsoft.Azure.WebJobs.Extensions.Http" Version="3.2.0" />
6969
<PackageReference Include="Microsoft.Azure.WebJobs.Extensions.Timers.Storage" Version="1.0.0-beta.1" />
7070
<PackageReference Include="Microsoft.Azure.WebJobs.Script.Abstractions" Version="1.0.4-preview" />
71-
<PackageReference Include="Microsoft.Azure.WebJobs.Logging.ApplicationInsights" Version="3.0.41-11331" />
71+
<PackageReference Include="Microsoft.Azure.WebJobs.Logging.ApplicationInsights" Version="3.0.42-12121" />
7272
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Scripting" Version="3.3.1" />
7373
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="8.0.0" />
7474
<PackageReference Include="Microsoft.Extensions.Hosting.Abstractions" Version="8.0.0" />

0 commit comments

Comments
 (0)