Skip to content

Commit

Permalink
Bump Azure.Identity and Microsoft.Extensions.Azure in /src (#28)
Browse files Browse the repository at this point in the history
Bumps [Azure.Identity](https://github.com/Azure/azure-sdk-for-net) and [Microsoft.Extensions.Azure](https://github.com/Azure/azure-sdk-for-net). These dependencies needed to be updated together.

Updates `Azure.Identity` from 1.13.1 to 1.13.1
- [Release notes](https://github.com/Azure/azure-sdk-for-net/releases)
- [Commits](Azure/azure-sdk-for-net@Azure.Identity_1.13.1...Azure.Identity_1.13.1)

Updates `Microsoft.Extensions.Azure` from 1.7.6 to 1.8.0
- [Release notes](https://github.com/Azure/azure-sdk-for-net/releases)
- [Commits](Azure/azure-sdk-for-net@Microsoft.Extensions.Azure_1.7.6...Microsoft.Extensions.Azure_1.8.0)

---
updated-dependencies:
- dependency-name: Azure.Identity
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: Microsoft.Extensions.Azure
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 11, 2024
1 parent e7fadf7 commit e874fc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/interruptible-workload.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<PackageReference Include="Azure.Identity" Version="1.13.1" />
<PackageReference Include="Azure.Storage.Queues" Version="12.20.1" />
<PackageReference Include="Microsoft.ApplicationInsights.WorkerService" Version="2.22.0" />
<PackageReference Include="Microsoft.Extensions.Azure" Version="1.7.6" />
<PackageReference Include="Microsoft.Extensions.Azure" Version="1.8.0" />
<PackageReference Include="Microsoft.Extensions.Hosting" Version="6.0.0" />
<PackageReference Include="Microsoft.Extensions.Http" Version="6.0.0" />
</ItemGroup>
Expand Down

0 comments on commit e874fc5

Please sign in to comment.