This pull request includes several enhancements to the PowerShell scripts used in the Azure Jumpstart project. The most important changes include creating a desktop shortcut for the Logs folder, configuring Windows Terminal as the default terminal application, and exporting deployment test results to a log file and resource group tags.
This pull request includes several enhancements to the PowerShell scripts used in the Azure Jumpstart project. The most important changes include creating a desktop shortcut for the Logs folder, configuring Windows Terminal as the default terminal application, and exporting deployment test results to a log file and resource group tags.
Enhancements to PowerShell scripts:
azure_jumpstart_ag/artifacts/PowerShell/AgLogonScript.ps1
: Added code to create a desktop shortcut for the Logs folder and configure Windows Terminal as the default terminal application.azure_jumpstart_ag/artifacts/PowerShell/tests/Invoke-Test.ps1
: Enhanced the script to export deployment test results to a log file (DeploymentStatus.log
) and added ASCII art for better readability.Minor adjustments:
azure_jumpstart_ag/artifacts/PowerShell/tests/Invoke-Test.ps1
: Removed an unnecessary blank line for better code readability.