Skip to content

Commit e1f0ddf

Browse files
authored
New-SPOContainerType.md
1 parent ec17e78 commit e1f0ddf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,14 +49,14 @@ You must be a SharePoint Embedded Administrator to run this cmdlet.
4949
```powershell
5050
New-SPOContainerType -ContainerTypeName ContosoLegal -OwningApplicationId a735e4af
5151
```
52-
In Example 1, the cmdlet creates a new regular billed container type 'ContosoLegal'.
52+
In Example 1, the cmdlet creates a new regular billed container type ContosoLegal.
5353

5454
### Example 2
5555
```powershell
5656
New-SPOContainerType –IsPassThroughBilling –ContainerTypeName ContosoLegal -OwningApplicationId a735e4af
5757
```
5858

59-
In Example 2, the cmdlet creates a direct to customer billed container type 'ContosoLegal'.
59+
In Example 2, the cmdlet creates a direct to customer billed container type ContosoLegal.
6060

6161
### Example 3
6262

@@ -66,7 +66,7 @@ New-SPOContainerType –TrialContainerType -ContainerTypeName ContosoLegal -Owni
6666
6767
```
6868

69-
In Example 3, the cmdlet creates a trial container type, 'ContosoLegal', valid for 30 days.
69+
In Example 3, the cmdlet creates a trial container type, ContosoLegal, valid for 30 days.
7070

7171
## PARAMETERS
7272

0 commit comments

Comments
 (0)