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
Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
Please do not leave comments along the lines of "+1", "me too" or "any updates", they generate extra noise for issue followers and do not help prioritize the request
If you are interested in working on this issue or have submitted a pull request, please leave a comment and review the contribution guide to help.
The error message should display the specific error details returned by the Azure API, rather than just the generic message: "Unexpected status 400 (400 Bad Request) with error: ValidationError: One or more fields contain incorrect values."
Actual Behaviour
The output is not helpful for debugging or identifying the actual problem. It merely states, "ValidationError: One or more fields contain incorrect values," but the valuable information that follows the colon is absent. This omission complicates the debugging process unnecessarily.
Steps to Reproduce
Apply the above configuration which tries to import an invalid openapi.yaml
Important Factoids
No response
References
No response
The text was updated successfully, but these errors were encountered:
Is there an existing issue for this?
Community Note
Terraform Version
1.11.1
AzureRM Provider Version
4.22.0 (and earlier)
Affected Resource(s)/Data Source(s)
azurerm_api_management_api
Terraform Configuration Files
Debug Output/Panic Output
Expected Behaviour
The error message should display the specific error details returned by the Azure API, rather than just the generic message: "Unexpected status 400 (400 Bad Request) with error: ValidationError: One or more fields contain incorrect values."
Actual Behaviour
The output is not helpful for debugging or identifying the actual problem. It merely states, "ValidationError: One or more fields contain incorrect values," but the valuable information that follows the colon is absent. This omission complicates the debugging process unnecessarily.
Steps to Reproduce
Important Factoids
No response
References
No response
The text was updated successfully, but these errors were encountered: