Skip to content

Commit 7d3d95b

Browse files
authored
Merge pull request #105014 from ArvindHarinder1/patch-81
remove includes from not supported note
2 parents e9742b4 + da8910a commit 7d3d95b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,10 +93,12 @@ Scoping filters are configured as part of the attribute mappings for each Azure
9393
i. **Greater_Than.** Clause returns "true" if the evaluated attribute is greater than the value. The value specified on the scoping filter must be an integer and the attribute on the user must be an integer [0,1,2,...].
9494

9595
j. **Greater_Than_OR_EQUALS.** Clause returns "true" if the evaluated attribute is greater than or equal to the value. The value specified on the scoping filter must be an integer and the attribute on the user must be an integer [0,1,2,...].
96+
97+
k. **Includes.** Clause returns "true" if the evaluated attribute contains the string value (case sensitive) as described [here](https://docs.microsoft.com/dotnet/api/system.string.contains?view=netframework-4.8).
9698

9799

98100
>[!IMPORTANT]
99-
> The Includes and IsMemberOf filters are not supported. They will soon be removed from the UI.
101+
> The IsMemberOf filter is not supported currently.
100102
101103
9. Optionally, repeat steps 7-8 to add more scoping clauses.
102104

0 commit comments

Comments
 (0)