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

Commit

Permalink
Generated from 1d9c31e6e708e24c113c484de31e535fb77e9124 (#2937)
Browse files Browse the repository at this point in the history
Replacing # with #
  • Loading branch information
AutorestCI authored Jun 4, 2018
1 parent fc69b71 commit 68fac80
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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

0 comments on commit 68fac80

Please sign in to comment.