Skip to content

Update module metadata for reservations release #4964

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 3 commits into from
Nov 11, 2017
Merged
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
18 changes: 9 additions & 9 deletions src/ResourceManager/Reservations/AzureRM.Reservations.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# RootModule = ''

# Version number of this module.
ModuleVersion = '1.0'
ModuleVersion = '0.1.0'

# Supported PSEditions
# CompatiblePSEditions = @()
Expand All @@ -24,13 +24,13 @@ GUID = '43d3b085-6323-4ac4-a7c3-81d75ea036e5'
Author = 'Microsoft Corporation'

# Company or vendor of this module
CompanyName = 'Unknown'
CompanyName = 'Microsoft Corporation'

# Copyright statement for this module
Copyright = '(c) 2017 Microsoft Corporation. All rights reserved.'

# Description of the functionality provided by this module
# Description = ''
Description = 'Microsoft Azure PowerShell - Reservations service cmdlets for Azure Resource Manager. Manages Reservations, Reservation Orders, and related resources in Azure Resource Manager'

# Minimum version of the Windows PowerShell engine required by this module
PowerShellVersion = '3.0'
Expand All @@ -51,10 +51,10 @@ DotNetFrameworkVersion = '4.5.2'
# ProcessorArchitecture = ''

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

# Assemblies that must be loaded prior to importing this module
# RequiredAssemblies = @()
RequiredAssemblies = '.\Microsoft.Azure.Management.Reservations.dll'

# Script files (.ps1) that are run in the caller's environment prior to importing this module.
# ScriptsToProcess = @()
Expand Down Expand Up @@ -95,19 +95,19 @@ PrivateData = @{
PSData = @{

# Tags applied to this module. These help with module discovery in online galleries.
# Tags = @()
Tags = 'Azure','ResourceManager','ARM','Compute','IAAS','VM','VirtualMachine'

# A URL to the license for this module.
# LicenseUri = ''
LicenseUri = 'https://aka.ms/azps-license'

# A URL to the main website for this project.
# ProjectUri = ''
ProjectUri = 'https://github.com/Azure/azure-powershell'

# A URL to an icon representing this module.
# IconUri = ''

# ReleaseNotes of this module
# ReleaseNotes = ''
ReleaseNotes = 'Initial Release of Reservations cmdlets'

} # End of PSData hashtable

Expand Down