Skip to content

Commit b7a6d80

Browse files
authored
Merge pull request Azure#7622 from praries880/DeploymentRollouts
Version change to release a newer preview module for Deployment Manager preview
2 parents 9d8080f + 8b70dd7 commit b7a6d80

File tree

3 files changed

+97
-93
lines changed

3 files changed

+97
-93
lines changed

src/ResourceManager/DeploymentManager/Commands.DeploymentManager/AzureRM.DeploymentManager.psd1

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
# Generated by: Microsoft Corporation
55
#
6-
# Generated on: 9/27/2018
6+
# Generated on: 10/18/2018
77
#
88

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

1414
# Version number of this module.
15-
ModuleVersion = '0.9.1'
15+
ModuleVersion = '0.9.2'
1616

1717
# Supported PSEditions
1818
# CompatiblePSEditions = @()
@@ -130,7 +130,7 @@ PrivateData = @{
130130
# IconUri = ''
131131

132132
# ReleaseNotes of this module
133-
ReleaseNotes = '* Enhance the discoverability of information provided by ''Get-AzureRmDeploymentManagerRollout'' when using the ''-Verbose'' and ''-Error'' switch parameters'
133+
ReleaseNotes = '* Fix ArtifactSource command bug'
134134

135135
# Prerelease string of this module
136136
Prerelease = 'preview'

src/ResourceManager/DeploymentManager/Commands.DeploymentManager/ChangeLog.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@
1919
-->
2020
## Current Release
2121

22+
## Version 0.9.2-preview
23+
* Fix ArtifactSource command bug
24+
2225
## Version 0.9.1-preview
2326
* Enhance the discoverability of information provided by `Get-AzureRmDeploymentManagerRollout` when using the `-Verbose` and `-Error` switch parameters
2427

0 commit comments

Comments
 (0)