Skip to content

Commit 3d14718

Browse files
committed
CIDR IP/IP consistency updates
1 parent 611b74c commit 3d14718

20 files changed

+98
-83
lines changed

exchange/exchange-ps/exchange/Add-IPAllowListEntry.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,10 +81,10 @@ Accept wildcard characters: False
8181
```
8282
8383
### -IPRange
84-
The IPRange parameter specifies a range of IP addresses to add to the IP Allow list. You can use the following formats:
84+
The IPRange parameter specifies a range of IP addresses to add to the IP Allow list. Valid values are:
8585
86-
- CIDR IP:192.168.0.1/24
87-
- IP address range:192.168.0.1-192.168.0.254.
86+
- IP address range: 192.168.0.1-192.168.0.254.
87+
- Classless Inter-Domain Routing (CIDR) IP address range: For example, 192.168.0.1/24.
8888
8989
```yaml
9090
Type: IPRange

exchange/exchange-ps/exchange/Add-IPBlockListEntry.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,10 +80,10 @@ Accept wildcard characters: False
8080
```
8181
8282
### -IPRange
83-
The IPRange parameter specifies a range of IP addresses to add to the IP Block list. You can use the following formats:
83+
The IPRange parameter specifies a range of IP addresses to add to the IP Block list. Valid values are:
8484
85-
- CIDR IP:192.168.0.1/24
86-
- IP address range:192.168.0.1-192.168.0.254.
85+
- IP address range: 192.168.0.1-192.168.0.254.
86+
- Classless Inter-Domain Routing (CIDR) IP address range: 192.168.0.1/24.
8787
8888
```yaml
8989
Type: IPRange

exchange/exchange-ps/exchange/New-AutoSensitivityLabelRule.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -445,9 +445,9 @@ The ExceptIfSenderIpRanges parameter specifies an exception for the auto-labelin
445445

446446
- Single IP address: For example, 192.168.1.1.
447447
- IP address range: For example, 192.168.0.1-192.168.0.254.
448-
- Classless InterDomain Routing (CIDR) IP address range: For example, 192.168.0.1/25.
448+
- Classless Inter-Domain Routing (CIDR) IP address range: For example, 192.168.0.1/25.
449449

450-
You can specify multiple IP addresses or ranges separated by commas.
450+
You can specify multiple values separated by commas.
451451

452452
```yaml
453453
Type: MultiValuedProperty
@@ -672,9 +672,9 @@ The SenderIpRanges parameter specifies a condition for the auto-sensitivity poli
672672

673673
- Single IP address: For example, 192.168.1.1.
674674
- IP address range: For example, 192.168.0.1-192.168.0.254.
675-
- Classless InterDomain Routing (CIDR) IP address range: For example, 192.168.0.1/25.
675+
- Classless Inter-Domain Routing (CIDR) IP address range: For example, 192.168.0.1/25.
676676

677-
You can specify multiple IP addresses or ranges separated by commas.
677+
You can specify multiple values separated by commas.
678678

679679
```yaml
680680
Type: MultiValuedProperty

exchange/exchange-ps/exchange/New-ClientAccessRule.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -137,11 +137,11 @@ Accept wildcard characters: False
137137
```
138138
139139
### -AnyOfClientIPAddressesOrRanges
140-
The AnyOfClientIPAddressesOrRanges parameter specifies a condition for the client access rule that's based on the client's IPv4 or IPv6 address. Valid values for this parameter are:
140+
The AnyOfClientIPAddressesOrRanges parameter specifies a condition for the client access rule that's based on the client's IPv4 or IPv6 address. Valid values are:
141141
142-
- A single IP address: For example, 192.168.1.1 or 2001:DB8::2AA:FF:C0A8:640A.
143-
- An IP address range: For example, 192.168.0.1-192.168.0.254 or 2001:DB8::2AA:FF:C0A8:640A-2001:DB8::2AA:FF:C0A8:6414.
144-
- Classless Inter-Domain Routing (CIDR) IP: For example, 192.168.3.1/24 or 2001:DB8::2AA:FF:C0A8:640A/64.
142+
- Single IP address: For example, 192.168.1.1 or 2001:DB8::2AA:FF:C0A8:640A.
143+
- IP address range: For example, 192.168.0.1-192.168.0.254 or 2001:DB8::2AA:FF:C0A8:640A-2001:DB8::2AA:FF:C0A8:6414.
144+
- Classless Inter-Domain Routing (CIDR) IP address range: For example, 192.168.3.1/24 or 2001:DB8::2AA:FF:C0A8:640A/64.
145145
146146
You can enter multiple values separated by commas.
147147
@@ -293,11 +293,11 @@ Accept wildcard characters: False
293293
```
294294

