Skip to content

Commit

Permalink
{RDBMS} Restoring a flexible server in another resource is currently …
Browse files Browse the repository at this point in the history
…not supported (#23124)

Fixes #23108
  • Loading branch information
RakeshMohanMSFT committed Jul 8, 2022
1 parent 6347220 commit d429a0c
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/azure-cli/azure/cli/command_modules/rdbms/_helptext_pg.py
Original file line number Diff line number Diff line change
Expand Up @@ -135,11 +135,6 @@
examples:
- name: Restore 'testserver' to a specific point-in-time as a new server 'testserverNew'.
text: az postgres flexible-server restore --resource-group testGroup --name testserverNew --source-server testserver --restore-time "2017-06-15T13:10:00Z"
- name: Restore 'testserver2' to 'testserverNew', where 'testserverNew' is in a different resource group from 'testserver2'.
text: |
az postgres flexible-server restore --resource-group testGroup --name testserverNew \\
--source-server "/subscriptions/${SubID}/resourceGroups/${ResourceGroup}/providers/Microsoft.DBforPostgreSQL/servers/testserver2" \\
--restore-time "2017-06-15T13:10:00Z"
- name: Restore 'testserver' to current point-in-time as a new server 'testserverNew'.
text: az postgres flexible-server restore --resource-group testGroup --name testserverNew --source-server testserver
"""
Expand Down

0 comments on commit d429a0c

Please sign in to comment.