lib/fog/azurerm/models/storage/sku_name.rb in fog-azure-rm-0.2.4 vs lib/fog/azurerm/models/storage/sku_name.rb in fog-azure-rm-0.2.5

- old
+ new

@@ -1,7 +1,7 @@ module Fog module ARM - module Compute + module Storage module Models module SkuName StandardLRS = 'Standard_LRS'.freeze StandardGRS = 'Standard_GRS'.freeze StandardRAGRS = 'Standard_RAGRS'.freeze