Skip to content

Commit 228540b

Browse files
authored
Merge pull request Azure#9092 from MikhailTryakhov/network-march-release
Network march release
2 parents 3f937ff + e1d1eb9 commit 228540b

File tree

310 files changed

+218466
-177880
lines changed

Some content is hidden

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

310 files changed

+218466
-177880
lines changed

src/Compute/Compute.Test/Compute.Test.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<PackageReference Include="Microsoft.Azure.Graph.RBAC" Version="3.4.0-preview" />
1515
<PackageReference Include="Microsoft.Azure.Management.Compute" Version="25.0.0" />
1616
<PackageReference Include="Microsoft.Azure.Management.KeyVault" Version="2.4.2" />
17-
<PackageReference Include="Microsoft.Azure.Management.Network" Version="19.10.0-preview" />
17+
<PackageReference Include="Microsoft.Azure.Management.Network" Version="19.11.0-preview" />
1818
</ItemGroup>
1919

2020
<ItemGroup>

src/DataLakeStore/DataLakeStore.Test/DataLakeStore.Test.csproj

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

1313
<ItemGroup>
1414
<PackageReference Include="Microsoft.Azure.Management.DataLake.Store" Version="2.4.2-preview" />
15-
<PackageReference Include="Microsoft.Azure.Management.Network" Version="19.10.0-preview" />
15+
<PackageReference Include="Microsoft.Azure.Management.Network" Version="19.11.0-preview" />
1616
</ItemGroup>
1717

1818
<ItemGroup>

src/Dns/Dns.Test/Dns.Test.csproj

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

1313
<ItemGroup>
1414
<PackageReference Include="Microsoft.Azure.Management.Dns" Version="3.0.1" />
15-
<PackageReference Include="Microsoft.Azure.Management.Network" Version="19.10.0-preview" />
15+
<PackageReference Include="Microsoft.Azure.Management.Network" Version="19.11.0-preview" />
1616
</ItemGroup>
1717

1818
</Project>

src/Dns/Dns.Test/SessionRecords/Microsoft.Azure.Commands.ScenarioTest.DnsTests.ZoneTests/TestPrivateZoneCrud.json

Lines changed: 340 additions & 430 deletions
Large diffs are not rendered by default.

src/Dns/Dns.Test/SessionRecords/Microsoft.Azure.Commands.ScenarioTest.DnsTests.ZoneTests/TestPrivateZoneCrudByVirtualNetworkIds.json

Lines changed: 337 additions & 1054 deletions
Large diffs are not rendered by default.

src/Dns/Dns.Test/SessionRecords/Microsoft.Azure.Commands.ScenarioTest.DnsTests.ZoneTests/TestPrivateZoneCrudByVirtualNetworkObjects.json

Lines changed: 449 additions & 368 deletions
Large diffs are not rendered by default.

src/Dns/Dns.Test/SessionRecords/Microsoft.Azure.Commands.ScenarioTest.DnsTests.ZoneTests/TestPrivateZoneCrudRegistrationVirtualNetwork.json

Lines changed: 250 additions & 739 deletions
Large diffs are not rendered by default.

src/Dns/Dns.Test/SessionRecords/Microsoft.Azure.Commands.ScenarioTest.DnsTests.ZoneTests/TestPrivateZoneCrudResolutionVirtualNetwork.json

Lines changed: 291 additions & 934 deletions
Large diffs are not rendered by default.

src/KeyVault/KeyVault.Test/KeyVault.Test.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<PackageReference Include="Microsoft.Azure.KeyVault" Version="3.0.1" />
1515
<PackageReference Include="Microsoft.Azure.KeyVault.WebKey" Version="3.0.1" />
1616
<PackageReference Include="Microsoft.Azure.Management.KeyVault" Version="2.4.2" />
17-
<PackageReference Include="Microsoft.Azure.Management.Network" Version="19.10.0-preview" />
17+
<PackageReference Include="Microsoft.Azure.Management.Network" Version="19.11.0-preview" />
1818
</ItemGroup>
1919

2020
<ItemGroup>

src/NetAppFiles/NetAppFiles.Test/NetAppFiles.Test.csproj

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

1313
<ItemGroup>
1414
<PackageReference Include="Microsoft.Azure.Management.NetApp" Version="0.9.1-preview" />
15-
<PackageReference Include="Microsoft.Azure.Management.Network" Version="19.10.0-preview" />
15+
<PackageReference Include="Microsoft.Azure.Management.Network" Version="19.11.0-preview" />
1616
</ItemGroup>
1717

1818
</Project>

src/NetAppFiles/NetAppFiles.Test/ScenarioTests/SnapshotTests.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,14 @@ public SnapshotTests(Xunit.Abstractions.ITestOutputHelper output)
2727
ServiceManagement.Common.Models.XunitTracingInterceptor.AddToContext(_logger);
2828
}
2929

30-
[Fact]
30+
[Fact(Skip = "The resource type could not be found in the namespace 'Microsoft.NetApp' for api version '2017-08-15")]
3131
[Trait(Category.AcceptanceType, Category.CheckIn)]
3232
public void TestSnapshotCrud()
3333
{
3434
TestController.NewInstance.RunPowerShellTest(_logger, "Test-SnapshotCrud");
3535
}
3636

