Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ACR] acr task run: Add missing --no-format option #21983

Merged
merged 1 commit into from
Apr 12, 2022

Conversation

northtyphoon
Copy link
Member

@northtyphoon northtyphoon commented Apr 7, 2022

Description
The following command missed --no-format option. Other commands like acr run and acr build have already supported this option.

  • acr task run
  • acr task logs
  • acr taskrun logs

Fix #21846

Testing Guide
az acr task run --no-format

History Notes
[ACR] acr task run: Add --no-format option
[ACR] acr task logs: Add --no-format option
[ACR] acr taskrun logs: Add --no-format option


This checklist is used to make sure that common guidelines for a pull request are followed.

@yonzhan
Copy link
Collaborator

yonzhan commented Apr 7, 2022

ACR

Copy link
Contributor

@rosanch rosanch left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@zhoxing-ms zhoxing-ms changed the title [ACR] acr task run: Add missing --no-format option [ACR] acr task run: Add missing --no-format option Apr 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Auto-Assign Auto assign by bot Container Registry az acr
Projects
None yet
Development

Successfully merging this pull request may close these issues.

"az acr task run" does not return status code 1 when run fails
4 participants