Skip to content

Typo "Azure IoT hub"→"Azure IoT Hub" #1227

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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
10 changes: 5 additions & 5 deletions docs-ref-autogen/azure-iot-device/index.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ functions:
parameters:
- id: hostName
type: string
description: Hostname of the Azure IoT hub.
description: Hostname of the Azure IoT Hub.
- id: deviceId
type: string
description: Unique device identifier.
Expand All @@ -46,7 +46,7 @@ functions:
parameters:
- id: hostName
type: string
description: Hostname of the Azure IoT hub.
description: Hostname of the Azure IoT Hub.
- id: deviceId
type: string
description: |
Expand Down Expand Up @@ -100,7 +100,7 @@ functions:
package: azure-iot-device
summary: >-
Creates a shared access signature token to authenticate a device
connection with an Azure IoT hub.
connection with an Azure IoT Hub.
remarks: ''
isPreview: false
isDeprecated: false
Expand All @@ -111,7 +111,7 @@ functions:
parameters:
- id: host
type: string
description: Hostname of the Azure IoT hub.
description: Hostname of the Azure IoT Hub.
- id: deviceId
type: string
description: Unique device identifier as it exists in the device registry.
Expand All @@ -124,7 +124,7 @@ functions:
Expiry time for the token that will be created.
return:
type: SharedAccessSignature
description: A shared access signature to be used to connect with an Azure IoT hub.
description: A shared access signature to be used to connect with an Azure IoT Hub.
- name: getUserAgentString(NoErrorCallback<string>)
uid: azure-iot-device.getUserAgentString
package: azure-iot-device
Expand Down