Skip to content

Commit 4157e6e

Browse files
author
maddieclayton
committed
fix issues
1 parent 13e2a11 commit 4157e6e

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

src/ResourceManager/KeyVault/Commands.KeyVault.Test/Commands.KeyVault.Test.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@
8080
</Reference>
8181
<Reference Include="Microsoft.Azure.Management.KeyVault">
8282
<HintPath>..\..\..\packages\Microsoft.Azure.Management.KeyVault.2.4.1-alpha\lib\net452\Microsoft.Azure.Management.KeyVault.dll</HintPath>
83+
</Reference>
8384
<Reference Include="Microsoft.Azure.ResourceManager, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
8485
<SpecificVersion>False</SpecificVersion>
8586
<HintPath>..\..\..\packages\Microsoft.Azure.Management.Resources.2.20.0-preview\lib\net40\Microsoft.Azure.ResourceManager.dll</HintPath>

src/ResourceManager/KeyVault/Commands.KeyVault.Test/ScenarioTests/KeyVaultManagementController.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ public void RunPsTestWorkflow(
132132
"Scripts\\ControlPlane\\" + callingClassName + ".ps1",
133133
helper.RMProfileModule,
134134
helper.RMResourceModule,
135-
helper.GetRMModulePath("AzureRM.KeyVault.psd1");
135+
helper.GetRMModulePath("AzureRM.KeyVault.psd1"));
136136

137137
try
138138
{

src/ResourceManager/KeyVault/Commands.KeyVault.Test/packages.config

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@
88
<package id="Microsoft.Azure.KeyVault.WebKey" version="3.0.0-alpha" targetFramework="net452" />
99
<package id="Microsoft.Azure.Management.Authorization" version="2.0.0" targetFramework="net45" />
1010
<package id="Microsoft.Azure.Management.KeyVault" version="2.4.1-alpha" targetFramework="net452" />
11-
<package id="Microsoft.Azure.Management.Network" version="18.0.0-preview" targetFramework="net452" />
12-
<package id="Microsoft.Azure.Management.ResourceManager" version="1.6.0-preview" targetFramework="net452" />
1311
<package id="Microsoft.Azure.Management.Resources" version="2.20.0-preview" targetFramework="net45" />
1412
<package id="Microsoft.Azure.Test.Framework" version="1.0.6179.26854-prerelease" targetFramework="net45" />
1513
<package id="Microsoft.Azure.Test.HttpRecorder" version="1.6.7-preview" targetFramework="net45" />

0 commit comments

Comments
 (0)