Skip to content
This repository was archived by the owner on May 5, 2023. It is now read-only.
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
6 changes: 3 additions & 3 deletions lib/services/iothub/lib/models/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -498,7 +498,7 @@ export interface RoutingProperties {
* The properties of the Azure Storage endpoint for file upload.
*
* @member {moment.duration} [sasTtlAsIso8601] The period of time for which the
* the SAS URI generated by IoT Hub for file upload is valid. See:
* SAS URI generated by IoT Hub for file upload is valid. See:
* https://docs.microsoft.com/azure/iot-hub/iot-hub-devguide-file-upload#file-upload-notification-configuration-options.
* @member {string} connectionString The connection string for the Azure
* Storage account to which files are uploaded.
Expand Down Expand Up @@ -622,7 +622,7 @@ export interface IotHubPropertiesDeviceStreams {
* use to secure a connection to the IoT hub.
* @member {array} [ipFilterRules] The IP filter rules.
* @member {string} [provisioningState] The provisioning state.
* @member {string} [state] Thehub state state.
* @member {string} [state] The hub state.
* @member {string} [hostName] The name of the host.
* @member {object} [eventHubEndpoints] The Event Hub-compatible endpoint
* properties. The possible keys to this dictionary are events and
Expand Down Expand Up @@ -771,7 +771,7 @@ export interface Resource extends BaseResource {
* policies you can use to secure a connection to the IoT hub.
* @member {array} [properties.ipFilterRules] The IP filter rules.
* @member {string} [properties.provisioningState] The provisioning state.
* @member {string} [properties.state] Thehub state state.
* @member {string} [properties.state] The hub state.
* @member {string} [properties.hostName] The name of the host.
* @member {object} [properties.eventHubEndpoints] The Event Hub-compatible
* endpoint properties. The possible keys to this dictionary are events and
Expand Down
2 changes: 1 addition & 1 deletion lib/services/iothub/lib/models/iotHubDescription.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ class IotHubDescription extends models['Resource'] {
* policies you can use to secure a connection to the IoT hub.
* @member {array} [properties.ipFilterRules] The IP filter rules.
* @member {string} [properties.provisioningState] The provisioning state.
* @member {string} [properties.state] Thehub state state.
* @member {string} [properties.state] The hub state.
* @member {string} [properties.hostName] The name of the host.
* @member {object} [properties.eventHubEndpoints] The Event Hub-compatible
* endpoint properties. The possible keys to this dictionary are events and
Expand Down
2 changes: 1 addition & 1 deletion lib/services/iothub/lib/models/iotHubProperties.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class IotHubProperties {
* use to secure a connection to the IoT hub.
* @member {array} [ipFilterRules] The IP filter rules.
* @member {string} [provisioningState] The provisioning state.
* @member {string} [state] Thehub state state.
* @member {string} [state] The hub state.
* @member {string} [hostName] The name of the host.
* @member {object} [eventHubEndpoints] The Event Hub-compatible endpoint
* properties. The possible keys to this dictionary are events and
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class StorageEndpointProperties {
/**
* Create a StorageEndpointProperties.
* @member {moment.duration} [sasTtlAsIso8601] The period of time for which
* the the SAS URI generated by IoT Hub for file upload is valid. See:
* the SAS URI generated by IoT Hub for file upload is valid. See:
* https://docs.microsoft.com/azure/iot-hub/iot-hub-devguide-file-upload#file-upload-notification-configuration-options.
* @member {string} connectionString The connection string for the Azure
* Storage account to which files are uploaded.
Expand Down