diff --git a/src/azure-cli/azure/cli/command_modules/rdbms/_helptext_mysql.py b/src/azure-cli/azure/cli/command_modules/rdbms/_helptext_mysql.py index d92a9d28bce..78ea3d89e35 100644 --- a/src/azure-cli/azure/cli/command_modules/rdbms/_helptext_mysql.py +++ b/src/azure-cli/azure/cli/command_modules/rdbms/_helptext_mysql.py @@ -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 """ diff --git a/src/azure-cli/azure/cli/command_modules/rdbms/_helptext_pg.py b/src/azure-cli/azure/cli/command_modules/rdbms/_helptext_pg.py index dd79ccb2ca3..734be8c5ce0 100644 --- a/src/azure-cli/azure/cli/command_modules/rdbms/_helptext_pg.py +++ b/src/azure-cli/azure/cli/command_modules/rdbms/_helptext_pg.py @@ -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 """