Skip to content
This repository has been archived by the owner on May 5, 2023. It is now read-only.

[AutoPR eventgrid/data-plane] Replacing # with # #2937

Merged
merged 1 commit into from
Jun 4, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ class DeviceLifeCycleEventProperties {
* @member {string} [deviceId] The unique identifier of the device. This
* case-sensitive string can be up to 128 characters long, and supports ASCII
* 7-bit alphanumeric characters plus the following special characters: - : .
* + % _ # * ? ! ( ) , = @ ; $ '.
* + % _ # * ? ! ( ) , = @ ; $ '.
* @member {string} [hubName] Name of the IoT Hub where the device was
* created or deleted.
* @member {string} [opType] The event type specified for this operation by
Expand Down
2 changes: 1 addition & 1 deletion lib/services/eventgrid/lib/models/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -431,7 +431,7 @@ export interface SubscriptionDeletedEventData {
* @member {string} [deviceId] The unique identifier of the device. This
* case-sensitive string can be up to 128 characters long, and supports ASCII
* 7-bit alphanumeric characters plus the following special characters: - : . +
* % _ # * ? ! ( ) , = @ ; $ '.
* % _ # * ? ! ( ) , = @ ; $ '.
* @member {string} [hubName] Name of the IoT Hub where the device was created
* or deleted.
* @member {string} [opType] The event type specified for this operation by the
Expand Down