Skip to content

Commit bd39c13

Browse files
authored
Merge pull request #103149 from DCtheGeek/dmc-policy-ghi47358
Fixes MicrosoftDocs/azure-docs#47358 - Added case clarification
2 parents 0c277e1 + 4180c26 commit bd39c13

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

articles/governance/policy/concepts/definition-structure.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -303,9 +303,11 @@ When using the **like** and **notLike** conditions, you provide a wildcard `*` i
303303
The value shouldn't have more than one wildcard `*`.
304304

305305
When using the **match** and **notMatch** conditions, provide `#` to match a digit, `?` for a
306-
letter, `.` to match any character, and any other character to match that actual character.
307-
**match** and **notMatch** are case-sensitive. Case-insensitive alternatives are available in
308-
**matchInsensitively** and **notMatchInsensitively**. For examples, see [Allow several name patterns](../samples/allow-multiple-name-patterns.md).
306+
letter, `.` to match any character, and any other character to match that actual character. While,
307+
**match** and **notMatch** are case-sensitive, all other conditions that evaluate a _stringValue_
308+
are case-insensitive. Case-insensitive alternatives are available in **matchInsensitively** and
309+
**notMatchInsensitively**. For examples, see
310+
[Allow several name patterns](../samples/allow-multiple-name-patterns.md).
309311

310312
### Fields
311313

0 commit comments

Comments
 (0)