Skip to content

Commit d96531e

Browse files
authored
Merge pull request #7631 from MiYanni/AzureRM.Automation
AzureRM.Automation 6.0.1-preview version update
2 parents c997f62 + 036ef66 commit d96531e

File tree

3 files changed

+5
-8
lines changed

3 files changed

+5
-8
lines changed

src/ResourceManager/Automation/Commands.Automation/AzureRM.Automation.psd1

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# RootModule = ''
1313

1414
# Version number of this module.
15-
ModuleVersion = '6.0.0'
15+
ModuleVersion = '6.0.1'
1616

1717
# Supported PSEditions
1818
# CompatiblePSEditions = @()
@@ -177,10 +177,7 @@ PrivateData = @{
177177
# IconUri = ''
178178

179179
# ReleaseNotes of this module
180-
ReleaseNotes = '* Swagger based Azure Automation cmdlets
181-
* Added Update Management cmdlets
182-
* Added Source Control cmdlets
183-
* Added Remove-AzureRmAutomationHybridWorkerGroup cmdlet'
180+
ReleaseNotes = '* Fixed the DSC Register Node command'
184181

185182
# Prerelease string of this module
186183
Prerelease = 'preview'

src/ResourceManager/Automation/Commands.Automation/ChangeLog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
## Current Release
2121

2222
## Version 6.0.1-preview
23-
* fixed the DSC Register Node command
23+
* Fixed the DSC Register Node command
2424

2525
## Version 6.0.0-preview
2626
* Swagger based Azure Automation cmdlets

src/ResourceManager/Automation/Commands.Automation/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@
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("6.0.0")]
47-
[assembly: AssemblyFileVersion("6.0.0")]
46+
[assembly: AssemblyVersion("6.0.1")]
47+
[assembly: AssemblyFileVersion("6.0.1")]
4848
#if SIGN
4949
[assembly: InternalsVisibleTo("Microsoft.Azure.Commands.ResourceManager.Automation.Test, PublicKey=0024000004800000940000000602000000240000525341310004000001000100b5fc90e7027f67871e773a8fde8938c81dd402ba65b9201d60593e96c492651e889cc13f1415ebb53fac1131ae0bd333c5ee6021672d9718ea31a8aebd0da0072f25d87dba6fc90ffd598ed4da35e44c398c454307e8e33b8426143daec9f596836f97c8f74750e5975c64e2189f45def46b2a2b1247adc3652bf5c308055da9")]
5050
#else

0 commit comments

Comments
 (0)