Skip to content

Commit bde9eb2

Browse files
author
Yalin Li
authored
Prepare for release (Azure#34703)
1 parent 11e1ecd commit bde9eb2

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

sdk/documentintelligence/azure-ai-documentintelligence/CHANGELOG.md

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

3-
## 1.0.0b2 (Unreleased)
3+
## 1.0.0b2 (2024-03-07)
44

55
### Features Added
66

@@ -17,8 +17,6 @@
1717
- Changed property name from `items` to `items_property` in model `DocumentFieldSchema` and `DocumentList`.
1818
- Changed property name from `base64_source` to `bytes_source` in model `AnalyzeDocumentRequest` and `ClassifyDocumentRequest`.
1919

20-
### Bugs Fixed
21-
2220
### Other Changes
2321

2422
- Changed the default polling interval from 30s to 5s.

sdk/documentintelligence/azure-ai-documentintelligence/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ This table shows the relationship between SDK versions and supported API service
2626
|SDK version|Supported API service version
2727
|-|-
2828
|1.0.0b1 | 2023-10-31-preview
29+
|1.0.0b2 | 2024-02-29-preview
2930

3031
Older API versions are supported in `azure-ai-formrecognizer`, please see the [Migration Guide][migration-guide] for detailed instructions on how to update application.
3132

sdk/documentintelligence/azure-ai-documentintelligence/azure/ai/documentintelligence/aio/_patch.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ class DocumentIntelligenceClient(DIClientGenerated): # pylint: disable=client-a
2727
:type credential: ~azure.core.credentials.AzureKeyCredential or
2828
~azure.core.credentials_async.AsyncTokenCredential
2929
:keyword api_version: The API version to use for this operation. Default value is
30-
"2023-10-31-preview". Note that overriding this default value may result in unsupported
30+
"2024-02-29-preview". Note that overriding this default value may result in unsupported
3131
behavior.
3232
:paramtype api_version: str
3333
"""
@@ -60,7 +60,7 @@ class DocumentIntelligenceAdministrationClient(
6060
:type credential: ~azure.core.credentials.AzureKeyCredential or
6161
~azure.core.credentials_async.AsyncTokenCredential
6262
:keyword api_version: The API version to use for this operation. Default value is
63-
"2023-10-31-preview". Note that overriding this default value may result in unsupported
63+
"2024-02-29-preview". Note that overriding this default value may result in unsupported
6464
behavior.
6565
:paramtype api_version: str
6666
"""

0 commit comments

Comments
 (0)