You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am updating my logic_app code with azapi_resource in order to add identity provider and authentication_settings.
Everything went well until when I try to run the tf apply.
As you can see here I am using schema_validation_enabled = false because if the terraform does the validation we receive this error:
What I think is happening is the first location outside body is interfering somehow with the body validation returning that error.
I already tried to remove the location in order to test if the validation is correct but it tries to replace the config what is impossible to be destroyed
The text was updated successfully, but these errors were encountered:
The "Microsoft.Web/sites/config@2022-09-01" API doesn't support GET and DELETE methods, so it can't work well with the azapi_resource. Here's a workaround, hope it could help you.
I am updating my logic_app code with azapi_resource in order to add identity provider and authentication_settings.
Everything went well until when I try to run the tf apply.
My code:
As you can see here I am using
schema_validation_enabled = false
because if the terraform does the validation we receive this error:What I think is happening is the first location outside body is interfering somehow with the body validation returning that error.
I already tried to remove the location in order to test if the validation is correct but it tries to replace the config what is impossible to be destroyed
The text was updated successfully, but these errors were encountered: