lib/fog/azurerm/models/resources/resource_group.rb in fog-azure-rm-0.0.2 vs lib/fog/azurerm/models/resources/resource_group.rb in fog-azure-rm-0.0.3

- old
+ new

@@ -1,7 +1,9 @@ module Fog module Resources class AzureRM + # This class is giving implementation of create/save and + # delete/destroy for resource group. class ResourceGroup < Fog::Model identity :name attribute :id attribute :location