File tree Expand file tree Collapse file tree 13 files changed +150
-98
lines changed
AssemblyLoading/Properties
AuthenticationAssemblyLoadContext/Properties
Authentication/Properties
Authenticators/Properties
Tools.Common/SerializedCmdlets Expand file tree Collapse file tree 13 files changed +150
-98
lines changed Original file line number Diff line number Diff line change 2929
3030
3131
32+
33+
3234
3335
Original file line number Diff line number Diff line change 33#
44# Generated by: Microsoft Corporation
55#
6- # Generated on: 5/28 /2025
6+ # Generated on: 6/3 /2025
77#
88
99@ {
1212# RootModule = ''
1313
1414# Version number of this module.
15- ModuleVersion = ' 5.0.2 '
15+ ModuleVersion = ' 5.1.0 '
1616
1717# Supported PSEditions
1818CompatiblePSEditions = ' Core' , ' Desktop'
@@ -146,7 +146,7 @@ PrivateData = @{
146146 # IconUri = ''
147147
148148 # ReleaseNotes of this module
149- ReleaseNotes = ' * Upgrade Azure.Core to 1.45.0 '
149+ ReleaseNotes = ' * Enabled setting the authentication scope for SSH cmdlets by '' Set-AzEnvironment -SshAuthScope <String> '' . '
150150
151151 # Prerelease string of this module
152152 # Prerelease = ''
Original file line number Diff line number Diff line change 1919-->
2020
2121## Upcoming Release
22+
23+ ## Version 5.1.0
2224* Enabled setting the authentication scope for SSH cmdlets by ` Set-AzEnvironment -SshAuthScope <String> ` .
2325
2426## Version 5.0.2
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 ( "5.0.2 " ) ]
47- [ assembly: AssemblyFileVersion ( "5.0.2 " ) ]
46+ [ assembly: AssemblyVersion ( "5.1.0 " ) ]
47+ [ assembly: AssemblyFileVersion ( "5.1.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 ( "5.0.2 " ) ]
46- [ assembly: AssemblyFileVersion ( "5.0.2 " ) ]
45+ [ assembly: AssemblyVersion ( "5.1.0 " ) ]
46+ [ assembly: AssemblyFileVersion ( "5.1.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 ( "5.0.2 " ) ]
47- [ assembly: AssemblyFileVersion ( "5.0.2 " ) ]
46+ [ assembly: AssemblyVersion ( "5.1.0 " ) ]
47+ [ assembly: AssemblyFileVersion ( "5.1.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 ( "5.0.2 " ) ]
46- [ assembly: AssemblyFileVersion ( "5.0.2 " ) ]
45+ [ assembly: AssemblyVersion ( "5.1.0 " ) ]
46+ [ assembly: AssemblyFileVersion ( "5.1.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 ( "5.0.2 " ) ]
52- [ assembly: AssemblyFileVersion ( "5.0.2 " ) ]
51+ [ assembly: AssemblyVersion ( "5.1.0 " ) ]
52+ [ assembly: AssemblyFileVersion ( "5.1.0 " ) ]
Original file line number Diff line number Diff 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 = ' 5.0.2 ' ; },
55+ RequiredModules = @ (@ {ModuleName = ' Az.Accounts' ; ModuleVersion = ' 5.1.0 ' ; },
5656 @ {ModuleName = ' Az.Advisor' ; RequiredVersion = ' 2.1.0' ; },
5757 @ {ModuleName = ' Az.Aks' ; RequiredVersion = ' 7.0.0' ; },
5858 @ {ModuleName = ' Az.AnalysisServices' ; RequiredVersion = ' 1.2.0' ; },
Original file line number Diff line number Diff 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 = ' 5.0.2 ' ; },
55+ RequiredModules = @ (@ {ModuleName = ' Az.Accounts' ; ModuleVersion = ' 5.1.0 ' ; },
5656 @ {ModuleName = ' Az.ADDomainServices' ; RequiredVersion = ' 0.3.0' ; },
5757 @ {ModuleName = ' Az.Advisor' ; RequiredVersion = ' 2.1.0' ; },
5858 @ {ModuleName = ' Az.Aks' ; RequiredVersion = ' 7.0.0' ; },
You can’t perform that action at this time.
0 commit comments