Skip to content

Commit b05e1da

Browse files
author
juanoriana
committed
fix: optional param notation
1 parent 5c1ed62 commit b05e1da

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Get-SPOServicePrioritizationAppRegistrations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Returns app registrations enrolled in SharePoint Online Service Prioritization.
1919
## SYNTAX
2020

2121
```
22-
Get-SPOServicePrioritizationAppRegistrations -PolicyId <Guid> [<CommonParameters>]
22+
Get-SPOServicePrioritizationAppRegistrations [-PolicyId <Guid>] [<CommonParameters>]
2323
```
2424

2525
## DESCRIPTION

0 commit comments

Comments
 (0)