Skip to content

Commit d67f245

Browse files
committed
Revert to table, but with no content type
I see that the page about Get-WhiteboardSettings has such a code block, so this ought to work (and not need to be rendered as a table).
1 parent 7cdf228 commit d67f245

File tree

1 file changed

+14
-15
lines changed

1 file changed

+14
-15
lines changed

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

Lines changed: 14 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -65,21 +65,20 @@ The object to use as Whiteboard Settings. Should be retrieved via Get-Whiteboard
6565
6666
Example of settings objects:
6767
68-
| Object | Value |
69-
|:-------|:------|
70-
| isClaimEnabled | True |
71-
| privacySettings | @{telemetryDataPolicy=Optional; isEnabledConnectedServices=True} |
72-
| tenantMetadata | @{isGovUser=False; isEduUser=False} |
73-
| isSharePointDefault | False |
74-
| isSharePointDefaultGa | True |
75-
| isSharePointDefaultRolledOut | True |
76-
| isAzureBlocked | False |
77-
| licenseCheckInformation | Success |
78-
| isFluidMigrationEnabled | False |
79-
| isTenantAdminMigrationEnabled | True |
80-
| isEnabled | True |
81-
| isEnabledGa | True |
82-
68+
```
69+
isClaimEnabled : True
70+
privacySettings : @{telemetryDataPolicy=Optional; isEnabledConnectedServices=True}
71+
tenantMetadata : @{isGovUser=False; isEduUser=False}
72+
isSharePointDefault : False
73+
isSharePointDefaultGa : True
74+
isSharePointDefaultRolledOut : True
75+
isAzureBlocked : False
76+
licenseCheckInformation : Success
77+
isFluidMigrationEnabled : False
78+
isTenantAdminMigrationEnabled : True
79+
isEnabled : True
80+
isEnabledGa : True
81+
```
8382
8483
```yaml
8584
Type: SwitchParameter

0 commit comments

Comments
 (0)