Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added a warning #865

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions tasks/Node/src/docs/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ This extension provides several build / release tasks to allow you to integrate
1. [Delete Environment](#delete-environment)

You can find more details about Azure DevTest Labs [here](https://azure.microsoft.com/en-us/services/devtest-lab/).
# Details
# Warning
When deleting any resources connected to the lab or the lab itself this is a permanent and hard deletion. At this time we do not support restoring any deleted resources.


## Create VM
The task allows you to create a lab VM using an ARM template generated from your Lab.
Expand Down Expand Up @@ -171,4 +173,4 @@ The task requires the following inputs:
| --- | --- | ---
| **Azure RM Subscription** | _Azure Resource Manager subscription to configure before running._ | This is required to connect to Azure on your behalf.
| **Lab** | _Lab in which the resource will be deleted._ | This is a pick list generated as a result of selecting a subscription. Selecting a name from the list will extract the corresponding Lab ID. The Lab ID is a value in the form `/subscriptions/{subId}/resourceGroups/{rgName}/providers/Microsoft.DevTestLab/labs/{labName}`. Variables in the form `$(varName)` are allowed.
| **Environment** | _Environment that will be deleted._ | This is a pick list generated as a result of selecting a lab. Selecting a name from the list will extract the corresponding Environment ID. The Environment ID is a value in the form `/subscriptions/{subId}/resourceGroups/{rgName}/providers/Microsoft.DevTestLab/labs/{labName}/users/@me/environments/{envName}`. Variables in the form `$(varName)` are allowed. For example, you can use any variable such as `$(environmentResourceId)`, which is the output of calling **Create Azure DevTest Labs Environment**.
| **Environment** | _Environment that will be deleted._ | This is a pick list generated as a result of selecting a lab. Selecting a name from the list will extract the corresponding Environment ID. The Environment ID is a value in the form `/subscriptions/{subId}/resourceGroups/{rgName}/providers/Microsoft.DevTestLab/labs/{labName}/users/@me/environments/{envName}`. Variables in the form `$(varName)` are allowed. For example, you can use any variable such as `$(environmentResourceId)`, which is the output of calling **Create Azure DevTest Labs Environment**.