Skip to content

Commit aa0c2ef

Browse files
Sync eng/common directory with azure-sdk-tools for PR 10542 (#49828)
* update most current taxnonomy for entra * update link --------- Co-authored-by: Minh Anh <minhanhphan@microsoft.com>
1 parent 88620f9 commit aa0c2ef

File tree

1 file changed

+13
-6
lines changed

1 file changed

+13
-6
lines changed

eng/common/scripts/Test-SampleMetadata.ps1

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff 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.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

9797
begin {
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
510517
Given 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
515522
Specifies the path to an item to search. Wildcards are permitted.

0 commit comments

Comments
 (0)