Skip to content

Commit e7d544e

Browse files
[POSTGRESQL] az postgres flexible-server create: Add example to create elastic cluster with custom database name (#33712)
1 parent fd4baf9 commit e7d544e

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

  • src/azure-cli/azure/cli/command_modules/postgresql

src/azure-cli/azure/cli/command_modules/postgresql/_help.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,12 @@
251251
- name: >
252252
Create elastic cluster with node count of 5.
253253
text: >
254-
az postgres flexible-server create -g testGroup -n testCluster --location testLocation --node-count 5
254+
az postgres flexible-server create -g testgroup -n testcluster --location testlocation --node-count 5
255+
256+
- name: >
257+
Create elastic cluster with node count of 3 and custom database name.
258+
text: >
259+
az postgres flexible-server create -g testgroup -n testcluster --location testlocation --node-count 3 --database-name testdatabase
255260
"""
256261

257262
helps['postgres flexible-server show'] = """

0 commit comments

Comments
 (0)