test/integration/network_interface.rb in far-gem-0.5.1 vs test/integration/network_interface.rb in far-gem-0.5.2
- old
+ new
@@ -105,10 +105,11 @@
network_security_group_id: nsg.id,
subnet_id: "/subscriptions/#{azure_credentials['subscription_id']}/resourceGroups/TestRG-NI/providers/Microsoft.Network/virtualNetworks/testVnet/subnets/mysubnet",
public_ip_address_id: "/subscriptions/#{azure_credentials['subscription_id']}/resourceGroups/TestRG-NI/providers/Microsoft.Network/publicIPAddresses/mypubip",
ip_configuration_name: 'testIpConfiguration',
private_ip_allocation_method: 'Dynamic',
- tags: { key: 'value' }
+ tags: { key: 'value' },
+ enable_accelerated_networking: true
)
puts "Created network interface: #{network_interface.name}"
########################################################################################################################
###################### Get Network Interface and Update Resources ######################