You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add/remove blank lines to possibly change rendering
I'm trying to figure out why the rendered page ends with "ContainerTypeName" under "Parameters" (except for "Related Links") and does not show -OwningApplicationId, –TrialContainerType, –IsPassThroughBilling, and –GovernableByAdmin.
In Example 4, the cmdlet creates a standard container type, ContosoLegal that has opted out of management through Microsoft-enabled administrator platforms.
This parameter is used to create a direct to customer billed container type.
137
138
138
139
```yaml
@@ -147,7 +148,9 @@ Default value: None
147
148
Accept pipeline input: False
148
149
Accept wildcard characters: False
149
150
```
151
+
150
152
### –GovernableByAdmin
153
+
151
154
Using `-GovernableByAdmin`, you can decide whether consuming tenant administrators of the application should be provided management capabilities on Microsoft-enabled administrator support, through SharePoint admin center and PowerShell. By default, the value is set to True. When set to False, the consuming tenant administrator can perform only read-only actions on containers of the container type, in both SharePoint admin center and PowerShell.
0 commit comments