Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Elastic-SAN] 2023-01-01 api-version public preview #6758

Merged
merged 18 commits into from
Oct 16, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
add back param option
calvinhzy committed Sep 14, 2023
commit 2e80ade6a6e22946dee68bef1afa5af99f7b9f73
Original file line number Diff line number Diff line change
@@ -92,7 +92,7 @@ def _build_arguments_schema(cls, *args, **kwargs):
help="Base size of the Elastic San appliance in TiB.",
)
_args_schema.extended_capacity_size_tib = AAZIntArg(
options=["--extended-capacity-size-tib"],
options=["--extended-size", "--extended-capacity-size-tib"],
arg_group="Properties",
help="Extended size of the Elastic San appliance in TiB.",
)