Skip to content

Commit d4e2e01

Browse files
authored
Merge pull request #3171 from bganapa/dev-tp2refresh1
TP2 refesh 1 changes
2 parents 508f480 + f535696 commit d4e2e01

File tree

11 files changed

+10624
-7141
lines changed

11 files changed

+10624
-7141
lines changed

setup/azurecmd.wxs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi" xmlns:util="http://schemas.microsoft.com/wix/UtilExtension">
33

4-
<?define productName="Microsoft Azure PowerShell for Azure Stack TP2 - September 2016" ?>
4+
<?define productName="Microsoft Azure PowerShell for Azure Stack TP2 Update 1 - November 2016" ?>
55
<?define sourceDir="$(var.SolutionDir)..\src\Package\$(var.Configuration)" ?>
66
<?define caSourceDir="$(var.SolutionDir)setup\bin\$(var.Configuration)" ?>
77

8-
<?define version="1.2.6" ?>
8+
<?define version="1.2.7" ?>
99

1010
<Product Id="*"
1111
Name="$(var.productName)"

setup/azurecmdfiles.wxi

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -320,9 +320,18 @@
320320
<Component Id="cmpFDFB38E21048DD505BCAD31F5136992E" Guid="*">
321321
<File Id="fil725BD220D8CBA56756A4178EC0DF3BD1" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\AzureRM.AzureStackAdmin\Microsoft.Azure.Common.dll" />
322322
</Component>
323+
<Component Id="cmpC2439F65706917CA4AABD3AF6AFB856A" Guid="*">
324+
<File Id="filB30A22185C3B74D7BF42213FB3287E98" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\AzureRM.AzureStackAdmin\Microsoft.Azure.Common.NetFramework.dll" />
325+
</Component>
323326
<Component Id="cmp048B605B1072F4A5467F2AFFD8ED2459" Guid="*">
324327
<File Id="fil38FE506241BEC2CA3B34645613B821F3" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\AzureRM.AzureStackAdmin\Microsoft.AzureStack.Commands.dll" />
325328
</Component>
329+
<Component Id="cmpB2F2FF5F057BDE656891B43C18ADF020" Guid="*">
330+
<File Id="fil952FAF0371C7CCC373DBDF330DB18A87" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\AzureRM.AzureStackAdmin\Microsoft.AzureStack.Commands.dll-help.psd1" />
331+
</Component>
332+
<Component Id="cmp889E4CFA9046EFFEFF5D63CB61E990A6" Guid="*">
333+
<File Id="filE0954BDD89FA012B32E270ADA2F66DD8" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\AzureRM.AzureStackAdmin\Microsoft.AzureStack.Commands.dll-help.xml" />
334+
</Component>
326335
<Component Id="cmpA2F17B479BD0FE1A81AED68A6C03B7A0" Guid="*">
327336
<File Id="fil80D875AB0DAA2F1FDA208FBF372BDD50" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\AzureRM.AzureStackAdmin\Microsoft.AzureStack.Management.dll" />
328337
</Component>
@@ -5053,7 +5062,10 @@
50535062
<ComponentRef Id="cmp341162180BF390CE2A96709D6793E79A" />
50545063
<ComponentRef Id="cmpD0EF8A0F8719C6D155CF9683A6832BD9" />
50555064
<ComponentRef Id="cmpFDFB38E21048DD505BCAD31F5136992E" />
5065+
<ComponentRef Id="cmpC2439F65706917CA4AABD3AF6AFB856A" />
50565066
<ComponentRef Id="cmp048B605B1072F4A5467F2AFFD8ED2459" />
5067+
<ComponentRef Id="cmpB2F2FF5F057BDE656891B43C18ADF020" />
5068+
<ComponentRef Id="cmp889E4CFA9046EFFEFF5D63CB61E990A6" />
50575069
<ComponentRef Id="cmpA2F17B479BD0FE1A81AED68A6C03B7A0" />
50585070
<ComponentRef Id="cmp4E983C9ECBC2D4A29376A70418BE5E2B" />
50595071
<ComponentRef Id="cmpD7DAB84173CC8537AFCD22E7B68C4B3D" />

src/ResourceManager/AzureStackAdmin/AzureRM.AzureStackAdmin.psd1

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99
@{
1010

1111
# Version number of this module.
12-
ModuleVersion = '0.9.11'
12+
13+
ModuleVersion = '0.10.2'
1314

1415
# ID used to uniquely identify this module
1516
GUID = '0e691e0a-ce16-40f2-af84-86fb0d82fb29'

src/ResourceManager/AzureStackAdmin/Commands.AzureStackAdmin.Test/AzureStackTests.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ public void TestPlan()
3939
}
4040

