I have a blank arm template and I created a release pipeline to deploy it to an existing resource group in complete
mode. The resource group had 2 resources in it (key vault and sql server).
When I run the release pipeline, it runs successfully but the 2 resources are still there. Does this prove that complete mode does not work ? I can of course manually delete the resources (they are not locked or anything).
Given below are arm template
{
"$schema": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#",
"contentVersion": "1.0.0.0",
"parameters": {},
"variables": {},
"resources": []
}