aristosvo

Results 18 comments of aristosvo

@SteveLasker what is the timeline on this feature? Will this also make it possible to use a system identity from the start?

@EysteinWaade Which region are your deployments? I can still reproduce the issue over API.

@adrianperez84 @dhensby I just submitted a [PR](https://github.com/hashicorp/terraform-provider-azurerm/pull/13899) which can circumvents the limitations we currently have by using a `components` option, similar to the UI: ```hcl ... rewrite_rule_set { name =...

I just submitted a [PR](https://github.com/hashicorp/terraform-provider-azurerm/pull/13899) which can circumvents the limitations we currently have by using a `components` option, similar to the UI: ```hcl ... rewrite_rule_set { name = "${local.rewrite_rule_set_name}_1" rewrite_rule...

I'm not sure either. If the existing work-around is good enough we should at least document it. #14221 validates my way of thinking, but I'd agree with the existing solution...

Hoi @sanderobdeijn! I have taken a short look, but it isn't as easy as adding a variable. This requires a new API release for Azure FrontDoor, requested [here](https://github.com/Azure/azure-sdk-for-go/issues/15914)

Please vote on this issue: https://developercommunity.visualstudio.com/t/Update-of-the-Go-SDK-to-include-new-feat/10186787

Please vote on this issue: https://developercommunity.visualstudio.com/t/Update-of-the-Go-SDK-to-include-new-feat/10186787

Please vote on this issue: https://developercommunity.visualstudio.com/t/Update-of-the-Go-SDK-to-include-new-feat/10186787

@Joerg-L there are not data sources implemented yet, what are you looking for?