Skip to content

Commit 4f0219f

Browse files
author
Hovsep Mkrtchyan
committed
Fixed DataFactories, NotificationHubs, OperationalInsights, TrafficManager and Website tests
1 parent ac1e25f commit 4f0219f

File tree

5 files changed

+20
-0
lines changed

5 files changed

+20
-0
lines changed

src/ResourceManager/DataFactories/Commands.DataFactories.Test/Commands.DataFactories.Test.csproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -312,6 +312,10 @@
312312
<Project>{3436a126-edc9-4060-8952-9a1be34cdd95}</Project>
313313
<Name>Commands.ScenarioTests.ResourceManager.Common</Name>
314314
</ProjectReference>
315+
<ProjectReference Include="..\..\Resources\Commands.ResourceManager\Cmdlets\Commands.Resources.Rest.csproj">
316+
<Project>{8058d403-06e3-4bed-8924-d166ce303961}</Project>
317+
<Name>Commands.Resources.Rest</Name>
318+
</ProjectReference>
315319
<ProjectReference Include="..\Commands.DataFactories\Commands.DataFactories.csproj">
316320
<Project>{9577252e-0a6b-4d61-86e8-95f7f309a987}</Project>
317321
<Name>Commands.DataFactories</Name>

src/ResourceManager/NotificationHubs/Commands.NotificationHubs.Test/Commands.NotificationHubs.Test.csproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,10 @@
4343
<Project>{3436a126-edc9-4060-8952-9a1be34cdd95}</Project>
4444
<Name>Commands.ScenarioTests.ResourceManager.Common</Name>
4545
</ProjectReference>
46+
<ProjectReference Include="..\..\Resources\Commands.ResourceManager\Cmdlets\Commands.Resources.Rest.csproj">
47+
<Project>{8058d403-06e3-4bed-8924-d166ce303961}</Project>
48+
<Name>Commands.Resources.Rest</Name>
49+
</ProjectReference>
4650
<ProjectReference Include="..\Commands.NotificationHubs\Commands.NotificationHubs.csproj">
4751
<Project>{0c90f837-86c9-4205-858b-4d8da5cb0352}</Project>
4852
<Name>Commands.NotificationHubs</Name>

src/ResourceManager/OperationalInsights/Commands.OperationalInsights.Test/Commands.OperationalInsights.Test.csproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,10 @@
162162
<Project>{3436a126-edc9-4060-8952-9a1be34cdd95}</Project>
163163
<Name>Commands.ScenarioTests.ResourceManager.Common</Name>
164164
</ProjectReference>
165+
<ProjectReference Include="..\..\Resources\Commands.ResourceManager\Cmdlets\Commands.Resources.Rest.csproj">
166+
<Project>{8058d403-06e3-4bed-8924-d166ce303961}</Project>
167+
<Name>Commands.Resources.Rest</Name>
168+
</ProjectReference>
165169
</ItemGroup>
166170
<ItemGroup>
167171
<Compile Include="Properties\AssemblyInfo.cs" />

src/ResourceManager/TrafficManager/Commands.TrafficManager2.Test/Commands.TrafficManager.Test.csproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,10 @@
174174
<Project>{3436a126-edc9-4060-8952-9a1be34cdd95}</Project>
175175
<Name>Commands.ScenarioTests.ResourceManager.Common</Name>
176176
</ProjectReference>
177+
<ProjectReference Include="..\..\Resources\Commands.ResourceManager\Cmdlets\Commands.Resources.Rest.csproj">
178+
<Project>{8058d403-06e3-4bed-8924-d166ce303961}</Project>
179+
<Name>Commands.Resources.Rest</Name>
180+
</ProjectReference>
177181
<ProjectReference Include="..\Commands.TrafficManager2\Commands.TrafficManager.csproj">
178182
<Project>{270cbb5f-bb8a-4e33-b35b-95698e607d97}</Project>
179183
<Name>Commands.TrafficManager</Name>

src/ResourceManager/Websites/Commands.Websites.Test/Commands.Websites.Test.csproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -309,6 +309,10 @@
309309
<Project>{3436a126-edc9-4060-8952-9a1be34cdd95}</Project>
310310
<Name>Commands.ScenarioTests.ResourceManager.Common</Name>
311311
</ProjectReference>
312+
<ProjectReference Include="..\..\Resources\Commands.ResourceManager\Cmdlets\Commands.Resources.Rest.csproj">
313+
<Project>{8058d403-06e3-4bed-8924-d166ce303961}</Project>
314+
<Name>Commands.Resources.Rest</Name>
315+
</ProjectReference>
312316
<ProjectReference Include="..\..\Resources\Commands.Resources\Commands.Resources.csproj">
313317
<Project>{e1f5201d-6067-430e-b303-4e367652991b}</Project>
314318
<Name>Commands.Resources</Name>

0 commit comments

Comments
 (0)