File tree Expand file tree Collapse file tree 7 files changed +16
-17
lines changed
AssemblyLoading/Properties
AuthenticationAssemblyLoadContext/Properties
Authentication/Properties
Authenticators/Properties Expand file tree Collapse file tree 7 files changed +16
-17
lines changed Original file line number Diff line number Diff line change 33#
44# Generated by: Microsoft Corporation
55#
6- # Generated on: 03/27 /2024
6+ # Generated on: 4/1 /2024
77#
88
99@ {
1212# RootModule = ''
1313
1414# Version number of this module.
15- ModuleVersion = ' 2.17 .0'
15+ ModuleVersion = ' 2.18 .0'
1616
1717# Supported PSEditions
1818CompatiblePSEditions = ' Core' , ' Desktop'
@@ -147,13 +147,10 @@ PrivateData = @{
147147 # IconUri = ''
148148
149149 # ReleaseNotes of this module
150- ReleaseNotes = ' * Enabled globally disabling instance discovery before token acquisition [#22535].
151- * Implemented secrets detection feature for autorest modules.
152- * Added '' AsSecureString'' to '' Get-AzAccessToken'' to convert the returned token to SecureString [#24190].
153- * Upgraded Azure.Core to 1.37.0.'
150+ ReleaseNotes = ' * Supported interactive subscription selection for user login flow.'
154151
155152 # Prerelease string of this module
156- # Prerelease = ''
153+ Prerelease = ' preview '
157154
158155 # Flag to indicate whether the module requires explicit user acceptance for install/update/save
159156 # RequireLicenseAcceptance = $false
Original file line number Diff line number Diff line change 1919-->
2020
2121## Upcoming Release
22+
23+ ## Version 2.18.0
2224* Supported interactive subscription selection for user login flow.
2325
2426## Version 2.17.0
Original file line number Diff line number Diff line change 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.17 .0" ) ]
47- [ assembly: AssemblyFileVersion ( "2.17 .0" ) ]
46+ [ assembly: AssemblyVersion ( "2.18 .0" ) ]
47+ [ assembly: AssemblyFileVersion ( "2.18 .0" ) ]
4848#if ! SIGN
4949[ assembly: InternalsVisibleTo ( "Microsoft.Azure.PowerShell.Cmdlets.Accounts.Test" ) ]
5050#endif
Original file line number Diff line number Diff line change 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.17 .0" ) ]
46- [ assembly: AssemblyFileVersion ( "2.17 .0" ) ]
45+ [ assembly: AssemblyVersion ( "2.18 .0" ) ]
46+ [ assembly: AssemblyFileVersion ( "2.18 .0" ) ]
Original file line number Diff line number Diff line change 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.17 .0" ) ]
47- [ assembly: AssemblyFileVersion ( "2.17 .0" ) ]
46+ [ assembly: AssemblyVersion ( "2.18 .0" ) ]
47+ [ assembly: AssemblyFileVersion ( "2.18 .0" ) ]
4848#if ! SIGN
4949[ assembly: InternalsVisibleTo ( "Microsoft.Azure.PowerShell.Authentication.Test" ) ]
5050#endif
Original file line number Diff line number Diff line change 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.17 .0" ) ]
46- [ assembly: AssemblyFileVersion ( "2.17 .0" ) ]
45+ [ assembly: AssemblyVersion ( "2.18 .0" ) ]
46+ [ assembly: AssemblyFileVersion ( "2.18 .0" ) ]
Original file line number Diff line number Diff line change 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.17 .0" ) ]
52- [ assembly: AssemblyFileVersion ( "2.17 .0" ) ]
51+ [ assembly: AssemblyVersion ( "2.18 .0" ) ]
52+ [ assembly: AssemblyFileVersion ( "2.18 .0" ) ]
You can’t perform that action at this time.
0 commit comments