Skip to content

Bump Azure.Identity from 1.3.0 to 1.19.0#177

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

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

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Mar 18, 2026

Updated Azure.Identity from 1.3.0 to 1.19.0.

Release notes

Sourced from Azure.Identity's releases.

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.18.0

1.18.0 (2026-02-25)

Features Added

  • Added experimental Microsoft.Extensions.Configuration and Microsoft.Extensions.DependencyInjection integration for Azure SDK clients. For details, see the Configuration and Dependency Injection documentation.

  • The WorkloadIdentityCredentialOptions.IsAzureProxyEnabled property, which enables Azure Kubernetes token proxy mode, is only available in beta releases of this package.

  • AzureDeveloperCliCredential now parses JSON error output from azd auth token to extract clean error messages instead of including raw JSON in exceptions. Error messages like {"type":"consoleMessage","data":{"message":"ERROR: fetching token: ..."}} are now displayed as ERROR: fetching token: ....

1.18.0-beta.3

1.18.0-beta.3 (2026-02-20)

Breaking Changes

  • Renamed WorkloadIdentityCredentialOptions.IsAzureKubernetesTokenProxyEnabled to IsAzureProxyEnabled to follow .NET naming conventions for boolean properties.

Bugs Fixed

  • Fixed a NullReferenceException that occurred during X509Chain validation on Linux when using the Identity Bindings feature.

  • Disabled MSAL's internal retry logic for ConfidentialClientApplication and PublicClientApplication to prevent double retries when combined with Azure SDK's retry policy. Only the configured Azure SDK retry policy is applied, avoiding unexpected additional retry attempts.

1.15.0

1.15.0 (2026-02-02)

Features Added

  • Upgraded api-version to 2025-05-01.

1.14.0

1.14.0 (2026-02-26)

Features Added

  • Bumped api-version of ManagementGroup to 2023-04-01.

Bugs Fixed

  • Fixed ArgumentNullException when deserializing ManagedServiceIdentity with null or empty type property value.

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.9.0

1.9.0 (2026-02-27)

Features Added

  • Added ConfigurationClientSettings to support creating a ConfigurationClient from IConfiguration, including configuration-based credential resolution and dependency injection registration.

1.8.0

1.8.0 (2026-01-27)

Features Added

  • Added new methods, CheckConfigurationSettings and CheckConfigurationSettingsAsync, which can be used to check settings from the Azure App Configuration store using HEAD requests, returning only headers without the response body. #​54669

Other Changes

  • Added internal pipeline policy to handle audience error and surface up an improved error message. #​53834

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

1.6.0 (2026-02-26)

Features Added

CMK support on Pools

  • Added BatchDiskCustomerManagedKey for customer-managed key (CMK) support on pools.
  • Added CustomerManagedKey to BatchDiskEncryptionConfiguration
  • Added DiskEncryptionSet to ManagedDisk
  • Added DiskEncryptionSet to BatchVmDiskSecurityProfile
  • Added ManagedDisk to BatchVmDataDisk

IPv6 support on Pools

  • Added BatchIPFamily
  • Added IPFamilies and BatchIPTags to BatchPublicIPAddressConfiguration

Job level FIFO

  • Added BatchJobDefaultOrder model
  • Added BatchJobDefaultOrder to BatchTaskSchedulingPolicy to support job-level FIFO scheduling.
  • Added BatchTaskSchedulingPolicy to BatchAccountPoolData

Metadata Security Protocol Support on Pools

  • Added BatchHostEndpointSettings
  • Added BatchHostEndpointSettingsModeType
  • Added BatchProxyAgentSettings
  • Added BatchProxyAgentSettings to BatchSecurityProfile for metadata security protocol support.

Breaking Changes

Removed Certificate Management APIs and Types:

  • Removed Certificate API's:

    • Removed batchAccount.GetBatchAccountCertificate
    • Removed batchAccount.GetBatchAccountCertificateAsync
    • Removed batchAccount.GetBatchAccountCertificates
    • Removed batchAccount.GetBatchAccountCertificatesAsync
    • Removed batchAccount.GetBatchAccountCertificateResource
    • Removed batchAccount.GetBatchAccountCertificateResourceAsync
    • Removed batchAccount.GetBatchAccountCertificates().CreateOrUpdate
    • Removed batchAccount.GetBatchAccountCertificatesAsync().CreateOrUpdateAsync
    • Removed batchAccountCertificate.Delete
    • Removed batchAccountCertificate.DeleteAsync
    • Removed batchAccountCertificate.CancelDeletion
    • Removed batchAccountCertificate.CancelDeletionAsync
    • Removed batchAccountCertificate.Update
    • Removed batchAccountCertificate.UpdateAsync
  • Removed Certificate Models:

    • Removed BatchAccountCertificateData
    • Removed BatchAccountCertificateCreateOrUpdateContent
      ... (truncated)

1.6.0-beta.2

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

Features Added

  • Support for MicrosoftTeamsAppIdentifier CommunicationIdentifier

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.1

1.5.1 (2026-01-29)

Features Added

  • Support for MicrosoftTeamsAppIdentifier CommunicationIdentifier

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.4.1

1.4.1 (2026-02-12)

Other Changes

  • Removed show-serialized-names debug configuration to clean up unnecessary serialized name annotations from XML docs.

1.4.1-beta.3

1.4.1-beta.3 (2026-02-17)

Features Added

  • Added ConfidentialLedgerRedirectPolicy to automatically follow HTTP 307/308 redirects while preserving the Authorization header. Previously, the SDK did not follow redirects by default, and even when redirects were enabled, the Authorization header was stripped on cross-domain redirects between ACL nodes, causing write operations to fail when routed to non-primary nodes.

1.4.0

1.4.0 (2026-01-30)

Features Added

Other Changes

  • Upgraded Azure.Core from 1.47.1 to 1.50.0

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

Features Added

  • Regenerated from the latest Azure.ResourceManager.AppService package.

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.19.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 Mar 18, 2026
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Apr 1, 2026

Superseded by #191.

@dependabot dependabot Bot closed this Apr 1, 2026
@dependabot dependabot Bot deleted the dependabot/nuget/azure/sdk-identity-resources-storage/Azure.Identity-1.19.0 branch April 1, 2026 09:49
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