You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/ServiceManagement/Network/Commands.Network.Test/ScenarioTests/NetworkSecurityGroup/NSGScenarioTests.cs
+17-1Lines changed: 17 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -106,7 +106,23 @@ public void TestSetNSGToSubnetInDiffRegion()
Copy file name to clipboardExpand all lines: src/ServiceManagement/Network/Commands.Network.Test/ScenarioTests/NetworkSecurityGroup/NetworkSecurityGroupTests.ps1
+70-1Lines changed: 70 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -192,7 +192,7 @@ function Test-SetNetworkSecurityGroupToSubnetInDifferentRegion
########################## Remove Network Security Group for Subnet Tests #############################
195
+
########################## Remove Network Security Group from Subnet Tests #############################
196
196
197
197
<#
198
198
.SYNOPSIS
@@ -214,3 +214,72 @@ function Test-RemoveNetworkSecurityGroupFromSubnet
214
214
$expectedMessage="ResourceNotFound: The virtual network name $VirtualNetworkName and subnet $SubnetName does not have any network security group assigned."
0 commit comments