Speech2Text API does not accept an Object in customeProperties field anymore #32450
Labels
customer-reported
Issues that are reported by GitHub users external to the Azure organization.
question
The issue doesn't require a change to the product in order to be resolved. Most issues start as that
Requests to transcribe failed with BadRequest from 15.01.2025.
Microsoft updated API in silent mode
The problem is - when we are sending request to transcribe in payload we send this field
"customProperties": {
"retryCount": 0,
"DevEnvName": "local",
"Provider":"Cloud9Client"
}
customeProperties was key value pair <string, object> they changed to <string, string>
and now we have BadRequest with the next error
{
"code": "InvalidPayload",
"message": "$.customProperties.retryCount: The supplied value is invalid."
}
The text was updated successfully, but these errors were encountered: