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
When attempting to use the credentials block to attach headers, the request fails due to the certificate property being empty.
Error: Error creating/updating backend "example-dev-function-app" (API Management Service "example-dev" / Resource Group "example-dev"): 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"}
In my case, I'm not utilizing backend certificates. I presume I can work around this by providing certs and not using them on the backend, but given that certificate is an optional field it seems strange that it is required.
The text was updated successfully, but these errors were encountered:
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 have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.
ghost
locked and limited conversation to collaborators
Sep 19, 2019
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When attempting to use the
credentials
block to attach headers, the request fails due to thecertificate
property being empty.In my case, I'm not utilizing backend certificates. I presume I can work around this by providing certs and not using them on the backend, but given that
certificate
is an optional field it seems strange that it is required.The text was updated successfully, but these errors were encountered: