Add deprecation group for renaming attributes

Signed-off-by: Clinton Wolfe <clintoncwolfe@gmail.com>
This commit is contained in:
Clinton Wolfe 2019-02-11 12:44:44 -05:00
parent 86bb48d10c
commit d52d497aac

View file

@ -14,6 +14,11 @@
"filesystem_property_size": {
"action": "ignore",
"comment": "See #3778"
},
"rename_attributes_to_inputs": {
"action": "ignore",
"prefix": "InSpec Attributes are being renamed to InSpec Inputs to avoid confusion with Chef Attributes.",
"comment": "See #3802"
}
}
}