diff --git a/src/azure-cli/azure/cli/command_modules/postgresql/_help.py b/src/azure-cli/azure/cli/command_modules/postgresql/_help.py index 702bc625e9e..5568bf83f66 100644 --- a/src/azure-cli/azure/cli/command_modules/postgresql/_help.py +++ b/src/azure-cli/azure/cli/command_modules/postgresql/_help.py @@ -251,7 +251,12 @@ - name: > Create elastic cluster with node count of 5. text: > - az postgres flexible-server create -g testGroup -n testCluster --location testLocation --node-count 5 + az postgres flexible-server create -g testgroup -n testcluster --location testlocation --node-count 5 + + - name: > + Create elastic cluster with node count of 3 and custom database name. + text: > + az postgres flexible-server create -g testgroup -n testcluster --location testlocation --node-count 3 --database-name testdatabase """ helps['postgres flexible-server show'] = """