Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
585b2bb
Add HubRoutingPreference as an optional command in New-AzRouteServer …
yeliMSFT May 24, 2022
05006ce
Fix bug that can't parse CustomIpPrefixParent in CustomIpPrefix comma…
gitlwh Jun 8, 2022
f691e97
Added basic sku support and unit tests (#18322)
Gizachew-Eshetie Jun 8, 2022
6fa0e2c
Add operator "Any" in New-AzApplicationGatewayFirewallCondition (#18458)
AdishreeM Jun 17, 2022
7bd3f07
Network Add CRUD of routing intent in virtual hub (#18088)
zaynchen115 Jun 17, 2022
61b2340
Update ChangeLog.md (#18478)
VeryEarly Jun 17, 2022
119ecfc
PS cmdlets for application gateway L4 properties (#18557)
gdhillon24 Jun 22, 2022
76400a9
Add mapping rule on VirtualNetworkEncryption (#18731)
dtuCloud Jun 27, 2022
3b56c93
Revert "Add mapping rule on VirtualNetworkEncryption (#18731)" (#18847)
dtuCloud Jul 1, 2022
36af7d1
Fixed SNAT private ranges IP validation bug (#18857)
Gizachew-Eshetie Jul 7, 2022
2db9b49
Basic SKU management NIC changes (#18916)
Gizachew-Eshetie Jul 13, 2022
629ddc6
Updating to 2022-01-01
htippanaboya Jul 14, 2022
2904a63
Reverting changes for accounts.csproj file
htippanaboya Jul 14, 2022
b98f96f
Reverting changes for AzContainerRegistryRepository
htippanaboya Jul 15, 2022
7f90a2e
Reverting changes
htippanaboya Jul 15, 2022
e3f0889
updating version number in 2022-01-01
htippanaboya Jul 15, 2022
aa9a8ac
Added the new switch parameter IdentifyTopFatFlows to Firewall Comman…
Gizachew-Eshetie Jul 19, 2022
fa14aea
Fixing pipeline failing tests
htippanaboya Jul 20, 2022
83391fd
updating version number in 2022-01-01 (#18953)
htippanaboya Jul 20, 2022
2ba9b05
Merge pull request #1 from Azure/main
htippanaboya Jul 20, 2022
721bdaf
Merge branch 'main' into network-2022-01-01_4
htippanaboya Jul 20, 2022
ee8c8db
Merge pull request #3 from htippanaboya/network-2022-01-01_4
htippanaboya Jul 20, 2022
5e2a6d1
Adding missing </data> end tag
htippanaboya Jul 21, 2022
dd7d5b3
Merge branch 'Azure:network-2022-01-01' into network-2022-01-01
htippanaboya Jul 21, 2022
3aed08c
Merge branch 'Azure:main' into main
htippanaboya Jul 21, 2022
55433eb
Merge branch 'main' into network-2022-01-01
htippanaboya Jul 21, 2022
e68a5e1
Merge pull request #5 from htippanaboya/network-2022-01-01
htippanaboya Jul 21, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/Batch/Batch.Test/Batch.Test.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<PackageReference Include="Microsoft.Azure.Batch" Version="15.3.0" />
<PackageReference Include="Microsoft.Azure.Management.Batch" Version="14.0.0" />
<PackageReference Include="WindowsAzure.Storage" Version="9.3.0" />
<PackageReference Include="Microsoft.Azure.Management.Network" Version="22.0.0" />
<PackageReference Include="Microsoft.Azure.Management.Network" Version="23.0.0" />
</ItemGroup>

<ItemGroup>
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="8.2.0" />
<PackageReference Include="Microsoft.Azure.Management.Network" Version="22.0.0" />
<PackageReference Include="Microsoft.Azure.Management.Network" Version="23.0.0" />
</ItemGroup>

<ItemGroup>
Expand Down
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="56.0.0" />
<PackageReference Include="Microsoft.Azure.Management.KeyVault" Version="4.0.0-preview.1" />
<PackageReference Include="Microsoft.Azure.Management.Network" Version="22.0.0" />
<PackageReference Include="Microsoft.Azure.Management.Network" Version="23.0.0" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<ItemGroup>
<PackageReference Include="Microsoft.Azure.Management.ContainerRegistry" Version="4.0.0" />
<PackageReference Include="Microsoft.Azure.Management.Network" Version="22.0.0" />
<PackageReference Include="Microsoft.Azure.Management.Network" Version="23.0.0" />
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="5.6.0" />
<PackageReference Include="Microsoft.IdentityModel.Tokens" Version="5.6.0">
<NoWarn>NU1608</NoWarn>
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 @@ -6,6 +6,6 @@
<ItemGroup>
<PackageReference Include="Microsoft.Azure.KeyVault" Version="3.0.1" />
<PackageReference Include="Microsoft.Azure.Management.CosmosDB" Version="3.7.0-preview" />
<PackageReference Include="Microsoft.Azure.Management.Network" Version="22.0.0" />
<PackageReference Include="Microsoft.Azure.Management.Network" Version="23.0.0" />
</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="22.0.0" />
<PackageReference Include="Microsoft.Azure.Management.Network" Version="23.0.0" />
</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="22.0.0" />
<PackageReference Include="Microsoft.Azure.Management.Network" Version="23.0.0" />
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion src/HDInsight/HDInsight.Test/HDInsight.Test.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<PackageReference Include="Microsoft.Azure.Management.HDInsight.Job" Version="2.0.7" />
<PackageReference Include="Microsoft.Azure.Management.KeyVault" Version="4.0.0-preview.1" />
<PackageReference Include="Microsoft.Azure.Management.ManagedServiceIdentity" Version="0.11.0" />
<PackageReference Include="Microsoft.Azure.Management.Network" Version="22.0.0" />
<PackageReference Include="Microsoft.Azure.Management.Network" Version="23.0.0" />
<PackageReference Include="Microsoft.Azure.Management.OperationalInsights" Version="0.24.0-preview" />
</ItemGroup>

Expand Down
2 changes: 1 addition & 1 deletion src/HPCCache/HPCCache.Test/HPCCache.Test.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<ItemGroup>
<PackageReference Include="Microsoft.Azure.Management.Authorization" Version="2.13.0-preview" />
<PackageReference Include="Microsoft.Azure.Management.Storage" Version="14.5.0" />
<PackageReference Include="Microsoft.Azure.Management.Network" Version="22.0.0" />
<PackageReference Include="Microsoft.Azure.Management.Network" Version="23.0.0" />
<PackageReference Include="WindowsAzure.Storage" Version="9.3.0" />
</ItemGroup>

Expand Down
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="4.0.0-preview.1" />
<PackageReference Include="Microsoft.Azure.Management.Network" Version="22.0.0" />
<PackageReference Include="Microsoft.Azure.Management.Network" Version="23.0.0" />
</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.26.0-preview" />
<PackageReference Include="Microsoft.Azure.Management.ApplicationInsights" Version="0.3.0-preview" />
<PackageReference Include="Microsoft.Azure.Management.Network" Version="22.0.0" />
<PackageReference Include="Microsoft.Azure.Management.Network" Version="23.0.0" />
<PackageReference Include="Microsoft.Azure.Management.OperationalInsights" Version="0.24.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.16.0" />
<PackageReference Include="Microsoft.Azure.Management.Network" Version="22.0.0" />
<PackageReference Include="Microsoft.Azure.Management.Network" Version="23.0.0" />
</ItemGroup>

<ItemGroup>
Expand Down
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="22.0.0" />
<PackageReference Include="Microsoft.Azure.Management.Network" Version="23.0.0" />
<PackageReference Include="Microsoft.Azure.KeyVault" Version="3.0.5" />
<PackageReference Include="Microsoft.Azure.Management.KeyVault" Version="4.0.0-preview.1" />
<PackageReference Include="Microsoft.Azure.Insights" Version="0.16.0-preview" />
Expand Down
27 changes: 27 additions & 0 deletions src/Network/Network.Test/ScenarioTests/ApplicationGatewayTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,23 @@ public void TestApplicationGatewayWithFirewallPolicy()
TestRunner.RunTestScript(string.Format("Test-ApplicationGatewayWithFirewallPolicy -baseDir '{0}'", AppDomain.CurrentDomain.BaseDirectory));
}

[Fact]
[Trait(Category.AcceptanceType, Category.CheckIn)]
[Trait(Category.Owner, NrpTeamAlias.nvadev_subset1)]
public void TestApplicationGatewayWithTCPResources()
{
TestRunner.RunTestScript(string.Format("Test-ApplicationGatewayWithTCPResources -baseDir '{0}'", AppDomain.CurrentDomain.BaseDirectory));
}


[Fact]
[Trait(Category.AcceptanceType, Category.CheckIn)]
[Trait(Category.Owner, NrpTeamAlias.nvadev_subset1)]
public void TestApplicationGatewayWithTLSResources()
{
TestRunner.RunTestScript(string.Format("Test-ApplicationGatewayWithTLSResources -baseDir '{0}'", AppDomain.CurrentDomain.BaseDirectory));
}

[Fact]
[Trait(Category.AcceptanceType, Category.CheckIn)]
[Trait(Category.Owner, NrpTeamAlias.nvadev_subset1)]
Expand Down Expand Up @@ -203,5 +220,15 @@ public void TestApplicationGatewayCRUDWithMutualAuthentication()
{
TestRunner.RunTestScript(string.Format("Test-ApplicationGatewayCRUDWithMutualAuthentication -baseDir '{0}'", AppDomain.CurrentDomain.BaseDirectory));
}



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