@@ -73,7 +73,7 @@ process {
73
73
74
74
Write-Error " File '$ ( $file.FullName ) ' contains invalid product slug: $product " - TargetObject $file `
75
75
- Category InvalidData - CategoryTargetName $product - CategoryTargetType string `
76
- - RecommendedAction ' Use only product slugs listed at https://review .learn.microsoft.com/help/platform/metadata-taxonomies?branch=main#product '
76
+ - RecommendedAction ' Use only product slugs listed at https://taxonomy .learn.microsoft.com/TaxonomyServiceAdminPage/#/taxonomy/ '
77
77
}
78
78
}
79
79
@@ -95,14 +95,11 @@ end {
95
95
}
96
96
97
97
begin {
98
- # https://review .learn.microsoft.com/help/platform/metadata-taxonomies?branch=main#product
98
+ # https://taxonomy .learn.microsoft.com/TaxonomyServiceAdminPage/#/taxonomy/
99
99
$productSlugs = @ (
100
100
" ai-builder" ,
101
101
" aspnet" ,
102
102
" aspnet-core" ,
103
- " azure-active-directory" ,
104
- " azure-active-directory-b2c" ,
105
- " azure-active-directory-domain" ,
106
103
" azure-advisor" ,
107
104
" azure-ai-content-safety" ,
108
105
" azure-analysis-services" ,
@@ -365,6 +362,16 @@ begin {
365
362
" dynamics-talent-onboard" ,
366
363
" ef-core" ,
367
364
" ef6" ,
365
+ " entra" ,
366
+ " entra-external-id" ,
367
+ " entra-id" ,
368
+ " entra-id-protection" ,
369
+ " entra-identity-governance" ,
370
+ " entra-internet-access" ,
371
+ " entra-permissions-management" ,
372
+ " entra-private-access" ,
373
+ " entra-verified-id" ,
374
+ " entra-workload-identities" ,
368
375
" expression-studio" ,
369
376
" language-service" ,
370
377
" m365-ems" ,
@@ -509,7 +516,7 @@ Checks sample markdown files' frontmatter for invalid information.
509
516
. DESCRIPTION
510
517
Given a collection of markdown files, their frontmatter - if present - is checked for invalid information, including:
511
518
512
- Invalid product slugs, i.e. those not listed in https://review .learn.microsoft.com/help/platform/metadata-taxonomies?branch=main#product .
519
+ Invalid product slugs, i.e. those not listed in https://taxonomy .learn.microsoft.com/TaxonomyServiceAdminPage/#/taxonomy/ .
513
520
514
521
. PARAMETER Path
515
522
Specifies the path to an item to search. Wildcards are permitted.
0 commit comments