Skip to content

Commit cc71b9f

Browse files
authored
Updated doc to name v2 convention from other docs
1 parent 8151303 commit cc71b9f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

articles/search/cognitive-search-skill-deprecated.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ author: LiamCavanagh
77
ms.author: liamca
88
ms.service: cognitive-search
99
ms.topic: reference
10-
ms.date: 09/16/2021
10+
ms.date: 08/17/2022
1111
---
1212

1313
# Deprecated Cognitive Skills in Azure Cognitive Search
@@ -19,11 +19,11 @@ This document describes cognitive skills that are considered deprecated. Use the
1919
* End of support: The day after which the corresponding skill is considered unsupported and will stop working. Previously created skillsets should still continue to function, but users are recommended to migrate away from a deprecated skill.
2020
* Recommendations: Migration path forward to use a supported skill. Users are advised to follow the recommendations to continue to receive support.
2121

22-
If you're using the [Microsoft.Skills.Text.EntityRecognitionSkill](#microsoftskillstextentityrecognitionskill), this article will help you upgrade your skillset to use the [Microsoft.Skills.Text.V3.EntityRecognitionSkill](cognitive-search-skill-entity-recognition-v3.md) which is generally available and introduces new features.
22+
If you're using the [Microsoft.Skills.Text.EntityRecognitionSkill](#microsoftskillstextentityrecognitionskill) ([Entity Recognition cognitive skill (v2)](cognitive-search-skill-entity-recognition.md), this article will help you upgrade your skillset to use the [Microsoft.Skills.Text.V3.EntityRecognitionSkill](cognitive-search-skill-entity-recognition-v3.md) which is generally available and introduces new features.
2323

24-
If you're using the [Microsoft.Skills.Text.SentimentSkill](#microsoftskillstextsentimentskill), this article will help you upgrade your skillset to use the [Microsoft.Skills.Text.V3.SentimentSkill](cognitive-search-skill-sentiment-v3.md) which is generally available and introduces new features.
24+
If you're using the [Microsoft.Skills.Text.SentimentSkill](#microsoftskillstextsentimentskill) ([Sentiment cognitive skill (v2)](cognitive-search-skill-sentiment.md), this article will help you upgrade your skillset to use the [Microsoft.Skills.Text.V3.SentimentSkill](cognitive-search-skill-sentiment-v3.md) which is generally available and introduces new features.
2525

26-
If you're using the [Microsoft.Skills.Text.NamedEntityRecognitionSkill](#microsoftskillstextnamedentityrecognitionskill), this article will help you upgrade your skillset to use the [Microsoft.Skills.Text.V3.EntityRecognitionSkill](cognitive-search-skill-entity-recognition-v3.md) which is generally available and introduces new features.
26+
If you're using the [Microsoft.Skills.Text.NamedEntityRecognitionSkill](#microsoftskillstextnamedentityrecognitionskill) ([Named Entity Recognition cognitive skill (v2)](cognitive-search-skill-named-entity-recognition.md), this article will help you upgrade your skillset to use the [Microsoft.Skills.Text.V3.EntityRecognitionSkill](cognitive-search-skill-entity-recognition-v3.md) which is generally available and introduces new features.
2727

2828
## Microsoft.Skills.Text.EntityRecognitionSkill
2929

@@ -588,4 +588,4 @@ To migrate to the [Microsoft.Skills.Text.V3.EntityRecognitionSkill](cognitive-se
588588
+ [Built-in skills](cognitive-search-predefined-skills.md)
589589
+ [How to define a skillset](cognitive-search-defining-skillset.md)
590590
+ [Entity Recognition Skill (V3)](cognitive-search-skill-entity-recognition-v3.md)
591-
+ [Sentiment Skill (V3)](cognitive-search-skill-sentiment-v3.md)
591+
+ [Sentiment Skill (V3)](cognitive-search-skill-sentiment-v3.md)

0 commit comments

Comments
 (0)