Skip to content

Commit 543cc8e

Browse files
fixed parameters to optionnal
1 parent 371146a commit 543cc8e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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 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.
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

@@ -80,7 +80,7 @@ Parameter Sets: (All)
8080
Aliases:
8181
Applicable: SharePoint Online
8282

83-
Required: True
83+
Required: False
8484
Position: Named
8585
Default value: None
8686
Accept pipeline input: False
@@ -90,15 +90,15 @@ Accept wildcard characters: False
9090
9191
### -QuotaMultiplier
9292
93-
This parameter specifies the quota multiplier limit for the scaling feature.
93+
This parameter specifies the quota multiplier limit for the scaling feature. Value has to be a range of [1,10]
9494
9595
```yaml
9696
Type: int
9797
Parameter Sets: (All)
9898
Aliases:
9999
Applicable: SharePoint Online
100100

101-
Required: True
101+
Required: False
102102
Position: Named
103103
Default value: None
104104
Accept pipeline input: False

0 commit comments

Comments
 (0)