Skip to content

Commit 68b08d8

Browse files
authored
Merge branch 'release-2020-03-31' into master
2 parents a58b826 + 12082aa commit 68b08d8

File tree

4 files changed

+11272
-14
lines changed

4 files changed

+11272
-14
lines changed

src/Support/Support/Az.Support.psd1

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
# Generated by: Microsoft Corporation
55
#
6-
# Generated on: 2/13/2020
6+
# Generated on: 3/24/2020
77
#
88

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

1414
# Version number of this module.
15-
ModuleVersion = '0.1.0'
15+
ModuleVersion = '1.0.0'
1616

1717
# Supported PSEditions
1818
CompatiblePSEditions = 'Core', 'Desktop'
@@ -51,7 +51,7 @@ DotNetFrameworkVersion = '4.7.2'
5151
# ProcessorArchitecture = ''
5252

5353
# 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'; })
5555

5656
# Assemblies that must be loaded prior to importing this module
5757
RequiredAssemblies = 'Microsoft.Azure.Management.Support.dll'
@@ -110,15 +110,7 @@ PrivateData = @{
110110
# IconUri = ''
111111

112112
# 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'
122114

123115
# Prerelease string of this module
124116
# Prerelease = ''

src/Support/Support/ChangeLog.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@
2020

2121
## Upcoming Release
2222

23+
## Version 1.0.0
24+
* General availability of `Az.Support` module
25+
2326
## Version 0.1.0
2427
* Preview release of `Az.Support` module. Added following cmdlets for creation and management of support tickets.
2528
- Get-AzSupportService

src/Support/Support/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@
2525
[assembly: ComVisible(false)]
2626
[assembly: CLSCompliant(false)]
2727
[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")]

0 commit comments

Comments
 (0)