Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
1 change: 0 additions & 1 deletion src/azure-cli/azure/cli/command_modules/sql/_params.py
Original file line number Diff line number Diff line change
Expand Up @@ -1097,7 +1097,6 @@ def _configure_security_policy_storage_params(arg_ctx):
c.argument(
'diffbackup_hours',
options_list=['--diffbackup-hours'],
required=True,
help='New backup short term retention policy differential backup interval in hours.'
'Valid differential backup interval for live database can be 12 or 24 hours.')

Expand Down
2 changes: 1 addition & 1 deletion src/azure-cli/azure/cli/command_modules/sql/custom.py
Original file line number Diff line number Diff line change
Expand Up @@ -2736,7 +2736,7 @@ def update_short_term_retention(
server_name,
resource_group_name,
retention_days,
diffbackup_hours,
diffbackup_hours=None,
no_wait=False,
**kwargs):
'''
Expand Down
Loading