Skip to content

Commit d81c7c1

Browse files
authored
Release Az.Accounts-2.14.0-preview (#23771)
1 parent fc8b643 commit d81c7c1

File tree

7 files changed

+20
-14
lines changed

7 files changed

+20
-14
lines changed

src/Accounts/Accounts/Az.Accounts.psd1

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# RootModule = ''
1313

1414
# Version number of this module.
15-
ModuleVersion = '2.13.2'
15+
ModuleVersion = '2.14.0'
1616

1717
# Supported PSEditions
1818
CompatiblePSEditions = 'Core', 'Desktop'
@@ -147,11 +147,15 @@ PrivateData = @{
147147
# IconUri = ''
148148

149149
# ReleaseNotes of this module
150-
ReleaseNotes = '* Enabled in-tool notification for version upgrade by default.
151-
* Upgraded Azure.Core to 1.35.0.'
150+
ReleaseNotes = '* Fixed the authentication issue when using `FederatedToken` in Sovereign Clouds. [#23742]
151+
* Adjusted output format to be more user-friendly for `Get-AzContext/Tenant/Subscription` and `Invoke-AzRestMethod`.
152+
* Upgraded Azure.Identity to 1.10.3 [#23018].
153+
- Renamed token cache from `msal.cache` to `msal.cache.cae` or `masl.cache.nocae`.
154+
* Enable Continue Access Evalution (CAE) for Service Principal and Federated Token login method.
155+
* Added upcoming breaking change warning for deprecation of config parameter `DisableErrorRecordsPersistence`.'
152156

153157
# Prerelease string of this module
154-
# Prerelease = ''
158+
Prerelease = 'preview'
155159

156160
# Flag to indicate whether the module requires explicit user acceptance for install/update/save
157161
# RequireLicenseAcceptance = $false

src/Accounts/Accounts/ChangeLog.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@
1919
-->
2020

2121
## Upcoming Release
22+
23+
## Version 2.14.0
2224
* Fixed the authentication issue when using `FederatedToken` in Sovereign Clouds. [#23742]
2325
* Adjusted output format to be more user-friendly for `Get-AzContext/Tenant/Subscription` and `Invoke-AzRestMethod`.
2426
* Upgraded Azure.Identity to 1.10.3 [#23018].

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.13.2")]
47-
[assembly: AssemblyFileVersion("2.13.2")]
46+
[assembly: AssemblyVersion("2.14.0")]
47+
[assembly: AssemblyFileVersion("2.14.0")]
4848
#if !SIGN
4949
[assembly: InternalsVisibleTo("Microsoft.Azure.PowerShell.Cmdlets.Accounts.Test")]
5050
#endif

src/Accounts/AssemblyLoading/Properties/AssemblyInfo.cs

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

src/Accounts/Authentication/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
// [assembly: AssemblyVersion("1.0.*")]
46-
[assembly: AssemblyVersion("2.13.2")]
47-
[assembly: AssemblyFileVersion("2.13.2")]
46+
[assembly: AssemblyVersion("2.14.0")]
47+
[assembly: AssemblyFileVersion("2.14.0")]
4848
#if !SIGN
4949
[assembly: InternalsVisibleTo("Microsoft.Azure.PowerShell.Authentication.Test")]
5050
#endif

src/Accounts/AuthenticationAssemblyLoadContext/Properties/AssemblyInfo.cs

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

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.13.2")]
52-
[assembly: AssemblyFileVersion("2.13.2")]
51+
[assembly: AssemblyVersion("2.14.0")]
52+
[assembly: AssemblyFileVersion("2.14.0")]

0 commit comments

Comments
 (0)