Azure / container-apps-deploy-pipelines-task

Azure Pipelines Task (Release Candidate) for building and deploying Azure Container Apps
MIT License
6 stars 10 forks source link

Fix incorrect argument validation bug #12

Closed cormacpayne closed 1 year ago

cormacpayne commented 1 year ago

Resolves issue https://github.com/Azure/container-apps-deploy-pipelines-task/issues/11 -- fixes an issue where acrName is no longer able to be provided without the appSourcePath argument, disallowing users to provide acrName with imageToDeploy to authenticate access to the ACR instance that the image was previously deployed to.