lib/fog/azurerm/models/key_vault/vault.rb in fog-azure-rm-temp-0.0.4 vs lib/fog/azurerm/models/key_vault/vault.rb in fog-azure-rm-temp-0.0.5

- old
+ new

@@ -13,10 +13,11 @@ attribute :sku_name attribute :access_policies attribute :enabled_for_deployment attribute :enabled_for_disk_encryption attribute :enabled_for_template_deployment + attribute :tags def self.parse(vault) vault_hash = get_hash_from_object(vault) vault_properties = vault.properties @@ -65,10 +66,11 @@ name: name, location: location, tenant_id: tenant_id, sku_family: sku_family, sku_name: sku_name, - access_policies: access_policies + access_policies: access_policies, + tags: tags } end end end end