295295
### -ExceptAnyOfClientIPAddressesOrRanges
296-
The ExceptAnyOfClientIPAddressesOrRanges parameter specifies an exception for the client access rule that's based on the client's IPv4 or IPv6 address. Valid values for this parameter are:
296+
The ExceptAnyOfClientIPAddressesOrRanges parameter specifies an exception for the client access rule that's based on the client's IPv4 or IPv6 address. Valid values are:
297297

298-
- A single IP address: For example, 192.168.1.1 or 2001:DB8::2AA:FF:C0A8:640A.
299-
- An IP address range: For example, 192.168.0.1-192.168.0.254 or 2001:DB8::2AA:FF:C0A8:640A-2001:DB8::2AA:FF:C0A8:6414.
300-
- Classless Inter-Domain Routing (CIDR) IP: For example, 192.168.3.1/24 or 2001:DB8::2AA:FF:C0A8:640A/64.
298+
- Single IP address: For example, 192.168.1.1 or 2001:DB8::2AA:FF:C0A8:640A.
299+
- IP address range: For example, 192.168.0.1-192.168.0.254 or 2001:DB8::2AA:FF:C0A8:640A-2001:DB8::2AA:FF:C0A8:6414.
300+
- Classless Inter-Domain Routing (CIDR) IP address range: For example, 192.168.3.1/24 or 2001:DB8::2AA:FF:C0A8:640A/64.
301301

302302
You can enter multiple values separated by commas.
303303

exchange/exchange-ps/exchange/New-DlpComplianceRule.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1348,7 +1348,7 @@ The ExceptIfSenderIpRanges parameter specifies an exception for the DLP rule tha
13481348
- IP address range: For example, 192.168.0.1-192.168.0.254.
13491349
- Classless InterDomain Routing (CIDR) IP address range: For example, 192.168.0.1/25.
13501350

1351-
You can specify multiple IP addresses or ranges separated by commas.
1351+
You can specify values separated by commas.
13521352

13531353
```yaml
13541354
Type: MultiValuedProperty
@@ -2300,7 +2300,7 @@ The SenderIpRanges parameter specifies a condition for the DLP rule that looks f
23002300
- IP address range: For example, 192.168.0.1-192.168.0.254.
23012301
- Classless InterDomain Routing (CIDR) IP address range: For example, 192.168.0.1/25.
23022302

2303-
You can specify multiple IP addresses or ranges separated by commas.
2303+
You can specify multiple values separated by commas.
23042304

23052305
```yaml
23062306
Type: MultiValuedProperty

exchange/exchange-ps/exchange/New-InboundConnector.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -223,11 +223,11 @@ Accept wildcard characters: False
223223
### -EFSkipIPs
224224
the EFSkipIPs parameter specifies the source IP addresses to skip in Enhanced Filtering for Connectors when the EFSkipLastIP parameter value is $false. Valid values are:
225225

226-
- A single IP address: For example, 192.168.1.1.
227-
- An IP address range: For example, 192.168.0.1-192.168.0.254.
228-
- Classless Inter-Domain Routing (CIDR) IP: For example, 192.168.3.1/24
226+
- Single IP address: For example, 192.168.1.1.
227+
- IP address range: For example, 192.168.0.1-192.168.0.254.
228+
- Classless InterDomain Routing (CIDR) IP address range: For example, 192.168.3.1/24.
229229

