-
Notifications
You must be signed in to change notification settings - Fork 2.6k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
ARM Deployment Task-Error for Bicep File Paths(#16789) #19382
base: master
Are you sure you want to change the base?
Conversation
@microsoft-github-policy-service agree |
@manolerazvan / @rvairavelu - can this PR be reviewed please? This issue with the ARM Deployment task not supporting spaces in bicep folder paths is super frustrating. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Bump the version to current branch please
Hi @venkymanda, thanks for creating this PR, I noticed there are few conflicts and also build wasn't completed. Have the code changes ready (checkout to this branch), navigate to task root path ie C:...\azure-pipelines-tasks Step 1: run "npm i" Step 2: Build:
//Optional for local testing
Step 4: Login:
Step 5: Upload:
New task version will be uploaded to your org, please test the changes by running the pipeline. Step 6: Delete: // optional and can be done after all the testing is completed.
|
updated PR existing here #20048 |
@manolerazvan please close / abandon this PR as there is a PR with unit tests and quotes around the path with file extension appended #20048 available and ready for merge. |
@v-mohithgc thank you let me do that |
@manolerazvan / @rvairavelu - This #16789 with the ARM Deployment task not supporting spaces in bicep folder paths is super frustrating. |
Task name: AzureResourceManagerTemplateDeploymentV3
Description: To fix ARM Template deployment Task fails for bicep files when the path includes spaces
Documentation changes required: (N)
Added unit tests: (N)
Attached related issue: (Y) [https://github.com//issues/16789]
Checklist: