Skip to content

Commit eae7332

Browse files
committed
Merge pull request #188 from huangpf/vmss
HPF PR: vmss <- huangpf:vmss
2 parents dba5567 + 2166411 commit eae7332

File tree

128 files changed

+11734
-14325
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

128 files changed

+11734
-14325
lines changed

setup/azurecmdfiles.wxi

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2971,9 +2971,6 @@
29712971
<Component Id="cmp944094B91A8A0511E47D4451B87C6CFD" Guid="*">
29722972
<File Id="fil1E64750FA006775ABDE85CBD938598AA" KeyPath="yes" Source="$(var.sourceDir)\ServiceManagement\Azure\Compute\Microsoft.Azure.Management.Network.dll" />
29732973
</Component>
2974-
<Component Id="cmpF0D6E87592CA6F6E966385CB1295DF88" Guid="*">
2975-
<File Id="filE856DCB106BA2652E7357EB19C49E8D8" KeyPath="yes" Source="$(var.sourceDir)\ServiceManagement\Azure\Compute\Microsoft.Azure.Management.Storage.dll" />
2976-
</Component>
29772974
<Component Id="cmp9BE4A14F2E050EFD14F849753F4D0C80" Guid="*">
29782975
<File Id="filF37AF7FAE1E4FAD4D16EDA8BC0CF45D5" KeyPath="yes" Source="$(var.sourceDir)\ServiceManagement\Azure\Compute\Microsoft.Azure.ResourceManager.dll" />
29792976
</Component>
@@ -2995,6 +2992,9 @@
29952992
<Component Id="cmpE8837BAFFAC6966C28843965B8814CF4" Guid="*">
29962993
<File Id="fil6108675AD4F76069C0612551B51803B1" KeyPath="yes" Source="$(var.sourceDir)\ServiceManagement\Azure\Compute\Microsoft.Rest.ClientRuntime.Azure.Authentication.dll" />
29972994
</Component>
2995+
<Component Id="cmp26FB57722F2C2C01206C60A4A5CC3D17" Guid="*">
2996+
<File Id="filD353E68ADBD3FB88559AD84890FCB597" KeyPath="yes" Source="$(var.sourceDir)\ServiceManagement\Azure\Compute\Microsoft.Rest.ClientRuntime.Azure.dll" />
2997+
</Component>
29982998
<Component Id="cmpDC73FAD5D1773A5B838346B8484EE04B" Guid="*">
29992999
<File Id="filD9398C787FBBED549D4605A019EAC919" KeyPath="yes" Source="$(var.sourceDir)\ServiceManagement\Azure\Compute\Microsoft.Rest.ClientRuntime.dll" />
30003000
</Component>
@@ -5833,14 +5833,14 @@
58335833
<ComponentRef Id="cmp4DCABA2450B8FD31596D1000125A9FE7" />
58345834
<ComponentRef Id="cmpC97A392E1DDFDAA47605D26D01A7C5CE" />
58355835
<ComponentRef Id="cmp944094B91A8A0511E47D4451B87C6CFD" />
5836-
<ComponentRef Id="cmpF0D6E87592CA6F6E966385CB1295DF88" />
58375836
<ComponentRef Id="cmp9BE4A14F2E050EFD14F849753F4D0C80" />
58385837
<ComponentRef Id="cmpC4B0F527C50AAE1765CBAD30D27B8A40" />
58395838
<ComponentRef Id="cmp137E88F14FE19BC371D0B55830162E31" />
58405839
<ComponentRef Id="cmp899A60ACAFA623E14E1F155D97CEB7C3" />
58415840
<ComponentRef Id="cmpD22DBA7200894217034A180E7C4C9B46" />
58425841
<ComponentRef Id="cmpA502125DDBF8DEF0298D97A71F423DDA" />
58435842
<ComponentRef Id="cmpE8837BAFFAC6966C28843965B8814CF4" />
5843+
<ComponentRef Id="cmp26FB57722F2C2C01206C60A4A5CC3D17" />
58445844
<ComponentRef Id="cmpDC73FAD5D1773A5B838346B8484EE04B" />
58455845
<ComponentRef Id="cmp4305AC8141F9492E6C050EF12BD727D7" />
58465846
<ComponentRef Id="cmpD3DE395231435F48A6F7DF9C1D608B76" />

