From 6e52994c1409cbef2b3c005847c1551e88e370b6 Mon Sep 17 00:00:00 2001 From: navba-MSFT <57353862+navba-MSFT@users.noreply.github.com> Date: Mon, 16 May 2022 10:07:56 +0530 Subject: [PATCH] =?UTF-8?q?{ContainerApp}=20Fixes=20the=20Typo=20"Github"?= =?UTF-8?q?=E2=86=92"GitHub"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixes Azure/azure-cli#22453 --- src/containerapp/azext_containerapp/_help.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/containerapp/azext_containerapp/_help.py b/src/containerapp/azext_containerapp/_help.py index d5db7171bdf..3152917f2f6 100644 --- a/src/containerapp/azext_containerapp/_help.py +++ b/src/containerapp/azext_containerapp/_help.py @@ -112,9 +112,9 @@ helps['containerapp up'] = """ type: command - short-summary: Create or update a container app as well as any associated resources (ACR, resource group, container apps environment, Github Actions, etc.) + short-summary: Create or update a container app as well as any associated resources (ACR, resource group, container apps environment, GitHub Actions, etc.) examples: - - name: Create a container app from a dockerfile in a Github repo (setting up github actions) + - name: Create a container app from a dockerfile in a GitHub repo (setting up github actions) text: | az containerapp up -n MyContainerapp --repo https://github.com/myAccount/myRepo - name: Create a container app from a dockerfile in a local directory @@ -645,7 +645,7 @@ helps['containerapp github-action add'] = """ type: command - short-summary: Add a Github Actions workflow to a repository to deploy a container app. + short-summary: Add a GitHub Actions workflow to a repository to deploy a container app. examples: - name: Add GitHub Actions, using Azure Container Registry and personal access token. text: az containerapp github-action add -g MyResourceGroup -n MyContainerapp --repo-url https://github.com/userid/repo --branch main