Open danielciulei opened 1 year ago
any update on this?
Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc @t-bzhan, @gxue. Please see https://aka.ms/biceptypesinfo for troubleshooting help.
This issue is impacting me as well.
Same here. Unfortunately even though I can build an array for the existing domains, I can't use that in the domains property because of this:
The enclosing array expected an item of type "ActivatedResourceReference", but the provided item was of type "(object | object)[]
I also have this same issue!
Bicep version 0.19.5
Describe the bug Rerunning the bicep deployment for a frontdoor security policy I get an error that it's already attached. It's running great the first time but bicep is supposed to be idempotent so this should not fail with an error if it's already attached.
{"code":"BadRequest","message":"Web Application Firewall Policy is already attached to AFDX profile."}
To Reproduce I'm trying to run something like this multiple times without failing the second time it runs:
Additional context In order for this to work I must delete the policy association and rerun it. As a workaround I could use powershell to remove it beforehand but bicep is supposed to be idempotent.