test/integration/virtual_network_gateway.rb in fog-azure-rm-0.2.3 vs test/integration/virtual_network_gateway.rb in fog-azure-rm-0.2.4
- old
+ new
@@ -48,10 +48,10 @@
network.public_ips.create(
name: 'mypubip',
resource_group: 'TestRG-VNG',
location: LOCATION,
- public_ip_allocation_method: Fog::Network::AzureRM::IPAllocationMethod::Dynamic
+ public_ip_allocation_method: Fog::ARM::Network::Models::IPAllocationMethod::Dynamic
)
########################################################################################################################
###################### Check Virtual Network Gateway Exists ######################
########################################################################################################################