Skip to content

Commit 6f4e2c5

Browse files
authored
Merge pull request Azure#4964 from Azure/reserve-510
Update module metadata for reservations release
2 parents 8eaedc5 + d8e45e9 commit 6f4e2c5

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

src/ResourceManager/Reservations/AzureRM.Reservations.psd1

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

1414
# Version number of this module.
15-
ModuleVersion = '1.0'
15+
ModuleVersion = '0.1.0'
1616

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

2626
# Company or vendor of this module
27-
CompanyName = 'Unknown'
27+
CompanyName = 'Microsoft Corporation'
2828

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

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

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

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

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

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

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

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

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

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

109109
# ReleaseNotes of this module
110-
# ReleaseNotes = ''
110+
ReleaseNotes = 'Initial Release of Reservations cmdlets'
111111

112112
} # End of PSData hashtable
113113

0 commit comments

Comments
 (0)