From 863a2709d4fea864dacca69abea49bec612e3094 Mon Sep 17 00:00:00 2001 From: lalexedwards <39198071+lalexedwards@users.noreply.github.com> Date: Wed, 15 Feb 2023 22:03:11 -0500 Subject: [PATCH] added a warning I am adding warning in all the locations where customers can choose to delete resources. --- tasks/Node/src/docs/overview.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/tasks/Node/src/docs/overview.md b/tasks/Node/src/docs/overview.md index 94e2b7917..c09be5374 100644 --- a/tasks/Node/src/docs/overview.md +++ b/tasks/Node/src/docs/overview.md @@ -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. @@ -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**. \ No newline at end of file +| **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**.