Skip to content

Commit b753242

Browse files
Wangamber/llmspeechsdkmsdoc (Azure#44489)
* fix multipartform * fix pylint * update patch * fix api reference link
1 parent 253bebd commit b753242

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

sdk/cognitiveservices/azure-ai-transcription/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Release History
22

3+
## 1.0.0b2 (2025-12-19)
4+
5+
### Bugs Fixed
6+
7+
- Fixed API reference link
8+
39
## 1.0.0b1 (2025-12-03)
410

511
### Other Changes

sdk/cognitiveservices/azure-ai-transcription/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -417,7 +417,7 @@ This project has adopted the [Microsoft Open Source Code of Conduct][code_of_con
417417
<!-- LINKS -->
418418
[source_code]: https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/cognitiveservices/azure-ai-transcription
419419
[pypi_package]: https://pypi.org/project/azure-ai-transcription/
420-
[api_reference]: https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/cognitiveservices/azure-ai-transcription/azure/ai/transcription
420+
[api_reference]: https://learn.microsoft.com/python/api/azure-ai-transcription/azure.ai.transcription?view=azure-python-preview
421421
[product_docs]: https://learn.microsoft.com/azure/ai-services/speech-service/
422422
[azure_sub]: https://azure.microsoft.com/free/
423423
[speech_resource]: https://learn.microsoft.com/azure/ai-services/speech-service/overview

sdk/cognitiveservices/azure-ai-transcription/azure/ai/transcription/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
# Changes may cause incorrect behavior and will be lost if the code is regenerated.
77
# --------------------------------------------------------------------------
88

9-
VERSION = "1.0.0b1"
9+
VERSION = "1.0.0b2"

0 commit comments

Comments
 (0)