230-
You can specify multiple IP addresses or address range entries separated by commas.
230+
You can specify multiple values separated by commas.
231231

232232
```yaml
233233
Type: MultiValuedProperty
@@ -394,13 +394,15 @@ Accept wildcard characters: False
394394
```
395395

396396
### -SenderIPAddresses
397-
The SenderIPAddresses parameter specifies the remote IPV4 IP addresses from which this connector accepts messages. IPv6 addresses are not supported. You enter the IP addresses using the following syntax:
397+
The SenderIPAddresses parameter specifies the remote IPV4 IP addresses from which this connector accepts messages. Valid values are:
398398

399-
- Single IP: For example, 192.168.1.1.
400-
- CIDR IP: You can use Classless InterDomain Routing (CIDR), for example, 192.168.0.1/25. Valid subnet mask values are /24 through /32.
399+
- Single IP address: For example, 192.168.1.1.
400+
- Classless InterDomain Routing (CIDR) IP address range: For example, 192.168.0.1/25. Valid subnet mask values are /24 through /32.
401401

402402
You can specify multiple IP addresses separated by commas.
403403

404+
IPv6 addresses are not supported.
405+
404406
```yaml
405407
Type: MultiValuedProperty
406408
Parameter Sets: (All)

exchange/exchange-ps/exchange/New-OutboundConnector.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,15 @@ Accept wildcard characters: False
289289
```
290290

291291
### -SmartHosts
292-
The SmartHosts parameter specifies the smart hosts the Outbound connector uses to route mail. This parameter is required if you set the UseMxRecord parameter to $false and must be specified on the same command line. The SmartHosts parameter takes one or more FQDNs, such as server.contoso.com, or one or more IP addresses, or a combination of both FQDNs and IP addresses. Separate each value by using a comma. If you enter an IP address, you may enter the IP address as a literal, for example: 10.10.1.1, or using Classless InterDomain Routing (CIDR), for example, 192.168.0.1/25. The smart host identity can be the FQDN of a smart host server, a mail exchange (MX) record, or an address (A) record.
292+
The SmartHosts parameter specifies the smart host that the Outbound connector uses to route mail. Valid values are:
293+
294+
- FQDN of a smart host server, a mail exchange (MX) record, or an address (A) record: For example, mail.contoso.com.
295+
- Single IP address: For example, 10.10.1.1
296+
- Classless InterDomain Routing (CIDR) IP address range: For example, 192.168.0.1/25.
297+
298+
You can specify multiple value separated by commas: `"Value1","Value2",..."ValueN"`.
299+
300+
This parameter is required if you use the value $false for the UseMxRecord parameter.
293301

294302
```yaml
295303
Type: MultiValuedProperty

exchange/exchange-ps/exchange/New-PhishSimOverrideRule.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -100,9 +100,9 @@ Accept wildcard characters: False
100100
### -SenderIpRanges
101101
The SenderIpRanges parameter specifies the source IP address that's used by the third-party phishing simulation. Valid values are:
102102
103-
- Single IP: For example, 192.168.1.1.
104-
- IP range: For example, 192.168.0.1-192.168.0.254.
105-
- CIDR IP: For example, 192.168.0.1/25.
103+
- Single IP address: For example, 192.168.1.1.
104+
- IP address range: For example, 192.168.0.1-192.168.0.254.
105+
- Classless InterDomain Routing (CIDR) IP address range: For example, 192.168.0.1/25.
106106
107107
You can specify up to 10 entries separated by commas.
108108

exchange/exchange-ps/exchange/New-ReceiveConnector.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -568,7 +568,7 @@ The RemoteIPRanges parameter specifies the remote IP addresses that the Receive
568568

569569
- Single IP address: For example, 192.168.1.1 or fe80::39bd:88f7:6969:d223%11.
570570
- IP address range: For example, 192.168.1.1-192.168.1.254.
571-
- Classless Inter-Domain Routing (CIDR) IP: For example, 192.168.1.1/24 or 2001:0DB8::CD3/60.
571+
- Classless InterDomain Routing (CIDR) IP address range: For example, 192.168.1.1/24 or 2001:0DB8::CD3/60.
572572

573573
You can specify multiple value separated by commas: `"Value1","Value2",..."ValueN"`.
574574

exchange/exchange-ps/exchange/New-TransportRule.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2788,7 +2788,7 @@ The ExceptIfSenderIpRanges parameter specifies an exception that looks for sende
27882788
- IP address range: For example, 192.168.0.1-192.168.0.254.
27892789
- Classless InterDomain Routing (CIDR) IP address range: For example, 192.168.0.1/25.
27902790

2791-
You can specify multiple IP addresses or ranges separated by commas.
2791+
You can specify multiple values separated by commas.
27922792

27932793
```yaml
27942794
Type: MultiValuedProperty
@@ -4451,7 +4451,7 @@ The SenderIpRanges parameter specifies a condition that looks for senders whose
44514451
- IP address range: For example, 192.168.0.1-192.168.0.254.
44524452
- Classless InterDomain Routing (CIDR) IP address range: For example, 192.168.0.1/25.
44534453

