Skip to content

Commit 2c097fa

Browse files
remove BooleanResolution (Azure#29147)
1 parent 9a5f1a4 commit 2c097fa

File tree

5 files changed

+81
-109
lines changed

5 files changed

+81
-109
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ This version of the client library defaults to the service API version `2022-10-
1212
### Breaking Changes
1313

1414
- Removed models `BaseResolution` and `BooleanResolution`.
15+
- Removed enum value `BooleanResolution` from `ResolutionKind`.
1516
- Renamed model `AbstractSummaryAction` to `AbstractiveSummaryAction`.
1617
- Renamed model `AbstractSummaryResult` to `AbstractiveSummaryResult`.
1718

sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/v2022_10_01_preview/models/__init__.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@
3232
from ._models_py3 import AnalyzeTextTaskResult
3333
from ._patch import AreaResolution
3434
from ._models_py3 import BaseResolution
35-
from ._models_py3 import BooleanResolution
3635
from ._models_py3 import ClassificationDocumentResult
3736
from ._models_py3 import ClassificationResult
3837
from ._patch import CurrencyResolution
@@ -233,7 +232,6 @@
233232
'AnalyzeTextTaskResult',
234233
'AreaResolution',
235234
'BaseResolution',
236-
'BooleanResolution',
237235
'ClassificationDocumentResult',
238236
'ClassificationResult',
239237
'CurrencyResolution',

0 commit comments

Comments
 (0)