Skip to content

Commit d0ec671

Browse files
add rules.
1 parent 14697b7 commit d0ec671

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

experiments/Compute.Experiments/AzureRM.Compute.Experiments.psm1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -254,6 +254,7 @@ class SecurityGroup: Resource1 {
254254
-SourceAddressPrefix "*" `
255255
-DestinationPortRange $port `
256256
-DestinationAddressPrefix "*";
257+
$rules.Add($securityRuleConfig);
257258
}
258259
return New-AzureRmNetworkSecurityGroup `
259260
-ResourceGroupName $p.ResourceGroupName `

0 commit comments

Comments
 (0)