Skip to content

Commit ee7b66e

Browse files
committed
Remove poorly rendered list of objects/properties
This list of objects/properties is rendered as a single line with word wrap. Since this seems to be output from Get-WhiteboardSettings, and the page about Get-WhiteboardSettings contains this list (under "Examples")., I'm removing it here and adding a link to that article for "Get-WhiteboardSettings" in the description of "-Settings", which states, "Should be retrieved via Get-WhiteboardSettings."
1 parent 99c0b8e commit ee7b66e

File tree

1 file changed

+1
-18
lines changed

1 file changed

+1
-18
lines changed

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

Lines changed: 1 addition & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ 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](Get-WhiteboardSettings.md).
6565
6666
```yaml
6767
Type: SwitchParameter
@@ -76,23 +76,6 @@ Accept wildcard characters: False
7676
Applicable: Microsoft Whiteboard
7777
```
7878
79-
Example of settings objects:
80-
81-
```console
82-
isClaimEnabled : True
83-
privacySettings : @{telemetryDataPolicy=Optional; isEnabledConnectedServices=True}
84-
tenantMetadata : @{isGovUser=False; isEduUser=False}
85-
isSharePointDefault : False
86-
isSharePointDefaultGa : True
87-
isSharePointDefaultRolledOut : True
88-
isAzureBlocked : False
89-
licenseCheckInformation : Success
90-
isFluidMigrationEnabled : False
91-
isTenantAdminMigrationEnabled : True
92-
isEnabled : True
93-
isEnabledGa : True
94-
```
95-
9679
9780
### CommonParameters
9881

0 commit comments

Comments
 (0)