File tree Expand file tree Collapse file tree 4 files changed +11272
-14
lines changed
tools/Tools.Common/SerializedCmdlets Expand file tree Collapse file tree 4 files changed +11272
-14
lines changed Original file line number Diff line number Diff line change 3
3
#
4
4
# Generated by: Microsoft Corporation
5
5
#
6
- # Generated on: 2/13 /2020
6
+ # Generated on: 3/24 /2020
7
7
#
8
8
9
9
@ {
12
12
# RootModule = ''
13
13
14
14
# Version number of this module.
15
- ModuleVersion = ' 0.1 .0'
15
+ ModuleVersion = ' 1.0 .0'
16
16
17
17
# Supported PSEditions
18
18
CompatiblePSEditions = ' Core' , ' Desktop'
@@ -51,7 +51,7 @@ DotNetFrameworkVersion = '4.7.2'
51
51
# ProcessorArchitecture = ''
52
52
53
53
# Modules that must be imported into the global environment prior to importing this module
54
- RequiredModules = @ (@ {ModuleName = ' Az.Accounts' ; ModuleVersion = ' 1.6.4 ' ; })
54
+ RequiredModules = @ (@ {ModuleName = ' Az.Accounts' ; ModuleVersion = ' 1.7.3 ' ; })
55
55
56
56
# Assemblies that must be loaded prior to importing this module
57
57
RequiredAssemblies = ' Microsoft.Azure.Management.Support.dll'
@@ -110,15 +110,7 @@ PrivateData = @{
110
110
# IconUri = ''
111
111
112
112
# ReleaseNotes of this module
113
- ReleaseNotes = ' * Preview release of '' Az.Support'' module. Added following cmdlets for creation and management of support tickets.
114
- - Get-AzSupportService
115
- - Get-AzSupportProblemClassification
116
- - New-AzSupportContactProfileObject
117
- - New-AzSupportTicket
118
- - Get-AzSupportTicket
119
- - Update-AzSupportTicket
120
- - New-AzSupportTicketCommunication
121
- - Get-AzSupportTicketCommunication'
113
+ ReleaseNotes = ' * General availability of '' Az.Support'' module'
122
114
123
115
# Prerelease string of this module
124
116
# Prerelease = ''
Original file line number Diff line number Diff line change 20
20
21
21
## Upcoming Release
22
22
23
+ ## Version 1.0.0
24
+ * General availability of ` Az.Support ` module
25
+
23
26
## Version 0.1.0
24
27
* Preview release of ` Az.Support ` module. Added following cmdlets for creation and management of support tickets.
25
28
- Get-AzSupportService
Original file line number Diff line number Diff line change 25
25
[ assembly: ComVisible ( false ) ]
26
26
[ assembly: CLSCompliant ( false ) ]
27
27
[ assembly: Guid ( "22d73af7-38c2-4bf6-b56f-4dc9db05d97a" ) ]
28
- [ assembly: AssemblyVersion ( "0.1 .0" ) ]
29
- [ assembly: AssemblyFileVersion ( "0.1 .0" ) ]
28
+ [ assembly: AssemblyVersion ( "1.0 .0" ) ]
29
+ [ assembly: AssemblyFileVersion ( "1.0 .0" ) ]
You can’t perform that action at this time.
0 commit comments