Skip to content

Commit b788b65

Browse files
authored
Merge pull request MicrosoftDocs#8410 from DEberhardt/patch-5
Clarifying default value for MaskBits - Closes #8350
2 parents 8dc9686 + 08538b3 commit b788b65

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)