From badd47ea4a05d3ca3181fad23c0a0d3e0259820e Mon Sep 17 00:00:00 2001 From: ianna1-admin Date: Mon, 31 Mar 2025 11:38:41 -0500 Subject: [PATCH] remove invalid argument from command --- .../aaz/latest/dataprotection/restorable_time_range/_find.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dataprotection/azext_dataprotection/aaz/latest/dataprotection/restorable_time_range/_find.py b/src/dataprotection/azext_dataprotection/aaz/latest/dataprotection/restorable_time_range/_find.py index 84b88b5e34a..ef97b412800 100644 --- a/src/dataprotection/azext_dataprotection/aaz/latest/dataprotection/restorable_time_range/_find.py +++ b/src/dataprotection/azext_dataprotection/aaz/latest/dataprotection/restorable_time_range/_find.py @@ -61,7 +61,7 @@ def _build_arguments_schema(cls, *args, **kwargs): options=["--source-data-store-type"], help="Gets or sets the type of the source data store.", required=True, - enum={"ArchiveStore": "ArchiveStore", "OperationalStore": "OperationalStore", "VaultStore": "VaultStore"}, + enum={"ArchiveStore": "ArchiveStore", "OperationalStore": "OperationalStore"}, ) _args_schema.start_time = AAZStrArg( options=["--start-time"],