Skip to content

Commit

Permalink
{RDBMS} Fix Typo in mysql flexibile server cmdlet summary (#23482)
Browse files Browse the repository at this point in the history
* {RDBMS} Fix Typo in mysql flexibile server cmdlet summary

{RDBMS} Fix Typo in mysql flexibile server cmdlet summary

* {RDBMS} Fix Typo in postgres flexibile server cmdlet summary

{RDBMS} Fix Typo in postgres flexibile server cmdlet summary
  • Loading branch information
SaurabhSharma-MSFT authored Aug 10, 2022
1 parent b74e444 commit 68ee692
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -409,16 +409,16 @@

helps['mysql flexible-server deploy'] = """
type: group
short-summary: Enable and run github action workflow for MySQL server
short-summary: Enable and run GitHub Actions workflow for MySQL server
"""

helps['mysql flexible-server deploy setup'] = """
type: command
short-summary: Create github action workflow file for MySQL server.
short-summary: Create GitHub Actions workflow file for MySQL server.
examples:
- name: Create github action workflow file for MySQL server.
- name: Create GitHub Actions workflow file for MySQL server.
text: az mysql flexible-server deploy setup -s testserver -g testGroup -u username -p password --sql-file test.sql --repo username/userRepo -d flexibleserverdb --action-name testAction
- name: Create github action workflow file for MySQL server and push it to the remote repository
- name: Create GitHub Actions workflow file for MySQL server and push it to the remote repository
text: az mysql flexible-server deploy setup -s testserver -g testGroup -u username -p password --sql-file test.sql --repo username/userRepo -d flexibleserverdb --action-name testAction --branch userBranch --allow-push
"""

Expand Down
8 changes: 4 additions & 4 deletions src/azure-cli/azure/cli/command_modules/rdbms/_helptext_pg.py
Original file line number Diff line number Diff line change
Expand Up @@ -398,16 +398,16 @@

helps['postgres flexible-server deploy'] = """
type: group
short-summary: Enable and run github action workflow for PostgreSQL server
short-summary: Enable and run GitHub Actions workflow for PostgreSQL server
"""

helps['postgres flexible-server deploy setup'] = """
type: command
short-summary: Create github action workflow file for PostgreSQL server.
short-summary: Create GitHub Actions workflow file for PostgreSQL server.
examples:
- name: Create github action workflow file for PostgreSQL server.
- name: Create GitHub Actions workflow file for PostgreSQL server.
text: az postgres flexible-server deploy setup -s testserver -g testGroup -u username -p password --sql-file test.sql --repo username/userRepo -d flexibleserverdb --action-name testAction
- name: Create github action workflow file for PostgreSQL server and push it to the remote repository
- name: Create GitHub Actions workflow file for PostgreSQL server and push it to the remote repository
text: az postgres flexible-server deploy setup -s testserver -g testGroup -u username -p password --sql-file test.sql --repo username/userRepo -d flexibleserverdb --action-name testAction --branch userBranch --allow-push
"""

Expand Down

0 comments on commit 68ee692

Please sign in to comment.