@@ -73,7 +73,7 @@ process {
7373
7474                Write-Error  " File '$ ( $file.FullName  ) ' contains invalid product slug: $product " - TargetObject $file  ` 
7575                    - 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/ ' 
7777            }
7878        }
7979
@@ -95,14 +95,11 @@ end {
9595}
9696
9797begin  {
98-     #  https://review .learn.microsoft.com/help/platform/metadata-taxonomies?branch=main#product 
98+     #  https://taxonomy .learn.microsoft.com/TaxonomyServiceAdminPage/#/taxonomy/ 
9999    $productSlugs  =  @ (
100100        " ai-builder" , 
101101        " aspnet" , 
102102        " aspnet-core" , 
103-         " azure-active-directory" , 
104-         " azure-active-directory-b2c" , 
105-         " azure-active-directory-domain" , 
106103        " azure-advisor" , 
107104        " azure-ai-content-safety" , 
108105        " azure-analysis-services" , 
@@ -365,6 +362,16 @@ begin {
365362        " dynamics-talent-onboard" , 
366363        " ef-core" , 
367364        " 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" , 
368375        " expression-studio" , 
369376        " language-service" , 
370377        " m365-ems" , 
@@ -509,7 +516,7 @@ Checks sample markdown files' frontmatter for invalid information.
509516. DESCRIPTION 
510517Given a collection of markdown files, their frontmatter - if present - is checked for invalid information, including: 
511518
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/ . 
513520
514521. PARAMETER  Path 
515522Specifies the path to an item to search. Wildcards are permitted. 
0 commit comments