Skip to content

Commit

Permalink
add partial test, blocked by service error
Browse files Browse the repository at this point in the history
  • Loading branch information
calvinhzy committed Jul 4, 2024
1 parent d61268f commit ddf2bad
Show file tree
Hide file tree
Showing 3 changed files with 364 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def _build_arguments_schema(cls, *args, **kwargs):
required=True,
)
_args_schema.storage_task_assignment_name = AAZStrArg(
options=["--storage-task-assignment-name"],
options=["-n", "--name", "--storage-task-assignment-name"],
help="The name of the storage task assignment within the specified resource group. Storage task assignment names must be between 3 and 24 characters in length and use numbers and lower-case letters only.",
required=True,
fmt=AAZStrArgFormat(
Expand Down
Loading

0 comments on commit ddf2bad

Please sign in to comment.