Skip to content

Commit 31e472f

Browse files
committed
Make the utilities resource group name more random
1 parent 2c5762a commit 31e472f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CanaryValidator/Canary.Tests.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ param (
6161
[parameter(HelpMessage="Resource group under which all the utilities need to be placed")]
6262
[Parameter(ParameterSetName="default", Mandatory=$false)] [Parameter(ParameterSetName="tenant", Mandatory=$false)]
6363
[ValidateNotNullOrEmpty()]
64-
[string]$CanaryUtilitiesRG = "cnur" + [Random]::new().Next(1,99),
64+
[string]$CanaryUtilitiesRG = "cnur" + [Random]::new().Next(1,9999),
6565
[parameter(HelpMessage="Resource group under which the virtual machines need to be placed")]
6666
[Parameter(ParameterSetName="default", Mandatory=$false)]
6767
[Parameter(ParameterSetName="tenant", Mandatory=$false)]

0 commit comments

Comments
 (0)