You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sys::Version
Main Package
Product BIG-IP
Version 16.1.5.1
Build 0.13.7
Edition Engineering Hotfix
Date Mon Oct 21 19:24:11 PDT 2024
Hotfix List
ID1621249-2 ID1622609-1 ID1678649-2
bigip_asm_policy_fetch doesn't find policy with special characters in name. We've fixed the issue by adding some quotes in
f5_bigip/plugins/modules/bigip_asm_policy_fetch.py line 438:
COMPONENT NAME
bigip_asm_policy_fetch
Environment
ANSIBLE VERSION
BIGIP VERSION
CONFIGURATION
OS / ENVIRONMENT
SUMMARY
bigip_asm_policy_fetch doesn't find policy with special characters in name. We've fixed the issue by adding some quotes in
f5_bigip/plugins/modules/bigip_asm_policy_fetch.py line 438:
STEPS TO REPRODUCE
Use bigip_asm_policy_fetch and export a policy with '_' in name.
EXPECTED RESULTS
Each policy should be delivered by the ansible call and exported to a local file.
ACTUAL RESULTS
The task ran for all ASM policies, but exported only exported a few. There's a problem with the
handling of special characters in the name.
The text was updated successfully, but these errors were encountered: