Skip to content

Commit 4da2ab0

Browse files
authored
Clarifying default value for MaskBits
MaskBits is an optional parameter that defaults to 32/128 depending on IP Address type.
1 parent 20cdab4 commit 4da2ab0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

skype/skype-ps/skype/New-CsTenantTrustedIPAddress.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,9 @@ Accept wildcard characters: False
154154
### -MaskBits
155155
This parameter determines the length of bits to mask to the subnet.
156156
157-
IPv4 format IP address accepts maskbits from 0 to 32 inclusive. IPv6 format IP address accepts maskbits from 0 to 128 inclusive.
157+
IPv4 format IP address accepts maskbits from 0 to 32 inclusive. If not provided, the value is set to 32.
158+
159+
IPv6 format IP address accepts maskbits from 0 to 128 inclusive. If not provided, the value is set to 128.
158160
159161
```yaml
160162
Type: System.Int32

0 commit comments

Comments
 (0)