Skip to content

Commit d62153c

Browse files
committed
upgrade Az.Accounts to 4.0.2
1 parent 9225871 commit d62153c

File tree

12 files changed

+106
-108
lines changed

12 files changed

+106
-108
lines changed

src/Accounts/Accounts/Az.Accounts.psd1

+5-9
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
# Generated by: Microsoft Corporation
55
#
6-
# Generated on: 1/9/2025
6+
# Generated on: 1/15/2025
77
#
88

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

1414
# Version number of this module.
15-
ModuleVersion = '4.0.1'
15+
ModuleVersion = '4.0.2'
1616

1717
# Supported PSEditions
1818
CompatiblePSEditions = 'Core', 'Desktop'
@@ -146,13 +146,9 @@ PrivateData = @{
146146
# IconUri = ''
147147

148148
# ReleaseNotes of this module
149-
ReleaseNotes = '* Upgraded nuget package to signed package.
150-
* Fixed the Managed Identity parameter set description of ''AccountId'' in ''Connect-AzAccount''.
151-
* Made the breaking change warnings about ''Get-AzAccessToken'' not appear when ''-AsSecureString'' is used.
152-
* Fixed an issue that cmdlets may report warnings of ''KeyNotFoundException''. #26624
153-
* Fixed an issue that the ''-AppliesTo'' parameter of ''Update-AzConfig'' does not work as expected.
154-
* Upgraded Azure.Core to 1.44.1 and Azure.Identity to 1.13.0.
155-
* Updated Azure PowerShell intercept survey prompt.'
149+
ReleaseNotes = '* Fixed unsigned dll:
150+
- ''System.Buffers.dll''
151+
- ''System.Memory.dll'''
156152

157153
# Prerelease string of this module
158154
# Prerelease = ''

src/Accounts/Accounts/ChangeLog.md

+2
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@
1919
-->
2020

2121
## Upcoming Release
22+
23+
## Version 4.0.2
2224
* Fixed unsigned dll:
2325
- `System.Buffers.dll`
2426
- `System.Memory.dll`

src/Accounts/Accounts/Properties/AssemblyInfo.cs

+2-2
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("4.0.1")]
47-
[assembly: AssemblyFileVersion("4.0.1")]
46+
[assembly: AssemblyVersion("4.0.2")]
47+
[assembly: AssemblyFileVersion("4.0.2")]
4848
#if !SIGN
4949
[assembly: InternalsVisibleTo("Microsoft.Azure.PowerShell.Cmdlets.Accounts.Test")]
5050
#endif

src/Accounts/AssemblyLoading/Properties/AssemblyInfo.cs

+2-2
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("4.0.1")]
46-
[assembly: AssemblyFileVersion("4.0.1")]
45+
[assembly: AssemblyVersion("4.0.2")]
46+
[assembly: AssemblyFileVersion("4.0.2")]

src/Accounts/Authentication/Properties/AssemblyInfo.cs

+2-2
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("4.0.1")]
47-
[assembly: AssemblyFileVersion("4.0.1")]
46+
[assembly: AssemblyVersion("4.0.2")]
47+
[assembly: AssemblyFileVersion("4.0.2")]
4848
#if !SIGN
4949
[assembly: InternalsVisibleTo("Microsoft.Azure.PowerShell.Authentication.Test")]
5050
#endif

src/Accounts/AuthenticationAssemblyLoadContext/Properties/AssemblyInfo.cs

+2-2
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("4.0.1")]
46-
[assembly: AssemblyFileVersion("4.0.1")]
45+
[assembly: AssemblyVersion("4.0.2")]
46+
[assembly: AssemblyFileVersion("4.0.2")]

src/Accounts/Authenticators/Properties/AssemblyInfo.cs

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

tools/Az/Az.psd1

+1-1
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 = '4.0.1'; },
55+
RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '4.0.2'; },
5656
@{ModuleName = 'Az.Advisor'; RequiredVersion = '2.1.0'; },
5757
@{ModuleName = 'Az.Aks'; RequiredVersion = '6.1.0'; },
5858
@{ModuleName = 'Az.AnalysisServices'; RequiredVersion = '1.2.0'; },

tools/AzPreview/AzPreview.psd1

+1-1
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 = '4.0.1'; },
55+
RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '4.0.2'; },
5656
@{ModuleName = 'Az.ADDomainServices'; RequiredVersion = '0.2.3'; },
5757
@{ModuleName = 'Az.Advisor'; RequiredVersion = '2.1.0'; },
5858
@{ModuleName = 'Az.Aks'; RequiredVersion = '6.1.0'; },

tools/Docs/az-ps-latest-1.csv

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
pac0,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Accounts.4.0.1.zip;sourceType=sa]Az.Accounts,4.0.1
1+
pac0,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Accounts.4.0.2.zip;sourceType=sa]Az.Accounts,4.0.2
22
pac1,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.ADDomainServices.0.2.3.zip;sourceType=sa]Az.ADDomainServices,0.2.3
33
pac2,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Advisor.2.1.0.zip;sourceType=sa]Az.Advisor,2.1.0
44
pac3,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Aks.6.1.0.zip;sourceType=sa]Az.Aks,6.1.0

tools/Docs/az-ps-latest-2.csv

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
pac0,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Accounts.4.0.1.zip;sourceType=sa]Az.Accounts,4.0.1
1+
pac0,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Accounts.4.0.2.zip;sourceType=sa]Az.Accounts,4.0.2
22
pac1,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Monitor.6.0.1.zip;sourceType=sa]Az.Monitor,6.0.1
33
pac2,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.MonitoringSolutions.0.1.2.zip;sourceType=sa]Az.MonitoringSolutions,0.1.2
44
pac3,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.MySql.1.3.0.zip;sourceType=sa]Az.MySql,1.3.0

0 commit comments

Comments
 (0)