Skip to content

Commit f51a72b

Browse files
fixed feedback
1 parent a5befb8 commit f51a72b

File tree

5 files changed

+31
-28
lines changed

5 files changed

+31
-28
lines changed

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

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@ Adds a new SPO app prioritization Policy to your tenancy.
1818

1919
## SYNTAX
2020

21-
```powershell
22-
Add-SPOAppPrioritizationPolicies -AppId <Guid string of the app you need SPAP enabled for> -AzureSubscriptionId <Guid string of the Azure Subscription Id> -ResourceGroup <String> -Account <String> -QuotaMultiplier <int>
21+
```
22+
Add-SPOAppPrioritizationPolicy -AppId <String> -AzureSubscriptionId <String> -ResourceGroup <String> -Account <String> -QuotaMultiplier <Int32> [<CommonParameters>]
2323
```
2424

2525
## DESCRIPTION
2626

27-
This cmdlet adds a new SPO app prioritization Billing policies to your tenancy. You must be a SharePoint you must be a SharePoint Tenant Admin to run the commandlet. You need to make sure you’re not adding a new billing policy for an app that already has a billing policy to it.
27+
This cmdlet adds a new SPO app prioritization billing policies to your tenancy. Ensure that you do not add a new billing policy to an app that already has one.
2828

2929
## EXAMPLES
3030

@@ -122,14 +122,15 @@ Default value: None
122122
Accept pipeline input: False
123123
Accept wildcard characters: False
124124
```
125+
### CommonParameters
126+
127+
This cmdlet supports the common parameters: `-Debug`, `-ErrorAction`, `-ErrorVariable`, `-InformationAction`, `-InformationVariable`, `-OutVariable`, `-OutBuffer`, `-PipelineVariable`, `-ProgressAction`, `-Verbose`, `-WarningAction`, and `-WarningVariable`. For more information, see [about_CommonParameters](/powershell/module/microsoft.powershell.core/about/about_commonparameters).
125128

126129

127130
## RELATED LINKS
128131

129132
[Getting started with SharePoint Online Management Shell](/powershell/sharepoint/sharepoint-online/connect-sharepoint-online)
130133

131-
[Add-SPOAppPrioritizationPolicy](./Add-SPOAppPrioritizationPolicy.md)
132-
133134
[Get-SPOAppPrioritizationPolicies](./Get-SPOAppPrioritizationPolicies.md)
134135

135136
[Set-SPOAppPrioritizationPolicy](./Set-SPOAppPrioritizationPolicy.md)

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,18 +14,18 @@ ms.reviewer:
1414

1515
## SYNOPSIS
1616

17-
Gets all existing SPO app prioritization Policies of your tenancy
17+
Gets all existing SPO app prioritization policies of your tenancy.
1818

1919
## SYNTAX
2020

21-
```powershell
22-
Get-SPOAppPrioritizationPolicies
21+
```
22+
Get-SPOAppPrioritizationPolicies [<CommonParameters>]
2323
```
2424

2525

2626
## DESCRIPTION
2727

28-
This cmdlet adds a new SPO app prioritization Billing policies to your tenancy. You must be a SharePoint you must be a SharePoint Tenant Admin to run the commandlet. You need to make sure you’re not adding a new billing policy for an app that already has a billing policy to it.
28+
This cmdlet gets all existing SPO App Prioritization billing policies for your tenancy.
2929

3030
## EXAMPLES
3131

@@ -35,21 +35,21 @@ This cmdlet adds a new SPO app prioritization Billing policies to your tenancy
3535
Get- SPOAppPrioritizationPolicies
3636
```
3737

38-
Example 1 returns a collection of all existing SPO app prioritization Policies. Each Policy will contain PolicyId, AppId, AzureSubscription, ResourceGroup, Account, Enabled (status of this policy i.e true or false) and QuotaMultiplier
38+
Example 1 returns a collection of all existing SPO app prioritization policies. Each policy will contain PolicyId, AppId, AzureSubscription, ResourceGroup, Account, Enabled (status of this policy i.e true or false) and QuotaMultiplier
3939

