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
Error: Error creating/updating backend "backend" (API Management Service "XXX" / Resource Group "XXX"): apimanagement.BackendClient#CreateOrUpdate: Failure responding to request: StatusCode=400 -- Original Error: autorest/azure: Service returned an error. Status=400 Code="ValidationError" Message="One or more fields contain incorrect values:" Details=[{"code":"ValidationError","message":"'certificate' should not be empty.","target":"credentials.certificate"}]
Notes
I'm creating azurerm_api_management_backend with an intention to allow API management to access an Azure Function.
The docs describe credentials.certificate to be an optional field, and I've checked the code that it is indeed marked as optional.
If I understand this correctly, the Azure itself is refusing the request with the error message that credentials.certificate is required. I'm not sure how to report an upstream issue (if it is indeed an upstream issue), please help.
/cc @hbuckle, @katbyte who worked on the PR #3676 introducing this functionality.
/cc @AndiA92
The text was updated successfully, but these errors were encountered:
katbyte
changed the title
azurerm_api_management_backend: 'certificate' should not be empty
1.32 azurerm_api_management_backend: 'certificate' should not be empty
Jul 25, 2019
Hey @maximbaz, thanks for opening this issue and apologies that you ran into it in the first place. We found and fixed the issue and it'll make it into the next release.
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.
If you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. If you feel I made an error 🤖 🙉 , please reach out to my human friends 👉 [email protected]. Thanks!
ghost
locked and limited conversation to collaborators
Aug 26, 2019
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Community Note
Terraform (and AzureRM Provider) Version
Terraform v0.12.5
AzureRM Provider: 1.32.0
Affected Resource(s)
azurerm_api_management_backend
Terraform Configuration Files
terraform apply
outputNotes
I'm creating
azurerm_api_management_backend
with an intention to allow API management to access an Azure Function.The docs describe
credentials.certificate
to be an optional field, and I've checked the code that it is indeed marked as optional.If I understand this correctly, the Azure itself is refusing the request with the error message that
credentials.certificate
is required. I'm not sure how to report an upstream issue (if it is indeed an upstream issue), please help./cc @hbuckle, @katbyte who worked on the PR #3676 introducing this functionality.
/cc @AndiA92
The text was updated successfully, but these errors were encountered: