Skip to content

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

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
8 changes: 4 additions & 4 deletions docs-ref-autogen/azure-iothub/index.yml
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ functions:
package: azure-iothub
summary: >-
Creates a shared access signature token to authenticate a service
connection with an Azure IoT hub.
connection with an Azure IoT Hub.
remarks: ''
isPreview: false
isDeprecated: false
Expand All @@ -236,11 +236,11 @@ functions:
parameters:
- id: host
type: string
description: Hostname of the Azure IoT hub.
description: Hostname of the Azure IoT Hub.
- id: policy
type: string
description: >-
Name of the policy to use to connect to the Azure IoT hub (typically
Name of the policy to use to connect to the Azure IoT Hub (typically
`ServiceConnect`, `iothubowner` etc. See [Control access to your
Azure IoT
hub](https://docs.microsoft.com/en-us/azure/iot-hub/iot-hub-devguide-security).
Expand All @@ -253,4 +253,4 @@ 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.