Skip to content

Commit

Permalink
[AKS] Change aks draft up Summary (#7782)
Browse files Browse the repository at this point in the history
  • Loading branch information
karenychen committed Jul 9, 2024
1 parent 6a4cd12 commit 226a973
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/aks-preview/azext_aks_preview/_help.py
Original file line number Diff line number Diff line change
Expand Up @@ -2909,8 +2909,8 @@

helps['aks draft up'] = """
type: command
short-summary: Set up GitHub OIDC and generate a GitHub workflow for automatic build and deploy to AKS
long-summary: This command combines `az aks draft setup-gh` and `az aks draft generate-workflow`.
short-summary: Run `az aks draft setup-gh` then `az aks draft generate-workflow`.
long-summary: This command combines `az aks draft setup-gh` and `az aks draft generate-workflow` to set up GitHub OIDC and generate a GitHub workflow for automatic build and deploy to AKS.
Before running this command, create a resource group, a container registry and a Kubernetes cluster on Azure and
link the three resources using `az aks update -n <cluster-name> -g <resource-group-name> --attach-acr <acr-name>`.
parameters:
Expand Down

0 comments on commit 226a973

Please sign in to comment.