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 3
3
#
4
4
# Generated by: Microsoft Corporation
5
5
#
6
- # Generated on: 03/27 /2024
6
+ # Generated on: 4/1 /2024
7
7
#
8
8
9
9
@ {
12
12
# RootModule = ''
13
13
14
14
# Version number of this module.
15
- ModuleVersion = ' 2.17 .0'
15
+ ModuleVersion = ' 2.18 .0'
16
16
17
17
# Supported PSEditions
18
18
CompatiblePSEditions = ' Core' , ' Desktop'
@@ -147,13 +147,10 @@ PrivateData = @{
147
147
# IconUri = ''
148
148
149
149
# 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.'
154
151
155
152
# Prerelease string of this module
156
- # Prerelease = ''
153
+ Prerelease = ' preview '
157
154
158
155
# Flag to indicate whether the module requires explicit user acceptance for install/update/save
159
156
# RequireLicenseAcceptance = $false
Original file line number Diff line number Diff line change 19
19
-->
20
20
21
21
## Upcoming Release
22
+
23
+ ## Version 2.18.0
22
24
* Supported interactive subscription selection for user login flow.
23
25
24
26
## Version 2.17.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
46
- [ assembly: AssemblyVersion ( "2.17 .0" ) ]
47
- [ assembly: AssemblyFileVersion ( "2.17 .0" ) ]
46
+ [ assembly: AssemblyVersion ( "2.18 .0" ) ]
47
+ [ assembly: AssemblyFileVersion ( "2.18 .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.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 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.17 .0" ) ]
47
- [ assembly: AssemblyFileVersion ( "2.17 .0" ) ]
46
+ [ assembly: AssemblyVersion ( "2.18 .0" ) ]
47
+ [ assembly: AssemblyFileVersion ( "2.18 .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.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 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.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