4454-
You can specify multiple IP addresses or ranges separated by commas.
4454+
You can specify multiple values separated by commas.
44554455

44564456
```yaml
44574457
Type: MultiValuedProperty

exchange/exchange-ps/exchange/Set-AutoSensitivityLabelRule.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -430,7 +430,7 @@ The ExceptIfSenderIpRanges parameter specifies an exception for the auto-labelin
430430
- IP address range: For example, 192.168.0.1-192.168.0.254.
431431
- Classless InterDomain Routing (CIDR) IP address range: For example, 192.168.0.1/25.
432432

433-
You can specify multiple IP addresses or ranges separated by commas.
433+
You can specify multiple values separated by commas.
434434

435435
```yaml
436436
Type: MultiValuedProperty
@@ -621,7 +621,7 @@ The SenderIpRanges parameter specifies a condition for the auto-sensitivity poli
621621
- IP address range: For example, 192.168.0.1-192.168.0.254.
622622
- Classless InterDomain Routing (CIDR) IP address range: For example, 192.168.0.1/25.
623623

624-
You can specify multiple IP addresses or ranges separated by commas.
624+
You can specify multiple values separated by commas.
625625

626626
```yaml
627627
Type: MultiValuedProperty

exchange/exchange-ps/exchange/Set-ClientAccessRule.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -138,11 +138,11 @@ Accept wildcard characters: False
138138
```
139139

140140
### -AnyOfClientIPAddressesOrRanges
141-
The AnyOfClientIPAddressesOrRanges parameter specifies a condition for the client access rule that's based on the client's IPv4 or IPv6 address. Valid values for this parameter are:
141+
The AnyOfClientIPAddressesOrRanges parameter specifies a condition for the client access rule that's based on the client's IPv4 or IPv6 address. Valid values are:
142142

143-
- A single IP address: For example, 192.168.1.1 or 2001:DB8::2AA:FF:C0A8:640A.
144-
- An IP address range: For example, 192.168.0.1-192.168.0.254 or 2001:DB8::2AA:FF:C0A8:640A-2001:DB8::2AA:FF:C0A8:6414.
145-
- Classless Inter-Domain Routing (CIDR) IP: For example, 192.168.3.1/24 or 2001:DB8::2AA:FF:C0A8:640A/64.
143+
- Single IP address: For example, 192.168.1.1 or 2001:DB8::2AA:FF:C0A8:640A.
144+
- IP address range: For example, 192.168.0.1-192.168.0.254 or 2001:DB8::2AA:FF:C0A8:640A-2001:DB8::2AA:FF:C0A8:6414.
145+
- Classless InterDomain Routing (CIDR) IP address range: For example, 192.168.3.1/24 or 2001:DB8::2AA:FF:C0A8:640A/64.
146146

147147
To enter multiple values and overwrite any existing entries, use the following syntax: `Value1,Value2,...ValueN`. If the values contain spaces or otherwise require quotation marks, use the following syntax: `"Value1","Value2",..."ValueN"`.
148148

