Skip to content

Commit 3068626

Browse files
authored
Merge pull request #174973 from anastasia-ms/edgedeploy
Edge Devices: Clarify restrictions for target condition keys
2 parents 67c1914 + 68538ae commit 3068626

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

articles/iot-edge/module-deployment-monitoring.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ Consider these constraints when you construct a target condition:
7575
* Double quotes aren't allowed in any portion of the target condition. Use single quotes.
7676
* Single quotes represent the values of the target condition. Therefore, you must escape the single quote with another single quote if it's part of the device name. For example, to target a device called `operator'sDevice`, write `deviceId='operator''sDevice'`.
7777
* Numbers, letters, and the following characters are allowed in target condition values: `-:.+%_#*?!(),=@;$`.
78+
* The following characters are not allowed in target condition keys:`/;`.
7879

7980
### Priority
8081

0 commit comments

Comments
 (0)