Skip to content

Commit 0e40109

Browse files
authored
Merge pull request #7606 from srividyathirumala/network-october-release
ExpressRoutePort cmdlets
2 parents 0283dd5 + 8feea5c commit 0e40109

File tree

61 files changed

+3890
-58
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

61 files changed

+3890
-58
lines changed

src/ResourceManager/Compute.ManagedService/Commands.Compute.ManagedService.Test/Commands.Compute.ManagedService.Test.Netcore.csproj

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<ItemGroup>
2727
<PackageReference Include="Microsoft.Azure.Graph.RBAC" Version="3.4.0-preview" />
2828
<PackageReference Include="Microsoft.Azure.Management.Compute" Version="17.0.1" />
29-
<PackageReference Include="Microsoft.Azure.Management.Network" Version="19.0.2-preview" />
29+
<PackageReference Include="Microsoft.Azure.Management.Network" Version="19.6.3" />
3030
<PackageReference Include="Microsoft.Azure.Management.Storage" Version="4.1.0-preview" />
3131
<PackageReference Include="Moq" Version="4.2.1510.2205" />
3232
</ItemGroup>
@@ -40,4 +40,5 @@
4040
</None>
4141
</ItemGroup>
4242

43-
</Project>
43+
</Project>
44+

src/ResourceManager/Compute.ManagedService/Commands.Compute.ManagedService.Test/Commands.Compute.ManagedService.Test.csproj

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?xml version="1.0" encoding="utf-8"?>
1+
<?xml version="1.0" encoding="utf-8"?>
22
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<Import Project="..\..\..\..\tools\Common.Dependencies.Test.targets" />
44
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
@@ -51,8 +51,8 @@
5151
<Reference Include="Microsoft.Azure.Management.Compute">
5252
<HintPath>..\..\..\packages\Microsoft.Azure.Management.Compute.17.0.1\lib\net452\Microsoft.Azure.Management.Compute.dll</HintPath>
5353
</Reference>
54-
<Reference Include="Microsoft.Azure.Management.Network, Version=15.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
55-
<HintPath>..\..\..\packages\Microsoft.Azure.Management.Network.15.1.0-preview\lib\net452\Microsoft.Azure.Management.Network.dll</HintPath>
54+
<Reference Include="Microsoft.Azure.Management.Network, Version=19.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
55+
<HintPath>..\..\..\packages\Microsoft.Azure.Management.Network.19.6.3\lib\net452\Microsoft.Azure.Management.Network.dll</HintPath>
5656
<Private>True</Private>
5757
</Reference>
5858
<Reference Include="Microsoft.Azure.Management.Storage, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
@@ -105,4 +105,5 @@
105105
</ItemGroup>
106106
<ItemGroup />
107107
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
108-
</Project>
108+
</Project>
109+

src/ResourceManager/Compute.ManagedService/Commands.Compute.ManagedService.Test/packages.config

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?xml version="1.0" encoding="utf-8"?>
1+
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
33
<package id="Hyak.Common" version="1.0.3" targetFramework="net45" />
44
<package id="Microsoft.Azure.Common" version="2.1.0" targetFramework="net45" />
@@ -7,7 +7,7 @@
77
<package id="Microsoft.Azure.Graph.RBAC" version="3.4.0-preview" targetFramework="net452" />
88
<package id="Microsoft.Azure.Management.Authorization" version="2.0.0" targetFramework="net45" />
99
<package id="Microsoft.Azure.Management.Compute" version="17.0.1" targetFramework="net452" />
10-
<package id="Microsoft.Azure.Management.Network" version="15.1.0-preview" targetFramework="net452" />
10+
<package id="Microsoft.Azure.Management.Network" version="19.6.3" targetFramework="net452" />
1111
<package id="Microsoft.Azure.Management.Storage" version="4.1.0-preview" targetFramework="net45" />
1212
<package id="Microsoft.Azure.Test.Framework" version="3.0.0" targetFramework="net452" />
1313
<package id="Microsoft.Azure.Test.HttpRecorder" version="1.6.7-preview" targetFramework="net45" />
@@ -26,4 +26,5 @@
2626
<package id="xunit.extensibility.core" version="2.1.0" targetFramework="net45" />
2727
<package id="xunit.extensibility.execution" version="2.1.0" targetFramework="net45" />
2828
<package id="xunit.runner.visualstudio" version="2.1.0" targetFramework="net45" />
29-
</packages>
29+
</packages>
30+

