Skip to content

Commit 57304c8

Browse files
(AzureCXP) fixes MicrosoftDocs/azure-docs#110977
Performed changes in line no.145 and 146 Changed from .\*@domain.com changed to .*\@domain.com
1 parent 9285500 commit 57304c8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/active-directory/app-provisioning/define-conditional-rules-for-provisioning-user-accounts.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,8 +142,8 @@ Scoping filters are configured as part of the attribute mappings for each Azure
142142
## Common scoping filters
143143
| Target Attribute| Operator | Value | Description|
144144
|----|----|----|----|
145-
|userPrincipalName|REGEX MATCH|`.\*@domain.com`|All users with `userPrincipal` that have the domain `@domain.com` are in scope for provisioning. |
146-
|userPrincipalName|NOT REGEX MATCH|`.\*@domain.com`|All users with `userPrincipal` that has the domain `@domain.com` are out of scope for provisioning. |
145+
|userPrincipalName|REGEX MATCH|`.*\@domain.com`|All users with `userPrincipal` that have the domain `@domain.com` are in scope for provisioning. |
146+
|userPrincipalName|NOT REGEX MATCH|`.*\@domain.com`|All users with `userPrincipal` that has the domain `@domain.com` are out of scope for provisioning. |
147147
|department|EQUALS|`sales`|All users from the sales department are in scope for provisioning|
148148
|workerID|REGEX MATCH|`(1[0-9][0-9][0-9][0-9][0-9][0-9])`| All employees with `workerID` between 1000000 and 2000000 are in scope for provisioning.|
149149

0 commit comments

Comments
 (0)