lib/fog/azurerm/requests/storage/create_page_blob.rb in gitlab-fog-azure-rm-1.8.0 vs lib/fog/azurerm/requests/storage/create_page_blob.rb in gitlab-fog-azure-rm-1.9.0

- old
+ new

@@ -1,7 +1,7 @@ module Fog - module Storage - class AzureRM + module AzureRM + class Storage # This class provides the actual implementation for service calls. class Real def create_page_blob(container_name, blob_name, blob_size, options = {}) options[:request_id] = SecureRandom.uuid msg = "create_page_blob #{blob_name} to the container #{container_name}. blob_size: #{blob_size}, options: #{options}"