Skip to content

Commit 0fd0441

Browse files
committed
Metadata and filename refresh -- module twins
1 parent f7d99f6 commit 0fd0441

27 files changed

+98
-63
lines changed

articles/iot-hub/.openpublishing.redirection.iot-hub.json

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -591,6 +591,36 @@
591591
"redirect_url": "/azure/iot-hub/device-twins-python",
592592
"redirect_document_id": true
593593
},
594+
{
595+
"source_path_from_root": "/articles/iot-hub/iot-hub-node-node-module-twin-getstarted.md",
596+
"redirect_url": "/azure/iot-hub/module-twins-node",
597+
"redirect_document_id": true
598+
},
599+
{
600+
"source_path_from_root": "/articles/iot-hub/iot-hub-c-c-module-twin-getstarted.md",
601+
"redirect_url": "/azure/iot-hub/module-twins-c",
602+
"redirect_document_id": true
603+
},
604+
{
605+
"source_path_from_root": "/articles/iot-hub/iot-hub-csharp-csharp-module-twin-getstarted.md",
606+
"redirect_url": "/azure/iot-hub/module-twins-dotnet",
607+
"redirect_document_id": true
608+
},
609+
{
610+
"source_path_from_root": "/articles/iot-hub/iot-hub-python-python-module-twin-getstarted.md",
611+
"redirect_url": "/azure/iot-hub/module-twins-python",
612+
"redirect_document_id": true
613+
},
614+
{
615+
"source_path_from_root": "/articles/iot-hub/iot-hub-portal-csharp-module-twin-getstarted.md",
616+
"redirect_url": "/azure/iot-hub/module-twins-portal-dotnet",
617+
"redirect_document_id": true
618+
},
619+
{
620+
"source_path_from_root": "/articles/iot-hub/module-twin-getstarted-cli.md",
621+
"redirect_url": "/azure/iot-hub/module-twins-cli",
622+
"redirect_document_id": true
623+
},
594624
{
595625
"source_path_from_root": "/articles/iot-hub/iot-hub-gateway-sdk-physical-device.md",
596626
"redirect_url": "/azure/iot-hub/iot-hub-iot-edge-physical-device",

articles/iot-hub/TOC.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -359,22 +359,22 @@
359359
items:
360360
- name: Portal
361361
displayName: module twins, module identity
362-
href: iot-hub-portal-csharp-module-twin-getstarted.md
362+
href: module-twins-portal-dotnet.md
363363
- name: CLI
364364
displayName: module twins, module identity
365-
href: module-twin-getstarted-cli.md
365+
href: module-twins-cli.md
366366
- name: .NET
367367
displayName: module twins, module identity
368-
href: iot-hub-csharp-csharp-module-twin-getstarted.md
368+
href: module-twins-dotnet.md
369369
- name: Python
370370
displayName: module twins, module identity
371-
href: iot-hub-python-python-module-twin-getstarted.md
371+
href: module-twins-python.md
372372
- name: Node.js
373373
displayName: module twins, module identity
374-
href: iot-hub-node-node-module-twin-getstarted.md
374+
href: module-twins-node.md
375375
- name: C
376376
displayName: module twins, module identity
377-
href: iot-hub-c-c-module-twin-getstarted.md
377+
href: module-twins-c.md
378378
- name: Get started with device management
379379
items:
380380
- name: CLI

articles/iot-hub/iot-hub-devguide-module-twins.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,4 +327,4 @@ The module app can ignore all notifications with `$version` less or equal than t
327327

328328
To try out some of the concepts described in this article, see the following IoT Hub tutorials:
329329

330-
* [Get started with IoT Hub module identity and module twin using .NET back end and .NET device](iot-hub-csharp-csharp-module-twin-getstarted.md)
330+
* [Get started with IoT Hub module identity and module twin using .NET back end and .NET device](module-twins-dotnet.md)

0 commit comments

Comments
 (0)