[ACR] Fix #31130: Fix extra version line in encodedTask created by file#31153
[ACR] Fix #31130: Fix extra version line in encodedTask created by file#31153zhoxing-ms merged 2 commits intoAzure:devfrom
Conversation
️✔️AzureCLI-FullTest
|
️✔️AzureCLI-BreakingChangeTest
|
|
Thank you for your contribution! We will review the pull request and get back to you soon. |
|
The git hooks are available for azure-cli and azure-cli-extensions repos. They could help you run required checks before creating the PR. Please sync the latest code with latest dev branch (for azure-cli) or main branch (for azure-cli-extensions). pip install azdev --upgrade
azdev setup -c <your azure-cli repo path> -r <your azure-cli-extensions repo path>
|
|
This PR breaks CI: |
|
@wju-MSFT Could you add a Lines 143 to 176 in 6190c8d |
Related command
az acr task showDescription
This pr removes the added version line to a file created encoded tasks.
fix #31130
Testing Guide
Create a file created encoded task and run
az acr task show -n <TaskName>-r <ResourceGroup> --query step.encodedTaskContent -o tsv | base64 --decodeno extra version line added.
History Notes
This checklist is used to make sure that common guidelines for a pull request are followed.
The PR title and description has followed the guideline in Submitting Pull Requests.
I adhere to the Command Guidelines.
I adhere to the Error Handling Guidelines.