Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

{RDBMS} Fix Typo in mysql flexibile server cmdlet summary #23482

Merged
merged 2 commits into from
Aug 10, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
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