Skip to content

Commit

Permalink
Add old parameters back
Browse files Browse the repository at this point in the history
  • Loading branch information
windoze committed Dec 1, 2024
1 parent b98f6b8 commit bf60c9f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,6 @@ def _build_arguments_schema(cls, *args, **kwargs):
_args_schema.enhanced_security_compliance = AAZObjectArg(
options=["--enhanced-security-compliance"],
arg_group="Properties",
registered=False, # Hide this parameter from help without removing it, keep backward compatibility
help="Contains settings related to the Enhanced Security and Compliance Add-On.",
)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,6 @@ def _build_arguments_schema(cls, *args, **kwargs):
_args_schema.enhanced_security_compliance = AAZObjectArg(
options=["--enhanced-security-compliance"],
arg_group="Properties",
registered=False, # Hide this parameter from help without removing it, keep backward compatibility
help="Contains settings related to the Enhanced Security and Compliance Add-On.",
nullable=True,
)
Expand Down

0 comments on commit bf60c9f

Please sign in to comment.