Skip to content

Commit

Permalink
[Identity] Preparing for Azure.Identity 1.4.0-beta.2 release (#18281)
Browse files Browse the repository at this point in the history
* upgrading msal dependency

* update changelog

* updating test recordings
  • Loading branch information
schaabs authored Jan 30, 2021
1 parent 08428e1 commit ca13e2c
Show file tree
Hide file tree
Showing 42 changed files with 1,600 additions and 1,650 deletions.
4 changes: 2 additions & 2 deletions eng/Packages.Data.props
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,8 @@

<!-- Other approved packages -->
<PackageReference Update="Microsoft.Azure.Amqp" Version="2.4.9" />
<PackageReference Update="Microsoft.Identity.Client" Version="4.22.0" />
<PackageReference Update="Microsoft.Identity.Client.Extensions.Msal" Version="2.16.5" />
<PackageReference Update="Microsoft.Identity.Client" Version="4.25.0" />
<PackageReference Update="Microsoft.Identity.Client.Extensions.Msal" Version="2.16.8" />
<!-- TODO: Make sure this package is arch-board approved -->
<PackageReference Update="System.IdentityModel.Tokens.Jwt" Version="5.4.0" />
</ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion sdk/identity/Azure.Identity/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Release History
## 1.4.0-beta.2 (Unreleased)
## 1.4.0-beta.2 (2021-01-29)

### Fixes and improvements
- Fixed issue in `HttpExtensions` causing the omission of content headers on requests ([#17448](https://github.com/Azure/azure-sdk-for-net/issues/17448))
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit ca13e2c

Please sign in to comment.