Skip to content

2.3.1

Compare
Choose a tag to compare
@FTNT-HQCM FTNT-HQCM released this 04 Apr 20:56
· 3 commits to main since this release
2.3.1
4685a62

2.3.1 (April 3, 2024)

IMPROVEMENTS:

  • Supported 2 new configurations: FortiSASE (fortisase) and FortiEDR (fortiedr).
  • fortiflex_config supported input argument config_id. You can import existing configurations by specifying this argument.
  • fortiflex_retrieve_vm_group supported input argument retrieve_status. It can retrieve both PENDING and STOPPED entitlements if you set retrieve_status = ["STOPPED", "PENDING"].
  • fortiflex_retrieve_vm_group supported input argument require_exact_count. The default value is false, if set as true, the resource will release retrieved entitlements and report an error if the resource doesn't get enough count_num entitlements.
  • Reported a warning rather than an error if end_date in fortiflexvm_entitlements_vm is set incorrectly.