Skip to content

Commit c4a4b21

Browse files
authored
Azure package bumps - Azure.Identity (1.10.0 to 1.10.2) and Azure.Core(1.34.0 to 1.35.0) (#9646)
* Azure package bumps - Azure.Identity (1.10.0 to 1.10.3) and Azure.Core(1.34.0 to 1.35.0) * Updating release notes * Updating "Microsoft.Azure.WebJobs.Script.WebHost.deps.json" with result from dotnet build -c release .\src\WebJobs.Script.WebHost\WebJobs.Script.WebHost.csproj. "Verify_DepsJsonChanges" test pass locally now. * Changing Azure.Identity package version to 1.10.2
1 parent 2c1150a commit c4a4b21

File tree

4 files changed

+154
-151
lines changed

4 files changed

+154
-151
lines changed

release_notes.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,6 @@
2323
- Update PowerShell Worker 7.2 to 4.0.3070 [Release Note](https://github.com/Azure/azure-functions-powershell-worker/releases/tag/v4.0.3070)
2424
- Update PowerShell Worker 7.4 to 4.0.3030 [Release Note](https://github.com/Azure/azure-functions-powershell-worker/releases/tag/v4.0.3030)
2525
- Update Node.js Worker Version to [3.9.0](https://github.com/Azure/azure-functions-nodejs-worker/releases/tag/v3.9.0)
26+
- Upgrading dependent packages to latest versions. #9646
27+
- Azure.Identity (1.10.0 to 1.10.3)
28+
- Azure.Core (1.34.0 to 1.35.0)

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.10.0" />
65+
<PackageReference Include="Azure.Identity" Version="1.10.2" />
6666
<PackageReference Include="Azure.Security.KeyVault.Secrets" Version="4.2.0" />
6767
<PackageReference Include="Microsoft.ApplicationInsights" Version="2.21.0" />
6868
<PackageReference Include="Microsoft.ApplicationInsights.AspNetCore" Version="2.21.0" />

src/WebJobs.Script/WebJobs.Script.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@
3939
</ItemGroup>
4040
<ItemGroup>
4141
<!-- Dependencies needed for Storage Providers -->
42-
<PackageReference Include="Azure.Core" Version="1.34.0" />
43-
<PackageReference Include="Azure.Identity" Version="1.10.0" />
42+
<PackageReference Include="Azure.Core" Version="1.35.0" />
43+
<PackageReference Include="Azure.Identity" Version="1.10.2" />
4444
<PackageReference Include="Azure.Storage.Blobs" Version="12.13.0" />
4545
<PackageReference Include="Microsoft.ApplicationInsights" Version="2.21.0" />
4646
<PackageReference Include="Microsoft.ApplicationInsights.AspNetCore" Version="2.21.0" />

0 commit comments

Comments
 (0)