Skip to content

Commit 9799e34

Browse files
committed
update test proj
1 parent 4911c26 commit 9799e34

File tree

4 files changed

+8
-5
lines changed

4 files changed

+8
-5
lines changed

src/ResourceManager/Resources/Commands.Resources.Test/Commands.Resources.Test.csproj

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,9 @@
6161
<SpecificVersion>False</SpecificVersion>
6262
<HintPath>..\..\..\packages\Microsoft.Azure.Graph.RBAC.3.4.0-preview\lib\net452\Microsoft.Azure.Graph.RBAC.dll</HintPath>
6363
</Reference>
64+
<Reference Include="Microsoft.Azure.Management.Authorization, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
65+
<HintPath>..\..\..\packages\Microsoft.Azure.Management.Authorization.2.6.0-preview\lib\net452\Microsoft.Azure.Management.Authorization.dll</HintPath>
66+
</Reference>
6467
<Reference Include="Microsoft.Azure.Insights">
6568
<HintPath>..\..\..\packages\Microsoft.Azure.Insights.0.10.0-preview\lib\net45\Microsoft.Azure.Insights.dll</HintPath>
6669
</Reference>
@@ -246,10 +249,10 @@
246249
<Project>{d3804b64-c0d3-48f8-82ec-1f632f833c9e}</Project>
247250
<Name>Commands.Common.Authentication</Name>
248251
</ProjectReference>
249-
<ProjectReference Include="..\..\..\Common\Commands.Common.Authorization\Commands.Common.Authorization.csproj">
252+
<!-- <ProjectReference Include="..\..\..\Common\Commands.Common.Authorization\Commands.Common.Authorization.csproj">
250253
<Project>{24508e26-154d-47f1-80ee-439bf0710996}</Project>
251254
<Name>Commands.Common.Authorization</Name>
252-
</ProjectReference>
255+
</ProjectReference>-->
253256
<ProjectReference Include="..\..\..\Common\Commands.Common.Graph.RBAC\Commands.Common.Graph.RBAC.csproj">
254257
<Project>{269acf73-0a34-42dc-ab9c-4b15931a489d}</Project>
255258
<Name>Commands.Common.Graph.RBAC</Name>

src/ResourceManager/Resources/Commands.Resources.Test/Models.ResourceGroups/ResourceClientTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
using Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels;
2828
using Microsoft.Azure.Commands.Resources.Models;
2929
using Microsoft.Azure.Commands.ScenarioTest;
30-
using Microsoft.Azure.Management.Authorization.Version2015_07_01;
30+
using Microsoft.Azure.Management.Authorization;
3131
using Microsoft.Azure.Management.ResourceManager;
3232
using Microsoft.Azure.Management.ResourceManager.Models;
3333
using Microsoft.Rest.Azure;

src/ResourceManager/Resources/Commands.Resources.Test/ScenarioTests/ResourcesController.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
using Microsoft.Azure.Commands.ResourceManager.Cmdlets.Extensions;
2424
using Microsoft.Azure.Graph.RBAC.Version1_6;
2525
using Microsoft.Azure.Insights;
26-
using Microsoft.Azure.Management.Authorization.Version2015_07_01;
26+
using Microsoft.Azure.Management.Authorization;
2727
using Microsoft.Azure.Management.ResourceManager;
2828
using Microsoft.Azure.Test.HttpRecorder;
2929
using Microsoft.Rest.ClientRuntime.Azure.TestFramework;

src/ResourceManager/Resources/Commands.Resources.Test/ScenarioTests/RoleAssignmentTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
using Microsoft.Azure.Graph.RBAC.Version1_6;
1717
using Microsoft.Azure.Graph.RBAC.Version1_6.Models;
18-
using Microsoft.Azure.Management.Authorization.Version2015_07_01;
18+
using Microsoft.Azure.Management.Authorization;
1919
using Microsoft.Azure.Management.ResourceManager;
2020
using Microsoft.Azure.Management.ResourceManager.Models;
2121
using Microsoft.Azure.ServiceManagemenet.Common.Models;

0 commit comments

Comments
 (0)