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

- old
+ new

@@ -1,13 +1,15 @@ module Fog - module Storage - class AzureRM - module SkuName - StandardLRS = 'Standard_LRS'.freeze - StandardGRS = 'Standard_GRS'.freeze - StandardRAGRS = 'Standard_RAGRS'.freeze - StandardZRS = 'Standard_ZRS'.freeze - PremiumLRS = 'Premium_LRS'.freeze + module ARM + module Compute + module Models + module SkuName + StandardLRS = 'Standard_LRS'.freeze + StandardGRS = 'Standard_GRS'.freeze + StandardRAGRS = 'Standard_RAGRS'.freeze + StandardZRS = 'Standard_ZRS'.freeze + PremiumLRS = 'Premium_LRS'.freeze + end end end end end