Skip to content

Commit

Permalink
Add stress test arm/bicep template prefix to New-TestResources Resour…
Browse files Browse the repository at this point in the history
…ceType set (#22365)

Co-authored-by: Ben Broderick Phillips <[email protected]>
  • Loading branch information
azure-sdk and benbp authored Feb 9, 2024
1 parent 981108a commit b6c374e
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit b6c374e

Please sign in to comment.