From 95153d79627828983e9d7cbb8e66598b444656cd Mon Sep 17 00:00:00 2001 From: Azure SDK for Python bot Date: Fri, 1 Jun 2018 21:15:21 +0000 Subject: [PATCH] Generated from 1d9c31e6e708e24c113c484de31e535fb77e9124 Replacing # with # --- .../eventgrid/lib/models/deviceLifeCycleEventProperties.js | 2 +- lib/services/eventgrid/lib/models/index.d.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/services/eventgrid/lib/models/deviceLifeCycleEventProperties.js b/lib/services/eventgrid/lib/models/deviceLifeCycleEventProperties.js index 11f8200caa..a02e3019bc 100644 --- a/lib/services/eventgrid/lib/models/deviceLifeCycleEventProperties.js +++ b/lib/services/eventgrid/lib/models/deviceLifeCycleEventProperties.js @@ -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 diff --git a/lib/services/eventgrid/lib/models/index.d.ts b/lib/services/eventgrid/lib/models/index.d.ts index 4681de328b..9a1c9d0941 100644 --- a/lib/services/eventgrid/lib/models/index.d.ts +++ b/lib/services/eventgrid/lib/models/index.d.ts @@ -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