Skip to content

Commit 7cdf228

Browse files
committed
Replace code block with table
The code block was not rendered as such. I'm trying a table as a replacement.
1 parent f7c09f1 commit 7cdf228

File tree

1 file changed

+15
-14
lines changed

1 file changed

+15
-14
lines changed

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

Lines changed: 15 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -65,20 +65,21 @@ The object to use as Whiteboard Settings. Should be retrieved via Get-Whiteboard
6565
6666
Example of settings objects:
6767
68-
```powershell
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-
```
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+
8283
8384
```yaml
8485
Type: SwitchParameter

0 commit comments

Comments
 (0)