File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -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.docs.microsoft.com/help/contribute/metadata-taxonomies?branch=master #product'
76+ - RecommendedAction ' Use only product slugs listed at https://review.docs.microsoft.com/help/contribute/metadata-taxonomies?branch=main #product'
7777 }
7878 }
7979
9595}
9696
9797begin {
98- # https://review.docs.microsoft.com/help/contribute/metadata-taxonomies?branch=master #product
98+ # https://review.docs.microsoft.com/help/contribute/metadata-taxonomies?branch=main #product
9999 $productSlugs = @ (
100100 " ai-builder" ,
101101 " aspnet" ,
@@ -358,6 +358,7 @@ begin {
358358 " ef-core" ,
359359 " ef6" ,
360360 " expression-studio" ,
361+ " language-service" ,
361362 " m365-ems" ,
362363 " m365-ems-cloud-app-security" ,
363364 " m365-ems-configuration-manager" ,
@@ -498,7 +499,7 @@ Checks sample markdown files' frontmatter for invalid information.
498499. DESCRIPTION
499500Given a collection of markdown files, their frontmatter - if present - is checked for invalid information, including:
500501
501- Invalid product slugs, i.e. those not listed in https://review.docs.microsoft.com/help/contribute/metadata-taxonomies?branch=master #product.
502+ Invalid product slugs, i.e. those not listed in https://review.docs.microsoft.com/help/contribute/metadata-taxonomies?branch=main #product.
502503
503504. PARAMETER Path
504505Specifies the path to an item to search. Wildcards are permitted.
You can’t perform that action at this time.
0 commit comments