Skip to content

Commit

Permalink
Update Gen-ResourceGroupNames.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
bmoore-msft authored Aug 17, 2019
1 parent de8d5fe commit e0729b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/ci-scripts/Gen-ResourceGroupNames.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ if($settings.psobject.Members.Name -contains "PrereqResourceGroupNameSuffix"){
$PrereqResourceGroupNameSuffix = $settings.PrereqResourceGroupNameSuffix
}
else{
$PrereqResourceGroupNameSuffix = "prereqs" # by default we will deploy to a separate resource group - it's a more thorough test on resourceIds
$PrereqResourceGroupNameSuffix = "-prereqs" # by default we will deploy to a separate resource group - it's a more thorough test on resourceIds
}

# Generate a resourceGroup Name
Expand Down

0 comments on commit e0729b9

Please sign in to comment.