From f70c5b6e05ce1a257b4e98cb24961f85416a06a8 Mon Sep 17 00:00:00 2001 From: Tiana Riantsoa RAHARISON Date: Wed, 29 Jan 2025 11:50:16 +0100 Subject: [PATCH] test --- Artifacts/windows-install-econnecteur-test/artifact.ps1 | 2 +- README.md | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Artifacts/windows-install-econnecteur-test/artifact.ps1 b/Artifacts/windows-install-econnecteur-test/artifact.ps1 index 809e1e14e..eb24d0df6 100644 --- a/Artifacts/windows-install-econnecteur-test/artifact.ps1 +++ b/Artifacts/windows-install-econnecteur-test/artifact.ps1 @@ -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" diff --git a/README.md b/README.md index 67def70c2..a7e368737 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,6 @@ 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). @@ -18,7 +17,9 @@ This is a public, community-contributed repository that contains: ## 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 @@ -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. \ No newline at end of file +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.