Skip to content

Commit 3edf9d9

Browse files
committed
Feedback
1 parent bcfd8d1 commit 3edf9d9

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

src/StackAdmin/Azs.Gallery.Admin/Module/Azs.Gallery.Admin/Azs.Gallery.Admin.psd1

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Licensed under the MIT License. See License.txt in the project root for license
3838
Description = 'Gallery Admin Client'
3939

4040
# Minimum version of the Windows PowerShell engine required by this module
41-
# PowerShellVersion = ''
41+
PowerShellVersion = '5.0'
4242

4343
# Name of the Windows PowerShell host required by this module
4444
# PowerShellHostName = ''
@@ -56,7 +56,7 @@ Licensed under the MIT License. See License.txt in the project root for license
5656
# ProcessorArchitecture = ''
5757

5858
# Modules that must be imported into the global environment prior to importing this module
59-
RequiredModules = @(@{ModuleName = 'AzureRM.Profile'; ModuleVersion = '5.3.4'; },
59+
RequiredModules = @(@{ModuleName = 'AzureRM.Profile'; ModuleVersion = '5.5.1'; },
6060
@{ModuleName = 'AzureRM.Resources'; ModuleVersion = '6.0.2'; })
6161

6262
# Assemblies that must be loaded prior to importing this module
@@ -114,10 +114,10 @@ Licensed under the MIT License. See License.txt in the project root for license
114114
# IconUri = ''
115115

116116
# ReleaseNotes of this module
117-
ReleaseNotes = '## 2018.8.12 - Version 0.2.0
117+
ReleaseNotes = '## 2018.8.12
118118
* Module dependencies updated
119-
* AzureRM.Profile >= 5.3.4
120-
* AzureRM.Resources >= 6.0.2
119+
* AzureRM.Profile
120+
* AzureRM.Resources
121121
* Bug fixes
122122
* Handle ErrrorAction correctly now
123123
'
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
33
<package id="Microsoft.AzureStack.Management.Gallery.Admin" version="0.1.0-preview" targetFramework="net45" />
4-
<package id="Microsoft.Rest.ClientRuntime.Azure.TestFramework" version="1.7.2" targetFramework="net452" />
54
</packages>

0 commit comments

Comments
 (0)