src/ResourceManager/Compute/Commands.Compute.Test/Commands.Compute.Test.Netcore.csproj

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<PackageReference Include="Microsoft.Azure.Graph.RBAC" Version="3.4.0-preview" />
2828
<PackageReference Include="Microsoft.Azure.Management.Compute" Version="22.0.0" />
2929
<PackageReference Include="Microsoft.Azure.Management.KeyVault" Version="2.4.1" />
30-
<PackageReference Include="Microsoft.Azure.Management.Network" Version="19.6.0" />
30+
<PackageReference Include="Microsoft.Azure.Management.Network" Version="19.6.3" />
3131
<PackageReference Include="Microsoft.Azure.Management.Storage" Version="8.1.0-preview" />
3232
<PackageReference Include="Moq" Version="4.7.145" />
3333
</ItemGroup>
@@ -70,3 +70,5 @@
7070

7171
</Project>
7272

73+
74+

src/ResourceManager/Compute/Commands.Compute.Test/Commands.Compute.Test.csproj

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@
4646
<Reference Include="Microsoft.Azure.Management.Compute">
4747
<HintPath>..\..\..\packages\Microsoft.Azure.Management.Compute.22.0.0\lib\net452\Microsoft.Azure.Management.Compute.dll</HintPath>
4848
</Reference>
49-
<Reference Include="Microsoft.Azure.Management.Network, Version=19.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
50-
<HintPath>..\..\..\packages\Microsoft.Azure.Management.Network.19.6.0\lib\net452\Microsoft.Azure.Management.Network.dll</HintPath>
49+
<Reference Include="Microsoft.Azure.Management.Network, Version=19.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
50+
<HintPath>..\..\..\packages\Microsoft.Azure.Management.Network.19.6.3\lib\net452\Microsoft.Azure.Management.Network.dll</HintPath>
5151
</Reference>
5252
<Reference Include="Microsoft.Azure.Management.Storage, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
5353
<SpecificVersion>False</SpecificVersion>
@@ -306,3 +306,5 @@
306306
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
307307
</Project>
308308

309+
310+

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<package id="Microsoft.Azure.Graph.RBAC" version="3.4.0-preview" targetFramework="net452" />
88
<package id="Microsoft.Azure.Management.Authorization" version="2.0.0" targetFramework="net45" />
99
<package id="Microsoft.Azure.Management.Compute" version="22.0.0" targetFramework="net452" />
10-
<package id="Microsoft.Azure.Management.Network" version="19.6.0" targetFramework="net452" />
10+
<package id="Microsoft.Azure.Management.Network" version="19.6.3" targetFramework="net452" />
1111
<package id="Microsoft.Azure.Management.KeyVault" version="2.4.1-alpha" targetFramework="net452" />
1212
<package id="Microsoft.Azure.Management.Storage" version="7.1.0-preview" targetFramework="net452" />
1313
<package id="Microsoft.Azure.Test.Framework" version="3.0.0" targetFramework="net452" />
@@ -29,3 +29,5 @@
2929
<package id="xunit.runner.visualstudio" version="2.1.0" targetFramework="net45" />
3030
</packages>
3131

32+
33+

src/ResourceManager/DataLakeStore/Commands.DataLakeStore.Test/Commands.DataLakeStore.Test.Netcore.csproj

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

2727
<ItemGroup Condition="'$(TargetFramework)' != 'net472'">
2828
<PackageReference Include="Microsoft.Azure.Management.DataLake.Store" Version="2.4.1-preview" />
29-
<PackageReference Include="Microsoft.Azure.Management.Network" Version="19.6.0" />
29+
<PackageReference Include="Microsoft.Azure.Management.Network" Version="19.6.3" />
3030
</ItemGroup>
3131

3232
<ItemGroup>

