Skip to content

Commit 144b3a6

Browse files
unused object
1 parent 01cc466 commit 144b3a6

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

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

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -231,18 +231,6 @@ class SecurityGroup: Resource1 {
231231
}
232232

233233
[object] Create([string] $name, [string] $location, [string] $resourceGroupName) {
234-
$securityRule = @{
235-
Name = $name;
236-
Protocol = "Tcp";
237-
Priority = 1000;
238-
Access = "Allow";
239-
Direction = "Inbound";
240-
SourcePortRange = "*";
241-
SourceAddressPrefix = "*";
242-
DestinationPortRange = 3389;
243-
DestinationAddressPrefix = "*";
244-
}
245-
246234
$securityRuleConfig = New-AzureRmNetworkSecurityRuleConfig `
247235
-Name $name `
248236
-Protocol "Tcp" `

0 commit comments

Comments
 (0)