Skip to content

Commit 1cda116

Browse files
author
Lei Jin
committed
Az.Accounts 2.18.0-preview
1 parent dcf515d commit 1cda116

File tree

7 files changed

+16
-17
lines changed

7 files changed

+16
-17
lines changed

src/Accounts/Accounts/Az.Accounts.psd1

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
# Generated by: Microsoft Corporation
55
#
6-
# Generated on: 03/27/2024
6+
# Generated on: 4/1/2024
77
#
88

99
@{
@@ -12,7 +12,7 @@
1212
# RootModule = ''
1313

1414
# Version number of this module.
15-
ModuleVersion = '2.17.0'
15+
ModuleVersion = '2.18.0'
1616

1717
# Supported PSEditions
1818
CompatiblePSEditions = '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

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.18.0
2224
* Supported interactive subscription selection for user login flow.
2325

2426
## Version 2.17.0

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.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

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.17.0")]
46-
[assembly: AssemblyFileVersion("2.17.0")]
45+
[assembly: AssemblyVersion("2.18.0")]
46+
[assembly: AssemblyFileVersion("2.18.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.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

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.17.0")]
46-
[assembly: AssemblyFileVersion("2.17.0")]
45+
[assembly: AssemblyVersion("2.18.0")]
46+
[assembly: AssemblyFileVersion("2.18.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.17.0")]
52-
[assembly: AssemblyFileVersion("2.17.0")]
51+
[assembly: AssemblyVersion("2.18.0")]
52+
[assembly: AssemblyFileVersion("2.18.0")]

0 commit comments

Comments
 (0)