Skip to content

Commit 1d98e56

Browse files
committed
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.
1 parent 4e9ff43 commit 1d98e56

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

sharepoint/sharepoint-ps/sharepoint-online/New-SPOContainerType.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ New-SPOContainerType [-ContainerTypeName] <String> [-OwningApplicationId] <Strin
3131
```
3232

3333
### ParamSet3
34+
3435
```powershell
3536
New-SPOContainerType [–TrialContainerType] [-ContainerTypeName] <String> [-OwningApplicationId] <String> [-ApplicationRedirectUrl] <String> [-GovernableByAdmin] <Boolean> [<CommonParameters>]
3637
```
@@ -49,9 +50,11 @@ You must be a SharePoint Embedded Administrator to run this cmdlet.
4950
```powershell
5051
New-SPOContainerType -ContainerTypeName ContosoLegal -OwningApplicationId a735e4af
5152
```
53+
5254
In Example 1, the cmdlet creates a new regular billed container type ContosoLegal.
5355

5456
### Example 2
57+
5558
```powershell
5659
New-SPOContainerType –IsPassThroughBilling –ContainerTypeName ContosoLegal -OwningApplicationId a735e4af
5760
```
@@ -61,19 +64,15 @@ In Example 2, the cmdlet creates a direct to customer billed container type Cont
6164
### Example 3
6265

6366
```powershell
64-
6567
New-SPOContainerType –TrialContainerType -ContainerTypeName ContosoLegal -OwningApplicationId a735e4af
66-
6768
```
6869

6970
In Example 3, the cmdlet creates a trial container type, ContosoLegal, valid for 30 days.
7071

7172
### Example 4
7273

7374
```powershell
74-
7575
New-SPOContainerType -ContainerTypeName ContosoLegal -OwningApplicationId a735e4af -GovernableByAdmin $false
76-
7776
```
7877

7978
In Example 4, the cmdlet creates a standard container type, ContosoLegal that has opted out of management through Microsoft-enabled administrator platforms.
@@ -117,6 +116,7 @@ Accept wildcard characters: False
117116
118117
119118
### –TrialContainerType
119+
120120
This parameter is used to specify that the cmdlet is used to create a trial container type and thereby the billing profile need not be provided.
121121
122122
```yaml
@@ -133,6 +133,7 @@ Accept wildcard characters: False
133133
```
134134
135135
### –IsPassThroughBilling
136+
136137
This parameter is used to create a direct to customer billed container type.
137138
138139
```yaml
@@ -147,7 +148,9 @@ Default value: None
147148
Accept pipeline input: False
148149
Accept wildcard characters: False
149150
```
151+
150152
### –GovernableByAdmin
153+
151154
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.
152155

153156
```yaml

0 commit comments

Comments
 (0)