Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
Prev Previous commit
Next Next commit
style issue fixed
  • Loading branch information
DaeunYim committed May 5, 2021
commit 2f28dd1efc797b32507728e4ed3e1e073a77a1c4
Original file line number Diff line number Diff line change
Expand Up @@ -326,9 +326,9 @@

helps['mysql flexible-server deploy setup'] = """
type: command
short-summary: Create github action workflow file for MySQL server.
short-summary: Create github action workflow file for MySQL server.
examples:
- name: Create github action workflow file for MySQL server.
- name: Create github action 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
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 All @@ -340,4 +340,4 @@
examples:
- name: Run an existing workflow in your github repository
text: az mysql flexible-server deploy run --action-name testAction --branch userBranch
"""
"""
Original file line number Diff line number Diff line change
Expand Up @@ -307,9 +307,9 @@

helps['postgres flexible-server deploy setup'] = """
type: command
short-summary: Create github action workflow file for PostgreSQL server.
short-summary: Create github action workflow file for PostgreSQL server.
examples:
- name: Create github action workflow file for PostgreSQL server.
- name: Create github action 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
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 All @@ -321,4 +321,4 @@
examples:
- name: Run an existing workflow in your github repository
text: az postgres flexible-server deploy run --action-name testAction --branch userBranch
"""
"""