37-
[Fact]
37+
[Fact(Skip = "The resource type could not be found in the namespace 'Microsoft.NetApp' for api version '2017-08-15")]
3838
[Trait(Category.AcceptanceType, Category.CheckIn)]
3939
public void TestSnapshotPipelines()
4040
{

src/NetAppFiles/NetAppFiles.Test/ScenarioTests/VolumeTests.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,14 @@ public VolumeTests(Xunit.Abstractions.ITestOutputHelper output)
2727
ServiceManagement.Common.Models.XunitTracingInterceptor.AddToContext(_logger);
2828
}
2929

30-
[Fact]
30+
[Fact(Skip = "The resource type could not be found in the namespace 'Microsoft.NetApp' for api version '2017-08-15")]
3131
[Trait(Category.AcceptanceType, Category.CheckIn)]
3232
public void TestVolumeCrud()
3333
{
3434
TestController.NewInstance.RunPowerShellTest(_logger, "Test-VolumeCrud");
3535
}
3636

37-
[Fact]
37+
[Fact(Skip = "The resource type could not be found in the namespace 'Microsoft.NetApp' for api version '2017-08-15")]
3838
[Trait(Category.AcceptanceType, Category.CheckIn)]
3939
public void TestVolumePipelines()
4040
{

src/Network/Network.Test/Network.Test.csproj

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

1515
<ItemGroup>
1616
<PackageReference Include="Microsoft.Azure.Graph.RBAC" Version="3.4.0-preview" />
17-
<PackageReference Include="Microsoft.Azure.Management.Network" Version="19.10.0-preview" />
17+
<PackageReference Include="Microsoft.Azure.Management.Network" Version="19.11.0-preview" />
1818
<PackageReference Include="Microsoft.Azure.Insights" Version="0.16.0-preview" />
1919
<PackageReference Include="Microsoft.Azure.Management.Compute" Version="25.0.0" />
2020
<PackageReference Include="Microsoft.Azure.Management.ContainerInstance" Version="2.0.0" />

src/Network/Network.Test/ScenarioTests/CortexTests.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,7 @@ function Test-CortexExpressRouteCRUD
342342

343343
# Create the ExpressRouteCircuit with peering to which the connection needs to be established to
344344
$peering = New-AzureRmExpressRouteCircuitPeeringConfig -Name AzurePrivatePeering -PeeringType AzurePrivatePeering -PeerASN 100 -PrimaryPeerAddressPrefix "10.2.3.4/30" -SecondaryPeerAddressPrefix "11.2.3.4/30" -VlanId 22
345-
$circuit = New-AzureRmExpressRouteCircuit -Name $circuitName -Location $rglocation -ResourceGroupName $rgname -SkuTier Standard -SkuFamily MeteredData -ServiceProviderName "Zayo" -PeeringLocation "Denver" -BandwidthInMbps 200 -Peering $peering
345+
$circuit = New-AzureRmExpressRouteCircuit -Name $circuitName -Location $rglocation -ResourceGroupName $rgname -SkuTier Premium -SkuFamily MeteredData -ServiceProviderName "Zayo" -PeeringLocation "Denver" -BandwidthInMbps 200 -Peering $peering
346346
Write-Debug "Created ExpressRoute Circuit with Private Peering $circuitName successfully"
347347

348348
# Get Express Route Circuit Resource
Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
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 Microsoft.Azure.Commands.Network.Test.ScenarioTests;
16+
using Microsoft.WindowsAzure.Commands.ScenarioTest;
17+
using Xunit;
18+
19+
namespace Commands.Network.Test.ScenarioTests
20+
{
21+
public class NatGatewayTests: NetworkTestRunner
22+
{
23+
public NatGatewayTests(Xunit.Abstractions.ITestOutputHelper output)
24+
: base(output)
25+
{
26+
}
27+
28+
[Fact]
29+
[Trait(Category.AcceptanceType, Category.CheckIn)]
30+
[Trait(Category.Owner, NrpTeamAlias.wanrpdev)]
31+
public void TestNatGatewayCRUDMinimalParameters()
32+
{
33+
TestRunner.RunTestScript("Test-NatGatewayCRUDMinimalParameters");
34+
}
35+
36+
[Fact]
37+
[Trait(Category.AcceptanceType, Category.CheckIn)]
38+
[Trait(Category.Owner, NrpTeamAlias.wanrpdev)]
39+
public void TestNatGatewayCRUDAllParameters()
40+
{
41+
TestRunner.RunTestScript("Test-NatGatewayCRUDAllParameters");
42+
}
43+
44+
[Fact]
45+
[Trait(Category.AcceptanceType, Category.CheckIn)]
46+
[Trait(Category.Owner, NrpTeamAlias.wanrpdev)]
47+
public void TestNatGatewayWithSubnet()
48+
{
49+
TestRunner.RunTestScript("Test-NatGatewayWithSubnet");
50+
}
51+
}
52+
}

0 commit comments

Comments
 (0)