4040

4141
## PARAMETERS
4242

43+
### CommonParameters
4344

45+
This cmdlet supports the common parameters: `-Debug`, `-ErrorAction`, `-ErrorVariable`, `-InformationAction`, `-InformationVariable`, `-OutVariable`, `-OutBuffer`, `-PipelineVariable`, `-ProgressAction`, `-Verbose`, `-WarningAction`, and `-WarningVariable`. For more information, see [about_CommonParameters](/powershell/module/microsoft.powershell.core/about/about_commonparameters).
4446

4547
## RELATED LINKS
4648

4749
[Getting started with SharePoint Online Management Shell](/powershell/sharepoint/sharepoint-online/connect-sharepoint-online)
4850

4951
[Add-SPOAppPrioritizationPolicy](./Add-SPOAppPrioritizationPolicy.md)
5052

51-
[Get-SPOAppPrioritizationPolicies](./Get-SPOAppPrioritizationPolicies.md)
52-
5353
[Set-SPOAppPrioritizationPolicy](./Set-SPOAppPrioritizationPolicy.md)
5454

5555
[Remove-SPOAppPrioritizationPolicy](./Remove-SPOAppPrioritizationPolicy.md)

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

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,17 +14,17 @@ ms.reviewer:
1414

1515
## SYNOPSIS
1616

17-
Deletes an existing SPO app prioritization Policy in your tenancy.
17+
Deletes an existing SPO app prioritization policy in your tenancy.
1818

1919
## SYNTAX
2020

21-
```powershell
22-
Remove-SPOAppPrioritizationPolicy -PolicyId <string>
21+
```
22+
Remove-SPOAppPrioritizationPolicy -PolicyId <String> [<CommonParameters>]
2323
```
2424

2525
## DESCRIPTION
2626

27-
This cmdlet lets you delete an existing policy.
27+
This cmdlet lets you delete an existing SPO app prioritization policy.
2828

2929
## EXAMPLES
3030

@@ -34,7 +34,7 @@ This cmdlet lets you delete an existing policy.
3434
Remove-SPOAppPrioritizationPolicy -PolicyId 48abxxa9
3535
```
3636

37-
Example 1 deletes the policy bearing the policyId 48abxxa9. Running the Get command will no longer show the policy in the result.
37+
Example 1 deletes the policy bearing the policyId 48abxxa9. Running the Get-SPOAppPrioritizationPolicies command will no longer show the policy in the result.
3838

3939
## PARAMETERS
4040

@@ -53,6 +53,9 @@ Default value: None
5353
Accept pipeline input: False
5454
Accept wildcard characters: False
5555
```
56+
### CommonParameters
57+
58+
This cmdlet supports the common parameters: `-Debug`, `-ErrorAction`, `-ErrorVariable`, `-InformationAction`, `-InformationVariable`, `-OutVariable`, `-OutBuffer`, `-PipelineVariable`, `-ProgressAction`, `-Verbose`, `-WarningAction`, and `-WarningVariable`. For more information, see [about_CommonParameters](/powershell/module/microsoft.powershell.core/about/about_commonparameters).
5659

5760
## RELATED LINKS
5861

@@ -63,5 +66,3 @@ Accept wildcard characters: False
6366
[Get-SPOAppPrioritizationPolicies](./Get-SPOAppPrioritizationPolicies.md)
6467

6568
[Set-SPOAppPrioritizationPolicy](./Set-SPOAppPrioritizationPolicy.md)
66-
67-
[Remove-SPOAppPrioritizationPolicy](./Remove-SPOAppPrioritizationPolicy.md)

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

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,17 +14,17 @@ ms.reviewer:
1414

1515
## SYNOPSIS
1616

17-
Edits an existing SPO app prioritization Policy in your tenancy.
17+
Edits an existing SPO app prioritization policy in your tenancy.
1818

1919
## SYNTAX
2020

21-
```powershell
22-
Set-SPOAppPrioritizationPolicy -PolicyId <string> -Enabled <boolean> -QuotaMultiplier <int>
21+
```
22+
Set-SPOAppPrioritizationPolicy -PolicyId <String> -Enabled <Boolean> -QuotaMultiplier <Int32> [<CommonParameters>]
2323
```
2424

