Skip to content

Bump Azure.Identity from 1.3.0 to 1.20.0#191

Open
dependabot[bot] wants to merge 1 commit intoadd-code-qlfrom
dependabot/nuget/azure/sdk-identity-resources-storage/Azure.Identity-1.20.0
Open

Bump Azure.Identity from 1.3.0 to 1.20.0#191
dependabot[bot] wants to merge 1 commit intoadd-code-qlfrom
dependabot/nuget/azure/sdk-identity-resources-storage/Azure.Identity-1.20.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Apr 1, 2026

Updated Azure.Identity from 1.3.0 to 1.20.0.

Release notes

Sourced from Azure.Identity's releases.

1.20.0

1.20.0 (2026-03-30)

Features Added

  • Added a JSON schema segment to the NuGet package that provides IntelliSense and validation for Azure.Identity credential configuration in appsettings.json.

Breaking Changes

  • AddAzureClient, AddKeyedAzureClient, and WithAzureCredential return type changed from IHostApplicationBuilder to IClientBuilder to align with the IClientBuilder composition change in System.ClientModel.

1.19.0

1.19.0 (2026-03-11)

Features Added

  • Added support in ClientCertificateCredential to specify a path in the form of cert:/StoreLocation/StoreName/Thumbprint to refer to a certificate in the platform certificate store - such as the Windows Certificate Store on Windows, and the KeyChain on MacOS - instead of a file on disk. For example to load a certificate from the "My" store in the "CurrentUser" location use the path cert:/CurrentUser/My/E661583E8FABEF4C0BEF694CBC41C28FB81CD870 (A community contribution, courtesy of fowl2).

Other Changes

  • Updated Microsoft.Identity.Client and Microsoft.Identity.Client.Extensions.Msal dependencies to version 4.83.1.

1.16.0-beta.2

1.16.0-beta.2 (2026-03-26)

Breaking Changes

  • Renaming of models to align with the Azure SDK naming convention:
    Added NetApp prefix to models: CacheResource, BucketResource, NetAppBucketResource, ActiveDirectoryConfigResource, SecretPassword, NetAppSecretPassword, LdapConfiguration, DayOfWeek renamed to NetAppDayOfWeek,
    FileSystemUser, NfsUser, SmbSettings, PeeringPassphrases, OriginClusterInformation, ChangeZoneContent
  • Added NetApp prefix to Enums: PolicyStatus, EncryptionState, CredentialsStatus, BreakthroughMode, VolumeSize, SnapshotUsage, KerberosState, GlobalFileLockingState, LargeVolumeType, SmbEncryptionState, CifsChangeNotifyState,
    EnableWriteBackState, LdapServerType, LdapState, OnCertificateConflictAction, SnapshotDirectoryVisibility, ExternalReplicationSetupStatus
  • Standardized AKV abbreviation in models CertificateAkvDetails renamed to CertificateKeyVaultDetails, CredentialsAkvDetails renamed to CredentialsKeyVaultDetails, EntraIdAkvConfig renamed to EntraIdKeyVaultConfig, EntraIdAkvConfigPatch renamed to EntraIdKeyVaultConfigPatch
  • Renamed KeyPairExpiry to KeyPairExpiresOn in BucketGenerateCredentials

1.16.0-beta.1

1.16.0-beta.1 (2026-03-23)

Features Added

1.15.0

1.15.0 (2026-03-03)

Features Added

  • Upgraded api-version tag from 'package-2025-06-01' to 'package-2025-12-01'. Tag detail available at https://github.com/Azure/azure-rest-api-specs/blob/4b0af9ea3ddad4d6fc0c08572e00ee68679a213c/specification/netapp/resource-manager/Microsoft.NetApp/NetApp/readme.md.
  • Added RansomwareReport resource support on NetAppVolumeResource, including GetRansomwareReports, GetRansomwareReport, and ClearSuspects.
  • Added quota report support on NetAppVolumeResource with GetQuotaReport and GetQuotaReportAsync.
  • Added RansomwareProtection to VolumePropertiesDataProtection and VolumePatchPropertiesDataProtection.
  • Added models ListQuotaReportResult, NetAppVolumeQuotaReport, and QuotaReportFilterContent.
  • Added models RansomwareProtectionPatchSettings, RansomwareProtectionSettings, RansomwareReportProperties, RansomwareSuspects, RansomwareSuspectsClearContent, and SuspectFile.
  • Added enums ActualRansomwareProtectionState, DesiredRansomwareProtectionState, RansomwareReportSeverity, RansomwareReportState, RansomwareSuspectResolution, and NetAppVolumeQuotaType.

Breaking Changes

  • Updated generated quota APIs to add QuotaItemResource-based overloads while retaining NetAppSubscriptionQuotaItem APIs for compatibility.
  • Updated backup relationship status enum usage to VolumeBackupRelationshipStatus.

Bugs Fixed

  • Fixed debug-time quota resource validation to accept both account-scoped and location-scoped quota resource IDs.

1.10.0

1.10.0 (2026-03-16)

