From 7f00e544951fd74c8d4df80144a7704a424bd703 Mon Sep 17 00:00:00 2001 From: Miah Johnson Date: Tue, 23 Apr 2019 19:30:21 -0700 Subject: [PATCH] Change properties_shadow from warn -> fail_control Signed-off-by: Miah Johnson --- etc/deprecations.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/etc/deprecations.json b/etc/deprecations.json index c3453c985..4d02d0eb9 100644 --- a/etc/deprecations.json +++ b/etc/deprecations.json @@ -50,8 +50,8 @@ "suffix": "This property will be removed in InSpec 4.0." }, "properties_shadow": { - "action": "warn", - "suffix": "This property will be removed in InSpec 4.0." + "action": "fail_control", + "suffix": "This property was removed in InSpec 4.0." }, "rename_attributes_to_inputs": { "action": "warn",