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 29
29
30
30
31
31
32
+
33
+
32
34
33
35
Original file line number Diff line number Diff line change 3
3
#
4
4
# Generated by: Microsoft Corporation
5
5
#
6
- # Generated on: 5/28 /2025
6
+ # Generated on: 6/3 /2025
7
7
#
8
8
9
9
@ {
12
12
# RootModule = ''
13
13
14
14
# Version number of this module.
15
- ModuleVersion = ' 5.0.2 '
15
+ ModuleVersion = ' 5.1.0 '
16
16
17
17
# Supported PSEditions
18
18
CompatiblePSEditions = ' Core' , ' Desktop'
@@ -146,7 +146,7 @@ PrivateData = @{
146
146
# IconUri = ''
147
147
148
148
# 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> '' . '
150
150
151
151
# Prerelease string of this module
152
152
# Prerelease = ''
Original file line number Diff line number Diff line change 19
19
-->
20
20
21
21
## Upcoming Release
22
+
23
+ ## Version 5.1.0
22
24
* Enabled setting the authentication scope for SSH cmdlets by ` Set-AzEnvironment -SshAuthScope <String> ` .
23
25
24
26
## Version 5.0.2
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 ( "5.0.2 " ) ]
47
- [ assembly: AssemblyFileVersion ( "5.0.2 " ) ]
46
+ [ assembly: AssemblyVersion ( "5.1.0 " ) ]
47
+ [ assembly: AssemblyFileVersion ( "5.1.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 ( "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 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 ( "5.0.2 " ) ]
47
- [ assembly: AssemblyFileVersion ( "5.0.2 " ) ]
46
+ [ assembly: AssemblyVersion ( "5.1.0 " ) ]
47
+ [ assembly: AssemblyFileVersion ( "5.1.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 ( "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 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 ( "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'
52
52
# ProcessorArchitecture = ''
53
53
54
54
# 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 ' ; },
56
56
@ {ModuleName = ' Az.Advisor' ; RequiredVersion = ' 2.1.0' ; },
57
57
@ {ModuleName = ' Az.Aks' ; RequiredVersion = ' 7.0.0' ; },
58
58
@ {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'
52
52
# ProcessorArchitecture = ''
53
53
54
54
# 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 ' ; },
56
56
@ {ModuleName = ' Az.ADDomainServices' ; RequiredVersion = ' 0.3.0' ; },
57
57
@ {ModuleName = ' Az.Advisor' ; RequiredVersion = ' 2.1.0' ; },
58
58
@ {ModuleName = ' Az.Aks' ; RequiredVersion = ' 7.0.0' ; },
You can’t perform that action at this time.
0 commit comments