Formatting
This commit is contained in:
parent
3ecb0f4fc4
commit
fd03d0310e
|
@ -301,4 +301,4 @@ func azureRMVirtualNetworkLockNetworkSecurityGroups(networkSecurityGroupNames *[
|
|||
for _, networkSecurityGroupName := range *networkSecurityGroupNames {
|
||||
armMutexKV.Lock(networkSecurityGroupName)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -103,4 +103,4 @@ func parseNetworkSecurityGroupName(networkSecurityGroupId string) (string, error
|
|||
}
|
||||
|
||||
return id.Path["networkSecurityGroups"], nil
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue