Skip to content

Commit

Permalink
Update sonic_password_complexity.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
arulkumar9690 authored Aug 20, 2024
1 parent 220a43d commit 8502695
Showing 1 changed file with 1 addition and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,6 @@ merged_01:
deleted_01:
module_args:
state: deleted
config:
min_lower_case: 1
min_upper_case: 1
min_len: 10
existing_system_config:
- path: "data/openconfig-system:system/openconfig-system-ext:login/password-attributes/config"
response:
Expand All @@ -41,15 +37,10 @@ deleted_01:
expected_config_requests:
- path: "data/openconfig-system:system/openconfig-system-ext:login/password-attributes/config/min-lower-case"
method: "delete"
data:
- path: "data/openconfig-system:system/openconfig-system-ext:login/password-attributes/config/min-upper-case"
method: "delete"
data:
- path: "data/openconfig-system:system/openconfig-system-ext:login/password-attributes/config/min-len"
method: "patch"
data:
openconfig-system-ext:config:
min-len: 8
method: "delete"
replaced_01:
module_args:
config:
Expand Down

0 comments on commit 8502695

Please sign in to comment.