Skip to content

[Release 3.1.0] Update change log and module manifest files #3159

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 4 commits into from
Nov 1, 2016

Conversation

cormacpayne
Copy link
Member

Used tools\UpdateChangeLog.ps1 file to update change logs and module manifest files for each service.

@cormacpayne
Copy link
Member Author


# Modules that must be imported into the global environment prior to importing this module
RequiredModules = @( @{ ModuleName = 'AzureRM.Profile'; ModuleVersion = '2.3.0'})
RequiredModules = @(@{ModuleName = 'AzureRM.Profile'; ModuleVersion = '2.0.1'; })
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

RequiredModules change

PrivateData = @{

PSData = @{

# Tags applied to this module. These help with module discovery in online galleries.
Tags = @("Azure", "ResourceManager", "ARM", "AzureStack")
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tags change -looks liek this was not part of your build

# RootModule = ''

# Version number of this module.
ModuleVersion = '0.9.91'
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

wrong version

# ProcessorArchitecture = ''

# Modules that must be imported into the global environment prior to importing this module
RequiredModules = @(@{ModuleName = 'AzureRM.Profile'; ModuleVersion = '2.0.1'; })
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

wrong version, looks like this was not in your build

PrivateData = @{

PSData = @{

# Tags applied to this module. These help with module discovery in online galleries.
Tags = @("Azure", "ResourceManager", "ARM", "AzureStack")
# Tags = @()
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

tags removed

## Current Release

## Version 0.9.91
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

wrong version

## Current Release

## Version 0.9.10
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

wrong version

@cormacpayne
Copy link
Member Author

@markcowl markcowl merged commit 3d1beec into Azure:release-3.1.0 Nov 1, 2016
@cormacpayne cormacpayne deleted the update-logs branch January 27, 2017 23:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants