Skip to content

Commit d4d25e4

Browse files
authored
update release date and rest api link (Azure#25062)
1 parent 20213da commit d4d25e4

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

sdk/textanalytics/Azure.AI.TextAnalytics/CHANGELOG.md

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

3-
## 5.2.0-beta.2 (Unreleased)
3+
## 5.2.0-beta.2 (2021-11-02)
44

55
### Features Added
66
- Adding support for three new actions in `StartAnalyzeActions`: `RecognizeCustomEntities`, `SingleCategoryClassify`, and `MultiCategoriesClassify`. The new actions allow you to use custom models to perform entity recognition and category classification.
77
- Added property `ActionName` to all `xxActions` input types so user can specify a name per action. If not provided, service will generate a name.
88
- Added property `ActionName` to all `xxActionResult` output types that displays the name of each action.
99
- Added suppport for multiple actions of the same type.
1010

11-
### Breaking Changes
12-
1311
### Bugs Fixed
1412
- `AnalyzeActionsOperation.GetValuesAsync()` and `AnalyzeHealthcareEntitiesOperation.GetValuesAsync()` are now validating that the operation has completed successfully before attempting to return any values. An `InvalidOperationException` is thrown if this is not true.
1513

sdk/textanalytics/Azure.AI.TextAnalytics/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -797,7 +797,7 @@ This project has adopted the [Microsoft Open Source Code of Conduct][code_of_con
797797
[textanalytics_refdocs]: https://aka.ms/azsdk-net-textanalytics-ref-docs
798798
[textanalytics_nuget_package]: https://www.nuget.org/packages/Azure.AI.TextAnalytics
799799
[textanalytics_samples]: https://github.com/Azure/azure-sdk-for-net/tree/main/sdk/textanalytics/Azure.AI.TextAnalytics/samples/README.md
800-
[textanalytics_rest_api]: https://westcentralus.dev.cognitive.microsoft.com/docs/services/TextAnalytics-v3-1/operations/Languages
800+
[textanalytics_rest_api]: https://aka.ms/azsdk/textanalytics/restapi
801801
[cognitive_resource_portal]: https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account
802802
[cognitive_resource_cli]: https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account-cli
803803
[dotnet_lro_guidelines]: https://azure.github.io/azure-sdk/dotnet_introduction.html#dotnet-longrunning

0 commit comments

Comments
 (0)