Skip to content

Commit 0014238

Browse files
committed
Adding PSF Fellow award
1 parent d67977a commit 0014238

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

FromYmlToTOC-INDEX.ps1

+2-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@ function Get-DocumentMetadata {
3737
'mvp' = "Microsoft MVP Alumni"
3838
'rd' = "Microsoft RD Alumni"
3939
'mlsa' = "Microsoft Learn Student Ambassador Alumni"
40-
'mct' = "Microsoft Certified Trainer"
40+
'mct' = "Microsoft Certified Trainer"
41+
'psfFellow' = "Python Software Foundation Fellow"
4142
}
4243

4344
$metadata = New-Object -TypeName PSObject -Prop $properties

0 commit comments

Comments
 (0)