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 {
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.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'
77
77
}
78
78
}
79
79
95
95
}
96
96
97
97
begin {
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
99
99
$productSlugs = @ (
100
100
" ai-builder" ,
101
101
" aspnet" ,
@@ -358,6 +358,7 @@ begin {
358
358
" ef-core" ,
359
359
" ef6" ,
360
360
" expression-studio" ,
361
+ " language-service" ,
361
362
" m365-ems" ,
362
363
" m365-ems-cloud-app-security" ,
363
364
" m365-ems-configuration-manager" ,
@@ -498,7 +499,7 @@ Checks sample markdown files' frontmatter for invalid information.
498
499
. DESCRIPTION
499
500
Given a collection of markdown files, their frontmatter - if present - is checked for invalid information, including:
500
501
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.
502
503
503
504
. PARAMETER Path
504
505
Specifies the path to an item to search. Wildcards are permitted.
You can’t perform that action at this time.
0 commit comments