2525
## DESCRIPTION
2626

27-
This cmdlet lets you enable or disable an existing policy and/or change the quotaMultiplier associated with the policy. Note that disabling the policy does not delete the policy. If you need to change only one of the two parameters, retain the value of the non-changing parameter from the Get commandlet. Both the parameters are mandatory.
27+
This cmdlet lets you enable or disable an existing policy and/or change the QuotaMultiplier associated with the policy. Note that disabling the policy does not delete the policy. If you need to change only one of the two parameters, retain the value of the non-changing parameter from the Get-SPOAppPrioritizationPolicies commandlet.
2828

2929
## EXAMPLES
3030

@@ -97,6 +97,9 @@ Default value: None
9797
Accept pipeline input: False
9898
Accept wildcard characters: False
9999
```
100+
### CommonParameters
101+
102+
This cmdlet supports the common parameters: `-Debug`, `-ErrorAction`, `-ErrorVariable`, `-InformationAction`, `-InformationVariable`, `-OutVariable`, `-OutBuffer`, `-PipelineVariable`, `-ProgressAction`, `-Verbose`, `-WarningAction`, and `-WarningVariable`. For more information, see [about_CommonParameters](/powershell/module/microsoft.powershell.core/about/about_commonparameters).
100103

101104
## RELATED LINKS
102105

@@ -106,6 +109,4 @@ Accept wildcard characters: False
106109

107110
[Get-SPOAppPrioritizationPolicies](./Get-SPOAppPrioritizationPolicies.md)
108111

109-
[Set-SPOAppPrioritizationPolicy](./Set-SPOAppPrioritizationPolicy.md)
110-
111112
[Remove-SPOAppPrioritizationPolicy](./Remove-SPOAppPrioritizationPolicy.md)

sharepoint/sharepoint-ps/sharepoint-online/sharepoint-online.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ The following cmdlet references are for SharePoint Online.
1717

1818
### [Add-SPOAppPrioritizationPolicy](Add-SPOAppPrioritizationPolicy.md)
1919

20-
{{Adds a new SPO app prioritization Policy to your tenancy.}}
20+
{{Adds a new SPO app prioritization policy to your tenancy.}}
2121

2222
### [Add-SPOContainerTypeBilling](Add-SPOContainerTypeBilling.md)
2323

@@ -430,7 +430,7 @@ This cmdlet is not currently active in production and may be removed in the futu
430430

431431
### [Remove-SPOAppPrioritizationPolicy](Remove-SPOAppPrioritizationPolicy.md)
432432

433-
{{Deletes an existing SPO app prioritization Policy in your tenancy.}}
433+
{{Deletes an existing SPO app prioritization policy in your tenancy.}}
434434

435435
### [Remove-SPODataConnectionSetting](Remove-SPODataConnectionSetting.md)
436436

@@ -558,7 +558,7 @@ This cmdlet is not currently active in production and may be removed in the futu
558558

559559
### [Set-SPOAppPrioritizationPolicy](Set-SPOAppPrioritizationPolicy.md)
560560

561-
{{Edits an existing SPO app prioritization Policy in your tenancy. }}
561+
{{Edits an existing SPO app prioritization policy in your tenancy. }}
562562

563563
### [Set-SPOBuiltInFontPackageSettings](Set-SPOBuiltInFontPackageSettings.md)
564564

0 commit comments

Comments
 (0)