Skip to content

Commit ecfa7e6

Browse files
committed
add help
1 parent 0097c86 commit ecfa7e6

File tree

8 files changed

+9
-5
lines changed

8 files changed

+9
-5
lines changed

src/healthdataaiservice/azext_healthdataaiservice/aaz/latest/health_data_ai_services/deid_services/_deid.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ def _build_arguments_schema(cls, *args, **kwargs):
4444
_args_schema.endpoint = AAZStrArg(
4545
options=["--endpoint"],
4646
arg_group="Client",
47+
help="Url of your De-identification Service.",
4748
required=True,
4849
)
4950

src/healthdataaiservice/azext_healthdataaiservice/aaz/latest/health_data_ai_services/deid_services/job/_cancel.py

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,7 @@
1515
"health-data-ai-services deid-services job cancel",
1616
)
1717
class Cancel(AAZCommand):
18-
"""Cancels a job that is in progress.
19-
20-
The job will be marked as canceled and the service will stop processing the job. The service will not delete any documents that have already been processed.
21-
22-
If the job is already complete, this will have no effect.
18+
"""Cancels a job that is in progress. The job will be marked as canceled and the service will stop processing the job. The service will not delete any documents that have already been processed. If the job is already complete, this will have no effect.
2319
"""
2420

2521
_aaz_info = {
@@ -48,6 +44,7 @@ def _build_arguments_schema(cls, *args, **kwargs):
4844
_args_schema.endpoint = AAZStrArg(
4945
options=["--endpoint"],
5046
arg_group="Client",
47+
help="Url of your De-identification Service.",
5148
required=True,
5249
)
5350

src/healthdataaiservice/azext_healthdataaiservice/aaz/latest/health_data_ai_services/deid_services/job/_create.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ def _build_arguments_schema(cls, *args, **kwargs):
4545
_args_schema.endpoint = AAZStrArg(
4646
options=["--endpoint"],
4747
arg_group="Client",
48+
help="Url of your De-identification Service.",
4849
required=True,
4950
)
5051

src/healthdataaiservice/azext_healthdataaiservice/aaz/latest/health_data_ai_services/deid_services/job/_delete.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ def _build_arguments_schema(cls, *args, **kwargs):
4545
_args_schema.endpoint = AAZStrArg(
4646
options=["--endpoint"],
4747
arg_group="Client",
48+
help="Url of your De-identification Service.",
4849
required=True,
4950
)
5051

src/healthdataaiservice/azext_healthdataaiservice/aaz/latest/health_data_ai_services/deid_services/job/_list.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ def _build_arguments_schema(cls, *args, **kwargs):
4545
_args_schema.endpoint = AAZStrArg(
4646
options=["--endpoint"],
4747
arg_group="Client",
48+
help="Url of your De-identification Service.",
4849
required=True,
4950
)
5051

src/healthdataaiservice/azext_healthdataaiservice/aaz/latest/health_data_ai_services/deid_services/job/_show.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ def _build_arguments_schema(cls, *args, **kwargs):
4444
_args_schema.endpoint = AAZStrArg(
4545
options=["--endpoint"],
4646
arg_group="Client",
47+
help="Url of your De-identification Service.",
4748
required=True,
4849
)
4950

src/healthdataaiservice/azext_healthdataaiservice/aaz/latest/health_data_ai_services/deid_services/job/_update.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ def _build_arguments_schema(cls, *args, **kwargs):
4747
_args_schema.endpoint = AAZStrArg(
4848
options=["--endpoint"],
4949
arg_group="Client",
50+
help="Url of your De-identification Service.",
5051
required=True,
5152
)
5253

src/healthdataaiservice/azext_healthdataaiservice/aaz/latest/health_data_ai_services/deid_services/job/document/_list.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ def _build_arguments_schema(cls, *args, **kwargs):
4545
_args_schema.endpoint = AAZStrArg(
4646
options=["--endpoint"],
4747
arg_group="Client",
48+
help="Url of your De-identification Service.",
4849
required=True,
4950
)
5051

0 commit comments

Comments
 (0)