Skip to content

Commit e6a0399

Browse files
authored
Upgrade Azure.Identity to 1.5.0 (#16455)
1 parent 831fcc0 commit e6a0399

File tree

6 files changed

+91
-88
lines changed

6 files changed

+91
-88
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
@@ -25,6 +25,9 @@
2525
* Added Environment auto completer to the following cmdlets: Connect-AzAccount, Get-AzEnvironment, Set-AzEnvironment, and Remove-AzEnvironment [#15991]
2626
* Added module name and version to User-Agent string [#16291]
2727

28+
## Version 2.6.2
29+
* Upgraded Azure.Identity to 1.5.0
30+
2831
## Version 2.6.1
2932
* Added new version of AAD service client using Microsoft Graph API
3033

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/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/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")]

0 commit comments

Comments
 (0)