Skip to content

Version change to release a newer preview module for Deployment Manager preview #7622

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Oct 19, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
# Generated by: Microsoft Corporation
#
# Generated on: 9/27/2018
# Generated on: 10/18/2018
#

@{
Expand All @@ -12,7 +12,7 @@
# RootModule = ''

# Version number of this module.
ModuleVersion = '0.9.1'
ModuleVersion = '0.9.2'

# Supported PSEditions
# CompatiblePSEditions = @()
Expand Down Expand Up @@ -130,7 +130,7 @@ PrivateData = @{
# IconUri = ''

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

# Prerelease string of this module
Prerelease = 'preview'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@
-->
## Current Release

## Version 0.9.2-preview
* Fix ArtifactSource command bug

## Version 0.9.1-preview
* Enhance the discoverability of information provided by `Get-AzureRmDeploymentManagerRollout` when using the `-Verbose` and `-Error` switch parameters

Expand Down
Loading