src/ResourceManager/DataLakeStore/Commands.DataLakeStore.Test/Commands.DataLakeStore.Test.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,8 +129,8 @@
129129
<Reference Include="Microsoft.Azure.Management.DataLake.Store, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
130130
<HintPath>..\..\..\packages\Microsoft.Azure.Management.DataLake.Store.2.4.1-preview\lib\net452\Microsoft.Azure.Management.DataLake.Store.dll</HintPath>
131131
</Reference>
132-
<Reference Include="Microsoft.Azure.Management.Network, Version=19.6.0.0">
133-
<HintPath>..\..\..\packages\Microsoft.Azure.Management.Network.19.6.0\lib\net452\Microsoft.Azure.Management.Network.dll</HintPath>
132+
<Reference Include="Microsoft.Azure.Management.Network, Version=19.6.3.0">
133+
<HintPath>..\..\..\packages\Microsoft.Azure.Management.Network.19.6.3\lib\net452\Microsoft.Azure.Management.Network.dll</HintPath>
134134
</Reference>
135135
</ItemGroup>
136136
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />

src/ResourceManager/Dns/Commands.Dns.Test/Commands.Dns.Test.Netcore.csproj

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
<ItemGroup Condition="'$(TargetFramework)' != 'net472'">
2828
<PackageReference Include="Microsoft.Azure.Management.Dns" Version="3.0.0" />
29-
<PackageReference Include="Microsoft.Azure.Management.Network" Version="19.6.0" />
29+
<PackageReference Include="Microsoft.Azure.Management.Network" Version="19.6.3" />
3030
<!-- <PackageReference Include="Moq" Version="4.2.1510.2205" /> -->
3131
</ItemGroup>
3232

@@ -46,3 +46,5 @@
4646
</ItemGroup>
4747

4848
</Project>
49+
50+

src/ResourceManager/Dns/Commands.Dns.Test/Commands.Dns.Test.csproj

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@
4949
<HintPath>..\..\..\packages\Microsoft.Azure.Management.Dns.3.0.0\lib\net452\Microsoft.Azure.Management.Dns.dll</HintPath>
5050
<Private>True</Private>
5151
</Reference>
52-
<Reference Include="Microsoft.Azure.Management.Network, Version=19.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
53-
<HintPath>..\..\..\packages\Microsoft.Azure.Management.Network.19.6.0\lib\net452\Microsoft.Azure.Management.Network.dll</HintPath>
52+
<Reference Include="Microsoft.Azure.Management.Network, Version=19.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
53+
<HintPath>..\..\..\packages\Microsoft.Azure.Management.Network.19.6.3\lib\net452\Microsoft.Azure.Management.Network.dll</HintPath>
5454
</Reference>
5555
</ItemGroup>
5656
<ItemGroup>
@@ -254,3 +254,5 @@
254254
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
255255
</Project>
256256

257+
258+

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<package id="Microsoft.Azure.Gallery" version="2.6.2-preview" targetFramework="net45" />
77
<package id="Microsoft.Azure.Management.Authorization" version="2.0.0" targetFramework="net45" />
88
<package id="Microsoft.Azure.Management.Dns" version="3.0.0" targetFramework="net452" />
9-
<package id="Microsoft.Azure.Management.Network" version="19.6.0" targetFramework="net452" />
9+
<package id="Microsoft.Azure.Management.Network" version="19.6.3" targetFramework="net452" />
1010
<package id="Microsoft.Azure.Management.ResourceManager" version="1.9.0-preview" targetFramework="net45" />
1111
<package id="Microsoft.Azure.Management.Resources" version="2.20.0-preview" targetFramework="net45" />
1212
<package id="Microsoft.Azure.Test.Framework" version="3.0.0" targetFramework="net452" />
@@ -28,3 +28,5 @@
2828
<package id="xunit.extensibility.execution" version="2.1.0" targetFramework="net45" />
2929
<package id="xunit.runner.visualstudio" version="2.1.0" targetFramework="net45" />
3030
</packages>
31+
32+

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<PackageReference Include="Microsoft.Azure.KeyVault" Version="3.0.0" />
2828
<PackageReference Include="Microsoft.Azure.KeyVault.WebKey" Version="3.0.0" />
2929
<PackageReference Include="Microsoft.Azure.Management.KeyVault" Version="2.4.1" />
30-
<PackageReference Include="Microsoft.Azure.Management.Network" Version="19.6.0" />
30+
<PackageReference Include="Microsoft.Azure.Management.Network" Version="19.6.3" />
3131
</ItemGroup>
3232

