Skip to content

Commit 656c70b

Browse files
Added back help on root file
1 parent 29b145e commit 656c70b

File tree

1 file changed

+1
-0
lines changed
  • src/nginx/azext_nginx/aaz/latest/nginx/deployment/configuration

1 file changed

+1
-0
lines changed

src/nginx/azext_nginx/aaz/latest/nginx/deployment/configuration/_update.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ def _build_arguments_schema(cls, *args, **kwargs):
9090
_args_schema.root_file = AAZStrArg(
9191
options=["--root-file"],
9292
arg_group="Properties",
93+
help="The root file of the Nginx Configuration"
9394
nullable=True,
9495
)
9596

0 commit comments

Comments
 (0)