Skip to content
Open
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion Artifacts/windows-install-econnecteur-test/artifact.ps1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Téléchargement du connecteur et execution de la commande d'installation automatique

Invoke-WebRequest -Uri https://builds.vaisonet.com/liveupdate_server/temp_test_v8.exe -OutFile C:\ECO\update-econnecteur.exe
Invoke-WebRequest -Uri https://builds.vaisonet.com/liveupdate_server/update-econnecteur.exe -OutFile C:\ECO\update-econnecteur.exe

Start-Process C:\ECO\update-econnecteur.exe -ArgumentList "/SILENT", "/NOCANCEL", "/NORESTART", "/FORCECLOSEAPPLICATIONS"

Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,16 @@ This is a public, community-contributed repository that contains:

- **Azure Pipelines Tasks for Azure DevTest Labs:** This is the source code used to author Azure Pipelines tasks specifically geared to demonstrate use of Azure DevTest Labs in builds/releases. Refer to [Azure DevTest Labs Tasks](https://marketplace.visualstudio.com/items?itemName=ms-azuredevtestlabs.tasks) for more information and to install.


## Azure DevTest Labs PowerShell Module

[Az.DevTestLabs](https://github.com/Azure/azure-devtestlab/tree/master/samples/DevTestLabs/Modules/Library) is a PowerShell module to simplify the management of [Azure DevTest Labs](https://azure.microsoft.com/en-us/services/devtest-lab/). It provides composable functions to create, query, update and delete labs, VMs, Custom Images and Environments. The source can be located under [/samples/DevTestLabs/Modules/Library/](https://github.com/Azure/azure-devtestlab/tree/master/samples/DevTestLabs/Modules/Library).

## Azure Lab Services PowerShell Module

[Az.LabServices](https://github.com/Azure/azure-devtestlab/tree/master/samples/ClassroomLabs/Modules/Library) is a PowerShell module to simplify the management of [Azure Lab Services](https://azure.microsoft.com/en-us/services/lab-services/). It provides composable functions to create, query, update and delete lab accounts, labs, VMs and Images. The source can be located under [/samples/ClassroomLabs/Modules/Library/](https://github.com/Azure/azure-devtestlab/tree/master/samples/ClassroomLabs/Modules/Library).

>### Azure Lab Services April 2022 update (preview)
>
>If you are using the update (with lab plans) the [Lab Services module](https://www.powershellgallery.com/packages/Az.LabServices/0.1.0) is available in the PowerShell gallery. There is a dedicated [Lab Services repository](https://github.com/Azure/LabServices) with samples for the updated modules and the improved service.

## Contributions
Expand All @@ -27,4 +28,4 @@ Contributions are encouraged and welcome. Please refer to the respective section

## Open Source Code of Conduct

This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments.
This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments.