Skip to content

Commit

Permalink
Adding password requirements to azure_rm_postgresqlserver module doco…
Browse files Browse the repository at this point in the history
…mentation (#1634)

Signed-off-by: hyaish <hyaish@redhat.com>
  • Loading branch information
Yaish25491 authored Jul 17, 2024
1 parent 960024d commit 7983f7a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions plugins/modules/azure_rm_postgresqlserver.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,12 @@
admin_password:
description:
- The password of the administrator login.
- The supplied password must be between 6-72 characters long and must satisfy at least 3 of password complexity requirements from the following.
- 1. Contains an uppercase character
- 2. Contains a lowercase character
- 3. Contains a numeric digit
- 4. Contains a special character
- 5. Control characters are not allowed
type: str
create_mode:
description:
Expand Down

0 comments on commit 7983f7a

Please sign in to comment.