Skip to content

Commit a6b01a0

Browse files
committed
Upgrade Azure.Identity to 1.5.0
1 parent 37010d9 commit a6b01a0

File tree

11 files changed

+94
-91
lines changed

11 files changed

+94
-91
lines changed

src/Accounts/Accounts/Az.Accounts.psd1

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
# Generated by: Microsoft Corporation
55
#
6-
# Generated on: 10/28/2021
6+
# Generated on: 11/17/2021
77
#
88

99
@{
@@ -12,7 +12,7 @@
1212
# RootModule = ''
1313

1414
# Version number of this module.
15-
ModuleVersion = '2.6.1'
15+
ModuleVersion = '2.6.2'
1616

1717
# Supported PSEditions
1818
CompatiblePSEditions = 'Core', 'Desktop'
@@ -146,7 +146,7 @@ PrivateData = @{
146146
# IconUri = ''
147147

148148
# ReleaseNotes of this module
149-
ReleaseNotes = '* Added new version of AAD service client using Microsoft Graph API'
149+
ReleaseNotes = '* Upgraded Azure.Identity to 1.5.0'
150150

151151
# Prerelease string of this module
152152
# Prerelease = ''

src/Accounts/Accounts/ChangeLog.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@
2020

2121
## Upcoming Release
2222

23+
## Version 2.6.2
24+
* Upgraded Azure.Identity to 1.5.0
25+
2326
## Version 2.6.1
2427
* Added new version of AAD service client using Microsoft Graph API
2528

src/Accounts/Accounts/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@
4343
// You can specify all the values or you can default the Build and Revision Numbers
4444
// by using the '*' as shown below:
4545

46-
[assembly: AssemblyVersion("2.6.1")]
47-
[assembly: AssemblyFileVersion("2.6.1")]
46+
[assembly: AssemblyVersion("2.6.2")]
47+
[assembly: AssemblyFileVersion("2.6.2")]
4848
#if !SIGN
4949
[assembly: InternalsVisibleTo("Microsoft.Azure.PowerShell.Cmdlets.Accounts.Test")]
5050
#endif

src/Accounts/Authentication/Authentication.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
</PropertyGroup>
1313

1414
<ItemGroup>
15-
<PackageReference Include="Azure.Identity" Version="1.4.0" />
15+
<PackageReference Include="Azure.Identity" Version="1.5.0" />
1616
</ItemGroup>
1717

1818
<ItemGroup>

src/Accounts/Authentication/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,5 +43,5 @@
4343
// You can specify all the values or you can default the Build and Revision Numbers
4444
// by using the '*' as shown below:
4545
// [assembly: AssemblyVersion("1.0.*")]
46-
[assembly: AssemblyVersion("2.6.1")]
47-
[assembly: AssemblyFileVersion("2.6.1")]
46+
[assembly: AssemblyVersion("2.6.2")]
47+
[assembly: AssemblyFileVersion("2.6.2")]

src/Accounts/AuthenticationAssemblyLoadContext/AzAssemblyLoadContextInitializer.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ static AzAssemblyLoadContextInitializer()
3232
var azSharedAssemblies = new Dictionary<string, Version>()
3333
{
3434
{"Azure.Core", new Version("1.20.0.0")},
35-
{"Azure.Identity", new Version("1.4.0.0")},
35+
{"Azure.Identity", new Version("1.5.0.0")},
3636
{"Microsoft.Bcl.AsyncInterfaces", new Version("1.0.0.0")},
3737
{"Microsoft.Identity.Client", new Version("4.30.1.0") },
3838
{"Microsoft.Identity.Client.Extensions.Msal", new Version("2.18.4.0") },

src/Accounts/Authenticators/Authenticators.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
</PropertyGroup>
2424

2525
<ItemGroup>
26-
<PackageReference Include="Azure.Identity" Version="1.4.0" />
26+
<PackageReference Include="Azure.Identity" Version="1.5.0" />
2727
</ItemGroup>
2828

2929
<ItemGroup>

src/Accounts/Authenticators/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,5 +48,5 @@
4848
// You can specify all the values or you can default the Build and Revision Numbers
4949
// by using the '*' as shown below:
5050
// [assembly: AssemblyVersion("1.0.*")]
51-
[assembly: AssemblyVersion("2.6.1")]
52-
[assembly: AssemblyFileVersion("2.6.1")]
51+
[assembly: AssemblyVersion("2.6.2")]
52+
[assembly: AssemblyFileVersion("2.6.2")]
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)