2018-12-20 23:54:57 -05:00
{
"file_version" : "1.0.0" ,
2019-04-12 10:55:36 -04:00
"unknown_group_action" : "ignore" ,
2018-12-20 23:54:57 -05:00
"groups" : {
2019-01-25 12:51:37 -05:00
"attrs_value_replaces_default" : {
2019-04-23 11:45:42 -04:00
"action" : "warn" ,
2021-09-20 14:18:31 +01:00
"prefix" : "The 'default' option for inputs is being replaced by 'value' - please use it instead."
2019-02-01 13:10:24 -05:00
} ,
2019-04-30 23:56:17 -04:00
"attrs_dsl" : {
"action" : "ignore" ,
"comment" : "See #3853" ,
"prefix" : "The 'attribute' DSL keyword is being replaced by 'input' - please use it instead."
} ,
2019-05-01 23:18:05 -04:00
"attrs_rename_in_metadata" : {
"action" : "ignore" ,
"comment" : "See 3854" ,
"prefix" : "Inputs should be specified by using the 'inputs' key in profile metadata, not 'attributes'."
} ,
2019-02-21 17:24:19 +00:00
"aws_resources_in_resource_pack" : {
2022-03-10 15:50:56 +05:30
"comment" : "Deprecated in InSpec 5" ,
"action" : "exit" ,
2022-03-10 12:14:17 -05:00
"prefix" : "AWS resources in core InSpec are deprecated and have been removed in InSpec 5. They are now part of a resource pack. Please update your profiles to depend on git@github.com:inspec/inspec-aws.git ."
2022-03-10 15:50:56 +05:30
} ,
"azure_resources_in_resource_pack" : {
"comment" : "Deprecated in InSpec 5" ,
"action" : "exit" ,
2022-03-10 12:14:17 -05:00
"prefix" : "Azure resources in core InSpec are deprecated and have been removed in InSpec 5. They are now part of a resource pack. Please update your profiles to depend on git@github.com:inspec/inspec-azure.git ."
2019-02-21 17:24:19 +00:00
} ,
2019-02-01 13:10:24 -05:00
"cli_option_json_config" : {
"action" : "ignore" ,
"prefix" : "The --json-config option is being replaced by the --config option." ,
"comment" : "See #3661"
2019-02-01 00:50:57 -05:00
} ,
2019-02-21 17:24:19 +00:00
"file_resource_be_mounted_matchers" : {
2019-04-24 12:24:48 -07:00
"action" : "fail_control" ,
2019-02-21 17:24:19 +00:00
"suffix" : "This will not be supported in InSpec 4.0."
} ,
"host_resource_proto_usage" : {
2019-04-23 22:31:49 -07:00
"action" : "fail_control" ,
2019-02-21 17:24:19 +00:00
"suffix" : "This will not be supported in InSpec 4.0."
} ,
"inspec_ui_methods" : {
2019-04-24 13:29:59 -07:00
"action" : "ignore" ,
2019-04-12 10:55:36 -04:00
"suffix" : "Please call `cli.ui` directly" ,
"comment" : "See #3715"
2019-02-21 17:24:19 +00:00
} ,
"mssql_session_pass_option" : {
2019-04-23 21:28:20 -07:00
"action" : "exit" ,
2019-02-21 17:24:19 +00:00
"suffix" : "This will not be supported in InSpec 4.0."
} ,
"oracledb_session_pass_option" : {
2019-04-23 21:17:45 -07:00
"action" : "exit" ,
"suffix" : "This is not supported in InSpec 4.0."
2019-02-21 17:24:19 +00:00
} ,
"property_filesystem_size" : {
2019-04-23 21:16:25 -07:00
"action" : "warn" ,
2019-02-01 00:50:57 -05:00
"comment" : "See #3778"
2019-02-11 12:44:44 -05:00
} ,
2019-02-21 17:24:19 +00:00
"property_processes_list" : {
2019-04-23 20:33:02 -07:00
"action" : "fail_control" ,
"suffix" : "This property was removed in InSpec 4.0."
2019-02-21 17:24:19 +00:00
} ,
"properties_shadow" : {
2019-04-23 19:30:21 -07:00
"action" : "fail_control" ,
"suffix" : "This property was removed in InSpec 4.0."
2019-02-21 17:24:19 +00:00
} ,
2019-02-11 12:44:44 -05:00
"rename_attributes_to_inputs" : {
2019-04-23 19:18:55 -07:00
"action" : "warn" ,
2019-02-11 12:44:44 -05:00
"prefix" : "InSpec Attributes are being renamed to InSpec Inputs to avoid confusion with Chef Attributes." ,
"comment" : "See #3802"
2019-02-20 17:44:39 -05:00
} ,
2019-02-21 17:24:19 +00:00
"resource_apache" : {
2019-04-23 18:47:12 -07:00
"action" : "exit" ,
"suffix" : "This resource was removed in InSpec 4.0."
2019-02-21 17:24:19 +00:00
} ,
"resource_iis_website" : {
2019-04-23 18:09:18 -07:00
"action" : "exit" ,
"suffix" : "This resource was removed in InSpec 4.0." ,
2019-02-21 17:24:19 +00:00
"comment" : "Needed for ServerSpec compatibility"
} ,
"resource_linux_kernel_parameter" : {
2019-04-23 17:36:57 -07:00
"action" : "exit" ,
"suffix" : "This resource was removed in InSpec 4.0." ,
2019-02-21 17:24:19 +00:00
"comment" : "Needed for ServerSpec compatibility"
} ,
"resource_script" : {
2019-04-23 16:36:09 -07:00
"action" : "exit" ,
2019-02-21 17:24:19 +00:00
"suffix" : "This resource will be removed in InSpec 4.0"
} ,
2019-04-12 10:55:36 -04:00
"resource_user_serverspec_compat" : {
2019-04-23 16:13:13 -07:00
"action" : "fail_control"
2019-02-21 17:24:19 +00:00
} ,
"resource_windows_registry_key" : {
2019-04-23 15:51:04 -07:00
"action" : "exit" ,
"suffix" : "This resource was removed in InSpec 4.0." ,
2019-02-21 17:24:19 +00:00
"comment" : "Needed for ServerSpec compatibility"
} ,
"serverspec_compatibility" : {
"action" : "warn" ,
"suffix" : "This is only allowed for compatibility with ServerSpec"
} ,
"supports_syntax" : {
"action" : "warn"
} ,
2019-04-12 10:55:36 -04:00
"mount_parser_serverspec_compat" : {
2019-04-23 15:30:51 -07:00
"action" : "fail_control"
2019-04-12 10:55:36 -04:00
} ,
2019-02-21 17:24:19 +00:00
"wmi_non_hash_usage" : {
2019-04-23 15:11:12 -07:00
"action" : "fail_control" ,
"suffix" : "This property was removed in InSpec 4.0."
2019-11-08 15:09:09 -05:00
} ,
"object_classes" : {
"action" : "warn" ,
"suffix" : "These classes will be removed in InSpec 5.0."
2021-05-24 18:05:18 +05:30
} ,
"cli_option_hook" : {
"action" : "warn" ,
"prefix" : "The --hook option is being replaced by the --activator option." ,
"suffix" : "This options will be removed in InSpec 4.0."
2022-03-11 02:17:43 +05:30
} ,
"cli_option_target_id" : {
"action" : "warn" ,
"prefix" : "The --target-id option is deprecated in InSpec 5. Its value will be ignored."
2019-01-25 12:51:37 -05:00
}
2018-12-20 23:54:57 -05:00
}
2019-02-21 17:24:19 +00:00
}