Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
45 commits
Select commit Hold shift + click to select a range
2b76cb9
PR: LoadBalancerBackendAddressPool powershell Cmdlets (#11734)
aegal May 30, 2020
e5fcd5c
Adding new optional parameter to specify dns servers for Virtual Wan …
Nilambari Jun 1, 2020
b242a55
updating help files examples (#12068)
aegal Jun 5, 2020
10c3779
multipip changes
saisujithreddym Jun 7, 2020
b7c50ca
Do not pass new fields with default values unless configured explicit…
tejasshah7 Jun 8, 2020
8facadd
multi pip changes
saisujithreddym Jun 8, 2020
e906963
ps tests
saisujithreddym Jun 8, 2020
692ca3e
generating help files
saisujithreddym Jun 9, 2020
22d59d3
help files changes
saisujithreddym Jun 9, 2020
f8d8dbe
help file
saisujithreddym Jun 9, 2020
9b139a7
regenerating help files
saisujithreddym Jun 9, 2020
d7965e9
updated markdown file
saisujithreddym Jun 9, 2020
f580e30
renaming the cmdlets
saisujithreddym Jun 9, 2020
a8431d9
name change
saisujithreddym Jun 9, 2020
807e8db
tests
saisujithreddym Jun 9, 2020
e370187
renaming a help file
saisujithreddym Jun 9, 2020
aea252b
updating the recordings
saisujithreddym Jun 10, 2020
a94e0cd
test
saisujithreddym Jun 10, 2020
6a9de29
Used signed Network SDK with API version 2020-05-01 (#12100)
anton-evseev Jun 10, 2020
4a1af5d
rebase and resolved the conflicts
saisujithreddym Jun 10, 2020
e3abbbd
clean up
saisujithreddym Jun 10, 2020
b4922e5
updatid recordings
saisujithreddym Jun 10, 2020
f1b8bc2
clean up
saisujithreddym Jun 10, 2020
ab3e007
clean up
saisujithreddym Jun 10, 2020
b31b6a7
Vpn gateway commandlet update (#12108)
Khushboo-Baheti Jun 10, 2020
32bb5fb
addressing comments
saisujithreddym Jun 10, 2020
4a6738e
added exceptions
saisujithreddym Jun 10, 2020
1653001
correcting the exceptions
saisujithreddym Jun 10, 2020
f21cd07
Change RuleGroup, RuleCollectionGroup, and RuleType and add support f…
tejasshah7 Jun 10, 2020
0ffe125
update to vnet reference id only
aegal Jun 10, 2020
5248182
Use Network SDK from NuGet (#12114)
anton-evseev Jun 11, 2020
18d1c76
Firewall Policy ThreatIntelWhitelist (#12078)
saisujithreddym Jun 11, 2020
388a4c3
resolving conflicts
saisujithreddym Jun 11, 2020
c1e4191
Merge pull request #12093 from sujith-powershell/network-may-multipip
saisujithreddym Jun 11, 2020
e211b12
Merge branch 'network-may' into updateVnetReference
aegal Jun 11, 2020
56297c4
updating due to validation error on CICD pipeline
aegal Jun 11, 2020
b44bafe
refreshing test files, updating to remove id from variable to fix cas…
aegal Jun 12, 2020
f7b324f
DNS Proxy in Firewall Policy (#12120)
ishaniGupta27 Jun 12, 2020
82068e2
Add support for IPGroups in Firewall Policy Rules (#12118)
tejasshah7 Jun 12, 2020
f6b8af1
Merge pull request #12117 from Azure/updateVnetReference
aegal Jun 12, 2020
27661df
Application Gateway Private Link Cmdlets (#12133)
jaishals Jun 13, 2020
69a8d24
Add new cmdlet Reset-AzHubRouter (#12094)
nagula-ritvika Jun 15, 2020
3fd7637
Merge branch 'master' into merge-network-may
anton-evseev Jun 15, 2020
12e8dcb
Fixes after merge
anton-evseev Jun 15, 2020
8da35c3
Revert HPCCache.Test.csproj
anton-evseev Jun 15, 2020
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
5 changes: 5 additions & 0 deletions src/Accounts/Accounts/AzureRmAlias/Mappings.json
Original file line number Diff line number Diff line change
Expand Up @@ -1488,6 +1488,11 @@
"Set-AzVirtualNetworkGatewayConnectionSharedKey": "Set-AzureRmVirtualNetworkGatewayConnectionSharedKey",
"Set-AzVirtualNetworkGatewayConnection": "Set-AzureRmVirtualNetworkGatewayConnection",
"New-AzIpsecPolicy": "New-AzureRmIpsecPolicy",
"Get-AzLoadBalancerBackendAddressPool": "Get-AzureRmLoadBalancerBackendAddressPool",
"Set-AzLoadBalancerBackendAddressPool": "Set-AzureRmLoadBalancerBackendAddressPool",
"New-AzLoadBalancerBackendAddressPool": "New-AzureRmLoadBalancerBackendAddressPool",
"Remove-AzLoadBalancerBackendAddressPool": "Remove-AzureRmLoadBalancerBackendAddressPool",
"New-AzLoadBalancerBackendAddressConfig": "New-AzureRmLoadBalancerBackendAddressConfig",
"Get-AzLoadBalancerBackendAddressPoolConfig": "Get-AzureRmLoadBalancerBackendAddressPoolConfig",
"Add-AzLoadBalancerBackendAddressPoolConfig": "Add-AzureRmLoadBalancerBackendAddressPoolConfig",
"New-AzLoadBalancerBackendAddressPoolConfig": "New-AzureRmLoadBalancerBackendAddressPoolConfig",
Expand Down
4 changes: 2 additions & 2 deletions src/Batch/Batch.Test/Batch.Test.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<PsModuleName>Batch</PsModuleName>
Expand All @@ -17,7 +17,7 @@
<PackageReference Include="Microsoft.Azure.Batch" Version="13.0.0" />
<PackageReference Include="Microsoft.Azure.Management.Batch" Version="11.0.0" />
<PackageReference Include="WindowsAzure.Storage" Version="9.3.0" />
<PackageReference Include="Microsoft.Azure.Management.Network" Version="19.21.1-preview" />
<PackageReference Include="Microsoft.Azure.Management.Network" Version="20.0.1-preview" />
</ItemGroup>

<ItemGroup>
Expand Down
1 change: 1 addition & 0 deletions src/Batch/Batch.Test/ScenarioTests/BatchController.cs
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ public void RunPsTestWorkflow(
{
{"Microsoft.Resources", null},
{"Microsoft.Features", null},
{"Microsoft.Network", null},
{"Microsoft.Authorization", null}
};
var providersToIgnore = new Dictionary<string, string>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<ItemGroup>
<PackageReference Include="Microsoft.Azure.Management.CognitiveServices" Version="7.3.0-preview" />
<PackageReference Include="Microsoft.Azure.Management.Network" Version="19.21.1-preview" />
<PackageReference Include="Microsoft.Azure.Management.Network" Version="20.0.1-preview" />
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion src/Compute/Compute.Test/Compute.Test.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<PackageReference Include="Microsoft.Azure.Graph.RBAC" Version="3.4.0-preview" />
<PackageReference Include="Microsoft.Azure.Management.Compute" Version="36.1.0" />
<PackageReference Include="Microsoft.Azure.Management.KeyVault" Version="3.0.0" />
<PackageReference Include="Microsoft.Azure.Management.Network" Version="19.21.1-preview" />
<PackageReference Include="Microsoft.Azure.Management.Network" Version="20.0.1-preview" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/CosmosDB/CosmosDB.Test/CosmosDB.Test.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
<Import Project="$(MSBuildThisFileDirectory)..\..\Az.Test.props" />
<ItemGroup>
<PackageReference Include="Microsoft.Azure.Management.CosmosDB" Version="1.2.0" />
<PackageReference Include="Microsoft.Azure.Management.Network" Version="19.21.1-preview" />
<PackageReference Include="Microsoft.Azure.Management.Network" Version="20.0.1-preview" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<ItemGroup>
<PackageReference Include="Microsoft.Azure.Management.DataLake.Store" Version="2.4.2-preview" />
<PackageReference Include="Microsoft.Azure.Management.Network" Version="19.21.1-preview" />
<PackageReference Include="Microsoft.Azure.Management.Network" Version="20.0.1-preview" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/Dns/Dns.Test/Dns.Test.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<ItemGroup>
<PackageReference Include="Microsoft.Azure.Management.Dns" Version="3.0.1" />
<PackageReference Include="Microsoft.Azure.Management.Network" Version="19.21.1-preview" />
<PackageReference Include="Microsoft.Azure.Management.Network" Version="20.0.1-preview" />
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion src/KeyVault/KeyVault.Test/KeyVault.Test.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<PackageReference Include="Microsoft.Azure.KeyVault" Version="3.0.1" />
<PackageReference Include="Microsoft.Azure.KeyVault.WebKey" Version="3.0.1" />
<PackageReference Include="Microsoft.Azure.Management.KeyVault" Version="3.0.0" />
<PackageReference Include="Microsoft.Azure.Management.Network" Version="19.21.1-preview" />
<PackageReference Include="Microsoft.Azure.Management.Network" Version="20.0.1-preview" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/Monitor/Monitor.Test/Monitor.Test.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<ItemGroup>
<PackageReference Include="Microsoft.Azure.Management.Monitor" Version="0.25.1-preview" />
<PackageReference Include="Microsoft.Azure.Management.ApplicationInsights" Version="0.3.0-preview" />
<PackageReference Include="Microsoft.Azure.Management.Network" Version="19.21.1-preview" />
<PackageReference Include="Microsoft.Azure.Management.Network" Version="20.0.1-preview" />
<PackageReference Include="Microsoft.Azure.Management.OperationalInsights" Version="0.21.0-preview" />
</ItemGroup>

Expand Down
2 changes: 1 addition & 1 deletion src/NetAppFiles/NetAppFiles.Test/NetAppFiles.Test.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<ItemGroup>
<PackageReference Include="Microsoft.Azure.Management.NetApp" Version="1.4.0" />
<PackageReference Include="Microsoft.Azure.Management.Network" Version="19.21.1-preview" />
<PackageReference Include="Microsoft.Azure.Management.Network" Version="20.0.1-preview" />
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion src/Network/Network.Test/Network.Test.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

<ItemGroup>
<PackageReference Include="Microsoft.Azure.Graph.RBAC" Version="3.4.0-preview" />
<PackageReference Include="Microsoft.Azure.Management.Network" Version="19.21.1-preview" />
<PackageReference Include="Microsoft.Azure.Management.Network" Version="20.0.1-preview" />
<PackageReference Include="Microsoft.Azure.Insights" Version="0.16.0-preview" />
<PackageReference Include="Microsoft.Azure.Management.Compute" Version="36.1.0" />
<PackageReference Include="Microsoft.Azure.Management.ContainerInstance" Version="2.0.0" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -137,5 +137,13 @@ public void TestApplicationGatewayWithListenerHostNames()
{
TestRunner.RunTestScript(string.Format("Test-ApplicationGatewayWithListenerHostNames -baseDir '{0}'", AppDomain.CurrentDomain.BaseDirectory));
}

[Fact]
[Trait(Category.AcceptanceType, Category.CheckIn)]
[Trait(Category.Owner, NrpTeamAlias.nvadev_subset1)]
public void TestApplicationGatewayWithPrivateLinkConfiguration()
{
TestRunner.RunTestScript(string.Format("Test-ApplicationGatewayWithPrivateLinkConfiguration -baseDir '{0}'", AppDomain.CurrentDomain.BaseDirectory));
}
}
}
146 changes: 146 additions & 0 deletions src/Network/Network.Test/ScenarioTests/ApplicationGatewayTests.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2800,3 +2800,149 @@ function Test-ApplicationGatewayWithListenerHostNames
Clean-ResourceGroup $rgname
}
}

function Test-ApplicationGatewayWithPrivateLinkConfiguration
{
param
(
$basedir = "./"
)

# Setup
$location = Get-ProviderLocation "Microsoft.Network/applicationGateways" "westus2"

$rgname = Get-ResourceGroupName
$appgwName = Get-ResourceName
$vnetName = Get-ResourceName
$gwSubnetName = Get-ResourceName
$plsSubnetName = Get-ResourceName
$publicIpName = Get-ResourceName
$gipconfigname = Get-ResourceName

$frontendPort01Name = Get-ResourceName
$fipconfigName = Get-ResourceName
$listener01Name = Get-ResourceName

$poolName = Get-ResourceName
$trustedRootCertName = Get-ResourceName
$poolSetting01Name = Get-ResourceName

$rule01Name = Get-ResourceName

$probeHttpName = Get-ResourceName

$privateLinkIpConfigName1 = Get-ResourceName
$privateLinkIpConfigName2 = Get-ResourceName
$privateLinkIpConfigName3 = Get-ResourceName

$privateLinkConfigName = Get-ResourceName
$privateLinkConfigName2 = Get-ResourceName

try
{
# Create the resource group
$resourceGroup = New-AzResourceGroup -Name $rgname -Location $location -Tags @{ testtag = "APPGw tag"}
# Create the Virtual Network
$gwSubnet = New-AzVirtualNetworkSubnetConfig -Name $gwSubnetName -AddressPrefix 10.0.0.0/24 -PrivateLinkServiceNetworkPoliciesFlag "Disabled"
$plsSubnet = New-AzVirtualNetworkSubnetConfig -Name $plsSubnetName -AddressPrefix 10.0.1.0/24 -PrivateLinkServiceNetworkPoliciesFlag "Disabled"
$vnet = New-AzVirtualNetwork -Name $vnetName -ResourceGroupName $rgname -Location $location -AddressPrefix 10.0.0.0/16 -Subnet $gwSubnet, $plsSubnet
$vnet = Get-AzVirtualNetwork -Name $vnetName -ResourceGroupName $rgname
$gwSubnet = Get-AzVirtualNetworkSubnetConfig -Name $gwSubnetName -VirtualNetwork $vnet
$plsSubnet = Get-AzVirtualNetworkSubnetConfig -Name $plsSubnetName -VirtualNetwork $vnet

# Create public ip
$publicip = New-AzPublicIpAddress -ResourceGroupName $rgname -name $publicIpName -location $location -AllocationMethod Static -sku Standard

# Create ip configuration
$gipconfig = New-AzApplicationGatewayIPConfiguration -Name $gipconfigname -Subnet $gwSubnet

# private link configuration
$privateLinkIpConfiguration1 = New-AzApplicationGatewayPrivateLinkIpConfiguration -Name $privateLinkIpConfigName1 -Subnet $plsSubnet -Primary
$privateLinkIpConfiguration2 = New-AzApplicationGatewayPrivateLinkIpConfiguration -Name $privateLinkIpConfigName2 -Subnet $plsSubnet
$privateLinkConfiguration = New-AzApplicationGatewayPrivateLinkConfiguration -Name $privateLinkConfigName -IpConfiguration $privateLinkIpConfiguration1, $privateLinkIpConfiguration2

$fipconfig = New-AzApplicationGatewayFrontendIPConfig -Name $fipconfigName -PublicIPAddress $publicip -PrivateLinkConfiguration $privateLinkConfiguration
$fp01 = New-AzApplicationGatewayFrontendPort -Name $frontendPort01Name  -Port 80
$listener01 = New-AzApplicationGatewayHttpListener -Name $listener01Name -Protocol Http -FrontendIPConfiguration $fipconfig -FrontendPort $fp01

# backend part
# trusted root cert part
$certFilePath = $basedir + "/ScenarioTests/Data/ApplicationGatewayAuthCert.cer"
$trustedRoot01 = New-AzApplicationGatewayTrustedRootCertificate -Name $trustedRootCertName -CertificateFile $certFilePath
$pool = New-AzApplicationGatewayBackendAddressPool -Name $poolName -BackendIPAddresses www.microsoft.com, www.bing.com
$probeHttp = New-AzApplicationGatewayProbeConfig -Name $probeHttpName -Protocol Https -HostName "probe.com" -Path "/path/path.htm" -Interval 89 -Timeout 88 -UnhealthyThreshold 8 -port 1234
$poolSetting01 = New-AzApplicationGatewayBackendHttpSetting -Name $poolSetting01Name -Port 443 -Protocol Https -Probe $probeHttp -CookieBasedAffinity Enabled -PickHostNameFromBackendAddress -TrustedRootCertificate $trustedRoot01

#rule
$rule01 = New-AzApplicationGatewayRequestRoutingRule -Name $rule01Name -RuleType basic -BackendHttpSettings $poolSetting01 -HttpListener $listener01 -BackendAddressPool $pool

# sku
$sku = New-AzApplicationGatewaySku -Name Standard_v2 -Tier Standard_v2

# autoscale configuration
$autoscaleConfig = New-AzApplicationGatewayAutoscaleConfiguration -MinCapacity 3

# Create Application Gateway
$appgw = New-AzApplicationGateway -Name $appgwName -ResourceGroupName $rgname -Zone 1,2 -Location $location -Probes $probeHttp -BackendAddressPools $pool -BackendHttpSettingsCollection $poolSetting01 -FrontendIpConfigurations $fipconfig -GatewayIpConfigurations $gipconfig -FrontendPorts $fp01 -HttpListeners $listener01 -RequestRoutingRules $rule01 -Sku $sku -TrustedRootCertificate $trustedRoot01 -AutoscaleConfiguration $autoscaleConfig -PrivateLinkConfiguration $privateLinkConfiguration

# Get Application Gateway
$getgw = Get-AzApplicationGateway -Name $appgwName -ResourceGroupName $rgname

# Operational State
Assert-AreEqual "Running" $getgw.OperationalState

# Verify PrivateLink Configuration
Assert-NotNull $getgw.PrivateLinkConfigurations
Assert-AreEqual 1 $getgw.PrivateLinkConfigurations.Count
$getPrivateLinkConfig = Get-AzApplicationGatewayPrivateLinkConfiguration -Name $privateLinkConfigName -ApplicationGateway $getgw
Assert-NotNull $getPrivateLinkConfig
Assert-AreEqual $getPrivateLinkConfig.IpConfigurations.Count 2

# Verify Frontend Ip has PrivateLink Configuration
$getFipConfig = Get-AzApplicationGatewayFrontendIPConfig -ApplicationGateway $getgw -Name $fipconfigName
Assert-NotNull $getFipconfig
Assert-NotNull $getFipconfig.PrivateLinkConfiguration
Assert-AreEqual $getPrivateLinkConfig.Id $getFipconfig.PrivateLinkConfiguration.Id

# check autoscale configuration
$autoscaleConfig01 = Get-AzApplicationGatewayAutoscaleConfiguration -ApplicationGateway $getgw
Assert-NotNull $autoscaleConfig01
Assert-AreEqual $autoscaleConfig01.MinCapacity 3

# Set AppGw
$getgw01 = Set-AzApplicationGateway -ApplicationGateway $getgw

# Cannot add same PrivateLinkConfiguration
Assert-ThrowsLike { Add-AzApplicationGatewayPrivateLinkConfiguration -ApplicationGateway $getgw01 -Name $privateLinkConfigName -IpConfiguration $privateLinkIpConfiguration1 } "*already exists*"

# add another private link configuration and change the ip configuration
$getgw01 = Add-AzApplicationGatewayPrivateLinkConfiguration -ApplicationGateway $getgw01 -Name $privateLinkConfigName2 -IpConfiguration $privateLinkIpConfiguration1
$privateLinkIpConfiguration3 = New-AzApplicationGatewayPrivateLinkIpConfiguration -Name $privateLinkIpConfigName3 -Subnet $plsSubnet -Primary
$getgw01 = Set-AzApplicationGatewayPrivateLinkConfiguration -ApplicationGateway $getgw01 -Name $privateLinkConfigName2 -IpConfiguration $privateLinkIpConfiguration3
$getPrivateLinkConfig = Get-AzApplicationGatewayPrivateLinkConfiguration -Name $privateLinkConfigName2 -ApplicationGateway $getgw01
Assert-NotNull $getPrivateLinkConfig
Assert-AreEqual $getPrivateLinkConfig.IpConfigurations.Count 1
Assert-AreEqual $getPrivateLinkConfig.IpConfigurations.Name $privateLinkIpConfigName3

# add / remove privateLinkConfiguration
$getgw = Set-AzApplicationGateway -ApplicationGateway $getgw01
$privateLinkConfigurations = Get-AzApplicationGatewayPrivateLinkConfiguration -ApplicationGateway $getgw
Assert-NotNull $privateLinkConfigurations
Assert-AreEqual $privateLinkConfigurations.Count 2

$getgw01 = Remove-AzApplicationGatewayPrivateLinkConfiguration -ApplicationGateway $getgw01 -Name $privateLinkConfigName2
$getgw = Set-AzApplicationGateway -ApplicationGateway $getgw01

$privateLinkConfigurations = Get-AzApplicationGatewayPrivateLinkConfiguration -ApplicationGateway $getgw
Assert-NotNull $privateLinkConfigurations
Assert-AreEqual $privateLinkConfigurations.Count 1

# Delete Application Gateway
Remove-AzApplicationGateway -Name $appgwName -ResourceGroupName $rgname -Force
}
finally
{
# Cleanup
Clean-ResourceGroup $rgname
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,44 @@ public AzureFirewallPolicyTests(ITestOutputHelper output)
{
}

[Fact(Skip = "Fails with Internal Server Error")]
[Fact]
[Trait(Category.AcceptanceType, Category.CheckIn)]
[Trait(Category.Owner, NrpTeamAlias.azurefirewall)]
public void TestAzureFirewallPolicyCRUD()
{
TestRunner.RunTestScript("Test-AzureFirewallPolicyCRUD");
}

[Fact]
[Trait(Category.AcceptanceType, Category.CheckIn)]
[Trait(Category.Owner, NrpTeamAlias.azurefirewall)]
public void TestAzureFirewallPolicyWithThreatIntelWhitelistCRUD()
{
TestRunner.RunTestScript("Test-AzureFirewallPolicyWithThreatIntelWhitelistCRUD");
}

[Fact]
[Trait(Category.AcceptanceType, Category.CheckIn)]
[Trait(Category.Owner, NrpTeamAlias.azurefirewall)]
public void TestAzureFirewallPolicyWithDNSSettings()
{
TestRunner.RunTestScript("Test-AzureFirewallPolicyWithDNSSettings");
}

[Fact]
[Trait(Category.AcceptanceType, Category.CheckIn)]
[Trait(Category.Owner, NrpTeamAlias.azurefirewall)]
public void TestAzureFirewallPolicyCRUDWithNetworkRuleDestinationFQDNs()
{
TestRunner.RunTestScript("Test-AzureFirewallPolicyCRUDWithNetworkRuleDestinationFQDNs");
}

[Fact]
[Trait(Category.AcceptanceType, Category.CheckIn)]
[Trait(Category.Owner, NrpTeamAlias.azurefirewall)]
public void TestAzureFirewallPolicyWithIpGroups()
{
TestRunner.RunTestScript("Test-AzureFirewallPolicyWithIpGroups");
}
}
}
Loading