Skip to content

Commit

Permalink
Update changelog for Azure.Identity 1.10.4 with breaking changes (#44232
Browse files Browse the repository at this point in the history
) (#44322)
  • Loading branch information
Ramo-Y authored and benbp committed Jun 5, 2024
1 parent e22bff0 commit 1b1ac81
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions sdk/identity/Azure.Identity/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,9 @@

## 1.10.4 (2023-11-13)

### Breaking Changes
- One of Azure.Identity's dependencies, Microsoft.Identity.Client, inadvertently added a dependency to `WindowsForms` when targeting `netX.0-windows` instead of `netX.0` in version 4.56.0. An additional installation of .NET Desktop Runtime may be necessary. Manually adding a reference to the latest Microsoft.Identity.Client will remove the need for the .NET Desktop Runtime. [#44232](https://github.com/Azure/azure-sdk-for-net/issues/44232)

### Other Changes
- Distributed tracing with `ActivitySource` is stable and no longer requires the [Experimental feature-flag](https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/core/Azure.Core/samples/Diagnostics.md).

Expand Down

0 comments on commit 1b1ac81

Please sign in to comment.