File tree Expand file tree Collapse file tree 7 files changed +20
-14
lines changed
AssemblyLoading/Properties
AuthenticationAssemblyLoadContext/Properties
Authentication/Properties
Authenticators/Properties Expand file tree Collapse file tree 7 files changed +20
-14
lines changed Original file line number Diff line number Diff line change 12
12
# RootModule = ''
13
13
14
14
# Version number of this module.
15
- ModuleVersion = ' 2.13.2 '
15
+ ModuleVersion = ' 2.14.0 '
16
16
17
17
# Supported PSEditions
18
18
CompatiblePSEditions = ' Core' , ' Desktop'
@@ -147,11 +147,15 @@ PrivateData = @{
147
147
# IconUri = ''
148
148
149
149
# 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`.'
152
156
153
157
# Prerelease string of this module
154
- # Prerelease = ''
158
+ Prerelease = ' preview '
155
159
156
160
# Flag to indicate whether the module requires explicit user acceptance for install/update/save
157
161
# RequireLicenseAcceptance = $false
Original file line number Diff line number Diff line change 19
19
-->
20
20
21
21
## Upcoming Release
22
+
23
+ ## Version 2.14.0
22
24
* Fixed the authentication issue when using ` FederatedToken ` in Sovereign Clouds. [ #23742 ]
23
25
* Adjusted output format to be more user-friendly for ` Get-AzContext/Tenant/Subscription ` and ` Invoke-AzRestMethod ` .
24
26
* Upgraded Azure.Identity to 1.10.3 [ #23018 ] .
Original file line number Diff line number Diff line change 43
43
// You can specify all the values or you can default the Build and Revision Numbers
44
44
// by using the '*' as shown below:
45
45
46
- [ assembly: AssemblyVersion ( "2.13.2 " ) ]
47
- [ assembly: AssemblyFileVersion ( "2.13.2 " ) ]
46
+ [ assembly: AssemblyVersion ( "2.14.0 " ) ]
47
+ [ assembly: AssemblyFileVersion ( "2.14.0 " ) ]
48
48
#if ! SIGN
49
49
[ assembly: InternalsVisibleTo ( "Microsoft.Azure.PowerShell.Cmdlets.Accounts.Test" ) ]
50
50
#endif
Original file line number Diff line number Diff line change 42
42
// You can specify all the values or you can default the Build and Revision Numbers
43
43
// by using the '*' as shown below:
44
44
// [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 " ) ]
Original file line number Diff line number Diff line change 43
43
// You can specify all the values or you can default the Build and Revision Numbers
44
44
// by using the '*' as shown below:
45
45
// [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 " ) ]
48
48
#if ! SIGN
49
49
[ assembly: InternalsVisibleTo ( "Microsoft.Azure.PowerShell.Authentication.Test" ) ]
50
50
#endif
Original file line number Diff line number Diff line change 42
42
// You can specify all the values or you can default the Build and Revision Numbers
43
43
// by using the '*' as shown below:
44
44
// [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 " ) ]
Original file line number Diff line number Diff line change 48
48
// You can specify all the values or you can default the Build and Revision Numbers
49
49
// by using the '*' as shown below:
50
50
// [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 " ) ]
You can’t perform that action at this time.
0 commit comments