Azure / Azure/azure-rest-api-specs
Speech2Text API does not accept an Object in customeProperties field anymore
- Dominant language
- TypeSpec
- Stars
- 3.1k
- Forks
- 5.9k
- Avg merge
- 2d 22h
- Merged PRs (30d)
- 444
Description
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 they changed to
and now we have BadRequest with the next error
{
"code": "InvalidPayload",
"message": "$.customProperties.retryCount: The supplied value is invalid."
}
Contributor guide
Research direction
Search the Speech2Text API specifications for the customProperties schema and inspect how its values are currently represented. Compare that schema with the reported InvalidPayload response and the updated Microsoft API behavior; done means the relevant specification matches the current request contract.
Written by the indexing model from the issue text.
Assessment
- Domain
- api
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100