Skip to content

Commit a1fd29d

Browse files
committed
Add session records
1 parent 8b8e018 commit a1fd29d

File tree

1 file changed

+41
-3
lines changed

1 file changed

+41
-3
lines changed

src/ResourceManager/Network/Commands.NetworkResourceProvider.Test/Commands.NetworkResourceProvider.Test.csproj

Lines changed: 41 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,7 @@
141141
<Compile Include="NetworkResourcesController.cs" />
142142
<Compile Include="ScenarioTests\NetworkInterfaceTests.cs" />
143143
<Compile Include="ScenarioTests\LoadBalancerTests.cs" />
144+
<Compile Include="ScenarioTests\NetworkSecurityGroupTests.cs" />
144145
<Compile Include="ScenarioTests\VirtualNetworkTests.cs" />
145146
<Compile Include="ScenarioTests\PublicIpAddressTests.cs" />
146147
</ItemGroup>
@@ -158,21 +159,57 @@
158159
<None Include="ScenarioTests\LoadBalancerTests.ps1">
159160
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
160161
</None>
162+
<None Include="ScenarioTests\NetworkSecurityGroupTests.ps1">
163+
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
164+
</None>
161165
<None Include="ScenarioTests\VirtualNetworkTests.ps1">
162166
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
163167
</None>
164168
<None Include="ScenarioTests\PublicIpAddressTests.ps1">
165169
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
166170
</None>
171+
<None Include="SessionRecords\Commands.NetworkResourceProvider.Test.ScenarioTests.LoadBalancerTests\TestLoadBalancerCRUDInternalDynamic.json">
172+
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
173+
</None>
174+
<None Include="SessionRecords\Commands.NetworkResourceProvider.Test.ScenarioTests.LoadBalancerTests\TestLoadBalancerCRUDInternalStatic.json">
175+
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
176+
</None>
177+
<None Include="SessionRecords\Commands.NetworkResourceProvider.Test.ScenarioTests.LoadBalancerTests\TestLoadBalancerCRUDInternalUsingId.json">
178+
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
179+
</None>
180+
<None Include="SessionRecords\Commands.NetworkResourceProvider.Test.ScenarioTests.LoadBalancerTests\TestLoadBalancerCRUDPublic.json">
181+
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
182+
</None>
183+
<None Include="SessionRecords\Commands.NetworkResourceProvider.Test.ScenarioTests.LoadBalancerTests\TestLoadBalancerCRUDPublicNoInboundNATRule.json">
184+
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
185+
</None>
186+
<None Include="SessionRecords\Commands.NetworkResourceProvider.Test.ScenarioTests.LoadBalancerTests\TestLoadBalancerCRUDPublicPublicNoLbRule.json">
187+
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
188+
</None>
189+
<None Include="SessionRecords\Commands.NetworkResourceProvider.Test.ScenarioTests.LoadBalancerTests\TestLoadBalancerCRUDPublicUsingId.json">
190+
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
191+
</None>
167192
<None Include="SessionRecords\Commands.NetworkResourceProvider.Test.ScenarioTests.NetworkInterfaceTests\TestNetworkInterfaceCRUDStaticAllocation.json">
168193
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
169194
</None>
195+
<None Include="SessionRecords\Commands.NetworkResourceProvider.Test.ScenarioTests.NetworkInterfaceTests\TestNetworkInterfaceCRUDUsingId.json">
196+
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
197+
</None>
170198
<None Include="SessionRecords\Commands.NetworkResourceProvider.Test.ScenarioTests.NetworkInterfaceTests\TestNetworkInterfaceSet.json">
171199
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
172200
</None>
173201
<None Include="SessionRecords\Commands.NetworkResourceProvider.Test.ScenarioTests.PublicIpAddressTests\TestPublicIpAddressCRUD.json">
174202
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
175203
</None>
204+
<None Include="SessionRecords\Commands.NetworkResourceProvider.Test.ScenarioTests.PublicIpAddressTests\TestPublicIpAddressCRUDEditDomainNameLavel.json">
205+
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
206+
</None>
207+
<None Include="SessionRecords\Commands.NetworkResourceProvider.Test.ScenarioTests.PublicIpAddressTests\TestPublicIpAddressCRUDNoDomainNameLabel.json">
208+
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
209+
</None>
210+
<None Include="SessionRecords\Commands.NetworkResourceProvider.Test.ScenarioTests.PublicIpAddressTests\TestPublicIpAddressCRUDStaticAllocation.json">
211+
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
212+
</None>
176213
<None Include="SessionRecords\Commands.NetworkResourceProvider.Test.ScenarioTests.VirtualNetworkTests\TestVirtualNetworkCRUD.json">
177214
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
178215
</None>
@@ -188,13 +225,13 @@
188225
<None Include="SessionRecords\Commands.NetworkResourceProvider.Test.ScenarioTests.LoadBalancerTests\TestLoadBalancerChildResource.json">
189226
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
190227
</None>
191-
<None Include="SessionRecords\Commands.NetworkResourceProvider.Test.ScenarioTests.LoadBalancerTests\TestLoadBalancerCRUD.json">
228+
<None Include="SessionRecords\Commands.NetworkResourceProvider.Test.ScenarioTests.LoadBalancerTests\TestLoadBalancerSet.json">
192229
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
193230
</None>
194-
<None Include="SessionRecords\Commands.NetworkResourceProvider.Test.ScenarioTests.LoadBalancerTests\TestLoadBalancerCRUDUsingId.json">
231+
<None Include="SessionRecords\Commands.NetworkResourceProvider.Test.ScenarioTests.NetworkSecurityGroupTests\TestNetworkSecurityGroupCRUD.json">
195232
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
196233
</None>
197-
<None Include="SessionRecords\Commands.NetworkResourceProvider.Test.ScenarioTests.LoadBalancerTests\TestLoadBalancerSet.json">
234+
<None Include="SessionRecords\Commands.NetworkResourceProvider.Test.ScenarioTests.NetworkSecurityGroupTests\TestNetworkSecurityGroupSecurityRuleCRUD.json">
198235
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
199236
</None>
200237
</ItemGroup>
@@ -227,6 +264,7 @@
227264
<ItemGroup>
228265
<Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
229266
</ItemGroup>
267+
<ItemGroup />
230268
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
231269
<Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition="Exists('$(SolutionDir)\.nuget\NuGet.targets')" />
232270
<Import Project="..\..\..\packages\Microsoft.Bcl.Build.1.0.14\tools\Microsoft.Bcl.Build.targets" Condition="Exists('..\..\..\packages\Microsoft.Bcl.Build.1.0.14\tools\Microsoft.Bcl.Build.targets')" />

0 commit comments

Comments
 (0)