Skip to content

Commit 6d29b17

Browse files
authored
Merge pull request Azure#5436 from MiYanni/FixStackPsd1s
Stack psd1 fixes (again)
2 parents 4ea4651 + 68d88d5 commit 6d29b17

File tree

2 files changed

+44
-6
lines changed

2 files changed

+44
-6
lines changed

src/StackAdmin/AzureStackAdmin/AzureRM.AzureStackAdmin.psd1

Lines changed: 22 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ CLRVersion = '4.0'
4545
ProcessorArchitecture = ''
4646

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

5050
# Assemblies that must be loaded prior to importing this module
5151
# RequiredAssemblies = @()
@@ -78,6 +78,25 @@ ModuleList = @()
7878
# FileList = @()
7979

8080
# Private data to pass to the module specified in ModuleToProcess
81-
PrivateData = ''
82-
}
81+
PrivateData = @{
8382

83+
PSData = @{
84+
85+
# Tags applied to this module. These help with module discovery in online galleries.
86+
# Tags = @()
87+
88+
# A URL to the license for this module.
89+
LicenseUri = 'https://aka.ms/azps-license'
90+
91+
# A URL to the main website for this project.
92+
ProjectUri = 'https://github.com/Azure/azure-powershell'
93+
94+
# A URL to an icon representing this module.
95+
# IconUri = ''
96+
97+
# ReleaseNotes of this module
98+
ReleaseNotes = ''
99+
100+
} # End of PSData hashtable
101+
} # End of PrivateData hashtable
102+
}

src/StackAdmin/AzureStackStorage/AzureRM.AzureStackStorage.psd1

Lines changed: 22 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ CLRVersion='4.0'
4545
ProcessorArchitecture = 'None'
4646

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

5050
# Assemblies that must be loaded prior to importing this module
5151
RequiredAssemblies = @()
@@ -112,6 +112,25 @@ ModuleList = @()
112112
FileList = @()
113113

114114
# Private data to pass to the module specified in ModuleToProcess
115-
PrivateData = ''
115+
PrivateData = @{
116116

117-
}
117+
PSData = @{
118+
119+
# Tags applied to this module. These help with module discovery in online galleries.
120+
# Tags = @()
121+
122+
# A URL to the license for this module.
123+
LicenseUri = 'https://aka.ms/azps-license'
124+
125+
# A URL to the main website for this project.
126+
ProjectUri = 'https://github.com/Azure/azure-powershell'
127+
128+
# A URL to an icon representing this module.
129+
# IconUri = ''
130+
131+
# ReleaseNotes of this module
132+
ReleaseNotes = ''
133+
134+
} # End of PSData hashtable
135+
} # End of PrivateData hashtable
136+
}

0 commit comments

Comments
 (0)