Skip to content

Commit 371146a

Browse files
fixed back ticks
1 parent f4376b4 commit 371146a

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ This cmdlet lets you delete an existing SPO app prioritization policy.
3434
Remove-SPOAppPrioritizationPolicy -PolicyId 48abxxa9
3535
```
3636

37-
Example 1 deletes the policy bearing the policyId 48abxxa9. Running the Get-SPOAppPrioritizationPolicies 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

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Set-SPOAppPrioritizationPolicy -PolicyId <String> -Enabled <Boolean> -QuotaMulti
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-SPOAppPrioritizationPolicies commandlet.
27+
This cmdlet lets you enable or disable an existing policy and/or change the quota multiplier limit 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

@@ -42,15 +42,15 @@ Example 1 disables the policy bearing the policyId 48abxxa9
4242
Set-SPOAppPrioritizationPolicies -PolicyId 48abxxa9 -Enabled $true -QuotaMultiplier 7
4343
```
4444

45-
Example 2 enables the policy bearing the policyId 48abxxa9 and also sets the QuotaMultiplier to 7.
45+
Example 2 enables the policy bearing the policyId 48abxxa9 and also sets the quota multiplier limit to 7.
4646

4747
### Example 3
4848

4949
```powershell
5050
Set-SPOAppPrioritizationPolicies -PolicyId 48abxxa9 -QuotaMultiplier 8
5151
```
5252

53-
Example 3 set the QuotaMultiplier to 7 of the policy bearing the policyId 48abxxa9.
53+
Example 3 set the quota multiplier limit to 7 of the policy bearing the policyId 48abxxa9.
5454

5555
## PARAMETERS
5656

@@ -90,7 +90,7 @@ Accept wildcard characters: False
9090
9191
### -QuotaMultiplier
9292
93-
This parameter specifies the multiplier for the scaling feature.
93+
This parameter specifies the quota multiplier limit for the scaling feature.
9494
9595
```yaml
9696
Type: int

0 commit comments

Comments
 (0)