@@ -300,11 +300,11 @@ Accept wildcard characters: False
300300
```
301301

302302
### -ExceptAnyOfClientIPAddressesOrRanges
303-
The ExceptAnyOfClientIPAddressesOrRanges parameter specifies an exception for the client access rule that's based on the client's IPv4 or IPv6 address. Valid values for this parameter are:
303+
The ExceptAnyOfClientIPAddressesOrRanges parameter specifies an exception for the client access rule that's based on the client's IPv4 or IPv6 address. Valid values are:
304304

305-
- A single IP address: For example, 192.168.1.1 or 2001:DB8::2AA:FF:C0A8:640A.
306-
- An IP address range: For example, 192.168.0.1-192.168.0.254 or 2001:DB8::2AA:FF:C0A8:640A-2001:DB8::2AA:FF:C0A8:6414.
307-
- Classless Inter-Domain Routing (CIDR) IP: For example, 192.168.3.1/24 or 2001:DB8::2AA:FF:C0A8:640A/64.
305+
- Single IP address: For example, 192.168.1.1 or 2001:DB8::2AA:FF:C0A8:640A.
306+
- IP address range: For example, 192.168.0.1-192.168.0.254 or 2001:DB8::2AA:FF:C0A8:640A-2001:DB8::2AA:FF:C0A8:6414.
307+
- Classless InterDomain Routing (CIDR) IP address range: For example, 192.168.3.1/24 or 2001:DB8::2AA:FF:C0A8:640A/64.
308308

309309
To enter multiple values and overwrite any existing entries, use the following syntax: `Value1,Value2,...ValueN`. If the values contain spaces or otherwise require quotation marks, use the following syntax: `"Value1","Value2",..."ValueN"`.
310310

exchange/exchange-ps/exchange/Set-DlpComplianceRule.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1113,7 +1113,7 @@ The ExceptIfSenderIpRanges parameter specifies an exception for the DLP rule tha
11131113
- IP address range: For example, 192.168.0.1-192.168.0.254.
11141114
- Classless InterDomain Routing (CIDR) IP address range: For example, 192.168.0.1/25.
11151115

1116-
You can specify multiple IP addresses or ranges separated by commas.
1116+
You can specify multiple values separated by commas.
11171117

11181118
```yaml
11191119
Type: MultiValuedProperty
@@ -1899,7 +1899,7 @@ The SenderIpRanges parameter specifies a condition for the DLP rule that looks f
18991899
- IP address range: For example, 192.168.0.1-192.168.0.254.
19001900
- Classless InterDomain Routing (CIDR) IP address range: For example, 192.168.0.1/25.
19011901

1902-
You can specify multiple IP addresses or ranges separated by commas.
1902+
You can specify multiple values separated by commas.
19031903

19041904
```yaml
19051905
Type: MultiValuedProperty

exchange/exchange-ps/exchange/Set-HostedConnectionFilterPolicy.md

Lines changed: 8 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -156,13 +156,11 @@ Accept wildcard characters: False
156156
```
157157

158158
### -IPAllowList
159-
The IPAllowList parameter specifies IP addresses from which messages are always allowed. Messages from the IP addresses you specify won't be identified as spam, despite any other spam characteristics of the messages.
159+
The IPAllowList parameter specifies IP addresses from which messages are always allowed. Messages from the IP addresses you specify won't be identified as spam, despite any other spam characteristics of the messages. Valid values are:
160160

161-
You enter the IP addresses using the following syntax:
162-
163-
- Single IP: For example, 192.168.1.1.
164-
- IP range: You can use an IP address range, for example, 192.168.0.1-192.168.0.254.
165-
- CIDR IP: You can use Classless InterDomain Routing (CIDR), for example, 192.168.0.1/25. Valid network mask values are /24 through /32.
161+
- Single IP address: For example, 192.168.1.1.
162+
- IP address range: You can use an IP address range, for example, 192.168.0.1-192.168.0.254. The maximum number of addresses in the range is 256.
163+
- Classless InterDomain Routing (CIDR) IP address range: For example, 192.168.0.1/25. Valid subnet mask values are /24 through /32.
166164

