lib/resources/azure/azure_generic_resource.rb in inspec-4.7.3 vs lib/resources/azure/azure_generic_resource.rb in inspec-4.7.18

- old
+ new

@@ -30,13 +30,13 @@ end # Define the filter table so that it can be interrogated @filter = FilterTable.create @filter.register_filter_method(:contains) - .register_column(:type, field: "type") - .register_column(:name, field: "name") - .register_column(:location, field: "location") - .register_column(:properties, field: "properties") + .register_column(:type, field: "type") + .register_column(:name, field: "name") + .register_column(:location, field: "location") + .register_column(:properties, field: "properties") @filter.install_filter_methods_on_resource(self, :probes) def parse_resource(resource) # return a hash of information