Skip to content

Commit cf15bb2

Browse files
author
Anshul Ahuja
committed
linter 10/10
Signed-off-by: Anshul Ahuja <anshulahuja@microsoft.com>
1 parent 0764b0f commit cf15bb2

3 files changed

Lines changed: 347 additions & 172 deletions

File tree

src/dataprotection/azext_dataprotection/manual/_params.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,8 @@ def load_arguments(self, _):
196196
help="Path to backup configuration file (JSON) or inline JSON string. "
197197
"Available settings: storageAccountResourceId, blobContainerName, backupResourceGroupId, "
198198
"backupVaultId (required for Custom), backupPolicyId (required for Custom), tags.")
199+
c.argument('yes', options_list=['--yes', '-y'], action='store_true',
200+
help='Do not prompt for confirmation.')
199201

200202
with self.argument_context('dataprotection job show') as c:
201203
c.argument('resource_group_name', resource_group_name_type)

0 commit comments

Comments
 (0)