Skip to content

Commit fa94d48

Browse files
authored
[Text Analytics] Fix outdated PII aka.ms link (Azure#32656)
1 parent cc8f22c commit fa94d48

File tree

5 files changed

+12
-12
lines changed

5 files changed

+12
-12
lines changed

sdk/textanalytics/Azure.AI.TextAnalytics/src/PiiEntity.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ namespace Azure.AI.TextAnalytics
99
/// A word or phrase identified as a Personally Identifiable Information
1010
/// that can be categorized as known type in a given taxonomy.
1111
/// The set of categories recognized by the Language service is described at
12-
/// <see href="https://aka.ms/tanerpii"/>.
12+
/// <see href="https://aka.ms/azsdk/language/pii"/>.
1313
/// </summary>
1414
public readonly struct PiiEntity
1515
{
@@ -38,15 +38,15 @@ internal PiiEntity(string text, string category, string subcategory, double conf
3838
/// named entity recognition model, such as Financial Account
3939
/// Identification/Social Security Number/Phone Number, etc.
4040
/// The list of available categories is described at
41-
/// <see href="https://aka.ms/tanerpii"/>.
41+
/// <see href="https://aka.ms/azsdk/language/pii"/>.
4242
/// </summary>
4343
public PiiEntityCategory Category { get; }
4444

4545
/// <summary>
4646
/// Gets the subcategory of the entity inferred by the Language service's
4747
/// named entity recognition model. This property may not have a value if
4848
/// a subcategory doesn't exist for this entity. The list of available categories and
49-
/// subcategories is described at <see href="https://aka.ms/tanerpii"/>.
49+
/// subcategories is described at <see href="https://aka.ms/azsdk/language/pii"/>.
5050
/// </summary>
5151
public string SubCategory { get; }
5252

sdk/textanalytics/Azure.AI.TextAnalytics/src/PiiEntityDomain.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ public enum PiiEntityDomain
1414
None,
1515
/// <summary>
1616
/// Protected Health Information entities.
17-
/// For more information see <see href="https://aka.ms/tanerpii"/>.
17+
/// For more information, see <see href="https://aka.ms/azsdk/language/pii"/>.
1818
/// </summary>
1919
ProtectedHealthInformation
2020
}

sdk/textanalytics/Azure.AI.TextAnalytics/src/RecognizePiiEntitiesAction.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ public RecognizePiiEntitiesAction(RecognizePiiEntitiesOptions options)
6464

6565
/// <summary>
6666
/// Filters the response entities to ones only included in the specified domain.
67-
/// For more information see <see href="https://aka.ms/tanerpii"/>.
67+
/// For more information see <see href="https://aka.ms/azsdk/language/pii"/>.
6868
/// </summary>
6969
public PiiEntityDomain DomainFilter { get; set; }
7070

sdk/textanalytics/Azure.AI.TextAnalytics/src/RecognizePiiEntitiesOptions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ public RecognizePiiEntitiesOptions()
2424

2525
/// <summary>
2626
/// Filters the response entities to ones only included in the specified domain.
27-
/// For more information see <see href="https://aka.ms/tanerpii"/>.
27+
/// For more information see <see href="https://aka.ms/azsdk/language/pii"/>.
2828
/// </summary>
2929
public PiiEntityDomain DomainFilter { get; set; }
3030

sdk/textanalytics/Azure.AI.TextAnalytics/src/TextAnalyticsClient.cs

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -508,7 +508,7 @@ public virtual Response<RecognizeEntitiesResultCollection> RecognizeEntitiesBatc
508508
/// and categorize those entities into types such as US social security
509509
/// number, drivers license number, or credit card number.
510510
/// <para>For more information on available categories, see
511-
/// <see href="https://aka.ms/tanerpii"/>.</para>
511+
/// <see href="https://aka.ms/azsdk/language/pii"/>.</para>
512512
/// <para>For a list of languages supported by this operation, see
513513
/// <see href="https://aka.ms/talangs"/>.</para>
514514
/// <para>For document length limits, maximum batch size, and supported text encoding, see
@@ -542,7 +542,7 @@ public virtual async Task<Response<PiiEntityCollection>> RecognizePiiEntitiesAsy
542542
/// and categorize those entities into types such as US social security
543543
/// number, drivers license number, or credit card number.
544544
/// <para>For more information on available categories, see
545-
/// <see href="https://aka.ms/tanerpii"/>.</para>
545+
/// <see href="https://aka.ms/azsdk/language/pii"/>.</para>
546546
/// <para>For a list of languages supported by this operation, see
547547
/// <see href="https://aka.ms/talangs"/>.</para>
548548
/// <para>For document length limits, maximum batch size, and supported text encoding, see
@@ -576,7 +576,7 @@ public virtual Response<PiiEntityCollection> RecognizePiiEntities(string documen
576576
/// and categorize those entities into types such as US social security
577577
/// number, drivers license number, or credit card number.
578578
/// <para>For more information on available categories, see
579-
/// <see href="https://aka.ms/tanerpii"/>.</para>
579+
/// <see href="https://aka.ms/azsdk/language/pii"/>.</para>
580580
/// <para>For a list of languages supported by this operation, see
581581
/// <see href="https://aka.ms/talangs"/>.</para>
582582
/// <para>For document length limits, maximum batch size, and supported text encoding, see
@@ -610,7 +610,7 @@ public virtual async Task<Response<RecognizePiiEntitiesResultCollection>> Recogn
610610
/// and categorize those entities into types such as US social security
611611
/// number, drivers license number, or credit card number.
612612
/// <para>For more information on available categories, see
613-
/// <see href="https://aka.ms/tanerpii"/>.</para>
613+
/// <see href="https://aka.ms/azsdk/language/pii"/>.</para>
614614
/// <para>For a list of languages supported by this operation, see
615615
/// <see href="https://aka.ms/talangs"/>.</para>
616616
/// <para>For document length limits, maximum batch size, and supported text encoding, see
@@ -644,7 +644,7 @@ public virtual Response<RecognizePiiEntitiesResultCollection> RecognizePiiEntiti
644644
/// and categorize those entities into types such as US social security
645645
/// number, drivers license number, or credit card number.
646646
/// <para>For more information on available categories, see
647-
/// <see href="https://aka.ms/tanerpii"/>.</para>
647+
/// <see href="https://aka.ms/azsdk/language/pii"/>.</para>
648648
/// <para>For a list of languages supported by this operation, see
649649
/// <see href="https://aka.ms/talangs"/>.</para>
650650
/// <para>For document length limits, maximum batch size, and supported text encoding, see
@@ -673,7 +673,7 @@ public virtual async Task<Response<RecognizePiiEntitiesResultCollection>> Recogn
673673
/// and categorize those entities into types such as US social security
674674
/// number, drivers license number, or credit card number.
675675
/// <para>For more information on available categories, see
676-
/// <see href="https://aka.ms/tanerpii"/>.</para>
676+
/// <see href="https://aka.ms/azsdk/language/pii"/>.</para>
677677
/// <para>For a list of languages supported by this operation, see
678678
/// <see href="https://aka.ms/talangs"/>.</para>
679679
/// <para>For document length limits, maximum batch size, and supported text encoding, see

0 commit comments

Comments
 (0)