Skip to content

Commit 8a9cd50

Browse files
authored
Special characters + and # not supported for device ID
1 parent d310ef5 commit 8a9cd50

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/iot-hub/iot-hub-devguide-identity-registry.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ Device identities are represented as JSON documents with the following propertie
8686

8787
| Property | Options | Description |
8888
| --- | --- | --- |
89-
| deviceId |required, read-only on updates |A case-sensitive string (up to 128 characters long) of ASCII 7-bit alphanumeric characters plus certain special characters: `- . + % _ # * ? ! ( ) , : = @ $ '`. |
89+
| deviceId |required, read-only on updates |A case-sensitive string (up to 128 characters long) of ASCII 7-bit alphanumeric characters plus certain special characters: `- . % _ * ? ! ( ) , : = @ $ '`. The special characters: `+ #` are not supported. |
9090
| generationId |required, read-only |An IoT hub-generated, case-sensitive string up to 128 characters long. This value is used to distinguish devices with the same **deviceId**, when they have been deleted and re-created. |
9191
| etag |required, read-only |A string representing a weak ETag for the device identity, as per [RFC7232](https://tools.ietf.org/html/rfc7232). |
9292
| authentication |optional |A composite object containing authentication information and security materials. For more information, see [Authentication Mechanism](/rest/api/iothub/service/devices/get-identity#authenticationmechanism) in the REST API documentation. |
@@ -158,4 +158,4 @@ To try out some of the concepts described in this article, see the following IoT
158158

159159
To explore using the IoT Hub Device Provisioning Service to enable zero-touch, just-in-time provisioning, see:
160160

161-
* [Azure IoT Hub Device Provisioning Service](../iot-dps/index.yml)
161+
* [Azure IoT Hub Device Provisioning Service](../iot-dps/index.yml)

0 commit comments

Comments
 (0)