Skip to content

Commit 8a6860f

Browse files
authored
New-SPOContainerType.md
1 parent c1f1fed commit 8a6860f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 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-b86e-0000-93ba-1faded6c39e1 -AzureSubscriptionId 564e9025-f7f5-xxx9-9ddd-4cdxxxx1755 -ResourceGroup prod-resources -Region EastUS
5151
```
52-
In Example 1, the cmdlet creates a new container type "ContosoLegal" that is standard billed and is attached to the billing profile mentioned
52+
In Example 1, the cmdlet creates a new container type 'ContosoLegal' that is standard billed and is attached to the billing profile mentioned
5353

5454
### Example 2
5555
```powershell
5656
New-SPOContainerType –TrialContainerType - ContosoLegal -OwningApplicationId a735e4af-b86e-0000-93ba-1faded6c39e1
5757
```
5858

59-
In Example 2, the cmdlet creates a trial container type, "ContosoLegal", valid for 30 days.
59+
In Example 2, the cmdlet creates a trial container type, 'ContosoLegal', valid for 30 days.
6060

6161
## PARAMETERS
6262

0 commit comments

Comments
 (0)