Skip to content
Merged
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 packages/@azure/arm-iothub/lib/models/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -647,8 +647,8 @@ export interface RoutingProperties {
*/
export interface StorageEndpointProperties {
/**
* @member {string} [sasTtlAsIso8601] The period of time for which the the
* SAS URI generated by IoT Hub for file upload is valid. See:
* @member {string} [sasTtlAsIso8601] The period of time for which 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.
*/
sasTtlAsIso8601?: string;
Expand Down Expand Up @@ -796,7 +796,7 @@ export interface IotHubProperties {
*/
readonly provisioningState?: string;
/**
* @member {string} [state] Thehub state state.
* @member {string} [state] The hub state.
* **NOTE: This property will not be serialized. It can only be populated by
* the server.**
*/
Expand Down