Skip to content

Commit 4ce9971

Browse files
mathewckshyju
authored andcommitted
Bumping Azure.Identity to version 1.11.4 (#10228)
1 parent e703413 commit 4ce9971

File tree

3 files changed

+857
-913
lines changed

3 files changed

+857
-913
lines changed

src/WebJobs.Script.WebHost/WebJobs.Script.WebHost.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
</ItemGroup>
6363

6464
<ItemGroup>
65-
<PackageReference Include="Azure.Identity" Version="1.11.2" />
65+
<PackageReference Include="Azure.Identity" Version="1.11.4" />
6666
<PackageReference Include="Azure.Security.KeyVault.Secrets" Version="4.2.0" />
6767
<PackageReference Include="Microsoft.ApplicationInsights" Version="2.22.0" />
6868
<PackageReference Include="Microsoft.ApplicationInsights.AspNetCore" Version="2.22.0" />

src/WebJobs.Script/WebJobs.Script.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
<ItemGroup>
4141
<!-- Dependencies needed for Storage Providers -->
4242
<PackageReference Include="Azure.Core" Version="1.38.0" />
43-
<PackageReference Include="Azure.Identity" Version="1.11.2" />
43+
<PackageReference Include="Azure.Identity" Version="1.11.4" />
4444
<PackageReference Include="Azure.Monitor.OpenTelemetry.AspNetCore" Version="1.2.0-beta.2" />
4545
<PackageReference Include="Azure.Storage.Blobs" Version="12.13.0" />
4646
<PackageReference Include="Microsoft.ApplicationInsights" Version="2.22.0" />

0 commit comments

Comments
 (0)