Skip to content

Commit 837284b

Browse files
author
Matthew Boentoro
committed
{RDBMS} az postgres flexible-server backup delete: change user confirmation so it refers to server name instead of resource group
1 parent a907094 commit 837284b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/azure-cli/azure/cli/command_modules/rdbms/flexible_server_custom_postgres.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1438,7 +1438,7 @@ def backup_delete_func(client, resource_group_name, server_name, backup_name, ye
14381438

14391439
if not yes:
14401440
user_confirmation(
1441-
"Are you sure you want to delete the backup '{0}' in resource group '{1}'".format(backup_name, resource_group_name), yes=yes)
1441+
"Are you sure you want to delete the backup '{0}' in server '{1}'".format(backup_name, server_name), yes=yes)
14421442

14431443
return client.begin_delete(
14441444
resource_group_name,

0 commit comments

Comments
 (0)