Features Added

  • Added JsonPatch.EnumerateArray method that iterates over JSON array elements at a specified path, yielding each element as raw UTF-8 bytes.
  • Added CollectionResult<T>.FromPages and AsyncCollectionResult<T>.FromPages static factory methods that create collection result instances from pre-existing pages of values for testing.
  • Added IsReadOnly property to ClientPipelineOptions and ClientLoggingOptions so callers can check whether options can still be modified without catching an exception.
  • Added Clone() method to ClientPipelineOptions and ClientLoggingOptions that creates a new mutable instance from an existing instance that may be read-only.
  • Added ConfigurationSchema.json to the NuGet package via the MSBuild JsonSchemaSegment feature, enabling automatic JSON IntelliSense and validation for appsettings.json when configuring System.ClientModel-based clients.
  • Updated BCL dependencies to 10.x.

Bugs Fixed

  • Fixed implicit conversion operator for ClientResult<T> to not throw exceptions on null inputs per Framework Design Guidelines. Null inputs now return default.

Breaking Changes

  • Added nullability annotation to the ClientResult<T> implicit conversion operator parameter to indicate that null is a valid input. This change was made because throwing exceptions from implicit conversions violates the Framework Design Guidelines.

1.7.1

1.7.1 (2026-03-20)

Other Changes

  • Upgraded dependent Azure.Core to 1.51.1.
  • Upgraded dependent Azure.ResourceManager to 1.14.0.

1.7.0

1.7.0 (2026-03-27)

Features Added

  • Added ApplicationInsightsRestClientSettings to support creating a ApplicationInsightsRestClient from IConfiguration, including configuration-based credential resolution and dependency injection registration.
    (#​56891)

Bugs Fixed

  • Fixed AOT warning regression by using the source generator for ConfigurationBinder calls.
    (#​56368)

Other Changes

  • Update OpenTelemetry dependencies
    • OpenTelemetry 1.15.1
    • OpenTelemetry.Extensions.Hosting 1.15.1
      (#​57549)
  • Made AzureMonitorLogExporter, AzureMonitorMetricExporter, and AzureMonitorTraceExporter public for direct use when configuring OpenTelemetry.
    (#​56344)
  • Made options EnablePerformanceCounters and EnableStandardMetrics public in AzureMonitorExporterOptions.
    (#​56344)

1.6.1

1.6.1 (2026-03-10)

Bugs Fixed

  • Fixed ActiveDirectoryDomainGuid deserialization to handle empty string values returned by the service (#​56903)

1.6.0-beta.1

1.6.0-beta.1 (2026-03-11)

Features Added

  • Added Condition property to ResourceBicepMetadata to support conditional resource deployment. The condition generates Bicep if (condition) syntax and accepts literal boolean values, parameter references, or complex expressions.

1.5.0

1.5.0 (2026-03-04)

Features Added

  • Added AddKeyVaultSecrets extension methods on IConfigurationBuilder that create a SecretClient from configuration using the Azure.Core configuration extensions (built on System.ClientModel).

Bugs Fixed

  • Handle OperationCanceledException in PollForSecretChangesAsync so the background polling loop exits cleanly when the provider is disposed.

1.5.0-beta.2

1.5.0-beta.2 (2026-03-19)

Features Added

  • Upgraded Registry api-version to 2026-01-01-preview.

1.5.0-beta.1

1.5.0-beta.1 (2026-03-27)

Features Added

1.4.0

1.4.0 (2026-04-01)

Features Added

  • Upgraded API version to 2026-02-01.

1.4.0-beta.2

1.4.0-beta.2 (2026-03-02)

Features Added

  • StaticSiteBasicAuthProperty.Name now defaults to "default" and is read-only, matching the only accepted Bicep value.
  • SiteNetworkConfig.Name now defaults to "virtualNetwork" and is read-only, matching the only accepted Bicep value.

Breaking Changes

  • StaticSiteBasicAuthProperty.Name is now read-only (setter removed). The property only accepts "default".
  • SiteNetworkConfig.Name is now read-only (setter removed). The property only accepts "virtualNetwork".
  • Removed generated enum StaticSiteBasicAuthName. A backward-compatible version is preserved but hidden from IntelliSense.

Bugs Fixed

  • Fixed SiteNetworkConfig.Name not having a default value (#​54629).

1.4.0-beta.1

1.4.0-beta.1 (2026-03-12)

Features Added

  • Upgraded api-version to 2026-01-02-preview.

Other Changes

  • Upgraded dependent Azure.Core to 1.51.1
  • Upgraded dependent Azure.ResourceManager to 1.14.0

1.3.1

1.3.1 (2026-02-28)

Bugs Fixed

  • Fixed swapped CreatedOn/LastUpdatedOn property mappings in EmailSuppressionListData. CreatedOn was incorrectly bound to lastUpdatedTimeStamp and LastUpdatedOn to createdTimeStamp.

Commits viewable in compare view.

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

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 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)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added .NET Pull requests that update .NET code dependencies Pull requests that update a dependency file labels Apr 1, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file .NET Pull requests that update .NET code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants