We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d67977a commit 0014238Copy full SHA for 0014238
FromYmlToTOC-INDEX.ps1
@@ -37,7 +37,8 @@ function Get-DocumentMetadata {
37
'mvp' = "Microsoft MVP Alumni"
38
'rd' = "Microsoft RD Alumni"
39
'mlsa' = "Microsoft Learn Student Ambassador Alumni"
40
- 'mct' = "Microsoft Certified Trainer"
+ 'mct' = "Microsoft Certified Trainer"
41
+ 'psfFellow' = "Python Software Foundation Fellow"
42
}
43
44
$metadata = New-Object -TypeName PSObject -Prop $properties
0 commit comments