Skip to content

Commit 2057573

Browse files
authored
New-SPOContainerType.md
1 parent 9d5f5e0 commit 2057573

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

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

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ New-SPOContainerType –ContainerTypeName <ContainerTypeName> -OwningApplication
2727
### ParamSet2
2828

2929
```powershell
30-
New-SPOContainerType -ContainerTypeName <ContainerTypeName> -OwningApplicationId <OwningApplicationId> -IsPassThroughBilling
30+
New-SPOContainerType -ContainerTypeName <ContainerTypeName> -OwningApplicationId <OwningApplicationId> '-IsPassThroughBilling'
3131
```
3232

3333
### ParamSet3
@@ -49,7 +49,7 @@ You must be a SharePoint Embedded Administrator to run this cmdlet.
4949
```powershell
5050
New-SPOContainerType -ContainerTypeName ContosoLegal -OwningApplicationId a735e4af-b86e-0000-93ba-1faded6c39e1 -AzureSubscriptionId 564e9025-f7f5-xxx9-9ddd-4cdxxxx1755 -ResourceGroup prod-resources -Region EastUS
5151
```
52-
Example output of the New-SPOContainerType cmdlet
52+
Example output of the New-SPOContainerType cmdlet.
5353
```powershell
5454
Are you sure you want to perform this action?
5555
Performing the operation "New-SPOContainerType".
@@ -70,7 +70,7 @@ ExpiryDate :
7070
New-SPOContainerType –TrialContainerType - ContosoLegal -OwningApplicationId a735e4af-b86e-0000-93ba-1faded6c39e1
7171
```
7272

73-
Example output of the New-SPOContainerType cmdlet
73+
Example output of the New-SPOContainerType cmdlet.
7474

7575
```powershell
7676
Are you sure you want to perform this action?
@@ -87,7 +87,7 @@ ContainerTypeId ContainerTypeName OwningAp
8787

8888
### -ContainerTypeName
8989

90-
This parameter names your ContainerType for your SharePoint Embedded Application
90+
This parameter names your ContainerType for your SharePoint Embedded Application.
9191

9292
```yaml
9393
Type: String
@@ -139,7 +139,7 @@ Accept wildcard characters: False
139139
140140
### -ResourceGroup
141141
142-
THis parameter describes the resource group to be used for the associated container type
142+
This parameter describes the resource group to be used for the associated container type.
143143
144144
```yaml
145145
Type: String
@@ -156,7 +156,7 @@ Accept wildcard characters: False
156156
157157
### -Region
158158
159-
This parameter describes the region to which the billing profile of the container type is associated with
159+
This parameter describes the region to which the billing profile of the container type is associated with.
160160
161161
```yaml
162162
Type: String
@@ -172,7 +172,7 @@ Accept wildcard characters: False
172172
```
173173
174174
### –TrialContainerType
175-
This token is used to specify that the cmdlet is used to create a trial container type and thereby the billing profile need not be provided
175+
This token is used to specify that the cmdlet is used to create a trial container type and thereby the billing profile need not be provided.
176176
177177
```yaml
178178
Type: String
@@ -188,7 +188,7 @@ Accept wildcard characters: False
188188
```
189189
190190
### –IsPassThroughBilling
191-
Use this parameter to provide create a direct to customer billed containertype
191+
Use this parameter to provide create a direct to customer billed container type.
192192
```yaml
193193
Type: String
194194
Parameter Sets:

0 commit comments

Comments
 (0)