Skip to content

Commit 77e8e6f

Browse files
committed
Fixes formatting.
1 parent 79f4e21 commit 77e8e6f

File tree

1 file changed

+13
-19
lines changed

1 file changed

+13
-19
lines changed

repo_docs/NEW_CMDLETS.md

Lines changed: 13 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -15,35 +15,29 @@
1515

1616
**Example metadata at top of cmdlet:**
1717

18+
```
1819
external help file: Microsoft.OutlookApps.StaffHub.PowershellCmdlets.dll-Help.xml\
1920
Module Name: Microsoft.OutlookApps.StaffHub.PowershellCmdlets\
2021
online version:\
2122
**applicable: Microsoft StaffHub**\
2223
**title: Get-StaffHubUsersForTenant**\
23-
schema: 2.0.0\
24-
24+
schema: 2.0.0
25+
```
2526

2627

2728
**Example metadata for each parameter:**
2829

29-
Type: String
30-
31-
Parameter Sets: (All)
32-
33-
Aliases:
34-
35-
**Applicable: Microsoft StaffHub**
36-
37-
Required: False
38-
39-
Position: 1
40-
41-
Default value: None
42-
43-
Accept pipeline input: False
44-
30+
```
31+
Type: String\
32+
Parameter Sets: (All)\
33+
Aliases:\
34+
**Applicable: Microsoft StaffHub**\
35+
Required: False\
36+
Position: 1\
37+
Default value: None\
38+
Accept pipeline input: False\
4539
Accept wildcard characters: False
46-
40+
```
4741

4842
6. Add the correct Applicable tags to the top metadata and also the parameters for the cmdlet.
4943
See others for details.

0 commit comments

Comments
 (0)