Bastian Ulke
Bastian Ulke
I agree with @ellismg. In my setup, I have RGs created upfront, with restricted RBAC role assignments. The current behavior of `azd down`, i.e., deleting the RG, is challenging here...
I think the property `configurationPolicyGroupAssociations` is no longer `readOnly`. It changed as of API version 2024-07-01, see [here](https://github.com/Azure/azure-rest-api-specs/blob/main/specification/network/resource-manager/Microsoft.Network/stable/2024-07-01/virtualWan.json#L8951): ``` "configurationPolicyGroupAssociations": { "type": "array", "readOnly": false, ... ```