1212# RootModule = ''
1313
1414# Version number of this module.
15- ModuleVersion = ' 0.3 .0'
15+ ModuleVersion = ' 0.4 .0'
1616
1717# Supported PSEditions
1818CompatiblePSEditions = ' Core' , ' Desktop'
@@ -60,10 +60,10 @@ RequiredAssemblies = 'Marketplace.Autorest/bin/Az.Marketplace.private.dll',
6060 ' Microsoft.Azure.Management.Marketplace.dll'
6161
6262# Script files (.ps1) that are run in the caller's environment prior to importing this module.
63- ScriptsToProcess = @ ()
63+ # ScriptsToProcess = @()
6464
6565# Type files (.ps1xml) to be loaded when importing this module
66- TypesToProcess = @ ()
66+ # TypesToProcess = @()
6767
6868# Format files (.ps1xml) to be loaded when importing this module
6969FormatsToProcess = ' Marketplace.Autorest/Az.Marketplace.format.ps1xml'
@@ -130,7 +130,7 @@ PrivateData = @{
130130 PSData = @ {
131131
132132 # Tags applied to this module. These help with module discovery in online galleries.
133- Tags = ' Azure' , ' ResourceManager' , ' ARM' , ' Marketplace'
133+ Tags = ' Azure' , ' ResourceManager' , ' ARM' , ' Marketplace'
134134
135135 # A URL to the license for this module.
136136 LicenseUri = ' https://aka.ms/azps-license'
@@ -142,7 +142,12 @@ PrivateData = @{
142142 # IconUri = ''
143143
144144 # ReleaseNotes of this module
145- ReleaseNotes = ' * the first preview release'
145+ ReleaseNotes = ' * Added new features and capabilities to user and marketplace-admins:
146+ - Approve offer and plans with subscription granularity.
147+ - Enable\Disable Approve-All-Products on a collection.
148+ - Fetch all subscriptions in a tenant.
149+ - Get new plans notifications for the offers in the privatestore.
150+ - Get all approved offers and plans for a user.'
146151
147152 # Prerelease string of this module
148153 # Prerelease = ''
@@ -155,7 +160,7 @@ PrivateData = @{
155160
156161 } # End of PSData hashtable
157162
158- } # End of PrivateData hashtable
163+ } # End of PrivateData hashtable
159164
160165# HelpInfo URI of this module
161166# HelpInfoURI = ''
0 commit comments