File tree Expand file tree Collapse file tree 2 files changed +11
-6
lines changed
sdk/cognitivelanguage/azure-ai-textanalytics-authoring Expand file tree Collapse file tree 2 files changed +11
-6
lines changed Original file line number Diff line number Diff line change 1
1
# Release History
2
2
3
- ## 1.0.0b1 (1970-01-01 )
3
+ ## 1.0.0b1 (2025-09-19 )
4
4
5
- ### Other Changes
6
-
7
- - Initial version
5
+ ### Features Added
6
+ * Initial release
Original file line number Diff line number Diff line change 13
13
14
14
[ Source code] [ text_authoring_client_src ]
15
15
| [ Package (PyPI)] [ text_authoring_pypi_package ]
16
- | [ API reference] [ api_reference_text_authoring ]
16
+ | [ API reference] [ api_reference_authoring ]
17
17
| [ Samples] [ text_authoring_samples ]
18
18
| [ Product docs] [ text_authoring_docs ]
19
19
| [ REST API docs] [ text_authoring_restdocs ]
@@ -36,7 +36,13 @@ Install the Azure Text Authoring client library for Python with [pip][pip_link]:
36
36
pip install azure-ai-textanalytics-authoring
37
37
```
38
38
39
- > Note: This version of the client library defaults to the 2025-05-15-preview version of the service
39
+ > Note: This version of the client library defaults to the 2025-05-15-preview version of the service.
40
+
41
+ This table shows the relationship between SDK versions and supported API versions of the service
42
+
43
+ | SDK version | Supported API version of service |
44
+ | ------------ | --------------------------------- |
45
+ | 1.0.0b1 - Latest preview release | 2023-04-01, 2024-11-15-preview, 2025-05-15-preview (default) |
40
46
41
47
### Authenticate the client
42
48
You can’t perform that action at this time.
0 commit comments