Skip to content
Closed
Show file tree
Hide file tree
Changes from 1 commit
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
Prev Previous commit
Next Next commit
[AutoPR iothub/resource-manager] typo: iothub/resource-manager/Micros…
…oft.Devices (#2797)

* Generated from c9850dabd0f3f3668768195696707797906ed6c4

typo: iothub/resource-manager/Microsoft.Devices

- Double word "the"
- Thehub -> The hub
- Double word "state"
- avrodeflate -> avroDeflate

* Generated from 4be51c5881be7e57488908295616dc49cfe310d0

typo: iothub/resource-manager/Microsoft.Devices

- Double word "the"
- Thehub -> The hub
- Double word "state"
  • Loading branch information
AutorestCI authored Dec 17, 2018
commit 152e27de5dcb53bbd4fed398e74a5e3e302b78c4
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public class IotHubProperties {
private String provisioningState;

/**
* Thehub state state.
* The hub state.
*/
@JsonProperty(value = "state", access = JsonProperty.Access.WRITE_ONLY)
private String state;
Expand Down Expand Up @@ -168,7 +168,7 @@ public String provisioningState() {
}

/**
* Get thehub state state.
* Get the hub state.
*
* @return the state value
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
*/
public class StorageEndpointProperties {
/**
* The period of time for which the the SAS URI generated by IoT Hub for
* file upload is valid. See:
* 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.
*/
@JsonProperty(value = "sasTtlAsIso8601")
Expand All @@ -39,7 +39,7 @@ public class StorageEndpointProperties {
private String containerName;

/**
* Get the period of time for which the 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.
* Get 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.
*
* @return the sasTtlAsIso8601 value
*/
Expand All @@ -48,7 +48,7 @@ public Period sasTtlAsIso8601() {
}

/**
* Set the period of time for which the 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.
* Set 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.
*
* @param sasTtlAsIso8601 the sasTtlAsIso8601 value to set
* @return the StorageEndpointProperties object itself.
Expand Down