test/integration/zone.rb in fog-azure-rm-0.0.8 vs test/integration/zone.rb in fog-azure-rm-0.0.9

- old
+ new

@@ -36,9 +36,10 @@ ###################### Create Zone ###################### ######################################################################################################################## dns.zones.create( name: 'test-zone.com', + location: 'global', resource_group: 'TestRG-ZN' ) ######################################################################################################################## ###################### Get All Zones in a Subscription ######################