Skip to content

Commit e46c6ea

Browse files
committed
Cleanup psd1.
1 parent 19bb5cd commit e46c6ea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ResourceManager/Subscription/AzureRM.Subscription.psd1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ CLRVersion = '4.0'
5454
RequiredModules = @(@{ModuleName = 'AzureRM.Profile'; ModuleVersion = '4.0.0'; })
5555

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

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

9797
# Tags applied to this module. These help with module discovery in online galleries.
98-
Tags = 'Azure','ResourceManager','ARM','Subscription','SubscriptionDefinition'
98+
Tags = 'Azure','ARM','Subscription','SubscriptionDefinition'
9999

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

0 commit comments

Comments
 (0)