Skip to content

Commit eb7f619

Browse files
authored
Update Set-SPOContainerType.md
1 parent cca644a commit eb7f619

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

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

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,18 @@ Sets or updates one or more property values of a trial, standard or a direct to
2121
### ParamSet1
2222

2323
```powershell
24-
Set-SPOContainerType -ContainerTypeId <Guid> [-ContainerTypeName] <String> [-WhatIf] [-Confirm] [<CommonParameters>]
24+
Set-SPOContainerType -ContainerTypeId <Guid> [-ContainerTypeName] <String> [-WhatIf] [-Confirm]
25+
[<CommonParameters>]
2526
```
2627
### ParamSet2
2728
```powershell
28-
Set-SPOContainerType -ContainerTypeId <Guid> [[-AzureSubscriptionId] <Guid>] [-ResourceGroup] <String> [-WhatIf] [-Confirm] [<CommonParameters>]
29+
Set-SPOContainerType -ContainerTypeId <Guid> [[-AzureSubscriptionId] <Guid>] [-ResourceGroup] <String>
30+
[-WhatIf] [-Confirm] [<CommonParameters>]
2931
```
3032
### ParamSet3
3133
```powershell
32-
Set-SPOContainerType -ContainerTypeId <Guid> [-ApplicationRedirectUrl] <String> [-WhatIf] [-Confirm] [<CommonParameters>]
34+
Set-SPOContainerType -ContainerTypeId <Guid> [-ApplicationRedirectUrl] <String> [-WhatIf] [-Confirm]
35+
[<CommonParameters>]
3336
```
3437

3538
## DESCRIPTION

0 commit comments

Comments
 (0)