mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Update azure_rm_appgateway.py (#56780)
* Update azure_rm_appgateway.py documentation to explain the dependency of authentication_certificates on cookie_based_affinity being enabled
This commit is contained in:
parent
2d5c9e06fa
commit
ec511e84bc
1 changed files with 1 additions and 0 deletions
|
@ -294,6 +294,7 @@ options:
|
|||
authentication_certificates:
|
||||
description:
|
||||
- List of references to application gateway authentication certificates.
|
||||
- Applicable only when C(cookie_based_affinity) is enabled, otherwise quietly ignored.
|
||||
suboptions:
|
||||
id:
|
||||
description:
|
||||
|
|
Loading…
Reference in a new issue