test/api_stub.rb in fog-azure-rm-0.0.9 vs test/api_stub.rb in fog-azure-rm-0.1.0
- old
+ new
@@ -15,10 +15,11 @@
module Storage
autoload :StorageAccount, File.expand_path('api_stub/models/storage/storageaccount', __dir__)
autoload :File, ::File.expand_path('api_stub/models/storage/file', __dir__)
autoload :Directory, ::File.expand_path('api_stub/models/storage/directory', __dir__)
+ autoload :RecoveryVault, ::File.expand_path('api_stub/models/storage/recovery_vault', __dir__)
end
module Network
autoload :PublicIp, File.expand_path('api_stub/models/network/public_ip', __dir__)
autoload :Subnet, File.expand_path('api_stub/models/network/subnet', __dir__)
@@ -51,10 +52,11 @@
end
module Sql
autoload :SqlServer, File.expand_path('api_stub/models/sql/sql_server', __dir__)
autoload :SqlDatabase, File.expand_path('api_stub/models/sql/sql_database', __dir__)
+ autoload :SqlFirewallRule, File.expand_path('api_stub/models/sql/sql_firewall_rule', __dir__)
end
end
module Requests
module Compute
@@ -71,10 +73,11 @@
module Storage
autoload :StorageAccount, File.expand_path('api_stub/requests/storage/storageaccount', __dir__)
autoload :File, ::File.expand_path('api_stub/requests/storage/file', __dir__)
autoload :Directory, ::File.expand_path('api_stub/requests/storage/directory', __dir__)
+ autoload :RecoveryVault, ::File.expand_path('api_stub/requests/storage/recovery_vault', __dir__)
end
module Network
autoload :PublicIp, File.expand_path('api_stub/requests/network/public_ip', __dir__)
autoload :Subnet, File.expand_path('api_stub/requests/network/subnet', __dir__)
@@ -107,8 +110,9 @@
end
module Sql
autoload :SqlServer, File.expand_path('api_stub/requests/sql/sql_server', __dir__)
autoload :SqlDatabase, File.expand_path('api_stub/requests/sql/database', __dir__)
+ autoload :FirewallRule, File.expand_path('api_stub/requests/sql/firewall_rule', __dir__)
end
end
end