Skip to content

Commit 80416b4

Browse files
author
Ed Munoz
committed
Add Readme.txt
1 parent 29b75ee commit 80416b4

File tree

2 files changed

+21
-0
lines changed

2 files changed

+21
-0
lines changed

src/ServiceManagement/Network/Commands.Network.Test/Commands.Network.Test.csproj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -235,6 +235,9 @@
235235
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
236236
</None>
237237
</ItemGroup>
238+
<ItemGroup>
239+
<Content Include="Readme.txt" />
240+
</ItemGroup>
238241
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
239242
<Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition="Exists('$(SolutionDir)\.nuget\NuGet.targets')" />
240243
<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')" />
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
In order to record these scenario tests, the following features must be enabled in RDFE for the test subscription:
2+
3+
NetworkSecurityGroup
4+
NetworkSecurityGroupV2
5+
Routes
6+
UserDefinedRoutes
7+
IPForwarding
8+
9+
If you receive the following error:
10+
11+
"Set-AzureVNetConfig : BadRequest : An error occurred when setting the network configuration: The virtual network VirtualNetworkSiteName is currently in use."
12+
13+
that's because the de-allocation of the VM hasn't finished even after deleting it in RDFE. Call
14+
15+
# warning: this deletes all services in the subscription
16+
Get-AzureService | Remove-AzureService -DeleteAll -Force
17+
18+
Wait for a few minutes and execute the failing test again.

0 commit comments

Comments
 (0)