From 0f5b7340dd69477449450264ee890cb47b6d7265 Mon Sep 17 00:00:00 2001 From: Benedek Farkas Date: Tue, 27 Sep 2022 09:25:24 +0200 Subject: [PATCH] Actualizing the Windows post-generation scripts' documentation (#6309) --- docs/create-image-and-azure-resources.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/create-image-and-azure-resources.md b/docs/create-image-and-azure-resources.md index 8b56129d..f198df2f 100644 --- a/docs/create-image-and-azure-resources.md +++ b/docs/create-image-and-azure-resources.md @@ -181,9 +181,7 @@ The scripts are copied to the VHD during the image generation process to the fol ##### Windows -- **Choco.ps1** - contains dummy command to cleanup orphaned packages to avoid initial delay for future choco commands -- **Dotnet.ps1** - adds `$env:USERPROFILE\.dotnet\tools` directory to the PATH +- **GenerateIISExpressCertificate.ps1** - generates and imports a certificate to run applications with IIS Express through HTTPS - **InternetExplorerConfiguration** - turns off the Internet Explorer Enhanced Security feature - **Msys2FirstLaunch.ps1** - initializes bash user profile in MSYS2 -- **RustJunction.ps1** - creates Rust junction points to cargo and rustup folders - **VSConfiguration.ps1** - performs initial Visual Studio configuration