summaryrefslogtreecommitdiffstats
path: root/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_devprof_log_syslogd_filter_freestyle.py
diff options
context:
space:
mode:
Diffstat (limited to 'ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_devprof_log_syslogd_filter_freestyle.py')
-rw-r--r--ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_devprof_log_syslogd_filter_freestyle.py10
1 files changed, 5 insertions, 5 deletions
diff --git a/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_devprof_log_syslogd_filter_freestyle.py b/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_devprof_log_syslogd_filter_freestyle.py
index e297d1331..deda30f01 100644
--- a/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_devprof_log_syslogd_filter_freestyle.py
+++ b/ansible_collections/fortinet/fortimanager/plugins/modules/fmgr_devprof_log_syslogd_filter_freestyle.py
@@ -220,19 +220,19 @@ def main():
'devprof': {'required': True, 'type': 'str'},
'devprof_log_syslogd_filter_freestyle': {
'type': 'dict',
- 'v_range': [['7.0.4', '7.0.10'], ['7.2.1', '']],
+ 'v_range': [['7.0.4', '7.0.12'], ['7.2.1', '']],
'options': {
'category': {
- 'v_range': [['7.0.4', '7.0.10'], ['7.2.1', '']],
+ 'v_range': [['7.0.4', '7.0.12'], ['7.2.1', '']],
'choices': [
'traffic', 'event', 'virus', 'webfilter', 'attack', 'spam', 'voip', 'dlp', 'app-ctrl', 'anomaly', 'waf', 'gtp', 'dns', 'ssh',
'ssl', 'file-filter', 'icap', 'ztna', 'virtual-patch'
],
'type': 'str'
},
- 'filter': {'v_range': [['7.0.4', '7.0.10'], ['7.2.1', '']], 'type': 'str'},
- 'filter-type': {'v_range': [['7.0.4', '7.0.10'], ['7.2.1', '']], 'choices': ['include', 'exclude'], 'type': 'str'},
- 'id': {'v_range': [['7.0.4', '7.0.10'], ['7.2.1', '']], 'required': True, 'type': 'int'}
+ 'filter': {'v_range': [['7.0.4', '7.0.12'], ['7.2.1', '']], 'type': 'str'},
+ 'filter-type': {'v_range': [['7.0.4', '7.0.12'], ['7.2.1', '']], 'choices': ['include', 'exclude'], 'type': 'str'},
+ 'id': {'v_range': [['7.0.4', '7.0.12'], ['7.2.1', '']], 'required': True, 'type': 'int'}
}
}