Skip to content

Commit c1f1fed

Browse files
authored
Set-SPOContainerType.md
1 parent 8096a63 commit c1f1fed

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,16 +29,16 @@ Set-SPOContainerType -ContainerTypeId <ContainerTypeId> -AzureSubscriptionId <Az
2929
```
3030

3131
## DESCRIPTION
32-
This cmdlet is used to reset the parameters associated with a container type - both trial and standard. The cmdlet can be used to change the container type name or the associated billing profile of the contianer type.
32+
This cmdlet is used to reset the parameters associated with a container type - both trial and standard. The cmdlet can be used to change the container type name or the associated billing profile of the container type.
3333
## EXAMPLES
3434

3535
### Example 1
3636

3737
```powershell
38-
Set-SPOContainerType -ContainerTypeId DA1D89B3-B4CF-4C0A-8E1C-0D131C57544F -OwningApplicationId 12A9D93C-18D7-46A0-B43E-28D20ADDD56A - ContainerTypeName Red Container Type
38+
Set-SPOContainerType -ContainerTypeId DA1D89B3-B4CF-4C0A-8E1C-0D131C57544F -OwningApplicationId 12A9D93C-18D7-46A0-B43E-28D20ADDD56A - ContainerTypeName 'Red Container Type'
3939
```
4040

41-
Example 1 sets the container type name as "Red Container Type"
41+
Example 1 sets the container type name as 'Red Container Type'
4242

4343

4444
### Example 2
@@ -52,9 +52,9 @@ In Example 2, the billing profile of the container type is updated with the late
5252
### Example 3
5353

5454
```powershell
55-
Set-SPOContainerType -ContainerTypeId 01F62754-0873-4EC6-AB4A-3EED48BA8BE7 -OwningApplicationId 994B9586-253E-4A77-B51 - ContainerTypeName Blue Container Type
55+
Set-SPOContainerType -ContainerTypeId 01F62754-0873-4EC6-AB4A-3EED48BA8BE7 -OwningApplicationId 994B9586-253E-4A77-B51 - ContainerTypeName 'Blue Container Type'
5656
```
57-
In Example 3, the trial container type details are changed as follows
57+
In Example 3, the trial container type name is updated as 'Blue Container Type'
5858

5959

6060

0 commit comments

Comments
 (0)