Skip to content

Commit 2a5e0d5

Browse files
committed
Test addition of YAML code block
-Settings does not appear in the article page, and I suspect that's because -Settings did not have a code block.
1 parent 7094535 commit 2a5e0d5

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

whiteboard/whiteboard-ps/whiteboard/Set-WhiteboardSettings.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,20 @@ Applicable: Microsoft Whiteboard
6363
6464
The object to use as Whiteboard Settings. Should be retrieved via Get-WhiteboardSettings
6565
66+
```yaml
67+
Type: SwitchParameter
68+
Parameter Sets: (All)
69+
Aliases:
70+
71+
Required: False
72+
Position: Named
73+
Default value: False
74+
Accept pipeline input: False
75+
Accept wildcard characters: False
76+
Applicable: Microsoft Whiteboard
77+
```
78+
79+
6680
### CommonParameters
6781
6882
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](https://go.microsoft.com/fwlink/p/?LinkID=113216).

0 commit comments

Comments
 (0)