Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Add stress test arm/bicep template prefix to New-TestResources Resour…
…ceType set
  • Loading branch information
benbp authored and azure-sdk committed Feb 9, 2024
commit 4e82942745bac4f2157ff8bd630b13af38e06224
2 changes: 1 addition & 1 deletion eng/common/TestResources/New-TestResources.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ param (
[string] $Environment = 'AzureCloud',

[Parameter()]
[ValidateSet('test', 'perf')]
[ValidateSet('test', 'perf', 'stress-test')]
[string] $ResourceType = 'test',

[Parameter()]
Expand Down