Skip to content

Commit f7c09f1

Browse files
committed
Add punctuation and code block
The list of objects is rendered as a single paragraph with word wrap when it is, by default, body text.
1 parent 0435941 commit f7c09f1

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,10 +61,11 @@ Applicable: Microsoft Whiteboard
6161
6262
### -Settings
6363
64-
The object to use as Whiteboard Settings. Should be retrieved via Get-WhiteboardSettings
64+
The object to use as Whiteboard Settings. Should be retrieved via Get-WhiteboardSettings.
6565
66-
Example of settings objects
66+
Example of settings objects:
6767
68+
```powershell
6869
isClaimEnabled : True
6970
privacySettings : @{telemetryDataPolicy=Optional; isEnabledConnectedServices=True}
7071
tenantMetadata : @{isGovUser=False; isEduUser=False}
@@ -77,6 +78,7 @@ isFluidMigrationEnabled : False
7778
isTenantAdminMigrationEnabled : True
7879
isEnabled : True
7980
isEnabledGa : True
81+
```
8082
8183
```yaml
8284
Type: SwitchParameter

0 commit comments

Comments
 (0)