Skip to content

IoT hub: API version should be in URL querystring format (missing a '?') #13

Open
@MrWFoulkes

Description

@MrWFoulkes

In the IoT hub examples, the username is set to "<broker>/<device id>/api-version=2018-06-30":

It should be "<broker>/<device id>/?api-version=2018-06-30".

According to IoT hub docs here: https://docs.microsoft.com/en-us/azure/iot-hub/iot-hub-mqtt-support

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      IoT hub: API version should be in URL querystring format (missing a '?') · Issue #13 · arduino/ArduinoCloudProviderExamples