3333
<ItemGroup>
@@ -52,3 +52,5 @@
5252
</ItemGroup>
5353

5454
</Project>
55+
56+

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@
6060
<Reference Include="Microsoft.Azure.Management.KeyVault">
6161
<HintPath>..\..\..\packages\Microsoft.Azure.Management.KeyVault.2.4.1\lib\net452\Microsoft.Azure.Management.KeyVault.dll</HintPath>
6262
</Reference>
63-
<Reference Include="Microsoft.Azure.Management.Network, Version=19.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
64-
<HintPath>..\..\..\packages\Microsoft.Azure.Management.Network.19.6.0\lib\net452\Microsoft.Azure.Management.Network.dll</HintPath>
63+
<Reference Include="Microsoft.Azure.Management.Network, Version=19.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
64+
<HintPath>..\..\..\packages\Microsoft.Azure.Management.Network.19.6.3\lib\net452\Microsoft.Azure.Management.Network.dll</HintPath>
6565
</Reference>
6666
</ItemGroup>
6767
<ItemGroup>
@@ -188,3 +188,5 @@
188188
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
189189
</Project>
190190

191+
192+

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<package id="Microsoft.Azure.KeyVault.WebKey" version="3.0.0" 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" targetFramework="net452" />
11-
<package id="Microsoft.Azure.Management.Network" version="19.6.0" targetFramework="net452" />
11+
<package id="Microsoft.Azure.Management.Network" version="19.6.3" targetFramework="net452" />
1212
<package id="Microsoft.Azure.Management.ResourceManager" version="1.9.0-preview" targetFramework="net452" />
1313
<package id="Microsoft.Azure.Management.Resources" version="2.20.0-preview" targetFramework="net45" />
1414
<package id="Microsoft.Azure.Test.Framework" version="3.0.0" targetFramework="net452" />
@@ -31,3 +31,5 @@
3131
<package id="xunit.extensibility.execution" version="2.1.0" targetFramework="net45" />
3232
<package id="xunit.runner.visualstudio" version="2.1.0" targetFramework="net45" />
3333
</packages>
34+
35+

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

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

3030
<ItemGroup Condition="'$(TargetFramework)' != 'net472'">
3131
<PackageReference Include="Microsoft.Azure.Graph.RBAC" Version="3.4.0-preview" />
32-
<PackageReference Include="Microsoft.Azure.Management.Network" Version="19.6.0" />
32+
<PackageReference Include="Microsoft.Azure.Management.Network" Version="19.6.3" />
3333
<PackageReference Include="Microsoft.Azure.Insights" Version="0.15.0-preview" />
3434
<PackageReference Include="Microsoft.Azure.Management.Compute" Version="22.0.0" />
3535
<PackageReference Include="Microsoft.Azure.Management.ContainerInstance" Version="1.0.2-preview" />

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

