Skip to content

Commit 5996d2b

Browse files
authored
Merge branch 'main' into patch-3
2 parents 57d6e81 + 4e215b6 commit 5996d2b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sharepoint/sharepoint-ps/sharepoint-online/Get-SPOContainer.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,13 @@ Get-SPOContainer [-OwningApplicationId <OwningApplicationId>] [-Paged] [-PagingT
3737
### ParamSet4
3838

3939
```powershell
40-
Get-SPOContainer [-OwningApplicationId <OwningApplicationId>] [[-Identity] <ContainerId>]
40+
Get-SPOContainer [[-Identity] <ContainerId>]
4141
```
4242

4343
### ParamSet5
4444

4545
```powershell
46-
Get-SPOContainer [-OwningApplicationId <OwningApplicationId>] [[-Identity] <ContainerSiteURL>]
46+
Get-SPOContainer [[-Identity] <ContainerSiteURL>]
4747
```
4848

4949
## DESCRIPTION

0 commit comments

Comments
 (0)