-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Can't delete DNS record with the Complete deployment mode. #23219
Copy link
Copy link
Open
Labels
ARMaz resource/group/lock/tag/deployment/policy/managementapp/account management-groupaz resource/group/lock/tag/deployment/policy/managementapp/account management-groupAuto-AssignAuto assign by botAuto assign by botService AttentionThis issue is responsible by Azure service team.This issue is responsible by Azure service team.act-identity-squadcustomer-reportedIssues that are reported by GitHub users external to the Azure organization.Issues that are reported by GitHub users external to the Azure organization.
Milestone
Metadata
Metadata
Assignees
Labels
ARMaz resource/group/lock/tag/deployment/policy/managementapp/account management-groupaz resource/group/lock/tag/deployment/policy/managementapp/account management-groupAuto-AssignAuto assign by botAuto assign by botService AttentionThis issue is responsible by Azure service team.This issue is responsible by Azure service team.act-identity-squadcustomer-reportedIssues that are reported by GitHub users external to the Azure organization.Issues that are reported by GitHub users external to the Azure organization.
This is autogenerated. Please review and update as needed.
Describe the bug
The DNS record is not deleted with the Complete deployment mode.
Command Name
az deployment group createErrors:
To Reproduce:
az deployment group create --name test1 --resource-group dns-test --template-file .\sample.dns.bicep --mode CompleteAll good, records created
az deployment group create --name test1 --resource-group dns-test --template-file .\sample.dns.bicep --mode CompleteDeployment is OK, but record is still there.
Expected Behavior
DNS Record deleted
Environment Summary
Additional Context