test/integration/traffic_manager.rb in fog-azure-rm-0.0.8 vs test/integration/traffic_manager.rb in fog-azure-rm-0.0.9
- old
+ new
@@ -37,10 +37,10 @@
traffic_manager.traffic_manager_profiles.create(
name: 'test-tmp',
resource_group: 'TestRG-TM',
traffic_routing_method: 'Performance',
- relative_name: 'testapp',
+ relative_name: 'testapplication',
ttl: '30',
protocol: 'http',
port: '80',
path: '/monitorpage.aspx'
)