diff --git a/docs/changes.rst b/docs/changes.rst index f1994717..82c4e760 100644 --- a/docs/changes.rst +++ b/docs/changes.rst @@ -55,6 +55,9 @@ Released: not yet Disabled Sphinx runs on Python <=3.7 in order to no longer having to deal with older Sphinx versions. (issue #547) +* Fixed KeyError in "zhmc passwordrule characterrule list" command. + (issue #552) + **Enhancements:** * Added support for Python 3.12. Had to increase the minimum versions of diff --git a/zhmccli/_cmd_character_rule.py b/zhmccli/_cmd_character_rule.py index abacd075..3119788d 100644 --- a/zhmccli/_cmd_character_rule.py +++ b/zhmccli/_cmd_character_rule.py @@ -197,7 +197,6 @@ def cmd_character_rule_list(cmd_ctx, password_rule_name): 'numeric', 'special', 'custom-character-sets', - 'description', ] additions = {}