lib/fog/azurerm/models/resources/azure_resources.rb in fog-azure-rm-0.1.2 vs lib/fog/azurerm/models/resources/azure_resources.rb in fog-azure-rm-0.2.0
- old
+ new
@@ -20,9 +20,13 @@
end
def get(resource_id)
all.find { |f| f.id == resource_id }
end
+
+ def check_azure_resource_exists(resource_id, api_version)
+ service.check_azure_resource_exists(resource_id, api_version)
+ end
end
end
end
end