test/integration/server_custom_image.rb in fog-azure-rm-0.2.3 vs test/integration/server_custom_image.rb in fog-azure-rm-0.2.4
- old
+ new
@@ -74,10 +74,10 @@
name: 'NetInt',
resource_group: 'TestRG-CustomVM',
location: LOCATION,
subnet_id: "/subscriptions/#{azure_credentials['subscription_id']}/resourceGroups/TestRG-CustomVM/providers/Microsoft.Network/virtualNetworks/testVnet/subnets/mysubnet",
ip_configuration_name: 'testIpConfiguration',
- private_ip_allocation_method: Fog::Network::AzureRM::IPAllocationMethod::Dynamic
+ private_ip_allocation_method: Fog::ARM::Network::Models::IPAllocationMethod::Dynamic
)
########################################################################################################################
###################### Create Server ######################
########################################################################################################################