167165
You can specify multiple IP addresses of the same type separated by commas. For example, `SingleIP1, SingleIP2,...SingleIPN` or `CIDRIP1,CIDRIP2,...CIDRIPN`. To specify multiple IP addresses of different types at the same time, you need to use the following multivalued property syntax: `@{Add="SingleIP1","IPRange1","CIDRIP1",...}`.
168166

@@ -180,13 +178,11 @@ Accept wildcard characters: False
180178
```
181179

182180
### -IPBlockList
183-
The IPBlockList parameter specifies IP addresses from which messages are never allowed. Messages from the IP addresses you specify are blocked without any further spam scanning.
184-
185-
You enter the IP addresses using the following syntax:
181+
The IPBlockList parameter specifies IP addresses from which messages are never allowed. Messages from the IP addresses you specify are blocked without any further spam scanning. Valid values are:
186182

187-
- Single IP: For example, 192.168.1.1.
188-
- IP range: You can use an IP address range, for example, 192.168.0.1-192.168.0.254.
189-
- CIDR IP: You can use Classless InterDomain Routing (CIDR), for example, 192.168.0.1/25. Valid network mask values are /24 through /32.
183+
- Single IP address: For example, 192.168.1.1.
184+
- IP address range: You can use an IP address range, for example, 192.168.0.1-192.168.0.254. The maximum number of addresses in the range is 256.
185+
- Classless InterDomain Routing (CIDR) IP address range: For example, 192.168.0.1/25. Valid subnet mask values are /24 through /32.
190186

191187
You can specify multiple IP addresses of the same type separated by commas. For example, `SingleIP1, SingleIP2,...SingleIPN` or `CIDRIP1,CIDRIP2,...CIDRIPN`. To specify multiple IP addresses of different types at the same time, you need to use the following multivalued property syntax: `@{Add="SingleIP1","IPRange1","CIDRIP1",...}`.
192188

exchange/exchange-ps/exchange/Set-InboundConnector.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -203,11 +203,11 @@ Accept wildcard characters: False
203203
### -EFSkipIPs
204204
the EFSkipIPs parameter specifies the source IP addresses to skip in Enhanced Filtering for Connectors when the EFSkipLastIP parameter value is $false. Valid values are:
205205

206-
- A single IP address: For example, 192.168.1.1.
207-
- An IP address range: For example, 192.168.0.1-192.168.0.254.
208-
- Classless Inter-Domain Routing (CIDR) IP: For example, 192.168.3.1/24
206+
- Single IP address: For example, 192.168.1.1.
207+
- IP address range: For example, 192.168.0.1-192.168.0.254.
208+
- Classless InterDomain Routing (CIDR) IP address range: For example, 192.168.3.1/24.
209209

210-
You can specify multiple IP addresses or address range entries separated by commas.
210+
You can specify multiple values separated by commas.
211211

212212
```yaml
213213
Type: MultiValuedProperty
@@ -408,12 +408,12 @@ Accept wildcard characters: False
408408
```
409409

410410
### -SenderIPAddresses
411-
The SenderIPAddresses parameter specifies the remote IPV4 IP addresses from which this connector accepts messages. IPv6 addresses are not supported. You enter the IP addresses using the following syntax:
411+
The SenderIPAddresses parameter specifies the remote IPV4 IP addresses from which this connector accepts messages. IPv6 addresses are not supported. Valid values are:
412412

413-
- Single IP: For example, 192.168.1.1.
414-
- CIDR IP: You can use Classless InterDomain Routing (CIDR). For example, 192.168.0.1/25. Valid subnet mask values are /24 through /32.
413+
- Single IP address: For example, 192.168.1.1.
414+
- Classless InterDomain Routing (CIDR) IP address range: For example, 192.168.0.1/25. Valid subnet mask values are /24 through /32.
415415

416-
You can specify multiple IP addresses separated by commas.
416+
You can specify multiple values separated by commas.
417417

418418
```yaml
419419
Type: MultiValuedProperty

0 commit comments

Comments
 (0)