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