4141
[Fact]
42+
[Trait(Category.AcceptanceType, Category.CheckIn)]
4243
public void TestOffer()
4344
{
4445
AzStackTestRunner.NewInstance.RunPsTest("Test-Offer");

src/ResourceManager/AzureStackAdmin/Commands.AzureStackAdmin.Test/Common/Commands.AzureStackAdmin.Test.Common.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
<HintPath>..\..\..\..\packages\Microsoft.Azure.Common.2.1.0\lib\net45\Microsoft.Azure.Common.dll</HintPath>
7474
</Reference>
7575
<Reference Include="Microsoft.AzureStack.Management">
76-
<HintPath>..\..\..\..\packages\Microsoft.AzureStack.Management.0.9.6-preview\lib\net45\Microsoft.AzureStack.Management.dll</HintPath>
76+
<HintPath>..\..\..\..\packages\Microsoft.AzureStack.Management.0.10.1-preview\lib\net45\Microsoft.AzureStack.Management.dll</HintPath>
7777
</Reference>
7878
<Reference Include="Hyak.Common">
7979
<HintPath>..\..\..\..\packages\Hyak.Common.1.0.3\lib\net40\Hyak.Common.dll</HintPath>

src/ResourceManager/AzureStackAdmin/Commands.AzureStackAdmin.Test/Common/packages.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<package id="Microsoft.Azure.Management.Resources" version="2.18.14-preview" targetFramework="net45" />
77
<package id="Microsoft.Azure.Test.Framework" version="1.0.6068.31305-prerelease" targetFramework="net45" />
88
<package id="Microsoft.Azure.Test.HttpRecorder" version="1.0.6025.18429-prerelease" targetFramework="net45" />
9-
<package id="Microsoft.AzureStack.Management" version="0.9.6-preview" targetFramework="net45" />
9+
<package id="Microsoft.AzureStack.Management" version="0.10.1-preview" targetFramework="net45" />
1010
<package id="Microsoft.Bcl" version="1.1.9" targetFramework="net45" />
1111
<package id="Microsoft.Bcl.Async" version="1.0.168" targetFramework="net45" />
1212
<package id="Microsoft.Bcl.Build" version="1.0.14" targetFramework="net45" />

src/ResourceManager/AzureStackAdmin/Commands.AzureStackAdmin/Commands.AzureStackAdmin.csproj

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -73,18 +73,18 @@
7373
<Reference Include="System.Xml.Linq" />
7474
<Reference Include="System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" />
7575
<Reference Include="Microsoft.AzureStack.Management">
76-
<HintPath>..\..\..\packages\Microsoft.AzureStack.Management.0.9.6-preview\lib\net45\Microsoft.AzureStack.Management.dll</HintPath>
76+
<HintPath>..\..\..\packages\Microsoft.AzureStack.Management.0.10.1-preview\lib\net45\Microsoft.AzureStack.Management.dll</HintPath>
7777
</Reference>
7878
<Reference Include="Hyak.Common">
7979
<HintPath>..\..\..\packages\Hyak.Common.1.0.3\lib\net40\Hyak.Common.dll</HintPath>
8080
</Reference>
8181
<Reference Include="Microsoft.Azure.Common">
8282
<HintPath>..\..\..\packages\Microsoft.Azure.Common.2.1.0\lib\net45\Microsoft.Azure.Common.dll</HintPath>
83-
</Reference>
83+
</Reference>
8484
<Reference Include="Microsoft.Azure.Common.NetFramework, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
8585
<SpecificVersion>False</SpecificVersion>
86-
<HintPath>..\..\packages\Microsoft.Azure.Common.2.1.0\lib\net45\Microsoft.Azure.Common.NetFramework.dll</HintPath>
87-
</Reference>
86+
<HintPath>..\..\..\packages\Microsoft.Azure.Common.2.1.0\lib\net45\Microsoft.Azure.Common.NetFramework.dll</HintPath>
87+
</Reference>
8888
<Reference Include="Microsoft.Rest.ClientRuntime, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
8989
<HintPath>..\..\..\packages\Microsoft.Rest.ClientRuntime.1.8.2\lib\net45\Microsoft.Rest.ClientRuntime.dll</HintPath>
9090
<Private>True</Private>
@@ -131,7 +131,9 @@
131131
<Link>AzureRM.AzureStackAdmin.psd1</Link>
132132
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
133133
</None>
134-
<None Include="Microsoft.AzureStack.Commands.dll-help.psd1" />
134+
<None Include="Microsoft.AzureStack.Commands.dll-help.psd1">
135+
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
136+
</None>
135137
<Compile Include="CommonPSConst.cs" />
136138
<Compile Include="Microsoft.Subscriptions\ManagedLocations\GetManagedLocation.cs" />
137139
<Compile Include="Microsoft.Subscriptions\ManagedLocations\NewManagedLocation.cs" />
@@ -185,7 +187,9 @@
185187
</EmbeddedResource>
186188
</ItemGroup>
187189
<ItemGroup>
188-
<Content Include="Microsoft.AzureStack.Commands.dll-help.xml" />
190+
<Content Include="Microsoft.AzureStack.Commands.dll-help.xml">
191+
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
192+
</Content>
189193
<Content Include="Token\readme.txt" />
190194
</ItemGroup>
191195
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />

src/ResourceManager/AzureStackAdmin/Commands.AzureStackAdmin/Microsoft.AzureStack.Commands.dll-help.psd1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
@{
1010

1111
# Version number of this module.
12-
ModuleVersion = '0.9.2'
12+
ModuleVersion = '0.10.2'
1313

1414
# ID used to uniquely identify this module
1515
GUID = 'F237EAAA-BD3A-4965-AD4A-BF38598BFEF7'
@@ -24,7 +24,7 @@ CompanyName = 'Microsoft Corporation'
2424
Copyright = 'Microsoft Corporation. All rights reserved.'
2525

2626
# Description of the functionality provided by this module
27-
Description = ''
27+
Description = 'Azure Stack Administrative module, included commands for operations on Plans, Offers, Subscriptions, Gallery Items, Resource Provider Registration and Usage Connection'
2828

2929
# Minimum version of the Windows PowerShell engine required by this module
3030
PowerShellVersion = '3.0'

0 commit comments

Comments
 (0)