Skip to content

Commit

Permalink
add rules.
Browse files Browse the repository at this point in the history
  • Loading branch information
sergey-shandar committed Sep 18, 2017
1 parent 14697b7 commit d0ec671
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,7 @@ class SecurityGroup: Resource1 {
-SourceAddressPrefix "*" `
-DestinationPortRange $port `
-DestinationAddressPrefix "*";
$rules.Add($securityRuleConfig);
}
return New-AzureRmNetworkSecurityGroup `
-ResourceGroupName $p.ResourceGroupName `
Expand Down

0 comments on commit d0ec671

Please sign in to comment.