We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Entering this information will route you directly to the right team and expedite traction.
Question, Bug, or Feature? Type: Bug
Enter Task Name: AzureResourceManagerTemplateDeploymentV3
list here (V# not needed):
https://github.com/Microsoft/azure-pipelines-tasks/tree/master/Tasks
The task cannot successfully run the generated YAML for a delete action.
EXPECTED: The task deletes the RG
ACTUAL: Error found in logs
##[error]Error: Task failed while initializing. Error: Location is required for deployment
I took a look at the code and this.action is being used before it has been correctly set.
this.action
The text was updated successfully, but these errors were encountered:
action
Closing this, as PR has been merged and the fix will be deployed to all rings in a week or so.
Sorry, something went wrong.
bishal-pdMSFT
kmkumaran
No branches or pull requests
Required Information
Entering this information will route you directly to the right team and expedite traction.
Question, Bug, or Feature?
Type: Bug
Enter Task Name: AzureResourceManagerTemplateDeploymentV3
list here (V# not needed):
https://github.com/Microsoft/azure-pipelines-tasks/tree/master/Tasks
Environment
Issue Description
The task cannot successfully run the generated YAML for a delete action.
EXPECTED: The task deletes the RG
ACTUAL: Error found in logs
Troubleshooting
I took a look at the code and
this.action
is being used before it has been correctly set.The text was updated successfully, but these errors were encountered: