# File lib/fog/azure/models/compute/images.rb, line 43
        def get(identity)
          all.find { |f| f.name == identity }
        rescue Fog::Errors::NotFound
          nil
        end