Skip to content

Commit a28e8a0

Browse files
chore(csharp): Bump Azure.Identity from 1.14.2 to 1.17.1 (#62)
Updated [Azure.Identity](https://github.com/Azure/azure-sdk-for-net) from 1.14.2 to 1.17.1. <details> <summary>Release notes</summary> _Sourced from [Azure.Identity's releases](https://github.com/Azure/azure-sdk-for-net/releases)._ ## 1.17.1 ## 1.17.1 (2025-11-18) ### Other Changes - Updated `Microsoft.Identity.Client` and `Microsoft.Identity.Client.Extensions.Msal` dependencies to version 4.78.0. ## 1.15.0-beta.1 ## 1.15.0-beta.1 (2025-12-01) ### Features Added - Upgraded api-version tag from 'package-2025-09-01' to 'package-2025-09-01-preview'. Tag detail available at https://github.com/Azure/azure-rest-api-specs/blob/1da0ccefea2127820defac6496bf4710c0902d78/specification/netapp/resource-manager/Microsoft.NetApp/NetApp/readme.md. - Added `NetAppCache` resource type - Added `ElasticAccount` resource type - Added `ElasticPool` resource type - Added `ElasticVolume` resource type - Added `ElasticSnapshotPolicy` resource type - Added `ElasticSnapshot` resource type - Added `ElasticBackupVault` resource type - Added `ElasticBackupPolicy` resource type - Added `ElasticBackup` resource type - Added `ActiveDirectory` resource type - Added `RansomwareReport` resource type, Support for Advance AntiRansomware features - Added `LdapConfiguration` to `NetAppAccountResource` to support LDAP configuration at account level - Added `LargeVolumeType` to `NetAppVolumeResource` to support ExtraLargeVolumes Commits viewable in [compare view](https://github.com/Azure/azure-sdk-for-net/commits/Azure.Identity_1.17.1). </details> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=Azure.Identity&package-manager=nuget&previous-version=1.14.2&new-version=1.17.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> > **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days. Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 719bf32 commit a28e8a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

csharp/test/AdbcDrivers.BigQuery.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<TargetFrameworks Condition="'$(TargetFrameworks)'==''">net8.0</TargetFrameworks>
55
</PropertyGroup>
66
<ItemGroup>
7-
<PackageReference Include="Azure.Identity" Version="1.14.2" />
7+
<PackageReference Include="Azure.Identity" Version="1.17.1" />
88
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="18.0.1" />
99
<PackageReference Include="System.Net.Http.WinHttpHandler" Version="8.0.2" Condition="'$(TargetFrameworkIdentifier)' == '.NETStandard'" />
1010
<PackageReference Include="xunit" Version="2.9.3" />

0 commit comments

Comments
 (0)