Skip to content

Commit 6ce944f

Browse files
authored
Clarify optional parameter usage in documentation
1 parent 91e55fb commit 6ce944f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

exchange/exchange-ps/exchange/Update-VivaModuleFeaturePolicy.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,9 @@ The IsUserOptedInByDefault parameter specifies whether user opted in by default
280280
- $true: User is Opted in by default by the policy if the user has not set a preference.
281281
- $false: User is Opted out by default by the policy if the user has not set a preference.
282282

283-
An optional parameter. This parameter can be used to override the default user opt-in value set in the feature metadata. This parameter can be only be set when -IsUserControlEnabled parameter is set to $true.
283+
This parameter is optional and can be used to override the default user opt-in value set in the feature metadata.
284+
285+
This parameter can be set only when the IsUserControlEnabled parameter is set to $true.
284286

285287
```yaml
286288
Type: Boolean

0 commit comments

Comments
 (0)