lib/fog/azurerm/models/network/security_rule_direction.rb in fog-azure-rm-0.2.4 vs lib/fog/azurerm/models/network/security_rule_direction.rb in fog-azure-rm-0.2.5
- old
+ new
@@ -1,7 +1,7 @@
module Fog
module ARM
- module Compute
+ module Network
module Models
module SecurityRuleDirection
Inbound = 'Inbound'.freeze
Outbound = 'Outbound'.freeze
end