Skip to content

Commit f4376b4

Browse files
fixed guid casing
1 parent 638b800 commit f4376b4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

sharepoint/sharepoint-ps/sharepoint-online/Add-SPOAppPrioritizationPolicy.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Adds a new SPO app prioritization Policy to your tenancy.
1919
## SYNTAX
2020

2121
```
22-
Add-SPOAppPrioritizationPolicy -AppId <guid> -AzureSubscriptionId <guid> -ResourceGroup <String> -Account <String> -QuotaMultiplier <Int32> [<CommonParameters>]
22+
Add-SPOAppPrioritizationPolicy -AppId <Guid> -AzureSubscriptionId <Guid> -ResourceGroup <String> -Account <String> -QuotaMultiplier <Int32> [<CommonParameters>]
2323
```
2424

2525
## DESCRIPTION
@@ -43,7 +43,7 @@ Example 1 adds the billing policy to your tenancy. It will not add the policy on
4343

4444
This parameter specifies the app ID of the application to onboard.
4545
```yaml
46-
Type: guid
46+
Type: Guid
4747
Parameter Sets: (All)
4848
Aliases:
4949
Applicable: SharePoint Online
@@ -60,7 +60,7 @@ Accept wildcard characters: False
6060
This parameter describes the Azure subscription ID to which the container type needs to be associated.
6161
6262
```yaml
63-
Type: guid
63+
Type: Guid
6464
Parameter Sets: (All)
6565
Aliases:
6666
Applicable: SharePoint Online

0 commit comments

Comments
 (0)