alex-nutu

Results 5 comments of alex-nutu

Hello, i've encounter the same situation. As an example `identifier_uris = abc.eu` This is possible via MsGraph or UI. However the error from TF is `Error: URI has no host`....

Hello, thanks for the quick response, but as mentioned, it is possible via MsGraph, using the PATCH method Documentation https://learn.microsoft.com/en-us/graph/api/application-update?view=graph-rest-1.0&tabs=http Before ![image](https://github.com/hashicorp/terraform-provider-azuread/assets/127733267/11a3e6ab-6769-499c-bf64-63c27c39bb13) After the patch ![image](https://github.com/hashicorp/terraform-provider-azuread/assets/127733267/0aa066d0-cae1-49ad-a87b-0afbe927ad68) ![image](https://github.com/hashicorp/terraform-provider-azuread/assets/127733267/70fa5519-0fdf-4d5e-8652-776a8e05bcdd) ![image](https://github.com/hashicorp/terraform-provider-azuread/assets/127733267/44fd2bb6-de5f-4d46-8401-32af84568943) ![image](https://github.com/hashicorp/terraform-provider-azuread/assets/127733267/0b26701e-71fa-4d59-980f-91ac5396e323) Can...

Hi, `abc.eu` is not a verified domain. Indeed, TF is configured to use `https://abc.eu` as initial deployment. If not, the URI error is present. After the application is created, i...

The deployment is done using a module where the service principal is also created. I've tried to replicate the deployment without the module and i encounter the same error as...

Thank you, i believe the focus should be on the validation function for `identifier_uris`