diff --git a/src/azure-cli/azure/cli/command_modules/acr/_help.py b/src/azure-cli/azure/cli/command_modules/acr/_help.py index 21ef536511c..4b747a52d17 100644 --- a/src/azure-cli/azure/cli/command_modules/acr/_help.py +++ b/src/azure-cli/azure/cli/command_modules/acr/_help.py @@ -959,11 +959,6 @@ -c https://github.com/Azure/acr-builder.git -f Dockerfile \\ --commit-trigger-enabled false --base-image-trigger-enabled false \\ --arg DOCKER_CLI_BASE_IMAGE=docker:18.03.0-ce-git - - name: Create a Linux task using a specific branch of a private Azure DevOps repository which builds the hello-world image on Arm architecture (V7 variant) and has triggers enabled. - text: | - az acr task create -t hello-world:{{.Run.ID}} -n hello-world -r myregistry \\ - -c https://msazure.visualstudio.com/DefaultCollection/Project/_git/Repo#Branch:Folder \\ - -f Dockerfile --git-access-token --platform linux/arm/v7 - name: Create a Linux task from a public GitHub repository which builds the hello-world image with both a git commit and pull request trigger enabled. Note that this task does not use Source Registry (myregistry), so we can explicitly set Auth mode as None for it. text: | az acr task create -t hello-world:{{.Run.ID}} -n hello-world -r myregistry -f Dockerfile \\ @@ -1253,11 +1248,6 @@ - name: Update platform for the Build step of your Task to Windows (prev Linux). text: > az acr task update -n MyTask -r myregistry --platform Windows - - name: Update task's triggers and context for an Azure Container Registry. - text: | - az acr task update -n hello-world -r myregistry -f Dockerfile \\ - --commit-trigger-enabled false --pull-request-trigger-enabled true \\ - -c https://msazure.visualstudio.com/DefaultCollection/Project/_git/Repo#Branch:Folder - name: Update a task for an Azure Container Registry. (autogenerated) text: | az acr task update --image MyImage --name MyTask --registry myregistry \\