src/ResourceManager/Compute/Commands.Compute.Test/Commands.Compute.Test.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
<HintPath>..\..\..\packages\Microsoft.Azure.Management.Authorization.2.0.0\lib\net40\Microsoft.Azure.Management.Authorization.dll</HintPath>
6565
</Reference>
6666
<Reference Include="Microsoft.Azure.Management.Compute, Version=10.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
67-
<HintPath>..\..\..\packages\Microsoft.Azure.Management.Compute.11.3.0-prerelease\lib\net45\Microsoft.Azure.Management.Compute.dll</HintPath>
67+
<HintPath>..\..\..\packages\Microsoft.Azure.Management.Compute.12.0.0-prerelease\lib\net45\Microsoft.Azure.Management.Compute.dll</HintPath>
6868
<Private>True</Private>
6969
</Reference>
7070
<Reference Include="Microsoft.Azure.Management.Network, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">

src/ResourceManager/Compute/Commands.Compute.Test/ScenarioTests/VirtualMachineProfileTests.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -165,11 +165,11 @@ function Test-VirtualMachineProfile
165165
Assert-AreEqual $timeZone $p.OSProfile.WindowsConfiguration.TimeZone;
166166

167167
# Verify Additional Unattend Content
168-
Assert-AreEqual "Microsoft-Windows-Shell-Setup" $p.OSProfile.WindowsConfiguration.AdditionalUnattendContent[0].ComponentName;
168+
#Assert-AreEqual "Microsoft-Windows-Shell-Setup" $p.OSProfile.WindowsConfiguration.AdditionalUnattendContent[0].ComponentName;
169169
Assert-AreEqual $aucContent $p.OSProfile.WindowsConfiguration.AdditionalUnattendContent[0].Content;
170170
Assert-AreEqual "oobeSystem" $p.OSProfile.WindowsConfiguration.AdditionalUnattendContent[0].PassName;
171171
Assert-AreEqual $aucSetting $p.OSProfile.WindowsConfiguration.AdditionalUnattendContent[0].SettingName;
172-
Assert-AreEqual "Microsoft-Windows-Shell-Setup" $p.OSProfile.WindowsConfiguration.AdditionalUnattendContent[1].ComponentName;
172+
#Assert-AreEqual "Microsoft-Windows-Shell-Setup" $p.OSProfile.WindowsConfiguration.AdditionalUnattendContent[1].ComponentName;
173173
Assert-AreEqual $aucContent $p.OSProfile.WindowsConfiguration.AdditionalUnattendContent[1].Content;
174174
Assert-AreEqual "oobeSystem" $p.OSProfile.WindowsConfiguration.AdditionalUnattendContent[1].PassName;
175175
Assert-AreEqual $aucSetting $p.OSProfile.WindowsConfiguration.AdditionalUnattendContent[1].SettingName;

src/ResourceManager/Compute/Commands.Compute.Test/SessionRecords/Microsoft.Azure.Commands.Compute.Test.ScenarioTests.AEMExtensionTests/TestAEMExtensionAdvancedLinux.json

Lines changed: 81 additions & 81 deletions
Large diffs are not rendered by default.

src/ResourceManager/Compute/Commands.Compute.Test/SessionRecords/Microsoft.Azure.Commands.Compute.Test.ScenarioTests.AEMExtensionTests/TestAEMExtensionAdvancedWindows.json

Lines changed: 108 additions & 108 deletions
Large diffs are not rendered by default.

src/ResourceManager/Compute/Commands.Compute.Test/SessionRecords/Microsoft.Azure.Commands.Compute.Test.ScenarioTests.AEMExtensionTests/TestAEMExtensionBasicLinux.json

Lines changed: 97 additions & 97 deletions
Large diffs are not rendered by default.

src/ResourceManager/Compute/Commands.Compute.Test/SessionRecords/Microsoft.Azure.Commands.Compute.Test.ScenarioTests.AEMExtensionTests/TestAEMExtensionBasicWindows.json

Lines changed: 112 additions & 112 deletions
Large diffs are not rendered by default.

src/ResourceManager/Compute/Commands.Compute.Test/SessionRecords/Microsoft.Azure.Commands.Compute.Test.ScenarioTests.AddVhdTests/TestAddVhd.json

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)