Skip to content

Commit 902434b

Browse files
committed
upgrade az.accounts from 3.0.1 to 3.0.2
1 parent c046df4 commit 902434b

File tree

11 files changed

+196
-194
lines changed

11 files changed

+196
-194
lines changed

src/Accounts/Accounts/Az.Accounts.psd1

Lines changed: 5 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: 7/4/2024
6+
# Generated on: 7/12/2024
77
#
88

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

1414
# Version number of this module.
15-
ModuleVersion = '3.0.1'
15+
ModuleVersion = '3.0.2'
1616

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

149149
# ReleaseNotes of this module
150-
ReleaseNotes = '* Disable WAM when the customers login with device code flow or username password (ROPC) flow to prevent a potential issue with token cache.
151-
* Fixed [CVE-2024-35255](https://github.com/advisories/GHSA-m5vv-6r4h-3vj9)
152-
* Updated ''Microsoft.Identity.Client.NativeInterop'' to fix the WAM pop window issue in elevated mode [#24967]
153-
* Updated the reference of Azure PowerShell Common to 1.3.98-preview.
154-
* Limited promotional message to interactive scenarios only'
150+
ReleaseNotes = '* Fixed bug handling GUID type subscription Id.
151+
* Added a warning message in ''Connect-AzAccount'' to discourage the use of the username/password (a.k.a ROPC) login flow.
152+
* Preannounced a breaking change in ''Get-AzAccessToken'' to change ''Token'' property from ''String'' to ''SecureString''.'
155153

156154
# Prerelease string of this module
157155
# Prerelease = ''

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 3.0.2
2224
* Fixed bug handling GUID type subscription Id.
2325
* Added a warning message in `Connect-AzAccount` to discourage the use of the username/password (a.k.a ROPC) login flow.
2426
* Preannounced a breaking change in `Get-AzAccessToken` to change `Token` property from `String` to `SecureString`.

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("3.0.1")]
47-
[assembly: AssemblyFileVersion("3.0.1")]
46+
[assembly: AssemblyVersion("3.0.2")]
47+
[assembly: AssemblyFileVersion("3.0.2")]
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("3.0.1")]
46-
[assembly: AssemblyFileVersion("3.0.1")]
45+
[assembly: AssemblyVersion("3.0.2")]
46+
[assembly: AssemblyFileVersion("3.0.2")]

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("3.0.1")]
47-
[assembly: AssemblyFileVersion("3.0.1")]
46+
[assembly: AssemblyVersion("3.0.2")]
47+
[assembly: AssemblyFileVersion("3.0.2")]
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("3.0.1")]
46-
[assembly: AssemblyFileVersion("3.0.1")]
45+
[assembly: AssemblyVersion("3.0.2")]
46+
[assembly: AssemblyFileVersion("3.0.2")]

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("3.0.1")]
52-
[assembly: AssemblyFileVersion("3.0.1")]
51+
[assembly: AssemblyVersion("3.0.2")]
52+
[assembly: AssemblyFileVersion("3.0.2")]

tools/Az/Az.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ DotNetFrameworkVersion = '4.7.2'
5252
# ProcessorArchitecture = ''
5353

5454
# Modules that must be imported into the global environment prior to importing this module
55-
RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '3.0.1'; },
55+
RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '3.0.2'; },
5656
@{ModuleName = 'Az.Advisor'; RequiredVersion = '2.0.1'; },
5757
@{ModuleName = 'Az.Aks'; RequiredVersion = '6.0.3'; },
5858
@{ModuleName = 'Az.AnalysisServices'; RequiredVersion = '1.1.5'; },

tools/AzPreview/AzPreview.psd1

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ DotNetFrameworkVersion = '4.7.2'
5252
# ProcessorArchitecture = ''
5353

5454
# Modules that must be imported into the global environment prior to importing this module
55-
RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '3.0.1'; },
55+
RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '3.0.2'; },
5656
@{ModuleName = 'Az.ADDomainServices'; RequiredVersion = '0.2.1'; },
5757
@{ModuleName = 'Az.Advisor'; RequiredVersion = '2.0.1'; },
5858
@{ModuleName = 'Az.Aks'; RequiredVersion = '6.0.3'; },
@@ -138,6 +138,7 @@ RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '3.0.1'; },
138138
@{ModuleName = 'Az.HPCCache'; RequiredVersion = '0.1.2'; },
139139
@{ModuleName = 'Az.ImageBuilder'; RequiredVersion = '0.4.1'; },
140140
@{ModuleName = 'Az.ImportExport'; RequiredVersion = '0.2.1'; },
141+
@{ModuleName = 'Az.Informatica'; RequiredVersion = '0.1.0'; },
141142
@{ModuleName = 'Az.IotCentral'; RequiredVersion = '0.10.1'; },
142143
@{ModuleName = 'Az.IotHub'; RequiredVersion = '2.7.6'; },
143144
@{ModuleName = 'Az.KeyVault'; RequiredVersion = '6.0.1'; },

0 commit comments

Comments
 (0)