From 18c8bc3b17ad0bd4363052b70c6000e453bdfadd Mon Sep 17 00:00:00 2001 From: Azure SDK for Python bot Date: Mon, 4 Jun 2018 13:23:04 -0700 Subject: [PATCH] Generated from 1d9c31e6e708e24c113c484de31e535fb77e9124 (#1947) (#1957) Replacing # with # --- services/eventgrid/2018-01-01/eventgrid/models.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/services/eventgrid/2018-01-01/eventgrid/models.go b/services/eventgrid/2018-01-01/eventgrid/models.go index 68af51e5249a..3d2e9aaf5038 100644 --- a/services/eventgrid/2018-01-01/eventgrid/models.go +++ b/services/eventgrid/2018-01-01/eventgrid/models.go @@ -155,7 +155,7 @@ type ContainerRegistryImagePushedEventData struct { // DeviceLifeCycleEventProperties schema of the Data property of an EventGridEvent for a device life cycle event // (DeviceCreated, DeviceDeleted). type DeviceLifeCycleEventProperties struct { - // 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: - : . + % _ # * ? ! ( ) , = @ ; $ '. + // 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: - : . + % _ # * ? ! ( ) , = @ ; $ '. DeviceID *string `json:"deviceId,omitempty"` // HubName - Name of the IoT Hub where the device was created or deleted. HubName *string `json:"hubName,omitempty"` @@ -272,7 +272,7 @@ type EventHubCaptureFileCreatedEventData struct { // IotHubDeviceCreatedEventData event data for Microsoft.Devices.DeviceCreated event. type IotHubDeviceCreatedEventData struct { - // 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: - : . + % _ # * ? ! ( ) , = @ ; $ '. + // 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: - : . + % _ # * ? ! ( ) , = @ ; $ '. DeviceID *string `json:"deviceId,omitempty"` // HubName - Name of the IoT Hub where the device was created or deleted. HubName *string `json:"hubName,omitempty"` @@ -286,7 +286,7 @@ type IotHubDeviceCreatedEventData struct { // IotHubDeviceDeletedEventData event data for Microsoft.Devices.DeviceDeleted event. type IotHubDeviceDeletedEventData struct { - // 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: - : . + % _ # * ? ! ( ) , = @ ; $ '. + // 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: - : . + % _ # * ? ! ( ) , = @ ; $ '. DeviceID *string `json:"deviceId,omitempty"` // HubName - Name of the IoT Hub where the device was created or deleted. HubName *string `json:"hubName,omitempty"`