File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
sharepoint/sharepoint-ps/sharepoint-online Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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
4444This parameter specifies the app ID of the application to onboard.
4545``` yaml
46- Type : guid
46+ Type : Guid
4747Parameter Sets : (All)
4848Aliases :
4949Applicable : SharePoint Online
@@ -60,7 +60,7 @@ Accept wildcard characters: False
6060This parameter describes the Azure subscription ID to which the container type needs to be associated.
6161
6262` ` ` yaml
63- Type : guid
63+ Type : Guid
6464Parameter Sets : (All)
6565Aliases :
6666Applicable : SharePoint Online
You can’t perform that action at this time.
0 commit comments