From ef0c52b4948e1a582d0c110751b76143435dd63c Mon Sep 17 00:00:00 2001 From: nomorepanic Date: Wed, 6 May 2026 16:18:40 +0200 Subject: [PATCH] Fix default tempVmName in paz-checklist --- CBS-Azure-Solutions/pre-deployment-checklist/paz-checklist.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CBS-Azure-Solutions/pre-deployment-checklist/paz-checklist.ps1 b/CBS-Azure-Solutions/pre-deployment-checklist/paz-checklist.ps1 index 040c8a3..202267e 100644 --- a/CBS-Azure-Solutions/pre-deployment-checklist/paz-checklist.ps1 +++ b/CBS-Azure-Solutions/pre-deployment-checklist/paz-checklist.ps1 @@ -57,7 +57,7 @@ param ( [Parameter(Mandatory = $false, HelpMessage = 'Enter name for temporary VM created for connectivity tests')] [ValidateNotNullOrEmpty()] [string] - $tempVmName = 'Everpure Cloud Dedicated-TestVM', + $tempVmName = 'Everpure-Cloud-Dedicated-TestVM', [Parameter(Mandatory = $false, HelpMessage = "List of tags to be assigned to the temporary VM created for connectivity tests, required by your Azure landing zone (e.g. @{'tag1'='value1';'tag2'='value2'})")] [hashtable]