Skip to content

Commit 18c6821

Browse files
committed
Feedback
1 parent 54237e2 commit 18c6821

File tree

2 files changed

+6
-32
lines changed

2 files changed

+6
-32
lines changed

src/StackAdmin/Azs.Fabric.Admin/Module/Azs.Fabric.Admin/Azs.Fabric.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 = 'Fabric Admin Client'
3939

4040
# Minimum version of the Windows PowerShell engine required by this module
41-
# PowerShellVersion = ''
41+
PowerShellVersion = '5'
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
@@ -126,10 +126,10 @@ Licensed under the MIT License. See License.txt in the project root for license
126126
# IconUri = ''
127127

128128
# ReleaseNotes of this module
129-
ReleaseNotes = '## 2018.8.12 - Version 0.2.0
129+
ReleaseNotes = '## 2018.8.12
130130
* New Module dependencies
131-
* AzureRM.Profile >= 5.3.4
132-
* AzureRM.Resources >= 6.0.2
131+
* AzureRM.Profile
132+
* AzureRM.Resources
133133
* New cmdlet
134134
* Add-AzsScaleUnitNode
135135
* New-AzsScaleUnitNodeObject
Lines changed: 1 addition & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,4 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="Hyak.Common" version="1.0.3" targetFramework="net45" />
4-
<package id="Microsoft.Azure.Common" version="2.1.0" targetFramework="net45" />
5-
<package id="Microsoft.Azure.Common.Dependencies" version="1.0.0" targetFramework="net45" />
6-
<package id="Microsoft.Azure.Gallery" version="2.6.2-preview" targetFramework="net45" />
7-
<package id="Microsoft.Azure.Management.Authorization" version="1.0.2" targetFramework="net45" />
8-
<package id="Microsoft.Azure.Management.Resources" version="2.20.0-preview" targetFramework="net45" />
9-
<package id="Microsoft.Azure.Management.ServiceBus" version="1.0.0" targetFramework="net452" />
10-
<package id="Microsoft.Azure.Test.Framework" version="1.0.6179.26854-prerelease" targetFramework="net45" />
11-
<package id="Microsoft.Azure.Test.HttpRecorder" version="1.10.0" targetFramework="net452" />
12-
<package id="Microsoft.Bcl" version="1.1.10" targetFramework="net45" />
13-
<package id="Microsoft.Bcl.Async" version="1.0.168" targetFramework="net45" />
14-
<package id="Microsoft.Bcl.Build" version="1.0.14" targetFramework="net45" />
15-
<package id="Microsoft.IdentityModel.Clients.ActiveDirectory" version="2.28.3" targetFramework="net45" />
16-
<package id="Microsoft.Net.Http" version="2.2.29" targetFramework="net45" />
17-
<package id="Microsoft.Rest.ClientRuntime" version="2.3.8" targetFramework="net45" />
18-
<package id="Microsoft.Rest.ClientRuntime.Azure" version="3.3.7" targetFramework="net452" />
19-
<package id="Microsoft.Rest.ClientRuntime.Azure.Authentication" version="2.2.12" targetFramework="net452" />
20-
<package id="Microsoft.Rest.ClientRuntime.Azure.TestFramework" version="1.7.2" targetFramework="net452" />
21-
<package id="Moq" version="4.2.1510.2205" targetFramework="net45" />
22-
<package id="Newtonsoft.Json" version="6.0.8" targetFramework="net45" />
23-
<package id="xunit" version="2.1.0" targetFramework="net45" />
24-
<package id="xunit.abstractions" version="2.0.0" targetFramework="net45" />
25-
<package id="xunit.assert" version="2.1.0" targetFramework="net45" />
26-
<package id="xunit.core" version="2.1.0" targetFramework="net45" />
27-
<package id="xunit.extensibility.core" version="2.1.0" targetFramework="net45" />
28-
<package id="xunit.extensibility.execution" version="2.1.0" targetFramework="net45" />
29-
<package id="xunit.runner.visualstudio" version="2.1.0" targetFramework="net45" />
3+
<package id="Microsoft.AzureStack.Management.Fabric.Admin" version="0.2.0-preview" targetFramework="net45" />
304
</packages>

0 commit comments

Comments
 (0)