Skip to content

Commit 6075df5

Browse files
committed
Message fix
1 parent 161f4a1 commit 6075df5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -361,8 +361,8 @@ def flexible_server_update_custom_func(cmd, client, instance,
361361
instance.storage.tier = None
362362

363363
if sku_name or storage_gb:
364-
logger.warning("You are changing the compute and/or storage size of the server "
365-
"The server needs to be restarted for this operation and you will see a short downtime.")
364+
logger.warning("You are changing the compute and/or storage size of the server. "
365+
"The server will be restarted for this operation and you will see a short downtime.")
366366

367367
if iops:
368368
instance.storage.iops = iops

0 commit comments

Comments
 (0)