You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/lab-services/samples-cli.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,6 +22,6 @@ The following table includes links to bash scripts built using the Azure CLI scr
22
22
23
23
|||
24
24
|---|---|
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. |
Copy file name to clipboardExpand all lines: articles/lab-services/samples-powershell.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ ms.workload: na
11
11
ms.tgt_pltfrm: na
12
12
ms.devlang: na
13
13
ms.topic: article
14
-
ms.date: 04/12/2018
14
+
ms.date: 04/22/2020
15
15
ms.author: spelluru
16
16
---
17
17
@@ -21,9 +21,9 @@ The following table includes links to sample Azure PowerShell scripts for Azure
21
21
22
22
|||
23
23
|---|---|
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. |
0 commit comments