Skip to content

Commit ca13e2c

Browse files
authored
[Identity] Preparing for Azure.Identity 1.4.0-beta.2 release (Azure#18281)
* upgrading msal dependency * update changelog * updating test recordings
1 parent 08428e1 commit ca13e2c

File tree

42 files changed

+1600
-1650
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+1600
-1650
lines changed

eng/Packages.Data.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,8 @@
8282

8383
<!-- Other approved packages -->
8484
<PackageReference Update="Microsoft.Azure.Amqp" Version="2.4.9" />
85-
<PackageReference Update="Microsoft.Identity.Client" Version="4.22.0" />
86-
<PackageReference Update="Microsoft.Identity.Client.Extensions.Msal" Version="2.16.5" />
85+
<PackageReference Update="Microsoft.Identity.Client" Version="4.25.0" />
86+
<PackageReference Update="Microsoft.Identity.Client.Extensions.Msal" Version="2.16.8" />
8787
<!-- TODO: Make sure this package is arch-board approved -->
8888
<PackageReference Update="System.IdentityModel.Tokens.Jwt" Version="5.4.0" />
8989
</ItemGroup>

sdk/identity/Azure.Identity/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Release History
2-
## 1.4.0-beta.2 (Unreleased)
2+
## 1.4.0-beta.2 (2021-01-29)
33

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

sdk/identity/Azure.Identity/tests/SessionRecords/ChainedTokenCredentialLiveTests/ChainedTokenCredential_UseVisualStudioCodeCredential.json

Lines changed: 20 additions & 21 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdk/identity/Azure.Identity/tests/SessionRecords/ChainedTokenCredentialLiveTests/ChainedTokenCredential_UseVisualStudioCodeCredentialAsync.json

Lines changed: 20 additions & 21 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)