Skip to content

Commit 30a1010

Browse files
wyunchi-mswyunchi1990dingmeng-xue
authored
Make Maintenance to 1.0.0 GA (#11578)
* update version to 1.0.0 * Remove netcoreapp2.1 from test target (#11593) * Remove netcoreapp2.1 from test target Co-authored-by: wyunchi-ms <[email protected]> Co-authored-by: Dingmeng Xue <[email protected]>
1 parent 2ba2161 commit 30a1010

File tree

5 files changed

+5348
-10
lines changed

5 files changed

+5348
-10
lines changed

src/Maintenance/Maintenance/Az.Maintenance.psd1

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
# Generated by: Microsoft Corporation
55
#
6-
# Generated on: 3/3/2020
6+
# Generated on: 2020-04-14
77
#
88

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

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

1717
# Supported PSEditions
1818
CompatiblePSEditions = 'Core', 'Desktop'
@@ -74,12 +74,12 @@ NestedModules = @('Microsoft.Azure.PowerShell.Cmdlets.Maintenance.dll')
7474
FunctionsToExport = @()
7575

7676
# Cmdlets to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no cmdlets to export.
77-
CmdletsToExport = 'Get-AzApplyUpdate', 'Get-AzConfigurationAssignment',
78-
'Get-AzMaintenanceConfiguration', 'Get-AzMaintenanceUpdate',
79-
'New-AzApplyUpdate', 'New-AzConfigurationAssignment',
80-
'New-AzMaintenanceConfiguration',
81-
'Remove-AzConfigurationAssignment',
82-
'Remove-AzMaintenanceConfiguration',
77+
CmdletsToExport = 'Get-AzApplyUpdate', 'Get-AzConfigurationAssignment',
78+
'Get-AzMaintenanceConfiguration', 'Get-AzMaintenanceUpdate',
79+
'New-AzApplyUpdate', 'New-AzConfigurationAssignment',
80+
'New-AzMaintenanceConfiguration',
81+
'Remove-AzConfigurationAssignment',
82+
'Remove-AzMaintenanceConfiguration',
8383
'Update-AzMaintenanceConfiguration'
8484

8585
# Variables to export from this module

src/Maintenance/Maintenance/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+
* Publishing release version of Maintenance cmdlets for GA
25+
2326
## Version 0.1.3
2427
* Got `Az-MaintenanceConfiguration` will honor filters while listing maintenance configurations
2528

src/Maintenance/Maintenance/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@
3232
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("1.0.0")]
35-
[assembly: AssemblyVersion("0.1.3")]
36-
[assembly: AssemblyFileVersion("0.1.3")]
35+
[assembly: AssemblyVersion("1.0.0")]
36+
[assembly: AssemblyFileVersion("1.0.0")]

tools/Az/Az.psd1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.7.4'; },
8181
@{ModuleName = 'Az.IotHub'; RequiredVersion = '2.3.0'; },
8282
@{ModuleName = 'Az.KeyVault'; RequiredVersion = '1.5.2'; },
8383
@{ModuleName = 'Az.LogicApp'; RequiredVersion = '1.3.2'; },
84+
@{ModuleName = 'Az.Maintenance'; RequiredVersion = '1.0.0'; },
8485
@{ModuleName = 'Az.MachineLearning'; RequiredVersion = '1.1.3'; },
8586
@{ModuleName = 'Az.ManagedServices'; RequiredVersion = '1.0.2'; },
8687
@{ModuleName = 'Az.MarketplaceOrdering'; RequiredVersion = '1.0.2'; },

0 commit comments

Comments
 (0)