Skip to content

Commit daa3775

Browse files
authored
Merge pull request #6676 from praries880/6436
Fix dependencies of Compute on KEyvault/Storage to be now on common
2 parents 86677b4 + 624f82f commit daa3775

File tree

138 files changed

+280554
-2738994
lines changed

Some content is hidden

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

138 files changed

+280554
-2738994
lines changed

src/ResourceManager/Compute/Commands.Compute.Test/AzureRM.Resources.Netcore.ps1

Lines changed: 0 additions & 143 deletions
This file was deleted.

src/ResourceManager/Compute/Commands.Compute.Test/AzureRM.Resources.ps1

Lines changed: 0 additions & 142 deletions
This file was deleted.

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

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
<PackageReference Include="Microsoft.Azure.Management.Compute" Version="21.0.0" />
2929
<PackageReference Include="Microsoft.Azure.Management.KeyVault" Version="2.4.1" />
3030
<PackageReference Include="Microsoft.Azure.Management.Network" Version="19.1.0-preview" />
31+
<PackageReference Include="Microsoft.Azure.Management.Storage" Version="7.1.0-preview" />
3132
<PackageReference Include="Moq" Version="4.7.145" />
3233
</ItemGroup>
3334

@@ -59,14 +60,10 @@
5960
<None Include="$(ScenarioTestToolsPath)Assert.ps1" Link="ScenarioTests\Assert.ps1">
6061
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
6162
</None>
62-
<None Include="..\..\Resources\Commands.Resources.Test\ScenarioTests\Common.ps1" Link="ScenarioTests\Common.ps1">
63-
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
64-
</None>
65-
<None Remove="AzureRM.Resources.ps1" />
66-
<None Include="AzureRM.Resources.Netcore.ps1" Link="ScenarioTests\AzureRM.Resources.ps1">
63+
<None Include="$(ScenarioTestToolsPath)AzureRM.Resources.ps1" Link="ScenarioTests\AzureRM.Resources.ps1">
6764
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
6865
</None>
69-
<None Include="AzureRM.Resources.Netcore.ps1" Link="AzureRM.Resources.ps1">
66+
<None Include="..\..\Resources\Commands.Resources.Test\ScenarioTests\Common.ps1" Link="ScenarioTests\Common.ps1">
7067
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
7168
</None>
7269
</ItemGroup>

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

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -49,14 +49,15 @@
4949
<Reference Include="Microsoft.Azure.Management.Network, Version=19.0.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
5050
<HintPath>..\..\..\packages\Microsoft.Azure.Management.Network.19.1.0-preview\lib\net452\Microsoft.Azure.Management.Network.dll</HintPath>
5151
</Reference>
52-
<Reference Include="Microsoft.Azure.Management.KeyVault, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
52+
<Reference Include="Microsoft.Azure.Management.Storage, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
5353
<SpecificVersion>False</SpecificVersion>
54-
<HintPath>..\..\..\packages\Microsoft.Azure.Management.KeyVault.2.4.1-alpha\lib\net452\Microsoft.Azure.Management.KeyVault.dll</HintPath>
54+
<HintPath>..\..\..\packages\Microsoft.Azure.Management.Storage.7.1.0-preview\lib\net452\Microsoft.Azure.Management.Storage.dll</HintPath>
5555
</Reference>
56-
<Reference Include="Microsoft.Azure.Management.Storage, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
56+
<Reference Include="Microsoft.Azure.Management.KeyVault, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
5757
<SpecificVersion>False</SpecificVersion>
58-
<HintPath>..\..\..\packages\Microsoft.Azure.Management.Storage.4.1.0-preview\lib\net45\Microsoft.Azure.Management.Storage.dll</HintPath>
58+
<HintPath>..\..\..\packages\Microsoft.Azure.Management.KeyVault.2.4.1\lib\net452\Microsoft.Azure.Management.KeyVault.dll</HintPath>
5959
</Reference>
60+
6061
</ItemGroup>
6162
<ItemGroup>
6263
<Compile Include="Common\ComputeTestController.cs" />
@@ -112,9 +113,6 @@
112113
<Link>ScenarioTests\Common.ps1</Link>
113114
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
114115
</None>
115-
<None Include="AzureRM.Resources.ps1">
116-
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
117-
</None>
118116
<Content Include="ConfigFiles\DiagnosticsExtensionConfigWithWrongName.xml">
119117
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
120118
</Content>

0 commit comments

Comments
 (0)