test/api_stub.rb in fog-azure-rm-0.1.2 vs test/api_stub.rb in fog-azure-rm-0.2.0
- old
+ new
@@ -54,10 +54,14 @@
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
+
+ module KeyVault
+ autoload :Vault, File.expand_path('api_stub/models/key_vault/vault', __dir__)
+ end
end
module Requests
module Compute
autoload :AvailabilitySet, File.expand_path('api_stub/requests/compute/availability_set', __dir__)
@@ -111,8 +115,12 @@
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
+
+ module KeyVault
+ autoload :Vault, File.expand_path('api_stub/requests/key_vault/vault', __dir__)
end
end
end