Skip to content

Commit 8582555

Browse files
committed
Draft, in progress
1 parent 968c27b commit 8582555

File tree

1 file changed

+63
-48
lines changed

1 file changed

+63
-48
lines changed

articles/iot-hub/TOC.yml

Lines changed: 63 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,6 @@
228228
href: ../iot/iot-security-best-practices.md?context=%2fazure%2fiot-hub%2frc%2frc
229229
- name: IoT security architecture
230230
href: ../iot/iot-security-architecture.md?context=%2fazure%2fiot-hub%2frc%2frc
231-
232231
- name: How-to guides
233232
items:
234233
- name: Manage
@@ -477,7 +476,6 @@
477476
href: how-to-collect-device-logs.md
478477
- name: Migrate TLS certificate root
479478
href: migrate-tls-certificate.md
480-
481479
- name: Reference
482480
items:
483481
- name: Azure CLI
@@ -486,52 +484,69 @@
486484
- name: Azure PowerShell
487485
displayName: Az.IotHub
488486
href: /powershell/module/az.iothub#iothub
489-
- name: .NET (Device)
490-
displayName: Microsoft.Azure.Devices.Client
491-
href: /dotnet/api/microsoft.azure.devices.client
492-
- name: .NET (Service)
493-
displayName: Microsoft.Azure.Devices
494-
href: /dotnet/api/microsoft.azure.devices
495-
- name: .NET (Management)
496-
displayName: Microsoft.Azure.Management.DeviceUpdate, Microsoft.Azure.Management.DeviceUpdate.Models, Microsoft.Azure.Management.IotHub, Microsoft.Azure.Management.IotHub.Models
497-
href: /dotnet/api/microsoft.azure.management.iothub.models
498-
- name: Java (Device)
499-
displayName: com.microsoft.azure.sdk.iot.device
500-
href: /java/api/com.microsoft.azure.sdk.iot.device
501-
- name: Java (Service)
502-
displayName: com.microsoft.azure.sdk.iot.service
503-
href: /java/api/com.microsoft.azure.sdk.iot.service
504-
- name: Java (Management)
505-
displayName: Java Development Kit, JDK
506-
href: /java/api/overview/azure/resourcemanager-iothub-readme
507-
- name: Node.js (Device)
508-
displayName: azure-iot-device, JavaScript
509-
href: /javascript/api/azure-iot-device/
510-
- name: Node.js (Service)
511-
displayName: azure-iothub, JavaScript
512-
href: /javascript/api/azure-iothub/
513-
- name: Node.js (Management)
514-
displayName: JavaScript
515-
href: /javascript/api/overview/azure/iot-hub
516-
- name: Python (Device)
517-
displayName: azure-iot-device
518-
href: /python/api/azure-iot-device
519-
- name: Python (Service)
520-
displayName: azure-iot-hub
521-
href: /python/api/azure-iot-hub
522-
- name: Python (Management)
523-
displayName: azure-mgmt-iothub
524-
href: /python/api/azure-mgmt-iothub
525-
- name: C device SDK
526-
href: https://github.com/Azure/azure-iot-sdk-c/
527-
- name: REST (Device)
528-
href: /rest/api/iothub/device
529-
- name: REST (Service)
530-
href: /rest/api/iothub/service/configuration
531-
- name: REST (IoT Hub Resource)
532-
href: /rest/api/iothub/iothubresource
533-
- name: REST (Certificates)
534-
href: /rest/api/iothub/certificates
487+
- name: .NET
488+
items:
489+
- name: Device
490+
displayName: .NET, Microsoft.Azure.Devices.Client
491+
href: /dotnet/api/microsoft.azure.devices.client
492+
- name: Service
493+
displayName: .NET, Microsoft.Azure.Devices
494+
href: /dotnet/api/microsoft.azure.devices
495+
- name: Management
496+
displayName: .NET, Microsoft.Azure.Management.DeviceUpdate, Microsoft.Azure.Management.DeviceUpdate.Models, Microsoft.Azure.Management.IotHub, Microsoft.Azure.Management.IotHub.Models
497+
href: /dotnet/api/microsoft.azure.management.iothub.models
498+
- name: Java
499+
items:
500+
- name: Device
501+
displayName: Java, com.microsoft.azure.sdk.iot.device
502+
href: /java/api/com.microsoft.azure.sdk.iot.device
503+
- name: Service
504+
displayName: Java, com.microsoft.azure.sdk.iot.service
505+
href: /java/api/com.microsoft.azure.sdk.iot.service
506+
- name: Management
507+
displayName: Java, Java Development Kit, JDK
508+
href: /java/api/overview/azure/resourcemanager-iothub-readme
509+
- name: Node.js
510+
items:
511+
- name: Device
512+
displayName: Node.js, azure-iot-device, JavaScript
513+
href: /javascript/api/azure-iot-device/
514+
- name: Service
515+
displayName: Node.js, azure-iothub, JavaScript
516+
href: /javascript/api/azure-iothub/
517+
- name: Management
518+
displayName: Node.js, JavaScript
519+
href: /javascript/api/overview/azure/iot-hub
520+
- name: Python
521+
items:
522+
- name: Device
523+
displayName: Python, azure-iot-device
524+
href: /python/api/azure-iot-device
525+
- name: Service
526+
displayName: Python, azure-iot-hub
527+
href: /python/api/azure-iot-hub
528+
- name: Management
529+
displayName: Puthon, azure-mgmt-iothub
530+
href: /python/api/azure-mgmt-iothub
531+
- name: C
532+
items:
533+
- name: C SDKs and Libraries
534+
displayName: C, Device Client SDK, Provisioning Client SDK
535+
href: https://github.com/Azure/azure-iot-sdk-c/
536+
- name: REST
537+
items:
538+
- name: Device
539+
displayName: REST, /rest/api/iothub/device
540+
href: /rest/api/iothub/device
541+
- name: Service
542+
displayName: REST, /rest/api/iothub/service/configuration
543+
href: /rest/api/iothub/service/configuration
544+
- name: IoT Hub Resource
545+
displayName: REST, /rest/api/iothub/iothubresource
546+
href: /rest/api/iothub/iothubresource
547+
- name: Certificates
548+
displayName: REST, /rest/api/iothub/certificates
549+
href: /rest/api/iothub/certificates
535550
- name: Resource Manager template
536551
displayName: Microsoft.Devices, IotHubs/certificates, IotHubs/eventHubEndpoints/ConsumerGroups, IotHubs/privateEndpointConnections
537552
href: /azure/templates/microsoft.devices/iothub-allversions

0 commit comments

Comments
 (0)