Lines changed: 18 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@
4343
<RunCodeAnalysis>false</RunCodeAnalysis>
4444
</PropertyGroup>
4545
<ItemGroup>
46-
<Reference Include="Microsoft.Azure.Management.Network, Version=19.6.0.0">
47-
<HintPath>..\..\..\packages\Microsoft.Azure.Management.Network.19.6.0\lib\net452\Microsoft.Azure.Management.Network.dll</HintPath>
46+
<Reference Include="Microsoft.Azure.Management.Network, Version=19.6.3.0">
47+
<HintPath>..\..\..\packages\Microsoft.Azure.Management.Network.19.6.3\lib\net452\Microsoft.Azure.Management.Network.dll</HintPath>
4848
</Reference>
4949
<Reference Include="Microsoft.Azure.Management.OperationalInsights, Version=0.18.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
5050
<HintPath>..\..\..\packages\Microsoft.Azure.Management.OperationalInsights.0.18.0-preview\lib\net45\Microsoft.Azure.Management.OperationalInsights.dll</HintPath>
@@ -80,6 +80,8 @@
8080
<Compile Include="ScenarioTests\ApplicationSecurityGroupTests.cs" />
8181
<Compile Include="ScenarioTests\AvailableEndpointServicesTests.cs" />
8282
<Compile Include="ScenarioTests\ExpressRouteCrossConnectionTests.cs" />
83+
<Compile Include="ScenarioTests\ExpressRoutePortTests.cs" />
84+
<Compile Include="ScenarioTests\ExpressRoutePortsLocationTests.cs" />
8385
<Compile Include="ScenarioTests\Generated\ApplicationSecurityGroupTestsGenerated.cs" />
8486
<Compile Include="ScenarioTests\Generated\LoadBalancerTestsGenerated.cs" />
8587
<Compile Include="ScenarioTests\Generated\UsageTestsGenerated.cs" />
@@ -152,6 +154,12 @@
152154
<None Include="ScenarioTests\ExpressRouteCrossConnectionTests.ps1">
153155
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
154156
</None>
157+
<None Include="ScenarioTests\ExpressRoutePortsLocationTests.ps1">
158+
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
159+
</None>
160+
<None Include="ScenarioTests\ExpressRoutePortTests.ps1">
161+
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
162+
</None>
155163
<None Include="ScenarioTests\ExpressRouteServiceProviderTests.ps1">
156164
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
157165
</None>
@@ -458,6 +466,12 @@
458466
<None Include="SessionRecords\Commands.Network.Test.ScenarioTests.ExpressRouteCrossConnectionTests\TestExpressRouteCrossConnectionApis.json">
459467
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
460468
</None>
469+
<None Include="SessionRecords\Commands.Network.Test.ScenarioTests.ExpressRoutePortsLocationTests\TestExpressRoutePortsLocationRead.json">
470+
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
471+
</None>
472+
<None Include="SessionRecords\Commands.Network.Test.ScenarioTests.ExpressRoutePortTests\TestExpressRoutePortCRUDMinimalParameters.json">
473+
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
474+
</None>
461475
<None Include="SessionRecords\Commands.Network.Test.ScenarioTests.LoadBalancerTests\TestCreateEmptyLoadBalancer.json">
462476
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
463477
</None>
@@ -775,4 +789,5 @@
775789
<Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
776790
</ItemGroup>
777791
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
778-
</Project>
792+
</Project>
793+
Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
// ----------------------------------------------------------------------------------
2+
//
3+
// Copyright Microsoft Corporation
4+
// Licensed under the Apache License, Version 2.0 (the "License");
5+
// you may not use this file except in compliance with the License.
6+
// You may obtain a copy of the License at
7+
// http://www.apache.org/licenses/LICENSE-2.0
8+
// Unless required by applicable law or agreed to in writing, software
9+
// distributed under the License is distributed on an "AS IS" BASIS,
10+
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
11+
// See the License for the specific language governing permissions and
12+
// limitations under the License.
13+
// ----------------------------------------------------------------------------------
14+
15+
using System;
16+
using Microsoft.Azure.ServiceManagemenet.Common.Models;
17+
using Microsoft.WindowsAzure.Commands.ScenarioTest;
18+
using Microsoft.WindowsAzure.Commands.Test.Utilities.Common;
19+
using Xunit;
20+
using Xunit.Abstractions;
21+
22+
namespace Commands.Network.Test.ScenarioTests
23+
{
24+
public class ExpressRoutePortTests : RMTestBase
25+
{
26+
public XunitTracingInterceptor _logger;
27+
public ExpressRoutePortTests(Xunit.Abstractions.ITestOutputHelper output)
28+
{
29+
_logger = new XunitTracingInterceptor(output);
30+
XunitTracingInterceptor.AddToContext(_logger);
31+
}
32+
33+
[Fact]
34+
[Trait(Category.AcceptanceType, Category.CheckIn)]
35+
[Trait(Category.Owner, Category.pgtm)]
36+
public void TestExpressRoutePortCRUDMinimalParameters()
37+
{
38+
NetworkResourcesController.NewInstance.RunPsTest(_logger, string.Format("Test-ExpressRoutePortCRUD"));
39+
}
40+
}
41+
}

0 commit comments

Comments
 (0)