|
1 |
| -- name: Azure IoT Hub Device Provisioning Service documentation |
| 1 | +items: |
| 2 | +- name: Azure IoT Hub Device Provisioning Service documentation |
2 | 3 | href: index.yml
|
3 | 4 | - name: Overview
|
4 | 5 | items:
|
|
128 | 129 | href: dps-faq.yml
|
129 | 130 | - name: Reference
|
130 | 131 | items:
|
| 132 | + - name: Libraries and SDKs |
| 133 | + href: libraries-sdks.md |
| 134 | + - name: Azure CLI |
| 135 | + href: /cli/azure/azure-cli-reference-for-IoT |
| 136 | + - name: Azure PowerShell |
| 137 | + href: /powershell/module/az.deviceprovisioningservices |
| 138 | + - name: .NET (Device) |
| 139 | + href: /dotnet/api/microsoft.azure.devices.provisioning.client |
| 140 | + - name: .NET (Service) |
| 141 | + href: /dotnet/api/microsoft.azure.devices.provisioning.service |
| 142 | + - name: Java (Device) |
| 143 | + href: /java/api/com.microsoft.azure.sdk.iot.provisioning.device |
| 144 | + - name: Java (Service) |
| 145 | + href: /java/api/com.microsoft.azure.sdk.iot.provisioning.service |
| 146 | + - name: Node.js (Device) |
| 147 | + href: /javascript/api/overview/azure/iothubdeviceprovisioning |
| 148 | + - name: Node.js (Service) |
| 149 | + href: /javascript/api/overview/azure/iothubdeviceprovisioning |
| 150 | + - name: Node.js (Management) |
| 151 | + href: /javascript/api/overview/azure/iothubdeviceprovisioning |
| 152 | + - name: Python (Device) |
| 153 | + href: /python/api/azure-iot-device/azure.iot.device.aio.provisioningdeviceclient |
| 154 | + - name: Python (Management) |
| 155 | + href: /python/api/azure-mgmt-iothubprovisioningservices |
| 156 | + - name: Azure IoT SDK for C API documentation |
| 157 | + href: /azure/iot-hub/iot-c-sdk-ref |
131 | 158 | - name: REST API
|
132 | 159 | href: /rest/api/iot-dps
|
133 | 160 | - name: Resource Manager template
|
134 | 161 | href: /azure/templates/microsoft.devices/deviceprovisioning-allversions
|
135 |
| - - name: Azure IoT SDK for C |
136 |
| - href: https://github.com/Azure/azure-iot-sdk-c |
137 |
| - - name: Azure IoT SDK for Python |
138 |
| - href: https://github.com/Azure/azure-iot-sdk-python |
139 |
| - - name: Azure IoT SDK for Node.js |
140 |
| - href: https://github.com/Azure/azure-iot-sdk-node |
141 |
| - - name: Azure IoT SDK for Java |
142 |
| - href: https://github.com/Azure/azure-iot-sdk-java |
143 |
| - - name: Azure IoT SDK for .NET |
144 |
| - href: https://github.com/Azure/azure-iot-sdk-csharp |
145 |
| - - name: Azure CLI |
146 |
| - href: /cli/azure/azure-cli-reference-for-IoT |
147 | 162 | - name: Resources
|
148 | 163 | items:
|
149 | 164 | - name: Support and help options
|
|
166 | 181 | href: ../time-series-insights/index.yml
|
167 | 182 | - name: IoT device developer
|
168 | 183 | href: ../iot-develop/index.yml
|
169 |
| - - name: Azure IoT SDKs |
170 |
| - items: |
171 |
| - - name: IoT Service SDKs |
172 |
| - href: ../iot-hub/iot-hub-devguide-sdks.md#azure-iot-hub-service-sdks |
173 |
| - - name: IoT Device SDKs |
174 |
| - href: ../iot-hub/iot-hub-devguide-sdks.md#azure-iot-hub-device-sdks |
175 | 184 | - name: Azure IoT samples
|
176 | 185 | items:
|
177 | 186 | - name: C# (.NET)
|
|
0 commit comments