Skip to content
Merged
Changes from all commits
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
10 changes: 0 additions & 10 deletions src/azure-cli/azure/cli/command_modules/acr/_help.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 <Personal 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 \\
Expand Down Expand Up @@ -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 \\
Expand Down
Loading