Skip to content

Commit 0ded38b

Browse files
authored
Merge branch 'master' into chrisda
2 parents 7ddd89c + 9e4dc01 commit 0ded38b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

exchange/exchange-ps/exchange/advanced-threat-protection/Set-SafeLinksPolicy.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ Accept wildcard characters: False
219219
```
220220
221221
### -ExcludedUrls
222-
The ExcludedUrls parameter specifies a URL that's skipped by Safe Links scanning. You can specify multiple values separated by commas.
222+
The ExcludedUrls parameter has been deprecated. Use the DoNotRewriteUrls parameter instead. If you have any scripts that use the ExcludedUrls parameter, update them to use the DoNotRewriteUrls parameter.
223223
224224
```yaml
225225
Type: String[]
@@ -307,7 +307,7 @@ Accept wildcard characters: False
307307
```
308308
309309
### -WhiteListedUrls
310-
This parameter is reserved for internal Microsoft use.
310+
The WhiteListedUrls parameter has been deprecated. Use the DoNotRewriteUrls parameter instead. If you have any scripts that use the WhiteListedUrls parameter, update them to use the DoNotRewriteUrls parameter.
311311
312312
```yaml
313313
Type: String

0 commit comments

Comments
 (0)