Skip to content

Commit badd47e

Browse files
author
ianna1-admin
committed
remove invalid argument from command
1 parent 0f5e9b6 commit badd47e

File tree

1 file changed

+1
-1
lines changed
  • src/dataprotection/azext_dataprotection/aaz/latest/dataprotection/restorable_time_range

1 file changed

+1
-1
lines changed

src/dataprotection/azext_dataprotection/aaz/latest/dataprotection/restorable_time_range/_find.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ def _build_arguments_schema(cls, *args, **kwargs):
6161
options=["--source-data-store-type"],
6262
help="Gets or sets the type of the source data store.",
6363
required=True,
64-
enum={"ArchiveStore": "ArchiveStore", "OperationalStore": "OperationalStore", "VaultStore": "VaultStore"},
64+
enum={"ArchiveStore": "ArchiveStore", "OperationalStore": "OperationalStore"},
6565
)
6666
_args_schema.start_time = AAZStrArg(
6767
options=["--start-time"],

0 commit comments

Comments
 (0)