lib/fog/azurerm/docs/storage.md in gitlab-fog-azure-rm-1.8.0 vs lib/fog/azurerm/docs/storage.md in gitlab-fog-azure-rm-1.9.0
- old
+ new
@@ -13,10 +13,10 @@
## Create Connection
If you only want to manage the storage data, you can create the connection without the Azure subscription information:
```ruby
-fog_storage_service = Fog::Storage::AzureRM.new(
+fog_storage_service = Fog::AzureRM::Storage.new(
azure_storage_account_name: '<Storage Account Name>', # Name of an Azure Storage Account
azure_storage_access_key: '<Storage Account Key>', # Key of an Azure Storage Account
environment: '<AzureCloud/AzureChinaCloud/AzureUSGovernment/AzureGermanCloud>' # Azure cloud environment. Default is AzureCloud.
)
```