Skip to content

Commit c1e79af

Browse files
authored
Merge pull request #112425 from spelluru/labstoc0422
articles not in TOC
2 parents 9d11c5d + fda90eb commit c1e79af

File tree

7 files changed

+32
-14
lines changed

7 files changed

+32
-14
lines changed

articles/lab-services/TOC.yml

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,28 @@
2020
href: https://github.com/Azure/azure-devtestlab/tree/master/samples/DevTestLabs/QuickStartTemplates
2121
- name: Azure PowerShell
2222
href: samples-powershell.md
23+
items:
24+
- name: Add an external user to a lab
25+
href: scripts/add-external-user-to-lab.md
26+
- name: Add marketplace images to a lab
27+
href: scripts/add-marketplace-images-to-lab.md
28+
- name: Create a custom image from a VHD
29+
href: scripts/create-custom-image-from-vhd.md
30+
- name: Create a custom role in a lab
31+
href: scripts/create-custom-role-in-lab.md
32+
- name: Set allowed VM sizes in a lab
33+
href: scripts/set-allowed-vm-sizes-in-lab.md
2334
- name: Azure PowerShell - Az.DevTestLabs2 module
2435
href: https://github.com/Azure/azure-devtestlab/tree/master/samples/DevTestLabs/Modules/Library
2536
- name: Azure CLI
26-
href: samples-cli.md
37+
href: samples-cli.md
38+
items:
39+
- name: Create and verify availability of a VM
40+
href: scripts/create-verify-virtual-machine-in-lab-cli.md
41+
- name: Start a VM
42+
href: scripts/start-connect-virtual-machine-in-lab-cli.md
43+
- name: Stop and delete a VM
44+
href: scripts/stop-delete-virtual-machine-in-lab-cli.md
2745
- name: Concepts
2846
items:
2947
- name: DevTest Labs concepts

articles/lab-services/samples-cli.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ The following table includes links to bash scripts built using the Azure CLI scr
2222

2323
| | |
2424
|---|---|
25-
| [Create and verify availability of a VM](scripts/create-verify-virtual-machine-in-lab-cli.md?toc=%2fcli%2fazure%2ftoc.json) | Creates a Windows virtual machine with minimal configuration. |
26-
| [Start a VM](scripts/start-connect-virtual-machine-in-lab-cli.md?toc=%2fcli%2fazure%2ftoc.json) | Starts a VM. |
27-
| [Stop and delete a VM](scripts/stop-delete-virtual-machine-in-lab-cli.md?toc=%2fcli%2fazure%2ftoc.json) | Stops and deletes a VM. |
25+
| [Create and verify availability of a VM](scripts/create-verify-virtual-machine-in-lab-cli.md) | Creates a Windows virtual machine with minimal configuration. |
26+
| [Start a VM](scripts/start-connect-virtual-machine-in-lab-cli.md) | Starts a VM. |
27+
| [Stop and delete a VM](scripts/stop-delete-virtual-machine-in-lab-cli.md) | Stops and deletes a VM. |

articles/lab-services/samples-powershell.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ms.workload: na
1111
ms.tgt_pltfrm: na
1212
ms.devlang: na
1313
ms.topic: article
14-
ms.date: 04/12/2018
14+
ms.date: 04/22/2020
1515
ms.author: spelluru
1616
---
1717

@@ -21,9 +21,9 @@ The following table includes links to sample Azure PowerShell scripts for Azure
2121

2222
| | |
2323
|---|---|
24-
|[Add an external user to a lab](scripts/add-external-user-to-lab.md?toc=%2fpowershell%2fmodule%2ftoc.json)| This PowerShell script adds an external user to a lab in Azure DevTest Labs. |
25-
|[Add marketplace images to a lab](scripts/add-marketplace-images-to-lab.md?toc=%2fpowershell%2fmodule%2ftoc.json)| This PowerShell script adds marketplace images to a lab in Azure DevTest Labs. |
26-
|[Create a custom image from a VHD](scripts/create-custom-image-from-vhd.md?toc=%2fpowershell%2fmodule%2ftoc.json)| This PowerShell script creates a custom image in a lab in Azure DevTest Labs. |
27-
|[Create a custom role in a lab](scripts/create-custom-role-in-lab.md?toc=%2fpowershell%2fmodule%2ftoc.json)| This PowerShell script creates a custom role in a lab in Azure Lab Services. |
28-
|[Set allowed VM sizes in a lab](scripts/set-allowed-vm-sizes-in-lab.md?toc=%2fpowershell%2fmodule%2ftoc.json)| This PowerShell script sets allowed virtual machine (VM) sizes in a lab. |
24+
|[Add an external user to a lab](scripts/add-external-user-to-lab.md)| This PowerShell script adds an external user to a lab in Azure DevTest Labs. |
25+
|[Add marketplace images to a lab](scripts/add-marketplace-images-to-lab.md)| This PowerShell script adds marketplace images to a lab in Azure DevTest Labs. |
26+
|[Create a custom image from a VHD](scripts/create-custom-image-from-vhd.md)| This PowerShell script creates a custom image in a lab in Azure DevTest Labs. |
27+
|[Create a custom role in a lab](scripts/create-custom-role-in-lab.md)| This PowerShell script creates a custom role in a lab in Azure Lab Services. |
28+
|[Set allowed VM sizes in a lab](scripts/set-allowed-vm-sizes-in-lab.md)| This PowerShell script sets allowed virtual machine (VM) sizes in a lab. |
2929

articles/lab-services/scripts/add-external-user-to-lab.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ms.workload: na
1111
ms.tgt_pltfrm: na
1212
ms.devlang: na
1313
ms.topic: article
14-
ms.date: 01/24/2020
14+
ms.date: 04/22/2020
1515
ms.author: spelluru
1616
---
1717

articles/lab-services/scripts/add-marketplace-images-to-lab.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ms.workload: na
1111
ms.tgt_pltfrm: na
1212
ms.devlang: na
1313
ms.topic: article
14-
ms.date: 01/16/2020
14+
ms.date: 04/22/2020
1515
ms.author: spelluru
1616
---
1717

articles/lab-services/scripts/create-custom-role-in-lab.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ms.workload: na
1111
ms.tgt_pltfrm: na
1212
ms.devlang: na
1313
ms.topic: article
14-
ms.date: 01/24/2020
14+
ms.date: 04/22/2020
1515
ms.author: spelluru
1616
---
1717

articles/lab-services/scripts/set-allowed-vm-sizes-in-lab.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ms.workload: na
1111
ms.tgt_pltfrm: na
1212
ms.devlang: na
1313
ms.topic: article
14-
ms.date: 01/24/2020
14+
ms.date: 04/24/2020
1515
ms.author: spelluru
1616
---
1717

0 commit comments

Comments
 (0)